<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*******************************************************************
  SLIDE IN BOX
*******************************************************************/

#slidein {
	background: #fff;
	border: 2px solid #88002d;
	box-shadow: 5px 5px 10px #000;
	color: #000;
	padding: 20px;
	position: fixed; left:
	-430px;
	top: 250px;
	text-align: center;
	width: 390px;
	z-index: 10000;
}


#slideinClose {
	background: #fff;
	color: #88002d;
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	padding: 0px 7px 0 7px;
	position: absolute; left: 2px; top: 2px;
}

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

#slidein h2 {
	color: #000;
	font-size: 24px;
	margin: 15px 0 10px 0;
}

#slidein p {
	font-size: 16px;
	margin: 0 0 10px 0;
}

#slidein a:first-of-type {
	background: #88002d;
	border: 2px solid #88002d;
	color: #FFF;
	display: block;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	margin: 10px auto;
	max-width: 240px;
	padding: 10px;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
}

#slidein a:first-of-type:hover,
#slidein a:first-of-type:focus {
	background: #fff;
}

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

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

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

body {
	position: relative;
	min-height: 100% !important;
	height: auto !important;
	font: 400 18px/32px 'Montserrat', Myriad Pro, Arial, sans-serif;
	color: #333;
}

body.calendar {
	position: static;
}

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

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

.notFound {
	text-align: center;
}

/*******************************************************************
  FULLSCREEN BACKGROUND
*******************************************************************/

#backstretch {
	z-index: 10;
	position: relative;
	height: 100%;
	width: 100%;
}

/*******************************************************************
  HEADINGS
*******************************************************************/

h1,h2 {
	position: relative;
	margin: 0 0 15px 0;
	font-family: 'Playfair Display', serif;
	color: #000;
}

h3,h4,h5,h6,
.subtitle {
	position: relative;
	margin: 0 0 10px 0;
	font-family: 'Montserrat', Arial, sans-serif;
	color: #000;
	text-transform: uppercase;
	letter-spacing: .05em;
}

h1 {
	margin: 0 auto 15px auto;
	font-size: 36px;
	text-align: center;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 20px;
}

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&amp;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;
	font-display: swap;
}

@font-face {
	font-family: 'Brilon_1.1 Regular';
	font-style: normal;
	font-weight: normal;
	src: url('fonts/Brilon_1.1Regular.woff') format('woff');
	font-display: swap;
}

.icon {
	font-style: normal;
	font-family: 'Icons';
}

/*******************************************************************
  TEXT &amp; OTHER GENERAL PAGE ELEMENTS
*******************************************************************/

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

.form strong.required {color: #b60000;}

p {margin: 10px 0}

hr {
	clear: both;
	background: rgba(0,0,0,0.2);
	border: none;
	height: 1px;
	margin: 40px 0;
}

.photoborder {
	position: relative;
	z-index: 5;
	float: right;
	max-width: 35%;
	margin: 0px 0 20px 20px;
	line-height: 0;
}

.photoborder .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: #88002d;
	text-decoration: none;
	font-weight: 600;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	background-color: #88002d;
	color: #fff;
	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: 10px 20px;
	background: #88002d;
	border: 2px solid #88002d;
	font: 18px/30px 'Montserrat', Myriad Pro, Arial, sans-serif; 
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
	text-align: center;
}

a.button:hover,
strong em a:hover,
em strong a:hover,
a.button:focus,
strong em a:focus,
em strong a:focus {
	background: #fff;
	color: #88002d;
}

/*******************************************************************
	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 10px 0;
	background: #fff;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

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

#page-header #navigation .logo a:link,
#page-header #navigation .logo a:visited,
#page-header &gt; .logo {
	display: block;
	width: 270px;
	height: 129px;
	margin: 10px auto 10px auto;
	padding: 0;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

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


/*Remove for Logo*/

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

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

#navigation .logo a:focus, #navigation &gt; li.logo:focus &gt;a {
	outline: 2px solid #88002d;
	outline-offset: 4px;
	background-color: transparent;
}

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

	box-shadow: none;
}


/*Scrolled CSS*/

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

#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: 60px;
	background: #eae7e1;
	line-height: 16px;
	color: #000;
	text-transform: uppercase;
}

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

.booking-container .address a:link,
.booking-container .address a:visited {
	color: #000;
}

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

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

.booking-container .address a:link,
.booking-container .address a:visited {
	font-weight: 400;
	color: #000;
	text-decoration: none;
}
.booking-container .address a:hover {
	color: #88002d;
}
.booking-container .address a:focus {
	background-color: #88002d;
	color: #fff;
}


