/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.main-block #nav ul,
.nav-drop ul,
.downloads-list,
.address-list,
.tabset,
.floor-list,
.floor-keys,
.tours-block .img-list,
.accordion,
.accordion ul,
.carousel ol,
.carousel .pagination,
.connected-list,
.footer-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.tabs .drop:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #000;
	background: #fff;
	font: 19px/1.412 "futura-pt", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: commuters-sans, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 400;
	margin: 0 0 0.5em;
	color: inherit;
	text-transform: uppercase;
}

h1.gold,
.h1.gold,
h2.gold,
.h2.gold,
h3.gold,
.h3.gold,
h4.gold,
.h4.gold,
h5.gold,
.h5.gold,
h6.gold,
.h6.gold,
.h.gold {
	color: #8a6f49;
}

h1,
.h1 {
	font-size: 37px;
}

h2,
.h2 {
	font-size: 22px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #39f;
}

a:hover,
a:focus {
	text-decoration: none;
}

.download-btn {
	display: inline-block;
	background: #f7f7f7;
	font: 12px/20px commuters-sans, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	color: #3c3c3b;
	border: 1px solid #8a6f49;
	text-align: center;
	letter-spacing: 1px;
	padding: 12px 8px;
	position: relative;
	margin-top: 15px;
	font-size: 10px;
}

.download-btn:hover {
	background: #fff;
	color: #8a6f49;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #3c3c3b;
	padding: 0.4em 0.7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #3c3c3b;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #3c3c3b;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #3c3c3b;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #3c3c3b;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #3c3c3b;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?1oschy");
	src: url("../fonts/icomoon.eot?1oschy#iefix") format("embedded-opentype"),
		url("../fonts/icomoon.ttf?1oschy") format("truetype"), url("../fonts/icomoon.woff?1oschy") format("woff"),
		url("../fonts/icomoon.svg?1oschy#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-plane:before {
	content: "\e911";
}

.icon-eurostar:before {
	content: "\e912";
}

.icon-angle-down:before,
.jcf-select .jcf-select-opener:before,
.download-block .opener:before,
.tabs .tab-opener:before {
	content: "\e901";
}

.icon-angle-up:before {
	content: "\e90f";
}

.icon-fan:before {
	content: "\e900";
}

.icon-lift:before {
	content: "\e902";
}

.icon-shower:before {
	content: "\e903";
}

.icon-stack:before {
	content: "\e904";
}

.icon-user:before {
	content: "\e905";
}

.icon-angle-left:before,
.fancybox-navigation .fancybox-button--arrow_left:before {
	content: "\e906";
}

.icon-angle-right:before,
.fancybox-navigation .fancybox-button--arrow_right:before {
	content: "\e907";
}

.icon-arrow:before {
	content: "\e908";
}

.icon-breeam:before {
	content: "\e909";
}

.icon-building:before {
	content: "\e90a";
}

.icon-bulb:before {
	content: "\e90b";
}

.icon-circle:before {
	content: "\e90c";
}

.icon-cycle:before {
	content: "\e90d";
}

.icon-download:before,
.downloads-list a:before {
	content: "\e90e";
}

.icon-check:before,
.table tr td.table-cal label .slide:before,
.table tr th.table-cal label .slide:before {
	content: "\e910";
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #f7f7f7;
	margin: 0 0 12px;
	min-width: 100%;
	width: 100%;
	max-height: 100%;
	text-transform: uppercase;
	height: 42px;
	text-align: center;
	margin: 0 0 39px;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select select option {
	padding: 3px 10px;
}

.jcf-select select option:first-child {
	display: none;
}

.tab-select {
	text-transform: uppercase;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 15px;
	letter-spacing: 0.4px;
	line-height: 42px;
	color: #8a6f49;
	font-family: commuters-sans, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 35px 0 8px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	right: 46px;
	top: 0;
	height: 100%;
}

.jcf-select .jcf-select-opener:before {
	font: 8px/1 icomoon;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #8a6f49;
}

.jcf-select.jcf-focus .jcf-select-opener:before {
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #8a6f49;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	font-family: commuters-sans, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 8px 15px;
	color: #8a6f49;
	text-transform: uppercase;
	color: #656565;
	height: 1%;
	text-transform: uppercase;
	text-align: center;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #8a6f49;
	color: #fff;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: rgba(0, 0, 0, 0.3);
	opacity: 0;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
	transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
	opacity: 0.95;
	-webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
	transition: opacity 0.25s ease, visibility 0s ease 0.25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	-webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
	transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px 15px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: opacity, -webkit-transform;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display: block;
}

.fancybox-slide--image {
	overflow: hidden;
}

.fancybox-slide--image:before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px;
}

.fancybox-content {
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 0;
	position: relative;
	text-align: left;
	vertical-align: middle;
	padding-top: 40px;
	padding-bottom: 40px;
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
	animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	transition-property: opacity, -webkit-transform;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
	cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-iframe,
.fancybox-video {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

.fancybox-button {
	background: rgba(30, 30, 30, 0.6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
	color: #ccc;
}

.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
	display: none !important;
}

.fancybox-button div {
	height: 100%;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--play svg:nth-child(2) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0;
	-ms-transform-origin: 0;
	transform-origin: 0;
	transition-property: -webkit-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	z-index: 99998;
}

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	padding: 0 !important;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
	width: 38px;
	height: 38px;
	background: #fff;
	color: #000;
	top: 22px;
	padding: 0;
}

.fancybox-close-small:hover {
	background: #000;
	-webkit-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
}

.fancybox-close-small:hover svg path {
	fill: #fff;
	-webkit-transition: fill 0.3s ease-in-out;
	transition: fill 0.3s ease-in-out;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 10px;
	top: 10px;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {
	padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	padding: 0;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: 2px solid #f7f7f7;
	opacity: 1 !important;
	padding: 0 !important;
	left: 20px;
	background: none;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.fancybox-navigation .fancybox-button--arrow_left:before {
	font: 14px/1 icomoon;
	position: absolute;
	left: 50%;
	line-height: 37px;
	color: #f7f7f7;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
}

.fancybox-navigation .fancybox-button--arrow_left div {
	display: none;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 0;
	right: 0;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: 2px solid #f7f7f7;
	background: none;
	color: #f7f7f7;
	text-align: center;
	line-height: 37px;
	opacity: 1 !important;
	padding: 0 !important;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.fancybox-navigation .fancybox-button--arrow_right:before {
	position: absolute;
	font: 14px/1 icomoon;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	color: #f7f7f7;
}

.fancybox-navigation .fancybox-button--arrow_right div {
	display: none;
}

.fancybox-caption {
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 25px 44px;
	right: 0;
	text-align: center;
	z-index: 99996;
}

.fancybox-caption:before {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
	background-repeat: repeat-x;
	background-size: contain;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: -44px;
	z-index: -1;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

.fancybox-loading {
	-webkit-animation: a 1s linear infinite;
	animation: a 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: 0.7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
	transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	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 {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: rotate(-1turn);
	-ms-transform: rotate(-1turn);
	transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: rotate(1turn);
	-ms-transform: rotate(1turn);
	transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0);
}

.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);
}

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, 0.1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a:before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
	opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
	opacity: 1;
}

.fancybox-infobar {
	display: none !important;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.owl-carousel .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

.owl-height {
	-webkit-transition: height 0.5s ease-in-out;
	transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.1s ease;
	transition: -webkit-transform 0.1s ease;
	transition: transform 0.1s ease;
	transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	-webkit-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

#wrapper {
	overflow: hidden;
	position: relative;
}

body {
	letter-spacing: -0.6px;
	font-weight: 400;
}

a,
input[type="submit"],
button {
	-webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, background 0.3s ease-in-out,
		color 0.3s ease-in-out, border 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, background 0.3s ease-in-out,
		color 0.3s ease-in-out, border 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
	outline: none;
}

a {
	text-decoration: none;
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
	border: none;
}

.main-block {
	white-space: nowrap;
	text-align: center;
	min-height: 100vh;
	font-size: 20px;
	line-height: 1.5;
	background: #ebd2ca;
	padding: 143px 0;
	min-height: calc(100vh - 286px);
}

.promo-line p {
	margin-bottom: 0;
}

.main-block .promo-line {
	transition: opacity 0.3s ease-in-out, visibility;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	right: -368px;
	top: -168px;
	background: #8a6f49;
	color: #fff;
	font-weight: 700;
	font-size: 19px;
	line-height: 1.3;
	transform: rotate(43deg);
	transform-origin: 0 0;
	padding: 10px 227px;
	width: 700px;
	letter-spacing: 2px;
	text-align: center;
}

.in-viewport.main-block .promo-line {
	opacity: 1;
	visibility: visible;
}

.main-block:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	margin: 0 0 0 -5px;
	min-height: calc(100vh - 286px);
}

.main-block > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
}

.main-block .main-holder {
	padding: 20px 15px;
	min-height: 590px;
	width: 100%;
	overflow: hidden;
	max-width: 980px;
	margin: 0 auto;
}

.main-block .logo {
	width: 287px;
	margin: 0 auto 35px;
}

.main-block .strap {
	color: #8a6f49;
	margin: 0 auto 35px;
	font-size: 28px;
	font-weight: bold;
}

.main-block #nav {
	font-size: 16px;
	line-height: 1.375;
	font-weight: 300;
	padding-top: 30px;
	font-family: commuters-sans, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.main-block #nav ul {
	text-align: center;
}

.main-block #nav ul > li {
	margin-bottom: 35px;
}

