/*! 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; }

.right-panel .top-nav, .right-panel .social-networks, #nav ul, .mobile-nav .top, .nav-columns .about-nav, .nav-columns .sub-nav, .nav-columns .connect .social-networks-mobile, .two-columns .slideshow .pagination ul, #footer .form-col-tablet .social-networks-tablet, #footer .address-col .social-networks, #footer .list-col .holder ul, #footer .form-col .patners ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, .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: 16px/1.2 "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  text-decoration: none;
  -webkit-transition: 0.35s ease;
  -moz-transition: 0.35s ease;
  -ms-transition: 0.35s ease;
  transition: 0.35s ease;
}

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

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

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

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

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

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;
  -webkit-transition: 0.35s ease;
  -moz-transition: 0.35s ease;
  -ms-transition: 0.35s ease;
  transition: 0.35s ease; }
  a:hover,
  a:focus {
    text-decoration: none;
-webkit-transition: 0.35s ease;
  -moz-transition: 0.35s ease;
  -ms-transition: 0.35s ease;
  transition: 0.35s ease;
  outline:none;}

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,
 input.cat_textbox{
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #999;
  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,
 input.cat_textbox:focus{
    border-color: #000;
    outline:none;}
  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: #999; }
  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: #999; }
  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: #999; }
  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: #999; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #999; }

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

/* ---------------------------------------------------------
    Embedded fonts styles
   ---------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
 font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.icon-chevron-thin-right:before {
  content: "\e601"; }

.icon-chevron-with-circle-right:before {
  content: "\e602"; }

.icon-youtube-play:before {
  content: "\e603"; }

.icon-pinterest-p:before {
  content: "\e604"; }

.icon-vimeo:before {
  content: "\e605"; }

.icon-instagram:before {
  content: "\e606"; }

.icon-twitter:before {
  content: "\e607"; }

.icon-social-facebook:before {
  content: "\e608"; }

/* main container styles */
#wrapper {
  overflow: hidden;
  position: relative; }

/* header styles */
#header {
  background: #fff;
  padding: 14px 1.5% 19px 1.6%;
  /* page logo styles */ }
  @media (max-width: 1200px) {
    #header {
      padding: 3px 1.5px 27px 5%;
      position: fixed;
      z-index: 9999;
      left: 0;
      right: 0;
      top: 0;
      width: 100%; } }
  @media (max-width: 767px) {
    #header {
      padding: 14px 17px 21px 20px; } }
  #header .header-holder {
    margin: 0 auto;
    overflow: hidden; }
  #header .logo {
    float: left;
    width: 375px;
    height: 24px;
    margin: 29px 0 0 0; }
    @media (max-width: 1680px) {
      #header .logo {
        width: 300px;
        height: auto; } }
    @media (max-width: 1340px) {
      #header .logo {
        width: 290px; } }
    @media (max-width: 1080px) {
      #header .logo {
        width: 250px; } }
@media (max-width:1050px){
    #header .logo{
    	    width: 233px;
    margin: 26px 0 0 0;
    }
}
@media (max-width: 1200px) {
      #header .logo {
        width: 302px; } }
    @media (max-width: 767px) {
      #header .logo {
        height: auto;
        width: 206px;
        margin: 10px 0 0 3px; } }
    #header .logo img {
      display: block; }

.right-panel {
  float: right;
  max-width: 1320px; }
  @media (max-width: 1200px) {
    .right-panel {
      display: block; } }
  .right-panel .top-bar {
    overflow: hidden;
    margin: 0 0 14px; }
    @media (max-width: 1200px) {
      .right-panel .top-bar {
        display: none; } }
  .right-panel .top-nav {
    float: right;
    margin: 9px 0 0 0;
    max-width: 1080px;
    font-size: 13px;
    font-family: 'Sorts Mill Goudy', serif; }
    @media (max-width: 1450px) {
      .right-panel .top-nav {
        font-size: 11px; } }
    @media (max-width: 1200px) {
      .right-panel .top-nav {
        display: none; } }
    .right-panel .top-nav li {
      float: left;
      margin: 0 6px 6px 35px; }
      @media (max-width: 1680px) {
        .right-panel .top-nav li {
          margin: 0 6px 6px 20px; } }
      @media (max-width: 1340px) {
        .right-panel .top-nav li {
          margin: 0 6px 6px 6px; } }
      .right-panel .top-nav li:first-child {
        margin: 0; }
      .right-panel .top-nav li a {
        display: block;
        letter-spacing: 1px;
        color:  #80724f;
        text-transform: uppercase; }
        .right-panel .top-nav li a:hover,
        .right-panel .top-nav li a:focus {
          color: #6b6b6b; }
  .right-panel .social-networks {
    float: right;
    max-width: 200px; }
    .right-panel .social-networks li {
      float: left;
      margin: 0 5px 6px 15px; }

@media (max-width:1600px){
    .right-panel .social-networks {
        display: none;
    }
}



      @media (max-width: 1340px) {
        .right-panel .social-networks li {
          margin: 0 5px 6px; } }
      .right-panel .social-networks li a {
        display: block;
        color: #ccc6ba;
        font-size: 22px; }
        .right-panel .social-networks li a:hover,
        .right-panel .social-networks li a:focus {
          opacity: .8; }
        .right-panel .social-networks li a.icon-social-facebook {
          margin: -2px 0 0;
          font-size: 24px; }

body.nav-active .drop {
  visibility: visible;
  z-index: 999999;
  right: 0;
  opacity: 1; }

body.nav-active .nav-opener {
  top: 0 !important;
  right: 22px !important;
  bottom: auto;
  position: absolute !important; }
  @media (max-width: 767px) {
    body.nav-active .nav-opener {
      right: 7px !important; } }
  body.nav-active .nav-opener:before,
  body.nav-active .nav-opener:after,
  body.nav-active .nav-opener span {
    background: #d7d7d7; }

.nav-opener {
  top: 0;
  left: auto;
  width: 46px;
  height: 40px;
  outline: none;
  display: none;
  border-radius: 0;
  overflow: hidden;
  right: 22px;
  margin: 18px 0 0;
  position: absolute !important;
  z-index: 1000 !important;
  text-indent: -9999px; }
  @media (max-width: 1200px) {
    .nav-opener {
      display: block; } }
  @media (max-width: 1200px) {
    .nav-opener {
      width: 46px;
      top: 0;
      right: 22px; } }
  @media (max-width: 767px) {
    .nav-opener {
      width: 40px;
      right: 10px;
      top: -7px; } }
  .nav-opener:focus.nav-opener:before,
  .nav-opener:focus.nav-opener:after,
  .nav-opener:focus.nav-opener span, 
  .nav-opener:hover.nav-opener:before,
  .nav-opener:hover.nav-opener:after,
  .nav-opener:hover.nav-opener span, 
  .nav-opener.active.nav-opener:before,
  .nav-opener.active.nav-opener:after,
  .nav-opener.active.nav-opener span {
    background: #ada898; }

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
  background: #ada898;
  border-radius: 0;
  position: absolute;
  top: 22px;
  left: 8px;
  border-radius: 3px;
  right: 8px;
  height: 3px;
  margin-top: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  @media (max-width: 767px) {
    .nav-opener:before,
    .nav-opener:after,
    .nav-opener span {
      border-radius: 0;
      height: 3px;
      top: 19px; } }
  .nav-opener:before:focus,
  .nav-opener:after:focus,
  .nav-opener span:focus,
  .nav-opener:before:focus,
  .nav-opener:after:focus,
  .nav-opener span:focus {
    background: #ada898 !important; }

.nav-opener:before,
.nav-opener:after {
  content: '';
  top: 11px; }

.nav-opener:after {
  top: auto;
  bottom: 4px; }
  @media (max-width: 767px) {
    .nav-opener:after {
      bottom: 10px; } }

/* close button transition */
.nav-active .nav-opener span {
  opacity: 0; }

.nav-active #wrapper {
  top: 0 !important; }

.opener:hover,
.opener:focus {
  opacity: .9; }

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 22px;
  left: 5px;
  height: 3px;
  right: 5px;
  border-radius: 4px;
  background: #fff; }
  @media (max-width: 767px) {
    .nav-active .nav-opener:after,
    .nav-active .nav-opener:before {
      left: 2px;
      right: 10px;
      height: 3px;
      top: 10px; } }

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

@media (max-width: 1200px) {
  .drop {
    position: fixed;
    top: 73px;
    bottom: 0;
    right: 0;
    overflow: auto;
    z-index: 9999;
    visibility: hidden;
    background: #fff;
    width: 100%;
    height: 100%;
    padding: 34px 28px 20px 34px;
    transition: linear 0.3s;
    -moz-transition: linear 0.3s;
    -webkit-transition: linear 0.3s;
    -ms-transition: linear 0.3s;
    opacity: 0; }
  .resize-active .drop {
    transition: linear 0s;
    -moz-transition: linear 0s;
    -webkit-transition: linear 0s;
    -ms-transition: linear 0s; } }
  @media (max-width: 1200px) and (max-width: 767px) {
    .drop {
      top: 56px;
      padding: 21px 14px; } }

#nav {
  overflow: hidden; }
  @media (max-width: 1200px) {
    #nav {
      display: none; } }
  #nav ul {
    float: right;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Lato', sans-serif; }
    @media (max-width: 1340px) {
      #nav ul {
        font-size: 14px; } }
    #nav ul li {
      float: left;
      margin: 0 2px 8px 52px; }
      @media (max-width: 1680px) {
        #nav ul li {
          margin: 0 2px 8px 36px; } }
      @media (max-width: 1340px) {
        #nav ul li {
          margin: 0 2px 8px 20px; } }
      #nav ul li a {
        display: block;
        color: #4a4949;
        letter-spacing: 2px;
		font-weight:800;}
        #nav ul li a:hover,
        #nav ul li a:focus{
        color: #b7aa9a; }
#nav ul li.selected a{
	color:#9F9081;
  color:#837465;
}

