/*******************************************************************
  HTML, BODY, CONTAINER
*******************************************************************/

html {
	height: 100%;
	background: #fff;
}

body {
	position: relative;
	min-height: 100% !important;
	height: auto !important;
	font: 400 18px/28px Raleway, Myriad Pro, Arial, sans-serif;
	color: #181f3f;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.stack {
	max-width: 1024px;
	margin: 0 auto;
}

.notFound {
	text-align: center;
}

.center {
	text-align: center;
}

/*******************************************************************
	REX BANNER
*******************************************************************/
.rex-banner {
	position: fixed;
	top: 0;
	width: 100%;
	padding: 3px;
	background: #780022;
	border-bottom: 1px solid #fff;
	z-index: 100000;
}

.rex-banner p {
	font-size: 0.9rem;
	max-width: 1200px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
}

.rex-banner p a {
	padding: 0 10px;
	color: #fff;
	border: 2px solid #780022;
	text-decoration: underline;
}

.rex-banner p a:hover,
.rex-banner p a:focus {
	background: #fff;
	color: #780022;
	border-color: #fff;
}

.rex-banner p a br {
	display: none;
}

@media handheld, only screen and (max-width: 1140px) {
	.rex-banner {
		position: relative;
	}
}

@media handheld, only screen and (max-width: 768px) {
	.rex-banner {
		padding: 3px 20px;
	}
}

/*******************************************************************
	SLIDE IN BOX
*******************************************************************/

#slidein {
	background: #6da2c3;
	border-right: none;
	padding: 30px;
	position: fixed;
	right: -275px;
	top: 250px;
	text-align: center;
	width: 360px;
	z-index: 99999;
}

#slidein.image {
	padding: 0;
	width: auto;
}

@media (max-width: 1024px) {
	#slidein.image {
		position: absolute;
	}
}

#slidein.image img {
	display: block;
}

#slidein p {
	text-transform: none;
}

#slideinClose {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	padding: 0;
	position: absolute;
	left: 8px;
	top: 0px;
}

#slideinClose:hover,
#slideinClose:focus {
	background: #fff;
	color: #dea83f;
	cursor: pointer;
}

#slidein h2 {
	color: #fff;
	font-size: 2rem;
	margin: 15px 0 10px 0;
}

#slidein p {
	color: #fff;
	font-size: 16px;
	margin: 0 0 15px 0;
	font: bold 16px/24px 'Open Sans', sans-serif;
}

#slidein p:last-of-type {
	margin: 0;
}

#slidein a.button,
#slidein strong em a,
#slidein em strong a {
	display: block;
	/* height: 32px; */
	margin: 20px 0 0 0;
	padding: 10px 10px 10px 10px;
	background: #dea83f;
	font: 16px/20px 'Open Sans', sans-serif;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 0.05em;
	vertical-align: bottom;
}

#slidein a.button:hover,
#slidein a.button:focus,
#slidein strong em a:hover,
#slidein strong em a:focus,
#slidein em strong a:hover,
#slidein em strong a:focus {
	background: #32020f;
	text-decoration: none;
}

#slidein small {
	display: block;
	margin: 10px 0 0 0;
}

@media handheld, only screen and (max-width: 1140px) {
	#slidein {
		top: 190px;
	}
}

@media handheld, only screen and (max-width: 880px) {
	#slidein {
		top: 230px;
	}
}

@media handheld, only screen and (max-width: 640px) {
	#slidein {
		top: 260px;
	}
}

/*
@media handheld, only screen and (max-width: 830px) {
	#slidein {
		display: none;
	}
}
*/

/*******************************************************************
  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: Raleway, Myriad Pro, Arial, sans-serif;
	line-height: normal;
	font-weight: 300;
	color: #03394a;
}

h1 {
	display: table;
	margin: 0 auto 60px auto;
	padding-bottom: 20px;
	font-size: 45px;
	text-align: center;
}

h2 {
	font-size: 32px;
}

h3 {
	color: #03394a;
	font-size: 30px;
}

.h3--fs-22 h3 {
	font-size: 22px;
}

h1 + h2 {
	margin-top: 0;
	text-transform: uppercase;
}

h2 + h3 {
	margin-top: -10px;
}

p + h2,
ul + h2 {
	margin-top: 40px;
}




/*******************************************************************
	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 {
	position: relative;
	z-index: 5;
	float: right;
	max-width: 35%;
	margin: 0px 0 20px 20px;
	border: 5px solid #FFFFFF;
box-shadow: 2px 2px 2px rgba(0,0,0,0.1), -2px 2px 2px rgba(0,0,0,0.1), -2px -2px 2px rgba(0,0,0,0.1), 2px -2px 2px rgba(0,0,0,0.1);
line-height: 0;
}

.photoborder .slick-slider {
	margin-bottom: 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: #03394a;
	text-decoration: underline;
}

a:hover {
	color: #0c4b5f;
	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 25px;
	background: #03394a;
	border: 1px solid #03394a;
	font: 18px/30px Raleway, Myriad Pro, Arial, sans-serif;
	color: #fff;
	margin-bottom: 5px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 3px;
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
	text-align: center;
}

a:link.button.bg-orange,
a:visited.button.bg-orange {
	background-color: #FF462D;
	border: 1px solid #FF462D;
	outline: 1px solid #FF462D;
	color: #fff;
}

a:link.button.bg-orange-outline,
a:visited.button.bg-orange-outline {
	border: 1px solid #FF462D;
	outline: 1px solid #FF462D;
}

a:link.button.bg-orange:hover,
a:visited.button.bg-orange:hover,
a:link.button.bg-orange:focus,
a:visited.button.bg-orange:focus {
	background-color: #FFF;
	color: #FF462D;
}

a.button:hover,
strong em a:hover,
em strong a:hover,
a.button:focus,
strong em a:focus,
em strong a:focus {
	background: #ed4541;
	border-color: #ed4541;
}

/*******************************************************************
	ACCESSIBILITY: SKIP-NAV
*******************************************************************/

.skip-nav {
	position: fixed; top: 0;
	z-index: 10000000;
}

.skip-nav a:link,
.skip-nav a:visited {
	background: #FFF;
	color: #000;
	font-size: 20px;
	font-weight: normal;
	min-width: 290px;
	overflow: hidden;
	padding: 10px;
	position: absolute; left: -9999px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 1px; height: 1px;
}	

