/*******************************************************************
  HTML, BODY, CONTAINER
*******************************************************************/

html {
	height: 100%;
	background: #fff;
}

body {
	position: relative !important;
	top: 0 !important;
	min-height: 100% !important;
	height: auto !important;
	padding-bottom: 120px;
	padding-top: 1px;
	font: 300 16px/26px Raleway, Myriad Pro, Arial, sans-serif;
	color: #000;
}
* {
	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%;
}

/*******************************************************************
	SLIDE IN BOX
*******************************************************************/

#slidein {
	background: #fff;
	border: 2px solid #c8a972;
	border-right: none;
	padding: 20px 10px 10px 10px;
	position: fixed;
	right: -275px;
	top: 160px;
	text-align: center;
	width: 300px;
	z-index: 99999;
}

#slidein p {
	text-transform: none;
}

#slideinClose {
	background: #c8a972;
	color: #fff;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	padding: 7px;
	position: absolute;
	left: -2px;
	top: -2px;
}

#slidein h2 {
	font-size: 20px;
	margin: 15px 0 10px 0;
}

#slidein p {
	font-size: 16px;
	margin: 0 0 15px 0;
	font: bold 15px/20px "Raleway", Arial, sans-serif;
}

#slidein  p a:link,
#slidein  p a:visited {
	display: block;
	/* height: 32px; */
	padding: 10px 10px 10px 10px;
	background: #c8a972;
	font: bold 12px/12px "Raleway", 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.button:hover,
#slidein a.button:focus {
	background: #fff;
	color: #c8a972;
	text-decoration: none;
}

#slidein small {
	display: block;
	margin: 10px 0 0 0;
}



@media handheld, only screen and (max-width: 1200px) {
	#slidein {
		top: 190px;
	}
}
/*
@media handheld, only screen and (max-width: 540px) {
	#slidein {
		top: 310px;
	}
}


@media handheld, only screen and (max-width: 830px) {
	#slidein {
		display: none;
	}
}
*/

/*******************************************************************
  HEADINGS
*******************************************************************/

h1,h2,h3,h4,h5,h6 {
	position: relative;
	margin: 0 0 10px 0;
	font-family: Raleway, Myriad Pro, Verdana, sans-serif;
	line-height: normal;
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

h1 {
	margin: 0 0  25px 0;
	font-size: 32px;
	text-align: center;
}



h1 strong {
	font-weight: 200;
	color: #000;
}

h2 {
	font-size: 24px;
}

h3 {
	font-weight: 400;
	font-size: 20px;
	color: #000;
}

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;
}

#SEOPageList h3 {
	color: #000;
	font-size: 24px;
}

.jumptarget::before {
  content:"";
  display:block;
  height:150px; /* fixed header height*/
  margin:-150px 0 0; /* negative fixed header height */
}

/*******************************************************************
	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
*******************************************************************/

.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: 20px 0;
}

hr.hidden {
	clear: both;
	background: none;
}

.photoborder {
	overflow: hidden;
	float: right;
	max-width: 45%;
	margin: 0px 0 10px 20px;
	line-height: 0;
}
.photoborder img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.photoborder.clear-right {
	clear: right;
	margin-top: 40px;
}

.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;
}



/*******************************************************************
  GLOBAL LINKS
*******************************************************************/

a:link, a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}

/* 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: #c8a972;
	font: 15px/30px Raleway, 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: #000;
}

/*******************************************************************
	BOOKING ENGINE
*******************************************************************/

#booking {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 0;
	text-align: right;
}

#booking legend {
	display: none;
}

#booking .inputs {
	display: inline-block;
}

#booking .container {
	display: inline-block;
	margin-left: 10px;
	font-size: 17px;
	vertical-align: middle;
}

#booking .arrival.container {
	margin-left: 0;
}

#booking input[type="text"]{
	max-width: 105px;
	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;
	text-align: center;
}

#booking .submit.container {
	height: 60px;
}

#booking .calendar {
	vertical-align: middle;
	margin: 0 5px;
}

#booking #submit_booking {
	display: inline-block;
	margin-top: 25px;
	padding: 0px 15px;
	background: #c8a972;
	font: 15px/35px Raleway, Myriad Pro, Arial, sans-serif;
	color: #fff;
	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: #fff;
	color: #c8a972;
	text-decoration: none;
}

#ui-datepicker-div {
	z-index: 99999 !important;
}