.mobile-nav {
  display: none; }
  @media (max-width: 1200px) {
    .mobile-nav {
      display: block; } }
  .mobile-nav .top {
    overflow: hidden;
    line-height: 26px;
    font-size: 26px;
    font-family: 'Sorts Mill Goudy', serif; }
    @media (max-width: 767px) {
      .mobile-nav .top {
        font-size: 18px; } }
    .mobile-nav .top li {
      position: relative;
      text-align: left;
      margin: 0 0 2px;
      border-bottom: 1px solid #e3e3e3; }
      @media (max-width: 767px) {
        .mobile-nav .top li {
          margin: 0 0 4px; } }
      .mobile-nav .top li:after {
        top: 13px;
        right: 13px;
        color: #a29d80;
        content: "\e80e";
        font-family: "fontello";
        position: absolute;
        font-size: 30px; }
        @media (max-width: 767px) {
          .mobile-nav .top li:after {
            right: 11px;
            font-size: 20px; } }
    .mobile-nav .top a {
      padding: 17px 30px 12px 18px;
      display: block;
      color: #020202;
      letter-spacing: 3px;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        .mobile-nav .top a {
          letter-spacing: 0;
          padding: 11px 30px 12px 10px; } }

.nav-columns {
  display: none; }
  @media (max-width: 1200px) {
    .nav-columns {
      display: block;
      overflow: hidden;
      background: #fff;
      margin: 0 -15px; }
      .nav-columns .column {
        width: 50%;
        float: left;
        position: relative; } }
    @media (max-width: 1200px) and (max-width: 767px) {
      .nav-columns .column {
        width: 100%; } }
  @media (max-width: 1200px) {
        .nav-columns .column:after {
          top: 0;
          width: 1px;
          right: 0;
          bottom: 0;
          height: 100%;
          content: '';
          position: absolute;
          background: #e3e3e3; } }
      @media (max-width: 1200px) and (max-width: 767px) {
        .nav-columns .column:after {
          display: none; } }
  @media (max-width: 1200px) {
        .nav-columns .column:last-child:after {
          display: none; }
      .nav-columns .nav-logo {
        display: block;
        width: 153px;
        height: auto;
        margin: 37px 0 22px 21px; }
        .nav-columns .nav-logo img {
          display: block; } }
    @media (max-width: 1200px) and (max-width: 767px) {
      .nav-columns .nav-logo {
        display: none; } }
  @media (max-width: 1200px) {
      .nav-columns .about-nav {
        overflow: hidden;
        margin: 0 0 0 36px;
        font-size: 15px;
        font-weight: 700;
        font-family: 'Lato', sans-serif;
        letter-spacing: 1px;} }
    @media (max-width: 1200px) and (max-width: 767px) {
      .nav-columns .about-nav {
        background: #f6f6f6;
        margin: 4px 0 0;
        padding: 29px 27px 6px;
        font-size: 15px; } }
  @media (max-width: 1200px) {
        .nav-columns .about-nav li {
          margin: 0 0 21px; } }
      @media (max-width: 1200px) and (max-width: 767px) {
        .nav-columns .about-nav li {
          margin: 0 0 22px; } }
  @media (max-width: 1200px) {
          .nav-columns .about-nav li a {
            display: block;
            color: #4c4c4c;
            text-transform: uppercase; }
            .nav-columns .about-nav li a:hover,
            .nav-columns .about-nav li a:focus {
              opacity: .8; }
      .nav-columns .sub-nav {
        overflow: hidden;
        margin: 23px 0 0 22px;
        font-size: 13px;
        font-family: 'Sorts Mill Goudy', serif; } }
    @media (max-width: 1200px) {
      .nav-columns .sub-nav {
        margin: 30px 0 50px 27px; } }
@media (max-width: 767px){
.nav-columns .sub-nav {
        margin: 30px 0 0 27px; }
}
  @media (max-width: 1200px) {
        .nav-columns .sub-nav li {
          margin: 0 0 39px; } }
      @media (max-width: 1200px) and (max-width: 767px) {
        .nav-columns .sub-nav li {
          margin: 0 0 25px; } }
  @media (max-width: 1200px) {
          .nav-columns .sub-nav li a {
            display: block;
            /* color: #959174; */
            color: #665e50;
            letter-spacing: 1px;
            text-transform: uppercase; }
            .nav-columns .sub-nav li a:hover,
            .nav-columns .sub-nav li a:focus {
              text-decoration: none; }
      .nav-columns .address-area {
        overflow: hidden;
        padding: 34px 18px 37px 23px;
        border-bottom: 1px solid #e2e2e2; } }
    @media (max-width: 1200px) and (max-width: 767px) {
      .nav-columns .address-area {
        display: none; } }
  @media (max-width: 1200px) {
      .nav-columns address {
        color: #5e5e5e;
        overflow: hidden;
        line-height: 20px;
        margin: 0 0 22px 6px;
        text-transform: capitalize;
        font-size: 16px;
        font-style: normal;
        font-family: 'Sorts Mill Goudy', serif; }
        .nav-columns address span {
          float: left;
          max-width: 220px; }
        .nav-columns address .find-us {
          float: right;
          color: #6b6b6b;
          max-width: 150px;
          text-align: center;
          padding: 4px 15px 2px;
          margin: 6px 15px 0 0;
          background: #f8f8f8;
          text-transform: uppercase;
          border: 1px solid #e3e3e3;
          font-size: 10px;
          font-family: 'Sorts Mill Goudy', serif; }
          .nav-columns address .find-us:hover,
          .nav-columns address .find-us:focus {
          background-color: #6b6b6b;
          color: #f8f8f8; }
      .nav-columns .tel-area {
        overflow: hidden; }
        .nav-columns .tel-area .tel {
          float: left;
          margin: 5px 0 0 7px;
          letter-spacing: 1px;
          color: #565656;
          font-size: 18px;
          font-style: normal;
          font-family: 'Lato', sans-serif; }
          .nav-columns .tel-area .tel:hover,
          .nav-columns .tel-area .tel:focus {
            opacity: .8; }
        .nav-columns .tel-area .call-us {
          float: right;
          color: #6b6b6b;
          max-width: 150px;
          text-align: center;
          padding: 9px 13px 6px;
          margin: 0 16px 0 0;
          background: #f8f8f8;
          text-transform: uppercase;
          border: 1px solid #e3e3e3;
          font-size: 10px;
          font-family: 'Sorts Mill Goudy', serif; }
          .nav-columns .tel-area .call-us:hover,
          .nav-columns .tel-area .call-us:focus {
            background-color: #6b6b6b;
            color: #f8f8f8; }
      .nav-columns .nav-form {
        padding: 28px 15px 38px 21px;
        position: relative;
        overflow: hidden;
        border-bottom: 1px solid #e2e2e2; } }
    @media (max-width: 1200px) and (max-width: 767px) {
      .nav-columns .nav-form {
        display: none; } }
  @media (max-width: 1200px) {
        .nav-columns .nav-form:after {
          left: 21px;
          right: 30px;
          bottom: 36px;
          height: 1px;
          content: '';
          position: absolute;
          background: #a4a28b; }
        .nav-columns .nav-form label {
          color: #998f80;
          color:#786d5c;
          display: block;
          max-width: 200px;
          margin: 0 0 20px 9px;
          text-transform: uppercase;
          font-size: 11px;
          font-weight: 700;
          font-family: 'Lato', sans-serif; }
        .nav-columns .nav-form input[type="email"] {
          border: none;
          color: #b1b1b1;
          width: 78%;
          padding: 9px 45px 9px 10px;
          font-size: 14px;
          font-family: 'Sorts Mill Goudy', serif;
          font-style: italic;}
          .nav-columns .nav-form input[type="email"]::-webkit-input-placeholder {
            color: #b1b1b1; }
          .nav-columns .nav-form input[type="email"]::-moz-placeholder {
            opacity: 1;
            color: #b1b1b1; }
          .nav-columns .nav-form input[type="email"]:-moz-placeholder {
            color: #b1b1b1; }
          .nav-columns .nav-form input[type="email"]:-ms-input-placeholder {
            color: #b1b1b1; }
          .nav-columns .nav-form input[type="email"].placeholder {
            color: #b1b1b1; }
        .nav-columns .nav-form button[type="submit"] {
          position: relative;
          width: 27px;
          height: 27px;
          border: none;
          background: none;
          position: absolute;
          border-radius: 50%;
          margin: 2px 0 0 18px;
          border: 1px solid #b1b1b1;
          font-size: 16px;
          font-family: "fontello"; }
          .nav-columns .nav-form button[type="submit"]:before {
            position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
            color: #b1b1b1;
            content: "\e80e";
            padding: 4px; }
          .nav-columns .nav-form button[type="submit"]:hover,
          .nav-columns .nav-form button[type="submit"]:focus {
            opacity: .8; }
      .nav-columns .connect {
        overflow: hidden;
        padding: 27px 10px 0 20px; } }
    @media (max-width: 1200px) and (max-width: 767px) {
      .nav-columns .connect {
        padding: 6px 10px 30px 10px; } }
  @media (max-width: 1200px) {
        .nav-columns .connect .title {
          display: block;
          color: #baaf9e;
          color:#786d5c;
          margin: 0 0 0 10px;
          text-transform: uppercase;
          font-size: 11px;
          font-weight: 700;
          font-family: 'Lato', sans-serif; } }
      @media (max-width: 1200px) and (max-width: 767px) {
        .nav-columns .connect .title {
          display: none; } }
  @media (max-width: 1200px) {
        .nav-columns .connect .social-networks-mobile {
          text-align: left;
          margin: 16px 0 0 0;
          font-size: 28px; } }
      @media (max-width: 1200px) and (max-width: 767px) {
        .nav-columns .connect .social-networks-mobile {
          margin: 13px 0 0; } }
  @media (max-width: 1200px) {
          .nav-columns .connect .social-networks-mobile li {
            margin: 0 16px 6px 5px;
            display: inline-block;
            vertical-align: middle; } }
        @media (max-width: 1200px) and (max-width: 767px) {
          .nav-columns .connect .social-networks-mobile li {
            margin: 0 8px 5px; } }
  @media (max-width: 1200px) {
            .nav-columns .connect .social-networks-mobile li a {
              color: #b9a99a;
              display: inline-block;
              vertical-align: middle; }
              .nav-columns .connect .social-networks-mobile li a.icon-youtube-play {
                margin: 0 -5px 0 -2px;
                font-size: 35px; }
              .nav-columns .connect .social-networks-mobile li a.icon-social-facebook {
                margin: 0 0 0 -3px;
                font-size: 32px; } }
            @media (max-width: 1200px) and (max-width: 767px) {
              .nav-columns .connect .social-networks-mobile li a.icon-social-facebook {
                margin: 0 -15px 0 -6px; } }
  @media (max-width: 1200px) {
              .nav-columns .connect .social-networks-mobile li a:hover,
              .nav-columns .connect .social-networks-mobile li a:focus{
                opacity: .8; } }
  .nav-columns .location {
    display: none;
    padding: 28px 0;
    overflow: hidden;
    text-align: center; }
    @media (max-width: 767px) {
      .nav-columns .location {
        display: block; } }
    .nav-columns .location .phone {
      width: 40%;
      margin: 0 13px 0 -37px;
      display: inline-block;
      vertical-align: middle; }
      .nav-columns .location .phone img {
        margin: 0 12px 0 0;
        display: inline-block;
        vertical-align: middle; }
      .nav-columns .location .phone span {
        color: #817c76;
        margin: 5px 0 0 0;
        text-transform: uppercase;
        display: inline-block;
        vertical-align: middle;
        font-size: 11px;
        font-weight: 600;
        font-family: 'Sorts Mill Goudy', serif; }
      .nav-columns .location .phone:hover,
      .nav-columns .location .phone:focus {
        opacity: .8; }
    .nav-columns .location .direction {
      width: 40%;
      display: inline-block;
      vertical-align: middle; }
      .nav-columns .location .direction img {
        margin: 0 12px 0 0;
        display: inline-block;
        vertical-align: middle; }
      .nav-columns .location .direction span {
        color: #817c76;
        margin: 5px 0 0;
        text-transform: uppercase;
        display: inline-block;
        vertical-align: middle;
        font-size: 11px;
        font-weight: 600;
        font-family: 'Sorts Mill Goudy', serif; }
      .nav-columns .location .direction:hover,
      .nav-columns .location .direction:focus {
        opacity: .8; }

/* main informative part styles */
#main {
  overflow: hidden; }
  @media (max-width: 1200px) {
    #main {
      padding: 79px 0 0; } }
  @media (max-width: 767px) {
    #main {
      padding: 60px 0 0; } }

/* two columns styles */
.two-columns {
  overflow: hidden;
  /* slide show styles */ }
  .two-columns .column-right {
    float: left;
    width: 70.9%;
    margin: 0 4px 0 0; }
    @media (max-width: 1340px) {
      .two-columns .column-right {
        width: 70.9%; } }
    @media (max-width: 1023px) {
      .two-columns .column-right {
        width: 100%;
        margin: 0 0 4px;
        height: auto !important; } }
@media (max-width: 767px) {
      .vhcssvhunit .two-columns .column-right {
        width: 100%;
        margin: 0 0 4px;
        height: 100vh !important;
        overflow: hidden;} }
@media (max-width: 767px) {
      .vhcssvhunit .slideset {
        height: 100vh !important;
        overflow: hidden;} }
  .two-columns .slideshow {
    position: relative;
    height: auto;
    width: 100%;
    /* pagination styles */ }
@media (max-width 767px){
    .vhcssvhunit .two-columns .slideshow{
    	    overflow: hidden;
    }}
    .two-columns .slideshow .slide {
      position: absolute;
      z-index: 1;
      left: 0;
      top: 0;
      width: 100%; }
      .two-columns .slideshow .slide.active {
        z-index: 2; }
    .two-columns .slideshow .pagination {
      bottom: 20px;
      left: 50%;
      content: '';
      margin: 0 0 0 -67px;
      position: absolute;
      z-index: 9; }
      @media (max-width: 1023px) {
        .two-columns .slideshow .pagination {
          display: none; } }
      .two-columns .slideshow .pagination ul {
        overflow: hidden; }
        .two-columns .slideshow .pagination ul li {
          float: left;
          width: 12px;
          height: 12px;
          margin: 0 28px 0 0;
          border-radius: 50%;
          border: 2px solid #fff; }
          .two-columns .slideshow .pagination ul li:focus, .two-columns .slideshow .pagination ul li:hover, .two-columns .slideshow .pagination ul li.active {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #b6a891;
            border-color: #b6a891; }
          .two-columns .slideshow .pagination ul li a {
            display: block;
            background: none;
            text-indent: -9999px;
            overflow: hidden; }
            .two-columns .slideshow .pagination ul li a.active {
              width: 12px;
              height: 12px;
              border-radius: 50%;
              background: #b6a891;
              border: 2px solid #b6a891; }
  .two-columns .img-area {
    position: relative; }
    .two-columns .img-area .desktop {
      display: block;
      width: 100%;
      height: auto; }
      @media (max-width: 1023px) {
        .two-columns .img-area .desktop {
          height: auto !important; } }
      @media (max-width: 767px) {
        .two-columns .img-area .desktop {
          display: none; } }
    .two-columns .img-area .mobile {
      display: none; }
      @media (max-width: 767px) {
        .two-columns .img-area .mobile {
          display: block;
          width: 100%;
          height: auto !important; } }
@media (max-width: 767px) {
        .vhcssvhunit .two-columns .img-area .mobile {
        display: block;
        width: auto;
        height: 100vh !important;
        max-width: none;} }

@media (max-height: 480px) {
        .vhcssvhunit .two-columns .img-area .mobile {
        display: block;
        width: 150%;
        margin: 0 0 0 -25%;
        height: auto !important;
        max-width: none;} }


    .two-columns .img-area .caption {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      white-space: nowrap;
      position: absolute;
	background: -moz-linear-gradient(left, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.35)), color-stop(100%,rgba(0,0,0,0)));
background: -webkit-linear-gradient(left, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%);
background: -o-linear-gradient(left, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%);
background: -ms-linear-gradient(left, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%);
background: linear-gradient(to right, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#00000000',GradientType=1 );
}
      .two-columns .img-area .caption:after {
        margin: 0;
        width: 1px;
        height: 100%;
        content: '';
        overflow: hidden;
        display: inline-block;
        vertical-align: middle; }
    .two-columns .img-area .caption-text {
      margin: 100px 0 0 7.4%;
      white-space: normal;
      display: inline-block;
      vertical-align: middle; }
      @media (max-width: 1023px) {
        .two-columns .img-area .caption-text {
          margin: 68px 0 0 7.2%; } }
      @media (max-width: 767px) {
        .two-columns .img-area .caption-text {
          margin: 72px 0 0 7.2%; } }
@media (max-width: 767px) {
        .two-columns .img-area .caption-text {
        margin: 22% 7.2% 0 7.2%;
    vertical-align: top;
    width: 85.96%; }
    .two-columns .img-area .caption{
        background: -moz-linear-gradient(-45deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
        background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(0,0,0,0.25)), color-stop(100%,rgba(0,0,0,0)));
        background: -webkit-linear-gradient(-45deg, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
        background: -o-linear-gradient(-45deg, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
        background: -ms-linear-gradient(-45deg, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
        background: linear-gradient(135deg, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=1 );
    }
}

    .two-columns .img-area .title {
      color: #fff;
      margin: 0 0 4px;
      display: block;
      text-transform: capitalize;
      font-size: 75px;
        line-height: 82px;
      font-weight: 400;
      font-family: 'Sorts Mill Goudy', serif;
		text-shadow: 0px 1px 5px rgba(0,0,0,0.35);}
      @media (max-width: 1023px) {
        .two-columns .img-area .title {
          margin: 0 0 10px;
          font-size: 57px;
    	  line-height:65px;} }
      @media (max-width: 767px) {
        .two-columns .img-area .title {
        font-size: 45px;
        line-height: 45px;
        margin: 0 0 20px;
    	    font-weight: 600;}
.two-columns .img-area .title em,
    .two-columns .img-area .title b,
    .two-columns .img-area .title i{
       font-weight:600;}
}



 @media (max-width: 767px) {
        .two-columns .img-area .title br {
        display:none; } }
    .two-columns .img-area h1 {
      color: #fff;
      margin: 0 0 22px;
      text-transform: capitalize;
      font-variant: small-caps;
      font-size: 66px;
      font-weight: 400;
      font-family: 'Sorts Mill Goudy', serif; }
      .two-columns .img-area h1 br {
        /*display: none;*/ }
        @media (max-width: 1023px) {
          .two-columns .img-area h1 br {
            display: block; } }
        @media (max-width: 767px) {
          .two-columns .img-area h1 br {
            display: none; } }
      @media (max-width: 1023px) {
        .two-columns .img-area h1 {
          margin: 0 0 9px;
          line-height: 50px;
          font-size: 55px; } }
      @media (max-width: 767px) {
        .two-columns .img-area h1 {
          margin: 0 0 11px;
          line-height: 35px;
          font-size: 35px; } }
  .two-columns .shop {
    float: left;
    padding: 16px 23px 12px;
    color: #fff;
    margin: -1px 0 0 6px;
    max-width: 200px;
    letter-spacing: 2px;
    line-height: 13px;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Sorts Mill Goudy', serif;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;}
    @media (max-width: 1023px) {
      .two-columns .shop {
        padding: 15px 23px 11px;
        margin: 0 0 0 3px; } }
    .two-columns .shop:hover,
    .two-columns .shop:focus {
        color: #817b65;
	    background: #fff; }
.slide:hover .shop,
.slide:focus .shop{
    color: #817b65;
    background: #fff;
-webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;}

/* column left , image-box , text-box , text , now styles */
.column-left {
  float: left;
  width: 28.8%; }
  @media (max-width: 1340px) {
    .column-left {
      width: 28.71%; } }
  @media (max-width: 1023px) {
    .column-left {
      width: 100%;
      height: auto !important; } }
  .column-left .image-block {
    margin: 0 0 7px;
    position: relative;
	display:block;}
    @media (max-width: 1023px) {
      .column-left .image-block {
        width: 49.7%;
        float: left;
        display:inline-block;
        margin: 0 0.6% 0 0; } }
    @media (max-width: 550px) {
      .column-left .image-block {
        width: 100%;
        border-bottom: 4px solid #fff; } }
    .column-left .image-block:last-child {
      margin: 0; }
    .column-left .image-block img {
      display: block;
      width: 100%;
      height: auto; }
  .column-left .text-box {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    position: absolute;
	background: rgba(46, 46, 53, 0);
-webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;}
.column-left .image-block:hover .text-box,
.column-left .image-block:focus .text-box{
	background: rgba(46, 46, 53, 0.15);
-webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;}
  .column-left .text {
    margin: 37px 20px 0 37px; }


.column-left .text-box:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.4+0,0+100;Neutral+Density */
background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.column-left .text {
    position: relative;
    z-index: 1;
}

    @media (max-width: 1023px) {
      .column-left .text {
        margin: 28px 10px 0 24px; } }
    @media (max-width: 767px) {
      .column-left .text {
        position: relative;
        z-index: 99;
        margin: 26px 10px 0 19px; } }
    .column-left .text .now {
      color: #c5bda1;
      display: inline-block;
      vertical-align: top;
      margin: 0 0 8px;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 700;
      font-family: 'Lato', sans-serif; }
      @media (max-width: 1023px) {
        .column-left .text .now {
          margin: 0 0 4px; } }
      @media (max-width: 767px) {
        .column-left .text .now {
          margin: 0; } }
      .column-left .text .now:hover,
      .column-left .text .now:focus {
        opacity: .8; }
    .column-left .text .title {
      color: #fff;
      display: block;
      margin: 0 0 24px;
      line-height: 31px;
      max-width: 300px;
      font-size: 30px;
      font-family: 'Sorts Mill Goudy', serif; }
      @media (max-width: 1023px) {
        .column-left .text .title {
          margin: 0 0 14px;
          line-height: 27px;
          font-size: 22px; } }
      @media (max-width: 767px) {
        .column-left .text .title {
          margin: 0 0 10px;
          line-height: 20px;
          max-width: 262px;
          font-size: 20px; } }
  .column-left .shope {
    float: left;
    margin: 0 0 0 3px;
    padding: 14px 19px 9px;
    color: #fff;
    max-width: 200px;
    border-radius: 1px;
    letter-spacing: 3px;
    line-height: 13px;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Sorts Mill Goudy', serif;
	-webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;}
    @media (max-width: 1023px) {
      .column-left .shope {
        padding: 11px 12px;
        font-size: 10px;
    -webkit-transition:0.35s ease;
      -moz-transition:0.35s ease;
      -ms-transition:0.35s ease;
      transition:0.35s ease;} }
    .column-left .image-block:focus .shope, .column-left .image-block:hover .shope, .column-left .shope.active {
      color: #817b65;
      background: #fff;
	-webkit-transition:0.35s ease;
      -moz-transition:0.35s ease;
      -ms-transition:0.35s ease;
      transition:0.35s ease;}
    @media (max-width: 767px) {
      .column-left .shope {
        display: none; } }
  .column-left .arrow {
    display: none; }
    @media (max-width: 767px) {
      .column-left .arrow {
        display: block;
        position: relative; }
        .column-left .arrow:before {
          top: 0;
          left: 3px;
          content: "\e601";
          position: absolute;
          color: #bfb79d;
          width: 46px;
          height: 46px;
          padding: 8px 12px;
          border-radius: 50%;
          border: 1px solid #bfb79d;
          font-size: 24px;
          font-family: "icomoon";
          -webkit-transition:0.35s ease;
          -moz-transition:0.35s ease;
          -ms-transition:0.35s ease;
          transition:0.35s ease;
        } }
    .column-left .arrow:hover:before,
    .column-left .arrow:focus:before {
      background: #fff;
      -webkit-transition:0.35s ease;
      -moz-transition:0.35s ease;
      -ms-transition:0.35s ease;
      transition:0.35s ease;}

/* banner , banner-text , left-block , right-block styles */
.banner {
  padding: 20px;
  position: relative;
  background: #fff; }
  @media (max-width: 1023px) {
    .banner {
      padding: 14px; } }
  @media (max-width: 767px) {
    .banner {
      padding: 8px 14px 15px; } }
  .banner .desktop {
    display: block;
    width: 100%;
    height: auto; }
    @media (max-width: 1023px) {
      .banner .desktop {
         } }
    @media (max-width: 650px) {
      .banner .desktop {
        display: none; } }
.banner .tablet {
    display: none; }
@media (max-width: 650px) {
      .banner .tablet {
        display:block;
        width: 100%; } }
    @media (max-width: 479px) {
      .banner .tablet {
        display: none;
        width: 100%; } }
  .banner .mobile {
    display: none; }
    @media (max-width: 479px) {
      .banner .mobile {
        display: block;
        width: 100%; } }
  .banner .banner-caption {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    content: '';
    position: absolute; }
    @media (max-width: 1023px) {
      .banner .banner-caption {
        left: 67px; } }
    @media (max-width: 767px) {
      .banner .banner-caption {
        left: 37px; } }
  .banner .banner-text {
    float: right;
    max-width: none;
    margin: 68px 4.4% 0;
    overflow: hidden; }
    @media (max-width: 1023px) {
      .banner .banner-text {
        margin: 37px 6.6% 0 0; } }
    @media (max-width: 767px) {
      .banner .banner-text {
        margin: 16px 6% 0 0; } }
  .banner .left-block {
    float: left;
    width: 65%;
    color: #2c2c2c;
    line-height: 49px;
    margin: 0;
    font-size: 30px;
    font-family: 'Sorts Mill Goudy', serif; }
 @media (max-width: 1600px) {
      .banner .left-block {
        line-height: 42px;
        font-size: 24px; } }
    @media (max-width: 1340px) {
      .banner .left-block {
        /*margin: 0 50px;
        width: 50%;*/
        line-height: 30px;
        font-size: 20px; } }
    @media (max-width: 1023px) {
      .banner .left-block {
        width: 59%;
        margin: 0 50px 0 0;
        line-height: 30px;
        font-size: 19px; } }
    @media (max-width: 767px) {
      .banner .left-block {
        line-height: 24px;
        font-size: 17px; } }
@media (max-width: 650px) {
      .banner .left-block {
        width: 100%;
        margin: 0;
        line-height: 32px;
        font-size: 22px; } }
@media (max-width: 479px) {
      .banner .left-block {
        width: 100%;
        margin: 0;
        line-height: 28px;
        font-size: 18px; } }
  .banner .right-block {
    float: right;
    width: 25%;
    color: #2c2c2c;
    line-height: 26px;
    font-size: 20px;
    font-family: 'Sorts Mill Goudy', serif; }
    @media (max-width: 1023px) {
      .banner .right-block {
        line-height: 22px;
        width: 30%;
        margin: 3px 8px 0 0;
        font-size: 15px; } }
    @media (max-width: 767px) {
      .banner .right-block {
         } }
@media (max-width: 650px) {
      .banner .right-block {
        width: 100%;
        margin: 0 -3px 45px 0; } }
@media (max-width: 479px) {
      .banner .right-block {
        margin: 0 -3px 30px 0;
        /*min-height: 115px;*/} }
    .banner .right-block .date {
      display: block;
      color: #98896c;
      margin: 0 0 -1px;
      text-transform: uppercase;
      font-size: 18px;
      font-family: 'Sorts Mill Goudy', serif; }
      @media (max-width: 1023px) {
        .banner .right-block .date {
          margin: 0 0 5px; } }
      .banner .right-block .date span {
        text-transform: uppercase;
        font-size: 11px;
        font-family: 'Sorts Mill Goudy', serif; }
    .banner .right-block p {
      margin: 0 0 16px; }
      @media (max-width: 1023px) {
        .banner .right-block p {
          margin: 0 0 6px; } }
    .banner .right-block .more {
      float: left;
      color: #98896b;
      position: relative;
      font-size: 16px;
      font-style: italic; }
      @media (max-width: 767px) {
        .banner .right-block .more {
          font-size: 14px; } }
      .banner .right-block .more:hover,
      .banner .right-block .more:focus {
          color: #6b6b6b;}

/* four columns , column , text-holder , img-frame styles */
.four-columns {
  background: #bfbbb3;
  overflow: hidden;
  padding: 48px 48px 53px; }
  @media (max-width: 1680px) {
    .four-columns {
      padding: 20px;
      text-align: center; } }
  @media (max-width: 1023px) {
    .four-columns {
      padding: 31px 31px 12px; } }
  @media (max-width: 767px) {
    .four-columns {
      padding: 30px 12px 8px 14px; } }
  .four-columns .column {
    width: 23.7%;
    margin: 0 23px 8px 0;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); }
    @media (max-width: 1680px) {
      .four-columns .column {
        margin: 0 4px 8px;
        width: 23%; } }
    @media (max-width: 1023px) {
      .four-columns .column {
        width: 48%;
        margin: 0 5px 28px; } }
    @media (max-width: 550px) {
      .four-columns .column {
        width: 100%;
        margin: 0 0 17px; } }
    .four-columns .column .image-blur-mask {
      display: none; }
    .four-columns .column:hover img,
    .four-columns .column:focus img {
      display: none !important; }
    .four-columns .column:hover .image-blur-mask {
      width: 100% !important;
      display: block; }
    .four-columns .column:hover img.fly,
    .four-columns .column:hover img.fly-s,
    .four-columns .column:hover canvas,
    .four-columns .column:focus img.fly,
    .four-columns .column:focus img.fly-s,
    .four-columns .column:focus canvas {
      display: block !important; }
    .four-columns .column:last-child {
      margin-right: 0; }
      @media (max-width: 1680px) {
        .four-columns .column:last-child {
          margin: 0 4px 8px; } }
      @media (max-width: 1023px) {
        .four-columns .column:last-child {
          margin: 0 5px 28px; } }
      @media (max-width: 550px) {
        .four-columns .column:last-child {
          margin: 0 0 17px; } }
    .four-columns .column a {
      display: block; }
      .four-columns .column a:hover .img-frame .hover,
      .four-columns .column a:focus .img-frame .hover {
        display: block; }
      .four-columns .column a:hover .text-holder,
      .four-columns .column a:focus .text-holder {
        background: #2e2e35; }
        .four-columns .column a:hover .text-holder:before,
        .four-columns .column a:focus .text-holder:before {
          /*background: #fff;
          border: 1px solid #fff; */}
    .four-columns .column .img-frame {
      position: relative; }
      .four-columns .column .img-frame .desktop {
        display: block;
        width: 100%;
        height: auto; }
        @media (max-width: 550px) {
          .four-columns .column .img-frame .desktop {
            display: none; } }
        .four-columns .column .img-frame .desktop canvas {
          width: 100% !important;
          height: auto !important;
          display: none; }
      .four-columns .column .img-frame .mobile {
        display: none; }
        @media (max-width: 550px) {
          .four-columns .column .img-frame .mobile {
            display: block;
            width: 100%; }
            .four-columns .column .img-frame .mobile canvas {
              width: 100% !important;
              height: auto !important;
              display: none; } }
      .four-columns .column .img-frame .hover {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        display: none;
        color: #fff;
        padding: 26px;
        line-height: 36px;
        position: absolute;
        /*background: url("http://www.blackberryfarm.com/images/bg-hover.jpg");*/
        background-size: cover;
        font-size: 24px;
        font-family: 'Sorts Mill Goudy', serif;
        text-align:left;
        background: rgba(49, 50, 57, 0.8);}
        @media (max-width: 1400px) {
          .four-columns .column .img-frame .hover {
            font-size: 18px;
            line-height: 26px;
            padding: 20px;} }
		@media (max-width: 1250px) {
          .four-columns .column .img-frame .hover {
            font-size: 16px;
            line-height: 24px;
            padding: 20px;} }
        @media (max-width: 1023px) {
          .four-columns .column .img-frame .hover {
            font-size: 24px;
            line-height: 36px;
            padding: 31px 26px;} }
		@media (max-width: 700px) {
          .four-columns .column .img-frame .hover {
            font-size: 18px;
            line-height: 26px;} }
		@media (max-width: 550px) {
          .four-columns .column .img-frame .hover {
            font-size: 20px;
            line-height: 28px;} }
  .four-columns .text-holder {
    text-align: left;
    position: relative;
    background: #7a746a;
    padding: 20px 84px 12px 35px;
    -webkit-transition: background 0.35s ease;
    -moz-transition: background 0.35s ease;
    -ms-transition: background 0.35s ease;
    transition: background 0.35s ease;}
    @media (max-width: 1340px) {
      .four-columns .text-holder {
        padding: 20px 50px 12px 16px; } }
    @media (max-width: 1023px) {
      .four-columns .text-holder {
        padding: 16px 78px 16px 29px; } }
    @media (max-width: 767px) {
      .four-columns .text-holder {
        padding: 13px 70px 8px 22px; } }
    .four-columns .text-holder:before {
    top: 50%;
    margin: -25.5px 0 0;
      right: 29px;
      content: "\e80e";
      position: absolute;
      color: #bfb79d;
      width: 51px;
      height: 51px;
          padding: 6px 19px;
      border-radius: 50%;
      border: 1px solid #bfb79d;
      font-size: 30px;
      font-family: "fontello";
        -webkit-transition: 0.35s ease;
        -moz-transition: 0.35s ease;
        -ms-transition: 0.35s ease;
        transition: 0.35s ease;}
      @media (max-width: 1340px) {
        .four-columns .text-holder:before {
          margin: -15px 0 0;
          width: 30px;
          height: 30px;
          right: 8px;
          padding: 5px 11px;
          font-size: 16px; } }
      @media (max-width: 1023px) {
        .four-columns .text-holder:before {
          margin: -23px 0 0;
          height: 46px;
          width: 46px;
          right: 26px;
          /*top: 34px;*/
        padding: 8px 18px;
          font-size: 23px; } }
      @media (max-width: 767px) {
        .four-columns .text-holder:before {
          margin: -20px 0 0;
          width: 40px;
          height: 40px;
              padding: 7px 16px;
          /*top: 30px;*/
          right: 22px;
          font-size: 20px; } }
    .four-columns .text-holder span {
      color: #c5bda2;
      display: block;
      margin: 0 0 6px;
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 700;
      font-family: 'Lato', sans-serif; }
      @media (max-width: 767px) {
        .four-columns .text-holder span {
          margin: 0 0 3px;
          text-transform: uppercase;
          font-size: 12px; } }
    .four-columns .text-holder strong {
      color: #fff;
      line-height: 38px;
      text-transform: capitalize;
      font-size: 32px;
      font-family: 'Sorts Mill Goudy', serif; }
      @media (max-width: 1340px) {
        .four-columns .text-holder strong {
          font-size: 28px; } }
      @media (max-width: 1023px) {
        .four-columns .text-holder strong {
          line-height: 30px;
          font-size: 31px; } }
      @media (max-width: 767px) {
        .four-columns .text-holder strong {
          font-size: 26px; } }

/* contact columns , column , image-frame styles */
.contact-columns {
  background: #fff;
  overflow: hidden;
  padding: 47px 6% 52px;
    text-align:center;}
  @media (max-width: 1680px) {
    .contact-columns {
      text-align: center;
      padding: 51px 1%; } }
  @media (max-width: 1340px) {
    .contact-columns {
      padding: 20px 1%;
      text-align: center; } }
  @media (max-width: 1023px) {
    .contact-columns {
      padding: 18px 1% 25px; } }
  @media (max-width: 767px) {
    .contact-columns {
      padding: 15px 1% 12px; } }
  .contact-columns .column {
    width: 260px;
    margin: 0 9% 0 0;
    display: inline-block;
    vertical-align: middle; }
    @media (max-width: 1680px) {
      .contact-columns .column {
        margin: 0 3%; } }
    @media (max-width: 1340px) {
      .contact-columns .column {
        width: 194px;
        margin: 5px 43px 0 -6px; } }
    @media (max-width: 1023px) {
      .contact-columns .column {
        width: 146px;
        margin: 11px 43px 0 -6px; } }
    @media (max-width: 767px) {
      .contact-columns .column {
        margin: 8px 9px;
        width: 43%; } }
    .contact-columns .column:last-child {
      margin: 0; }
      .contact-columns .column:last-child span {
        max-width: 110px;
        margin: 0 6px 0 0; }
        @media (max-width: 1023px) {
          .contact-columns .column:last-child span {
            margin: 14px 0 0; } }
      .contact-columns .column:last-child .image-frame {
        margin: -2px 23px 0 8px; }
        @media (max-width: 1023px) {
          .contact-columns .column:last-child .image-frame {
            margin: 0 20px 0 10px; } }
    .contact-columns .column a {
      display: block; }
      .contact-columns .column a:hover,
      .contact-columns .column a:focus {
        opacity: .8; }
    .contact-columns .column .image-frame {
      float: left;
      max-width: 115px;
      margin: 1px 20px 0 8px; }
      @media (max-width: 1340px) {
        .contact-columns .column .image-frame {
          width: 62px;
          margin: 5px 17px 0 9px; } }
      @media (max-width: 1023px) {
        .contact-columns .column .image-frame {
          margin: -3px 16px 0 14px; } }
      @media (max-width: 767px) {
        .contact-columns .column .image-frame {
          width: 50px; } }
      .contact-columns .column .image-frame img {
        display: block; }
    .contact-columns .column span {
      display: block;
      overflow: hidden;
      color: #797059;
      margin: 2px 0 0;
      text-align: left;
      font-size: 24px;
      font-style: italic;
      font-family: 'Sorts Mill Goudy', serif; }
      @media (max-width: 1340px) {
        .contact-columns .column span {
          font-size: 18px; } }
      @media (max-width: 767px) {
        .contact-columns .column span {
          line-height: 18px;
          font-size: 14px; } }
      .contact-columns .column span em {
        display: inline-block;
        vertical-align: top; }
        @media (max-width: 1023px) {
          .contact-columns .column span em {
            display: none; } }
    @media (max-width: 1340px) {
      .contact-columns .column.friend .image-frame {
        width: 39px; } }
    @media (max-width: 767px) {
      .contact-columns .column.friend .image-frame {
        width: 28px; } }
    @media (max-width: 1340px) {
      .contact-columns .column.find .image-frame {
        /*margin: 19px 20px 0 12px;*/
        width: 25px; } }
    @media (max-width: 1023px) {
      .contact-columns .column.find .image-frame {
        margin: 0 20px 0 10px; } }
    @media (max-width: 1340px) {
      .contact-columns .column.find span {
        margin: 13px 0 0; } }
    @media (max-width: 767px) {
      .contact-columns .column.find {
        display: none; } }
    @media (max-width: 1340px) {
      .contact-columns .column.follow .image-frame {
        margin: 8px 18px 0 0;
        width: 53px; } }
    @media (max-width: 1023px) {
      .contact-columns .column.follow .image-frame {
        margin: -4px 18px 0 0; } }
    @media (max-width: 1023px) {
      .contact-columns .column.follow span {
        margin: 9px 0 0; } }
    @media (max-width: 767px) {
      .contact-columns .column.follow {
        display: none; } }

/* application , app-caption , app-text , left-col , right-col styles */
.application {
  overflow: hidden;
  position: relative;
  background: url("../images/new-home/img14.jpg") no-repeat;
  background-size: cover; }
  .application .app-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    position: static; }
    @media (max-width: 1680px) {
      .application .app-caption {
            padding: 0 16px 0 4.4%; } }
  .application .app-text {
    overflow: hidden;
    max-width: 1505px;
    margin: 47px auto 44px; }
    @media (max-width: 1023px) {
      .application .app-text {
          margin: 30px 42px 32px 0; } }
    @media (max-width: 767px) {
      .application .app-text {
        margin: 38px 0 32px; } }
  .application .left-col {
    width: 46%;
    float: left; }
    @media (max-width: 1340px) {
      .application .left-col {
        float: none;
        margin: 0 5px;
        display: inline-block;
        vertical-align: middle; } }
    @media (max-width: 1023px) {
      .application .left-col {
        width: 28%; } }
    @media (max-width: 767px) {
      .application .left-col {
        width: 100%;
        float: none;
        text-align: center; } }
    .application .left-col span {
      color: #e8e2bd;
      display: block;
      margin: 0 0 5px;
      font-size: 16px;
      font-family: 'Libre Baskerville', serif; }
      @media (max-width: 1023px) {
        .application .left-col span {
          margin: 0 0 8px;
          font-size: 13px; } }
      @media (max-width: 767px) {
        .application .left-col span {
          margin: 0 0 5px; } }
    .application .left-col strong {
      color: #fff;
      display: block;
      font-size: 24px;
      font-weight: 400;
      font-family: 'Libre Baskerville', serif; }
      @media (max-width: 1680px) {
        .application .left-col strong {
          font-size: 18px; } }
      @media (max-width: 1023px) {
        .application .left-col strong {
          line-height: 24px;
          font-size: 17px; } }
      @media (max-width: 767px) {
        .application .left-col strong {
          line-height: 28px;
          margin: 0 auto;
          max-width: 200px;
          font-size: 20px; } }
  .application .right-col {
    width: 50%;
    float: right;
    padding: 0 0 0 5%; }
    @media (max-width: 1340px) {
      .application .right-col {
        float: none;
        margin: 0 5px;
        display: inline-block;
        vertical-align: middle; } }
    @media (max-width: 1023px) {
      .application .right-col {
        float: right;
        padding: 0;
        width: 60%; } }
    @media (max-width: 767px) {
      .application .right-col {
        width: 100%; } }
    .application .right-col span {
      float: left;
      color: #e8e2bd;
      max-width: 180px;
      margin: 19px 0 0 -3px;
      font-size: 13px;
      font-weight: 400;
      font-style: italic;
      font-family: 'Libre Baskerville', serif; }
      @media (max-width: 1340px) {
        .application .right-col span {
          width: 168px;
          font-size: 12px; } }
		@media (max-width: 1100px) {
        .application .right-col span {
          display:none; } }
      @media (max-width: 1023px) {
        .application .right-col span {
          display: none; } }
    .application .right-col .btn-area {
      overflow: hidden;
      margin: 7px 0 0;
      text-align: center; }
      @media (max-width: 1340px) {
        .application .right-col .btn-area {
          float: right; } }
      @media (max-width: 767px) {
        .application .right-col .btn-area {
          margin: 20px 0 0 0;
          float: none;
          width: 100%; } }
      .application .right-col .btn-area .app-store {
        margin: 0 20px 10px 0;
        display: inline-block;
        vertical-align: middle; }
        @media (max-width: 1340px) {
          .application .right-col .btn-area .app-store {
            margin: 0 8px 10px 0; } }
        @media (max-width: 1023px) {
          .application .right-col .btn-area .app-store {
            margin: 18px 0 10px 38px; } }
        @media (max-width: 767px) {
          .application .right-col .btn-area .app-store {
            margin: 0 13px 10px 2px; } }
        .application .right-col .btn-area .app-store img {
          display: block;
          height: auto;
          margin: 0 4px 0 30px;
          width: 160px; }
          @media (max-width: 1340px) {
            .application .right-col .btn-area .app-store img {
              width: 140px;
              margin: 0 4px 0 5px; } }
          @media (max-width: 1023px) {
            .application .right-col .btn-area .app-store img {
              margin: 0;
              width: 148px; } }
          @media (max-width: 767px) {
            .application .right-col .btn-area .app-store img {
              width: 128px; } }
      .application .right-col .btn-area .google-play {
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 10px; }
        @media (max-width: 1023px) {
          .application .right-col .btn-area .google-play {
            margin: 16px 0 10px 35px; } }
        @media (max-width: 767px) {
          .application .right-col .btn-area .google-play {
            margin: 0 0 7px; } }
        .application .right-col .btn-area .google-play img {
          display: block;
          height: auto;
          width: 160px; }
          @media (max-width: 1340px) {
            .application .right-col .btn-area .google-play img {
              width: 140px; } }
          @media (max-width: 1023px) {
            .application .right-col .btn-area .google-play img {
              width: 146px; } }
          @media (max-width: 767px) {
            .application .right-col .btn-area .google-play img {
              width: 128px; } }

/* footer styles */
#footer {
  background: #2a2a2d;
  overflow: hidden;
  /* address col styles */
  /* list col styles */
  /* form col styles */
  /* bottom footer styles */ }
  #footer .footer-holder {
    max-width: 1520px;
    margin: 0 auto;
    overflow: hidden;
    padding: 51px 0 28px; }
    @media (max-width: 1680px) {
      #footer .footer-holder {
        padding: 50px 10px 12px 20px; } }
    @media (max-width: 1023px) {
      #footer .footer-holder {
        padding: 41px 10px 13px; } }
    @media (max-width: 767px) {
      #footer .footer-holder {
        padding: 39px 17px 40px 25px; } }
  #footer .three-columns {
    overflow: hidden; }
    @media (max-width: 1680px) {
      #footer .three-columns {
        text-align: center; } }
  #footer .form-col-tablet {
    display: none;
    /* footer socil-networks for tablet styles */ }
    @media (max-width: 1023px) {
      #footer .form-col-tablet {
        display: block;
        padding: 0 33px 0 49px;
        margin: 0 0 75px; } }
    @media (max-width: 767px) {
      #footer .form-col-tablet {
        padding: 0;
        margin: 0 0 45px; } }
    #footer .form-col-tablet .form {
      padding: 0 0 4px;
      margin: 0 0 44px;
      overflow: hidden;
      border-bottom: 1px solid #b1a891; }
      @media (max-width: 767px) {
        #footer .form-col-tablet .form {
          margin: 0 0 40px; } }
    #footer .form-col-tablet label {
      display: block;
      color: #b1a891;
      margin: 0 0 15px 13px;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 700;
      font-family: 'Lato', sans-serif; }
      @media (max-width: 767px) {
        #footer .form-col-tablet label {
          margin: 0 0 8px 2px;
          font-size: 11px; } }
    #footer .form-col-tablet input[type="email"] {
      background: none;
      border: none;
      width: 80%;
      color: white;
      outline: none;
      padding: 7px 15px;
      box-shadow: none !important;
      text-transform: capitalize;
      font-size: 18px;

      font-family: 'Sorts Mill Goudy', serif; }
      #footer .form-col-tablet input[type="email"]::-webkit-input-placeholder {
        color: #717278;
		font-style: italic;}
      #footer .form-col-tablet input[type="email"]::-moz-placeholder {
        opacity: 1;
        color: #717278;
		font-style: italic;}
      #footer .form-col-tablet input[type="email"]:-moz-placeholder {
        color: #717278;
		font-style: italic;}
      #footer .form-col-tablet input[type="email"]:-ms-input-placeholder {
        color: #717278;
		font-style: italic;}
      #footer .form-col-tablet input[type="email"].placeholder {
        color: #717278;
		font-style: italic;}
      @media (max-width: 767px) {
        #footer .form-col-tablet input[type="email"] {
          padding: 10px 15px;
          font-size: 15px; } }
    #footer .form-col-tablet button[type="submit"] {
      cursor: pointer;
      border: none;
      float: right;
      width: 30px;
      height: 30px;
      background: none;
      position: relative; }
      @media (max-width: 1023px) {
        #footer .form-col-tablet button[type="submit"] {
          margin: 0px 20px 0 0; } }
      #footer .form-col-tablet button[type="submit"]:before {
        top: 0;
        right: 0;
        /*content: "\e601";*/
        position: absolute;
        color: #6b6863;
        width: 30px;
        height: 30px;
        padding: 3px 5px;
        border-radius: 50%;
        border: 1px solid #6b6863;
        font-size: 20px;
        /*font-family: "icomoon";*/
		font-family: "Fontello";
		content: "\e80e";}
        @media (max-width: 767px) {
          #footer .form-col-tablet button[type="submit"]:before {
            right: 4px;
            top: 3px;
            width: 24px;
            height: 24px;
            padding: 4px 6px;
            font-size: 12px; } }
      #footer .form-col-tablet button[type="submit"]:hover,
      #footer .form-col-tablet button[type="submit"]:focus {
        opacity: .8; }
    #footer .form-col-tablet .social-networks-tablet {
      overflow: hidden;
      text-align: center;
      max-width: 600px;
      margin: 0 auto; }
      #footer .form-col-tablet .social-networks-tablet li {
        margin: 0 53px 0 1px;
        display: inline-block;
        vertical-align: middle; }
        @media (max-width: 767px) {
          #footer .form-col-tablet .social-networks-tablet li {
        margin: 0 0px;
        width: 15%; } }
        #footer .form-col-tablet .social-networks-tablet li a {
          display: inline-block;
          vertical-align: middle;
          color: #b9ab98;
          font-size: 31px; }
          @media (max-width: 767px) {
            #footer .form-col-tablet .social-networks-tablet li a {
              font-size: 28px; } }
          #footer .form-col-tablet .social-networks-tablet li a.icon-social-facebook {
            margin: -4px 0 0 11px;
            font-size: 40px; }
            @media (max-width: 767px) {
              #footer .form-col-tablet .social-networks-tablet li a.icon-social-facebook {
                margin: -4px -12px 0 0;
                font-size: 34px; } }
          #footer .form-col-tablet .social-networks-tablet li a.icon-youtube-play {
            font-size: 40px; }
          #footer .form-col-tablet .social-networks-tablet li a:hover,
          #footer .form-col-tablet .social-networks-tablet li a:focus {
            opacity: .8; }
  #footer .address-col {
    width: 310px;
    float: left;
    margin: 0 15% 0 0;
    /* address styles */
    /* footer social networks main styles */ }
    @media (max-width: 1680px) {
      #footer .address-col {
        margin: 0 5% 0 0;
        float: none;
        width: 30%;
        display: inline-block;
        vertical-align: top; } }
    @media (max-width: 1023px) {
      #footer .address-col {
        width: 42%;
        margin: 0 0 0 42px; } }
    @media (max-width: 767px) {
      #footer .address-col {
        width: 100%;
        margin: 0 0 0 22px; } }
    #footer .address-col .footer-logo {
      width: 256px;
      height: 17px;
      display: block;
      margin: 0 0 14px; }
      @media (max-width: 1023px) {
        #footer .address-col .footer-logo {
          width: 240px; } }
      @media (max-width: 767px) {
        #footer .address-col .footer-logo {
          width: 230px;
          margin: 0 0 13px 1px; } }
      #footer .address-col .footer-logo img {
        display: block; }
    #footer .address-col address {
      color: #cac5b6;
      max-width: 260px;
      display: block;
      line-height: 26px;
      margin: 0 0 16px 6px;
      text-transform: capitalize;
      font-size: 16px;
      font-style: normal;
      font-family: 'Sorts Mill Goudy', serif; }
      @media (max-width: 1023px) {
        #footer .address-col address {
          line-height: 21px;
          max-width: 228px;
          margin: 0 0 18px 6px;
          font-size: 14px; } }
      @media (max-width: 767px) {
        #footer .address-col address {
          margin: 0 0 16px 6px; } }

   #footer .footertext {
      color: #cac5b6;
      max-width: 250px;
      display: block;
      line-height: 23px;
      margin: 26px 0 16px 6px;
      text-transform: capitalize;
      font-size: 15px;
      font-style: normal;
      font-family: 'Sorts Mill Goudy', serif; }
      @media (max-width: 1023px) {
        #footer .footertext {
          line-height: 21px;
          max-width: 228px;
          margin: 0 0 18px 6px;
          font-size: 14px; } }
      @media (max-width: 767px) {
        #footer .footertext {
          margin: 8px 0 16px 6px; } }
    #footer .address-col .tel {
      display: block;
      color: #fff;
     margin: 0 0 12px 5px;
    font-size: 15px;
      font-family: 'Lato', sans-serif; }
      @media (max-width: 1023px) {
        #footer .address-col .tel {
          display: inline-block; } }
      @media (max-width: 1023px) {
        #footer .address-col .tel {
          font-size: 16px; } }
      @media (max-width: 767px) {
        #footer .address-col .tel {
          margin: 0 0 10px; } }
      #footer .address-col .tel:hover,
      #footer .address-col .tel:focus {
        opacity: .8; }
    #footer .address-col .social-networks {
      overflow: hidden; }
      @media (max-width: 1023px) {
        #footer .address-col .social-networks {
          display: none; } }
      #footer .address-col .social-networks li {
        float: left;
        margin: 0 27px 0 0; }
        #footer .address-col .social-networks li:last-child {
          margin: 0; }
        #footer .address-col .social-networks li a {
          display: block;
          color: #b9ab98;
          font-size: 30px; }
          #footer .address-col .social-networks li a.icon-social-facebook {
            margin: 0 0 0 -6px;
            font-size: 34px; }
          #footer .address-col .social-networks li a.icon-youtube-play {
            margin: 0 0 0 -6px;
            font-size: 36px; }
          #footer .address-col .social-networks li a:hover,
          #footer .address-col .social-networks li a:focus {
            opacity: .8; }
  #footer .list-col,
	.nav-columns .list-col{
    width: 280px;
    float: left;
    margin: 6px 13.5% 0 0; }
    @media (max-width: 1680px) {
      #footer .list-col,
    .nav-columns .list-col{
        float: none;
        width: 28%;
        margin: 0 5% 0 0;
        display: inline-block;
        vertical-align: top; } }
    @media (max-width: 1023px) {
      #footer .list-col {
        display: none; }

}
@media (max-width:1200px){
	.nav-columns .list-col{
    	display:block;
        margin: 25px 0 0 30px;
        width:100%;
    }
}
    #footer .list-col .col1,
