/*******************************************************************
  HTML, BODY, CONTAINER
*******************************************************************/

html {
	height: 100%;
	background: #fff;
}

body {
	position: relative;
	min-height: 100% !important;
	height: auto !important;
	padding-bottom: 40px;
	font: 16px/26px Raleway, Myriad Pro, Arial, sans-serif;
	color: #181f3f;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.stack {
	max-width: 1024px;
	margin: 0 auto;
}

.notice {
	color: #fff;
	text-align: center;
	width: 315px;
	height: 320px;
	background-color: #142639;
	position: absolute;
	z-index: 99999;
	margin: auto;
	top: 100px;
	left: 0;
	right: 0;
	border: solid #267696;
}

.notice .close-notice {
	padding: 5px 10px;
	float: right;
	color: #fff;
	text-decoration: none;
}

.notice .close-notice:hover {
	text-decoration: underline;
}

.notice h3 {
	color: #fff;
	margin-top: 10px !important;
}

#alert {
	background: red;
	position: absolute;
	top: 220px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 20;
}

#alert p {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	margin: 0;
	padding: 20px;
	text-align: center;
}

.covid-19 {
	display: block;
	max-width: 600px;
	width: 100%;
	margin: 0 auto 30px 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: Oswald, Myriad Pro, Arial, sans-serif;
	line-height: normal;
	font-weight: 400;
	color: #142639;
}

h1 {
	margin: 0 0 60px 0;
	font-size: 36px;
	text-align: center;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

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';
}

/*******************************************************************
  TEXT & OTHER GENERAL PAGE ELEMENTS
*******************************************************************/

.text-center {
	text-align: center;
}

p {margin: 10px 0}

hr {
	clear: both;
	background: rgba(0,0,0,0.2);
	border: none;
	height: 1px;
	margin: 40px 0;
}

.photoborder {
	float: right;
	max-width: 45%;
	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: #267696;
	text-decoration: underline;
}

a:hover {
	color: #267696;
	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-color: #267696;
	font: 16px/30px Roboto, 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;
	margin: 5px 3px;
	transition: all 0.5s;
}

a.button:hover,
strong em a:hover,
em strong a:hover,
a.button:focus,
strong em a:focus,
em strong a:focus {
	background-color: #12546e;
}

a:link.button.button-large,
a:visited.button.button-large {
	font-size: 1.4rem;
	line-height: 2.2rem;
}

/*******************************************************************
	ACCESSIBILITY: SKIP NAV
*******************************************************************/

.skip-nav {
	position: relative;
}

.skip-nav a:link,
.skip-nav a:visited {
	background: #FFF;
	color: #000;
	font-size: 20px;
	font-weight: normal;
	overflow: hidden;
	padding: 10px;
	position: absolute; left: -9999px;
	text-decoration: none;
	/*text-transform: uppercase;*/
	width: 1px; height: 1px;
}

.skip-nav a:focus {
	left: 0;
	width: auto;
	height: auto;
    outline: 1px solid #000;
	overflow: visible;
	text-decoration: underline;
	z-index: 9999;
}

/*******************************************************************
	BOOKING ENGINE
*******************************************************************/

#reservations {
	color: #FFF;
	font-family: Roboto, Myriad Pro, Arial, sans-serif;
	position: absolute;
	right: 30px;
	top: 0;
	text-align: right;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.75);
}

#reservations a:link,
#reservations a:visited {
	color: #FFF;
	text-decoration: none;
}

#booking {
	font-family: Roboto, Myriad Pro, Arial, sans-serif;
	position: absolute;
	right: 20px;
	top: 15px;
	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"]{
	max-width: 105px;
	height: 35px;
	padding: 0 8px;
	border-style: none;
	background: #fff;
	font-size: 16px;
	color: #505050;
	vertical-align: middle;
	box-shadow: inset 0px 1px 1px 0px rgba(0,0, 0, 0.5);

	border-radius: 3px;
}

#booking .calendar {
	vertical-align: middle;
	margin: 0 5px;
}

#booking #submit_booking {
	display: inline-block;
	padding: 0px 15px;
	background: #267696;
	color: #fff;
	line-height: 35px;
	/*text-transform: uppercase;*/
	text-decoration: none;
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.5s;
	border-radius: 3px;
}

#booking #submit_booking:hover,
#booking #submit_booking:focus {
	background: #12546e;
	text-decoration: none;
	box-shadow:  inset 0px 1px 1px 0px rgba(255,255, 255, 0.2), inset 0px -1px 1px 0px rgba(0,0, 0, 0.2);
}

