/*******************************************************************
  HTML, BODY, CONTAINER
*******************************************************************/

html {
	height: 100%;
	background: #fff;
}

body {
	position: relative;
	min-height: 100% !important;
	height: auto !important;
	padding-bottom: 40px;
	font: 16px/26px Montserrat, Myriad Pro, Arial, sans-serif;
	color: #101010;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.stack {
	max-width: 1024px;
	margin: 0 auto;
}

/*******************************************************************
  FULLSCREEN BACKGROUND
*******************************************************************/

#backstretch {
	z-index: 10;
	position: relative;
	height: 100%;
	width: 100%;
}

/*******************************************************************
  HEADINGS
*******************************************************************/

h1,h2,h3,h4,h5,h6 {
	position: relative;
	margin: 0 0 10px 0;
	font-family: 'Libre Baskerville', Georgia, serif;
	line-height: normal;
	font-weight: 400;
	color: #005587;
	text-shadow: 2px 2px 0px rgba(0,0,0,0.10);
}

h1 {
	margin: 0 0 30px 0;
	font-size: 36px;
	text-align: center;
}

h2 {
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}

h3 {
	color: #5e5e5e;
	font-size: 24px;
	margin-bottom: 0-0px;
}

h1 + h2 {
	margin-top: 0;
}

p + h2,
ul + h2 {
	margin-top: 40px;
}

/* 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';
}

/*******************************************************************
	SLIDE IN BOX
*******************************************************************/

#slidein {
	background: #fff;
	border: 2px solid #005587;
	border-right: none;
	padding: 20px;
	position: fixed;
	right: -275px;
	top: 200px;
	text-align: center;
	width: 300px;
	z-index: 99999;
}

#slidein p {
	text-transform: none;
}

#slideinClose {
	background: #005587;
	color: #fff;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	padding: 7px;
	position: absolute;
	left: -2px;
	top: -2px;
}

#slideinClose:hover,
#slideinClose:focus {
	background: #4f4f4f;
	color: #fff;
	cursor: pointer;
}

#slidein h2 {
	font-size: 20px;
	margin: 15px 0 10px 0;
}

#slidein p {
	font-size: 16px;
	margin: 0 0 15px 0;
	font: bold 15px/20px "Lato", Arial, sans-serif;
}

#slidein a {
	display: block;
	/* height: 32px; */
	padding: 10px 10px 10px 10px;
	background: #005587;
	font: bold 12px/12px "Lato", Arial, sans-serif;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 0.05em;
	vertical-align: bottom;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

#slidein a:hover,
#slidein a:focus {
	background: #4f4f4f;
	text-decoration: none;
}

#slidein small {
	display: block;
	margin: 10px 0 0 0;
}

/*

@media handheld, only screen and (max-width: 1060px) {
	#slidein {
		top: 277px;
	}
}

@media handheld, only screen and (max-width: 540px) {
	#slidein {
		top: 310px;
	}
}


@media handheld, only screen and (max-width: 830px) {
	#slidein {
		display: none;
	}
}
*/

/*******************************************************************
  TEXT & OTHER GENERAL PAGE ELEMENTS
*******************************************************************/

.text-center {
	text-align: center;
}

