@import url(https://fonts.googleapis.com/css?family=Prata%7CJosefin+Sans);
/*Pantone 1815 C*/
/*@lighttext: #464e53;*/
/*@darktext: #363D40;*/
/**
 * Table of Contents:
 *
 * General
 * 	- Typography 
 * Header
 * 	- Page Heading  
 * 	- Main Navigation
 * 	- Secondary Navigation
 * Content
 * 	- Pages
 * Footer    
 */
#site {
	position: relative;
	max-width: 1440px;
	background: #fff;
	margin: 0 auto;
}
/**General**/
html,
body {
	height: 100%;
	color: #3d4448;
	background: #f1ecec;
}

a {
	transition: all 200ms ease-in;
	outline: none;
	color: #262a2c;
	text-decoration: none;
}

	a:hover {
		color: #3d4448;
		text-decoration: none;
	}

img {
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3,
h4,
h6 {
	color: #262a2c;
}

h5 {
	color: #802528;
}

	h1 small,
	h2 small,
	h3 small,
	h4 small,
	h5 small,
	h6 small {
		color: #3d4448;
	}

strong,
b {
	font-weight: 600;
}
/**
General > Typography
**/
html {
	font-size: 62.5%;
	font-weight: 400;
	font-size: 12px;
}

body {
	font-size: 1.4rem;
	font-family: 'Josefin Sans', sans-serif;
}
/*p, li, span, div {*/
p,
li,
div {
	font-size: 1.4rem;
}

.lead {
	font-size: 1.8rem;
	margin: 2.8rem 0;
}

h1 {
	font-size: 3.6rem;
	line-height: 1.2;
}

h2 {
	font-size: 3.0rem;
	line-height: 1.2;
}

h3 {
	font-size: 2.4rem;
	line-height: 1.2;
}

h4 {
	font-size: 1.8rem;
	line-height: 1.2;
}

h5 {
	font-size: 1.6rem;
	line-height: 1.2;
}

h6 {
	font-size: 1.4rem;
	line-height: 1.2;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
ul {
	margin: 2.8rem 0 1.4rem;
}

	ul.list-unstyled li {
		margin-bottom: 1.4rem;
	}

dl dt {
	margin-top: 1.4rem;
}

	dl dt:first-of-type {
		margin-top: 0;
	}

h1 small,
h2 small,
h3 small {
	font-size: 50%;
	font-weight: normal;
}

h4 small {
	font-size: 65%;
}

h5 small,
h6 small {
	font-size: 75%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Prata', serif;
	position: relative;
}

#content h1[style*='center'],
#content h2[style*='center'],
#content h3[style*='center'],
#content h4[style*='center'],
#content h5[style*='center'],
#content h6[style*='center'],
#content h1.text-center,
#content h2.text-center,
#content h3.text-center,
#content h4.text-center,
#content h5.text-center,
#content h6.text-center {
	margin-bottom: 6.2rem;
}

	#content h1[style*='center']::after,
	#content h2[style*='center']::after,
	#content h3[style*='center']::after,
	#content h4[style*='center']::after,
	#content h5[style*='center']::after,
	#content h6[style*='center']::after,
	#content h1.text-center::after,
	#content h2.text-center::after,
	#content h3.text-center::after,
	#content h4.text-center::after,
	#content h5.text-center::after,
	#content h6.text-center::after {
		content: '';
		display: block;
		position: absolute;
		width: 6rem;
		border-bottom: 0.3rem solid #681e21;
		margin-top: 1.2rem;
		margin-left: -3rem;
		left: 50%;
	}

h1 > small,
h2 > small,
h3 > small,
h4 > small,
h5 > small,
h6 > small {
	display: block;
	opacity: 0.8;
	line-height: 1.2;
}

h1 .center-block,
h2 .center-block,
h3 .center-block,
h4 .center-block,
h5 .center-block,
h6 .center-block {
	display: block;
	margin: 0 auto;
	line-height: 1.4;
}

blockquote {
	padding-left: 7rem;
	position: relative;
	border-left: none;
}

	blockquote,
	blockquote p {
		font-family: 'Prata', serif;
		font-size: 1.8rem;
		margin-top: 0;
		color: #262a2c;
	}

		blockquote::before {
			content: '\201C';
			position: absolute;
			top: 0;
			left: 0;
			font-size: 150px;
			line-height: 1;
			color: #802528;
		}

		blockquote::after {
			content: '\201D';
			position: absolute;
			bottom: -0.5em;
			right: 0;
			font-size: 150px;
			line-height: 1;
			color: #802528;
		}

		blockquote cite {
			font-size: 1.4rem;
			opacity: 0.7;
			display: block;
			margin-top: 1rem;
		}

			blockquote cite::before {
				content: '\2014 \00A0';
			}

.list-bullet,
.list-square,
.list-pointer {
	list-style: none;
	padding-left: 2.2rem;
}

	.list-bullet li::before {
		content: '';
		display: block;
		width: 7px;
		height: 7px;
		background-color: #802528;
		position: absolute;
		margin-left: -2rem;
		margin-top: 6px;
		border-radius: 300px;
	}

	.list-square li::before {
		content: '';
		display: block;
		width: 7px;
		height: 7px;
		background-color: #802528;
		position: absolute;
		margin-left: -2rem;
		margin-top: 6px;
	}

	.list-pointer li::before {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px 0 5px 7px;
		border-color: transparent transparent transparent #802528;
		margin-left: -2rem;
		position: absolute;
		margin-top: 6px;
	}

.list-center li::before {
	content: '—';
	color: #802528;
	display: inline-block;
	margin-right: 1rem;
}

.list-center {
	padding: 0;
	text-align: center;
	list-style: none;
}

	.list-center li::after {
		content: '—';
		color: #802528;
		display: inline-block;
		margin-left: 1rem;
	}

.list-underline {
	border-bottom: 1px solid rgba(54, 61, 64, 0.1);
}

.list-nav {
	margin-bottom: 2.8rem;
}

hr {
	margin-top: 5.6rem;
	margin-bottom: 5.6rem;
	border-top: 1px solid #e4e0e0;
}

	hr.xs {
		margin-top: 3.2rem;
		margin-bottom: 3.2rem;
	}

.pullquote {
	font-family: 'Prata', serif;
	font-size: 1.8rem;
	width: 50%;
	max-width: 400px;
	margin-bottom: 2.8rem;
	color: #262a2c;
}

	.pullquote.pull-left {
		text-align: right;
		margin-right: 2.8rem;
		padding-right: 2.8rem;
		border-right: 3px solid #EBF0F1;
	}

	.pullquote.pull-right {
		margin-left: 2.8rem;
		padding-left: 2.8rem;
		border-left: 3px solid #EBF0F1;
	}

.animated {
	opacity: 0;
}

.animated-children [class*="col-"] > * {
	opacity: 0;
}

.white-box {
	background: rgba(255, 255, 255, 0.83);
	border-radius: 2px;
	border: 1px solid rgba(0, 0, 0, 0.075);
}

	.white-box.content-padding {
		padding: 5.6rem;
	}

	.white-box.content-padding-xs {
		padding: 3.2rem;
	}

@media (max-width: 767px) {
	html {
		font-size: 75%;
	}

	h1 {
		font-size: 3.6rem;
	}

	h2 {
		font-size: 3.0rem;
	}

	h3 {
		font-size: 2.4rem;
	}

	h4 {
		font-size: 1.8rem;
	}

	h5 {
		font-size: 1.6rem;
	}

	h6 {
		font-size: 1.4rem;
	}

	blockquote {
		padding-left: 4.2rem;
	}

		blockquote,
		blockquote p {
			font-size: 1.4rem;
		}

			blockquote::before {
				font-size: 2.8rem;
			}

	.pullquote {
		width: 100%;
		margin-right: 0 !important;
		margin-left: 0 !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
		border: none !important;
		text-align: left;
		float: none !important;
		display: block;
	}

	.animated {
		opacity: 1;
	}

	.animated-children [class*="col-"] > * {
		opacity: 1;
	}

	.white-box.content-padding,
	.white-box.content-padding-xs {
		padding: 15px;
	}

	.white-box-mobile {
		background: rgba(255, 255, 255, 0.85);
	}
}
/**
Header
**/
#header {
	/*background-image: url('/images/bg-home.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;*/
	min-height: 700px;
	position: relative;
	box-shadow: inset 0px -1px 3px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
	#header {
		min-height: 550px;
	}
}

.header-row {
	background: rgba(20, 0, 1, 0.15);
	background: linear-gradient(to bottom, rgba(20, 0, 1, 0.45), rgba(20, 0, 1, 0.4), rgba(20, 0, 1, 0));
	position: relative;
	z-index: 2;
	color: rgba(255, 255, 255, 0.75);
}

.absolute-header {
	padding-top: .5rem;
	padding-bottom: .5rem;
	font-weight: 300;
	position: relative;
	line-height: 0;
	z-index: 1;
}

	.absolute-header a {
		color: #ebebeb;
	}

	.absolute-header .fa {
		margin-right: .5rem;
	}

	.absolute-header [class^="pull-"],
	.absolute-header .ticker {
		font-size: 1.2rem;
	}

	.absolute-header .ticker {
		margin: 0 0 0 1.5rem;
	}

	.absolute-header [data-icon]:before {
		font-style: normal;
		font-size: 2.4rem;
		position: relative;
		bottom: -5px;
		line-height: 0;
		margin: 0 0.1rem;
	}

#header .booking-row {
	position: fixed;
	width: 100%;
	max-width: 1440px;
	bottom: 0;
	z-index: 1;
}

#header.header-content {
	min-height: 370px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('/images/bg-header-doors.jpg');
	background-position: center center;
}

#header canvas {
	z-index: 0;
}

@media (max-width: 767px) {
	#header .absolute-header .pull-left,
	#header .absolute-header .pull-right {
		float: none !important;
		display: block;
		text-align: center;
	}

	#header .weather {
		margin: 0;
		display: block;
	}

	#header.header-content {
		min-height: 0;
	}

	.absolute-header [class^="pull-"],
	.absolute-header .weather {
		font-size: 1.2rem;
		text-shadow: 0 1px 4px rgba(0, 0, 0, 0.22);
	}

	.absolute-header [data-icon]:before {
		font-size: 1.4rem;
		bottom: -2px;
	}

	.header-row .toggle-nav-label {
		display: block;
		padding: 1.5rem 0;
		line-height: 2rem;
		width: 100%;
		text-align: center;
	}

		.header-row .toggle-nav-label .fa {
			margin-right: 1rem;
		}

		.header-row .toggle-nav-label:first-of-type {
			float: right;
			border-left: 1px solid rgba(255, 255, 255, 0.35);
		}

		.header-row .toggle-nav-label:last-of-type {
			float: left;
		}
}
/**
Header > Page Heading
**/
.page-title {
	text-transform: none;
	margin: 2.8rem 0 1.4rem;
	font-size: 3.6rem;
	width: 100%;
	display: block;
	font-family: 'Prata', serif;
	color: #262a2c;
	padding-bottom: 2.4rem;
	border-bottom: 2px solid #f1ecec;
}

