/*******************************************************************
  HTML, BODY, CONTAINER
*******************************************************************/

html {
	height: 100%;
	background: #fff;
}

body {
	position: relative;
	min-height: 100% !important;
	height: auto !important;
	font: 400 18px/28px Open Sans, 'Priori-Sans', Myriad Pro, Arial, sans-serif;
	color: #27292f;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.stack {
	max-width: 1024px;
	margin: 0 auto;
}

.notFound {
	text-align: center;
}

.nowrap {
	white-space: nowrap;
	font-weight: bold;
}

.nowrap a {
	color: #e60088 !important;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*******************************************************************
  FULLSCREEN BACKGROUND
*******************************************************************/

#backstretch {
	z-index: 10;
	position: relative;
	height: 100%;
	width: 100%;
}

/*******************************************************************
  HEADINGS
*******************************************************************/

h1,h2,h3,h4,h5,h6 {
	position: relative;
	margin: 0 0 10px 0;
	font-family: 'Priori-Sans', Open Sans, Myriad Pro, Arial, sans-serif;
	line-height: normal;
	font-weight: 300;
	color: #58585a;
}

h1 {
	display: table;
	margin: 0 auto 60px auto;
	padding-bottom: 20px;
	font-size: 45px;
	text-align: center;
}

h1:after {
	content: '';
	position: absolute;
	left: 50%;
	height: 18px;
	width: 45%;
	bottom: -15px;
	background: #e60088;
	transform: translateX(-50%);
}

h2 {
	font-size: 32px;
}

h3 {
	color: #27292f;
	font-size: 30px;
}

h1 + h2 {
	margin-top: 0;
	text-transform: uppercase;
}

h2 + h3 {
	margin-top: -10px;
}

p + h2,
ul + h2 {
	margin-top: 40px;
}




/*******************************************************************
	ICONS
*******************************************************************/

@font-face {
	font-family: 'Icons';
	src: url('fonts/fontawesome-webfont.eot?v=3.2.1');
	src: url('fonts/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('fonts/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
	font-weight: normal;
	font-style: normal;
}

.icon {
	font-style: normal;
	font-family: 'Icons';
}

/*******************************************************************
  TEXT & OTHER GENERAL PAGE ELEMENTS
*******************************************************************/

.text-center {
	text-align: center;
}

.required {color: #ff0000}

p {margin: 10px 0}

hr {
	clear: both;
	background: rgba(0,0,0,0.2);
	border: none;
	height: 1px;
	margin: 40px 0;
}

.photoborder {
	position: relative;
	z-index: 5;
	float: right;
	max-width: 35%;
	margin: 0px 0 20px 20px;
	border: 5px solid #FFFFFF;
box-shadow: 2px 2px 2px rgba(0,0,0,0.1), -2px 2px 2px rgba(0,0,0,0.1), -2px -2px 2px rgba(0,0,0,0.1), 2px -2px 2px rgba(0,0,0,0.1);
line-height: 0;
}

.photoborder .slick-slider {
	margin-bottom: 0;
}

.photoborder.video {
	min-width:50%;
}

.photoborder.left {
	float: left;
	margin: 0 20px 20px 0;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

.photoborder.noshadow {
	box-shadow: none;
}

.photoborder.imgshadow img {

	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

.photoborder h2 {
	font-size: 16px;
	margin: 0;
	text-align: center;
}

blockquote {
	padding-left: 5px;
	margin-left: 0;
	font-style: italic;
}

label {
	font-weight: normal;
}

dt {
	font-weight: bold;
}

ul {
	padding-left: 20px;
}

ul ul {
	padding-left: 40px;
}

img {
	max-width: 100%;
}

/*******************************************************************
  GLOBAL LINKS
*******************************************************************/

a:link, a:visited {
	color: #e60088;
	line-height: 20px;
	/* padding: 4px; */
	/* text-decoration: underline; */
}

a:hover {
	color: #22304d;
	text-decoration: underline;
}

a:focus {
	/* background: #0c4b5f; */
	/* 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 40px;
	background: #22304d;
	font: 22px/30px 'Priori-Sans', Open Sans, 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;
	border: solid #22304d 1px;
}

a.button:hover,
a.button:focus,
strong em a:hover,
strong em a:focus,
em strong a:hover,
em strong a:focus {
	background: #fff;
	color: #22304d;
	outline: none;
}

/*******************************************************************
  ACCESSIBILITY
*******************************************************************/

#accessibility h2 {
	margin-top: 20px;
}

#accessibility .accordion h4 {
	margin: 0 0 1px 0;
}

#accessibility .accordion h4 a:link,
#accessibility .accordion h4 a:visited {
	background: #e60088;
	color: #FFF;
	display: block;
	font-size: 22px;
	padding: 10px;
	text-decoration: none;
}

#accessibility .accordion h4 a:hover,
#accessibility .accordion h4 a:focus {
	background: #FFF;
	color: #e60088;
}

#accessibility .accordion h4 a:focus {
	outline: 1px solid #e60088;
}

