/*******************************************************************
  HTML, BODY, CONTAINER
*******************************************************************/

html {
	height: 100%;
	background: #fff;
}

body {
	position: relative;
	min-height: 100% !important;
	height: auto !important;
	padding-bottom: 200px;
	font: 14px/22px Raleway, Myriad Pro, Arial, sans-serif;
	color: #242627;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/*******************************************************************
  FULLSCREEN BACKGROUND
*******************************************************************/

#backstretch {
	position: fixed;
	/*z-index: -1; this was causing the bg photos to cover the mobile menu dropdown in iOS */
	height: 100%;
	width: 100%;
	z-index: -1;
}

#jx-uhid-con-id {
	z-index: 100000000000;
}

/*******************************************************************
  HEADINGS
*******************************************************************/

h1,h2,h3,h4,h5,h6 {
	font-family: Raleway, Myriad Pro, Arial, sans-serif;
	margin: 0 0 10px 0;
	line-height: normal;
	font-weight: 300;
	position: relative;
	color: #011f43;
}

h1 {
	font-size: 36px;
	margin: 0 0  15px 0;
}

h2 strong {
	color: #4aa942;
}

h3 { 
	margin: 25px 0 10px 0;
	color: #888
}

h2 {
	margin: 25px 0 10px 0;
	font-size: 24px;
}

h1 + h2 {
	margin-top: 0;
}

/* Reduces margin for titles adjacent to lists or paragraphs*/
h2 + p, h3 + p, h4 + p, h3 + ul {
	margin-top: 0;
}

/*******************************************************************
	ICONS
*******************************************************************/

@font-face {
	font-family: 'Icons';
	src: url('fonts/fontawesome-webfont.eot?v=3.2.1');
	src: url('fonts/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('fonts/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
	font-weight: normal;
	font-style: normal;
}

.icon {
	font-style: normal;
	font-family: 'Icons';
}

/*******************************************************************
  TEXT & OTHER GENERAL PAGE ELEMENTS
*******************************************************************/

.required {
	color: #ff0000;
}

p {
	margin: 10px 0;
}

hr {
	background: #646464;
	border: none;
	height: 1px;
	margin: 20px 0;
}

.photoborder {
	float: right;
	margin: 0px 0 20px 20px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	line-height: 0;
}

.photoborder.left {
	float: left;
	margin: 0 20px 20px 0;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

.photoborder.noshadow {
	box-shadow: none;
}

.photoborder img {
	max-width: 100%;
}

blockquote {
	padding-left: 5px;
	margin-left: 0;
	font-style: italic;
}

label {
	font-weight: normal;
}

li {
	/* list-style-position: inside; */
}

dt {
	font-weight: bold;
}

ul {
	padding-left: 20px;
}

ul ul {
	padding-left: 40px;
}

img {
	max-width: 100%;
}

/*******************************************************************
  GLOBAL LINKS
*******************************************************************/

a:link, a:visited {
	color: #4aa942;
	text-decoration: underline;
}

a:hover {
	color: #4aa942;
	text-decoration: none;
}

/* buttons */
#content a:link.button,
#content a:visited.button,
#content strong em a:link,
#content strong em a:visited,
#content em strong a:link,
#content em strong a:visited {
	display: inline-block;
	padding: 7px 15px;
	background: #747474; 
	font: 16px Raleway, Myriad Pro, Arial, sans-serif;
	color: #fff;
	border-radius: 2px;
}

#content a.button:hover,
#content strong em a:hover,
#content em strong a:hover {
	background: #fff; 
	color: #747474;
	box-shadow:  inset 0px 1px 1px 0px rgba(255,255, 255, 0.2), inset 0px -1px 1px 0px rgba(0,0, 0, 0.2);
	text-decoration: none;
}

/*******************************************************************
	BOOKING ENGINE
*******************************************************************/