.booking-form {
	position: absolute;
	right: 25px;
	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: 110px;
	height: 35px;
	padding: 0 0 0 8px;
	border-style: none;
	background: #fff;
	font-size: 14px;
	color: #505050;
	vertical-align: middle;
	box-shadow: inset 0px 1px 1px 0px rgba(0,0, 0, 0.5);
	text-transform: capitalize;
	border-radius: 3px;
	appearance: none;
	border: solid #ccc 1px;
}

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

.booking-form .submit_booking {
	padding: 12px 20px;
	background: #88002d;
	border: 2px solid #88002d;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}

.booking-form .submit_booking:hover,
.booking-form .submit_booking:focus {
	background: #fff;
	color: #88002d;
	text-decoration: none;
}

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


.ui-widget-header {
    border: 1px solid #88002d;
    background: #88002d;
    color: #fff;
    font-weight: bold;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #95292c;
    background: #95292c;
    color: #fff;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #88002d;
    background: #88002d;
    font-weight: normal;
    color: #fff;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #88002d;
    background: #88002d;
    font-weight: normal;
    color: #fff;
}

.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_fff_256x240.png);
}


/*******************************************************************
	FORMS
*******************************************************************/

.form {
	overflow: hidden;
	max-height: 2420px;
	margin: 20px 0;
}

.form label {
	display: block;
}

.form input[type="checkbox"] + label {
	display: inline-block;
    margin-left: 10px;

}

.form span {
	display: block;
	font-size: 11px;
}

.form #captcha {
	display: block;
	margin: 0 0 10px 0;
}

/* Contact form inputs and text areas*/
.form input[type='text'], .form textarea {
	max-width: 50%;
	width: 100%;
	height: 35px;
	padding: 0 8px;
	border-style: none;
	background: #fff;
	font-size: 16px;
	color: #505050;
	vertical-align: middle;
	box-shadow: inset 0px 1px 1px 0px rgba(0,0, 0, 0.5);
	border-radius: 3px;
	vertical-align: middle;
	border: solid #ccc 1px;
}

.form fieldset input[type="radio"] {
	float: left;
    margin: 9px 10px 0 0;
}

/* Resizes the text area*/
.form textarea {
	width: 90%;
	max-width: 95%;
	height: 150px;
	padding-top: 7px;
}

/* Removes the Chrome outline on focus, and produces an animation*/
.form input[type='text']:focus, .form textarea:focus {
	-webkit-box-shadow: 0 0 3px #000;
    -moz-box-shadow: 0 0 3px #000;
    box-shadow: 0 0 3px #000;
    border-color: #000;
    border-color: #000;
    outline: none;
}

/* Submit button for the form*/
.form .submit, .form input[type="submit"] {
	display: inline-block;
    padding: 10px 20px;
    background: #88002d;
    border: 2px solid #88002d;
    font: 18px/30px 'Montserrat', Myriad Pro, Arial, sans-serif;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    text-align: center;
}



/*  Submit hover state* */
.form .submit:hover, .form input[type="submit"]:hover, .form .submit:focus, .form input[type="submit"]:focus  {
	background: #fff;
	color: #88002d;
}

/* Contact form error messages
.form strong.required, .form div.error {color: #ff0000}

/* Displays a GIF loading animation once the form is submitted*/
.form .throbber {
	display: none;
	padding-left: 10px;
}

/* Surrounds the inputs with a red border if an error is found on submit*/
.form input.error,.form textarea.error {border: 1px solid #ff0000}

/* Hides error messages above individual inputs*/
.form p.error {display: none !important}

/* The contact form success container. Displays a thank-you messgae*/

.form.form-success {
	max-height: 0;
	opacity: 0;
	margin: 0;
	transition: all 0.5s ease-in-out; 
}

.form_success {
	display: none;
}

.form_success.form-success {
	display: block;
	background: #eae7e1;
	border-radius: 5px;
	max-height: none;
	margin: 40px 0 30px 0;
	font-size: 1rem;
	padding: 5px 20px;
	text-align: center;
}


.robotic {
    display: none;
}

/*******************************************************************
	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: 15px;
	font: 16px 'Montserrat', Myriad Pro, Arial, sans-serif;
	color: #000;
	border-bottom: 1px solid #fff;
	letter-spacing: .05em;
	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;
}

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


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

#navigation li ul li a:link,
#navigation li ul li a:visited {
	background: #88002d;
	color: #fff;
	width: 100%;
}

#navigation li ul li a:hover,
#navigation li ul li a:focus {
	background: #fff;
	color: #88002d;
}

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

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

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

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

/* Menu button*/
#mobile-navigation .menu {
	position: absolute;
	top: 0px;
	right: 10px;
	padding: 10px 20px;
	background: #88002d;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 14px;
	color: #fff;
	cursor: pointer;
}

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

