@charset "UTF-8";
/* rotate*/
/* translate*/
/*transform origin*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box; }

/**
   * Make all elements from the DOM inherit from the parent box-sizing
   * Since `*` has a specificity of 0, it does not override the `html` value
   * making all elements inheriting from the root box-sizing value
   * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
   */
*,
*::before,
*::after {
  box-sizing: inherit; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

textarea {
  resize: vertical; }

button:focus {
  outline-width: 1px;
  outline-style: dotted;
  outline-color: inherit; }

img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: '';
  display: table; }

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap; }

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font: 100 22px/34px "museo-slab"; }
  @media (max-width: 1400px) {
    body {
      font-size: calc(18px + 4 * ((100vw - 992px) / 408)); }
    body {
      line-height: calc(30px + 4 * ((100vw - 992px) / 408)); } }
  @media (max-width: 991px) {
    body {
      font-size: 18px;
      line-height: 30px; } }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: normal;
  margin-top: 0;
  line-height: 1; }

.modal-popup .modal-dialog, .fp-form, .search-result-details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center; }

.grid_two_col .img_blk, .grid_two_col .texture, #home_page .hero_web .home_slider_img, .two-col .img-block, .services-page .top-section .image-block, .reed-ccoke-page .top-section .image-block, .features-page .top-section .image-block, .design-slider-wrap .slider-img, .blog-common .img-blk, .blog-listing .blog-img, .blog-detail-page .featured-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.skip-nav {
  background: transparent;
  left: 0;
  padding: 1rem 1.5rem;
  position: absolute;
  top: -4.2rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.skip-nav:focus,