.skip-nav a:focus {
	left: 0;
	width: auto;
	height: auto;
	overflow: visible;
	text-decoration: none;
	z-index: 9999;
}

/*******************************************************************
  ACCESSIBILITY: SITE MAP
*******************************************************************/

#site-map .logo {
	display: none;
}

/*******************************************************************
	HEADER
*******************************************************************/

#page-header {
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 75px 0 0 0;
	background: #fff;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

#page-header > .stack {
	overflow: hidden;
	margin: 0 auto;
}

#page-header #navigation .logo a:link,
#page-header #navigation .logo a:visited,
#page-header > .logo {
	display: block;
	width: 200px;
	height: 115px;
	margin: 10px auto 10px 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;
}

#page-header #navigation .logo a:focus {
	outline: 2px solid #03394a;
	outline-offset: 4px
}

.svg #page-header #navigation .logo a:link,
.svg #page-header #navigation .logo a:visited,
.svg #page-header > .logo {
	background-image: url(../images/logo.svg);
}

#page-header > .logo {
	display: none;
}


/*Remove for Logo*/

#navigation .logo a:link:after,
#navigation .logo a:visited:after {
	display: none;
}

#navigation .logo a:hover, #navigation > li.logo:hover >a {
	background-color: transparent;
}

#page-header .booking-container {
	position: absolute;

	box-shadow: none;
}


/*Scrolled CSS*/

#page-header.scrolled #navigation .logo a {
	width: 100px;
	height: 58px;
}

#page-header.scrolled {
	box-shadow: 0 2px 10px rgba(0,0,0,0.1)
}

/*******************************************************************
	BOOKING ENGINE
*******************************************************************/
.booking-container {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1000;
	padding: 15px;
	width: 100%;
	height: 75px;
	background: #03394a;
	line-height: 16px;
	color: #fff;
	text-transform: uppercase;
	box-shadow: 0 2px 20px rgba(0,0,0,0.3)
}

.booking-container .address {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}

.booking-container .phone {
	display: inline-block;
	font-weight: bold;
	margin-left: 10px;
}

.booking-container .phone:focus {
	background: #fff;
	color: #03394a;
	outline: 2px solid #fff;
}

.booking-container a:link,
.booking-container a:visited {
	color: #fff;
	text-decoration: none;
}
.booking-container a:hover {
	color: #fff;
	text-decoration: underline;
}


.booking-form {
	font-family: Raleway, Myriad Pro, Arial, sans-serif;
	position: absolute;
	right: 15px;
	top: 50%;
	font-size: 0;
	text-align: right;
	transform: translateY(-50%)
}

.booking-form .inputs {
	display: inline-block;
}

.booking-form .container {
	display: inline-block;
	margin-left: 10px;
	font-size: 16px;
	vertical-align: middle;
}

.booking-form .arrival.container {
	margin-left: 0;
}

.booking-form input[type="text"], 
.booking-form select {
	max-width: 100px;
	height: 35px;
	padding: 0 0 0 8px;
	border-style: none;
	background: #fff;
	font-size: 15px;
	color: #505050;
	vertical-align: middle;
	box-shadow: inset 0px 1px 1px 0px rgba(0,0, 0, 0.5);
	text-transform: uppercase;
	border-radius: 3px;
	appearance: none;
	border: solid #ccc 1px;
}

.booking-form .calendar {
	vertical-align: middle;
	margin: 0 5px;
}

.booking-form .submit_booking {
	display: inline-block;
	padding: 0px 20px;
	background: #ed4541;
	color: #fff;
	font-size: 18px;
	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-form .submit_booking:hover,
.booking-form .submit_booking:focus {
	background: #fff;
	color: #ed4541;
	text-decoration: none;
}

.booking-form .cp {
	position: relative;
	top:  5px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

#ui-datepicker-div {
	display: none;
	z-index: 99999 !important;
}


/*******************************************************************
	NAVIGATION
*******************************************************************/

#navigation {
	position: relative;
	z-index: 100;
	width: 100%;
	margin: 0;
	padding: 0 10px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	text-align: center;
}

#navigation li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

#navigation li:hover ul,
#navigation li:focus ul,
#navigation li.is-focused ul,
#navigation li:target ul {
	display: block;
	opacity: 1;
	visibility: visible;
}

#navigation li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
	z-index: 100;
}

#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;
	z-index: 100;
}

.csstransforms #navigation ul {
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}

#navigation ul li {
	display: block;
}

#navigation a:link,
#navigation a:visited {
	display: inline-block;
	padding: 10px 15px;
	font: 21px   Raleway, Myriad Pro, Arial, sans-serif;
	color: #03394a;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	text-transform: uppercase;
}

#page-header.scrolled #navigation a:link,
#page-header.scrolled #navigation a:visited {
	font-size: 16px;
}

#navigation a:hover,
#navigation > li:hover > a {
	color: #03394a;
	background: #fff;
}

#navigation a:hover:after {
	width: 85%;
	left: 0;
}

.csstransforms #navigation a:hover:after {
	width: 75%;
	left: 50%;
}

#navigation ul a:visited,
#navigation ul a:link {
	display: block;
	background: #03394a;
	color: #fff;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

#navigation > li:not(.logo) > a:hover,
#navigation > li:not(.logo):hover > a:link, 
#navigation > li:not(.logo):hover > a:visited,
#navigation li:not(.logo).is-focused > a:visited,
#navigation li:not(.logo).is-focused > a:link,
#navigation > li:not(.logo) > a:focus {
	background: #03394a;
	color: #fff;
	text-shadow: none;
}

#navigation ul a:hover,
#navigation ul a:focus {
	background: #fff;
	color: #03394a;
}

/*******************************************************************
	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 {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	position: absolute;
	top: 0px;
	right: 10px;
	padding: 10px 20px;
	background: #03394a;
	font-size: 16px;
	line-height: 14px;
	color: #fff;
	cursor: pointer;
}

#mobile-navigation .menu:hover {
	text-decoration: none;
	background: #0c4b5f;
	color: #fff;
}

#mobile-navigation li {
	position: relative;
	min-width: 240px;
	padding: 0;
	margin: 0;
	background: #03394a;
	list-style-type: none;
	white-space: nowrap;
}

#mobile-navigation li.logo {
	display: none;
}

#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: #0c4b5f;
	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: #ed4541;
}

#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;
}

/*******************************************************************
	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: 90px;
    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;
}



/*******************************************************************
	HOMEPAGE
*******************************************************************/

