@charset "UTF-8";
/*
Site Name:  Hotel Name
Author: Net Affinity
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Base & Theme
2.0 Fonts
3.0 Plugins
4.0 Layout
5.0 Components
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Base & Theme
--------------------------------------------------------------*/
@import "//fonts.googleapis.com/css?family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&family=Poppins:ital,wght@0,100;0,400;0,500;0,600;0,700;1,100;1,400;1,500;1,600;1,700&display=swap";
@import "//cdn.materialdesignicons.com/2.0.46/css/materialdesignicons.min.css";

.section--primary {
	background-color: #926231;
}

.section--secondary {
	background-color: #926231;
}

.section--book {
	background-color: #926231;
}

.section--cal-header-bg {
	background-color: #926231;
}

.section--cal-header-txt {
	background-color: #fff;
}

.section--cal-active {
	background-color: #340307;
}

.section--cal-hover {
	background-color: #64060e;
}

.section--error {
	background-color: #AF0000;
}

.section--gray-lighter {
	background-color: #DDD;
}

.section--gray-darker {
	background-color: #000100;
}

.section--gray-bg {
	background-color: #f7f7f7;
}

.section--white {
	background-color: white;
}

.text--primary {
	color: #926231;
}

.text--secondary {
	color: #926231;
	text-transform: none;
}

.text--book {
	color: #926231;
}

.text--cal-header-bg {
	color: #926231;
}

.text--cal-header-txt {
	color: #fff;
}

.text--cal-active {
	color: #340307;
}

.text--cal-hover {
	color: #64060e;
}

.text--error {
	color: #AF0000;
}

.text--gray-lighter {
	color: #DDD;
}

.text--gray-darker {
	color: #000100;
}

.text--gray-bg {
	color: #f7f7f7;
}

.text--white {
	color: white;
}

.title--before {
	display: block;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}

.upper {
	text-transform: uppercase;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

/*
  Object Fit How To: (To support IE)
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/*
Aspect Ratio How To:
It will take the first child and make it absolute. May need a container for that.
@include aspect-ratio(16, 9);
*/
/*
Animation How To:
@include anim(300ms, ease);
*/
/*
Gradient How To:
@include gradient(vertical, #000, 1, #000, 0);
*/
/*
Calc How To:
@include calc('width', '100% - 30px');
*/
/*
Placeholder How To:
@include placeholder {
    color: rgba(black, .5);
    font-size: 18px;
}
*/
.slide-down {
	-webkit-animation: slide-down .5s ease-in-out forwards;
	animation: slide-down .5s ease-in-out forwards;
	visibility: visible;
}

@-webkit-keyframes slide-down {
	from {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}

	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes slide-down {
	from {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		opacity: 0;
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.slide-up {
	-webkit-animation: slide-up .5s ease-in-out forwards;
	animation: slide-up .5s ease-in-out forwards;
	visibility: visible;
}

@-webkit-keyframes slide-up {
	from {
		-webkit-transform: translateY(-10%);
		transform: translateY(-10%);
		opacity: 0;
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes slide-up {
	from {
		-webkit-transform: translateY(-10%);
		transform: translateY(-10%);
		opacity: 0;
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
	margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
	/* 1 */
	display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
	margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
	background-color: transparent;
	/* 1 */
	-webkit-text-decoration-skip: objects;
	/* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
	font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
	font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
	background-color: #ff0;
	color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
	border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
	display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
	display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
	display: none;
}

.container {
	width: 95%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 15px;
}

.container--fluid {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0px;
}

.no-padding {
	padding: 0px !important;
}

.no-padding-right {
	padding-right: 0px !important;
}

.no-padding-left {
	padding-left: 0px !important;
}

.row {
	margin: 0px !important;
}

.visible-xxs {
	display: none;
}

/* Large devices */
@media (max-width: 1200px) {
	.no-padding-lg {
		padding: 0;
	}

	.padding-lg {
		padding: 15px;
	}

	.txt-center-lg {
		text-align: center;
	}

	.pull-none-lg {
		float: none !important;
	}

	.block-lg {
		display: block !important;
	}
}

.is-mobile {
	display: none;
}

@media (max-width: 767px) {
	.is-mobile {
		display: block;
	}
}

.is-tablet {
	display: none;
}

@media (max-width: 768px) {
	.is-tablet {
		display: block;
	}
}

.is-tablet-lg {
	display: none;
}

@media (max-width: 1024px) {
	.is-tablet-lg {
		display: block;
	}
}

@media (max-width: 767px) {
	.is-not-mobile {
		display: none;
	}
}

@media (max-width: 768px) {
	.is-not-tablet {
		display: none;
	}
}

@media (max-width: 1024px) {
	.is-not-tablet-lg {
		display: none;
	}
}

/* Medium devices */
@media (max-width: 992px) {
	.no-padding-md {
		padding: 0;
	}

	.padding-md {
		padding: 15px;
	}

	.txt-center-md {
		text-align: center;
	}

	.pull-none-md {
		float: none !important;
	}

	.block-md {
		display: block !important;
	}
}

/* Small devices */
@media (max-width: 768px) {
	.hidden-xs {
		display: none !important;
	}

	.visible-xs {
		display: block !important;
	}

	.no-padding-sm {
		padding: 0;
	}

	.padding-sm {
		padding: 15px;
	}

	.txt-center-sm {
		text-align: center !important;
	}

	.pull-none-sm {
		float: none !important;
	}

	.block-sm {
		display: block !important;
	}
}

@media (max-width: 480px) {
	.no-padding-xs {
		padding: 0;
	}

	.padding-xs {
		padding: 15px;
	}

	.txt-center-xs {
		text-align: center;
	}

	.pull-none-xs {
		float: none !important;
	}

	.hidden-xxs {
		display: none !important;
	}

	.visible-xxs {
		display: block !important;
	}

	.block-xs {
		display: block !important;
	}
}

input[type="text"]:not(.na-searchbox__ratecode-input),
input[type="email"],
input[type="password"],
input[type="search"],
input[type="submit"],
textarea,
select {
	display: block;
	width: 100%;
	font-size: 18px;
	border: 1px solid transparent;
	border-radius: 0;
	padding: 0 10px;
	transition: all 200ms linear;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 55px;
	line-height: 1.4;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
	color: black;
	font-weight: normal;
	font-family: 'Poppins', sans-serif;
}

::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.5);
}

:-moz-placeholder {
	color: rgba(0, 0, 0, 0.5);
}

::-moz-placeholder {
	color: rgba(0, 0, 0, 0.5);
}

:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.5);
}

/* ========================= FORMS ========================= */
.form-builder-wrapper,
.form-style {
	width: 100%;
}

.form-builder-wrapper ul,
.form-style ul {
	clear: both;
	margin: 0;
	padding: 0;
}

.form-builder-wrapper ul li,
.form-style ul li {
	padding: 10px 0;
	display: inline-block;
	width: 100%;
	list-style: none outside none !important;
	margin: 5px 0;
}

.form-builder-wrapper ul li:before,
.form-style ul li:before {
	display: none;
}

.form-builder-wrapper .label-wrapper,
.form-style .label-wrapper {
	width: 25%;
	float: left;
	padding-top: 5px;
}

.form-builder-wrapper .label-wrapper label,
.form-style .label-wrapper label {
	text-transform: uppercase;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.form-builder-wrapper .label-wrapper label:before,
.form-style .label-wrapper label:before {
	display: none;
}

.form-builder-wrapper .field-wrapper,
.form-style .field-wrapper {
	width: 75%;
	float: left;
}

.form-builder-wrapper .field-wrapper label,
.form-style .field-wrapper label {
	position: relative;
	padding-left: 30px;
	padding-top: 5px;
}

.form-builder-wrapper .field-wrapper label.error,
.form-style .field-wrapper label.error {
	background: none repeat scroll 0 0 #f1f1f1;
	color: #919191;
	display: table;
	font-size: 0.8em;
	padding: 0.3em;
	position: relative;
	right: 0;
	text-align: left;
}

.form-builder-wrapper .field-wrapper label.error:before,
.form-style .field-wrapper label.error:before {
	display: none;
}

.form-builder-wrapper .field-wrapper input[type=text],
.form-builder-wrapper .field-wrapper select,
.form-builder-wrapper .field-wrapper textarea,
.form-builder-wrapper .field-wrapper #upload,
.form-style .field-wrapper input[type=text],
.form-style .field-wrapper select,
.form-style .field-wrapper textarea,
.form-style .field-wrapper #upload {
	border: 1px solid #DDD;
	font-family: 'Open Sans', Arial, sans-serif;
	width: 100%;
	font-size: 1em;
	clear: both;
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.form-builder-wrapper .field-wrapper input[type=text]:hover,
.form-builder-wrapper .field-wrapper select:hover,
.form-builder-wrapper .field-wrapper textarea:hover,
.form-builder-wrapper .field-wrapper #upload:hover,
.form-style .field-wrapper input[type=text]:hover,
.form-style .field-wrapper select:hover,
.form-style .field-wrapper textarea:hover,
.form-style .field-wrapper #upload:hover {
	border: 1px solid #c4c4c4;
}

.form-builder-wrapper .field-wrapper input[type=text]:focus,
.form-builder-wrapper .field-wrapper select:focus,
.form-builder-wrapper .field-wrapper textarea:focus,
.form-builder-wrapper .field-wrapper #upload:focus,
.form-style .field-wrapper input[type=text]:focus,
.form-style .field-wrapper select:focus,
.form-style .field-wrapper textarea:focus,
.form-style .field-wrapper #upload:focus {
	border: 1px solid #926231;
}

.form-builder-wrapper .field-wrapper input[type=text].error,
.form-builder-wrapper .field-wrapper select.error,
.form-builder-wrapper .field-wrapper textarea.error,
.form-builder-wrapper .field-wrapper #upload.error,
.form-style .field-wrapper input[type=text].error,
.form-style .field-wrapper select.error,
.form-style .field-wrapper textarea.error,
.form-style .field-wrapper #upload.error {
	border-left: 3px solid #AF0000;
}

.form-builder-wrapper .field-wrapper input[type=text].error:hover,
.form-builder-wrapper .field-wrapper select.error:hover,
.form-builder-wrapper .field-wrapper textarea.error:hover,
.form-builder-wrapper .field-wrapper #upload.error:hover,
.form-style .field-wrapper input[type=text].error:hover,
.form-style .field-wrapper select.error:hover,
.form-style .field-wrapper textarea.error:hover,
.form-style .field-wrapper #upload.error:hover {
	border-left: 3px solid #AF0000;
}

.form-builder-wrapper .field-wrapper textarea,
.form-style .field-wrapper textarea {
	padding: 10px;
	min-height: 100px;
}

.form-builder-wrapper .field-wrapper select[multiple=multiple],
.form-style .field-wrapper select[multiple=multiple] {
	min-height: 100px;
	padding: 10px;
}

.form-builder-wrapper .field-wrapper input[type=checkbox],
.form-builder-wrapper .field-wrapper input[type=radio],
.form-style .field-wrapper input[type=checkbox],
.form-style .field-wrapper input[type=radio] {
	display: none;
	margin-left: 0px;
	vertical-align: text-top;
}

.form-builder-wrapper .field-wrapper input[type=checkbox]:hover:before,
.form-builder-wrapper .field-wrapper input[type=radio]:hover:before,
.form-style .field-wrapper input[type=checkbox]:hover:before,
.form-style .field-wrapper input[type=radio]:hover:before {
	border: 1px solid #c4c4c4;
}

.form-builder-wrapper .field-wrapper input.datepicker,
.form-style .field-wrapper input.datepicker {
	background: #fff;
	width: auto;
	float: left;
}

.form-builder-wrapper .field-wrapper input.phone,
.form-builder-wrapper .field-wrapper input.email,
.form-style .field-wrapper input.phone,
.form-style .field-wrapper input.email {
	width: 100%;
}

.form-builder-wrapper .field-wrapper .multi-row,
.form-style .field-wrapper .multi-row {
	float: left;
}

.form-builder-wrapper .field-wrapper .multi-row span.row,
.form-style .field-wrapper .multi-row span.row {
	clear: both;
	display: block;
	padding: 0.6em 0;
	float: left;
}

.form-builder-wrapper label:before,
.form-style label:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 3px;
	background-color: #fff;
	box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
	border: 1px solid #DDD;
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.form-builder-wrapper .checkbox label,
.form-style .checkbox label {
	cursor: pointer;
}

.form-builder-wrapper .checkbox label:before,
.form-style .checkbox label:before {
	border-radius: 2px;
}

.form-builder-wrapper .checkbox input[type=checkbox]:checked+label:before,
.form-style .checkbox input[type=checkbox]:checked+label:before {
	border: 1px solid #926231;
	background-color: #926231;
	content: "\F12C";
	font-family: 'Material Design Icons';
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	font-size: 16px;
	font-weight: bolder;
	color: #ffffff;
	text-align: center;
	line-height: 18px;
	padding-top: 1px;
}

.form-builder-wrapper .radio label,
.form-style .radio label {
	cursor: pointer;
}

.form-builder-wrapper .radio label:before,
.form-style .radio label:before {
	border-radius: 50%;
}

.form-builder-wrapper .radio input[type=radio]:checked+label:before,
.form-style .radio input[type=radio]:checked+label:before {
	border: 1px solid #926231;
	background-color: #926231;
	content: "\f111";
	font-family: 'FontAwesome';
	color: #fff;
	font-size: 11px;
	text-align: center;
	line-height: 21px;
}

.form-builder-wrapper table,
.form-style table {
	width: 100%;
}

.form-builder-wrapper input[type="submit"],
.form-style input[type="submit"] {
	background-color: #926231;
	border: none;
	color: white;
	font-size: 18px;
	margin: auto;
	display: block;
	width: 100%;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 15px;
	transition: 350ms ease;
}

.form-builder-wrapper input[type="submit"]:hover,
.form-style input[type="submit"]:hover {
	background-color: #85592d;
}

@media (max-width: 480px) {

	.form-builder-wrapper ul li,
	.form-style ul li {
		border: 0px;
	}

	.form-builder-wrapper .label-wrapper,
	.form-builder-wrapper .field-wrapper,
	.form-builder-wrapper #dates_required,
	.form-style .label-wrapper,
	.form-style .field-wrapper,
	.form-style #dates_required {
		display: block;
		width: 100%;
	}

	.form-builder-wrapper .label-wrapper label,
	.form-builder-wrapper .field-wrapper label,
	.form-builder-wrapper #dates_required label,
	.form-style .label-wrapper label,
	.form-style .field-wrapper label,
	.form-style #dates_required label {
		margin: 0px;
	}

	.form-builder-wrapper .li.btn-submit input,
	.form-style .li.btn-submit input {
		width: 100%;
	}
}

