/******
  HTML, BODY, CONTAINER
******/

html {
	height: 100%;
	background: #FFF;
}

body {
	height: 100%;
	position: relative;
	font-family: Raleway, Myriad Pro, Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	
	line-height: 24px;
	color: #5f6062;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/*******************************************************************
	ACCESSIBILITY: SKIP-NAV
*******************************************************************/

#skip-nav {
	position: relative;
}

.skip-nav a:link,
.skip-nav a:visited {
	background: #FFF;
	color: #000;
	font-size: 20px;
	font-weight: normal;
	overflow: hidden;
	padding: 10px;
	position: absolute; left: -9999px;
	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;
}


/******
  GLOBAL HEADINGS
******/

h1, h2, h3, h4, h5, h6 {
	font-family: Raleway, Myriad Pro, Arial, sans-serif;
	line-height: normal;
	font-weight: 300;
	position: relative;
	color: #5f6062;
}

h1 {
	display: table;
	position: relative;
	color: #fff;
	text-align: center;
	font-size: 48px;
	line-height: 52px;
	font-weight: 500;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	text-transform: uppercase;
}

h2 {
	position: relative;
	font-size: 48px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}


h3 {
	font-size: 24px;
	color: #802716;
	margin-top: 0;
}

h2:first-child {
	margin-top: 0;
}

h1 + h2 {
	margin-top: -10px;
	font-weight: bold;
	font-size: 18px;
}

/* Reduces margin for titles adjacent to paragraphs or lists */
h2 + p,
h3 + p,
h4 + p,
h2 + ul,
h3 + ul,
h4 + ul {
	margin-top: 0;
}

/******
	GLOBAL TEXT & OTHER GENERAL PAGE ELEMENTS
******/

p {
	margin: 10px 0;
}

ul {
	padding-left: 0;
}

ul ul {
	padding-left: 40px;
}

li {
	list-style-position: outside;
}

dt {
	font-weight: bold;
}

hr {
	clear: both;
	background: #CCC;
	border: none;
	height: 1px;
	margin: 20px 0;
}

img {
	max-width: 100%;
}

label {
	font-weight: normal;
}

blockquote {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 15px 10px;
	font-weight: 300;
	font-style: italic;
	text-align: center;
	font-size: 20px;
	line-height: 24px;
}

blockquote h2 {
	margin-top: 0;
}

/******
  GLOBAL LINKS
******/

a:link,
a:visited {
	color: #802716;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* buttons */
a:link.button,
a:visited.button,
.inlineButtons a:link,
.inlineButtons a:visited,
strong em a:link,
strong em a:visited,
em strong a:link,
em strong a:visited,
a:link em strong,
a:visited em strong,
a:link strong em,
a:visited strong em,
a.popup:link,
a.popup:visited {
	display: inline-block;
	padding: 4px 35px;
	margin-bottom: 5px;
	background: #802716;
	font: 18px/35px Raleway, Myriad Pro, Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
	vertical-align: middle;
}

a.button:hover,
a.button:focus,
.inlineButtons a:hover,
.inlineButtons a:focus,
strong em a:hover,
strong em a:focus,
em strong a:hover,
em strong a:focus,
a.popup:hover,
a.popup:focus {
	background: #fff;
	color: #802716;
	text-decoration: none;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
}

a.popup + br {
	display: none;
}

.inlineButtons br {
	display: none;
}

/******
	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';
}


/******
  HEADER
******/

header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 3000;
	background: rgba(95,96,96, 0.9);
	text-align: right;
}

header > .stack {
	position: relative;
	max-width: 1360px;

	padding: 10px 10px 10px 10px;
	margin: 0 auto;
}

header .logo {
	position: relative;
	z-index: 1000;
	float: left;
	text-align: left;
	z-index: 100;
	width: 265px;
	height: 118px;
	background: url(../images/logo.png) no-repeat;
	background-size: cover;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	text-decoration: none;
	text-indent: -9999px;
}

.svg header .logo {
	background-image: url(../images/logo.svg);
}

header .book:link,
header .book:visited {
	position: absolute;
	right: 0;
	top: 0;
	padding: 45px 10px;
	height: 100%;
	width: 115px;
	background: #802716;
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}
header .book:hover {
	background: #fff;
	color: #802716;
}

header .phone:link,
header .phone:visited {
	font-size: 0;
	position: absolute;
	top: 50%;
	right: 125px;
	color: #fff;
	text-decoration: none;
	transform: translateY(-50%);
}
header .phone:hover {
	color: #802716;
}

header .phone:before {
	font-family: Icons;
	font-size: 64px;
	line-height: 64px;
	content: '\f095';
}

header .book,
header .phone {
	display: none;
}

#bestRateMobile {
	display: none;
}

/*******************************************************************
	ALERT
*******************************************************************/

.alert {
	margin: 0 30px 30px 30px;
	background-color: #ededed;
	padding: 20px;
	text-align: center;
}

