/*******************************************************************
	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: underline;
	z-index: 9999;
}

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

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

#slidein a {
	padding: 0;
	line-height: 30px;
}

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

#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
*******************************************************************/

#masthead .hero-carousel {
	z-index: 10;
	position: relative;
	height: 100%;
	width: 100%;
}

#masthead .hero-carousel img {
	object-fit: contain;
	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: #000;
}

h1 {
	/* display: table; */
	margin: 0 auto 60px auto;
	padding-bottom: 20px;
	font-size: clamp(28px, 4vw, 45px);
	text-align: center;
}

/*
h1:after {
	content: '';
	position: absolute;
	left: 50%;
	height: 1px;
	width: 75%;
	bottom: 0;
	background: rgba(36, 43, 77, 0.5);
	transform: translateX(-50%);
}
*/

h2 {
	font-size: 30px;
}

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

h4 {
	font-size: 24px;
}

h1 + h2 {
	margin-top: 0;
}

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

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

ol {
	margin-left: 1em;
}

ol,
ol li {
	list-style: auto;
}



/*******************************************************************
	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 {
	display: inline-block;
	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: #242b4d;
	line-height: 20px;
	padding: 4px;
	text-decoration: underline;
}

a:hover {
	color: #242b4d;
	text-decoration: none;
}

/*
a:focus {
	background: #242b4d;
	color: #FFF;
}
*/

/* 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: #242b4d;
	border: solid #242b4d 1px;
	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.button:hover,
a.button:focus,
strong em a:hover,
strong em a:focus,
em strong a:hover,
em strong a:focus {
	background: #fff;
	border: solid #242b4d 1px;
	color: #242b4d;
}

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

#page-header {
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 75px 0 0 0;
	background: #242b4d;
	-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: 317px;
	height: 84px;
	margin: 15px auto 15px auto;
	background-size: contain;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	font-size: 0;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

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

/*
.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: 219px;
	height: 58px;
}

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

/*******************************************************************
	RESY WIDGET
*******************************************************************/
.resy-widget {
	
}

.resy-widget.pt {
	padding-top: 2em;
}

.resy-widget.pb {
	padding-bottom: 2em;
}

.resy-widget.center {
	text-align: center;
}

/*******************************************************************
	BOOKING ENGINE
*******************************************************************/
.booking-container {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1000;
	padding: 18px;
	width: 100%;
	height: 75px;
	background: #c5c2b2;
	line-height: 16px;
	color: #242b4d;
	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: block; */
	/* font-weight: bold; */
}

.booking-container a:link,
.booking-container a:visited {
	/* color: #242b4d; */
	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: 12px;
	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: 1px solid #CCCCCC;
}

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

.booking-form .submit_booking {
	display: inline-block;
	padding: 0px 20px;
	background: #242b4d;
	color: #fff;
	line-height: 35px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
	border-radius: 3px;
}

.booking-form .submit_booking:hover,
.booking-form .submit_booking:focus {
	background: #fff;
	color: #242b4d;
	outline: none;
	text-decoration: none;
}

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

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

/*******************************************************************
	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: #08abc4;
    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: #08abc4;
	border: 2px solid #08abc4;
	color: #fff;
	border-radius: 3px;
	padding: 5px 10px;
}

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

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


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

.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 10px;
	font: 21px Raleway, Myriad Pro, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	text-transform: uppercase;
}

#page-header.scrolled #navigation li:not('logo') a:link,
#page-header.scrolled #navigation li:not('logo') a:visited {
	font-size: 16px;
}

#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: #242b4d;
	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,
#navigation ul a:hover,
#navigation ul a:focus {
	background: #fff;
	color: #242b4d;
	text-shadow: none;
}


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

#mobile-navigation {
	z-index: 10000000000;
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	font-family: Raleway, Myriad Pro, Arial, sans-serif;
}

#mobile-navigation > ul {
	overflow: hidden;
	position: absolute;
	top: 34px;
	right: 10px;
	height: 0;
	margin: 0;
}

/* Mobile menu display class, expands to full height*/
#mobile-navigation .show {
	height:auto;
}