#booking {
	position: absolute;
	right: 0;
	top: 15px;
	font-size: 0;
	text-align: right;
}

#booking .inputs {
	display: inline-block;
}

#booking .container {
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	font-size: 17px;
}

#booking .arrival.container {
	margin-left: 0;
}

#booking input[type="text"]{
	max-width: 105px;
	height: 35px;
	padding: 0 5px;
	border-style: none;
	background: #fff;
	font-size: 12px;
	color: #36393d;
	vertical-align: middle;
	border-radius: 2px;
	text-transform: uppercase;
	box-shadow: inset 0px 1px 1px 0px rgba(0,0, 0, 0.5);
}

#booking .calendar {
	vertical-align: middle;
	margin: 0 5px;
}

#booking #submit_booking {
	display: inline-block;
	padding: 0px 20px;
	background: #4aa942;
	font: 600 15px/35px Raleway, Myriad Pro, Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 2px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

#booking #submit_booking:hover {
	background: #fff; 
	color: #4aa942;
	box-shadow:  inset 0px 1px 1px 0px rgba(255,255, 255, 0.2), inset 0px -1px 1px 0px rgba(0,0, 0, 0.2);
	text-decoration: none;
}

#booking .rewards {
	margin-left: 15px;
}

#ui-datepicker-div {
	z-index: 99999 !important;
}

/*******************************************************************
  GALLERY
*******************************************************************/

#callouts {
	position: absolute;

	width: 100%;
	bottom: 152px;
	font-size: 0.001px;
	overflow: hidden;
	text-align: center;
}

#callouts .callout.active:after {
	content: "\f068";
}

#callouts .callout:after {
	position: absolute;
	z-index: 0;
	right: 10px;
	top: 17px;
	content: "\f067";
	font: 22px Icons;
	color: #fff;
}

#callouts .callout {
	overflow: hidden;
	position: relative;
	display: inline-block;
	width: 255px;
	margin-right: 1px;
	margin-bottom: 1px;
	font-size: 14px;
	padding: 10px 10px 10px 10px;
	background: rgba(1,31,67,0.8);
	color: #fff;
	text-align: left;
	vertical-align: bottom;
}

#callouts h2 {
	position: relative;
	z-index: 1;
	color: #fff;
	font-weight: 300;
	font-size: 26px;
	margin: 0;
	cursor: pointer;
}

#callouts .active p {
	display: block;
}

#callouts p {
	display: none;
	margin: 0;
}

#callouts a {
	font-weight: bold;
	text-transform: uppercase;
}

/*******************************************************************
  GALLERY
*******************************************************************/

.theme-default .pagination .prev {
    background-image: url("../images/thumbnail-arrows.png") !important;
    left: 0 !important;
    z-index: 1000;
}

.theme-default .pagination .next {
    background-image: url("../images/thumbnail-arrows.png") !important;
    right: 0 !important;
    z-index: 10000;
}

/*******************************************************************
  HEADER
*******************************************************************/

header {
	position: relative;
	z-index: 1000;
	background: #011f43
}

header > .stack {
	padding: 5px 10px;
	overflow: hidden;
	margin: 0 auto;
	height: 117px;
	max-width: 1024px;
}

header .logo a {
	display: block;
	max-width: 213px;
	height: 83px;
	background: url(../images/logo.png) no-repeat;
	background-size: contain;
	text-indent: -9999px;
}

header .sub-navigation {
	position: absolute;
	bottom: 20px;
	right: 0;
	text-align: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

header .sub-navigation li {
	display: inline-block;
	padding: 0 10px;
	border-right: 1px solid #fff;
}

header .sub-navigation li:last-child {
	padding-right: 0;
	border-right: none;
}

header a:link, header a:visited {
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}

header a:hover {
	text-decoration: underline;
}

/*******************************************************************
  NAVIGATION
*******************************************************************/

#navigation {
	padding: 0;
	background: #747474;
	list-style-type: none;
	font-size: 0;
	text-align: center;
	box-shadow: inset 0 2px 2px rgba(0,0,0,0.2);
}