#mobile-navigation li {
	position: relative;
	min-width: 240px;
	padding: 0;
	margin: 0;
	background: #88002d;
	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: #fff;
	color: #88002d;
	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 {
	opacity: 0.8;
}

#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: 50px;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 5;
    text-align: center;
}

.slick-gallery .slick-dots li {
    display: inline-block;
    list-style-type: none;
    width: 20px;
    height: 20px;
    margin: 0 5px;
}

.slick-gallery .slick-dots li button {
    display: inline-block;
    overflow: hidden;
    background: transparent;
    border: 3px solid #fff;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-indent: -9999px;
}
.slick-gallery .slick-dots li button:focus {
    background: rgba(255,255,255,0.5);
}
.slick-gallery .slick-dots li.slick-active button {
    background: #fff;
}

.slick-gallery .slick-dots li button::before {
    display: none;
}



/*******************************************************************
	HOMEPAGE
*******************************************************************/
.homepage .title {
	font-size: 36px;
}

.homepage .title:after {
	content: '';
    display: block;
    width: 135px;
    height: 16px;
    background: url(../images/home-hr.png) no-repeat center center;
    margin: 15px auto 5px auto;
}

/* 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 &gt; .content-section {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}


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

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

/* Content */

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

.homepage &gt; .content-section &gt; .content ul {
	list-style: none;
	padding: 0;
}

.homepage &gt; .content-section &gt; .content em {
	font-style: normal;
	font-size: 14px;
}