#page-heading {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
}

@media (max-width: 767px) {
	#page-heading {
		position: relative;
		height: auto;
		min-height: inherit;
	}
}

#page-heading.index-heading {
	position: relative;
}

#page-heading .row,
#page-heading .col-sm-12,
#page-heading .container {
	height: 100%;
	position: relative;
	z-index: 0;
}

#page-heading .page-title {
	color: #f1ecec;
	text-transform: none;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5), 1px 1px 13px rgba(0, 0, 0, 0.65);
	margin: 0;
	padding: 0;
	border: none;
	position: absolute;
	font-size: 6rem;
	bottom: 30px;
	width: 100%;
	margin-left: -30px;
	padding-left: 30px;
	z-index: 0;
	font-variant: small-caps;
}

@media (max-width: 767px) {
	#page-heading .page-title {
		position: relative !important;
		font-size: 3.6rem;
		text-align: center;
		line-height: 1.2;
		margin: 0;
		bottom: auto;
		padding: 2.8rem 0;
	}
}

#page-heading .page-title small {
	max-width: 600px;
	font-size: 40%;
	color: #fff;
}
/**
Header > Main Navigation
**/
#main-nav {
	background: rgba(255, 255, 255, 0.6);
	border: none;
	border-radius: 0;
	position: relative;
	z-index: 3;
	width: 100%;
	box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.09);
	border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}

	#main-nav .menu {
		list-style: none;
		float: right;
		margin: 0;
		padding: 0;
	}

		#main-nav .menu > .menu-item {
			display: block;
			position: relative;
			float: left;
			margin-left: 30px;
		}

			#main-nav .menu > .menu-item:first-of-type {
				margin-left: 0;
			}

			#main-nav .menu > .menu-item > a {
				height: 100%;
				height: 80px;
				line-height: 80px;
				display: block;
				color: #484848;
				text-decoration: none;
				text-transform: uppercase;
				transition: color 200ms ease-in;
				font-size: 1.4rem;
				text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.4), 0 0 5px rgba(255, 255, 255, 0.4);
				font-weight: 600;
			}

			#main-nav .menu > .menu-item:hover > a {
				color: #707070;
			}

		#main-nav .menu > .current-menu-item > a {
			color: #802528 !important;
			border-top: 3px solid #802528;
			height: 80px;
			line-height: 74px;
		}

	#main-nav .sub-menu {
		display: none;
		list-style: none;
		position: absolute;
		margin: 0;
		padding: 0;
		border-top: 3px solid #802528;
		background: #fff;
		width: 16rem;
		box-shadow: 0 7px 15px rgba(0, 0, 0, 0.12);
		z-index: 1;
		border-bottom-right-radius: 2px;
		border-bottom-left-radius: 2px;
	}

		#main-nav .sub-menu::before {
			content: '';
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 0 5px 5px 5px;
			border-color: transparent transparent #802528 transparent;
			position: absolute;
			top: -7px;
			left: 20px;
		}

	#main-nav .menu-item:hover > .sub-menu {
		display: block;
	}

	#main-nav .sub-menu .menu-item {
		position: relative;
	}

		#main-nav .sub-menu .menu-item > a {
			padding: 9px 20px;
			display: block;
			text-decoration: none;
			font-size: 1.4rem;
			color: #3b3b3b;
			border-bottom: 1px solid rgba(0, 0, 0, 0.05);
		}

		#main-nav .sub-menu .menu-item:last-of-type > a {
			border-bottom: none;
		}

		#main-nav .sub-menu .menu-item:hover > a {
			background: rgba(235, 240, 241, 0.5);
			color: #3d4448;
		}

	#main-nav .sub-menu > .menu-item-has-children > a::after {
		content: '\f105';
		font-family: FontAwesome;
		display: inline-block;
		margin-left: 10px;
		float: right;
	}

	#main-nav .sub-menu .sub-menu {
		display: block;
		position: absolute;
		left: 100%;
		top: 0;
		margin-top: -3px;
		z-index: 2;
	}

		#main-nav .sub-menu .sub-menu::before {
			display: none;
		}

#logo {
	padding: 5px 0;
	float: left;
	transition: none;
}

	#logo img {
		transition: none;
	}

.toggle-nav-label,
.toggle-nav-input {
	display: none;
	padding: 0;
	margin: 0;
}

.sticky-wrapper .stuck {
	width: 100%;
	max-width: 1440px;
	top: 0;
	left: 0;
	position: fixed !important;
	box-shadow: 0 1px 4px -2px rgba(0, 0, 0, 0.15);
	/*force webkit to use 3d rendering to avoid it's issues with "fixed"*/
	-webkit-transform: translateZ(0);
}

.sticky-wrapper #main-nav.stuck {
	background: rgba(255, 255, 255, 0.97);
}

.sticky-wrapper .stuck #logo {
	padding: 8px 0;
	height: 50px;
	overflow-y: hidden;
}

	.sticky-wrapper .stuck #logo img {
		overflow-y: hidden;
	}

.sticky-wrapper #main-nav.stuck .menu > .menu-item > a {
	height: 60px;
	line-height: 60px;
}

.sticky-wrapper #main-nav.stuck .menu > .current-menu-item > a {
	height: 57px;
	line-height: 54px;
}

@media (max-width: 991px) {
	#main-nav .menu > .menu-item {
		margin-left: 15px;
	}

		#main-nav .menu > .menu-item > a {
			font-size: 1.1rem;
		}
}

@media (max-width: 767px) {
	#main-nav {
		text-align: center;
		position: relative;
	}

		#main-nav #logo {
			float: none;
			display: block;
		}

		#main-nav .menu {
			display: none;
			position: absolute;
			top: 100%;
			width: 100%;
			background: #fff;
			left: 0;
			padding: 0;
			box-shadow: 0 20px 40px rgba(0, 0, 0, 0.75);
			z-index: 3;
			text-align: left;
			margin-top: 5rem;
		}

			#main-nav .menu > .menu-item {
				display: block;
				padding: 0;
				margin: 0;
				float: none;
			}

				#main-nav .menu > .menu-item > a {
					height: auto;
					line-height: 1em;
					padding: 1.5rem 2rem;
					border-top: 1px solid #f1ecec;
				}

			#main-nav .menu > .menu-item-has-children > a::after {
				content: '\f107';
				font-family: FontAwesome;
				display: inline-block;
				margin-left: 1rem;
			}

			#main-nav .menu > .menu-item > a > span {
				line-height: 1em;
			}

			#main-nav .menu > .menu-item:first-of-type > a {
				border-top: none;
			}

			#main-nav .menu > .menu-item > a:after {
				float: right;
			}

		#main-nav .sub-menu {
			display: none;
			position: static !important;
			visibility: visible;
			opacity: 1;
			border: none;
			box-shadow: none;
			width: 100%;
			padding: 0;
		}

			#main-nav .sub-menu::before {
				display: none;
			}

		#main-nav .menu-item:hover > .sub-menu {
			display: block;
		}

		#main-nav .sub-menu .menu-item > a {
			border-top: 1px solid #f1ecec;
			background: transparent !important;
			border-bottom: none;
			font-size: 1.4rem;
			line-height: 1em;
			padding: 1.5rem 2rem;
		}

		#main-nav .sub-menu > .menu-item-has-children > a::after {
			content: '\f107';
		}

		#main-nav .sub-menu > .menu-item > a::before {
			content: '';
			display: block;
			float: left;
			height: 1px;
			width: 15px;
			border-bottom: 3px solid #f1ecec;
			margin: 6px 10px 0 0;
		}

		#main-nav .sub-menu .sub-menu {
			position: static;
			display: none;
		}

			#main-nav .sub-menu .sub-menu > .menu-item > a::before {
				content: '';
				display: block;
				float: left;
				height: 1px;
				width: 15px !important;
				border-bottom: 3px solid #f1ecec;
				margin: 6px 10px 0 25px;
			}

		#main-nav #toggle-main-nav:checked + .menu {
			display: block;
		}

	.sticky-wrapper .stuck {
		width: 100%;
		position: static !important;
		box-shadow: none;
	}

		.sticky-wrapper .stuck #logo {
			padding: 20px 0;
		}

	.sticky-wrapper #main-nav.stuck .menu > .menu-item > a {
		height: auto;
		line-height: 1em;
	}

	.sticky-wrapper #main-nav.stuck .menu > .current-menu-item > a {
		height: auto;
		line-height: 1em;
	}
}
/**
Header > Secondary Navigation
**/
#secondary-nav {
	padding: 0;
	position: relative;
	z-index: 2;
}

	#secondary-nav .menu {
		padding: 0;
		margin: 0;
	}

		#secondary-nav .menu > .menu-item {
			display: block;
			text-align: center;
			width: 25%;
			position: relative;
			float: left;
		}

			#secondary-nav .menu > .menu-item > a {
				/*padding: 2px 0;*/
				color: #fff;
				text-decoration: none;
				text-transform: uppercase;
				font-size: 1.4rem;
				font-weight: 400;
				line-height: 1em;
				display: block;
				border-right: 1px solid rgba(255, 255, 255, 0.5);
				margin: 1.5rem 0;
				text-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
			}

			#secondary-nav .menu > .menu-item:first-child > a {
				border-left: 1px solid rgba(255, 255, 255, 0.5);
			}

			#secondary-nav .menu > .menu-item > a > em {
				font-family: 'Josefin Sans', sans-serif;
				font-size: 1.2rem;
				line-height: 1.6;
				font-weight: 300;
				font-style: normal;
				display: block;
				color: rgba(255, 255, 255, 0.65);
			}

			#secondary-nav .menu > .menu-item:hover > a {
				background: none;
				color: rgba(255, 255, 255, 0.55);
			}

	#secondary-nav .sub-menu {
		display: block;
		opacity: 0;
		visibility: hidden;
		list-style: none;
		position: absolute;
		margin: -7px 0 0 0;
		padding: 15px 28px 28px 28px;
		width: 550px;
		min-height: 300px;
		box-shadow: 0 7px 15px rgba(0, 0, 0, 0.42);
		background-size: cover;
		background-position: center;
		border: 10px solid rgba(255, 255, 255, 0.85);
		text-align: left;
		overflow: auto;
		border-radius: 2px;
		-moz-columns: 2;
		-webkit-columns: 2;
		columns: 2;
	}

	#secondary-nav .menu-item:hover > .sub-menu {
		visibility: visible;
		opacity: 1;
	}

	#secondary-nav .sub-menu:before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		background: linear-gradient(to right, rgba(15, 0, 1, 0.9) 0%, rgba(15, 0, 1, 0.2) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#00000000', GradientType=1);
		/* IE6-9 */
		z-index: 0;
		top: 0;
		left: 0;
	}

	#secondary-nav .sub-menu .menu-item > a {
		z-index: 1;
		position: relative;
		color: #fff;
		text-decoration: none;
		display: block;
		padding: 8px 0;
		font-size: 1.3rem;
		max-width: 200px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	}

		#secondary-nav .sub-menu .menu-item > a:hover {
			color: rgba(255, 255, 255, 0.45);
		}

	#secondary-nav .sub-menu .menu-item:last-child > a {
		border-bottom: none;
	}

