/*
Theme Name: Alta Midtown
Author: Alta Midtown
Description: Designed by Alta Midtown.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light
Text Domain: am
*/

/*! 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: .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: -.5em;
}

sub {
	bottom: -.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: .35em .625em .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;
}

.navbar .links,
#nav > ul,
#nav .drop ul,
.social-network,
.logos-item,
.add-nav ul,
.nav ul,
.items {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.container:after,
.navbar .links:after,
.info-block:after,
.lower-footer .columns:after,
.footer-holder:after,
.gallery-block .row:after,
.detail-block .block:after,
.form-section .block: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: 15px / 1.333 "proxima-nova", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	webkit-text-size-adjust: none;
}

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

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

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.333em;
}

blockquote {
	border-left: 4px solid #999;
	padding-left: .5em;
	margin-left: 1.333em;
}

th,
td {
	border: 1px solid #999;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

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

input[type="text"],
input[type="url"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	height: 45px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 2px solid #d2b88b;
	padding: 10px 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 300;
}

input[type="text"]::-webkit-input-placeholder,
input[type="url"]::-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: #c2c2c2;
}

input[type="text"]::-moz-placeholder,
input[type="url"]::-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: #c2c2c2;
}

input[type="text"]:-moz-placeholder,
input[type="url"]:-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: #c2c2c2;
}

input[type="text"]:-ms-input-placeholder,
input[type="url"]:-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: #c2c2c2;
}

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

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

textarea {
	resize: vertical;
	vertical-align: top;
	min-height: 113px;
	max-height: 200px;
}

label {
	letter-spacing: 2px;
	font-weight: 600;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"], .wpcf7-form .gform_button {
	display: inline-block;
	vertical-align: top;
	position: relative;
	height: 45px;
	padding: 0 28px 0 20px;
	border: 0;
	background: none;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 600;
	color: #d2b88b;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

button:after,
input[type="button"]:after,
input[type="reset"]:after,
input[type="file"]:after,
input[type="submit"]:after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
body .wpcf7-form .gform_footer input.gform_button{
    padding: 0 20px 0 20px;
}
button:hover,
button:focus,
.wpcf7-form .gform_button:hover,
.wpcf7-form .gform_button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="file"]:hover,
input[type="file"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #d2b88b;
	color: #fff;
}

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	margin: 0 0 12px;
	min-width: 150px;
	height: 45px;
	border: 1px solid #d2b88b;
}

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

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 13px;
	line-height: 45px;
	margin: 0 35px 0 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #c2c2c2;
}

.jcf-select .jcf-select-text .jcf-option-gf_placeholder {
	color: #c2c2c2;
}

.jcf-select .jcf-select-text span {
	color: #000;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 26px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-select .jcf-select-opener:before,
.jcf-select .jcf-select-opener:after {
	content: "";
	position: absolute;
	top: 22px;
	right: 12px;
	width: 8px;
	height: 2px;
	background: #d2b88b;
	-webkit-transform: rotate(-44deg);
	-ms-transform: rotate(-44deg);
	transform: rotate(-44deg);
	border-radius: 5px;
}

.jcf-select .jcf-select-opener:after {
	right: 17px;
	-webkit-transform: rotate(44deg);
	-ms-transform: rotate(44deg);
	transform: rotate(44deg);
}

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 #d2b88b;
}

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

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 16px;
	font-size: 14px;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.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 ul li:first-child{
	display: none;
}

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

.jcf-list .jcf-option {
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 8px 18px;
	color: #c2c2c2;
	height: 1%;
}

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

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #f0f0f0;
	color: #000;
}

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

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

.widget {
	margin-bottom: 1.333em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"], .comment-form input[type="url"], .comment-form input[type="email"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.search-form input {
	float: left;
	height: 45px;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
	height: 45px;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: none;
	color: #d2b88b;
	height: 45px;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	background: #d2b88b;
	color: #fff;
}

.commentlist {
	margin: 0 0 1.333em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.333em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.333em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.333em;
	font-weight: 600;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
	background: none;
	color: #d2b88b;
	padding: 10px;
	text-decoration: none;
	letter-spacing: 2px;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	background: #d2b88b;
	color: #fff;
}

.navigation-single {
	margin-bottom: 1.333em;
	font-weight: 600;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 50%;
	background: none;
	color: #d2b88b;
	text-decoration: none;
	letter-spacing: 2px;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	background: #d2b88b;
	color: #fff;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #999;
	padding: .4em;
	margin-bottom: 1.333em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.333em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.333em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.333em;
}

.mejs-container {
	margin-bottom: 1.333em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 .5em;
	color: inherit;
	text-transform: uppercase;
	letter-spacing: 3.5px;
}

h1,
.h1 {
	font-size: 75px;
	letter-spacing: 26px;
}

h2,
.h2 {
	font-size: 65px;
	letter-spacing: 26px;
}

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

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

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

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

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a,
.h a {
	color: inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover,
.h a:hover {
	color: #d2b88b;
}

p {
	margin: 0 0 1em;
}

a {
	color: #d2b88b;
	text-decoration: none;
	outline: none;
	-webkit-transition: color .2s linear, background .2s linear, opacity .2s linear , border-color .2s linear;
	transition: color .2s linear, background .2s linear, opacity .2s linear , border-color .2s linear;
}

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

#wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.container {
	max-width: 1190px;
	margin: 0 auto;
	padding: 0 10px;
}

#header {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0 44px;
	background: #fff;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
}

.header-holder {
	position: relative;
	padding: 15px 0 15px;
	font-size: 15px;
}

.header-holder .tel-link {
	position: absolute;
	top: 38px;
	left: 0;
	font-weight: 700;
	letter-spacing: 1px;
	color: #000;
}

.header-holder .btn-list {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 100px;
    top: 30px;
    width: 272px;
}

.header-holder .btn.btn-info {
    letter-spacing: 1px;
    padding: 10px;
    float: right;
}

.nav-opener {
	position: absolute;
	z-index: 1000;
	top: 32px;
	right: 0;
	width: 33px;
	height: 33px;
	overflow: visible;
    padding-top: 6px;
	text-indent: -50px;
    text-transform: uppercase;
	white-space: nowrap;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	position: absolute;
	top: 23px;
	left: 0;
	right: 0;
	height: 2px;
	margin-top: -1px;
	background: #d2b88b;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:after {
	top: 10px;
}

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

.logo {
	width: 190px;
	margin: 0 auto;
}

.navbar {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	max-height: 0;
	-webkit-transition: max-height .25s linear;
	transition: max-height .25s linear;
}

.navbar .container {
	padding: 0 25px;
}

.navbar .nav-area {
	margin: 0 20px 23px;
	padding: 41px 55px 29px 17px;
	border-bottom: 2px solid #000;
}

.navbar .nav-area .container {
	padding: 0;
}

.navbar .bottom-panel {
	padding-bottom: 24px;
}

.navbar .links {
	display: none;
	margin: 0 -10px;
}

.navbar .links li {
	float: left;
	width: 50%;
	padding: 0 10px;
	text-align: right;
}

.navbar .links li:first-child {
	text-align: left;
}

.navbar-holder {
	background: #fff;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

#nav {
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
}

#nav > ul {
	margin: 0 -37px;
	letter-spacing: -.36em;
}

#nav > ul > li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0 37px 10px;
	letter-spacing: 3px;
}

#nav > ul > li.active > a,
#nav > ul > li.hover > a {
	color: #d2b88b;
}

#nav > ul > li.active > a:before,
#nav > ul > li.hover > a:before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

#nav > ul > li.hover .drop {
	margin-top: 0;
	padding-top: 20px;
}

#nav > ul > li.hover .drop-holder {
	max-height: 4000px;
}

#nav > ul > li.hover .drop-frame {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

#nav > ul > li > a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-bottom: 10px;
	color: #000;
	-webkit-transition: background .3s ease, color .3s ease;
	transition: background .3s ease, color .3s ease;
}

#nav > ul > li > a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #d2b88b;
	-webkit-transform: scale3d(0, 5, 1);
	transform: scale3d(0, 5, 1);
	-webkit-transform-origin: 0 50% 0;
	-ms-transform-origin: 0 50% 0;
	transform-origin: 0 50% 0;
	-webkit-transition: -webkit-transform .3s cubic-bezier(1, .68, .16, .9) 0s;
	transition: transform .3s cubic-bezier(1, .68, .16, .9) 0s;
}

#nav > ul > li > a:after {
	content: "+";
	display: inline-block;
	vertical-align: top;
	margin-left: 6px;
}

#nav .drop {
	position: absolute;
	z-index: 999;
	top: 100%;
	left: 0;
	width: 200px;
	margin-top: 20px;
}

#nav .drop ul li {
	margin-bottom: 8px;
}

#nav .drop ul a {
	color: #000;
}

#nav .drop ul a:hover {
	color: #d2b88b;
}

#nav .drop-holder {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}

#nav .drop-frame {
	padding: 10px 10px 2px 15px;
	border: 2px solid #000;
	background: #fff;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}

#nav .opener {
	position: absolute;
	top: -9999px;
	right: -9999px;
	width: 40px;
	height: 26px;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 16px;
	left: 0;
	right: 0;
}

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

.nav-active .navbar {
	max-height: 4000px;
}

.nav-active .navbar-holder {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.resize-active .nav-drop {
	-webkit-transition: none;
	transition: none;
}

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

.promo {
	position: relative;
	overflow: hidden;
	padding: 89px 0 60px;
	min-height: 820px;
	height: 100vh;
	white-space: nowrap;
	text-align: center;
}

.promo:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}

.promo > .holder {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.promo > * {
	text-align: left;
}

.promo .holder {
	position: relative;
	padding: 50px 0;
	color: #fff;
}

.promo .frame {
	position: absolute;
	bottom: 0;
	left: 20px;
	right: 20px;
}

.promo .bg-stretch {
	z-index: -1;
	left: 25px;
	right: 25px;
	width: auto !important;
}

.promo .block {
	max-width: 1080px;
    width: 100%;
	margin: 0 auto;
	padding: 58px 100px 74px;
	border: 3px solid #fff;
}

.promo h2 {
	font-size: 75px;
	line-height: 105px;
	text-transform: uppercase;
	letter-spacing: 30px;
	margin: 0 0 22px;
}

.promo .block .separator {
    display: inline-block;
    float: none;
    font-size: 18px;
    line-height: 14px;
    padding: 13px 15px 0 0;
}

.ie .promo h2{
	letter-spacing: 10px;
}

.promo .btn-primary {
	margin-left: -16px;
}

.promo .btn-group {
	position: absolute;
	bottom: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.scroll-down {
	padding-bottom: 15%;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
}

.scroll-down a {
	color: #fff;
}

.scroll-down a:hover {
	color: #d2b88b;
}

.btn, .pagination a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 10px 20px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font: 600 15px/18px "proxima-nova", sans-serif;
}

.btn i {
	display: inline-block;
	vertical-align: top;
	margin-left: 7px;
	position: relative;
	font-style: normal;
}

.btn i:after {
	content: "+";
	display: inline-block;
	vertical-align: top;
}

.btn.btn-primary {
	padding: 10px 20px 9px;
	color: #fff;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
	background: #fff;
	color: #000;
}

.btn.btn-info {
	color: #000;
}

.btn.btn-info:hover,
.btn.btn-info:focus {
	background: #000;
	color: #fff;
}

.btn.btn-default {
	padding: 8px 11px 8px 22px;
}

.btn.btn-default:hover,
.btn.btn-default:focus {
	background: #d2b88b;
	color: #fff;
}

.btn.btn-more, .pagination a {
	min-width: 422px;
	padding: 16px 15px 15px;
	border: 2px solid #858585;
	color: #000;
}

.btn.btn-more:hover,
.btn.btn-more:focus, .pagination a:hover {
	background: #858585;
	color: #fff;
}
.pagination {
	float: left;
    width: 100%;
    margin-bottom: 100px;
}
.pagination a{
    min-width: 160px;
    width: 160px;
    text-align: center;
}
.pagination > div{
    float: left;
    width: 50%;

}
.pagination .ar{
    float: right;
    text-align: right;
}
.btn-group {
	max-width: 501px;
	margin: 0 auto;
	text-align: center;
	letter-spacing: -.36em;
}

.btn-group .btn {
	width: 50%;
	padding: 7px 15px;
	letter-spacing: 3px;
	border: 1px solid #e3e3e3;
	background: rgba(255, 255, 255, .48);
	color: #fff;
}

.btn-group .btn:hover {
	background: #fff;
	border-color: #fff;
	color: #000;
}

.btn-group .btn:first-child {
	margin-right: -1px;
}

.btn-list {
	max-width: 1200px;
	margin: 0 auto 19px;
	text-align: center;
	letter-spacing: -.36em;
}

.btn-list .btn {
	display: inline-block;
	vertical-align: top;
	width: auto;
	letter-spacing: 2px;
}

.social-network {
	display: table;
	width: 100%;
	max-width: 1001px;
	margin: 0 auto 19px;
	table-layout: fixed;
	text-align: center;
}

.social-network li {
	display: table-cell;
	vertical-align: middle;
}

.social-network li:first-child a {
	border-width: 1px;
}

.social-network a {
	display: block;
	padding: 8px;
	border: 1px solid #dbc6a2;
	border-width: 1px 1px 1px 0;
}

.social-network a:hover {
	background: #dbc6a2;
	color: #fff;
}

.social-network .hidden {
	display: none;
}

.intro {
	padding-top: 109px;
	padding-bottom: 104px;
}

.intro.container {
	max-width: 1190px;
}

.intro h2 {
	position: relative;
	z-index: 1;
	margin: 0 -20px -37px 0;
	letter-spacing: 20px;
	text-align: right;
}

.info-block {
	max-width: 976px;
	margin: 0 auto;
}

.info-block .img-holder {
	float: left;
	width: 70%;
	position: relative;
	margin-right: -40px;
}

.info-block .text-box {
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding-top: 123px;
}

.info-block .box-holder {
	position: relative;
	min-height: 491px;
	padding: 81px 30px 70px 59px;
	border: 3px solid #d2b88b;
}

.info-block h3 {
	margin: 0 0 22px;
	font-weight: 500;
}

.info-block .text-holder {
	padding-right: 25px;
}

.info-block .btn-holder {
	position: absolute;
	bottom: 29px;
	left: 35px;
	right: 35px;
	text-align: right;
}

.info-block.add {
	max-width: 868px;
}

.info-block.add .img-holder {
	float: right;
	width: 67.2%;
	margin: 55px 0 0 -49px;
}

.info-block.add .text-box {
	padding: 0 0 18px;
}

.info-block.add .box-holder {
	padding: 54px 50px 70px 30px;
}

.info-block.add .btn-holder {
	bottom: 27px;
	left: 24px;
	right: 24px;
	text-align: left;
}

.info-block.add .img-mask:after {
	background: #f0f0f0;
}
.info-block .img-holder img {
    width: 100%!important;
}
.info-block .text-box {
    /*padding: 0 40px;*/
}