.required {color: #ff0000}

p {margin: 10px 0}

hr {
	clear: both;
	background: rgba(0,0,0,0.2);
	border: none;
	height: 1px;
	margin: 40px 0;
}

.photoborder {
	position: relative;
	z-index: 5;
	float: right;
	max-width: 35%;
	margin: 0px 0 20px 20px;
line-height: 0;
}

.photoborder.video {
	min-width:50%;
}

.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.imgshadow img {

	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

.photoborder h2 {
	font-size: 16px;
	margin: 0;
	text-align: center;
}

blockquote {
	padding-left: 5px;
	margin-left: 0;
	font-style: italic;
}

label {
	font-weight: normal;
}

dt {
	font-weight: bold;
}

ul {
	padding-left: 20px;
}

ul ul {
	padding-left: 40px;
}

img {
	max-width: 100%;
}

/*******************************************************************
  GLOBAL LINKS
*******************************************************************/

a:link, a:visited {
	color: #005587;
	text-decoration: none;
}

a:hover {
	color: #4f4f4f;
	text-decoration: underline;
}

/* buttons */
a:link.button,
a:visited.button,
strong em a:link,
strong em a:visited,
em strong a:link,
em strong a:visited {
	display: inline-block;
	padding: 5px 15px;
	background: #005587;
	font: 15px/30px Montserrat, Myriad Pro, Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 3px;
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}

a.button:hover,
strong em a:hover,
em strong a:hover {
	background: #4f4f4f;
}

/*******************************************************************
  HEADER
*******************************************************************/

header {
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px 20px 0 20px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+87&0.65+0,0+87 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 87%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 87%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 87%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

header > .stack {
	overflow: hidden;
	margin: 0 auto;
}

header .logo {
	display: block;
	width: 292px;
	height: 95px;
	margin: 10px auto;
}

/*Scrolled CSS*/
header.scrolled {
	background: rgba(0,0,0,0.4);

}

header.scrolled .logo {
	width: 219px;
	height: 62px;
}

header a.phone:link,
header a.phone:visited {
	display: block;
	position: absolute;
	left: 25px;
	top: 10px;
	color: #fff;
	text-decoration: none;
		text-shadow: 1px 1px 0px rgba(0,0,0,0.4);

}
header a.phone:hover {
	text-decoration: none;
	color: #4f4f4f;
}
header a.phone:before {
	content: '\f095';
	font-size: 24px;
	margin-right: 5px;
	font-family: Icons;
	vertical-align: middle;
}


header a.login:link,
header a.login:visited {
	position: absolute;
	left: 25px;
	top: 20px;
	display: inline-block;
	padding: 0px 20px;
	background: #4f4f4f;
	font: 16px/35px Montserrat, Myriad Pro, Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 3px;
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}


/*******************************************************************
	NAVIGATION
*******************************************************************/

#navigation {
	position: relative;
	z-index: 100;
	width: 100%;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	text-align: center;
}

#navigation li {
	position: relative;
	display: inline-block;
}

#navigation li:hover {
	background: rgba(0,0,0,0.4);
}

#navigation li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}

#navigation ul {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	min-width: 100%;
	margin: 0;
	padding: 0;
	background: rgba(0,0,0,0.4);
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
	text-align: left;
	white-space:  nowrap;
}

.csstransforms #navigation ul {
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}

#navigation ul li {
	display: block;
}

#navigation li:first-child a:link,
#navigation li:first-child a:visited {
	background-image: none;
}

#navigation a:link,
#navigation a:visited {
	display: inline-block;
	padding: 10px 15px;
	font: 27px  'Libre Baskerville', Georgia, serif;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.75);
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

header.scrolled #navigation a:link,
header.scrolled #navigation a:visited {
	font-size: 22px;
}
#navigation a:link:after,
#navigation a:visited:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 8px;
	transform: translateX(-50%);
	height: 2px;
	width: 0;
	background: #fff;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

#navigation a:hover:after {
	width: 100%;
	left: 0;
}

.csstransforms #navigation a:hover:after {
	width: 75%;
	left: 50%;
}

#navigation ul a:visited,
#navigation ul a:link {
	background: none;
	color: #fff;
}

.scrolled #navigation ul {
	background: rgba(0,0,0,0.7);
}

/*******************************************************************
	MOBILE NAVIGATION
*******************************************************************/

#mobile-navigation {
	z-index: 10000000000;
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	font-family: Montserrat, Myriad Pro, Arial, sans-serif;
}

#mobile-navigation > ul {
	overflow: hidden;
	position: absolute;
	top: 34px;
	right: 10px;
	height: 0;
	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: #4f4f4f;
	font-size: 16px;
	line-height: 14px;
	color: #fff;
	cursor: pointer;
}

#mobile-navigation .menu:hover {
	text-decoration: none;
	background: #005587;
	color: #fff;
}

#mobile-navigation  li {
	position: relative;
	min-width: 240px;
	padding: 0;
	margin: 0;
	background: #4f4f4f;
	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 {
	background: #005587;
	color: #fff;
	text-decoration: none;
}

/* Submenus*/
#mobile-navigation li .icon {		/* This icon displays to the right of a menu if it a dropdown*/
	content: '/u+229E';
	overflow: hidden;
	display: block;
	position: absolute;
	right: 0px;
	top: 0;
	width: 40px;
	height: 35px;
	padding: 6px 30px 7px 10px;
	font-family: "Icons";
	font-size: 1.5em;
	line-height:1;
	text-align: center;
}

