/******
  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: #4e4235;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.text-center {
	text-align: center;
}

/*******************************************************************
	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: 'Libre Baskerville', serif;
	line-height: normal;
	font-weight: 300;
	position: relative;
	color: #4e4235;
}

h1 {
	display: table;
	position: relative;
	color: #fff;
	text-align: center;
	font-size: 48px;
	line-height: 65px;
	font-weight: 500;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}

h2 {
	position: relative;
	font-size: 48px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}


h3 {
	font-size: 24px;
	color: #751313;
}




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: #751313;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* buttons */
a:link.button,
a:visited.button,
strong em a:link,
strong em a:visited,
em strong a:link,
em strong a:visited,
a:link em strong,
a:visited em strong,
a:link strong em,
a:visited strong em {
	display: inline-block;
	padding: 4px 35px;
	margin-bottom: 5px;
	background: #751313;
	border: solid #751313 1px;
	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,
strong em a:hover,
em strong a:hover,
a.button:focus,
strong em a:focus,
em strong a:focus {
	background: #fff;
	color: #751313;
	text-decoration: none;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
}

.inlineButtons br {
	display: none;
}

a i,
a i {
	font-size: 24px;
	font-style: normal;
}

/*******************************************************************
	ICONS
*******************************************************************/

@font-face {
	font-family: 'Icons-Regular';
	src: url('fonts/fa-regular-400.eot');
	src: url('fa-regular-400.eot?#iefix') format('embedded-opentype'), url('fonts/fa-regular-400.woff') format('woff'), url('fonts/fa-regular-400.ttf') format('truetype'), url('fonts/fa-regular-400.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Icons-Solid';
	src: url('fonts/fa-solid-900.eot');
	src: url('fa-solid-900.eot?#iefix') format('embedded-opentype'), url('fonts/fa-solid-900.woff') format('woff'), url('fonts/fa-solid-900.ttf') format('truetype'), url('fonts/fa-solid-900.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Icons-Brands';
	src: url('fonts/fa-brands-400.eot');
	src: url('fa-brands-400.eot?#iefix') format('embedded-opentype'), url('fonts/fa-brands-400.woff') format('woff'), url('fonts/fa-brands-400.ttf') format('truetype'), url('fonts/fa-brands-400.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.icon {
	font-style: normal;
	font-family: 'Icons-Solid';
}


/******
  HEADER
******/

header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 3000;
	background: #fff;
	text-align: right;
}

header > .stack {
	position: relative;
	max-width: 1360px;
	padding: 25px 10px;
	margin: 0 auto;
}

header .logo {
	position: relative;
	z-index: 1000;
	float: left;
	text-align: left;
	z-index: 100;
	width: 325px;
	height: 74px;
	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: 35px 10px;
	height: 100%;
	width: 115px;
	background: #751313;
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}
header .book:hover {
	background: #fff;
	color: #751313;
}

header .phone:link,
header .phone:visited {
	font-size: 0;
	position: absolute;
	top: 50%;
	right: 125px;
	color: #751313;
	text-decoration: none;
	transform: translateY(-50%);
}
header .phone:hover {
	color: #751313;
}

header .phone:before {
	font-family: Icons-Solid;
	font-size: 64px;
	line-height: 64px;
	content: '\f095';
}

header .book,
header .phone {
	display: none;
}

#bestRateMobile {
	display: none;
}

/******
  SUB-NAVIGATION
******/
#sub-navigation {
	position: relative;
	top: 5px;
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 0;
	font-size: 0.1px;
	color: #4e4235;
}

#sub-navigation li {
	position: relative;
	display: inline-block;
	margin: 0 5px 0 0;
	font: 400 16px Raleway, Myriad Pro, Arial, sans-serif;
}

#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: #4e4235;
	text-decoration: none;
	padding: 5px;
}

#sub-navigation li:after {
	content: " |";
	speak: none;
}