#navigation li {
	position: relative;
	display: inline-block;
	white-space: nowrap;
}

#navigation a:link, #navigation a:visited {
	display: inline-block;
	padding: 0 20px;
	font: 600 15px/45px Raleway, Myriad Pro, Arial, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
}

#navigation a:hover, #navigation > li:hover > a {
	background: #4aa942;
	color: #fff;
	text-decoration: none;
	text-shadow: none;
}

#navigation ul {
	position: absolute;
	right: 0;
	display: none;
	z-index: 1000;
	min-width: 100%;
	padding-left: 0;
	background: #4aa942;
	text-align: right;
	box-shadow: 0 3px 3px rgba(0,0,0,0.25);
}

#navigation > li:hover > ul {
	display: block;
}

#navigation li li {
	display: block;
	border-right: none;
}

#navigation ul a:link, #navigation ul a:visited {
	display: block;
	height: auto;
	padding: 0 15px;
	color: #fff;
	text-shadow: none;
}

#navigation ul a:hover {
	background: #fff;
	color: #4aa942;
}

/*******************************************************************
	MOBILE NAVIGATION
*******************************************************************/

#mobile-navigation {
	display: none;
	position: fixed;
	z-index: 10000000000;
	width: 100%;
	top: 0;
	left: 0;
	font-family: Raleway, Myriad Pro, Arial, sans-serif;
	text-transform: uppercase;
}

#mobile-navigation > ul {
	position: absolute;
	top: 34px;
	right: 10px;
	height: 0;
	overflow: hidden;
	margin: 0;
}

/* Mobile menu display class, expands to full height*/
#mobile-navigation .show {
	height:auto;
}

/* Menu button*/
#mobile-navigation .menu {
	position: absolute;
	top: 0px;
	right: 10px;
	padding: 10px 20px;
	background: #747474;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	cursor: pointer;
}

#mobile-navigation .menu:hover {
	text-decoration: none;
	background: #4aa942;
	color: #fff;
}

#mobile-navigation  li {
	position: relative;
	min-width: 240px;
	padding: 0;
	margin: 0;
	background: #747474;
	list-style-type: none; 
	white-space: nowrap;
}

#mobile-navigation li a {
	display: block;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding: 7px 10px 7px 20px;
	text-decoration: none;
	color: #fff;
}

#mobile-navigation a:hover {
	text-decoration: none;
	background: #4aa942;
	color: #fff;
}

/* Submenus*/
#mobile-navigation li .icon {		/* This icon displays to the right of a menu if it a dropdown*/
	position: absolute;
	display: block;
	right: 0px;
	top: 0;
	overflow: hidden;
	height: 35px;
	width: 40px;
	padding: 6px 30px 7px 10px;
	content: '/u+229E';
	font-family: "Icons";
	font-size: 1.5em;
	line-height:1;
	text-align: center;
}

#mobile-navigation li .icon:hover {
	color: #747474;
}

#mobile-navigation ul ul {
	display: block;
	height: 0;
	margin-left: 0;
	padding-left: 0;
	background: #747474;
}

#mobile-navigation li li a {
	padding-left: 40px;
	background: rgba(0,0,0,0.2);
	color: #fff;
}

/*******************************************************************
	CONTENT
*******************************************************************/

#content {
	padding: 20px 10px;
	background-color: #fff;
}

.homepage #content {
	padding: 100px 10px;
	background: none;
	min-height: 400px;
	line-height: 22px;
	text-align: center;
}

.homepage #content h1 {
	text-indent: -9999px;
}

#content .stack  {
	max-width: 1000px;
	margin: 0 auto;
}

/*******************************************************************
	MASTHEAD
*******************************************************************/

#masthead {
	position: relative;
	width: 100%;
	height: 450px;
}