.img-mask {
	overflow: hidden;
	position: relative;
}

.img-mask:after {
	content: "";
	position: absolute;
	width: 15%;
	height: 100%;
	right: 0;
	top: 0;
	background: #fff;
	-webkit-transition: width 1s cubic-bezier(.4, 0, 1, 1);
	transition: width 1s cubic-bezier(.4, 0, 1, 1);
}

.img-mask.expand-right:before,
.img-mask.expand-right:after {
	width: 0 !important;
}

.slide-section {
	position: relative;
	padding-bottom: 31px;
	margin-bottom: 53px;
}

.slide-section h2,
.slide-section .h2 {
	margin: 0 17px 0 50px;
	letter-spacing: 26px;
}

.slide-section .top-title {
	position: relative;
	z-index: 10;
	margin-bottom: -33px;
}

.slide-section .bottom-title {
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: right;
}

.slide-section .slider-block {
	max-width: 878px;
	margin: 0 auto;
}

.slide-section .slider-block .slick-list {
	overflow: visible;
}

.slide-section .slider-block .slide {
	position: relative;
}

.slide-section .slider-block .slide:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .83);
	-webkit-transition: all .4s ease-in;
	transition: all .4s ease-in;
}

.slide-section .slider-block .slide.slick-center:after {
	opacity: 0;
	visibility: hidden;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0 !important;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	padding: 0 48.5px;
	outline: none;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-arrow {
	position: absolute;
	z-index: 2;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 92px;
	height: 93px;
	border: 3px solid #000;
	cursor: pointer;
	font-size: 36px;
	line-height: 1;
	color: #000;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.slick-arrow i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.slick-arrow:hover {
	background: #000;
	color: #fff;
}

.slick-prev {
	left: -115px;
}

.slick-next {
	right: -115px;
}

.posts-section {
	padding: 76px 0 73px;
	background: #f0f0f0;
}

.posts-section .info-block {
	margin: 0 0 0 104px;
}

.posts-section .post-block {
	margin-left: 191px;
}

.posts-section .img-mask:after {
	background: #f0f0f0;
}

.post-block {
	position: relative;
	letter-spacing: -.36em;
}

.post-block .heading {
	position: absolute;
	z-index: 1;
	top: 6px;
	left: 92px;
	right: -30px;
}

.post-block .img-holder {
	display: inline-block;
	vertical-align: bottom;
	width: 70%;
}

.post-block .text-box {
	display: inline-block;
	vertical-align: bottom;
	letter-spacing: 0;
	width: 30%;
	padding: 0 0 24px 30px;
}

.post-block h2 {
	letter-spacing: 12px;
	font-size: 63px;
}

.post-block h3 {
	margin: 0 0 15px;
}

.post-block .btn-holder {
	margin-left: -22px;
}

#footer {
	padding: 0 43px;
	background: #252424;
}