#ui-datepicker-div {
	z-index: 99999 !important;
}

/*******************************************************************
  SLIDE IN BOX
*******************************************************************/

#slidein {
	background: #142739;
	box-shadow: 5px 5px 10px #000;
	color: #FFF;
	padding: 20px;
	position: fixed; right: -430px; top: 220px;
	text-align: center;
	width: 390px;
	z-index: 9999;
}

#slideinClose {
	background: #267696;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	padding: 0px 7px 0 7px;
	position: absolute; left: 2px; top: 2px;
	text-decoration: none;
}

#slideinClose:hover,
#slideinClose:focus {
	background: #267696;
	cursor: pointer;
}

#slidein h2 {
	color: #FFF;
	font-size: 24px;
	margin: 0 0 10px 0;
}

#slidein p {
	font-size: 16px;
	margin: 0;
}
/*
#slidein a:first-of-type {
	background: #267696;
	border-radius: 2px;
	color: #FFF;
	display: block;
	height: 40px;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 20px;
	margin: 10px auto;
	max-width: 240px;
	padding: 10px;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
}

#slidein a:first-of-type:hover {
	background: #267696;
}
*/

#slidein small {
	display: block;
	margin: 10px 0 0 0;
}

@media (max-width: 600px) {
	#slidein {
		top: 50px;
		width: 360px;
	}
}

/*******************************************************************
  HEADER
*******************************************************************/

header {
	background: #142739;
	z-index: 1000;
	width: 100%;
	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;
	width: 242px;
	height: 106px;
	margin: 0 auto;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

header .logo:focus {
	outline: 2px solid #fff;
}

/*Scrolled CSS*/
header.scrolled {
	background: #142639;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.4);
}

header.scrolled .logo {
	width: 116px;
	height: 51px;
}

.header-phone-no {
	text-align: center;
	padding-bottom: 5px;
	display: none;
}

.header-phone-no a {
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.header-phone-no a:hover {
	text-decoration: underline;
}

/*******************************************************************
	FORMS
*******************************************************************/

.form label {
	display: block;
}

.form span {
	display: block;
	font-size: 11px;
}

.form #captcha {
	display: block;
	margin: 0 0 10px 0;
}

/* Contact form inputs and text areas*/
.form input[type='text'], .form textarea {
	max-width: 50%;
	width: 100%;
	height: 35px;
	padding: 0 8px;
	border-style: none;
	background: #fff;
	font-size: 16px;
	color: #505050;
	vertical-align: middle;
	box-shadow: inset 0px 1px 1px 0px rgba(0,0, 0, 0.5);
	border-radius: 3px;
}



/* Resizes the text area*/
.form textarea {
	width: 90%;
	max-width: 95%;
	height: 150px;
}

/* Removes the Chrome outline on focus, and produces an animation*/
.form input[type='text']:focus, .form textarea:focus {
	-webkit-box-shadow: 0 0 5px #999999;
    -moz-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    border-color: #999999;
    border-color: #999999;
    outline: none;
}

/* Submit button for the form*/
.form .submit, .form input[type="submit"] {

display: inline-block;

width: 180px;

margin-top: 1px;

padding: 11px 20px;

border: none;

background: #267696;

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;
}



/* Submit hover state*/
.form .submit:hover, .form input[type="submit"]:hover  {
	background: #267696;
}

/* Contact form error messages*/
.form strong.required, .form div.error {color: #ff0000}

/* Displays a GIF loading animation once the form is submitted*/
.form .throbber {
	display: none;
	padding-left: 10px;
}

/* Surrounds the inputs witha  red border if an error is found on submit*/
.form input.error,.form textarea.error {border: 1px solid #ff0000}

/* Hides error messages above individual inputs*/
.form p.error {display: none !important}

/* The contact form success container. Displays a thank-you messgae*/
.form_success {
	display: none;
	font-weight: bold;
	text-align: center;
}

/*******************************************************************
	EMAIL SIGNUP
*******************************************************************/
#email-signup {
		display: none;
	position: absolute;
	z-index: 1000;
	right: 0;
	width: 200px;
	padding: 30px;
	background: #fff;
	font-size: 11px;
	color: #267696;
}
#email-signup input[type='text'], #email-signup textarea {
	max-width: none;
}

#email-signup .submit, #email-signup input[type="submit"] {
	display: block;
	width: 140px;
}
/*******************************************************************
	NAVIGATION
*******************************************************************/