.datepicker-icon,
.select-icon {
	width: auto !important;
	position: relative;
}

.datepicker-icon:after,
.select-icon:after {
	content: "\F0EE";
	position: absolute;
	font: normal normal normal 18px/1 "Material Design Icons";
	left: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #c4c4c4;
	pointer-events: none;
}

.datepicker-icon .datepicker,
.select-icon .datepicker {
	padding-left: 25px;
}

.select-icon {
	width: 75% !important;
}

.select-icon:after {
	content: "\F140";
	left: inherit;
	right: 10px;
}

.select-icon select {
	padding-right: 25px;
}

@media (max-width: 767px) {

	.datepicker-icon,
	.select-icon {
		width: 100% !important;
	}
}

* {
	outline: none;
	box-sizing: border-box;
}

body,
html {
	font-size: 16px;
	line-height: 1.5;
	font-family: 'Poppins', sans-serif;
	color: #000100;
	font-weight: 300;
	background: #ffffff;
}

section {
	position: relative;
	z-index: 1;
}

.body--fixed {
	overflow: hidden;
}

a:not(.button) {
	color: #926231;
	text-decoration: none;
}

a:not(.button):hover,
a:not(.button):focus,
a:not(.button):active {
	color: #340307;
	text-decoration: none;
}

h1 {
	font-size: 41px;
}

@media (max-width: 767px) {
	h1 {
		font-size: 33px;
	}
}

h2 {
	font-size: 34px;
}

@media (max-width: 767px) {
	h2 {
		font-size: 28px;
	}
}

h3 {
	font-size: 28px;
}

@media (max-width: 767px) {
	h3 {
		font-size: 23px;
	}
}

h4 {
	font-size: 20px;
}

@media (max-width: 767px) {
	h4 {
		font-size: 16px;
	}
}

h5 {
	font-size: 16px;
}

@media (max-width: 767px) {
	h5 {
		font-size: 13px;
	}
}

h6 {
	font-size: 14px;
}

@media (max-width: 767px) {
	h6 {
		font-size: 12px;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Old Standard TT", serif;
	font-weight: 600;
	margin: 0px;
}

table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 30px;
}

table th,
table td {
	padding: 7.5px;
	vertical-align: top;
	border: 1px solid #efefef;
}

table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #efefef;
}

table tbody+tbody {
	border-top: 2px solid #efefef;
}

table .table {
	background-color: #fff;
}

.table-hover tbody tr:hover {
	background-color: #eee;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: #eee;
}

.content {
	color: #000100;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.content p {
	padding-top: 7.5px;
	padding-bottom: 7.5px;
	margin: 0px;
	font-weight: 400;
}

.content strong {
	font-weight: bold;
}

.content em {
	font-style: italic;
}

.content ul li {
	list-style: inside disc;
	padding-top: 7.5px;
	padding-bottom: 7.5px;
	line-height: 1.5;
}

.content ol li {
	list-style: inside decimal;
	padding-top: 7.5px;
	padding-bottom: 7.5px;
	line-height: 1.5;
}

.content a:not(.button) {
	color: #926231;
	font-weight: bold;
}

/*--------------------------------------------------------------
2.0 Fonts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
ARROWS
--------------------------------------------------------------*/
@font-face {
	font-family: "Arrows";
	src: url("../fonts/Arrows.eot");
	src: url("../fonts/Arrows.eot?#iefix") format("embedded-opentype"), url("../fonts/Arrows.woff") format("woff"), url("../fonts/Arrows.ttf") format("truetype"), url("../fonts/Arrows.svg#Flaticon") format("svg");
	font-weight: normal;
	font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	@font-face {
		font-family: "Arrows";
		src: url("../fonts/Arrows.svg#Flaticon") format("svg");
	}
}