.skip-nav:active {
  left: 0;
  outline: transparent dashed 2px;
  outline-offset: -2px;
  position: fixed;
  top: 0;
  z-index: 999;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #a9754e;
  color: #fff; }

.desk {
  display: none; }
  @media (min-width: 992px) {
    .desk {
      display: block; } }

.mob {
  display: block; }
  @media (min-width: 992px) {
    .mob {
      display: none; } }

a:focus,
button:focus,
*:focus {
  outline: transparent dashed 2px;
  outline-offset: 1px;
  text-decoration: none; }

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

a:focus,
button:focus,
*:focus {
  outline-color: transparent !important; }

.using-keytab a:focus,
.using-keytab button:focus,
.using-keytab *:focus {
  outline-color: #000000 !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: none;
  cursor: pointer; }

.disabled-link {
  cursor: default;
  pointer-events: none; }

.main-container {
  max-width: 97%;
  width: 100%;
  margin: auto; }
  @media (max-width: 991px) {
    .main-container {
      max-width: 100%; } }

.main-title {
  font: 700 18px/20px "futura-pt";
  text-transform: uppercase;
  letter-spacing: 1.35px; }

.main-sub-title {
  font: 100 39px/normal "museo-slab";
  letter-spacing: 1.95px; }
  @media (max-width: 1400px) {
    .main-sub-title {
      font-size: calc(26px + 13 * ((100vw - 992px) / 408)); } }
  @media (max-width: 991px) {
    .main-sub-title {
      font-size: calc(24px + 2 * ((100vw - 320px) / 672)); } }

.main-sub-title-services {
  letter-spacing: 1.95px; }
  @media (max-width: 1400px) {
    .main-sub-title-services {
      font-size: calc(26px + 13 * ((100vw - 992px) / 408)); } }
  @media (max-width: 991px) {
    .main-sub-title-services {
      font-size: calc(24px + 2 * ((100vw - 320px) / 672)); } }

.highlight {
  font-family: "futura-pt";
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1.1px; }

.inner-page {
  padding-top: 90px; }
  @media (max-width: 991px) {
    .inner-page {
      padding-top: 75px; } }

.modal-popup {
  z-index: -1;
  background: #333333;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  transition: all ease 0.5s; }
  .modal-popup.open {
    z-index: 1000;
    opacity: 1;
    visibility: visible; }
  .modal-popup .modal-dialog {
    height: 100%; }
    .modal-popup .modal-dialog img {
      max-height: calc(100% - 90px); }
  .modal-popup .close-popup {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: none;
    position: absolute;
    background: url("../images/graphics/close_white.svg") center/contain no-repeat;
    width: 24px;
    height: 24px;
    top: 35px;
    right: 40px;
    font-size: 0;
    z-index: 10; }
    @media (max-width: 1199px) {
      .modal-popup .close-popup {
        width: 18px;
        height: 18px;
        top: 22px;
        right: 30px; } }

.btn {
  padding: 20px 0 20px 30px;
  font: 700 18px/18px "futura-pt";
  text-transform: uppercase;
  letter-spacing: 1.35px; }
  .btn.btn-brown {
    background: #a9754e;
    color: #fff; }
  .btn.btn-grey {
    background: #7b757a;
    color: #fff; }
  .btn.btn-light {
    background: #e5e2de;
    color: #a9754e; }
  .btn.btn-lightgrey {
    background: #e5e2de;
    color: #7b757a;
    text-align: center; }
  @media (max-width: 767px) {
    .btn {
      padding: 15px 0 15px 25px; } }

.link {
  position: relative;
  padding-right: 60px; }
  .link:after {
    content: "";
    position: absolute;
    width: 25px;
    height: 10px;
    background-size: 100%;
    transition: all 0.2s ease-in-out;
    right: 30px;
    top: 50%;
    transform: translateY(-50%); }
  .link.link-white:after {
    background: url(../images/graphics/arrow_white.svg) no-repeat right center; }
  .link.link-beige:after {
    background: url(../images/graphics/arrow_beige.svg) no-repeat right center; }
  .link.link-gold:after {
    background: url(../images/graphics/arrow_gold.svg) no-repeat right center; }
  .link.link-light:after {
    background: url(../images/graphics/arrow_light.svg) no-repeat right center; }
  .link.link-wafer:after {
    background: url(../images/graphics/arrow_wafer.svg) no-repeat right center; }
  .link:hover:after {
    right: 20px; }

.animate-svg {
  width: 215px;
  height: 17px;
  position: absolute; }

.animate-svg-slow {
  width: 215px;
  height: 17px;
  position: absolute; }

@media (max-width: 991px) {
  .hide-mob-animation {
    transform: none !important; } }

.no-transition {
  transition: none !important; }

.link-more {
  position: relative; }
  .link-more::after {
    content: '+';
    color: #fff;
    display: inline-block;
    padding-left: 4px; }

.selectivo {
  background: transparent;
  margin-right: 40px;
  width: 16vw; }
  @media (max-width: 991px) {
    .selectivo {
      width: 60vw;
      max-width: 230px;
      margin-right: 0;
      margin-bottom: 20px; } }
  .selectivo .selectivo__label {
    border: 0;
    border-bottom: 1px solid #fff;
    padding: 0 20px 7px 0;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    background: url("../images/floorplans/arrow_dropdown.svg") 100% 5px/13px 11px no-repeat; }
  .selectivo .selectivo__label,
  .selectivo .selectivo__option {
    font: 100 18px/normal "museo-slab";
    letter-spacing: 0.9px;
    text-align: left;
    text-transform: capitalize; }
  .selectivo .selectivo__option {
    padding: 5px 15px 5px 5px;
    white-space: normal; }
    .selectivo .selectivo__option:first-child {
      background: none; }
    .selectivo .selectivo__option.selectivo__option--selected {
      background: #e5e2de;
      color: #a9754e; }
  .selectivo .selectivo__dropdown {
    border: 1px solid #e5e2de;
    background: #a9754e;
    top: auto;
    max-height: 160px;
    z-index: 2; }
    .selectivo .selectivo__dropdown .mCSB_inside > .mCSB_container {
      margin-right: 0; }

.sec_bth_margin {
  padding-left: 1.4vw;
  padding-right: 1.4vw; }
  @media (max-width: 991px) {
    .sec_bth_margin {
      padding-left: 0;
      padding-right: 0; } }

.grid_two_col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media (max-width: 991px) {
    .grid_two_col {
      flex-direction: column;
      padding-top: 15px; } }
  .grid_two_col:not(:last-of-type) {
    margin-bottom: 40px; }
    @media (max-width: 991px) {
      .grid_two_col:not(:last-of-type) {
        margin-bottom: 0; } }
  .grid_two_col:nth-child(even) {
    flex-direction: row-reverse; }
    @media (max-width: 991px) {
      .grid_two_col:nth-child(even) {
        flex-direction: column; } }
    @media (min-width: 992px) {
      .grid_two_col:nth-child(even) .txt_blk_cnt {
        text-align: right;
        padding-right: 3vw;
        padding-left: 4.5vw; } }
    @media (min-width: 1200px) {
      .grid_two_col:nth-child(even) .txt_blk_cnt {
        padding-right: 4vw;
        padding-left: 5vw; } }
    @media (max-width: 991px) {
      .grid_two_col:nth-child(even) .txt_blk_cnt {
        margin-right: auto; } }
    .grid_two_col:nth-child(even) .texture {
      margin-left: auto; }
      @media (max-width: 991px) {
        .grid_two_col:nth-child(even) .texture {
          left: 100%; } }
    @media (max-width: 991px) {
      .grid_two_col:nth-child(even) .img_blk {
        margin-left: auto; } }
    @media (max-width: 991px) {
      .grid_two_col:nth-child(even) .txt_blk {
        margin-right: auto; } }
    .grid_two_col:nth-child(even) .txt_blk svg {
      left: auto;
      right: 0; }
      @media (max-width: 991px) {
        .grid_two_col:nth-child(even) .txt_blk svg {
          right: -8vw; } }
      @media (min-width: 992px) {
        .grid_two_col:nth-child(even) .txt_blk svg {
          color: #dbd0c4; } }
  @media (min-width: 992px) {
    .grid_two_col:nth-child(odd) .txt_blk_cnt {
      padding-left: 3vw;
      padding-right: 4.5vw; } }
  @media (min-width: 1200px) {
    .grid_two_col:nth-child(odd) .txt_blk_cnt {
      padding-left: 4vw;
      padding-right: 6vw; } }
  @media (max-width: 991px) {
    .grid_two_col:nth-child(odd) .txt_blk_cnt {
      margin-left: auto; } }
  @media (max-width: 991px) {
    .grid_two_col:nth-child(odd) .txt_blk {
      margin-left: auto; } }
  @media (max-width: 991px) {
    .grid_two_col:nth-child(odd) .img_blk {
      margin-right: auto; } }
  .grid_two_col .img_blk {
    width: 67.5vw;
    height: 47.2vw; }
    @media (max-width: 1400px) {
      .grid_two_col .img_blk {
        width: 64.5vw; } }
    @media (max-width: 991px) {
      .grid_two_col .img_blk {
        width: calc(100% - 15px);
        height: 70vw;
        max-height: 450px;
        z-index: 2;
        position: relative; } }
  .grid_two_col .grid_title {
    font: 500 39px/normal "futura-pt";
    letter-spacing: 2.92px;
    text-transform: uppercase;
    margin-bottom: 20px; }
    @media (max-width: 1400px) {
      .grid_two_col .grid_title {
        font-size: calc(30px + 9 * ((100vw - 992px) / 408)); } }
    @media (max-width: 991px) {
      .grid_two_col .grid_title {
        letter-spacing: 1.8px; }
        .grid_two_col .grid_title {
          font-size: calc(24px + 6 * ((100vw - 320px) / 672)); } }
  .grid_two_col .grid_text {
    margin-top: 0;
    margin-bottom: 20px;
    letter-spacing: 1.1px; }
  .grid_two_col .txt_blk {
    width: 32.5vw;
    color: #fff;
    margin-top: 30px;
    position: relative; }
    @media (max-width: 1400px) {
      .grid_two_col .txt_blk {
        width: 35.5vw; } }
    @media (max-width: 991px) {
      .grid_two_col .txt_blk {
        width: calc(100% - 15px);
        margin-top: -60px; } }
    @media (max-width: 419px) {
      .grid_two_col .txt_blk {
        margin-top: -16vw; } }
    .grid_two_col .txt_blk .btn {
      padding: 0; }
    .grid_two_col .txt_blk .link {
      color: #dbd0c4;
      padding: 0 40px 0 0; }
      @media (max-width: 359px) {
        .grid_two_col .txt_blk .link {
          font-size: 15px; } }
      .grid_two_col .txt_blk .link::after {
        right: 8px; }
      .grid_two_col .txt_blk .link:hover::after {
        right: -2px; }
    .grid_two_col .txt_blk.blk_grey .txt_blk_cnt {
      background-color: #7b757a; }
    .grid_two_col .txt_blk.blk_brown .txt_blk_cnt {
      background-color: #a9754e; }
    .grid_two_col .txt_blk svg {
      top: 4vw;
      left: -8vw;
      fill: #e5e2de;
      z-index: 4; }
      @media (max-width: 1199px) {
        .grid_two_col .txt_blk svg {
          top: 2vw; } }
      @media (max-width: 991px) {
        .grid_two_col .txt_blk svg {
          top: 80px; } }
      @media (max-width: 419px) {
        .grid_two_col .txt_blk svg {
          top: calc(16vw + 20px); } }
  .grid_two_col .texture {
    width: calc(100% - 4vw);
    height: 7vw; }
    @media (max-width: 991px) {
      .grid_two_col .texture {
        position: absolute;
        height: 40px;
        width: 100px;
        top: 60px;
        left: 41px;
        transform: rotate(90deg);
        transform-origin: 0 0; } }
    @media (max-width: 419px) {
      .grid_two_col .texture {
        top: 16vw; } }
    @media (max-width: 359px) {
      .grid_two_col .texture {
        height: 30px;
        left: 30px; } }
  @media (max-width: 991px) {
    .grid_two_col .txt_blk_cnt {
      width: calc(100% - 40px);
      padding: 143px 8vw 60px; } }
  @media (max-width: 419px) {
    .grid_two_col .txt_blk_cnt {
      padding-bottom: 16vw;
      padding-top: 38vw; } }
  @media only screen and (max-width: 374px) {
    .grid_two_col .txt_blk_cnt {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 359px) {
    .grid_two_col .txt_blk_cnt {
      width: calc(100% - 30px); } }
  @media (min-width: 992px) {
    .grid_two_col .txt_blk_cnt {
      height: calc(100% - 12vw);
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding-top: 2vw; } }

.title_lg {
  font: 500 72px/70px "futura-pt";
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 5.4px; }
  @media (max-width: 1400px) {
    .title_lg {
      letter-spacing: 4px; }
      .title_lg {
        font-size: calc(45px + 27 * ((100vw - 992px) / 408)); }
      .title_lg {
        line-height: calc(43px + 27 * ((100vw - 992px) / 408)); } }
  @media (max-width: 1199px) {
    .title_lg {
      letter-spacing: 3px; } }
  @media (max-width: 991px) {
    .title_lg {
      letter-spacing: 2.63px; }
      .title_lg {
        font-size: calc(35px + 10 * ((100vw - 360px) / 632)); }
      .title_lg {
        line-height: calc(32px + 11 * ((100vw - 360px) / 632)); } }
  @media (max-width: 359px) {
    .title_lg {
      font-size: 30px;
      line-height: 28px;
      letter-spacing: 1.6px; } }

.pause_play_wrap {
  position: absolute;
  height: 30px;
  width: 30px;
  bottom: 20px;
  right: 20px;
  z-index: 3; }
  @media screen and (max-height: 650px) {
    .pause_play_wrap {
      right: 40px;
      bottom: 15px; } }
  .pause_play_wrap button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: none;
    width: 30px;
    height: 30px;
    cursor: pointer; }
    .pause_play_wrap button.pause_icon {
      background: url(../images/graphics/pause-icon.svg) center/contain no-repeat; }
    .pause_play_wrap button.play_icon {
      background: url(../images/graphics/play-icon.svg) center/contain no-repeat; }

      .meli-mezze {
        margin-top: 20px;
        display: block; }
      
      .meli-mezze.am-ser {
        padding: 0;
        color: #fff; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 7;
  padding: 7px 20px;
  height: 68px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #e5e2de; }
  .banner-removed header {
    margin-top: 0 !important; }
  .home header {
    transition: all 0.4s ease; }
  @media (max-width: 991px) {
    header {
      height: 60px; } }
  header #logo a {
    display: inline-block; }
  header #logo .header-logo {
    width: 200px; }
    @media (max-width: 991px) {
      header #logo .header-logo {
        z-index: 5;
        width: 175px; } }
    @media (max-width: 767px) {
      header #logo .header-logo {
        width: 150px; } }
  header .header-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center; }
    header .header-right .header-links {
      display: inline-block; }
      header .header-right .header-links ul {
        padding: 0;
        margin: 0; }
      header .header-right .header-links ul {
        padding: 0;
        margin: 12px 0px; }
        header .header-right .header-links ul.menu {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex; }
          header .header-right .header-links ul.menu li {
            position: relative; }
            header .header-right .header-links ul.menu li .sub-menu {
              visibility: hidden;
              position: absolute;
              top: 37px;
              transition: all ease 0.3s;
              width: 175px;
              background-color: #fff;
              padding: 10px  15px 10px 15px;
              text-align: left;
              border: 1px solid #e5e2de;
              border-top: 0; }
              header .header-right .header-links ul.menu li .sub-menu li {
                margin-right: 0; }
            header .header-right .header-links ul.menu li:hover .sub-menu {
              visibility: visible; }
        header .header-right .header-links ul li {
          display: inline-block;
          margin-right: 40px; }
          @media screen and (min-width: 991px) and (max-width: 1150px) {
            header .header-right .header-links ul li {
              margin-right: 20px; } }
          header .header-right .header-links ul li a {
            color: #666;
            font-family: "futura-pt";
            font-size: 15px;
            font-weight: 400;
            line-height: normal;
            letter-spacing: 1.13px;
            text-transform: uppercase; }
            header .header-right .header-links ul li a:hover {
              padding-bottom: 2px;
              border-bottom: 1px solid #a9754e; }
          header .header-right .header-links ul li.current_page_item.current-menu-item a {
            padding-bottom: 2px;
            border-bottom: 1px solid #a9754e; }
      @media (max-width: 991px) {
        header .header-right .header-links {
          display: none; } }
    header .header-right .header-button .menu.nav-icon {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: 0;
      border-radius: 0;
      background: none;
      background: none;
      border: none;
      width: 38px;
      height: 40px;
      padding: 0;
      margin: 0;
      z-index: 7;
      cursor: pointer; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        header .header-right .header-button .menu.nav-icon {
          margin-top: 14px; } }
      @supports (-ms-ime-align: auto) {
        header .header-right .header-button .menu.nav-icon {
          margin-top: 12px; } }
      header .header-right .header-button .menu.nav-icon .nav-icon-line {
        display: block;
        position: relative;
        width: 38px;
        margin: 0 auto;
        transition: width 0.3s; }
        header .header-right .header-button .menu.nav-icon .nav-icon-line::before, header .header-right .header-button .menu.nav-icon .nav-icon-line::after {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          transition: transform 0.3s 0s, top 0.2s 0.2s; }
        header .header-right .header-button .menu.nav-icon .nav-icon-line, header .header-right .header-button .menu.nav-icon .nav-icon-line::before, header .header-right .header-button .menu.nav-icon .nav-icon-line::after {
          height: 1px;
          background: #666; }
        header .header-right .header-button .menu.nav-icon .nav-icon-line::before {
          top: -6px; }
        header .header-right .header-button .menu.nav-icon .nav-icon-line::after {
          top: 6px; }
      header .header-right .header-button .menu.nav-icon.open .nav-icon-line {
        background: transparent;
        width: 40px;
        transition: width 0.2s 0.2s; }
        header .header-right .header-button .menu.nav-icon.open .nav-icon-line::before, header .header-right .header-button .menu.nav-icon.open .nav-icon-line::after {
          top: 0;
          transition: transform 0.3s 0.2s, top 0.2s 0s; }
        header .header-right .header-button .menu.nav-icon.open .nav-icon-line::before {
          -moz-transform: rotate(25deg);
          -o-transform: rotate(25deg);
          -ms-transform: rotate(25deg);
          -webkit-transform: rotate(25deg);
          transform: rotate(25deg); }
        header .header-right .header-button .menu.nav-icon.open .nav-icon-line::after {
          -moz-transform: rotate(-25deg);
          -o-transform: rotate(-25deg);
          -ms-transform: rotate(-25deg);
          -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg); }
  header .call-icon {
    display: inline-block; }
    header .call-icon img {
      width: 27px; }
      @media (max-width: 359px) {
        header .call-icon img {
          width: 25px; } }
  @media (max-width: 991px) {
    header .mob-links {
      padding-right: 16px; } }
  @media (max-width: 359px) {
    header .mob-links {
      padding-right: 10px; } }
  header .tour-link {
    color: #666;
    font-family: "futura-pt";
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.13px;
    text-transform: uppercase;
    margin-left: 16px; }
    header .tour-link:hover {
      padding-bottom: 2px;
      border-bottom: 1px solid #a9754e; }
    @media (max-width: 359px) {
      header .tour-link {
        font-size: 12px;
        margin-left: 0; } }
  header .menu-popup-wrapper {
    width: 275px;
    position: absolute;
    right: 0;
    top: 60px;
    display: none; }
    header .menu-popup-wrapper.open {
      display: block; }
    header .menu-popup-wrapper .menu-popup {
      position: absolute;
      padding-top: 0px;
      right: 0;
      top: 0;
      pointer-events: none;
      width: 275px;
      max-height: 0;
      background-color: #e5e2de;
      transition: max-height 0.6s, opacity 0.2s 0.4s;
      z-index: 6;
      height: auto;
      opacity: 0;
      overflow: hidden; }
      header .menu-popup-wrapper .menu-popup .menu-inner {
        overflow-y: auto;
        max-height: calc(100vh - 45px); }
        header .menu-popup-wrapper .menu-popup .menu-inner ul {
          margin: 0;
          padding: 0; }
        header .menu-popup-wrapper .menu-popup .menu-inner ul {
          margin: 12px 20px 30px 0; }
          header .menu-popup-wrapper .menu-popup .menu-inner ul li {
            padding: 8px 5px 8px;
            display: block;
            text-align: right; }
            header .menu-popup-wrapper .menu-popup .menu-inner ul li a {
              color: #666;
              font-family: "futura-pt";
              font-size: 15px;
              font-weight: 400;
              line-height: 36px;
              letter-spacing: 1.13px;
              text-transform: uppercase; }
              header .menu-popup-wrapper .menu-popup .menu-inner ul li a:hover {
                padding-bottom: 2px;
                border-bottom: 1px solid #a9754e; }
            header .menu-popup-wrapper .menu-popup .menu-inner ul li.current_page_item.current-menu-item a {
              padding-bottom: 2px;
              border-bottom: 1px solid #a9754e; }
            header .menu-popup-wrapper .menu-popup .menu-inner ul li.menu-hr a {
              pointer-events: none;
              display: inline-block;
              height: 1px; }
            header .menu-popup-wrapper .menu-popup .menu-inner ul li .hr-line {
              border-bottom: 1px solid;
              width: 50px;
              display: inline-block;
              height: 1px; }
            @media (min-width: 992px) {
              header .menu-popup-wrapper .menu-popup .menu-inner ul li.mob {
                display: none; } }
            header .menu-popup-wrapper .menu-popup .menu-inner ul li.sub-link {
              padding: 0;
              padding-right: 5px; }
              header .menu-popup-wrapper .menu-popup .menu-inner ul li.sub-link a {
                font-size: 13px;
                letter-spacing: 0.97px;
                line-height: 32px; }
        header .menu-popup-wrapper .menu-popup .menu-inner .sub-menu {
          display: none;
          margin-right: 0; }
        header .menu-popup-wrapper .menu-popup .menu-inner .virtual-tour-menu {
          position: relative; }
          header .menu-popup-wrapper .menu-popup .menu-inner .virtual-tour-menu .sub-menu {
            margin: 0; }
            header .menu-popup-wrapper .menu-popup .menu-inner .virtual-tour-menu .sub-menu li {
              padding: 0; }
              header .menu-popup-wrapper .menu-popup .menu-inner .virtual-tour-menu .sub-menu li a {
                font-size: 14px; }
          header .menu-popup-wrapper .menu-popup .menu-inner .virtual-tour-menu a {
            margin-right: 23px; }
          header .menu-popup-wrapper .menu-popup .menu-inner .virtual-tour-menu.open .cross::before {
            opacity: 0; }
        header .menu-popup-wrapper .menu-popup .menu-inner .cross {
          width: 14px;
          height: 2px;
          border-radius: 2px;
          background: #666;
          position: absolute;
          right: 6px;
          top: 24px; }
          header .menu-popup-wrapper .menu-popup .menu-inner .cross::before {
            content: "";
            width: 14px;
            height: 2px;
            border-radius: 2px;
            background: #666;
            position: absolute;
            right: 0;
            top: 0px;
            transform: rotate(90deg); }
      header .menu-popup-wrapper .menu-popup.open {
        opacity: 1;
        max-height: 1000px;
        pointer-events: all;
        transition: max-height 0.6s, opacity 0.2s; }
    @media (max-width: 991px) {
      header .menu-popup-wrapper {
        top: 50px; } }
  @media (max-width: 991px) {
    header {
      padding: 10px 20px; } }
  @media (max-width: 767px) {
    header {
      padding-left: 10px;
      padding-right: 10px; } }

.gallery header {
  z-index: 1010; }

.top-banner {
  background-color: #7b757a;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 5; }
  .top-banner p {
    color: #fff;
    font: 13px/normal "futura-pt";
    text-transform: uppercase;
    letter-spacing: 0.97px;
    margin: 0;
    display: inline; }
    @media (min-width: 992px) {
      .top-banner p {
        padding-right: 20px; } }
  .top-banner .top-banner-inner {
    position: relative;
    padding: 8px 60px 8px 60px;
    text-align: center;
    line-height: 0; }
    @media (max-width: 991px) {
      .top-banner .top-banner-inner {
        text-align: left;
        padding-left: 15px;
        padding-right: 50px; } }
    @media (max-width: 419px) {
      .top-banner .top-banner-inner {
        padding-left: 10px; } }
    .top-banner .top-banner-inner .slick-track {
      display: flex;
      align-items: center; }
    .top-banner .top-banner-inner .slick-slide > div {
      -moz-transform: translateY(-100%);
      -o-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%); }
    .top-banner .top-banner-inner .slick-slide.move-in > div {
      -moz-transform: translateY(0);
      -o-transform: translateY(0);
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: transform 0.5s ease;
      -moz-transition: transform 0.5s ease;
      -ms-transition: transform 0.5s ease;
      -o-transition: transform 0.5s ease;
      transition: transform 0.5s ease; }
    .top-banner .top-banner-inner .slick-slide.move-down > div {
      -moz-transform: translateY(100%);
      -o-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
      -webkit-transition: transform 0.5s ease;
      -moz-transition: transform 0.5s ease;
      -ms-transition: transform 0.5s ease;
      -o-transition: transform 0.5s ease;
      transition: transform 0.5s ease; }
    .top-banner .top-banner-inner .link {
      padding: 0 60px 0 0;
      color: #fff;
      font-size: 13px;
      letter-spacing: 0.97px;
      white-space: nowrap; }
      @media (max-width: 767px) {
        .top-banner .top-banner-inner .link {
          padding-right: 30px; }
          .top-banner .top-banner-inner .link::after {
            width: 18px;
            height: 5px;
            right: 7px; }
          .top-banner .top-banner-inner .link:hover::after {
            right: 0; } }
  .top-banner .close-banner {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 0; }
    @media (max-width: 767px) {
      .top-banner .close-banner {
        right: 10px; } }
    .top-banner .close-banner img {
      width: 10px; }

.specials-outer {
  max-width: 410px;
  width: 100%;
  position: absolute;
  left: calc(100% - 40px);
  opacity: 0;
  transition: all 0.7s ease;
  z-index: 4; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .specials-outer {
      transform: translateX(0); } }
  @media (max-width: 991px) {
    .specials-outer {
      max-width: 340px; } }
  @media (max-width: 419px) {
    .specials-outer {
      max-width: 90%; } }
  .specials-outer.loaded {
    opacity: 1; }
  .specials-outer.show {
    left: 100%;
    transform: translateX(-100%); }
    .specials-outer.show .plus-icon {
      transform: translateX(-50%); }
  .specials-outer:not(.show) .left-bar {
    cursor: pointer; }
  .specials-outer .specials-inner {
    background-color: #7b757a;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .specials-outer .specials-inner .specials-title {
      font-size: 30px;
      letter-spacing: 1.5px;
      margin: 0;
      font-weight: 300; }
      @media (max-width: 991px) {
        .specials-outer .specials-inner .specials-title {
          font-size: 24px;
          letter-spacing: 1.2px; } }
  .specials-outer .left-bar {
    width: 40px;
    position: relative; }
  .specials-outer .bar-title {
    writing-mode: vertical-rl;
    transform: translate(-50%, -50%) rotate(180deg);
    color: #dbd0c4;
    font: 15px/13px "futura-pt";
    text-transform: uppercase;
    letter-spacing: 1.13px;
    position: absolute;
    top: 50%;
    left: 50%; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .specials-outer .bar-title {
        writing-mode: initial;
        transform: translate(-50%, -50%) rotate(-90deg);
        transform-origin: 50% 50%;
        white-space: nowrap; } }
  .specials-outer .specials-cnt-wrap {
    padding: 60px 20px;
    flex: 1; }
    @media (max-width: 991px) {
      .specials-outer .specials-cnt-wrap {
        padding-right: 30px; } }
    @media (max-width: 359px) {
      .specials-outer .specials-cnt-wrap {
        padding-left: 15px;
        padding-right: 15px; } }
    @media screen and (max-height: 650px) {
      .specials-outer .specials-cnt-wrap {
        padding: 40px 15px; } }
  .specials-outer .btn {
    padding: 0 60px 0 0;
    color: #dbd0c4; }
  .specials-outer .specials-desc {
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: normal;
    font-weight: 300;
    letter-spacing: 0.9px;
    font-size: 18px; }
    @media screen and (max-height: 650px) {
      .specials-outer .specials-desc {
        margin-top: 20px;
        margin-bottom: 20px; } }
  .specials-outer .plus-icon {
    background: url(../images/graphics/close_beige.svg) center/contain no-repeat;
    position: absolute;
    width: 16.5px;
    height: 16.5px;
    top: 12px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg); }

.iframe-container {
  width: 100%;
  height: 100vh; }
  .iframe-container iframe {
    width: 100%;
    height: 100%; }

footer .footer-wrapper {
  color: #666;
  font-family: "futura-pt"; }
  footer .footer-wrapper p {
    margin: 0; }
  footer .footer-wrapper a {
    display: inline-block; }
  footer .footer-wrapper .desk-only {
    display: block; }
    @media (max-width: 991px) {
      footer .footer-wrapper .desk-only {
        display: none !important; } }
  footer .footer-wrapper .not-desk {
    display: block; }
    @media (min-width: 992px) {
      footer .footer-wrapper .not-desk {
        display: none !important; } }
  footer .footer-wrapper .v-line {
    display: inline-block;
    margin: 0 5px;
    font-size: 16px;
    font-weight: 400;
    font-family: "futura-pt"; }
  footer .footer-wrapper .footer-top {
    background-color: #e5e2de;
    padding: 15px 8vw 0; }
    footer .footer-wrapper .footer-top .footer-t-div1 {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      text-transform: uppercase; }
      footer .footer-wrapper .footer-top .footer-t-div1 .lt-logo-sec {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column; }
        footer .footer-wrapper .footer-top .footer-t-div1 .lt-logo-sec > * {
          margin-bottom: 15px; }
        footer .footer-wrapper .footer-top .footer-t-div1 .lt-logo-sec .east-logo {
          width: 120px; }
        footer .footer-wrapper .footer-top .footer-t-div1 .lt-logo-sec .mitsui-logo {
          width: 160px; }
          @media (min-width: 1401px) {
            footer .footer-wrapper .footer-top .footer-t-div1 .lt-logo-sec .mitsui-logo {
              margin-bottom: 21px; } }
          @media (min-width: 992px) and (max-width: 1400px) {
            footer .footer-wrapper .footer-top .footer-t-div1 .lt-logo-sec .mitsui-logo {
              margin-bottom: 20px; } }
        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
          footer .footer-wrapper .footer-top .footer-t-div1 .lt-logo-sec .east-logo, footer .footer-wrapper .footer-top .footer-t-div1 .lt-logo-sec .mitsui-logo {
            height: 40px; } }
        @media (max-width: 991px) {
          footer .footer-wrapper .footer-top .footer-t-div1 .lt-logo-sec {
            flex-direction: row; }
            footer .footer-wrapper .footer-top .footer-t-div1 .lt-logo-sec > * {
              margin: 25px 20px; } }
        @media (max-width: 419px) {
          footer .footer-wrapper .footer-top .footer-t-div1 .lt-logo-sec .east-logo {
            width: auto;
            max-width: 120px; }
          footer .footer-wrapper .footer-top .footer-t-div1 .lt-logo-sec .mitsui-logo {
            width: auto;
            max-width: 160px; }
          footer .footer-wrapper .footer-top .footer-t-div1 .lt-logo-sec > * {
            margin: 25px 10px; } }
      footer .footer-wrapper .footer-top .footer-t-div1 .mid-logo-sec {
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1.6px; }
        footer .footer-wrapper .footer-top .footer-t-div1 .mid-logo-sec > * {
          margin: 12px 0; }
        footer .footer-wrapper .footer-top .footer-t-div1 .mid-logo-sec .footer-logo {
          width: 160px; }
          @media (max-width: 991px) {
            footer .footer-wrapper .footer-top .footer-t-div1 .mid-logo-sec .footer-logo {
              margin: 25px 0; } }
        footer .footer-wrapper .footer-top .footer-t-div1 .mid-logo-sec .social-logo {
          width: 22px;
          margin-right: 5px;
          position: relative;
          top: -2px; }
        footer .footer-wrapper .footer-top .footer-t-div1 .mid-logo-sec .addr-1 .v-line {
          margin: 0 2px; }
        @media (max-width: 991px) {
          footer .footer-wrapper .footer-top .footer-t-div1 .mid-logo-sec .addr-1 span {
            display: block;
            margin-bottom: 5px;
            line-height: normal; } }
        footer .footer-wrapper .footer-top .footer-t-div1 .mid-logo-sec .addr-1-link {
          display: block;
          color: inherit; }
        footer .footer-wrapper .footer-top .footer-t-div1 .mid-logo-sec .addr-2-link {
          color: inherit; }
        @media (max-width: 991px) {
          footer .footer-wrapper .footer-top .footer-t-div1 .mid-logo-sec {
            order: -1; }
            footer .footer-wrapper .footer-top .footer-t-div1 .mid-logo-sec > * {
              margin: 12px 0 15px; } }
      footer .footer-wrapper .footer-top .footer-t-div1 .rt-logo-sec {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        align-items: flex-end; }
        footer .footer-wrapper .footer-top .footer-t-div1 .rt-logo-sec > * {
          margin-bottom: 15px; }
        footer .footer-wrapper .footer-top .footer-t-div1 .rt-logo-sec .bozzuto-logo {
          width: 110px; }
          @media (max-width: 991px) {
            footer .footer-wrapper .footer-top .footer-t-div1 .rt-logo-sec .bozzuto-logo {
              width: 100px;
              margin-top: 7px; } }
        footer .footer-wrapper .footer-top .footer-t-div1 .rt-logo-sec .eho-logo, footer .footer-wrapper .footer-top .footer-t-div1 .rt-logo-sec .ada-logo {
          width: 31px;
          height: 31px;
          line-height: 10px; }
          footer .footer-wrapper .footer-top .footer-t-div1 .rt-logo-sec .eho-logo img, footer .footer-wrapper .footer-top .footer-t-div1 .rt-logo-sec .ada-logo img {
            height: 100%; }
        @media (min-width: 420px) {
          footer .footer-wrapper .footer-top .footer-t-div1 .rt-logo-sec .ada-logo {
            margin-left: 2px; } }
        @media (min-width: 992px) {
          footer .footer-wrapper .footer-top .footer-t-div1 .rt-logo-sec .pp-div {
            margin-bottom: 12px; } }
        footer .footer-wrapper .footer-top .footer-t-div1 .rt-logo-sec .pp-div .pp-link {
          letter-spacing: 1.6px;
          color: inherit;
          font-size: 16px;
          font-weight: 400; }
          @media screen and (max-width: 375px) {
            footer .footer-wrapper .footer-top .footer-t-div1 .rt-logo-sec .pp-div .pp-link {
              font-size: 14px;
              letter-spacing: 1.2px; } }
          @media (max-width: 359px) {
            footer .footer-wrapper .footer-top .footer-t-div1 .rt-logo-sec .pp-div .pp-link {
              font-size: 13px; } }
          @media screen and (max-width: 320px) {
            footer .footer-wrapper .footer-top .footer-t-div1 .rt-logo-sec .pp-div .pp-link {
              font-size: calc(8px + 8 * ((100vw - 275px) / 45)); } }
        @media (max-width: 991px) {
          footer .footer-wrapper .footer-top .footer-t-div1 .rt-logo-sec {
            flex-direction: row;
            align-items: center; }
            footer .footer-wrapper .footer-top .footer-t-div1 .rt-logo-sec .eho-logo, footer .footer-wrapper .footer-top .footer-t-div1 .rt-logo-sec .ada-logo {
              position: relative;
              top: -7px; }
            footer .footer-wrapper .footer-top .footer-t-div1 .rt-logo-sec > * {
              margin: 25px 5px 10px; }
            footer .footer-wrapper .footer-top .footer-t-div1 .rt-logo-sec .pp-div {
              display: inline-block; } }
        @media (max-width: 419px) {
          footer .footer-wrapper .footer-top .footer-t-div1 .rt-logo-sec {
            width: 100%;
            justify-content: center; }
            footer .footer-wrapper .footer-top .footer-t-div1 .rt-logo-sec > * {
              margin: 25px 3px 10px; }
            footer .footer-wrapper .footer-top .footer-t-div1 .rt-logo-sec .bozzuto-logo {
              width: 22vw;
              margin-top: 15px; }
            footer .footer-wrapper .footer-top .footer-t-div1 .rt-logo-sec .eho-logo, footer .footer-wrapper .footer-top .footer-t-div1 .rt-logo-sec .ada-logo {
              max-width: 25px;
              max-height: 25px;
              width: 7vw;
              height: 7vw; }
            footer .footer-wrapper .footer-top .footer-t-div1 .rt-logo-sec .pp-div .v-line {
              margin: 0 3px; } }
        @media screen and (max-width: 370px) {
          footer .footer-wrapper .footer-top .footer-t-div1 .rt-logo-sec .eho-logo, footer .footer-wrapper .footer-top .footer-t-div1 .rt-logo-sec .ada-logo {
            top: -4px; } }
        @media (max-width: 359px) {
          footer .footer-wrapper .footer-top .footer-t-div1 .rt-logo-sec > * {
            margin-left: 1px;
            margin-right: 1px; }
          footer .footer-wrapper .footer-top .footer-t-div1 .rt-logo-sec .pp-div .v-line {
            margin: 0; }
          footer .footer-wrapper .footer-top .footer-t-div1 .rt-logo-sec .eho-logo, footer .footer-wrapper .footer-top .footer-t-div1 .rt-logo-sec .ada-logo {
            top: 1px; }
          footer .footer-wrapper .footer-top .footer-t-div1 .rt-logo-sec .bozzuto-logo {
            width: 25vw; } }
      @media (max-width: 991px) {
        footer .footer-wrapper .footer-top .footer-t-div1 {
          justify-content: center;
          align-items: center;
          flex-direction: column;
          text-align: center; } }
    footer .footer-wrapper .footer-top .footer-t-div2 p {
      text-align: center;
      font-size: 16px;
      font-weight: 400;
      line-height: normal;
      padding: 30px 0 10px; }
      @media (max-width: 991px) {
        footer .footer-wrapper .footer-top .footer-t-div2 p {
          padding-bottom: 20px; } }
      footer .footer-wrapper .footer-top .footer-t-div2 p .dhcd-link {
        text-decoration: underline;
        color: inherit; }
    @media (max-width: 991px) {
      footer .footer-wrapper .footer-top {
        padding: 0 5vw; } }
    @media (max-width: 359px) {
      footer .footer-wrapper .footer-top {
        padding-left: 4vw;
        padding-right: 4vw; } }
  footer .footer-wrapper .footer-btm {
    display: none;
    padding: 7px;
    background-color: #7b757a;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    color: #e5e2de; }
    footer .footer-wrapper .footer-btm a {
      color: inherit; }
    @media (min-width: 992px) {
      footer .footer-wrapper .footer-btm p br {
        display: none; } }
  footer .footer-wrapper .tel-text {
    line-height: normal; }
  footer .footer-wrapper .phonenumber {
    color: #666;
    white-space: nowrap;
    font-weight: normal; }
  footer .footer-wrapper .addressLocality, footer .footer-wrapper .postalCode {
    display: inline-block !important; }
  footer .footer-wrapper .postalCode:before {
    content: ' ';
    display: inline-block; }

#home_page {
  /*margin-top: -60px;
  @include respond-below(lg){
      margin-top: calc(-60px - 1vh);
  }*/
  /*.....Revamp Styles*....*/ }
  #home_page .specials_wrap {
    position: fixed;
    background-color: rgba(22, 22, 22, 0.6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    transition: all ease .5s;
    overflow-y: scroll;
    flex-wrap: wrap; }
    #home_page .specials_wrap .specials_box {
      max-width: 700px;
      padding: 40px 30px 20px;
      background: #fff;
      text-align: center;
      position: relative;
      color: #666; }
      #home_page .specials_wrap .specials_box .specials_close {
        position: absolute;
        width: 14px;
        height: 14px;
        top: 12px;
        right: 12px;
        background: url(../images/graphics/close_purple.svg) no-repeat center center;
        background-size: contain;
        border: none;
        cursor: pointer; }
      #home_page .specials_wrap .specials_box .specials_txt {
        line-height: calc(26px + 10*((100vw - 375px)/1545));
        font-size: calc(22px + 12*((100vw - 375px)/1545));
        font-family: "futura-pt";
        font-weight: 500; }
      #home_page .specials_wrap .specials_box .btn-grey {
        padding: 10px 0 10px 30px;
        margin: 20px 0; }
      #home_page .specials_wrap .specials_box .specials_discalimer {
        font-size: 15px;
        padding-top: 10px;
        font-family: "museo-slab";
        color: #666;
        line-height: 22px; }
  #home_page .home_slides_sec {
    width: 100%;
    height: calc(100vh - 20px);
    position: relative;
    overflow: hidden; }
    @media (max-width: 991px) {
      #home_page .home_slides_sec {
        display: flex;
        align-items: center;
        justify-content: center;
        /*min-height: 100vh;*/
        transition: min-height 0.3s ease-in-out; } }
    @media screen and (max-height: 400px) and (max-width: 991px) {
      #home_page .home_slides_sec {
        height: 100vh; } }
  #home_page .h_mob_hero {
    width: 100%; }
    #home_page .h_mob_hero .mob_hero_img {
      width: calc(100vh - 70px);
      height: calc(100vh - 70px);
      margin: 0 auto;
      min-height: 280px;
      min-width: 280px;
      text-align: center; }
      @media screen and (max-width: 991px) and (orientation: portrait) {
        #home_page .h_mob_hero .mob_hero_img {
          width: 79vw;
          height: 79vw; } }
      @media screen and (max-width: 767px) and (orientation: portrait) {
        #home_page .h_mob_hero .mob_hero_img {
          width: calc(100vw - 40px);
          height: calc(100vw - 40px); } }
    #home_page .h_mob_hero img {
      max-height: 100%;
      max-width: 100%; }
  #home_page #home_slider, #home_page .slick-list {
    height: 100% !important;
    width: 100%; }
  #home_page .banner_wrap {
    position: relative;
    padding: 0 1.4vw 1.4vw;
    padding-top: 0;
    overflow-x: hidden; }
  #home_page #home_banner_slides {
    position: relative;
    overflow: hidden; }
  #home_page .home-slider-bg {
    background-position-y: center;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 130%;
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }
    #home_page .home-slider-bg.move_bg {
      background-position-y: 130%; }
      #home_page .home-slider-bg.move_bg.mob {
        background-position-y: -150px; }
    #home_page .home-slider-bg.move_bg_full {
      top: -100%; }
    #home_page .home-slider-bg.mob {
      background-position-y: 50px; }
  #home_page .home_banner_diamond {
    background: url(../images/home/home_diamond_outline.svg);
    width: 195px;
    height: 195px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    -webkit-transition: transform 1s ease;
    transition: transform 1s ease;
    z-index: 1;
    opacity: 1;
    pointer-events: none; }
    #home_page .home_banner_diamond.zoomed {
      transform: translate(-50%, -50%) scale(2.3); }
    #home_page .home_banner_diamond.hide {
      position: absolute;
      margin-top: 0; }
    @media (max-width: 575px) {
      #home_page .home_banner_diamond {
        width: 157px;
        height: 157px; } }
    @media (max-width: 419px) {
      #home_page .home_banner_diamond {
        width: 110px;
        height: 110px; } }
    @media screen and (max-height: 560px) and (max-width: 991px) {
      #home_page .home_banner_diamond {
        width: 110px;
        height: 110px; } }
    @media screen and (max-height: 400px) and (max-width: 991px) {
      #home_page .home_banner_diamond {
        width: 87px;
        height: 87px;
        margin-top: 5px; }
        #home_page .home_banner_diamond.hide {
          margin-top: 5px; } }
  #home_page .no_trans {
    transition: none !important; }
  #home_page .home_banner_caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    z-index: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    margin-top: 20px;
    width: 445px;
    text-align: center;
    pointer-events: none; }
    @media screen and (max-height: 400px) and (max-width: 991px) {
      #home_page .home_banner_caption {
        margin-top: 20px;
        width: 190px; } }
    @media (max-width: 575px) {
      #home_page .home_banner_caption {
        width: 270px; } }
    @media (max-width: 419px) {
      #home_page .home_banner_caption {
        width: 190px; } }
    #home_page .home_banner_caption.zoomed {
      top: 100%;
      transform: translate(-50%, 100%) scale(2.3); }
    #home_page .home_banner_caption img {
      width: 100%; }
      @media screen and (max-height: 400px) and (max-width: 991px) {
        #home_page .home_banner_caption img {
          height: 30px;
          width: auto; } }
  #home_page .home_slide {
    width: 100% !important;
    /*height: 100vh;*/
    height: calc(100vh - 20px);
    /*background-color: red;*/
    position: relative;
    border: none !important; }
    @media screen and (max-height: 400px) and (max-width: 991px) {
      #home_page .home_slide {
        height: 100vh; } }
    #home_page .home_slide .home_slide_img {
      width: 100%;
      height: calc(100vh - 20px);
      position: absolute;
      top: 0;
      left: 0; }
      @media screen and (max-height: 400px) and (max-width: 991px) {
        #home_page .home_slide .home_slide_img {
          height: 100vh; } }
    #home_page .home_slide:nth-child(2) .home_slide_img {
      background-position: left center !important; }
    #home_page .home_slide .slide-caption {
      position: absolute;
      top: 50%;
      left: 50%;
      opacity: 0;
      width: 215px;
      transform: translate(-50%, -50%);
      -webkit-transition: all 1s ease;
      transition: all 1s ease;
      z-index: 2; }
      @media (max-width: 1199px) {
        #home_page .home_slide .slide-caption {
          width: 188px; } }
      @media (max-width: 575px) {
        #home_page .home_slide .slide-caption {
          width: 150px; } }
      @media screen and (max-height: 560px) and (max-width: 768px) {
        #home_page .home_slide .slide-caption {
          width: 130px;
          margin-top: 5px; } }
      #home_page .home_slide .slide-caption.fade-in {
        opacity: 1; }
      #home_page .home_slide .slide-caption h2 {
        color: #ffffff;
        font-family: "museo-slab";
        font-size: 37px;
        font-weight: 100;
        line-height: 39px;
        letter-spacing: 0.075em;
        text-align: center;
        margin-bottom: 0; }
        #home_page .home_slide .slide-caption h2 span {
          font-family: "futura-pt";
          font-weight: 300;
          text-transform: uppercase;
          display: block;
          width: 184px;
          margin: 0 auto; }
          @media (max-width: 1199px) {
            #home_page .home_slide .slide-caption h2 span {
              width: 170px; } }
          @media (max-width: 575px) {
            #home_page .home_slide .slide-caption h2 span {
              width: 150px; } }
          @media screen and (max-height: 560px) and (max-width: 768px) {
            #home_page .home_slide .slide-caption h2 span {
              width: 130px; } }
        @media (max-width: 1400px) {
          #home_page .home_slide .slide-caption h2 {
            font-size: calc(30px + 9 * ((100vw - 992px) / 408)); } }
        @media (max-width: 991px) {
          #home_page .home_slide .slide-caption h2 {
            font-size: calc(24px + 6 * ((100vw - 320px) / 672)); } }
        @media (max-width: 575px) {
          #home_page .home_slide .slide-caption h2 {
            font-size: calc(18px + 6 * ((100vw - 320px) / 672)); }
          #home_page .home_slide .slide-caption h2 {
            line-height: calc(24px + 4 * ((100vw - 320px) / 672)); } }
        @media screen and (max-height: 560px) and (max-width: 991px) {
          #home_page .home_slide .slide-caption h2 {
            font-size: calc(18px + 6 * ((100vw - 320px) / 672)); }
          #home_page .home_slide .slide-caption h2 {
            line-height: calc(22px + 6 * ((100vw - 320px) / 672)); } }
        @media screen and (max-height: 400px) and (max-width: 991px) {
          #home_page .home_slide .slide-caption h2 {
            margin-top: 3px; }
            #home_page .home_slide .slide-caption h2 {
              font-size: calc(12px + 6 * ((100vw - 320px) / 672)); }
            #home_page .home_slide .slide-caption h2 {
              line-height: calc(16px + 6 * ((100vw - 320px) / 672)); } }
    #home_page .home_slide .slide-diamond {
      width: 440px;
      height: 440px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transition: all 0 ease;
      transition: all 0 ease;
      z-index: 1;
      opacity: 0; }
      #home_page .home_slide .slide-diamond.fade-in {
        opacity: 1;
        -webkit-transition: all 1s ease;
        transition: all 1s ease; }
      @media (max-width: 575px) {
        #home_page .home_slide .slide-diamond {
          width: 360px;
          height: 360px;
          background-size: 100% 100%; } }
      @media (max-width: 419px) {
        #home_page .home_slide .slide-diamond {
          width: 251px;
          height: 251px;
          background-size: 100% 100%; } }
      @media screen and (max-height: 560px) and (max-width: 991px) {
        #home_page .home_slide .slide-diamond {
          width: 251px;
          height: 251px;
          background-size: 100% 100%; } }
      @media screen and (max-height: 400px) and (max-width: 991px) {
        #home_page .home_slide .slide-diamond {
          width: 198px;
          height: 198px;
          margin-top: 4px; } }
  #home_page .home_sticky_sec {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    pointer-events: none; }
    @media (max-width: 991px) {
      #home_page .home_sticky_sec {
        /*height: calc(100% - 225px);*/
        background: url(../images/home/tablet.png) no-repeat center center/auto 100% !important; } }
    @media screen and (max-width: 767px) and (orientation: portrait) {
      #home_page .home_sticky_sec {
        background: url(../images/home/mob_3.png) no-repeat center center/cover !important; } }
    @media (max-width: 767px) {
      #home_page .home_sticky_sec {
        /*height: calc(100% - 188px);*/ } }
  #home_page .home_title {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    pointer-events: none;
    text-align: center;
    /*background: url("../images/home/body_bg.jpg") center center/100% auto repeat-y;*/
    padding-top: 10px;
    /*display: none;*/ }
    @media (max-width: 991px) {
      #home_page .home_title {
        /* display: block;*/
        position: static;
        padding: 48px 0 0; } }
    @media (max-width: 767px) {
      #home_page .home_title {
        padding: 35px 0 0; } }
    #home_page .home_title .main_heading {
      /*padding-bottom: 66px;*/
      /*padding-bottom: 6.5vh;*/
      line-height: 55px;
      letter-spacing: 5.5px;
      display: none; }
      @media (max-width: 991px) {
        #home_page .home_title .main_heading {
          display: block; } }
      @media (max-width: 767px) {
        #home_page .home_title .main_heading {
          font-size: 24px;
          letter-spacing: 3px;
          line-height: 28px;
          /*padding-bottom: 9vh;*/ } }
      @media screen and (max-height: 480px) {
        #home_page .home_title .main_heading {
          /* padding-bottom: 3vh;*/ } }
  #home_page .scroll_block {
    width: 100%;
    position: absolute;
    bottom: 27px;
    left: 0;
    text-align: center;
    z-index: 1;
    pointer-events: none; }
    @media (max-width: 991px) {
      #home_page .scroll_block {
        bottom: 22px; } }
    #home_page .scroll_block.lastScroll {
      position: absolute;
      bottom: 10px; }
    @media screen and (max-height: 560px) and (max-width: 991px) {
      #home_page .scroll_block {
        bottom: 15px; } }
  #home_page .swipe_actn, #home_page .swipe_mob_actn {
    pointer-events: all;
    display: inline-block;
    margin: 0 auto 0;
    opacity: 1;
    text-align: center;
    cursor: pointer;
    transition: 0.5s opacity ease-in-out;
    background: transparent; }
    #home_page .swipe_actn.fadeout, #home_page .swipe_mob_actn.fadeout {
      opacity: 0; }
    #home_page .swipe_actn img, #home_page .swipe_mob_actn img {
      height: 61px;
      width: 10px; }
      @media (max-width: 991px) {
        #home_page .swipe_actn img, #home_page .swipe_mob_actn img {
          width: 6px;
          height: 35px; } }
  #home_page .swipe_actn span, #home_page .swipe_mob_actn span {
    width: 100%;
    display: block;
    color: #636466;
    font-family: "league-gothic", sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2.25px;
    /*display: none;*/ }
    @media (max-width: 991px) {
      #home_page .swipe_actn span, #home_page .swipe_mob_actn span {
        margin: 9px 0; } }
  #home_page .swipe_mob_actn img {
    transform: rotate(0deg);
    margin: 0; }
  #home_page .swipe_mob_actn span {
    display: block;
    margin: 9px 0; }
  #home_page #contact {
    padding: 60px 9.2%;
    background: url(../images/home/pattern1_lg.jpg) repeat top left; }
    @media (max-width: 991px) {
      #home_page #contact {
        padding: 60px 4vw; } }
    #home_page #contact .wrapper {
      padding: 60px 6.2vw 60px;
      background: #fff;
      position: relative; }
      @media (max-width: 991px) {
        #home_page #contact .wrapper {
          padding: 40px 8vw 40px; } }
    #home_page #contact p {
      font-family: "museo-slab";
      font-size: 28px;
      line-height: 38px;
      color: #666; }
      @media (max-width: 991px) {
        #home_page #contact p {
          letter-spacing: 1.1px; }
          #home_page #contact p {
            font-size: calc(22px + 6 * ((100vw - 320px) / 672)); }
          #home_page #contact p {
            line-height: calc(28px + 6 * ((100vw - 320px) / 672)); } }
      #home_page #contact p span {
        font-family: "futura-pt";
        font-weight: 300;
        letter-spacing: 1.95px;
        text-transform: uppercase; }
  #home_page #about {
    width: 100%;
    padding: 30px;
    margin: auto;
    max-width: 1500px;
    overflow: hidden; }
    @media (max-width: 991px) {
      #home_page #about {
        padding: 15px 0; } }
    #home_page #about .image-block-wrap {
      position: relative;
      text-align: right;
      padding-bottom: 3.2%;
      margin-bottom: 1.5%;
      margin-left: auto;
      margin-right: auto; }
      #home_page #about .image-block-wrap .imageblock-1 {
        float: left;
        width: 40.17%;
        padding-top: 2.6%; }
      #home_page #about .image-block-wrap .imageblock-2 {
        width: 37.85%;
        position: absolute;
        bottom: 0;
        right: 8.22%; }
      #home_page #about .image-block-wrap .imageblock-1, #home_page #about .image-block-wrap .imageblock-2 {
        position: relative;
        z-index: 1; }
      #home_page #about .image-block-wrap .text-block {
        margin: 0;
        padding: 5% 2% 25% 14%;
        width: 54.73%;
        display: inline-block;
        float: left; }
        @media (max-width: 991px) {
          #home_page #about .image-block-wrap .text-block {
            margin-right: -3.5%; } }
        #home_page #about .image-block-wrap .text-block p {
          font-family: "museo-slab";
          font-size: 39px;
          line-height: normal;
          color: #666; }
          @media (max-width: 991px) {
            #home_page #about .image-block-wrap .text-block p {
              font-size: calc(24px + 6 * ((100vw - 320px) / 672)); } }
          #home_page #about .image-block-wrap .text-block p span {
            font-family: "futura-pt";
            font-weight: 300;
            letter-spacing: 1.95px;
            text-transform: uppercase; }
        #home_page #about .image-block-wrap .text-block a {
          display: table;
          color: #a9754e;
          font-family: "futura-pt";
          font-size: 18px;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 1.35px; }
          @media (max-width: 419px) {
            #home_page #about .image-block-wrap .text-block a {
              font-size: 16px; } }
      #home_page #about .image-block-wrap.parallax-section-1 .left-top {
        width: 90.94%;
        position: relative;
        left: 15.76%; }
        @media (max-width: 991px) {
          #home_page #about .image-block-wrap.parallax-section-1 .left-top {
            left: 0; } }
      #home_page #about .image-block-wrap.parallax-section-1 .image-block-wrap {
        margin-bottom: 10px; }
      #home_page #about .image-block-wrap.parallax-section-1 .texture {
        width: 100%;
        height: inherit;
        padding: 0px;
        margin-top: -10%;
        background: none; }
        @media (max-width: 991px) {
          #home_page #about .image-block-wrap.parallax-section-1 .texture {
            width: 70%; } }
      #home_page #about .image-block-wrap.parallax-section-1 .right-bottom {
        width: 100%;
        position: relative; }
      #home_page #about .image-block-wrap.parallax-section-1 .pattern {
        position: absolute;
        width: 53.46%;
        top: -18%;
        left: 68%;
        z-index: -1; }
      #home_page #about .image-block-wrap.parallax-section-1 .text-block {
        background-color: #dbd0c4;
        text-align: left;
        padding: 5% 2% 20% 12%; }
        @media (max-width: 991px) {
          #home_page #about .image-block-wrap.parallax-section-1 .text-block {
            width: calc(100% - 15px);
            float: right;
            margin-top: -40%;
            padding-top: 40%;
            padding-bottom: 30%; } }
        #home_page #about .image-block-wrap.parallax-section-1 .text-block svg {
          width: 40%;
          left: -30%;
          bottom: 30%;
          position: absolute;
          fill: #7b757a; }
          @media (max-width: 991px) {
            #home_page #about .image-block-wrap.parallax-section-1 .text-block svg {
              left: -25%;
              position: relative;
              margin-top: 30px;
              width: 215px; } }
      #home_page #about .image-block-wrap.parallax-section-1 .imageblock-2 {
        float: right;
        margin-top: -15%;
        z-index: 0; }
        @media (max-width: 991px) {
          #home_page #about .image-block-wrap.parallax-section-1 .imageblock-2 {
            width: 84%;
            float: right;
            right: 0; } }
      #home_page #about .image-block-wrap.parallax-section-1 .imageblock-1 {
        padding-top: 3.6%; }
        @media (max-width: 991px) {
          #home_page #about .image-block-wrap.parallax-section-1 .imageblock-1 {
            width: 80%;
            text-align: left;
            padding-top: 15px; } }
        #home_page #about .image-block-wrap.parallax-section-1 .imageblock-1 svg {
          width: 40%;
          right: -30%;
          bottom: 24%;
          position: absolute;
          fill: #7b757a;
          width: 215px; }
      #home_page #about .image-block-wrap.parallax-section-2 {
        padding-bottom: 0;
        margin-bottom: 20px; }
        #home_page #about .image-block-wrap.parallax-section-2 .text-block {
          float: right;
          margin: 0;
          margin-right: -3.5%;
          padding: 4% 11% 26% 6%;
          background: #7b757a; }
          @media (min-width: 992px) and (max-width: 1199px) {
            #home_page #about .image-block-wrap.parallax-section-2 .text-block {
              padding-right: 8%; } }
          #home_page #about .image-block-wrap.parallax-section-2 .text-block p {
            color: #fff; }
          #home_page #about .image-block-wrap.parallax-section-2 .text-block a {
            color: #dbd0c4;
            float: right; }
          #home_page #about .image-block-wrap.parallax-section-2 .text-block svg {
            width: 40%;
            right: -30%;
            bottom: 30%;
            position: absolute;
            fill: #e5e2de;
            transform: rotateY(180deg); }
            @media (max-width: 991px) {
              #home_page #about .image-block-wrap.parallax-section-2 .text-block svg {
                right: -13%;
                position: relative;
                margin-top: 30px;
                width: 215px;
                justify-self: flex-end;
                float: right; } }
          @media (max-width: 991px) {
            #home_page #about .image-block-wrap.parallax-section-2 .text-block {
              width: calc(100% - 15px);
              float: right;
              margin-top: -25%;
              padding-top: 25%;
              padding-bottom: 47%;
              padding-left: 10px;
              display: flex;
              flex-direction: column;
              align-items: flex-end; }
              #home_page #about .image-block-wrap.parallax-section-2 .text-block a {
                padding-right: 40px; }
                #home_page #about .image-block-wrap.parallax-section-2 .text-block a:after {
                  right: 0; } }
        #home_page #about .image-block-wrap.parallax-section-2 .picture {
          position: relative; }
          #home_page #about .image-block-wrap.parallax-section-2 .picture .photo-credit {
            font: 700 13px/normal "futura-pt";
            letter-spacing: 1.3px;
            text-transform: uppercase;
            position: absolute;
            right: 10px;
            bottom: 10px;
            color: #fff;
            z-index: 1; }
        #home_page #about .image-block-wrap.parallax-section-2 .imageblock-1 {
          float: right;
          width: 43.67%;
          padding-top: 9%; }
          #home_page #about .image-block-wrap.parallax-section-2 .imageblock-1 .right-top {
            width: 100%; }
          #home_page #about .image-block-wrap.parallax-section-2 .imageblock-1 .texture {
            width: 85.19%;
            height: inherit;
            padding: 0px;
            margin: -12% 0 0 -15%;
            background: none;
            z-index: -1;
            position: relative;
            float: left; }
            @media (max-width: 991px) {
              #home_page #about .image-block-wrap.parallax-section-2 .imageblock-1 .texture {
                margin-top: -25%; } }
          @media (max-width: 991px) {
            #home_page #about .image-block-wrap.parallax-section-2 .imageblock-1 {
              width: 80%;
              float: left;
              padding-top: 10px; } }
          #home_page #about .image-block-wrap.parallax-section-2 .imageblock-1 svg {
            width: 40%;
            left: -30%;
            bottom: 30%;
            position: absolute;
            fill: #e5e2de;
            transform: rotateY(180deg); }
        #home_page #about .image-block-wrap.parallax-section-2 .imageblock-2 {
          float: none;
          position: absolute;
          left: 0;
          bottom: 2%;
          width: 34.93%;
          pointer-events: none; }
          @media (min-width: 992px) and (max-width: 1400px) {
            #home_page #about .image-block-wrap.parallax-section-2 .imageblock-2 {
              bottom: 0; } }
          #home_page #about .image-block-wrap.parallax-section-2 .imageblock-2 .left-top {
            width: 57.92%;
            position: relative;
            float: left; }
          #home_page #about .image-block-wrap.parallax-section-2 .imageblock-2 .diamond {
            width: 100%;
            margin: -50% 0 0 14.75%; }
            @media (max-width: 991px) {
              #home_page #about .image-block-wrap.parallax-section-2 .imageblock-2 .diamond {
                width: 90%; } }
          @media (max-width: 991px) {
            #home_page #about .image-block-wrap.parallax-section-2 .imageblock-2 {
              width: 74%;
              right: 0;
              position: relative;
              float: left;
              margin-top: -40%; } }
      #home_page #about .image-block-wrap.parallax-section-3 {
        padding-bottom: 0;
        margin-bottom: 15px; }
        #home_page #about .image-block-wrap.parallax-section-3 .left-top {
          width: 90.94%;
          position: relative;
          left: 15.76%; }
          @media (max-width: 991px) {
            #home_page #about .image-block-wrap.parallax-section-3 .left-top {
              left: 0; } }
        #home_page #about .image-block-wrap.parallax-section-3 .texture {
          width: 100%;
          height: inherit;
          padding: 0px;
          margin-top: -38%;
          background: none; }
          @media (max-width: 991px) {
            #home_page #about .image-block-wrap.parallax-section-3 .texture {
              width: 70%;
              margin-top: -25%; } }
        #home_page #about .image-block-wrap.parallax-section-3 .right-bottom {
          width: 100%;
          position: relative; }
        #home_page #about .image-block-wrap.parallax-section-3 .pattern {
          position: absolute;
          width: 53.46%;
          top: -18%;
          left: 68%;
          z-index: -1; }
        #home_page #about .image-block-wrap.parallax-section-3 .text-block {
          background-color: #e5e2de;
          text-align: left;
          margin-top: 8.2%; }
          #home_page #about .image-block-wrap.parallax-section-3 .text-block svg {
            width: 40%;
            left: -30%;
            bottom: 30%;
            position: absolute;
            fill: #a9754e; }
            @media (max-width: 991px) {
              #home_page #about .image-block-wrap.parallax-section-3 .text-block svg {
                position: relative;
                margin-top: 30px;
                width: 215px; } }
          @media (max-width: 991px) {
            #home_page #about .image-block-wrap.parallax-section-3 .text-block {
              width: calc(100% - 15px);
              float: right;
              margin-top: -45%;
              padding-top: 50%;
              padding-bottom: 55%; } }
        #home_page #about .image-block-wrap.parallax-section-3 .imageblock-2 {
          float: right;
          margin-top: -40%; }
          @media (min-width: 992px) {
            #home_page #about .image-block-wrap.parallax-section-3 .imageblock-2 {
              margin-top: -20%; } }
          @media (max-width: 991px) {
            #home_page #about .image-block-wrap.parallax-section-3 .imageblock-2 {
              width: 84%;
              float: right;
              right: 20px; } }
          #home_page #about .image-block-wrap.parallax-section-3 .imageblock-2 svg {
            width: 40%;
            left: -30%;
            bottom: 30%;
            position: absolute;
            fill: #a9754e; }
            @media (min-width: 992px) {
              #home_page #about .image-block-wrap.parallax-section-3 .imageblock-2 svg {
                bottom: 50%; } }
        @media (min-width: 992px) {
          #home_page #about .image-block-wrap.parallax-section-3 .imageblock-1 {
            padding-top: 10px; } }
        @media (max-width: 991px) {
          #home_page #about .image-block-wrap.parallax-section-3 .imageblock-1 {
            width: 80%;
            text-align: left; } }
  #home_page .ada-text {
    height: 0;
    font-size: 0;
    color: transparent;
    pointer-events: none; }
  #home_page .silva_logo_vert {
    width: 250px; }
    @media (max-width: 991px) {
      #home_page .silva_logo_vert {
        width: 200px; } }
    @media (max-width: 359px) {
      #home_page .silva_logo_vert {
        width: 180px; } }
  #home_page .banner_wrap {
    position: relative;
    height: 100vh;
    min-height: 500px;
    overflow: hidden; }
    @media (max-width: 991px) {
      #home_page .banner_wrap {
        padding: 0 15px 15px; } }
  #home_page .home_hero_slider_sec {
    position: relative;
    height: 100%; }
  #home_page .home_slides {
    position: relative; }
  #home_page .home_slide_caption {
    position: absolute;
    bottom: 25px;
    left: 40px;
    color: #fff; }
    @media (max-width: 991px) {
      #home_page .home_slide_caption {
        bottom: 75px;
        left: 20px; } }
    @media (max-width: 359px) {
      #home_page .home_slide_caption {
        left: 10px; } }
  #home_page .caption_sm {
    font-weight: 300;
    letter-spacing: 1.8px; }
    @media (max-width: 991px) {
      #home_page .caption_sm {
        letter-spacing: normal; } }
  #home_page .hero_web {
    height: 100%; }
    #home_page .hero_web > div {
      height: 100%; }
      #home_page .hero_web > div > * {
        height: 100%; }
    #home_page .hero_web .home_slider_img {
      height: 100%;
      width: 100%;
      position: relative; }
      #home_page .hero_web .home_slider_img::after {
        content: '';
        position: absolute;
        left: 0;
        top: 61vh;
        width: 100%;
        bottom: 0;
        background-image: linear-gradient(to top, rgba(0, 21, 44, 0.5) 0%, rgba(0, 21, 44, 0) 100%);
        z-index: 0; }
        @media (max-width: 767px) {
          #home_page .hero_web .home_slider_img::after {
            top: 50vh; } }
  #home_page #contact {
    text-align: center; }
    #home_page #contact p {
      letter-spacing: 1.4px;
      margin-top: 40px;
      margin-bottom: 42px; }
      @media (max-width: 991px) {
        #home_page #contact p {
          margin-top: 25px; } }
  #home_page .form_title {
    color: #666;
    font: 500 30px/38px "futura-pt";
    text-transform: uppercase;
    letter-spacing: 1.5px; }
    @media (max-width: 991px) {
      #home_page .form_title {
        font-size: 24px;
        letter-spacing: 1.2px; } }
    @media (max-width: 359px) {
      #home_page .form_title {
        font-size: 21px; } }
  #home_page .fp_advanced_home {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-end; }
    @media (max-width: 991px) {
      #home_page .fp_advanced_home {
        flex-direction: column;
        align-items: center; } }
    #home_page .fp_advanced_home .btn {
      color: #dbd0c4;
      padding: 11px 51px 11px 19px; }
      #home_page .fp_advanced_home .btn::after {
        right: 21px; }
      #home_page .fp_advanced_home .btn:hover::after {
        right: 10px; }
      @media (max-width: 991px) {
        #home_page .fp_advanced_home .btn {
          margin-top: 10px; } }
  #home_page .sec_bth_margin {
    overflow: hidden;
    margin-top: 1.4vw;
    margin-bottom: 1.4vw; }
    @media (max-width: 991px) {
      #home_page .sec_bth_margin {
        margin-top: 0;
        margin-bottom: 15px; } }
  #home_page .selectivo .selectivo__label {
    background-image: url("../images/graphics/arrow_dropdown_purple.svg");
    color: #666;
    border-bottom: 1px solid #7b757a; }
  #home_page .selectivo .selectivo__dropdown {
    background: #fff; }
  #home_page .selectivo .selectivo__option {
    color: #666; }