#booking label {
	color: #FFF;
	display: block;
	text-align: left;
}

/*******************************************************************
  HEADER
*******************************************************************/

header {
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #000;
	padding: 10px 20px 0 20px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}



header > .stack {
	overflow: hidden;
	margin: 0 auto;
}

header .logo {
	display: block;
	max-width: 332px;
	height: 92px;
	margin: 0 auto 0 auto;
	background-size: contain;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}


/*Scrolled CSS*/
header.scrolled {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.9+0,0.6+2,0.15+100 */
box-shadow: 0px 1px 5px rgba(0,0,0,0.4);

}


/*******************************************************************
	EMAIL SIGNUP
*******************************************************************/
#email-signup {
		display: none;
	position: absolute;
	z-index: 1000;
	right: 0;
	width: 200px;
	padding: 30px;
	background: #fff;
	font-size: 11px;
	color: #000;
}
#email-signup input[type='text'], #email-signup textarea {
	max-width: none;
}

#email-signup .submit, #email-signup input[type="submit"] {
	display: block;
	width: 140px;
}
/*******************************************************************
	NAVIGATION
*******************************************************************/

header #navigation {
	position: relative;
	z-index: 100;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

header #navigation li {
	position: relative;
	display: inline-block;
}

header #navigation li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}

header #navigation ul {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	min-width: 100%;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
	text-align: left;
	white-space:  nowrap;
}

.csstransforms header #navigation ul {
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}
header #navigation ul li {
	display: block;
}


header #navigation a:link, header #navigation a:visited {
	display: block;
	padding: 10px 15px;
	font: 300 14px Raleway, Myriad Pro, Verdana, sans-serif;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.08em;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	text-transform: uppercase;
}

header #navigation a:hover, header #navigation li:hover >a {
	background: #c8a972;
	color: #fff;
}

.csstransforms header #navigation a:hover:after {
	width: 75%;
	left: 50%;
}


header #navigation ul a:visited, header #navigation ul a:link {

	background: #c8a972;
	color: #fff;
}

header #navigation ul a:hover {
	background: #fff;
	color: #c8a972;
	text-shadow: none;
}

header #navigation .translate > a:after {
	content: ' \f0d7';
	font-family: Icons;
}

#content #navigation .translate {
	display: none;
}

/*******************************************************************
	MOBILE NAVIGATION
*******************************************************************/

#mobile-navigation {
	z-index: 10000000000;
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	font-family: Raleway, 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: #c8a972;
	font-size: 16px;
	line-height: 14px;
	color: #fff;
	cursor: pointer;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	font-family: Icons;
}

#mobile-navigation .menu:hover {
	text-decoration: none;
	background: #fff;
	color: #c8a972;
}

#mobile-navigation  li {
	position: relative;
	min-width: 240px;
	padding: 0;
	margin: 0;
	background: #c8a972;
	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: #fff;
	color: #c8a972;
	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: #000;
}

#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);
}

/*******************************************************************
	CONTENT
*******************************************************************/

#content {
	padding: 30px 20px 10px 20px;
	background: #fff;
	box-shadow: 0 -2px 0px rgba(0,0,0,0.2);
}

#content .stack  {
	max-width: 1024px;
	margin: 0 auto;
}

.skiptranslate {
	display: none !important;
}

/*******************************************************************
	HOMEPAGE - CONTENT
*******************************************************************/

.homepage #content {
	position: relative;
	text-align: center;
	padding: 30px 20px 50px 20px;
}

/*
.homepage #content:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	display: block;
	width: 100%;
	height: 35px;
	background: url(../images/stripes.png);
}
*/

.homepage a:link.button,
.homepage a:visited.button{
	padding: 8px 75px;
}

.homepage h1, .homepage h2 {
	font-size: 33px;
	margin: 0;
}

/*******************************************************************
	HOMEPAGE - EXPLORE
*******************************************************************/

.homepage .explore {
	padding: 40px 0;
	background: #000;
	text-align: center;
}

.homepage .explore.light {
	/* background: #eeebe1; */
}

.homepage .explore .content {
	max-width: 1030px;
	margin: 0 auto;
}

.homepage .explore h2 {
	color: #fff;
	margin-bottom: 50px;
}

.homepage .explore h2:after {
	content: '';
	position: absolute;
	bottom: -10px;
	width: 33%;
	height: 2px;
	left: 50%;
	transform: translateX(-50%);
	background: #c8a972;
}