.arrows:before {
	display: inline-block;
	font-family: "Arrows";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-rendering: optimizeLegibility;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

.arrows-close:before {
	content: "\f100";
}

.arrows-down:before {
	content: "\f101";
}

.arrows-left:before {
	content: "\f102";
}

.arrows-right:before {
	content: "\f103";
}

.arrows-up:before {
	content: "\f104";
}

/*--------------------------------------------------------------
ICONS
--------------------------------------------------------------*/
@font-face {
	font-family: 'net-affinity';
	src: url("../fonts/net-affinity.woff2?s7sicw") format("woff2"), url("../fonts/net-affinity.ttf?s7sicw") format("truetype"), url("../fonts/net-affinity.woff?s7sicw") format("woff"), url("../fonts/net-affinity.svg?s7sicw#Net-Affinity") format("svg");
	font-weight: normal;
	font-style: normal;
}

.body__wrapper [class^="na-"],
.body__wrapper [class*=" na-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'net-affinity' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 2rem;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.na-single-bed:before {
	content: "\e942";
}

.na-twin-bed:before {
	content: "\e952";
}

.na-bunk:before {
	content: "\e90c";
}

.na-double-bed:before {
	content: "\e91a";
}

.na-cot:before {
	content: "\e907";
}

.na-sofa:before {
	content: "\e92d";
}

.na-sofa-bed:before {
	content: "\e944";
}

.na-one-person:before {
	content: "\e92f";
}

.na-two-persons:before {
	content: "\e901";
}

.na-three-persons:before {
	content: "\e900";
}

.na-four-persons:before {
	content: "\e903";
}

.na-five-persons:before {
	content: "\e902";
}

.na-family:before {
	content: "\e91e";
}

.na-walking:before {
	content: "\e930";
}

.na-swimming:before {
	content: "\e941";
}

.na-cycling:before {
	content: "\e914";
}

.na-fishing:before {
	content: "\e92c";
}

.na-sailing:before {
	content: "\e94b";
}

.na-wheelchair:before {
	content: "\e947";
}

.na-safe:before {
	content: "\e93f";
}

.na-info:before {
	content: "\e928";
}

.na-24-hours:before {
	content: "\e904";
}

.na-reception:before {
	content: "\e93a";
}

.na-reception-24h:before {
	content: "\e905";
}

.na-bus:before {
	content: "\e90d";
}

.na-train:before {
	content: "\e948";
}

.na-airplane:before {
	content: "\e906";
}

.na-parking:before {
	content: "\e936";
}

.na-parking-discount:before {
	content: "\e918";
}

.na-free-parking:before {
	content: "\e921";
}

.na-discount:before {
	content: "\e917";
}

.na-free:before {
	content: "\e920";
}

.na-euro:before {
	content: "\e91d";
}

.na-no-euro:before {
	content: "\e934";
}

.na-bathtub:before {
	content: "\e908";
}

.na-shower:before {
	content: "\e940";
}

.na-hanger:before {
	content: "\e926";
}

.na-shampoo:before {
	content: "\e924";
}

.na-towels:before {
	content: "\e945";
}

.na-hairdryer:before {
	content: "\e925";
}

.na-bar:before {
	content: "\e932";
}

.na-beer:before {
	content: "\e909";
}

.na-cocktail:before {
	content: "\e90f";
}

.na-wine:before {
	content: "\e91b";
}

.na-wine-discount:before {
	content: "\e916";
}

.na-kitchen:before {
	content: "\e92a";
}

.na-coffee:before {
	content: "\e910";
}

.na-cutlery:before {
	content: "\e913";
}

.na-microwave:before {
	content: "\e90a";
}

.na-fridge:before {
	content: "\e922";
}

.na-cooker:before {
	content: "\e92b";
}

.na-table:before {
	content: "\e915";
}

.na-iron:before {
	content: "\e94a";
}

.na-washing-machine:before {
	content: "\e94f";
}

.na-dishwasher:before {
	content: "\e919";
}

.na-desk:before {
	content: "\e949";
}

.na-heater:before {
	content: "\e927";
}

.na-satellite-tv:before {
	content: "\e93d";
}

.na-tv:before {
	content: "\e93e";
}

.na-dock:before {
	content: "\e943";
}

.na-phone:before {
	content: "\e938";
}

.na-wifi:before {
	content: "\e950";
}

.na-flowers:before {
	content: "\e91f";
}

.na-view:before {
	content: "\e94e";
}

.na-balcony:before {
	content: "\e951";
}

.na-golf:before {
	content: "\e923";
}

.na-stadium:before {
	content: "\e946";
}

.na-drums:before {
	content: "\e91c";
}

.na-disco:before {
	content: "\e937";
}

.na-cart:before {
	content: "\e931";
}

.na-theatre:before {
	content: "\e912";
}

.na-museum:before {
	content: "\e933";
}

.na-column:before {
	content: "\e911";
}

.na-buildings:before {
	content: "\e90b";
}

.na-map-pin:before {
	content: "\e92e";
}

.na-close:before {
	content: "\e60a";
}

.na-arrow-left:before {
	content: "\e607";
}

.na-arrow-up:before {
	content: "\e90e";
}

.na-arrow-right:before {
	content: "\e929";
}

.na-arrow-down:before {
	content: "\e935";
}

.na-check:before {
	content: "\e93b";
}

.na-net-affinity:before {
	content: "\e939";
}

/*--------------------------------------------------------------
3.0 Plugins
--------------------------------------------------------------*/
.fancybox-enabled {
	overflow: hidden;
}

.fancybox-enabled body {
	overflow: visible;
	height: 100%;
}

.fancybox-is-hidden {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99993;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.fancybox-container~.fancybox-container {
	z-index: 99992;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.fancybox-outer {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .87;
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
	position: absolute;
	direction: ltr;
	z-index: 99997;
	opacity: 0;
	visibility: hidden;
	transition: opacity .25s, visibility 0s linear .25s;
	box-sizing: border-box;
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	visibility: visible;
	transition: opacity .25s, visibility 0s;
}

.fancybox-infobar {
	top: 0;
	left: 50%;
	margin-left: -79px;
}

.fancybox-infobar__body {
	display: inline-block;
	width: 70px;
	line-height: 44px;
	font-size: 13px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	text-align: center;
	color: #ddd;
	background-color: rgba(30, 30, 30, 0.7);
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-toolbar {
	top: 0;
	right: 0;
}

.fancybox-stage {
	overflow: hidden;
	direction: ltr;
	z-index: 99994;
	-webkit-transform: translateZ(0);
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	display: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display: block;
}

.fancybox-slide--image {
	overflow: visible;
}

.fancybox-slide--image:before {
	display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
	background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
	background: #e5e3df;
}

.fancybox-slide--next {
	z-index: 99995;
}

.fancybox-slide>div {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box;
}

.fancybox-slide .fancybox-image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
	cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
	padding: 0;
	width: 80%;
	height: 80%;
	max-width: calc(100% - 100px);
	max-height: calc(100% - 88px);
	overflow: visible;
	background: #fff;
}

.fancybox-iframe {
	display: block;
	padding: 0;
	border: 0;
	height: 100%;
}

.fancybox-error,
.fancybox-iframe {
	margin: 0;
	width: 100%;
	background: #fff;
}

.fancybox-error {
	padding: 40px;
	max-width: 380px;
	cursor: default;
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	outline: none;
	background: transparent;
	z-index: 10;
	cursor: pointer;
}

.fancybox-close-small:after {
	content: "×";
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	background: #fff;
	transition: background .25s;
	box-sizing: border-box;
	z-index: 2;
}

.fancybox-close-small:focus:after {
	outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
	color: #555;
	background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small {
	top: 0;
	right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
	background: transparent;
	font-size: 35px;
	color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
	color: #fff;
}

.fancybox-caption-wrap {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 30px 0;
	background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
	pointer-events: none;
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	font-size: 14px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
	pointer-events: all;
}

.fancybox-caption a {
	color: #fff;
	text-decoration: underline;
}

.fancybox-button {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: transparent;
	color: #ddd;
	border-radius: 0;
	cursor: pointer;
	vertical-align: top;
	outline: none;
}

.fancybox-button[disabled] {
	cursor: default;
	pointer-events: none;
}

.fancybox-button,
.fancybox-infobar__body {
	background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover:not([disabled]) {
	color: #fff;
	background: rgba(0, 0, 0, 0.8);
}

.fancybox-button:after,
.fancybox-button:before {
	content: "";
	pointer-events: none;
	position: absolute;
	background-color: currentColor;
	color: currentColor;
	opacity: .9;
	box-sizing: border-box;
	display: inline-block;
}

.fancybox-button[disabled]:after,
.fancybox-button[disabled]:before {
	opacity: .3;
}

.fancybox-button--left:after,
.fancybox-button--right:after {
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
}

.fancybox-button--left:after {
	left: 20px;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.fancybox-button--right:after {
	right: 20px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-button--left {
	border-bottom-left-radius: 5px;
}

.fancybox-button--right {
	border-bottom-right-radius: 5px;
}

.fancybox-button--close:after,
.fancybox-button--close:before {
	content: "";
	display: inline-block;
	position: absolute;
	height: 2px;
	width: 16px;
	top: calc(50% - 1px);
	left: calc(50% - 8px);
}

.fancybox-button--close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-button--close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.fancybox-arrow {
	position: absolute;
	top: 50%;
	margin: -50px 0 0;
	height: 100px;
	width: 54px;
	padding: 0;
	border: 0;
	outline: none;
	background: none;
	cursor: pointer;
	z-index: 99995;
	opacity: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: opacity .25s;
}

.fancybox-arrow:after {
	content: "";
	position: absolute;
	top: 28px;
	width: 44px;
	height: 44px;
	background-color: rgba(30, 30, 30, 0.8);
	background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 24px 24px;
}

.fancybox-arrow--right {
	right: 0;
}

.fancybox-arrow--left {
	left: 0;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.fancybox-arrow--left:after,
.fancybox-arrow--right:after {
	left: 0;
}

.fancybox-show-nav .fancybox-arrow {
	opacity: .6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
	opacity: .3;
}

.fancybox-slide>.fancybox-loading {
	border: 6px solid rgba(99, 99, 99, 0.4);
	border-top: 6px solid rgba(255, 255, 255, 0.6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: a .8s infinite linear;
	animation: a .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	z-index: 99999;
}

@-webkit-keyframes a {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes a {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	opacity: 1;
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
	opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
	opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	opacity: 1;
}

.fancybox-fx-rotate.fancybox-slide--previous {
	-webkit-transform: rotate(-1turn);
	-ms-transform: rotate(-1turn);
	transform: rotate(-1turn);
	opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
	-webkit-transform: rotate(1turn);
	-ms-transform: rotate(1turn);
	transform: rotate(1turn);
	opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1;
}

.fancybox-fx-circular.fancybox-slide--previous {
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0);
	opacity: 1;
}

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1);
}

@media (max-width: 800px) {
	.fancybox-infobar {
		left: 0;
		margin-left: 0;
	}

	.fancybox-button--left,
	.fancybox-button--right {
		display: none !important;
	}

	.fancybox-caption {
		padding: 20px 0;
		margin: 0;
	}
}

.fancybox-button--fullscreen:before {
	width: 15px;
	height: 11px;
	left: calc(50% - 7px);
	top: calc(50% - 6px);
	border: 2px solid;
	background: none;
}

.fancybox-button--pause:before,
.fancybox-button--play:before {
	top: calc(50% - 6px);
	left: calc(50% - 4px);
	background: transparent;
}

.fancybox-button--play:before {
	width: 0;
	height: 0;
	border-top: 6px inset transparent;
	border-bottom: 6px inset transparent;
	border-left: 10px solid;
	border-radius: 1px;
}

.fancybox-button--pause:before {
	width: 7px;
	height: 11px;
	border-style: solid;
	border-width: 0 2px;
}

.fancybox-button--thumbs,
.fancybox-thumbs {
	display: none;
}

@media (min-width: 800px) {
	.fancybox-button--thumbs {
		display: inline-block;
	}

	.fancybox-button--thumbs span {
		font-size: 23px;
	}

	.fancybox-button--thumbs:before {
		width: 3px;
		height: 3px;
		top: calc(50% - 2px);
		left: calc(50% - 2px);
		box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
	}

	.fancybox-thumbs {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: auto;
		width: 220px;
		margin: 0;
		padding: 5px 5px 0 0;
		background: #fff;
		word-break: normal;
		-webkit-tap-highlight-color: transparent;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		box-sizing: border-box;
		z-index: 99995;
	}

	.fancybox-show-thumbs .fancybox-thumbs {
		display: block;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 220px;
	}

	.fancybox-thumbs>ul {
		list-style: none;
		position: absolute;
		position: relative;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		overflow-x: hidden;
		overflow-y: auto;
		font-size: 0;
	}

	.fancybox-thumbs>ul>li {
		float: left;
		overflow: hidden;
		max-width: 50%;
		padding: 0;
		margin: 0;
		width: 105px;
		height: 75px;
		position: relative;
		cursor: pointer;
		outline: none;
		border: 5px solid transparent;
		border-top-width: 0;
		border-right-width: 0;
		-webkit-tap-highlight-color: transparent;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		box-sizing: border-box;
	}

	li.fancybox-thumbs-loading {
		background: rgba(0, 0, 0, 0.1);
	}

	.fancybox-thumbs>ul>li>img {
		position: absolute;
		top: 0;
		left: 0;
		min-width: 100%;
		min-height: 100%;
		max-width: none;
		max-height: none;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	.fancybox-thumbs>ul>li:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		border-radius: 2px;
		border: 4px solid #4ea7f9;
		z-index: 99991;
		opacity: 0;
		transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}

	.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
		opacity: 1;
	}
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Slider */

/* Icons */
@font-face {
	font-family: "slick";
	src: url("./fonts/slick.eot");
	src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev:before {
	content: "←";
}

[dir="rtl"] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: -25px;
}

[dir="rtl"] .slick-next {
	left: -25px;
	right: auto;
}

.slick-next:before {
	content: "→";
}

[dir="rtl"] .slick-next:before {
	content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}

.slinky-menu {
	overflow: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	transition: all .3s ease;
	background: #AAA;
}

.slinky-menu>ul {
	left: 0;
	position: relative;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	transition: all .3s ease;
}

.slinky-menu li,
.slinky-menu ul {
	list-style: none;
	margin: 0;
}

.slinky-menu ul {
	width: 100%;
}

.slinky-menu a {
	display: block;
	border: none;
	color: #FFF;
	padding: 1em;
}

.slinky-menu li ul {
	display: none;
	left: 100%;
	position: absolute;
	top: 0;
}

.slinky-menu .header {
	position: relative;
}

.slinky-menu h2~a.back {
	left: 0;
	position: absolute;
	top: 0;
}

.slinky-menu h2 {
	font-size: 1em;
	margin: 0;
	text-align: center;
	color: #FFF;
	padding: 1em;
}

.slinky-menu li {
	line-height: 1;
}

.slinky-menu a:hover {
	background: #000;
}

.slinky-menu a.next:after {
	content: '\276f';
	margin-left: 1em;
	float: right;
}

.slinky-menu a.back:before {
	content: '\276e';
	margin-right: 1em;
	float: left;
}

/*--------------------------------------------------------------
4.0 Layout
--------------------------------------------------------------*/
.header {
	transition: all .3s ease-in-out;
}

.header--boxed {
	position: absolute;
	top: 30px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	z-index: 3;
}

.header--boxed.nav--subnav-active {
	z-index: 2;
}

.header--boxed .header__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
}

.header--boxed.header--fixed .header__content {
	box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.15);
}

.header--boxed.header--fixed .header__logo {
	padding: 10px;
	box-shadow: none;
	border-radius: 0px;
	height: 70px;
}

.header--boxed.header--fixed .header__logo img {
	height: 100%;
}

.header--boxed.slide-down {
	position: fixed;
	top: 10px;
	background-color: #d9d9d9;
}

.header--boxed.slide-up {
	position: absolute;
}


.header--boxed {
	padding: 0;
}

.header--boxed .header__logo {
	position: absolute;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	max-width: 181px;
	padding: 20px 60px;
}


.header--boxed .header__logo {
	padding: 20px;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 767px) {
	.header--boxed .header__logo {
		max-width: 115px;
		padding: 10px;
	}
}

@media (max-width: 350px) {
	.header--boxed .header__logo {
		max-width: 135px;
	}
}

.header__book-now {
	transition: all .3s ease-in-out;
	height: 100%;
}

.header__book-now .button {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
	padding: 13px 30px 10px;
	font-size: 16px;
	line-height: 26px;
	background-color: #926231;
	border-color: white;
	height: auto;
	font-family: "Old Standard TT", serif;
}

.header__book-now .button i {
	margin-right: 10px;
	font-size: 26px;
}

.header__book-now .button span {
	display: block;
}

@media (max-width: 767px) {
	.header__book-now .button {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		font-size: .8rem;
		line-height: 1;
		min-width: inherit;
		padding: 6px 9px;
		font-weight: 300 !important;
	}

	.header__book-now .button i {
		margin: 0px;
	}

	.header__book-now .button span {
		display: none;
	}
}


.header__book-now {
	display: block;
}

.header__logo {
	padding: 30px 30px;
	background: #d9d9d9;
	box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	max-width: 250px;
	z-index: 1;
	transition: all .3s ease-in-out;
}

.header__logo img {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	font-family: "object-fit: contain";
	max-width: 120px;
}
@media (max-width:767px) {
	.header__logo img {
		max-width: 70px;
	}
}

.footer {
	background: #D9D9D9;
	padding: 60px 0 30px;
	position: relative;
}


.footer:before {
	content: "";
	width: 100%;
	height: 60px;
	position: absolute;
	display: block;
	background-color: #D9D9D9;
	top: -59px;
	z-index: 0;
}

@media (max-width: 768px) {
	.footer {
		padding: 30px 0;
	}
}

.footer__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer__content .nav--social {
	text-align: center;
	margin: 30px auto 0;
}

.footer__content .nav--social ul {
	display: inline-block;
}

.footer__content .nav--social ul li:hover>a {
	color: white;
}

.footer__nav,
.footer__info {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 768px) {

	.footer__nav,
	.footer__info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}
}

@media (max-width: 767px) {

	.footer__nav,
	.footer__info {
		border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	}
}

.footer__nav a,
.footer__info a {
	color: black;
	font-weight: 400;
}

.footer__nav a:hover,
.footer__info a:hover {
	color: #926231;
}

.footer__nav .nav--footer,
.footer__info .nav--footer {
	margin-bottom: 30px;
	text-align: center;
	width: 100%;
}

.footer__nav .nav--footer ul,
.footer__info .nav--footer ul {
	display: inline-block;
}

@media (max-width: 768px) {

	.footer__nav .nav--footer,
	.footer__info .nav--footer {
		max-width: inherit;
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 767px) {

	.footer__nav .nav--footer,
	.footer__info .nav--footer {
		margin-bottom: 30px;
	}

	.footer__nav .nav--footer ul,
	.footer__info .nav--footer ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer__nav .nav--footer ul li,
	.footer__info .nav--footer ul li {
		width: 100%;
		padding: 10px 0;
		text-align: center;
	}

	.footer__nav .nav--footer ul li:last-child,
	.footer__info .nav--footer ul li:last-child {
		border-bottom: 0px;
	}
}

@media (max-width: 767px) {
	.footer__nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		padding-bottom: 0px;
		margin-bottom: 30px;
	}
}

.footer__info {
	border: none;
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer__info address {
	font-weight: 600;
	margin-bottom: 10px;
	opacity: .6;
	font-style: inherit;
}

@media (max-width: 767px) {
	.footer__info address {
		width: 100%;
		margin-top: 15px;
		margin-bottom: 0px;
	}
}

.footer__info a {
	margin-right: 30px;
	pointer-events: none;
	opacity: .6;
	transition: all .3s ease-in-out;
}

.footer__info a:hover {
	opacity: 1;
}

@media (max-width: 768px) {
	.footer__info a {
		pointer-events: all;
	}
}

@media (max-width: 767px) {
	.footer__info a {
		padding: 0 10px;
		margin-right: inherit;
		margin: 0 10px;
	}

	.footer__info a span {
		display: none;
	}

	.footer__info a i {
		font-size: 35px;
	}
}

.footer__info a i {
	margin-right: 10px;
}

@media (max-width: 767px) {
	.footer__info a i {
		margin: 0px;
	}
}

@media (max-width: 767px) {
	.footer__info {
		margin: 0px;
		padding-bottom: 0px;
	}
}

@media (max-width: 767px) {
	.footer__address {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.footer__logos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer__logos .footer__credits {
	max-width: 80px;
	display: inline-block;
	margin-top: 30px;
	opacity: .6;
	transition: all .3s ease-in-out;
}

.footer__logos .footer__credits:hover {
	opacity: 1;
}

.footer__logos .footer__credits .svg {
	width: 100%;
}

.footer__logos .footer__credits path {
	fill: white;
}

.footer__logos .na-logo {
	width: 120px;
	opacity: 0.8;
	display: block;
	max-width: 120px;
}

@media (max-width: 768px) {
	.footer__logos .footer__credits {
		margin: 60px auto 30px;
	}

	.footer__logos .na-logo {
		margin: 60px auto 0;
	}
}

.footer__logos .left {
	max-width: 100%;
	margin-right: 10px;
}

.footer__logos .left img {
	width: 85%;
}

@media (max-width: 767px) {

	.footer__phone:after,
	.footer__email:after {
		content: "Phone";
		display: block;
		text-transform: uppercase;
		font-size: .8rem;
	}
}

.footer__email {
	pointer-events: all !important;
}

@media (max-width: 767px) {
	.footer__email:after {
		content: "Email";
	}
}

.page--inside .content-area.content-area--overlapping {
	margin-top: -60px;
	z-index: 2;
}

.page--inside>.featured-area {
	margin-top: 60px;
	margin-bottom: 60px;
}

.page--no-banner .header .nav {
	box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.15);
}

.page--no-banner .header.header--fixed .nav {
	box-shadow: none;
}

/*--------------------------------------------------------------
5.0 Components
--------------------------------------------------------------*/
.button {
	position: relative;
	display: inline-block;
	min-width: 140px;
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	font-size: 14px;
	text-align: center;
	letter-spacing: 1px;
	text-decoration: none;
	color: #FFFFFF;
	border: 1px solid #926231;
	background-color: #926231;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-transform: uppercase;
	font-weight: 600;
	transition: all 250ms linear;
}

.button.button--small {
	min-width: 98px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
}

.button.button--large {
	min-width: 182px;
	height: 65px;
	line-height: 65px;
	font-size: 20px;
}

.button:hover {
	border-color: #b67b3e;
	background-color: #b67b3e;
}

.button:hover.button--outline {
	color: #85592d;
	background: transparent;
}

.button--round {
	border-radius: 5px;
}

.button--round-full {
	border-radius: 100px;
}

.button--outline {
	color: #926231;
	background: transparent;
}

.disabled,
[disabled] {
	border-color: #CCCCCC;
	background-color: #CCCCCC;
	cursor: default;
	pointer-events: none;
}

.disabled.button--outline,
[disabled].button--outline {
	color: #CCCCCC;
	border-color: #CCCCCC;
	background: transparent;
}

.button--primary {
	background-color: #926231;
	border-color: #926231;
}

.button--primary.button--outline,
.button--primary.button--ghost {
	color: #926231;
	background: transparent;
}

.button--primary:hover {
	border-color: #b67b3e;
	background-color: #b67b3e;
}

.button--primary:hover.button--outline,
.button--primary:hover.button--ghost {
	color: #85592d;
	background: transparent;
}

.button--secondary {
	background-color: #926231;
	border-color: #926231;
}

.button--secondary.button--outline,
.button--secondary.button--ghost {
	color: #926231;
	background: transparent;
}

.button--secondary:hover {
	border-color: #b67b3e;
	background-color: #b67b3e;
}

.button--secondary:hover.button--outline,
.button--secondary:hover.button--ghost {
	color: #85592d;
	background: transparent;
}

.button--book {
	background-color: #926231;
	border-color: #926231;
}

.button--book.button--outline,
.button--book.button--ghost {
	color: #926231;
	background: transparent;
}

.button--book:hover {
	border-color: #b67b3e;
	background-color: #b67b3e;
}

.button--book:hover.button--outline,
.button--book:hover.button--ghost {
	color: #85592d;
	background: transparent;
}

.button--cal-header-bg {
	background-color: #926231;
	border-color: #926231;
}

.button--cal-header-bg.button--outline,
.button--cal-header-bg.button--ghost {
	color: #926231;
	background: transparent;
}

.button--cal-header-bg:hover {
	border-color: #b67b3e;
	background-color: #b67b3e;
}

.button--cal-header-bg:hover.button--outline,
.button--cal-header-bg:hover.button--ghost {
	color: #85592d;
	background: transparent;
}

.button--cal-header-txt {
	background-color: #fff;
	border-color: #fff;
}

.button--cal-header-txt.button--outline,
.button--cal-header-txt.button--ghost {
	color: #fff;
	background: transparent;
}

.button--cal-header-txt:hover {
	border-color: #b67b3e;
	background-color: #b67b3e;
}

.button--cal-header-txt:hover.button--outline,
.button--cal-header-txt:hover.button--ghost {
	color: #e6e6e6;
	background: transparent;
}

.button--cal-active {
	background-color: #340307;
	border-color: #340307;
}

.button--cal-active.button--outline,
.button--cal-active.button--ghost {
	color: #340307;
	background: transparent;
}

.button--cal-active:hover {
	border-color: #b67b3e;
	background-color: #b67b3e;
}

.button--cal-active:hover.button--outline,
.button--cal-active:hover.button--ghost {
	color: #040001;
	background: transparent;
}

.button--cal-hover {
	background-color: #64060e;
	border-color: #64060e;
}

.button--cal-hover.button--outline,
.button--cal-hover.button--ghost {
	color: #64060e;
	background: transparent;
}

.button--cal-hover:hover {
	border-color: #b67b3e;
	background-color: #b67b3e;
}

.button--cal-hover:hover.button--outline,
.button--cal-hover:hover.button--ghost {
	color: #340307;
	background: transparent;
}

.button--error {
	background-color: #AF0000;
	border-color: #AF0000;
}

.button--error.button--outline,
.button--error.button--ghost {
	color: #AF0000;
	background: transparent;
}

.button--error:hover {
	border-color: #b67b3e;
	background-color: #b67b3e;
}

.button--error:hover.button--outline,
.button--error:hover.button--ghost {
	color: #7c0000;
	background: transparent;
}

.button--gray-lighter {
	background-color: #DDD;
	border-color: #DDD;
}

.button--gray-lighter.button--outline,
.button--gray-lighter.button--ghost {
	color: #DDD;
	background: transparent;
}

.button--gray-lighter:hover {
	border-color: #b67b3e;
	background-color: #b67b3e;
}

.button--gray-lighter:hover.button--outline,
.button--gray-lighter:hover.button--ghost {
	color: #c4c4c4;
	background: transparent;
}

.button--gray-darker {
	background-color: #000100;
	border-color: #000100;
}

.button--gray-darker.button--outline,
.button--gray-darker.button--ghost {
	color: #000100;
	background: transparent;
}

.button--gray-darker:hover {
	border-color: #b67b3e;
	background-color: #b67b3e;
}

.button--gray-darker:hover.button--outline,
.button--gray-darker:hover.button--ghost {
	color: black;
	background: transparent;
}

.button--gray-bg {
	background-color: #f7f7f7;
	border-color: #f7f7f7;
}

.button--gray-bg.button--outline,
.button--gray-bg.button--ghost {
	color: #f7f7f7;
	background: transparent;
}

.button--gray-bg:hover {
	border-color: #b67b3e;
	background-color: #b67b3e;
}

.button--gray-bg:hover.button--outline,
.button--gray-bg:hover.button--ghost {
	color: #dddddd;
	background: transparent;
}

.button--white {
	background-color: white;
	border-color: white;
}

.button--white.button--outline,
.button--white.button--ghost {
	color: white;
	background: transparent;
}

.button--white:hover {
	border-color: #b67b3e;
	background-color: #b67b3e;
}

.button--white:hover.button--outline,
.button--white:hover.button--ghost {
	color: #e6e6e6;
	background: transparent;
}

.icon--right,
.icon--left {
	padding-left: 30px;
}

.icon--right i,
.icon--left i {
	position: absolute;
	left: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.icon--right {
	padding-left: 10px;
	padding-right: 30px;
}

.icon--right i {
	left: auto;
	right: 10px;
}

.button--line-top:before {
	content: "";
	position: absolute;
	height: 3px;
	width: 25px;
	background-color: #000100;
	top: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: all .3s ease-in-out;
}

.button--line-top:hover:before {
	width: 50px;
}

.button--ghost {
	background: transparent;
	color: #926231;
	position: relative;
	border: 0px;
}

.button--ghost:hover {
	background: transparent;
	border: 0px;
	color: #040001;
}

.button__wrapper {
	margin-top: 15px;
}

.button__wrapper .button {
	margin-right: 15px;
}

.button__wrapper .button:last-child {
	margin-right: auto;
}

@media (max-width: 767px) {
	.button__wrapper .button {
		margin: 0 auto;
		width: 80%;
	}
}

.nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.nav ul li {
	padding: 5px 15px;
	float: left;
	position: relative;
}

.nav ul li ul {
	position: absolute;
	width: 200px !important;
	background: white;
	padding: 10px 20px 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 100%;
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: all .3s ease-in-out;
	min-width: inherit;
	padding-top: 20px;
	border-radius: 0px 0px 5px 5px;
}

@media (max-width: 1240px) {
	.nav ul li ul {
		display: none;
	}
}

.nav ul li ul li {
	width: 100%;
	border-bottom: 1px solid #f7f7f7;
	padding: 10px 0px;
}

.nav ul li ul li:last-child {
	border-bottom: 0px;
}

.nav ul li ul li:hover a {
	color: #000100 !important;
}

.nav ul li ul li a {
	text-transform: none;
	width: 100%;
	display: block;
}

.nav ul li ul li a:hover {
	color: #926231 !important;
}

.nav ul li ul li ul {
	display: none;
}

.nav ul li:hover>a {
	color: #926231;
}

.nav ul li:hover ul {
	visibility: visible;
	opacity: 1;
	pointer-events: all;
}

.nav ul li a {
	font-size: .95rem;
	color: #000100;
	text-transform: uppercase;
	font-weight: 600;
}
.nav ul li a:hover {
	color: #926231;
}

@media (max-width: 1240px) {
	.nav ul li a {
		font-size: 1.125rem;
	}
}

.nav--no-hamburger {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 10px;
	height: 70px;
}

.nav--no-hamburger ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-width: 80%;
}

@media (max-width: 1240px) {
	.nav--no-hamburger ul {
		display: none;
	}
}

.nav__trigger {
	display: none;
	text-align: center;
	cursor: pointer;
	display: block;
	position: absolute;
	left: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: white;
	width: 54px;
	height: 53px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
}

.nav__button {
	padding: 0 15px;
}

.nav__button i {
	font-size: 40px;
	display: block;
	width: 100%;
	line-height: .6;
	color: #926231;
}

.nav__button span {
	font-size: 0.8rem;
	text-transform: uppercase;
}

.nav__trigger--open .nav__button i:before {
	content: "\F156";
}

.nav--hidden {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	width: 100%;
	height: 100vh;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 90px 30px 5%;
	background: rgba(255, 255, 255, 0.97);
	top: 0px;
	left: 0px;
	opacity: 0;
	visibility: visible;
	z-index: -1;
	transition: all .1s ease-in-out;
	margin: 0px;
	overflow: auto;
}

.nav--hidden li {
	/* border-bottom: 1px solid #DDD; */
	padding: 15px 0;
	margin-bottom: 0px;
	opacity: 0;
	-webkit-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	transition: all 0.8s cubic-bezier(0.36, -0.64, 0.34, 1.3);
	width: auto;
	margin-bottom: 10px;
	list-style-type: none;
}

.nav--hidden li a {
	display: block;
	width: 100%;
	text-transform: uppercase;
	color: black;
	font-size: 20px;
	font-family: 'Old Standard TT';
	transition: .2s all;
}

.nav--hidden li a:hover {
	color: #926231;
}

.nav--hidden li ul {
	display: none;
}

.nav--hidden.nav--hidden--open {
	opacity: 1;
	visibility: visible;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 6%;
}
@media (max-width: 1023px) {
	.nav--hidden.nav--hidden--open {
		padding-top: 60px;
	}
}

.nav--hidden.nav--hidden--open li {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	transition: all 0.8s cubic-bezier(0.36, -0.64, 0.34, 1.3);
}

.nav__trigger--hidden {
	z-index: -9;
	position: fixed;
	background: transparent;
	padding: 30px 33px;
	top: 0px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 0;
}

.nav__trigger--hidden .nav__button {
	padding: 0px;
}

.nav__trigger--hidden:before {
	content: "";
	background: rgba(255, 255, 255, 0.5);
	width: 100vw;
	z-index: -1;
	top: 0px;
	left: 0px;
	position: absolute;
	pointer-events: none;
	height: 100%;
	transition: all .3s ease-in-out;
}

.nav__trigger--hidden.nav__trigger--open {
	z-index: 9;
	opacity: 1;
}

.nav--social ul li a {
	font-size: 1.5rem;
	opacity: .6;
	color: black;
	transition: all .3s ease-in-out;
}

.nav--social ul li a:hover {
	opacity: 1 !important;
}

.nav__header {
	display: none;
	width: 100%;
	background: #f7f7f7;
	padding: 15px;
	height: 100%;
	color: #926231;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 400;
	text-transform: uppercase;
}

.nav__header i {
	font-size: 2rem;
	color: #000100;
}


.nav__overlay {
	background-color: black;
	opacity: 0;
	pointer-events: none;
	z-index: 50;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-animation: 200ms easeInOutQuart background-color;
	animation: 200ms easeInOutQuart background-color;
}

.nav__overlay.active {
	opacity: 0.8;
}

.nav--subnav ul li {
	width: 100%;
	list-style: none;
}

.nav--subnav ul li a {
	font-family: 'Poppins', sans-serif;
	font-weight: 300 !important;
	color: #000100 !important;
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
	font-size: inherit;
}

.nav--subnav ul li a:before {
	content: "\F142";
	font-size: 1.5rem;
	font-family: 'Material Design Icons';
	position: absolute;
	right: 0px;
	opacity: .5;
	transition: all .3s ease-in-out;
}

.nav--subnav ul li a:hover {
	color: #926231 !important;
}

.nav--subnav ul li a:hover:before {
	opacity: 1;
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
}

.nav--subnav ul li.active a {
	color: #926231 !important;
}

.nav--subnav ul li.active a:before {
	opacity: 1;
}

@media (max-width: 1023px) {
	.nav--subnav {
		background-color: white;
		position: fixed;
		bottom: -100px;
		left: 0px;
		right: 0px;
		opacity: 0;
		transition: 300ms ease all;
		z-index: 100;
		pointer-events: none;
	}

	.nav--subnav.active {
		bottom: 0px;
		opacity: 1;
		pointer-events: auto;
	}

	.nav--subnav ul {
		margin: 0px;
		padding: 0px;
		overflow: auto;
	}

	.nav--subnav ul .nav__header {
		display: block;
	}

	.nav--subnav ul li {
		padding: 15px;
		border-bottom: 1px solid #DDD;
	}

	.nav--subnav ul li a {
		font-weight: 400 !important;
		margin: 0px;
	}

	.nav--subnav ul li a:before {
		content: "";
	}

	.nav--subnav ul li.active {
		background: rgba(221, 221, 221, 0.15);
	}

	.nav--subnav ul li.active a {
		color: inherit !important;
	}

	.nav--subnav ul li:last-child {
		border: 0px;
	}
}

.fancybox-slide--iframe .fancybox-close-small {
	top: -44px;
	right: 0px;
}

.fancybox-arrow[disabled] {
	background: transparent;
}

@media all and (min-width: 800px) {
	.fancybox-thumbs {
		top: auto;
		width: auto;
		bottom: 0;
		left: 0;
		right: 0;
		height: 95px;
		padding: 10px;
		box-sizing: border-box;
		background: rgba(0, 0, 0, 0.3);
	}

	.fancybox-thumbs ul {
		height: auto;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 0;
		bottom: 95px;
	}

	.fancybox-thumbs>ul>li:before {
		border-color: #926231;
	}
}

.ui-datepicker .ui-datepicker-prev span:before {
	content: "\f104 ";
}

.ui-datepicker .ui-datepicker-next span:before {
	content: "\f105 ";
}

.ui-datepicker .ui-datepicker-prev span {
	content: " " !important;
	color: #fff;
}

.ui-datepicker .ui-datepicker-prev span:before,
.ui-datepicker .ui-datepicker-next span:before {
	color: #fff;
	display: block;
	font-family: FontAwesome;
	font-size: 19px;
	padding: 6px 13px;
}

.ui-datepicker .ui-datepicker-header {
	background: #926231;
	border: 0 none;
	padding: 1em 0;
	position: relative;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	background-image: none;
	opacity: 0.35;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	background-image: none;
	opacity: 0.35;
}

.ui-datepicker a {
	font-weight: normal !important;
}

.ui-widget-header .ui-icon {
	background-image: none !important;
}

.ui-corner-all {
	border: 0 none !important;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}

.ui-datepicker-close,
.ui-datepicker-close:hover,
.ui-datepicker-close:active,
.ui-datepicker-close:focus {
	display: inline-block !important;
	background: none !important;
	font-family: 'Open Sans', Arial, sans-serif !important;
	text-transform: uppercase !important;
	color: #505c76 !important;
	font-size: 12px !important;
	padding: 12px 13px 9px !important;
	width: 90% !important;
	margin-top: 0px !important;
	border-top: 1px solid #ddd !important;
	margin-right: 15px !important;
}

html.ie8 .ui-datepicker-close,
html.ie9 .ui-datepicker-close {
	display: none !important;
}

.ui-widget {
	font-family: inherit !important;
}

.ui-datepicker {
	display: none;
	padding: 0;
	margin: 5px 0;
	width: 20em;
	border-radius: 0;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #C8ECFA;
	font-weight: bold;
	color: #333;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #00ACEE;
	background: #fff;
	color: #666;
}

.ui-datepicker table {
	background: none repeat scroll 0 0 #fff;
	border-color: white;
	border-style: solid;
	border-width: 10px 20px 20px;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	font-size: 0.9em;
	width: 100%;
}

.ui-datepicker td,
.ui-datepicker th {
	min-width: 30px;
}

.ui-datepicker th {
	color: #999;
	text-transform: uppercase;
	border: 0 none;
	font-weight: bold;
	padding: 0.7em 0.3em;
	text-align: center;
}

.ui-datepicker th span {
	border-bottom: 1px solid #e6e6e6;
	display: block;
	padding: 0.7em 0 1em;
}

.ui-datepicker th td {
	border: 0 none;
}

.ui-state-disabled {
	cursor: default !important;
}

.ui-datepicker-calendar .ui-state-default {
	border: 1px solid #fff;
	border-radius: 2px;
	color: #999;
	text-align: center;
	background: none repeat scroll 0 0 #fff;
	padding: 7px;
}

.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: 0.2em;
	text-align: right;
	text-decoration: none;
}

.ui-datepicker .ui-datepicker-title {
	line-height: 1.8em;
	margin: 0 2.3em;
	text-align: center;
}

.ui-datepicker .ui-datepicker-title {
	color: #fff;
	font-size: 1.3em;
	font-weight: 300;
}

.ui-datepicker .ui-datepicker-buttonpane {
	margin: 0;
	padding: 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	height: 1.8em;
	position: absolute;
	width: 1.8em;
	top: 15px;
	overflow: hidden;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 0px solid #999999;
	background: rgba(176, 154, 85, 0.66);
	font-weight: normal;
	color: #212121;
}

.ui-widget {
	font-size: 1.1em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	background-color: transparent;
	border: 0 none;
	cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
	right: 8px;
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 0px;
}

.ui-datepicker .ui-datepicker-next-hover {
	top: 15px !important;
	right: 8px;
}

#ui-datepicker-div {
	background: #fff none repeat scroll 0 0;
	border: 5px solid #DDD !important;
	width: 295px !important;
	z-index: 99111 !important;
}

#ui-datepicker-div .ui-datepicker-current {
	display: none !important;
}

#ui-datepicker-div .ui-state-active {
	font-weight: bold;
}

#ui-datepicker-div a.ui-state-default {
	color: #666666;
}

#ui-datepicker-div .ui-icon {
	border: 0px;
	margin-top: -6px;
	overflow: hidden;
	text-indent: 0;
	height: 35px;
	width: 35px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border: 1px solid #fff;
	cursor: pointer;
}