.device #home_page .home-slider-bg.move_bg {
  background-position-y: -150px; }
.device #home_page .home-slider-bg {
  background-position-x: center;
  height: 150%; }

.neighborhood-page .svg-1 {
  z-index: 3;
  top: 40px;
  left: 0; }
  @media (max-width: 991px) {
    .neighborhood-page .svg-1 {
      left: -50px;
      width: 180px; } }
.neighborhood-page .svg-2 {
  top: 10px;
  left: -80px;
  z-index: 1;
  fill: #a9754e; }
  @media (max-width: 991px) {
    .neighborhood-page .svg-2 {
      top: 55px;
      left: 100px;
      width: 180px; } }
.neighborhood-page .top-section {
  padding-left: 1.4vw; }
  @media (max-width: 991px) {
    .neighborhood-page .top-section {
      padding: 0; } }
  .neighborhood-page .top-section .row {
    display: flex;
    align-items: flex-start;
    color: #fff; }
    .neighborhood-page .top-section .row.row-reverse {
      flex-direction: row-reverse; }
    .neighborhood-page .top-section .row .main-title {
      color: #dbd0c4;
      margin-bottom: 2.4vw; }
      @media (max-width: 991px) {
        .neighborhood-page .top-section .row .main-title {
          margin-bottom: 35px; } }
    .neighborhood-page .top-section .row figure {
      margin: 0; }
    @media (max-width: 991px) {
      .neighborhood-page .top-section .row.row-1 {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        background: #7b757a;
        margin-left: 15px; } }
    .neighborhood-page .top-section .row.row-1 .image-block {
      width: 48%;
      position: relative;
      z-index: 2; }
      @media (max-width: 991px) {
        .neighborhood-page .top-section .row.row-1 .image-block {
          width: 100%; } }
      .neighborhood-page .top-section .row.row-1 .image-block figure {
        margin-left: 12.4vw; }
        @media (min-width: 992px) {
          .neighborhood-page .top-section .row.row-1 .image-block figure {
            position: absolute;
            left: 0;
            right: 0; } }
        @media (max-width: 991px) {
          .neighborhood-page .top-section .row.row-1 .image-block figure {
            margin-right: 7.4vw; } }
        .neighborhood-page .top-section .row.row-1 .image-block figure img {
          width: 100%; }
    .neighborhood-page .top-section .row.row-1 .text-block {
      width: 52%;
      position: relative;
      margin-top: 31px; }
      @media (max-width: 991px) {
        .neighborhood-page .top-section .row.row-1 .text-block {
          width: 100%;
          margin-top: 0; } }
      .neighborhood-page .top-section .row.row-1 .text-block .text-block-desc {
        margin-right: 9.7vw;
        background: #7b757a;
        padding: 6.5vw 4.3vw; }
        @media (max-width: 991px) {
          .neighborhood-page .top-section .row.row-1 .text-block .text-block-desc {
            padding: 55px 35px 30px 45px; } }
        @media (max-width: 767px) {
          .neighborhood-page .top-section .row.row-1 .text-block .text-block-desc {
            margin-right: 0; } }
    .neighborhood-page .top-section .row.row-2 {
      margin-top: -35px;
      position: relative; }
      @media (max-width: 1199px) {
        .neighborhood-page .top-section .row.row-2 {
          margin-top: -10px; } }
      @media (max-width: 991px) {
        .neighborhood-page .top-section .row.row-2 {
          flex-direction: column;
          margin-top: 0; } }
      .neighborhood-page .top-section .row.row-2 .top-left-texture {
        height: 25.7vw;
        margin-top: -15vw;
        position: absolute;
        z-index: 1;
        left: 0; }
        @media (max-width: 991px) {
          .neighborhood-page .top-section .row.row-2 .top-left-texture {
            height: 65vw;
            margin-top: -60vw;
            left: -5.5vw; } }
      .neighborhood-page .top-section .row.row-2 .top-texture {
        height: 18.75vw;
        margin: -15vw 0 0 0;
        right: 1.4vw;
        position: absolute;
        z-index: 2; }
        @media (max-width: 991px) {
          .neighborhood-page .top-section .row.row-2 .top-texture {
            display: none; } }
      .neighborhood-page .top-section .row.row-2 .text-block {
        width: 27.5%;
        margin-top: 5vw;
        position: relative;
        z-index: 2;
        margin-right: -4.9vw;
        display: flex;
        flex-direction: column;
        align-items: center; }
        @media (max-width: 991px) {
          .neighborhood-page .top-section .row.row-2 .text-block {
            width: 100%;
            margin-right: 0;
            margin-top: 0; } }
        .neighborhood-page .top-section .row.row-2 .text-block .text-block-desc {
          background: #7b757a;
          padding: 85px 2.8vw 0 4.8vw;
          position: relative;
          z-index: 2;
          width: 100%; }
          @media (max-width: 991px) {
            .neighborhood-page .top-section .row.row-2 .text-block .text-block-desc {
              margin-right: 5.5vw;
              padding: 80px 45px 65px; } }
          .neighborhood-page .top-section .row.row-2 .text-block .text-block-desc p {
            margin: 0; }
            @media (min-width: 992px) {
              .neighborhood-page .top-section .row.row-2 .text-block .text-block-desc p {
                margin-bottom: 80px; } }
        .neighborhood-page .top-section .row.row-2 .text-block .text-block-img {
          display: flex;
          justify-content: center;
          align-items: flex-start; }
          .neighborhood-page .top-section .row.row-2 .text-block .text-block-img .texture-1 {
            display: none; }
            @media (max-width: 991px) {
              .neighborhood-page .top-section .row.row-2 .text-block .text-block-img .texture-1 {
                display: block;
                height: auto;
                position: relative;
                z-index: 3;
                width: 60%; } }
          .neighborhood-page .top-section .row.row-2 .text-block .text-block-img .texture-2 {
            position: relative;
            z-index: 2;
            width: 80%;
            margin-top: -40px; }
            @media (max-width: 991px) {
              .neighborhood-page .top-section .row.row-2 .text-block .text-block-img .texture-2 {
                height: auto;
                margin-left: -5%;
                width: 45%; } }
      .neighborhood-page .top-section .row.row-2 .image-block {
        width: 72.5%;
        position: relative; }
        @media (max-width: 991px) {
          .neighborhood-page .top-section .row.row-2 .image-block {
            display: flex;
            justify-content: center; } }
        @media (max-width: 991px) {
          .neighborhood-page .top-section .row.row-2 .image-block {
            width: 100%; } }
        .neighborhood-page .top-section .row.row-2 .image-block figure {
          margin: 0 2.8vw 0 0; }
          @media (max-width: 991px) {
            .neighborhood-page .top-section .row.row-2 .image-block figure {
              margin-right: 0;
              position: relative; } }
      .neighborhood-page .top-section .row.row-2 .bottom-row {
        display: flex;
        align-items: flex-start;
        justify-content: flex-end; }
        @media (max-width: 991px) {
          .neighborhood-page .top-section .row.row-2 .bottom-row {
            display: none; } }
        .neighborhood-page .top-section .row.row-2 .bottom-row .img-1 {
          width: 37.8vw;
          margin-right: 23vw;
          position: relative;
          z-index: 1; }
        .neighborhood-page .top-section .row.row-2 .bottom-row .img-2 {
          width: 26vw;
          margin-top: -4vw;
          position: absolute;
          right: 0; }
.neighborhood-page .middle-section {
  background: url("../images/graphics/neighborhood_pattern_tile.jpg") repeat;
  padding: 35px 0 35px 1.4vw; }
  @media (max-width: 991px) {
    .neighborhood-page .middle-section {
      padding: 67px 15px 50px;
      margin-top: -5vw; } }
  .neighborhood-page .middle-section .row-1 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end; }
    .neighborhood-page .middle-section .row-1 .section-desc {
      padding: 4.2vw 3.5vw 2.8vw 4.2vw;
      background: #fff;
      width: 63.3vw;
      margin-right: 4.5vw;
      position: relative; }
      .neighborhood-page .middle-section .row-1 .section-desc p {
        margin: 0; }
      @media (max-width: 991px) {
        .neighborhood-page .middle-section .row-1 .section-desc {
          width: 100%;
          margin: 0;
          padding: 120px 40px 40px 45px; } }
    .neighborhood-page .middle-section .row-1 .title-container {
      background: #7b757a;
      padding: 40px 80px;
      margin-right: -15px;
      position: relative;
      z-index: 1;
      margin-top: -15px; }
      .neighborhood-page .middle-section .row-1 .title-container .main-title {
        margin: 0;
        color: #dbd0c4; }
      @media (max-width: 991px) {
        .neighborhood-page .middle-section .row-1 .title-container {
          position: absolute;
          left: 0;
          padding: 35px 45px 50px 45px; } }
  .neighborhood-page .middle-section .row-2 {
    display: flex; }
    .neighborhood-page .middle-section .row-2 .col {
      width: 100%;
      display: flex;
      justify-content: space-between;
      margin-top: 3.1vw;
      flex-wrap: wrap; }
      @media (max-width: 991px) {
        .neighborhood-page .middle-section .row-2 .col {
          margin-top: 50px; } }
    .neighborhood-page .middle-section .row-2 .neighborhood-image {
      height: 21vw;
      position: relative;
      width: 100%; }
      .neighborhood-page .middle-section .row-2 .neighborhood-image .neigh-img {
        width: 100%;
        height: 100%; }
      @media (max-width: 991px) {
        .neighborhood-page .middle-section .row-2 .neighborhood-image {
          height: 75vw;
          margin-bottom: 50px; } }
      @media (min-width: 992px) {
        .neighborhood-page .middle-section .row-2 .neighborhood-image:first-child {
          width: 23.2vw;
          height: 32vw;
          margin-top: -11vw; } }
      @media (min-width: 992px) {
        .neighborhood-page .middle-section .row-2 .neighborhood-image:nth-child(2) {
          width: 25.8vw; } }
      @media (min-width: 992px) {
        .neighborhood-page .middle-section .row-2 .neighborhood-image:nth-child(3) {
          width: 15.3vw; } }
      @media (min-width: 992px) {
        .neighborhood-page .middle-section .row-2 .neighborhood-image:last-child {
          width: 20vw; } }
      @media (max-width: 991px) {
        .neighborhood-page .middle-section .row-2 .neighborhood-image:last-child {
          margin-bottom: 0; } }
      @media (max-width: 991px) {
        .neighborhood-page .middle-section .row-2 .neighborhood-image:nth-child(odd) {
          margin-left: 5vw; } }
      .neighborhood-page .middle-section .row-2 .neighborhood-image:nth-child(odd) .neigh-img-text {
        bottom: -20px;
        left: -20px; }
        @media (max-width: 1199px) {
          .neighborhood-page .middle-section .row-2 .neighborhood-image:nth-child(odd) .neigh-img-text {
            left: -15px; } }
        @media (max-width: 991px) {
          .neighborhood-page .middle-section .row-2 .neighborhood-image:nth-child(odd) .neigh-img-text {
            top: -20px;
            bottom: auto;
            left: -5vw; } }
      @media (max-width: 991px) {
        .neighborhood-page .middle-section .row-2 .neighborhood-image:nth-child(even) {
          margin-right: 5vw; } }
      .neighborhood-page .middle-section .row-2 .neighborhood-image:nth-child(even) .neigh-img-text {
        top: -20px;
        left: -20px; }
        @media (max-width: 991px) {
          .neighborhood-page .middle-section .row-2 .neighborhood-image:nth-child(even) .neigh-img-text {
            top: -20px;
            left: auto;
            right: -5vw; } }
      .neighborhood-page .middle-section .row-2 .neighborhood-image .neigh-img-text {
        line-height: normal;
        padding: 10px 20px 5px; }
      .neighborhood-page .middle-section .row-2 .neighborhood-image .neighborhood-img-title {
        margin: 0;
        font: 700 16px/16px "futura-pt";
        text-transform: uppercase;
        letter-spacing: 1.2px;
        color: #dbd0c4; }
      .neighborhood-page .middle-section .row-2 .neighborhood-image .neighborhood-img-caption {
        font: 100 18px/18px "museo-slab"; }
    .neighborhood-page .middle-section .row-2 .neigh-img-text {
      background: #7b757a;
      color: #fff;
      position: absolute; }
.neighborhood-page .bottom-section {
  padding: 1.4vw;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 991px) {
    .neighborhood-page .bottom-section {
      padding: 0; 
      flex-direction: column;
    } }
      .neighborhood-page .bottom-section .left-col {
        width: 23.6vw;
        padding: 6.9vw 4vw 0;
        background: #7b757a; }
        @media (min-width: 992px) {
          .neighborhood-page .bottom-section .left-col {
            padding: 6.9vw 2vw 6.9vw 4vw;
            min-width: 310px; } }
        @media (max-width: 991px) {
          .neighborhood-page .bottom-section .left-col {
            width: 100%;
            order: 2;
            position: relative;
          } }
  .neighborhood-page .bottom-section .neigh-poi {
    display: block; }
    @media (max-width: 991px) {
      .neighborhood-page .bottom-section .neigh-poi {
        display: none; } }
  .neighborhood-page .bottom-section .right-col {
    flex-grow: 1; }
    @media (max-width: 991px) {
      .neighborhood-page .bottom-section .right-col {
        width: 100%;
        order:1;
       } }
  .neighborhood-page .bottom-section .neigh-poi-list {
    margin: 0;
    padding: 0;
    list-style: none; }
    @media (max-width: 991px) {
      .neighborhood-page .bottom-section .neigh-poi-list {
        max-height: 30vh;
        overflow-y: auto;
        padding-bottom: 30px; } }
    .neighborhood-page .bottom-section .neigh-poi-list .category-item {
      padding-bottom: 10px; }
      @media (max-width: 991px) {
        .neighborhood-page .bottom-section .neigh-poi-list .category-item:last-child {
          margin-bottom: 30px; } }
  .neighborhood-page .bottom-section .cat-item-btn {
    letter-spacing: 1.1px;
    font-size: 22px;
    font-weight: 100;
    text-align: left;
    color: #dbd0c4;
    padding: 0;
    position: relative;
    width: 100%;
    text-align: left; }
    @media (max-width: 1199px) {
      .neighborhood-page .bottom-section .cat-item-btn {
        font-size: 18px; } }
    @media (max-width: 991px) {
      .neighborhood-page .bottom-section .cat-item-btn {
        padding-right: 30px; } }
    .system .neighborhood-page .bottom-section .cat-item-btn:hover, .neighborhood-page .bottom-section .cat-item-btn.active {
      font-family: "futura-pt";
      font-weight: 300;
      text-transform: uppercase; }
    .neighborhood-page .bottom-section .cat-item-btn::after {
      content: '⌵';
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%); }
      @media (min-width: 768px) {
        .neighborhood-page .bottom-section .cat-item-btn::after {
          display: none !important; } }
  .neighborhood-page .bottom-section .active-item .cat-item-btn:after {
    transform: translateY(-50%) rotate(180deg); }
  .neighborhood-page .bottom-section .sub-catg {
    list-style: none;
    padding-left: 15px;
    color: #dbd0c4;
    display: none; 
  padding-top: 15px;}
  .neighborhood-page .bottom-section .sub-catg li {
    font-size: 16px;
    line-height: 1.2;
    padding-bottom: 15px;
    cursor: pointer; }
.neighborhood-page .bottom-section .transportation.category-item.active-item .sub-catg {
  display: block !important; }
    /* @media (min-width: 768px) {
      .neighborhood-page .bottom-section .sub-catg {
        display: none !important; } } */
  .neighborhood-page .bottom-section .main-title {
    color: #fff; }
    @media (min-width: 992px) {
      .neighborhood-page .bottom-section .main-title {
        margin-bottom: 3.1vw; } }
    @media (max-width: 991px) {
      .neighborhood-page .bottom-section .main-title {
        margin-bottom: 30px; } }
  .neighborhood-page .bottom-section .map-wrapper {
    position: relative;
    width: 100%;
    height: 100%; }
  .neighborhood-page .bottom-section #map {
    display: block;
    height: 41.6vw; }
    @media (max-width: 991px) {
      .neighborhood-page .bottom-section #map {
        height: 70vh; } }
    @media (max-width: 767px) {
      .neighborhood-page .bottom-section #map {
        display: block; } }
  .neighborhood-page .bottom-section .mobile-map {
    display: none; }
    @media (max-width: 767px) {
      .neighborhood-page .bottom-section .mobile-map {
        display: flex;
        height: 75vw;
        justify-content: center; 
        display : none;
      } }
  .neighborhood-page .bottom-section .neigh-map-control {
    position: absolute;
    top: 10px;
    right: 5px;
    display: flex; }
    @media (max-width: 767px) {
      .neighborhood-page .bottom-section .neigh-map-control {
        display: none; } }
    .neighborhood-page .bottom-section .neigh-map-control .neigh-map-btn {
      font: 600 16px/16px "futura-pt";
      text-transform: uppercase;
      color: #dbd0c4;
      margin: 0 5px;
      padding: 10px 15px;
      background: #7b757a; }
    .neighborhood-page .bottom-section .neigh-map-control .neigh-map-buttons .neigh-map-btn {
      letter-spacing: 1.2px; }
    .neighborhood-page .bottom-section .neigh-map-control .neigh-map-zoom {
      margin-left: 15px; }
.neighborhood-page .photo-credit {
  font: 700 13px/normal "futura-pt";
  letter-spacing: 1.3px;
  text-transform: uppercase;
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
  z-index: 3; }
.neighborhood-page .btn-enlarge {
  display: block;
  position: absolute;
  bottom: 10px;
  background: #a9754e;
  color: #fff;
  padding: 10px 20px; }
  @media (min-width: 992px) {
    .neighborhood-page .btn-enlarge {
      display: none; } }
.neighborhood-page .view-map-btn {
  position: absolute;
  bottom: 20px; }
  .neighborhood .neigh-mob-filter {
    position: absolute;
    bottom: 0;
    height: 40px;
    width: 100%;
    left: 0;
    background: #7b757a;;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    z-index: 1;
    border: 0;
    padding: 10px 20px;
    cursor: pointer;
}
@media (min-width: 992px) {
  .neighborhood .neigh-mob-filter {
    display: none; } }
.map-wrapper .gm-fullscreen-control {
  display: none; }
.map-wrapper .gm-ui-hover-effect {
  display: none !important; }
.map-wrapper .gm-style-iw-d {
  overflow: visible !important; }
.map-wrapper .gm-style-iw {
  padding: 0;
  border-radius: 0;
  background: none; }
.map-wrapper .map-popup {
  background: #7b757a;
  padding: 20px;
  max-width: 240px;
  color: #fff;
  position: relative; }
  .map-wrapper .map-popup h3 {
    text-transform: uppercase;
    letter-spacing: 1.2px;
    text-align: left !important;
    color: #fff !important;
    margin-bottom: 5px;
    font: 600 16px/normal "futura-pt"; }
  .map-wrapper .map-popup p {
    letter-spacing: 0.8px;
    margin: 0;
    font: 100 16px/22px "museo-slab"; }
.map-wrapper .gm-style .gm-style-iw-t::after {
  background: #7b757a;
  box-shadow: none;
  top: -2px; }
.map-wrapper .gm-style .gm-style-iw-t::before {
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 15px; }
.map-wrapper .link_block .get_directions {
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #dbd0c4;
  margin-top: 12px;
  display: inline-block;
  font: 800 14px/normal "futura-pt"; }
.map-wrapper .popup-close-icon {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 3px;
  top: 3px;
  background: url(../images/graphics/close_white.svg) no-repeat center;
  background-size: 55%;
  text-indent: -9999px;
  cursor: pointer; }
  @media (max-width: 1199px) {
    .map-wrapper .popup-close-icon {
      top: 5px; } }
  @media (max-width: 991px) {
    .map-wrapper .popup-close-icon {
      right: 0; } }
  .map-wrapper .custom-number-marker {
    align-content: center;
    color: #000 !important;
  }

.gallery-page .loading-icon {
  text-align: center;
  padding-top: 45px;
  padding-bottom: 25px;
  width: 100%; }
.gallery-page .gallery-wrap {
  position: relative; }
  .gallery-page .gallery-wrap:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 150px;
    background: url("../images/graphics/gallery_pattern_tile.jpg") repeat;
    z-index: -1; }
    @media (max-width: 767px) {
      .gallery-page .gallery-wrap:before {
        top: 100px; } }
.gallery-page .gallery-slider {
  height: 47.5vw; }
  @media (max-width: 991px) {
    .gallery-page .gallery-slider {
      height: 75vw; } }
  .gallery-page .gallery-slider .slick-track, .gallery-page .gallery-slider .slick-list {
    height: 100%; }
.gallery-page .gal-slider-img {
  background-size: cover;
  flex: 1;
  width: 100%; }
.gallery-page .gallery-container {
  margin: auto;
  padding: 0 1.4vw 2.8vw;
  position: relative; }
  @media (max-width: 991px) {
    .gallery-page .gallery-container {
      padding: 0 15px 40px; } }
.gallery-page .gallery-slider {
  position: relative; }
  .gallery-page .gallery-slider .slick-arrow {
    width: 30px;
    height: 50px;
    font-size: 0;
    background: url(../images/graphics/arrow_next.svg) no-repeat;
    background-size: contain;
    border: 0;
    position: absolute;
    top: 48%;
    transform: translateY(-50%) rotate(180deg);
    left: 17px;
    z-index: 1; }
    @media (max-width: 767px) {
      .gallery-page .gallery-slider .slick-arrow {
        width: 18px;
        height: 30px;
        left: 7px; } }
    .gallery-page .gallery-slider .slick-arrow.slick-next {
      left: auto;
      right: 17px;
      transform: translateY(-50%) rotate(0deg); }
      @media (max-width: 767px) {
        .gallery-page .gallery-slider .slick-arrow.slick-next {
          right: 7px; } }
.gallery-page .gal-slider-item {
  position: relative;
  display: flex;
  flex-direction: column; }
.gallery-page .gal-caption {
  padding: 10px;
  font-size: 18px;
  line-height: normal;
  font-weight: 300;
  color: #666;
  letter-spacing: 0.9px;
  width: 100%;
  z-index: 1; }
  .gallery-page .gal-caption p {
    margin: 0; }
  @media (min-width: 992px) {
    .gallery-page .gal-caption {
      position: absolute;
      bottom: 0;
      background: rgba(255, 255, 255, 0.8); } }
  @media (max-width: 991px) {
    .gallery-page .gal-caption {
      background: white; } }
.gallery-page .gallery-category {
  margin: 2.8vw 0; }
  @media (max-width: 767px) {
    .gallery-page .gallery-category {
      margin: 30px auto;
      max-width: 330px; } }
  .gallery-page .gallery-category ul {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0; }
    .gallery-page .gallery-category ul li {
      position: relative; }
      .gallery-page .gallery-category ul li:not(:last-child):after {
        content: "/";
        margin: 0 10px;
        font: 100 22px/normal "museo-slab";
        color: #666; }
        @media (max-width: 767px) {
          .gallery-page .gallery-category ul li:not(:last-child):after {
            margin: 0;
            font-size: 18px; } }
      .gallery-page .gallery-category ul li.cat_all a {
        width: 35px; }
      .gallery-page .gallery-category ul li.amenities a {
        width: 120px; }
        @media (max-width: 767px) {
          .gallery-page .gallery-category ul li.amenities a {
            width: 105px; } }
      .gallery-page .gallery-category ul li.residences a {
        width: 125px; }
        @media (max-width: 767px) {
          .gallery-page .gallery-category ul li.residences a {
            width: 115px; } }
      .gallery-page .gallery-category ul li.views a {
        width: 75px; }
        @media (max-width: 767px) {
          .gallery-page .gallery-category ul li.views a {
            width: 65px; } }
      .gallery-page .gallery-category ul li.exterior a {
        width: 90px; }
      .gallery-page .gallery-category ul li.neighborhood a {
        width: auto; }
      .gallery-page .gallery-category ul li a {
        font: 100 22px/normal "museo-slab";
        color: #666;
        transition: color 0.4s ease;
        display: inline-block;
        text-align: center;
        white-space: nowrap; }
        @media (max-width: 767px) {
          .gallery-page .gallery-category ul li a {
            font-size: 18px; } }
      .gallery-page .gallery-category ul li.active a, .system .gallery-page .gallery-category ul li a:hover {
        color: #a9754e;
        font: 300 22px/normal "futura-pt";
        letter-spacing: 1.1px;
        text-transform: uppercase; }
        @media (max-width: 767px) {
          .gallery-page .gallery-category ul li.active a, .system .gallery-page .gallery-category ul li a:hover {
            font-size: 18px; } }
.gallery-page .gallery-thumb-container {
  padding: 0 5.6vw 45px; }
  @media (max-width: 991px) {
    .gallery-page .gallery-thumb-container {
      padding: 0 15px 15px 15px; } }
.gallery-page .gallery-thumbs {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  width: calc(100% + 45px); }
  @media (max-width: 991px) {
    .gallery-page .gallery-thumbs {
      width: calc(100% + 15px); } }
  .gallery-page .gallery-thumbs img {
    display: block;
    margin: auto; }
.gallery-page .gal-thumb-item {
  width: 25%;
  padding: 0 45px 45px 0; }
  @media (max-width: 991px) {
    .gallery-page .gal-thumb-item {
      width: 33.33%;
      padding: 0 15px 15px 0; } }
  @media (max-width: 767px) {
    .gallery-page .gal-thumb-item {
      width: 50%; } }
  .gallery-page .gal-thumb-item a {
    display: block;
    position: relative; }
.gallery-page .gal-thumb-img {
  background-color: #ccc;
  background-size: cover;
  background-position: center; }
  .gallery-page .gal-thumb-img:before {
    content: "";
    display: block;
    padding-bottom: 100%; }
  .gallery-page .gal-thumb-img:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    pointer-events: none; }
.gallery-page .gal-load-more {
  text-align: center; }
.gallery-page .load-btn {
  display: inline-block; }
  @media (max-width: 991px) {
    .gallery-page .load-btn {
      margin: 20px 0; } }
  @media (max-width: 767px) {
    .gallery-page .load-btn {
      margin: 8px 0; } }

#galleryModal {
  height: calc(100% - 68px);
  top: auto;
  bottom: 0;
  width: 100%; }
  @media (max-width: 991px) {
    #galleryModal {
      height: calc(100% - 60px); } }
  #galleryModal.gallery-modal .modal-dialog {
    height: 100%;
    overflow-y: auto; }
    @media (max-width: 767px) {
      #galleryModal.gallery-modal .modal-dialog {
        justify-content: flex-start; } }
  .using-keytab #galleryModal.gallery-modal .slick-arrow:focus, .using-keytab #galleryModal.gallery-modal .close-popup:focus {
    outline-color: #fff; }
  #galleryModal .popup-slider-wrap {
    width: 100%;
    padding: 20px;
    height: calc(100vh - 70px); }
    @media (max-width: 767px) {
      #galleryModal .popup-slider-wrap {
        padding: 0 10px;
        height: calc(100vh - 80px); } }
    #galleryModal .popup-slider-wrap .popup-slider-inner-wrap {
      background: #dbd0c4;
      padding: 35px 20px 20px;
      position: relative;
      height: 100%; }
  #galleryModal .gal-popup-slider {
    background: #7b757a;
    height: 100%; }
    #galleryModal .gal-popup-slider .slick-track, #galleryModal .gal-popup-slider .slick-list {
      height: 100%; }
    #galleryModal .gal-popup-slider .slick-slide img {
      margin: 0 auto;
      height: auto;
      max-height: 70vh;
      max-width: 100%;
      display: block; }
    .using-keytab #galleryModal .gal-popup-slider .slick-slide:focus {
      outline-offset: -2px;
      outline-color: #ccc; }
    #galleryModal .gal-popup-slider .slick-arrow {
      width: 30px;
      height: 50px;
      font-size: 0;
      background: url(../images/graphics/arrow_next.svg) no-repeat;
      background-size: contain;
      border: 0;
      position: absolute;
      top: 50%;
      transform: translateY(-50%) rotate(180deg);
      left: 25px;
      z-index: 1; }
      @media (max-width: 767px) {
        #galleryModal .gal-popup-slider .slick-arrow {
          width: 30px;
          height: 40px;
          left: 0; } }
      #galleryModal .gal-popup-slider .slick-arrow.slick-next {
        left: auto;
        right: 25px;
        transform: translateY(-50%) rotate(0deg); }
        @media (max-width: 767px) {
          #galleryModal .gal-popup-slider .slick-arrow.slick-next {
            right: 0; } }
  #galleryModal .gal-pop-wrap {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center; }
  #galleryModal .gal-pop-caption {
    padding: 10px 25px;
    text-align: left;
    letter-spacing: 0.9px;
    font-size: 18px;
    line-height: normal;
    color: #333333;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.8); }
    @media (max-width: 767px) {
      #galleryModal .gal-pop-caption {
        padding: 7px 20px; } }
  #galleryModal .close-popup {
    background: url(../images/graphics/close_purple.svg) center/contain no-repeat;
    right: 8px;
    top: 10px;
    width: 16px;
    height: 16px; }