@media (max-width: 767px) {
	#secondary-nav .menu {
		display: none;
		position: absolute;
		top: 100%;
		width: 100%;
		left: 0;
		padding: 0;
		background: #fff;
		box-shadow: 0 20px 40px rgba(0, 0, 0, 0.75);
		margin-top: 5rem;
	}

		#secondary-nav .menu > .menu-item {
			float: none;
			width: 100%;
			border-bottom: 1px solid #f1ecec;
		}

			#secondary-nav .menu > .menu-item > a,
			#secondary-nav .menu > .menu-item > a em {
				color: #3b3b3b;
				text-shadow: none;
			}

				#secondary-nav .menu > .menu-item > a:hover,
				#secondary-nav .menu > .menu-item > a:hover em {
					color: rgba(59, 59, 59, 0.65);
				}

	#secondary-nav .sub-menu {
		display: none;
		position: static !important;
		border: none;
		width: 100%;
		height: auto;
		min-height: inherit;
		padding: 0;
		top: 100%;
		box-shadow: inset 0px 3px rgba(0, 0, 0, 0.65);
		border-radius: 0;
		background-size: cover;
		visibility: visible;
		opacity: 1;
	}

	#secondary-nav .menu-item:hover > .sub-menu {
		display: block;
	}

	#secondary-nav .sub-menu:before {
		display: none;
	}

	#secondary-nav .sub-menu > .menu-item {
		display: block;
	}

		#secondary-nav .sub-menu > .menu-item > a {
			padding: 20px;
			border-bottom: 1px solid rgba(255, 255, 255, 0.15);
			width: 100%;
			max-width: 100% !important;
			text-align: center;
			background: rgba(0, 0, 0, 0.75);
		}

			#secondary-nav .sub-menu > .menu-item > a:hover {
				background: rgba(0, 0, 0, 0.65);
				color: #fff;
			}

	#secondary-nav #toggle-secondary-nav:checked + .menu {
		display: block;
	}
}
/**
Content
**/
#site::after {
	content: '';
	width: 1px;
	height: 1px;
	display: block;
	margin-top: -1px;
}

#content {
	box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.15);
	position: relative;
}

#site #content div > :first-child,
#site #content aside > :first-child {
	margin-top: 0;
}

#site #content div > :last-child,
#site #content aside > :last-child {
	margin-bottom: 0;
}

#value_prop {
	text-transform: uppercase;
	margin-bottom: 1.5em;
}

	#value_prop::after {
		content: '';
		display: block;
		position: absolute;
		width: 6rem;
		border-bottom: 0.3rem solid #681e21;
		margin-top: 1.2rem;
		margin-left: -3rem;
		left: 50%;
	}

	#value_prop .line1 {
		font-size: 0.6em;
		display: block;
		color: #aaa;
		text-transform: none;
	}

@media (max-width: 767px) {
	#value_prop .line2 {
		font-size: 0.8em;
		line-height: 1;
	}
}

#value_prop .line3 {
	font-size: 0.5em;
	display: block;
	color: #aaa;
	text-transform: none;
}

.bottom-close {
	margin-bottom: 1em !important;
}

.parallax-container {
	position: relative;
}

	.parallax-container .content-column:first-of-type {
		min-height: 1px;
	}

.parallax-image {
	position: absolute;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13), 0 7px 15px rgba(0, 0, 0, 0.39);
	border: 7px solid #e4e0e0;
	background-color: #e4e0e0;
	max-width: 370px;
	height: auto;
}

	.parallax-image:nth-child(1) {
		-webkit-transform: translate3d(1vw, -35%, 0) rotate3d(0, 0, 1, -10deg);
		transform: translate3d(1vw, -35%, 0) rotate3d(0, 0, 1, -10deg);
		z-index: 3;
	}

	.parallax-image:nth-child(2) {
		-webkit-transform: translate3d(-9vw, 65%, 0) rotate3d(0, 0, 1, 7deg);
		transform: translate3d(-9vw, 65%, 0) rotate3d(0, 0, 1, 7deg);
		z-index: 1;
	}

	.parallax-image:nth-child(3) {
		-webkit-transform: translate3d(3vw, 150%, 0) rotate3d(0, 0, 1, 16deg);
		transform: translate3d(3vw, 150%, 0) rotate3d(0, 0, 1, 16deg);
		z-index: 2;
	}

.video-row {
	overflow: hidden;
}

.video-bg .container {
	z-index: 1;
	position: relative;
}

#videobg-2 {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	max-width: 100%;
}

#gallery li {
	float: left;
	width: 25%;
	list-style: none;
	display: inline-block;
}

#gallery img {
	width: 100%;
	height: auto;
}

.size-25 {
	width: 25%;
}

.size-50 {
	width: 50%;
}

.size-75 {
	width: 75%;
}

.list-services {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}

	.list-services li {
		border-bottom: 1px solid rgba(54, 61, 64, 0.2);
		margin: 0;
		padding: 0;
	}

		.list-services li:last-child {
			border-bottom: none;
			padding-bottom: 0;
		}

	.list-services h3 {
		margin: 0;
	}

	.list-services a {
		display: block;
		padding: 2.8rem 0;
	}

		.list-services a:hover {
			background: rgba(54, 61, 64, 0.05);
		}

@media (max-width: 991px) {
	.parallax-container .parallax-image {
		left: 0%;
	}
}

@media (max-width: 767px) {
	[class*=size-] {
		width: 100%;
	}

	.parallax-container .parallax-image {
		position: static;
		margin-bottom: 1.4rem;
		-ms-transform: none;
		-webkit-transform: none;
		transform: none;
		max-width: 100%;
	}
	/*
	************************************
		MOVED TO _content-block.less
	************************************

	.content-padding,
	.content-padding-xs,
	.content-padding-lg,
	.content-padding-xl,
	.content-padding-xxl {
		padding-bottom: 3.2rem;
		padding-top: 3.2rem;
	}*/
	#content .row [class*="col-sm-"] {
		margin-bottom: 2.8rem;
	}

	.content-padding-mobile-none {
		padding-top: 0;
		padding-bottom: 0;
	}

	.tennis-parallax {
		display: none;
	}
}
/**
Events
**/
.content-image {
	border-radius: 2px;
	margin-bottom: 1.4rem;
	transition: all 200ms ease-in;
	box-sizing: border-box;
}

a .content-image:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}
/**
Bootstrap Overrides
**/
/** Tooltip */
.tooltip-inner {
	font-size: 1.1rem;
	border-radius: 2px;
}

.embed-responsive {
	border: 1px solid #262a2c;
	border-radius: 2px;
}
/** Buttons */
.btn {
	white-space: normal;
}

	.btn.btn-inline {
		padding: 1rem 0;
		display: inline-block;
		white-space: normal;
		font-weight: 600;
	}
/** Layout */
#content .row {
	margin-bottom: 5.6rem;
}
	/*
	********************************
	Moved to _content-block.less
	*******************************
#content .content-padding-none .row {
	margin-bottom: 0;
}

#content .content-padding-xs .row {
	margin-bottom: 3.2rem;
}

#content .content-padding-lg .row {
	margin-bottom: 9.8rem;
}

#content .content-padding-xl .row {
	margin-bottom: 14rem;
}

#content .content-padding-xxl .row {
	margin-bottom: 15.4rem;
}

#content .row:last-of-type {
	margin-bottom: 0 !important;
}

#content .content-padding-lg .row + hr {
	margin-top: -4.2rem;
}

#content .content-padding-xl .row + hr {
	margin-top: -8.4rem;
}

#content .content-padding-xxl .row + hr {
	margin-top: -9.8rem;
}
*/
	#content .row .row {
		margin-bottom: 0;
	}
/*
	*******************************
	MOVED TO _content-block.less
	*******************************
	
@media (max-width:@screen-xs-max) {
	#content .row,
	#content .content-padding-xs .row,
	#content .content-padding-lg .row,
	#content .content-padding-xl .row,
	#content .content-padding-xl .row,
	#content .content-padding-xxl .row {
		margin-bottom: 3.2rem;
	}

	#content .content-padding-none .row {
		margin-bottom: 0;
	}

	#content .content-padding-lg .row + hr {
		margin-top: 5.6rem;
	}

	#content .content-padding-xl .row + hr {
		margin-top: 5.6rem;
	}

	#content .content-padding-xxl .row + hr {
		margin-top: 5.6rem;
	}
}

	*/
/* Forms */
.form-group {
	margin-bottom: 1.4rem;
}

.form-control {
	box-shadow: none;
	padding: 0.9rem 1.5rem;
	height: auto;
	border-color: #e4e0e0;
	border-radius: 2px;
	-webkit-appearance: none;
}

	.form-control::-webkit-input-placeholder {
		color: #3d4448;
	}

	.form-control:-moz-placeholder {
		color: #3d4448;
	}

	.form-control::-moz-placeholder {
		color: #3d4448;
	}

	.form-control:-ms-input-placeholder {
		color: #3d4448;
	}

	.form-control:focus {
		border: 1px solid #95A5A6;
		box-shadow: none;
	}