#accessibility .accordion div {
	display: none;
	padding: 10px;
}

#accessibility hr {
	background: #000;
}


/*******************************************************************
	ACCESSIBILITY: SKIP-NAV
*******************************************************************/

.skip-nav {
	position: fixed; top: 0;
	z-index: 10000000;
}

.skip-nav a:link,
.skip-nav a:visited {
	background: #FFF;
	color: #27292f;
	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;
}

/*******************************************************************
  ACCESSIBILITY: SITE MAP
*******************************************************************/

#site-map .logo {
	display: none;
}

/*******************************************************************
	MODAL
*******************************************************************/

#modal {
	margin-left: -270px; /* half of the width (below) plus padding */
	width: 540px;
	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;
	}
} 

/*******************************************************************
	HEADER
*******************************************************************/

#page-header {
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 75px 0 0 0;
	background: #fff;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

#page-header > .stack {
	overflow: hidden;
	margin: 0 auto;
}

#page-header #navigation .logo a:link,
#page-header #navigation .logo a:visited,
#page-header > .logo {
	display: block;
	width: 109px;
	height: 128px;
	margin: 10px auto 10px auto;
	background-size: contain;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

#page-header #navigation .logo a:focus {
	outline: solid #e60088 2px;
	outline-offset: 5px;
}

/*
.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: 49px;
	height: 58px;
	padding: 0;
}

#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: 18px;
	width: 100%;
	height: 75px;
	background: #22304d;
	line-height: 16px;
	color: #fff;
	text-transform: uppercase;
	box-shadow: 0 2px 20px rgba(0,0,0,0.3);
}

.booking-container .address {
	color: #FFF;
	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: #fff;
	text-decoration: none;
}

.booking-container a:hover {
	color: #fff;
	text-decoration: underline;
}

.booking-container a:focus {
	background-color: #fff;
	color: #22304d;
	outline: solid 1px #fff;
}

.booking-container .book-direct a:link,
.booking-container .book-direct a:visited {
	padding: 4px;
	text-decoration: none;
}

.booking-container .book-direct a:hover,
.booking-container .book-direct a:focus {
	background: #e60088;
	color: #FFF;
}

.booking-form {
	font-family: 'Priori-Sans', Open Sans, Myriad Pro, Arial, sans-serif;
	font-size: 22px;
	position: absolute;
	right: 15px;
	top: 50%;
	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: 17px;
	color: #505050;
	vertical-align: middle;
	box-shadow: inset 0px 1px 1px 0px rgba(0,0, 0, 0.5);
	text-transform: uppercase;
	border-radius: 3px;
	appearance: none;
	border: solid #ccc 1px;
}

.booking-form .calendar {
	vertical-align: middle;
	margin: 0 5px;
}

.booking-form .submit_booking {
	display: inline-block;
	padding: 0px 20px;
	background: #e60088;
	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 {
	background: #fff;
	color: #27292f;
	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;
}

.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_fff_256x240.png);
}

/*******************************************************************
	FORMS
*******************************************************************/

.form label {
	display: inline-block;
}

.form span {
	display: block;
	font-size: 11px;
}

div.error span {
	font-size: 15px !important;
	color: #c73232;
}