.contact-page .contact-page-wrapper {
  padding-bottom: 2vw; }
  @media (max-width: 991px) {
    .contact-page .contact-page-wrapper {
      padding-bottom: 5vw; } }
  .contact-page .contact-page-wrapper .tel-text {
    text-transform: none; }
  .contact-page .contact-page-wrapper .row {
    display: flex;
    align-items: flex-start;
    color: #fff; }
    .contact-page .contact-page-wrapper .row .main-title {
      color: #a9754e; }
    .contact-page .contact-page-wrapper .row .main-sub-title {
      color: #666;
      font-weight: 100; }
    .contact-page .contact-page-wrapper .row figure {
      margin: 0; }
    .contact-page .contact-page-wrapper .row svg {
      right: calc(-20% + (100vw - 991px)/10);
      bottom: calc(37% + (100vw - 991px)/25);
      position: absolute;
      fill: #a9754e;
      z-index: 2; }
      @media (max-width: 991px) {
        .contact-page .contact-page-wrapper .row svg {
          position: absolute;
          right: unset;
          bottom: calc(11% + (100vw - 320px)/15);
          left: -5%; } }
      @media (max-width: 767px) {
        .contact-page .contact-page-wrapper .row svg {
          bottom: calc(12% + (100vw - 320px)/10); } }
    .contact-page .contact-page-wrapper .row.row-1 {
      margin-top: 25px; }
      @media (max-width: 991px) {
        .contact-page .contact-page-wrapper .row.row-1 {
          margin-top: 5px;
          flex-wrap: wrap;
          flex-direction: column;
          margin-left: 5.5vw; } }
      .contact-page .contact-page-wrapper .row.row-1 .image-block {
        width: 48%;
        position: relative;
        z-index: 2;
        margin-bottom: 15px; }
        @media (max-width: 991px) {
          .contact-page .contact-page-wrapper .row.row-1 .image-block {
            margin-bottom: 0;
            width: 100%; } }
        .contact-page .contact-page-wrapper .row.row-1 .image-block figure {
          margin-left: 12.4vw; }
          @media (max-width: 991px) {
            .contact-page .contact-page-wrapper .row.row-1 .image-block figure {
              margin-right: 24.4vw;
              margin-left: 2vw;
              overflow: hidden;
              height: 70vw; } }
        .contact-page .contact-page-wrapper .row.row-1 .image-block .texture {
          position: absolute;
          z-index: -1;
          width: 25vw;
          height: 35vw;
          margin-top: -18vw;
          margin-left: 5vw; }
          @media (max-width: 991px) {
            .contact-page .contact-page-wrapper .row.row-1 .image-block .texture {
              height: 70vw;
              width: 41vw;
              margin-left: 0;
              margin-top: 0;
              top: 14vw;
              left: -5.5vw; } }
      .contact-page .contact-page-wrapper .row.row-1 .text-block {
        width: 52%;
        position: relative; }
        @media (max-width: 991px) {
          .contact-page .contact-page-wrapper .row.row-1 .text-block {
            width: 100%; }
            .contact-page .contact-page-wrapper .row.row-1 .text-block.thank-you-hide {
              display: none; } }
        .contact-page .contact-page-wrapper .row.row-1 .text-block .text-block-desc {
          margin: -25px 5vw 0 -7vw;
          background: #dbd0c4;
          padding: 6.67vw 6vw 9.9vw 11.5vw;
          height: 42vw; }
          .contact-page .contact-page-wrapper .row.row-1 .text-block .text-block-desc h2 {
            max-width: 520px; }
            @media (max-width: 991px) {
              .contact-page .contact-page-wrapper .row.row-1 .text-block .text-block-desc h2 {
                max-width: 360px; } }
          @media (max-width: 991px) {
            .contact-page .contact-page-wrapper .row.row-1 .text-block .text-block-desc {
              margin: -14vw 0 0 2vw;
              padding: 30vw 11.5vw 15vw 11.5vw;
              height: auto; }
              .contact-page .contact-page-wrapper .row.row-1 .text-block .text-block-desc .main-title {
                margin: 30px auto 30px; } }
          @media (max-width: 767px) {
            .contact-page .contact-page-wrapper .row.row-1 .text-block .text-block-desc {
              padding-bottom: 20vw; } }
    .contact-page .contact-page-wrapper .row.row-2 {
      margin-top: -4.2vw; }
      @media (max-width: 991px) {
        .contact-page .contact-page-wrapper .row.row-2 {
          flex-direction: column-reverse; } }
      .contact-page .contact-page-wrapper .row.row-2 .text-block {
        width: 30vw;
        position: relative;
        z-index: 2;
        margin-top: -2vw;
        margin-left: 2vw;
        margin-right: -4.5vw;
        display: flex;
        flex-direction: column;
        align-items: center; }
        @media (max-width: 991px) {
          .contact-page .contact-page-wrapper .row.row-2 .text-block {
            width: 100%;
            margin: -35px 0 0;
            padding: 0 4vw; } }
        .contact-page .contact-page-wrapper .row.row-2 .text-block .text-block-desc {
          background: #a9754e;
          padding: 4.5vw 4.8vw 4.5vw 1.8vw;
          position: relative;
          width: 100%;
          font-size: 18px;
          font-weight: 100;
          text-transform: capitalize;
          line-height: 35px;
          letter-spacing: 0.9px; }
          @media (min-width: 992px) and (max-width: 1400px) {
            .contact-page .contact-page-wrapper .row.row-2 .text-block .text-block-desc {
              font-size: calc(12px + 6 * ((100vw - 992px) / 448)); } }
          @media (max-width: 991px) {
            .contact-page .contact-page-wrapper .row.row-2 .text-block .text-block-desc {
              padding: 80px 5.8vw 45px 10vw;
              font-size: 16px;
              line-height: 30px; } }
          @media (max-width: 419px) {
            .contact-page .contact-page-wrapper .row.row-2 .text-block .text-block-desc {
              padding-left: 5vw;
              padding-right: 3vw; } }
          @media (max-width: 359px) {
            .contact-page .contact-page-wrapper .row.row-2 .text-block .text-block-desc {
              font-size: 14px;
              line-height: 28px;
              padding-left: 5vw;
              padding-right: 5vw; } }
          .contact-page .contact-page-wrapper .row.row-2 .text-block .text-block-desc a {
            color: inherit;
            text-decoration: none; }
          .contact-page .contact-page-wrapper .row.row-2 .text-block .text-block-desc .office-hrs {
            padding-top: 20px; }
            .contact-page .contact-page-wrapper .row.row-2 .text-block .text-block-desc .office-hrs .h3-heading {
              font-weight: 800;
              font-family: "futura-pt"; }
            .contact-page .contact-page-wrapper .row.row-2 .text-block .text-block-desc .office-hrs p {
              margin-top: 0; }
          .contact-page .contact-page-wrapper .row.row-2 .text-block .text-block-desc .hide {
            display: none; }
      .contact-page .contact-page-wrapper .row.row-2 .image-block {
        width: 30vw;
        position: relative;
        z-index: 2; }
        @media (max-width: 991px) {
          .contact-page .contact-page-wrapper .row.row-2 .image-block {
            width: 100%; } }
        .contact-page .contact-page-wrapper .row.row-2 .image-block figure {
          position: relative;
          display: inline-block; }
          .contact-page .contact-page-wrapper .row.row-2 .image-block figure .btn {
            display: block;
            position: absolute;
            font-weight: 800;
            bottom: 20px;
            left: 5%;
            background: #7b757a;
            color: #fff;
            width: 55%;
            padding: 12px 0 12px 1.5vw;
            text-align: center; }
            @media (min-width: 992px) and (max-width: 1400px) {
              .contact-page .contact-page-wrapper .row.row-2 .image-block figure .btn {
                font-size: calc(10px + 8 * ((100vw - 992px) / 448)); } }
            @media (max-width: 991px) {
              .contact-page .contact-page-wrapper .row.row-2 .image-block figure .btn {
                width: 65%;
                min-width: 250px; } }
            .contact-page .contact-page-wrapper .row.row-2 .image-block figure .btn.link {
              padding-right: 50px; }
              .contact-page .contact-page-wrapper .row.row-2 .image-block figure .btn.link:after {
                width: 12%;
                height: 10px;
                top: 51%;
                transform: translateY(-50%);
                right: calc(8% + (100vw - 1400px)/45); }
                @media (min-width: 992px) and (max-width: 1400px) {
                  .contact-page .contact-page-wrapper .row.row-2 .image-block figure .btn.link:after {
                    right: calc(16% - (100vw - 992px)/25); } }
                @media (max-width: 991px) {
                  .contact-page .contact-page-wrapper .row.row-2 .image-block figure .btn.link:after {
                    right: calc(12% + (100vw - 320px)/25); } }
              .contact-page .contact-page-wrapper .row.row-2 .image-block figure .btn.link:hover::after {
                right: calc(4% + (100vw - 1400px)/45); }
                @media (min-width: 992px) and (max-width: 1400px) {
                  .contact-page .contact-page-wrapper .row.row-2 .image-block figure .btn.link:hover::after {
                    right: calc(12% - (100vw - 992px)/25); } }
                @media (max-width: 991px) {
                  .contact-page .contact-page-wrapper .row.row-2 .image-block figure .btn.link:hover::after {
                    right: calc(8% + (100vw - 320px)/25); } }
          @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
            .contact-page .contact-page-wrapper .row.row-2 .image-block figure img {
              height: 26vw; } }
          @media (max-width: 991px) {
            .contact-page .contact-page-wrapper .row.row-2 .image-block figure {
              margin-right: 0;
              margin-left: 7.5vw;
              float: right;
              margin-top: -7vw; } }
      .contact-page .contact-page-wrapper .row.row-2 .contact-form {
        background-color: #7b757a;
        width: 40vw;
        padding: 60px 60px;
        margin-right: 2vw;
        z-index: 2;
        margin-top: -8vw; }
        @media (max-width: 991px) {
          .contact-page .contact-page-wrapper .row.row-2 .contact-form {
            z-index: 1;
            width: 100%;
            margin: 0;
            padding: 60px 5.5vw 85px; } }
        .contact-page .contact-page-wrapper .row.row-2 .contact-form .hywrap input[type=hidden] {
          display: none; }
        .contact-page .contact-page-wrapper .row.row-2 .contact-form .hywrap textarea,
        .contact-page .contact-page-wrapper .row.row-2 .contact-form .hywrap input[type="text"] {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none; }
        .contact-page .contact-page-wrapper .row.row-2 .contact-form .hywrap .LV_validation_message {
          font: 14px/1 "museo-slab";
          font-weight: 100; }
        .contact-page .contact-page-wrapper .row.row-2 .contact-form .hywrap input,
        .contact-page .contact-page-wrapper .row.row-2 .contact-form .hywrap select,
        .contact-page .contact-page-wrapper .row.row-2 .contact-form .hywrap textarea {
          border: none;
          border-bottom: 2px solid #fff;
          border-radius: 0;
          padding: 0; }
          .contact-page .contact-page-wrapper .row.row-2 .contact-form .hywrap input:focus,
          .contact-page .contact-page-wrapper .row.row-2 .contact-form .hywrap select:focus,
          .contact-page .contact-page-wrapper .row.row-2 .contact-form .hywrap textarea:focus {
            border-color: #fff;
            outline: 2px dashed transparent;
            outline-offset: 1px; }
        .contact-page .contact-page-wrapper .row.row-2 .contact-form .hywrap .name-fields li:first-child {
          margin-bottom: 25px; }
        .contact-page .contact-page-wrapper .row.row-2 .contact-form .hywrap .hytag_number_of_bedrooms {
          margin-top: 30px;
          position: relative; }
          .contact-page .contact-page-wrapper .row.row-2 .contact-form .hywrap .hytag_number_of_bedrooms::before {
            content: "";
            position: absolute;
            width: 15px;
            height: 15px;
            top: 10px;
            right: 10px;
            background: url(../images/graphics/arrow_dropdown.svg) no-repeat right center;
            pointer-events: none; }
            @media (max-width: 991px) {
              .contact-page .contact-page-wrapper .row.row-2 .contact-form .hywrap .hytag_number_of_bedrooms::before {
                top: 47px; } }
          .contact-page .contact-page-wrapper .row.row-2 .contact-form .hywrap .hytag_number_of_bedrooms select {
            width: 45%;
            float: right;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border: 0;
            border-radius: 0;
            background: none;
            border: 1px solid;
            padding-left: 5px; }
            .contact-page .contact-page-wrapper .row.row-2 .contact-form .hywrap .hytag_number_of_bedrooms select::-ms-expand {
              display: none; }
            @media (max-width: 991px) {
              .contact-page .contact-page-wrapper .row.row-2 .contact-form .hywrap .hytag_number_of_bedrooms select {
                width: 100%;
                float: none;
                margin-top: 5px; } }
          .contact-page .contact-page-wrapper .row.row-2 .contact-form .hywrap .hytag_number_of_bedrooms .control-label {
            display: block !important; }
            @media (max-width: 991px) {
              .contact-page .contact-page-wrapper .row.row-2 .contact-form .hywrap .hytag_number_of_bedrooms .control-label {
                position: relative; } }
        .contact-page .contact-page-wrapper .row.row-2 .contact-form .hywrap .control-group {
          position: relative;
          margin-bottom: 25px; }
          .contact-page .contact-page-wrapper .row.row-2 .contact-form .hywrap .control-group.hytag_form_comment .control-label {
            top: 15px; }
          .contact-page .contact-page-wrapper .row.row-2 .contact-form .hywrap .control-group.hytag_form_comment textarea {
            height: 45px; }
          @media (min-width: 768px) {
            .contact-page .contact-page-wrapper .row.row-2 .contact-form .hywrap .control-group.hytag_form_comment {
              margin-bottom: 5px; } }
        .contact-page .contact-page-wrapper .row.row-2 .contact-form .hywrap .hytag_sign_up_for_the_newsletter .control-label {
          position: relative;
          top: 0; }
        .contact-page .contact-page-wrapper .row.row-2 .contact-form .hywrap .hytag_number_of_bedrooms .control-label {
          top: 0; }
        .contact-page .contact-page-wrapper .row.row-2 .contact-form .hywrap select {
          color: #fff;
          background: #7b757a; }
        .contact-page .contact-page-wrapper .row.row-2 .contact-form .hywrap input,
        .contact-page .contact-page-wrapper .row.row-2 .contact-form .hywrap select,
        .contact-page .contact-page-wrapper .row.row-2 .contact-form .hywrap textarea,
        .contact-page .contact-page-wrapper .row.row-2 .contact-form .hywrap .radio,
        .contact-page .contact-page-wrapper .row.row-2 .contact-form .hywrap .control-label {
          color: #fff;
          font: 18px/normal "museo-slab";
          font-weight: 100;
          letter-spacing: 0.9px; }
          @media (min-width: 992px) and (max-width: 1400px) {
            .contact-page .contact-page-wrapper .row.row-2 .contact-form .hywrap input,
            .contact-page .contact-page-wrapper .row.row-2 .contact-form .hywrap select,
            .contact-page .contact-page-wrapper .row.row-2 .contact-form .hywrap textarea,
            .contact-page .contact-page-wrapper .row.row-2 .contact-form .hywrap .radio,
            .contact-page .contact-page-wrapper .row.row-2 .contact-form .hywrap .control-label {
              font-size: calc(12px + 6 * ((100vw - 992px) / 448)); } }
        .contact-page .contact-page-wrapper .row.row-2 .contact-form .hywrap select option {
          background-color: #7b757a; }
        .contact-page .contact-page-wrapper .row.row-2 .contact-form .hywrap .control-label {
          position: absolute;
          left: 0;
          top: 8px;
          pointer-events: none;
          padding-top: 10px; }
        .contact-page .contact-page-wrapper .row.row-2 .contact-form .hywrap .form-actions {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-direction: column; }
        .contact-page .contact-page-wrapper .row.row-2 .contact-form .hywrap button[type="submit"] {
          text-align: right;
          border: 0;
          border-radius: 0;
          display: inline-block;
          color: #a9754e;
          max-width: 145px;
          background-color: #e5e2de;
          padding: 10px 0 10px 20px;
          font: 800 18px/normal "futura-pt";
          text-transform: uppercase;
          letter-spacing: 1.35px;
          position: relative;
          padding-right: 50px; }
          .contact-page .contact-page-wrapper .row.row-2 .contact-form .hywrap button[type="submit"]:after {
            content: "";
            position: absolute;
            width: 25px;
            height: 10px;
            background-size: 100%;
            transition: all 0.2s ease-in-out;
            right: 20px;
            top: 51%;
            transform: translateY(-50%);
            background: url(../images/graphics/arrow_gold.svg) no-repeat right center; }
          .contact-page .contact-page-wrapper .row.row-2 .contact-form .hywrap button[type="submit"]:hover:after {
            right: 10px; }
          .contact-page .contact-page-wrapper .row.row-2 .contact-form .hywrap button[type="submit"]:focus {
            outline: 2px dashed transparent;
            outline-offset: 1px; }
        .contact-page .contact-page-wrapper .row.row-2 .contact-form .hywrap #more-info {
          order: -1;
          margin-top: 25px;
          margin-bottom: 25px; }
          .contact-page .contact-page-wrapper .row.row-2 .contact-form .hywrap #more-info a {
            color: #fff;
            font: 100 13px/normal "museo-slab";
            text-decoration: none;
            letter-spacing: 0.65px;
            position: relative; }
            .contact-page .contact-page-wrapper .row.row-2 .contact-form .hywrap #more-info a::after {
              position: absolute;
              content: "";
              border-bottom: 1px solid #fff;
              width: 68px;
              top: 14px;
              left: 76px; }
      .contact-page .contact-page-wrapper .row.row-2 .thankyou-wrapper {
        background-color: #7b757a;
        width: 40vw;
        padding: 10vw 4.3vw;
        margin-right: 2vw;
        z-index: 2;
        margin-top: -8vw; }
        @media (max-width: 991px) {
          .contact-page .contact-page-wrapper .row.row-2 .thankyou-wrapper {
            z-index: 1;
            width: 100%;
            margin: 0;
            padding: 33vw 8vw 25vw; } }
        .contact-page .contact-page-wrapper .row.row-2 .thankyou-wrapper .text-block-desc .main-title {
          color: #fff;
          line-height: normal; }
        .contact-page .contact-page-wrapper .row.row-2 .thankyou-wrapper .text-block-desc p {
          font-size: 18px;
          font-weight: 100;
          color: #fff;
          letter-spacing: 0.9px;
          margin: 45px 0 5px; }
        .contact-page .contact-page-wrapper .row.row-2 .thankyou-wrapper .text-block-desc .social-logo {
          width: 22px;
          margin-right: 7px;
          display: inline-block; }
        @media (max-width: 991px) {
          .contact-page .contact-page-wrapper .row.row-2 .thankyou-wrapper .text-block-desc {
            max-width: 350px;
            margin: 0 auto; } }