@media (max-width: 767px) {
	input.form-control {
		box-shadow: none !important;
	}
}
/* Buttons */
.btn {
	font-weight: 600;
	font-size: 1.8rem;
	height: auto;
	padding: 1rem 2.6rem;
	transition: all 200ms ease-in;
	border-radius: 2px;
	border-width: 2px;
}

	.btn:active {
		box-shadow: none;
	}

	.btn.btn-lg {
		padding: 1.4rem 2.8rem;
	}

	.btn.btn-sm {
		padding: 0.5rem 0.7rem;
	}

	.btn.btn-primary {
		background: #681e21;
		border-color: #802528;
	}

		.btn.btn-primary:hover {
			background: #802528;
			border-color: #681e21;
		}

	.btn.btn-link {
		padding-left: 0;
		padding-right: 0;
		color: #262a2c;
		text-decoration: none !important;
		font-weight: normal;
	}

		.btn.btn-link:hover {
			color: #802528;
		}

		.btn.btn-link::after {
			content: '\f0a9';
			font-family: 'FontAwesome';
			font-size: 115%;
			display: inline-block;
			margin-left: 0.7rem;
			color: #802528;
			line-height: 0;
		}

		.btn.btn-link:hover::after {
			color: #a83034;
		}

	.btn.btn-default {
		color: #3d4448;
		border-color: #e4e0e0;
	}

		.btn.btn-default:hover {
			border-color: #e4e0e0;
			background: #f1ecec;
		}

	.btn.btn-block {
		padding-left: inherit;
		padding-right: inherit;
		text-align: center;
	}
/* Accordion */
.panel-group {
	margin: 2.8rem 0 1.4rem;
}

.panel.panel-default {
	border-color: #e4e0e0;
	border-radius: 2px;
}

.panel-default > .panel-heading {
	background: none;
	padding: 0;
}

	.panel-default > .panel-heading .accordion-toggle {
		display: block;
		text-decoration: none;
		color: #802528;
		padding: 1.4rem 1.4rem 1.4rem 4rem;
		position: relative;
	}

		.panel-default > .panel-heading .accordion-toggle:before {
			font-family: 'FontAwesome';
			display: block;
			position: absolute;
			left: 15px;
		}

		.panel-default > .panel-heading .accordion-toggle:not(.collapsed):before {
			content: '\f150';
		}

		.panel-default > .panel-heading .accordion-toggle.collapsed:before {
			content: '\f152';
		}

		.panel-default > .panel-heading .accordion-toggle.collapsed {
			background: #EBF0F1;
			color: #262a2c;
		}

			.panel-default > .panel-heading .accordion-toggle.collapsed:hover {
				color: #3d4448;
			}

.panel-group .panel-heading + .panel-collapse .panel-body {
	border-top: none;
}

.panel {
	box-shadow: none;
}

.panel-body {
	padding: 0 20px 20px 40px;
}
/* Tabs */
.nav-tabs {
	border-bottom: 1px solid #e4e0e0;
}

.tab-pane {
	padding: 2rem;
	border: 1px solid #e4e0e0;
	border-top: none;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}

.nav-tabs > li > a {
	background: #f1ecec;
	font-family: 'Prata', serif;
	font-size: 1.6rem;
	margin-right: 1rem;
	padding: 1.4rem 2.4rem;
	border-color: #e4e0e0;
	border-bottom-color: #e4e0e0;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

	.nav-tabs > li > a:hover {
		background: #f1ecec;
	}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	border: 1px solid #e4e0e0;
	border-bottom-color: transparent;
	color: #802528;
}
/* Progress */
.progress,
.progress-bar {
	height: 30px;
	line-height: 30px;
	font-weight: bold;
}
/**
Elements
**/
/* Person */
.person-mini {
	padding-left: 110px;
	position: relative;
	min-height: 100px;
	    margin-bottom: 50px;
}

	.person-mini img {
		position: absolute;
		left: 0;
		top: 0;
		width: 90px;
		height: 90px;
		border-radius: 300px;
		border: 5px solid #f1ecec;
	}

	.person-mini strong {
		margin-bottom: 5px;
		display: block;
	}

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

	.person-large img {
		border-radius: 300px;
		border: 5px solid #f1ecec;
		margin-bottom: 15px;
		max-width: 200px;
		height: auto;
	}

	.person-large strong {
		display: block;
	}

@media (max-width: 767px) {
	.person-mini {
		padding: 0;
		text-align: center;
	}

		.person-mini img {
			margin-bottom: 1.4rem;
			position: static;
		}
}
/**
Footer 
**/
#footer {
	background: #f1ecec;
	padding: 5.6rem 0;
	color: #3d4448;
	font-size: 1.2rem;
}

	#footer abbr {
		border-bottom-color: rgba(102, 114, 121, 0.25);
	}

	#footer p {
		font-size: 1.2rem;
	}

	#footer a {
		color: #3d4448;
		text-decoration: none;
	}

	#footer aside {
		opacity: 0;
	}

	#footer a:hover {
		color: #262a2c;
	}

#main-footer .widget {
	margin-bottom: 2.8rem;
}

#footer .widget-title {
	font-family: 'Prata', serif;
	font-size: 1.4rem;
	font-weight: bold;
	color: #5B676B;
	margin-bottom: 2.8rem;
	margin-top: 0;
}

#absolute-footer .widget {
	border-top: 1px solid rgba(54, 61, 64, 0.1);
	padding-top: 4.2rem;
}

	#absolute-footer .widget p {
		margin-top: 0;
	}

@media (max-width: 767px) {
	#footer {
		position: static;
		font-size: 1.4rem;
	}

		#footer p {
			font-size: 1.4rem;
			margin: 1.4rem 0;
		}

		#footer .widget-title {
			font-size: 1.6rem;
			margin-bottom: 1.4rem;
		}

		#footer .widget {
			text-align: center;
		}

		#footer aside {
			opacity: 1;
		}
}
/**
Columns
**/
.content-column {
	float: left;
	margin-right: 3.22555%;
	/*&:last-child {
		margin-right: 0 !important;
	}*/
}

	.content-column.half {
		width: 48.387224%;
	}

	.content-column.one-three {
		width: 31.182966%;
	}

	.content-column.one-four {
		width: 22.580837%;
	}

	.content-column.two-three {
		width: 65.591482%;
	}

	.content-column.two-four {
		width: 48.387226%;
	}

	.content-column.three-four {
		width: 74.193611%;
	}

	.content-column.last {
		margin-right: 0 !important;
	}

.clear {
	clear: both;
}

.clearfix {
	clear: none !important;
}

@media (max-width: 767px) {
	.content-column {
		float: none;
		margin-right: 0;
		margin-bottom: 4.2rem;
		width: 100% !important;
	}

	.col-xs {
		margin-bottom: 2.8rem;
	}
}
/**
Full Width Row
**/
.fullwidth-row {
	background-image: url('/images/bg-parallax-3.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	overflow: hidden;
}

.fixed {
	background-attachment: fixed;
}

.cover {
	background-size: cover;
}

.bordered-top {
	border-top: 1px solid rgba(47, 53, 56, 0.1);
}

.bordered-bottom {
	border-bottom: 1px solid rgba(47, 53, 56, 0.1);
}

@media (max-width: 767px) {
	.fullwidth-row.fixed {
		background-attachment: scroll;
	}

	.fullwidth-row.cover {
		background-size: auto;
	}
}
/* iPad in portrait & landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.fullwidth-row {
		background-attachment: scroll !important;
		background-size: auto !important;
	}
}
/**
Pricing Table
**/
.pricing-table .content-column .btn {
	text-shadow: none;
}

.pricing-table span {
	display: block;
	padding: 0.5rem 0;
	border-bottom: 1px solid #D9DEDF;
}

.pricing-table .pricing-table-content span:last-of-type {
	border-bottom: none;
}

.pricing-row h3 {
	font-size: 3.6rem;
}

	.pricing-row h3 small {
		text-transform: uppercase;
		letter-spacing: 2px;
		font-weight: bold;
		font-size: 40%;
	}

.pricing-table .content-column {
	background: #f1ecec;
	margin: 0;
	width: 33.33%;
	text-shadow: 1px 1px rgba(255, 255, 255, 0.7);
}

.pricing-table .pricing-header {
	padding: 2.8rem 2.8rem 0 2.8rem;
	background: rgba(189, 195, 199, 0.2);
}

.pricing-table .pricing-table-content {
	padding: 2.8rem;
}

.pricing-table .pricing-footer {
	padding: 0 2.8rem 2.8rem 2.8rem;
}

.pricing-table .content-column:first-of-type .pricing-header {
	border-top-left-radius: 2px;
}

.pricing-table .content-column:last-of-type .pricing-header {
	border-top-right-radius: 2px;
}

.pricing-table .highlight-column {
	background: none;
	border-radius: 2px;
	margin-top: -2.8rem;
	box-shadow: -7px 0px 10px -5px rgba(0, 0, 0, 0.15), 7px 0px 10px -5px rgba(0, 0, 0, 0.15);
	position: relative;
	z-index: 1;
}

	.pricing-table .highlight-column .pricing-header {
		padding-top: 5.6rem;
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
		background: none;
	}

	.pricing-table .highlight-column .pricing-footer {
		padding-bottom: 5.6rem;
	}

.pricing-table h3 {
	margin-bottom: 0;
}

.pricing-table h4 sup {
	font-size: 1.2rem;
	opacity: 0.6;
}

.pricing-table .pricing-header {
	padding-bottom: 2.4rem;
}

.pricing-table .content-column:first-of-type {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.pricing-table .content-column:last-of-type {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

@media (max-width: 767px) {
	.pricing-table .content-column {
		padding: 2.8rem;
		margin-top: 0;
		margin-bottom: 1.4rem;
		border-radius: 2px;
		box-shadow: none;
	}
}
/**Search Form**/
#search-form {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background: #fff;
	display: none;
}

	#search-form .search-field {
		height: 60px;
		margin: 10px 0;
		width: 100%;
		min-width: 100%;
		outline: none;
		border: none;
		color: #333;
		font-size: 2.2rem;
		position: relative;
	}

	#search-form .close-search {
		position: absolute;
		right: 15px;
		top: 0;
		line-height: 80px;
		display: block;
		z-index: 5;
		color: #262a2c;
	}

.sticky-wrapper #main-nav.stuck #search-form .search-field {
	height: 40px;
}

.stuck #search-form .close-search {
	line-height: 60px;
}