.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;
	background: #fff;
	border: 1px solid #ccc;
	color: #505050;
	vertical-align: middle;
	box-shadow: inset 0px 1px 1px 0px rgba(0,0, 0, 0.5);
	border-radius: 3px;
	vertical-align: middle;
}



/* Resizes the text area*/
.form textarea {
	width: 90%;
	max-width: 95%;
	padding: 10px;
	height: 150px;
}

/* Removes the Chrome outline on focus, and produces an animation*/
.form input[type='text']:focus, .form textarea:focus {
	-webkit-box-shadow: 0 0 5px #999999;
    -moz-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    border-color: #999999;
    border-color: #999999;
    outline: none;
}

/* Submit button for the form*/
.form .submit, .form input[type="submit"] {
	display: inline-block;
	margin-top: 1px;
	height: 35px;

	padding: 0 45px;
	line-height: 37px;
	font-size: 18px;
	border: none;
	background: #22304d;
	color: #fff;
	border-radius: 3px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
	border-radius: 3px;
	vertical-align: middle;
}



/*  Submit hover state* */
.form .submit:hover, .form input[type="submit"]:hover  {
	background: #6894a5;
}

/* Contact form error messages
.form strong.required, .form div.error {color: #ff0000}

/* Displays a GIF loading animation once the form is submitted*/
.form .throbber {
	display: none;
	padding-left: 10px;
}

/* Surrounds the inputs witha  red border if an error is found on submit*/
.form input.error,.form textarea.error {border: 1px solid #ff0000}

/* Hides error messages above individual inputs*/
.form p.error {display: none !important}

/* The contact form success container. Displays a thank-you messgae*/
.form_success {
	display: none;
	font-weight: bold;
	text-align: center;
}


/*******************************************************************
	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.hide-desktop {
	display: none;
}

#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;
}

.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 40px;
	font: 22px 'Priori-Sans', Open Sans, Myriad Pro, Arial, sans-serif;
	font-weight: bold;
	color: #58585a;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	text-transform: uppercase;
}

#page-header.scrolled #navigation a:link,
#page-header.scrolled #navigation a:visited {
	font-size: 16px;
}

#navigation a:hover,
#navigation > li:hover > a {
	color: #22304d;
	background: #fff;
}

#navigation a:hover:after {
	width: 85%;
	left: 0;
}

.csstransforms #navigation a:hover:after {
	width: 75%;
	left: 50%;
}

#navigation ul a:visited,
#navigation ul a:link {
	display: block;
	background: #22304d;
	color: #fff;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	padding-inline: 10px;
}

#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: #e60088;
	color: #fff;
	text-shadow: none;
}

/*******************************************************************
	MOBILE NAVIGATION
*******************************************************************/

#mobile-navigation {
	z-index: 10000000000;
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	font-family: 'Priori-Sans', Open Sans, 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: #e60088;
	font-size: 16px;
	line-height: 14px;
	color: #fff;
	border: 1px solid #fff;
	cursor: pointer;
}

#mobile-navigation .menu:hover {
	text-decoration: none;
	background: #22304d;
	color: #fff;
}

#mobile-navigation li {
	position: relative;
	min-width: 240px;
	padding: 0;
	margin: 0;
	background: #22304d;
	list-style-type: none;
	white-space: nowrap;
}

#mobile-navigation li.hide-desktop {
	display: block !important;
}

#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: #e60088;
	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: #27292f;
}

#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%;
}

/* modernizr: IE11 support */
.slick-gallery .slide.no-object-fit {
	background-size: cover;
	background-position: center center;
}
.slick-gallery .slide.no-object-fit img {
	opacity: 0;
}

.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: 120px;
    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;
}

/*******************************************************************
	CONTENT
*******************************************************************/

#content {
	background: #fff;
}

#content .stack  {
	max-width: 1024px;
	margin: 0 auto;
}

/*******************************************************************
	HOMEPAGE
*******************************************************************/

#masthead {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.homepage #masthead {
	margin-bottom: 0;
	position: relative;
	top: 1px !important;
}