.upper-footer {
	position: relative;
	padding: 34px 90px 34px 54px;
	margin-bottom: 102px;
	border-bottom: 2px solid #fff;
	color: #fff;
}

.upper-footer .title {
	display: block;
	font-size: 65px;
	letter-spacing: 26px;
	margin: 0 0 10px -10px;
}

.upper-footer address {
	font-style: normal;
	letter-spacing: 1.5px;
	margin: 0;
}

.upper-footer address a {
	color: inherit;
}

.upper-footer address a:hover {
	color: #d2b88b;
}

.back-to-top {
	position: absolute;
	top: 48px;
	right: 22px;
	width: 62px;
	height: 62px;
	border: 3px solid #fff;
	color: #fff;
	font-size: 22px;
	line-height: 1;
}

.back-to-top i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-top: -2px;
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
}

.back-to-top:hover {
	background: #fff;
	color: #000;
}

.lower-footer {
	padding: 0 22px 9px;
	color: #fff;
}

.lower-footer .columns {
	margin: 0 -10px;
}

.lower-footer .columns .col {
	float: left;
	width: 30%;
	padding: 0 10px;
	text-align: right;
}

.lower-footer .columns .col:first-child {
	width: 70%;
	text-align: left;
}

.footer-holder {
	padding: 0 24px 122px 32px;
}

.logos-box {
	float: right;
	width: 35%;
	text-align: right;
}

.logos-item {
	letter-spacing: -.36em;
	margin: 0 -16px;
}

.logos-item li {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
	padding: 0 16px;
}
.logos-item li img{
	max-width: 145px;	
}

.logos-item li a:hover{
	opacity: 0.8;
}

.add-nav {
	overflow: hidden;
	padding: 4px 20px 0 0;
}

.add-nav ul {
	letter-spacing: -.36em;
	margin: 0 -25px;
}

.add-nav li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	padding: 0 25px 10px;
}

.add-nav a {
	color: #fff;
}

.add-nav a:hover {
	color: #d2b88b;
}

.copyright {
	font-size: 12px;
	margin: 0;
}

.copyright a {
	color: inherit;
}

.copyright a:hover {
	color: #d2b88b;
}

#main {
	padding-top: 145px;
}

#main .container {
	max-width: 1160px;
}

.gallery-page #main {
	position: relative;
}

.gallery-page #main:after{
	content: "";
	position: absolute;
	z-index: -1;
	top: 683px;
	bottom: 229px;
	left: 0;
	right: 0;
	background: #f0f0f0;
}

.main-heading {
	padding: 0 0 21px 39px;
}

.main-heading .h1,
.main-heading .h2 {
	margin: 0 0 18px;
}

.main-heading .text-holder {
	padding: 0 8px 8px;
}

.nav {
	padding: 0 27px 35px 0;
	font-weight: 600;
	text-transform: uppercase;
	text-align: right;
}

.nav.add {
	padding-right: 82px;
}

.nav ul {
	letter-spacing: -.36em;
}

.nav ul li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
}

.nav ul li.active a {
	background: #d2b88b;
	color: #fff;
}