#search-form-inline {
	border-top: 1px solid #f1ecec;
}

	#search-form-inline .search-field {
		padding: 1.5rem 2rem;
		padding-right: 4.8rem;
		width: 100%;
		outline: none;
		border: none;
		color: #333;
		font-size: 1.4rem;
	}

@media (max-width: 767px) {
	#search-form-inline {
		position: relative;
	}

		#search-form-inline::before {
			content: "\f002";
			font-family: "FontAwesome";
			font-size: 1.4rem;
			position: absolute;
			top: 1.5rem;
			right: 2rem;
			z-index: 1;
			color: #333;
		}

		#search-form-inline .search-field {
			position: relative;
		}
}
/**
Booking Form
**/
.booking-row {
	background: rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 1;
}

	.booking-row .form-control {
		background: rgba(255, 255, 255, 0.1) !important;
		border: none;
		border: 1px solid rgba(255, 255, 255, 0.75);
		border-radius: 2px;
		outline: none;
		color: #fff;
		position: relative;
		z-index: 0;
		-webkit-appearance: none;
	}

		.booking-row .form-control:focus {
			border-color: #fff;
			background: rgba(0, 0, 0, 0.15) !important;
		}

	.booking-row ::-webkit-input-placeholder {
		color: #ffffff;
	}

	.booking-row :-moz-placeholder {
		color: #ffffff;
	}

	.booking-row ::-moz-placeholder {
		color: #ffffff;
	}

	.booking-row :-ms-input-placeholder {
		color: #ffffff;
	}

	.booking-row .icon-calendar:after {
		content: '\f073';
		font-family: "FontAwesome";
		position: absolute;
		z-index: 1;
		top: 0;
		right: 3rem;
		line-height: 42px;
		color: #ffffff;
		font-size: 1.4rem;
	}

	.booking-row .icon-arrow:after {
		content: '\f107';
		font-family: "FontAwesome";
		position: absolute;
		z-index: 1;
		top: 0;
		right: 3rem;
		line-height: 42px;
		color: #ffffff;
		font-size: 1.4rem;
	}

.booking-block .icon-calendar:after {
	content: '\f073';
	font-family: "FontAwesome";
	position: absolute;
	z-index: 1;
	top: 0;
	right: 1.5rem;
	line-height: 42px;
	font-size: 1.4rem;
}

.booking-block .icon-arrow:after {
	content: '\f107';
	font-family: "FontAwesome";
	position: absolute;
	z-index: 1;
	top: 0;
	right: 1.5rem;
	line-height: 42px;
	font-size: 1.4rem;
}

.booking-block select {
	-webkit-appearance: none;
}

@media (max-width: 991px) {
	.booking-row .col-sm-6 {
		margin-bottom: 1.4rem;
	}
}

@media (max-width: 767px) {
	.booking-row {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
		background: rgba(0, 0, 0, 0.45);
	}

		.booking-row [class*=col-sm] {
			margin-bottom: 1.4rem;
		}

			.booking-row [class*=col-sm]:last-of-type {
				margin-bottom: 0;
			}

		.booking-row .sod_label {
			font-size: 1.2rem;
		}

	.sod_select select {
		display: block;
	}
}
/**Contact Page**/
#map-holder {
	min-height: 500px;
	position: relative;
	background-image: url('/images/map.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

@media (max-width: 768px) {
	#map-holder {
		min-height: 350px;
	}
}

#map-description {
	position: relative;
	z-index: 1;
}

	#map-description .col-lg-4 > div {
		background: #fff;
		display: block;
		padding: 40px;
		margin-top: -80px !important;
		right: 0;
		box-shadow: 0 7px 15px rgba(0, 0, 0, 0.12);
		border-radius: 2px;
	}

#map-container {
	top: 0;
	position: absolute;
}

.form-group {
	position: relative;
}

	.form-group[data-required]::before,
	div[data-required]::before {
		content: '*';
		font-size: 2rem;
		color: #802528;
		position: absolute;
		right: 25px;
		top: 8px;
		z-index: 1;
	}

#contact-form .form-group {
	margin-bottom: 2.8rem;
}

#contact-form .btn {
	margin-top: 2.8rem;
}
/**
Coming Soon
**/
#coming-soon {
	background: rgba(255, 255, 255, 0.35);
	position: absolute;
	z-index: 2;
	text-align: center;
	border-radius: 2px;
	width: 100%;
	top: 50%;
}

@media (max-width: 767px) {
	#coming-soon {
		top: 0;
		left: 0;
	}
}
/**
404 Page
**/
#goog-fixurl ul,
#goog-fixurl li {
	list-style: none;
	padding: 0;
}

#goog-wm-qt {
	display: block;
	width: 100%;
	border: 1px solid #e4e0e0;
	height: 40px;
	padding: 10px 15px;
	box-shadow: none;
	font-size: 14px;
	line-height: 1.42857143;
	color: #95A5A6;
	background-color: #FFF;
	background-image: none;
	border-radius: 2px;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	margin: 10px 0;
	outline: none;
}

#goog-wm-sb {
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid rgba(0, 0, 0, 0);
	white-space: nowrap;
	padding: 1rem 2.8rem;
	font-size: 1rem;
	line-height: 1.42857143;
	border-radius: 2px;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	color: #FFF;
	background: #802528;
	border-color: #802528;
	font-weight: bold;
}
/**
Font Awesome
**/
.fa-boxed {
	display: inline-block;
	text-align: center;
	border-radius: 300px;
	margin: 0 1px;
	width: 24px;
	line-height: 24px;
	height: 24px;
	font-size: 14px;
	background: #262a2c;
}

	.fa-boxed::before {
		color: #fff;
	}

	.fa-boxed.fa-rss {
		background: #dca334;
	}

	.fa-boxed.fa-pinterest {
		background: #dd4430;
	}

	.fa-boxed.fa-facebook {
		background: #2f5c95;
	}

	.fa-boxed.fa-twitter {
		background: #398feb;
	}

	.fa-boxed.fa-vimeo-square {
		background: #aad450;
	}

	.fa-boxed.fa-linkedin {
		background: #007bb6;
	}

	.fa-boxed.fa-google-plus {
		background: #dd4b39;
	}

	.fa-boxed.fa-instagram {
		background: #3f729b;
	}
/**
Widgets
**/
.sidebar-widget {
	margin-bottom: 7rem;
}

	.sidebar-widget h5 {
		color: #262a2c;
	}

	.sidebar-widget a {
		color: #802528;
		font-weight: 700;
		font-size: 1.6rem;
	}
/* Search */
#custom-search-form {
	position: relative;
}

	#custom-search-form:after {
		content: '\f002';
		font-family: 'FontAwesome';
		position: absolute;
		font-size: 1.8rem;
		top: 0;
		right: 0;
		width: 34px;
		height: 40px;
		line-height: 40px;
		color: #262a2c;
	}
/* Event Archives */
.event-archive ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.event-archive li {
	padding: 10px 0 10px 20px;
	border-bottom: 1px solid #e4e0e0;
	position: relative;
}

	.event-archive li::before {
		content: '\f133';
		font: 1rem/2 "FontAwesome";
		position: absolute;
		left: 0;
	}

	.event-archive li:last-child {
		border-bottom: none;
	}

	.event-archive li > strong {
		font-weight: normal;
	}

.event-archive .archive-date {
	font-size: 1.2rem;
}

.event-archive .archive-title {
	font-weight: 700;
}

@media (max-width: 767px) {
	#side:first-of-type {
		padding-bottom: 5.6rem;
	}

	#side:last-of-type {
		padding-top: 5.6rem;
	}
}
/**
Posts
**/
.entry {
	padding: 4rem 0;
	border-bottom: 1px solid #e4e0e0;
}

	.entry p {
		font-size: 1.6rem;
	}

	.entry.sticky {
		padding: 5.6rem 4.2rem;
		background: #f1ecec;
	}

	.entry.single {
		border-bottom: none;
	}

	.entry:first-child {
		padding-top: 0;
	}

	.entry:not(.sticky):last-child {
		padding-bottom: 0;
		border-bottom: none;
	}

	.entry h1 > small,
	.entry h2 > small,
	.entry h3 > small,
	.entry.quote blockquote > small {
		text-transform: none;
		padding-top: 1rem;
		color: #802528;
		font-size: 1.4rem;
		line-height: 1.4;
	}

		.entry h1 > small span,
		.entry h2 > small span,
		.entry h3 > small span,
		.entry.quote blockquote > small span {
			font-size: 1.2rem;
		}

		.entry.quote blockquote > small::before {
			display: none;
		}

	.entry .content-image {
		display: block;
		margin: 2.8rem auto 1.4rem;
	}

	.entry .fa-calendar,
	.entry .fa-comments-o {
		margin-right: .5rem;
	}

	.entry .social-container {
		padding-top: 1.4rem;
	}

@media (max-width: 767px) {
	.entry.sticky {
		padding: 2.8rem;
	}
}
/**
Block Grid
**/
ul[class*="block-grid-"] {
	list-style: none;
	padding: 0;
	margin-right: -1.5rem;
	margin-left: -1.5rem;
	overflow: auto;
	clear: both;
}

	ul[class*="block-grid-"] li {
		list-style: none;
		padding: 0 1.5rem;
		margin: 2.8rem 0 0 0;
		float: left;
		height: auto;
		display: block;
	}

.block-grid-2 li {
	width: 50%;
}

.block-grid-3 li {
	width: 33.3333333%;
}

.block-grid-4 li {
	width: 25%;
}

.block-grid-5 li {
	width: 20%;
}

	.block-grid-2 li:nth-child(1),
	.block-grid-2 li:nth-child(2),
	.block-grid-3 li:nth-child(1),
	.block-grid-3 li:nth-child(2),
	.block-grid-3 li:nth-child(3),
	.block-grid-4 li:nth-child(1),
	.block-grid-4 li:nth-child(2),
	.block-grid-4 li:nth-child(3),
	.block-grid-4 li:nth-child(4),
	.block-grid-5 li:nth-child(1),
	.block-grid-5 li:nth-child(2),
	.block-grid-5 li:nth-child(3),
	.block-grid-5 li:nth-child(4),
	.block-grid-5 li:nth-child(5) {
		margin-top: 0;
	}