/* Menu button*/
#mobile-navigation .menu {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	position: absolute;
	top: 0px;
	right: 10px;
	padding: 10px 20px;
	background: #c5c2b2;
	font-size: 16px;
	line-height: 14px;
	color: #252B4D;
	cursor: pointer;
	border-left: solid #c5c2b2 1px;
	border-bottom: solid #c5c2b2 1px;
	border-right: solid #c5c2b2 1px;
}

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

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

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

#mobile-navigation li a {
	background: #C5C2B2;
	display: block;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding: 7px 10px 7px 20px;
	text-decoration: none;
	color: #252B4D;
}

#mobile-navigation a:hover {
	background: #242b4d;
	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: #000;
}

#mobile-navigation ul ul {
	display: block;
	height: 0;
	margin-left: 0;
	padding-left: 0;
	background: #2d2a1d;
}

#mobile-navigation li li a {
	padding-left: 40px;
	background: rgba(0,0,0,0.2);
	color: #fff;
}

/*******************************************************************
	CONTENT
*******************************************************************/

#content {
	padding: 50px 20px;
	background: #fff;
	box-shadow: 0 -2px 0px rgba(0,0,0,0.2);
}

#content.no-masthead {
	padding-top: 200px;
}

@media (max-width: 1140px) {
	#content.no-masthead {
		padding-top: 50px;
	}
}

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

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

.homepage #content {
	padding: 0;
	box-shadow: none;
}

.homepage #masthead {
	margin-bottom: 0;
}

.homepage .title {
	text-align: center;
	font-size: clamp(28px, 4vw, 45px);
	margin-bottom: 0;
}

.homepage .title span,
.homepage .subtitle {
	font-size: 30px;
	position: relative;
	display: table;
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: center;
	margin-bottom: 75px;
	text-transform: uppercase;
}

.homepage .rooms-section .title span,
.homepage .rooms-section .subtitle {
	font-size: clamp(28px, 4vw, 45px);
}

.homepage .subtitle:after{
	content: '';
	position: absolute;
	left: 50%;
	height: 1px;
	width: 75%;
	bottom: 0;
	background: rgba(36, 43, 77, 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 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Content */

.homepage .content-section .content {
	flex: 2 66.6667%;
	position: relative;
	width: 66.666666667%;
	padding: 75px;
	text-align: center;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

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

@media (max-width: 768px) {
	.homepage .content-section .copy-section {
		gap: 2rem;
	}
}

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

/* Reward Logos*/
.homepage .content-section .logos {
	margin-top: 75px;
	text-align: center;
}
.homepage .content-section .logo {
	display: inline-block;
	margin: 0 10px;
}

/*******************************************************************
	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: #242b4d;
	height: auto;
	flex-direction: column;
	justify-content: center;
}


.homepage .media-section .title {
	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 .item {
	display: block;
	position: relative;
	/* padding-left: 45px; */
	margin-bottom: 30px;
}

/*
.homepage > .media-section a.item.active:before, 
.homepage > .media-section a.item:hover: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  {
	border: 1px solid #fff;
	background: #242b4d;
}

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

.homepage > .media-section a:link,
.homepage > .media-section a:visited {
	color: #fff;
	text-decoration: none;
}
.homepage > .media-section .media-list p {
	margin: 0;
}


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

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

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

.homepage .rooms-section .links h3.title,
.homepage .rooms-section .links h2.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(36, 43, 77, 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);
	outline: none;
}
.homepage .rooms-section .room-link:hover h3.title,
.homepage .rooms-section .room-link:focus h3.title {
	background: rgba(36, 43, 77, 1);
}


/*******************************************************************
	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 .title span,
.homepage > .photo-section .subtitle {
	position: relative;
	display: table;
	margin: 0 auto;
	padding-bottom: 20px;
	margin-bottom: 20px;
	text-align: center;
	color: #fff;
}

.homepage > .photo-section .title span:after,
.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%;
}

/*******************************************************************
	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: #242b4d;
    -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: #242b4d;
}


.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: #242b4d;
	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%;
	margin-top: 185px;
}

#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: #242b4d;
	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);
}

#masthead .promo {
	z-index: 100;
	position: absolute;
	inset: auto clamp(0.5em, 3vw, 3em) clamp(1em, 3vw, 3em) auto;
	text-align: right;
}

#masthead .promo h2,
#masthead .promo a {
	font-style: italic;
	color: #fff;
}

#masthead .promo h2 {
	font-size: clamp(1.5rem, 3vw, 3rem);
	font-weight: 700;
	text-shadow: 1px 1px 1px rgb(0 0 0 / 1);
	margin-bottom: 0.75em;
}

@media (max-width: 1280px) {
	#masthead .promo h2 {
		margin-bottom: 1em;
	}
}

@media (max-width: 680px) {
	#masthead .promo h2 {
		margin-bottom: 0.75em;
	}
}

#masthead .promo a {
	font-size: clamp(1rem, 3vw, 2rem);
	text-decoration: none;
	padding: clamp(0.25em, 3vw, 0.5em);
	background-color: #242b4d;
	transition: all 0.2s;
}

#masthead .promo a:hover,
#masthead .promo a:focus {
	color: #242b4d;
	background-color: #fff;
}

/*******************************************************************
	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,
.gallery .slick-prev:focus,
.gallery .slick-next:focus {
	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: #c5c2b2;
	color: #242b4d;
	text-transform: uppercase;
	text-align: center;
}

#email-signup p {
	display: inline-block;
	margin: 0 10px 0 0;
	vertical-align: middle;
}

#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;
	background: #c5c2b2;
	line-height: 18px;
}

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

.email-signup-btn{
    background: #242b4d;
    border: solid #242b4d 1px;
    font: 18px/30px Raleway, Myriad Pro, Arial, sans-serif;
    border-radius: 3px;
    padding: 5px 25px !important;
    color: #fff !important;
    text-decoration: none !important;
}
*/

/*******************************************************************
	EMAIL SIGNUP
*******************************************************************/
#email-signup {
	position: relative;
	padding: 20px 15px;
	background: #c5c2b2;
	color: #000;
	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: #c5c2b2;
}

#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;
	margin-left: 1em;
}