@media (max-width: 768px) {
	.alert { 
		margin: 0 0 20px 0;
	}
}

.alert p {
	text-transform: uppercase;
	font-weight: bold;
}

/******
  SUB-NAVIGATION
******/
#sub-navigation {
	position: relative;
	top: 5px;
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 0;
	font-size: 0.1px;
	color: #fff;
}

#sub-navigation li {
	position: relative;
	display: inline-block;
	margin: 0 10px;
	font: 400 16px Raleway, Myriad Pro, Arial, sans-serif;
}

/*
#sub-navigation li:after {
	display: inline-block;
	margin: 0 10px;
	content: ' | ';
	vertical-align: middle;
}
*/

#sub-navigation li:last-child {
	margin-right: 0;
}
#sub-navigation li:last-child:after {
	display: none;
}

#sub-navigation a:link, #sub-navigation a:visited {
	display: inline-block;
	color: #fff;
	text-decoration: none;
}

#sub-navigation a:hover  {
	text-decoration: underline;
}

/******
	BOOKING ENGINE
******/

#booking {
	position: relative;
	top: 5px;
	display: inline-block;
	text-align: right;
}


#booking .inputs {
	display: inline-block;
	vertical-align: middle;
}

#booking .container {
	display: inline-block;
	margin-left: 5px;
	font-size: 17px;
	vertical-align: middle;
}

#booking .arrival.container {
	margin-left: 0;
}

#booking label {
	display: none;
}

#booking input[type="text"]{
	max-width: 105px;
	height: 35px;
	padding: 0 8px;
	border-style: none;
	background: #fff;
	font-size: 16px;
	color: #5f6062;
	vertical-align: middle;
	box-shadow: inset 0px 1px 1px 0px rgba(0,0, 0, 0.5);
	border-radius: 3px;
}

#booking .calendar {
	vertical-align: middle;
}

#booking a.submit {
	background: #802716;
	color: #fff;
	display: inline-block;
	font: 18px/35px Raleway, Myriad Pro, Arial, sans-serif;
	line-height: 20px;
	padding: 10px 35px 6px 35px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
	vertical-align: middle;
}

#booking a.submit:hover {
	background: #fff;
	color: #802716;
	text-decoration: none;
}

#booking a.submit span {
	display: inline;
}

#booking a.submit span.bottom {
	display: block;
	font-size: 11px;
}

#ui-datepicker-div {
	z-index: 99999 !important;
}

/******
  NAVIGATION
******/

header #navigation {
	z-index: 10;
	display: inline-block;
	position: absolute;
	bottom: -1px;
	right: 0;
	left: 0;
	margin: 0;
	padding: 0;
	font-size: 0.1px;
	text-align: right;
}

header #navigation li {
	position: relative;
	display: inline-block;
}

header #navigation li:last-child {
	margin-right: 0;
}

header #navigation li a:link, header #navigation li a:visited {
	display: block;
	color: #fff;
	padding: 15px 12px;
	font: 400 18px Raleway, Myriad Pro, Arial, sans-serif;
	text-decoration: none;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	white-space: nowrap;
	text-transform: uppercase;
}

header #navigation li a:hover, header #navigation > li:hover >a  {
	background: #7c2c1d;
	color: #fff;
	text-decoration: none;
}

header #navigation ul {
	position: absolute;
	background: rgba(95,96,96, 0.9);
	color: #fff;
	margin: 0;
	padding: 12px 210px 12px 12px;
	min-height: 144px;
	text-decoration: none;
	text-align: left;
	visibility: hidden;
	opacity: 0;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

header #navigation li:hover ul {
	visibility: visible;
	opacity: 1;
}

header #navigation ul li {
	margin-right: 0;
	display: block;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

header #navigation ul li:nth-last-child(2),
header #navigation ul li:last-child {
	border-bottom: none;
}

header #navigation ul li a:link, header #navigation ul li a:visited {
	font-size: 16px;
	padding: 10px 12px 10px 2px;
}

header #navigation ul a:hover {
	background: none;
	color: #fff;
	text-decoration: underline;
}

header #navigation .hide-big {
	display: none;
}

header #navigation ul li.image {
	position: absolute; top: 12px; right: 12px;
	width: 175px;
	height: 120px;
}

/* site map */

#content #navigation ul li.image {
	display: none;
}

/* Navigation Image


header #navigation ul:after {
	position: absolute;
	top: 12px;
	right: 12px;
	content: '';
	width: 175px;
	height: 120px;
}

header #navigation .about ul:after {	background: url(../images/nav-photo-about.jpg) no-repeat }
header #navigation .accomodations ul:after {	background: url(../images/nav-photo-accommodations.jpg) no-repeat }
header #navigation .dining ul:after {	background: url(../images/nav-photo-dining.jpg) no-repeat }
header #navigation .meetings ul:after {	background: url(../images/nav-photo-meetings.jpg) no-repeat }
header #navigation .weddings ul:after {	background: url(../images/nav-photo-weddings.jpg) no-repeat }
 */
