/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
	
	overflow: hidden;
}
/* header */
.header {
	overflow: hidden;
	margin: 0 0 0;
	padding: 0 0 20px;
	
	border-bottom: 1px solid rgba(0,0,0,.2);

}


/* Background Covers */
.bg-cover {
	background-position: center center;
	background-repeat: no-repeat;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	
}

header {
	overflow: hidden;	
}

/* logo */
.logo {
	width: 300px;
	
	margin: 20px 0 0 20px;
	
	float: left;
	display: inline;
	
}
.logo-img {

}

header .mobilenav {
	display: none;
}



/* nav */
.nav {
	overflow: hidden;
	float: right;
	display: inline;
	
	margin: 30px 50px 0 0;
}

nav ul, nav li {
	overflow: hidden;	
	list-style: none;
}

nav li {
	float: left;
	display: inline;

	padding: 10px 20px;
	
}

nav li a {
	display: block;
		
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: .1em;
	
}

nav li a:link, nav li a:visited {
	color: #000;
}

nav li a:hover, nav .current-menu-item a {
	border-bottom: 1px solid #000;
}

/* sidebar */
.sidebar {

}
/* footer */
.footer {
	width: 100%;
	overflow: hidden;
}

/*------------------------------------*\
    HOME PAGE
\*------------------------------------*/

body, html {
	height: 100%;
}

.home {
	width: 100%;
	background: none;
	text-align: center;
}

.full-screen {
	width: 100%;
	height: 100%;
	min-height: 100%;
	
	text-align: center;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
}


.home .bx-controls {
	display: none;
}

header.homepage {
	background: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,.2);
		
		
	padding: 10px 0;	
	
	position: fixed;
	width: 100%;

	z-index: 10;
}

header.homepage .headerlogo {
	float: left;
	display: inline;
	
	width: 150px;
	
	margin: 10px 0 0;
}

header.homepage .nav {
	margin: 0;	
}

img.homelogo {		
	width: 500px;
	margin: 0 auto 0;
	top: 40%;
	
	position: relative;
}

.slider {
	width: 100%;
	height: 100%;
	
	position: absolute;
	top: 0;
	
	z-index: -999;
}

.slider div {
	height: 100%;
	width: 100%;

	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	
	overflow: hidden;


}

.home-slider {
	position: relative;
}

#part-booking {
	box-shadow: 10px 0 30px #000;
}

/*------------------------------------*\
	MOBILE HOME PAGE
\*------------------------------------*/


.mobile {
	overflow: hidden;
	margin: 0;
	padding: 0;
	
}

.mobile .wrapper {
	width: 80%;
	margin: 0 auto;
	
	overflow: hidden;
}


.mobilelogo {
	width: 80%;
	margin: 20px 10% 0;	
}

.mobile .holder {
	overflow: hidden;

	padding: 40px 0 40px;
}

.mobile .row {
	overflow: hidden;
	margin: 0 0 40px;
}

.mobile .row.nomargin {
	margin: 0;
}

.mobile .item {
	float: left;
	display: inline;
	width: 23.3%;
	margin: 0 5%;
}

.mobile .item img {
	width: 90%;
	margin: 0 auto;
}

.mobile .item span {
	clear: both;
	float: left;
	display: inline;
	width: 100%;
	text-align: center;
	
	margin: 5px 0 0;
	
	font-size: 1.4em;
	line-height: 1.6em;
	color: #999;
	
}

.mobilesearch {

}

.mobilesearch form {
	width: 90%;
	margin: 0 5%;	
}

.mobilesearch form.search input {
	font-size: 1.4em;
	color: #444;
	
	border: none;
	border-bottom: 1px solid #ccc;
	
	background: url('img/mobile_search.png') no-repeat;
	background-position: right center;
	background-size: auto 100%;
}

.mobilesearch form.search input {

}

.mobile-screen.mobile {
	overflow: hidden;
	
	position: fixed;
	top:0;
	left: 0;
	
	width: 100%;
	height: 100%;
	
	background: rgba(0,0,0,0.7);
	
	z-index: 9999;
	
	color: #fff !important;
	
	display: none;
}

.mobile-screen.mobile .item span {
	color: #fff;
}

.mobile-screen.mobile a.button {
	float: left;
	display: inline;
	width: 80% !important;
	margin: 0 10%;
	
	background: none;
	
	color: #fff;
	border-color: #fff;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.page-wrap {
	overflow: hidden;
	
}

.page-part {
	float: left;
	display: inline;
	overflow: hidden;
	
	font-size: 1.4em;
	line-height: 1.6em;

}