.nav ul a {
	display: block;
	position: relative;
	padding: 8px 21px 6px 28px;
	color: #000;
	letter-spacing: 3px;
	text-align: left;
}

.nav ul a:after {
	content: "+";
	display: inline-block;
	vertical-align: top;
	margin-left: 6px;
}

.nav ul a:hover {
	background: #d2b88b;
	color: #fff;
}

.gallery-block {
	margin-bottom: 96px;
}

.gallery-block.add a {
	display: block;
	position: relative;
}

.gallery-block.add a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	opacity: 0;
	visibility: hidden;
}

.gallery-block.add a.hover:after {
	visibility: visible;
	opacity: 1;
}

.gallery-block .row {
	margin: 0 -15px 38px;
}

.gallery-block .grid-item {
	padding: 0 14px 35px;
    min-height: 383px;
}

.gallery-block .grid-item.lg {
	width: 66.66%;
}

.gallery-block .grid-item.md {
	width: 33.333%;
}

.gallery-block .grid-item.md .area:after {
	left: 43px;
	right: 43px;
}

.gallery-block .grid-item.md .btn {
	bottom: 52px;
	left: 58px;
}

.gallery-block .grid-item.md .text {
	bottom: 92px;
	left: 80px;
	right: 80px;
}

.gallery-block .box {
	position: relative;
	overflow: hidden;
}
.gallery-block.neighborhood .grid-item,
.gallery-block.neighborhood .grid-item .img_normal {
    display: block;
}
/*.gallery-block .box.hover .area:before {
	visibility: visible;
	opacity: 1;
}*/

.gallery-block .box.hover .area:after {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.gallery-block .box.hover .text,
.gallery-block .box.hover .area .btn {
	opacity: 1;
	-webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}

.gallery-block img {
	width: 100%;
	max-width: inherit;
}

.gallery-block .area {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 65px 70px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	color: #fff;
	background-color: rgba(0,0,0,.5);
}

.gallery-block .hover .area{
	background-color: rgba(0,0,0,.3);
}

.gallery-block .area:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	-webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
	transition: all .35s ease;
	opacity: 0;
	visibility: hidden;
}

.gallery-block .area:after {
	border: 3px solid #fff;
	bottom: 34px;
	content: "";
	height: calc(50% - 37px);
	left: 37px;
	position: absolute;
	z-index: -1;
	right: 37px;
	-webkit-transform: translate(0px, -100%);
    -ms-transform: translate(0px, -100%);
    -moz-transform: translate(0px, -100%);
    -o-transform: translate(0px, -100%);
	transform: translate(0px, -100%);
	-webkit-transition: -webkit-transform .35s ease;
	transition: transform .35s ease;
}

.gallery-block .area .btn {
	position: absolute;
	bottom: 64px;
	left: 52px;
	opacity: 0;
	color: #fff;
	-webkit-transform: translate(0px, -100px);
    -ms-transform: translate(0px, -100px);
    -moz-transform: translate(0px, -100px);
    -o-transform: translate(0px, -100px);
	transform: translate(0px, -100px);
	-webkit-transition: color .2s linear, background .2s linear, border-color .2s linear, opacity .35s ease 0s, -webkit-transform .35s ease 0s;
	transition: color .2s linear, background .2s linear, border-color .2s linear, opacity .35s ease 0s, transform .35s ease 0s;
}

.gallery-block h2 {
	letter-spacing: 7px;
	font-weight: bold;
}

.gallery-block .text {
	bottom: 106px;
	left: 74px;
	opacity: 0;
	position: absolute;
	right: 74px;
	-webkit-transform: translate(0px, -100px);
    -ms-transform: translate(0px, -100px);
    -moz-transform: translate(0px, -100px);
    -o-transform: translate(0px, -100px);
	transform: translate(0px, -100px);
	-webkit-transition: opacity .35s ease 0s, -webkit-transform .35s ease 0s;
	transition: opacity .35s ease 0s, transform .35s ease 0s;
	overflow: hidden;
	max-height: 80px;
}

.gallery-block p {
	margin: 0;
}

.gallery-block .btn-area {
	text-align: center;
}

#main .detail-block .container {
	max-width: 1190px;
}

.detail-block {
	position: relative;
	margin-top: -22px;
	padding-bottom: 155px;
}

.detail-block:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 156px;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #f0f0f0;
}

.detail-block .block {
	padding: 0 97px 0 0;
}
.detail-block .am-cointent{
	padding-top:50px;
}

.detail-block .block.style-1 {
	padding: 0 0 0 194px;
	margin-right: -1px;
}

.detail-block .block.style-1 .img-holder {
	float: right;
	width: 40%;
	margin: 188px 0 0 -293px;
}

.detail-block .block.style-1 .text-holder {
	padding: 66px 35% 150px 55px;
}

.detail-block .block.style-1 .btn-holder {
	padding: 0 27px;
	text-align: left;
}

.detail-block .block.style-2 {
	padding: 0 97px 0 194px;
}

.detail-block .block.style-2 .img-holder {
	float: none;
	width: 100%;
	margin: -444px 0 0 -195px;
}

.detail-block .block.style-2 .text-holder {
	padding: 66px 55px 451px;
}

.detail-block .block.style-2 .btn-holder {
	padding: 38px 0 0;
	margin-right: -12px;
}

.detail-block .block.style-2 h2 {
	max-width: 355px;
}

.detail-block .img-holder {
	float: left;
	width: 45.7%;
	margin: 63px -296px 0 0;
}

.detail-block .text-holder {
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 66px 4% 41px 33.8%;
	border: 3px solid #d2b88b;
}

.detail-block h2 {
	margin: 0 0 64px;
	letter-spacing: 5px;
}

.detail-block .btn-holder {
	padding: 0 38px;
	text-align: right;
}

.detail-block .img-mask:after {
	background: #f0f0f0;
}

.detail-block .img-mask.add:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 15%;
	height: 93px;
	-webkit-transition: width 1s cubic-bezier(.4, 0, 1, 1);
	transition: width 1s cubic-bezier(.4, 0, 1, 1);
	background: #fff;
}

.detail-block .img-mask.without-pseudo:before,
.detail-block .img-mask.without-pseudo:after {
	display: none;
}

.detail-block .columns {
	margin: 0 -20px;
	letter-spacing: -.36em;
}

.detail-block .columns .col {
	display: inline-block;
	vertical-align: top;
	width: 45.5%;
	padding: 0 20px;
	letter-spacing: 0;
}

.detail-block .columns .col:first-child {
	width: 54.5%;
}

.items {
	padding-left: 18px;
	margin-bottom: 23px;
	line-height: 27px;
}

.page-template-amenities .text-frame p{
	margin-left: 18px;
	line-height: 27px;
}

.items li {
	position: relative;
	padding: 0 0 1px 30px;
}

.items-amenities li{
	padding-left: 20px;
}

.items-amenities li:before{
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 600;
	font-style: normal;
	content: "+";
	display: block;
}