#ui-datepicker-div .ui-icon:before {
	color: #fff !important;
	font-size: 22px;
}

#ui-datepicker-div .ui-icon:hover {
	color: #272727;
	border: 0px;
	background-color: transparent;
	margin-top: -5px;
}

#ui-datepicker-div .ui-icon:hover:before {
	color: #fff !important;
}

#ui-datepicker-div .ui-icon i {
	color: #fff;
	display: block;
	font-size: 21px;
	padding: 7px 11px;
}

@media (max-width: 360px) {
	#ui-datepicker-div {
		width: 265px !important;
	}

	#ui-datepicker-div .ui-datepicker-header {
		padding: 0.8em 0;
	}

	#ui-datepicker-div .ui-datepicker-calendar {
		border-width: 0px 20px 10px 10px !important;
	}
}

.ui-widget-content {
	background: #ffffff;
	color: #222222;
	border: 0 none !important;
}

.ui-widget-content table.ui-datepicker-calendar .ui-state-active {
	background: #340307;
	color: #fff;
	border-radius: 4px;
}

.ui-widget-content table.ui-datepicker-calendar .ui-state-hover {
	background: #64060e !important;
	color: #fff !important;
	border-radius: 4px;
}

.carousel .slick-dots {
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.carousel .slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.carousel .slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	cursor: pointer;
}

