
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:600);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700);

@import "reset.css";
@import "grid.css";
@import "menu.css";
@import "font-awesome.css";

@font-face {
font-family: "Exos";
src: url(/css/font/exo/Exo-Regular.otf) format(opentype);
}

input {
	outline:  none !important;
	border-radius: 0 !important;	 
}


html {
	width: 100%;
}

 a[href^="tel:"] {
color: inherit;
text-decoration:none;
}

* {
	-webkit-text-size-adjust: none;
}


body {
	font: 14px/20px  'Open Sans', sans-serif;
	color:#8c8989;
	background-color: #f8f8f8;
	position:relative;
	min-width:960px;
	padding-top: 1px;
}

.ic {
	border:0;
	float:right;
	background:#fff;
	color:#f00;
	width:50%;
	line-height:10px;
	font-size:10px;
	margin:-220% 0 0 0;
	overflow:hidden;
	padding:0
}

body.pt0 {
	padding-top: 0;

}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #009fb3;

}

h2 {
	font-size: 30px;
	line-height: 30px;
	color: #585858;
	font-weight: bold;
	padding-top: 50px;
	margin-bottom: 43px;
}


h3 {
	font: bold 30px/30px 'Open Sans Condensed', sans-serif;
	color: #585858;
	padding-top: 45px;
	margin-bottom: 46px;
}


p {
	margin-bottom: 20px;
}

img {
	max-width: 100%;
}

address {
	font-style: normal;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.list {
	padding-top: 18px;
	margin-bottom: 46px;
}

ul.list li {
	padding-left: 28px;
	position: relative;
}

ul.list li:after {
	position: absolute;
	content: 'ï„…';
	left: 0;
	top: 0;
	display: block;
  	font-family: 'FontAwesome';
  	font-size: 24px;
  	line-height: 20px;
  	color: #a2cac2;
}
ul.list li+li {
	margin-top: 16px;
}

ul.list1  {
	padding-left: 10px;
}

ul.list1 li+li {
	margin-top: 21px;
}

ul.list1 li+li +li {
	margin-top: 22px;
}

ul.list1 time {
	font-size: 18px;
	color: #8cb2aa;
	font-weight: 600;
	margin-top: 1px;
	float: left;
	width: 68px;
}

/*links*/

a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {
	color: #a2cac2;	
}


a.btn {
	display: inline-block;
	color: #a2cac2;
	font: bold 18px/24px 'Open Sans Condensed', sans-serif;
	border: 2px solid #a2cac2;
	padding: 5px 45px 7px;
	margin-top: 47px;
}

a.btn:hover {
	background-color: #a2cac2;
	color: #fff;
}

/*preclass*/

.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}


.pad0 {
	padding: 0 !important;
}


.pt0 {
	padding-top: 0;
}

.img_inner {
	max-width: 100%;
	 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
	margin-bottom: 51px;
 position: relative;
 margin-top: 5px;
}

.fleft {
	float: left;
	margin-right: 20px;
	margin-top: 5px;	
	margin-bottom: 0px;
}

.page1 .fleft {
	margin-top: 1px;
	margin-right: 22px;
}

.fright {
	float: right !important;

}

.upp {
	text-transform: uppercase;
}

.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}


/*header*/

header {
	display: block;
	position: relative;
	z-index: 999;
	padding: 50px 0 0px;
	border-bottom: 3px solid rgba( 6 , 80 , 164 , 1);;
}

.pt0 header {
	border-top-width: 1px;
}

.page1 header {
	border-bottom: 0;
	border-top-width: 3px;
}


h1 {
	float: none;
	z-index: 999;
	font-size: 0;
	text-align: center;
	line-height: 0;
	margin-bottom: 45px;

}
h1 a {
	display: inline-block;
	overflow: hidden;
	width: 162px;
	height: 48px;
	text-indent: -999px;
	transition: 0s ease;

	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}

h1 a img {
	display: block;	
}

.slogan {
	padding-top: 100px;
	padding-bottom: 20px;
	text-align: center;
	color: #fff;
	font: bold 40px 'Open Sans Condensed', sans-serif;
	letter-spacing: 2px;
}