.nav-columns .list-col .col1{
      width: 94px;
      float: left;
      margin: 0 30.7% 0 0; }

    #footer .list-col .holder,
.nav-columns .list-col .holder{
      margin: 0 0 32px; }
      #footer .list-col .holder .heading,
.nav-columns .list-col .holder .heading{
        color: #998f80;
        color:#776d5f;
        display: block;
        margin: 0 0 7px;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
        font-family: 'Lato', sans-serif; }
        #footer .list-col .holder .heading{
          color:#aaa091;
          color:#bcb5aa;
        }
      #footer .list-col .holder ul,
.nav-columns .list-col .holder ul{
        overflow: hidden;
        font-size: 17px;
        font-family: 'Sorts Mill Goudy', serif; }
        #footer .list-col .holder ul li,
.nav-columns .list-col .holder ul li{
          margin: 0 0 4px; }
          #footer .list-col .holder ul li a,
.nav-columns .list-col .holder ul li a{
            display: block;
            color: #fff;
            text-transform: capitalize; }
.nav-columns .list-col .holder ul li a{
            display: block;
            color: #2a2a2d;
            text-transform: capitalize; }

    #footer .list-col .col2,
.nav-columns .list-col .col2{
      width: 94px;
      float: left; }
      #footer .list-col .col2 .holder,
