
@CHARSET "UTF-8";

/* RESET, universal settings */
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, 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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Arial', sans-serif;
}

.clear { 
	clear: both;
}

.container {
	margin: 0 auto;
	width: 980px;
	position: relative;
	overflow: visible;
}

.page{
	background-color: black;
	position: relative;
	color: white;
	background-repeat: repeat-y;
	width: 100%;
}

.titles {
	display: block;
}

#content {
	position: relative;
	z-index: 20;
	padding-top: 35px;
}

#arrows{
	position: absolute;
	top: 80px;
	left: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.cntSeparator{
	color: black;
	font-size: 30px;
	width: 14px;
	text-align: center;
	line-height: 45px;
}

#arrows{
	position: absolute;
	top: 80px;
	left: 0;
}

/* MENU */
#menu {
	height: 35px;
	background-color: #000000;
	position: fixed;
	z-index: 30;
	width: 100%;
	font-family: 'Oswald', sans-serif;
}
#menu ul{
	margin-left: 225px;
}
#menu ul li{
	display: inline;
}
#menu ul li a{
	display: block;
	float: left;
	color: #dadada;
	text-decoration: none;
	margin: 6px 18px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 13px;
}
#menu ul li a:hover{
	color: orange;
}

/* HOME */
#home{
	background-image: url("img/backgrounds/bg-home.jpg");
	height: 760px;
}

#home img#home-header{
	position: absolute;
	top: 50px;
}

#home .home-text p{
	margin-bottom: 15px;
	font-family: Arial;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 18px;
}
#home .home-text strong{
	font-size: 42px;
}

#home .home-text{
	position: absolute;
	top: 265px;
	left: 0;
}

#services{
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,1);
	padding: 10px 0px 15px 5px;
	color: #FFFFFF;
	float: left;
	line-height: 18px;
	font-size: 13px;
	text-transform: uppercase;
	font-family: Arial;
	/* text-shadow: 1px 1px 1px white; */
	margin-top: 0px;
	z-index: 30;
	/* width: 954px; */
	height: 285px;
}

#services .text {	
	margin-right: 10px;
	padding-top: 20px;
	padding-left: 10px;
}

#slideshow {
	float: left;
    position:relative;
    height:350px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#home #countdown{
	padding-top: 30px;
	margin-left: 690px;
	color: black;
}
#home #countdown span{
	font-size: 11px;
}
#home #countdown span.hours{
	margin-left: 57px;
}
#home #countdown span.minutes{
	margin-left: 45px;
}
#home #countdown span.seconds{
	margin-left: 44px;
}

/* PONDS */
#ponds{
	background-image: url("img/backgrounds/bg-pond.jpg");
	height: 752px;
}

#ponds .content{
	color: white;
	padding-top: 140px;
	padding-left: 467px;
}

/* .content p{
margin-top: 25px;
font-family: Arial;
text-transform: uppercase;
font-size: 13px;
line-height: 18px;
color: white;
} */

#ponds .content .text {
	padding: 35px 20px;
	color: #ffffff;
	line-height: 16px;
	font-size: 13px;
	text-transform: uppercase;
	font-family: Arial;
	margin: 0px 0 10px;
	width: 430px;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.7);
}

#ponds img#team-header{
	position: absolute;
	top: 173px;
	left: 573px;
}

#ponds .content .text.left {
	float: left;
	width: 430px;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.7);
}

#ponds .content .text.right {
	float: left;
	width: 430px;
	margin-left: 37px;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.7);
}

#ponds .content ul{
	list-style-type: none;
}

#ponds .content ul li:before{
	content:"-"; 
	position:relative; 
	left: -5px;
}
#ponds .content ul li{ 
	text-indent: 0px; 
	line-height: 28px;
}

/* SALT */
#salt{
	background-image: url("img/backgrounds/bg-salt.jpg");
	height: 708px;
}
#salt .content{
	padding-top: 110px;
}


#salt .content .text {
	padding: 35px 20px;
	color: #ffffff;
	line-height: 16px;
	font-size: 13px;
	text-transform: uppercase;
	font-family: Arial;
	margin: 0px 0 10px;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.7);
	width: 430px;
}