.homepage &gt; .content-section .copy-section {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.homepage &gt; .content-section .copy{
	flex: 0 0 48%;
	padding: 0; /* originally padding: 0 2.5%; */
	vertical-align: bottom;
	text-align: center;
}
/* Reward Logos*/
.homepage &gt; .content-section .logos {
	margin-top: 75px;
	text-align: center;
}
.homepage &gt; .content-section .logos a:focus {
	outline: 2px solid #03394a;
    outline-offset: 4px;
}
.homepage &gt; .content-section .logo {
	display: inline-block;
	margin: 0 10px;
}
.homepage &gt; .content-section .logo:focus {
	outline: 2px solid #03394a;
	outline-offset: 4px;
}

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

.homepage &gt; .media-section  {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	color: #fff;
}
.homepage &gt; .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 .title {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	color: #fff;
	text-align: left;
}

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

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

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

.homepage &gt; .media-section a:link.button,
.homepage &gt; .media-section a:visited.button  {
	border: 1px solid #fff;
	background: #03394a;
}

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

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


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

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

.homepage &gt; .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 &gt; .rooms-section p{
	padding: 0 40px;
	 margin: 0 0 40px 0;
}
.homepage &gt; .rooms-section .links h3.title {
	position: absolute;
	z-index: 100;	
	left: 0;
	top: 80%;
	color: #fff;
	font-size: 22px;
	letter-spacing: .2em;
	text-transform: uppercase;
	padding: 20px;
	background: rgba(0,114,63,0.8);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.homepage &gt; .rooms-section .links .photo {
	width: 100%;
	height: 100%;
}

.homepage &gt; .rooms-section .room-link:hover,
.homepage &gt; .rooms-section .room-link:focus {
	filter: brightness(1.2);
}

/*******************************************************************
	HOMEPAGE - ROOMS SECTION DARK
*******************************************************************/
.homepage &gt; .dark-rooms-section &gt; .content {
    background-color: #95292c;
}

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

.homepage &gt; .dark-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 &gt; .dark-rooms-section p{
	color: #fff;
	padding: 0 40px;
	margin: 0 0 40px 0;
}
.homepage &gt; .dark-rooms-section .subtitle {
    color: #fff;
}
.homepage &gt; .dark-rooms-section .links .photo {
	width: 100%;
	height: 100%;
}
.homepage &gt; .dark-rooms-section a:link.button,
.homepage &gt; .dark-rooms-section a:visited.button,
.homepage &gt; .dark-rooms-section strong em a:link,
.homepage &gt; .dark-rooms-section strong em a:visited,
.homepage &gt; .dark-rooms-section em strong a:link,
.homepage &gt; .dark-rooms-section em strong a:visited {
	background: transparent;
	border: 2px solid #fff;
}

.homepage &gt; .dark-rooms-section a.button:hover,
.homepage &gt; .dark-rooms-section strong em a:hover,
.homepage &gt; .dark-rooms-section em strong a:hover,
.homepage &gt; .dark-rooms-section a.button:focus,
.homepage &gt; .dark-rooms-section strong em a:focus,
.homepage &gt; .dark-rooms-section em strong a:focus {
	background: #fff;
	color: #95292c;
}

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

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


/*******************************************************************
	HOMEPAGE - PHOTO SECTION
*******************************************************************/
.homepage &gt; .photo-section {
	display: flex;
    flex-direction: column;
    justify-content: center;
	font-size: 18px;
	justify-content: center;
	color: #fff;
	overflow: hidden;
    align-items: center;
    position: relative;
    background: url(/images/homepage_bg.png) no-repeat;
    background-size: cover;
    height: 600px;
    padding: 30px 200px;
    margin: 0 0;
}

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


.homepage &gt; .photo-section .subtitle {
	margin-bottom: 30px;
	text-align: center;
	color: #fff;
}

.homepage &gt; .photo-section p {
    padding: 0 40px;
    margin: 0 0 40px 0;
}

.homepage &gt; .photo-section a:link.button,
.homepage &gt; .photo-section a:visited.button,
.homepage &gt; .photo-section strong em a:link,
.homepage &gt; .photo-section strong em a:visited,
.homepage &gt; .photo-section em strong a:link,
.homepage &gt; .photo-section em strong a:visited {
	background: transparent;
	border: 2px solid #fff;
}

.homepage &gt; .photo-section a.button:hover,
.homepage &gt; .photo-section strong em a:hover,
.homepage &gt; .photo-section em strong a:hover,
.homepage &gt; .photo-section a.button:focus,
.homepage &gt; .photo-section strong em a:focus,
.homepage &gt; .photo-section em strong a:focus {
	background: #fff;
	color: #95292c;
}

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

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

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

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

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

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

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


.homepage &gt; .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: #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.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 BLOG/NEWS
*******************************************************************/
a.promotions{
	margin-top: 30px !important;
}

.blog-slider-container{
	background: #ebe7e0;
	padding: 60px;
}
 
.blog-slider-container #blog-slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1080px;
    margin: 0 auto;
}

.blog-slider-container #blog-slider .item {
    flex: 0 1 300px;
    flex-direction: column;
    justify-content: normal;
    max-width: 300px;
    position: relative;
}

.blog-slider-container #blog-slider .item img {
    padding: 0;
    margin: 0;
}

.blog-slider-container #blog-slider h3 {
	text-align: center;
    color: #000;
    font-family: "Montserrat", Arial, sans-serif;
    margin: 15px 0;
}

.blog-slider-container #blog-slider .learn-more {
    font-size: 0.9rem;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    padding: 3px;
}
 
.blog-slider-container #blog-slider .learn-more:hover {
    text-decoration: underline;
}

.blog-slider-container #blog-slider .learn-more:focus {
    background-color: #fff;
    color: #000;
}


.blog-slider-container .slick-arrow {
      display: block;
      position: absolute;
      z-index: 50;
      bottom: 50%;
      color: #fff;
      text-decoration: none;
      line-height: 42px;
      cursor: pointer;
}

.blog-slider-container .slick-arrow:hover,
.blog-slider-container .slick-arrow:focus {
    outline: none;
}

.blog-slider-container #blog-slider .slick-next:hover:before,
.blog-slider-container #blog-slider .slick-next:focus:before,
.blog-slider-container #blog-slider .slick-prev:hover:before,
.blog-slider-container #blog-slider .slick-prev:focus:before {
	color: #000;
}

.blog-slider-container #blog-slider .slick-prev:before{
	font-size: 40px;
	content: '\f053';
	font-family: Icons;
	color: #88002d;
}

.blog-slider-container #blog-slider .slick-next:before {
	font-size: 40px;
	content: '\f054';
	font-family: Icons;
	color: #88002d;
}

 .blog-slider-container .slick-arrow .slick-prev {
    left: -60px;
 }
.blog-slider-container .slick-arrow .slick-prev:after {
    content: '\f104';
}