.homepage #masthead h2 {
	color: #FFF;
	font-size: 48px;
	font-weight: bold;
	margin: 0;
	position: absolute;
	top: 65%;
	left: 50%;
	letter-spacing: 1px;
	min-width: 1000px;
	text-align: center;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
	transform: translate(-50%, -50%);
	z-index: 10;
}

.homepage #masthead h2::after {
	background: #e60088;
	content: '';
	display: block;
	height: 4px;
	margin: -5px auto 0 auto;
	width: 100%;
}

.homepage .title {
	text-align: center;
	font-size: 45px;
	margin-bottom: 30px;
}
.homepage .subtitle {
	font-size: 26px;
	position: relative;
	display: table;
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: center;
	margin-bottom: 75px;
	text-transform: uppercase;
}

.homepage .subtitle:after{
	content: '';
	position: absolute;
	left: 50%;
	height: 1px;
	width: 75%;
	bottom: 0;
	background: rgba(3,57,74, 0.5);
	transform: translateX(-50%);
}

.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;
}

/* modernizr: IE11 support */
.no-object-fit .homepage > .content-section > .media {
	display: inline-block;
	width: 33.3333%;
}

.homepage > .content-section > .media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Content */

.homepage > .content-section > .content {
	flex: 2 66.6667%;
	position: relative;
	width: 66.666666667%;
	padding: 150px;
	text-align: center;
}

/* modernizr: IE11 support */
html.no-object-fit .homepage > .content-section > .content {
	display: inline-block;
	flex: none;
	width: 66.6667%;
}

.homepage > .content-section .copy-section {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.homepage > .content-section .copy{
	flex: 0 0 48%;
	padding: 0; /* originally padding: 0 2.5%; */
	vertical-align: bottom;
	text-align: center;
}
/* Reward Logos*/
.homepage > .content-section .logos {
	margin-top: 75px;
	text-align: center;
}
.homepage > .content-section .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: #22304d;
	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 a.item {
	display: block;
	position: relative;
	padding-left: 45px;
	margin-bottom: 30px;
}

.homepage > .media-section  .item.active:before, 
.homepage > .media-section  .item:hover:before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 25px;
	height: 100%;
	background: #e60088;
}

.homepage > .media-section a:link.button,
.homepage > .media-section a:visited.button  {
	border: 1px solid #fff;
	background: #22304d;
}

.homepage > .media-section a:hover.button  {
	background: #fff;
	color: #22304d;
}

.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 {
	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;
	padding: 0;
}

.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(34, 48, 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(116, 165, 184, 1);
}

.homepage > .rooms-section .room-link:hover h3.title,
.homepage > .rooms-section .room-link:focus h3.title {
	background: #22304d;
}

/*******************************************************************
	HOMEPAGE - SPECIALS SECTION
*******************************************************************/

.homepage > .specials-section  {
	flex-direction: row-reverse;

}

/*******************************************************************
	HOMEPAGE - DINING SECTION
*******************************************************************/

.homepage > .dining-section .menus {
	text-align: center;
}
.homepage > .dining-section h4 {
	font-weight: bold;
}

/*******************************************************************
	HOMEPAGE - PHOTO SECTION
*******************************************************************/
.homepage > .photo-section {
	display: flex;
	position: relative;
	font-size: 18px;
	justify-content: center;
	color: #fff;
}

.homepage > .photo-section .title {
	color: #fff;
}


.homepage > .photo-section .subtitle {
	position: relative;
	display: table;
	margin: -10px auto 0 auto;
	padding-bottom: 20px;
	margin-bottom: 20px;
	text-align: center;
	color: #fff;
}

.homepage > .photo-section .subtitle:after{
	content: '';
	position: absolute;
	left: 50%;
	height: 1px;
	width: 75%;
	bottom: 0;
	background: rgba(255,255,255, 0.5);
	transform: translateX(-50%);
}

.homepage > .photo-section > .content {
	z-index: 10;
	margin: 160px 75px;
	padding: 25px;
	width: 100%;
	max-width: 790px;
	text-align: center;
	background-color: rgba(34, 48, 77, 0.8);
	border: solid 10px #e60088;
}

.homepage > .photo-section > .content a.button {
	background-color: #e60088;
	border: solid 1px #e60088;
}