ul[class*="block-grid-"] .link-image {
	position: relative;
	display: block;
	overflow: hidden;
}

	ul[class*="block-grid-"] .link-image::after {
		content: '\f00e';
		font-family: "FontAwesome";
		font-weight: normal;
		line-height: 100%;
		position: absolute;
		z-index: 1;
		bottom: 0;
		right: 0;
		text-transform: uppercase;
		padding: .7rem 1.4rem;
		text-align: center;
		background: rgba(0, 0, 0, 0.45);
		color: #fff;
		border-top-left-radius: 2px;
		border-bottom-right-radius: 2px;
		opacity: 0;
		transition: all 200ms ease-in;
	}

	ul[class*="block-grid-"] .link-image:hover::after {
		opacity: 1;
	}

	ul[class*="block-grid-"] .link-image img {
		position: relative;
		z-index: 0;
		margin: 0;
		padding: 0;
	}

@media (max-width: 767px) {
	ul[class*="block-grid-"] {
		padding: 0;
		margin-left: 0;
		margin-right: 0;
	}

		ul[class*="block-grid-"] li {
			float: none;
			width: 100%;
			margin-top: 1.4rem !important;
			padding: 0;
		}

			ul[class*="block-grid-"] li img {
				width: 100%;
				height: auto;
			}

			ul[class*="block-grid-"] li:first-of-type {
				margin-top: 0 !important;
			}
}
/**
Rooms
**/
.room {
	position: relative;
	overflow: hidden;
}

	.room h4 {
		position: absolute;
		margin: 0;
	}

	.room.bottom h4 {
		bottom: 3rem;
	}

	.room.right h4 {
		right: 3rem;
	}

	.room.top h4 {
		top: 3rem;
	}

	.room.left h4 {
		left: 3rem;
	}

	.room.light h4 {
		color: #fff;
		text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
	}

	.room.dark h4 {
		color: #262a2c;
		text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15);
	}
/**
Banner
**/
.banner {
	position: relative;
	overflow: hidden;
}

	.banner::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.25);
	}

	.banner a {
		position: absolute;
		padding: 1.4rem 2.8rem;
		max-width: 18rem;
		left: 0;
		text-align: center;
		border: 2px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-weight: bold;
		background: rgba(0, 0, 0, 0.35);
	}

		.banner a:hover {
			background: #681e21;
			border-color: #681e21;
			color: #fff;
		}
/**
Isotope
**/
#isotope {
	margin: 0 -15px;
}

	#isotope .item {
		width: 25%;
		padding: 0 15px;
		margin-bottom: 30px;
		transition: opacity 200ms ease-in;
	}

	#isotope .item-content {
		border-right: 3px solid #f1ecec;
		border-left: 3px solid #f1ecec;
		border-bottom: 3px solid #f1ecec;
		padding: 3.2rem;
		border-bottom-right-radius: 2px;
		border-bottom-left-radius: 2px;
		transition: color, background 200ms ease-in;
	}

	#isotope .item img {
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
		transition: all 200ms ease-in;
		margin: 0;
		padding: 0;
		z-index: 0;
		width: 100%;
		height: auto;
	}

	#isotope .link-image {
		position: relative;
		display: block;
		overflow: hidden;
	}

	#isotope:hover .item {
		opacity: .75;
	}

	#isotope .link-image::after {
		content: '\f178';
		font-family: "FontAwesome";
		line-height: 100%;
		position: absolute;
		z-index: 1;
		bottom: 0;
		right: 0;
		text-transform: uppercase;
		padding: .7rem 1.4rem;
		text-align: center;
		background: rgba(0, 0, 0, 0.6);
		color: #fff;
		border-top-left-radius: 2px;
		opacity: 0;
		transition: all 200ms ease-in;
	}

	#isotope.item a {
		text-decoration: none;
	}

	#isotope p {
		margin-top: 0;
		font-size: 1.4rem;
	}

	#isotope .item:hover {
		opacity: 1;
	}

		#isotope .item:hover .item-content {
			background: #f1ecec;
		}

		#isotope .item:hover .link-image::after {
			opacity: 1;
		}

#isotope-filter a {
	max-width: auto;
	/*Dont know what this is supposed to do; 'auto' is not a valid value.*/
	display: inline-block;
	overflow: hidden;
}

#isotope-filter .selected a {
	color: #681e21;
}

	#isotope-filter .selected a:before {
		content: '\f14e';
		font-family: "FontAwesome";
		margin-right: 1rem;
		font-weight: normal;
	}

@media (max-width: 991px) {
	#isotope .item {
		width: 50%;
		opacity: 1;
	}

	#isotope:hover .item {
		opacity: 1;
	}
}

@media (max-width: 767px) {
	#isotope .item {
		width: 100%;
	}
}

.awards img {
	max-width: 190px;
	margin: 1em .5em !important;
}

@media (max-width: 768px) {
	.awards img {
		margin: 0 auto !important;
	}
}

.golfcourse {
	min-height: 870px;
	background-color: #fff;
}

.dining-menu .dropdown-menu li {
	font-size: 2rem;
}

.browsehappy {
	text-align: center;
	margin: 0.2em 0;
	background: #ddd;
	color: #000;
	padding: 0.2em 0;
}

.fa-boxed {
	display: inline-block;
	text-align: center;
	border-radius: 300px;
	margin: 0 1px;
	width: 28px;
	line-height: 28px;
	height: 28px;
	font-size: 20px;
}
/* This file is a list of overrides so that I don't have to scroll to the bottom of the 
	styles.less file when I want to add another one. */
#header.header-content-chandelier {
	background-image: url('/images/bg-header-5.jpg');
}

#header.header-content-capitol {
	background-image: url('/images/bg-header-capitol.jpg');
}

#header.header-content-dining {
	background-image: url('/images/bg-header-dining.jpg');
}

#header.header-content-wedding {
	background-image: url('/images/bg-header-wedding.jpg');
}

#header.header-content-wedding2 {
	background-image: url('/images/bg-header-7.jpg');
}

#header.header-content-lounge {
	background-image: url('/images/bg-header-6.jpg');
}

#header.header-content-golfing {
	background-image: url('/images/bg-header-golfing.jpg');
}

#header.header-content-lion {
	background-image: url('/images/bg-header-lion.jpg');
}

#header.header-content-calendar {
	background-image: url('/images/bg-header-calendar.jpg');
}

#header.header-content-doors {
	background-image: url('/images/bg-header-doors.jpg');
}

#header.header-content-benefits {
	background-image: url('/images/bg-header-benefits.jpg');
}

#header.header-content-foundation {
	background-image: url('/images/bg-header-foundation2018.jpg');
}

#header.header-content-plans {
	background-image: url('/images/bg-header-plans.jpg');
}

#header.header-content-bar {
	background-image: url('/images/bg-header-bar.jpg');
}

#header.header-content-bubbles {
	background-image: url('/images/bg-header-bubbles.jpg');
}

#header.header-content-formal {
	background-image: url('/images/bg-header-formal.jpg');
}

#header.header-content-meet {
	background-image: url('/images/bg-header-meet.jpg');
}

#header.header-content-retro {
	background-image: url('/images/bg-header-retro.jpg');
}

#header.header-content-rotary {
	background-image: url('/images/bg-header-rotary.jpg');
}

#header.header-content-networking {
	background-image: url('/images/bg-header-networking.jpg');
}

#main-nav .container-fluid {
	padding: 0 2rem;
}

.member-login {
	position: absolute;
	display: block;
	top: 100px;
	right: 0;
	z-index: 1;
	opacity: .75;
	color: #fff;
	background: #802528;
	font-size: 1rem;
	line-height: 1;
	padding: 1rem;
	border-radius: 0rem;
	box-shadow: -2px -2px 6px rgba(0, 0, 0, 0.5);
	text-decoration: none;
	-ms-transform: translate3d(0, -100%, 0) rotate3d(0, 0, 1, -90deg);
	-webkit-transform: translate3d(0, -100%, 0) rotate3d(0, 0, 1, -90deg);
	transform: translate3d(0, -100%, 0) rotate3d(0, 0, 1, -90deg);
	-ms-transform-origin: right bottom;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}

	.member-login:hover,
	.member-login:active {
		opacity: 1;
		color: #fff;
		padding-bottom: 3rem;
	}

	.member-login:visited {
		color: #fff;
	}