.blog-slider-container .slick-arrow .slick-next {
    right: -60px;
}
.blog-slider-container .slick-arrow .slick-next:after {
    content: '\f105';
}

.blog-slider-container .slick-list {
    margin-left: 60px;
}

.blog-slider-container .slick-next {
    right: -20px;
}

/*.blog-slider-container a {
    font: 14px/24px 'Montserrat', Myriad Pro, Arial, sans-serif;
    letter-spacing: .2em;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}*/


/*
.homepage-blog .blog{
	background-color: #95292c;
	padding: 60px 20px;
	justify-content: space-evenly;
}

.homepage-blog .blog{
	display: flex;
	flex-direction: row;
}

.homepage-blog .news-item{
	text-align: center;
	padding: 25px;
	color: #fff;
	width: 25%;
}

.homepage-blog .news-item .image{
  width: 100%;
}

.homepage-blog .news-item .image img{
  width: 100%;
}

.homepage-blog .news-item h3 a{
	font-size: 18px;
	letter-spacing: .2em;
    text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	padding-bottom: 20px;
}

.homepage-blog .news-item hr{
    clear: both;
    background: rgba(221,221,221,0.5);
    border: none;
    height: 1px;
    margin: 20px auto;
    width: 25%;
}
*/

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


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

/*******************************************************************
	INSTAGRAM
*******************************************************************/
#instagram {
	padding: 50px 0 0 0;
	text-align: center;
}

#instagram h2:before {
	font-family: 'Icons';
	font-size: 48px;
	content: "\f16d";
	display: block;
	margin: 0 0 10px 0;
}

/*******************************************************************
	HOMEPAGE POI
*******************************************************************/


/* Points of Interest Map
  ========================================================================== */
#poi .poi-nav {
      display: flex;
      justify-content: space-between;
      margin-top: auto;
}

.poi-nav a {
        visibility: hidden;
}

.poi-nav a.visible {
          visibility: visible;
}

.poi-nav a, .poi-nav a:visited {
          font-size: 22px;
          color: #fff;
          font-weight: bold;
          text-decoration: none;
          text-transform: uppercase;
}

.poi-nav a:hover {
    text-decoration: underline;
}

#poi {
    display: flex !important;
    min-height: 700px;
    color: #000;
}

#poi .map {
      flex: 1 0 auto;
}

#poi .widget {
      display: flex;
      flex-direction: column;
      width: 33%;
      padding: 50px;
      background: #cfcbc1;
}

#poi h2 {
      color: #000;
      text-transform: none;
}

#poi .categories-wrapper {
      position: relative;
}

#poi .categories-wrapper:after {
        content: "\f107";
        position: absolute;
        right: 10px;
        top: 50%;
        font-family: 'Icons';
        transform: translateY(-50%);
        pointer-events: none;
        color: #88002d;
        font-size: 32px;
}

#poi .categories-wrapper .categories {
        display: block;
        width: 100%;
        padding: 8px 10px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        color: #000;
        background-color: #fff;
}

#poi .categories-wrapper .categories:focus {
       outline: 4px solid #88002d;
}


#poi .pois {
      margin: 20px 0;
      padding: 0;
}

#poi .pois li {
        display: none;
        visibility: hidden;
        opacity: 0;
        padding: 5px 0;
        border-bottom: 1px solid #b2aea6;
        margin: 5px 0;
        list-style: none;
        -webkit-transition: all  0.45s ease-in-out;
        -moz-transition: all  0.45s ease-in-out;
        transition: all  0.45s ease-in-out;
}

#poi .pois li.active {
          display: block;
          opacity: 1;
          visibility: visible;
}

#poi .pois li.active:last-of-type {
            border-bottom: 0;
            padding-bottom: 0;
}

#poi .pois li.active:last-child {
          border-bottom: 0;
          padding-bottom: 0;
}

#poi .pois li a {
          font-size: 22px;
          color: #000;
          font-weight: 300;
          text-decoration: none;
          text-transform: uppercase;
}

#poi .pois li a:hover {
    color: #88002d;
}

#poi .pois li a:focus {
    background-color: #88002d;
    color: #fff;
}


#poi h3 {
    color: #000;
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 3px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
}

#poi .infowindow {
      color: #000;
}


#poi .infowindow a.directions:link, #poi .infowindow a.directions:visited {
          font-size: 14px;
          color: #88002d;
          font-weight: bold;
          text-decoration: none;
          text-transform: uppercase;
}

#poi .infowindow a.directions:hover, #poi .infowindow a.directions:hover {
          text-decoration: underline;
}