#email-signup #submitButton button {
	background: #242b4d;
}

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

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

footer .stack {
	margin: 0 auto;
	max-width: none;

	padding: 20px 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 a:focus {
	background: #fff;
	color: #242b4d; 
}

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 {
	
}

footer .logos a {
	display: inline-block;
}

footer .logos a:focus {
	background: transparent;
	outline: 2px solid #fff;
}

footer .also-see {
	margin: 0 0 0 auto;
	text-align: right;
}

@media (max-width: 1180px) {
	footer .logos,
	footer .also-see {
		margin: 0 auto;
		width: 100%;
	}

	footer .information {
		float: none !important;
		margin: 0 auto !important;
		text-align: center;
	}
}

.logo-container {
	display: flex;
	justify-content: flex-end;
	gap: 1em;
}

@media (max-width: 1180px) {
	.logo-container {
		margin-top: 1em;
		justify-content: center;
	}
}

@media (max-width: 640px) {
	.logo-container {
		flex-direction: column;
		align-items: center;
	}
}

.logo-container__item {

}

.logo-container__item a {
	padding: 0;
}

.logo-container__item img {
	display: block;
	max-width: none;
	object-fit: cover;
}

/*******************************************************************
	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: #242b4d;
	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 {
	background: transparent;
	color: #fff;
}

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



h1#iubenda-cs-title {
	display: none !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: 327px;
		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: 50px;
	}


	.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,
	.homepage .rooms-section .room-image {
		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: 20px 0 0 0;
	}

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

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

	/*******************************************************************
		MASTHEAD
	*******************************************************************/
	
	.homepage #masthead {
		height: 100% !important;
	}

	.homepage #masthead,
	#masthead {
		margin-top: 0 !important;
	}

	#navigation {
		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 .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;
	}

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

	/*******************************************************************
		HOMEPAGE
	*******************************************************************/
	.homepage #content {
		padding-bottom: 50px;
	}


	/*******************************************************************
		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
	}


}





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




/* **************************************************
//  Major Updates as of 2025-04-03
/* **************************************************/

/* *************************
//  Layout
/* *************************/
.content-500 {
	margin-inline: auto;
	padding-inline: 1rem;
	width: min(1360px, 100%);
}

