/*******************************************************************
  HTML, BODY, CONTAINER
*******************************************************************/

html {
	height: 100%;
	background: #fff;
	scroll-padding-top: 210px;
}

@media (max-width: 1140px) {
	html {
		scroll-padding-top: 40px;
	}	
}

body {
	position: relative;
	min-height: 100% !important;
	height: auto !important;
	font: 400 16px/28px 'Raleway', sans-serif;
	color: #000;
}

* {
	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: #6b241f !important;
}

/*******************************************************************
  FULLSCREEN BACKGROUND
*******************************************************************/

#backstretch {
	z-index: 10;
	position: relative;
	height: 100%;
	width: 100%;
}

/*******************************************************************
  HEADINGS
*******************************************************************/

h1,h2,h3,h4,h5,h6 {
	position: relative;
	margin: 0 0 10px 0;
	font-family: 'Raleway', sans-serif;
	line-height: normal;
	font-weight: 300;
	color: #000;
}

h1 {
	display: table;
	margin: 0 auto 20px auto;
	padding-bottom: 20px;
	font-size: 45px;
	text-align: center;
}

h1:after {
	/*
	content: '';
	position: absolute;
	left: 50%;
	height: 18px;
	width: 45%;
	bottom: -15px;
	background: #6b241f;
	transform: translateX(-50%);
	*/
}

h2 {
	font-size: 32px;
}

h3 {
	color: #000;
	font-size: 24px;
}

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.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: #6b241f;
	/*! line-height: 20px; */
	/* padding: 4px; */
	text-decoration: underline;
}

a:hover {
	color: #8c3933;
	text-decoration: none;
}

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: #8c3933;
	font: 22px/30px 'Raleway', 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 #8c3933 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: #8c3933;
	/* 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: #6b241f;
	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: #6b241f;
}

#accessibility .accordion h4 a:focus {
	outline: 1px solid #6b241f;
}

#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: #000;
	font-size: 20px;
	font-weight: normal;
	min-width: 290px;
	overflow: hidden;
	padding: 10px;
	position: absolute; left: -9999px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 1px; height: 1px;
}	

.skip-nav a:focus {
	left: 0;
	width: auto;
	height: auto;
	overflow: visible;
	text-decoration: underline;
	z-index: 9999;
}

/*******************************************************************
  ACCESSIBILITY: SITE MAP
*******************************************************************/

#site-map .logo {
	display: none;
}

/*******************************************************************
	HEADER
*******************************************************************/

#page-header {
	z-index: 10000;
	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 {
	margin: 0 20px;
}

#page-header #navigation .logo a:link,
#page-header #navigation .logo a:visited,
#page-header > .logo {
	display: block;
	width: 160px;
	height: 104px;
	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 #6b241f 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: 249px;
	height: 50px;
	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: #8c3933;
	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;
	line-height: 20px;
	font-size: 0.9em;
}

.booking-container .address br {
	display: none;
}

.booking-container .reservations {
	font-size: 22px;
	margin: 0;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	text-align: right;
}

.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: #8c3933;
	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: #dea83f;
	color: #FFF;
}

.booking-form {
	font-family: 'Open Sans', 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: 14px;
	color: #505050;
	vertical-align: middle;
	box-shadow: inset 0px 1px 1px 0px rgba(0,0, 0, 0.5);
	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 50px;
	background: #8c3933;
	border: 1px solid #fff;
	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: #000;
	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;
}

/*******************************************************************
  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: #00273d;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

.loaded .loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

.loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ccc;
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}





.video-button:link,
.video-button:visited {
		position: absolute;
	z-index: 102;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.video-button:hover {

}

.video-button.fullscreen {
	bottom: 15%;
		padding: 30px;
	border: 2px solid #fff;
	background: rgba(0,0,0,0.5);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	font-size: 22px;
}

.video-button.fullscreen:hover,
.video-button.fullscreen:focus {
	background: #fff;
	color: #00273d;
}

.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: #00273d;
	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;
}

/*******************************************************************
	FORMS
*******************************************************************/

.form label {
	display: inline-block;
}

.form span {
	display: block;
	font-size: 11px;
}

.form #captcha {
	display: block;
	margin: 0 0 10px 0;
}

/* Contact form inputs and text areas*/
.form input[type='text'], .form textarea {
	max-width: 50%;
	width: 100%;
	height: 35px;
	padding: 0 8px;
	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: #8c3933;
	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: #6b241f;
}