#poi .infowindow a.directions:focus, #poi .infowindow a.directions:focus {
          background-color: #88002d;
          color: #fff;
}

#poi .gm-style-iw {
      overflow: visible;
      min-width: 350px !important;
      /*top: 15px !important;*/
      left: 0px !important;
      padding: 20px !important;
      background-color: #fff;
      box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
      border: 1px solid rgba(0, 0, 0, 0.6);
      border-radius: 5px;
}

#poi .gm-style-iw:after {
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 7.5px 0 7.5px;
        border-color: #181f3f transparent transparent transparent;
        z-index: 9999;
}

#poi .pois a {
          color: #fff;
}

#poi .pois .gm-style-iw-d {
        overflow: hidden !important;
}

#poi .pois .gm-style-iw-t.infowindow-container:after {
      display: none !important;
}

#poi .pois .infowindow-background {
      display: none;
}

#poi .pois .gm-style-iw .close{
		font: 28px/28px 'Icons';
        color: #fff;
        position: absolute;
        top: 5px;
        right: 10px;
        cursor: pointer;
}

#poi .pois .gm-style-iw :after {
          content: '\f00d';
}

#poi .pois .gm-ui-hover-effect img{
	display: none !important;
}




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


.homepage  #masthead {
	height: 1080px;
	position: relative;
}

.homepage #masthead .slick-slide img {
    height: 100%
}

.homepage #masthead .masthead-container{
	position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 991px;
}

.masthead-content {
	background-color: rgb(0 0 0 / 0.1);
	border-radius: 0.25rem;
}

.homepage #masthead h1{
	font-size: 56px;
	color: #fff;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
	text-align: center;
}

.homepage #masthead h2{
	font-family: "Montserrat", sans-serif;
	color: #fff;
	font-size: 28px;
	text-transform: uppercase;
	letter-spacing: .05em;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
	text-align: center;
}

/*#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: #95292c;
}

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

.homepage .slick-slide img {
	width: 100%;
	height: 270px;
	object-fit: cover;
}

.homepage .slick-slider {
	position: relative;
    display: block;
    box-sizing: border-box;
    margin-bottom: 20px;
}

#carousel-gallery {
	display: block;
    overflow: hidden;
    height: 342px;
    margin: 0px auto;
}

.homepage .gallery.slick {
	background: none;
	padding: 0;
}

.gallery .slick-next {
	right: 20px;
    top: 38%;
    width: 46px;
    height: 46px;
    background: url(../images/nav-right.png) no-repeat !important;
    opacity: 0.8;
    -webkit-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
    z-index: 100;
    text-decoration: none;
    position: absolute;
    font-size: 0;
}
.gallery .slick-next:before {
	content: "" !important;
}

.gallery .slick-prev {
	left: 20px;
    top: 38%;
    width: 46px;
    height: 46px;
    background: url(../images/nav-left.png) no-repeat !important;
    opacity: 0.8;
    -webkit-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
    z-index: 100;
    text-decoration: none;
    position: absolute;
    font-size: 0;
}

.gallery .slick-prev:hover, .gallery .slick-prev:focus,
.gallery .slick-next:hover, .gallery .slick-next:focus {
	opacity: 1;
	outline: 2px solid #88002d;

}
.gallery .slick-prev:before {
	content: "" !important;
}

#carousel-gallery .carousel-slide  {
	display: block;
	height: 342px;
	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;
}
#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;
}

/*******************************************************************
  FOOTER
*******************************************************************/
#footer .logo {
    display: block;
    width: 194px;
    height: 100px;
    background: url(/images/logo.png) no-repeat center center;
    background-size: contain;
    margin: 10px 10px;
}

#footer .logo:hover, #footer .logo:focus{
	background-color: transparent;
	outline: 2px solid #03394a;
    outline-offset: 4px;
}

#footer {
	z-index: 900;
	position: relative;
	bottom: 0;
	width: 100%;
	background: #eae7e1;
	font: 16px/26px 'Montserrat', Arial, sans-serif;
	color: #000;
	font-style: normal !important;
}

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

#footer h3 {
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	color: #000;
	margin: 0 0 10px 0;
	text-transform: none;
	letter-spacing: 0;
}

#footer .information a{
	color: #000;
	text-decoration: none;
	font-weight: 400;
}

#footer .information a:hover{
	color: #88002d;
}

#footer .information a:focus{
	background-color: #88002d;
	color: #fff;
}