.content-400 {
	margin-inline: auto;
	padding-inline: 1rem;
	width: min(1160px, 100%);
}

.content-300 {
	margin-inline: auto;
	padding-inline: 1rem;
	width: min(1024px, 100%);
}




/* *************************
//  Homepage POI Map
/* *************************/
.homepage-map {
	padding-block: 4.75rem;
	padding-inline: 1rem;
}

@media (max-width: 1200px) {
	.homepage-map {
		padding-block: 3.125rem;
	}
}

@media (max-width: 560px) {
	.homepage-map {
		padding-block: 1.25rem;
	}
}




/* *************************
//  Button Rows
/* *************************/
.button-rows a:link.button,
.button-rows a:visited.button,
.button-rows strong em a:link,
.button-rows strong em a:visited,
.button-rows em strong a:link,
.button-rows em strong a:visited {
	width: min(300px, 100%);
}




/* *************************
//  Content Intro
/* *************************/
.content-intro {
	text-align: center;
}

.content-intro h1 {
	margin: 0;
	text-align: center;
}




/* *************************
//  Grids
/* *************************/
.grids {
	border-bottom: 2rem solid #242b4d;
}

.grids__container {
	margin-bottom: clamp(2rem, 4vw, 5rem);
	margin-top: clamp(3rem, 4vw, 7rem);
	margin-inline: auto;
	padding-inline: 1rem;
	width: min(1200px, 100%);
}

/* grid-boxes */
.grid-boxes {
	display: grid;
	gap: clamp(1rem, 4vw, 3rem);
	margin-top: 2rem;
}

.grid-boxes--two {
	grid-template-columns: repeat(2, 1fr);
}

.grid-boxes--three {
	grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 500px) {
	.grid-boxes--one-vw500 {
		grid-template-columns: 1fr;
	}
}

.grid-boxes__item {
	background-color: #c5c2b2;
	border-radius: 0.25rem;
	box-shadow: 1px 1px 5px rgb(0 0 0 / 0.15);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(1rem, 4vw, 1.5rem);
	text-align: center;
}

.grid-boxes__title {
	font-weight: bold;
}

.grid-boxes__content {

}

/* grid-icons */
.grid-icons {
	display: grid;
	gap: clamp(1rem, 4vw, 3rem);
	margin-top: 2rem;
}

.grid-icons--three {
	grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 430px) {
	.grid-icons--one-vw430 {
		grid-template-columns: 1fr;
	}
}

.grid-icons__item {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(1rem, 4vw, 1.5rem);
	text-align: center;
}




/* *************************
//  Message
/* *************************/
.message {
	position: fixed;
	inset: auto;
	right: -9999px;
	z-index: 9999;
	width: min(350px, 100%);
	padding: 1rem;
	background: #fff;
	border: 2px solid #000;
	box-shadow: 1px 1px 5px rgb(0 0 0 / 0.5);
	transition-property: all;
	transition-duration: 1000ms;
}

.message[data-position='center'] {
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
	opacity: 0;
}

.message.position-center-visible {
	opacity: 1;
}

.message .message__title {
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 0.5rem;
}

.message .message__link {
	margin-top: 0.75rem;
}

.message .message__link .button {
	width: 100%;
}

.homepage .message .message__link a.button:link,
.homepage .message .message__link a.button:visited {
	margin-bottom: 0;
}

.message .message__close {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.75rem;
	height: 2.75rem;
	position: absolute;
	inset: -0.5rem auto auto -0.5rem;
	background-color: transparent;
	border: none;
}

.message .message__close svg {
	width: 1.25rem;
	height: 1.25rem;
}

.message .message__close path {
	fill: var(--c-primary);
}

.message .message__close path:hover,
.message .message__close path:focus {
	cursor: pointer;
}



/* *************************
//  Flip
/* *************************/
.flip {
	display: flex;
	flex-direction: column-reverse;
}




/* *************************
//  Utility Classes
/* *************************/
.mt-3 { margin-top: 3rem; }
.mt-2 { margin-top: 2rem; }
.mt-1 { margin-top: 1rem; }
.ta-c { text-align: center; }