.page-404 {
  padding: 100px 25px 25px 4vw; }
  @media (max-width: 991px) {
    .page-404 {
      padding: 80px 0 20px; } }
  .page-404 .content-wrapper {
    position: relative;
    padding-bottom: 100px; }
    @media (max-width: 991px) {
      .page-404 .content-wrapper {
        padding-bottom: 0; } }
    .page-404 .content-wrapper .content-block {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row-reverse; }
      @media (max-width: 991px) {
        .page-404 .content-wrapper .content-block {
          flex-direction: column; } }
      .page-404 .content-wrapper .content-block figure {
        width: 43%;
        position: relative;
        margin: 0; }
        @media (max-width: 991px) {
          .page-404 .content-wrapper .content-block figure {
            width: 85%; } }
        .page-404 .content-wrapper .content-block figure img {
          margin-left: -20%;
          max-width: unset;
          width: calc(46vw - (100vw - 992px)/12); }
          @media (max-width: 991px) {
            .page-404 .content-wrapper .content-block figure img {
              margin-left: 0;
              width: auto;
              max-width: 100%; } }
      .page-404 .content-wrapper .content-block .inner-block {
        width: 57%;
        margin-top: 7vw; }
        @media (max-width: 991px) {
          .page-404 .content-wrapper .content-block .inner-block {
            width: 100%;
            margin-top: -20%; } }
        .page-404 .content-wrapper .content-block .inner-block .content {
          background: #7b757a;
          padding: 6.67vw 10vw 8vw 5.5vw;
          color: #fff; }
          @media (max-width: 991px) {
            .page-404 .content-wrapper .content-block .inner-block .content {
              padding: 30vw 11.5vw 12vw 7.5vw;
              width: 85%;
              float: right; } }
          @media (max-width: 575px) {
            .page-404 .content-wrapper .content-block .inner-block .content {
              padding-left: 40px;
              padding-right: 10px; } }
          .page-404 .content-wrapper .content-block .inner-block .content .main-sub-title {
            font-weight: 100;
            margin: 4.5vw 0 8.5vw;
            max-width: 500px; }
            @media (max-width: 991px) {
              .page-404 .content-wrapper .content-block .inner-block .content .main-sub-title {
                margin: 8.5vw 0 100px;
                max-width: 220px; } }
          .page-404 .content-wrapper .content-block .inner-block .content svg {
            left: -5%;
            bottom: calc(45.5% - (100vw - 992px)/28);
            position: absolute;
            fill: #a9754e; }
            @media (max-width: 991px) {
              .page-404 .content-wrapper .content-block .inner-block .content svg {
                bottom: calc(18% + (100vw - 768px)/25);
                left: calc(7.5% + (100vw - 320px)/14); } }
            @media (max-width: 767px) {
              .page-404 .content-wrapper .content-block .inner-block .content svg {
                bottom: calc(23.4% - (100vw - 320px)/7.8); } }
        .page-404 .content-wrapper .content-block .inner-block .btn {
          background-color: #e5e2de;
          color: #a9754e;
          font: 800 18px/normal "futura-pt";
          letter-spacing: 1.35px;
          padding: 2vw 5.5vw 2vw 3vw; }
          .page-404 .content-wrapper .content-block .inner-block .btn::after {
            right: calc(25px + (100vw - 992px)/23); }
          .page-404 .content-wrapper .content-block .inner-block .btn:hover::after {
            right: calc(15px + (100vw - 992px)/23); }
          @media (max-width: 991px) {
            .page-404 .content-wrapper .content-block .inner-block .btn {
              display: inline-block;
              font-size: 16px;
              padding: 20px 50px 20px 25px;
              min-width: 215px; }
              .page-404 .content-wrapper .content-block .inner-block .btn::after {
                right: 20px; }
              .page-404 .content-wrapper .content-block .inner-block .btn:hover::after {
                right: 10px; } }
    .page-404 .content-wrapper .texture {
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: -1;
      height: 65%; }
      @media (max-width: 991px) {
        .page-404 .content-wrapper .texture {
          bottom: 12.5%;
          right: unset;
          height: 67%; } }

.amenities-page {
  overflow-x: hidden; }
  @media (max-width: 991px) {
    .amenities-page.inner-page {
      padding-top: 0; } }
  @media (max-width: 991px) {
    .amenities-page .amenities-desc {
      font-size: 16px;
      line-height: 28px;
      letter-spacing: 0.8px; } }
  .amenities-page .amenities-desc a {
    transition: all 0.4s;
    text-decoration: underline;
    color: inherit; }
    .amenities-page .amenities-desc a:hover {
      color: #a9754e !important;
      text-decoration: underline; }
  .amenities-page .amenities-wrap {
    position: relative;
    overflow-y: hidden; }
    .amenities-page .amenities-wrap:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      top: 20vw;
      z-index: -1; }
      @media (max-width: 991px) {
        .amenities-page .amenities-wrap:before {
          top: 150px; } }
  .amenities-page .top-section {
    color: #fff;
    padding: 0 1.4vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center; }
    @media (max-width: 991px) {
      .amenities-page .top-section {
        padding: 0;
        flex-direction: column; } }
    .amenities-page .top-section .main-title {
      color: #dbd0c4;
      margin-bottom: 2.4vw; }
      @media (max-width: 991px) {
        .amenities-page .top-section .main-title {
          margin-bottom: 35px; } }
    @media (max-width: 991px) {
      .amenities-page .top-section .amenities-desc {
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 0.9px; } }
    @media (max-width: 991px) {
      .amenities-page .top-section .main-sub-title {
        margin-bottom: 30px; } }
    .amenities-page .top-section .text-block {
      width: 41%; }
      @media (max-width: 991px) {
        .amenities-page .top-section .text-block {
          width: 100%;
          padding: 0 15px; } }
    .amenities-page .top-section .text-block-desc {
      background: #7b757a;
      padding: 5.6vw 9.8vw 5.4vw 4.3vw;
      position: relative; }
      @media (max-width: 991px) {
        .amenities-page .top-section .text-block-desc {
          padding: 55px 40px 40px 40px; } }
      @media (max-width: 359px) {
        .amenities-page .top-section .text-block-desc {
          padding-left: 30px;
          padding-right: 30px; } }
    .amenities-page .top-section .image-block {
      background-size: cover;
      background-position: center;
      z-index: 2; }
      .amenities-page .top-section .image-block img {
        width: 100%; }
      .amenities-page .top-section .image-block::before {
        content: "";
        display: block;
        padding-bottom: 100%; }
      @media (min-width: 992px) {
        .amenities-page .top-section .image-block {
          width: 62%;
          margin-left: -2%;
          height: 60vw;
          max-height: 680px; } }
      @media (min-width: 1200px) {
        .amenities-page .top-section .image-block {
          width: 62%;
          margin-left: -2%;
          height: 55vw;
          max-height: 680px; } }
    .amenities-page .top-section svg {
      fill: #e5e2de;
      right: -25px;
      z-index: 3; }
      @media (max-width: 991px) {
        .amenities-page .top-section svg {
          display: none; } }
    @media (max-width: 991px) {
      .amenities-page .top-section .amenities-desc {
        padding: 0;
        margin: 0; } }
  .amenities-page .mid-section {
    padding: 0 1.4vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center; }
    @media (max-width: 991px) {
      .amenities-page .mid-section {
        padding: 0; } }
    .amenities-page .mid-section .main-title {
      margin-bottom: 2.4vw; }
    .amenities-page .mid-section .main-sub-title {
      font-weight: 500;
      text-transform: uppercase;
      font-family: "futura-pt"; }
      @media (max-width: 991px) {
        .amenities-page .mid-section .main-sub-title {
          margin-bottom: 0;
          font-size: 24px;
          letter-spacing: 1.2px;
          line-height: normal;
          padding-bottom: 25px; } }
    .amenities-page .mid-section .main-sub-title-amenities {
      font-size: 39px;
      font-weight: 500;
      font-style: normal;
      letter-spacing: 1.95px;
      line-height: 30px;
      font-weight: 500;
      text-transform: uppercase;
      font-family: "futura-pt"; }
      @media (max-width: 991px) {
        .amenities-page .mid-section .main-sub-title-amenities {
          font-size: 24px;
          letter-spacing: 1.2px;
          line-height: 28px; } }
    .amenities-page .mid-section .text-block {
      width: 48%;
      position: relative; }
      @media (max-width: 991px) {
        .amenities-page .mid-section .text-block {
          width: 100%; } }
    .amenities-page .mid-section .text-block-desc {
      padding: 6.8vw; }
      @media (max-width: 991px) {
        .amenities-page .mid-section .text-block-desc {
          padding: 130px 55px 60px 40px; } }
      @media (max-width: 359px) {
        .amenities-page .mid-section .text-block-desc {
          padding: 130px 30px 50px 30px; } }
      .amenities-page .mid-section .text-block-desc ul {
        padding: 0;
        list-style-type: none;
        margin: 0; }
        .amenities-page .mid-section .text-block-desc ul li {
          margin-bottom: 40px;
          letter-spacing: 0.9px; }
          @media (max-width: 991px) {
            .amenities-page .mid-section .text-block-desc ul li {
              margin-bottom: 20px;
              letter-spacing: 0.8px; } }
          .amenities-page .mid-section .text-block-desc ul li:last-child {
            margin-bottom: 0px; }
    .amenities-page .mid-section .image-block {
      background-size: cover;
      background-position: center; }
      .amenities-page .mid-section .image-block img {
        width: 100%; }
      .amenities-page .mid-section .image-block::before {
        content: "";
        display: block;
        padding-bottom: 100%; }
      @media (min-width: 992px) {
        .amenities-page .mid-section .image-block {
          width: 52%; } }
      @media (min-width: 1401px) {
        .amenities-page .mid-section .image-block {
          max-height: 670px; } }
    .amenities-page .mid-section svg {
      z-index: 2;
      margin-top: 30px; }
      @media (max-width: 991px) {
        .amenities-page .mid-section svg {
          margin-top: 30px; } }
    @media (max-width: 991px) {
      .amenities-page .mid-section .amenities-desc {
        padding: 0;
        margin: 0; } }
    .amenities-page .mid-section.sec-1 {
      flex-direction: row-reverse;
      color: #666;
      margin-top: 20px; }
      @media (max-width: 991px) {
        .amenities-page .mid-section.sec-1 {
          flex-direction: column;
          margin-top: 15px; } }
      @media (max-width: 991px) {
        .amenities-page .mid-section.sec-1 .image-block {
          width: calc(100% - 15px);
          margin: 0 auto 0 0;
          z-index: 3; } }
      .amenities-page .mid-section.sec-1 svg {
        fill: #666;
        left: -70px; }
        @media (max-width: 991px) {
          .amenities-page .mid-section.sec-1 svg {
            right: 0;
            left: -9px; } }
      .amenities-page .mid-section.sec-1 .main-sub-title {
        color: #666; }
      .amenities-page .mid-section.sec-1 .text-block-desc {
        background-color: #e5e2de; }
        @media (max-width: 991px) {
          .amenities-page .mid-section.sec-1 .text-block-desc {
            width: calc(100% - 30px);
            margin: 0 0 0 auto;
            margin-top: -60px; } }
    .amenities-page .mid-section.sec-2 {
      color: #fff;
      flex-direction: row;
      margin-top: 20px; }
      @media (max-width: 991px) {
        .amenities-page .mid-section.sec-2 {
          flex-direction: column;
          margin-top: 15px; } }
      @media (max-width: 991px) {
        .amenities-page .mid-section.sec-2 .image-block {
          width: calc(100% - 15px);
          margin: 0 0 0 auto;
          z-index: 3; } }
      .amenities-page .mid-section.sec-2 svg {
        fill: #e5e2de;
        right: -35px; }
        @media (max-width: 991px) {
          .amenities-page .mid-section.sec-2 svg {
            right: 0;
            left: -30px; } }
      .amenities-page .mid-section.sec-2 .main-sub-title {
        color: #fff; }
      .amenities-page .mid-section.sec-2 .text-block-desc {
        background-color: #a9754e; }
        @media (max-width: 991px) {
          .amenities-page .mid-section.sec-2 .text-block-desc {
            width: calc(100% - 30px);
            margin: 0 auto 0 0;
            margin-top: -60px; } }
    .amenities-page .mid-section.sec-3 {
      flex-direction: row-reverse;
      margin-top: 20px;
      color: #fff; }
      @media (max-width: 991px) {
        .amenities-page .mid-section.sec-3 {
          flex-direction: column;
          margin-top: 15px; } }
      @media (max-width: 991px) {
        .amenities-page .mid-section.sec-3 .image-block {
          width: calc(100% - 15px);
          margin: 0 auto 0 0;
          z-index: 3; } }
      .amenities-page .mid-section.sec-3 svg {
        fill: #e5e2de;
        left: -70px; }
        @media (max-width: 991px) {
          .amenities-page .mid-section.sec-3 svg {
            right: 0;
            left: -9px; } }
      .amenities-page .mid-section.sec-3 .main-sub-title {
        color: #fff; }
      .amenities-page .mid-section.sec-3 .text-block-desc {
        background-color: #7b757a; }
        @media (max-width: 991px) {
          .amenities-page .mid-section.sec-3 .text-block-desc {
            width: calc(100% - 30px);
            margin: 0 0 0 auto;
            margin-top: -60px; } }
    .amenities-page .mid-section.sec-4 {
      flex-direction: row;
      margin-top: 20px;
      padding-bottom: 20px;
      color: #666; }
      @media (max-width: 991px) {
        .amenities-page .mid-section.sec-4 {
          flex-direction: column;
          margin-top: 15px;
          padding-bottom: 15px; } }
      @media (max-width: 991px) {
        .amenities-page .mid-section.sec-4 .image-block {
          width: calc(100% - 15px);
          margin: 0 0 0 auto;
          z-index: 3; } }
      @media (min-width: 992px) {
        .amenities-page .mid-section.sec-4 .image-block {
          height: 700px;
          max-height: 750px; } }
      @media (min-width: 1200px) {
        .amenities-page .mid-section.sec-4 .image-block {
          height: 720px; } }
      .amenities-page .mid-section.sec-4 svg {
        fill: #666;
        right: -35px; }
        @media (max-width: 991px) {
          .amenities-page .mid-section.sec-4 svg {
            right: 0;
            left: -30px; } }
      .amenities-page .mid-section.sec-4 .main-sub-title {
        color: #666; }
      .amenities-page .mid-section.sec-4 .text-block-desc {
        background-color: #e5e2de; }
        @media (max-width: 991px) {
          .amenities-page .mid-section.sec-4 .text-block-desc {
            width: calc(100% - 30px);
            margin: 0 auto 0 0;
            margin-top: -60px; } }
  .amenities-page .sec-2 {
    align-items: stretch; }
    .amenities-page .sec-2 svg {
      right: -72px; }
    .amenities-page .sec-2 .text-block-desc {
      margin: 36px -36px 36px 0; }
      @media (max-width: 991px) {
        .amenities-page .sec-2 .text-block-desc {
          margin-bottom: 15px !important; } }
    .amenities-page .sec-2 .text-block svg {
      top: 36px; }
      @media (max-width: 991px) {
        .amenities-page .sec-2 .text-block svg {
          top: 0; } }
  .amenities-page .slider-wrapper {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    width: 52%; }
    @media (max-width: 991px) {
      .amenities-page .slider-wrapper {
        width: 100%; } }
  .amenities-page .slider_controls_wrapper {
    z-index: 1;
    width: calc(100% - 15px);
    height: 100%;
    position: relative; }
    @media (min-width: 992px) {
      .amenities-page .slider_controls_wrapper {
        max-height: 670px; } }
    .amenities-page .slider_controls_wrapper * {
      height: 100%; }
    .amenities-page .slider_controls_wrapper .slick-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
      @media (max-width: 991px) {
        .amenities-page .slider_controls_wrapper .slick-slide img {
          height: 64vw; } }
    .amenities-page .slider_controls_wrapper .pause_play_wrap {
      height: 30px !important; }

.floorplan-page {
  font-size: 18px; }
  .floorplan-page .two-col {
    padding-left: 20px;
    padding-right: 20px; }
    @media (max-width: 991px) {
      .floorplan-page .two-col {
        padding-left: 0;
        padding-right: 0; } }
  @media (max-width: 991px) {
    .floorplan-page {
      padding-top: 60px; } }
  @media (max-width: 991px) {
    .floorplan-page .main-sub-title {
      margin-bottom: 35px; } }
  .floorplan-page .txt-desc {
    padding-top: 50px; }
  .floorplan-page .no-result {
    background-color: #fff;
    padding: 4.2vw 3.5vw 2.8vw 4.2vw;
    margin-bottom: 60px;
    text-align: center; }
    @media (max-width: 767px) {
      .floorplan-page .no-result {
        margin-bottom: 40px; } }
    .floorplan-page .no-result p {
      font: 100 22px/34px "museo-slab"; }
      @media (max-width: 1400px) {
        .floorplan-page .no-result p {
          font-size: calc(18px + 4 * ((100vw - 992px) / 408)); }
        .floorplan-page .no-result p {
          line-height: calc(30px + 4 * ((100vw - 992px) / 408)); } }
      @media (max-width: 991px) {
        .floorplan-page .no-result p {
          font-size: 18px;
          line-height: 30px; } }

.two-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media (max-width: 991px) {
    .two-col {
      flex-direction: column-reverse; } }
  .two-col .animate-svg {
    left: 0; }
    @media (max-width: 991px) {
      .two-col .animate-svg {
        left: -5vw; } }
  .two-col .txt-block {
    background-color: #7b757a;
    color: #fff;
    width: 41%;
    padding: 6.7vw 12.5vw 5.3vw 4.3vw;
    position: relative; }
    @media (max-width: 991px) {
      .two-col .txt-block {
        width: calc(100% - 10vw);
        margin-left: 5vw;
        margin-right: 5vw;
        padding: 55px 20px 90px 45px; } }
  .two-col .img-block {
    width: 59%; }
    @media (max-width: 991px) {
      .two-col .img-block {
        width: 100%;
        height: 64vw; } }
  .two-col .main-title {
    color: #dbd0c4;
    margin-bottom: 35px; }

.caps {
  text-transform: uppercase; }

.tab-wrap {
  color: #fff;
  position: relative; }
  .tab-wrap.by-floor .fp-form-wrap {
    display: none; }
  .tab-wrap .tab-head {
    transform: translateX(-50%);
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 100%;
    text-align: center; }
  .tab-wrap .tab-title {
    text-transform: uppercase;
    font: 700 18px "futura-pt";
    letter-spacing: 1.35px;
    display: inline-block;
    text-align: center;
    width: 220px;
    background-color: #e5e2de;
    padding: 10px 0;
    color: #a9754e;
    cursor: pointer; }
    @media (max-width: 991px) {
      .tab-wrap .tab-title {
        width: 150px; } }
    @media (max-width: 359px) {
      .tab-wrap .tab-title {
        width: 130px;
        font-size: 15px; } }
    .tab-wrap .tab-title + .tab-title {
      margin-left: 35px; }
      @media (max-width: 991px) {
        .tab-wrap .tab-title + .tab-title {
          margin-left: 7px; } }
    .tab-wrap .tab-title a {
      color: #a9754e; }
    .tab-wrap .tab-title.active {
      background-color: #a9754e;
      color: #fff; }
      .tab-wrap .tab-title.active a {
        color: #fff; }
    .tab-wrap .tab-title span {
      display: inline-block;
      max-width: 170px; }

.fp-form {
  background-color: #a9754e;
  padding: 21px 10px; }
  @media (max-width: 991px) {
    .fp-form {
      flex-direction: column;
      padding-top: 31px;
      padding-bottom: 31px; } }
  .fp-form .btn {
    padding: 12px 50px 12px 20px; }
    .fp-form .btn::after {
      right: 20px; }
    .fp-form .btn:hover::after {
      right: 10px; }

.seperator-ver-line {
  position: relative; }
  @media (min-width: 992px) {
    .seperator-ver-line::after {
      position: absolute;
      content: '';
      width: 1px;
      top: 7px;
      bottom: 7px;
      right: 1px;
      background-color: #7b757a; } }

.search-result-details {
  background-color: #e5e2de;
  text-transform: uppercase;
  font-family: "futura-pt";
  font-weight: 400;
  padding: 5px 0;
  max-width: 730px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 991px) {
    .search-result-details {
      max-width: none;
      margin-left: 5vw;
      margin-right: 5vw;
      flex-direction: column; } }
  @media (max-width: 767px) {
    .search-result-details {
      padding-left: 0;
      padding-right: 0;
      margin-left: 5vw;
      margin-right: 5vw; } }
  @media (max-width: 359px) {
    .search-result-details {
      margin-left: 5vw;
      margin-right: 5vw;
      font-size: 14px; } }
  .search-result-details .sort-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media (max-width: 991px) {
      .search-result-details .sort-wrap {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 10px; } }
    @media (max-width: 991px) {
      .search-result-details .sort-wrap > span {
        line-height: 1; } }
  .search-result-details span, .search-result-details a {
    color: #7b757a;
    letter-spacing: 0.9px; }
  .search-result-details .apt-cnt-wrap {
    padding-right: 20px;
    margin-right: 15px;
    position: relative; }
    @media (max-width: 991px) {
      .search-result-details .apt-cnt-wrap {
        padding-right: 0;
        margin-right: 0; } }
  .search-result-details .sort-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    list-style: none;
    padding-left: 15px;
    margin: 0; }
    @media (max-width: 991px) {
      .search-result-details .sort-list {
        padding-left: 0; } }
    .search-result-details .sort-list li {
      padding-right: 20px; }
      .search-result-details .sort-list li:last-child {
        padding-right: 0; }
      .search-result-details .sort-list li a {
        position: relative;
        padding-right: 20px; }
        .search-result-details .sort-list li a::before {
          position: absolute;
          content: '';
          right: -1px;
          top: 6px;
          background: url("../images/floorplans/arrow_dropdown_purple.svg") right center/13px 11px no-repeat;
          width: 13px;
          height: 11px;
          display: inline-block; }
          @media (max-width: 359px) {
            .search-result-details .sort-list li a::before {
              top: 4px; } }
      .search-result-details .sort-list li.active a::after {
        position: absolute;
        content: '';
        left: 0;
        bottom: 1px;
        height: 1px;
        right: -3px;
        background-color: #7b757a; }
      .search-result-details .sort-list li.asc a::before {
        transform: rotate(180deg); }

.tab-content {
  display: none; }
  .tab-content.active {
    display: block; }

.tab-cnt-floor {
  min-height: 600px;
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  position: relative;
  padding-left: 50px;
  padding-right: 50px; }
  @media (max-width: 991px) {
    .tab-cnt-floor {
      padding-left: 0;
      padding-right: 0; } }
  .tab-cnt-floor iframe {
    min-height: 600px;
    height: 80vh;
    max-height: 800px;
    border: 0;
    width: 100%;
    margin: 0;
    padding: 0; }

.tab-cnt-plan {
  position: relative; }
  .tab-cnt-plan::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: url("../images/floorplans/floorplans_pattern_tile.png") repeat;
    z-index: -1; }

.fp-result-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 60px 8.5vw 0; }
  @media (max-width: 1400px) {
    .fp-result-list {
      padding-left: calc(6vw + 30px);
      padding-right: 6vw; } }
  @media (max-width: 991px) {
    .fp-result-list {
      padding-left: calc(5vw + 30px);
      padding-right: 5vw; } }
  @media (max-width: 767px) {
    .fp-result-list {
      padding: 40px 5vw 0 calc(5vw + 20px); } }
  .fp-result-list .fp-unit {
    position: relative; }
    @media (min-width: 768px) {
      .fp-result-list .fp-unit {
        width: calc(50% - 40px);
        display: flex;
        flex-direction: column;
        margin-bottom: 6vw; } }
    @media (min-width: 1200px) {
      .fp-result-list .fp-unit {
        width: calc(33.3% - 3.7vw);
        margin-bottom: 5vw; } }
    @media (min-width: 1401px) {
      .fp-result-list .fp-unit {
        width: calc(33.3% - 5vw);
        margin-bottom: 6vw; } }
    @media (max-width: 767px) {
      .fp-result-list .fp-unit {
        width: 100%;
        margin-bottom: 40px; } }
    @media (min-width: 1200px) {
      .fp-result-list .fp-unit:nth-child(3n-1) {
        margin-left: 5.5vw;
        margin-right: 5.5vw; } }
    @media (min-width: 1401px) {
      .fp-result-list .fp-unit:nth-child(3n-1) {
        margin-left: 7.5vw;
        margin-right: 7.5vw; } }
    @media (min-width: 768px) and (max-width: 1199px) {
      .fp-result-list .fp-unit:nth-child(odd) {
        margin-right: 80px; } }
    .fp-result-list .fp-unit .link-fp {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      cursor: pointer;
      z-index: 1; }
    .fp-result-list .fp-unit .apply {
      z-index: 2; }
    .fp-result-list .fp-unit .link::after {
      right: 25px; }
    .fp-result-list .fp-unit .link:hover::after {
      right: 15px; }
    @media (max-width: 359px) {
      .fp-result-list .fp-unit .link {
        padding-right: 40px; }
        .fp-result-list .fp-unit .link::after {
          right: 10px; } }
  .fp-result-list .fp-btm {
    background-color: #fff;
    padding: 95px 10px 10px;
    margin-top: -60px; }
    @media (min-width: 768px) {
      .fp-result-list .fp-btm {
        flex-direction: column;
        flex: 1 0 auto;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: stretch;
        align-items: stretch; } }
  .fp-result-list .unit-info-wrap {
    background-color: #7b757a;
    color: #fff;
    padding: 40px 4.1vw 40px 2.4vw;
    line-height: normal;
    transform: translateX(-30px);
    max-width: 370px; }
    @media (max-width: 767px) {
      .fp-result-list .unit-info-wrap {
        transform: translateX(-20px);
        padding: 35px 50px 35px 30px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .fp-result-list .unit-info-wrap {
        max-width: 340px; } }
    .fp-result-list .unit-info-wrap span {
      display: block;
      letter-spacing: 0.9px;
      padding-bottom: 3px; }
  .fp-result-list .fp-img {
    margin-bottom: 30px;
    text-align: center; }
    @media (min-width: 768px) {
      .fp-result-list .fp-img {
        flex: 1 0 auto; } }
    .fp-result-list .fp-img img {
      max-height: 300px; }
  .fp-result-list .unit-title {
    text-transform: uppercase;
    font: 700 18px "futura-pt";
    letter-spacing: 1.35px;
    margin-bottom: 13px; }
  .fp-result-list .btn-grey {
    width: 100%;
    padding: 12px 0px 12px 20px;
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 2; }
    @media (max-width: 359px) {
      .fp-result-list .btn-grey {
        padding-left: 15px; } }
    .fp-result-list .btn-grey + .btn-grey {
      margin-top: 10px; }

.load-more-btn-wrap {
  text-align: center;
  padding-bottom: 60px; }
  @media (max-width: 767px) {
    .load-more-btn-wrap {
      padding-bottom: 40px; } }
  .load-more-btn-wrap .loading-icon {
    width: 54px;
    display: none;
    margin: 0 auto 25px; }
  .load-more-btn-wrap .btn {
    padding: 24px 30px 24px 30px; }
    .load-more-btn-wrap .btn.load-more-clicked span::after {
      content: '-'; }
    html.system .load-more-btn-wrap .btn:hover {
      opacity: 0.9; }

.join-the-list-page .join-the-list-page-wrapper {
  padding-bottom: 2vw; }
  @media (max-width: 991px) {
    .join-the-list-page .join-the-list-page-wrapper {
      padding-bottom: 5vw; } }
  .join-the-list-page .join-the-list-page-wrapper .row {
    display: flex;
    align-items: flex-start;
    color: #fff; }
    .join-the-list-page .join-the-list-page-wrapper .row .main-title {
      color: #a9754e; }
    .join-the-list-page .join-the-list-page-wrapper .row .main-sub-title {
      color: #666;
      font-weight: 100; }
    .join-the-list-page .join-the-list-page-wrapper .row figure {
      margin: 0; }
    .join-the-list-page .join-the-list-page-wrapper .row svg {
      right: calc(-20% + (100vw - 991px)/10);
      bottom: calc(37% + (100vw - 991px)/25);
      position: absolute;
      fill: #a9754e;
      z-index: 2; }
      @media (max-width: 991px) {
        .join-the-list-page .join-the-list-page-wrapper .row svg {
          position: absolute;
          right: unset;
          bottom: auto;
          left: -5%;
          margin-top: 7px; } }
    .join-the-list-page .join-the-list-page-wrapper .row.row-1 {
      margin-top: 25px; }
      @media (max-width: 991px) {
        .join-the-list-page .join-the-list-page-wrapper .row.row-1 {
          margin-top: 5px;
          flex-wrap: wrap;
          flex-direction: column;
          margin-left: 5.5vw; } }
      .join-the-list-page .join-the-list-page-wrapper .row.row-1 .image-block {
        width: 48%;
        position: relative;
        z-index: 2; }
        @media (max-width: 991px) {
          .join-the-list-page .join-the-list-page-wrapper .row.row-1 .image-block {
            margin-bottom: 0;
            width: 100%; } }
        .join-the-list-page .join-the-list-page-wrapper .row.row-1 .image-block figure {
          margin-left: 12.4vw; }
          @media (max-width: 991px) {
            .join-the-list-page .join-the-list-page-wrapper .row.row-1 .image-block figure {
              margin-right: 24.4vw;
              margin-left: 2vw;
              overflow: hidden;
              height: 70vw; } }
        .join-the-list-page .join-the-list-page-wrapper .row.row-1 .image-block .texture {
          position: absolute;
          object-fit: cover;
          z-index: -1;
          width: 25vw;
          height: 67vw;
          margin-top: -18vw;
          margin-left: 5vw; }
          @media (min-width: 1401px) {
            .join-the-list-page .join-the-list-page-wrapper .row.row-1 .image-block .texture {
              height: 48vw; } }
          @media (max-width: 991px) {
            .join-the-list-page .join-the-list-page-wrapper .row.row-1 .image-block .texture {
              height: 70vw;
              width: 41vw;
              margin-left: 0;
              margin-top: 0;
              top: 14vw;
              left: -5.5vw; } }
      .join-the-list-page .join-the-list-page-wrapper .row.row-1 .text-block {
        width: 52%;
        position: relative; }
        @media (max-width: 991px) {
          .join-the-list-page .join-the-list-page-wrapper .row.row-1 .text-block {
            width: 100%; }
            .join-the-list-page .join-the-list-page-wrapper .row.row-1 .text-block.thank-you-hide {
              display: none; } }
        .join-the-list-page .join-the-list-page-wrapper .row.row-1 .text-block .text-block-desc {
          margin: -25px 5vw 0 -7vw;
          background: #dbd0c4;
          padding: 6.67vw 6vw 9.9vw 11.5vw;
          height: auto; }
          .join-the-list-page .join-the-list-page-wrapper .row.row-1 .text-block .text-block-desc h2 {
            max-width: 520px; }
            @media (max-width: 991px) {
              .join-the-list-page .join-the-list-page-wrapper .row.row-1 .text-block .text-block-desc h2 {
                max-width: 360px; } }
          .join-the-list-page .join-the-list-page-wrapper .row.row-1 .text-block .text-block-desc p.para {
            margin-top: 70px;
            color: #666;
            font-family: "museo-slab";
            max-width: 520px; }
            @media (max-width: 991px) {
              .join-the-list-page .join-the-list-page-wrapper .row.row-1 .text-block .text-block-desc p.para {
                max-width: 360px; } }
          .join-the-list-page .join-the-list-page-wrapper .row.row-1 .text-block .text-block-desc ul.list {
            margin-bottom: 30px;
            font-weight: 500;
            color: #666;
            font-family: "museo-slab";
            max-width: 520px; }
            @media (min-width: 1401px) {
              .join-the-list-page .join-the-list-page-wrapper .row.row-1 .text-block .text-block-desc ul.list {
                margin-bottom: 50px; } }
            @media (max-width: 991px) {
              .join-the-list-page .join-the-list-page-wrapper .row.row-1 .text-block .text-block-desc ul.list {
                max-width: 360px; } }
          .join-the-list-page .join-the-list-page-wrapper .row.row-1 .text-block .text-block-desc p.disclaimer {
            font-size: 16px;
            line-height: 1.5;
            color: #666;
            font-family: "museo-slab";
            max-width: 520px;
            margin-bottom: 30px; }
            @media (min-width: 1401px) {
              .join-the-list-page .join-the-list-page-wrapper .row.row-1 .text-block .text-block-desc p.disclaimer {
                margin-bottom: 75px; } }
          @media (max-width: 991px) {
            .join-the-list-page .join-the-list-page-wrapper .row.row-1 .text-block .text-block-desc {
              margin: -14vw 0 0 2vw;
              padding: 30vw 11.5vw 15vw 11.5vw;
              height: auto; }
              .join-the-list-page .join-the-list-page-wrapper .row.row-1 .text-block .text-block-desc .main-title {
                margin: 30px auto 30px; } }
          @media (max-width: 767px) {
            .join-the-list-page .join-the-list-page-wrapper .row.row-1 .text-block .text-block-desc {
              padding-bottom: 20vw; } }
    .join-the-list-page .join-the-list-page-wrapper .row.row-2 {
      margin-top: -4.2vw; }
      @media (max-width: 991px) {
        .join-the-list-page .join-the-list-page-wrapper .row.row-2 {
          flex-direction: column-reverse; } }
      .join-the-list-page .join-the-list-page-wrapper .row.row-2 .text-block {
        width: 30vw;
        position: relative;
        z-index: 2;
        margin-top: -2vw;
        margin-left: 2vw;
        margin-right: -4.9vw;
        display: flex;
        flex-direction: column;
        align-items: center; }
        @media (max-width: 991px) {
          .join-the-list-page .join-the-list-page-wrapper .row.row-2 .text-block {
            width: 100%;
            margin: -35px 0 0;
            padding: 0 4vw; } }
        .join-the-list-page .join-the-list-page-wrapper .row.row-2 .text-block .text-block-desc {
          background: #a9754e;
          padding: 4.5vw 5.8vw 4.5vw 3.5vw;
          position: relative;
          width: 100%;
          font-size: 18px;
          font-weight: 100;
          text-transform: capitalize;
          line-height: 35px;
          letter-spacing: 0.9px; }
          @media (min-width: 992px) and (max-width: 1400px) {
            .join-the-list-page .join-the-list-page-wrapper .row.row-2 .text-block .text-block-desc {
              font-size: calc(12px + 6 * ((100vw - 992px) / 448)); } }
          @media (max-width: 991px) {
            .join-the-list-page .join-the-list-page-wrapper .row.row-2 .text-block .text-block-desc {
              padding: 80px 5.8vw 45px 10vw;
              font-size: 16px;
              line-height: 30px; } }
          .join-the-list-page .join-the-list-page-wrapper .row.row-2 .text-block .text-block-desc a {
            color: inherit;
            text-decoration: underline; }
          .join-the-list-page .join-the-list-page-wrapper .row.row-2 .text-block .text-block-desc .office-hrs {
            padding-top: 20px; }
            .join-the-list-page .join-the-list-page-wrapper .row.row-2 .text-block .text-block-desc .office-hrs .h3-heading {
              font-weight: 800;
              font-family: "futura-pt"; }
            .join-the-list-page .join-the-list-page-wrapper .row.row-2 .text-block .text-block-desc .office-hrs p {
              margin-top: 0; }
          .join-the-list-page .join-the-list-page-wrapper .row.row-2 .text-block .text-block-desc .hide {
            display: none; }
      .join-the-list-page .join-the-list-page-wrapper .row.row-2 .image-block {
        width: 30vw;
        position: relative;
        z-index: 2; }
        @media (max-width: 991px) {
          .join-the-list-page .join-the-list-page-wrapper .row.row-2 .image-block {
            width: 100%; } }
        .join-the-list-page .join-the-list-page-wrapper .row.row-2 .image-block figure {
          position: relative;
          display: inline-block; }
          .join-the-list-page .join-the-list-page-wrapper .row.row-2 .image-block figure .btn {
            display: block;
            position: absolute;
            font-weight: 800;
            bottom: 20px;
            left: 5%;
            background: #7b757a;
            color: #fff;
            width: 55%;
            padding: 12px 0 12px 1.5vw;
            text-align: center; }
            @media (min-width: 992px) and (max-width: 1400px) {
              .join-the-list-page .join-the-list-page-wrapper .row.row-2 .image-block figure .btn {
                font-size: calc(10px + 8 * ((100vw - 992px) / 448)); } }
            @media (max-width: 991px) {
              .join-the-list-page .join-the-list-page-wrapper .row.row-2 .image-block figure .btn {
                width: 65%;
                min-width: 250px; } }
            .join-the-list-page .join-the-list-page-wrapper .row.row-2 .image-block figure .btn.link {
              padding-right: 50px; }
              .join-the-list-page .join-the-list-page-wrapper .row.row-2 .image-block figure .btn.link:after {
                width: 12%;
                height: 10px;
                top: 51%;
                transform: translateY(-50%);
                right: calc(8% + (100vw - 1400px)/45); }
                @media (min-width: 992px) and (max-width: 1400px) {
                  .join-the-list-page .join-the-list-page-wrapper .row.row-2 .image-block figure .btn.link:after {
                    right: calc(16% - (100vw - 992px)/25); } }
                @media (max-width: 991px) {
                  .join-the-list-page .join-the-list-page-wrapper .row.row-2 .image-block figure .btn.link:after {
                    right: calc(12% + (100vw - 320px)/25); } }
              .join-the-list-page .join-the-list-page-wrapper .row.row-2 .image-block figure .btn.link:hover::after {
                right: calc(4% + (100vw - 1400px)/45); }
                @media (min-width: 992px) and (max-width: 1400px) {
                  .join-the-list-page .join-the-list-page-wrapper .row.row-2 .image-block figure .btn.link:hover::after {
                    right: calc(12% - (100vw - 992px)/25); } }
                @media (max-width: 991px) {
                  .join-the-list-page .join-the-list-page-wrapper .row.row-2 .image-block figure .btn.link:hover::after {
                    right: calc(8% + (100vw - 320px)/25); } }
          @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
            .join-the-list-page .join-the-list-page-wrapper .row.row-2 .image-block figure img {
              height: 26vw; } }
          @media (max-width: 991px) {
            .join-the-list-page .join-the-list-page-wrapper .row.row-2 .image-block figure {
              margin-right: 0;
              margin-left: 7.5vw;
              float: right;
              margin-top: -7vw; } }
      .join-the-list-page .join-the-list-page-wrapper .row.row-2 .join-the-list-form {
        background-color: #7b757a;
        width: 40vw;
        padding: 60px 60px;
        margin-right: 2vw;
        z-index: 2;
        margin-top: -8vw; }
        @media (max-width: 991px) {
          .join-the-list-page .join-the-list-page-wrapper .row.row-2 .join-the-list-form {
            z-index: 1;
            width: 100%;
            margin: 0;
            padding: 60px 5.5vw 85px; } }
        .join-the-list-page .join-the-list-page-wrapper .row.row-2 .join-the-list-form .hywrap input[type=hidden] {
          display: none; }
        .join-the-list-page .join-the-list-page-wrapper .row.row-2 .join-the-list-form .hywrap textarea,
        .join-the-list-page .join-the-list-page-wrapper .row.row-2 .join-the-list-form .hywrap input[type="text"] {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none; }
        .join-the-list-page .join-the-list-page-wrapper .row.row-2 .join-the-list-form .hywrap .LV_validation_message {
          font: 14px/1 "museo-slab";
          font-weight: 100; }
        .join-the-list-page .join-the-list-page-wrapper .row.row-2 .join-the-list-form .hywrap input,
        .join-the-list-page .join-the-list-page-wrapper .row.row-2 .join-the-list-form .hywrap select,
        .join-the-list-page .join-the-list-page-wrapper .row.row-2 .join-the-list-form .hywrap textarea {
          border: none;
          border-bottom: 2px solid #fff;
          border-radius: 0;
          padding: 0; }
          .join-the-list-page .join-the-list-page-wrapper .row.row-2 .join-the-list-form .hywrap input:focus,
          .join-the-list-page .join-the-list-page-wrapper .row.row-2 .join-the-list-form .hywrap select:focus,
          .join-the-list-page .join-the-list-page-wrapper .row.row-2 .join-the-list-form .hywrap textarea:focus {
            border-color: #fff;
            outline: 2px dashed transparent;
            outline-offset: 1px; }
        .join-the-list-page .join-the-list-page-wrapper .row.row-2 .join-the-list-form .hywrap .name-fields li:first-child {
          margin-bottom: 25px; }
        .join-the-list-page .join-the-list-page-wrapper .row.row-2 .join-the-list-form .hywrap .hytag_number_of_bedrooms {
          margin-top: 30px;
          position: relative; }
          .join-the-list-page .join-the-list-page-wrapper .row.row-2 .join-the-list-form .hywrap .hytag_number_of_bedrooms::before {
            content: "";
            position: absolute;
            width: 15px;
            height: 15px;
            top: 10px;
            right: 10px;
            background: url(../images/graphics/arrow_dropdown.svg) no-repeat right center;
            pointer-events: none; }
            @media (max-width: 991px) {
              .join-the-list-page .join-the-list-page-wrapper .row.row-2 .join-the-list-form .hywrap .hytag_number_of_bedrooms::before {
                top: 47px; } }
          .join-the-list-page .join-the-list-page-wrapper .row.row-2 .join-the-list-form .hywrap .hytag_number_of_bedrooms select {
            width: 45%;
            float: right;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border: 0;
            border-radius: 0;
            background: none;
            border: 1px solid;
            padding-left: 5px; }
            .join-the-list-page .join-the-list-page-wrapper .row.row-2 .join-the-list-form .hywrap .hytag_number_of_bedrooms select::-ms-expand {
              display: none; }
            @media (max-width: 991px) {
              .join-the-list-page .join-the-list-page-wrapper .row.row-2 .join-the-list-form .hywrap .hytag_number_of_bedrooms select {
                width: 100%;
                float: none;
                margin-top: 5px; } }
          .join-the-list-page .join-the-list-page-wrapper .row.row-2 .join-the-list-form .hywrap .hytag_number_of_bedrooms .control-label {
            display: block !important; }
            @media (max-width: 991px) {
              .join-the-list-page .join-the-list-page-wrapper .row.row-2 .join-the-list-form .hywrap .hytag_number_of_bedrooms .control-label {
                position: relative; } }
        .join-the-list-page .join-the-list-page-wrapper .row.row-2 .join-the-list-form .hywrap .control-group {
          position: relative;
          margin-bottom: 25px; }
          .join-the-list-page .join-the-list-page-wrapper .row.row-2 .join-the-list-form .hywrap .control-group.hytag_form_comment .control-label {
            top: 15px; }
          .join-the-list-page .join-the-list-page-wrapper .row.row-2 .join-the-list-form .hywrap .control-group.hytag_form_comment textarea {
            height: 45px; }
          @media (min-width: 768px) {
            .join-the-list-page .join-the-list-page-wrapper .row.row-2 .join-the-list-form .hywrap .control-group.hytag_form_comment {
              margin-bottom: 5px; } }
        .join-the-list-page .join-the-list-page-wrapper .row.row-2 .join-the-list-form .hywrap .hytag_sign_up_for_the_newsletter .control-label {
          position: relative;
          top: 0; }
        .join-the-list-page .join-the-list-page-wrapper .row.row-2 .join-the-list-form .hywrap .hytag_number_of_bedrooms .control-label {
          top: 0; }
        .join-the-list-page .join-the-list-page-wrapper .row.row-2 .join-the-list-form .hywrap select {
          color: #fff;
          background: #7b757a; }
        .join-the-list-page .join-the-list-page-wrapper .row.row-2 .join-the-list-form .hywrap input,
        .join-the-list-page .join-the-list-page-wrapper .row.row-2 .join-the-list-form .hywrap select,
        .join-the-list-page .join-the-list-page-wrapper .row.row-2 .join-the-list-form .hywrap textarea,
        .join-the-list-page .join-the-list-page-wrapper .row.row-2 .join-the-list-form .hywrap .radio,
        .join-the-list-page .join-the-list-page-wrapper .row.row-2 .join-the-list-form .hywrap .control-label {
          color: #fff;
          font: 18px/normal "museo-slab";
          font-weight: 100;
          letter-spacing: 0.9px; }
          @media (min-width: 992px) and (max-width: 1400px) {
            .join-the-list-page .join-the-list-page-wrapper .row.row-2 .join-the-list-form .hywrap input,
            .join-the-list-page .join-the-list-page-wrapper .row.row-2 .join-the-list-form .hywrap select,
            .join-the-list-page .join-the-list-page-wrapper .row.row-2 .join-the-list-form .hywrap textarea,
            .join-the-list-page .join-the-list-page-wrapper .row.row-2 .join-the-list-form .hywrap .radio,
            .join-the-list-page .join-the-list-page-wrapper .row.row-2 .join-the-list-form .hywrap .control-label {
              font-size: calc(12px + 6 * ((100vw - 992px) / 448)); } }
        .join-the-list-page .join-the-list-page-wrapper .row.row-2 .join-the-list-form .hywrap select option {
          background-color: #7b757a; }
        .join-the-list-page .join-the-list-page-wrapper .row.row-2 .join-the-list-form .hywrap .control-label {
          position: absolute;
          left: 0;
          top: 8px;
          pointer-events: none;
          padding-top: 10px; }
        .join-the-list-page .join-the-list-page-wrapper .row.row-2 .join-the-list-form .hywrap .form-actions {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-direction: column-reverse; }
        .join-the-list-page .join-the-list-page-wrapper .row.row-2 .join-the-list-form .hywrap button[type="submit"] {
          text-align: right;
          border: 0;
          border-radius: 0;
          display: inline-block;
          color: #a9754e;
          max-width: 145px;
          background-color: #e5e2de;
          padding: 10px 0 10px 20px;
          font: 800 18px/normal "futura-pt";
          text-transform: uppercase;
          letter-spacing: 1.35px;
          position: relative;
          padding-right: 50px; }
          .join-the-list-page .join-the-list-page-wrapper .row.row-2 .join-the-list-form .hywrap button[type="submit"]:after {
            content: "";
            position: absolute;
            width: 25px;
            height: 10px;
            background-size: 100%;
            transition: all 0.2s ease-in-out;
            right: 20px;
            top: 51%;
            transform: translateY(-50%);
            background: url(../images/graphics/arrow_gold.svg) no-repeat right center; }
          .join-the-list-page .join-the-list-page-wrapper .row.row-2 .join-the-list-form .hywrap button[type="submit"]:hover:after {
            right: 10px; }
          .join-the-list-page .join-the-list-page-wrapper .row.row-2 .join-the-list-form .hywrap button[type="submit"]:focus {
            outline: 2px dashed transparent;
            outline-offset: 1px; }
        .join-the-list-page .join-the-list-page-wrapper .row.row-2 .join-the-list-form .hywrap #more-info {
          margin-top: 25px;
          margin-bottom: 25px; }
          .join-the-list-page .join-the-list-page-wrapper .row.row-2 .join-the-list-form .hywrap #more-info a {
            color: #fff;
            font: 100 13px/normal "museo-slab";
            text-decoration: none;
            letter-spacing: 0.65px;
            position: relative; }
            .join-the-list-page .join-the-list-page-wrapper .row.row-2 .join-the-list-form .hywrap #more-info a::after {
              position: absolute;
              content: "";
              border-bottom: 1px solid #fff;
              width: 68px;
              top: 14px;
              left: 76px; }
      .join-the-list-page .join-the-list-page-wrapper .row.row-2 .thankyou-wrapper {
        background-color: #7b757a;
        width: 40vw;
        padding: 10vw 4.3vw;
        margin-right: 2vw;
        z-index: 2;
        margin-top: -8vw; }
        @media (max-width: 991px) {
          .join-the-list-page .join-the-list-page-wrapper .row.row-2 .thankyou-wrapper {
            z-index: 1;
            width: 100%;
            margin: 0;
            padding: 33vw 8vw 25vw; } }
        .join-the-list-page .join-the-list-page-wrapper .row.row-2 .thankyou-wrapper .text-block-desc .main-title {
          color: #fff;
          line-height: normal; }
        .join-the-list-page .join-the-list-page-wrapper .row.row-2 .thankyou-wrapper .text-block-desc p {
          font-size: 18px;
          font-weight: 100;
          color: #fff;
          letter-spacing: 0.9px;
          margin: 45px 0 5px; }
        .join-the-list-page .join-the-list-page-wrapper .row.row-2 .thankyou-wrapper .text-block-desc .social-logo {
          width: 22px;
          margin-right: 7px;
          display: inline-block; }
        @media (max-width: 991px) {
          .join-the-list-page .join-the-list-page-wrapper .row.row-2 .thankyou-wrapper .text-block-desc {
            max-width: 350px;
            margin: 0 auto; } }

.floorplan-details {
  position: relative;
  overflow-x: hidden; }
  .floorplan-details::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: url("../images/floorplans/floorplans_pattern_tile.png") repeat;
    z-index: -1; }
  .floorplan-details .btn-back {
    padding: 20px 0 20px 30px;
    font: 700 18px/18px "futura-pt";
    text-transform: uppercase;
    letter-spacing: 1.35px;
    max-width: 253px;
    margin-left: auto; }
    @media (max-width: 767px) {
      .floorplan-details .btn-back {
        padding: 5vw 0 5vw 25px; } }
    .floorplan-details .btn-back.btn-grey {
      background: #7b757a;
      color: #fff; }
    @media (max-width: 991px) {
      .floorplan-details .btn-back {
        padding: 5vw 0 5vw 25px;
        margin: calc(40px - 5vw) auto 40px; }
        .floorplan-details .btn-back.desk {
          display: none; } }
    @media (min-width: 992px) {
      .floorplan-details .btn-back.mob {
        display: none; } }
  .floorplan-details .btn-back {
    position: relative;
    padding: 24px 30px 24px 30px;
    padding-left: 60px; }
    .floorplan-details .btn-back::after {
      display: none; }
    .floorplan-details .btn-back:before {
      content: "";
      position: absolute;
      width: 25px;
      height: 10px;
      background-size: 100%;
      transition: all 0.2s ease-in-out;
      left: 30px;
      top: 50%; }
    .floorplan-details .btn-back:before {
      background: url(../images/graphics/arrow_white.svg) no-repeat right center;
      transform: rotate(180deg) translateY(50%); }
    .floorplan-details .btn-back:hover::before {
      left: 20px; }
  .floorplan-details .banner-wrapper {
    padding: 17px 40px 0;
    text-align: right; }
    @media (max-width: 991px) {
      .floorplan-details .banner-wrapper {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0; } }
    .floorplan-details .banner-wrapper .landing-wrap {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      padding: 67px 8.5vw 0 0;
      margin-top: -17px; }
      @media (max-width: 1400px) {
        .floorplan-details .banner-wrapper .landing-wrap {
          padding-left: 0;
          padding-right: 6vw; } }
      @media (max-width: 991px) {
        .floorplan-details .banner-wrapper .landing-wrap {
          margin-top: 0px;
          padding: 0; } }
      .floorplan-details .banner-wrapper .landing-wrap .info {
        text-align: left;
        color: #fff;
        width: 41%;
        position: relative;
        z-index: 2;
        transform: translateX(6vw);
        background-color: #7b757a; }
        @media (max-width: 991px) {
          .floorplan-details .banner-wrapper .landing-wrap .info {
            background-color: transparent;
            width: 100%;
            margin-left: 5vw;
            margin-right: 5vw;
            margin: 0;
            transform: translateX(0); } }
        .floorplan-details .banner-wrapper .landing-wrap .info h2 {
          margin-bottom: 18px; }
        .floorplan-details .banner-wrapper .landing-wrap .info .animate-svg {
          left: 50%;
          margin-top: 40px; }
          @media (max-width: 991px) {
            .floorplan-details .banner-wrapper .landing-wrap .info .animate-svg {
              margin-top: 40px;
              left: auto;
              right: 0; } }
        .floorplan-details .banner-wrapper .landing-wrap .info .main-sub-title {
          margin-bottom: 2.4vw;
          margin-top: 3.4vw; }
          @media (max-width: 991px) {
            .floorplan-details .banner-wrapper .landing-wrap .info .main-sub-title {
              margin-top: 35px;
              margin-bottom: 35px; } }
        .floorplan-details .banner-wrapper .landing-wrap .info .txt-desc {
          margin: 0; }
        .floorplan-details .banner-wrapper .landing-wrap .info .button-wrap {
          flex-direction: column;
          margin: 35px 0; }
          .floorplan-details .banner-wrapper .landing-wrap .info .button-wrap .btn {
            padding: 12px 50px 12px 30px; }
            @media (min-width: 992px) and (max-width: 1199px) {
              .floorplan-details .banner-wrapper .landing-wrap .info .button-wrap .btn {
                padding-left: 10px;
                padding-right: 35px; } }
            @media (max-width: 419px) {
              .floorplan-details .banner-wrapper .landing-wrap .info .button-wrap .btn {
                padding-left: 10px;
                padding-right: 35px; } }
          .floorplan-details .banner-wrapper .landing-wrap .info .button-wrap .link {
            padding-right: 0;
            color: #7b757a; }
            .floorplan-details .banner-wrapper .landing-wrap .info .button-wrap .link:after {
              right: -30px; }
            .floorplan-details .banner-wrapper .landing-wrap .info .button-wrap .link:hover:after {
              right: -40px; }
          .floorplan-details .banner-wrapper .landing-wrap .info .button-wrap .btn-nobg {
            padding: 12px 50px 12px 0px; }
            .floorplan-details .banner-wrapper .landing-wrap .info .button-wrap .btn-nobg .link-white {
              color: #fff; }
            .floorplan-details .banner-wrapper .landing-wrap .info .button-wrap .btn-nobg.download {
              pointer-events: none; }
            @media (max-width: 991px) {
              .floorplan-details .banner-wrapper .landing-wrap .info .button-wrap .btn-nobg {
                padding-top: 6px;
                padding-bottom: 6px; } }
          .floorplan-details .banner-wrapper .landing-wrap .info .button-wrap.bottom {
            margin: 0; }
          .floorplan-details .banner-wrapper .landing-wrap .info .button-wrap.top-btn {
            max-width: 283px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex; }
            .floorplan-details .banner-wrapper .landing-wrap .info .button-wrap.top-btn .btn:nth-child(1) {
              margin-bottom: 14px; }
            .floorplan-details .banner-wrapper .landing-wrap .info .button-wrap.top-btn .btn:nth-child(2) {
              margin-bottom: 14px; }
          .floorplan-details .banner-wrapper .landing-wrap .info .button-wrap.bottom-btn {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            margin: 0; }
            .floorplan-details .banner-wrapper .landing-wrap .info .button-wrap.bottom-btn button {
              text-align: left;
              padding-right: 0; }
        .floorplan-details .banner-wrapper .landing-wrap .info .unit-info-wrap {
          background-color: #7b757a;
          color: #fff;
          padding: 0px 4.1vw 30px 0vw;
          line-height: normal; }
          @media (max-width: 767px) {
            .floorplan-details .banner-wrapper .landing-wrap .info .unit-info-wrap {
              padding: 0 0 35px 0; } }
          .floorplan-details .banner-wrapper .landing-wrap .info .unit-info-wrap .unit-title {
            text-transform: uppercase;
            font: 800 18px/26px "futura-pt";
            letter-spacing: 1.35px; }
          .floorplan-details .banner-wrapper .landing-wrap .info .unit-info-wrap span {
            display: block;
            letter-spacing: 0.9px; }
          .floorplan-details .banner-wrapper .landing-wrap .info .unit-info-wrap ul {
            padding-left: 17px;
            margin: 0; }
            .floorplan-details .banner-wrapper .landing-wrap .info .unit-info-wrap ul li {
              padding-bottom: 5px; }
          .floorplan-details .banner-wrapper .landing-wrap .info .unit-info-wrap .btn {
            width: max-content; }
        .floorplan-details .banner-wrapper .landing-wrap .info .top-info {
          padding: 30px 4.1vw 1px 4.5vw;
          background-color: #7b757a; }
          @media (max-width: 991px) {
            .floorplan-details .banner-wrapper .landing-wrap .info .top-info {
              padding: 30px 40px 1px 40px;
              margin-left: 5vw;
              margin-right: 5vw; } }
          @media (max-width: 359px) {
            .floorplan-details .banner-wrapper .landing-wrap .info .top-info {
              padding-left: 20px;
              padding-right: 20px; } }
        .floorplan-details .banner-wrapper .landing-wrap .info .bottom-info {
          padding: 0 4.1vw 60px 4.5vw;
          background-color: #7b757a; }
          @media (max-width: 991px) {
            .floorplan-details .banner-wrapper .landing-wrap .info .bottom-info {
              margin-left: 5vw;
              margin-right: 5vw;
              padding: 50px 40px 50px 40px; } }
          @media (max-width: 419px) {
            .floorplan-details .banner-wrapper .landing-wrap .info .bottom-info {
              padding-left: 33px;
              padding-right: 33px; } }
          @media (max-width: 359px) {
            .floorplan-details .banner-wrapper .landing-wrap .info .bottom-info {
              padding-left: 20px;
              padding-right: 20px; } }
          @media (max-width: 359px) {
            .floorplan-details .banner-wrapper .landing-wrap .info .bottom-info .btn {
              font-size: 16px; } }
      .floorplan-details .banner-wrapper .landing-wrap .image-block {
        text-align: left;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff; }
        .floorplan-details .banner-wrapper .landing-wrap .image-block.desk {
          padding: 80px 5.2vw 80px 11.2vw;
          margin-bottom: -70px;
          margin-top: 70px; }
          .floorplan-details .banner-wrapper .landing-wrap .image-block.desk img {
            width: auto; }
          @media (min-width: 992px) {
            .floorplan-details .banner-wrapper .landing-wrap .image-block.desk {
              width: 59%;
              margin-bottom: -70px;
              margin-top: 70px; } }
          @media (max-width: 991px) {
            .floorplan-details .banner-wrapper .landing-wrap .image-block.desk {
              display: none !important; } }
        .floorplan-details .banner-wrapper .landing-wrap .image-block.mob img {
          width: 100%;
          padding: 40px; }
        @media (min-width: 992px) {
          .floorplan-details .banner-wrapper .landing-wrap .image-block.mob {
            display: none !important; } }
  .floorplan-details .fp-thumbs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 100px 8.5vw 0 calc(6vw + 45px); }
    @media (max-width: 1400px) {
      .floorplan-details .fp-thumbs {
        padding-left: calc(6vw + 45px);
        padding-right: 6vw; } }
    @media (max-width: 991px) {
      .floorplan-details .fp-thumbs {
        padding: 5vw 0 0 5vw; } }
    .floorplan-details .fp-thumbs img {
      display: block;
      margin: auto; }
    .floorplan-details .fp-thumbs .fp-thumb-item:first-child a {
      background-color: #ffffff;
      padding: 6px; }
    .floorplan-details .fp-thumbs .fp-thumb-item:first-child .fp-thumb-img {
      background-size: contain;
      background-position: center center;
      background-color: #ffffff;
      background-repeat: no-repeat; }
    .floorplan-details .fp-thumbs .fp-thumb-item {
      width: 25%;
      padding: 0 45px 45px 0; }
      @media (max-width: 991px) {
        .floorplan-details .fp-thumbs .fp-thumb-item {
          width: 33.33%;
          padding: 0 5vw 5vw 0; } }
      @media (max-width: 767px) {
        .floorplan-details .fp-thumbs .fp-thumb-item {
          width: 50%; } }
      .floorplan-details .fp-thumbs .fp-thumb-item a {
        display: block;
        position: relative; }
      .floorplan-details .fp-thumbs .fp-thumb-item .fp-thumb-img {
        background-color: #ccc;
        background-size: cover;
        background-position: center; }
        .floorplan-details .fp-thumbs .fp-thumb-item .fp-thumb-img:before {
          content: "";
          display: block;
          padding-bottom: 100%; }
        .floorplan-details .fp-thumbs .fp-thumb-item .fp-thumb-img:after {
          content: "";
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          left: 0;
          height: 42px;
          width: 42px;
          pointer-events: none;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          background: url("../images/floorplans/gallery_open.svg") repeat; }
    .floorplan-details .fp-thumbs .video .fp-thumb-img:after {
      background: url("../images/floorplans/gallery_play.svg") repeat; }

#fpModal {
  height: calc(100% - 68px);
  top: auto;
  bottom: 0;
  width: 100%;
  background: transparent; }
  @media (max-width: 991px) {
    #fpModal {
      height: calc(100% - 60px); } }
  #fpModal.fp-modal .modal-dialog {
    height: 100%;
    overflow-y: auto; }
    @media (max-width: 767px) {
      #fpModal.fp-modal .modal-dialog {
        justify-content: flex-start; } }
  .using-keytab #fpModal.fp-modal .slick-arrow:focus,
  .using-keytab #fpModal.fp-modal .close-popup:focus {
    outline-color: #fff; }
  #fpModal .popup-slider-wrap {
    width: 100%;
    height: 100%; }
    @media (max-width: 767px) {
      #fpModal .popup-slider-wrap {
        height: 100%; } }
    #fpModal .popup-slider-wrap .popup-slider-inner-wrap {
      position: relative;
      height: 100%; }
  #fpModal .popup-slider-inner-wrapbg {
    background-color: #7b757a;
    opacity: 0.7;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  #fpModal .popup-slider-inner-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }
  #fpModal .fp-popup-slider {
    height: 100%; }
    #fpModal .fp-popup-slider .slick-track,
    #fpModal .fp-popup-slider .slick-list {
      height: 100%; }
    #fpModal .fp-popup-slider .slick-slide img {
      margin: 0 auto;
      height: auto;
      max-height: 70vh;
      max-width: 100%;
      display: block;
      background: transparent; }
    .using-keytab #fpModal .fp-popup-slider .slick-slide:focus {
      outline-offset: -2px;
      outline-color: #ccc; }
    #fpModal .fp-popup-slider .slick-arrow {
      width: 30px;
      height: 50px;
      font-size: 0;
      background: url(../images/graphics/arrow_next.svg) no-repeat;
      background-size: contain;
      border: 0;
      position: absolute;
      top: 50%;
      transform: translateY(-50%) rotate(180deg);
      left: 13vw;
      z-index: 1; }
      @media (max-width: 1400px) {
        #fpModal .fp-popup-slider .slick-arrow {
          left: 8vw; } }
      @media (max-width: 991px) {
        #fpModal .fp-popup-slider .slick-arrow {
          left: 6vw; } }
      @media (max-width: 767px) {
        #fpModal .fp-popup-slider .slick-arrow {
          width: 30px;
          height: 40px; } }
      #fpModal .fp-popup-slider .slick-arrow.slick-next {
        left: auto;
        right: 13vw;
        transform: translateY(-50%) rotate(0deg); }
        @media (max-width: 1400px) {
          #fpModal .fp-popup-slider .slick-arrow.slick-next {
            right: 8vw; } }
        @media (max-width: 991px) {
          #fpModal .fp-popup-slider .slick-arrow.slick-next {
            right: 6vw; } }
  #fpModal .fp-pop-wrap {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    background: transparent; }
    @media (max-width: 1400px) {
      #fpModal .fp-pop-wrap {
        padding-left: 5vw;
        padding-right: 5vw; } }
    #fpModal .fp-pop-wrap #video_container {
      margin: 0 auto;
      height: auto;
      max-height: 70vh;
      max-width: 80%;
      display: block; }
    #fpModal .fp-pop-wrap video {
      margin: 0 auto;
      height: auto;
      max-height: 70vh;
      display: block;
      max-width: 80%;
      cursor: pointer; }
    #fpModal .fp-pop-wrap .play_button {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: 0;
      border-radius: 0;
      background: none;
      height: 50px;
      width: 50px;
      cursor: pointer;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      cursor: pointer; }
    #fpModal .fp-pop-wrap .pause_button {
      height: 50px;
      width: 50px;
      cursor: pointer;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      cursor: pointer; }
    #fpModal .fp-pop-wrap .VideoButtonPlay,
    #fpModal .fp-pop-wrap .VideoButtonPlay:hover {
      cursor: pointer;
      height: 50px;
      width: 50px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      max-width: 100% !important;
      max-height: 100% !important;
      cursor: pointer !important; }
    #fpModal .fp-pop-wrap .VideoButtonPause,
    #fpModal .fp-pop-wrap .VideoButtonPause:hover {
      cursor: pointer;
      height: 50px;
      width: 50px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      max-width: 100% !important;
      max-height: 100% !important;
      cursor: pointer !important; }
  #fpModal .close-popup {
    background: url(../images/graphics/close_white.svg) center/contain no-repeat;
    right: 9vw;
    top: 55px;
    width: 16px;
    height: 16px; }
    @media (max-width: 1400px) {
      #fpModal .close-popup {
        top: 45px;
        right: 6vw; } }
    @media (max-width: 1199px) {
      #fpModal .close-popup {
        top: 30px;
        right: 30px; } }