.main-block #nav ul a {
	color: #8a6f49;
	text-transform: uppercase;
	letter-spacing: 1.6px;
}

.main-block #nav ul a:hover {
	color: #3c3c3b;
}

.bg-stretch {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	z-index: -1;
}

.container {
	padding: 0 15px;
	margin: 0 auto;
	max-width: 1361px;
}

.line {
	max-width: 984px;
	height: 1px;
	width: 100%;
	background: #8a6f49;
}

.btn {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	border: 2px solid #fff;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 2.2;
	font-weight: 400;
	color: #fff;
	min-width: 147px;
	padding: 7px 17px;
	position: relative;
	z-index: 1;
	letter-spacing: 0.8px;
}

.btn:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 2px solid #fff;
	margin: -9px 6px 4px -9px;
	-webkit-transition: margin 0.3s ease-in-out;
	transition: margin 0.3s ease-in-out;
}

.btn:hover:before {
	margin: 0;
}

h2,
.h2 {
	letter-spacing: 2.1px;
}

.underline {
	display: inline-block;
	vertical-align: top;
	position: relative;
	color: #fff !important;
}

.underline:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5px;
	background: #fff;
	height: 1px;
	width: 100%;
	-webkit-transition: width 0.3s ease-in-out;
	transition: width 0.3s ease-in-out;
}

.underline:hover {
	text-decoration: none;
	color: #fff !important;
}

.underline:hover:before {
	width: 0;
}

.btn-plus {
	position: absolute;
	left: 10px;
	top: 10px;
}

.btn-plus:hover {
	opacity: 0.7;
}

.btn-plus .icon-plus {
	border: 2px solid #3c3c3b;
	border-radius: 50%;
	display: block;
	position: relative;
	width: 38px;
	height: 38px;
}

.btn-plus .icon-plus:before,
.btn-plus .icon-plus:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 18px;
	width: 2px;
	background: #3c3c3b;
}

.btn-plus .icon-plus:after {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	-ms-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}

.section-break-white {
	height: 89px;
}

.logo {
	width: 110px;
}

.logo img {
	max-width: none;
	width: 100%;
}

#header {
	padding: 31px 0;
	position: relative;
}

#nav {
	font-family: commuters-sans, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.nav-drop {
	position: absolute;
	left: 0;
	right: 0;
	top: 96px;
	max-height: 0;
	overflow: hidden;
	z-index: 99;
	-webkit-transition: max-height 0.3s ease-in-out;
	transition: max-height 0.3s ease-in-out;
}

.nav-active .nav-drop {
	max-height: 999px;
}

.nav-drop .nav-wrap {
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	background: #f7f6f1;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	height: calc(100vh - 96px);
	overflow: hidden;
	overflow-y: auto;
}

.nav-active .nav-drop .nav-wrap {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.nav-drop ul {
	padding: 30px 0;
}

.nav-drop ul li {
	position: relative;
}

.nav-drop ul li:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 60px;
	height: 1px;
	background: #dbdbd9;
}

.nav-drop ul li.active a {
	background: #8a6f49;
	color: #fff;
	pointer-events: none;
}

.nav-drop ul a {
	display: block;
	color: #676767;
	font-size: 18px;
	line-height: 1.1111111111;
	padding: 19px 15px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	z-index: 1;
}

.nav-drop ul a:hover {
	background: #8a6f49;
	color: #fff;
}

.nav-opener {
	display: none;
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 38px;
	height: 49px;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #8a6f49;
	position: absolute;
	top: 50%;
	left: 20%;
	right: 20%;
	height: 1px;
	border-radius: 1px;
	margin-top: -2px;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 30%;
}

.nav-opener:after {
	top: 70%;
}