.page-left {
	width: 70%;
	background: #fff;
}

.page-right {
	width: 30%;
	background: #F9F9F9;

}

.page-part .wrapper {
	padding: 30px;
	top: 0;
}

.page-part h1 {
	margin-top: 0;
	
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 2.4em;
	line-height: 1.6em;
	text-transform: uppercase;	
}


.page-left article {
}

.page-left a:link, .page-left a:visited {
	font-weight: bold;
}

.page-left a:hover {
	color: #AF6640;
}


/*------------------------------------*\
    SIDEBAR
\*------------------------------------*/

aside.sidebar form, aside.sidebar .widget_text {
	margin: 0 0 30px;
}

.sidebar-widget {
	overflow: hidden;
	margin: 0 0;
}

form.search input {
	width: 99%;
	font-size: 1.2em;
	padding: 15px 0;
	
	text-indent: 5px;
	
	border: 1px solid #808080;
	outline: none;
}

.widget_contactbutton_widget {
	overflow: hidden;	
}


a.sidebar-button {
	clear: both;
	float: left;
	display: inline;
	text-align: center;
	
	padding: 15px 0;
	margin: 0 0 10px;
	width: 100%;
	
	background: #505050;
	color: #ccc;
		
	text-transform: uppercase;
	font-size: 1em;	
}

a.sidebar-button:hover {
	color: #fff;
}


/*------------------------------------*\
    PARTS
\*------------------------------------*/


.part {
	width: 100%;
	text-align: center;
	overflow: hidden;
	
	background: #fff;
	
}

.part.padding {
	padding: 100px 0;	
}

.part.padding-top {
	padding: 100px 0 0;	
}

.part.background {
	padding: 200px 0;

	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
}

.part h1 {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	
	font-size: 4em;
	line-height: 2em;
	font-weight: 300;
	text-transform: uppercase;
	color: #44A4CA;
	
	padding: 0 0 25px;
	margin: 0 0 25px;
	
}

.part h1.spacing {	
	padding: 0 0 50px;
	margin: 0 0 50px;

}

.part .holder {
	overflow: hidden;
	clear: both;
	margin: 0 0;
}


.part .item {
	font-size: 1.6em;
	
	width: 100%;

	float: left;
	display: inline;
	overflow: hidden;
	
	position: relative;
	
	background-position: center top;
	background-size: 100%;
}


.part .item h3 {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #999;
	font-size: .8em;
	letter-spacing: .1em;

	margin: 0;
	
	width: 100%;
	
	background: rgba(0,0,0,1);
	border: solid #666;
	border-width: 1px 1px 0 0;
}

.part .item h3:hover, .part .item h3.active  {
}

.part .item h3 a {
	padding: 20px 0;
	display: block;
	color: inherit;
}

.part .attractionlink:hover, .part .item h3.active .attractionlink {
	color: #EC7B4B;
}

.attractionslider {
	height: 100%;
}

.part .item h3.red {
	background: #EC7B4B;
	border-color: #EC7B4B;
	color: #fff !important;
	
}	

.part .item h3.red:hover {
	border-color: #EC7B4B;
}

.part .item p {
	color: #fff;
	background: rgba(0,0,0,0.4);
	
	padding: 10px;
	margin: 0;

	float: left;
	display: none;
	clear: both;
}

.part .holder.five .item {
	width: 20%;
}

.part .holder.four .item {
	width: 25%;
}

.part .holder.three .item {
	width: 33%;
}

.part .holder.two .item {
	width: 50%;
}

.part .attraction {
	
}

.part .slide {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	
	padding: 120px 0;

}

.part .slide h3, .part .slide h4 {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 4em;
	font-weight: bold;
	letter-spacing: .1em;
	
	float: left;
	display: inline;
	clear: both;
	
	margin: 0 0 20px 50px;
	padding: 10px 20px;
	
	background: rgba(0,0,0,0.4);
	
}

.part .slide.alt h3, .part .slide.alt h4 {
	float: right;
	margin: 0 50px 20px 0;
}


.part .slide h4 { 	
	font-size: 2em;
	letter-spacing: .15em;
	text-transform: uppercase;
}


.part .row {
	overflow: hidden;
	clear: both;
	margin: 0 0 30px;
}

.part .facility {
	width: 30.3%;
	margin: 0 1.5%;
	
	float: left;
	display: inline;
}

.part .facility img {
	width: 100px;
}

.part .facility em {
	font-weight: bold;	
}


/*------------------------------------*\
    BUTTONS
\*------------------------------------*/