#tourModal {
  height: calc(100% - 68px);
  top: auto;
  bottom: 0;
  width: 100%;
  background: transparent; }
  @media (max-width: 991px) {
    #tourModal {
      height: calc(100% - 60px); } }
  #tourModal.tour-modal {
    background-color: rgba(123, 117, 122, 0.8); }
    #tourModal.tour-modal .modal-dialog {
      height: 100%;
      overflow-y: auto;
      padding: 0 10vw; }
      @media (max-width: 1199px) {
        #tourModal.tour-modal .modal-dialog {
          padding: 0 5vw; } }
      @media (max-width: 767px) {
        #tourModal.tour-modal .modal-dialog {
          justify-content: flex-start; } }
      #tourModal.tour-modal .modal-dialog iframe {
        margin: 0 auto;
        height: auto;
        max-height: 70vh;
        max-width: 100%;
        display: block; }
  #tourModal .close-popup-tour {
    background: url(../images/graphics/close_white.svg) center/contain no-repeat;
    right: 10vw;
    top: 55px;
    width: 16px;
    position: absolute;
    height: 16px; }
    @media (max-width: 1400px) {
      #tourModal .close-popup-tour {
        top: 45px;
        right: 6vw; } }
    @media (max-width: 1199px) {
      #tourModal .close-popup-tour {
        top: 30px;
        right: 30px; } }