.items i {
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 600;
	font-style: normal;
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

.form-section {
	padding: 65px 0 98px;
	background: #f0f0f0;
}

.form-section .img-mask:after {
	background: #f0f0f0;
}

.form-section .form-area {
	position: relative;
	max-width: 980px;
	padding: 43px 71px 33px;
}

.form-section .form-area:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 3px solid #d2b88b;
}

.form-section .heading {
	position: relative;
	z-index: 2;
	margin-bottom: 55px;
}

.form-section .form-block {
	overflow: hidden;
	max-width: 293px;
	position: relative;
	z-index: 2;
}

.form-section .img-holder {
	float: right;
	width: 81.3%;
	margin: 30px -220px 0 0;
}

.form-section h2 {
	font-weight: 500;
}

.form-section address {
	margin: 0 -11px 0 -3px;
	font-style: normal;
	letter-spacing: -.36em;
	text-transform: uppercase;
	font-weight: 500;
}

.form-section address > span {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 3px;
	padding: 0 11px 0 5px;
}

.form-section address > span:after {
	content: "|";
	float: left;
	margin-right: 14px;
}

.form-section address > span:first-child:after {
	display: none;
}

.form-section address > span a,
.form-section address > span span {
	position: relative;
	padding-right: 18px;
}

.form-section address > span a:after,
.form-section address > span span:after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.form-section address a {
	color: inherit;
}

.form-section address a:hover {
	color: #d2b88b;
}

.form-section address a[href^="mailto"] {
	padding: 0;
}

.form-section address a[href^="mailto"]:after {
	display: none;
}

.wpcf7-form .wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 22px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
	display: block;
	width: 100%;
	border: 0;
}

.wpcf7-form .jcf-select {
	width: 100%;
	margin: 0;
	border: 0;
}

.wpcf7-form .btn-holder , .wpcf7-form .gform_footer{
	padding-top: 6px;
	text-align: center;
}
.post-list .text-holder{
    padding-left: 0px;
    padding-right: 0px;
}
.commentlist{
    padding: 0px;
}
.wpcf7-form .gform_wrapper{
    max-width: 100%;
    margin: 0;
}
.wpcf7-form .gfield_label{
    display: none!important;
}
.wpcf7-form .gform_wrapper .gfield input.large, .wpcf7-form .gform_wrapper textarea.small, .wpcf7-form .gform_wrapper li.gfield.gfield_error input.large,
.wpcf7-form .gform_wrapper .gfield input.datepicker{
     width: 100%;
     font-size: 13px;
    font-weight: 300;
    height: 45px;
    letter-spacing: 1px;
    padding: 10px 18px;
    text-transform: uppercase;
}
.wpcf7-form .gform_wrapper .gfield{
     display: block;
    margin-bottom: 22px;
}
.wpcf7-form .gform_wrapper li.gfield.gfield_error, .wpcf7-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
    background:none;
    border: none;
    margin: 0;
    max-width: 100%;
    width: 100%;
}
.wpcf7-form .gform_wrapper .gfield input.datepicker, .wpcf7-form .gform_wrapper .gfield .ginput_container{
    max-width: 100%!important;
    width: 100%!important;
}
.ginput_container{
    margin: 0px!important;
    max-width: 100%!important;
    width: 100%!important;
}
.commentlist li{
margin-bottom: 25px;
}
.post-list{
	margin-bottom: 80px;
}
.main-heading .text-holder.for-all{
display: block;
}
.img_mobile{
		display: none;
	}
.tt-none{
    text-transform: none !important;
}
.mobile-phone:before {
    content: "";
    display: block;
}
.mobile-phone:after {
    content: " /";
}
.ui-datepicker{
	margin-top: 0!important;
}


@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}
	.mobile-item{
		display: none;
	}
	.mobile-phone{
		display: none;
	}
	.mob-block{
		display: none;
	}
	.page-template-thank-you .form-section .img-holder {
		width: 56%;
		margin: -30px -220px -30px 0;
	}
	.page-template-thank-you .form-area {
		padding: 0 !important;
	}

	.page-template-thank-you .form-section .heading {
		float: left;
		width: 60%;
		margin-top: 50px;
		margin-left: 50px;
	}

}

@media (min-width: 769px) {
	.navbar .popup {
		display: block !important;
	}
}

@media only screen and (min-width: 1025px) {
	a[href^=fax],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media (max-width: 1230px) {

	.post-block h2 {
		font-size: 55px;
	}
}

@media (max-width: 1199px) {
	h1,
	.h1 {
		font-size: 60px;
	}

	h2,
	.h2 {
		font-size: 55px;
	}
	.post-block h2{
		font-size: 50px;
		letter-spacing: 10px;
	}

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

	#header {
		padding: 0 25px;
	}

	.navbar .nav-area {
		padding-left: 0;
	}

	#nav > ul {
		margin: 0 -20px;
	}

	#nav > ul > li {
		margin: 0 20px 10px;
	}

	#nav > ul > li:last-child .drop {
		left: auto;
		right: 0;
	}

	.promo {
		min-height: 768px;
	}

	.promo .block {
		padding: 45px 100px 60px;
	}

	.promo h2 {
		font-size: 60px;
		line-height: 84px;
	}

	.img-mask:before {
		display: none;
	}

	.img-mask:after {
		display: none;
	}

	.slide-section {
		padding-bottom: 35px;
	}

	.slide-section .top-title {
		margin-bottom: -34px;
	}

	.slick-list {
		padding: 0 50px !important;
	}

	.slick-prev {
		left: -55px;
	}

	.slick-next {
		right: -55px;
	}

	.post-block h2 {
		letter-spacing: 14px;
	}

	.upper-footer .title {
		font-size: 50px;
	}

	.lower-footer {
		padding: 0 0 16px;
	}

	.footer-holder {
		padding: 0 0 90px;
	}

	.add-nav ul {
		margin: 0 -20px;
	}

	.add-nav li {
		padding: 0 20px 10px;
	}

	.nav.add {
		padding-right: 97px;
	}

	.gallery-block .row {
		margin: 0 -10px 38px;
	}

	.gallery-block .grid-item {
		padding: 0 8px 20px;
	}

	.gallery-block .grid-item.lg {
		width: 66.47%;
	}

	.gallery-block .grid-item.md {
		width: 33.133%;
	}

	.gallery-block .grid-item.md .area:after {
		left: 30px;
		right: 30px;
	}

	.gallery-block .grid-item.md .btn {
		left: 37px;
		bottom: 41px;
	}

	.gallery-block .grid-item.md .text {
		bottom: 78px;
		left: 57px;
		right: 57px;
	}

	.gallery-block .area {
		padding: 60px;
		font-size: 13px;
	}

	.gallery-block .area:after {
		left: 30px;
		right: 30px;
	}

	.detail-block .block.style-1 .text-holder {
		padding-right: 40%;
	}

	.detail-block .text-holder {
		padding-left: 34%;
	}
}
@media (max-width: 1080px) {
    .header-holder .btn-list {
        display: none;
    }
}