#salt .content ul{
	list-style-type: none;
}

#salt .content ul li:before{
	content:"-"; 
	position:relative; 
	left: -5px;
}
#salt .content ul li{ 
	text-indent: 0px; 
	line-height: 28px;
}

/* FRESH */
#fresh{
	background-image: url("img/backgrounds/bg-fresh.jpg");
	height: 700px;
}
#fresh .content{
	margin: 0 auto;
	padding-top: 100px;
	position: relative;
}

#fresh .content .text.left {
	float: left;
	width: 430px;
	padding-bottom: 51px;
}

#fresh .content .text.right {
	float: left;
	width: 430px;
	margin-left: 37px;
}

#fresh .content .text {
	/* background: url('support_text_bg.png') repeat scroll 0 0 transparent; */
	background-color: rgb(255,246,0);
	background-color: rgba(255,246,0,0.5);
	padding: 35px 20px;
	color: #000000;
	line-height: 16px;
	font-size: 13px;
	text-transform: uppercase;
	font-family: Arial;
	margin: 0px 0 10px;
	width: 430px;
}
#fresh .content .options {
	background: url('img/support_options2.png') no-repeat;
	width: 100%;
	height: 102px;
	position: absolute;
	top: 555px;
	padding-top: 0px;
	margin-top: 0;
}
#fresh .content .indiegogowidget {
	float: right;
	width: 224px;
	text-align: center;
	position: relative;
	top: 0px;
}
#fresh .content .indiegogowidget img{
	margin-top: 43px;
}

/* FOUNTAIN */
#fountain{
	background-image: url("img/backgrounds/bg-fountains.jpg");
	height: 800px;
}

#fountain .title {
	padding: 5px 10px;
	height: 54px;
	background-color: #000000;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	font-size: 36px;
	width: 200px;
	display: inline-block;
	margin-bottom: 15px;
}

#fountain .content{
	text-align: left;
	padding-top: 175px;
}

#fountain .content .text{
	text-align: left;
	width: 430px;
	padding: 30px;
	color: #fff;
	background-color: rgb(57,38,63);
	background-color: rgba(57,38,63,0.3);
	line-height: 18px;
	font-size: 13px;
	text-transform: uppercase;
	font-family: Arial;
}

/* POOLS */
#pools{
	background-image: url("img/backgrounds/bg-pools.jpg");
	height: 848px;
}

#pools .content{
	padding-left: 467px;
	padding-top: 125px;
	color: white;
}

#pools .content .text{
	padding: 30px 20px;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.8);
	color: #FFFFFF;
	line-height: 18px;
	font-size: 13px;
	text-transform: uppercase;
	font-family: Arial;
	margin-top: 0px;
	width: 430px;
}

/* SPAS */
#spas{
	background-image: url("img/backgrounds/bg-spa.jpg");
	height: 750px;
}

#spas .title {
	padding: 5px 10px;
	height: 48px;
	background-color: #000000;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	font-size: 30px;
	width: 150px;
	display: inline-block;
	margin-bottom: 55px;
}

#spas .titles {
	margin-bottom: 5px;
}

#spas .content{
	/*padding-left: 285px;*/
	padding-top: 90px;
}

#spas img.header{
	margin-bottom: 55px;
}

#spas .press_item img{
	float: left;
	border: 2px solid #fff;
}

#spas .press_item{
	color: #000;
	height: 190px;
}

#spas .press_item a{
	color: #000;
	text-decoration: none;
}

#spas .press_item p{
	margin: 0;
	padding: 0;
	padding-top: 30px;	
	font-size: 13px;
	text-transform: uppercase;
	font-family: Arial;
	font-weight: bold;
	visibility: hidden;
}


#spas .left{
	float: left;
	width: 430px;
}

#spas .right{
	text-transform: uppercase;
	font-size: 13px;
	width: 430px;
	margin-left: 37px;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.5);
	color: #000;
	padding: 35px 20px; 
	float: left;
}