.carousel .slick-dots li button:hover,
.carousel .slick-dots li button:focus {
	outline: none;
}

.carousel .slick-dots li button:hover:before,
.carousel .slick-dots li button:focus:before {
	opacity: 1;
}

.carousel .slick-dots li button:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: '';
	width: 8px;
	height: 8px;
	opacity: .5;
	background: #888888;
	border-radius: 50%;
	transition: all .5s ease-in-out;
}

.carousel .slick-dots li.slick-active button:before {
	background: #926231;
	opacity: 1;
	width: 14px;
	height: 14px;
}

.carousel__nav {
	color: white;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 2.5rem;
	cursor: pointer;
	transition: all .3s ease-in-out;
}

.carousel__nav:hover {
	background: rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
	.carousel__nav {
		font-size: 1.5rem;
	}
}

.carousel__nav--prev {
	left: 0px;
}

.carousel__nav--next {
	right: 0px;
}

.carousel--hero .slick-dots {
	bottom: 30px;
}

.carousel--hero .carousel__image {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover";
}

.carousel--hero.container {
	padding: 0px;
}

.carousel--ratio {
	background-size: cover !important;
	background-position: center center !important;
	max-height: 80vh;
	width: 100%;
	position: relative;
}

.carousel--ratio:before {
	display: block;
	content: "";
	padding-top: 56.25%;
}