/*******************************************************************
	SLICK
*******************************************************************/

.slick-gallery {    
    position: relative;
    height: 100%;
    width: 100%;
}

.slick-gallery .slick-track,
.slick-gallery .slick-list,
.slick-gallery .slick-slide,
.slick-gallery .slick-slider {
    height: 100%;
}

.slick-gallery .slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.slick-gallery .slick-arrow {
    overflow: hidden;
    position: absolute;
    z-index: 5;
    top: 50%;

    width: 48px;
    height: 48px;
    color: #fff;
    background: transparent;
    border: none;
    padding: 0;
    font-size: 48px;
    line-height: 48px;
    font-weight: normal;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0.5;
}
.slick-gallery .slick-arrow:hover,
.slick-gallery .slick-arrow:focus {
    opacity: 1;
}
.slick-gallery .slick-arrow.slick-prev {
    left: 10px;
}

.slick-gallery .slick-arrow.slick-prev:before {
    content: '\f190';
    font-family: Icons;
}

.slick-gallery .slick-arrow.slick-next {
    right: 10px;
}
.slick-gallery .slick-arrow.slick-next:before {
    content: '\f18e';
    font-family: Icons;
}
.slick-gallery .slick-dots {
    position: absolute;
    bottom: 50px;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 5;
    text-align: center;
}

.slick-gallery .slick-dots li {
    display: inline-block;
    list-style-type: none;
    width: 20px;
    height: 20px;
    margin: 0 5px;
}

.slick-gallery .slick-dots li button {
    display: inline-block;
    overflow: hidden;
    background: transparent;
    border: 3px solid #fff;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-indent: -9999px;
}
.slick-gallery .slick-dots li button:focus {
    background: rgba(255,255,255,0.5);
}
.slick-gallery .slick-dots li.slick-active button {
    background: #fff;
}

.slick-gallery .slick-dots li button::before {
    display: none;
}

/*******************************************************************
	CAROUSEL GALLERY
*******************************************************************/

.homepage #masthead {
	height: 100%;
}

.homepage .slick-slide img {
	width: 100%;
}

.homepage .slick-slider {
	margin-bottom: 0;
}

#carousel-gallery {
	overflow: hidden;
}

.homepage .gallery.slick {
	background: none;
	padding: 0;
}

.gallery .slick-next {
	right: 10px;
	width: 44px;
	height: 44px;
	background: url(../images/nav-right.png) no-repeat !important;
	opacity: 0.7;
	-webkit-transition: opacity 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
}
.gallery .slick-next:before {
	display: none;
}

.gallery .slick-prev {
	left: 10px;
	width: 44px;
	height: 44px;
	background: url(../images/nav-left.png) no-repeat !important;
	opacity: 0.9;
	-webkit-transition: opacity 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
}

.gallery .slick-prev:hover,
.gallery .slick-next:hover {
	opacity: 1;

}
.gallery .slick-prev:before {
	display: none;
}

#carousel-gallery .carousel-slide  {
	display: block;
	height: 320px;
	float: left;
}
#carousel-gallery .carousel-slide img {
	object-fit: cover;
	height: 100%;
}

/*******************************************************************
	HOMEPAGE - ATTRACTIONS
*******************************************************************/

.homepage .attractions {
	margin: 40px 0 30px 0;
		padding: 50px 20px 50px 20px;
}

/*******************************************************************
	HOMEPAGE - MAP
*******************************************************************/



#map {
	height: 320px;
}

#map > *{
	 pointer-events: none;
}
#map.scroll > * {
    pointer-events: auto;
}

/*******************************************************************
	SPECIALS
*******************************************************************/

#specials-slider {
	padding: 60px 10px;
	background-color: #f1f1f1;
	color: #000;
}

#specials-slider h2, 
#specials-slider h3,
#specials-slider h4 {
	color: #000;
}

#specials-slider a:hover {
	text-decoration: underline;
}

#specials-slider .content {
	position: relative;
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 120px;
}

#specials-slider .special {
	position: relative;
}

#specials-slider .slick-slide {
	width: 100%;
}
#specials-slider .photo {
	float: right;
	max-width: 25%;
	line-height: 0;
	height: 150px;
	overflow: hidden;
}
#specials-slider .special-content	 {
	float: left;
	max-width: 74%;
}

#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}

#specials-slider .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#specials-slider a.button:link,
#specials-slider a.button:visited {
	display: block;
	margin: 0 auto;
	width: 420px;
}