.nav-columns .list-col .col2 .holder{
        margin: 0 0 25px; }
  #footer .form-col {
    float: left;
    width: 488px;
    margin: 0px 0 0;
    /* patners styles */ }

@media(max-width:650px){
	.nav-columns .list-col .col1,
    .nav-columns .list-col .col2{
      width: auto;
      float: none;
      display:block;
      margin: 0 0 0 0; }
    .nav-columns .list-col .col2{
    	    padding: 0 0 60px;
    }
}

    @media (max-width: 1680px) {
      #footer .form-col {
        float: none;
        width: 30%;
        display: inline-block;
        vertical-align: middle; } }
    @media (max-width: 1023px) {
      #footer .form-col {
        width: 50%; } }
    @media (max-width: 767px) {
      #footer .form-col {
        width: 100%;
    	margin:0 0 0 22px;} }
    #footer .form-col .form {
      padding: 0 0 4px;
      margin: 0 0 47px;
      overflow: hidden;
      position: relative;
      border-bottom: 1px solid #b1a891; }
      @media (max-width: 1023px) {
        #footer .form-col .form {
          display: none; } }
    #footer .form-col label {
      display: block;
      color: #b1a891;
      max-width: 300px;
      margin: 0 0 15px 0px;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 700;
      font-family: 'Lato', sans-serif; }
    #footer .form-col input[type="email"],