.carousel--ratio>*:nth-child(1) {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
}

.carousel--ratio .carousel__item {
	position: relative;
	max-height: 80vh;
	position: relative;
}

.carousel--ratio .carousel__item:before {
	display: block;
	content: "";
	padding-top: 56.25%;
}

.carousel--ratio .carousel__item>*:nth-child(1) {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
}

.hero--mobile {
	width: 100%;
	height: 80vh;
}

.hero--mobile img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover";
}

.carousel--content .slick-slide {
	margin-left: 30px;
}

.carousel--content .slick-slide img {
	opacity: 1 !important;
}

.carousel--content .slick-list {
	margin-left: -30px;
}

.carousel--content .slick-dots {
	bottom: -60px;
}

@media (min-width: 769px) {
	.carousel--content .slick-dots {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.carousel--content {
		margin: 0px;
		padding: inherit;
		width: 100%;
	}
}

.carousel--arrow-top .carousel__nav {
	top: 25%;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.carousel--arrow-outside .carousel__nav {
	background: transparent;
	color: #000100;
	font-size: 2.5rem;
}

.carousel--arrow-outside .carousel__nav--prev {
	left: -40px;
}

.carousel--arrow-outside .carousel__nav--next {
	right: -40px;
}

@media (max-width: 1600px) {
	.carousel--arrow-outside .carousel__nav {
		background: rgba(0, 0, 0, 0.5);
		color: white;
		font-size: 2rem;
	}

	.carousel--arrow-outside .carousel__nav--next {
		right: 0px;
	}

	.carousel--arrow-outside .carousel__nav--prev {
		left: 0px;
	}
}

@media (max-width: 767px) {
	.carousel--arrow-outside .carousel__nav--next {
		right: 10px;
	}

	.carousel--arrow-outside .carousel__nav--prev {
		left: 10px;
	}
}

.carousel__item img {
	width: 100%;
}

.carousel__content {
	z-index: 1;
	padding: 15px;
	background: #f7f7f7;
	position: relative;
	margin: 0 auto;
	transition: all .3s ease-in-out;
}

.carousel__content .button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 10px;
	font-size: .85rem;
	height: 40px;
	line-height: 40px;
}

.carousel__content .button i {
	font-size: 1.2rem;
}

.carousel__content .button--line-top {
	margin-top: 15px;
}

.carousel__content.section--gray-darker * {
	color: #fff !important;
}

.carousel__content.section--gray-darker *>*:not(.title) {
	opacity: 0.8;
}

.carousel__item--hover {
	transition: all .3s ease-in-out;
}

.carousel__item--hover .button {
	max-width: 50%;
	margin-right: auto;
	margin-left: auto;
}

.carousel__item--hover .button i {
	transition: all .3s ease-in-out;
}

@media (max-width: 767px) {
	.carousel__item--hover .button {
		max-width: 80%;
	}
}

@media (min-width: 769px) {
	.carousel__item--hover:hover .section--gray-darker {
		background: #926231 !important;
	}

	.carousel__item--hover:hover .section--gray-darker * {
		opacity: 1;
	}

	.carousel__item--hover:hover .section--gray-darker:hover {
		color: #fff !important;
	}

	.carousel__item--hover:hover .button i {
		margin-left: 5px;
	}
}

.carousel--content-overlapping .carousel__content {
	margin-top: -30px;
	width: 95%;
}

.carousel--content-overlay .carousel__item {
	position: relative;
	overflow: hidden;
}

.carousel--content-overlay .carousel__item>a:before {
	content: "";
	background: linear-gradient(to bottom, rgba(0, 1, 0, 0) 0%, #000100 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000100', endColorstr='#000100', GradientType=0);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.carousel--content-overlay .carousel__item .carousel__image {
	transition: all .3s ease-in;
}

@media (min-width: 769px) {
	.carousel--content-overlay .carousel__item:hover {
		background: #000100;
	}

	.carousel--content-overlay .carousel__item:hover .carousel__image {
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
		opacity: .6 !important;
	}

	.carousel--content-overlay .carousel__item:hover .button {
		right: 10px;
	}
}

.carousel--content-overlay .carousel__content {
	width: 100%;
	background: transparent;
	bottom: 0px;
	left: 0px;
	position: absolute;
	z-index: 2;
	padding: 30px;
}

.carousel--content-overlay .carousel__content>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-right: 60px;
}

.carousel--content-overlay .carousel__content .button {
	position: absolute;
	min-width: inherit;
	padding: 0px;
	right: 15px;
	bottom: 30px;
	margin: 0px;
}

.carousel--content-overlay .carousel__content .button i {
	font-size: 3rem;
}

.carousel--gallery .carousel__item a {
	transition: all .3s ease-in-out;
	overflow: hidden;
	position: relative;
	display: block;
}

.carousel--gallery .carousel__item a img {
	height: 330px;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover";
}

.carousel--gallery .carousel__item a:before {
	content: "\F349";
	font-family: Material Design Icons;
	background: rgba(124, 8, 17, 0.5);
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 2rem;
	color: white;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	transition: all .3s ease-in-out;
}

.carousel--gallery .carousel__item a:hover:before {
	opacity: 1;
}

.carousel--gallery .carousel__nav.slick-disabled {
	opacity: .4;
}

.welcome-area {
	position: relative;
	margin-bottom: 60px;
}

@media (max-width: 767px) {
	.welcome-area {
		top: 0;
		margin-bottom: 60px;
	}
}

@media (max-width: 768px) {
	.welcome-area .content-area__image {
		display: none;
	}
}

@media (max-width: 768px) {
	.welcome-area .content-area__content {
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.welcome-area .content-area__content {
		max-width: 95%;
	}
}

.content-area>.container,
.content-area>.container--fluid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 1024px) {

	.content-area>.container,
	.content-area>.container--fluid {
		padding: 0px;
	}
}

@media (max-width: 767px) {

	.content-area>.container,
	.content-area>.container--fluid {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		padding: 0px;
	}
}

@media (max-width: 768px) {
	.content-area.container {
		padding: 0px;
	}
}

.content-area--grid {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.content-area--grid {
		width: 100%;
		max-width: inherit;
	}
}

.content-area__full {
	width: 100%;
}

.content-area__half {
	width: calc(50% - 15px);
	position: relative;
	overflow: hidden;
}

@media (max-width: 768px) {
	.content-area__half {
		width: 100%;
	}
}

.content-area__image--right,
.content-area__content--small {
	margin-right: 30px;
}

@media (max-width: 767px) {

	.content-area__image--right,
	.content-area__content--small {
		margin-right: 0px;
	}
}

.content-area__image--left {
	margin-left: 30px;
}

@media (max-width: 767px) {
	.content-area__image--left {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		margin-left: 0px;
	}
}

.content-area__image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32%;
	flex: 0 0 32%;
	position: relative;
}