#footer .stack  ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footer .stack  li {
	padding-bottom: 6px;
}

#footer .logos {
	text-align: right;
}

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

#footer .subfooter {
	padding: 0 15px 20px 15px;
	text-align: center;
}
.subscribe{
    position: relative;
    padding: 20px 15px;
    background: #d1cac0;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.subscribe p {
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
    color: #000;
}
.subscribe a.button:link, .subscribe a.button:visited {
    display: inline-block;
    background: #95292c;
    border: 2px solid #95292c
}
.subscribe a.button:hover, 
.subscribe a.button:focus{
    background: #fff;
    color: #95292c;
}
/*******************************************************************
	SOCIAL
*******************************************************************/

.social-media {
	text-align: right;
}

.social-media .tripadvisor-award {
	display: block;
}

.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;
	padding: 3px;
	font: 26px Icons;
	color: #000;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
	vertical-align: middle;
}

.social a:hover {
	color: #88002d;
}

.social a:focus {
	color: #fff;
	background-color: #88002d;
}

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

/*******************************************************************
  leaflet locationIQ
*******************************************************************/
.customIcon {
    width: 24px;
    height: 24px;
    border-radius: 15px;
    text-align: center;
    color: #fff;
    background-color: #000;
    font-size: 15px;
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: black;
    color: #fff;
}
.leaflet-popup-content-wrapper a {
    font-size: 13px;
    color: #88002d !important;
}


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

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

@media (max-width: 1280px) {
	/*******************************************************************
		NAVIGATION
	*******************************************************************/
	#navigation a:link,
	#navigation a:visited {
		font-size: 14px;
	}
}

@media (max-width: 1200px) {
	/*******************************************************************
		NAVIGATION
	*******************************************************************/
	#navigation a:link,
	#navigation a:visited {
		padding: 15px 10px;
	}

	/*******************************************************************
		BOOKING ENGINE
	*******************************************************************/
	.booking-container {
		font-size: 14px;
		height: auto;
	}
	.booking-form .submit_booking {
    	padding: 16px 20px;
	}

	/*******************************************************************
		HOMEPAGE - BOOKING FORM
	*******************************************************************/
	.booking-container .address {
	    font-size: 14px;
	}

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



	.homepage &gt; .content-section &gt; .content {
		padding: 50px;
	}


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

	.homepage &gt; .rooms-section .links .photo {
    	width: 100%;
    	height: 600px;
	}

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

	.homepage &gt; .dark-rooms-section {
    	flex-direction: column;
	}
	.homepage &gt; .content-section &gt; .media {
    	display: flex;
    	flex: 1 100%;
   }
   .homepage &gt; .dark-rooms-section .links .photo {
    	width: 100%;
    	height: 600px;
	}

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

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

	.video-buttons {
		display: none;
	}

}
@media (max-width: 1140px) {
	body {
		padding-top: 0;
	}

	#slidein {
		top: 170px;
	}


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

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

	#page-header &gt; .logo {
		display: block;
		width: 184px;
		height: 80px;
	}



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

	/*******************************************************************
		MASTHEAD
	*******************************************************************/
	
	.homepage #masthead{
		height: 650px !important;
	}

	.homepage #masthead .title {
    	font-size: 55px;
	}

	#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 &gt; .content-section &gt; .photo {
		display: none;
	}


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

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


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

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

	.homepage &gt; .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: 315px;
	}

}

@media (max-width: 1024px) {
	
}

@media (max-width: 1025px) {
	/*******************************************************************
		SLIDE IN
	*******************************************************************/
	#slidein {
    	top: 220px;
	}

	/*******************************************************************
		MASTHEAD
	*******************************************************************/
	.homepage #masthead .title {
		font-size: 36px;
	}

	.video-button.control {
		top: auto;
		bottom: 25px;
	}

	#masthead .scroll {
		display: none;
	}

	/*******************************************************************
		HOMEPAGE BLOG/NEWS
	*******************************************************************/
	.blog-slider-container .slick-list {
	    margin-left: 100px;
	}

	/*******************************************************************
		FOOTER
	*******************************************************************/
	#footer .social-media{
		margin-left: 0;
		text-align: left;
	}

	/*******************************************************************
		BOOKING ENGINE
	*******************************************************************/
	.booking-form .calendar {
		display: none;
	}

	.booking-form {
		position: relative;
		top: auto;
		right: auto;
		margin-top: 5px;
		text-align: center;
		transform: none;
	}

	.booking-container {
		text-align: center;
		padding: 20px;
	}

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

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

	#page-header .booking-container .address {
		display: block;
		margin-bottom: 20px;
		line-height: 1.5em;
	}

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

	.booking-form .submit_booking {
    	padding: 10px 20px;
    	font-size: 12px;
		line-height: 4;
	}

	.homepage &gt; .photo-section &gt; .content {
    	padding: 10px;
	}
	.homepage &gt; .photo-section {
    	padding: 30px 40px;
	}
	#poi .widget {
    	width: 50%;
	}
}