#masthead .stack {
	height: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}

#masthead span {
	background: rgba(0, 0, 0, 0.5);
	bottom: 0;
	color: #FFFFFF;
	font: 700 23px Raleway, Myriad Pro, Arial, sans-serif;
	letter-spacing: 1px;
	padding: 10px;
	position: absolute;
	right: 10px;
	text-shadow: 1px 1px 0px #000000;
	text-transform: uppercase;
}

/*******************************************************************
  SIDEBAR
*******************************************************************/

.sidebar {
	padding: 50px 0 50px 25px;
	padding-left: 25px;
	text-align: center;
	font-size: 16px;
}

.sidebar .item {
	background: rgba(0,0,0,0.1);
	margin-bottom: 20px;
	padding-bottom: 10px;
	border: 1px solid rgba(0,0,0,0.1);
}

.sidebar .item.link {
	padding-bottom: 0;
	background: none;
	border: 0;
}

.sidebar .item.link a:link, .sidebar .item.link a:visited {
	display: block;
	background: rgba(0,0,0,0.1);
	margin-bottom: 20px;
	padding: 10px 0;
	border: 1px solid rgba(0,0,0,0.1);
}
.sidebar .item.link a:hover {
	background: rgba(0,0,0,0.2);
	text-decoration: none;
	color: #242627;
}

.sidebar ul, .sidebar p {
	list-style-type: none;
	margin: 8px 0;
	padding: 0 10px;
}

.sidebar li {
	margin: 5px 0;
}

.sidebar h2, .sidebar h3 {
	margin: 0 0 10px;
	padding: 10px;
	background: #4aa942;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
}

.sidebar a:link, .sidebar a:visited {
	display: block;
	color: #011f43;
	padding: 5px 0;
	text-decoration: none;
}

.sidebar a:hover {
	background: rgba(0,0,0,0.1);
	text-decoration: none;
	color: #242627;
}

.sidebar ul.social {
	position: relative;
	right: auto;
	bottom: auto;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 0;
}

.sidebar .social li {
	padding: 0;
	margin: 0 0 0 8px;
}

.sidebar .social li a:link, .sidebar .social li a:visited {
	padding: 0;
	width: 48px;
	height: 32px;
	color: #4aa942; 
	line-height: 32px;
}

.sidebar .social .facebook a:before { font-size: 24px; }
.sidebar .social .twitter a:before {  font-size: 24px;}
.sidebar .social .youtube a:before { font-size: 24px;}
.sidebar .social .googleplus a:before { font-size: 24px;}
.sidebar .social .pinterest a:before { font-size: 24px;}
.sidebar .social .instagram a:before { font-size: 24px;}
.sidebar .social .tripadvisor a:before { font-size: 24px;}

.sidebar .social li a:hover {
	color: #011f43;
}

/*******************************************************************
  FOOTER
*******************************************************************/

footer {
	position: absolute;
	z-index: 1000;
	bottom: 0;
	width: 100%;
	min-height: 75px;
	background: #011f43;
	font: 13px/14px Raleway, Myriad Pro, Arial, sans-serif;
	color: #fff;
	text-align: right;
}

footer .stack {
	position: relative;
	overflow: hidden;
	max-width: 1024px;
	margin: 0 auto;
	padding: 20px 10px;
}


footer .logos {
	text-align: left;
}

footer .logos a {
	display: inline-block;
	margin-right: 25px;
	vertical-align: middle;
}

footer .copyright {
	display: none;
}

footer .bottom {
	overflow: hidden;
	background: #747474;
}

footer .bottom .content {
	position: relative;
	max-width: 1024px;
	padding: 8px;
	margin: 0 auto;
	text-align: left;
}

footer .content p {
	margin: 0;
}

footer .bottom {
	min-height: 35px;
}

footer a:link, footer a:visited {
	color: #fff;
	text-decoration: none;
}