/******
	MOBILE NAVIGATION
******/

#mobile-navigation {
	z-index: 10000000000;
	position: absolute;
	display: none;
	height: 100%;
	top: 0;
	left: 0;
	font-family: Raleway, Myriad Pro, Arial, sans-serif;
}

#mobile-navigation > ul {
	overflow: hidden;
	position: absolute;
	top: 100%;
	left: 0px;
	height: 0;
	margin: 0;
	text-align: left;
}

/* Mobile menu display class, expands to full height*/
#mobile-navigation .show {
	height:auto;
}

/* Menu button*/
#mobile-navigation .menu {
	position: absolute;
	top: 50%;
	left: 0px;
	display: inline-block;
	padding: 20px 20px;
	font-size: 64px;
	height: 100%;
	line-height: 64px;
	color: #fff;
	font-family: Icons;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	transform: translateY(-50%);
}

#mobile-navigation .menu:before {
	font-family: Icons;
	content: '\f0c9';
}

#mobile-navigation .menu:hover, #mobile-navigation .menu.active {
	background: #802716;
	color: #FFF;
	text-decoration: none;
}

#mobile-navigation li {
	position: relative;
	min-width: 240px;
	padding: 0;
	margin: 0;
	background: #802716;
	list-style-type: none;
	white-space: nowrap;
}

#mobile-navigation li.image {
	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: #27292f;
	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(255,255,255,0.2);
	color: #fff;
}

/******
  MASTHEAD
******/

#masthead-container {
	position: relative;
}

#masthead {
	position: relative;
	width: 100%;
	height: 800px;
	color: #fff;
	font-size: 22px;
	-webkit-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

#masthead .masthead-content  {
	position: absolute;
	z-index: 10;
	top: 56%;
	left: 50%;
	width: 100%;
	max-width: 1340px;
	transform: translate(-50%, -50%);
	padding: 50px;
	text-transform: uppercase;
	text-align: center;
}

#masthead p {
	margin: 0;
}

.homepage #masthead h2 {
	z-index: 100;
	color: #fff;
	font-size: 48px;
	font-weight: 500;
	padding-bottom: 0;
	margin-bottom: 5px;
	text-transform: uppercase;
	text-align: center;
}

.homepage #masthead p {
	margin: 0 0 10px 0;
}

.homepage #masthead h3 {
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	margin: 0 0 10px 0;
}

#masthead .gallery a:link, #masthead .gallery a:visited {
	display: inline-block;
	max-width: 600px;
	padding: 7px 40px;
	border: 1px solid #fff;
	background-color: transparent;
	color: #fff;
	font: 18px Raleway, Myriad Pro, Arial, sans-serif;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	text-shadow: none;
 }

#masthead .gallery a:hover {
	color: #7d2c1d;
	background: #fff;
}

#masthead .gallery a span.bottom {
	display: block;
	font-size: 0.8em;
}

/******
  AWARD
******/

a.award:link,
a.award:visited {
	/* background: rgba(0, 0, 0, 0.5); */
	display: block;
	padding: 10px;
	position: absolute; bottom: 15px; right: 15px;
	text-align: center;
	text-decoration: none;
	z-index: 100;
}

a.award img {
	width: 180px;
}

/*
a.award div {
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff;
	display: block;
	font-size: 16px;
	padding: 10px;
}

a.award div span {
	display: block;
	font-size: 22px;
	margin: 5px 0;
}
*/

/******
  SLICK GALLERY
******/

.hero-carousel {
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.hero-carousel.show {
		opacity: 1;
}

.hero-carousel .slick-slider .slick-slide:before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
}

.slick-slider,
.slick-slider .slides,
.slick-slider .slide,
.slick-slider .slick-list,
.slick-slider .slick-track {
	height: 100%;
}

.slick-slider .slick-slide {
	float: left;
	color: #fff;
	/* font-size: 22px; */
	font-family: Raleway, Myriad Pro, Arial, sans-serif;
	background-position: center center; 
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
	background-size: cover;
	transform: none;
}

.slick-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.slick-slider .slick-dots li {
	width: 27px;
	height: 27px;
}

.slick-slider .slick-dots li button {
	background: transparent;
	border: 3px solid #fff;
	width: 18px;
	height: 18px;
	border-radius: 100%;
}
.slick-slider .slick-dots li.slick-active button {
	background: #fff;
}

.slick-slider .slick-dots li button::before {
	display: none;
}

.slick-slider .slick-dots {
	bottom: 15px;
	top: auto;
	z-index: 1000;
}

.slick-slider .slick-next {
	z-index: 1000;
	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;
}

.slick-slider .slick-next:before {
	display: none;
}