.homepage > .photo-section > .content a.button:hover {
	background: #fff;
	border: solid 1px #fff;
	color: #e60088;
}

.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 MAP
*******************************************************************/

#poi {
	display: flex;
	min-height: 500px;
	color: #fff;
}


#poi .map {
	flex: 1 0 auto;
}

#poi .widget {
    display: flex;
    flex-direction: column;
    width: 33%;
    padding: 50px;
    background: #22304d;
}

#poi h2 {
	color: #fff;
}

#poi .categories {
	display: block;
	width: 100%;
	padding: 8px 10px;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: 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: #000;
	font-size: 32px;
}

/*
#poi .categories,
#poi .categories-wrapper {
	display: none; 
}
*/

#poi .pois {
	margin: 20px 0;
	padding: 0;
}
#poi .pois li {
    display: none;
    visibility: hidden;
    opacity: 0;
    padding: 5px 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    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,
#poi .pois li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
#poi .pois a:link, 
#poi .pois a:visited {
	font-size: 22px;
	color: #fff;
	font-weight: 300;
	text-decoration: none;
	text-transform: uppercase;
}
#poi .pois a:hover,
#poi .pois a:focus {
    color: #fff;
    text-decoration: underline;
}

#poi .pois a:focus {
	color: #FFF;
}

#poi h3 {
	color: #fff;
}

#poi .infowindow {
	width: 350px;
	overflow: hidden;
}
#poi .infowindow a.directions:link,
#poi .infowindow a.directions:visited {
	font-size: 14px;
	color: #A1C948;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}


.phoney {
	border-radius: 100%  !important;
}

#poi .gm-style-iw {
	overflow: visible;
	min-width: 350px !important;
	top: 15px !important;
	left: 0px !important;
	padding: 20px;
	background-color: #000;
	box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
	border: 1px solid rgba(72, 181, 233, 0.6);
	border-radius: 5px;
}
#poi .gm-style-iw:after {
	position: absolute;
	bottom: -10px;
	left: 54%;
	transform: translateX(-50%);
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 7.5px 0 7.5px;
	border-color: #000 transparent transparent transparent;
}

#poi .gm-style-iw a:link,
#poi .gm-style-iw a:visited {
	color: #fff;
}


#poi .infowindow-background {
	display: none;
}

#poi .gm-style-iw .close {

	font: 28px/28px Icons;
	color: #fff;
	position: absolute;
	top: 5px;
	right: 10px;
	cursor: pointer;
}
#poi .gm-style-iw .close:after {
	content: '\f00d';
}

#poi .poi-nav {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
}

#poi .poi-nav a {
    visibility: hidden;
}
#poi .poi-nav a.visible {
    visibility: visible;
}
#poi .poi-nav a:link,
#poi .poi-nav a:visited {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
#poi .poi-nav a:hover,
#poi .poi-nav a:focus {
    color: #fff;
    text-decoration: underline;
}

#poi .infowindow {
	width: 350px;
        color: #fff;
}

#poi .infowindow a.directions:link,
#poi .infowindow a.directions:visited {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#poi .gm-style-iw {
	overflow: visible;
	min-width: 350px !important;
	/*top: 15px !important;*/
	left: 0px !important;
	padding: 20px !important;
	background-color: #e60088;
	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 .gm-style-iw a:link,
#poi .gm-style-iw a:visited {
	color: #fff;
}

#poi .gm-style-iw .gm-style-iw-d {
	overflow: hidden !important;
}

#poi .gm-style-iw-t.infowindow-container:after {
	display: none !important;
}

#poi .infowindow-background {
	display: none;
}

#poi .gm-style-iw .close {
	font: 28px/28px Icons;
	color: #fff;
	position: absolute;
	top: 5px;
	right: 10px;
	cursor: pointer;
}

#poi .gm-style-iw .close:after {
	content: '\f00d';
}

#poi .gm-ui-hover-effect img {
	display: none !important;
}

/*******************************************************************
	MASTHEAD
*******************************************************************/

#masthead {
	overflow: hidden;
	position: relative;
	width: 100%;
}