/*
.homepage #masthead {
	height: 750px;
	margin-bottom: 0;
}
*/

.homepage .title {
	text-align: center;
	font-size: 45px;
	margin-bottom: 10px;
}

.homepage .subtitle {
	font-size: 26px;
	position: relative;
	display: table;
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: center;
	margin-bottom: 25px;
}

.homepage .subtitle:after{
	content: '';
	position: absolute;
	left: 50%;
	height: 1px;
	width: 75%;
	bottom: 0;
	background: rgba(3,57,74, 0.5);
	transform: translateX(-50%);
}


/* Dark sections formatting */

.homepage .media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.homepage a.button:link,
.homepage a.button:visited {
	display: table;
	margin: 15px auto;
}



/*******************************************************************
	HOMEPAGE - CONTENT SECTION
*******************************************************************/

.homepage > .content-section {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

/*Side Links*/
.homepage > .content-section > .media {
	display: flex;
	flex: 1 33.3333%;
	position: relative;
	flex-direction: column;
}

.homepage > .content-section > .media.narrow {
	flex: 1 23.3333%;
}

.homepage > .content-section > .media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Content */

.homepage > .content-section > .content {
	flex: 2 66.6667%;
	position: relative;
	width: 66.666666667%;
	padding: 50px;
	text-align: center;
}

.homepage > .content-section.invert > .content {
	background: #03394a;
	color: #fff;
}

.homepage > .content-section.invert > .content .title,
.homepage > .content-section.invert > .content .subtitle {
	color: #fff;
}

.homepage > .content-section.invert > .content .subtitle:after {
	background: rgba(255,255,255, 0.5);
}

.homepage > .content-section .copy-section {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.homepage > .content-section .copy{
	flex: 0 0 48%;
	padding: 0; /* originally padding: 0 2.5%; */
	vertical-align: bottom;
	text-align: center;
}

/* Reward Logos*/
.homepage > .content-section .logos {
	margin-top: 75px;
	text-align: center;
}

.homepage > .content-section .logos a:focus {
	outline: 2px solid #03394a;
    outline-offset: 4px;
}

.homepage > .content-section .logo {
	display: inline-block;
	margin: 0 10px;
}

.homepage > .content-section .logo:focus {
	outline: 2px solid #03394a;
	outline-offset: 4px;
}

/*******************************************************************
	HOMEPAGE - MEDIA SECTION
*******************************************************************/

.homepage > .media-section  {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	color: #fff;
}

.homepage > .media-section .content {
	flex: 1 50%;
	display: flex;
	height: 530px;
	padding: 50px;
	background: #03394a;
	height: auto;
	flex-direction: column;
	justify-content: center;
}

.homepage > .media-section.invert .content {
	background: #fff;
	color: #03394a;
}

.homepage > .media-section.invert .content h2 {
	color: #03394a;
}

.homepage .media-section .title,
.homepage .media-section h2 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	color: #fff;
	text-align: left;
}

.homepage > .media-section .media {
	flex:  1 50%;
	display: flex;
	height: 530px;
	line-height: 0;
	height: auto;
	flex-direction: column;
}
.homepage > .media-section .media-title {
	margin: 0;
	font-size: 22px;
	color: #fff;
}

.homepage > .media-section a.item {
	display: block;
	position: relative;
	padding-left: 45px;
	margin-bottom: 30px;
}

.homepage > .media-section  .item.active:before, 
.homepage > .media-section  .item:hover:before,
.homepage > .media-section  .item:focus:before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 25px;
	height: 100%;
	background: #fff;
}

/*
.homepage > .media-section a:link.button,
.homepage > .media-section a:visited.button,
.homepage > .media-section strong em a,
.homepage > .media-section em strong a  {
	border: 1px solid #fff;
	background: #03394a;
}
*/

.homepage > .media-section a:hover.button,
.homepage > .media-section a:focus.button  {
	background: #fff;
	color: #03394a;
}

.homepage > .media-section .media-list p {
	margin: 0;
}


/*******************************************************************
	HOMEPAGE - ROOMS SECTION
*******************************************************************/

.homepage > .rooms-section {
	flex-direction: row-reverse;
}