.slick-slider .slick-prev {
	z-index: 1000;
	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;
}

.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
	opacity: 1;
}

.slick-slider .slick-prev:before {
	display: none;
}

.homepage .slick-slider .slick-next,
.homepage .slick-slider .slick-prev {
	display: none !important;
}

.slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "â€¢"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }


/******
	CALLOUT SLICK CAROUSEL
******/
#callout-slider {
	height: 615px;
}

#callout-slider .slick-slider .slick-track { -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; }

#callout-slider .slick-slider {
	margin-bottom: 0;
}

#callout-slider .slick-dots {
	width: auto;
	bottom: 30px;
	text-align: left;
	left: 30px
}

#callout-slider .content  {
	position: absolute;
	z-index: 10;
	padding: 30px 25px;
	bottom: 70px;
	width: 90%;
	padding-right: 50px;
	max-width: 1340px;
}


/******
	CONTENT
******/

#content {
	margin: 60px auto;
	background: #FFF;
	padding: 0 35px;
}

@media (max-width: 768px) {
	#content {
		margin: 60px auto;
		background: #FFF;
		padding: 0 15px;
	}
}

#content .stack {
	max-width: 1200px;
	margin: 0 auto;
}

/******
	HOMEPAGE 
******/

.homepage h1 {	
	font-size: 48px;
	color: #5f6062;
	padding-bottom: 35px;
	margin-bottom: 35px;
}

.homepage h1:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 50%;
	height: 1px;
	background: #802716;
	transform: translateX(-50%);
}

.homepage h2 {
	text-transform: uppercase;
}

.homepage #content .stack {
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
}

.homepage  a.button:link,
.homepage  a.button:visited {
	display: table;
	padding-left: 85px;
	padding-right: 85px;
	margin: 35px auto 10px auto;
}

.homepage #masthead .masthead-content  {
	top: 60%;
}

#callout-slider h3,
.callouts h3 {
	color: #fff;
	font-size: 26px;
	font-weight: 600;
	padding: 0 5px;
	margin: 0 0;
	text-transform: uppercase;
		-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#callout-slider a:link, #callout-slider a:visited,
.callouts a:link, .callouts a:visited {
	position: relative;
	overflow: hidden;
	outline: none !important;
	display: inline-block;
	padding: 0 5px;
	font: 500 18px Raleway, Myriad Pro, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#callout-slider a:after,
.callouts a:after {
	content: ' >';
	font-weight: 900;
}

#callout-slider a:before,
.callouts a:before {
	content: '';
	z-index: -1;
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-transition: left 0.2s ease-in-out;
	-o-transition: left 0.2s ease-in-out;
	transition: left 0.2s ease-in-out;
}

#callout-slider a:hover,
.callouts a:hover {
	text-decoration: underline;
}
*/

/*
#callout-slider a:hover,
.callouts a:hover {
	color: #5f6062;
}
#callout-slider a:hover:before,
.callouts a:hover:before {
	left: 0;
}
*/

/******
	MAP
******/

#map {
	position: relative;
	width: 100%;
	height: 100%;
}

.map-container {
	overflow: hidden;
	position: relative;
	height: 445px;
	text-align: center;
	font-weight: 500;
}

.map-container .content {
	position: absolute;
	z-index: 1000;
	top: 50%;
	left: 30%;
	z-index: 1000;
	max-width: 530px;
	transform: translate(-50%, -50%);
}

.location.map-container {
	height: 600px;
}

/******
	CAROUSEL
******/


#carousel-gallery {
	display: block;
	overflow: hidden;
	height: 315px;
	margin: 40px auto;
}

#carousel-gallery .slick-slide {
	position: relative;
}
#carousel-gallery .slick-slide:before {
	position: absolute;
	bottom: 10px;
	right: 10px;
	content: '\f16d';
	font-family: Icons;
	color: #fff;
	font-size: 32px;
}

/******
	CALLOUTS
******/
.callouts {
	overflow: hidden;
	display: flex;
	margin: 40px auto;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
}
.callouts .callout {
	position: relative;
	flex: 0 0 49%;
	height: 615px;
	background-position: center center; 
	/* background-attachment: fixed; */
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

@media (max-width: 768px) {
	.callouts .callout {
		flex: 0 0 100%;
	}
}

.callouts .callout:before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
}

.callouts .content  {
	z-index: 10;
	position: absolute;
	bottom: 0;
	padding: 30px 25px;
	width: 90%;
	max-width: 1340px;
}





 .callouts p {
 	margin: 0;
 }

/******
	EARN REWARDS
******/
.rewards-content{
	width: 50%;
    padding: 10px 40px 10px 10px;
    display: inline-flex;
}
.rewards-photos{
	width: 50%;
    height: 530px;
    float: right;
}
.rewards-photos img{ 
	width: auto;
    height: 100%;
    object-fit: cover;
}
 