#sub-navigation a:hover  {
	text-decoration: underline;
}

#sub-navigation a:focus {
	background: #FFF;
	color: #4e4235;
	outline: none;
}

/******
	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: 14px;
	color: #4e4235;
	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: #751313;
	border: solid #751313 1px;
	color: #fff;
	display: inline-block;
	font: 18px/35px Raleway, Myriad Pro, Arial, sans-serif;
	line-height: 20px;
	padding: 8px 35px 8px 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;
	border-radius: 2px;
}

#booking a.submit:hover,
#booking a.submit:focus {
	background: #fff;
	color: #751313;
	text-decoration: none;
	outline: 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:hover ul,
header #navigation li:focus ul,
header #navigation li.is-focused ul,
header #navigation li:target ul {
	display: block;
	opacity: 1;
	visibility: visible;
}

header #navigation li:last-child {
	margin-right: 0;
}

header #navigation li a:link, header #navigation li a:visited {
	display: block;
	color: #4e4235;
	padding: 12px;
	font: 400 16px 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:link, 
header #navigation > li:hover > a:visited,
header #navigation li.is-focused > a:visited,
header #navigation li.is-focused > a:link,
header #navigation > li > a:focus  {
	background: #751313;
	color: #fff;
	outline: none;
	text-decoration: none;
}

header #navigation ul {
	position: absolute;
	background: #751313;
	color: #fff;
	margin: 0;
	padding: 0;
	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:last-child {
	border-bottom: none;
}

header #navigation ul li a:link, 
header #navigation ul li a:visited {
	font-size: 16px;
	padding: 15px;
	color: #fff;
}

header #navigation ul li a:hover,
header #navigation ul li a:focus {
	background: #fff;
	color: #751313;
	outline: none;
	text-decoration: none;
}

header #navigation .hide-big {
	display: none;
}

header #navigation ul li.image {
	position: absolute; top: 12px; right: 12px;
	width: 175px;
	height: 120px;
}

/******
	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: 15px 20px;
	font-size: 64px;
	height: 100%;
	line-height: 64px;
	color: #fff;
	background: #751313;
	font-family: Icons-Solid;
	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-Solid;
	content: '\f0c9';
}

#mobile-navigation .menu:hover, #mobile-navigation .menu.active {
	background: #751313;
	color: #FFF;
	text-decoration: none;
}

#mobile-navigation li {
	position: relative;
	min-width: 240px;
	padding: 0;
	margin: 0;
	background: #751313;
	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: #4e4235;
	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-Solid";
	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.15);
	color: #fff;
}

/******
  MASTHEAD
******/

#masthead-container {
	position: relative;
}

#masthead {
	position: relative;
	width: 100%;
	height: 700px;
	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: 5px auto 30px auto;
	text-transform: none;
	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,
#masthead .gallery a:focus {
	color: #751313;
	background: #fff;
}

#masthead .gallery a span.bottom {
	display: block;
	font-size: 0.8em;
}

/******
  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.3);
}

.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 {
	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;
	background-attachment: 
}

.slick-slider .slick-prev:before {
	display: none;
}

.homepage .slick-slider .slick-next,
.homepage .slick-slider .slick-prev {
	display: none !important;
}

/******
	SPECIALS SLICK CAROUSEL
******/
#specials-slider {
	height: 615px;
}

#specials-slider .slick-slider .slick-track { -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; }

#specials-slider .slick-slider {
	margin-bottom: 0;
}

#specials-slider .slick-dots {
	height: 35px;
	top: 30px;
}

#specials-slider .content  {
	position: absolute;
	z-index: 10;
	padding: 30px 25px;
	bottom: 0;
	width: 90%;
	padding-right: 50px;
	max-width: 1340px;
}

/******
	CONTENT
******/

#content {
	margin: 60px auto;
	background: #FFF;
	padding: 0 35px;
}

