@charset "UTF-8";
/* CSS Document */


/* DEFAULT STYLES */

html, body {height: 100%;}

body {
	background: #fff;
	color: #000;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	}

/*Opera Fix*/
	body:before {/* thanks to Maleika (Kohoutec)*/
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}


* {
	margin: 0;
	padding: 0;
	}
	
.clear {
	clear: both !important;
	}
	
ul {
	list-style-type: none;
	}
	
.content p, .content ul {
	font-size: 1.4em;
	line-height: 1.5em;
	margin: 0 0 1em 0;
	}	
	
#footer p, #footer ul {
	font-size: 1.3em;
	line-height: 1.4em;
	margin: 0 0 1.2em 0;
	color: #fff;
	}	
	
a, .content p a, .content ul a {
	color: #008081;
	text-decoration: none;
	}
	
a:hover, .content p a:hover, .content ul a:hover {
	text-decoration: underline;
	}
	
#footer a, #footer ul a {
	color: #df912b;
	text-decoration: none;
	}
	
#footer a:hover, #footer ul a:hover {
	color: #df912b;
	text-decoration: underline;
	}

h1 {
	color: #df912b;
	font-size: 3em;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	margin: 0em 0 0.8em 0;
	}
	
h2 {
	color: #008081;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 2em;
	margin: 1em 0 0.6em 0;
	padding: 0 0 0.5em 2em;
	border-bottom: 1px solid #c1c1c1;
	display: block;
	}
	

h2.orange {
	color: #df912b;
font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 2em;
	margin: 1em 0 0.6em 0 !important;
	padding: 0 0 0.5em 0 !important;
	border-bottom: 1px solid #c1c1c1;
	display: block;
	}
	
.four h2 {
	padding: 0em 0 0.5em 2em;
	margin: 2em 0 0.5em 0;
	}

h2.adults {
	background: url('../_img/icon_adults.jpg') no-repeat top left;
	}
	
h2.children {
	background: url('../_img/icon_children.jpg') no-repeat top left;
	}
	
h2.contact {
	background: url('../_img/icon_contact_orange.jpg') no-repeat top left;
	}
	
h2.testimonials {
	background: url('../_img/icon_testimonials.jpg') no-repeat top left;
	}

h2.locations {
	background: url('../_img/icon_location_white.jpg') no-repeat top left;
	}
	
h2.new {
	background: url('../_img/icon_new.jpg') no-repeat top left;
	color: #df912b;
	}
	
h2.arrow {
    background: url('../_img/icon_arrow.png') no-repeat top left;
    }

h3 {
	color: #008081;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	margin: 1em 0 0.6em 0;
	/*padding: 0 0 0.5em 2em;*/
	/*border-bottom: 1px solid #c1c1c1;*/
	display: block;
	}


	
ul.body {
	margin: 0 0 1.2em 1.6em;
	list-style-type: disc;
	}
	
/* LAYOUT */

#wrap {
	min-height: 100%;}

#main {
	overflow:auto;
	padding-bottom: 145px;
	margin-bottom: 40px;} /* must be same height as the footer */
	
#footer {
	position: relative;
	margin-top: -145px; /* negative value of footer height */
	height: 145px;
	background: #1e1e1e;
	padding: 20px auto;
	} 
	
.content {
	margin: 4em auto 0 auto;
	max-width: 940px;
	height: auto;
	}
	
.header {
	background: #008081;
	padding: 20px 0 !important;
	}
	
.header .headercontent {
	max-width: 940px;
	margin: 0 auto;
	padding: 20px 0;
	}

.header .headercontent p.logo {
	color: #fff;
	font-size: 2.7em;
font-family: 'Lato', Arial, Helvetica, sans-serif;
	margin: 0.1em 0 0.8em 0;
	}

.header a {
	color: #fff !important;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	}
	
.header a.active {
	color: #df912b !important;
	border-bottom: 3px solid #df912b !important;
	}
	
.header ul {
	display: block;
	height: auto;
	}
	
.header ul li {
	display: block;
	float: left;
	margin-right: 20px;
	font-size: 1.3em;
	}
	
.content .eight {
	width: 64%;
	float: left;
	}
	
.content .four {
	width: 31%;
	float: right;
	}
	
#footer div.col {
	width: 33%;
	float: left;
	display: block;
	padding: 1em 0;
	}

#footer .footercontent {
	max-width: 940px;
	margin: 0 auto;
	padding: 20px 0;
	}
	
#footer .footercontent .col ul {
	width: 100%;
overflow: hidden;	
margin-bottom: 1.6em;
}
	
#footer .footercontent .col ul li {
	display: block;
	float: left;
	margin-right: 5px;
	border-right: 1px solid #999;
	padding-right: 5px;
	}
	
#footer .footercontent .col ul li.last {
	border-right: none !important;
	}
	
#footer .footercontent .col ul li a:hover {
	text-decoration: underline;
	}

	
div.orange_box {
	width: auto;
	background: #f8ebda;
	border: 3px dotted #df912b;
	-moz-border-radius: 4px;
	border-radius: 6px;
	padding: 0px 20px 10px 20px;
	margin: 30px 0 40px 0;
	overflow: hidden;
	}
	
.orange_box .left {
	width: 52%;
	float: left;
	}
	
.orange_box .right {
	float: right;
	width: 42%;
	padding-top: 4.8em;
	}
	
.orange_box .right p {
	margin-bottom: 0.6em;
	}
	
div.sss {
	margin: 4em 0 !important;
	overflow: hidden;
	height: auto;}

div.sss p.img {
	float: left;
	width: 60%;
	}
	
div.sss h2 {
	float: left;
	width: 40%;
	margin-top: 0 !important;
	height: auto;
	}
	
div.sss p {
	width: 40%;
	float: left;
	}
	
ul.logos {
	margin: 0.5em 0;
	}

ul.logos li {
	margin-right: 15px !important;
	border-right: 0 !important;
	padding-right: 0 !important;
	}
	

div.grey_box {
	width: auto;
	background: #f0f0f0;
	padding: 0px 20px 10px 20px;
	margin: 30px 0 40px 0;
	overflow: hidden;
	}
	
.grey_box .left {
	width: 46%;
	float: left !important;
	margin-bottom: 15px;
	}
	
.grey_box .right {
	float: right !important;
	width: 50%;
	}
	
.grey_box h2.locations {
	background: url('../_img/icon_location_grey.jpg') no-repeat top left;
	margin-bottom: 1.4em;
	}
	
form.contact {
	width: 93%;
	background: #f0f0f0;
	padding: 25px 20px 10px 25px;
	margin: 30px 0 40px 0;
	overflow: hidden;
	}
	
form.contact p.line {
	}
	
form.contact label {
	float: left;
	width: 11em;
	padding-top: 8px;
	}
	
form.contact input {
	height: 2.6em;
	border: none !important;
	background: #fff;
	color: #000;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	width: 28em;
	font-size: 1em;
	}
	
form.contact textarea {
	height: 8em;
	border: none !important;
	background: #fff;
	color: #000;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	width: 28em;
	font-size: 1em;
	}
	
form.contact input.submit {
	height: 2.4em;
	border: none !important;
	background: #df912b;
	color: #fff;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	width: 6em;
	font-size: 1.1em;
	float: right;
	cursor: pointer;
	margin: 0 12px 10px 0; 
	}
	
	
iframe {
	margin-bottom: 40px !important;
	}
	
	
/* IMAGE GALLERY */