/******
	AREA GUIDE
******/
.area-guide {
	display: flex;
	padding: 0 35px;
	margin: 40px auto;
	justify-content: center;
	text-align: center;
}



.area-guide .content {
	position: relative;
	flex:  0 1 530px;
	margin-right: 185px;
}

.area-guide .content .inner {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}

.area-guide .grid {
	max-width: 720px;
	flex: 1 0 720px;
}


/******
	MASONRY GRID
******/

.items {
	width: 100%;
	margin: 10px auto 10px auto;
	text-align: center;
}

.items .item {
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	width: 335px;
	min-height: 335px;
	margin-bottom: 15px;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.33);
	text-align: left;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.items img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.items .falseHeader p strong {
	text-transform: uppercase;
	font: 28px/28px Raleway, Myriad Pro, Arial, sans-serif;
}

.items .item.h2x {
	height: 500px;
}

.items .item.h3x {
	height: 755px;
}

.items .item.w2x {
	width: 685px;
}

.items .item.w3x {
	width: 755px;
}

.items .item.circle {
	overflow: hidden;
	border-radius: 100%;
}


.items .paragraph {
	bottom: 80px;
	padding: 15px 20px;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 10;
}

.items .paragraph.push {
	bottom: 100px;
}

.items h3 {
	z-index: 10;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	margin: 0;
	padding: 15px 20px;
	font: 400 20px Raleway, Myriad Pro, Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.items .item > a > h3 {
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.items .item > a:link, .items .item > a:visited {
	position: absolute;
	width: 100%;
	height: 100%;

	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.items .item > a:after {
	content: '';
	position: absolute;
	z-index: 5;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}

.items .item > a:hover:after, .items .item > a:hover h3 {
	opacity: 1;
}


.items .paragraph p {
	padding: 15px 20px;
	position: absolute;
	right: 0;
	text-align: right;
	width: 100%;
}

.items .item.text {
	padding: 50px;
	text-align: center;
	color: #fff;
	background: #222c63;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
}

.items .item > img {
	position: absolute;
	width: 100%;
	z-index: 0;
	top: 0;
	left: 0;
	transition: all 0.2s ease-out 0s;
}

.items .item.round {
	border-radius: 100%
}

/******
  FOOTER
******/

footer {
	z-index: 100;
	position: relative;
	bottom: 0;
	left: 0;
	padding: 25px;
	width: 100%;
	background: #5f6062;
	font-size: 16px;

	font-weight: 300;
	color: #FFF;
}


footer .stack {
	position: relative;
	max-width: 1360px;
	margin: 0 auto;
}

footer .logo {
	display: inline-block;
	width: 303px;
	height: 51px;
	background: url(../images/logo-footer.png) no-repeat;
	margin-bottom: 10px;
	text-indent: -9999px;
}
.svg footer .logo {
	background-image: url(../images/logo-footer.svg);
}
/* Navigation */

footer .navigation {
	margin: 35px 0 0 0;
	font-size: 0.001px;
	opacity: 0.9;
}

footer .navigation li {
	display: inline-block;
	list-style-type: none;
	margin: 5px 0;
	vertical-align: middle;
}

footer .navigation li:after {
	display: inline-block;
	content: '|';
	margin: 0 5px;
	font-size: 22px;
	font-family: Raleway, Myriad Pro, Arial, sans-serif;

	vertical-align: middle;
}
footer .navigation li:last-child:after {
	margin-right: 0;
	content: '';
}

footer .navigation a:link,
footer .navigation a:visited {
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	font-family: Raleway, Myriad Pro, Arial, sans-serif;
	color: #FFF;
	vertical-align: middle;
}

footer .navigation a:hover {
	text-decoration: underline;
}

footer .information {
	position: static !important;
}
footer .outbound {
	padding-top: 85px;
	text-align: right;
}


footer .copyright {
	margin-top: 20px;
	font-size: 14px;
	opacity: 0.9
}

footer .group-logo {
	margin-bottom: 5px;
}
footer .group-logo.ip {
	margin-left: 20px;
}

footer .group-logo.ph-svg {
	margin-left: 20px;
}

footer .group-logo.ph-svg img {
	height: 39px;
}

footer p,
footer h3 {
	margin: 0;
}

footer h3 {
	color: #FFF;
	font-size: 22px;
}

footer p.address br {
	display: none;
}

footer a:link, footer a:visited {
	color: #FFF;
	text-decoration: none;
}

footer a:hover {
	color: #FFF;
	text-decoration: underline;
}



/******
	SOCIAL
******/

.social {
	z-index: 1000;
	position: absolute;
	top: 0px;
	right: 0px;
}

.social li {
	display: inline-block;
	list-style-type: none;
	margin-left: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
}

.social li:first-child {
	margin-left: 0;
}

.social a:link,
.social a:visited {
	display: inline-block;
	margin: 0;
	font: 0px Icons;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

.social a:hover {
	color: #7c2c1d;
}

.social a:before {
	font-size: 32px;
	line-height: 32px;
}

.social a:focus {
	outline: none;
}

.social .facebook a:before { content: "\f09a"; }
.social .facebook a:hover { color: #3c5b9b; }

.social .twitter a:before { content: "\f099"; }
.social .twitter a:hover { color: #2ca7dd; }

.social .tripadvisor a:before { content: "\f262"; }
.social .tripadvisor a:hover { color: #589442; }

.social .pinterest a:before { content: "\f231"; }
.social .pinterest a:hover { color: #cb2027; }

.social .instagram a:before { content: "\f16d"; }
.social .instagram a:hover { color: #f1515f; }

.social .blog a:before { content: "\f09e"; }
.social .blog a:hover { color: #ff8747; }



.social-icons {
	display: inline-block;
	margin: 0;
	font: 0.001px Icons;
	color: #802716;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	padding-bottom: 10px;
	padding-top: 10px;
}

.social-icons a {
	font-size: 0;
	text-decoration: none;
	padding-right: 40px;
}

.social-icons a:before {
	font-size: 32px;
	line-height: 32px;
}

.social-icons a.instagram:before { content: "\f16d"; }


.social-icons a.facebook:before { content: "\f09a"; }


.social-icons a.twitter:before { content: "\f099"; }




/******
  MEDIA QUERIES
******/

/******
  MAX WIDTH 1600px
******/

@media handheld, only screen and (max-width: 1600px) {
	
	/******
		AREA GUIDE
	******/

	.area-guide .content {
		margin-right: 50px;
	}

	/******
	  NAVIGATION
	******/

	header #navigation .area ul,
	header #navigation .meetings ul,
	header #navigation .weddings ul {
			right: 0px;
	}
}


/******
  MAX WIDTH 1360px
******/
@media handheld, only screen and (max-width: 1360px) {

	/******
	  NAVIGATION
	******/

	header #navigation {
		right: 10px;
	}
	header #navigation li a:link, header #navigation li a:visited {
		font-size: 16px;
		padding: 15px 8px 27px 8px;
	}

	header #navigation ul  li a:link, header #navigation ul li  a:visited {
		font-size: 14px;
	}




	/******
	  SUB-NAVIGATION
	******/
	#sub-navigation a:link, #sub-navigation a:visited {
		font-size: 14px;
	}

	#sub-navigation {
		margin-right: 5px;
	}

	/******
		HOMEPAGE 
	******/
	.homepage h2 {
		margin-bottom: 10px;
	}

		.homepage a.button:link,
	.homepage a.button:visited {
		padding-left: 35px;
		padding-right: 35px;
		font-size: 16px;
	}

	/******
		MASTHEAD SLICK CAROUSEL
	******/

	#slideshow,
	#masthead {
		height: 650px;
	}


	/******
	  SPECIALS SLIDER
	******/

	#callout-slider{
		height: 400px;
	}


	/******
		CALLOUTS
	******/

	.callouts {
		margin: 20px auto;
	}
	.callouts .callout {
		height: 400px;
	}

	/******
		AREA GUIDE
	******/

	.area-guide .content {
		margin-right: 20px;
		flex:  0 1 450px;
	}

	/******
	CAROUSEL
	******/

	#carousel-gallery {
		margin: 20px auto;
	}

	/******
		MAP
	******/

	.map-container {
		height: 400px;
	}

	.map-container .content {
		display: none;
	}
}

/******
  MAX WIDTH 1140px
******/
@media handheld, only screen and (max-width: 1140px) {
	
	/******
	  NAVIGATION
	******/

	header #navigation li a:link, header #navigation li a:visited {
		font-size: 13px;
	}

	header #navigation ul  li a:link, header #navigation ul li  a:visited {
		font-size: 12px;
	}

	/******
	  SUB-NAVIGATION
	******/
	#sub-navigation a:link, #sub-navigation a:visited {
		font-size: 12px;
	}
}