#content .stack {
	max-width: 1200px;
	margin: 0 auto;
}

/*******************************************************************
	TABLES
*******************************************************************/
/* Tables */
#content table {
	width: 100%;
	background: white;
	margin-bottom: 1.25em;
	border: solid 1px #dddddd;
}
#content table thead,
#content table tfoot {
	background: whitesmoke;
	font-weight: bold;
}
#content table thead tr th,
#content table thead tr td,
#content table tfoot tr th,
#content table tfoot tr td {
	padding: 0.5em 0.625em 0.625em;
	font-size: 0.875em;
	color: #222222;
	text-align: left;
}
#content table tr th,
#content table tr td {
	padding: 0.5625em 0.625em;
	font-size: 0.875em;
	color: #222222;
	text-align: left;
}
#content table tr.even, #content table tr.alt, #content table tr:nth-of-type(even) {
	background: #f9f9f9; }
#content table thead tr th,
#content table tfoot tr th,
#content table tbody tr td,
#content table tr td,
#content table tfoot tr td {
	display: table-cell;
	line-height: 1.125em;
}

/******
	HOMEPAGE 
******/

.homepage h1 {
	font-size: 36px;
	color: #4e4235;
	margin-bottom: 35px;
}

.homepage h1:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 50%;
	height: 1px;
	background: #751313;
	transform: translateX(-50%);
}

.homepage h2 {
	/* text-transform: uppercase; */
	font-size: 36px;
}

.homepage #content .stack {
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
}

.homepage #masthead .masthead-content  {
	top: 60%;
}