.content-area__image:before {
	display: block;
	content: "";
	padding-top: 113.46154%;
}

.content-area__image>*:nth-child(1) {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
}

.content-area__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover";
}

@media (max-width: 1240px) {
	.content-area__image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
	}
}

@media (max-width: 767px) {
	.content-area__image {
		width: 100%;
		margin: 0px;
		z-index: -1;
	}
}

.content-area__content {
	width: 100%;
	margin: 0 auto;
	padding: 45px 60px;
}

.content-area__content .title {
	padding-top: 0px;
	line-height: 1.3;
}

.content-area__content p,
.content-area__content .title {
	margin-bottom: 15px;
	text-align: center;
}

.content-area__content .content__main {
	margin-bottom: 30px;
	font-weight: 400;
}

@media (max-width: 767px) {
	.content-area__content {
		max-width: 95%;
		position: relative;
		margin-top: -60px;
		padding: 45px 30px;
	}
}

@media (max-width: 767px) {
	.content-area__content .button {
		margin-top: 10px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@media (max-width: 768px) {

	.content-area--main>.container,
	.content-area--main>.container--fluid {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		padding: 0px;
	}

	.content-area--main .content-area__content {
		max-width: 95%;
		position: relative;
		margin-top: 0px;
		padding: 45px 0px;
	}

	.content-area--main .content-area__content--small {
		max-width: 90%;
		margin: 0 auto;
	}
}

.content-area__content--small {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32%;
	flex: 0 0 32%;
	padding: 45px 60px;
}

@media (max-width: 1240px) {
	.content-area__content--small {
		padding: 30px 15px;
	}
}

@media (max-width: 767px) {
	.content-area__content--small {
		width: 100%;
		max-width: 90%;
		margin: 0 auto 60px;
	}
}

@media (max-width: 1023px) {
	.content-area__content--submenu {
		max-width: 95% !important;
		width: 100%;
		padding: 0px;
		height: 60px;
	}
}

.sitemap ul {
	margin: 0px;
}

.sitemap ul li {
	padding: 10px;
	border: 1px solid #ccc;
	border-left: 6px solid #959595;
	margin: 10px;
	list-style: none;
}

.sitemap ul li a {
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
}

.sitemap ul ul li {
	border-left: 4px solid #afafaf;
	background: #f5f5f5;
}

.sitemap ul ul li a {
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	color: #6c5f2e;
}

.sitemap ul ul li ul li {
	border-left: 4px solid #bbbbbb;
	background: #e4e4e4;
}

.sitemap ul ul li ul li a {
	font-size: 12px;
	font-weight: 400;
	text-transform: normal;
	color: #666;
}

.featured-area {
	margin-bottom: 60px;
	margin-top: 60px;
}

@media (max-width: 1024px) {

	.featured-area>.container,
	.featured-area>.container--fluid {
		padding: 0px;
	}
}

.featured-area--rooms {
	border: 1px solid #DDD;
	max-width: calc(1600px - 30px);
	width: calc(95% - 30px);
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (max-width: 1024px) {
	.featured-area--rooms {
		width: calc(95% - 0px);
	}
}

.featured-area--rooms .title {
	margin-bottom: 30px;
}

.featured-area--rooms .carousel {
	padding-top: 30px;
	padding-bottom: 30px;
}

.featured-area--rooms .carousel .slick-list {
	width: 95%;
	margin: 0 auto;
}

.featured-area--rooms .carousel .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.featured-area--rooms .carousel .carousel__nav {
	background: transparent;
	color: #DDD;
}

.featured-area--rooms .carousel .carousel__nav.slick-disabled {
	color: rgba(221, 221, 221, 0.4);
}

.featured-area--rooms .carousel .carousel__item {
	text-align: center;
	position: relative;
	padding: 0 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.featured-area--rooms .carousel .carousel__item:before {
	content: "";
	width: 1px;
	height: 100%;
	background: #DDD;
	display: block;
	position: absolute;
	right: 0px;
}

@media (max-width: 767px) {
	.featured-area--rooms .carousel .carousel__item:before {
		display: none;
	}
}

.featured-area--rooms .carousel .carousel__item i {
	display: block;
	font-size: 3rem;
	margin-bottom: 10px;
}

.featured-area--rooms .carousel .carousel__item .text {
	font-size: .8rem;
}

.gallery {
	position: relative;
	margin-bottom: 30px;
}

.gallery a {
	display: inline-block;
	overflow: hidden;
}

@media (max-width: 767px) {
	.gallery a {
		position: relative;
		width: 100%;
	}
}

.gallery a img {
	width: 100% !important;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover";
	margin: 0px !important;
	transition: all .3s ease-in-out;
}

.gallery a:hover {
	background: #926231;
}

.gallery a:hover img {
	opacity: .4;
}

.gallery a:hover:before {
	content: "\F349";
	font-family: 'Material Design Icons';
	top: 50%;
	left: 50%;
	display: block;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	color: white;
	z-index: 1;
	font-size: 55px;
}

.gallery--justified a {
	position: absolute;
}

@media (max-width: 767px) {
	.gallery--justified a {
		position: relative;
		width: 100%;
	}
}

.cc-revoke,
.cc-window,
.cc-message {
	font-family: "Open Sans", sans-serif !important;
	font-size: 12px !important;
}

.cc-window.cc-floating {
	max-width: 100% !important;
}

.cc-theme-edgeless.cc-window {
	width: 100% !important;
	top: 0px !important;
}

.cc-floating.cc-theme-edgeless .cc-message {
	margin: 1em 2em 1em !important;
	line-height: 1.35;
}

.cc-link {
	padding: 0px !important;
}

.page--location .footer:before {
	display: none;
}

.location {
	margin: 30px auto 60px;
}

.location__item--ratio {
	height: 100%;
}

.directions__placeholder {
	color: #aaaaaa;
	text-align: center;
}

.directions__placeholder i {
	font-size: 170px;
}

.location__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	padding: 30px;
}

.location__ratio {
	padding-top: 67.50%;
}

.location__ratio~* {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.map-area {
	position: relative;
	width: 100%;
}

#map-load,
.map__load {
	height: 100%;
	width: 100%;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	top: 0px;
	left: 0px;
}

.map-area__directions {
	z-index: 2;
	margin: 30px auto;
	width: 100%;
	padding: 20px;
	background: #f7f7f7;
	text-align: center;
}

@media (max-width: 767px) {
	.map-area__directions {
		padding: 15px;
	}
}

.map-area__directions form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.map-area__directions .button {
	height: 55px;
	line-height: 55px;
	margin-left: 30px;
	min-width: inherit;
}

@media (max-width: 767px) {
	.map-area__directions .button {
		padding: 0 10px;
		margin-left: 15px;
	}
}

.map-area__directions input[type='text'],
.map-area__directions input[type='number'],
.map-area__directions textarea {
	font-size: 16px;
}

@media (max-width: 767px) {

	.map-area__directions input[type='text'],
	.map-area__directions input[type='number'],
	.map-area__directions textarea {
		font-size: 14px;
	}
}

.directions {
	text-align: center;
}

.directions .button {
	display: none;
}

@media (max-width: 767px) {
	.directions .button {
		display: block;
	}
}

#directions__load {
	position: relative;
}

#directions__load .adp-directions td,
#directions__load .adp-directions th {
	border: 0px !important;
	color: #272727;
	padding: 10px;
}

@media (max-width: 580px) {

	#directions__load .adp-directions td,
	#directions__load .adp-directions th {
		max-width: 190px;
	}
}

#directions__load .adp-placemark {
	border: 0px;
	margin: 0 !important;
}

#directions__load .adp-placemark td,
#directions__load .adp-placemark th {
	border: 0px !important;
	color: #fff;
	background: rgba(124, 8, 17, 0.85);
	font-weight: 700;
	padding: 10px;
	vertical-align: middle;
}

#directions__load .adp-placemark td img.adp-marker,
#directions__load .adp-placemark th img.adp-marker {
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
}

#directions__load .adp-summary {
	font-weight: 700;
	text-align: center;
	margin: 10px 0 0;
}

#directions__load .adp-legal {
	display: none;
}