
@font-face {
	font-family: 'OpenSans-Regular';
	src: url('../fonts/OpenSans-Regular-webfont.eot');
	src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
		 url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
		 url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSans-Light';
	src: url('../fonts/OpenSans-Light-webfont.eot');
	src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
		 url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
		 url('../fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
	font-weight: normal;
	font-style: normal;
}
	
@font-face {
	font-family: 'OpenSans-Semibold';
	src: url('../fonts/OpenSans-Semibold-webfont.eot');
	src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'),
		 url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
		 url('../fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
	font-weight: normal;
	font-style: normal;
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ins { 
	background-color: #ff9; 
	color: #000; 
	text-decoration: none; 
}	
mark { 
	background-color: #ff9; 
	color: #000; 
	font-style: italic; 
	font-weight: bold; 
}
del { 
	text-decoration: line-through; 
}	
hr { 
	display: block; 
	height: 1px; 
	border: 0; 
	border-top:1 px solid #ccc; 
	margin: 1em 0; 
	padding: 0; 
}	
ol, ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-family:  "OpenSans-Regular";
	font-size: 100%;
	color: #143240;
	font-weight: normal;
}
h1 {
	text-indent: -999999px;
}
h2 {
	margin: 0 0 20px;
	font-size: 20px;
	font-family: 'OpenSans-Light';
}
p {
	font-family: "OpenSans-Regular";
	font-size: 14px;
	color: #274f62;
	line-height: 21px;
}
body {
	background: #fff;
	color: #444;
	-webkit-font-smoothing: antialiased; 
}	
a {
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:link, a:visited { 
	color: #73a6db;	
	text-decoration: none; 
	outline: none; 
	border: none; 
}
a:hover, a.active { 
	color: #73a6db;	
	text-decoration: none; 
	outline: none; 
	border: none; 
}
a.orange-blocked:link, a.orange-blocked:visited {
	padding: 10px 25px;
	font-family: "Arial";
	font-weight: bold;
	text-align: center;
	color: #fff !important;
	background: #ff6800;
}
a.orange-blocked:hover {
	background: #666;
	text-decoration: none;
}
a.blue-blocked:link, a.blue-blocked:visited {
	padding: 10px 25px;
	font-family: "Arial";
	font-weight: bold;
	text-align: center;
	color: #fff !important;
	background: #73a6db;
}
a.blue-blocked:hover {
	background: #666;
	text-decoration: none;
}
a.grey-blocked:link, a.grey-blocked:visited {
	padding: 10px 21px;
	font-family: "Arial";
	font-weight: bold;
	text-align: center;
	background: #666;
	color: #fff !important;
	border-radius: 16px;
}
.grey-de {
	padding: 10px 20px !important;
}
.socials {
	max-width: 60px;
	max-height: 60px;
	margin-right: 20px;
}
a.grey-blocked:hover {
	background: #ff6800;
	text-decoration: none;
}
.one-second p a, .one-second a:visited { 
	text-decoration: underline;
	color: #73a6db;
}
img.scale-with-grid {
	max-width: 100%;
	height: auto; 
}
.fullwidth {
	width: 100%;
}
.container { 
	position: relative; 
	max-width: 1170px; 
	margin: 0 auto; 
}
.container-1024 { 
	position: relative; 
	max-width: 1024px; 
	margin: 0 auto; 
	padding: 0 4px;
}
.container-1170 { 
	position: relative; 
	max-width: 1170px; 
	margin: 0 auto; 
	padding: 0 4px;
}
.container .block { 
	margin-left: 15px; 
	margin-right: 15px; 
	display: inline; 
	float: left; 
}
.block-center {
	margin: 0 auto;
	text-align: center;
}
.one-third {
	width: 360px;
}
.one-second {
	width: 450px !important;
	position: relative !important;
}
.left {
	float: left;
}
	.right {
		float: right !important;
}

@media only screen and (min-width: 960px) and (max-width: 1279px) {
    .container {
		width: 960px;
	}
    .one-third {
		width: 280px;
	}
	.two-third {
		width: 600px;
	}
    .one-second {
		width: 440px;
	}
}
    
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
	
header {
	padding: 20px 0;
	background-color: rgba(0,0,0,0.75);
	/* border-bottom: 8px solid #ff6800; */
}
h1 a:link, h1 a:visited {
	width: 233px;
	height: 53px;
	display: block;
	float: left;
}
h1 a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#tagline {
	margin-top: 26px;
	position: relative;
	float: right;
	letter-spacing: 1px;
}
#tagline h2 {
	margin: 0;
	font-size: 19px;
	font-style: italic;	
	color: #fff;			
}
.main-content {
	padding: 50px 0;
}
.grey-blue {
	padding: 50px 0;
	/* background-color: rgba(115,166,219,0.6); */
	background-image: url(../img/pool_background.jpg);
}

footer.purple {
	background: #73a6db;
}
footer.purple .container-1170  {
	padding: 40px 0;
}
footer.purple .container-1170 p, footer.purple .container-1170 a:link, footer.purple .container-1170 a:visited {
	color: #fff;
	text-decoration: none;
}
footer.purple .container-1170 p a:hover {
	text-decoration: underline;
}
footer.subfooter {
	text-align: center;
	padding: 30px 0; 
}
footer.subfooter nav#footer {
	margin: 20px 0;
}
			
nav#footer ul li {
	margin: 0 3px;
	font-family: "OpenSans-Regular";
	font-size: 12px;
	color: #475c72;
	display: inline;
}
nav#footer ul li a:link, nav#footer ul li a:visited {
	color: #475c72;
}
nav#footer ul li a:hover {
	text-decoration: underline;
}

.spatex {
   	margin-top: 152px;
	display: block;
}
.spatex-mob {
	display: none;
}

@media only screen and (max-width: 1279px) {
	.spatex {
   		max-width: 448px;
	}
}
@media only screen and (max-width: 991px) {
	.spatex {
   		margin-top: 48px;
	}
}
@media only screen and (max-width: 468px) {
	.spatex {
	display: none;
	}
	.spatex-mob {
		display: block;
   		margin-top: 80px;
		margin-left: 18px;
	}
}
		