footer a:hover {
	color: #fff;
	text-decoration: underline;
}

footer h4 {
	color: #fff;
	margin: 0;
	font-size: 18px;
}

footer p {
	margin: 5px 0;
}

footer .tag {
	position: absolute;
	top: 40px;
	left: 100px;
	width: 457px;
	height: 35px;
	background: url("../images/tag.png") no-repeat;
	text-indent: -9999px;
	text-align: left;
}

/*******************************************************************
  SOCIAL
*******************************************************************/

.social {
	position: absolute;
	right: 8px;
	bottom: 0px;
	padding: 0;
	margin: 0;
	z-index: 5 !important;
}

.social li:first-child {
	margin-left: 0;
}

.social li {
	display: inline-block;
	list-style-type: none;
	margin-left: 8px;
	vertical-align: middle;
}

.social a:link, .social a:visited {
	display: inline-block;
	width: 24px;
	height: 24px;
	font: 16px/24px Icons;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

.social a:hover {
	color: #4aa942;
}

.social .facebook a:before { content: "\f09a"; font-size: 16px; padding-right: 1px; padding-top: 2px; }
.social .twitter a:before { content: "\f099"; font-size: 16px;}
.social .youtube a:before { content: "\f167"; font-size: 20px;}
.social .googleplus a:before { content: "\f0d5"; font-size: 16px;}
.social .pinterest a:before { content: "\f0d2"; font-size: 20px;}
.social .instagram a:before { content: "\f16d"; font-size: 20px;}
.social .tripadvisor a:before { content: "\f262"; }

.social a:focus {
	outline: none;
}

/*******************************************************************
  MEDIA QUERIES
*******************************************************************/

@media handheld, only screen and (max-width: 1024px) {
	header .sub-navigation li{
		margin-left: 10px;
		font-size: 13px;
	}

	#navigation a:link, #navigation a:visited {
		font-size: 13px;
		padding: 0 8px;
	}

	footer .tag {
		display: none;
	}

	#booking .calendar {
		display: none;
	}
}

@media handheld, only screen and (max-width: 768px) {
	#masthead .stack {
		display: none;
	}

	header, footer {
		background-size: cover;
	}

	header, footer, header .stack, footer .stack {
		height: auto;
	}

	header .sub-navigation {
		display: none;
	}

	header .logo a {
		margin: 0 auto;
	}

	#navigation {
		display: none;
	}

	#mobile-navigation {
		display: block;
	}

	#booking {
		position: relative;
		top: auto;
		right: auto;
		text-align: center;
		padding: 10px 0;
	}

	#booking .submit {
		max-width: 200px;
	}

	#booking .rewards.container {
		display: none;
	}

	#masthead {
		height: 300px;
	}

	.homepage #content {
		padding: 75px 0;
	}

	#bottomBarLET {
		display: none;
	}

	footer .bottom p {
		display: none;
	}

	.social {
		position: relative;
		right: auto;
		bottom: auto;
		text-align: center;
	}

	footer .logos {
		display: none;
	}

	footer .copyright {
		display: block;
	}

	footer, footer .logos, footer .bottom .content {
		text-align: center;
	}

	#callouts {
		margin: 10px auto;
		position: relative;
		bottom: auto;
	}

	#callouts .callout {
		vertical-align: top;
	}

	.homepage #content {
		display: none;
	}

	#content {
		padding: 15px 25px;
	}
}


@media handheld, only screen and (max-width: 520px) {
	#booking .calendar {
		display: none;
	}

	#booking input[type="text"] {
		max-width: 80px
	}

	#booking #submit_booking {
		font-size: 14px;
		padding: 0px 15px;
	}

	#booking .departure.container,
	#booking .submit.container {
		margin-left: 5px;
	}
}

@media handheld, only screen and (max-width: 420px) {
	#masthead {
		height: 250px;
	}

	header {
		padding-top: 25px;
	}
}