/******
  MAX WIDTH 1000px
******/
@media handheld, only screen and (max-width: 1000px) {

	/******
		HEADER
	******/
	header {
		text-align: center;
	}

	header .logo {
		float: none;
		display: block;
		margin: 0 auto;
		width: 199px;
		height: 88px;
	}

	header .book,
	header .phone {
		display: block;
	}

	/******
		NAVIGATION
	******/
	
	header #navigation {
		display: none;
	}

	#mobile-navigation {
		display: block;
	}

	/******
	  SUB-NAVIGATION
	******/
	
	#sub-navigation {
		display: none;
	}

	/******
	  SUBBOOKING
	******/

	#booking {
		display: none;
	}


	/******
		MASTHEAD SLICK CAROUSEL
	******/

	/*
	#masthead-container {
		margin-bottom: 145px;
	}
	*/

	#slideshow,
	#masthead {
		height: 450px;
	}

	#masthead .content {
		top: 70%;
	}

	h1,
	.homepage #masthead h2 {
		font-size: 34px;
		line-height: normal;
	}

	/******
		AWARD
	******/

	a.award:link,
	a.award:visited {
		bottom: -160px; left: 0; right: 0;
		margin-left: auto;
		margin-right: auto;
		/* width: 460px; */
	}

	/*
	a.award div span br {
		display: none;
	}
	*/

	/******
		HOMEPAGE
	******/

	#callout-slider h3,
	.callouts h3 {
		font-size: 28px;
	}

	#callout-slider a:link,
	#callout-slider a:visited,
	.callouts a:link,
	.callouts a:visited {
		font-size: 18px;
	}

	.homepage h1 {
		font-size: 32px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.homepage h2 {
		font-size: 32px;
		padding-bottom: 0;
		margin-bottom: 20px;
	}

	/******
	  CALLOUT SLIDER
	******/

	#callout-slider {
		height: 360px;
	}

	#callout-slider .slick-slider .slick-slide[data-title="Last Minute Deals"] {
		background-position: right center;
	}

	*/

	/******
		CALLOUTS
	******/

	.callouts {
		display: block;
		margin: 20px auto 0 auto;
	}
	.callouts .callout {
		height: 360px;
		margin-bottom: 20px;
	}

	/******
		AREA GUIDE
	******/

	
	.area-guide {
		margin: 20px auto;
		padding: 0 30px;
		display: block;
	}


	.area-guide .content {
		margin: 20px auto;
	}


	.area-guide .content .inner {
		position: relative;
		top: auto;
		transform: none;
		margin: 20px auto;
	}

	.area-guide .grid {
		flex: none;
		margin: 20px auto;
	}

	/******
		MAP
	******/

	.map-container,
	.location.map-container {
		height: 360px;
	}

	/******
	  FOOTER
	******/

	footer, footer .outbound {
		text-align: center;
	}

	footer .outbound {
		padding-top: 0;
	}

	footer .navigation {
		margin: 0;
	}

	/******
	  SOCIAL
	******/

	.social {
		position: relative;
		top: auto;
		right: auto;
		text-align: center;
	}

	.social a:before {
		font-size: 32px;
		line-height: 32px;
	}
}