.homepage > .rooms-section .room-link {
	flex: 1 50%;
	position: relative;
	display: block;
	line-height: 0;
	height: 50%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.homepage > .rooms-section .links h3.title {
	position: absolute;
	z-index: 100;	
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 32px;
	text-transform: uppercase;
	padding: 20px;
	background: rgba(3,57,64,0.8);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.homepage > .rooms-section .links .photo {
	width: 100%;
	height: 100%;
}
.homepage > .rooms-section .room-link:hover,
.homepage > .rooms-section .room-link:focus {
	filter: brightness(1.2);
}
.homepage > .rooms-section .room-link:hover h3.title {
	background: rgba(3,57,64,1);
}



/* Content */

.homepage > .rooms-section > .content {
	background: url(../images/bknd.png) -18% 130% no-repeat;
}


/*******************************************************************
	HOMEPAGE - SPECIALS SECTION
*******************************************************************/

.homepage > .specials-section  {
	flex-direction: row-reverse;
}

/*******************************************************************
	HOMEPAGE - DINING SECTION
*******************************************************************/

.homepage > .dining-section .menus {
	text-align: center;
}
.homepage > .dining-section h4 {
	font-weight: bold;
}

/*******************************************************************
	HOMEPAGE - PHOTO SECTION
*******************************************************************/
.homepage > .photo-section {
	display: flex;
	position: relative;
	font-size: 18px;
	justify-content: center;
	color: #fff;
}

.homepage > .photo-section .title {
	color: #fff;
}


.homepage > .photo-section .subtitle {
	position: relative;
	display: table;
	margin: -10px auto 0 auto;
	padding-bottom: 20px;
	margin-bottom: 20px;
	text-align: center;
	color: #fff;
}

.homepage > .photo-section .subtitle:after{
	content: '';
	position: absolute;
	left: 50%;
	height: 1px;
	width: 75%;
	bottom: 0;
	background: rgba(255,255,255, 0.5);
	transform: translateX(-50%);
}

.homepage > .photo-section > .content {
	z-index: 10;
	padding: 160px 75px;
	width: 100%;
	max-width: 790px;
	text-align: center;
}

.homepage > .photo-section > .media {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/*******************************************************************
	HOMEPAGE - AREA SECTION
*******************************************************************/

.homepage > .area-section h1 {
	padding: 0;
	margin-bottom: 10px;
}

.homepage > .area-section h1:after {
	display: none;
}

/*******************************************************************
	HOMEPAGE - VIDEOS SECTION
*******************************************************************/
.homepage > .videos-section {
	flex-direction: row-reverse;
}

.homepage > .videos-section .video-player {
	position: relative;
}


.homepage > .videos-section .video-player iframe {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0%;
	height: 100%;
}

/*******************************************************************
	MODAL
*******************************************************************/

#modal {
	margin-left: -310px; /* half of the width (below) plus padding */
	width: 580px;
	top: 240px;
	left: 50%;
	position: fixed;
	font-size: 16px;
	opacity: 0;
	z-index: 99999;
	background: #fff;
	border-radius: 13px;
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
	overflow: hidden;
}

.modal-header {
	position: relative;
	padding: 20px 25px 18px;
    background-color: #002959;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}

.modal-header h2 {
	margin: 0;
	display: inline-block;
	color: #fff;
	font-size: 30px;
}

.modal-header i {
	display: inline-block;
	float: right;
	font-size: 0;
}

.modal-header i:before {
	font-family: 'Icons';
	content: '\F00D';
	color: #fff;
	font-size: 24px;
	line-height: 32px;
	font-style: normal;
	cursor: pointer;
}

.modal-content {
	padding: 30px;
}

.modal-footer {
	padding: 20px;
	background: #f4f4f4;
	text-align: right;
}

.modal-footer a {
	background: #87764E;
	border: 2px solid #87764E;
	color: #fff;
	border-radius: 3px;
	padding: 5px 10px;
	text-decoration: none;
}

.modal-footer a:hover,
.modal-footer a:focus {
	background: #fff;
	border-color: #87764E;
	color: #87764E;
	outline: none;
	text-decoration: none;
}

@media handheld, only screen and (max-width: 600px) {
	#modal {
		margin: 0 20px;
		width: 92%;
		left: 0;
		top: 60px;
	}
}

/*******************************************************************
	FLEX VIDEO
*******************************************************************/
.flex-video {
	position: relative;
	padding-top: 1.5625em;
	padding-bottom: 67.5%;
	height: 0;
	overflow: hidden; 
}
.flex-video.widescreen {
	padding-bottom: 57.25%; 
}
.flex-video.vimeo {
	padding-top: 0; 
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
}

/*******************************************************************
  HOMEPAGE VIDEO
*******************************************************************/

#video {
    position: absolute;
    z-index: 50;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.full-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.loader-wrapper {
	overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
}

.loaded .loader-wrapper {
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);

	-webkit-transition: all 0.3s 0.6s ease-out;
	transition: all 0.3s 0.6s ease-out;
}

.loader-wrapper .loader-section {
    position: absolute;
    top: 0;
    width: 51%;
    height: 100%;
    background: #222222;
    z-index: 900;
}

.loader-wrapper .loader-section.section-left {
    left: 0;
}

.loader-wrapper .loader-section.section-right {
    right: 0;
}

.loaded .loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%);  /* IE 9 */
    transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */
}

.loaded .loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%);  /* IE 9 */
    transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */
}

.loaded .loader-wrapper .loader-section.section-right,
.loaded .loader-wrapper .loader-section.section-left {
    -webkit-transition: all 0.3s 0.3s ease-out;
            transition: all 0.3s 0.3s ease-out;
}

.loader {
    display: block;
    z-index: 10000;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #03394a;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

.loaded .loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

.loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ccc;
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}





.video-button:link,
.video-button:visited {
		position: absolute;
	z-index: 102;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.video-button:hover {

}

.video-button.fullscreen {
	bottom: 15%;
		padding: 30px;
	border: 2px solid #fff;
	background: rgba(0,0,0,0.5);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	font-size: 22px;
}
.video-button.fullscreen:hover {
	background: #fff;
	color: #03394a;
}


.video-button.control {
	/* display: none; */
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 100%;
	font-size: 72px;

	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}
.video-button.control.hide {
	visibility: hidden;
	opacity: 0;
}
.video-button.control:before {
	content: '\f04b';
	font-family: Icons;
}


.video-button.control:hover {
	
	color: #03394a;
	text-shadow: 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff;
}

/* This used to work for the parent element of button divs */
/* But it does not work with newer browsers, the below doesn't hide the play button parent div */

*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */

*::-webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}

/* New shadow dom for play button */

/* This one works! */

*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}

/*******************************************************************
	HOMEPAGE MAP
*******************************************************************/


#map {
	width: 100%;
	height: 450px;
}

/*******************************************************************
	MASTHEAD
*******************************************************************/

#masthead {
	overflow: hidden;
	position: relative;
	width: 100%;
	/*
	height: 650px;
	margin-top: 210px;
	*/
}

#masthead .scroll {
	z-index: 100;
	position: absolute;
	bottom: 35px;
	left: 50%;
	font-size: 72px;
	font-family: Icons;
	font-style: normal;
	color: #fff;
	-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 {
	display: inline-block;
	content: '\f078';
}

#masthead .scroll:hover {
	color: #03394a;
	text-shadow: 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff;
}

#masthead #caption {
	padding: 40px;
	background: rgba(0,0,0,0.5);
	font-family: Libre Baskerville, Myriad Pro, Arial, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	position: absolute;
	left: 0;
	bottom: 100px;
	z-index: 100;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.75);	
}

/*******************************************************************
	CAROUSEL GALLERY
*******************************************************************/

.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%;
}

/*******************************************************************
	EMAIL SIGNUP
*******************************************************************/
#email-signup {
	position: relative;
	padding: 20px 15px;
	background: #0c4b5f;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
#email-signup p {
	display: inline-block;
	margin: 0 10px 0 0;
	vertical-align: middle;
	display: none;
}
#email-signup input[type='text'], #email-signup textarea {
	width: 100%;
	margin-right: 10px;
	max-width: 290px;
}

#email-signup .submit, #email-signup input[type="submit"] {
	display: inline-block;
	border: 1px solid #fff;
	background: #0c4b5f;
}

#email-signup .submit:hover,
#email-signup input[type="submit"]:hover,
#email-signup .submit:focus,
#email-signup input[type="submit"]:focus  {
	background: #fff;
	color: #03394a;
}

/* travelclick */

#email-signup #fieldBlockemail {
	display: inline-block;
}