@media (max-width: 1023px) {
	h2,
	.h2,
	.post-block h2 {
		font-size: 40px;
	}

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

	.navbar .nav-area {
		padding: 80px 0 15px;
	}

	.navbar .bottom-panel {
		padding-bottom: 5px;
	}

	#nav {
		font-size: 12px;
	}

	#nav > ul {
		margin: 0 -7px;
	}

	#nav > ul > li {
		margin: 0 7px 10px;
	}

	.promo .block {
		max-width: 670px;
		padding: 55px 104px 65px;
	}

	.promo h2 {
		font-size: 65px;
		line-height: 100px;
	}

	.intro {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.intro h2 {
		margin: 0 -10px -24px 0;
		letter-spacing: 16px;
	}

	.info-block .img-holder {
		width: 65%;
	}

	.info-block .text-box {
		padding-top: 60px;
	}

	.info-block .box-holder {
		min-height: 390px;
		padding: 45px 30px 70px 60px;
	}

	.info-block.add .img-holder {
		width: 61%;
	}

	.info-block.add .box-holder {
		padding: 45px 49px 70px 30px;
	}

	.slide-section {
		padding-bottom: 22px;
	}

	.slide-section h2,
	.slide-section .h2 {
		letter-spacing: 22px;
	}

	.slide-section .top-title {
		margin-bottom: -23px;
	}

	.slick-list {
		padding: 0 100px !important;
	}

	.slick-slide {
		padding: 0 25px;
	}

	.slick-arrow {
		width: 70px;
		height: 70px;
		font-size: 30px;
	}

	.slick-prev {
		left: 20px;
	}

	.slick-next {
		right: 20px;
	}

	.posts-section .info-block {
		margin-left: 60px;
	}

	.posts-section .post-block {
		margin-left: 0;
	}

	.upper-footer {
		padding: 34px 90px 34px 0;
		margin-bottom: 70px;
	}

	.upper-footer .title {
		font-size: 40px;
		letter-spacing: 22px;
		margin-left: 0;
	}

	.lower-footer .columns {
		padding: 0;
	}

	.lower-footer .columns .col {
		float: none;
		width: 100%;
		padding: 0 0 10px;
		text-align: center;
	}

	.lower-footer .columns .col:first-child {
		width: 100%;
		text-align: center;
	}

	.footer-holder {
		padding-bottom: 60px;
	}

	.logos-box {
		float: none;
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}

	.add-nav {
		padding: 0;
		text-align: center;
	}

	.main-heading .text-holder br {
		display: none;
	}

	.nav {
		padding-right: 0;
		font-size: 13px;
	}

	.nav.add {
		padding-right: 0;
	}

	.gallery-block {
		margin-bottom: 58px;
	}

	.gallery-block .grid-item.md .area:after {
		left: 20px;
		right: 20px;
	}

	.gallery-block .grid-item.md .btn {
		left: 50%;
		margin-left: -74px;
	}

	.gallery-block .area {
		padding: 47px 45px;
	}

	.gallery-block .area:after {
		left: 20px;
		right: 20px;
		bottom: 28px;
		height: calc(50% - 28px);
	}

	.gallery-block .area .btn {
		bottom: 59px;
	}

	.gallery-block h2 {
		font-size: 18px;
	}

	.detail-block {
		padding-bottom: 60px;
	}

	.detail-block .block {
		padding: 0;
	}

	.detail-block .block.style-1 {
		padding: 0;
		margin: 0;
	}

	.detail-block .block.style-1 .img-holder {
		margin-left: -245px;
	}

	.detail-block .block.style-2 {
		padding: 0;
		margin-bottom: 60px;
	}

	.detail-block .img-holder {
		width: 35%;
		margin-right: -230px;
	}

	.items, .page-template-amenities .text-frame p {
		line-height: 22px;
	}

	.items li {
		padding-bottom: 5px;
	}

	.form-section .form-area {
		padding: 40px 40px 33px;
	}
	.gallery-block .grid-item {
	    min-height: 329px;
	}
}
@media (max-width: 989px){
	.gallery-block.area {
		margin-bottom: 30px;
	}

	.gallery-block.area .grid-item.md .area:after {
		bottom: 42px;
		left: 32px;
		right: 32px;
	}

	.gallery-block .grid-item.md .btn {
		bottom: 64px;
		left: 52px;
		right: auto;
		margin: 0;
	}

	.gallery-block .grid-item.md .text {
		bottom: 106px;
		left: 65px;
		right: 65px;
	}

	.gallery-block .area {
		font-size: 12px;
		padding: 38px 45px 38px 60px;
	}

	.gallery-block .area:before {
		opacity: 0;
		visibility: hidden;
	}

	.gallery-block .area:after {
		bottom: 42px;
		left: 32px;
		right: 32px;
		height: calc(50% - 1px);
		opacity: 1;
		-webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}

	.gallery-block .area .btn {
		position:static;
		font-size: 12px;
		opacity: 1;
		-webkit-transform: translate(0px, 0px);
		-moz-transform: translate(0px, 0px);
		-ms-transform: translate(0px, 0px);
		-o-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}

	.gallery-block h2 {
		letter-spacing: 5px;
		overflow: hidden;
		max-height: 60px;
		font-size: 21px;
		text-transform: uppercase!important;
	}

	.gallery-block .text {
		display: block;
		bottom: 106px;
		left: 65px;
		right: 65px;
		max-height: 70px;
		opacity: 1;
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
	}
	.gallery-block .text{
		position:static;
		padding:0 20px;
		margin-bottom:5px;
		opacity:1;
		transform:none;
	}

	.gallery-block .area:after{
		height:auto;
	}

	.gallery-block .box.hover .text,
	.gallery-block .box.hover .area .btn{
		opacity:1;
		transform:none;
	}
	.gallery-block .grid-item.md .area:after {
		bottom: 42px;
		left: 32px;
		right: 32px;
	}

	.gallery-block .area {
		font-size: 12px;
		padding: 34px 45px 38px 60px;
	}

	.gallery-block .area:before {
		opacity: 0;
		visibility: hidden;
	}

	.gallery-block .area:after {
		display:none;
	}
	.gallery-block .text-holder{
		position:absolute;
		left:10px;
		right:10px;
		bottom:10px;
		border:3px solid #fff;
		padding:22px 5px 5px;
	}
	.gallery-block .grid-item {
	    min-height: 246px;
	}
}
@media (max-width: 767px) {
	.desktop-block{
		display: none;
	}
	.desktop-item{
		display: none;
	}
	.detail-block .am-cointent{
		padding-top:25px;
		padding-bottom: 10px;
	}
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	textarea {
		height: 40px;
		padding: 8px 15px;
		font-size: 12px;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="file"],
	input[type="submit"] {
		height: 40px;
	}

	.jcf-select {
		height: 40px;
	}

	.jcf-select .jcf-select-text {
		margin: 0 23px 0 15px;
		font-size: 12px;
		line-height: 40px;
	}

	.jcf-select .jcf-select-opener {
		width: 22px;
	}

	.jcf-select .jcf-select-opener:before,
	.jcf-select .jcf-select-opener:after {
		top: 19px;
		right: 9px;
		width: 7px;
	}

	.jcf-select .jcf-select-opener:after {
		right: 13px;
	}

	.jcf-list {
		font-size: 12px;
		line-height: 14px;
	}

	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	h1,
	.h1 {
		letter-spacing: 4px;
	}
	
	.post-block h2,
	h2,
	.h2 {
		letter-spacing: 4px;
	}

	body {
		font-size: 12px;
		line-height: 17px;
	}

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

	.post-block h2,
	h2,
	.h2 {
		font-size: 30px;
	}

	#header {
		padding: 0;
	}

	.header-holder {
		padding: 10px 0;
	}

	.header-holder .tel-link {
		display: none;
	}

	.nav-opener {
		top: 25px;
		right: 10px;
		width: 23px;
		height: 23px;
        text-indent: 100%;
        overflow: hidden;
	}

	.nav-opener:before,
	.nav-opener:after {
		top: 17px;
	}

	.nav-opener:after {
		top: 6px;
	}

	.logo {
		width: 170px;
		height: 55px;
	}

	.nav-active .navbar {
		overflow:  visible;
		height: 90vh;
		bottom: 0;
	}

	.navbar:after {
		content: "";
		display: block;
		position: absolute;
		top: 100%;
		left: 0;
		background: #FFF;
		width: 100%;
		height: 10vh;
		z-index: 123233;
	}
	.navbar .nav-area {
		display: table;
		width: 100%;
		height: 100%;
		border: 0;
		margin: 0;
		padding: 0;
		text-align: center;
	}

	.navbar .nav-area .container {
		display: table-cell;
		vertical-align: top;
		padding: 80px 0 0;
	}

	.navbar .bottom-panel {
		position: absolute;
		bottom: 0;
		left: 30px;
		right: 30px;
		padding: 0 0 16px 0;
	}

	.navbar .bottom-panel .container {
		padding: 0;
	}

	.navbar .links {
		display: block;
	}

	.navbar .popup {
		display: none;
		position: absolute;
		bottom: 100%;
		left: 0;
		width: 100%;
		background: #fff;
	}

	.navbar-holder {
		height: 100%;
		min-height: 470px;
	}

	.navbar-holder .btn-list {
		border-bottom: 2px solid #000;
		padding-bottom: 15px;
	}
	.btn-list .btn{
		display: block;
		width: 260px;
		margin:5px auto;
		padding: 6px 0;
	}
	#nav > ul > li > a{
		margin-top: 5px !important;
		padding-bottom: 10px !important;
	}
	.btn-list .btn:hover, .btn-list .btn:focus{
		background-color: #fff !important;
		color:#000 !important;
	}

	#nav {
		max-height: 453px;
		overflow-x: hidden;
		overflow-y: auto;
		margin: 0;
		text-align: center;
	}

	#nav > ul {
		margin: 0;
	}

	#nav > ul > li {
		display: block;
		margin: 2px 0;
	}

	#nav > ul > li.active > a,
	#nav > ul > li.hover > a {
		color: #000;
	}

	#nav > ul > li.active > a:before,
	#nav > ul > li.hover > a:before {
		display: none;
	}

	#nav > ul > li.hover .drop {
		padding: 0;
	}

	#nav .drop {
		display: none;
		position: static;
		width: 100%;
		margin: 0;
	}

	#nav .drop ul a {
		display: block;
	}

	#nav .drop-holder {
		position: static;
		max-height: inherit;
	}

	#nav .drop-frame {
		padding: 15px 0 0;
		border: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	#nav .opener {
		top: 0;
		right: -30px;
	}

	.nav-active {
		overflow: hidden;
	}

	.nav-active .nav-opener {
		top: 25px;
		right: 4px;
		width: 30px;
		height: 30px;
	}

	.promo {
		min-height: 100%;
		padding: 55px 0 0;
	}

	.promo .holder {
		padding: 17px 0 40px;
	}

	.promo .frame {
		left: 10px;
		right: 10px;
	}

	.promo .bg-stretch {
		left: 11px;
		right: 10px;
	}

	.promo .block {
		padding: 0 20px 0 41px;
		border: 0;
	}

	.promo h2 {
		font-size: 42px;
		line-height: 68px;
		letter-spacing: 9px;
		margin: 0 0 14px;
	}
    .promo .block .separator {
        display: inline-block;
        float: none;
        font-size: 15px;
        line-height: 12px;
        padding: 10px 15px 0 0;
    }

    .promo .btn-group {
        padding-bottom: 20%;
        bottom: 0;
    }

	.scroll-down {
		display: none;
	}

	.btn {
		font-size: 12px;
		line-height: 14px;
	}

	.btn.btn-primary {
		padding: 8px 18px;
	}

	.btn.btn-default {
		padding: 7px 9px 7px 13px;
	}

	.btn.btn-more {
		min-width: 256px;
		padding: 13px 15px;
		font-size: 12px;
	}

	.social-network {
		margin: 0;
	}

	.intro {
		padding-top: 37px;
		padding-bottom: 23px;
	}

	.intro h2 {
		margin: 0 0 -39px 9px;
		letter-spacing: 4.5px;
		text-align: left;
	}

	.info-block .img-holder {
		float: none;
		width: 100%;
		margin: 0 0 27px;
		text-align: center;
	}

	.info-block .text-box {
		padding: 0;
	}

	.info-block .box-holder,
	.info-block .img-holder {
		min-height: inherit;
		padding: 0 31px;
		border: 0;
	}

	.info-block h3 {
		margin: 0 0 12px;
		letter-spacing: 1.8px;
	}
	
	.info-block h3 br{
		display: none;
	}

	.info-block .text-holder {
		padding: 0 0 3px;
	}

	.info-block .btn-holder {
		position: static;
		margin-left: -12px;
		text-align: left;
	}

	.info-block.add {
		display: table;
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}

	.info-block.add .img-holder {
		float: none;
		width: auto;
		margin: 0 -10px 0 0;
		text-align: right;
	}

	.info-block.add .text-box {
		display: table-header-group;
		padding: 0;
	}

	.info-block.add .box-holder {
		padding: 0 15px 18px;
	}

	.slide-section {
		padding-bottom: 19px;
		margin-bottom: 37px;
	}

	.slide-section h2,
	.slide-section .h2 {
		margin: 0 0 0 13px;
		letter-spacing: 4.5px;
	}

	.slide-section .top-title {
		margin-bottom: -15px;
	}

	.slide-section .bottom-title {
		text-align: left;
	}

	.slick-list {
		padding: 0 30px !important;
	}

	.slick-slide {
		padding: 0 9px;
	}

	.slick-slide img {
		max-width: inherit;
		width: 100%;
	}

	.slick-arrow {
		display: none !important;
	}

	.posts-section {
		padding: 43px 0 53px;
	}

	.posts-section .info-block {
		margin: 0 auto;
	}

	.posts-section .post-block {
		max-width: 300px;
		margin: 0 auto;
	}

	.post-block .heading {
		display: none;
	}

	.post-block .img-holder {
		width: auto;
		margin: 0 0 23px -10px;
	}

	.post-block .text-box {
		display: block;
		width: auto;
		padding: 0;
		margin: 0 0 0 auto;
		max-width: 218px;
	}

	.post-block h3 {
		margin: 0 0 9px;
		letter-spacing: 2px;
	}

	.post-block .btn-holder {
		margin-left: -9px;
	}

	#footer {
		padding: 0 20px;
	}

	.upper-footer {
		padding: 24px 0 32px;
		margin-bottom: 34px;
		text-align: center;
	}

	.upper-footer .title {
		font-size: 30px;
		letter-spacing: 6px;
	}

	.upper-footer address {
		line-height: 20px;
		letter-spacing: .3px;
	}

	.back-to-top {
		display: none;
	}

	.footer-holder {
		padding-bottom: 33px;
	}

	.logos-box {
		margin: 0;
	}

	.logos-item {
		margin: 0 -12px;
	}

	.logos-item li {
		padding: 0 12px;
	}

	.add-nav {
		display: none;
	}

	.copyright {
		font-size: 10px;
	}

	.copyright span {
		display: block;
	}

	#main {
		padding-top: 81px;
	}

	.gallery-page #main:after {
		display: none;
	}

	.main-heading {
		padding: 0 0 4px 34px;
	}

	.main-heading.add {
		padding: 0 0 4px 4px;
		text-align: center;
	}

	.main-heading .h1,
	.main-heading .h2 {
		letter-spacing: 3px;
	}

	.main-heading .text-holder {
		display: none;
	}

	.nav {
		margin: 0 auto;
		overflow: hidden;
		padding-bottom: 0;
		height: 75px;
	}

	.nav ul{
		overflow: auto;
		font-size: 0;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		height: 105px;
	}

	.nav ul li {
		display: inline-block;
	}

	.nav ul a {
		text-align: center;
		font-size: 13px;
	}

	.gallery-block {
		margin-bottom: 30px;
	}

	.gallery-block .row {
		margin: 0 0 21px;
	}

	.gallery-block .grid-item {
		float: none;
		padding: 0 0 10px;
	}

	.gallery-block .grid-item.lg {
		width: 100%;
	}

	.gallery-block .grid-item.md {
		width: 100%;
	}

	.gallery-block .text{
		padding:0 13px;
		margin-bottom:21px;
	}

	.gallery-block .text-holder{
		left:32px;
		right:32px;
		bottom:41px;
		padding:22px 16px 13px;
	}

	.detail-block {
		margin-top: -17px;
		padding-bottom: 0;
		line-height: 23px;
	}

	.detail-block:after {
		display: none;
	}

	.detail-block .block.style-1 .img-holder {
		float: none;
		width: 100%;
		margin: 0 0 22px -10px;
	}

	.detail-block .block.style-1 .text-holder {
		padding: 0;
	}

	.detail-block .block.style-1 .btn-holder {
		padding: 0 20px;
		text-align: right;
	}

	.detail-block .block.style-2 {
		display: table;
		width: 100%;
		margin: 0;
	}

	.detail-block .block.style-2 .img-holder {
		display: table-header-group;
		margin: 0;
	}

	.detail-block .block.style-2 .img-holder img {
		display: block;
		margin-left: -10px;
	}

	.detail-block .block.style-2 .text-holder {
		margin-top: 23px;
		padding: 0;
	}

	.detail-block .block.style-2 .btn-holder {
		margin: 0;
		padding: 0 20px;
	}

	.detail-block .img-holder {
		float: none;
		width: 100%;
		margin: 0 0 22px -10px;
	}

	.detail-block .text-holder {
		padding: 0;
		border: 0;
		overflow: visible;
	}

	.detail-block h2 {
		margin: 0 0 19px 16px;
		letter-spacing: 3px;
	}

	.detail-block .btn-holder {
		padding: 0 20px;
	}

	.detail-block .columns {
		margin: 0;
	}

	.detail-block .columns .col {
		width: 100%;
		padding: 0;
	}

	.detail-block .columns .col:first-child {
		width: 100%;
		margin-bottom: -23px;
	}

	.detail-block .text-frame {
		padding: 24px 10px 25px;
		margin: 0 -10px;
		background: #f0f0f0;
	}

	.items li {
		padding: 0 0 1px 26px;
	}
	.items-amenities li{
		padding-left: 16px;
	}

	.form-section {
		padding: 0;
		background: none;
	}

	.form-section .form-area {
		padding: 0;
	}

	.form-section .form-area:after {
		display: none;
	}

	.form-section .heading {
		padding: 0 25px;
		margin-bottom: 32px;
	}

	.form-section .heading h2 {
		display: none;
	}

	.form-section .form-block {
		overflow: visible;
		margin: 0 -9999px;
		padding: 65px 9999px 41px;
		max-width: inherit;
		background: #f0f0f0;
	}

	.form-section .img-holder {
		float: none;
		width: auto;
		margin: 0 -10px -35px 0;
		z-index: 3;
		text-align: center;
	}

	.form-section address {
		margin: 0;
	}

	.form-section address > span {
		display: block;
		padding: 0 0 5px;
	}

	.form-section address > span:after {
		display: none;
	}

	.form-section .wpcf7 {
		max-width: 480px;
		margin: 0 auto;
		padding: 0 28px;
	}

	.wpcf7-form .wpcf7-form-control-wrap {
		margin-bottom: 17px;
	}

	.wpcf7-form .btn-holder {
		padding: 0;
	}
	.post-list{
		margin-bottom: 30px;
	}
	.img_normal{
		display: none;
	}
	.img_mobile{
		display: block;
	}

	.page-template-thank-you .form-section .heading h2 {
		display: block !important;
	}
	.page-template-thank-you .form-area .block {
		display: none !important;
	}
	.dlist li {
		width:100% !important;
	}

}

@media (max-width: 479px) {
    .promo .block {
        padding: 0 15px;
    }
    .promo .block .separator {
        display: none;
    }
    .promo .btn.btn-primary {
        display: block;
        max-width: 250px;
    }
    .promo h2 {
        font-size: 35px;
        line-height: 50px;
        letter-spacing: 4px;
        margin: 0 0 14px;
    }
    .promo .btn-group {
        padding: 0 15px 20%;
    }
	#nav {
		max-height: 300px;
	}

	.form-section .img-holder {
		text-align: right;
	}
    .info-block .img-holder.img-mask {
        padding: 0;
    }
    .info-block .img-holder img {
        width: 100%!important;
    }
    .info-block .text-box {
        padding: 0 30px;
    }
}
@media (max-width: 400px) {
    .promo h2 {
        letter-spacing: 1px;
    }
}
@media (max-height: 450px) {
    .promo .btn-group {
        padding: 0 15px 0;
    }
}
@media (max-height: 375px) {
	#nav {
		max-height: 200px;
	}
}
@media (max-height: 320px) {
	#nav {
		max-height: 155px;
	}
}