/******
  MAX WIDTH 720px
******/
@media handheld, only screen and (max-width: 720px) {
	/******
		MASONRY GRID
	******/

	.items .item.w2x,
	.items .item.w3x {
		width: 335px;
	}
}

/******
  MAX WIDTH 540px
******/
@media handheld, only screen and (max-width: 540px) {

	/*
	body {
		font-size: 14px;
		line-height: normal;
	}
	*/

	/******
		HEADER
	******/
	header .logo {
		margin: 0 0 0 90px;
		width: 145px;
		height: 64px;
	}

	header .book:link,
	header .book:visited {
		width: 80px;
		padding: 20px 10px;
	}

	header .phone:link,
	header .phone:visited {
		right: 90px;
	}

	/******
		MOBILE NAVIGATION
	******/
	#mobile-navigation .menu {
		padding: 10px 20px;
	}

	/******
		MASTHEAD SLICK CAROUSEL
	******/
	/*
	#masthead-container {
		margin-bottom: 165px;
	}
	*/

	#masthead {
		height: 360px;
		font-size: 14px;
	}

	.homepage #masthead .masthead-content {
		top: 50%;
	}

	.slick-slider .slick-dots  {
		display: none !important;
	}
	
	h1,
	.homepage #masthead h2 {
		font-size: 18px;
		line-height: normal;
		margin-bottom: 5px;
		font-weight: 500;
	}

	.homepage #masthead p {
		font-size: 16px;
	}

	.homepage #masthead .masthead-content,
	#masthead .masthead-content {
		/*
		top: auto;
		bottom: 15px;
		*/
		padding: 10px;
		transform: translateX(-50%);
	}

	/******
		AWARD
	******/

	a.award:link,
	a.award:visited {
		bottom: -160px;
		width: 260px;
	}

	a.award div span br {
		display: block;
	}

	/******
	  CONTENT
	******/
	#content {
		margin: 40px auto;
	}

	/******
		HOMEPAGE
	******/
	.homepage h1, 
	.homepage h2 {
		font-size:22px;
		padding-bottom: 0;
		font-weight: 500;
	}

	h1:after {
		display: none;
	}

	#callout-slider h3,
	.callouts h3 {
		font-size: 22px;
	}

	#callout-slider a:link,
	#callout-slider a:visited,
	.callouts a:link,
	.callouts a:visited {
		font-size: 16px;
	}
	a:link.button,
	a:visited.button,
	.homepage  a.button:link,
	.homepage  a.button:visited {
		font-size: 14px;
	}

	a:link.button,
	a:visited.button{
		padding-left: 25px;
		padding-right: 25px;
	}

	/******
		SPECIALS SLIDER
	******/

	#callout-slider {
		height: 290px;
	}

	#callout-slider .content  {
		bottom: 0;
		padding: 20px;
	}

	/******
		AREA GUIDE
	******/

	.area-guide .grid {
		display: none;
	}

	/******
		CALLOUTS
	******/
	.callouts {
		margin: 1px 0;
	}

	.callouts .callout {
		height: 290px;
		margin-bottom: 1px;
	}

	.callouts .content  {
		left: 0;
		bottom: 0;
		padding: 20px;
	}

	/******
		MAP
	******/

	.map-container,
	.location.map-container {
		height: 360px;
	}
}