@media (max-width: 880px) {

	#slidein {
		top: 220px;
	}

	/*******************************************************************
		EMAIL SIGNUP
	*******************************************************************/
	#email-signup .submit, #email-signup input[type="submit"] {
		padding:  0 15px;
		font-size: 12px;
	}
}

@media (max-width: 768px) {
	h1 {
		font-size: 28px;
	}

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

	/*******************************************************************
		HOMEPAGE - MASTHEAD
	*******************************************************************/
	.homepage #masthead .masthead-container {
    	width: 100%;
	}
	.homepage #masthead{
    	height: 450px !important;
	}
	.homepage #masthead h1 {
    	font-size: 46px;
	}
	/*******************************************************************
		HOMEPAGE - CONTENT SECTION
	*******************************************************************/

	.homepage &gt; .content-section .copy{
		flex-basis: 100%;
	}
	#poi .map {
    	height: 400px;
	}
	#poi .widget {
    	width: 100%;
	}

	/*******************************************************************
		HOMEPAGE - MAP
	*******************************************************************/
	#poi {
    	flex-direction: column;
	}

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

	#email-signup p {
		display: block;
	}

	/*******************************************************************
		HOMEPAGE BLOG/NEWS
	*******************************************************************/
	.blog-slider-container .slick-list {
	    margin-left: 180px;
	}
	/*******************************************************************
		FOOTER
	*******************************************************************/
	#footer {
		text-align: center;
		font-size: 14px;
	}
	#footer h3 {
    	font-size: 22px;
	}

	#footer .social-media {
		text-align: center;
	}
}

@media (max-width: 600px) {
	/*******************************************************************
		HOMEPAGE BLOG/NEWS
	*******************************************************************/
	.blog-slider-container .slick-list {
    	margin-left: 90px;
	}
}

@media (max-width: 560px) {

	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;
		padding: 10px 25px;
	}

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

	.homepage &gt; .photo-section {
    	padding: 60px 20px;
	}


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

	.homepage &gt; .rooms-section &gt; .links {
		display: none;
	}
	.homepage &gt; .rooms-section p {
    	padding: 0 0;
	}
	.homepage &gt; .photo-section p {
    	padding: 0 0;
	}
	.homepage &gt; .dark-rooms-section p {
	    padding: 0 0;
	}

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

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

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

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

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

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

	.homepage &gt; .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 (max-width: 580px) {

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

@media (max-width: 520px) {
	/*******************************************************************
		FORMS
	*******************************************************************/
	.form input[type='text'], .form textarea {
    	max-width: 100%;
    	width: 100%;
	}

	/*******************************************************************
		SLIDE IN
	*******************************************************************/
	#slidein {
		top: 190px;
	}

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

	#page-header &gt; .logo {
		width: 106px;
		height: 46px;
	}

	/*******************************************************************
		HOMEPAGE - MASTHEAD
	*******************************************************************/

	.homepage #masthead, #masthead {
    	height: 350px !important;
	}

	.homepage #masthead h1 {
    	font-size: 38px;
	}

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

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

	/*******************************************************************
		CAROUSEL GALLERY
	*******************************************************************/
	#carousel-gallery {
    	height: 314px;
	}

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

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



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

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

	/*******************************************************************
		HOMEPAGE BLOG/NEWS
	*******************************************************************/
	.blog-slider-container .slick-list {
	    margin-left: 46px;
	}

}

@media (max-width: 480px){
	/*******************************************************************
		HOMEPAGE BLOG/NEWS
	*******************************************************************/
	.blog-slider-container {
    	padding: 60px 40px;
	}

	.blog-slider-container .slick-list {
	    margin-left: 18px;
	}
}

@media (max-width: 376px){
	/*******************************************************************
		HOMEPAGE BLOG/NEWS
	*******************************************************************/
	.blog-slider-container {
    	padding: 60px 30px;
	}
	.blog-slider-container .slick-list {
    	margin-left: 9px;
	}
}
</pre></body></html>