.button, a.button {
	clear: both;
	padding: 20px 80px;
	border: 1px solid #000;
	border-radius: 0px;
	background: rgba(255,255,255,0.7);
		
	text-align: center;	
	text-transform: uppercase;
	font-size: 1.4em;
}

.button:hover, a.button:hover {
	background: rgba(132, 198, 225,0.9);
	border-color: #44A4CA;
	color: #fff;
}

.booknow {
	overflow: hidden;
}

.booknow .button {
	width: 48%;
	margin: 0 1% 0;
	
	float: left;
	display: inline;
	clear: none;
}

/*------------------------------------*\
    FORMS
\*------------------------------------*/


.fm-form {
	overflow: hidden;
}

.fm-form .formItem {
	overflow: hidden;
	margin: 0 0 20px;
}

.fm-form input, .fm-form textarea {
	border: 1px solid #ccc;
	padding: 5px;
	outline: none;
	
	width: 100% !important;
}

.fm-form label {
	margin: 0 0 10px;
	font-weight: bold;
}

.fm-form input.submit {
	float: left;
	width: auto !important;

	clear: both;
	padding: 10px 30px;
	margin: 0;
	
	border: 1px solid #ccc;
	border-radius: 0px;
	background: rgba(255,255,255,0.7);
		
	text-transform: uppercase;
	font-size: 1em;
	color: #999;
}

.fm-form input.submit:hover {
	background: rgba(132, 198, 225,0.9);
	border-color: #44A4CA;
	color: #fff;
}

.fm-form .validateFail input, .fm-form .validateFail textarea {
}

.fm-form .validateFail {
	color: red;
}

.fm-form div {
	overflow: hidden;
}

.fm-form #validateForm {
	margin: 0 0 0 10px;
	float: left;
	overflow: hidden;
	
	display: none;
}

.fm-form #validateForm span {
	float: left;
	display: inline;
	
	padding: 10px 30px 11px;

	font-size: 14px;
	
	background: red;
	border: none;
	border-radius: 5px;
	
	text-transform: uppercase;
	color: #fff;
	
}

.arrow-left {
	float: left;

	width: 0; 
	height: 0; 
	
	position: relative;
	left: 3px;

	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent; 
	
	border-right: 20px solid red; 
}

input#recaptcha_response_field {
	border: 1px solid #ccc !important;
}

span#recaptcha_privacy a {
	font-weight: normal !important;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/

footer {
	background: #F9F9F9;	
	color: #777;

	text-align: left;
	
}

footer a:link, footer a:visited {
	color: #555;
}

footer a:hover {
	color: #AF6640;
}

footer .logo {
	float: right;
	margin: 140px 10px 0;
	opacity: 0.6;
}

footer .top {
	font-size: 1.4em;
	
	overflow: hidden;
	padding: 80px 0 0;
}

footer .bottom {
	font-size: 1.2em;
	font-weight: normal;
	color: #535353;

	overflow: hidden;
	clear: both;
	width: 100%;
	
	text-align: center;
}

footer .widget-area aside {
	float: left;
	display: inline;
	clear: none;

	overflow: hidden;
	
	width: 22%;
	margin: 0 3% 0 0;
	
	font-size: 1em;
	line-height: 1.6em;

}

footer .widget-area aside.last {
}

footer .widget-area aside h1 {
	font-family: 'Lato', Helvetica, Arial, sans-serif;

	margin: 0 0 12px;
	padding: 0 0 12px;
	
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 1.1em;
	color: #535353;
} 

footer .widget-area aside strong {
	font-weight: 600;
}

footer .widget-area aside ul, footer .widget-area aside li {
	padding: 0;
	margin: 0;
}

footer .widget-area aside li {
	padding: 0 0 10px;
}

footer .widget-area aside li a {
	text-decoration: none !important;

}

footer .widget-area aside li a:hover {

}

footer a#facebook {
	display: block;
	text-align: center;
	
	width: 99%;
	padding: 15px 0;
	margin: 20px 0;

	text-transform: uppercase;
	font-size: 1em;

	background: #354F96;
}

footer a#facebook:link, footer a#facebook:visited {
	color: #fff;
}

footer form.search input {
	border: 1px solid #535353;

}


/*------------------------------------*\
    IMAGES
\*------------------------------------*/


/*------------------------------------*\
    SCROLL TO TOP
\*------------------------------------*/


#toTop {
	position: fixed;
	bottom: 30px;
	right: 30px;
	
	opacity: .1;
	
	display: none;
	z-index: 9999;
}

#toTop:hover {
	opacity: .8;
}

#toTop img {
	width: 50px;
}


/*------------------------------------*\
    MAPS
\*------------------------------------*/