/******
  MAX WIDTH 380px
******/
@media handheld, only screen and (max-width: 380px) {

	body {
		font-size: 12px;
	}

	/******
		HEADER
	******/
	header .logo {
		margin: 0 0 0 55px;
	}

	header .phone:link,
	header .phone:visited {
		right: 90px;
	}
	
	/******
		MOBILE NAVIGATION
	******/
	#mobile-navigation .menu {
		font-size: 48px;
		line-height: 48px;		
		padding: 20px 10px;
	}



	/******
	  FOOTER
	******/
	footer {
		padding: 10px;
	}
	footer,
	footer .navigation a:link,
	footer .navigation a:visited { 
		font-size: 12px;
	}
}







/* added in 2021 */

/* Specials Slider
========================================================================== */
.specials-slider-container {
	background: #fff;
	margin: 3em 0;
	padding: 3em;
	background-color: #f1f1f1;
}

@media (max-width: 768px) {
	.specials-slider-container {
		padding: 1em;
	}
}

.specials-slider-container #specials-slider {
	max-width: 1360px;
	margin: 0 auto;
}

.specials-slider-container #specials-slider .item .item-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 1em;
}

@media (max-width: 768px) {
	.specials-slider-container #specials-slider .item .item-flex {
		flex-direction: column-reverse;
	}
}

.specials-slider-container #specials-slider .item .item-flex > div {
	flex-direction: column;
	justify-content: normal;
	height: auto;
}

.specials-slider-container #specials-slider .item .item-flex .content {
	flex: 0 1 53%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	color: #000;
}

@media (max-width: 768px) {
	.specials-slider-container #specials-slider .item .item-flex .content {
		flex: 0 1 100%;
	}
}

.specials-slider-container #specials-slider .item .item-flex .content span {
	font-weight: bold;
}

.specials-slider-container #specials-slider .item .item-flex .content h2 {
	font-size: 2rem;
	line-height: 2.3rem;
	margin: 0 0 0.6em 0;
	text-transform: none;
}

.specials-slider-container #specials-slider .item .item-flex .content a:link,
.specials-slider-container #specials-slider .item .item-flex .content a:visited {
	text-decoration: none;
	text-transform: uppercase;
}

.specials-slider-container #specials-slider .item .item-flex .photos {
	flex: 0 1 42%;
	text-align: right;
}

@media (max-width: 768px) {
	.specials-slider-container #specials-slider .item .item-flex .photos {
		flex: 0 1 100%;
		margin-bottom: 3em;
	}
}


.specials-slider-container #specials-slider .item .item-flex .photos img {
	object-fit: contain;
	height: 100%;
}

.specials-slider-container .specials-arrows {
	margin: 4.5em auto 0 auto;
	position: relative;
	max-width: 320px;
	height: 40px;
	text-align: center;
}

@media (max-width: 1100px) {
	.specials-slider-container .specials-arrows {
		margin-top: 2em;
	}
}

@media (max-width: 768px) {
	.specials-slider-container .specials-arrows {
		margin-top: 1em;
	}
}

.specials-slider-container .specials-arrows .more-offers:link,
.specials-slider-container .specials-arrows .more-offers:visited {
	color: #802716;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}

.specials-slider-container .specials-arrows .more-offers:hover,
.specials-slider-container .specials-arrows .more-offers:focus {
	color: #000;
}

.specials-slider-container .specials-arrows .slick-arrow {
	position: absolute;
	bottom: 0;
	display: block;
	z-index: 50;
	transform: none;
	padding: 0;
	font: normal 4rem "Icons";
	color: #802716;
	text-decoration: none;
	cursor: pointer;
}

.specials-slider-container .specials-arrows .slick-arrow:hover,
.specials-slider-container .specials-arrows .slick-arrow:focus {
	color: #000;
}

.specials-slider-container .specials-arrows .slick-arrow.slick-prev {
	left: 0;
}

.specials-slider-container .specials-arrows .slick-arrow.slick-prev:after {
	content: '\f104';
}

.specials-slider-container .specials-arrows .slick-arrow.slick-next {
	right: 0;
}

.specials-slider-container .specials-arrows .slick-arrow.slick-next:after {
	content: '\f105';
}