.slogan a.btn {
	margin-top: 42px;
}

#grid .title {
	padding-top: 14px;
	font: 300 30px/20px 'Open Sans', sans-serif;
	color: #000;
}

/*Content*/



.content {
	padding-bottom: 156px;
}

.page1 .content {
	padding-top: 99px;
	padding-bottom: 96px;

}


.title1 {
	font: bold 24px/20px 'Open Sans', sans-serif;
	color: #585858;
	margin-bottom: 9px;
}

.cl1 {
	height: 5px;
}

.block1 {
	padding: 0 10px;
	text-align: center;
}

.block1 .title {
	margin-bottom: 9px;
	color: #585858;
	font-weight: 600;
	font-size: 48px;
	line-height: 30px;
	padding-top: 2px;
}

.block1 .title span {
	padding-top: 10px;
	display: block;
	font-size: 20px;
}

a.btn.bt1 {
	font-size: 14px;
	line-height: 18px;
	margin-top: 17px;
	padding: 4px 33px 5px;
}

.ver {
	position: relative;
}

.ver:after {
	content: '';
	position: absolute;
	left: -10px;
	background-color: #b8d6d0;
	width: 1px;
	top: -13px;
	bottom: -10px;
	display: block;
}

.gray_block {
	margin-top: 4em;
	padding: 2em 0 2em 0;
	background-color: #ebebeb;
	text-align: center;
}

.block2  {
	padding-top: 52px;
}

.block2 time {
	display: block;
	border-right: 1px solid #bed0cc;
	float: left;
	font-size: 18px;
	padding-top: 1px;
	line-height: 24px;
	color: #585858;
	padding-right: 15px;
	margin-right: 17px;
}

.block2 .clear {
	height: 10px;
}

.block2 time span {
	display: block;
	margin-bottom: 5px;
	color: #8cb2aa;
	font-weight: 600;
	font-size: 30px;
}


.block2 .title {
	color: #8cb2aa;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
}

.block2  p {
	border-bottom: 1px solid #bed0cc;
	padding-bottom: 15px;
	margin-bottom: 13px;
}

.block2>a {
	font: bold 14px/18px 'Open Sans Condensed', sans-serif;
}

.text1 {
	margin-top: -1px;
	margin-bottom: 11px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
}

.block3 img {
	border: 5px solid #bfdde8;
	margin-bottom: 43px;
}

.text2 {
	font-size: 20px;
	line-height: 30px;
	color: #585858;
	font-weight: 600;
	margin-bottom: 9px;
}

.bd1 img {
	border-color: #cebfd4 !important;
}

.bd2 img {
	border-color: #d37ba3 !important;
}

.bd3 img {
	border-color: #a2cac2 !important;
}

.cont1 {
	padding-bottom: 40px;
}

.cont2 {
	padding-bottom: 46px;
}

.responsive {
	height: 800px;
	position: relative;
	background-color: #d4d2d2;
}



.gallery {
	padding-top: 46px;
	overflow: hidden;
}

.gallery .clear {
	height: 100px;
}

a.gal img {
	border: 5px solid #bfdde8;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	box-shadow: 0 0 #fff;
}