.section {
	padding-bottom: 0;
	padding-top: 0;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

	.section.bg-center {
		background-position: center center;
	}

	.section.bg-left {
		background-position: left center;
	}

	.section.bg-right {
		background-position: right center;
	}

	.section.section-padding {
		padding-bottom: 5.6rem;
		padding-top: 5.6rem;
	}

	.section.section-padding-none {
		padding-bottom: 0;
		padding-top: 0;
	}

		.section.section-padding-none > .container {
			width: 100%;
		}

			.section.section-padding-none > .container > .row > .col-sm-12 {
				padding-left: 0;
				padding-right: 0;
			}

	.section.section-padding-xs {
		padding-bottom: 3.2rem;
		padding-top: 3.2rem;
	}

	.section.section-padding-lg {
		padding-bottom: 9.8rem;
		padding-top: 9.8rem;
	}

	.section.section-padding-xl {
		padding-bottom: 14rem;
		padding-top: 14rem;
	}

	.section.section-padding-xxl {
		padding-bottom: 15.4rem;
		padding-top: 15.4rem;
	}

	.section.section-padding-spacer {
		height: 500px;
	}

.section-default {
	padding-right: 15px;
	padding-left: 15px;
}

.repeat {
	background-repeat: repeat;
}
/* Background Images */
.bg-1 {
	background-image: url('/images/bg-recreation.jpg');
}

.bg-2 {
	background-image: url('/images/bg-recreation-2.jpg');
}

.bg-3 {
	background: url('/images/bg-recreation-3.jpg') no-repeat bottom right;
}

.bg-roof {
	background: url('/images/bg-roof.jpg') no-repeat center right;
	background-position: center right;
}

.bg-5 {
	background-image: url('/images/bg-children.jpg');
}

.bg-6 {
	background: url('/images/bg-children-2.jpg') no-repeat bottom center;
	background-size: auto;
	min-height: 500px;
	background-attachment: fixed;
}

.bg-7 {
	background-image: url('/images/bg-dining-2.jpg');
	background-position: center;
}

.bg-8 {
	background: url('/images/andrew-wilson.jpg') no-repeat 10% center;
}

.bg-9 {
	background-image: url('/images/bg-dining.jpg');
	background-position: top center;
}

.bg-10 {
	background-image: url('/images/bg-events-3.jpg');
	min-height: 500px;
}

.bg-11 {
	background-image: url('/images/bg-events-2.jpg');
}

.bg-12 {
	background-image: url('/images/bg-events.jpg');
}

.bg-13 {
	background-image: url('/images/bg-room.jpg');
}

.bg-14 {
	background-image: url('/images/bg-rooms.jpg');
}

.bg-15 {
	background-image: url('/images/bg-rooms-2.jpg');
}

.bg-table {
	background-image: url('/images/bg-table.jpg');
}

.bg-halftone {
	background-image: url('/images/halftone.png');
}

section.bg-golf {
	background-image: url('/images/bg-golf.jpg');
}

.touch section.fixed {
	background-attachment: scroll;
	background-repeat: repeat;
}

.hero-carousel {
	padding-right: 0;
	padding-left: 0;
}

	.hero-carousel .item {
		margin: 0px auto;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		width: 100%;
		min-height: 700px;
		box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
		cursor: -webkit-grab;
		cursor: grab;

	}
	.hero-carousel a.slide-link .item {
				cursor: pointer;
}

@media (max-width: 767px) {
	.hero-carousel .item {
		min-height: 550px;
	}
}

.hero-carousel .screen {
	position: absolute;
	bottom: -7px;
	left: -4px;
	opacity: 0.63;
}

@media (max-width: 1440px) {
	.hero-carousel .screen {
		bottom: -6px;
		left: -3px;
	}
}

@media (max-width: 1199px) {
	.hero-carousel .screen {
		bottom: -5px;
		left: -3px;
	}
}

@media (max-width: 991px) {
	.hero-carousel .screen {
		bottom: -5px;
		left: -2px;
	}
}

@media (max-width: 767px) {
	.hero-carousel .screen {
		bottom: -4px;
		left: 12px;
	}
}

@media (max-width: 480px) {
	.hero-carousel .screen {
		bottom: -3px;
		left: 14px;
	}
}

.hero-carousel h1.hero-heading {
	position: relative;
	display: block;
	color: #f1ecec;
	text-transform: uppercase;
	letter-spacing: -0.5rem;
	line-height: 0.777777777778;
	font-size: 14rem;
	padding: 0;
	margin: 0;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25), 2px 2px 10px rgba(0, 0, 0, 0.25);
}

	.hero-carousel h1.hero-heading .word1,
	.hero-carousel h1.hero-heading .word2,
	.hero-carousel h1.hero-heading .word3 {
		position: relative;
		display: block;
	}

	.hero-carousel h1.hero-heading .word1 {
		left: 0px;
	}

	.hero-carousel h1.hero-heading .word2 {
		left: -1px;
	}

	.hero-carousel h1.hero-heading .word3 {
		left: -3px;
	}

		.hero-carousel h1.hero-heading .word3 .char1 {
			font-size: 97.3%;
		}

@media (max-width: 1440px) {
	.hero-carousel h1.hero-heading {
		position: relative;
		display: block;
		color: #f1ecec;
		text-transform: uppercase;
		letter-spacing: -0.5rem;
		line-height: 0.777777777778;
		font-size: 11.2rem;
		padding: 0;
		margin: 0;
		text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25), 2px 2px 10px rgba(0, 0, 0, 0.25);
	}

		.hero-carousel h1.hero-heading .word1,
		.hero-carousel h1.hero-heading .word2,
		.hero-carousel h1.hero-heading .word3 {
			position: relative;
			display: block;
		}

		.hero-carousel h1.hero-heading .word1 {
			left: 0px;
		}

		.hero-carousel h1.hero-heading .word2 {
			left: -1px;
		}

		.hero-carousel h1.hero-heading .word3 {
			left: -3px;
		}

			.hero-carousel h1.hero-heading .word3 .char1 {
				font-size: 97.3%;
			}
}

@media (max-width: 1199px) {
	.hero-carousel h1.hero-heading {
		position: relative;
		display: block;
		color: #f1ecec;
		text-transform: uppercase;
		letter-spacing: -0.5rem;
		line-height: 0.777777777778;
		font-size: 9.8rem;
		padding: 0;
		margin: 0;
		text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25), 2px 2px 10px rgba(0, 0, 0, 0.25);
	}

		.hero-carousel h1.hero-heading .word1,
		.hero-carousel h1.hero-heading .word2,
		.hero-carousel h1.hero-heading .word3 {
			position: relative;
			display: block;
		}

		.hero-carousel h1.hero-heading .word1 {
			left: 0px;
		}

		.hero-carousel h1.hero-heading .word2 {
			left: -1px;
		}

		.hero-carousel h1.hero-heading .word3 {
			left: -3px;
		}

			.hero-carousel h1.hero-heading .word3 .char1 {
				font-size: 97.3%;
			}
}

@media (max-width: 991px) {
	.hero-carousel h1.hero-heading {
		position: relative;
		display: block;
		color: #f1ecec;
		text-transform: uppercase;
		letter-spacing: -0.5rem;
		line-height: 0.777777777778;
		font-size: 8.4rem;
		padding: 0;
		margin: 0;
		text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25), 2px 2px 10px rgba(0, 0, 0, 0.25);
	}

		.hero-carousel h1.hero-heading .word1,
		.hero-carousel h1.hero-heading .word2,
		.hero-carousel h1.hero-heading .word3 {
			position: relative;
			display: block;
		}

		.hero-carousel h1.hero-heading .word1 {
			left: 0px;
		}

		.hero-carousel h1.hero-heading .word2 {
			left: -1px;
		}

		.hero-carousel h1.hero-heading .word3 {
			left: -3px;
		}

			.hero-carousel h1.hero-heading .word3 .char1 {
				font-size: 97.3%;
			}
}

@media (max-width: 767px) {
	.hero-carousel h1.hero-heading {
		position: relative;
		display: block;
		color: #f1ecec;
		text-transform: uppercase;
		letter-spacing: -0.5rem;
		line-height: 0.777777777778;
		font-size: 7rem;
		padding: 0;
		margin: 0;
		text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25), 2px 2px 10px rgba(0, 0, 0, 0.25);
	}

		.hero-carousel h1.hero-heading .word1,
		.hero-carousel h1.hero-heading .word2,
		.hero-carousel h1.hero-heading .word3 {
			position: relative;
			display: block;
		}

		.hero-carousel h1.hero-heading .word1 {
			left: 0px;
		}

		.hero-carousel h1.hero-heading .word2 {
			left: -1px;
		}

		.hero-carousel h1.hero-heading .word3 {
			left: -3px;
		}

			.hero-carousel h1.hero-heading .word3 .char1 {
				font-size: 97.3%;
			}
}

@media (max-width: 480px) {
	.hero-carousel h1.hero-heading {
		position: relative;
		display: block;
		color: #f1ecec;
		text-transform: uppercase;
		letter-spacing: -0.5rem;
		line-height: 0.777777777778;
		font-size: 5.6rem;
		padding: 0;
		margin: 0;
		text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25), 2px 2px 10px rgba(0, 0, 0, 0.25);
	}

		.hero-carousel h1.hero-heading .word1,
		.hero-carousel h1.hero-heading .word2,
		.hero-carousel h1.hero-heading .word3 {
			position: relative;
			display: block;
		}

		.hero-carousel h1.hero-heading .word1 {
			left: 0px;
		}

		.hero-carousel h1.hero-heading .word2 {
			left: -1px;
		}

		.hero-carousel h1.hero-heading .word3 {
			left: -3px;
		}

			.hero-carousel h1.hero-heading .word3 .char1 {
				font-size: 97.3%;
			}
}

.events-carousel {
	position: relative;
	z-index: 0;
}

	.events-carousel .item {
		float: left;
		display: block;
		margin: 0;
		transition: all 200ms ease-in;
	}

	.events-carousel .item-content {
		border-right: 3px solid #f1ecec;
		border-left: 3px solid #f1ecec;
		border-bottom: 3px solid #f1ecec;
		padding: 3.2rem;
		border-bottom-right-radius: 2px;
		border-bottom-left-radius: 2px;
		transition: color, background 200ms ease-in;
		min-height: 340px;
	}

	.events-carousel .item img {
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
		margin: 0;
		padding: 0;
		z-index: 0;
	}

	.events-carousel .link-image {
		position: relative;
		display: block;
		overflow: hidden;
	}

		.events-carousel .link-image::after {
			content: '\f178';
			font-family: "FontAwesome";
			line-height: 100%;
			position: absolute;
			z-index: 1;
			bottom: 0;
			right: 0;
			text-transform: uppercase;
			padding: .7rem 1.4rem;
			text-align: center;
			background: rgba(0, 0, 0, 0.6);
			color: #fff;
			border-top-left-radius: 2px;
			opacity: 0;
			transition: all 200ms ease-in;
		}

	.events-carousel .item a {
		text-decoration: none;
	}

	.events-carousel p {
		margin-top: 0;
		font-size: 1.4rem;
	}

	.events-carousel .item:hover .item-content {
		background: #f1ecec;
	}

	.events-carousel .item:hover .link-image::after {
		opacity: 1;
	}

.testimonials-carousel {
	margin: 0;
	padding: 0;
}

	.testimonials-carousel .testimonial {
		list-style: none;
	}

	.testimonials-carousel .testimonial-title {
		border-bottom: 1px solid rgba(54, 61, 64, 0.2);
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.testimonials-carousel .owl-stage-outer {
		margin-bottom: 3.6rem;
	}

.gallery-carousel .owl-stage-outer {
	padding-bottom: 3px;
}

.owl-theme .owl-controls {
	position: relative;
}

	.owl-theme .owl-controls .owl-nav [class*=owl-] {
		font-family: 'Prata', serif;
		font-size: inherit;
		background: none !important;
		padding: 0 !important;
		margin: 0;
		color: #262a2c !important;
		position: absolute;
		text-transform: capitalize;
	}

	.owl-theme .owl-controls .owl-nav .owl-next {
		right: 1rem;
	}

	.owl-theme .owl-controls .owl-nav .owl-prev {
		left: 1rem;
	}

	.owl-theme .owl-controls .owl-nav .owl-next:after {
		content: '\f0a9';
		font-family: 'FontAwesome';
		display: inline-block;
		margin-left: 10px;
		color: #802528;
		line-height: 1;
	}

	.owl-theme .owl-controls .owl-nav .owl-prev:before {
		content: '\f0a8';
		font-family: 'FontAwesome';
		display: inline-block;
		margin-right: 10px;
		color: #802528;
		line-height: 1;
	}

.owl-theme .owl-dots span {
	width: 12px;
	height: 12px;
	background: none !important;
	border: 1px solid rgba(102, 114, 121, 0.5);
	margin: 0 3px;
	transition: all 200ms ease-in;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #802528 !important;
	border-color: #802528 !important;
}

.content-padding {
	padding-bottom: 5.6rem;
	padding-top: 5.6rem;
}

.content-padding-none {
	padding-bottom: 0;
	padding-top: 0;
}

.content-padding-xs {
	padding-bottom: 3.2rem;
	padding-top: 3.2rem;
}

.content-padding-lg {
	padding-bottom: 9.8rem;
	padding-top: 9.8rem;
}

.content-padding-xl {
	padding-bottom: 14rem;
	padding-top: 14rem;
}

.content-padding-xxl {
	padding-bottom: 15.4rem;
	padding-top: 15.4rem;
}

.content-padding-spacer {
	height: 500px;
}

#content .content-padding-none .row {
	margin-bottom: 0;
}