html body div#mc_embed_signup form#mc-embedded-subscribe-form.validate fieldset div.mc-field-group input{
      background: none;
      border: none;
      width: 88%;
      color: white;
      outline: none;
      float: left;
      box-shadow: none !important;
      text-transform: none;
      font-size: 18px;
      font-style: normal;
      font-family: 'Sorts Mill Goudy', serif; }
@media (max-width:1300px){
	html body div#mc_embed_signup form#mc-embedded-subscribe-form.validate fieldset div.mc-field-group input{
		width: 84%;}
}
@media (max-width:1023px){
	html body div#mc_embed_signup form#mc-embedded-subscribe-form.validate fieldset div.mc-field-group input{
		width: 84%;}
}
input#mce-EMAIL::-webkit-input-placeholder {
    font-size: 18px;
    font-style: italic;
    font-family: 'Sorts Mill Goudy', serif;
    color: #717278;
}
input#mce-EMAIL:-moz-placeholder {
    font-size: 18px;
    font-style: italic;
    font-family: 'Sorts Mill Goudy', serif;
    color: #717278;
}
input#mce-EMAIL::-moz-placeholder {
    font-size: 18px;
    font-style: italic;
    font-family: 'Sorts Mill Goudy', serif;
    color: #717278;
}
input#mce-EMAIL::-ms-input-placeholder {
    font-size: 18px;
    font-style: italic;
    font-family: 'Sorts Mill Goudy', serif;
    color: #717278;
}
input#mce-EMAIL:-ms-input-placeholder {
    font-size: 18px;
    font-style: italic;
    font-family: 'Sorts Mill Goudy', serif;
    color: #717278;
}
    @media (max-width: 1250px){
    #footer .form-col input[type="email"] {
      width: 85%; }}
      #footer .form-col input[type="email"]::-webkit-input-placeholder {
        color: #717278; }
      #footer .form-col input[type="email"]::-moz-placeholder {
        opacity: 1;
        color: #717278; }
      #footer .form-col input[type="email"]:-moz-placeholder {
        color: #717278; }
      #footer .form-col input[type="email"]:-ms-input-placeholder {
        color: #717278; }
      #footer .form-col input[type="email"].placeholder {
        color: #717278; }
    #footer .form-col button[type="submit"],