#specials-slider h2,
.callouts h2 {
	color: #fff;
	font-size: 36px;
	font-weight: 400;
	margin: 0 0;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#specials-slider a:link,
#specials-slider a:visited,
.callouts a:link,
.callouts a:visited {
	position: relative;
	overflow: hidden;
	outline: none !important;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}

/*
#specials-slider a:after,
.callouts a:after {
	content: ' >';
	font-weight: 900;
	speak: none;
}
*/

#specials-slider a:hover,
.callouts a:hover,
#specials-slider a:focus,
.callouts a:focus {
	background: #FFF;
	color: #751313;
}

/*
#specials-slider a:hover,
.callouts a:hover {
	color: #4e4235;
}
#specials-slider a:hover:before,
.callouts a:hover:before {
	left: 0;
}
*/

.homepage a.button:link,
.homepage a.button:visited {
	display: inline-block;
	padding-left: 35px;
	padding-right: 35px;
	margin-top: 5px;
}

/******
	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-Solid;
	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;
}

.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;
}

/******
	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.wide .content {
	margin-right: 0;
}

.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;
}

.area-guide .awards {
	margin: 20px 0 0 0;
}

.area-guide .awards img {
	max-width: 160px;
}

/******
	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: #4e4235;
	font-size: 14px;
	font-weight: 300;
	color: #FFF;
}

footer .stack {
	position: relative;
	max-width: 1360px;
	margin: 0 auto;
}

footer .information {
	position: static !important;
}

footer p,
footer h3 {
	margin: 0;
}

footer h3 {
	color: #FFF;
	font-size: 16px;
}

footer .information a:link,
footer .information a:visited {
	color: #FFF;
	padding: 2px;
	text-decoration: none;
}

footer .information a:hover {
	color: #FFF;
	text-decoration: underline;
}

footer .information a:focus {
	background: #FFF;
	color: #4e4235;
	outline: none;
}

footer .information a.logo {
	display: inline-block;
	width: 134px;
	height: 67px;
	background: url(../images/logo-footer.png) no-repeat;
	margin-bottom: 10px;
	text-indent: -9999px;
}

footer a.logo:focus {
	outline: 2px solid #751313;
}

/******
	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-Brands;
	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: #751313;
}

.social a:before {
	font-size: 32px;
	line-height: 32px;
}

.social a:focus {
	outline: none;
}

.social .facebook a:before {content: "\f082";}
.social .facebook a:hover,
.social .facebook a:focus {color: #4267b2;}

.social .youtube a:before {content: "\f166";}
.social .youtube a:hover,
.social .youtube a:focus {color: #f50004;}

.social .twitter a:before { content: "\f099"; }
.social .twitter a:hover,
.social .twitter a:focus { color: #2ca7dd; }

.social .tripadvisor a:before { content: "\f262"; }
.social .tripadvisor a:hover,
.social .tripadvisor a:focus { color: #589442; }

.social .pinterest a:before { content: "\f231"; }
.social .pinterest a:hover,
.social .pinterest a:focus { color: #cb2027; }

.social .instagram a:before { content: "\f16d"; }
.social .instagram a:hover,
.social .instagram a:focus { color: #f1515f; }

.social .blog a:before { content: "\f09e"; }
.social .blog a:hover,
.social .blog a:focus { color: #ff8747; }

/******
  REWARDS
******/

.rewards {
	background: url("../images/logo-new-leaf.png") no-repeat left;
	display: block;
	font-size: 0;
	z-index: 1000;
	position: absolute;
	top: 70px;
	right: 0px;
	height: 48px;
	width: 158px;
}

.rewards:hover,
.rewards:focus {
	background-position: right;
	outline: none;
}

/******
  MEDIA QUERIES
******/

@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 12px;
	}

	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;
		display: none;
	}

	/******
		HOMEPAGE 
	******/
	.homepage h2 {
		margin-bottom: 10px;
	}

	/******
		MASTHEAD SLICK CAROUSEL
	******/

	#slideshow,
	#masthead {
		height: 650px;
	}


	/******
	  SPECIALS SLIDER
	******/


	#specials-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: 45px;
	}

	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: -140px; left: 0; right: 0;
		margin-left: auto;
		margin-right: auto;
		width: 460px;
	}

	a.award div span br {
		display: none;
	}

	/******
		HOMEPAGE
	******/

	#specials-slider h2,
	.callouts h2 {
		font-size: 28px;
	}

	#specials-slider a:link,#specials-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;
	}

	/******
	  SPECIALS SLIDER
	******/

	#specials-slider {
		height: 360px;
	}

	#specials-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;
	}

	/******
	  REWARDS
	******/
	.rewards {
		position: static;
		left: auto;
		top: auto;
		margin: 0 auto;
	}
}

/******
  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 100px;
		width: 145px;
		height: 33px;
	}

	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;
	}

	#specials-slider h2,
	.callouts h2 {
		font-size: 22px;
	}

	#specials-slider a:link,#specials-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
	******/

	#specials-slider {
		height: 290px;
	}

	#specials-slider .content  {
		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 420px
******/
@media handheld, only screen and (max-width: 420px) {
	header .phone:before {
		font-size: 44px;
	}

	/******
		HOMEPAGE BUTTONS
	******/
	.homepage a.button:link, .homepage a.button:visited {
		padding-left: 10px;
		padding-right: 10px;
	}
}

/******
  MAX WIDTH 380px
******/
@media handheld, only screen and (max-width: 380px) {

	body {
		font-size: 12px;
	}

	/******
		HEADER
	******/
	header .logo {
		margin: 0 0 0 73px;
	}

	header .phone:link,
	header .phone:visited {
		right: 90px;
	}
	
	/******
		MOBILE NAVIGATION
	******/
	#mobile-navigation .menu {
		font-size: 48px;
		line-height: 48px;		
		padding: 20px 10px;
	}

	/******
		HOMEPAGE BUTTONS
	******/
	.homepage a.button:link, .homepage a.button:visited {
		font-size: 14px;
	}

	/******
	  FOOTER
	******/
	footer {
		padding: 10px;
	}
	footer,
	footer .navigation a:link,
	footer .navigation a:visited { 
		font-size: 12px;
	}
}