#map{ height: 400px; width: 100%; margin: 0; padding: 0;}


/*------------------------------------*\
    BX SLIDER
\*------------------------------------*/

.bxslider, .bx-wrapper, .bx-viewport {
	box-shadow: none !important;
	width: 100%;
	height: 100%;
	min-height: 100%;
	
	position: relative;
}


.bxslider div img {
	width: 100%;
}

.bxslider .singleSlide {
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;

	font-size: 2em;	
	color: #fff;
	
	padding: 150px 0;
}

.bxslider .singleSlide h1 {
	font-family: 'Lato', Helvetica, Arial, sans-serif;

	font-size: 2em;
	font-weight: bold;
	letter-spacing: .1em;
	color: #fff;
	text-shadow: 0 0 3px #000;
	
	padding: 0;
	margin: 0;
	
}

.bxslider .singleSlide h2 {
	font-weight: 300;
	text-shadow: 0 0 2px #444;
	
}

.bxslider .singleSlide a {
	clear: both;
	display: inline;
	text-align: center;
	
	padding: 20px 100px;
	
	background: rgba(255,255,255,0.6);
	border: 1px solid #fff;
	
	text-transform: uppercase;
	font-size: 16px;	
	letter-spacing: .1em;
}

.bxslider .singleSlide a:link, .bxslider .singleSlide a:visited {
	color: #000;
	text-shadow: none;
}

.bxslider .singleSlide a:hover {
	color: #000;
	background: #fff;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-device-width: 320px), only screen and (max-width: 320px) {

}
@media only screen and (max-device-width: 580px), only screen and (max-width: 580px) {

header {
	position: fixed;
	width: 100%;

	z-index: 10;	
	background: #fff;
}

.headclearfix {
	display: block;
	height: 90px;
}

header .logo {
	float: left;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

header nav.nav {
	display: none;
}

header .mobilenav {
	float: right;
	display: inline;
	
	width: 30%;
	padding: 0;
	margin-top: 5px;
	
	overflow: hidden;
}


header .mobilenav li {
	float: right;
	display: inline;
	width: 40%;
	
}

header .mobilenav img {
	padding: 5px 0 0;
	width: 80%;
	opacity: .75;
}

.button, a.button {
	font-size: 12px;
	width: 99% !important;

	
}

.booknow .button {
	margin: 0 0 10px;
}

.part .row {
	margin: 0 0 0;
}

.part .facility {
	width: 100%;
	margin: 0 0 20px;
	
	float: left;
	display: inline;
}

.part .facility h3 {
	margin: 10px 0 0;
}

.part .facility p {
	margin: 5px 0 0;
}

#validateForm {
	display: none !important;
}

footer {
	text-align: center !important;
}

footer .top {
	padding: 10px 0 0;
}

footer #nav_menu-2 {
	display: none;
}

footer .widget-area aside {
	width: 100%;
	clear: both;
}

footer .widget-area h1.widget-title {
	padding: 0;
	margin: 0;
}

footer .logo {
	display: none;
}

footer .widget-area aside.last {
	display: none;
}

#topTop {
	display: none;
}


}


@media only screen and (max-device-width: 600px), only screen and (max-width: 600px) {

.footer .widget-area aside {
	display: none;
	width: 100%;
}

.footer .widget-area aside.last {
	display: block;
}

}

@media only screen and (max-device-width: 768px), only screen and (max-width: 768px) {

.header nav ul {
	padding: 0;
}

.header nav li {
	width: 25%;
	text-align: center;
	padding: 0 !important;
}

.header nav li a {
	border-bottom: none !important;
}

.part .holder.five .item {
	width: 50%;
}

.item.full-item {
	width: 100% !important;
}

.part .holder.four .item {
	width: 25%;
}

.part .holder.three .item {
	width: 33%;
}

.part .holder.two .item {
	width: 50%;
}

.page-wrap .wrapper {
	padding: 10px 0;
}

.page-left {
	width: 100%;
}

.page-right {
	display: none;
}

.footer .top {
	padding-top: 10px;
}

.footer .logo {
	margin-top: 0;
	width: 100%;
}

.footer .logo img {
	width: 60%;
	margin: 0 20%;
}

}

@media only screen and (max-device-width: 960px), only screen and (max-width: 960px) {
.header .logo {
	float: left;
	display: inline;
	width: 25%;

}

.header .logo img {
	width: 100%;
	margin: 0 auto;
}

.header nav {
	float: right;
	clear: none;
	width: 70%;
	margin-right: 0 !important;
}

.header nav li {
	padding-left: 0;
}

}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {

}

@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