/* 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: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,
#navigation li:focus ul,
#navigation li.is-focused 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: 11px 30px;
	font: 22px 'Raleway', sans-serif;
	color: #000;
	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: #8c3933;
	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: #8c3933;
	color: #fff;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

#navigation > li:not(.logo) > a:hover,
#navigation > li:not(.logo):hover > a:link, 
#navigation > li:not(.logo):hover > a:visited,
#navigation li:not(.logo).is-focused > a:visited,
#navigation li:not(.logo).is-focused > a:link,
#navigation > li:not(.logo) > a:focus,
#navigation ul a:hover,
#navigation ul a:focus {
	background: #6b241f;
	color: #fff;
	text-shadow: none;
}

/*******************************************************************
	MOBILE NAVIGATION
*******************************************************************/

#mobile-navigation {
	z-index: 10000000000;
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	font-family: 'Raleway', 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: #6b241f;
	font-size: 16px;
	line-height: 14px;
	color: #fff;
	border: 1px solid #fff;
	cursor: pointer;
}

#mobile-navigation .menu:hover {
	text-decoration: none;
	background: #8c3933;
	color: #fff;
}

#mobile-navigation li {
	position: relative;
	min-width: 240px;
	padding: 0;
	margin: 0;
	background: #8c3933;
	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: #6b241f;
	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: #fff;
}

#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: 40px;
    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;
    padding: 0;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-indent: -9999px;
}
.slick-gallery .slick-dots li button:focus {
    background: rgba(255,255,255,0.5);
    outline: none;
}
.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: 1280px;
	margin: 0 auto;
}

/*******************************************************************
	HOMEPAGE
*******************************************************************/

#masthead {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.homepage #masthead {
	margin-bottom: 0;
	max-height: 720px; /* height of video */
	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: #6b241f;
	content: '';
	display: block;
	height: 4px;
	margin: -5px auto 0 auto;
	width: 100%;
}

.homepage .title {
	text-align: center;
	font-size: 45px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.homepage .extra .content .title {
	border-bottom: 1px solid #c3b5aa;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}

.homepage .sub-title {
	font-size: 26px;
	position: relative;
	margin: 10px auto 0 auto;
	text-align: center;
	text-transform: none;
}

.homepage .sub-title sup {
	font-size: 15px;
	font-weight: bold;
}

.underline:after{
	content: '';
	position: absolute;
	left: 50%;
	height: 1px;
	width: 75%;
	bottom: 0;
	background: rgba(3,57,74, 0.5);
	transform: translateX(-50%);
	bottom: -15px;
}

.homepage .media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.homepage a.button:link,
.homepage a.button:visited {
	display: table;
	margin: 15px auto;
}

#masthead video {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

/*******************************************************************
	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: 75px;
	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 {
	display: flex;
	flex: 0 1 48%;
	flex-direction: column;
	height: auto;
	padding: 0; /* originally padding: 0 2.5%; */
	vertical-align: bottom;
	text-align: left;
	margin-top: 8%;
}

.homepage > .content-section .copy.small-headings h2 {
	margin-top: 0;
	font-size: 22px;
}

.homepage > .content-section .copy .more {
	display: flex;
    flex: 1 0 auto;
    margin: 0;
}

.homepage > .content-section .copy .more .button {
	margin-top: auto;
}

.homepage > .content-section .logo {
	display: inline-block;
	margin: 0 10px;
}

.homepage > .content-section .copy-extra {
	margin-top: 60px;
	text-align: center;
}

.homepage > .content-section .copy-extra h2 {
	text-transform: uppercase;
	margin: 0;
}

.homepage > .content-section .copy-extra p {
	margin: 0 0 20px 0;
}

/*******************************************************************
	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: #8c3933;
	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: #fff;
}

.homepage > .media-section a:link.button,
.homepage > .media-section a:visited.button  {
	border: 1px solid #fff;
	background: #8c3933;
}

.homepage > .media-section a:hover.button  {
	background: #fff;
	color: #8c3933;
}

.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.flip {
	flex-direction: row;
}

.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(140, 57, 51, 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(140, 57, 51, 1);
}

.homepage > .rooms-section .room-link:hover h3.title,
.homepage > .rooms-section .room-link:focus h3.title {
	background: #8c3933;
}

/*******************************************************************
	HOMEPAGE - SPECIALS SECTION
*******************************************************************/

.homepage > .specials-section  {
	flex-direction: row-reverse;

}

/*******************************************************************
	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;
}

.homepage > .photo-section > .content a.button {
	background-color: #6b241f;
	border: solid 1px #fff;
}

.homepage > .photo-section > .content a.button:hover {
	background: #fff;
	border: solid 1px #fff;
	color: #6b241f;
}

.homepage > .photo-section > .media {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.homepage .area-section .media img {
	filter: brightness(0.5);
}

/*******************************************************************
	HOMEPAGE - HARBOR HOTELS
*******************************************************************/

.homepage > .harbor-hotels {
	background-color: #8c3933;
}

.homepage > .harbor-hotels .content {
  background-color: #8c3933;
	border: none;
  margin: 100px 30px;
}

.homepage > .harbor-hotels .content a.button {
  background-color: #8c3933 !important;
	border: solid #fff 1px !important;
}

.homepage > .harbor-hotels .content a.button:hover,
.homepage > .harbor-hotels .content a.button:focus{
  background-color: #fff !important;
	border: solid white 1px !important;
}

/*******************************************************************
	HOMEPAGE - AREA SECTION
*******************************************************************/

.homepage > .photo-section.area-section .title {
	margin-bottom: 30px;
}

.homepage > .photo-section.area-section .title.underline:after {
	background: rgba(255,255,255,0.6);
}

/*******************************************************************
	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: #8c3933;
}

#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 .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 {
    color: #6b241f;
    text-decoration: none;
}

#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: #6b241f;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
#poi .poi-nav a:hover {
    color: #fff;
}

/*******************************************************************
	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: #8c3933;
	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: 'Raleway', 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: #6b241f;
	/*! 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: #6b241f;
	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: #8c3933;
	outline: none;
}

/*******************************************************************
  SLIDE-IN AD
*******************************************************************/

#slide-in {
	background: #8c3933;
	box-shadow: 0 0 10px rgba(0,0,0,0.9);
	padding: 20px;
	position: fixed;
	bottom: 60px;
	left: 25px;
	opacity: 1;
	z-index: 10000;
	text-align: center;
	
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-animation: spin 1.5s ease-out; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s ease-out; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@keyframes spin {
	0% {
		left: -50%;
	}
	100% {
		left: 25px;
	}
}

#slide-in .slide-in-content .slide-in-text {
	display: inline-block;
	max-width: 420px;
}