a.gal {
	margin-bottom: 39px;
	display: block;
	background: url(/web/20200513234933im_/http://swediapools.com/images/magnify.png) center center no-repeat #a4cbc3;
}

a.gal:hover img{
	opacity: 0.2;
}

.gallery .text1 {
	padding-bottom: 4px;
	color: #585858;
}

.gallery  a.btn {
	margin-top: 38px;
}

.blog {
	padding-top: 42px;
	overflow: hidden;
}

.blog img {
	margin-top: 4px;
	margin-right: 20px;
	float: left;
	border: 5px solid #bfdde8;
	border-top-width: 8px;
	border-bottom-width: 8px;
}

.blog .text1 {
	padding-bottom: 10px;
	color: #585858;
}

.blog+.blog {
	padding-top: 41px;
}

.blog+.blog+.blog {
	padding-top: 40px;
}

.blog time {
	font-size: 14px;
	padding-top: 11px;
	display: block;
}

.blog  a.btn {
	margin-top: 25px;
}

.text1.head1 {
	padding-top: 42px;
}

ul.list.l1 {
	padding-top: 2px;
	margin-bottom: 0;
}

ul.list.l1+ul.list.l1 {
	padding-top: 18px;
	margin-bottom: 38px;
}

.post {
	overflow: hidden;
	padding-top: 7px;
}

.post +.post  {
	padding-top: 41px;
}

.post .fl{
	text-align: center;
	background-color: #a2cac2;
	padding: 4px 5px;
	margin-right: 10px;
	float: left;
	margin-top: 4px;
}

.post  time {
	padding-top: 6px;
	display: block;
	color: #585858;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
}

footer {
	padding: 0px 0 20px;
	display: block;
	background: rgba( 6 , 80 , 164 , 1);
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
}

.copy {
	padding-top: 29px;
}


/* Custom */

.logo {
	display: table;
	margin: -20px auto 10px auto;
	padding:0px 0px 20px 0px;
}

#result {
	margin: 2em auto 100px auto;
	padding: 2px;
}
#result .out {
	width: 100%;
	font-size: 16px;
	font-family: Calibri;
	color: #000;
	text-align: center;
}
#result .out tr td {
	padding: 5px;
	letter-spacing: 3px;
	color: #fff;
}

#content {
	background-image: url(/web/20200513234933im_/http://swediapools.com/images/cover_content.jpg);
	background-attachment: fixed;
}
.blur-box {
	background: rgba( 6 , 80 , 164 , .70);
}
.blur-box-blue {
	background: rgba( 6 , 80 , 164 , .5);
}
.pattern-box {
}
.orange {
	color: #fd9729;
}
.sep-1 {
	position: relative;
	height: 1px;
	background: #fd9729;
}
.sep-1:after {
	position: absolute;
	left: 100px;
	right: 100px;
	height: 1px;
	background: #fff;
	content: '';
}
.sep-2 {
	position: relative;
	height: 1px;
	background: #fd9729;
}
.sep-2:after {
	position: absolute;
	left: 100px;
	right: 100px;
	height: 1px;
	background: rgba( 6 , 80 , 164 , 1);
	content: '';
}

#head-menu {
	margin-bottom: -10px;
}

#banner-box {
	margin-top: 50px;
}

#gray_block_custom {
	margin-top: 0px;
	padding: 110px 0px 160px 0px;
}

#live {
	padding: 10px 0px 10px 0px;
}
#live .out {
	width: 100%;
	font-size: 16px;
	font-family: Calibri;
	color: #000;
	text-align: center;
}
#live .out tr td {
	padding: 5px;
	letter-spacing: 3px;
}

#past {
	padding: 10px 0px 10px 0px;
}
#past .out {
	width: 100%;
	margin: 10px 0px 10px 0px;
	font-size: 16px;
	font-family: Calibri;
	color: #000;
	text-align: center;
}
#past .out tr td {
	padding: 5px;
	letter-spacing: 3px;
}
#past .paging-wrap {
	display: block;
	width: 100%;
	margin: 5px auto auto auto;
	text-align: center;
}
#past .paging-wrap nav li {
	display: inline-table;
	padding: 3px 3px 1px 3px;
}
#past .paging-wrap nav .focus-page {
	padding-bottom: 1px;
	border-bottom: 1px solid grey;
}
#past .paging-wrap nav li a {
	color: #000;
}
#past .paging-wrap nav li a:hover {
	color: grey;
}
#past .datefinder {
	margin: auto;
	margin-bottom: 10px;
	letter-spacing :1px;
}
#past .datefinder tr td {
	padding: 5px;
}
#past .datefinder select {
	color: #000000;
	font-family: calibri;
}
#past .datefinder select option{
	color: #000000;
}
#past .datefinder input[type=submit] {
	margin-top: 1px;
	padding: 2px 10px 2px 10px;
	background: grey;
	border: none;
	color: #ffffff;
}

#about_home {
	background: url(/web/20200513234933im_/http://swediapools.com/images/cover_about.jpg);
}
#gray_block_home {
	background: none;
	color: #fff;
}