#masthead .scroll {
	z-index: 100;
	position: absolute;
	bottom: 50px;
	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: #22304d;
	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: 'Priori-Sans', Open Sans, Myriad Pro, Arial, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	position: absolute;
	left: 0;
	bottom: 100px;
	z-index: 100;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.75);
}

/*******************************************************************
	CAROUSEL GALLERY
*******************************************************************/

.homepage .slick-slide img {
	width: 100%;
}

.homepage .slick-slider {
	margin-bottom: 0;
}

#carousel-gallery {
	overflow: hidden;
}

#carousel-gallery {
	display: block;
	overflow: hidden;
	height: 315px;
	margin: 0 auto;
}

#carousel-gallery .slick-slide {
	position: relative;
	height: 315px;
}
#carousel-gallery .slick-slide img {
	object-fit: cover;
	height: 100%;
	max-width: none;
	max-height: 315px;
    min-height: 315px;
}
#carousel-gallery .slick-slide:before {
	position: absolute;
	bottom: 10px;
	right: 10px;
	content: '\f16d';
	font-family: Icons;
	color: #fff;
	font-size: 32px;
}

.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;
	display: none !important;
}
.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;
	display: none !important;
}

.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: #6894a5;
	border-bottom: 1px solid #FFF;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

#email-signup p,
#email-signup label {
	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: #6894a5;
	line-height: 18px;
}

#email-signup .submit:hover,
#email-signup input[type="submit"]:hover,
#email-signup .submit:focus,
#email-signup input[type="submit"]:focus {
	background: #fff;
	color: #22304d;
	outline: none;
}

/*******************************************************************
  FOOTER
*******************************************************************/

footer {
	z-index: 900;
	position: relative;
	bottom: 0;
	width: 100%;
	background: #22304d;
	font: 16px/26px Open Sans, 'Priori-Sans', 'Myriad Pro', Arial, sans-serif;
	color: #fff;
}

footer .logos {
	padding: 30px 5px;
}

footer .stack {
	margin: 0 auto;
	max-width: none;

	padding: 20px 15px;
	overflow: hidden;
	position: relative;
}

footer h2,
footer h3,
footer h4 {
	color: #fff;
	font-family: Open Sans, 'Priori-Sans', 'Myriad Pro', Arial, sans-serif;
	font-size: 22px;
	margin: 0;
}

footer p {
	margin: 0;
}

footer a:link,
footer a:visited {
	color: #fff;
	padding: 4px;
	text-decoration: none;
}

footer a:hover {
	color: #fff;
	text-decoration: underline;
}

footer a:focus {
	background-color: #fff;
	color: #22304d;
	text-decoration: none;
	outline: 1px solid #fff;
}

footer .logos a:focus {
	background: none;
	outline: 2px solid #fff;
}

footer .logos a {
	display: inline-block;
}

footer .stack  ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

footer  .stack li {
	display: inline-block;

}

footer  .stack li:after {
	content: ' | ';
}

footer .stack  li:last-child:after {
	content: '';
}

footer .logos {
	text-align: right;
}

/*******************************************************************
	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: 0px Icons;
	color: #e60088;
	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 a:before {
	font-size: 34px;
}

.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;
}

/*******************************************************************
	ARTISTS
*******************************************************************/

#portfolio h3 {
	color: #000;
}

/*******************************************************************
	OPENTABLE
*******************************************************************/

#booking.stack {
	margin: 0 auto;
	max-width: 880px;
}

#booking-desktop {
	display: block;
}

#booking-desktop iframe{
	height:200px;

}

#booking-desktop .ot-dtp-picker.wide {
	width: 100%;
}

#booking.stack #booking-mobile {
	display: none;
	margin-bottom: 20px;
}

#booking-mobile .ot-title {
	color: #000;
}

#booking-mobile .ot-dtp-picker {
	margin: 0 auto;
}

@media handheld, only screen and (max-width: 1000px) {
	#booking-desktop .ot-dtp-picker.wide {
		width: 96%;
	}

	#booking-desktop .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-button {
		width: 130px;
	}
}