#mobile-navigation li .icon:hover {
	color: #4f4f4f;
}

#mobile-navigation ul ul {
	display: block;
	height: 0;
	margin-left: 0;
	padding-left: 0;
	background: #2d2a1d;
}

#mobile-navigation li li a {
	padding-left: 40px;
	background: rgba(0,0,0,0.2);
	color: #fff;
}

/*******************************************************************
	BOOKING ENGINE
*******************************************************************/

#booking {
	font-family: Montserrat, Myriad Pro, Arial, sans-serif;
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 0;
	text-align: right;
}

#booking .inputs {
	display: inline-block;
}

#booking .container {
	display: inline-block;
	margin-left: 10px;
	font-size: 16px;
	vertical-align: middle;
}

#booking .arrival.container {
	margin-left: 0;
}

#booking input[type="text"], 
#booking select {
	max-width: 100px;
	height: 35px;
	padding: 0 0 0 8px;
	border-style: none;
	background: #fff;
	font-size: 12px;
	color: #505050;
	vertical-align: middle;
	box-shadow: inset 0px 1px 1px 0px rgba(0,0, 0, 0.5);

	border-radius: 3px;
	appearance: none;
}

#booking .calendar {
	vertical-align: middle;
	margin: 0 5px;
}

#booking #submit_booking {
	display: inline-block;
	padding: 0px 20px;
	background: #005587;
	color: #fff;
	line-height: 35px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
	border-radius: 3px;
}

#booking #submit_booking:hover {
	background: #4f4f4f;
	text-decoration: none;
}

#ui-datepicker-div {
	z-index: 99999 !important;
}

/*******************************************************************
	CONTENT
*******************************************************************/

#content {
	padding: 50px 20px;
	background: #fff;
	box-shadow: 0 -2px 0px rgba(0,0,0,0.2);
}

#content .stack  {
	max-width: 1024px;
	margin: 0 auto;
}

/*******************************************************************
	HOMEPAGE - CONTENT
*******************************************************************/

.homepage #content {
	position: relative;
	text-align: center;
	padding: 50px 20px 85px 20px;
}



.homepage a:link.button,
.homepage a:visited.button{
	padding: 8px 75px;
}

.homepage #content .photo {
	margin-top: 50px;
}

.homepage h1 {
	margin: 0;
	font-family: 'Libre Baskerville', Georgia, serif;
}

.homepage h2 {
	font-size: 32px;
	margin: 0 0 20px 0;
}

.homepage h3 {
	font-size: 36px;
	font-style: italic;
	margin: 20px 0 10px 0;
}

h1 span,
h2 span,
h3 span {
	font-family: 'Libre Baskerville', Georgia, serif;
	display: block;
	font-size: 22px;
	font-style: normal;
	text-transform: uppercase;
}

.homepage h2.tagline {
	font-style: normal;
	font-size: 33px;
	text-align: center;
	margin: 25px auto;
}



/*******************************************************************
	HOMEPAGE - GALLERY
*******************************************************************/

.homepage .gallery {
	text-align: center;
	padding: 50px;
	background: #005587;
}


.homepage .gallery .item {
	/* border: 2px solid #fff; */
}

.homepage .gallery .content {
	max-width: 1030px;
	margin: 0 auto;
}

.homepage .gallery .content h2 {
	padding-top: 35px;
	color: #fff;
	margin-bottom: 25px;
}
.homepage .gallery .content h2:before {
	content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 192px;
    height: 26px;
    transform: translateX(-50%);
   	background: url(../images/paddle.png);
}

/*******************************************************************
	HOMEPAGE - ATTRACTIONS, PHOTO STRIP, MAP
*******************************************************************/

.homepage .attractions {
	min-height: 365px;
	padding: 40px 10px;
	text-align: center;
}

.homepage .photo-strip {
	height: 191px;
	padding: 0 60px;
	background: url(../images/photo-strip.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
}

#map {
	width: 100%;
	height: 365px;
}

/*******************************************************************
	SLIDERS - TESTIMONIALS
*******************************************************************/

#testimonials-slider {
	background: #f1f1f1;
	padding: 60px 10px;
	text-align: center;
	color: #000;
}

#testimonials-slider .content {
	position: relative;
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 10px;
}

#testimonials-slider .content h2 {
	color: #000;
	font-size: 30px;
	margin: 30px 0 10px 0;
}