#content .content-padding-xs .row {
	margin-bottom: 3.2rem;
}

#content .content-padding-lg .row {
	margin-bottom: 9.8rem;
}

#content .content-padding-xl .row {
	margin-bottom: 14rem;
}

#content .content-padding-xxl .row {
	margin-bottom: 15.4rem;
}

#content .row:last-of-type {
	margin-bottom: 0 !important;
}

#content .content-padding-lg .row + hr {
	margin-top: -4.2rem;
}

#content .content-padding-xl .row + hr {
	margin-top: -8.4rem;
}

#content .content-padding-xxl .row + hr {
	margin-top: -9.8rem;
}

@media (max-width: 767px) {
	.content-padding,
	.content-padding-xs,
	.content-padding-lg,
	.content-padding-xl,
	.content-padding-xxl {
		padding-bottom: 3.2rem;
		padding-top: 3.2rem;
	}
}

@media (max-width: 767px) {
	#content .row,
	#content .content-padding-xs .row,
	#content .content-padding-lg .row,
	#content .content-padding-xl .row,
	#content .content-padding-xl .row,
	#content .content-padding-xxl .row {
		margin-bottom: 3.2rem;
	}

	#content .content-padding-none .row {
		margin-bottom: 0;
	}

	#content .content-padding-lg .row + hr {
		margin-top: 5.6rem;
	}

	#content .content-padding-xl .row + hr {
		margin-top: 5.6rem;
	}

	#content .content-padding-xxl .row + hr {
		margin-top: 5.6rem;
	}
}

@media (max-width: 390px) {
	#content .content-padding-xs,
	#content .content-padding-lg,
	#content .content-padding-xl,
	#content .content-padding-xxl {
		padding-left: 0;
		padding-right: 0;
	}
}

.widget-padding {
	padding: 5.6rem;
}

.widget-padding-none {
	padding: 0;
}

.widget-padding-xs {
	padding: 3.2rem;
}

.widget-padding-lg {
	padding: 9.8rem;
}

.widget-padding-xl {
	padding: 14rem;
}

.widget-padding-xxl {
	padding: 15.4rem;
}

.widget-spacing-sm {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.widget-spacing-md {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.widget-spacing-lg {
	margin-top: 3rem;
	margin-bottom: 3rem;
}

@media (max-width: 767px) {
	.widget-padding {
		padding: 0;
	}

	.widget-padding-none {
		padding: 0;
	}

	.widget-padding-xs {
		padding: 0;
	}

	.widget-padding-lg {
		padding: 0;
	}

	.widget-padding-xl {
		padding: 0;
	}

	.widget-padding-xxl {
		padding: 0;
	}
}

.rte-text h2 {
	margin: 2.8rem 0 1.4rem !important;
}

.rte-text h6 {
	margin: 2.8rem 0 1.4rem !important;
	display: block;
	font-size: 1em;
	font-weight: normal;
	color: #3d4448;
	font-family: 'Prata', serif;
}

.rte-text h2[style*='center'] + h6[style*='center'],
.rte-text h2 + h6 {
	margin: -0.5rem 0 4rem !important;
	line-height: 1;
}

.rte-text h6[style*='center'] + h2[style*='center'],
.rte-text h6 + h2 {
	margin: -0.5rem 0 4rem !important;
	line-height: 1;
}

.rte-text h2:after {
	margin-top: 4rem !important;
}

.rte-text h6:after {
	margin-top: 5.2rem !important;
}

.rte-text h2 + h6:after {
	display: none !important;
}

.rte-text h6 + h2:after {
	display: none !important;
}

.golfcourse-list .row {
	margin-bottom: 2em !important;
}

.golfcourse {
	min-height: 810px;
	margin-bottom: 2rem;
}

	.golfcourse img {
		margin: -50px auto 0 auto !important;
		display: block;
	}

@media (max-width: 1200px) {
	.golfcourse {
		min-height: 880px;
	}
}

@media (max-width: 1008px) {
	.golfcourse {
		min-height: 855px;
	}

		.golfcourse h2 {
			font-size: 2rem;
		}

			.golfcourse h2 small {
				display: none;
			}
}

@media (max-width: 784px) {
	.golfcourse {
		min-height: 0;
		padding-left: 2em !important;
		padding-right: 2em !important;
	}

		.golfcourse img {
			margin-top: 0 !important;
		}
}

@media (max-width: 390px) {
	.golfcourse {
		padding: 10px !important;
	}

		.golfcourse a.btn-inline {
			font-size: 1.2rem;
		}
}

.event .event-date-time {
	display: inline-block;
	padding-bottom: 1rem;
	color: #802528;
	font-size: 1.4rem;
	line-height: 1.4;
}

.event-teaser .event-teaser-menu {
	margin-bottom: 1rem;
	text-align: right;
}

.roomentry {
	padding: 1.5rem;
	min-height: 350px;
}

	.roomentry .roomentry-text h3 {
		margin-bottom: 2rem;
		line-height: 1;
		text-transform: uppercase;
	}

	.roomentry .roomentry-text ul {
		list-style: none;
		margin: 0;
		padding-left: 2.2rem;
	}

	.roomentry .roomentry-text li::before {
		content: '';
		display: block;
		width: 7px;
		height: 7px;
		background-color: #802528;
		position: absolute;
		margin-left: -2rem;
		margin-top: 6px;
	}

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

		.roomentry .roomentry-footer a {
			margin-top: 3rem !important;
		}

#hero-heading {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
}

	#hero-heading .hero-padding {
		padding: 35px;
		background: rgba(230, 230, 230, 0.35);
	}

	#hero-heading .alt4name {
		position: absolute;
		z-index: 11111;
		width: 100%;
		top: 0px;
		padding: 100px 0 30px;
		font-family: 'Prata', serif;
		line-height: 1;
		text-align: center;
		text-transform: uppercase;
		color: #f1ecec;
		background: linear-gradient(180deg, rgba(24, 6, 7, 0.5) 66.6%, transparent);
		text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8), 0 0 10px rgba(0, 0, 0, 0.8), 0 0 20px rgba(0, 0, 0, 0.8);
	}

		#hero-heading .alt4name span {
			font-size: 3rem;
		}

			#hero-heading .alt4name span.char1,
			#hero-heading .alt4name span.char5,
			#hero-heading .alt4name span.char13 {
				font-size: 3.4rem;
			}

.hero h1 {
	font-size: 7.2rem;
	text-transform: uppercase;
	color: #fafafa;
	letter-spacing: 1px;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75), 2px 2px 10px rgba(0, 0, 0, 0.45);
}

	.hero h1 > span {
		font-size: 4.8rem;
	}

.hero2 {
	font-family: 'Prata', serif;
	font-size: 5rem;
	line-height: 1;
	text-transform: uppercase;
	color: #fafafa;
	letter-spacing: 1px;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75), 2px 2px 10px rgba(0, 0, 0, 0.45);
	margin: 0;
	background: rgba(0, 0, 0, 0.25);
	padding: 10px;
}

.rte-text :not(h2) a {
	color: #802528;
	font-weight: 700;
}

.rte-text a:hover {
	color: #681e21;
}

.rte-text a.btn-primary {
	color: #fff;
}

	.rte-text a.btn-primary:hover {
		color: #fff;
	}

#plan-rates {
	transition: all .5s;
}

	#plan-rates .accordion-toggle {
		display: block;
		text-decoration: none;
		color: #802528;
		cursor: pointer;
	}

		#plan-rates .accordion-toggle:before,
		#plan-rates .accordion-toggle:after {
			display: inline-block;
		}

		#plan-rates .accordion-toggle:not(.collapsed):before {
			content: 'hide';
		}

		#plan-rates .accordion-toggle.collapsed:before {
			content: 'show';
		}

		#plan-rates .accordion-toggle:after {
			font-family: 'FontAwesome';
		}

		#plan-rates .accordion-toggle:not(.collapsed):after {
			content: '\f205';
		}

		#plan-rates .accordion-toggle.collapsed:after {
			content: '\f204';
		}

		#plan-rates .accordion-toggle.collapsed {
			color: #262a2c;
		}

			#plan-rates .accordion-toggle.collapsed:hover {
				color: #3d4448;
			}

.has-tooltip {
	cursor: help;
	text-decoration: underline;
}

.tooltip-inner {
	text-align: left !important;
	font-size: 1em;
}

#mb-plans .mb-plan {
	padding: 1em 1em;
	clear: both;
}

	#mb-plans .mb-plan:nth-child(even) {
		background-color: #f9f9f9;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}

	#mb-plans .mb-plan .mb-title {
		float: left;
		font-family: 'Josefin Sans', sans-serif;
		font-size: 17px;
		font-weight: 600;
		line-height: 24px;
		margin-bottom: 0;
	}

	#mb-plans .mb-plan .mb-price {
		float: right;
	}

	#mb-plans .mb-plan .mb-desc {
		float: left;
		margin: 0 0 0 1em;
	}

@media (max-width: 500px) {
	#mb-plans .mb-plan {
		padding: 3em 1em;
	}

		#mb-plans .mb-plan .mb-title {
			float: none;
			text-align: center;
			font-size: 1.5em;
			margin-bottom: 1.4rem;
		}

		#mb-plans .mb-plan .mb-desc {
			float: none;
			text-align: center;
			margin: 1em 0;
		}

		#mb-plans .mb-plan .mb-price {
			float: none;
			text-align: center;
			font-size: 1.5em;
		}
}
/*# sourceMappingURL=style.css.map */
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