@media handheld, only screen and (max-width: 880px) {
	#booking.stack #booking-desktop {
		display: none;
	}

	#booking.stack #booking-mobile {
		display: block;
	}
}

/*******************************************************************
  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: #e60088 !important;
    color: #fff;
}
.leaflet-popup-content-wrapper a {
    font-size: 13px;
    color: #fff !important;
    text-decoration: underline !important;
}
.leaflet-popup-content-wrapper a:hover {
    text-decoration: none !important;
}

.markerAddressText {
    color: #fff;
}

/*******************************************************************
  MEDIA QUERIES
*******************************************************************/

@media handheld, only screen and (max-width: 1500px) {
	.homepage > .content-section > .content {
		padding: 75px;
	}
}

@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: 83px;
		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 {
		height: auto;
	}

	/*******************************************************************
	  HOMEPAGE VIDEO
	*******************************************************************/

	.video-buttons {
		display: none;
	}
}

@media handheld, only screen and (max-width: 1140px) {
	body {
		padding-top: 0;
	}

	/*******************************************************************
	  GHEADER
	*******************************************************************/

	#page-header {
		position: relative;
		padding: 0 0 0 0;
	}

	#page-header > .logo {
		display: block;
		width: 72px;
		height: 85px;
	}



	#page-header .booking-container {
		position: relative;
		top: auto;
	}

	/*******************************************************************
		NAVIGATION
	*******************************************************************/

	#navigation {
		display: none;
	}

	#navigation li.hide-desktop {
		display: inline-block;
	}

	/*******************************************************************
		MASTHEAD
	*******************************************************************/

	.homepage #masthead h2 {
		min-width: 560px;
	}

	/*#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: 1080px) {
	#poi .widget {
    width: 50%;
  }
}

@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: 768px) {
	/*******************************************************************
		MASTHEAD
	*******************************************************************/

	.homepage #masthead h2 {
		font-size: 36px;
		min-width: 420px;
	}

	.homepage #masthead h2::after {
		margin-top: 0;
	}

	/*******************************************************************
		POI
	*******************************************************************/

	#poi {
		display: block;
	}

	#poi .widget {
		width: 100%;
	}

	#poi .map {
		width: 100%;
		height: 320px;
	}
}

@media handheld, only screen and (max-width: 560px) {
	body { 
		font-size: 14px;
	}

	a:link.button, a:visited.button, strong em a:link, strong em a:visited, em strong a:link, em strong a:visited {
		font-size: 14px;
		line-height: 20px;
	}

	/*******************************************************************
		HOMEPAGE 
	*******************************************************************/
	.homepage > .content-section .content,
	.homepage > .media-section .content {
		padding: 20px;
	}

	/*******************************************************************
		HOMEPAGE - ROOMS SECTION
	*******************************************************************/

	.homepage > .rooms-section > .links {
		display: none;
	}

	/*******************************************************************
		HOMEPAGE - MEDIA SECTION
	*******************************************************************/

	.homepage > .media-section .media-title {
		font-size: 18px;
	}

	.homepage > .media-section a.item {
		padding-left: 20px;
	
	}

	.homepage > .media-section  .item.active:before, 
	.homepage > .media-section  .item:hover:before {
		width: 10px;
	}

	/*******************************************************************
		HOMEPAGE - PHOTO SECTION
	*******************************************************************/
	.homepage > .photo-section > .content {	
		padding: 20px;
	}

	/*******************************************************************
		HOMEPAGE - VIDEO SECTION
	*******************************************************************/

	.homepage > .videos-section .video-player {
		display: none;
	}


	/*******************************************************************
		EMAIL SIGNUP
	*******************************************************************/

	#email-signup p {
		display: none;
	}

	#email-signup input[type='text'], #email-signup textarea {
		max-width: 200px
	}

	#email-signup .submit, #email-signup input[type="submit"] {
		padding: 5px 10px;
		font-size: 12px;
		line-height: 18px;
	}

}
@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
	}
}

@media handheld, only screen and (max-width: 440px) {
	/*******************************************************************
	  MASTHEAD
	*******************************************************************/
	.homepage #masthead h2 {
		font-size: 32px;
		min-width: 340px;
	}
}