#testimonials-slider #testimonials .testimonial-item {
	font-weight: 400;
	padding: 0 80px;
	position: relative;
}

#testimonials-slider #testimonials .testimonial-item .testimonial-sender {
	display: none;
}
#testimonials-slider .tripadvisor {
	display: table;
	margin: 20px auto;
}

#testimonials-slider  .prev,
#testimonials-slider  .next {
	position: absolute;
	top: 0;
	width: 33px;
	height: 60px;
	background-image: url(../images/testimonials-nav.png);
	cursor: pointer;
}

#testimonials-slider  .prev {
	display: inline-block;
	left: 0;
	background-position:  0 0;
}

#testimonials-slider  .prev:hover { background-position: 0 -60px }

#testimonials-slider  .next {
	display: inline-block;
	right: 0;
	background-position:  -33px 0px;
}

#testimonials-slider  .next:hover { background-position: -33px -60px}
#testimonials-slider  a.more:link,
#testimonials-slider  a.more:visited {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
}
#testimonials-slider  a.more:hover {
	text-decoration: underline;
}

/*******************************************************************
    SPECIALS
*******************************************************************/

#specials-slider {
	background: #f1f1f1;
    padding: 60px 10px;
}

#specials-slider h2, 
#specials-slider h3,
#specials-slider h4 {
	margin-bottom: 0;
}

#specials-slider a:link,
#specials-slider a:visited {
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

#specials-slider a:hover {
    text-decoration: underline;
}

#specials-slider .content {
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 60px;
}

#specials-slider .special {
    position: relative;
    padding-right: 240px
}

#specials-slider .photoborder {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 220px;
}

#specials-slider .prev, #specials-slider .next {
    position: absolute;
    top: 50%;
    width: 33px;
    height: 60px;
    transform: translateY(-50%);
    background-image: url(../images/specials-nav.png);
    cursor: pointer;
}
#specials-slider .prev {
    display: inline-block;
    left: 0;
    background-position:  0 0;
}
#specials-slider .prev:hover { background-position: 0 -60px }
#specials-slider .next {
    display: inline-block;
    right: 0;
    background-position:  -33px 0px;
}
#specials-slider .next:hover { background-position: -33px -60px}

/*******************************************************************
	MASONRY GRID
*******************************************************************/

.items {
	max-width: 1030px;
	margin: 0 auto 20px auto;
	text-align: center;
}

.items .item {
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	width: 245px;
	min-height: 245px;
	/* border: 2px solid #FFF; */
	margin-bottom: 10px;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.33);
	text-align: left;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.items .falseHeader p strong {
	text-transform: uppercase;
	font: 28px/28px Montserrat, Myriad Pro, Arial, sans-serif;
}

.items .item.h2x {
	height: 500px;
}

.items .item.h3x {
	height: 755px;
}

.items .item.w2x {
	width: 500px;
}

.items .item.w3x {
	width: 755px;
}

.items .paragraph {
	bottom: 80px;
	padding: 15px 20px;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 10;
}

.items .paragraph.push {
	bottom: 100px;
}

.items h3 {
	z-index: 10;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	margin: 0;
	padding: 15px 20px;
	font: 700 20px Montserrat, Myriad Pro, Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.items .item > a > h3 {
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.items .item > a:link, .items .item > a:visited {
	position: absolute;
	width: 100%;
	height: 100%;

	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.items .item > a:after {
	content: '';
	position: absolute;
	z-index: 5;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(5,31,54,0.6);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}

.items .item > a:hover:after, .items .item > a:hover h3 {
	opacity: 1;
}

.items .paragraph p {
	padding: 15px 20px;
	position: absolute;
	right: 0;
	text-align: right;
	width: 100%;
}

.items .item.text {
	padding: 50px;
	text-align: center;
	color: #fff;
	background: #222c63;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
}

.items .item > img {
	position: absolute;
	width: 100%;
	z-index: 0;
	top: 0;
	left: 0;
	transition: all 0.2s ease-out 0s;
}

.items .item.round {
	border-radius: 100%
}

/*******************************************************************
	MASTHEAD
*******************************************************************/

#masthead {
	position: relative;
	width: 100%;
	height: 750px;
}

#masthead .scroll,
#masthead-video .scroll {
	z-index: 100;
	position: absolute;
	bottom: -35px;
	left: 50%;
	padding: 10px 15px 15px 15px;
	background: #fff;
	font-size: 32px;
	line-height: 32px;
	color: #4f4f4f;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	transform: translateX(-50%);
	border-radius: 100%;
	cursor: pointer;
}

#masthead .scroll:after,
#masthead-video .scroll:after {
	content:  '';
	display: inline-block;
	width: 27px;
	height: 39px;
	background: url(../images/ico-scroll.png) no-repeat;
}