.mfp-image-holder .mfp-content {
  width: 90vw;
  margin: 0 auto;
  height: 100%; }

.mfp-bg, .mfp-wrap {
  height: calc(100vh - 68px) !important;
  top: 68px !important;
  position: fixed !important; }
  @media (max-width: 991px) {
    .mfp-bg, .mfp-wrap {
      height: calc(100vh - 60px) !important;
      top: 60px !important; } }

.mfp-bg {
  background: #7b757a;
  opacity: 0.7;
  bottom: 0; }

.mfp-wrap .mfp-image-holder button.mfp-close {
  cursor: pointer !important;
  background: url(../images/graphics/close_white.svg) no-repeat !important;
  background-size: 16px !important;
  background-position: right !important;
  width: 20px;
  top: -3px;
  opacity: 1;
  padding: 0; }
.mfp-wrap .mfp-figure:after {
  background: transparent;
  box-shadow: none; }
.mfp-wrap .mfp-figure {
  height: 100%; }
  .mfp-wrap .mfp-figure img {
    max-height: 100% !important; }
.mfp-wrap figure {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.services-page, .reed-ccoke-page {
  overflow-x: hidden;
  padding-top: 68px; }
  @media (max-width: 991px) {
    .services-page, .reed-ccoke-page {
      padding-top: 60px; } }
  @media (min-width: 992px) {
    .services-page .top-head, .reed-ccoke-page .top-head {
      display: block; } }
  .services-page .top-section, .reed-ccoke-page .top-section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-left: 1.4vw;
    padding-right: 1.4vw;
    margin-bottom: 1.4vw;
    margin-top: 1.4vw; }
    @media (max-width: 991px) {
      .services-page .top-section, .reed-ccoke-page .top-section {
        flex-direction: column-reverse;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 15px;
        margin-bottom: 0; } }
    .services-page .top-section .txt-block, .reed-ccoke-page .top-section .txt-block {
      background-color: #7b757a;
      color: #fff;
      width: 53%;
      padding: 5.7vw 6vw 5.3vw 5.2vw;
      position: relative; }
      @media (max-width: 991px) {
        .services-page .top-section .txt-block, .reed-ccoke-page .top-section .txt-block {
          width: 100%;
          padding: 55px 40px 40px 40px; } }
      @media (max-width: 359px) {
        .services-page .top-section .txt-block, .reed-ccoke-page .top-section .txt-block {
          padding-left: 30px;
          padding-right: 30px; } }
    .services-page .top-section .image-block, .reed-ccoke-page .top-section .image-block {
      width: 47%;
      background-position: left center; }
      @media (max-width: 991px) {
        .services-page .top-section .image-block, .reed-ccoke-page .top-section .image-block {
          width: 100%;
          height: 64vw; } }
      .services-page .top-section .image-block.start, .reed-ccoke-page .top-section .image-block.start {
        -moz-transform: translate3d(0px, 0px, 0px) !important;
        -o-transform: translate3d(0px, 0px, 0px) !important;
        -ms-transform: translate3d(0px, 0px, 0px) !important;
        -webkit-transform: translate3d(0px, 0px, 0px) !important;
        transform: translate3d(0px, 0px, 0px) !important;
        transform: translate3d(0px, 0px, 0px) !important; }
    .services-page .top-section .main-title, .reed-ccoke-page .top-section .main-title {
      color: #dbd0c4;
      margin-bottom: 35px; }
  .services-page .main-sub-title-services, .reed-ccoke-page .main-sub-title-services {
    text-transform: uppercase;
    font-family: "futura-pt";
    letter-spacing: 1.95px;
    font-weight: 500;
    margin-bottom: 25px; }
    @media (max-width: 991px) {
      .services-page .main-sub-title-services, .reed-ccoke-page .main-sub-title-services {
        font-size: 24px;
        letter-spacing: 1.2px;
        line-height: normal; } }
  .services-page .mid-section, .reed-ccoke-page .mid-section {
    padding: 0 1.4vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center; }
    @media (max-width: 991px) {
      .services-page .mid-section, .reed-ccoke-page .mid-section {
        padding: 0; } }
    .services-page .mid-section .main-title, .reed-ccoke-page .mid-section .main-title {
      margin-bottom: 2.4vw; }
    @media (max-width: 991px) {
      .services-page .mid-section .main-sub-title, .reed-ccoke-page .mid-section .main-sub-title {
        padding-bottom: 30px;
        margin-bottom: 0; } }
    .services-page .mid-section .text-block, .reed-ccoke-page .mid-section .text-block {
      width: 61.5%;
      position: relative; }
      @media (max-width: 991px) {
        .services-page .mid-section .text-block, .reed-ccoke-page .mid-section .text-block {
          width: 100%; } }
    .services-page .mid-section .text-block-desc, .reed-ccoke-page .mid-section .text-block-desc {
      padding: 6vw 4.5vw; }
      @media (max-width: 1199px) {
        .services-page .mid-section .text-block-desc, .reed-ccoke-page .mid-section .text-block-desc {
          padding: 90px 4.5vw; } }
      @media (max-width: 991px) {
        .services-page .mid-section .text-block-desc, .reed-ccoke-page .mid-section .text-block-desc {
          padding: 90px 40px 110px 40px; } }
      @media (max-width: 359px) {
        .services-page .mid-section .text-block-desc, .reed-ccoke-page .mid-section .text-block-desc {
          padding-left: 30px;
          padding-right: 30px; } }
      .services-page .mid-section .text-block-desc ul, .reed-ccoke-page .mid-section .text-block-desc ul {
        padding: 0;
        list-style-type: none;
        margin: 0; }
        .services-page .mid-section .text-block-desc ul li, .reed-ccoke-page .mid-section .text-block-desc ul li {
          margin-bottom: 40px;
          letter-spacing: 1.1px; }
          @media (max-width: 991px) {
            .services-page .mid-section .text-block-desc ul li, .reed-ccoke-page .mid-section .text-block-desc ul li {
              margin-bottom: 20px;
              letter-spacing: 0.9px; } }
          @media (max-width: 575px) {
            .services-page .mid-section .text-block-desc ul li, .reed-ccoke-page .mid-section .text-block-desc ul li {
              font-size: 16px;
              line-height: 28px; } }
          .services-page .mid-section .text-block-desc ul li:last-child, .reed-ccoke-page .mid-section .text-block-desc ul li:last-child {
            margin-bottom: 0; }
    .services-page .mid-section .image-block, .reed-ccoke-page .mid-section .image-block {
      background-size: cover;
      background-position: center; }
      .services-page .mid-section .image-block img, .reed-ccoke-page .mid-section .image-block img {
        width: 100%; }
      .services-page .mid-section .image-block::before, .reed-ccoke-page .mid-section .image-block::before {
        content: "";
        display: block;
        padding-bottom: 100%; }
      @media (min-width: 992px) {
        .services-page .mid-section .image-block, .reed-ccoke-page .mid-section .image-block {
          width: 39.5%;
          height: 694px; } }
    .services-page .mid-section svg, .reed-ccoke-page .mid-section svg {
      z-index: 2;
      margin-top: 30px; }
      @media (max-width: 991px) {
        .services-page .mid-section svg, .reed-ccoke-page .mid-section svg {
          margin-top: 40px; } }
    @media (max-width: 991px) {
      .services-page .mid-section .amenities-desc, .reed-ccoke-page .mid-section .amenities-desc {
        padding: 0;
        margin: 0;
        letter-spacing: 0.9px; } }
    .services-page .mid-section.sec-1, .reed-ccoke-page .mid-section.sec-1 {
      flex-direction: row-reverse;
      color: #fff;
      margin-top: 20px; }
      @media (max-width: 991px) {
        .services-page .mid-section.sec-1, .reed-ccoke-page .mid-section.sec-1 {
          flex-direction: column;
          margin-top: 15px; } }
      @media (max-width: 991px) {
        .services-page .mid-section.sec-1 .image-block, .reed-ccoke-page .mid-section.sec-1 .image-block {
          width: calc(100% - 15px);
          margin: 0 auto 0 0;
          z-index: 3;
          margin-top: -60px;
          height: 600px; } }
      @media (max-height: 991px) and (max-height: 400px) {
        .services-page .mid-section.sec-1 .image-block, .reed-ccoke-page .mid-section.sec-1 .image-block {
          height: 400px; } }
      @media (max-width: 575px) {
        .services-page .mid-section.sec-1 .image-block, .reed-ccoke-page .mid-section.sec-1 .image-block {
          height: 320px; } }
      @media (max-width: 359px) {
        .services-page .mid-section.sec-1 .image-block, .reed-ccoke-page .mid-section.sec-1 .image-block {
          height: 280px; } }
      .services-page .mid-section.sec-1 svg, .reed-ccoke-page .mid-section.sec-1 svg {
        fill: #e5e2de;
        left: -10%; }
        @media (max-width: 991px) {
          .services-page .mid-section.sec-1 svg, .reed-ccoke-page .mid-section.sec-1 svg {
            right: 0;
            left: -15px; } }
      .services-page .mid-section.sec-1 .main-sub-title, .reed-ccoke-page .mid-section.sec-1 .main-sub-title {
        color: #fff; }
      .services-page .mid-section.sec-1 .text-block-desc, .reed-ccoke-page .mid-section.sec-1 .text-block-desc {
        background-color: #a9754e; }
        @media (max-width: 991px) {
          .services-page .mid-section.sec-1 .text-block-desc, .reed-ccoke-page .mid-section.sec-1 .text-block-desc {
            width: calc(100% - 30px);
            margin: 0 0 0 auto; } }
  .services-page .services-desc, .reed-ccoke-page .services-desc {
    letter-spacing: 1.1px; }
    @media (max-width: 991px) {
      .services-page .services-desc, .reed-ccoke-page .services-desc {
        padding: 0;
        letter-spacing: 0.9px;
        margin: 0; } }
  .services-page .bottom-section, .reed-ccoke-page .bottom-section {
    padding: 20px 5.9vw;
    color: #fff; }
    @media (max-width: 991px) {
      .services-page .bottom-section, .reed-ccoke-page .bottom-section {
        padding: 15px; } }
    .services-page .bottom-section .services-desc, .reed-ccoke-page .bottom-section .services-desc {
      letter-spacing: 0.8px; }
    .services-page .bottom-section .text-block, .reed-ccoke-page .bottom-section .text-block {
      background-color: #7b757a;
      padding: 5.3vw 4vw; }
      @media (max-width: 991px) {
        .services-page .bottom-section .text-block, .reed-ccoke-page .bottom-section .text-block {
          background-color: #7b757a; } }
      @media (max-width: 991px) {
        .services-page .bottom-section .text-block, .reed-ccoke-page .bottom-section .text-block {
          top: 0;
          padding: 60px 55px 60px 40px; } }
      @media (max-width: 359px) {
        .services-page .bottom-section .text-block, .reed-ccoke-page .bottom-section .text-block {
          padding-left: 40px;
          padding-right: 30px; } }
    .services-page .bottom-section .list-sec, .reed-ccoke-page .bottom-section .list-sec {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-column-gap: 5vw;
      -moz-column-gap: 5vw;
      column-gap: 5vw;
      webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
      font-size: 16px;
      letter-spacing: 0.8px; }
      @media (max-width: 1199px) {
        .services-page .bottom-section .list-sec, .reed-ccoke-page .bottom-section .list-sec {
          -webkit-column-gap: 50px;
          -moz-column-gap: 50px;
          column-gap: 50px; } }
      @media (max-width: 991px) {
        .services-page .bottom-section .list-sec, .reed-ccoke-page .bottom-section .list-sec {
          -webkit-column-gap: 0;
          -moz-column-gap: 0;
          flex-direction: column; } }
      .services-page .bottom-section .list-sec ul, .reed-ccoke-page .bottom-section .list-sec ul {
        flex: 1;
        padding: 0;
        list-style-type: none;
        margin: 0; }
        .services-page .bottom-section .list-sec ul li, .reed-ccoke-page .bottom-section .list-sec ul li {
          margin-bottom: 30px;
          line-height: 26px; }
          @media (max-width: 991px) {
            .services-page .bottom-section .list-sec ul li, .reed-ccoke-page .bottom-section .list-sec ul li {
              margin-bottom: 20px; } }
          .services-page .bottom-section .list-sec ul li:last-child, .reed-ccoke-page .bottom-section .list-sec ul li:last-child {
            margin-bottom: 0; }
          @media (min-width: 992px) {
            .services-page .bottom-section .list-sec ul li, .reed-ccoke-page .bottom-section .list-sec ul li {
              -webkit-column-break-inside: avoid;
              -o-column-break-inside: avoid;
              -moz-column-break-inside: avoid;
              break-inside: avoid; } }
  .services-page .bottom-section-neigh, .reed-ccoke-page .bottom-section-neigh {
    padding: 1.4vw;
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 991px) {
      .services-page .bottom-section-neigh, .reed-ccoke-page .bottom-section-neigh {
        padding: 0; } }
    .services-page .bottom-section-neigh .left-col, .reed-ccoke-page .bottom-section-neigh .left-col {
      width: 23.6vw;
      padding: 2.9vw 4vw 30px;
      background: #7b757a; }
      @media (max-width: 991px) {
        .services-page .bottom-section-neigh .left-col, .reed-ccoke-page .bottom-section-neigh .left-col {
          width: calc(100% - 30px);
          margin: 15px 15px 0;
          padding: 35px; } }
    .services-page .bottom-section-neigh .right-col, .reed-ccoke-page .bottom-section-neigh .right-col {
      flex-grow: 1; }
      @media (max-width: 991px) {
        .services-page .bottom-section-neigh .right-col, .reed-ccoke-page .bottom-section-neigh .right-col {
          width: 100%; } }
    .services-page .bottom-section-neigh .neigh-poi-list, .reed-ccoke-page .bottom-section-neigh .neigh-poi-list {
      margin: 0;
      padding: 0;
      list-style: none; }
    .services-page .bottom-section-neigh .cat-item-btn, .reed-ccoke-page .bottom-section-neigh .cat-item-btn {
      letter-spacing: 1.1px;
      font-size: 22px;
      font-weight: 100;
      text-align: left;
      color: #dbd0c4;
      padding: 0;
      position: relative;
      width: 100%;
      text-align: left;
      cursor: pointer; }
      @media (max-width: 1199px) {
        .services-page .bottom-section-neigh .cat-item-btn, .reed-ccoke-page .bottom-section-neigh .cat-item-btn {
          font-size: 18px; } }
      @media (max-width: 991px) {
        .services-page .bottom-section-neigh .cat-item-btn, .reed-ccoke-page .bottom-section-neigh .cat-item-btn {
          padding-right: 30px;
          pointer-events: none; } }
      .system .services-page .bottom-section-neigh .cat-item-btn:hover, .services-page .bottom-section-neigh .cat-item-btn.active, .system .reed-ccoke-page .bottom-section-neigh .cat-item-btn:hover, .reed-ccoke-page .bottom-section-neigh .cat-item-btn.active {
        font-family: "futura-pt";
        font-weight: 300;
        text-transform: uppercase; }
      .services-page .bottom-section-neigh .cat-item-btn::after, .reed-ccoke-page .bottom-section-neigh .cat-item-btn::after {
        content: '⌵';
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        display: none; }
        @media (min-width: 768px) {
          .services-page .bottom-section-neigh .cat-item-btn::after, .reed-ccoke-page .bottom-section-neigh .cat-item-btn::after {
            display: none !important; } }
    @media (max-width: 991px) {
      .services-page .bottom-section-neigh .category-item, .reed-ccoke-page .bottom-section-neigh .category-item {
        pointer-events: none; } }
    .services-page .bottom-section-neigh .category-item.active .cat-item-btn, .reed-ccoke-page .bottom-section-neigh .category-item.active .cat-item-btn {
      font-family: "futura-pt";
      font-weight: 300;
      text-transform: uppercase; }
    .services-page .bottom-section-neigh .active-item .cat-item-btn:after, .reed-ccoke-page .bottom-section-neigh .active-item .cat-item-btn:after {
      transform: translateY(-50%) rotate(180deg); }
    .services-page .bottom-section-neigh .sub-catg, .reed-ccoke-page .bottom-section-neigh .sub-catg {
      list-style: none;
      padding-left: 15px;
      color: #dbd0c4;
      display: none; }
      @media (min-width: 768px) {
        .services-page .bottom-section-neigh .sub-catg, .reed-ccoke-page .bottom-section-neigh .sub-catg {
          display: none !important; } }
    .services-page .bottom-section-neigh .main-title, .reed-ccoke-page .bottom-section-neigh .main-title {
      color: #fff; }
      @media (min-width: 992px) {
        .services-page .bottom-section-neigh .main-title, .reed-ccoke-page .bottom-section-neigh .main-title {
          margin-bottom: 30px; } }
      @media (max-width: 991px) {
        .services-page .bottom-section-neigh .main-title, .reed-ccoke-page .bottom-section-neigh .main-title {
          margin-bottom: 30px; } }
    .services-page .bottom-section-neigh .map-wrapper, .reed-ccoke-page .bottom-section-neigh .map-wrapper {
      position: relative;
      width: 100%;
      height: 100%; }
    .services-page .bottom-section-neigh #map, .services-page .bottom-section-neigh .static_map, .reed-ccoke-page .bottom-section-neigh #map, .reed-ccoke-page .bottom-section-neigh .static_map {
      display: block;
      height: 500px;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (min-width: 1600px) {
        .services-page .bottom-section-neigh #map, .services-page .bottom-section-neigh .static_map, .reed-ccoke-page .bottom-section-neigh #map, .reed-ccoke-page .bottom-section-neigh .static_map {
          height: 600px; } }
      @media (max-width: 991px) {
        .services-page .bottom-section-neigh #map, .services-page .bottom-section-neigh .static_map, .reed-ccoke-page .bottom-section-neigh #map, .reed-ccoke-page .bottom-section-neigh .static_map {
          height: 60vw; } }
      @media (max-width: 767px) {
        .services-page .bottom-section-neigh #map, .services-page .bottom-section-neigh .static_map, .reed-ccoke-page .bottom-section-neigh #map, .reed-ccoke-page .bottom-section-neigh .static_map {
          display: none; } }
    .services-page .bottom-section-neigh .mobile-map, .reed-ccoke-page .bottom-section-neigh .mobile-map {
      display: none; }
      @media (max-width: 767px) {
        .services-page .bottom-section-neigh .mobile-map, .reed-ccoke-page .bottom-section-neigh .mobile-map {
          display: flex;
          height: 500px;
          justify-content: center; }
          .services-page .bottom-section-neigh .mobile-map .view-map-btn, .reed-ccoke-page .bottom-section-neigh .mobile-map .view-map-btn {
            position: absolute;
            bottom: 20px; } }
    .services-page .bottom-section-neigh .neigh-label, .reed-ccoke-page .bottom-section-neigh .neigh-label {
      font: 700 18px/20px "futura-pt";
      text-transform: uppercase;
      letter-spacing: 1.35px;
      color: #666;
      text-align: center;
      margin-left: -25px; }
      @media (max-width: 1100px) {
        .services-page .bottom-section-neigh .neigh-label, .reed-ccoke-page .bottom-section-neigh .neigh-label {
          font-size: 14px; } }
      @media (max-width: 767px) {
        .services-page .bottom-section-neigh .neigh-label, .reed-ccoke-page .bottom-section-neigh .neigh-label {
          margin-top: 20px;
          margin-left: 0; } }
    .services-page .bottom-section-neigh .neigh-map-control, .reed-ccoke-page .bottom-section-neigh .neigh-map-control {
      position: absolute;
      top: 10px;
      right: 5px;
      display: flex; }
      @media (max-width: 767px) {
        .services-page .bottom-section-neigh .neigh-map-control, .reed-ccoke-page .bottom-section-neigh .neigh-map-control {
          display: none; } }
      .services-page .bottom-section-neigh .neigh-map-control .neigh-map-btn, .reed-ccoke-page .bottom-section-neigh .neigh-map-control .neigh-map-btn {
        font: 600 16px/16px "futura-pt";
        text-transform: uppercase;
        color: #dbd0c4;
        margin: 0 5px;
        padding: 10px 15px;
        background: #7b757a; }
      .services-page .bottom-section-neigh .neigh-map-control .neigh-map-buttons .neigh-map-btn, .reed-ccoke-page .bottom-section-neigh .neigh-map-control .neigh-map-buttons .neigh-map-btn {
        letter-spacing: 1.2px; }
      .services-page .bottom-section-neigh .neigh-map-control .neigh-map-zoom, .reed-ccoke-page .bottom-section-neigh .neigh-map-control .neigh-map-zoom {
        margin-left: 15px; }

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  .bottom-section .list-sec {
    column-gap: 0 !important; }
    .bottom-section .list-sec ul:nth-child(2) {
      padding: 0 70px; } }
    @media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) and (max-width: 991px) {
      .bottom-section .list-sec ul:nth-child(2) {
        padding: 0; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .bottom-section .list-sec {
    column-gap: 0 !important; }
    .bottom-section .list-sec ul:nth-child(2) {
      padding: 0 50px; } }
    @media screen and (-ms-high-contrast: active) and (max-width: 991px), (-ms-high-contrast: none) and (max-width: 991px) {
      .bottom-section .list-sec ul:nth-child(2) {
        padding: 0; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .bottom-section .list-sec {
    column-gap: 0 !important; }
    .bottom-section .list-sec ul:nth-child(2) {
      padding: 0 50px; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) and (max-width: 991px) {
      .bottom-section .list-sec ul:nth-child(2) {
        padding: 0; } }

.reed-ccoke-page .top-section .image-block {
  background-position: center center; }

.reed-ccoke-page .mid-section .text-block-desc ul {
  margin-top: 50px; }
  .reed-ccoke-page .mid-section .text-block-desc ul li {
    line-height: 1px; }
    @media (max-width: 767px) {
      .reed-ccoke-page .mid-section .text-block-desc ul li {
        line-height: normal;
        margin-bottom: 13px; } }
    .reed-ccoke-page .mid-section .text-block-desc ul li a {
      color: #fff; }
      .reed-ccoke-page .mid-section .text-block-desc ul li a:hover {
        text-decoration: underline; }

.features-page {
  padding-top: 68px; }
  @media (max-width: 991px) {
    .features-page {
      padding-top: 60px; } }
  .features-page .top-section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-left: 4vw;
    padding-right: 4vw;
    margin-bottom: 1.4vw;
    margin-top: 1.4vw; }
    @media (max-width: 991px) {
      .features-page .top-section {
        flex-direction: column;
        margin-bottom: 0;
        margin-top: 15px;
        padding-left: 15px;
        padding-right: 15px; } }
    .features-page .top-section .txt-block {
      background-color: #a9754e;
      color: #fff;
      width: 69%;
      padding: 5.7vw 4vw 5.3vw 5.2vw;
      position: relative; }
      @media (max-width: 991px) {
        .features-page .top-section .txt-block {
          width: 100%;
          padding: 55px 40px 40px 40px; } }
      @media (max-width: 359px) {
        .features-page .top-section .txt-block {
          padding-left: 30px;
          padding-right: 30px; } }
      .features-page .top-section .txt-block .txt-desc {
        letter-spacing: 1.1px;
        margin-bottom: 0;
        margin-top: 25px; }
        @media (max-width: 991px) {
          .features-page .top-section .txt-block .txt-desc {
            letter-spacing: 0.9px; } }
    .features-page .top-section .image-block {
      width: 31%; }
    .features-page .top-section .main-title {
      color: #dbd0c4;
      margin-bottom: 30px; }
  .features-page .disclaimer {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.7px; }
  .features-page .interactive-banner-wrap {
    position: relative;
    margin-left: 1.4vw;
    margin-right: 1.4vw; }
    @media (max-width: 991px) {
      .features-page .interactive-banner-wrap {
        margin-left: 0;
        margin-right: 0; } }
    .features-page .interactive-banner-wrap .inter-banner {
      width: 100%; }
    @media (max-width: 991px) {
      .features-page .interactive-banner-wrap .popup-sec {
        background-color: #a9754e;
        margin-left: 15px;
        margin-right: 15px;
        padding-top: 20px;
        padding-bottom: 60px; }
        .features-page .interactive-banner-wrap .popup-sec .disclaimer {
          text-align: right;
          padding-top: 20px;
          padding-right: 10vw; } }
    @media (min-width: 992px) {
      .features-page .interactive-banner-wrap .popup-wrap {
        position: absolute; }
        .features-page .interactive-banner-wrap .popup-wrap.popup-space {
          right: 19.5%;
          bottom: 27%; } }
    @media only screen and (min-width: 992px) and (max-width: 1250px) {
      .features-page .interactive-banner-wrap .popup-wrap.popup-space .popup-sm {
        width: 218px; } }
    @media (min-width: 992px) {
        .features-page .interactive-banner-wrap .popup-wrap.popup-view {
          top: 23%;
          right: 28%; }
        .features-page .interactive-banner-wrap .popup-wrap.popup-quiet {
          bottom: 33%;
          left: 46.6%; }
        .features-page .interactive-banner-wrap .popup-wrap.popup-peace {
          bottom: 40%;
          right: 26.5%; }
        .features-page .interactive-banner-wrap .popup-wrap.popup-air {
          top: 19%;
          left: 7.75%; }
        .features-page .interactive-banner-wrap .popup-wrap.popup-light {
          top: 14%;
          left: 40.4%; } }
  @media (min-width: 992px) and (min-width: 992px) {
    .features-page .interactive-banner-wrap .popup-wrap.popup-open .popup-sm {
      opacity: 1;
      visibility: visible; }
    .features-page .interactive-banner-wrap .popup-wrap.popup-open .popup-open-btn::before {
      opacity: 0;
      visibility: hidden; } }

    .features-page .interactive-banner-wrap .popup-sm {
      color: #fff;
      font-weight: 300;
      font-size: 16px;
      padding: 30px 30px 25px;
      line-height: 28px;
      letter-spacing: 0.8px;
      transition: opacity 0.5s ease-in-out; }
      @media (max-width: 991px) {
        .features-page .interactive-banner-wrap .popup-sm {
          padding: 20px 40px 0 40px;
          transition: none; } }
      @media (max-width: 359px) {
        .features-page .interactive-banner-wrap .popup-sm {
          padding-left: 30px;
          padding-right: 30px; } }
      @media (min-width: 992px) {
        .features-page .interactive-banner-wrap .popup-sm {
          background-color: #7b757a;
          position: absolute;
          width: 260px;
          top: 0;
          left: 0;
          z-index: 5;
          opacity: 0;
          visibility: hidden; } }
    .features-page .interactive-banner-wrap .popup-sm-title {
      font-family: "futura-pt";
      text-transform: uppercase; }
    .features-page .interactive-banner-wrap .popup-desc {
      margin-top: 2px;
      margin-bottom: 0; }
    .features-page .interactive-banner-wrap .close-popup-btn {
      position: absolute;
      font-size: 0;
      background: url("../images/graphics/close_white.svg") center/contain no-repeat;
      width: 17px;
      height: 17px;
      top: 10px;
      left: 10px; }
      @media (max-width: 1199px) {
        .features-page .interactive-banner-wrap .close-popup-btn {
          width: 13px;
          height: 13px; } }
    .features-page .interactive-banner-wrap .popup-open-btn {
      width: 37px;
      height: 37px;
      background-color: #a9754e;
      box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
      position: relative;
      z-index: 4; }
      @media (max-width: 1199px) {
        .features-page .interactive-banner-wrap .popup-open-btn {
          width: 32px;
          height: 32px; } }
      .features-page .interactive-banner-wrap .popup-open-btn::before {
        position: absolute;
        content: "";
        background: url("../images/graphics/close_white.svg") center/contain no-repeat;
        width: 16px;
        height: 16px;
        transform: translate(-50%, -50%) rotate(45deg);
        top: 50%;
        left: 50%;
        opacity: 1;
        visibility: visible;
        transition: opacity 0.8s ease-in-out; }
        @media (max-width: 1199px) {
          .features-page .interactive-banner-wrap .popup-open-btn::before {
            width: 12px;
            height: 12px; } }
  .features-page .highlights-sec {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 1.4vw 1.4vw;
    align-items: center; }
    @media (max-width: 991px) {
      .features-page .highlights-sec {
        flex-direction: column;
        margin: 0 15px 15px; } }
    .features-page .highlights-sec > div {
      width: 50%; }
      @media (max-width: 991px) {
        .features-page .highlights-sec > div {
          width: 100%; } }
    .features-page .highlights-sec .txt-desc {
      color: #a9754e;
      font-size: 27px;
      font-weight: 300;
      line-height: 42px;
      letter-spacing: 1.35px;
      margin-top: 0;
      margin-bottom: 55px; }
      @media (max-width: 1400px) {
        .features-page .highlights-sec .txt-desc {
          font-size: calc(23px + 4 * ((100vw - 992px) / 408)); }
        .features-page .highlights-sec .txt-desc {
          line-height: calc(39px + 3 * ((100vw - 992px) / 408)); } }
      @media (max-width: 991px) {
        .features-page .highlights-sec .txt-desc {
          margin-bottom: 20px; }
          .features-page .highlights-sec .txt-desc {
            font-size: calc(22px + 1 * ((100vw - 320px) / 672)); }
          .features-page .highlights-sec .txt-desc {
            line-height: calc(34px + 5 * ((100vw - 320px) / 672)); } }
    .features-page .highlights-sec .highlights-wrap {
      background-color: #7b757a;
      color: #fff;
      padding: 6vw 4.5vw 6vw;
      font-size: 16px;
      line-height: normal;
      letter-spacing: 0.8px;
      position: relative;
      margin-top: -30px; }
      @media (max-width: 991px) {
        .features-page .highlights-sec .highlights-wrap {
          margin-top: 0;
          padding: 60px 55px 75px 40px; } }
      @media (max-width: 359px) {
        .features-page .highlights-sec .highlights-wrap {
          padding-left: 40px;
          padding-right: 30px; } }
      .features-page .highlights-sec .highlights-wrap ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
        margin: 0; }
        @media (min-width: 992px) {
          .features-page .highlights-sec .highlights-wrap ul {
            webkit-column-count: 2;
            -moz-column-count: 2;
            column-count: 2;
            -webkit-column-gap: 3vw;
            -moz-column-gap: 3vw;
            column-gap: 3vw; } }
        .features-page .highlights-sec .highlights-wrap ul li {
          padding-bottom: 22px;
          line-height: 26px; }
          @media (min-width: 992px) {
            .features-page .highlights-sec .highlights-wrap ul li {
              -webkit-column-break-inside: avoid;
              -o-column-break-inside: avoid;
              -moz-column-break-inside: avoid;
              break-inside: avoid; } }
    .features-page .highlights-sec .disclaimer {
      position: absolute;
      right: 4.5vw;
      bottom: 4vw; }
      @media (max-width: 991px) {
        .features-page .highlights-sec .disclaimer {
          right: 40px;
          bottom: 56px; } }
    .features-page .highlights-sec .col-left {
      padding-left: 6.9vw;
      padding-right: 11vw; }
      @media (max-width: 1199px) {
        .features-page .highlights-sec .col-left {
          padding-left: 5.9vw;
          padding-right: 9vw; } }
      @media (max-width: 991px) {
        .features-page .highlights-sec .col-left {
          padding-left: 5vw;
          padding-right: 5vw;
          margin-top: 60px;
          margin-bottom: 60px; } }
      .features-page .highlights-sec .col-left .btn {
        display: inline-block;
        padding-top: 32px;
        padding-bottom: 32px; }
        @media (max-width: 991px) {
          .features-page .highlights-sec .col-left .btn {
            padding-top: 24px;
            padding-bottom: 24px; } }
        @media (max-width: 419px) {
          .features-page .highlights-sec .col-left .btn {
            padding-left: 15px;
            padding-right: 40px;
            width: 100%;
            max-width: 300px; }
            .features-page .highlights-sec .col-left .btn::after {
              right: 23px; } }
        @media (max-width: 359px) {
          .features-page .highlights-sec .col-left .btn {
            font-size: 15px;
            max-width: 267px; }
            .features-page .highlights-sec .col-left .btn::after {
              right: 22px; } }
    .features-page .highlights-sec .main-sub-title {
      text-transform: uppercase;
      font-family: "futura-pt";
      letter-spacing: 1.95px;
      font-weight: 500;
      margin-bottom: 25px; }

@media (max-width: 991px) {
  .design-page {
    padding-top: 60px; } }

.scroll-area-viewport .txt-desc {
  letter-spacing: 1.1px; }
  @media (max-width: 991px) {
    .scroll-area-viewport .txt-desc {
      letter-spacing: 0.9px; } }
  .scroll-area-viewport .txt-desc p {
    margin-top: 0;
    margin-bottom: 0; }
    .scroll-area-viewport .txt-desc p + p {
      margin-top: 20px; }
.scroll-area-viewport .txt-block {
  position: relative;
  width: 520px;
  margin-top: 70vh;
  background-color: #7b757a;
  color: #fff;
  margin-left: 1.4vw;
  padding: 80px 90px 75px 55px; }
  @media (max-width: 991px) {
    .scroll-area-viewport .txt-block {
      position: initial;
      transform: none !important;
      width: calc(100% - 30px);
      margin: 15px;
      padding: 60px 40px; } }
  @media (max-width: 359px) {
    .scroll-area-viewport .txt-block {
      padding: 50px 30px; } }
  .scroll-area-viewport .txt-block .main-title {
    color: #dbd0c4;
    margin-bottom: 30px; }

.design-slider-wrap {
  position: relative; }
  .design-slider-wrap .slider-inner-wrap {
    position: fixed;
    right: 1.4vw;
    left: 1.4vw;
    top: 68px;
    bottom: 0; }
    @media (max-width: 991px) {
      .design-slider-wrap .slider-inner-wrap {
        height: 80vw;
        min-height: 300px;
        top: 0;
        right: 0;
        left: 0;
        bottom: initial;
        position: relative; } }
    .design-slider-wrap .slider-inner-wrap div {
      height: 100%; }
      .design-slider-wrap .slider-inner-wrap div.pause_play_wrap {
        height: 30px; }
  .design-slider-wrap .design-slider .slick-dots {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    z-index: 5; }
    .design-slider-wrap .design-slider .slick-dots li {
      list-style: none;
      line-height: 0; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .design-slider-wrap .design-slider .slick-dots li {
          padding-top: 1px; } }
      .design-slider-wrap .design-slider .slick-dots li + li {
        padding-top: 15px; }
      .design-slider-wrap .design-slider .slick-dots li.slick-active button {
        opacity: 1; }
    .design-slider-wrap .design-slider .slick-dots button {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      font-size: 0;
      width: 15px;
      height: 15px;
      background-color: #fff;
      opacity: 0.5;
      border-radius: 50%; }

@media (min-width: 992px) {
  body.architecture-design .main-site-content {
    position: relative;
    height: 100%; }
  body.architecture-design footer {
    margin-top: 45px;
    pointer-events: all; } }
  @media screen and (min-width: 992px) and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
    body.architecture-design footer {
      position: relative;
      z-index: 6; } }
@media (min-width: 992px) {
  body.architecture-design .scroll-area-viewport {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none; }
  body.architecture-design .scroll-area {
    position: absolute;
    overflow: hidden;
    top: 0;
    width: 100%;
    pointer-events: none; } }

.blog-common {
  padding-top: 68px;
  position: relative; }
  .blog-common::after {
    background: url("../images/graphics/pattern1_lg.jpg") repeat;
    background-size: 100% auto;
    position: absolute;
    content: '';
    opacity: 0.5;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1; }
    @media (max-width: 991px) {
      .blog-common::after {
        opacity: 1;
        background-size: initial; } }
  @media (max-width: 991px) {
    .blog-common {
      padding-top: 60px; } }
  .blog-common .top-hero {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 1.4vw 1.4vw 4.17vw; }
    @media (max-width: 1199px) {
      .blog-common .top-hero {
        padding-bottom: 3vw; } }
    @media (max-width: 991px) {
      .blog-common .top-hero {
        flex-direction: column;
        padding: 15px; } }
    .blog-common .top-hero .main-sub-title {
      margin-bottom: 43px;
      line-height: 40px; }
      @media (max-width: 991px) {
        .blog-common .top-hero .main-sub-title {
          margin-bottom: 35px;
          line-height: normal; } }
  .blog-common .img-blk {
    width: 32.45vw;
    height: 278px; }
    @media (max-width: 991px) {
      .blog-common .img-blk {
        width: 100%;
        height: 55vw; } }
  .blog-common .txt-blk {
    background-color: #a9754e;
    padding: 0 5.5vw;
    flex: 1;
    color: #fff; }
    @media (min-width: 992px) {
      .blog-common .txt-blk {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center; } }
    @media (max-width: 991px) {
      .blog-common .txt-blk {
        padding: 40px; } }
  .blog-common .filter-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .blog-common .filter-wrap .selectivo {
      width: 15.6vw; }
      @media (max-width: 991px) {
        .blog-common .filter-wrap .selectivo {
          width: 100%;
          max-width: none;
          margin-bottom: 16px; } }
      .blog-common .filter-wrap .selectivo:last-of-type {
        margin-right: 0; }
        @media (max-width: 991px) {
          .blog-common .filter-wrap .selectivo:last-of-type {
            margin-bottom: 0; } }
    @media (max-width: 991px) {
      .blog-common .filter-wrap {
        flex-direction: column; } }

.blog-listing {
  min-height: 250px; }
  @media (min-width: 992px) {
    .blog-listing {
      padding-left: 3vw;
      padding-right: 3vw; } }
  @media (min-width: 1200px) {
    .blog-listing {
      padding-left: 4.17vw;
      padding-right: 4.17vw; } }
  @media (max-width: 991px) {
    .blog-listing {
      padding-left: 15px;
      padding-right: 15px; } }
  .blog-listing .blogs-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
  .blog-listing .blog-item {
    width: 100%;
    margin-bottom: 15px;
    position: relative; }
    @media (min-width: 992px) {
      .blog-listing .blog-item {
        width: calc(33.3% - 2vw);
        margin-bottom: 3vw;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column; }
        .blog-listing .blog-item:nth-child(3n - 1) {
          margin-left: 3vw;
          margin-right: 3vw; } }
    @media (min-width: 1200px) {
      .blog-listing .blog-item {
        width: calc(33.3% - 2.78vw);
        margin-bottom: 4.17vw; }
        .blog-listing .blog-item:nth-child(3n - 1) {
          margin-left: 4.17vw;
          margin-right: 4.17vw; } }
  .blog-listing .blog-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .blog-listing .blog-img {
    background-color: #666;
    height: 19vw; }
    @media (max-width: 991px) {
      .blog-listing .blog-img {
        height: 46vw; } }
    @media (max-width: 767px) {
      .blog-listing .blog-img {
        height: 66vw; } }
  .blog-listing .blog-detail {
    background-color: #7b757a;
    color: #fff;
    padding: 3.8vw 2.8vw; }
    @media (min-width: 992px) {
      .blog-listing .blog-detail {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        flex: 1 0 auto; } }
    @media (max-width: 991px) {
      .blog-listing .blog-detail {
        padding: 35px 50px 35px 40px; } }
    @media (max-width: 359px) {
      .blog-listing .blog-detail {
        padding: 30px 35px 30px 25px; } }
  @media (min-width: 992px) {
    .blog-listing .blog-desc-wrap {
      flex: 1 0 auto; } }
  .blog-listing .blog-title-sm {
    font: 700 18px/normal "futura-pt";
    letter-spacing: 1.35px;
    text-transform: uppercase; }
  .blog-listing .blog-desc {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.9px;
    margin-top: 18px;
    margin-bottom: 35px; }
    @media (max-width: 991px) {
      .blog-listing .blog-desc {
        font-size: 16px;
        letter-spacing: 0.8px;
        line-height: 28px;
        margin-bottom: 30px; } }
  .blog-listing .btn {
    padding: 0; }
  .blog-listing .link {
    padding: 0 60px 0 0;
    color: #dbd0c4; }
    .blog-listing .link::after {
      right: 25px; }
    .blog-listing .link:hover::after {
      right: 15px; }

.blog-detail-page {
  padding-bottom: 40px;
  overflow-x: hidden; }
  @media (max-width: 991px) {
    .blog-detail-page {
      padding-bottom: 15px; } }
  .blog-detail-page .top-hero {
    padding-bottom: 1.4vw; }
    @media (max-width: 991px) {
      .blog-detail-page .top-hero {
        display: none; } }
    .blog-detail-page .top-hero .bck-btn {
      display: inline-block;
      margin-bottom: 65px;
      color: #fff; }
  .blog-detail-page .blog-post-container {
    position: relative;
    background-color: #7b757a;
    color: #fff;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 75px 80px; }
    @media (max-width: 1199px) {
      .blog-detail-page .blog-post-container {
        width: 800px;
        padding: 65px 70px; } }
    @media (max-width: 991px) {
      .blog-detail-page .blog-post-container {
        width: calc(100% - 30px);
        margin: 15px 15px 0 15px;
        padding: 70px 40px 53px; } }
    @media (max-width: 359px) {
      .blog-detail-page .blog-post-container {
        padding-left: 25px;
        padding-right: 25px; } }
    .blog-detail-page .blog-post-container .main-sub-title {
      margin-top: 25px;
      margin-bottom: 40px; }
      @media (max-width: 991px) {
        .blog-detail-page .blog-post-container .main-sub-title {
          margin-bottom: 35px; } }
    .blog-detail-page .blog-post-container .bck-btn {
      color: #dbd0c4; }
  .blog-detail-page .blog-post-detail {
    letter-spacing: 1.1px; }
    .blog-detail-page .blog-post-detail a {
      text-decoration: underline; }
    .blog-detail-page .blog-post-detail h2, .blog-detail-page .blog-post-detail h3, .blog-detail-page .blog-post-detail h4, .blog-detail-page .blog-post-detail h5, .blog-detail-page .blog-post-detail h6 {
      line-height: normal; }
    .blog-detail-page .blog-post-detail h2 {
      font-size: 39px; }
    .blog-detail-page .blog-post-detail h3 {
      font-size: 28px; }
    .blog-detail-page .blog-post-detail h4 {
      font-size: 24px; }
    .blog-detail-page .blog-post-detail h5 {
      font-size: 20px; }
    .blog-detail-page .blog-post-detail h6 {
      font-size: 18px; }
    .blog-detail-page .blog-post-detail ul {
      padding-left: 18px; }
    .blog-detail-page .blog-post-detail p {
      margin-top: 0;
      margin-bottom: 0; }
      .blog-detail-page .blog-post-detail p + p {
        margin-top: 20px; }
        @media (max-width: 991px) {
          .blog-detail-page .blog-post-detail p + p {
            margin-top: 17px; } }
      .blog-detail-page .blog-post-detail p + ul {
        margin-top: 20px; }
        @media (max-width: 991px) {
          .blog-detail-page .blog-post-detail p + ul {
            margin-top: 17px; } }
  .blog-detail-page .hover-img {
    display: none; }
  .blog-detail-page .social-share-icons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-top: 45px;
    margin-bottom: 22px; }
    .blog-detail-page .social-share-icons a {
      display: inline-block;
      margin-right: 10px;
      padding: 0; }
      .blog-detail-page .social-share-icons a img {
        width: 22px; }
      .blog-detail-page .social-share-icons a:hover {
        background-repeat: no-repeat;
        background-size: contain; }
        .blog-detail-page .social-share-icons a:hover img {
          opacity: 0; }
    .blog-detail-page .social-share-icons .a2a_button_facebook:hover {
      background-image: url("../images/graphics/blog_fb_hover.svg"); }
    .blog-detail-page .social-share-icons .a2a_button_twitter:hover {
      background-image: url("../images/graphics/blog_tw_hover.svg"); }
    .blog-detail-page .social-share-icons .a2a_button_email:hover {
      background-image: url("../images/graphics/blog_email_hover.svg"); }
    .blog-detail-page .social-share-icons .addtoany_share {
      background: url("../images/graphics/blog_share.svg") center/contain no-repeat;
      width: 20px;
      height: 20px;
      transition: all 0.2s ease-in-out;
      margin-bottom: 2px; }
      .blog-detail-page .social-share-icons .addtoany_share span {
        display: none; }
      .blog-detail-page .social-share-icons .addtoany_share:hover {
        background-image: url("../images/graphics/blog_share_hover.svg"); }
  .blog-detail-page .featured-img {
    height: 41.7vw;
    background-color: #666;
    width: calc(100% + 120px);
    margin-left: -120px;
    margin-bottom: 55px;
    margin-top: 52px; }
    @media (max-width: 1199px) {
      .blog-detail-page .featured-img {
        width: calc(100% + 110px);
        margin-left: -110px; } }
    @media (max-width: 991px) {
      .blog-detail-page .featured-img {
        width: calc(100% + 110px);
        margin-left: -55px;
        height: 71vw;
        max-height: 500px;
        margin-bottom: 35px;
        margin-top: 35px; } }
    @media (max-width: 359px) {
      .blog-detail-page .featured-img {
        width: calc(100% + 80px);
        margin-left: -40px; } }
  .blog-detail-page .blog-post-date {
    text-transform: uppercase;
    font: 700 18px/normal "futura-pt";
    letter-spacing: 1.35px;
    color: #dbd0c4; }
  .blog-detail-page svg {
    fill: #dbd0c4;
    left: -140px;
    top: 33px; }
    @media (max-width: 1199px) {
      .blog-detail-page svg {
        top: 26px;
        left: -130px; } }
    @media (max-width: 991px) {
      .blog-detail-page svg {
        top: 20px;
        left: -70px; } }
  .blog-detail-page .bck-btn {
    padding: 0 0 0 37px; }
    .blog-detail-page .bck-btn::after {
      right: auto;
      left: 2px;
      height: 8px;
      transform: translateY(-50%) rotate(180deg); }
    .blog-detail-page .bck-btn:hover::after {
      left: -8px; }

.pagination {
  text-align: center;
  padding-bottom: 60px; }
  @media (max-width: 991px) {
    .pagination {
      padding-top: 25px;
      padding-bottom: 40px; } }
  .pagination .wp-pagenavi {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center; }
    .pagination .wp-pagenavi span, .pagination .wp-pagenavi a {
      border: 0;
      padding: 0;
      margin: 0;
      font: 700 18px/1 "futura-pt";
      display: inline-block;
      letter-spacing: 1.35px;
      color: #7b757a; }
      .pagination .wp-pagenavi span + a, .pagination .wp-pagenavi a + a {
        margin-left: 10px; }
      .pagination .wp-pagenavi span + span, .pagination .wp-pagenavi a + span {
        margin-left: 10px; }
      .pagination .wp-pagenavi span.current, .pagination .wp-pagenavi a.current {
        position: relative; }
        .pagination .wp-pagenavi span.current::after, .pagination .wp-pagenavi a.current::after {
          position: absolute;
          content: '';
          bottom: -1px;
          width: 100%;
          background-color: #7b757a;
          left: 0;
          height: 1px; }
    .pagination .wp-pagenavi .nextpostslink {
      margin-left: 14px; }
    .pagination .wp-pagenavi .nextpostslink, .pagination .wp-pagenavi .previouspostslink {
      background: url("../images/graphics/arrow_beige_dark.svg") center/contain no-repeat;
      font-size: 0;
      width: 24px;
      height: 7px; }
      .pagination .wp-pagenavi .nextpostslink.buttonDisabled, .pagination .wp-pagenavi .previouspostslink.buttonDisabled {
        cursor: default;
        pointer-events: none; }
    .pagination .wp-pagenavi .previouspostslink {
      transform: rotate(180deg); }
      .pagination .wp-pagenavi .previouspostslink + a {
        margin-left: 14px; }

/*# sourceMappingURL=main.css.map */

.osano-cm-widget {
  display: none;
}
.osano-cm-disclosure__toggle, .osano-cm-expansion-panel__toggle,
.osano-cm-disclosure__toggle:hover,
.osano-cm-link:hover, .osano-cm-link:active, 
.osano-cm-link {
  color: #000;
} 
.osano-cm-disclosure__toggle, .osano-cm-expansion-panel__toggle,
.osano-cm-disclosure__toggle:hover,
.osano-cm-link,
.osano-cm-link:hover, 
.osano-cm-link:active {
  color: #000;
}

footer .pp-div {
  text-align: right;
}
footer .pp-div .cookie {
  width: 100%;
  padding-top: 10px;
}