#specials-slider a.button:hover {
	text-decoration: none;
}

/*******************************************************************
	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;
	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 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.items .falseHeader p strong {
	text-transform: uppercase;
	font: 28px/28px Raleway, 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: 400 20px Raleway, 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(0,0,0,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 {
	margin-top: 80px;
	position: relative;
	width: 100%;
	height: 620px;
}

#masthead .scroll {
	z-index: 100;
	position: absolute;
	bottom: 30px;
	left: 50%;
	padding: 15px 15px 15px 15px;
	background: #fff;
	font-size: 32px;
	line-height: 32px;
	color: #000000;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	transform: translateX(-50%);
	border-radius: 100%;
	cursor: pointer;
}

#masthead .scroll:hover {
	color: #000;
	background: #fff;
}

#slideshow a.link:link,
#slideshow a.link:visited {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1;
	color: #fff;
	text-transform: uppercase;
	font-size: 17px;
	text-decoration: none;
}

#slideshow .slides {
	width: 100%;
	height: 100%;
}

#slideshow .slick-track {
	height: 100%;
}

#slideshow .slide {
	height: 100%;
	height: 100%;
}

#slideshow {
	height: 100%;
}

#slideshow .backstretch {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#masthead .slick-list {
	height: 100%;
}

#slideshow .content {
	display: none;

	position: absolute;
	bottom: 50px;
	right: 0;
	background: #000;
	font-weight: 600;
	padding: 20px 35px;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	text-align: right;
}

#slideshow a.link:hover .content {
	background: #c8a972;
}

#slideshow p {
	margin: 0;
}

#slideshow h3 {
	font-size: 32px;
	font-weight: 300;
	margin: 0;
	color: #fff;
	text-transform: none;
}


#slideshow img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

#slideshow .slick-next {
	z-index: 100;
	right: 10px;
	width: 44px;
	height: 44px;
	background: url(../images/nav-right.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	opacity: 0.7;
	-webkit-transition: opacity 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
	transform: translateY(-50%);
}

#slideshow .slick-next:before,
#slideshow .slick-prev:before {
	display: none;
}

#slideshow .slick-prev {
	z-index: 100;
	left: 10px;
	width: 44px;
	height: 44px;
	background: url(../images/nav-left.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	opacity: 0.9;
	-webkit-transition: opacity 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
	transform: translateY(-50%);
}

#slideshow .slick-prev:hover,
#slideshow .slick-next:hover {
	opacity: 1;
}

/*******************************************************************
	NAVIGATION
*******************************************************************/
.photo-feed {
	padding: 15px;
}
.instagram-photos {
	text-align: center;
}
.instagram-photos .item {
	overflow: hidden;
	position: relative;
	display: inline-block;
	width: 270px;
	margin: 0 10px;
	height: 192px;
}

.instagram-photos .item img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

/*******************************************************************
  FOOTER
*******************************************************************/

footer {
	z-index: 900;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px 45px;
	background: #000;
	border-bottom: 3px solid #c8a972;
	font: 14px/22px Raleway, Myriad Pro, Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	box-shadow: 0 -2px 2px rgba(0,0,0,0.2);
}

footer .logos {
	text-align: right;
}

footer .logos a:link, 
footer .logos a:visited {
	display: inline-block;
	vertical-align: bottom;
}
footer .logos a:last-child {
	margin-left: 20px;
}

footer .stack {
	margin: 0 auto;
	max-width: none;
}

footer a:link, footer a:visited {
	color: #fff;
	text-decoration: none;
}

footer a:hover {
	color: #fff;
	text-decoration: underline;
}

footer h4 {
	font-size: 22px;
	margin: 0;
	color: #fff;
}

footer p {
	margin: 5px 0;
}

footer .stack {
	padding: 0;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

footer .stack p {
	margin: 0;
}


footer .bottom {
	min-height: 35px;
}

footer .let {
	margin: 0;
	text-align: right;
}

footer .let p {
	margin: 0;
	display: inline-block;
}
footer .copyright {
	padding-top: 10px;
}



/*******************************************************************
	SOCIAL
*******************************************************************/
.social {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	margin: 0;
	padding: 0;
	text-align: center;
	transform: translate(-50%, -50%);
}

.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: 40px;
	height: 40px;
	border-radius: 100%;
	background: #c8a972;
	font: 16px/40px 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;
	font-size: 0;
}