#footer .form-col input[type="submit"]{
      cursor: pointer;
      border: none;
      float: right;
      width: 30px;
      height: 30px;
      margin: -5px 13px 0 0;
      background: none;
      position: relative; }
      #footer .form-col button[type="submit"]:before ,
#footer .form-col input[type="submit"]:before {
        top: 0;
        right: 0;
       /* content: "\e601";*/
        position: absolute;
        color: #4f4d48;
        width: 30px;
        height: 30px;
        padding: 3px 6px;
        border-radius: 50%;
        border: 1px solid #4f4d48;
        font-size: 20px;
        font-family: "Fontello";
		content: "\e80e";
}
        @media (max-width: 767px) {
          #footer .form-col button[type="submit"]:before,
    #footer .form-col input[type="submit"]:before{
            right: 8px;
            top: 30px;
            width: 24px;
            height: 24px;
            font-size: 12px; } }
      #footer .form-col button[type="submit"]:hover,
#footer .form-col input[type="submit"]:hover,
#footer .form-col button[type="submit"]:focus,
#footer .form-col input[type="submit"]:focus{
        opacity: .8; }
    #footer .form-col .patners {
      overflow: hidden;
      margin: 0 0 0 16px; }
      @media (max-width: 767px) {
        #footer .form-col .patners {
          margin: 0; } }
      #footer .form-col .patners .heading {
        display: block;
        color: #b1a891;
        margin: 0 0 24px;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
        font-family: 'Lato', sans-serif; }
        @media (max-width: 1023px) {
          #footer .form-col .patners .heading {
            display: none; } }
      #footer .form-col .patners ul {
        overflow: hidden; }
        @media (max-width: 1023px) {
          #footer .form-col .patners ul {
            margin: 10px 0 0; } }
        #footer .form-col .patners ul li {
          display: inline-block;
          vertical-align: middle;
          margin: 0 28px 14px 0; }
          @media (max-width: 1023px) {
            #footer .form-col .patners ul li {
              margin: 0 42px 0 87px; } }
          @media (max-width: 767px) {
            #footer .form-col .patners ul li {
              margin: 0 40px 24px 0; } }
          @media (max-width: 1023px) {
            #footer .form-col .patners ul li:last-child {
              margin: 0; } }
          #footer .form-col .patners ul li a {
            display: inline-block;
            vertical-align: middle; }
            #footer .form-col .patners ul li a img {
              display: block; }
          #footer .form-col .patners ul li .desktop {
            display: block; }
            @media (max-width: 767px) {
              #footer .form-col .patners ul li .desktop {
                display: none; } }
          #footer .form-col .patners ul li .mobile {
            display: none; }
            @media (max-width: 767px) {
              #footer .form-col .patners ul li .mobile {
                display: block; } }
  #footer .bottom-footer {
    background: #222224;
    overflow: hidden;
    padding: 22px 23px 34px; }
    @media (max-width: 767px) {
      #footer .bottom-footer {
        padding: 14px 30px 34px; } }
    #footer .bottom-footer span {
      color: #82848b;
      font-size: 11px; }
    #footer .bottom-footer a {
      display: inline-block;
      vertical-align: middle;
      color: #82848b;
      font-size: 11px; }
      @media (max-width: 767px) {
        #footer .bottom-footer a {
          display: none; } }
      #footer .bottom-footer a:hover,
      #footer .bottom-footer a:focus {
        opacity: .8; }