#masthead .scroll:hover,
#masthead-video .scroll:hover {
	color: #4f4f4f;
	background: #fff;
}

#masthead-video {
	position: relative;
}

#masthead-video .video-js {
    width: 100%;
    height: 85vh;
}

@media (max-width: 1024px) {
	#masthead-video .video-js {
		height: 50vh;
	}
}

#masthead-video .video-js .vjs-poster {
	background-size: cover;
	width: 100%;
	height: 100%;
}

#masthead-video .video-js .vjs-tech {
    object-fit: cover;
}

/*******************************************************************
	CAROUSEL
*******************************************************************/

.homepage .slick-slide img {
	width: 100%;
}

.homepage .slick-slider {
	margin-bottom: 0;
}

#carousel-gallery {
	overflow: hidden;
}

.homepage .gallery.slick {
	background: none;
	padding: 0;
}


#carousel-gallery .slick-next {
		z-index:  1000;
	right: 10px;
	width: 44px;
	height: 44px;
	background: url(../images/nav-right.png) no-repeat;
	opacity: 0.9;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	filter:  drop-shadow( 1px 1px 1px rgba(0,0,0,0.25) );
}
#carousel-gallery .slick-next:before {
	display: none;
}

#carousel-gallery .slick-prev {
	z-index:  1000;
	left: 10px;
	width: 44px;
	height: 44px;
	background: url(../images/nav-left.png) no-repeat;
	opacity: 0.9;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	filter:  drop-shadow( 1px 1px 3px rgba(0,0,0,0.25) );
}

#carousel-gallery .slick-prev:hover,
#carousel-gallery .slick-next:hover {
	opacity: 1;
		filter:  drop-shadow( 1px 1px 3px rgba(0,0,0,0.75) );
}
#carousel-gallery .slick-prev:before {
	display: none;
}

/*******************************************************************
	EMAIL SIGNUP
*******************************************************************/
#subForm {
	position: relative;
	padding: 20px 15px 40px 15px;
	background: #005587;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

@media (max-width: 1200px) {
	#subForm {
		padding-bottom: 75px;
	}
}

@media (max-width: 880px) {
	#subForm {
		padding-bottom: 100px;
	}
}

@media (max-width: 500px) {
	#subForm {
		padding-bottom: 130px;
	}
}

@media (max-width: 370px) {
	#subForm {
		padding-bottom: 150px;
	}
}

@media (max-width: 350px) {
	#subForm {
		padding-bottom: 180px;
	}
}

#subForm p {
	display: inline-block;
	margin: 0 10px 0 0;
	vertical-align: middle;
}

#subForm input[type='text'],
#subForm input[type='email'],
#subForm textarea {
	width: 100%;
	margin-right: 10px;
	max-width: 290px;
	height: 35px;
	padding: 0 8px;
	border-style: none;
	background: #fff;
	font-size: 12px;
	color: #505050;
	vertical-align: middle;
	box-shadow: inset 0px 1px 1px 0px rgba(0,0, 0, 0.5);
	border-radius: 3px;
	vertical-align: middle;
}

#subForm .submit,
#subForm input[type="submit"],
#subForm button {
	display: inline-block;
	border: 1px solid #fff;
	background: #0c4b5f;
	margin-top: 1px;
	height: 35px;
	padding: 0 45px;
	line-height: 37px;
	font-size: 18px;
	background: #005587;
	color: #fff;
	border-radius: 3px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
	border-radius: 3px;
	vertical-align: middle;
}

#subForm .submit:hover,
#subForm input[type="submit"]:hover,
#subForm button:hover {
	border: 1px solid #0c4b5f;
	background: #FFF;
	color: #0c4b5f;
}

@media (max-width: 1024px) {
	#subForm p,
	#subForm .submit,
	#subForm input[type="submit"],
	#subForm button {
		display: block;
	}

	#subForm button {
		margin: 1em auto 0 auto;
	}
}