#email-signup #fieldBlockemailtext {
	display: inline-block;
}

#email-signup #fieldBlockemailinput {
	display: inline-block;
}

#email-signup #submitButton {
	display: inline-block;
}

/*******************************************************************
  FOOTER
*******************************************************************/

footer {
	z-index: 900;
	position: relative;
	bottom: 0;
	width: 100%;
	background: #03394a;
	font: 16px/26px Raleway, Arial, sans-serif;
	color: #fff;
}

footer .stack {
	margin: 0 auto;
	max-width: none;
	padding: 30px 15px 50px 15px;
	overflow: hidden;
	position: relative;
}

footer h4 {
	color: #fff;
	font-size: 22px;
	margin: 0;
}

footer p {
	margin: 0;
}

footer a:link, footer a:visited {
	color: #fff;
	text-decoration: none;
}

footer a:hover {
	color: #fff;
	text-decoration: underline;
}

footer .information a:focus {
	background: #fff;
	color: #03394a;
	outline: 2px solid #fff;
}

footer .stack  ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
footer  .stack li {
	display: inline-block;

}
footer  .stack li:after {
	content: ' | ';
}
footer .stack  li:last-child:after {
	content: '';
}

footer .logos {
	text-align: right;
}

footer .logos a:focus {
	outline: 2px solid #fff;
	outline-offset: 4px;
}

footer .also-see {
	margin: 0 0 0 auto;
	max-width: 280px;
	text-align: center;
}

@media handheld, only screen and (max-width: 768px) {
footer .also-see {
	margin: 0 auto;
}
}

/*******************************************************************
	SOCIAL
*******************************************************************/

.social {
	position: relative;
	display: inline-block;
	margin: 0;
	margin-right: 20px;
	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;
	font: 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: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
	vertical-align: middle;
}

.social a:hover,
.social a:focus {
	color: #ed4541;
}

.social .facebook a:before { content: "\f09a"; padding-right: 1px; padding-top: 2px; }
.social .twitter a:before { content: "\f099"; }
.social .youtube a:before { content: "\f167"; }
.social .google a:before { content: "\f1a0"; }
.social .googleplus a:before { content: "\f0d5"; }
.social .pinterest a:before { content: "\f0d2"; }
.social .instagram a:before { content: "\f16d"; }
.social .yelp a:before { content: "\f1e9"; }
.social .tripadvisor a:before { content: "\f262"; }
.social .instagram a:before { content: "\f16d"; }

.social a:focus {
	outline: none;
}


/*******************************************************************
	PRIVACY PACKAGE - GDPR - IUBENDA
*******************************************************************/

#iubenda-cs-banner{
	font-size:15px!important;
	background:0 0!important;
	line-height:1.4!important;
	position:fixed!important;
	z-index:99999998!important;
	top:0px !important;
	left:0!important;
	width:100%!important;
	height:100%!important;
	border:0!important;
	margin:0!important;
	padding:0!important;
	overflow:hidden!important;
	display:-webkit-box!important;
	display:-ms-flexbox!important;
	display:flex!important;
	opacity:0!important;
	visibility:hidden!important;
	pointer-events:none!important;
	-webkit-transition:opacity .4s ease,visibility .4s ease!important;
	-o-transition:opacity .4s ease,visibility .4s ease!important;
	transition:opacity .4s ease,visibility .4s ease!important
}

#iubenda-cs-banner *{
	font-size:100%!important;
	width:auto!important;
	-webkit-appearance:none!important;
	-moz-appearance:none!important;
	appearance:none!important;
	background:0 0!important;
	-webkit-box-sizing:border-box!important;
	box-sizing:border-box!important;
	-webkit-tap-highlight-color:transparent!important;
	-webkit-backface-visibility:hidden!important;
	backface-visibility:hidden!important;
	font-family:-apple-system,sans-serif!important;
	text-decoration:none!important;
	color:currentColor!important;
	background-attachment:scroll!important;
	background-color:transparent!important;
	background-image:none!important;
	background-position:0 0!important;
	background-repeat:repeat!important;
	border:0!important;
	border-color:#000!important;
	border-color:currentColor!important;
	border-radius:0!important;
	border-style:none!important;
	border-width:medium!important;
	bottom:auto!important;
	clear:none!important;
	clip:auto!important;
	counter-increment:none!important;
	counter-reset:none!important;
	cursor:auto!important;
	direction:inherit!important;
	float:none!important;
	font-style:inherit!important;
	font-variant:normal!important;
	font-weight:inherit!important;
	height:auto!important;
	left:auto!important;
	letter-spacing:normal!important;
	line-height:inherit!important;
	list-style-type:inherit!important;
	list-style-position:outside!important;
	list-style-image:none!important;
	margin:0!important;
	max-height:none!important;
	max-width:none!important;
	min-height:0!important;
	min-width:0!important;
	opacity:1;
	outline:0!important;
	overflow:visible!important;
	padding:0!important;
	position:static!important;
	quotes:"" ""!important;
	right:auto!important;
	table-layout:auto!important;
	text-align:left!important;
	text-indent:0!important;
	text-transform:none!important;
	top:auto!important;
	unicode-bidi:normal!important;
	vertical-align:baseline!important;
	visibility:inherit!important;
	white-space:normal!important;
	width:auto!important;
	word-spacing:normal!important;
	z-index:auto!important;
	background-origin:padding-box!important;
	background-origin:padding-box!important;
	background-clip:border-box!important;
	background-size:auto!important;
	-webkit-border-image:none!important;
	-o-border-image:none!important;
	border-image:none!important;
	border-radius:0!important;
	border-radius:0!important;
	-webkit-box-shadow:none!important;
	box-shadow:none!important;
	-webkit-column-count:auto!important;
	column-count:auto!important;
	-webkit-column-gap:normal!important;
	column-gap:normal!important;
	-webkit-column-rule:medium none #000!important;
	column-rule:medium none #000!important;
	-webkit-column-span:none!important;
	column-span:none!important;
	-webkit-column-width:auto!important;
	column-width:auto!important;
	-webkit-font-feature-settings:normal!important;
	font-feature-settings:normal!important;
	overflow-x:visible!important;
	overflow-y:visible!important;
	-webkit-hyphens:manual!important;
	-ms-hyphens:manual!important;
	hyphens:manual!important;
	-webkit-perspective:none!important;
	perspective:none!important;
	-webkit-perspective-origin:50% 50%!important;
	perspective-origin:50% 50%!important;
	text-shadow:none!important;
	-webkit-transition:all 0s ease 0s!important;
	-o-transition:all 0s ease 0s!important;
	transition:all 0s ease 0s!important;
	-webkit-transform:none!important;
	-ms-transform:none!important;
	transform:none!important;
	-webkit-transform-origin:50% 50%!important;
	-ms-transform-origin:50% 50%!important;
	transform-origin:50% 50%!important;
	-webkit-transform-style:flat!important;
	transform-style:flat!important;
	word-break:normal!important;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%
}