.nav-opener:hover {
	opacity: 0.9;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15%;
	right: 15%;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-active {
	overflow: hidden;
}

.popup-holder {
	height: 0;
	overflow: hidden;
}

.block {
	padding: 0 0 10px;
}

.block .img {
	height: 250px;
	margin: 0 -15px;
	position: relative;
}

.block .h2,
.block h2 {
	margin: 0 0 9px;
}

.block .text {
	max-width: 340px;
	margin: -22px auto 0;
	background: #f7f7f7;
	padding: 36px 20px 25px;
}

.block .text .text-middle {
	width: 100%;
}

.location-img {
	margin-bottom: 15px;
	text-align: center;
}

.text-block {
	padding: 39px 0 37px;
	position: relative;
	z-index: 1;
}

.text-block .h2,
.text-block h2 {
	margin: 0 0 13px;
}

.text-block .text {
	text-align: left;
}

.img-block {
	height: 265px;
	position: relative;
	margin-bottom: 30px;
}

.text-content {
	padding-bottom: 259px;
	position: relative;
	z-index: 1;
}

.text-content h2 {
	margin: 0 0 20px;
}

.text-content .text {
	padding: 61px 0 55px;
}

.text-content .bg {
	position: absolute;
	left: -20px;
	bottom: 0;
	width: 194px;
	height: 309px;
	z-index: -1;
	top: auto;
}

.bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.section-gray {
	position: relative;
	text-align: center;
	z-index: 2;
	background-color: #3c3c3b;
	color: #fff;
	font-family: commuters-sans, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding-top: 1px;
	font-size: 18px;
	line-height: 1.8333333333;
	padding-bottom: 97px;
	font-weight: 400;
}

.section-gray .img {
	margin-top: -170px;
	margin-bottom: 41px;
}

.section-gray .img img {
	max-width: none;
	width: 100%;
}

.section-gray .text-wrap {
	margin: 0 0 32px;
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -4px;
}

.row.align-items-bottom {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.row .col {
	margin: 0 0 7px;
	width: 50%;
	padding: 0 4px;
}

.row .col.col-full {
	width: 100%;
}

.row .col.col-8 {
	width: 60.364%;
}

.row .col.col-9 {
	width: 62.264%;
}

.row .col.col-3 {
	width: 37.736%;
}

.row .col.col-4 {
	width: 39.636%;
}

.row .col.col-7 {
	width: 56.3%;
}

.row .col.col-5 {
	width: 43.7%;
}

.decor-bottom:before {
	content: "";
	-webkit-transition: height 0.5s ease-in-out;
	transition: height 0.5s ease-in-out;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #8a6f49;
	position: absolute;
	bottom: 0;
	height: 0;
	width: 1px;
}

.decor-bottom.in-viewport:before {
	height: 300px;
}

.white-section {
	padding-top: 1px;
	padding-bottom: 1px;
	position: relative;
	z-index: 2;
}

.white-section .img {
	position: relative;
	margin: -27px -17px 43px;
}

.white-section .text {
	text-align: center;
	padding-bottom: 28px;
}

.white-section h2 {
	margin: 0 0 10px;
}

.white-section .image {
	text-align: center;
	background: #fff;
	padding: 0 31px 31px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: -31px;
}

.block-wrap {
	padding-bottom: 31px;
}

.block-wrap .img {
	padding-top: 27px;
	margin: 0 -15px 0;
	height: 281px;
	position: relative;
}

.block-wrap .text {
	text-align: center;
}

.placeholder {
	text-align: center;
	padding: 37px 0 31px;
}

.placeholder h2 {
	margin: 0 0 56px;
}

.downloads-section {
	text-align: center;
	padding: 44px 0 46px;
	position: relative;
}

.downloads-section h2 {
	margin-bottom: 22px;
}

.downloads-list {
	margin-bottom: -20px;
}

.downloads-list li {
	margin-bottom: 20px;
}

.downloads-list a {
	display: inline-block;
	vertical-align: top;
	color: #8a6f49;
	position: relative;
	cursor: pointer;
}

.downloads-list a:before {
	font: 15px/1 icomoon;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 100px;
	font-size: 25px;
	display: none;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.downloads-list a:hover:before {
	opacity: 1;
}

.downloads-list a:hover .name {
	font-weight: 700;
}

.downloads-list a:hover .img {
	background: #8a6f49;
}

.downloads-list a:hover .img > img {
	opacity: 0;
}

.downloads-list a:hover .img .hover {
	opacity: 1;
}

.downloads-list .img {
	width: 100px;
	height: 100px;
	background: #ebd2ca;
	border-radius: 50%;
	border: 2px solid #8a6f49;
	margin: 0 auto 39px;
	-webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.downloads-list .img img {
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	display: block;
	width: 100%;
	max-width: none;
}

.downloads-list .img .hover {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.downloads-list .name {
	font-size: 12px;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: commuters-sans, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #8a6f49;
	text-transform: uppercase;
	-webkit-transition: font-weight 0.3s ease-in-out;
	transition: font-weight 0.3s ease-in-out;
}

.downloads-list .name:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 2px;
	background: #8a6f49;
	height: 1px;
}

.is-loading,
.is-loading a {
	cursor: progress;
}

.load-holder {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ebd2ca;
	z-index: 1000;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

.is-exiting-in ~ .load-holder {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

.is-exiting-out ~ .load-holder {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

.holder {
	-webkit-transition: 0.4s;
	transition: 0.4s;
	opacity: 1;
}

.is-exiting.holder {
	opacity: 0;
}

.download-block.active .opener:before {
	-webkit-transform: translateY(-50%) rotate(-180deg);
	-ms-transform: translateY(-50%) rotate(-180deg);
	transform: translateY(-50%) rotate(-180deg);
}

.download-block .opener {
	display: block;
	background: #f5e7e2;
	color: #8a6f49;
	font-family: commuters-sans, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 12px 94px;
	font-size: 13px;
	letter-spacing: 2px;
	position: relative;
}

.download-block .opener:before {
	position: absolute;
	top: 50%;
	font: 8px/1 icomoon;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 71px;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.download-block .drop {
	padding: 20px 0;
}

.contact .bg {
	height: 0;
	padding-top: 73.55%;
	position: relative;
	margin: 0 -15px;
}

.contact .bg .bg-stretch {
	background-position: 50% 0;
}

.contact address {
	font-style: normal;
	color: #000;
	line-height: 34px;
}

.contact address a {
	color: #000;
}

.contact .text {
	background: #fff;
	position: relative;
	z-index: 2;
	margin-top: -22px;
	padding: 39px 0;
	text-align: center;
}

.contact h2 {
	margin: 0 0 38px;
}

.contact .img {
	margin: 0 0 38px;
}

.contact .title {
	display: block;
	text-transform: uppercase;
	font-family: commuters-sans, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 12px;
	line-height: 1.3333333333;
	color: #8a6f49;
	letter-spacing: 2px;
	font-weight: 400;
	margin: 0 0 15px;
}

.tab-content {
	position: relative;
}

.address-list li {
	margin: 0 0 45px;
}

.address-list a:hover {
	opacity: 0.8;
}

.table-block .building {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.table-block .img {
	text-align: center;
}

.table-block .floor {
	position: absolute;
	left: 0;
	right: 0;
	top: 12%;
	width: 100%;
	height: auto;
}

.table-block .floor .flat {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.table-block .floor .flat.active {
	opacity: 0.5;
}

.tabs {
	padding: 40px 0 73px;
}

.tabs.tabs-location {
	background: #f7f7f7;
	position: relative;
	z-index: 1;
	padding: 40px 0 43px;
}

.tabs.tabs-location:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 78px;
	background: #fff;
	z-index: -1;
}

.tabs.tabs-location .tab {
	margin-bottom: 30px;
}

.tabs.tabs-location .tab-opener {
	margin: 0 15px -30px;
	position: relative;
	z-index: 2;
}

.tabs.tabs-location .drop {
	padding: 0;
}

.tabs.tabs-location .tabset {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 2;
}

.tabs .block-location {
	padding: 61px 0;
}

.tabs .map {
	text-align: center;
	padding-bottom: 31px;
	position: relative;
	z-index: 1;
}

.tabs .map h2 {
	margin: 0 0 21px;
}

.tabs .bg {
	margin: 0 -37px 65px;
	position: relative;
}

.tabs .bg .bg-stretch {
	opacity: 0;
	visibility: hidden;
}

.tabs .tab {
	-webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, background 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, background 0.3s ease-in-out;
}

.tabs .tab.active .tab-opener:before {
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.tabs .tab-opener {
	display: block;
	background: #f7f7f7;
	font: 12px/20px commuters-sans, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	color: #8a6f49;
	border: 1px solid #8a6f49;
	text-align: center;
	letter-spacing: 1px;
	padding: 22px 50px;
	position: relative;
	margin-bottom: -1px;
}

.tabs .tab-opener:before {
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	font: 12px/1 icomoon;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.tabs .drop {
	padding: 44px 0;
}

.tabset {
	display: none;
}

.tabset li {
	margin: 0 -1px;
}

.tabset a {
	display: block;
	background: #f7f7f7;
	font: 12px/20px commuters-sans, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	color: #3c3c3b;
	border: 1px solid #8a6f49;
	text-align: center;
	letter-spacing: 1px;
	padding: 12px 8px;
	position: relative;
}

.tabset a.active,
.tabset a:hover {
	background: #fff;
	color: #8a6f49;
	border-bottom-color: transparent;
}

.table {
	margin: 0 -15px;
}

.table table {
	width: 100%;
	font-size: 14px;
	line-height: 1.4285714286;
	font-weight: 300;
	position: relative;
	display: block;
}

.table tbody,
.table thead {
	display: block;
}

.table tr {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 0 5px;
	border-bottom: 1px solid rgba(138, 111, 73, 0.5);
	-webkit-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
}

.table tr.active {
	background: #f7f7f7;
}

.table tr td,
.table tr th {
	min-height: 1px;
	width: 20%;
	padding: 23px 5px 3px;
	text-align: left;
	display: block;
	font-family: commuters-sans, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 10px;
	line-height: 1.4;
	letter-spacing: 0.1px;
}

.table tr td:first-child,
.table tr td.table-floor,
.table tr th:first-child,
.table tr th.table-floor {
	position: absolute;
	left: 5px;
	width: 170px;
	color: #3c3c3b;
	text-transform: uppercase;
	top: 6px;
}

.table tr td:first-child.text-gray,
.table tr td.table-floor.text-gray,
.table tr th:first-child.text-gray,
.table tr th.table-floor.text-gray {
	font-weight: 700;
}

.table tr td.table-area-m,
.table tr th.table-area-m {
	width: 30%;
}

.table tr td.table-area-ft,
.table tr th.table-area-ft {
	width: 22%;
}

.table tr td.table-terrace,
.table tr th.table-terrace {
	width: 24%;
}

.table tr td.table-available,
.table tr th.table-available {
	position: absolute;
	bottom: 9px;
	right: 29px;
}

.table tr td.table-cal,
.table tr th.table-cal {
	width: 24%;
}

.table tr td.table-cal label,
.table tr th.table-cal label {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
}

.table tr td.table-cal label input[type="checkbox"],
.table tr th.table-cal label input[type="checkbox"] {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.table tr td.table-cal label input[type="checkbox"]:checked ~ .slide:before,
.table tr th.table-cal label input[type="checkbox"]:checked ~ .slide:before {
	opacity: 1;
}

.table tr td.table-cal label .slide,
.table tr th.table-cal label .slide {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	border: 1px solid #8a6f49;
	background-color: #fff;
	color: #8a6f49;
}

.table tr td.table-cal label .slide:before,
.table tr th.table-cal label .slide:before {
	font: 7px/1 icomoon;
	position: absolute;
	top: 50%;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.table tr th {
	color: #8a6f49;
	text-transform: uppercase;
	font-family: commuters-sans, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 300;
	padding: 5px 5px;
	font-size: 10px;
	line-height: 1.1;
}

.table tr th.table-available {
	display: none;
}

.floor-tab {
	max-width: 1150px;
	margin: 0 auto;
}

.floor-list {
	display: none;
	font-family: commuters-sans, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 13px;
	line-height: 1.3846153846;
	position: relative;
}

.floor-list li {
	margin: 0 0 26px;
	position: relative;
}

.floor-list a {
	color: #3c3c3b;
	letter-spacing: 1.4px;
}

.floor-list a.active {
	font-weight: 700;
	color: #8a6f49;
}

.floor-list a.active:before {
	opacity: 1;
}

.floor-list a:before {
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 1px;
	background: #8a6f49;
	width: 30px;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.floor-block {
	position: relative;
	text-align: center;
}

.floor-block > * {
	-webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.floor-block > *.js-tab-hidden {
	opacity: 0;
	visibility: visible;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.floor-block > *.active {
	opacity: 1;
	visibility: visible;
	position: static;
	z-index: 3;
}

.floor-block .txt {
	display: block;
	margin-bottom: 20px;
	text-align: left;
	font-family: commuters-sans, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 11px;
}

.floor-block .floor-img {
	margin: 0 0 38px;
}

.floor-info {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 10px;
	margin: 0 0 20px;
}

.floor-info:before {
	content: "";
	height: 1px;
	left: 0;
	background: #000;
	width: 66px;
	position: absolute;
	bottom: 0;
}

.indicator {
	position: absolute;
	right: 3px;
	bottom: 80px;
}

.floor-keys {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: left;
	border-top: 1px solid #8a6f49;
	border-bottom: 1px solid #8a6f49;
	font-family: commuters-sans, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 10px;
	line-height: 1.2;
}

.floor-keys li {
	width: 33.33%;
	position: relative;
	padding-left: 24px;
	font-size: 14px;
	padding: 6px 0 6px 26px;
}

.floor-keys .square {
	width: 13px;
	height: 13px;
	border: 1px solid #8a6f49;
	background: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.floor-keys .square.brown {
	background-color: #e2dbd1;
}

.floor-keys .square.gray {
	background-color: #c6c6c6;
}

.tours-block {
	max-width: 290px;
	margin: 0 auto;
}

.tours-block .img-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.tours-block .img-list li {
	padding: 0 5px 20px;
	position: relative;
	margin-top: 20px;
}

.tours-block .img-list li:before {
	background: #8a6f49;
	width: 1px;
	height: 260px;
	position: absolute;
	left: 50%;
	bottom: 100%;
	content: "";
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.tours-block .img-list li:after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -1px;
	margin-bottom: 260px;
	width: 20px;
	height: 1px;
	background: #8a6f49;
}

.tours-block .img-list li .circle-img:before {
	margin-top: -265px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-left: 19px;
}

.tours-block .img-list li.fifth:before {
	height: 191px;
}

.tours-block .img-list li.fifth:after {
	margin-bottom: 191px;
	margin-left: 1px;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.tours-block .img-list li.fifth .circle-img:before {
	margin-top: -195px;
	left: 50%;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	margin-left: -13px;
}

.tours-block .img-list li.lobby:before {
	height: 229px;
}

.tours-block .img-list li.lobby:after {
	margin-bottom: 229px;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	margin-left: 1px;
	width: 90px;
}

.tours-block .img-list li.lobby .circle-img:before {
	margin-top: -234px;
	margin-left: -88px;
}

.tours-block .img-list .name {
	position: absolute;
	left: 20px;
	bottom: 100%;
}

.tours-block .circle-img:before {
	width: 8px;
	height: 8px;
	background: #8a6f49;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
}

.tours-block .circle-img img {
	max-width: none;
	width: 100%;
}

.tours-block .circle-img a {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	overflow: hidden;
	display: block;
}

.accordion {
	counter-reset: section;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.accordion > li {
	position: relative;
	width: 50%;
	padding-right: 28px;
	margin-bottom: 13px;
}

.accordion .time {
	display: block;
	position: absolute;
	left: 31px;
	bottom: 12px;
}

.accordion .slide {
	padding-top: 7px;
	padding-bottom: 7px;
}

.accordion ul a {
	color: #000;
}

.accordion ul a:hover {
	color: #8a6f49;
}

.accordion .opener {
	color: #000;
	font-size: 12px;
	line-height: 1.3333333333;
	font-weight: 300;
	font-family: commuters-sans, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	height: 100%;
	font-weight: 400;
	letter-spacing: 0.5px;
	padding-bottom: 33px;
	border-bottom: 1px solid #000;
	position: relative;
}

.accordion .opener .title {
	padding-left: 30px;
	display: block;
	position: relative;
}

.accordion .opener .title:before {
	counter-increment: section;
	content: counter(section);
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	line-height: 18px;
	background: #3c3c3b;
	text-align: center;
	font-size: 12px;
	color: #fff;
}

.pink-section {
	padding: 58px 0;
	position: relative;
	z-index: 1;
}

.pink-section:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 320px;
	background: #3c3c3b;
	z-index: -1;
}

.pink-section h2 {
	margin: 0 0 29px;
}

.pink-section .img-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 370px;
	margin: 0 auto 71px;
}

.pink-section .img-wrap .img {
	width: 57.5%;
	position: relative;
	z-index: 1;
}

.pink-section .img-wrap .img.img1 {
	width: 48.3%;
	width: 28.3%;
	margin-left: -17%;
	margin-left: 0;
}

.pink-section .img-wrap .img.img1:before {
	display: none;
}

.lifestyle-block {
	margin: 0 auto;
	padding: 61px 0 0;
}

.lifestyle-block h2 {
	margin: 0 0 63px;
}

.lifestyle-block.in-viewport .img-wrap .img:before {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.carousel-holder .row .col {
	margin: 0;
}

.carousel-holder .row .slide-down {
	padding: 3px 0;
}

.carousel {
	position: relative;
}

.carousel .mask {
	overflow: hidden;
	position: relative;
}

.carousel h2 {
	margin: 0 0 16px;
}

.carousel .image {
	position: relative;
}

.carousel .image .num {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #3c3c3b;
	display: block;
	overflow: hidden;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	position: absolute;
}

.carousel .image .num.num1 {
	right: 21%;
	top: 34%;
}

.carousel .image .num.num2 {
	right: 0;
	top: 49%;
}

.carousel .image .num.num3 {
	right: 22%;
	top: 24%;
}

.carousel .image .num.num4 {
	right: 12%;
	top: 43%;
}

.carousel .image .num.num5 {
	right: 40%;
	top: 1%;
}

.carousel .image .num.num6 {
	right: 7%;
	top: 57%;
}

.carousel .image .num.num7 {
	right: 46%;
	top: 56%;
}

.carousel .image .num.num8 {
	left: 24%;
	top: 49%;
}

.carousel .image .num.num9 {
	right: 15%;
	top: 61%;
}

.carousel .image .num.num10 {
	left: 0;
	top: 51%;
}

.carousel .image .num.num11 {
	left: 12%;
	top: 15%;
}

.carousel .image .num.num12 {
	top: 41%;
	left: 55%;
}

.carousel .image .num.num13 {
	top: 1%;
	left: 44%;
}

.carousel .image .num.num14 {
	left: 19%;
	top: 23%;
}

.carousel .image .num.num15 {
	right: 10%;
	top: 35%;
}

.carousel .text-wrap {
	margin-bottom: 30px;
}

.carousel .imgs {
	display: none;
	position: relative;
}

.carousel .image {
	max-width: 230px;
	margin: 0 auto 40px;
}

.carousel .image img {
	max-width: none;
	width: 100%;
}

.carousel .title {
	font-family: commuters-sans, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #8a6f49;
	border-bottom: 1px solid #8a6f49;
	font-size: 10px;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 2px;
	padding: 0 10px 9px;
	margin: 0 0 14px;
}

.carousel ol {
	margin: 0 0 15px;
	counter-reset: counter;
}

.carousel ol li {
	margin: 0 0 10px;
}

.carousel ol li:before {
	counter-increment: counter;
	content: counter(counter) ".";
	margin-right: 3px;
}

.carousel .pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 12px;
	line-height: 2;
	font-weight: 300;
	font-family: commuters-sans, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	border-bottom: 1px solid #a9a9a9;
	margin: 0 -15px 20px;
	letter-spacing: 2px;
	text-align: center;
}

.carousel .pagination li {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-bottom: -1px;
}

.carousel .pagination li.active a {
	color: #8a6f49;
	border-color: #8a6f49;
}

.carousel .pagination a {
	color: #a9a9a9;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-bottom: 8px;
	border-bottom: 2px solid transparent;
}

.carousel .pagination a:hover {
	color: #8a6f49;
	border-color: #8a6f49;
}

.section-locked {
	overflow: hidden;
}

.owl-carousel .owl-item {
	opacity: 0;
	visibility: hidden;
}

.owl-carousel .owl-item.active {
	opacity: 1;
	visibility: visible;
}

.owl-carousel .slide-down {
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.owl-carousel .delay-1 {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.owl-carousel .delay-2 {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.owl-carousel .delay-3 {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.owl-carousel .delay-4 {
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}

.owl-carousel .delay-5 {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.owl-carousel .delay-6 {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

.owl-carousel .delay-7 {
	-webkit-transition-delay: 1.4s;
	transition-delay: 1.4s;
}

.owl-carousel .delay-8 {
	-webkit-transition-delay: 1.6s;
	transition-delay: 1.6s;
}

.owl-carousel .delay-9 {
	-webkit-transition-delay: 1.8s;
	transition-delay: 1.8s;
}

.owl-carousel .delay-10 {
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
}

.owl-carousel .delay-11 {
	-webkit-transition-delay: 2.2s;
	transition-delay: 2.2s;
}

.owl-carousel .delay-12 {
	-webkit-transition-delay: 2.4s;
	transition-delay: 2.4s;
}

.owl-carousel .delay-13 {
	-webkit-transition-delay: 2.6s;
	transition-delay: 2.6s;
}

.owl-carousel .delay-14 {
	-webkit-transition-delay: 2.8s;
	transition-delay: 2.8s;
}

.owl-carousel .delay-15 {
	-webkit-transition-delay: 3s;
	transition-delay: 3s;
}

.animated {
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.owl-animated-out {
	z-index: 1;
}

.owl-animated-in {
	z-index: 0;
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

.fancybox-content.popup-small {
	max-width: 862px;
	background: #fff;
	padding-top: 77px;
	padding-bottom: 77px;
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
	overflow: visible;
}

.fancybox-content.popup-small .logo-hold {
	width: 124px;
	margin: 0 auto 51px;
}

.fancybox-content.popup-small h2 {
	margin: 0 0 37px;
}

.fancybox-content.popup-small .caption {
	color: #999;
	font-size: 13px;
	line-height: 1.2307692308;
	display: block;
	text-align: left;
	font-style: italic;
}

.fancybox-content.popup-small .text {
	color: #8a6f49;
	padding: 0 15px;
	font-size: 17px;
	line-height: 1.4705882353;
}

.fancybox-content.popup-small .text h2 {
	color: #000;
}

.fancybox-content.popup-small .text p {
	margin: 0 0 15px;
}

.fancybox-content.popup-small .text .logo1 {
	margin: 0 0 45px;
}

.fancybox-content.popup-small .imgs {
	padding: 0 15px;
}

.fade-in-left {
	opacity: 0;
	-webkit-transform: translate3d(-50px, 0, 0);
	transform: translate3d(-50px, 0, 0);
	-webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, transform 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, transform 0.5s ease-in-out,
		-webkit-transform 0.5s ease-in-out;
}

.in-viewport .fade-in-left,
.fade-in-left.in-viewport,
.owl-item.active .fade-in-left {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.fade-in-right {
	opacity: 0;
	-webkit-transform: translate3d(50px, 0, 0);
	transform: translate3d(50px, 0, 0);
	-webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, transform 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, transform 0.5s ease-in-out,
		-webkit-transform 0.5s ease-in-out;
}

.in-viewport .fade-in-right,
.fade-in-right.in-viewport,
.owl-item.active .fade-in-right {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.fade-in {
	opacity: 0;
	-webkit-transform: translateY(-20%);
	-ms-transform: translateY(-20%);
	transform: translateY(-20%);
	visibility: hidden;
	-webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, transform 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, transform 0.5s ease-in-out,
		-webkit-transform 0.5s ease-in-out;
}

.in-viewport .fade-in,
.owl-item.active .fade-in {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.swipe {
	-webkit-transform: translateX(-40%);
	-ms-transform: translateX(-40%);
	transform: translateX(-40%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, transform 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, transform 0.5s ease-in-out,
		-webkit-transform 0.5s ease-in-out;
}

.in-viewport .swipe,
.owl-item.active .swipe {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.slide-left-right {
	width: 0;
	-webkit-transition: width 0.5s ease-in-out;
	transition: width 0.5s ease-in-out;
}

.in-viewport .slide-left-right,
.owl-item.active .slide-left-right {
	width: 100%;
}

.scale-in {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.in-viewport .scale-in,
.owl-item.active .scale-in {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.slide-down {
	-webkit-transform: translateY(20%);
	-ms-transform: translateY(20%);
	transform: translateY(20%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, visibility 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, visibility 0.5s ease-in-out,
		-webkit-transform 0.5s ease-in-out;
}

.in-viewport .slide-down,
.owl-item.active .slide-down {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.delay-1 {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.delay-2 {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.delay-3 {
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

.delay-4 {
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
}

.delay-5 {
	-webkit-transition-delay: 2.5s;
	transition-delay: 2.5s;
}

.delay-6 {
	-webkit-transition-delay: 3s;
	transition-delay: 3s;
}

.delay-7 {
	-webkit-transition-delay: 3.5s;
	transition-delay: 3.5s;
}

.delay-8 {
	-webkit-transition-delay: 4s;
	transition-delay: 4s;
}

.delay-9 {
	-webkit-transition-delay: 4.5s;
	transition-delay: 4.5s;
}

.delay-10 {
	-webkit-transition-delay: 5s;
	transition-delay: 5s;
}

.delay-11 {
	-webkit-transition-delay: 5.5s;
	transition-delay: 5.5s;
}

.delay-12 {
	-webkit-transition-delay: 6s;
	transition-delay: 6s;
}

.delay-13 {
	-webkit-transition-delay: 6.5s;
	transition-delay: 6.5s;
}

.delay-14 {
	-webkit-transition-delay: 7s;
	transition-delay: 7s;
}

.delay-15 {
	-webkit-transition-delay: 7.5s;
	transition-delay: 7.5s;
}

tr.floor-available {
	background-color: #f1f5ef;
}

.text-disabled {
	color: #bdbdbd !important;
	background-color: white;
	cursor: pointer;
}

.text-disabled .table-floor {
	color: #bdbdbd !important;
}

.text-disabled span {
	display: none;
}

.has-panorama .fancybox-slide--html {
	padding: 0;
}

.has-panorama .fancybox-slide--html .fancybox-close-small {
	top: 30px;
}

.has-panorama .panorama-popup {
	padding: 100px 0 0;
	background: #fff;
	width: 100%;
	height: 100%;
	overflow: initial;
}

.text-center {
	text-align: center !important;
}

.privicy-policy {
	padding: 30px 0;
}

.privicy-policy h2 {
	margin-bottom: 25px;
}

.lds-roller {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}

.lds-roller div {
	-webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	-webkit-transform-origin: 32px 32px;
	-ms-transform-origin: 32px 32px;
	transform-origin: 32px 32px;
}

.lds-roller div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	margin: -3px 0 0 -3px;
}

.lds-roller div:nth-child(1) {
	-webkit-animation-delay: -0.036s;
	animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
	top: 50px;
	left: 50px;
}

.lds-roller div:nth-child(2) {
	-webkit-animation-delay: -0.072s;
	animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
	top: 54px;
	left: 45px;
}

.lds-roller div:nth-child(3) {
	-webkit-animation-delay: -0.108s;
	animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
	top: 57px;
	left: 39px;
}

.lds-roller div:nth-child(4) {
	-webkit-animation-delay: -0.144s;
	animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
	top: 58px;
	left: 32px;
}

.lds-roller div:nth-child(5) {
	-webkit-animation-delay: -0.18s;
	animation-delay: -0.18s;
}

.bg-pink .container {
	max-width: 1396px;
}

.bg-pink.active {
	background: #fbd9ca;
}

.better-connected {
	text-align: left;
	padding: 69px 0;
}

.better-connected .text {
	max-width: 443px;
	margin: 0 auto 31px calc((100% - 825px) / 2);
}

.better-connected h2 {
	margin: 0 0 17px;
}

.better-connected p {
	margin: 0 0 10px;
}

.better-img {
	margin-bottom: 20px;
}

.connected-list .icon {
	color: #8a6f49;
	display: block;
	font-size: 31px;
	margin: 0 0 17px;
}

.connected-list .title {
	display: block;
	color: #8a6f49;
	text-transform: uppercase;
	font: 12px/18px commuters-sans, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 0.7px;
	margin: 0 0 4px;
}

.connected-list li {
	margin-bottom: 25px;
}

.accomm-carousel .slide {
	height: 250px;
	position: relative;
}

.accomm-carousel .slide img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.accomm-carousel .bailey-slick-arrows {
	position: absolute;
	z-index: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 49px;
	height: 49px;
	left: auto;
	right: auto;
	cursor: pointer;
}

.accomm-carousel .bailey-slick-arrows[aria-disabled="true"] {
	cursor: initial;
	opacity: 0.5;
}

.accomm-carousel .bailey-slick-prev {
	left: 0;
}

.accomm-carousel .bailey-slick-next {
	right: 0;
}

#footer {
	background: #3c3c3b;
	color: #fff;
	border-top: 16px solid #8a6f49;
	padding: 40px 0;
	text-align: center;
	position: relative;
	z-index: 1;
}

#footer.footer-block {
	padding: 30px 0;
}

#footer.footer-block .container {
	max-width: 1315px;
}

#footer.footer-block:before,
#footer.footer-block:after {
	display: none;
}

#footer.footer-block .footer-nav {
	padding: 0;
}

#footer:before,
#footer:after {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1px;
	height: 70px;
	background: #8a6f49;
	z-index: -1;
	top: 0;
}

#footer:after {
	top: auto;
	bottom: 0;
}

#footer .underline {
	pointer-events: none;
}

.footer-btn {
	color: #8a6f49;
	font-size: 27px;
	line-height: 1.3333333333;
	position: relative;
	padding-right: 52px;
	text-transform: uppercase;
	font-family: commuters-sans, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: inline-block;
	vertical-align: top;
}

.footer-btn [class*="icon-"] {
	position: absolute;
	-webkit-transition: right 0.3s ease-in-out;
	transition: right 0.3s ease-in-out;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.footer-btn:hover [class*="icon-"] {
	right: -20px;
}

.footer-nav {
	position: relative;
	overflow: hidden;
	padding-top: 30px;
}

.footer-nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -23px;
	font-size: 14px;
	line-height: 1.7142857143;
}

.footer-nav ul li {
	padding: 0 23px;
	position: relative;
}

.footer-nav ul li:after {
	content: "";
	height: 1px;
	width: 4px;
	background: #fff;
	position: absolute;
	right: 0;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	top: 50%;
}

.footer-nav ul li:last-child:after {
	display: none;
}

.footer-nav ul a {
	color: #fff;
}

.footer-nav ul a:hover {
	color: #8a6f49;
}

@media (min-width: 414px) {
	.container {
		padding: 0 37px;
	}

	.nav-drop ul a {
		padding: 19px 37px;
	}

	.block .img {
		margin: 0 -37px;
	}

	.block .text {
		padding: 36px 40px 25px;
	}

	.location-img {
		margin: 0 -8px 45px;
	}

	.text-block .text {
		margin: 0 -20px;
	}

	.block-wrap .img {
		margin: 0 -37px 0;
	}

	.contact .bg {
		margin: 0 -37px;
	}

	.table-block .img {
		margin: 0 -12px 22px;
	}

	.tabs.tabs-location .tab-opener {
		margin: 0 37px -30px;
	}

	.tabs.tabs-location .drop {
		padding: 0;
	}

	.table {
		margin: 0 -37px 9px;
	}

	.table tr {
		padding: 0 25px;
	}

	.table tr td:first-child,
	.table tr td.table-floor,
	.table tr th:first-child,
	.table tr th.table-floor {
		left: 26px;
	}

	.table tr td.table-cal label .slide,
	.table tr th.table-cal label .slide {
		right: 30px;
	}

	.pink-section .img-wrap {
		padding: 0 19px;
	}

	.carousel .text-wrap {
		margin: 0 0 55px;
	}

	.carousel .pagination {
		margin: 0 -37px 51px;
	}

	.fancybox-content.popup-small .text {
		padding: 0 55px;
	}

	.fancybox-content.popup-small .imgs {
		padding: 0 31px;
	}

	#footer {
		padding: 90px 0;
	}

	.footer-nav {
		padding-top: 60px;
	}
}

@media (min-width: 415px) {
	.text-block .text {
		max-width: 390px;
		margin: 0 auto;
	}
}

@media (min-width: 768px) {
	.main-block {
		min-height: calc(100vh - 440px);
	}

	.main-block:after {
		min-height: calc(100vh - 286px);
	}

	.main-block .promo-line {
		font-size: 28px;
		padding: 16px 183px;
		width: 700px;
		right: -326px;
		top: -130px;
	}

	.fancybox-slide {
		padding: 84px 55px;
	}

	.fancybox-slide--html {
		padding: 84px 20px;
	}

	.fancybox-content {
		width: 100%;
	}

	.fancybox-close-small {
		border-radius: 50%;
		right: 50%;
		-webkit-transform: translateX(50%);
		-ms-transform: translateX(50%);
		transform: translateX(50%);
		top: -61px;
		padding: 10px;
		background: #f7f7f7;
	}

	.fancybox-close-small:hover {
		background: #000;
		opacity: 1;
		color: #fff;
	}

	.fancybox-close-small:hover svg path {
		fill: #fff;
	}

	.fancybox-slide--html .fancybox-close-small {
		right: 50%;
		-webkit-transform: translateX(50%);
		-ms-transform: translateX(50%);
		transform: translateX(50%);
		top: -61px;
	}

	.fancybox-navigation .fancybox-button--arrow_left {
		width: 38px;
		height: 38px;
	}

	.fancybox-navigation .fancybox-button--arrow_left:before {
		font: 23px/1 icomoon;
	}

	.fancybox-navigation .fancybox-button--arrow_right {
		width: 38px;
		height: 38px;
	}

	.fancybox-navigation .fancybox-button--arrow_right:before {
		font: 23px/1 icomoon;
	}

	.main-block #nav {
		width: auto;
	}

	.btn {
		min-width: 139px;
	}

	.btn:before {
		margin: -8px 6px 4px -9px;
	}

	.visible-xs {
		display: none !important;
	}

	#header {
		padding: 21px 0;
	}

	#header .container {
		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;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		max-width: 1314px;
	}

	.nav-drop {
		top: 78px;
	}

	.nav-drop .nav-wrap {
		height: calc(100vh - 78px);
	}

	.nav-drop ul li.active a {
		background: none;
		color: #8a6f49;
		font-weight: 700;
	}

	.nav-drop ul a:hover {
		background: none;
		color: #8a6f49;
	}

	.block {
		padding-bottom: 0;
	}

	.block .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.block.block-right .container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.block.block-right .text {
		margin: 0 0 0 -49px;
	}

	.block.location-block .img {
		width: calc(100% - 240px);
	}

	.block.location-block .text {
		margin-right: -30px;
	}

	.block .img {
		height: 450px;
		width: calc(100% - 213px);
		margin: 0;
	}

	.block .h2,
	.block h2 {
		font-size: 21px;
		line-height: 1.1428571429;
		margin: 0 0 18px;
		letter-spacing: 1.5px;
	}

	.block .text {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		width: 262px;
		margin-right: -49px;
		position: relative;
		z-index: 2;
		white-space: nowrap;
		text-align: center;
		min-height: 320px;
		text-align: left;
		padding: 32px 18px;
	}

	.block .text:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 1px;
		margin: 0 0 0 -5px;
		height: 320px;
	}

	.block .text > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
	}

	.location-img {
		padding-left: 30px;
		margin: 0;
		text-align: right;
		width: calc(100% - 180px);
	}

	.text-block {
		padding: 150px 0;
	}

	.text-block.text-block-box {
		padding: 182px 0 0;
		z-index: 3;
	}

	.text-block.text-block-box .text {
		max-width: 580px;
		padding: 0 80px 59px;
		background: #fff;
		margin-bottom: -64px;
	}

	.text-block.text-block-box .h2,
	.text-block.text-block-box h2 {
		font-size: 20px;
		line-height: 1.45;
		margin: 0 0 13px;
	}

	.text-block .h2,
	.text-block h2 {
		font-size: 31px;
		line-height: 1.2258064516;
		margin: 0 0 36px;
	}

	.text-block .text {
		max-width: 500px;
	}

	.img-block {
		height: 500px;
		margin-bottom: 0;
	}

	.text-content {
		padding: 150px 0 360px;
	}

	.text-content .text {
		padding: 0;
		max-width: 500px;
		margin: 0 auto;
	}

	.text-content .bg {
		width: 360px;
		height: 576px;
		left: -40px;
	}

	.section-gray .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.section-gray .img {
		margin-top: -114px;
		width: 50%;
	}

	.section-gray .img .col:nth-child(2) {
		padding-right: 7.5px;
	}

	.section-gray .img .col:nth-child(3) {
		padding-left: 7.5px;
	}

	.section-gray .text {
		width: 50%;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		padding: 0 15px;
	}

	.section-gray .text-wrap {
		max-width: 400px;
		margin: 0 auto 30px;
		text-align: left;
	}

	.row .col {
		margin: 0 0 15px;
	}

	.decor-top:before {
		content: "";
		height: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		background: #8a6f49;
		position: absolute;
		top: 0;
		width: 1px;
		-webkit-transition: height 0.5s ease-in-out;
		transition: height 0.5s ease-in-out;
	}

	.decor-top.in-viewport:before {
		height: 130px;
	}

	.white-section {
		padding: 70px 0 0;
	}

	.white-section .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 1131px;
	}

	.white-section .img {
		margin: 0;
		width: 50%;
		margin-bottom: 30px;
	}

	.white-section .text {
		text-align: left;
		padding-left: 30px;
	}

	.white-section .text-image-block {
		width: 50%;
	}

	.block-wrap .img {
		height: 450px;
		margin: 0 0 0 -37px;
	}

	.block-wrap .text {
		background: #fff;
		max-width: 528px;
		text-align: left;
		margin: -170px 0 0 auto;
		padding: 55px 107px;
	}

	.placeholder {
		padding: 60px 0;
	}

	.downloads-section {
		padding: 60px 0;
	}

	.downloads-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.downloads-list li {
		width: 33.33%;
	}

	.download-block {
		max-width: 1030px;
		margin: 0 auto;
	}

	.contact {
		padding-bottom: 40px;
	}

	.contact .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.contact .bg {
		height: 810px;
		margin: 0;
		width: 60%;
		padding-top: 0;
	}

	.contact .text {
		width: 53%;
		margin: 0;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		padding: 30px 20px;
		text-align: left;
		margin-right: -13%;
	}

	.contact .title {
		margin: 0 0 13px;
	}

	.address-list .row .col {
		width: 50%;
	}

	.table-block .img {
		display: block;
		margin: 0;
		padding-top: 30px;
		text-align: left;
		width: 32%;
	}

	.table-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.table-block .table {
		width: 68%;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		margin: 0;
		padding-right: 30px;
	}

	.tabs.tabs-location {
		padding-bottom: 0;
	}

	.tabs.tabs-location:before {
		display: none;
	}

	.tabs.tabs-location {
		margin-top: 0;
		padding-top: 60px;
	}

	.tabs.tabs-location .tab {
		margin: 0;
	}

	.tabs.tabs-location .tabset {
		margin: 0 0 -33px;
		padding: 0;
	}

	.tabs .block-location {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 1065px;
		margin: 0 auto;
		padding-top: 65px;
	}

	.tabs .map {
		white-space: nowrap;
		text-align: center;
		min-height: 800px;
		text-align: left;
		padding-bottom: 0;
	}

	.tabs .map:after {
		content: "";
		display: inline-block;
		vertical-align: bottom;
		width: 1px;
		margin: 0 0 0 -5px;
		height: 800px;
	}

	.tabs .map > * {
		white-space: normal;
		display: inline-block;
		vertical-align: bottom;
	}

	.tabs .map .txt-wrap {
		max-width: 276px;
		margin-left: 25px;
	}

	.tabs .bg {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: 0;
		z-index: -1;
	}

	.tabs .bg .bg-stretch {
		opacity: 1;
		visibility: visible;
	}

	.tabs .bg .panzoom {
		opacity: 0;
		position: absolute;
		left: 0;
		top: -9999px;
	}

	.tabs .jcf-select {
		display: none !important;
	}

	.tabs .tab {
		z-index: -1;
		-webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, background 0.3s ease-in-out;
		transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, background 0.3s ease-in-out;
	}

	.tabs .tab.js-tab-hidden {
		visibility: hidden;
		opacity: 0;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		width: 100%;
	}

	.tabs .tab.active {
		opacity: 1;
		z-index: 2;
		visibility: visible;
		position: static;
	}

	.tabs .tab-opener {
		display: none;
	}

	.tabset {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding-left: 44px;
		margin: 0 0 36px;
	}

	.floor-list {
		display: block;
		width: 217px;
		float: left;
		margin-right: 20px;
		padding-right: 40px;
	}

	.floor-block {
		overflow: hidden;
		margin: 0;
		text-align: left;
	}

	.floor-block .txt {
		margin: 0 0 12px;
	}

	.floor-block .floor-img {
		width: calc(100% - 122px);
		padding-right: 30px;
	}

	.floor-block .floor-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.floor-description {
		width: 122px;
	}

	.indicator {
		bottom: 0;
		right: 0;
	}

	.floor-keys {
		display: block;
		border: none;
	}

	.floor-keys li {
		width: auto;
		margin: -1px 0;
		border-top: 1px solid #8a6f49;
		border-bottom: 1px solid #8a6f49;
	}

	.tours-wrap {
		-webkit-transform: scale(0.6);
		-ms-transform: scale(0.6);
		transform: scale(0.6);
		min-height: 410px;
	}

	.tours-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		max-width: none;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		min-width: 1287px;
		position: absolute;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		top: 50%;
	}

	.tours-block .image {
		width: 45%;
		padding-top: 49px;
	}

	.tours-block .img-list {
		width: 55%;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		padding-left: 45px;
		display: block;
	}

	.tours-block .img-list li {
		padding-bottom: 0;
		margin-bottom: -53px;
	}

	.tours-block .img-list li:before {
		left: 210px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		height: 1px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		margin-top: 4px;
		width: 619px;
	}

	.tours-block .img-list li:after {
		display: none;
	}

	.tours-block .img-list li .circle-img:before {
		margin: 0;
		left: 825px;
		top: 50%;
		margin-top: 3px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.tours-block .img-list li.fifth {
		margin-left: 227px;
		margin-bottom: -25px;
	}

	.tours-block .img-list li.fifth:before {
		height: 1px;
		margin: -1px 0 0;
		width: 506px;
	}

	.tours-block .img-list li.fifth:after {
		display: block;
		margin: 0;
		left: 716px;
		width: 1px;
		height: 51px;
		top: 50%;
		bottom: auto;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	.tours-block .img-list li.fifth .name {
		margin-top: -26px;
	}

	.tours-block .img-list li.fifth .circle-img:before {
		margin-top: -56px;
		margin-left: 503px;
	}

	.tours-block .img-list li.lobby:before {
		height: 1px;
		width: 550px;
		margin-top: 0;
	}

	.tours-block .img-list li.lobby:after {
		display: block;
		height: 50px;
		width: 1px;
		margin: 0;
		left: 760px;
		top: 50%;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	.tours-block .img-list li.lobby .circle-img:before {
		margin-top: -54px;
		margin-left: -69px;
	}

	.tours-block .img-list .name {
		left: 234px;
		margin-top: -20px;
		top: 50%;
		bottom: auto;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size: 25px;
	}

	.tours-block .circle-img a {
		width: 210px;
		height: 210px;
	}

	.accordion {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		display: block;
		width: 180px;
		padding-top: 44px;
	}

	.accordion > li {
		width: auto;
		padding-right: 0;
		margin-bottom: 28px;
	}

	.accordion .slide {
		padding-bottom: 16px;
	}

	.accordion .opener {
		height: auto !important;
		padding-bottom: 31px;
	}

	.pink-section {
		background: #3c3c3b;
		padding: 60px 0;
	}

	.pink-section:before {
		display: none;
	}

	.pink-section:after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		background: #fff;
		z-index: -1;
		bottom: 0;
		height: 35.3%;
	}

	.pink-section .img-wrap {
		padding: 0 30px;
		max-width: 880px;
		max-width: 1000px;
		margin: 0 0 71px;
		margin: 0 auto 71px;
	}

	.pink-section .img-wrap .img:before {
		content: "";
		position: absolute;
		left: 36.7%;
		height: 93px;
		top: 100%;
		background: #8a6f49;
		width: 1px;
		z-index: -1;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition: -webkit-transform 1s ease-in-out;
		transition: -webkit-transform 1s ease-in-out;
		transition: transform 1s ease-in-out;
		transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
		-webkit-transition-delay: 1s;
		transition-delay: 1s;
	}

	.lifestyle-block {
		position: relative;
		z-index: 1;
	}

	.lifestyle-block:before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 30%;
		z-index: -1;
	}

	.carousel-holder {
		background: #fff;
		margin-top: -200px;
		padding-top: 250px;
	}

	.carousel-holder .row .col {
		margin: 0;
	}

	.carousel-holder .row .slide-down {
		padding: 4px 0;
	}

	.carousel {
		max-width: 1070px;
		margin: 0 auto;
		padding-left: 82px;
		padding-right: 10px;
	}

	.carousel .imgs {
		display: block;
		float: left;
		width: 50%;
	}

	.carousel .text {
		float: left;
		width: 50%;
		padding-right: 10px;
	}

	.carousel .pagination {
		position: absolute;
		top: 50px;
		margin: 0;
		border: none;
		display: block;
		width: 70px;
		letter-spacing: 0;
		font-size: 11px;
		left: 6px;
	}

	.carousel .pagination li {
		margin: 0 0 23px;
	}

	.carousel .pagination li.active a:before {
		background: #8a6f49;
		border-color: transparent;
	}

	.carousel .pagination a {
		border: none;
	}

	.carousel .pagination a:before {
		content: "";
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 8px;
		height: 8px;
		border-radius: 50%;
		bottom: 0;
		border: 2px solid #bcbcbc;
		-webkit-transition: border 0.3s ease-in-out, background 0.3s ease-in-out;
		transition: border 0.3s ease-in-out, background 0.3s ease-in-out;
	}

	.carousel .pagination a:hover:before {
		background: #8a6f49;
		border-color: transparent;
	}

	.fancybox-content.popup-small {
		padding-top: 38px;
		padding-bottom: 38px;
	}

	.fancybox-content.popup-small .text {
		padding: 0 15px;
		max-width: 240px;
		font-size: 14px;
		line-height: 1.4285714286;
		margin: 0 auto;
		letter-spacing: 0;
	}

	.fancybox-content.popup-small .text p {
		margin: 0 0 7px;
	}

	.fancybox-content.popup-small .text .logo1 {
		margin: 0 0 31px;
	}

	.fancybox-content.popup-small .imgs {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0;
	}

	.fancybox-content.popup-small .imgs .img1 {
		width: 40%;
		margin-bottom: 20px;
	}

	.fancybox-content.popup-small .imgs .img1 .caption {
		padding-top: 6px;
		text-align: right;
	}

	.fancybox-content.popup-small .imgs .img2 {
		width: 60%;
		padding-left: 20px;
		text-align: right;
	}

	.fancybox-content.popup-small .imgs .img2 .caption {
		padding-bottom: 9px;
	}

	.fancybox-content.popup-small .img3 {
		max-width: 330px;
		margin: 0 auto;
	}

	.fancybox-content.popup-small .img3 .caption {
		text-align: left;
		padding-top: 7px;
	}

	.privicy-policy {
		padding: 60px 0;
	}

	.privicy-policy {
		font-size: 18px;
		line-height: 1.3333333333;
	}

	.privicy-policy h2 {
		margin-bottom: 40px;
	}

	.better-img {
		margin: 0;
	}

	.connected-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		text-align: left;
		padding: 0 18px;
		margin: 0 -10px;
	}

	.connected-list li {
		width: 50%;
		padding: 0 10px;
	}

	.accomm-carousel .slide {
		height: 450px;
	}

	.accomm-carousel .bailey-slick-next {
		right: 49px;
	}

	#footer.footer-block {
		padding: 28px 0;
	}

	#footer:before,
	#footer:after {
		content: "";
	}

	.footer-btn {
		padding-right: 35px;
		font-size: 23px;
		letter-spacing: 2px;
	}
}

@media (min-width: 1024px) {
	.fancybox-content {
		padding-top: 110px;
		padding-bottom: 110px;
	}

	.main-block .main-holder {
		min-height: 280px;
	}

	.main-block .logo {
		margin-bottom: 35px;
		width: 346px;
	}

	.main-block .strap {
		margin-bottom: 35px;
	}

	.main-block #nav {
		font-size: 13px;
		line-height: 1.8461538462;
		width: auto;
	}

	.main-block #nav ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 -5px -32px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.main-block #nav ul > li {
		padding: 0 5px;
	}

	.btn-plus {
		top: 28px;
		left: 28px;
	}

	#nav {
		width: 85%;
	}

	.nav-drop {
		position: static;
		max-height: none;
	}

	.nav-drop .nav-wrap {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		overflow: visible;
		height: auto;
		background: none;
	}

	.nav-drop ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin-left: -9px;
		padding: 0;
	}

	.nav-drop ul {
		margin-left: -25px;
	}

	.nav-drop ul li {
		margin-left: 25px;
	}

	.nav-drop ul li:before {
		display: none;
	}

	.nav-drop ul a {
		font-size: 12px;
		padding: 0;
		text-align: left;
		letter-spacing: 0.6px;
	}

	.block.location-block .img {
		width: calc(100% - 300px);
	}

	.block.location-block .text {
		width: 383px;
		max-width: 383px;
		margin-right: -85px;
	}

	.block .img {
		height: 745px;
		width: calc(100% - 263px);
	}

	.block .text {
		white-space: nowrap;
		text-align: center;
		min-height: 402px;
		text-align: left;
		width: 312px;
		padding: 32px 61px;
	}

	.block .text:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 1px;
		margin: 0 0 0 -5px;
		height: 402px;
	}

	.block .text > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
	}

	.block .text .h2,
	.block .text h2 {
		margin-right: -30px;
	}

	.text-block {
		padding: 305px 0 153px;
	}

	.text-block.text-block-box {
		padding: 432px 0 0;
	}

	.text-block.text-block-box:before {
		top: 178px;
	}

	.img-block {
		height: 750px;
	}

	.text-content {
		padding: 349px 0 421px;
	}

	.text-content h2 {
		margin: 0 0 17px;
	}

	.text-content .bg {
		bottom: 0;
		left: -65px;
		width: 515px;
		height: 824px;
	}

	.section-gray {
		padding-bottom: 101px;
	}

	.section-gray .text-wrap {
		margin-bottom: 62px;
	}

	.decor-bottom.in-viewport:before {
		height: 390px;
	}

	.decor-top.in-viewport:before {
		height: 223px;
	}

	.white-section {
		padding: 156px 0 0;
	}

	.white-section .img {
		width: 61.7%;
		margin-bottom: 62px;
	}

	.white-section .text {
		padding-bottom: 66px;
		padding-left: 66px;
		padding-right: 70px;
	}

	.white-section .text-image-block {
		width: 38.3%;
	}

	.white-section .image {
		padding: 0 58px 60px 68px;
		margin-bottom: -61px;
	}

	.block-wrap {
		padding-bottom: 77px;
	}

	.block-wrap .img {
		height: 750px;
	}

	.placeholder {
		padding: 117px 0 118px;
	}

	.placeholder h2 {
		margin: 0 0 83px;
	}

	.downloads-section {
		padding: 133px 0 107px;
	}

	.downloads-section h2 {
		margin: 0 0 60px;
	}

	.downloads-list li {
		width: 25%;
	}

	.downloads-list a:before {
		display: block;
	}

	.downloads-list a:hover .img {
		-webkit-transform: translateY(-12px) scale(0.94);
		-ms-transform: translateY(-12px) scale(0.94);
		transform: translateY(-12px) scale(0.94);
	}

	.is-exiting-in ~ .load-holder {
		-webkit-animation-name: slideInUp;
		animation-name: slideInUp;
	}

	.is-exiting-out ~ .load-holder {
		-webkit-animation-name: slideOutUp;
		animation-name: slideOutUp;
	}

	.contact {
		padding-bottom: 80px;
	}

	.contact .bg {
		height: 806px;
		width: 49.4%;
	}

	.contact .text {
		width: 65%;
		padding: 49px 30px 49px 40px;
		margin-right: -15.7%;
	}

	.contact h2 {
		margin: 0 0 56px;
	}

	.contact .img {
		margin: 0 0 24px;
	}

	.address-list li {
		margin: 0 0 30px;
	}

	.address-list .row .col {
		width: 33%;
	}

	.table-block .img {
		width: 38.3%;
	}

	.table-block .table {
		width: 61.7%;
	}

	.tabs.tabs-location .tabset {
		padding: 0;
	}

	.tabs .map {
		white-space: nowrap;
		text-align: center;
		min-height: 986px;
		text-align: left;
		padding-bottom: 31px;
	}

	.tabs .map:after {
		content: "";
		display: inline-block;
		vertical-align: bottom;
		width: 1px;
		margin: 0 0 0 -5px;
		height: 986px;
	}

	.tabs .map > * {
		white-space: normal;
		display: inline-block;
		vertical-align: bottom;
	}

	.tabs .map h2 {
		line-height: 27px;
	}

	.tabs .map .txt-wrap {
		margin-left: 50px;
		padding-bottom: 36px;
	}

	.tabs .drop {
		padding: 33px 0 81px;
	}

	.tabset a {
		padding: 22px 38px;
	}

	.table table {
		max-width: 607px;
	}

	.table tr {
		padding: 0;
	}

	.table tr td,
	.table tr th {
		text-align: center;
		padding: 12px 10px;
	}

	.table tr td:first-child,
	.table tr td.table-floor,
	.table tr th:first-child,
	.table tr th.table-floor {
		width: 27.5%;
		position: static;
		text-align: left;
	}

	.table tr td.table-area-m,
	.table tr th.table-area-m {
		width: 13.3%;
	}

	.table tr td.table-area-ft,
	.table tr th.table-area-ft {
		width: 12.5%;
	}

	.table tr td.table-terrace,
	.table tr th.table-terrace {
		width: 15.5%;
	}

	.table tr td.table-available,
	.table tr th.table-available {
		width: 18.4%;
		position: static;
	}

	.table tr td.table-cal,
	.table tr th.table-cal {
		width: 12%;
	}

	.table tr td.table-cal label .slide,
	.table tr th.table-cal label .slide {
		right: 12px;
	}

	.table tr th {
		padding: 16px 5px;
	}

	.table tr th.table-available {
		display: block;
	}

	.floor-list {
		margin-right: 49px;
		width: 317px;
		padding-right: 130px;
		padding-top: 8px;
	}

	.floor-list a:before {
		width: 126px;
	}

	.floor-info {
		margin: 0 0 44px;
		padding-top: 7px;
	}

	.indicator {
		bottom: 67px;
	}

	.tours-wrap {
		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
		min-height: 500px;
	}

	.pink-section {
		padding: 161px 0;
	}

	.pink-section .img-wrap {
		padding: 0 80px;
	}

	.pink-section .img-wrap .img:before {
		left: 15.7%;
		height: 132px;
	}

	.pink-section .img-wrap .img.img1 {
		width: 43.4%;
		width: 42.4%;
		margin-left: -12.3%;
		margin-left: 0;
	}

	.carousel-holder {
		margin-top: -300px;
		padding-top: 350px;
	}

	.carousel {
		padding-right: 0;
	}

	.carousel h2 {
		margin: 0 0 22px;
	}

	.carousel .text-wrap {
		margin: 0 0 43px;
	}

	.carousel .imgs {
		width: 53.3%;
	}

	.carousel .text {
		width: 46.7%;
		padding: 0 14% 0 6.9%;
		padding-top: 45px;
	}

	.carousel .image {
		margin: 0 auto 58px;
	}

	.fancybox-content.popup-small h2 {
		font-size: 20px;
		margin: 0 0 12px;
	}

	.privicy-policy {
		padding: 80px 0;
	}

	.bg-pink {
		background: #fbd9ca;
	}

	.connected-list {
		margin: -12px -35px 0;
	}

	.connected-list li {
		padding: 0 35px;
		width: 25%;
	}

	.accomm-carousel .slide {
		height: 750px;
	}

	#footer {
		padding: 146px 0 30px;
	}

	#footer.footer-block {
		padding: 28px 0;
	}

	#footer:before,
	#footer:after {
		height: 118px;
	}

	.footer-nav {
		padding-top: 94px;
		width: 47%;
	}

	.footer-nav ul {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		font-size: 15px;
	}
}

@media (min-width: 1200px) {
	.main-block #nav {
		width: auto;
	}

	#nav {
		width: 83%;
	}

	.nav-drop ul {
		margin-left: -76px;
	}

	.nav-drop ul li {
		margin-left: 61px;
	}

	.img-block {
		height: 921px;
	}

	.block-wrap .img {
		height: 1045px;
	}

	.downloads-list li {
		width: 16.667%;
	}

	.contact .text {
		padding: 49px 65px 49px 95px;
	}

	.address-list .row .col {
		width: 33%;
	}

	.tabs.tabs-location {
		padding-top: 130px;
	}

	.tabs .map .txt-wrap {
		margin-left: 106px;
	}

	.table {
		padding-left: 71px;
	}

	.tours-wrap {
		-webkit-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9);
		min-height: 680px;
	}

	.tours-block .img-list .name {
		font-size: 17px;
	}

	.pink-section .img-wrap {
		padding: 0 130px;
	}

	.pink-section .img-wrap .img:before {
		left: 8.7%;
		height: 173px;
	}

	.carousel-holder {
		margin-top: -408px;
		padding-top: 516px;
	}

	.carousel .pagination {
		left: -10px;
	}

	.fancybox-content.popup-small .imgs .img1 {
		margin: -23% 0 0 -11.3%;
		width: 37.5%;
	}

	.fancybox-content.popup-small .imgs .img2 {
		padding-left: 5.7%;
		width: 86%;
		margin-right: -14%;
	}

	.fancybox-content.popup-small .img3 {
		width: 54.2%;
		max-width: none;
		padding-left: 15.6%;
		margin: 0;
		margin-top: -6%;
	}
}

@media (min-width: 1440px) {
	.block-wrap .img {
		margin-left: -78px;
	}

	.tours-wrap {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		min-height: 0;
	}

	.tours-block {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		min-width: 0;
	}
}

@media (max-width: 1023px) {
	.fancybox-slide--image .fancybox-close-small {
		right: 0 !important;
		top: 0 !important;
	}

	.hidden-sm {
		display: none !important;
	}

	.nav-opener {
		display: block;
	}

	.block .h2 br,
	.block h2 br {
		display: none;
	}

	.table .hidden-mobile {
		display: none;
	}

	.table tr td:first-child,
	.table tr td.table-floor,
	.table tr th:first-child,
	.table tr th.table-floor {
		padding-top: 0;
	}

	.fancybox-content.popup-small .logo-hold {
		display: none;
	}

	.fancybox-content.popup-small h2 {
		font-size: 20px;
	}
}

@media (min-width: 768px) {
	.main-block .promo-line {
		right: -364px;
		top: -171px;
		padding: 16px 227px;
	}
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}

	.contact .row {
		display: block;
	}

	.contact .row .col {
		width: auto;
		margin: 0 0 46px;
	}

	.fancybox-content.popup-small .img {
		position: relative;
		display: inline-block;
		vertical-align: top;
		margin-bottom: 27px;
		padding-bottom: 37px;
	}

	.fancybox-content.popup-small .caption {
		position: absolute;
		left: 0;
		font-size: 14px;
		bottom: 10px;
	}

	.reverse-block {
		position: relative;
	}

	.reverse-block .img {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
	}

	.reverse-block .text-block {
		padding-left: 37px;
		padding-right: 37px;
		padding-top: 333px;
		padding-bottom: 0;
	}

	.reverse-block .text-block h2 {
		margin: 0 0 14px;
	}

	.reverse-block .text-block p {
		margin: 0 0 10px;
	}

	.panzoom {
		overflow: hidden;
	}

	.panzoom img {
		width: 100%;
		max-width: none;
	}
}

@media (max-width: 576px) {
	.fancybox-thumbs {
		width: 110px;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}

@media (max-height: 576px) {
	.fancybox-caption {
		padding: 12px;
	}

	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}

	.fancybox-slide--image {
		padding: 6px 0;
	}

	.fancybox-close-small {
		right: -6px;
	}

	.fancybox-slide--image .fancybox-close-small {
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}
}

@-webkit-keyframes a {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@keyframes a {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-webkit-keyframes slideInUp {
	0% {
		opacity: 0.4;
	}

	100% {
		opacity: 1;
	}
}

@keyframes slideInUp {
	0% {
		opacity: 0.4;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes slideOutUp {
	0% {
	}

	100% {
	}
}

@keyframes slideOutUp {
	0% {
	}

	100% {
	}
}

@-webkit-keyframes slideInLeft {
	0% {
		opacity: 0.4;
	}

	100% {
		opacity: 1;
	}
}

@keyframes slideInLeft {
	0% {
		opacity: 0.4;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes slideOutLeft {
	0% {
	}

	100% {
	}
}

@keyframes slideOutLeft {
	0% {
	}

	100% {
	}
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@media (min-width: 1024px) {
	.text-content.pt-50 {
		padding-top: 50px;
	}

	.text-block.pb-50 {
		padding-bottom: 50px;
	}
}
@media (min-width: 768px) {
	.text-content.pt-50 {
		padding-top: 50px;
	}

	.text-block.pb-50 {
		padding-bottom: 50px;
	}
}