#slide-in .slide-in-content .slide-in-text h2,
#slide-in .slide-in-content .slide-in-text h3,
#slide-in .slide-in-content .slide-in-text h4 {
	color: #fff;
	font-size: 24px;
	margin: 0 0 10px 0;
	text-align: center;
}

#slide-in .slide-in-content .slide-in-text p {
	color: #fff;
	font-size: 18px;
	margin: 0 0 10px 0;
	text-align: center;
}

#slide-in .slide-in-content .slide-in-text p a {
	color: #fff;
}

#slide-in .slide-in-content .slide-in-image {
	display: inline-block;
	max-width: 150px;
	vertical-align: top;
}

#slide-in .slide-in-content .slide-in-image img {
	margin: 3px 0 0 0;
}

#slide-in .slide-in-button p {
	margin: 10px 0;
}

#slide-in .slide-in-button p a:link,
#slide-in .slide-in-button p a:visited {
	background: #8c3933;
	border: 3px solid #fff;
	border-radius: 3px;
	color: #FFF;
	display: block;
	padding: 0;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}

#slide-in .slide-in-button p a:hover,
#slide-in .slide-in-button p a:focus {
	background: #fff;
	color: #8c3933;
}

#slide-in .slide-in-close {
	background: #8c3933;
	border-radius: 50%;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	height: 28px;
	width: 28px;
	text-align: center;
	position: absolute;
	top: -8px;
	right: -8px;
}

#slide-in .slide-in-close:hover {
	cursor: pointer;
}

@media handheld, only screen and (max-width: 460px) {
	#slide-in {
		margin-right: 30px;
	}

	#slide-in .slide-in-content .slide-in-text {
		max-width: 100%;
	}

	#slide-in .slide-in-content .slide-in-text h4 {
		font-size: 28px;
	}

	#slide-in .slide-in-close {
		font-size: 20px;
		width: 44px;
		height: 44px;
		line-height: 40px;
	}
}

/*******************************************************************
  FOOTER
*******************************************************************/

footer {
	z-index: 900;
	position: relative;
	bottom: 0;
	width: 100%;
	background: #8c3933;
	font: 16px/26px 'Raleway', sans-serif;
	color: #fff;
}

footer .logos {
	padding: 15px 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: 'Raleway', 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 .stack .information a:focus {
	background-color: #fff;
	color: #8c3933;
	text-decoration: none;
	outline: 1px solid #fff;
}

footer .stack  ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

footer .stack li {
	display: inline-block;
}

footer .stack .information 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 {
	border: 2px solid transparent;
	border-radius: 5px;
	display: inline-block;
	font: 16px Icons;
	color: #fff;
	padding: 5px;
	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;
	border-color: #fff;
	outline: none;
}

.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;
}