#iubenda-cs-banner.iubenda-cs-overlay:before{
	content:""!important;
	position:fixed!important;
	top:0!important;
	left:0!important;
	width:100%!important;
	height:100%!important;
	background-color:rgba(0,0,0,.5)!important;
	z-index:1!important
}

#iubenda-cs-banner.iubenda-cs-center{
	-webkit-box-align:center!important;
	-ms-flex-align:center!important;
	align-items:center!important;
	-webkit-box-pack:center!important;
	-ms-flex-pack:center!important;
	justify-content:center!important
}

#iubenda-cs-banner.iubenda-cs-top{
	-webkit-box-align:start!important;
	-ms-flex-align:start!important;
	align-items:flex-start!important
}

#iubenda-cs-banner.iubenda-cs-bottom{
	-webkit-box-align:end!important;
	-ms-flex-align:end!important;
	align-items:flex-end!important
}

#iubenda-cs-banner.iubenda-cs-left{
	-webkit-box-pack:start!important;
	-ms-flex-pack:start!important;
	justify-content:flex-start!important
}

#iubenda-cs-banner.iubenda-cs-right{
	-webkit-box-pack:end!important;
	-ms-flex-pack:end!important;
	justify-content:flex-end!important
}

#iubenda-cs-banner.iubenda-cs-visible{
	opacity:1!important;
	visibility:visible!important
}

#iubenda-cs-banner.iubenda-cs-visible .iubenda-cs-container{
	pointer-events:auto!important
}

#iubenda-cs-banner.iubenda-cs-slidein .iubenda-cs-container{
	-webkit-transition:-webkit-transform .4s ease!important;
	transition:-webkit-transform .4s ease!important;
	-o-transition:transform .4s ease!important;
	transition:transform .4s ease!important;
	transition:transform .4s ease,-webkit-transform .4s ease!important
}

#iubenda-cs-banner.iubenda-cs-slidein.iubenda-cs-top .iubenda-cs-container{
	-webkit-transform:translateY(-48px)!important;
	-ms-transform:translateY(-48px)!important;
	transform:translateY(-48px)!important
}

#iubenda-cs-banner.iubenda-cs-slidein.iubenda-cs-bottom .iubenda-cs-container{
	-webkit-transform:translateY(48px)!important;
	-ms-transform:translateY(48px)!important;
	transform:translateY(48px)!important
}

#iubenda-cs-banner.iubenda-cs-slidein.iubenda-cs-visible .iubenda-cs-container{
	-webkit-transform:translateY(0)!important;
	-ms-transform:translateY(0)!important;
	transform:translateY(0)!important
}

#iubenda-cs-banner .iubenda-cs-container{
	position:relative!important;
	z-index:2!important
}

#iubenda-cs-banner .iubenda-cs-content{
    background-color: #03394a !important;
    color: #fff !important;
    font-size: 14px !important;
	position:relative!important;
	z-index:1!important;
	overflow:hidden!important;
	-webkit-transition:-webkit-transform .4s ease!important;
	transition:-webkit-transform .4s ease!important;
	-o-transition:transform .4s ease!important;
	transition:transform .4s ease!important;
	transition:transform .4s ease,-webkit-transform .4s ease!important
}

#iubenda-cs-banner .iubenda-cs-rationale{
	position:relative!important;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#iubenda-cs-banner .iubenda-cs-close-btn{
	display: none;
	z-index: 99999 !important;
	position:absolute!important;
	top:-16px!important;
	padding:16px!important;
	right:0!important;
	min-width:48px!important;
	height:48px!important;
	font-size:24px!important;
	line-height:0!important;
	font-weight:lighter!important;
	cursor:pointer!important;
	text-align:center!important
}

#iubenda-cs-banner .iubenda-cs-close-btn:hover{
	opacity:.5!important
}

#iubenda-cs-banner .iubenda-banner-content{
	flex: 0 1 68%;
	flex-direction: column;
	justify-content: normal;
	height: auto;
	font-weight:300!important;
	margin:0!important;
}

#iubenda-cs-banner #iubenda-cs-title {
	display: none;
}

#iubenda-cs-banner .iubenda-banner-content a{
	cursor:pointer!important;
	color:currentColor!important;
	opacity:.7!important;
	text-decoration:underline!important
}

#iubenda-cs-banner .iubenda-banner-content a:hover{
	opacity:1!important
}

#iubenda-cs-banner #iubenda-cs-title{
	font-weight:700!important;
	margin-bottom:16px!important
}

#iubenda-cs-banner .iubenda-cs-opt-group{
	flex: 0 1 30%;
	flex-direction: column;
	justify-content: normal;
	height: auto;
	z-index:1!important;
}

#iubenda-cs-banner .iubenda-cs-opt-group .iubenda-cs-opt-group-custom,
#iubenda-cs-banner .iubenda-cs-opt-group .iubenda-cs-opt-group-consent{
	display: inline-block;
}

#iubenda-cs-banner .iubenda-cs-opt-group .iubenda-cs-opt-group-custom button {
	margin-right: 5px !important;
}

#iubenda-cs-banner .iubenda-cs-opt-group button{
	-webkit-appearance:none!important;
	-moz-appearance:none!important;
	appearance:none!important;
	padding:8px 16px!important;
	cursor:pointer!important;
	font-weight:700!important;
	font-size:100%!important;
	margin-top:4px!important;
	margin-bottom:4px!important;
	max-width: 120px !important;
    text-align: center !important;
}

#iubenda-cs-banner .iubenda-cs-opt-group button{
	background-color: #ed4541!important;
	color: #fff!important;
}

#iubenda-cs-banner .iubenda-cs-opt-group button:hover,
e#iubenda-cs-banner .iubenda-cs-opt-group button:focus{
	background-color: #fff!important;
	color: #ed4541!important;
}