.social a:hover {
	background: #fff;
	color: #c8a972;
}


.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 .instagam a:before { content: "\f16d"; font-size: 22px;}
.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"; font-size: 20px;}
.social .instagram a:before { content: "\f16d"; font-size: 20px;}
.social .email a:before { content: "\f0e0"; font-size: 20px;}



.social a:focus {
	outline: none;
}

/*******************************************************************
  MEDIA QUERIES
*******************************************************************/
@media handheld, only screen and (max-height: 740px) {
	#content {
		padding-bottom: 10px;
		padding-top: 10px;
	}

	#content .content {
		z-index: 100;
	}
}

@media handheld, only screen and (max-height: 550px) {
	body {
		padding-top: 0;
	}

	header {
		position: relative;
		height: auto;
		padding: 30px 5px 10px 5px;
	}

	header .logo {
		max-width: 249px;
		height: 69px;
	}
	
	#masthead {
		margin-top: 0;
		height: 350px;
	}

	#masthead .scroll {
		display: none;
	}
}


@media handheld, only screen and (max-width: 1630px) {
	.shrunk header #navigation a:link, .shrunk header #navigation a:visited {
		padding: 10px 5px 5px 25px;
		font-size: 12px;
	}

	.shrunk header #navigation {
		left: 300px;
	}

	.photo-feed {
		display: none;
	}
}
@media handheld, only screen and (max-width: 1475px) {
	footer {
		padding: 15px 45px 10px 45px;
		font-size: 13px;
	}
}
@media handheld, only screen and (max-width: 1230px) {
	#booking .calendar {
		display: none;
	}
}
@media handheld, only screen and (max-width: 1200px) {
	body {
		padding-top: 0;
		padding-bottom: 0;
	}

	header {
		position: relative;
		height: auto;
		padding: 30px 5px 10px 5px;
	}

	header .logo {
		max-width: 249px;
		height: 69px;
	}

	#masthead {
		margin-top: 0;
		height: 350px;
	}

	#masthead .scroll {
		display: none;
	}

	header #navigation {
		display: none;
	}

	#mobile-navigation {
		display: block;
	}

	#booking {
		position: relative;
		top: auto;
		right: auto;
		text-align: center;
		padding: 10px 0 0;
	}

	#booking .calendar {
		display: inline-block;
	}

	#booking input[type="text"] {
		height: 25px;
		line-height: 25px;
		font-size: 12px;
	}

	#booking #submit_booking {
		height: 25px;
		line-height: 25px;
		font-size: 12px;
		margin-top: 31px;
		padding: 0 5px;
	}

	#content {
		padding-bottom: 60px;
	}

		footer {
		position: relative;
	}

	#specials-slider .special {
		padding-right: 0;
	}

	#specials-slider .photoborder {
		display: none;
	}

	.homepage .attractions {
		height: auto;
		text-align: center;
		margin-top: 0;
	}
}

@media handheld, only screen and (max-width: 1024px) {
	.homepage > .gallery {
    	display: none;
	}

	.social {
		position: relative;
		top: 0;
		left: auto;
		transform: none;
	}

	footer .logos {
		text-align: center;
	}

	footer, footer .let {
		text-align: center;
	}
}

@media handheld, only screen and (max-width: 768px) {
	header .sub-nav {
		display: none;
	}

	.photoborder.video {
		min-width: 100%;
	}

	#specials-slider {
		display: none;
	}

	#slideshow h3 {
		font-size: 22px;
	}

	.homepage h1, h1 {
		font-size: 24px;
	}

	.homepage h2, h2 {
		font-size: 20px;
	}

	.homepage h3, h3 {
		font-size: 16px;
	}

	.homepage a:link.button,
	.homepage a:visited.button{
		padding: 10px;
	}
}

@media handheld, only screen and (max-width: 520px) {
	#booking input[type="text"] {
		max-width: 80px
	}

	#booking .departure.container,
	#booking .submit.container {
		margin-left: 5px;
	}

	#booking .calendar {
		display: none;
	}

	footer .email {
		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;
	}

	#masthead {
		height: 250px;
	}

	.social { 
		margin: 0;
		display: block;
	}
}

@media handheld, only screen and (max-width: 420px), only screen and (max-height: 400px) {
	header {
		padding-top: 25px;
	}

	#masthead {
		height: 175px;
	}

	.social li {
		margin-left: 3px;
	}
}