#navigation {
	position: relative;
	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,
#navigation > li > a:hover,
#navigation > li:hover > a:link, 
#navigation > li:hover > a:visited,
#navigation li.is-focused > a:visited,
#navigation li.is-focused > a:link,
#navigation > li > a:focus {
	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;
}

#navigation li:hover ul,
#navigation li:focus ul,
#navigation li.is-focused ul,
#navigation li:target ul {
	display: block;
	opacity: 1;
	visibility: visible;
}

.csstransforms #navigation ul {
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	z-index: 99999;
}

#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 20px;
	font: 18px Roboto, Myriad Pro, Arial, sans-serif;
	font-weight: 300;
	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;
	/*text-transform: uppercase;*/
}

#navigation a:link:after,
#navigation a:visited:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 8px;
	transform: translateX(-50%);
	height: 2px;
	width: 0;
	background: #267696;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

#navigation a:hover:after,
#navigation a:focus:after {
	width: 100%;
	left: 0;
}

.csstransforms #navigation a:hover:after,
.csstransforms #navigation a:focus: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);
}

header #navigation li a {
	color: #fff;
}


/*******************************************************************
	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: #267696;
	font-size: 16px;
	line-height: 14px;
	color: #fff;
	cursor: pointer;
}

#mobile-navigation .menu:hover {
	text-decoration: none;
	background: #267696;
	color: #fff;
}

#mobile-navigation  li {
	position: relative;
	min-width: 240px;
	padding: 0;
	margin: 0;
	background: #267696;
	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: #267696;
	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: #267696;
}

#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;
}

/*******************************************************************
	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 65px;
}

.homepage #content .photo {
	margin-top: 20px;
}

.homepage h1 {
	margin: 0;
}

.homepage h2 {
	color: #FFF;
	font-size: 33px;
	margin: 0 0 40px 0;
}

.homepage h3 {
	font-size: 36px;
	margin: 20px 0 10px 0;
}

h1 span,
h2 span,
h3 span {
	display: block;
	font-size: 22px;
	font-style: normal;
	font-family: Raleway;
}

.homepage .extra h2 {
	color: #000;
	margin: 0;
}

.list-links ul {
	margin: 0 0 4em 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1em;
}

.list-links li a {
	display: block;
	padding: 1em 3em;
	border-radius: 3px;
	background-color: #267696;
	color: #fff;
	text-decoration: none;
	font-size: 1rem;
	line-height: 1;
	transition: all 0.5s;
}

.list-links li a:hover,
.list-links li a:focus {
	background-color: #12546e;
}

/*******************************************************************
	HOMEPAGE - GALLERY
*******************************************************************/

.homepage .gallery-grid {
	padding: 30px 0;
	background: #142639;
	text-align: center;
}

.homepage .gallery-grid .content {
	max-width: 1030px;
	margin: 0 auto;
}

.homepage .gallery-grid .content h2:after {
	content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 280px;
    width: 250px;
    height: 3px;
    background: #267696;
}

/*******************************************************************
	HOMEPAGE - ATTRACTIONS, PHOTO STRIP, MAP
*******************************************************************/

.homepage .attractions {
	height: 400px;
	padding: 40px 10px;
	text-align: center;
	background: #fff;
}

.homepage .attractions h2 {
	font-size: 36px;
    margin: 20px 0 10px 0;
    color: #142639;
}

.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: 100%;
}

#map {
	height: 310px;
	background: url(../images/map.png) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}

/*******************************************************************
	SPECIALS
*******************************************************************/

#specials-slider {
	padding: 60px 10px;
	background-color: #f1f1f1;
}

#specials-slider .content {
	position: relative;
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 120px;
}

#specials-slider .slick-slider {
	margin-bottom: 0;
}

#specials-slider .special {
	position: relative;
	/*padding-right: 240px*/
	background: #f1f1f1;
}

/*
#specials-slider .photoborder {
	position: absolute;
	right: 0;
	top: 0;
	max-width: 220px;
}
*/

#specials-slider .photoborder {
	margin: -25px 0 0 20px;
}

#specials-slider hr {
	display: none;
}

#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 a:link,
#specials-slider a:visited {
	color: #000;
}




#specials-slider .special h2 {
	color: #000;
	font-size: 24px;
	margin: 0;
}
/*
#specials-slider .slick-list {
	overflow: inherit;
}
*/