@media (max-width:767px){
	#iubenda-cs-banner .iubenda-cs-rationale {
		display: block !important;
	}

	#iubenda-cs-banner .iubenda-banner-content,
	#iubenda-cs-banner .iubenda-cs-opt-group {
		width: 100% !important;
	}

	#iubenda-cs-banner .iubenda-cs-opt-group {
		margin-top: 10px !important;
	}
}

@media (min-width:480px){
	#iubenda-cs-banner .iubenda-cs-opt-group button:not(:last-of-type){
		margin-right:4px!important;
	}
}

@media (max-width:479px){
	#iubenda-cs-banner .iubenda-cs-opt-group button{
		/*width:100%!important;*/
		margin-right: 10px !important;
		display: inline-block;
		text-align:center!important;
	}

	#iubenda-cs-banner .iubenda-cs-opt-group button:not(:last-of-type){
		margin-bottom:8px!important;
	}

	#iubenda-cs-banner .iubenda-banner-content,
	#iubenda-cs-banner .iubenda-cs-opt-group {
		flex: 0 1 100%;
	}
}

@media (max-width:991px) and (max-height:352px){
	#iubenda-cs-banner .iubenda-cs-opt-group{
		-webkit-box-shadow:0 -16px 24px currentColor!important;
		box-shadow:0 -16px 24px currentColor!important;
		margin-top:0!important;
	}

	#iubenda-cs-banner .iubenda-cs-content{
		padding:0!important;
	}

	#iubenda-cs-banner .iubenda-cs-close-btn{
		top:0!important;
		display:none;
	}

	#iubenda-cs-banner .iubenda-banner-content{
		overflow-y:scroll!important;
		padding-right:16px!important;
		padding-bottom:16px!important;
		margin-bottom:4px!important;
		-webkit-box-flex:1px!important;
		-ms-flex:1px!important;
		flex:1px!important;
	}

	#iubenda-cs-banner .iubenda-cs-rationale{
		display:-webkit-box!important;
		display:-ms-flexbox!important;
		display:flex!important;
		-webkit-box-orient:vertical!important;
		-webkit-box-direction:normal!important;
		-ms-flex-direction:column!important;
		flex-direction:column!important;
	}
}

#iubenda-cs-banner.iubenda-cs-default .iubenda-cs-container{
	width:100%!important;
}

@media (min-width:992px){
	#iubenda-cs-banner.iubenda-cs-default .iubenda-cs-rationale{
		width:992px!important;
		margin:12px auto!important;
	}
}

@media (max-width:991px){
	#iubenda-cs-banner.iubenda-cs-default .iubenda-cs-content{
		padding:10px!important;
	}
}

@media (max-width:991px) and (max-height:352px){
	#iubenda-cs-banner.iubenda-cs-default .iubenda-cs-container,#iubenda-cs-banner.iubenda-cs-default .iubenda-cs-content,#iubenda-cs-banner.iubenda-cs-default .iubenda-cs-rationale{
		height:100%!important;
	}
}

@media (min-width:992px){
	#iubenda-cs-banner.iubenda-cs-default-floating .iubenda-cs-container{
		width:992px!important;
	}
}


/*******************************************************************
  MEDIA QUERIES
*******************************************************************/

@media handheld, only screen and (max-width: 1400px) {
	/*******************************************************************
		NAVIGATION
	*******************************************************************/
	#navigation a:link,
	#navigation a:visited {
		font-size: 16px;
	}
}

@media handheld, only screen and (max-width: 1200px) {
	/*******************************************************************
		NAVIGATION
	*******************************************************************/
	#page-header #navigation .logo a:link, 
	#page-header #navigation .logo a:visited {
		width: 148px;
		height: 98px;
	}
	#navigation a:link,
	#navigation a:visited {
		font-size: 14px;
	}

	/*******************************************************************
		BOOKING ENGINE
	*******************************************************************/
	.booking-container {
		font-size: 14px;
		height: auto;
	}


	/*******************************************************************
		HOMEPAGE - CONTENT SECTION
	*******************************************************************/



	.homepage > .content-section > .content {
		padding: 25px;
	}


	.homepage > .content-section .logos {
		margin-top: 25px;
	}

	/*******************************************************************
		HOMEPAGE - ROOMS SECTION
	*******************************************************************/
	.homepage > .rooms-section > .media {
		flex-basis: 100%;
		flex-direction: row;
	}
	.homepage > .rooms-section .room-link {
		height: auto;
	}



	/*******************************************************************
		SOCIAL
	*******************************************************************/
	.social a:link, .social a:visited {
		font-size: 18px;
	}

	/*******************************************************************
	  HOMEPAGE VIDEO
	*******************************************************************/

	.video-buttons {
		display: none;
	}

}





@media handheld, only screen and (max-width: 1140px) {
	body {
		padding-top: 0;
	}

	/*******************************************************************
	  GHEADER
	*******************************************************************/

	#page-header {
		position: relative;
		padding: 0
	}

	#page-header > .logo {
		display: block;
	width: 150px;
	height: 85px;
	}



	#page-header .booking-container {
		position: relative;
		top: auto;
	}

	/*******************************************************************
		MASTHEAD
	*******************************************************************/
	
	.homepage #masthead,
	#masthead {
		/*
		height: 350px;
		margin-top: 0 !important;
		*/
	}

	#navigation {
		display: none;
	}

	.video-button.fullscreen {
		display: none;
	}

	/*.video-button.fullscreen, #masthead .scroll {
		display: none;
	}*/

	/*******************************************************************
		MOBILE NAVIGATION
	*******************************************************************/

	#mobile-navigation {
		display: block;
	}

	/*******************************************************************
		HOMEPAGE - MEDIA SECTION
	*******************************************************************/
	.homepage > .content-section > .photo {
		display: none;
	}


	/*******************************************************************
		HOMEPAGE - MEDIA SECTION
	*******************************************************************/
	.homepage > .media-section .content {
		flex-basis: 100%;
	}

	.homepage > .media-section .photo {
		display: none;
	}


	/*******************************************************************
		HOMEPAGE - PHOTO SECTION
	*******************************************************************/
	.homepage > .photo-section > .content {
		padding: 75px;
	}

	/*******************************************************************
		HOMEPAGE - VIDEOS SECTION
	*******************************************************************/

	.homepage > .videos-section .video-player {
		position: relative;
		width: auto;
		height: auto;
		min-height: 430px
	}
	
	/*******************************************************************
		HOMEPAGE MAP
	*******************************************************************/
	

	#map {
		height: 320px;
	}

	/*******************************************************************
		CAROUSEL GALLERY
	*******************************************************************/

	#carousel-gallery .carousel-slide {
		height: 280px;
	}

}