/* CONTACT */
#contact{
	background-image: url("img/backgrounds/bg-contact.jpg");
	height: 940px;
}
#contact .content{
	padding-top: 90px;
}
#contact .content .text{
	padding: 0 30px 30px 30px;
	color: #000;
	line-height: 18px;
	font-size: 13px;
	text-transform: uppercase;
	font-family: Arial;
	margin-top: 0px;
	width: 430px;
	float: left;
	font-weight: bold;
}

#contact .content .text .tomas{
	padding: 4px 0px;
	/* background-color: #000000; */
	color: #fff;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 35px 20px;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	font-size: 16px;
	display: inline-block;
	margin-bottom: 15px;
	line-height: 18px;
	width: 100%;
}

#contact .content .text .tomas a {
	color:#F90; 
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
}



/* FOOTER */
#footer{
	background-color: black;
	height: 76px;
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #dadada;
}
#footer .copy{
	float: right;
	color: #dadada;
	font-size: 15px;
	text-transform: uppercase;
	margin-top: 29px;
	font-family: 'Oswald', sans-serif;
}
#footer .copy a {
	color: #DADADA;
	text-decoration: none;
}
#footer ul#footer-menu li{
	display: inline;
}
#footer ul#footer-menu li a{
	display: block;
	float: left;
	color: #dadada;
	text-decoration: none;
	margin: 29px 15px;
	font-size: 15px;
	font-family: 'Oswald', sans-serif;
}

#footer ul#footer-menu li a:hover {
	color: orange;
}

/**
* Homepage Gallery
*/
.cufon-loading body { 
	visibility: hidden; 
}

a.homegalleryleft { 
	background: url('img/slideshow/homegallery_arrow_left.gif'); 
	width: 35px; 
	height: 53px; 
	display: inline-block; 
	vertical-align: top; 
}
a.homegalleryleft:hover { 
	background-position: 0 53px; 
}

a.homegalleryright { 
	background: url('img/slideshow/homegallery_arrow_right.gif'); 
	width: 35px; 
	height: 53px; 
	display: inline-block; 
	vertical-align: top; 
}
a.homegalleryright:hover { 
	background-position: 0 53px; 
}

div#homegallery-container .homegallery-text-container { 
	display: block; 
	padding: 5px 15px 0 8px; 
}

div#homegallery-container .cufon-active .homegallery-text-container { 
	padding: 10px 0 0 0; 
}
    
div#homegallery-container { 
	border: 0; 
	padding: 0; 
	width: 665px; 
	height: 379px; 
	font-family: Arial; 
	font-size: 12px; 
	position: relative; 
	float: left;
	background-color: #000;
}
div#homegallery-image-container { 
	margin-left: 10px;
	height: 295px; 
}
div.homegallery-image-div { 
	padding: 0 0 3px 0; 
	position: absolute; 
	width: 645px; 
	height: 295px; 
	top: 0; 	
}
div.homegallery-image-div a { 
	display: block; 
	text-decoration: none; 
}
div.homegallery-image-div  > span.homegallery-image { 
	display: block; 
}
div.homegallery-image-div  > span.homegallery-image > img { 
	border: 0; 
	width: 645px; 
	height: 295px; 
}
div.homegallery-thumbarea {
	text-align: left; 
	background-color: #000;
	padding: 13px 0 0 9px;
}
span.homegallery-text-bg { 
	display: block; 
	position: absolute; 
	left: 0; 
	bottom: 3px; 
	color: white; 
	height: 60px; 
	width: 645px; 
	padding: 0; 
	background-color: black; 
	overflow: hidden; 
	opacity: 0.75; 
	filter:Alpha(opacity=75); 
}
span.homegallery-text-span { 
	display: block; 
	position: absolute; 
	left: 0; 
	bottom: 3px; 
	color: white; 
	height: 60px; 
	width: 645px; 
	margin: 0 10px; 
	overflow: hidden; 
	z-index: 20;
}
span.homegallery-title { 
	font-weight: bold; 
	color: #ffa500; 
	font-size: 20px; 
	text-transform: uppercase; 
}
span.homegallery-text {  }