/*******************************************************************
  FOOTER
*******************************************************************/

footer {
	z-index: 900;
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 10px 45px;
	background: #ffffff;
	font: 16px/22px Montserrat, Arial, sans-serif;
	color: #515566;
	box-shadow: 0 -2px 2px rgba(0,0,0,0.2);
}

footer h4 {
	color: #000;
	margin: 0;
	font-weight: bold;
}

footer .stack {
	margin: 0 auto;
	max-width: none;
	overflow: hidden;
	padding: 0;
	position: relative;
}

footer p {
	margin: 0;
}

footer a:link, footer a:visited {
	color: #515566;
	text-decoration: none;
}

footer a:hover {
	color: #000;
	text-decoration: underline;
}

footer .let {
	text-align: right;
}

/*******************************************************************
	SOCIAL
*******************************************************************/

.social {
	position: absolute;
	left: 0;
	top: -30px;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

.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: 36px;
	height: 36px;
	border-radius: 100%;
	background: #005587;
	font: 16px/36px Icons;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-transition: background-color 0.2s;
	-o-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.social a:hover {
	background: #4f4f4f;
}

.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 .google a:before { content: "\f1a0"; font-size: 16px;}
.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 .yelp a:before { content: "\f1e9"; font-size: 20px;}
.social .tripadvisor a:before { content: "\f262"; }
.social .instagram a:before { content: "\f16d"; }

.social a:focus {
	outline: none;
}

/*******************************************************************
  MEDIA QUERIES
*******************************************************************/

@media handheld, only screen and (max-width: 1630px) {

	.photo-feed {
		display: none;
	}
}

@media handheld, only screen and (max-width: 1450px) {
	
}

@media handheld, only screen and (max-width: 1200px) {
	body {
		padding-top: 0;
	}

	header {
		position: absolute;
		height: auto;
		padding: 10px 5px 10px 5px;
	}

	#reservations {
		position: relative;
		right: inherit;
		top: inherit;
		text-align: center;
	}

	#masthead {
		height: 450px;
	}

	#navigation {
		display: none;
	}

	#mobile-navigation {
		display: block;
	}

	header a.login:link,
	header a.login:visited {
		display: table;
		position: relative;
		top: auto;
		right: auto;
		left: auto;
		text-align: center;
		margin: 5px auto;
	}




	#booking {
		position: relative;
		top: auto;
		margin-top: 5px;
		right: auto;
		text-align: center;
		padding: 0;
	}

	#booking .submit {
		max-width: 200px;
	}

	#content {
		padding-bottom: 60px;
	}

	footer,
	footer .let {
		text-align: center;
	}

	#specials-slider .special {
		padding-right: 0;
	}

	#specials-slider .photoborder {
		display: none;
	}

	.homepage .attractions {
		height: auto;
	}



	.video-player {
		float: none;
		width: auto;
	}

	.video-list.dark {
		float: none;
		width: auto;
	}

	#testimonials-slider {
		display: none;
	}
}

@media handheld, only screen and (max-width: 768px) {
	header .sub-nav,.homepage .gallery {
		display: none;
	}

	header {
		padding: 10px;
	}

	.homepage .map{
		background-position:  -800px 0;
	}

	.homepage .circle .signup {
		margin-top: 50px;
	}

	.homepage .circle input[type="text"] {
		width: 100px;
	}

	.photoborder.video {
		min-width: 100%;
	}

	#specials-slider {
		display: none;
	}
}

@media handheld, only screen and (max-width: 580px) {
	header .logo {
		margin: 0 auto;
	}

	#reservations {
		margin: 0 auto;
	}
}

@media handheld, only screen and (max-width: 520px) {
	#masthead .scroll {
		display: none;
	}

	#booking #submit_booking {
		font-size: 14px;
		padding: 0px 15px;
	}

	#booking .departure.container,
	#booking .submit.container {
		margin-left: 5px;
	}

	#booking .calendar {
		display: none;
	}

	footer .email {
		display: none;
	}

	.homepage g.allery {
		display: none;
	}

	.homepage #content {
		padding-bottom: 0;
	}

	#content {
		padding-bottom: 100px;
	}

	.items .item.w3x, .items .item.w2x {
		width: 245px;
	}

	.items .item.w3x, .items .item.w2x {
		height: 245px;
	}

	.items .item.w3x  img, .items .item.w2x  img {
		max-width: none;
		width: all;
		left: 50%;
		transform: translateX(-50%);
	}

	.items .item.h2x  img, .items .item.h2x  img {
		max-width: none;
		width: all;
		top: 50%;
		transform: translateY(-50%);
	}

	.items .item.text{
		padding: 10px;
		font-size: 14px;
	}
}