/* Loader styles */
#header{
	opacity:0;
}
*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
#wrapper{
	opacity: 0;
}
body {
  height: 100%;
  overflow: hidden;
}

.load-logo{
	opacity:0;
    margin:0 auto;
    display:block;
    position:absolute;
    top:50%;
    width:357px;
    left:0;
    right:0;
    margin: -12px auto 0;
}

#outline {
  position:fixed;
  stroke-dasharray: 2.42777px, 242.77666px;
  stroke-dashoffset: 0;
  -webkit-animation: anim 1.6s linear infinite;
          animation: anim 1.6s linear infinite;
}
.spinner{
    opacity:1;
	position:fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    display:block;
    width: 90px;
}
.loader{
	display: block;
    position: absolute;
    text-align:center;
    width: 100%;
    height: 100%;
    background-color: #a59876;
    z-index: 999;
}

body.complete.scroll {
  height: auto;
  overflow: auto;
}
.complete .load-logo{
	opacity:1;
    -webkit-transition:1.5s ease;
 	-moz-transition:1.5s ease;
    -ms-transition:1.5s ease;
    transition:1.5s ease;
}
.complete #outline,
.complete .loader svg{
	opacity:0;
    animation:none;
    -webkit-transition: opacity 1s ease;
 	-moz-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    transition: opacity 1s ease;
}
.complete .spinner{
    opacity:0;
    animation:none;
    -webkit-transition: opacity 0.5s ease;
 	-moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.complete .loader{
    background-color:white;
    -webkit-transition:0.25s ease;
 	-moz-transition:0.25s ease;
    -ms-transition:0.25s ease;
    transition:0.25s ease;
	-webkit-animation: out 1s linear 1.05s 1 forwards;
    animation: out 1s linear 1.05s 1 forwards;
}
.complete #wrapper{
	-webkit-animation: fadeInUpBig 1.75s linear 2.75s 1 forwards;
    animation: fadeInUpBig 1.75s linear 2.75s 1 forwards;
}
.complete.scroll #header{
	opacity:1;
    /*-webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;*/
    -webkit-transition:0.75s ease;
 	-moz-transition:0.75s ease;
    -ms-transition:0.75s ease;
    transition:0.75s ease;
}
.complete.scroll .loader{
	display:none;
    position:static;
}
.complete.scroll #wrapper{
    transform:none;
	opacity: 1;
    -webkit-transition:0.5s ease;
 	-moz-transition:0.5s ease;
    -ms-transition:0.5s ease;
    transition:0.5s ease;
    -webkit-animation: none !important;
 	-moz-animation: none !important;
 	-o-animation: none !important;
 	-ms-animation: none !important;
	animation: none !important;
}
@-webkit-keyframes anim {
  12.5% {
    stroke-dasharray: 33.98873px, 242.77666px;
    stroke-dashoffset: -26.70543px;
  }
  43.75% {
    stroke-dasharray: 84.97183px, 242.77666px;
    stroke-dashoffset: -84.97183px;
  }
  100% {
    stroke-dasharray: 2.42777px, 242.77666px;
    stroke-dashoffset: -240.34889px;
  }
}