/*******************************************************************
	NAVIGATION MEDIA QUERIES
*******************************************************************/
@media handheld, only screen and (max-width: 1740px) {
	#navigation a:link,
	#navigation a:visited {
		font-size: 20px;
	}
}
@media handheld, only screen and (max-width: 1640px) {
	#navigation a:link,
	#navigation a:visited {
		font-size: 19px;
		padding: 11px 25px;
	}
}
@media handheld, only screen and (max-width: 1540px) {
	#navigation a:link,
	#navigation a:visited {
		font-size: 18px;
		padding: 11px 15px;
	}
}
@media handheld, only screen and (max-width: 1340px) {
	#navigation a:link,
	#navigation a:visited {
		font-size: 17px;
		padding: 11px 13px;
	}
}
@media handheld, only screen and (max-width: 1270px) {
	#navigation a:link,
	#navigation a:visited {
		font-size: 16px;
		padding: 11px;
	}
}
@media handheld, only screen and (max-width: 1220px) {
	#navigation a:link,
	#navigation a:visited {
		font-size: 15px;
		padding: 11px;
	}
}

/*******************************************************************
  MEDIA QUERIES
*******************************************************************/

@media handheld, only screen and (max-width: 1333px) {
	/*******************************************************************
		ADDRESS
	*******************************************************************/

	.booking-container .address br {
		display: block;
	}

	.booking-container .address span {
		display: none;
	}
}

@media handheld, only screen and (max-width: 1220px) {
	/*******************************************************************
		BOOKING ENGINE
	*******************************************************************/
	.booking-container {
		height: auto;
	}

	.booking-form .submit_booking {
		padding: 0 25px;
	}

	.booking-container .address br {
		display: block;
	}

	.booking-container .address span {
		display: none;
	}

	/*******************************************************************
		HOMEPAGE - CONTENT SECTION
	*******************************************************************/

	.homepage > .content-section > .content {
		padding: 50px;
	}

	/*******************************************************************
		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;
	}

	/*******************************************************************
	  HEADER
	*******************************************************************/

	#page-header {
		position: relative;
		padding: 0 0 0 0;
	}

	#page-header > .logo {
		display: block;
		margin: 10px auto;
	}

	#page-header .booking-container {
		position: relative;
		top: auto;
	}

	/*******************************************************************
		BOOKING FORM
	*******************************************************************/

	.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;
	}

	/*******************************************************************
		NAVIGATION
	*******************************************************************/

	#navigation {
		display: none;
	}

	/*******************************************************************
		MASTHEAD
	*******************************************************************/

	.homepage #masthead h2 {
		min-width: 560px;
	}

	/*#masthead .scroll {
		display: none;
	}*/

	/*******************************************************************
		MOBILE NAVIGATION
	*******************************************************************/

	#mobile-navigation {
		display: block;
	}

	/*******************************************************************
		MASTHEAD
	*******************************************************************/
	
	#masthead,
	.homepage #masthead {
		height: 350px;
		margin-top: 0 !important;
	}

	.video-button.fullscreen,
	#masthead .scroll {
		display: none;
	}

	/*******************************************************************
		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-container,
	#email-signup {
		font-size: 12px;
	}
	*/
}

@media handheld, only screen and (max-width: 880px) {
	.booking-container {
		text-align: center;
	}

	#page-header .booking-container .social {
		display: none;
	}

	#page-header .booking-container {
		height: 100%;
	}

	#page-header .booking-container .address {
		display: block;
	}

	#page-header .booking-container .reservations {
		display: block;
		font-size: 16px;
		position: relative;
		text-align: center;
	}

	/*******************************************************************
		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) {
	#page-header > .logo {
		margin: 20px auto 10px auto;
	}

	#masthead .scroll {
	    bottom: 20px;
	    font-size: 42px;
	}

	/*
	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: 500px) {
	/*******************************************************************
		HEADER
	*******************************************************************/
	.booking-container span.address-hide-one {
		display: none;
	}

	/*******************************************************************
		BOOKING FORM
	*******************************************************************/
	.booking-form .calendar {
		display: none;
	}
}

@media handheld, only screen and (max-width: 520px) {
	/*******************************************************************
		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) {
	.homepage #masthead h2 {
		font-size: 32px;
		min-width: 340px;
	}

	.homepage a.button:link,
	.homepage a.button:visited {
		min-width: 100%;
	}
}


@media handheld, only screen and (max-width: 420px) {
	/****************************************^^^************************
		HEADER
	*******************************************************************/
	.booking-container span.address-hide-two {
		display: none;
	}

	.booking-container .address br {
		display: block;
	}

	/*******************************************************************
		BOOKING FORM
	*******************************************************************/
	.booking-form input[type="text"],
	.booking-form select {
		max-width: 90px;
	}

	.booking-form .submit_booking {
		padding: 0 12px;
	}
}

@media handheld, only screen and (max-width: 370px) {
	/*******************************************************************
		BOOKING FORM
	*******************************************************************/
	#page-header .booking-container .address {
		margin-bottom: 0;
	}

	.booking-form .container {
		margin-top: 10px;
	}
}