@media handheld, only screen and (max-width: 1000px) {

	/*******************************************************************
		BOOKING ENGINE
	*******************************************************************/

	.booking-form .calendar {
		display: none;
	}

	.booking-container,
	#email-signup {
		font-size: 12px;
	}
}

@media handheld, only screen and (max-width: 880px) {
	.booking-form {
		position: relative;
		top: auto;
		right: auto;
		margin-top: 5px;
		text-align: center;
		transform: none;
	}

	.booking-container {
		text-align: center;
	}

	#page-header .booking-form {
		margin-top: 0;
	}

	#page-header .booking-container .social {
		display: none;
	}

	#page-header .booking-container .address {
		display: block;
		margin-bottom: 15px;
	}

	.booking-form input[type="text"], 
	.booking-form select {
		font-size: 12px;
		height: 25px;
	}

	.booking-form .submit_booking {
		line-height: 25px;
		font-size: 12px;
	}

	/*******************************************************************
		EMAIL SIGNUP
	*******************************************************************/
	#email-signup .submit, #email-signup input[type="submit"] {
		padding:  0 15px;
		font-size: 12px;
	}
}
@media handheld, only screen and (max-width: 768px) {
	h1 {
		font-size: 28px;
	}

	h2 {
		font-size: 22px;
	}
	/*******************************************************************
		HOMEPAGE
	*******************************************************************/
	.homepage .title {
		font-size: 30px;
	}

	.homepage .subtitle {
		font-size: 20px;
	}

	/*******************************************************************
		HOMEPAGE - CONTENT SECTION
	*******************************************************************/

	.homepage > .content-section .subtitle {
		margin-bottom: 10px;
	
	}

	.homepage > .content-section .copy{
		flex-basis: 100%;
	}

	/*******************************************************************
		EMAIL SIGNUP
	*******************************************************************/

	#email-signup p {
		display: block;
	}


	/*******************************************************************
	  FOOTER
	*******************************************************************/

	footer,
	footer .logos {
		text-align: center;
		font-size: 12px;
		line-height: 18px;
	}

	footer h4 {
		font-size: 18px;
	}
}

@media handheld, only screen and (max-width: 560px) {
	body { 
		font-size: 14px;
	}

	a:link.button, a:visited.button, strong em a:link, strong em a:visited, em strong a:link, em strong a:visited {
		font-size: 14px;
		line-height: 20px;
	}

	/*******************************************************************
		HOMEPAGE 
	*******************************************************************/
	.homepage > .content-section .content,
	.homepage > .media-section .content {
		padding: 20px;
	}

	/*******************************************************************
		HOMEPAGE - ROOMS SECTION
	*******************************************************************/

	.homepage > .rooms-section > .links {
		display: none;
	}

	/*******************************************************************
		HOMEPAGE - MEDIA SECTION
	*******************************************************************/

	.homepage > .media-section .media-title {
		font-size: 18px;
	}

	.homepage > .media-section a.item {
		padding-left: 20px;
	
	}

	.homepage > .media-section  .item.active:before, 
	.homepage > .media-section  .item:hover:before {
		width: 10px;
	}

	/*******************************************************************
		HOMEPAGE - PHOTO SECTION
	*******************************************************************/
	.homepage > .photo-section > .content {	
		padding: 20px;
	}

	/*******************************************************************
		HOMEPAGE - VIDEO SECTION
	*******************************************************************/

	.homepage > .videos-section .video-player {
		display: none;
	}


	/*******************************************************************
		EMAIL SIGNUP
	*******************************************************************/

	#email-signup p {
		display: none;
	}

	#email-signup input[type='text'], #email-signup textarea {
		max-width: 200px
	}

	#email-signup .submit, #email-signup input[type="submit"] {
		padding: 5px 10px;
		font-size: 12px;
		line-height: 18px;
	}
	

	/*******************************************************************
		MASTHEAD
	*******************************************************************/
	/*
	#masthead {
		height: 320px;
	}

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

	/*******************************************************************
		HOMEPAGE MAP
	*******************************************************************/
	#map {
		height: 250px;
	}
}

@media handheld, only screen and (max-width: 520px) {

	/*******************************************************************
		BOOKING ENGINE
	*******************************************************************/
	.booking-form .submit_booking {
		padding: 0 10px;
	}

	.booking-form input[type="text"] {
			max-width: 80px;
	}


	/*******************************************************************
		CAROUSEL GALLERY
	*******************************************************************/


	#carousel-gallery .carousel-slide {
		height: 250px;
	}

	/*******************************************************************
	  FOOTER
	*******************************************************************/

	footer .address {
		line-height: 18px;
	}



	/*******************************************************************
		EMAIL SIGNUP
	*******************************************************************/

	#email-signup input[type="text"], #email-signup textarea {
		max-width: 150px
	}
}


/* travelclick email newsletter sign-up form */
.tc-sign-up #surveyStart {

}




.dining-logo {
	display: block;
	margin-top: 2em;
	margin-inline: auto;
	max-width: 400px;
}




/* **************************************************
//  Message
/* **************************************************/
#message {
	position: fixed;
	inset: auto;
	right: -9999px;
	z-index: 9999;
	/*
	width: min(100%, 350px);
	padding-block: 2.75em 2.6em;
	padding-inline: 1em;
	*/
	background: #fff;
	border: 4px solid #fff;
    border-right: 0;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	transition-property: all;
	transition-duration: 1000ms;
}

#message h2 {
	margin: 0;
	margin-bottom: 0.6em;
	color: #000;
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: 500;
}
  
#message p {
	margin: 0;
}

#message .close {
	position: absolute;
	inset: 0 auto auto 0;
	padding-block: 0.32em;
	padding-inline: 0.42em;
	background-color: transparent;
	border: 0;
	font-size: 1.7rem;
	line-height: 1;
	color: #fff;
	cursor: pointer;
}

#message .close:before {
	content: '\f00d';
	font-family: 'Icons';
	text-shadow: 1px 1px 3px rgb(0 0 0 / 0.8);
}

#message .close:hover,
#message .close:focus {
	color: #ed4541;
}

.available-ads > * {
	display: none;
}

.available-ads > *.show {
	display: block;
}

.available-ads img {
	display: block;
}