/*******************************************************************
	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 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 {
	position: relative;
	width: 100%;
	height: 75vh;
}

#masthead .scroll {
	z-index: 50;
	position: absolute;
	bottom: 0px;
	left: 50%;
	width: 65px;
	height: 35px;
	background: url("../images/ico-scroll.png") no-repeat center center;
	transform: translateX(-50%);
	cursor: pointer;
}

/* 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 .slick-slide img, .slick-gallery .slide img {
	 object-fit: cover;
	 height: 100%;
	 width: 100%;
	 max-width: none;
}
 .slick-gallery .slick-arrow {
	 overflow: hidden;
	 position: absolute;
	 z-index: 50;
	 top: 50%;
	 width: 27px;
	 height: 46px;
	 border: none;
	 background: url(../images/carousel-arrows.png) no-repeat;
	 cursor: pointer;
	 transform: translateY(-50%);
	 filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
	 text-align: left;
	 text-indent: -9999px;
}
 .slick-gallery .slick-arrow.slick-prev {
	 left: 10px;
	 background-position: 0 0px;
}
 .slick-gallery .slick-arrow.slick-prev:hover, .slick-gallery .slick-arrow.slick-prev:focus {
	 background-position: 0 -46px;
	 outline: none;
}
 .slick-gallery .slick-arrow.slick-next {
	 right: 10px;
	 background-position: -27px 0;
}
 .slick-gallery .slick-arrow.slick-next:hover, .slick-gallery .slick-arrow.slick-next:focus {
	 background-position: -27px -46px;
	 outline: none;
}
 .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: 30px;
	 height: 30px;
	 margin: 0 5px;
}
 .slick-gallery .slick-dots li button {
	 padding: 0;
	/* iOS */
	 display: inline-block;
	 overflow: hidden;
	 background: transparent;
	 border: 3px solid #fff;
	 width: 30px;
	 height: 30px;
	 border-radius: 100%;
	 text-indent: -9999px;
	 cursor: pointer;
}
 .slick-gallery .slick-dots li button:focus {
	 background: rgba(255, 255, 255, 0.5);
}
 .slick-gallery .slick-dots li.slick-active button {
	 background: #fff;
}


/*******************************************************************
	NAVIGATION
*******************************************************************/

.photo-feed {
	padding: 15px;
	background: #142639;
}

.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: fixed;
	bottom: 0;
	width: 100%;
	padding: 10px 45px;
	background: #ffffff;
	font: 16px/22px Myriad Pro, Raleway, Arial, sans-serif;
	color: #515566;
	box-shadow: 0 -2px 2px rgba(0,0,0,0.2);
}

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;
	/*text-transform: uppercase;*/
}

footer a:hover {
	color: #000;
	text-decoration: underline;
}

footer .let {
	text-align: right;
}

/*******************************************************************
	SOCIAL
*******************************************************************/

.social {
	position: absolute;
	left: 0;
	top: -24px;
	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-color: #267696;
	font: 16px/36px Icons;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	transition: all 0.5s;
}

.social a:hover,
.social a:focus {
	background-color: #12546e;
}

.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 .instagram a:before { content: "\f16d"; }

.social a:focus {
	outline: none;
}

/*******************************************************************
  MEDIA QUERIES
*******************************************************************/

@media (max-width: 1630px) {
	.shrunk #navigation a:link, .shrunk #navigation a:visited {
		padding: 10px 5px 5px 25px;
		font-size: 12px;
	}

	.shrunk #navigation {
		left: 300px;
	}

	.photo-feed {
		display: none;
	}
}

@media (max-width: 1450px) {
	
}

@media (max-width: 1200px) {
	body {
		padding-top: 0;
	}

	header {
		/*
		position: absolute;
		height: auto;
		*/
		padding-bottom: 10px;
	}

	.header-phone-no {
		display: block;
	}

	#reservations {
		position: relative;
		right: inherit;
		top: inherit;
		text-align: center;
	}

	#navigation {
		display: none;
	}

	#mobile-navigation {
		display: block;
	}

	#booking {
		position: relative;
		top: auto;
		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;
	}
}

@media (max-width: 768px) {
	header .sub-nav,.homepage .gallery-grid {
		display: none;
	}

	header {
		padding: 10px;
	}

	#masthead {
		max-height: 220px;
	}

	.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 (max-width: 580px) {
	header .logo {
		margin: 15px auto 5px auto;
		max-width: 100%;
	}

	#reservations {
		margin: 0 auto;
	}
}

@media (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 (max-width: 420px) {
	header {
		padding-top: 25px;
	}

	#reservations {
		top: -20px;
	}
}