@keyframes anim {
  12.5% {
    stroke-dasharray: 33.98873px, 242.77666px;
    stroke-dashoffset: -26.70543px;
  }
  43.75% {
    stroke-dasharray: 84.97183px, 242.77666px;
    stroke-dashoffset: -84.97183px;
  }
  100% {
    stroke-dasharray: 2.42777px, 242.77666px;
    stroke-dashoffset: -240.34889px;
  }
}


@-webkit-keyframes out {
  from {
    opacity:1;
  }
}

@keyframes out {
  to {
    opacity:0;
  }
}



@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.98, 0.98, 0.98) translate3d(0, 0px, 0);
    transform: scale3d(0.98, 0.98, 0.98) translate3d(0, 0px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0px, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0px, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.98, 0.98, 0.98) translate3d(0, 00px, 0);
    transform: scale3d(0.98, 0.98, 0.98) translate3d(0, 0px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0px, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0px, 0);
  }
}
@media (max-width:550px){
    .load-logo,
    .complete .load-logo{
        width: 250px;
        margin: -8.5px auto 0;
        display:block;
    }
    .spinner{
    	width: 50px;
    }
}



/* transition blur images */
.four-columns .column a .img-frame .desktop canvas,
.four-columns .column a .img-frame .mobile canvas{
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
}
.four-columns .column:hover img,
.four-columns .column:focus img {
    display: block !important;
}
.four-columns .column a .img-frame img.desktop,
.four-columns .column a .img-frame img.mobile{
    position: relative;
}

.four-columns .column a:hover .img-frame canvas,
.four-columns .column a:focus .img-frame canvas {
    opacity: 1;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
}
.four-columns .column a .img-frame .hover {
    display:block;
    opacity:0;
	-webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
}
.four-columns .column a:hover .img-frame .hover,
.four-columns .column a:focus .img-frame .hover  {
    opacity:1;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
}


#booking{
    float: right;
    display: inline-block;
    padding: 12px 16px 6px;
    color: white;
    margin: -3px 0px 0px 14px;
    max-width: 200px;
    letter-spacing: 2px;
    line-height: 13px;
    border: none;
    background: #b1aca1;
    /* background: #CCC6BA; */
    background:#4e4e4e;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Sorts Mill Goudy', serif;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
}
#booking:hover,
#booking:focus{
	    background: #9F9081;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
}
@media only screen and (max-width:1340px){
    #booking{
        padding: 10px 15px 7px;
        color: white;
        margin: -1px 5px 0px 9px;
        letter-spacing: 1px;
        line-height: 12px;
        font-size: 11px;
    }
}
/* hide submenu on homepage */
ul#navsub_844332_861259,
ul#navsub_844332_861260,
ul#navsub_849166_858620,
ul#navsub_849166_858628,
ul#navsub_849166_858624,
ul#navsub_849166_858623,
ul#navsub_849166_858622,
ul#navsub_849166_858621{
    display: none;
}
ul#nav_844332 {
    list-style: none;
}

ul#nav_849166 {
    text-transform: uppercase;
        list-style: none;
}


.nav-form input[type="email"], html body .nav-form div#mc_embed_signup form#mc-embedded-subscribe-form.validate fieldset div.mc-field-group input {
    color: #333 !important;
}


.lg-outer,
.lg-backdrop  {
  z-index: 999999 !important;
}



.logo-list {
    list-style: none;
      margin: 40px 0 0 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    flex-wrap: -webkit-wrap;
    flex-wrap: -moz-wrap;
    flex-wrap: -ms-wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.logo-list figure {
    margin: 0 40px 40px 0;
    padding: 0;
    display: block;
}

.logo-list figure img {
    display: block;
    max-width: 250px;
}