@media handheld, only screen and (max-width: 420px) {
	header {
		padding-top: 25px;
	}

	#reservations {
		top: -20px;
	}
}









/*******************************************************************
  Map Guide
*******************************************************************/
#poi {
  display: flex;
  min-height: 600px;
}

@media (max-width: 1024px) {
	#poi {
		flex-wrap: wrap;
	}
}

/* interactive map */
#poi .map {
	flex: 1 0 auto;
}

@media (max-width: 1024px) {
	#poi .map {
		flex: 1 0 100%;
		height: 420px;
	}
}

#poi .infowindow {
    width: 100%;
    font-size: 1rem;
}

.homepage #poi .infowindow h3 {
	font-size: 1.25rem;
	line-height: 1.25rem;
	font-style: normal;
}

#poi .infowindow a.directions {
	font-size: 1rem;
	font-weight: 700;
	text-decoration: none;
}

#poi .customIcon {
	border-radius: 12px;
	background-color: #000;
	color: #fff;
	font-size: 1rem;
	text-align: center;
}

/* list of locations */
#poi .widget {
    flex: 0 1 33%;
    display: flex;
    flex-direction: column;
    padding: 4em 3em 2em 3em;
    background-color: #005587;
}

@media (max-width: 1300px) {
	#poi .widget {
		padding: 2em 2em 1em 2em;
	}
}

@media (max-width: 1024px) {
	#poi .widget {
		flex: 1 0 100%;
	}
}

#poi .widget h2 {
	color: #fff;
	font-size: 1.875rem;
	font-weight: 300;
	line-height: 1;
}

@media (max-width: 1300px) {
	#poi .widget h2 {
		font-size: 1.75rem;
		line-height: 2.75rem;
	}
}

#poi .categories-wrapper {
	position: relative;
	max-width: 350px;
	margin: 0 0 1.5em 0;
}

@media (max-width: 1300px) {
	#poi .categories-wrapper {
		margin: 0 0 1em 0;
	}
}

#poi .categories-wrapper:after {
	content: "\f107";
	position: absolute;
	right: 0.5em;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	font-family: 'Icons';
	font-size: 1.5rem;
	color: #005587;
}

@media (max-width: 1300px) {
	#poi .categories-wrapper:after {
		font-size: 1.5rem;
	}
}


#poi .categories-wrapper select {
	display: block;
	width: 100%;
	padding: 0.4em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	color: #000;
}

@media (max-width: 1300px) {
	#poi .categories-wrapper select {
		font-size: 1.25rem;
		line-height: 2.25rem;
	}
}

#poi .pois {
    margin: 0;
    padding: 0;
}

#poi .pois li {
	display: none;
	margin: 0 0 1em 0;
	visibility: hidden;
	opacity: 0;
	list-style: none;
	line-height: 1.3rem;
	transition: all 0.5s ease-in-out;
}

@media (max-width: 1300px) {
	#poi .pois li {
		margin: 0 0 0.5em 0;
	}
}

#poi .pois li.active {
	display: block;
	opacity: 1;
	visibility: visible;
}

#poi .pois a {
	color: #fff;
	font-size: 1.125rem;
	line-height: 1;
	font-weight: 500;
	text-decoration: none;
}

@media (max-width: 1300px) {
	#poi .pois a {
		font-size: 1.2rem;
		line-height: 2.2rem;
	}
}

#poi .pois a:hover,
#poi .pois a:focus {
	text-decoration: underline;
}

#poi .poi-nav {
	display: flex;
	justify-content: space-between;
	margin-top: auto;
}

#poi .poi-nav a {
	visibility: hidden;
	color: #fff;
	font-size: 1.25rem;
	text-decoration: none;
}

@media (max-width: 1300px) {
	#poi .poi-nav a {
		font-size: 1.15rem;
	}
}

#poi .poi-nav a.visible {
	visibility: visible;
}

#poi .poi-nav a:hover,
#poi .poi-nav a:focus {
	text-decoration: underline;
}
