/
/* 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;
  overflow-x: hidden;
}

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

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/**
 * 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: 400 20px/28px "Chalet-LondonNineteenSixty";
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  line-height: 1;
  margin-bottom: 0;
}

@font-face {
  font-family: "Chalet-ParisNineteenSixty";
  src: url("../fonts/Chalet-ParisNineteenSixty/Chalet-ParisNineteenSixty.eot");
  src: url("../fonts/Chalet-ParisNineteenSixty/Chalet-ParisNineteenSixty.eot?#iefix") format("embedded-opentype"), url("../fonts/Chalet-ParisNineteenSixty/Chalet-ParisNineteenSixty.woff2") format("woff2"), url("../fonts/Chalet-ParisNineteenSixty/Chalet-ParisNineteenSixty.woff") format("woff"), url("../fonts/Chalet-ParisNineteenSixty/Chalet-ParisNineteenSixty.ttf") format("truetype"), url("../fonts/Chalet-ParisNineteenSixty/Chalet-ParisNineteenSixty.otf") format("otf");
  font-display: swap;
}
@font-face {
  font-family: "Chalet-LondonNineteenSixty";
  src: url("../fonts/Chalet-LondonNineteenSixty/Chalet-LondonNineteenSixty.eot");
  src: url("../fonts/Chalet-LondonNineteenSixty/Chalet-LondonNineteenSixty.eot?#iefix") format("embedded-opentype"), url("../fonts/Chalet-LondonNineteenSixty/Chalet-LondonNineteenSixty.woff2") format("woff2"), url("../fonts/Chalet-LondonNineteenSixty/Chalet-LondonNineteenSixty.woff") format("woff"), url("../fonts/Chalet-LondonNineteenSixty/Chalet-LondonNineteenSixty.ttf") format("truetype"), url("../fonts/Chalet-LondonNineteenSixty/Chalet-LondonNineteenSixty.otf") format("otf");
  font-display: swap;
}
@font-face {
  font-family: "Antonio-Regular";
  src: url("../fonts/Antonio-Regular/Antonio-Regular.eot");
  src: url("../fonts/Antonio-Regular/Antonio-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Antonio-Regular/Antonio-Regular.woff2") format("woff2"), url("../fonts/Antonio-Regular/Antonio-Regular.woff") format("woff"), url("../fonts/Antonio-Regular/Antonio-Regular.ttf") format("truetype"), url("../fonts/Antonio-Regular/Antonio-Regular.otf") format("otf");
  font-display: swap;
}
@font-face {
  font-family: "Aeonik-Regular";
  src: url("../fonts/Aeonik-Regular/Aeonik-Regular.eot");
  src: url("../fonts/Aeonik-Regular/Aeonik-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Aeonik-Regular/Aeonik-Regular.woff2") format("woff2"), url("../fonts/Aeonik-Regular/Aeonik-Regular.woff") format("woff"), url("../fonts/Aeonik-Regular/Aeonik-Regular.ttf") format("truetype"), url("../fonts/Aeonik-Regular/Aeonik-Regular.otf") format("otf");
  font-display: swap;
}
/*.....Placeholder Selectors....*/
.sticky-filter .btn, .modal-popup .modal-dialog {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-page .services-content, .contact-page .contact-form-section, .home-page .contact-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-detail-page .featured-img, .blog-lists .blog-img, .slider-img, .gallery-page .thumb-img, .home-page .animate-text-section .image-block, .home-page .hero-wrap .slide, .carousel-block-wrap .carousel-img, .inner-banner, .banner-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-detail-page .btn::before, .featured-article-slider .slider-item::after, .blog-lists .blog-item::after, .news-page .slider-wrap::after, .floorplans-detail-page .detail-wrap .back-btn::after, .contact-page .contact-form-section .left::after, .location-page .map-container .poi_popup .poi_btn .btn::after, .location-page .map-container .map-wrap .list-view .btn-poi::after, .gallery-page .thumb-item::after, .home-page .hero-wrap .hero-slider .slide::after, .header .extended-menu-section .menu-expanded-wrap::before, .header .extended-menu-section .menu-expanded-wrap::after, .btn-arrow::after, .home-page .amenities-features .btn::after, .hywrap .form-actions button[type=submit]::after, .hywrap .hytag_form_desired_move_in_date .controls::after,
.hywrap .hytag_number_of_bedrooms .controls::after {
  content: "";
  position: absolute;
}

/*.....Common Elements....*/
a {
  text-decoration: none;
  -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;
}

ul {
  margin: 0;
  padding: 0;
}

.page-wrap {
  padding-left: 30px;
  padding-right: 30px;
  overflow-x: hidden;
}
@media (max-width: 1199.8px) {
  .page-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991.8px) {
  .page-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 991.8px) {
  .desk {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .desk-tab {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .mob-only {
    display: none !important;
  }
}

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

.disable-cursor {
  cursor: default;
  pointer-events: none;
}

.hide-content {
  display: none;
}

.highlight {
  font-weight: 700;
  letter-spacing: 1.6px;
}

.no-wrap {
  white-space: nowrap;
}

.modal-popup {
  z-index: -1;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  transition: opacity ease 0.5s;
  -moz-transform: translate3d(0, 0, 2px);
  -o-transform: translate3d(0, 0, 2px);
  -ms-transform: translate3d(0, 0, 2px);
  -webkit-transform: translate3d(0, 0, 2px);
  transform: translate3d(0, 0, 2px);
}
.device .modal-popup {
  -moz-transform: translate3d(0, 0, 102px);
  -o-transform: translate3d(0, 0, 102px);
  -ms-transform: translate3d(0, 0, 102px);
  -webkit-transform: translate3d(0, 0, 102px);
  transform: translate3d(0, 0, 102px);
}
.modal-popup.open {
  z-index: 11;
  opacity: 1;
  visibility: visible;
}
.modal-popup .modal-dialog {
  height: 100%;
  flex-direction: column;
}
.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/icons/close_brown.svg") center/contain no-repeat;
  cursor: pointer;
  width: 19px;
  height: 21px;
  top: 20px;
  right: 20px;
  font-size: 0;
  z-index: 10;
}
@media (max-width: 1199.8px) {
  .modal-popup .close-popup {
    width: 18px;
    height: 18px;
    top: 22px;
    right: 30px;
  }
}

.slick-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: none;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(54, 97, 149, 0.5);
  border-radius: 50px;
  background-size: 50px 50px;
  cursor: pointer;
  height: 100px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-indent: 101%;
  top: 50%;
  white-space: nowrap;
  width: 100px;
  z-index: 2;
}
@media (max-width: 991.8px) {
  .slick-arrow {
    height: 38px;
    width: 20px;
  }
}

.slick-prev {
  -moz-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  left: 20px;
}

.slick-next {
  right: 20px;
}

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

.animate-para {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -ms-transition-duration: 1s;
  opacity: 0;
  -ms-transition-property: opacity, -ms-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  transition-property: opacity, transform, -ms-transform;
}
.animate-para.col-left {
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.animate-para.col-rgt {
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.animate-para.inposition {
  opacity: 1;
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

a:focus,
button:focus,
.hywrap input:focus,
.hywrap input[type=text]:focus,
.hywrap button[type=submit]:focus,
.selectivo .selectivo__label:focus,
.selectivo .selectivo__option:focus,
.hywrap select:focus,
.hywrap textarea:focus,
*:focus {
  outline: transparent dashed 2px;
  outline-offset: 1px;
  transition: none !important;
}

.using-keytab .hywrap input:focus,
.using-keytab .hywrap input[type=text]:focus,
.using-keytab .hywrap button[type=submit]:focus,
.using-keytab .hywrap select:focus,
.using-keytab .hywrap textarea:focus,
.using-keytab .selectivo .selectivo__label:focus,
.using-keytab .selectivo .selectivo__option:focus,
.using-keytab a:focus,
.using-keytab button:focus,
.using-keytab *:focus {
  outline-color: #666666;
}

.using-keytab .modal-popup .close-popup:focus,
.using-keytab header *:focus,
.using-keytab footer *:focus {
  outline-color: #f0f0ec;
}

body > iframe {
  position: absolute;
  border: 0;
  height: 0 !important;
}

/*.....Common Classes....*/
.selectivo {
  background: transparent;
  width: 14vw;
}
@media (max-width: 991.8px) {
  .selectivo {
    width: 100%;
  }
}
.selectivo + .selectivo {
  margin-left: 40px;
}
@media (max-width: 991.8px) {
  .selectivo + .selectivo {
    margin-left: 0;
    margin-top: 35px;
  }
}
.selectivo .selectivo__label {
  border: 0;
  padding: 0 20px 7px 0;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  background: url("../images/icons/dropdown_black.svg") calc(100% - 6.75vw) center/12px 12px no-repeat;
}
.selectivo .selectivo__label,
.selectivo .selectivo__option {
  font: 400 18px/normal "Antonio-Regular";
  color: #131415;
  letter-spacing: 1.2px;
  text-align: left;
  text-transform: uppercase;
}
@media (max-width: 991.8px) {
  .selectivo .selectivo__label,
.selectivo .selectivo__option {
    font-size: 16px;
    letter-spacing: normal;
  }
}
.selectivo .selectivo__option {
  padding: 8px 15px 8px 5px;
  white-space: normal;
  transition: all 0.2s ease-in-out;
}
.selectivo .selectivo__option:first-child {
  background: none;
}
.system .selectivo .selectivo__option.selectivo__option--selected, .system .selectivo .selectivo__option:hover {
  background: #bf8b5e;
  border-radius: 50px;
}
@media (max-width: 991.8px) {
  .system .selectivo .selectivo__option.selectivo__option--selected, .system .selectivo .selectivo__option:hover {
    border-radius: 0;
  }
}
.selectivo .selectivo__dropdown {
  border: 1px solid #fff;
  border-top: 0;
  background: #fff;
  top: auto;
  max-height: 160px;
  z-index: 2;
}
.selectivo .selectivo__dropdown .mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.inner-banner, .banner-image {
  height: 75vh;
  max-height: 530px;
  position: relative;
}
@media (max-width: 991.8px) {
  .inner-banner, .banner-image {
    min-height: 320px;
  }
}
@media (max-width: 767.8px) {
  .inner-banner, .banner-image {
    max-height: 480px;
  }
}
@media (max-width: 373.8px) {
  .inner-banner, .banner-image {
    max-height: 600px;
    height: 82vh;
  }
}
.inner-banner::before, .banner-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 30%, rgba(0, 0, 0, 0.25) 100%);
}
@media (max-width: 767.8px) {
  .inner-banner::before, .banner-image::before {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0.6) 35%, rgba(0, 0, 0, 0) 100%);
  }
}

.banner-head {
  font-family: "Chalet-ParisNineteenSixty";
  font-size: 55px;
  font-style: normal;
  letter-spacing: 1.38px;
  line-height: 60px;
  text-align: left;
  font-weight: normal;
}
@media (max-width: 419.8px) {
  .banner-head br {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .banner-head {
    font-size: calc(35px + 20 * ((100vw - 769px) / 222));
  }
  .banner-head {
    line-height: calc(40px + 20 * ((100vw - 769px) / 222));
  }
  .banner-head {
    letter-spacing: calc(0.67px + 0.71 * ((100vw - 769px) / 222));
  }
}
@media (max-width: 767.8px) {
  .banner-head {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 0.67px;
  }
}
.banner-head .desk-span {
  display: block;
}

.banner-subhead {
  font-family: "Antonio-Regular";
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 4px;
  line-height: 28px;
  text-align: left;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-subhead {
    font-size: calc(14px + 4 * ((100vw - 769px) / 222));
  }
  .banner-subhead {
    line-height: calc(28px + 0 * ((100vw - 769px) / 222));
  }
}
@media (max-width: 767.8px) {
  .banner-subhead {
    font-size: 16px;
    letter-spacing: 2.29px;
    line-height: 28px;
  }
}

.banner-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  text-align: center;
  width: 100%;
  height: 100%;
  padding-left: 8.4vw;
  padding-bottom: 50px;
}
@media (max-width: 991.8px) {
  .banner-content {
    padding-left: 6.75vw;
  }
}
@media (max-width: 767.8px) {
  .banner-content {
    padding-left: 25px;
  }
}
.banner-content .banner-head {
  margin-bottom: 10px;
}

.width-50 {
  width: 50%;
}
@media (max-width: 991.8px) {
  .width-50 {
    width: 100%;
  }
}

.list-head, .feature-page .amenities-features h2, .home-page .contact-section .heading, .home-page .amenities-features h2 {
  font-family: "Chalet-ParisNineteenSixty";
  font-size: 55px;
  font-style: normal;
  letter-spacing: 1.05px;
  line-height: 1;
  font-weight: normal;
  text-align: left;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .list-head, .feature-page .amenities-features h2, .home-page .contact-section .heading, .home-page .amenities-features h2 {
    font-size: calc(35px + 20 * ((100vw - 769px) / 431));
  }
  .list-head, .feature-page .amenities-features h2, .home-page .contact-section .heading, .home-page .amenities-features h2 {
    line-height: calc(35px + 20 * ((100vw - 769px) / 431));
  }
  .list-head, .feature-page .amenities-features h2, .home-page .contact-section .heading, .home-page .amenities-features h2 {
    letter-spacing: calc(0.67px + 0.38 * ((100vw - 769px) / 431));
  }
}
@media (max-width: 767.8px) {
  .list-head, .feature-page .amenities-features h2, .home-page .contact-section .heading, .home-page .amenities-features h2 {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 0.67px;
  }
}

.list-desc, .contact-page .contact-form-section.new .left .disclaimer, .contact-page .contact-form-section.new .left .content ul li, .contact-page .contact-form-section.new .left .content p, .feature-page .amenities-features ul.list-items li, .feature-page .amenities-features p, .home-page .amenities-features ul.list-items li, .home-page .amenities-features p {
  font-family: "Chalet-LondonNineteenSixty";
  font-size: 16px;
  font-style: normal;
  letter-spacing: 1.5px;
  line-height: 28px;
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px) {
  .list-desc, .contact-page .contact-form-section.new .left .disclaimer, .contact-page .contact-form-section.new .left .content ul li, .contact-page .contact-form-section.new .left .content p, .feature-page .amenities-features ul.list-items li, .feature-page .amenities-features p, .home-page .amenities-features ul.list-items li, .home-page .amenities-features p {
    font-size: calc(17px + -1 * ((100vw - 769px) / 222));
  }
  .list-desc, .contact-page .contact-form-section.new .left .disclaimer, .contact-page .contact-form-section.new .left .content ul li, .contact-page .contact-form-section.new .left .content p, .feature-page .amenities-features ul.list-items li, .feature-page .amenities-features p, .home-page .amenities-features ul.list-items li, .home-page .amenities-features p {
    line-height: calc(29px + -1 * ((100vw - 769px) / 222));
  }
}
@media (max-width: 767.8px) {
  .list-desc, .contact-page .contact-form-section.new .left .disclaimer, .contact-page .contact-form-section.new .left .content ul li, .contact-page .contact-form-section.new .left .content p, .feature-page .amenities-features ul.list-items li, .feature-page .amenities-features p, .home-page .amenities-features ul.list-items li, .home-page .amenities-features p {
    font-size: 17px;
    letter-spacing: 1.5px;
    line-height: 29px;
  }
}

.hidden_block {
  display: none !important;
}

.btn, .btn-poi {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: none;
  font: 400 14px/16px "Chalet-LondonNineteenSixty";
  text-transform: uppercase;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  cursor: pointer;
}
.btn.gold, .btn-poi.gold {
  background-color: #bf8b5e;
  color: #000000;
  text-align: center;
}
.btn.blue, .btn-poi.blue {
  background-color: #366195;
  color: #EAB78A;
}

.slick-arrow {
  width: 75px;
  height: 75px;
}
.slick-arrow.next-cont {
  right: 25%;
}
.slick-arrow.next-cont button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: none;
  cursor: pointer;
  background: url(../images/Arrow.svg) center/contain no-repeat;
  width: 75px;
  height: 75px;
  background-size: 40px 40px;
  position: absolute;
}
.slick-arrow.prev-cont {
  left: 5%;
}
.slick-arrow.prev-cont button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: none;
  cursor: pointer;
  background: url(../images/Arrow.svg) center/contain no-repeat;
  width: 75px;
  height: 75px;
  background-size: 40px 40px;
  position: absolute;
}

.slick-prev {
  -moz-transform: translateY(0%) rotate(180deg);
  -o-transform: translateY(0%) rotate(180deg);
  -ms-transform: translateY(0%) rotate(180deg);
  -webkit-transform: translateY(0%) rotate(180deg);
  transform: translateY(0%) rotate(180deg);
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-disabled {
  opacity: 0;
  pointer-events: none;
}

/*.....Animations....*/
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.hidden-head {
  visibility: hidden;
  height: 0;
}
.animate-sect {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.7s ease-in;
  -moz-transition: all 0.7s ease-in;
  -ms-transition: all 0.7s ease-in;
  -o-transition: all 0.7s ease-in;
  transition: all 0.7s ease-in;
  -moz-transform: translate3d(0px, 50px, 0px);
  -o-transform: translate3d(0px, 50px, 0px);
  -ms-transform: translate3d(0px, 50px, 0px);
  -webkit-transform: translate3d(0px, 50px, 0px);
  transform: translate3d(0px, 50px, 0px);
}

.animate-sect.inposition {
  opacity: 1;
  visibility: visible;
  -moz-transform: translate3d(0px, 0px, 50px);
  -o-transform: translate3d(0px, 0px, 50px);
  -ms-transform: translate3d(0px, 0px, 50px);
  -webkit-transform: translate3d(0px, 0px, 50px);
  transform: translate3d(0px, 0px, 50px);
}

.hywrap form {
  position: relative;
}
@media (max-width: 419.8px) {
  .hywrap #g-recaptcha > div {
    width: 100% !important;
  }
  .hywrap #g-recaptcha > div iframe {
    width: 100%;
  }
}
.hywrap .control-group input[type=text], .hywrap .control-group select, .hywrap .control-group textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: none;
  background: #f1f1f1;
  min-height: 46px;
  color: #131415;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0;
}
.hywrap .hytag_form_desired_move_in_date .controls::after {
  background: rgba(54, 97, 149, 0.62) url("../images/icons/grid.svg") center/13px 13px no-repeat;
}
.hywrap .hytag_number_of_bedrooms .controls::after {
  background: rgba(54, 97, 149, 0.62) url("../images/icons/right-arrow-white.svg") center/10px 10px no-repeat;
  transform: rotate(90deg);
}
.hywrap .hytag_form_desired_move_in_date .controls,
.hywrap .hytag_number_of_bedrooms .controls {
  position: relative;
}
.hywrap .hytag_form_desired_move_in_date .controls::after,
.hywrap .hytag_number_of_bedrooms .controls::after {
  width: 45px;
  height: 45px;
  top: 0;
  right: 0;
  pointer-events: none;
}
.hywrap .radio + .radio {
  margin-left: 10px;
}
@media (min-width: 992px) {
  .hywrap .hytag_name .name-fields {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .hywrap .hytag_name .name-fields li {
    width: 50%;
  }
  .hywrap .hytag_name .name-fields li:first-of-type {
    padding-right: 5px;
    margin-bottom: 0;
  }
  .hywrap .hytag_name .name-fields li:last-of-type {
    padding-left: 5px;
  }
}
.hywrap #more-info a {
  color: #131415;
  font: 12px/normal "Chalet-LondonNineteenSixty";
  letter-spacing: 1px;
}
.hywrap .top_align .control-label {
  color: rgba(19, 20, 21, 0.7);
  padding: 0 15px;
  z-index: 1;
  font: 14px/normal "Chalet-LondonNineteenSixty";
  letter-spacing: 1.4px;
  margin-top: -10px;
  position: absolute;
  pointer-events: none;
  top: 16px;
  left: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: flex;
  min-height: 46px;
  align-items: center;
}
.hywrap .form-actions button[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: none;
  background: #bf8b5e;
  color: #000000;
  font: 400 14px/normal "Chalet-LondonNineteenSixty";
  position: absolute;
  right: 0;
  bottom: -15px;
  transform: translateY(100%);
  min-height: 46px;
  padding-left: 21px;
  min-width: 115px;
  justify-content: flex-start;
}
@media (max-width: 991.8px) {
  .hywrap .form-actions button[type=submit] {
    right: 50%;
    transform: translate(50%, 100%);
  }
}
.hywrap .form-actions button[type=submit]::after {
  background: url("../images/icons/right-arrow-white.svg") center/contain no-repeat;
  width: 11px;
  filter: invert(1);
  height: 11px;
  right: 21px;
  transition: all 0.3s ease-in-out;
  bottom: 18px;
}
@media (max-width: 991.8px) {
  .hywrap .form-actions button[type=submit]::after {
    right: 18px;
  }
}
.hywrap .form-actions button[type=submit]:hover {
  background: #bf8b5e;
}
.system .hywrap .form-actions button[type=submit]:hover::after {
  transform: translateX(6px);
}
@media (max-width: 991.8px) {
  .hywrap .form-actions button[type=submit] {
    display: block;
    max-width: 330px;
    width: 100%;
  }
}

.hywrap .control-group.hy-signup label {
  pointer-events: all;
  position: relative;
  padding: 0;
  padding-top: 5px;
}

.hywrap .control-group {
  position: relative;
}

.error-page .inner-banner, .error-page .banner-image, .thankyou-page .inner-banner, .thankyou-page .banner-image {
  max-height: 100%;
  height: 100vh;
}

.btn-arrow, .home-page .amenities-features .btn, .resident-links .btn {
  position: relative;
}
.btn-arrow::after, .home-page .amenities-features .btn::after, .resident-links .btn::after {
  background: url("../images/icons/right-arrow-white.svg") center/contain no-repeat;
  width: 11px;
  height: 11px;
  right: -18px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991.8px) {
  .btn-arrow::after, .home-page .amenities-features .btn::after, .resident-links .btn::after {
    right: 18px;
  }
}
.btn-arrow.gold::after, .home-page .amenities-features .gold.btn::after, .resident-links .gold.btn::after {
  filter: invert(1);
}
.system .btn-arrow:hover::after, .system .home-page .amenities-features .btn:hover::after, .home-page .amenities-features .system .btn:hover::after, .system .resident-links .btn:hover::after, .resident-links .system .btn:hover::after {
  transform: translateX(6px);
}

.button-wrap-location {
  display: none;
}

.location .button-wrap-location {
  display: block;
  background-color: #fff;
  text-align: right;
  padding: 20px;
}

.location.list-page .btn.list {
  display: none;
}

.location.map-page .btn.map-view {
  display: none;
}

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

@media (min-width: 992px) {
  .carousel-block-wrap {
    z-index: 2;
    position: relative;
  }
}
.carousel-block-wrap .close-carousel {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: none;
  position: absolute;
  background: url("../images/menu-close-mob.png") center/contain no-repeat;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 3vh;
  right: 20px;
  font-size: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.45s ease;
}
@media only screen and (min-height: 750px) {
  .carousel-block-wrap .close-carousel {
    top: 10vh;
  }
}
.carousel-block-wrap .slide-nav {
  position: absolute;
  top: 40px;
  width: 50%;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
.device .carousel-block-wrap .slide-nav {
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
}
@media (hover: none) {
  .carousel-block-wrap .slide-nav {
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.carousel-block-wrap .slide-nav.slide-to-prev {
  cursor: url("../images/icons/prev_arrow.svg"), auto;
  left: 0;
}
.device .carousel-block-wrap .slide-nav.slide-to-prev {
  background: url("../images/icons/prev_arrow.svg") center/50px 50px no-repeat;
  left: 20px;
}
@media (hover: none) {
  .carousel-block-wrap .slide-nav.slide-to-prev {
    background: url("../images/icons/prev_arrow.svg") center/50px 50px no-repeat;
    left: 20px;
  }
}
.carousel-block-wrap .slide-nav.slide-to-prev.last-slide {
  cursor: url("../images/menu-close-mob.png"), auto;
}
@media (hover: none) {
  .carousel-block-wrap .slide-nav.slide-to-prev.last-slide {
    background: url("../images/menu-close-mob.png") center/50px 50px no-repeat;
  }
}
.carousel-block-wrap .slide-nav.slide-to-next {
  cursor: url("../images/icons/next_arrow.svg"), auto;
  right: 0;
}
.device .carousel-block-wrap .slide-nav.slide-to-next {
  background: url("../images/icons/next_arrow.svg") center/50px 50px no-repeat;
  right: 20px;
}
@media (hover: none) {
  .carousel-block-wrap .slide-nav.slide-to-next {
    background: url("../images/icons/next_arrow.svg") center/50px 50px no-repeat;
    right: 20px;
  }
}
.carousel-block-wrap .slide-nav.slide-to-next.last-slide {
  cursor: url("../images/menu-close-mob.png"), auto;
}
@media (hover: none) {
  .carousel-block-wrap .slide-nav.slide-to-next.last-slide {
    cursor: pointer;
    background: url("../images/menu-close-mob.png") center/50px 50px no-repeat;
  }
}
.carousel-block-wrap .carousel-inner {
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), -moz-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
  will-change: transform;
  transform: translateX(0);
}
.carousel-block-wrap .carousel-outer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
.carousel-block-wrap .carousel-slide {
  width: 100%;
  position: absolute;
  pointer-events: none;
  will-change: transform;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}
.loaded .carousel-block-wrap .carousel-slide {
  transition: -webkit-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), -moz-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), -moz-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.carousel-block-wrap .carousel-slide-inner {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  transition: -webkit-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), -moz-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), -moz-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  left: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}
.carousel-block-wrap .carousel-open-btn {
  cursor: url("../images/icons/cursor_hover.svg"), auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.carousel-block-wrap .carousel-wrap {
  width: 50%;
  position: relative;
  height: 49.5vw;
  will-change: transform;
  transform: translateX(0%);
  max-height: 80vh;
}
@media (max-width: 991.8px) {
  .carousel-block-wrap .carousel-wrap {
    width: 100%;
    height: 91.5vw;
  }
}
.carousel-block-wrap .carousel-img {
  height: 49.5vw;
  max-height: 80vh;
}
@media (max-width: 991.8px) {
  .carousel-block-wrap .carousel-img {
    height: 91.5vw;
  }
}
.carousel-block-wrap.active .carousel-caption {
  opacity: 1 !important;
}
.carousel-block-wrap.active .close-carousel {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.system .carousel-block-wrap.active .last-slide ~ .close-carousel {
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 992px) {
  .carousel-block-wrap.active.carousel-block-right .carousel-inner {
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .carousel-block-wrap.active.carousel-block-right .carousel-wrap {
    -moz-transform: translateX(50%);
    transform: translateX(50%);
  }
}
@media (min-width: 992px) {
  .carousel-block-wrap.active.carousel-block-left .carousel-inner {
    -moz-transform: translateX(50%);
    transform: translateX(50%);
  }
  .carousel-block-wrap.active.carousel-block-left .carousel-wrap {
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.carousel-block-wrap.active .slide-nav {
  z-index: 5;
  opacity: 1;
  pointer-events: all;
}
.carousel-block-wrap.active .carousel-open-btn {
  display: none;
}

.control_btn {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 50px;
}
.control_btn button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: none;
  width: 35px;
  height: 35px;
  margin-left: 18px;
  cursor: pointer;
  position: relative;
  background: transparent;
}
.control_btn button:before, .control_btn button:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.control_btn button.play:before {
  background: url(../images/icons/pause-icon.svg) no-repeat center center;
  background-size: contain;
}
.control_btn button.play:after {
  opacity: 0;
  background: url(../images/icons/play-icon.svg) no-repeat center center;
  background-size: contain;
}
.control_btn button.play.paused:before {
  opacity: 0;
}
.control_btn button.play.paused:after {
  opacity: 1;
}

.device .home-page .hero-wrap .hero-slider {
  height: 75vh !important;
}

html.menu-popup-opened, html.menu-popup-opened body {
  position: relative;
  overflow-y: hidden;
  height: 100%;
}

.link-div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.link-div .external-links a {
  margin-right: 20px;
  font-size: 10px;
}
@media (max-width: 991.8px) {
  .link-div .external-links a {
    font-size: 10px;
  }
}
@media (max-width: 991.8px) {
  .link-div {
    margin-bottom: 10px;
  }
}

.footer-menu-wrap .col .external-links {
  margin-bottom: 30px;
}
.footer-menu-wrap .col .external-links a {
  margin-right: 20px;
  font-size: 10px;
}
@media (max-width: 991.8px) {
  .footer-menu-wrap .col .external-links a {
    font-size: 10px;
  }
}

.disable-section {
  display: none !important;
}

.menu-expanded-inner {
  width: 100%;
}
.video-tour-page iframe {
  width: 100%;
  height: 100vh;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

#pano, #tour {
  width: 100%;
  height: 100vh;
}

.virtual-tour .header {
  background: #366195;
  padding: 23px 40px;
}
@media (max-width: 991.8px) {
  .virtual-tour .header {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.news-and-blogs .blog-lists .alm-listing {
  display: flex;
  flex-wrap: wrap;
}

.expense-display {
  background-color: #fff;
}

.rfwa-expense-guide-container {
  padding-top: 0;
  padding-bottom: 5em !important;
}

.expense-display .rfwa-expense-guide-container h2 {
  color: #89674e;
  margin-top: 0 !important;
  font-family: "Chalet-ParisNineteenSixty";
}

@media (min-width: 992px) {
  .expense-display .rfwa-expense-guide-container h2 {
    margin-top: 0 !important;
  }
}
.expense-display .rfwa-expense-guide-container p {
  color: #000;
}

.qrfwa-expense-footer,
[data-accordion=true] .rfwa-expense-guide-container .rfwa-accordion-header h3,
.rfwa-expense-guide-container p,
.rfwa-expense-list th,
.rfwa-expense-list .rfwa-expense-label,
.rfwa-expense-list .rfwa-expense-amount.has-tooltip,
.rfwa-expense-list .rfwa-expense-details,
.rfwa-expense-list td::before,
.rfwa-expense-footer {
  color: #000 !important;
}

.rfwa-expense-list td {
  color: #000 !important;
}

.rfwa-expense-type,
.rfwa-expense-type-required {
  background-color: #000 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
}

.rfwa-expense-type.Optional,
.rfwa-expense-type.Situational,
.rfwa-expense-type-optional,
.rfwa-expense-type-situational {
  background: #6c7120 !important;
  color: #fff !important;
  border: 1px solid #6c7120 !important;
}

.rfwa-export-pdf-link {
  color: #000 !important;
}

.grid-section.show .price-disclaimer {
  font-size: 14px;
  margin: 0;
  padding: 30px 120px 0px;
}
@media (max-width: 1399.8px) {
  .grid-section.show .price-disclaimer {
    padding: 30px 6.75vw 0;
  }
}
@media (max-width: 767.8px) {
  .grid-section.show .price-disclaimer {
    padding: 30px 25px 0 10px !important;
  }
  .price-disclaimer{
  padding-left:10px;
  }
}

.type-wrapper .price-disclaimer {
  padding: 15px 0 0 !important;
}

.rfwa-fee-calculator {
  position: relative;
}

.rfwa-fee-calculator:before {
  margin-left: -4px;
}

.rfwa-fee-calculator span {
  position: absolute;
  top: 0;
  left: 30px;
  width: 200px;
  font-size: 16px !important;
  color: #000 !important;
}

.rfwa-expense-list th {
  font-weight: bold !important;
}

.floorplans-landing-page .rfwa-fee-calculator::before {
  margin-top: -2px;
}

[data-accordion=true] .rfwa-expense-guide-container .rfwa-accordion-icon::before {
  border-right: 2px solid #000 !important;
  border-bottom: 2px solid #000 !important;
}

.detail-calculator-wrap {
  height: 55px;
  display: flex;
  align-items: center;
}

.skip-nav {
  background: transparent;
  color: #fff;
  left: 0;
  padding: 1rem 1.5rem;
  position: absolute;
  top: -4.2rem;
}
c .skip-nav:focus, .skip-nav:active {
  background: #366195;
  left: 0;
  outline: 0;
  position: fixed;
  top: 0;
  z-index: 9999;
  -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;
}

.header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  position: absolute;
  padding: 45px 40px;
  width: 100%;
  z-index: 10;
  background: transparent;
  -moz-transform: translate3d(0px, 0px, 100px);
  -o-transform: translate3d(0px, 0px, 100px);
  -ms-transform: translate3d(0px, 0px, 100px);
  -webkit-transform: translate3d(0px, 0px, 100px);
  transform: translate3d(0px, 0px, 100px);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header.header-stick {
  background: #366195;
  padding: 23px 40px;
  top: 0 !important;
  position: fixed;
}
.header.header-stick .extended-menu-section .ham-btn.close {
  top: 23px;
}
@media (max-width: 991.8px) {
  .header.header-stick {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 991.8px) {
  .header {
    padding: 40px 25px;
  }
}
.header .header-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991.8px) {
  .header .header-wrapper .logo-wrap {
    width: 134px;
  }
}
@media (min-width: 992px) {
  .header .header-wrapper .logo-wrap {
    flex: 1;
  }
}
.header .header-hamburger-menu li {
  margin-bottom: 50px;
}
@media (max-width: 991.8px) {
  .header .header-hamburger-menu li {
    margin-bottom: 23px;
  }
}
@media (max-width: 991.8px) {
  .header .phone-icon {
    width: 55px;
    height: 55px;
    background-color: #d9e0ec;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    margin-right: 10px;
  }
}
@media (max-width: 991.8px) {
  .header .ham-btn-wrap {
    display: flex;
  }
}
@media (min-width: 992px) {
  .header .ham-btn-wrap {
    flex: 1;
    text-align: right;
  }
}
.header .menu-nav .header-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 991.8px) {
  .header .menu-nav .header-menu {
    animation-fill-mode: forwards;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    top: 0;
    line-height: normal;
    padding-top: 35px;
    padding-bottom: 35px;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    display: none;
  }
}
.header .menu-nav .header-menu li {
  list-style: none;
}
.header .menu-nav .header-menu li:not(:last-of-type) {
  padding-right: 40px;
}
@media (min-width: 992px) and (max-width: 991px) {
  .header .menu-nav .header-menu li:not(:last-of-type) {
    padding-right: 15px;
  }
}
@media (max-width: 991.8px) {
  .header .menu-nav .header-menu li:not(:last-of-type) {
    padding-right: 0;
    padding-bottom: 30px;
  }
}
.header .menu-nav .header-menu li a {
  font-family: "Chalet-LondonNineteenSixty";
  font-size: 18px;
  font-style: normal;
  letter-spacing: 1.5px;
  line-height: normal;
  text-align: center;
  color: #fff;
  position: relative;
}
.header .menu-nav .header-menu li a::after {
  opacity: 0;
  content: "";
  position: absolute;
  width: 96%;
  height: 1px;
  bottom: -5px;
  left: 0;
  background: #ffffff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.system .header .menu-nav .header-menu li a:hover::after {
  opacity: 1;
}
.header .menu-nav .header-menu li.current-menu-item a::after, .header .menu-nav .header-menu li.current_page_item a::after {
  opacity: 1;
}
.header .menu-nav .call-icon-wrap {
  width: 29px;
  vertical-align: middle;
  margin-right: 20px;
}
.header .extended-menu-section {
  height: 100%;
  z-index: -1;
  width: 100vw;
  position: fixed;
  top: 0;
  overflow: hidden;
  right: 0;
  background-color: #f9f9f9;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.loaded .header .extended-menu-section {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.header .extended-menu-section.open {
  z-index: 9999;
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
@media (max-width: 991.8px) {
  .header .extended-menu-section {
    background: #fff;
  }
}
.header .extended-menu-section .ham-btn {
  position: absolute;
  top: 30px;
  right: 60px;
  z-index: 1000;
}
.header .extended-menu-section .ham-btn img {
  width: auto;
}
.header .extended-menu-section .ham-btn.close {
  padding: 0;
  top: 45px;
  right: 40px;
}
@media (max-width: 991.8px) {
  .header .extended-menu-section .ham-btn.close {
    right: 25px;
    top: 40px;
  }
  .header .extended-menu-section .ham-btn.close img {
    width: 55px;
  }
}
.header .extended-menu-section .menu-expanded-wrap {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.header .extended-menu-section .menu-expanded-wrap::before {
  top: 0;
  bottom: 0;
  width: 30%;
  background: rgba(54, 97, 149, 0.9);
  right: 0;
}
@media (max-width: 991.8px) {
  .header .extended-menu-section .menu-expanded-wrap::before {
    content: none;
  }
}
.header .extended-menu-section .menu-expanded-wrap::after {
  background: url("../images/patterns/Blueflowers.svg") center/cover repeat;
  right: -20vw;
  top: 2vw;
  width: 80%;
  height: 78vw;
  transform: rotate(37deg);
  pointer-events: none;
}
@media (max-width: 991.8px) {
  .header .extended-menu-section .menu-expanded-wrap::after {
    right: -40vw;
    top: auto;
    transform: rotate(42deg);
    bottom: -10vh;
  }
}
.header .extended-menu-section .menu-expanded-wrap .mCustomScrollBox {
  height: auto;
  width: 100%;
}
.header .extended-menu-section .menu-expanded-wrap .mCSB_container {
  margin-right: 0;
}
.header .extended-menu-section .menu-expanded {
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  height: 100%;
  align-items: flex-start;
}
@media (max-width: 991.8px) {
  .header .extended-menu-section .menu-expanded {
    flex-wrap: wrap;
    padding: 80px 6.7vw 30px;
  }
}
.header .extended-menu-section .menu-expanded .col {
  padding-top: 10vh;
  padding-bottom: 10vh;
  background: #f9f9f9;
  width: 35%;
}
@media (max-width: 991.8px) {
  .header .extended-menu-section .menu-expanded .col {
    width: 100%;
    padding: 0;
    background: #fff;
  }
}
@media (min-width: 992px) {
  .header .extended-menu-section .menu-expanded .col:first-of-type {
    padding-left: 5vw;
    padding-right: 2.5vw;
  }
}
@media (min-width: 992px) {
  .header .extended-menu-section .menu-expanded .col:nth-child(2) {
    padding-right: 5vw;
    padding-left: 2.5vw;
  }
}
.header .extended-menu-section .menu-expanded .col:last-child {
  width: 30%;
  padding-right: 5vw;
  padding-left: 5vw;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: transparent;
}
@media (max-width: 991.8px) {
  .header .extended-menu-section .menu-expanded .col:last-child {
    padding: 0;
    width: 100%;
  }
}
.header .extended-menu-section .menu-expanded .col:last-child a {
  color: #fff;
  font-family: "Chalet-ParisNineteenSixty";
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
}
.header .extended-menu-section .menu-expanded .col:last-child a {
  font-size: calc(18px + 0 * ((100vw - 375px) / 1065));
}
.header .extended-menu-section .menu-expanded .col:last-child a {
  line-height: calc(28px + 0 * ((100vw - 375px) / 1065));
}
.header .extended-menu-section .menu-expanded .col:last-child ul {
  margin-bottom: 50px;
}
.header .extended-menu-section .menu-expanded ul li {
  text-align: left;
  list-style: none;
}
.header .extended-menu-section .menu-expanded ul li.current_page_parent a, .header .extended-menu-section .menu-expanded ul li.current-menu-item a, .header .extended-menu-section .menu-expanded ul li.current_page_item a {
  color: #bf8b5e;
}
.header .extended-menu-section .menu-expanded ul li a {
  color: #366195;
  font-family: "Chalet-ParisNineteenSixty";
  font-size: 40px;
  font-style: normal;
  line-height: 1;
  text-align: left;
}
.header .extended-menu-section .menu-expanded ul li a {
  font-size: calc(25px + 15 * ((100vw - 375px) / 1065));
}
.system .header .extended-menu-section .menu-expanded ul li a:hover {
  color: #bf8b5e;
}
.header .extended-menu-section .menu-expanded .address-area span {
  display: block;
}
.header .extended-menu-section .menu-expanded .bottom-menu li {
  margin-bottom: 15px;
}
.header .extended-menu-section .menu-expanded .bottom-menu a {
  color: #89674e;
  font: 400 25px/normal "Antonio-Regular";
  letter-spacing: normal;
}
@media (max-width: 991.8px) {
  .header .extended-menu-section .menu-expanded .bottom-menu a {
    font-size: 20px;
    letter-spacing: 0.33px;
  }
}
.header .extended-menu-section .menu-expanded .sub-heading {
  color: #fff;
  font-family: "Antonio-Regular";
  font-weight: 400;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 18px;
}
.header .extended-menu-section .menu-expanded .sub-heading {
  font-size: calc(17px + 0 * ((100vw - 375px) / 1065));
}
@media (max-width: 991.8px) {
  .header .extended-menu-section .menu-expanded .social-media {
    display: flex;
    margin-top: 5px;
  }
  .header .extended-menu-section .menu-expanded .social-media a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: #366195;
    border-radius: 30px;
    flex-grow: 0;
    flex-shrink: 0;
  }
}
.header .extended-menu-section .menu-expanded .social-media a + a {
  margin-left: 15px;
}
.header .extended-menu-section .menu-expanded .social-media img {
  width: 23px;
  height: 23px;
}
@media (max-width: 991.8px) {
  .header .extended-menu-section .menu-expanded .social-media img {
    height: 17px;
  }
}
.header .ham-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: none;
  border: 1px solid transparent;
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 991.8px) {
  .header .ham-btn {
    width: 55px;
    height: 55px;
  }
}
.header .ham-btn img {
  width: 30px;
}
.header .menu-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991.8px) {
  .header .menu-nav {
    justify-content: flex-end;
    width: calc(100% - 134px);
    display: none;
  }
}

@keyframes menu-in {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}
@keyframes menu-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
  }
}
.special_popup {
  position: absolute;
  background: #366195;
  width: 100%;
  padding: 15px 65px 15px 30px;
  color: #fff;
  top: 0;
  z-index: 10;
}
@media (max-width: 991.8px) {
  .special_popup {
    padding: 15px 65px 17px 30px;
  }
}
.special_popup .special_popup_close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  position: absolute;
  border: 0;
  padding: 0;
  cursor: pointer;
  background: url("../images/icons/close_brown.svg") center/16px 18px no-repeat;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  width: 45px;
  height: 45px;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
.special_popup .special_info {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  width: 97%;
}
.special_popup .special_info p {
  flex-grow: 1;
  max-width: 100%;
  color: #fff;
  font: 14px/16px "Chalet-ParisNineteenSixty";
  letter-spacing: 0.26px;
  text-align: center;
}
@media (max-width: 991.8px) {
  .special_popup .special_info {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}

html.menu-open {
  overflow-y: hidden;
  position: relative;
  height: 100%;
}
html.menu-open body {
  overflow-y: hidden;
  position: relative;
  height: 100%;
}

body.gallery .phone-icon, body.services .phone-icon, body.news-and-blogs .phone-icon, body.blog-detail .phone-icon {
  background-color: #f8f6f5;
}
body.gallery .phone-icon path, body.services .phone-icon path, body.news-and-blogs .phone-icon path, body.blog-detail .phone-icon path {
  fill: #89674e;
}
body.gallery .header.header-stick, body.services .header.header-stick, body.news-and-blogs .header.header-stick, body.blog-detail .header.header-stick {
  background: #89674e;
}
body.location .phone-icon, body.floor-plans .phone-icon {
  background-color: #d2d2b2;
}
body.location .phone-icon path, body.floor-plans .phone-icon path {
  fill: #6c7120;
}
body.location .header.header-stick, body.floor-plans .header.header-stick {
  background: #6c7120;
}

.special-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 11;
  opacity: 0;
  -moz-transform: translate3d(0px, 0px, 101px);
  -o-transform: translate3d(0px, 0px, 101px);
  -ms-transform: translate3d(0px, 0px, 101px);
  -webkit-transform: translate3d(0px, 0px, 101px);
  transform: translate3d(0px, 0px, 101px);
  -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;
}
.special-wrapper:after {
  background-color: #394060;
  opacity: 0.5;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
}
@media (max-width: 991.8px) {
  .special-wrapper:after {
    content: none;
  }
}
.special-wrapper .special-pop-up {
  width: 400px;
  padding: 10px;
  background-color: #fff;
  z-index: 2;
  position: relative;
}
.special-wrapper .special-pop-up .special-content {
  border: 2px solid #366195;
  padding: 60px 40px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 991.8px) {
  .special-wrapper .special-pop-up .special-content {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.special-wrapper .special-pop-up .special-content .special-heading {
  color: #000;
  font-size: 22px;
  font-style: normal;
  letter-spacing: 1.05px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  font-family: "Chalet-ParisNineteenSixty";
}
.special-wrapper .special-pop-up .special-content .special-text {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1.5px;
  line-height: 28px;
  text-align: center;
  margin: 30px 0px;
  font-family: "Chalet-LondonNineteenSixty";
}
.special-wrapper .special-pop-up .special-content .special-link {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 1.5px;
  line-height: 18px;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  font-family: "Chalet-ParisNineteenSixty";
  border-radius: 0;
  width: auto;
  height: auto;
  padding: 17px 40px 15px 15px;
  cursor: pointer;
  z-index: 2;
  margin-bottom: 30px;
}
.special-wrapper .special-pop-up .special-content .special-link::after {
  content: "";
  position: absolute;
  background: url("../images/icons/right-arrow-white.svg") center/contain no-repeat;
  width: 11px;
  height: 11px;
  right: 18px;
  transition: all 0.3s ease-in-out;
  top: 20px;
}
@media (max-width: 991.8px) {
  .special-wrapper .special-pop-up .special-content .special-link::after {
    right: 18px;
  }
}
.system .special-wrapper .special-pop-up .special-content .special-link:hover::after {
  transform: translateX(6px);
}
.special-wrapper .special-pop-up .special-disclaimer {
  text-align: center;
  font-size: 13px;
  line-height: 1.1;
  font-style: italic;
}
.special-wrapper .close-special {
  background: url("../images/icons/close_blue.svg") center/contain no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 21px;
  top: 20px;
  border: 0;
  cursor: pointer;
  border-radius: 65px;
  border: 2px solid #366195;
  background-size: 12px 14px;
}
body.video-tour .header .menu-nav {
  display: none; 
}

.resident-links {
  margin-top: 50px;
}
@media (max-width: 991.8px) {
  .resident-links {
    margin-top: 30px;
    width: 200px;
  }
}
.resident-links .btn {
  display: inline-block;
  border-radius: 0;
  width: auto;
  height: auto;
  padding: 17px 40px 15px 15px;
  cursor: pointer;
  z-index: 2;
  font-size: 14px !important;
  line-height: 14px !important;
  font-weight: 600;
}
.resident-links .btn::after {
  right: 18px;
}
.system .resident-links .btn:hover {
  color: #fff !important;
}
@media (max-width: 991.8px) {
  .resident-links .btn {
    display: block;
    max-width: 330px;
    margin: 0 auto;
    text-align: center;
  }
}

footer {
  background: #366195;
  padding: 100px 5vw 0px;
}
@media (max-width: 991.8px) {
  footer {
    padding: 70px 0 0;
  }
}
@media (max-width: 419.8px) {
  footer {
    padding-top: 18vw;
  }
}
footer .sub-heading, footer h4 {
  color: #fff;
  font-family: "Antonio-Regular";
  font-weight: 400;
  letter-spacing: normal;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}
footer .sub-heading, footer h4 {
  font-size: calc(15px + 0 * ((100vw - 375px) / 1065));
}
footer h4 {
  font: 25px/28px "Chalet-LondonNineteenSixty";
  letter-spacing: 1.5px;
  text-transform: none;
}
footer .cnt-btn {
  text-transform: uppercase;
  font: 14px/normal "Chalet-LondonNineteenSixty";
  display: inline-block;
  color: #000000;
}
@media (max-width: 991.8px) {
  footer .cnt-btn {
    background-color: #bf8b5e;
    color: #000000;
    width: 186px;
    padding: 18px 18px 14px;
  }
  footer .cnt-btn::after {
    filter: invert(1);
  }
}
footer .links {
  margin-bottom: 30px;
}
footer .links .menu-item, footer .links .sec-menu-ft {
  margin-bottom: 10px;
}
footer .links li {
  list-style: none;
}
@media (max-width: 991.8px) {
  footer .logo-link .links {
    margin-bottom: 10px;
  }
}
footer a {
  color: #fff;
  font: 17px/28px "Chalet-LondonNineteenSixty";
  text-align: left;
}
@media (max-width: 991.8px) {
  footer a {
    font-size: 18px;
  }
}
footer a span {
  display: block;
}
footer .footer-menu-wrap, footer .bottom-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
footer .footer-menu-wrap {
  padding: 0px 40px 40px;
}
@media (max-width: 991.8px) {
  footer .footer-menu-wrap {
    padding: 0;
    flex-wrap: wrap;
  }
  footer .footer-menu-wrap .col {
    width: 100%;
  }
  footer .footer-menu-wrap .col .sub-heading {
    margin-top: 20px;
  }
  footer .footer-menu-wrap .col .cnt-heading {
    margin-top: 50px;
  }
  footer .footer-menu-wrap .col .partner-title {
    margin-top: 10px;
  }
}
@media (max-width: 991.8px) {
  footer .top-section {
    padding-left: 6.7vw;
    padding-right: 6.7vw;
  }
}
footer .bottom-section {
  border-top: 1px solid #fff;
  padding: 25px 50px;
}
@media (max-width: 1199.8px) {
  footer .bottom-section {
    padding-left: 35px;
    padding-right: 35px; 
  } 
}
@media (max-width: 991.8px) {
  footer .bottom-section {
    padding: 30px 6.7vw;
    flex-direction: column-reverse;
  }
}
@media (max-width: 991.8px) {
  footer .left {
    position: relative;
    width: 100%;
  }
}
footer .eho {
  margin-right: 5px;
}
footer .eho img {
  width: 23px;
  height: 24px;
}
@media (max-width: 575.8px) {
  footer .eho img {
    width: 20px;
    height: 21px;
  }
}
footer .policy-link, footer .cookie-link {
  font-size: 16px;
  letter-spacing: 1.5px;
}
@media (max-width: 1199.8px) {
  footer .policy-link, footer .cookie-link {
    font-size: 14px; 
  } 
}
@media (max-width: 991.8px) {
  footer .policy-link, footer .cookie-link {
    letter-spacing: normal;
  }
}
@media (max-width: 991.8px) {
  footer .cookie-link.mob {
    align-self: center; 
  } 
}
footer .cookie-link.desk {
  margin-left: 15px; 
}
@media (min-width: 992px) {
  footer .cookie-link.desk {
    display: inline-block !important; 
  } 
}
footer .ada {
  margin-right: 20px;
}
@media (max-width: 991.8px) {
  footer .ada {
    margin-right: 8px;
  }
}
@media (max-width: 575.8px) {
  footer .ada img {
    width: 17px;
    height: 19px;
  }
}
footer .bozzuto {
  margin-left: 8px;
}
@media (max-width: 991.8px) {
  footer .bozzuto {
    position: absolute;
    right: 0;
  }
}
footer .bozzuto img {
  width: 111px;
  height: 20px;
}
@media (max-width: 575.8px) {
  footer .bozzuto img {
    width: 83px;
    height: 15px;
  }
}
footer .social-media a {
  margin-right: 20px;
}
footer .social-media img {
  height: 23px;
}
footer .social-media li:last-child {
  padding-right: 0px;
}
footer .disclaimer-section p, footer .disclaimer-section a {
  text-align: center;
  color: #fff;
  font-style: italic;
  font-size: 12px;
  line-height: 14px;
}
footer .disclaimer-section p {
  margin: 0;
  padding: 20px;
}

body.services footer, body.gallery footer, body.news-and-blogs footer, body.blog-detail footer {
  background: #89674e;
}

body.floor-plans footer {
  background: #6d702e;
}

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

.home-page {
  overflow: hidden;
}
.home-page .hero-wrap {
  position: relative;
  background: #fff;
}
.home-page .hero-wrap .hero-slider {
  height: 100vh;
}
.home-page .hero-wrap .hero-slider .slide {
  position: relative;
}
.home-page .hero-wrap .hero-slider .slide::after {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
.home-page .hero-wrap .hero-slider div {
  height: 100%;
}
.home-page .hero-wrap .slider-controls {
  position: absolute;
  bottom: 50px;
  left: 8.4vw;
  display: flex;
  align-items: center;
}
@media (max-width: 991.8px) {
  .home-page .hero-wrap .slider-controls {
    left: 25px;
  }
}
.home-page .hero-wrap .slick-arrow {
  background: url("../images/icons/arrow-white.svg") center no-repeat;
  width: 30px;
  height: 11px;
  left: initial;
  position: relative;
  bottom: initial;
  top: initial;
  transform: none;
}
@media (max-width: 991.8px) {
  .home-page .hero-wrap .slick-arrow {
    width: 25px;
  }
}
.home-page .hero-wrap .slick-arrow.slide-m-prev {
  transform: translateY(0%) rotate(180deg);
}
.home-page .hero-wrap .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  margin-left: 10px;
  margin-right: 10px;
}
.home-page .hero-wrap .slick-dots li {
  display: inline-block;
  list-style: none;
  line-height: 0;
}
.home-page .hero-wrap .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #fff;
  padding: 0;
  margin: 0 7px;
  cursor: pointer;
}
@media (max-width: 991.8px) {
  .home-page .hero-wrap .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
.home-page .hero-wrap .slick-dots li.slick-active button {
  background: transparent;
}
.home-page .hero-wrap .slider-wrap {
  position: relative;
  z-index: 1;
}
.home-page .hero-wrap .pause-play-wrap {
  bottom: 105px;
}
@media (max-width: 991.8px) {
  .home-page .hero-wrap .pause-play-wrap {
    bottom: 20px;
  }
}
@media (max-width: 419.8px) {
  .home-page .hero-wrap .pause-play-wrap {
    bottom: 33px;
  }
}
.home-page .hero-wrap .hero-overview {
  color: #f0f0ec;
  position: absolute;
  z-index: 1;
  left: 8.4vw;
  top: 75%;
}
@media (max-width: 991.8px) {
  .home-page .hero-wrap .hero-overview {
    left: 25px;
    top: 75%
  }
}
.home-page .hero-wrap .hero-overview .main-title {
  font-family: "Chalet-ParisNineteenSixty";
  font-size: 55px;
  font-style: normal;
  letter-spacing: 1.38px;
  font-weight: normal;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .home-page .hero-wrap .hero-overview .main-title {
    font-size: calc(35px + 20 * ((100vw - 769px) / 222));
  }
  .home-page .hero-wrap .hero-overview .main-title {
    line-height: calc(40px + 20 * ((100vw - 769px) / 222));
  }
  .home-page .hero-wrap .hero-overview .main-title {
    letter-spacing: calc(0.67px + 0.71 * ((100vw - 769px) / 222));
  }
}
@media (max-width: 767.8px) {
  .home-page .hero-wrap .hero-overview .main-title {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 0.67px;
  }
}
.home-page .hero-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.25;
}
.home-page .animate-text-section {
  padding: 120px 60px calc(17.4vw + 50px);
  text-align: center;
  position: relative;
  background: linear-gradient(180deg, #D9E0EC 78.5%, #F9F9F9 100%);
}
@media (max-width: 991.8px) {
  .home-page .animate-text-section {
    padding: calc(47vw + 120px) 25px calc(40vw + 90px);
  }
}
.home-page .animate-text-section .image-block {
  position: absolute;
}
.home-page .animate-text-section .image-block.left-top {
  width: 10.4vw;
  height: 10.4vw;
  top: 120px;
  left: 60px;
  opacity: 1;
}
@media (max-width: 991.8px) {
  .home-page .animate-text-section .image-block.left-top {
    width: 25vw;
    height: 25vw;
    top: 60px;
    left: 25px;
  }
}
.home-page .animate-text-section .image-block.right-top {
  width: 13vw;
  height: 15.3vw;
  right: 60px;
  top: 14vw;
}
@media (max-width: 991.8px) {
  .home-page .animate-text-section .image-block.right-top {
    width: 38vw;
    height: 47vw;
    right: 25px;
    top: 95px;
  }
}
.home-page .animate-text-section .image-block.left-bottom {
  width: 13.4vw;
  bottom: 130px;
  left: 90px;
  height: 15.3vw;
}
@media (max-width: 991.8px) {
  .home-page .animate-text-section .image-block.left-bottom {
    width: 33vw;
    height: 38vw;
    bottom: 60px;
    left: 25px;
  }
}
.home-page .animate-text-section .image-block.right-bottom {
  width: 17.4vw;
  height: 17.4vw;
  right: 6vw;
  bottom: 85px;
}
@media (max-width: 991.8px) {
  .home-page .animate-text-section .image-block.right-bottom {
    width: 40vw;
    height: 40vw;
    right: 25px;
    bottom: 0px;
  }
}
.home-page .animate-text-section .text-section {
  max-width: 53%;
  margin: 0 auto;
}
.home-page .animate-text-section .text-section .content {
  color: #366195;
  font-family: "Chalet-ParisNineteenSixty";
  letter-spacing: 0.96px;
  margin: 0;
}
.home-page .animate-text-section .text-section .content {
  font-size: calc(28px + 12 * ((100vw - 375px) / 1065));
}
.home-page .animate-text-section .text-section .content {
  line-height: calc(35px + 35 * ((100vw - 375px) / 1065));
}
@media (max-width: 991.8px) {
  .home-page .animate-text-section .text-section {
    max-width: 100%;
  }
}
.home-page .amenities-features {
  padding: 0 4.2vw 0;
  background: #f9f9f9;
  position: relative;
}
.home-page .amenities-features:before {
  content: "";
  position: absolute;
  background: url(../images/patterns/Blueflowers.svg);
  right: -30%;
  top: -11%;
  width: 75%;
  height: 100%;
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-16deg);
}
@media only screen and (min-width: 1441px) {
  .home-page .amenities-features:before {
    width: 64%;
    right: -24%;
    top: -13%;
  }
}
@media (max-width: 1199.8px) {
  .home-page .amenities-features:before {
    right: -36%;
    top: -8%;
  }
}
@media (max-width: 991.8px) {
  .home-page .amenities-features:before {
    display: none;
  }
}
.home-page .amenities-features:after {
  content: "";
  position: absolute;
  background: url(../images/patterns/Blueflowers.svg);
  left: -37%;
  bottom: -40%;
  width: 59%;
  height: 100%;
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(40deg);
}
@media only screen and (min-width: 1441px) {
  .home-page .amenities-features:after {
    bottom: -35%;
    width: 50%;
  }
}
@media (max-width: 1199.8px) {
  .home-page .amenities-features:after {
    left: -52%;
    bottom: -40%;
    width: 70%;
  }
}
@media (max-width: 991.8px) {
  .home-page .amenities-features:after {
    content: none;
  }
}
.home-page .amenities-features .btn-row {
  margin-bottom: 10px;
}
.home-page .amenities-features .btn {
  display: inline-block;
  border-radius: 0;
  width: auto;
  height: auto;
  padding: 17px 40px 15px 15px;
  cursor: pointer;
  z-index: 2;
}
.home-page .amenities-features .btn::after {
  right: 18px;
}
.home-page .amenities-features .btn.blue::after {
  background-image: url("../images/icons/right-arrow-gold.svg");
}
@media (max-width: 991.8px) {
  .home-page .amenities-features .btn {
    display: block;
    max-width: 330px;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 991.8px) {
  .home-page .amenities-features {
    padding: 0px 4.2vw 0;
  }
}
@media (max-width: 767.8px) {
  .home-page .amenities-features {
    padding: 0px 25px 0;
  }
}
.home-page .amenities-features h2 {
  color: #366195;
  margin-bottom: 15px;
}
.home-page .amenities-features p {
  color: #131415;
}
.home-page .amenities-features .carousel-caption {
  max-width: 470px;
  color: #fff;
  font: 400 15px/22px "Chalet-LondonNineteenSixty";
  letter-spacing: 1.5px;
  margin: 0;
  margin-top: 15px;
  position: absolute;
  bottom: 20px;
  z-index: 9;
  left: 0;
  max-width: unset;
  right: 0;
  text-align: center;
  opacity: 0;
  padding: 0 20px;
}
@media (max-width: 991.8px) {
  .home-page .amenities-features .carousel-caption {
    font-size: 14px;
    line-height: 26px;
    bottom: -75px;
    color: #131415;
    opacity: 1;
    padding: 0 5px;
  }
}
.home-page .amenities-features ul.list-items li {
  color: #131415;
}
.home-page .amenities-features .amenities .visible-amenities,
.home-page .amenities-features .features .visible-features {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.8px) {
  .home-page .amenities-features .amenities .visible-amenities,
.home-page .amenities-features .features .visible-features {
    flex-direction: column;
  }
}
.home-page .amenities-features .features .visible-features {
  padding-top: 50px;
  padding-bottom: 100px;
  margin-top: 50px;
}
@media (max-width: 991.8px) {
  .home-page .amenities-features .features .visible-features {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 0;
  }
}
@media (max-width: 991.8px) {
  .home-page .amenities-features .features .visible-features {
    flex-direction: column-reverse;
  }
}
.home-page .amenities-features .amenities,
.home-page .amenities-features .features {
  position: relative;
}
.home-page .amenities-features .amenities {
  padding-top: 6.9vw;
}
@media (max-width: 991.8px) {
  .home-page .amenities-features .amenities {
    padding-top: 70px;
  }
}
@media (max-width: 767.8px) {
  .home-page .amenities-features .amenities {
    padding-top: 70px;
  }
}
.home-page .amenities-features .features .list {
  padding-right: 4.2vw;
  padding-left: 4.2vw;
}
@media (max-width: 991.8px) {
  .home-page .amenities-features .features .list {
    padding-right: 0;
    padding-left: 0;
  }
}
.home-page .amenities-features .features .list ul.list-items {
  list-style-type: none;
  list-style-position: inside;
  padding-left: 0;
}
.home-page .amenities-features .features .list ul.list-items li::before {
  content: "";
  background-color: #89674e;
  font-weight: bold;
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 5px;
}
.home-page .amenities-features .amenities .visible-amenities .list,
.home-page .amenities-features .features .visible-features .list {
  padding-right: 4.2vw;
  padding-left: 4.2vw;
}
@media (max-width: 991.8px) {
  .home-page .amenities-features .amenities .visible-amenities .list,
.home-page .amenities-features .features .visible-features .list {
    padding-right: 0;
    padding-left: 0;
  }
}
.home-page .amenities-features .amenities .visible-amenities .list ul.list-items,
.home-page .amenities-features .features .visible-features .list ul.list-items {
  list-style-type: none;
  list-style-position: inside;
  padding-left: 0;
}
.home-page .amenities-features .amenities .visible-amenities .list ul.list-items li,
.home-page .amenities-features .features .visible-features .list ul.list-items li {
  padding-bottom: 15px;
  position: relative;
  padding-left: 15px;
}
@media (max-width: 991.8px) {
  .home-page .amenities-features .amenities .visible-amenities .list ul.list-items li,
.home-page .amenities-features .features .visible-features .list ul.list-items li {
    padding-bottom: 12px;
  }
}
.home-page .amenities-features .amenities .visible-amenities .list ul.list-items li::before,
.home-page .amenities-features .features .visible-features .list ul.list-items li::before {
  content: "";
  background-color: #131415;
  font-weight: bold;
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 10px;
  position: absolute;
  top: 11px;
  left: 0;
}
.home-page .amenities-features .amenities .visible-amenities .amenities-slider-wrap,
.home-page .amenities-features .features .visible-features .amenities-slider-wrap {
  position: relative;
}
@media (max-width: 991.8px) {
  .home-page .amenities-features .amenities .visible-amenities .amenities-slider-wrap,
.home-page .amenities-features .features .visible-features .amenities-slider-wrap {
    margin-top: 30px;
  }
  .home-page .amenities-features .amenities .visible-amenities .amenities-slider-wrap::before,
.home-page .amenities-features .features .visible-features .amenities-slider-wrap::before {
    content: "";
    position: absolute;
    background: url(../images/patterns/Blueflowers.svg);
    right: -57%;
    top: -40%;
    width: 130vw;
    height: 155vw;
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-16deg);
  }
}
@media (max-width: 419.8px) {
  .home-page .amenities-features .amenities .visible-amenities .amenities-slider-wrap::before,
.home-page .amenities-features .features .visible-features .amenities-slider-wrap::before {
    top: -54%;
  }
}
@media only screen and (max-height: 567px) {
  .home-page .amenities-features .amenities .visible-amenities .amenities-slider-wrap::before,
.home-page .amenities-features .features .visible-features .amenities-slider-wrap::before {
    right: -57%;
    top: -35%;
  }
}
.home-page .amenities-features .amenities .visible-amenities .amenities-slider-wrap .amenities-slider-open,
.home-page .amenities-features .features .visible-features .amenities-slider-wrap .amenities-slider-open {
  position: absolute;
  background-color: rgba(54, 97, 149, 0.5);
  width: 100px;
  height: 100px;
  border-radius: 50px;
  right: 25px;
  top: 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
}
@media (max-width: 767.8px) {
  .home-page .amenities-features .amenities .visible-amenities .amenities-slider-wrap .amenities-slider-open,
.home-page .amenities-features .features .visible-features .amenities-slider-wrap .amenities-slider-open {
    height: 75px;
    width: 75px;
  }
}
.home-page .amenities-features .amenities .visible-amenities .amenities-slider-wrap .amenities-slider-open img,
.home-page .amenities-features .features .visible-features .amenities-slider-wrap .amenities-slider-open img {
  height: 50px;
  width: 50px;
}
@media (max-width: 767.8px) {
  .home-page .amenities-features .amenities .visible-amenities .amenities-slider-wrap .amenities-slider-open img,
.home-page .amenities-features .features .visible-features .amenities-slider-wrap .amenities-slider-open img {
    height: 25px;
    width: 25px;
  }
}
@media (min-width: 992px) {
  .system .home-page .amenities-features .amenities .visible-amenities .amenities-slider-wrap .slider-open-link-amenities:hover + .amenities-slider-open,
.system .home-page .amenities-features .features .visible-features .amenities-slider-wrap .slider-open-link-amenities:hover + .amenities-slider-open {
    display: none;
  }
}
.home-page .amenities-features .amenities .visible-amenities .amenities-slider-wrap .slider-open-image,
.home-page .amenities-features .features .visible-features .amenities-slider-wrap .slider-open-image {
  height: 49.5vw;
  object-fit: cover;
  width: 100%;
  transition: all 0.3s ease;
}
@media (max-width: 991.8px) {
  .home-page .amenities-features .amenities .visible-amenities .amenities-slider-wrap .slider-open-image,
.home-page .amenities-features .features .visible-features .amenities-slider-wrap .slider-open-image {
    height: auto;
    position: relative;
    z-index: 2;
    min-height: unset !important;
    pointer-events: none;
  }
}
.home-page .amenities-features .amenities .visible-amenities .features-slider-wrap,
.home-page .amenities-features .features .visible-features .features-slider-wrap {
  position: relative;
  z-index: 1;
}
@media (max-width: 991.8px) {
  .home-page .amenities-features .amenities .visible-amenities .features-slider-wrap::after,
.home-page .amenities-features .features .visible-features .features-slider-wrap::after {
    content: "";
    position: absolute;
    background: url(../images/patterns/Blueflowers.svg);
    left: -66%;
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(45deg);
    bottom: -27%;
    width: 130vw;
    height: 150vw;
    z-index: -1;
  }
}
@media (max-width: 419.8px) {
  .home-page .amenities-features .amenities .visible-amenities .features-slider-wrap::after,
.home-page .amenities-features .features .visible-features .features-slider-wrap::after {
    bottom: -30%;
  }
}
@media only screen and (max-height: 567px) {
  .home-page .amenities-features .amenities .visible-amenities .features-slider-wrap::after,
.home-page .amenities-features .features .visible-features .features-slider-wrap::after {
    left: -52%;
  }
}
@media (max-width: 991.8px) {
  .home-page .amenities-features .amenities .visible-amenities .features-slider-wrap,
.home-page .amenities-features .features .visible-features .features-slider-wrap {
    margin-top: 30px;
  }
}
.home-page .amenities-features .amenities .visible-amenities .features-slider-wrap .features-slider-open,
.home-page .amenities-features .features .visible-features .features-slider-wrap .features-slider-open {
  position: absolute;
  background-color: rgba(54, 97, 149, 0.5);
  width: 100px;
  height: 100px;
  border-radius: 50px;
  right: 25px;
  top: 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 767.8px) {
  .home-page .amenities-features .amenities .visible-amenities .features-slider-wrap .features-slider-open,
.home-page .amenities-features .features .visible-features .features-slider-wrap .features-slider-open {
    height: 75px;
    width: 75px;
  }
}
.home-page .amenities-features .amenities .visible-amenities .features-slider-wrap .features-slider-open img,
.home-page .amenities-features .features .visible-features .features-slider-wrap .features-slider-open img {
  height: 50px;
  width: 50px;
}
@media (max-width: 767.8px) {
  .home-page .amenities-features .amenities .visible-amenities .features-slider-wrap .features-slider-open img,
.home-page .amenities-features .features .visible-features .features-slider-wrap .features-slider-open img {
    height: 25px;
    width: 25px;
  }
}
@media (min-width: 992px) {
  .system .home-page .amenities-features .amenities .visible-amenities .features-slider-wrap .slider-open-link-features:hover + .features-slider-open,
.system .home-page .amenities-features .features .visible-features .features-slider-wrap .slider-open-link-features:hover + .features-slider-open {
    display: none;
  }
}
.home-page .amenities-features .amenities .visible-amenities .features-slider-wrap .slider-open-image,
.home-page .amenities-features .features .visible-features .features-slider-wrap .slider-open-image {
  height: 710px;
  object-fit: cover;
  width: 100%;
  transition: all 0.3s ease;
  background-position: center;
}
@media (max-width: 991.8px) {
  .home-page .amenities-features .amenities .visible-amenities .features-slider-wrap .slider-open-image,
.home-page .amenities-features .features .visible-features .features-slider-wrap .slider-open-image {
    height: auto;
    min-height: unset !important;
  }
}
.home-page .amenities-features .amenities-main-slider {
  height: 100%;
}
.home-page .amenities-features .features-slider-container {
  height: 100%;
}
.home-page .amenities-modal .modal-dialog,
.home-page .features-modal .modal-dialog {
  justify-content: center;
  align-items: center;
}
.home-page .amenities-modal .close-popup,
.home-page .features-modal .close-popup {
  border: 2px solid #366195;
  top: 4vw;
  right: 4vw;
  width: 70px;
  height: 70px;
  border-radius: 65px;
  background-size: 19px 21px;
}
@media (max-width: 991.8px) {
  .home-page .amenities-modal .close-popup,
.home-page .features-modal .close-popup {
    width: 50px;
    height: 50px;
    background-image: url("../images/icons/close_blue.svg");
    background-size: 12px 14px;
  }
}
@media (max-width: 373.8px) {
  .home-page .amenities-modal .close-popup,
.home-page .features-modal .close-popup {
    top: 20px;
  }
}
@media screen and (max-height: 420px) {
  .home-page .amenities-modal .close-popup,
.home-page .features-modal .close-popup {
    top: 10px;
    width: 35px;
    height: 35px;
  }
}
.home-page .amenities-modal .popup-modal-wrap,
.home-page .features-modal .popup-modal-wrap {
  width: 100%;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.home-page #home-amenities-slider,
.home-page #location-slider {
  height: 100%;
}
.home-page #home-amenities-slider .slick-list,
.home-page #home-amenities-slider .slick-track,
.home-page #home-amenities-slider .gallery-popup-item,
.home-page #location-slider .slick-list,
.home-page #location-slider .slick-track,
.home-page #location-slider .gallery-popup-item {
  height: 100%;
}
@media (min-width: 992px) {
  .home-page #home-amenities-slider .slick-list,
.home-page #location-slider .slick-list {
    padding: 0;
  }
}
.home-page #home-amenities-slider .slick-arrow,
.home-page #location-slider .slick-arrow {
  background: rgba(54, 97, 149, 0.7) url("../images/icons/arrow-white.svg") center/30px 11px no-repeat;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
@media (max-width: 767.8px) {
  .home-page #home-amenities-slider .slick-arrow,
.home-page #location-slider .slick-arrow {
    width: 50px;
    height: 50px;
    background-size: 20px 10px;
  }
}
.home-page #home-amenities-slider .slick-next,
.home-page #location-slider .slick-next {
  right: 4vw;
}
.home-page #home-amenities-slider .slick-prev,
.home-page #location-slider .slick-prev {
  left: 4vw;
  -moz-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.home-page #home-amenities-slider .slider-item,
.home-page #location-slider .slider-item {
  padding-top: 5vw;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
@media (max-width: 991.8px) {
  .home-page #home-amenities-slider .slider-item,
.home-page #location-slider .slider-item {
    padding-top: 0;
  }
}
.home-page #home-amenities-slider .popup-item,
.home-page #location-slider .popup-item {
  margin-left: 3.6vw;
  margin-right: 3.6vw;
  position: relative;
  width: 100%;
}
@media (max-width: 991.8px) {
  .home-page #home-amenities-slider .popup-item,
.home-page #location-slider .popup-item {
    margin-left: 0;
    margin-right: 0;
  }
}
.home-page #home-amenities-slider .slider-img,
.home-page #location-slider .slider-img {
  height: 61vh;
  width: 100%;
}
@media (max-width: 991.8px) {
  .home-page #home-amenities-slider .slider-img,
.home-page #location-slider .slider-img {
    height: 37vh;
    min-height: 200px;
  }
}
.home-page #home-amenities-slider .slick-dots,
.home-page #location-slider .slick-dots {
  position: absolute;
  bottom: 20px;
  display: flex;
  font-size: 0;
  left: 50%;
  transform: translateX(-50%);
}
.home-page #home-amenities-slider .slick-dots li + li,
.home-page #location-slider .slick-dots li + li {
  margin-left: 10px;
}
.home-page #home-amenities-slider .slick-dots li.slick-active button,
.home-page #location-slider .slick-dots li.slick-active button {
  background-color: #fff;
}
.home-page #home-amenities-slider .slick-dots button,
.home-page #location-slider .slick-dots button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: none;
  background-color: #366195;
  border: 1px solid #366195;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
}
.home-page .contact-section {
  flex-wrap: wrap;
  background: #d9e0ec;
  position: relative;
  z-index: 2;
  align-items: initial;
}
.home-page .contact-section .left, .home-page .contact-section .right {
  width: 50%;
}
@media (max-width: 991.8px) {
  .home-page .contact-section .left, .home-page .contact-section .right {
    width: 100%;
  }
}
.home-page .contact-section .contact-bg {
  width: 100%;
  height: 100%;
}
@media (max-width: 991.8px) {
  .home-page .contact-section .contact-bg {
    height: 112vw;
  }
}
.home-page .contact-section .right {
  padding: 100px 7vw;
}
@media (max-width: 991.8px) {
  .home-page .contact-section .right {
    width: 100%;
    order: 1;
  }
}
@media (max-width: 991.8px) {
  .home-page .contact-section .left {
    width: 100%;
    order: 2;
    padding: 0px 7vw;
    margin-bottom: -2vw;
  }
}
.home-page .contact-section .heading {
  color: #366195;
}
@media (max-width: 991.8px) {
  .home-page .contact-section .heading br {
    display: none;
  }
}
@media (min-width: 992px) {
  .home-page .contact-section .sub-heading {
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 0.583333px;
  }
}
@media (min-width: 1200px) {
  .home-page .contact-section .sub-heading {
    font-size: 35px;
  }
}
.home-page .sub-heading {
  color: #89674e;
  text-transform: uppercase;
  font: 18px/28px "Antonio-Regular";
  margin-bottom: 20px;
  letter-spacing: 4px;
}

.home footer {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .home .modal-popup {
    display: none !important;
  }
}
.home .carousel-slide .counter {
  margin-bottom: 0;
  text-align: left;
  font: normal 15px/26px "Chalet-LondonNineteenSixty";
  color: #366195;
}
.home .carousel-block-wrap.active .carousel-img {
  position: relative;
}
.home .carousel-block-wrap.active .carousel-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0) 100%);
}
@media only screen and (min-height: 750px) {
  .home .carousel-block-wrap .close-carousel {
    top: 20vh;
  }
}

.feature-page .inner-banner, .feature-page .banner-image {
  background-position: bottom center;
}
.feature-page .inner-banner .banner-content .banner-head, .feature-page .banner-image .banner-content .banner-head,
.feature-page .inner-banner .banner-content .banner-subhead,
.feature-page .banner-image .banner-content .banner-subhead {
  color: #fff;
}
.feature-page .inner-banner .banner-content .banner-head, .feature-page .banner-image .banner-content .banner-head {
  margin-bottom: 10px;
}
.feature-page .amenities-features {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.feature-page .amenities-features:before {
  content: "";
  position: absolute;
  background: url(../images/patterns/Blueflowers.svg);
  right: -15%;
  top: -11%;
  width: 75%;
  height: 100%;
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(52deg);
}
@media only screen and (min-width: 1441px) {
  .feature-page .amenities-features:before {
    width: 64%;
    right: -15%;
    top: -13%;
  }
}
@media (max-width: 1199.8px) {
  .feature-page .amenities-features:before {
    right: -6%;
    top: -8%;
  }
}
@media (max-width: 991.8px) {
  .feature-page .amenities-features:before {
    display: none;
  }
}
.feature-page .amenities-features:after {
  content: "";
  position: absolute;
  background: url(../images/patterns/Blueflowers.svg);
  left: -37%;
  bottom: -45%;
  width: 75%;
  height: 100%;
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(40deg);
}
@media only screen and (min-width: 1441px) {
  .feature-page .amenities-features:after {
    bottom: -40%;
    width: 50%;
  }
}
@media (max-width: 1199.8px) {
  .feature-page .amenities-features:after {
    left: -52%;
    bottom: -40%;
    width: 70%;
  }
}
@media only screen and (max-width: 1200px) and (min-height: 750px) {
  .feature-page .amenities-features:after {
    bottom: -48%;
  }
}
@media (max-width: 991.8px) {
  .feature-page .amenities-features:after {
    content: none;
    bottom: -6%;
    width: 130vw;
    height: 150vw;
  }
}
@media (max-width: 419.8px) {
  .feature-page .amenities-features:after {
    bottom: -3%;
  }
}
@media only screen and (max-height: 567px) {
  .feature-page .amenities-features:after {
    left: -52%;
    bottom: -5%;
  }
}
.feature-page .amenities-features h2 {
  color: #366195;
  margin-bottom: 15px;
}
.feature-page .amenities-features p {
  color: #131415;
  margin-bottom: 30px;
}
.feature-page .amenities-features .carousel-slide .counter {
  margin-bottom: 0;
  text-align: left;
  font: normal 15px/26px "Chalet-LondonNineteenSixty";
  color: #366195;
}
.feature-page .amenities-features .carousel-caption {
  max-width: 470px;
  color: #fff;
  font: 400 15px/22px "Chalet-LondonNineteenSixty";
  letter-spacing: 1.5px;
  margin: 0;
  margin-top: 15px;
  position: absolute;
  bottom: 20px;
  z-index: 9;
  left: 0;
  max-width: unset;
  right: 0;
  text-align: center;
  opacity: 0;
}
@media (max-width: 991.8px) {
  .feature-page .amenities-features .carousel-caption {
    font-size: 14px;
    line-height: 26px;
    bottom: -40px;
    color: #131415;
  }
}
.feature-page .amenities-features .carousel-block-wrap.active .carousel-img {
  position: relative;
}
.feature-page .amenities-features .carousel-block-wrap.active .carousel-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0) 100%);
}
@media only screen and (min-height: 750px) {
  .feature-page .amenities-features .carousel-block-wrap .close-carousel {
    top: 20vh;
  }
}
.feature-page .amenities-features ul.list-items li {
  color: #131415;
}
.feature-page .amenities-features .amenities .visible-amenities,
.feature-page .amenities-features .features .visible-features {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.8px) {
  .feature-page .amenities-features .amenities .visible-amenities,
.feature-page .amenities-features .features .visible-features {
    flex-direction: column;
  }
}
.feature-page .amenities-features .features .visible-features {
  padding: 0 4.2vw 0;
  padding-top: 72px;
  padding-bottom: calc(6.9vw - 28px);
}
@media (max-width: 991.8px) {
  .feature-page .amenities-features .features .visible-features {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
@media (max-width: 991.8px) {
  .feature-page .amenities-features .features .visible-features {
    flex-direction: column-reverse;
  }
}
.feature-page .amenities-features .features .visible-features .counter {
  text-align: right;
}
.feature-page .amenities-features .amenities,
.feature-page .amenities-features .features {
  position: relative;
}
.feature-page .amenities-features .amenities .modal-popup,
.feature-page .amenities-features .features .modal-popup {
  position: absolute;
}
@media (max-width: 991.8px) {
  .feature-page .amenities-features .amenities .modal-popup,
.feature-page .amenities-features .features .modal-popup {
    position: fixed;
  }
}
@media (min-width: 992px) {
  .feature-page .amenities-features .amenities .modal-popup,
.feature-page .amenities-features .features .modal-popup {
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  }
  .feature-page .amenities-features .amenities .modal-popup.amenities-modal,
.feature-page .amenities-features .features .modal-popup.amenities-modal {
    transform: translateX(5%);
  }
  .feature-page .amenities-features .amenities .modal-popup.features-modal,
.feature-page .amenities-features .features .modal-popup.features-modal {
    transform: translateX(-5%);
  }
  .feature-page .amenities-features .amenities .modal-popup.open,
.feature-page .amenities-features .features .modal-popup.open {
    transform: translateX(0);
  }
}
.feature-page .amenities-features .amenities {
  padding: 0px 4.2vw 0 4.2vw;
  padding-top: 6.9vw;
}
@media (max-width: 991.8px) {
  .feature-page .amenities-features .amenities {
    padding-top: 70px;
  }
}
@media (max-width: 767.8px) {
  .feature-page .amenities-features .amenities {
    padding-top: 70px;
  }
}
@media screen and (orientation: landscape) and (max-width: 1200px) {
  .feature-page .amenities-features .amenities.carousel-block-wrap .close-carousel {
    top: 33vh;
  }
}
.feature-page .amenities-features .features .list {
  padding-right: 4.2vw;
  padding-left: 4.2vw;
}
@media (max-width: 991.8px) {
  .feature-page .amenities-features .features .list {
    padding-right: 0;
    padding-left: 0;
  }
}
.feature-page .amenities-features .features .list ul.list-items {
  list-style-type: none;
  list-style-position: inside;
  padding-inline-start: 15px !important;
}
.feature-page .amenities-features .features .list ul.list-items li::before {
  content: "";
  background-color: #89674e;
  font-weight: bold;
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-left: -1em;
  margin-right: 5px;
}
.feature-page .amenities-features .amenities .visible-amenities .list,
.feature-page .amenities-features .features .visible-features .list {
  padding-right: 4.2vw;
  padding-left: 4.2vw;
}
@media (max-width: 991.8px) {
  .feature-page .amenities-features .amenities .visible-amenities .list,
.feature-page .amenities-features .features .visible-features .list {
    padding-right: 0;
    padding-left: 0;
  }
}
.feature-page .amenities-features .amenities .visible-amenities .list ul.list-items,
.feature-page .amenities-features .features .visible-features .list ul.list-items {
  list-style-type: none;
  list-style-position: inside;
  padding-inline-start: 15px !important;
}
.feature-page .amenities-features .amenities .visible-amenities .list ul.list-items li,
.feature-page .amenities-features .features .visible-features .list ul.list-items li {
  padding-bottom: 18px;
}
@media (max-width: 991.8px) {
  .feature-page .amenities-features .amenities .visible-amenities .list ul.list-items li,
.feature-page .amenities-features .features .visible-features .list ul.list-items li {
    padding-bottom: 12px;
  }
}
.feature-page .amenities-features .amenities .visible-amenities .list ul.list-items li::before,
.feature-page .amenities-features .features .visible-features .list ul.list-items li::before {
  content: "";
  background-color: #89674e;
  font-weight: bold;
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-left: -1em;
  margin-right: 5px;
}
.feature-page .amenities-features .amenities .visible-amenities .amenities-slider-wrap,
.feature-page .amenities-features .features .visible-features .amenities-slider-wrap {
  position: relative;
}
@media (max-width: 991.8px) {
  .feature-page .amenities-features .amenities .visible-amenities .amenities-slider-wrap,
.feature-page .amenities-features .features .visible-features .amenities-slider-wrap {
    z-index: 2;
    margin-top: 50px;
  }
  .feature-page .amenities-features .amenities .visible-amenities .amenities-slider-wrap::before,
.feature-page .amenities-features .features .visible-features .amenities-slider-wrap::before {
    content: "";
    position: absolute;
    background: url(../images/patterns/Blueflowers.svg);
    right: -57%;
    top: -40%;
    width: 130vw;
    height: 140vw;
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(26deg);
    z-index: -1;
  }
}
.feature-page .amenities-features .amenities .visible-amenities .amenities-slider-wrap .amenities-slider-open,
.feature-page .amenities-features .features .visible-features .amenities-slider-wrap .amenities-slider-open {
  position: absolute;
  background-color: rgba(54, 97, 149, 0.5);
  width: 100px;
  height: 100px;
  border-radius: 50px;
  right: 25px;
  top: 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 767.8px) {
  .feature-page .amenities-features .amenities .visible-amenities .amenities-slider-wrap .amenities-slider-open,
.feature-page .amenities-features .features .visible-features .amenities-slider-wrap .amenities-slider-open {
    height: 75px;
    width: 75px;
  }
}
.feature-page .amenities-features .amenities .visible-amenities .amenities-slider-wrap .amenities-slider-open img,
.feature-page .amenities-features .features .visible-features .amenities-slider-wrap .amenities-slider-open img {
  height: 50px;
  width: 50px;
}
@media (max-width: 767.8px) {
  .feature-page .amenities-features .amenities .visible-amenities .amenities-slider-wrap .amenities-slider-open img,
.feature-page .amenities-features .features .visible-features .amenities-slider-wrap .amenities-slider-open img {
    height: 25px;
    width: 25px;
  }
}
@media (min-width: 992px) {
  .system .feature-page .amenities-features .amenities .visible-amenities .amenities-slider-wrap .slider-open-link-amenities:hover + .amenities-slider-open,
.system .feature-page .amenities-features .features .visible-features .amenities-slider-wrap .slider-open-link-amenities:hover + .amenities-slider-open {
    display: none;
  }
}
.feature-page .amenities-features .amenities .visible-amenities .amenities-slider-wrap .counter,
.feature-page .amenities-features .features .visible-features .amenities-slider-wrap .counter {
  margin-bottom: 0;
  text-align: left;
}
.feature-page .amenities-features .amenities .visible-amenities .amenities-slider-wrap .counter span,
.feature-page .amenities-features .features .visible-features .amenities-slider-wrap .counter span {
  font: normal 15px/26px "Chalet-LondonNineteenSixty";
  color: #366195;
}
@media (max-width: 991.8px) {
  .feature-page .amenities-features .amenities .visible-amenities .amenities-slider-wrap .counter,
.feature-page .amenities-features .features .visible-features .amenities-slider-wrap .counter {
    display: none;
  }
}
.feature-page .amenities-features .amenities .visible-amenities .amenities-slider-wrap .slider-open-image,
.feature-page .amenities-features .features .visible-features .amenities-slider-wrap .slider-open-image {
  height: 710px;
  object-fit: cover;
  width: 100%;
  transition: all 0.3s ease;
}
@media (max-width: 991.8px) {
  .feature-page .amenities-features .amenities .visible-amenities .amenities-slider-wrap .slider-open-image,
.feature-page .amenities-features .features .visible-features .amenities-slider-wrap .slider-open-image {
    height: auto;
    min-height: unset !important;
  }
}
.feature-page .amenities-features .amenities .visible-amenities .features-slider-wrap,
.feature-page .amenities-features .features .visible-features .features-slider-wrap {
  position: relative;
  z-index: 2;
}
@media (max-width: 991.8px) {
  .feature-page .amenities-features .amenities .visible-amenities .features-slider-wrap::after,
.feature-page .amenities-features .features .visible-features .features-slider-wrap::after {
    content: "";
    position: absolute;
    background: url(../images/patterns/Blueflowers.svg);
    left: -66%;
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(45deg);
    bottom: -27%;
    width: 130vw;
    height: 150vw;
    z-index: -1;
  }
}
@media (max-width: 419.8px) {
  .feature-page .amenities-features .amenities .visible-amenities .features-slider-wrap::after,
.feature-page .amenities-features .features .visible-features .features-slider-wrap::after {
    bottom: -30%;
  }
}
@media only screen and (max-height: 567px) {
  .feature-page .amenities-features .amenities .visible-amenities .features-slider-wrap::after,
.feature-page .amenities-features .features .visible-features .features-slider-wrap::after {
    left: -52%;
  }
}
@media (max-width: 991.8px) {
  .feature-page .amenities-features .amenities .visible-amenities .features-slider-wrap,
.feature-page .amenities-features .features .visible-features .features-slider-wrap {
    margin-top: 50px;
    z-index: 2;
  }
}
.feature-page .amenities-features .amenities .visible-amenities .features-slider-wrap .features-slider-open,
.feature-page .amenities-features .features .visible-features .features-slider-wrap .features-slider-open {
  position: absolute;
  background-color: rgba(54, 97, 149, 0.5);
  width: 100px;
  height: 100px;
  border-radius: 50px;
  right: 25px;
  top: 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 767.8px) {
  .feature-page .amenities-features .amenities .visible-amenities .features-slider-wrap .features-slider-open,
.feature-page .amenities-features .features .visible-features .features-slider-wrap .features-slider-open {
    height: 75px;
    width: 75px;
  }
}
.feature-page .amenities-features .amenities .visible-amenities .features-slider-wrap .features-slider-open img,
.feature-page .amenities-features .features .visible-features .features-slider-wrap .features-slider-open img {
  height: 50px;
  width: 50px;
}
@media (max-width: 767.8px) {
  .feature-page .amenities-features .amenities .visible-amenities .features-slider-wrap .features-slider-open img,
.feature-page .amenities-features .features .visible-features .features-slider-wrap .features-slider-open img {
    height: 25px;
    width: 25px;
  }
}
@media (min-width: 992px) {
  .system .feature-page .amenities-features .amenities .visible-amenities .features-slider-wrap .slider-open-link-features:hover + .features-slider-open,
.system .feature-page .amenities-features .features .visible-features .features-slider-wrap .slider-open-link-features:hover + .features-slider-open {
    display: none;
  }
}
.feature-page .amenities-features .amenities .visible-amenities .features-slider-wrap .counter,
.feature-page .amenities-features .features .visible-features .features-slider-wrap .counter {
  margin-bottom: 0;
  text-align: right;
}
.feature-page .amenities-features .amenities .visible-amenities .features-slider-wrap .counter span,
.feature-page .amenities-features .features .visible-features .features-slider-wrap .counter span {
  font: normal 15px/26px "Chalet-LondonNineteenSixty";
  color: #366195;
}
@media (max-width: 991.8px) {
  .feature-page .amenities-features .amenities .visible-amenities .features-slider-wrap .counter,
.feature-page .amenities-features .features .visible-features .features-slider-wrap .counter {
    display: none;
  }
}
.feature-page .amenities-features .amenities .visible-amenities .features-slider-wrap .slider-open-image,
.feature-page .amenities-features .features .visible-features .features-slider-wrap .slider-open-image {
  height: 710px;
  object-fit: cover;
  width: 100%;
  transition: all 0.3s ease;
}
@media (max-width: 991.8px) {
  .feature-page .amenities-features .amenities .visible-amenities .features-slider-wrap .slider-open-image,
.feature-page .amenities-features .features .visible-features .features-slider-wrap .slider-open-image {
    height: auto;
    min-height: unset !important;
  }
}
.feature-page .amenities-features .amenities-main-slider {
  height: 100%;
}
.feature-page .amenities-features .features-slider-container {
  height: 100%;
}
.feature-page .amenities-modal .modal-dialog,
.feature-page .features-modal .modal-dialog {
  justify-content: center;
  align-items: center;
}
.feature-page .amenities-modal .close-popup,
.feature-page .features-modal .close-popup {
  border: 2px solid #366195;
  top: 4vw;
  right: 4vw;
  width: 70px;
  height: 70px;
  border-radius: 65px;
  background-size: 19px 21px;
}
@media (max-width: 991.8px) {
  .feature-page .amenities-modal .close-popup,
.feature-page .features-modal .close-popup {
    width: 50px;
    height: 50px;
    background-image: url("../images/icons/close_blue.svg");
    background-size: 12px 14px;
  }
}
@media (max-width: 373.8px) {
  .feature-page .amenities-modal .close-popup,
.feature-page .features-modal .close-popup {
    top: 20px;
  }
}
@media screen and (max-height: 420px) {
  .feature-page .amenities-modal .close-popup,
.feature-page .features-modal .close-popup {
    top: 10px;
    width: 35px;
    height: 35px;
  }
}
.feature-page .amenities-modal .popup-modal-wrap,
.feature-page .features-modal .popup-modal-wrap {
  width: 100%;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.feature-page #amenities-slider,
.feature-page #features-slider {
  height: 100%;
}
.feature-page #amenities-slider .slick-list,
.feature-page #amenities-slider .slick-track,
.feature-page #amenities-slider .gallery-popup-item,
.feature-page #features-slider .slick-list,
.feature-page #features-slider .slick-track,
.feature-page #features-slider .gallery-popup-item {
  height: 100%;
}
@media (min-width: 992px) {
  .feature-page #amenities-slider .slick-list,
.feature-page #features-slider .slick-list {
    padding: 0 15% 0 10%;
  }
}
.feature-page #amenities-slider .slick-arrow,
.feature-page #features-slider .slick-arrow {
  background: rgba(54, 97, 149, 0.7) url("../images/icons/arrow-white.svg") center/30px 11px no-repeat;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
@media (max-width: 767.8px) {
  .feature-page #amenities-slider .slick-arrow,
.feature-page #features-slider .slick-arrow {
    width: 50px;
    height: 50px;
    background-size: 20px 10px;
  }
}
.feature-page #amenities-slider .slick-next,
.feature-page #features-slider .slick-next {
  right: 4vw;
}
.feature-page #amenities-slider .slick-prev,
.feature-page #features-slider .slick-prev {
  left: 4vw;
  -moz-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.feature-page #amenities-slider .slider-item,
.feature-page #features-slider .slider-item {
  padding-top: 5vw;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
@media (max-width: 991.8px) {
  .feature-page #amenities-slider .slider-item,
.feature-page #features-slider .slider-item {
    padding-top: 0;
  }
}
.feature-page #amenities-slider .slider-item.slick-current .slider-img,
.feature-page #features-slider .slider-item.slick-current .slider-img {
  position: relative;
}
.feature-page #amenities-slider .slider-item.slick-current .slider-img::before,
.feature-page #features-slider .slider-item.slick-current .slider-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 767.8px) {
  .feature-page #amenities-slider .slider-item.slick-current .slider-img::before,
.feature-page #features-slider .slider-item.slick-current .slider-img::before {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .feature-page #amenities-slider .slider-item.slick-current .slider-img,
.feature-page #features-slider .slider-item.slick-current .slider-img {
    height: 78vh;
  }
}
.feature-page #amenities-slider .popup-item,
.feature-page #features-slider .popup-item {
  margin-left: 3.6vw;
  margin-right: 3.6vw;
  position: relative;
  width: 100%;
  text-align: center;
}
@media (max-width: 991.8px) {
  .feature-page #amenities-slider .popup-item,
.feature-page #features-slider .popup-item {
    margin-left: 0;
    margin-right: 0;
  }
}
.feature-page #amenities-slider .slider-img,
.feature-page #features-slider .slider-img {
  height: 61vh;
  width: 100%;
  background-position: center bottom;
}
@media (max-width: 991.8px) {
  .feature-page #amenities-slider .slider-img,
.feature-page #features-slider .slider-img {
    height: 37vh;
    min-height: 200px;
    background-position: left top;
  }
}
.feature-page #amenities-slider .slider-caption,
.feature-page #features-slider .slider-caption {
  max-width: 470px;
  color: #fff;
  font: 400 15px/22px "Chalet-LondonNineteenSixty";
  letter-spacing: 1.5px;
  margin: 0;
  margin-top: 15px;
  position: absolute;
  bottom: 20px;
  z-index: 9;
  left: 0;
  max-width: unset;
  right: 0;
  text-align: center;
}
@media (max-width: 991.8px) {
  .feature-page #amenities-slider .slider-caption.desk,
.feature-page #features-slider .slider-caption.desk {
    display: none;
  }
}
@media (min-width: 992px) {
  .feature-page #amenities-slider .slider-caption.mob,
.feature-page #features-slider .slider-caption.mob {
    display: none;
  }
}
@media (max-width: 991.8px) {
  .feature-page #amenities-slider .slider-caption,
.feature-page #features-slider .slider-caption {
    font-size: 14px;
    line-height: 26px;
    bottom: 0px;
    color: #131415;
    position: relative;
  }
}
.feature-page #amenities-slider .counter,
.feature-page #features-slider .counter {
  font: normal 15px/26px "Chalet-LondonNineteenSixty";
  color: #366195;
}
@media (max-width: 991.8px) {
  .feature-page #amenities-slider .counter,
.feature-page #features-slider .counter {
    display: none;
  }
}
.feature-page #amenities-slider .slick-dots,
.feature-page #features-slider .slick-dots {
  position: absolute;
  bottom: 20px;
  font-size: 0;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.feature-page #amenities-slider .slick-dots li + li,
.feature-page #features-slider .slick-dots li + li {
  margin-left: 10px;
}
.feature-page #amenities-slider .slick-dots li.slick-active button,
.feature-page #features-slider .slick-dots li.slick-active button {
  background-color: #fff;
}
.feature-page #amenities-slider .slick-dots button,
.feature-page #features-slider .slick-dots button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: none;
  background-color: #366195;
  border: 1px solid #366195;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
}

a.slider-open-link-amenities,
a.slider-open-link-features {
  display: block;
  cursor: pointer !important;
  pointer-events: unset !important;
  height: 100%;
  width: 100%;
  position: absolute;
}
@media (min-width: 992px) {
  .system a.slider-open-link-amenities,
.system a.slider-open-link-features {
    cursor: url("../images/icons/cursor_hover.svg"), auto !important;
    /* display:none */
  }
}

.gallery-page .banner-head, .gallery-page .banner-subhead {
  color: #fff;
}
@media (max-width: 991.8px) {
  .gallery-page .banner-content .banner-head {
    margin-bottom: 4px;
  }
}
.gallery-page .gallery-content {
  padding: 6.4vw 8.4vw 5vw;
  position: relative;
}
@media (min-width: 992px) {
  .gallery-page .gallery-content::after {
    position: absolute;
    content: "";
    background: url("../images/patterns/Tan-waves.svg") repeat;
    width: 40vw;
    bottom: 0;
    top: 0;
    right: 0;
    z-index: -1;
  }
}
@media (max-width: 991.8px) {
  .gallery-page .gallery-content {
    padding: 0;
  }
}
@media (max-width: 991.8px) {
  .gallery-page .selectivo__label {
    padding: 45px 6.75vw;
    background-color: #bf8b5e;
  }
}
@media (min-width: 992px) {
  .gallery-page .selectivo__label {
    display: none;
  }
}
.gallery-page .selectivo {
  width: 100%;
}
@media (min-width: 992px) {
  .gallery-page .selectivo__dropdown {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: none;
    border: 0;
  }
}
@media (max-width: 991.8px) {
  .gallery-page .selectivo__dropdown {
    padding-top: 25px;
    padding-bottom: 25px;
    max-height: 350px;
  }
}
.gallery-page .selectivo__option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: none;
  color: #131415;
  padding: 5px 20px;
  text-align: center;
  display: inline-block;
  width: auto;
}
@media (max-width: 991.8px) {
  .gallery-page .selectivo__option {
    padding: 15px 6.75vw;
    width: 100%;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .gallery-page .selectivo__option + .selectivo__option {
    margin-left: 20px;
  }
}
.gallery-page .slick-prev {
  left: 30px;
  -moz-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.gallery-page .slick-next {
  right: 30px;
}
.gallery-page .slider-item {
  position: relative;
}
.gallery-page .slider-img {
  height: 50vw;
}
.gallery-page .gallery-main-slider {
  margin-top: 55px;
  display: none;
}
@media (max-width: 991.8px) {
  .gallery-page .gallery-main-slider {
    display: none;
  }
}
.gallery-page .img-thumbnails {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 45px -22px 0;
}
@media (max-width: 991.8px) {
  .gallery-page .img-thumbnails {
    flex-direction: column;
    margin: 18vw 6.75vw;
    position: relative;
  }
  .gallery-page .img-thumbnails::after {
    position: absolute;
    content: "";
    background: url("../images/patterns/Tan-waves.svg") top right/auto 100% no-repeat;
    width: 85vw;
    height: 104vw;
    top: -18vw;
    right: -6.75vw;
    z-index: -1;
  }
}
.gallery-page .thumb-item {
  display: inline-block;
  width: 33.3%;
  padding: 22px;
  position: relative;
}
.gallery-page .thumb-item::after {
  background: #fff url("../images/icons/plus_icon.svg") center/14px 13px no-repeat;
  width: 39px;
  height: 39px;
  bottom: 35px;
  right: 35px;
  border-radius: 30px;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991.8px) {
  .gallery-page .thumb-item::after {
    bottom: 50px;
    right: 15px;
  }
}
.system .gallery-page .thumb-item:hover::after {
  opacity: 1;
}
@media (max-width: 991.8px) {
  .gallery-page .thumb-item {
    width: 100%;
    padding: 0 0 35px 0;
  }
  .gallery-page .thumb-item:last-of-type {
    padding-bottom: 0;
  }
}
.gallery-page .thumb-img {
  height: 15.3vw;
}
@media (max-width: 991.8px) {
  .gallery-page .thumb-img {
    height: auto;
    padding-bottom: 75%;
  }
}
.gallery-page .slick-arrow {
  background: rgba(191, 139, 94, 0.8) url("../images/icons/arrow-white.svg") center/30px 11px no-repeat;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
@media (max-width: 767.8px) {
  .gallery-page .slick-arrow {
    width: 50px;
    height: 50px;
    background-size: 20px 10px;
  }
}

/* comment */
.slider-caption {
  max-width: 470px;
  color: #fff;
  font: 400 15px/22px "Chalet-LondonNineteenSixty";
  letter-spacing: 1.5px;
  display: inline-block;
}
@media (max-width: 991.8px) {
  .slider-caption {
    max-width: 85%;
    color: #131415;
    font-size: 14px;
    line-height: 20px;
  }
}

.gallery-popup-slider {
  height: 100%;
}
.gallery-popup-slider .slick-list, .gallery-popup-slider .slick-track, .gallery-popup-slider .gallery-popup-item {
  height: 100%;
}
.gallery-popup-slider .slick-prev {
  left: -4vw;
  -moz-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 991.8px) {
  .gallery-popup-slider .slick-prev {
    left: 4vw;
  }
}
.gallery-popup-slider .slick-next {
  right: 4vw;
}
@media (min-width: 992px) {
  .gallery-popup-slider .slick-list {
    padding: 0 5% 0 0;
  }
}
.gallery-popup-slider .slider-caption-wrap {
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 0;
  width: 100%;
  padding-bottom: 35px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  padding-top: 20vh;
}
@media (max-width: 991.8px) {
  .gallery-popup-slider .slider-caption-wrap {
    transform: translateY(100%);
    background-image: none;
    padding-top: 18px;
    padding-bottom: 0;
  }
}
.gallery-popup-slider .slick-arrow {
  background: rgba(54, 97, 149, 0.7) url("../images/icons/arrow-white.svg") center/30px 11px no-repeat;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
@media (max-width: 991.8px) {
  .gallery-popup-slider .slick-arrow {
    width: 50px;
    height: 50px;
    background-size: 20px 8px;
  }
}
.gallery-popup-slider .gallery-popup-item {
  padding-top: 5vw;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
@media (max-width: 991.8px) {
  .gallery-popup-slider .gallery-popup-item {
    padding-top: 0;
  }
}
.gallery-popup-slider .popup-item {
  margin-right: 5.5vw;
  position: relative;
  width: 100%;
}
@media (max-width: 991.8px) {
  .gallery-popup-slider .popup-item {
    margin-right: 0;
  }
}
.gallery-popup-slider .slider-img {
  height: 73vh;
  width: 100%;
}
@media (max-width: 991.8px) {
  .gallery-popup-slider .slider-img {
    height: 37vh;
    min-height: 200px;
  }
}
.gallery-popup-slider .slick-dots {
  position: absolute;
  bottom: 20px;
  display: flex;
  font-size: 0;
  left: 50%;
  transform: translateX(-50%);
}
.gallery-popup-slider .slick-dots li + li {
  margin-left: 10px;
}
.gallery-popup-slider .slick-dots li.slick-active button {
  background-color: #fff;
}
.gallery-popup-slider .slick-dots button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: none;
  background-color: #366195;
  border: 1px solid #366195;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
}

.gallery-modal .modal-dialog {
  background-color: rgba(0, 0, 0, 0.55);
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.8px) {
  .gallery-modal .modal-dialog {
    background-color: transparent;
  }
}
.gallery-modal .close-popup {
  border: 2px solid #366195;
  top: 4vw;
  right: 10vw;
  width: 70px;
  height: 70px;
  border-radius: 65px;
  background-color: #fff;
  background-size: 19px 21px;
}
@media (max-width: 1199.8px) {
  .gallery-modal .close-popup {
    top: 3vw;
  }
}
@media (max-width: 991.8px) {
  .gallery-modal .close-popup {
    width: 50px;
    height: 50px;
    top: 20vh;
    background-image: url("../images/icons/close_blue.svg");
    background-size: 12px 14px;
  }
}
@media (max-width: 373.8px) {
  .gallery-modal .close-popup {
    top: 60px;
  }
}
@media screen and (max-height: 420px) {
  .gallery-modal .close-popup {
    top: 10px;
    width: 35px;
    height: 35px;
  }
}
.gallery-modal .popup-modal-wrap {
  width: 100%;
  position: relative;
  height: 100%;
  overflow: hidden;
  padding-left: 8vw;
}
@media (max-width: 991.8px) {
  .gallery-modal .popup-modal-wrap {
    padding-left: 0;
  }
}

.location-page .inner-banner, .location-page .banner-image {
  background-position: bottom center;
}
.location-page .inner-banner .banner-content .banner-head, .location-page .banner-image .banner-content .banner-head,
.location-page .inner-banner .banner-content .banner-subhead,
.location-page .banner-image .banner-content .banner-subhead {
  color: #fff;
}
.location-page .inner-banner .banner-content .banner-head, .location-page .banner-image .banner-content .banner-head {
  margin-bottom: 10px;
}
.location-page .map-container {
  padding: 100px 0;
  position: relative;
}
@media (max-width: 1399.8px) {
  .location-page .map-container {
    padding: 6.9vw 0;
  }
}
@media (max-width: 991.8px) {
  .location-page .map-container {
    padding: 0;
  }
}
@media (max-width: 991.8px) {
  .location-page .map-container .selectivo__label {
    padding: 30px 6.75vw;
    background-color: #d2d2b2;
  }
}
@media (min-width: 992px) {
  .location-page .map-container .selectivo__label {
    display: none;
  }
}
.location-page .map-container .selectivo {
  width: 100%;
  padding: 0px 120px 70px 8.4vw;
}
@media (max-width: 1399.8px) {
  .location-page .map-container .selectivo {
    padding: 0px 8.3vw 70px 8.3vw;
  }
}
@media (max-width: 991.8px) {
  .location-page .map-container .selectivo {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .location-page .map-container .selectivo__dropdown {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: none;
    border: 0;
  }
}
@media (max-width: 991.8px) {
  .location-page .map-container .selectivo__dropdown {
    padding-top: 0;
    padding-bottom: 25px;
    max-height: 350px;
    width: 100%;
  }
}
.location-page .map-container #location_category_selector {
  left: auto;
  right: auto;
}
.location-page .map-container .selectivo__option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: none;
  color: #131415;
  font: 400 16px/normal "Antonio-Regular";
  text-transform: uppercase;
  padding: 8px 20px;
  cursor: pointer;
  position: relative;
  width: auto;
}
.location-page .map-container .selectivo__option::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  top: 15px;
  left: 5px;
}
.location-page .map-container .selectivo__option#food-drink::before {
  background-color: #6d702e;
}
.location-page .map-container .selectivo__option#shopping::before {
  background-color: #bf8b5e;
}
.location-page .map-container .selectivo__option#fitness-wellness::before {
  background-color: #89674e;
}
.location-page .map-container .selectivo__option#neighborhood::before {
  background-color: #366195;
}
.location-page .map-container .selectivo__option.selectivo__option--selected::before {
  display: none;
}
@media (min-width: 992px) {
  .location-page .map-container .selectivo__option.selectivo__option--selected {
    background: #d2d2b2;
    border-radius: 18px;
  }
}
@media (min-width: 992px) {
  .location-page .map-container .selectivo__option + .selectivo__option {
    margin-left: 20px;
  }
}
@media (max-width: 991.8px) {
  .location-page .map-container .selectivo__option {
    padding: 25px 6.75vw;
    width: 100%;
  }
  .location-page .map-container .selectivo__option::before {
    display: none;
  }
  .location-page .map-container .selectivo__option:first-child {
    background: none;
  }
  .location-page .map-container .selectivo__option.selectivo__option--selected, .location-page .map-container .selectivo__option:hover {
    background: #d2d2b2;
    border-radius: 50px;
  }
}
@media (max-width: 991.8px) and (max-width: 991.8px) {
  .location-page .map-container .selectivo__option.selectivo__option--selected, .location-page .map-container .selectivo__option:hover {
    border-radius: 0;
  }
}
.location-page .map-container .map-wrap {
  position: relative;
}
.location-page .map-container .map-wrap .map {
  background-size: cover;
  height: 100%;
  width: 100%;
  height: 100vh;
}
.location-page .map-container .map-wrap .btn {
  position: fixed;
}
@media (max-width: 767.8px) {
  .location-page .map-container .map-wrap .btn {
    bottom: 0px;
    right: 20px;
  }
}
.location-page .map-container .map-wrap .btn.list {
  bottom: 40px;
  right: 40px;
}
@media (max-width: 991.8px) {
  .location-page .map-container .map-wrap .btn.list.desk-tab {
    display: none;
  }
}
@media (min-width: 992px) {
  .location-page .map-container .map-wrap .btn.list.desk-tab {
    display: block;
  }
}
@media (min-width: 992px) {
  .location-page .map-container .map-wrap .btn.list.mob {
    display: none;
  }
}
.location-page .map-container .map-wrap .btn.map-view {
  bottom: 40px;
  right: 40px;
}
@media (max-width: 991.8px) {
  .location-page .map-container .map-wrap .btn.map-view.desk-tab {
    display: none;
  }
}
@media (min-width: 992px) {
  .location-page .map-container .map-wrap .btn.map-view.desk-tab {
    display: block;
  }
}
@media (min-width: 992px) {
  .location-page .map-container .map-wrap .btn.map-view.mob {
    display: none;
  }
}
.location-page .map-container .map-wrap .list-view {
  background-size: cover;
  height: 100%;
  width: 100%;
  position: relative;
}
@media (max-width: 991.8px) {
  .location-page .map-container .map-wrap .list-view {
    padding: 50px 6.75vw 40px;
  }
}
@media (max-width: 767.8px) {
  .location-page .map-container .map-wrap .list-view {
    padding: 50px 25px 40px;
  }
}
.location-page .map-container .map-wrap .list-view .btn-poi {
  display: inline-block;
  color: #fff;
  border-radius: 0;
  width: auto;
  height: auto;
  padding: 17px 40px 15px 15px;
  cursor: pointer;
  position: relative;
  top: 0;
  left: 0;
}
.location-page .map-container .map-wrap .list-view .btn-poi::after {
  background: url("../images/icons/right-arrow-white.svg") center/contain no-repeat;
  width: 11px;
  height: 11px;
  right: 21px;
  transition: all 0.3s ease-in-out;
  bottom: 18px;
}
@media (max-width: 991.8px) {
  .location-page .map-container .map-wrap .list-view .btn-poi::after {
    right: 18px;
  }
}
.location-page .map-container .map-wrap .list-view .btn-poi:hover {
  background: #bf8b5e;
}
.system .location-page .map-container .map-wrap .list-view .btn-poi:hover::after {
  transform: translateX(6px);
}
@media (max-width: 991.8px) {
  .location-page .map-container .map-wrap .list-view .btn-poi {
    display: block;
    max-width: 330px;
    margin: 0 auto;
    text-align: center;
  }
}
.location-page .map-container .map-wrap .list-view .btn-poi.brown {
  background: #bf8b5e;
}
.location-page .map-container .map-wrap .list-view .btn-poi:last-child {
  margin-left: 20px;
}
@media (max-width: 991.8px) {
  .location-page .map-container .map-wrap .list-view .btn-poi:last-child {
    margin-left: 0px;
  }
}
.location-page .map-container .map-wrap .neigh-map-control {
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.location-page .map-container .map-wrap .neigh-map-control .zoom {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: none;
  display: block;
  position: relative;
  font-size: 30px;
  cursor: pointer;
  margin-bottom: 3px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: #bf8b5e;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px -1px;
  width: 40px;
  height: 40px;
  font-weight: 400;
  font-family: "Chalet-ParisNineteenSixty";
}
.location-page .map-container .map-wrap .neigh-map-control .zoom.zoom-out::before {
  content: "-";
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 2px;
  left: 2px;
}
.location-page .map-container .map-wrap .neigh-map-control .zoom.zoom-in::before {
  content: "+";
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 2px;
  left: 2px;
}
.location-page .map-container .poi_popup {
  position: absolute;
  top: 40px;
  background: #d2d2b2;
  padding: 20px 40px;
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-left: 20px;
}
@media (max-width: 991.8px) {
  .location-page .map-container .poi_popup {
    margin-left: 15px;
    top: 25px;
    padding: 20px 10px;
  }
}
.location-page .map-container .poi_popup .poi_popup_inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575.8px) {
  .location-page .map-container .poi_popup .poi_popup_inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.location-page .map-container .poi_popup .poi_popup_inner .details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991.8px) {
  .location-page .map-container .poi_popup .poi_popup_inner .details {
    flex-direction: column;
  }
}
@media (max-width: 991.8px) {
  .location-page .map-container .poi_popup .details {
    margin-right: 20px;
  }
}
.location-page .map-container .poi_popup .list-address {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  align-items: center;
}
@media (max-width: 575.8px) {
  .location-page .map-container .poi_popup .list-address {
    flex-direction: column;
    align-items: flex-start;
  }
}
.location-page .map-container .poi_popup .subtitle {
  color: #131415;
  font-family: "Chalet-ParisNineteenSixty";
  font-size: 30px;
  width: 40%;
  margin-right: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .location-page .map-container .poi_popup .subtitle {
    font-size: calc(18px + 12 * ((100vw - 991px) / 209));
  }
}
@media (max-width: 991.8px) {
  .location-page .map-container .poi_popup .subtitle {
    font-size: 18px;
    margin-bottom: 5px;
    margin-right: 0px;
  }
}
@media (max-width: 575.8px) {
  .location-page .map-container .poi_popup .subtitle {
    margin-bottom: 10px;
  }
}
.location-page .map-container .poi_popup .poi_addr a {
  color: #131415;
  font: 400 18px/normal "Chalet-LondonNineteenSixty";
  letter-spacing: 1.5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .location-page .map-container .poi_popup .poi_addr a {
    font-size: calc(11px + 7 * ((100vw - 991px) / 209));
  }
}
@media (max-width: 991.8px) {
  .location-page .map-container .poi_popup .poi_addr a {
    font-size: 11px;
  }
}
.location-page .map-container .poi_popup .poi_btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 991.8px) {
  .location-page .map-container .poi_popup .poi_btn {
    flex-direction: column;
  }
}
@media (max-width: 575.8px) {
  .location-page .map-container .poi_popup .poi_btn {
    margin-top: 10px;
  }
}
.location-page .map-container .poi_popup .poi_btn .btn {
  display: inline-block;
  color: #fff;
  border-radius: 0;
  width: auto;
  height: auto;
  padding: 17px 40px 15px 15px;
  cursor: pointer;
  position: relative;
  bottom: 0;
  right: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .location-page .map-container .poi_popup .poi_btn .btn {
    font-size: calc(10px + 4 * ((100vw - 991px) / 209));
  }
}
.location-page .map-container .poi_popup .poi_btn .btn::after {
  background: url("../images/icons/right-arrow-white.svg") center/contain no-repeat;
  width: 11px;
  height: 11px;
  right: 21px;
  transition: all 0.3s ease-in-out;
  bottom: 18px;
}
@media (max-width: 991.8px) {
  .location-page .map-container .poi_popup .poi_btn .btn::after {
    right: 18px;
  }
}
.location-page .map-container .poi_popup .poi_btn .btn:hover {
  background: #bf8b5e;
}
.system .location-page .map-container .poi_popup .poi_btn .btn:hover::after {
  transform: translateX(6px);
}
@media (max-width: 991.8px) {
  .location-page .map-container .poi_popup .poi_btn .btn {
    display: block;
    max-width: 330px;
    margin: 0 auto;
    text-align: center;
  }
}
.location-page .map-container .poi_popup .poi_btn .btn.brown {
  background: #bf8b5e;
}
@media (max-width: 991.8px) {
  .location-page .map-container .poi_popup .poi_btn .btn.poi_link {
    max-width: unset;
    margin: 0;
  }
}
.location-page .map-container .list-view {
  padding: 0px 120px 40px 8.4vw;
}
@media (max-width: 1399.8px) {
  .location-page .map-container .list-view {
    padding: 0px 8.3vw 40px;
  }
}
@media (max-width: 991.8px) {
  .location-page .map-container .list-view {
    padding: 0;
  }
}
.location-page .map-container .list-view .list-item {
  background-color: #d2d2b2;
  padding: 30px 25px 30px 40px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
@media (max-width: 991.8px) {
  .location-page .map-container .list-view .list-item {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991.8px) {
  .location-page .map-container .list-view .list-item:last-child {
    margin-bottom: 0;
  }
}
.location-page .map-container .list-view .list-item h2,
.location-page .map-container .list-view .list-item span,
.location-page .map-container .list-view .list-item a {
  color: #131415;
  font-weight: normal;
}
.location-page .map-container .list-view .list-item a {
  text-decoration: none;
}
.location-page .map-container .list-view .list-item h2 {
  font: 400 30px/normal "Chalet-LondonNineteenSixty";
  letter-spacing: 1.5px;
  width: 43%;
  margin-right: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .location-page .map-container .list-view .list-item h2 {
    font-size: calc(25px + 5 * ((100vw - 991px) / 209));
  }
}
@media (max-width: 991.8px) {
  .location-page .map-container .list-view .list-item h2 {
    font-size: 25px;
    line-height: 29px;
    margin-bottom: 15px;
    width: auto;
  }
}
.location-page .map-container .list-view .list-item .list-address {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  align-items: center;
}
@media (max-width: 991.8px) {
  .location-page .map-container .list-view .list-item .list-address {
    flex-direction: column;
  }
}
.location-page .map-container .list-view .list-item .adsress a {
  font: 400 18px/20px "Chalet-LondonNineteenSixty";
  letter-spacing: 1.5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .location-page .map-container .list-view .list-item .adsress a {
    font-size: calc(15px + 3 * ((100vw - 991px) / 209));
  }
}
@media (max-width: 991.8px) {
  .location-page .map-container .list-view .list-item .adsress a {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 991.8px) {
  .location-page .map-container .list-view .list-item .adsress {
    margin-bottom: 25px;
  }
}
.location-page .map-container .list-view .list-item span {
  font: 400 18px/20px "Chalet-LondonNineteenSixty";
  letter-spacing: 1.5px;
}
.location-page .map-container .counter-section {
  padding: 100px 120px 40px 8.4vw;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 1399.8px) {
  .location-page .map-container .counter-section {
    padding: 6.9vw 8.3vw 40px;
  }
}
@media (max-width: 991.8px) {
  .location-page .map-container .counter-section {
    padding: 72px 6.75vw;
    justify-content: space-between;
  }
}
@media (max-width: 767.8px) {
  .location-page .map-container .counter-section {
    padding: 72px 25px;
  }
}
.location-page .map-container .counter-section > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991.8px) {
  .location-page .map-container .counter-section > div {
    flex-direction: column;
    width: calc(50% - 10px);
    align-items: flex-start;
  }
}
@media (min-width: 1400px) {
  .location-page .map-container .counter-section > div > div {
    max-width: 350px;
    width: 24vw;
  }
}
.location-page .map-container .counter-section > div h3 {
  color: #bf8b5e;
  font-family: "Chalet-ParisNineteenSixty";
  font-size: 135px;
  font-style: normal;
  letter-spacing: 1.5px;
  line-height: 110px;
  font-weight: normal;
  text-align: left;
  margin-right: 30px;
}
@media (max-width: 991.8px) {
  .location-page .map-container .counter-section > div h3 {
    font-size: 55px;
    line-height: 55px;
  }
}
.location-page .map-container .counter-section > div h4 {
  color: #6d702e;
  font-family: "Antonio-Regular";
  font-size: 35px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.67px;
  line-height: 55px;
  text-align: left;
  text-transform: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .location-page .map-container .counter-section > div h4 {
    font-size: calc(25px + 10 * ((100vw - 991px) / 209));
  }
  .location-page .map-container .counter-section > div h4 {
    line-height: calc(28px + 27 * ((100vw - 991px) / 209));
  }
}
@media (max-width: 991.8px) {
  .location-page .map-container .counter-section > div h4 {
    color: #6d702e;
    font-size: 25px;
    line-height: 28px;
    margin-top: 5px;
  }
}
.location-page .map-container .counter-section > div p {
  color: #6d702e;
  font-family: "Chalet-LondonNineteenSixty";
  font-size: 16px;
  font-style: normal;
  letter-spacing: 1.33px;
  line-height: 23px;
  text-align: left;
  text-transform: none;
  margin: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .location-page .map-container .counter-section > div p {
    font-size: calc(11px + 5 * ((100vw - 991px) / 209));
  }
  .location-page .map-container .counter-section > div p {
    line-height: calc(18px + 5 * ((100vw - 991px) / 209));
  }
}
@media (max-width: 991.8px) {
  .location-page .map-container .counter-section > div p {
    font-size: 11px;
    line-height: 18px;
    margin-top: 5px;
  }
}
@media (max-width: 991.8px) {
  .location-page .map-container .counter-section.desk-tab {
    display: none;
  }
}
@media (min-width: 992px) {
  .location-page .map-container .counter-section.mob {
    display: none;
  }
}

.location footer {
  background-color: #6c7120;
}

@media (min-width: 992px) {
  .button-wrap-location {
    display: none !important;
  }
}

.error-page .header {
  background: #366195;
  padding: 23px 40px;
}
@media (max-width: 991.8px) {
  .error-page .header {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.error-page .inner-banner, .error-page .banner-image {
  background-position: bottom center;
  height: 75vh;
  min-height: 50vw;
  max-height: 100%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.error-page .inner-banner::before, .error-page .banner-image::before {
  content: "";
  position: absolute;
  background: url("../images/patterns/Blueflowers.svg") no-repeat;
  max-width: 100%;
  width: 50vw;
  height: 60vw;
  background-size: contain;
  bottom: 0;
  top: -9vw;
  left: -22vw;
  max-height: 1200px;
  right: 0;
  z-index: 1;
  -moz-transform: rotate(0deg) scaleX(-1);
  -o-transform: rotate(0deg) scaleX(-1);
  -ms-transform: rotate(0deg) scaleX(-1);
  -webkit-transform: rotate(0deg) scaleX(-1);
  transform: rotate(0deg) scaleX(-1);
}
@media (max-width: 991.8px) {
  .error-page .inner-banner::before, .error-page .banner-image::before {
    height: 60vh;
  }
}
@media (max-width: 767.8px) {
  .error-page .inner-banner::before, .error-page .banner-image::before {
    height: 60vh;
  }
}
@media (max-width: 575.8px) {
  .error-page .inner-banner::before, .error-page .banner-image::before {
    height: 60vh;
    width: 70vw;
  }
}
.error-page .inner-banner::after, .error-page .banner-image::after {
  content: "";
  position: absolute;
  background: url("../images/patterns/Blueflowers.svg") no-repeat;
  max-width: 100%;
  background-size: contain;
  width: 50vw;
  height: 60vw;
  bottom: 0;
  bottom: -10vw;
  right: -20vw;
  z-index: 1;
  max-height: 1200px;
  -moz-transform: rotate(33deg);
  -o-transform: rotate(33deg);
  -ms-transform: rotate(33deg);
  -webkit-transform: rotate(33deg);
  transform: rotate(33deg);
}
@media (max-width: 991.8px) {
  .error-page .inner-banner::after, .error-page .banner-image::after {
    height: 60vh;
    bottom: -20vh;
    top: unset;
  }
}
@media (max-width: 767.8px) {
  .error-page .inner-banner::after, .error-page .banner-image::after {
    height: 60vh;
  }
}
@media (max-width: 575.8px) {
  .error-page .inner-banner::after, .error-page .banner-image::after {
    height: 60vh;
    width: 70vw;
    bottom: -30vh;
  }
}
@media (max-width: 991.8px) {
  .error-page .inner-banner, .error-page .banner-image {
    height: 60vh;
    min-height: 500px;
  }
}
@media screen and (max-width: 991px) and (max-height: 500px) and (orientation: landscape) {
  .error-page .inner-banner::before, .error-page .banner-image::before {
    height: 100vh;
  }
  .error-page .inner-banner::after, .error-page .banner-image::after {
    height: 100vh;
  }
}
@media (max-width: 575.8px) {
  .error-page .inner-banner, .error-page .banner-image {
    height: 75vh;
  }
}
.error-page .inner-banner .banner-content, .error-page .banner-image .banner-content {
  justify-content: center;
  align-items: center;
  padding-left: 25px;
  padding-bottom: 0;
  padding-right: 25px;
}
.error-page .inner-banner .banner-content .banner-head, .error-page .banner-image .banner-content .banner-head {
  color: #366195;
  text-align: center;
  margin-bottom: 0px;
  font-style: normal;
  letter-spacing: 1.92px;
  text-align: center;
  font: 400 100px/100px "Chalet-ParisNineteenSixty";
}
@media (min-width: 768px) and (max-width: 991px) {
  .error-page .inner-banner .banner-content .banner-head, .error-page .banner-image .banner-content .banner-head {
    font-size: calc(55px + 45 * ((100vw - 769px) / 222));
  }
  .error-page .inner-banner .banner-content .banner-head, .error-page .banner-image .banner-content .banner-head {
    line-height: calc(55px + 45 * ((100vw - 769px) / 222));
  }
  .error-page .inner-banner .banner-content .banner-head, .error-page .banner-image .banner-content .banner-head {
    letter-spacing: calc(1px + 0.92 * ((100vw - 769px) / 222));
  }
}
@media (max-width: 767.8px) {
  .error-page .inner-banner .banner-content .banner-head, .error-page .banner-image .banner-content .banner-head {
    font-size: 55px;
    line-height: 55px;
    letter-spacing: 1px;
  }
}
.error-page .inner-banner .banner-content .banner-caption, .error-page .banner-image .banner-content .banner-caption {
  color: #bf8b5e;
  font-style: normal;
  letter-spacing: 0.48px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font: 400 25px/55px "Antonio-Regular";
}
@media (min-width: 768px) and (max-width: 991px) {
  .error-page .inner-banner .banner-content .banner-caption, .error-page .banner-image .banner-content .banner-caption {
    font-size: calc(20px + 5 * ((100vw - 769px) / 222));
  }
  .error-page .inner-banner .banner-content .banner-caption, .error-page .banner-image .banner-content .banner-caption {
    line-height: calc(50px + 5 * ((100vw - 769px) / 222));
  }
  .error-page .inner-banner .banner-content .banner-caption, .error-page .banner-image .banner-content .banner-caption {
    letter-spacing: calc(0.48px + 0 * ((100vw - 769px) / 222));
  }
}
@media (max-width: 767.8px) {
  .error-page .inner-banner .banner-content .banner-caption, .error-page .banner-image .banner-content .banner-caption {
    font-size: 20px;
    line-height: 50px;
    letter-spacing: 0.48px;
  }
}
.error-page .inner-banner .banner-content .banner-subhead, .error-page .banner-image .banner-content .banner-subhead {
  color: #131415;
  text-align: center;
  text-transform: none;
  font: 400 13px/25px "Chalet-LondonNineteenSixty";
  font-style: normal;
  letter-spacing: 1.08px;
  width: 60vw;
  max-width: 467px;
  margin: 0 auto;
}
@media (max-width: 767.8px) {
  .error-page .inner-banner .banner-content .banner-subhead, .error-page .banner-image .banner-content .banner-subhead {
    width: 70vw;
  }
}
.error-page .back-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: none;
  font: 400 14px/normal "Chalet-LondonNineteenSixty";
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 40px;
  padding: 20px 30px;
  background-color: #bf8b5e;
  color: #fff;
  text-align: center;
}

@media (max-width: 991.8px) {
  .contact-page .inner-banner, .contact-page .banner-image {
    background-position: 75% 55%;
  }
}
.contact-page .inner-banner .banner-content .banner-head, .contact-page .banner-image .banner-content .banner-head,
.contact-page .inner-banner .banner-content .banner-subhead,
.contact-page .banner-image .banner-content .banner-subhead {
  color: #fff;
}
.contact-page .inner-banner .banner-content .banner-head, .contact-page .banner-image .banner-content .banner-head {
  margin-bottom: 10px;
}
.contact-page .contact-form-section {
  flex-wrap: wrap;
  align-items: initial;
  background: #d9e0ec;
  position: relative;
}
.contact-page .contact-form-section .address-wrap span {
  display: block;
}
.contact-page .contact-form-section .left,
.contact-page .contact-form-section .right {
  padding: 7vw 11.5vw calc(8vw + 60px);
  width: 50%;
}
@media (max-width: 1199.8px) {
  .contact-page .contact-form-section .left,
.contact-page .contact-form-section .right {
    padding: 7vw 7.5vw calc(10vw + 60px);
  }
}
@media (max-width: 991.8px) {
  .contact-page .contact-form-section .left,
.contact-page .contact-form-section .right {
    width: 100%;
    padding: 70px 6.7vw;
  }
}
.contact-page .contact-form-section .left {
  position: relative;
}
.contact-page .contact-form-section .left::after {
  background: url("../images/logos/hartley_logo_light_blue.svg") center/contain no-repeat;
  right: 0;
  bottom: -8vw;
  width: 24vw;
  height: 33vw;
}
@media (max-width: 991.8px) {
  .contact-page .contact-form-section .left::after {
    width: 54vw;
    height: 63vw;
    bottom: -14vw;
  }
}
.contact-page .contact-form-section .right {
  background-color: #f9f9f9;
}
@media (max-width: 991.8px) {
  .contact-page .contact-form-section .right {
    z-index: 1;
    padding-bottom: 130px;
  }
}
.contact-page .contact-form-section .sub-heading {
  color: #89674e;
  font: 400 18px/normal "Antonio-Regular";
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.contact-page .contact-form-section .link {
  color: #131415;
  font: 16px/28px "Chalet-LondonNineteenSixty";
  font-style: normal;
  letter-spacing: 1.33px;
  text-align: left;
  margin-bottom: 30px;
  display: block;
  list-style-type: none;
}
.contact-page .contact-form-section .link a span {
  color: #131415;
  font: 16px/28px "Chalet-LondonNineteenSixty";
  font-style: normal;
  letter-spacing: 1.33px;
  text-align: left;
  margin-bottom: 30px;
  display: block;
}
.contact-page .contact-form-section .link::marker {
  display: none;
}
.contact-page .contact-form-section .office-hrs {
  list-style: none;
  margin-bottom: 30px;
}
.contact-page .contact-form-section .office-hrs li {
  display: flex;
}
.contact-page .contact-form-section .office-hrs li span + span {
  margin-left: 15px;
}
.contact-page .contact-form-section .form-heading {
  color: #366195;
  font-family: "Chalet-ParisNineteenSixty";
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.87px;
  text-align: left;
  margin-bottom: 30px;
}
.contact-page .contact-form-section .form-heading {
  font-size: calc(42px + 3 * ((100vw - 375px) / 1065));
}
.contact-page .contact-form-section .form-heading {
  line-height: calc(48px + 2 * ((100vw - 375px) / 1065));
}
.contact-page .contact-form-section .hywrap .top_align .hytag_number_of_bedrooms .control-label {
  top: 10px;
}
.contact-page .contact-form-section.new .left {
  padding: 7vw 8.4vw;
}
@media (max-width: 1199.8px) {
  .contact-page .contact-form-section.new .left {
    padding: 7vw 8.4vw;
  }
}
@media (max-width: 991.8px) {
  .contact-page .contact-form-section.new .left {
    padding: 70px 6.75vw;
  }
}
@media (max-width: 767.8px) {
  .contact-page .contact-form-section.new .left {
    padding: 70px 25px;
  }
}
.contact-page .contact-form-section.new .left .content p {
  color: #131415;
  margin-bottom: 30px;
}
.contact-page .contact-form-section.new .left .content ul {
  list-style-type: none;
  list-style-position: inside;
  padding-inline-start: 30px !important;
  margin-bottom: 20px;
  width: 80%;
  margin: 0 auto 30px;
}
.contact-page .contact-form-section.new .left .content ul li {
  color: #131415;
  font-weight: bold;
}
.contact-page .contact-form-section.new .left .content ul li::before {
  content: "";
  background-color: #89674e;
  font-weight: bold;
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-left: -1em;
  margin-right: 5px;
}
.contact-page .contact-form-section.new .left .disclaimer {
  color: #131415;
  margin-bottom: 30px !important;
  font-size: 10px !important;
  font-style: italic !important;
  line-height: 12px !important;
}

.thankyou-page {
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  display: none;
  overflow: hidden;
}
.thankyou-page:before {
  background-image: url("../images/patterns/Blueflowers.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -30%;
  width: 50%;
  height: 100%;
  content: "";
  left: -23%;
  transform: matrix(-0.87, -0.5, -0.5, 0.87, 0, 0);
}
.thankyou-page:after {
  background-image: url("../images/patterns/Blueflowers.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -58%;
  width: 60%;
  height: 100%;
  content: "";
  right: -12%;
  transform: matrix(-1, -0.09, -0.09, 1, 0, 0);
}
@media (max-width: 991.8px) {
  .thankyou-page {
    position: relative;
    width: 100%;
    padding: 70px 6.7vw;
  }
}
.thankyou-page .banner-content {
  justify-content: center;
  align-items: center;
  padding-left: 25px;
  padding-bottom: 0;
  padding-right: 25px;
  max-width: 517px;
  margin: 0 auto;
}
.thankyou-page .banner-content .banner-head {
  color: #bf8b5e;
  text-align: center;
  margin-bottom: 25px;
}
.thankyou-page .banner-content .thankyou-subhead {
  text-align: center;
  font-family: "Chalet-LondonNineteenSixty";
  color: #131415;
}
.thankyou-page .banner-content .thankyou-subhead {
  font-size: calc(16px + 0 * ((100vw - 375px) / 1065));
}
.thankyou-page .banner-content .thankyou-subhead {
  line-height: calc(28px + 0 * ((100vw - 375px) / 1065));
}
.thankyou-page .banner-content .thankyou-subhead {
  letter-spacing: calc(1.33px + 0 * ((100vw - 375px) / 1065));
}
.thankyou-page .back-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: none;
  font: 400 14px/normal "Chalet-LondonNineteenSixty";
  letter-spacing: normal;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 25px;
  padding: 16px 30px 14px;
  background-color: #bf8b5e;
  color: #fff;
  text-align: center;
  width: 154px;
}

.thank-you .contact-wrap {
  display: none;
}
.thank-you .thankyou-page {
  display: block;
}
@media (min-width: 992px) {
  .thank-you .thankyou-page .banner-head {
    letter-spacing: 1.15px;
  }
}
@media (min-width: 1200px) {
  .thank-you .thankyou-page .banner-head {
    font-size: 60px;
  }
}
@media (max-width: 991.8px) {
  .thank-you .contact-form-section .right {
    padding: 0;
  }
}

.services-page .inner-banner, .services-page .banner-image {
  background-position: bottom center;
}
.services-page .inner-banner .banner-content .banner-head, .services-page .banner-image .banner-content .banner-head,
.services-page .inner-banner .banner-content .banner-subhead,
.services-page .banner-image .banner-content .banner-subhead {
  color: #fff;
}
.services-page .inner-banner .banner-content .banner-head, .services-page .banner-image .banner-content .banner-head {
  margin-bottom: 10px;
}
.services-page .banner-bottom {
  background: #f8f6f5;
  padding: 139px 8.4vw;
  background-image: url("../images/patterns/Tan-waves.svg");
  background-position: 125% bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1400px) {
  .services-page .banner-bottom {
    background-position: 110% bottom;
  }
}
@media (max-width: 991.8px) {
  .services-page .banner-bottom {
    padding: 65px 20px;
  }
}
.services-page .banner-bottom .content {
  color: #89674e;
  font-family: "Chalet-ParisNineteenSixty";
  font-size: 40px;
  line-height: 70px;
  font-style: normal;
  letter-spacing: 0.77px;
  text-align: center;
  max-width: 783px;
  margin: 0 auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .services-page .banner-bottom .content {
    font-size: calc(28px + 12 * ((100vw - 991px) / 209));
  }
  .services-page .banner-bottom .content {
    line-height: calc(35px + 35 * ((100vw - 991px) / 209));
  }
}
@media (max-width: 991.8px) {
  .services-page .banner-bottom .content {
    font-size: 28px;
    line-height: 35px;
  }
}
@media (min-width: 1400px) {
  .services-page .banner-bottom .content {
    max-width: 800px;
    width: 65%;
  }
}
@media screen and (min-width: 1600px) {
  .services-page .banner-bottom .content {
    max-width: 900px;
    width: auto;
  }
}
.services-page .services-content {
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  padding-bottom: 100px;
  display: flex !important;
}
@media (max-width: 991.8px) {
  .services-page .services-content {
    padding-bottom: 0px;
  }
}
.services-page .services-content.desk {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 991.8px) {
  .services-page .services-content.desk {
    display: none !important;
  }
}
.services-page .services-content.mob {
  display: none !important;
}
@media (max-width: 991.8px) {
  .services-page .services-content.mob {
    display: block !important;
  }
}
.services-page .services-content .left,
.services-page .services-content .right {
  width: 50%;
}
@media (max-width: 991.8px) {
  .services-page .services-content .left,
.services-page .services-content .right {
    width: 100%;
  }
}
.services-page .services-content .right {
  padding: 6.9vw 9vw 0 9vw;
  position: relative;
  height: 100%;
  right: 0;
  padding-bottom: 200px;
}
@media (max-width: 991.8px) {
  .services-page .services-content .right {
    padding: 70px 25px;
  }
}
@media screen and (min-width: 1800px) {
  .services-page .services-content .right {
    padding: 6.9vw 300px 0 9vw;
    padding-bottom: 20vw;
  }
}
.services-page .services-content .right #mCSB_2 {
  max-height: 500px !important;
}
.services-page .services-content .right #mCSB_2 #mCSB_2_scrollbar_vertical {
  opacity: 0;
}
.services-page .services-content .left {
  height: 100%;
}
.services-page .services-content .left > div {
  height: 100%;
  width: 100%;
}
@media (max-width: 991.8px) {
  .services-page .services-content .left {
    padding: 0;
    min-height: auto;
  }
}
@media (min-width: 992px) {
  .services-page .services-content .left {
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90vh;
  }
  .services-page .services-content .left > div {
    position: sticky;
    top: 0;
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
    position: absolute;
  }
}
.services-page .services-content .sub-heading {
  color: #89674e;
  font-family: "Antonio-Regular";
  font-size: 40px;
  line-height: 55px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.77px;
  text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .services-page .services-content .sub-heading {
    font-size: calc(30px + 10 * ((100vw - 991px) / 209));
  }
  .services-page .services-content .sub-heading {
    line-height: calc(35px + 20 * ((100vw - 991px) / 209));
  }
}
@media (max-width: 991.8px) {
  .services-page .services-content .sub-heading {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
  }
}
.services-page .services-content .content {
  color: #131415;
  font-family: "Chalet-LondonNineteenSixty";
  font-size: 16px;
  line-height: 28px;
  font-style: normal;
  letter-spacing: 1.5px;
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 100px;
  margin-top: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .services-page .services-content .content {
    font-size: calc(17px + -1 * ((100vw - 991px) / 209));
  }
  .services-page .services-content .content {
    line-height: calc(29px + -1 * ((100vw - 991px) / 209));
  }
}
@media (max-width: 991.8px) {
  .services-page .services-content .content {
    font-size: 17px;
    line-height: 29px;
    padding-bottom: 0px;
  }
}
.services-page .services-content .section-1,
.services-page .services-content .section-2,
.services-page .services-content .section-3 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 991.8px) {
  .services-page .services-content .swiper {
    padding-right: calc(8vw - 10px);
  }
}
@media (max-width: 991.8px) {
  .services-page .services-content .swiper-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: visible;
    padding-bottom: 0;
  }
}
.services-page .services-content .left > div {
  opacity: 0;
}
.services-page .services-content .left > div.home {
  opacity: 1;
}
.services-page .services-content .section-content {
  opacity: 0.5;
}
.services-page .services-content .section-content#home {
  opacity: 1;
}

.floorplans-landing-page .inner-banner, .floorplans-landing-page .banner-image {
  background-position: bottom center;
}
.floorplans-landing-page .inner-banner .banner-content .banner-head, .floorplans-landing-page .banner-image .banner-content .banner-head,
.floorplans-landing-page .inner-banner .banner-content .banner-subhead,
.floorplans-landing-page .banner-image .banner-content .banner-subhead {
  color: #fff;
}
.floorplans-landing-page .inner-banner .banner-content .banner-head, .floorplans-landing-page .banner-image .banner-content .banner-head {
  margin-bottom: 10px;
}
.floorplans-landing-page .list-container {
  padding: 100px 0;
}
@media (max-width: 1399.8px) {
  .floorplans-landing-page .list-container {
    padding: 6.9vw 0;
  }
}
@media (max-width: 991.8px) {
  .floorplans-landing-page .list-container {
    padding: 0;
  }
}
@media (max-width: 991.8px) {
  .floorplans-landing-page .list-container .selectivo__label {
    padding: 30px 6.75vw;
    background-color: #d2d2b2;
  }
}
@media (min-width: 992px) {
  .floorplans-landing-page .list-container .selectivo__label {
    display: none;
  }
}
.floorplans-landing-page .list-container .selectivo {
  width: 100%;
  padding: 0px 120px 0px 8.4vw;
}
@media (max-width: 1399.8px) {
  .floorplans-landing-page .list-container .selectivo {
    padding: 0px 6.75vw 0px 6.75vw;
  }
}
@media (max-width: 991.8px) {
  .floorplans-landing-page .list-container .selectivo {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .floorplans-landing-page .list-container .selectivo__dropdown {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: none;
    border: 0;
  }
}
@media (max-width: 991.8px) {
  .floorplans-landing-page .list-container .selectivo__dropdown {
    padding-top: 0;
    padding-bottom: 25px;
    max-height: 350px;
    width: 100%;
  }
}
.floorplans-landing-page .list-container #type_category_selector {
  left: auto;
  right: auto;
}
.floorplans-landing-page .list-container .selectivo__option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: none;
  border-radius: 18px;
  color: #131415;
  font: 400 18px/normal "Antonio-Regular";
  text-transform: uppercase;
  padding: 8px 20px;
  cursor: pointer;
  position: relative;
  width: auto;
}
.system .floorplans-landing-page .list-container .selectivo__option:hover {
  background: #d2d2b2;
  border-radius: 18px;
}
.floorplans-landing-page .list-container .selectivo__option.selectivo__option--selected::before {
  display: none;
}
@media (min-width: 992px) {
  .floorplans-landing-page .list-container .selectivo__option.selectivo__option--selected {
    background: #d2d2b2;
    border-radius: 18px;
  }
}
@media (min-width: 992px) {
  .floorplans-landing-page .list-container .selectivo__option + .selectivo__option {
    margin-left: 20px;
  }
}
@media (max-width: 991.8px) {
  .floorplans-landing-page .list-container .selectivo__option {
    /* padding: 15px 6.75vw; */
    width: 100%;
  }
  .floorplans-landing-page .list-container .selectivo__option::before {
    display: none;
  }
  .floorplans-landing-page .list-container .selectivo__option:first-child {
    background: none;
  }
  .system .floorplans-landing-page .list-container .selectivo__option.selectivo__option--selected, .system .floorplans-landing-page .list-container .selectivo__option:hover {
    background: #d2d2b2;
    border-radius: 50px;
  }
}
@media (max-width: 991.8px) and (max-width: 991.8px) {
  .system .floorplans-landing-page .list-container .selectivo__option.selectivo__option--selected, .system .floorplans-landing-page .list-container .selectivo__option:hover {
    border-radius: 0;
  }
}
  .floorplans-landing-page .list-container .grid-section div.type-wrapper:not(:first-child) .list-details {
    background-color: #d2d2b2 !important; }
  .floorplans-landing-page .list-container .grid-section div.type-wrapper:not(:first-child):nth-child(2n) .list-details {
    background-color: #f3f3ee !important; }
    
.floorplans-landing-page .grid-section {
  flex-direction: column;
  display: none;
  padding-bottom: 100px;
}
@media (max-width: 767.8px) {
  .floorplans-landing-page .grid-section {
    padding-bottom: 70px;
  }
}
.floorplans-landing-page .grid-section.show {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.floorplans-landing-page .grid-section .type-wrapper {
  padding: 100px 120px 0px 8.4vw;
}
@media (max-width: 1399.8px) {
  .floorplans-landing-page .grid-section .type-wrapper {
    padding: 100px 6.75vw 0;
  }
}
@media (max-width: 767.8px) {
  .floorplans-landing-page .grid-section .type-wrapper {
    padding: 70px 25px 0;
  }
}
.floorplans-landing-page .grid-section .type-wrapper h2 {
  color: #bf8b5e;
  font-family: "Chalet-ParisNineteenSixty";
  font-size: 45px;
  font-style: normal;
  letter-spacing: 1.13px;
  font-weight: normal;
  line-height: 60px;
  text-transform: capitalize;
  text-align: left;
  margin-bottom: 50px;
}
@media (max-width: 991.8px) {
  .floorplans-landing-page .grid-section .type-wrapper h2 {
    margin-bottom: 15px;
  }
}
.floorplans-landing-page .grid-section .type-wrapper .head-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 991.8px) {
  .floorplans-landing-page .grid-section .type-wrapper .head-wrapper {
    display: none;
  }
}
.floorplans-landing-page .grid-section .type-wrapper .head-wrapper .btn-section.desk {
  padding-right: 30px;
}
@media (max-width: 1199.8px) {
  .floorplans-landing-page .grid-section .type-wrapper .head-wrapper .btn-section.desk {
    padding-right: 15px;
  }
}
.floorplans-landing-page .grid-section .type-wrapper .head-wrapper .btn-section.desk a {
  width: 125px;
}
.floorplans-landing-page .grid-section .type-wrapper .head-wrapper .left {
  width: 110px;
}
.floorplans-landing-page .grid-section .type-wrapper .head-wrapper .right {
  width: auto;
  padding-right: 40px;
  height: 0;
}
.floorplans-landing-page .grid-section .type-wrapper .head-wrapper .center {
  width: calc(100% - 9vw - 100px);
  padding-left: 3vw;
}
@media (max-width: 1199.8px) {
  .floorplans-landing-page .grid-section .type-wrapper .head-wrapper .center {
    padding-left: 30px;
  }
}
.floorplans-landing-page .grid-section .type-wrapper .head-wrapper .details {
  width: 100%;
  padding: 15px 0 15px 30px;
}
@media (max-width: 1199.8px) {
  .floorplans-landing-page .grid-section .type-wrapper .head-wrapper .details {
    padding-left: 15px;
  }
}
.floorplans-landing-page .grid-section .type-wrapper .head-wrapper ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style: none;
  justify-content: space-between;
}
.floorplans-landing-page .grid-section .type-wrapper .head-wrapper ul li {
  width: 20%;
}
.floorplans-landing-page .grid-section .type-wrapper .head-wrapper ul li,
.floorplans-landing-page .grid-section .type-wrapper .head-wrapper ul a {
  font: normal 15px/20px "Antonio-Regular";
  letter-spacing: 1.5px;
  color: #131415;
  text-transform: uppercase;
}
.floorplans-landing-page .grid-section .type-wrapper .head-wrapper ul li a {
  position: relative;
}
.floorplans-landing-page .grid-section .type-wrapper .head-wrapper ul li a::after {
  content: "";
  background: url(../images/icons/fp-down.svg) no-repeat center center;
  background-size: contain !important;
  width: 30px;
  height: 30px;
  position: absolute;
  display: block;
  top: -5px;
  right: -20px;
}
.floorplans-landing-page .grid-section .type-wrapper .head-wrapper ul li a.active::after {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.floorplans-landing-page .grid-section .type-wrapper .list-wrapper {
  padding-top: 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .list-details {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  position: relative;
}
.floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .list-details .left {
  background-color: #fff;
  width: 110px;
  text-align: center;
}
.floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .list-details .left img {
  max-height: 110px;
  padding: 10px;
  padding-left: 0;
  cursor: pointer;
}
@media (max-width: 767.8px) {
  .floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .list-details .left img {
    max-height: 75px;
    padding: 0px;
  }
}
.floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .list-details .right {
  width: auto;
  padding-right: 40px;
}
.floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .list-details .center {
  width: calc(100% - 150px);
}
@media (max-width: 991.8px) {
  .floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .list-details .center {
    width: 100%;
  }
}
.floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .list-details .det-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 110px);
  padding-left: 3vw;
  align-items: center;
  cursor: pointer;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 1199.8px) {
  .floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .list-details .det-wrap {
    padding-left: 30px;
  }
}
@media (max-width: 991.8px) {
  .floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .list-details .det-wrap {
    flex-direction: column;
    padding: 20px;
    width: 100%;
    align-items: start;
  }
}
.floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .list-details .fp-bar-btn {
  position: absolute;
  left: 110px;
  top: 0;
  right: 0;
  height: 100%;
}
.floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .list-details ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style: none;
  justify-content: space-between;
}
@media (max-width: 991.8px) {
  .floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .list-details ul {
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
  }
}
@media (max-width: 575.8px) {
  .floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .list-details ul {
    justify-content: space-between;
  }
}
.floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .list-details ul li {
  width: 20%;
}
@media (max-width: 991.8px) {
  .floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .list-details ul li {
    width: 47%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767.8px) {
  .floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .list-details ul li {
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media (max-width: 575.8px) {
  .floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .list-details ul li {
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media (max-width: 575.8px) {
  .floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .list-details ul li {
    width: auto;
    margin-right: 10px;
  }
}
@media (max-width: 373.8px) {
  .floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .list-details ul li {
    width: auto;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991.8px) {
  .floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .list-details ul li.btn-type-more {
    width: 100%;
  }
}
@media (max-width: 991.8px) {
  .floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .list-details ul li.btn-type-more.active {
    width: auto;
  }
}
.floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .list-details ul li span {
  font: normal 18px/normal "Chalet-LondonNineteenSixty";
  letter-spacing: 1.5px;
  color: #131415;
}
@media (max-width: 1199.8px) {
  .floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .list-details ul li span {
    font-size: 15px;
  }
}
@media (max-width: 767.8px) {
  .floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .list-details ul li span {
    font-size: 13px;
  }
}
.floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .unit-list {
  padding: 30px 25px 30px;
  box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.3);
  display: none;
}
@media (max-width: 991.8px) {
  .floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .unit-list {
    padding: 30px 0px 30px;
  }
}
.floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .unit-list .unit-list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 991.8px) {
  .floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .unit-list .unit-list-wrap {
    flex-direction: column;
  }
}
.floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .unit-list .head-wrapper {
  background-color: #d2d2b2;
}
.floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .unit-list .left {
  width: calc(9vw + 110px);
}
@media (max-width: 1199.8px) {
  .floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .unit-list .left {
    width: calc(9vw + 70px);
  }
}
@media (max-width: 991.8px) {
  .floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .unit-list .left {
    display: flex;
    width: 100%;
    justify-content: center;
  }
}
.floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .unit-list .unit-details {
  background-color: #d2d2b2;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
@media (max-width: 991.8px) {
  .floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .unit-list .unit-details {
    margin-bottom: 0;
  }
}
.floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .unit-list .unit-details .unit-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  padding: 30px;
  height: auto;
  align-items: center;
}
@media (max-width: 1199.8px) {
  .floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .unit-list .unit-details .unit-item {
    padding: 15px;
    height: auto;
  }
}
.floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .unit-list .unit-details .unit-item:nth-child(2n+1) {
  background-color: #fff;
}
.floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .unit-list .unit-details .unit-item:nth-child(2n) {
  background-color: #f3f3ee;
}
.floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .unit-list .unit-details .unit-item .details {
  width: 90%;
}
@media (max-width: 991.8px) {
  .floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .unit-list .unit-details .unit-item .details {
    width: 100%;
  }
}
.floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .unit-list .unit-details .unit-item .right {
  width: 100%;
}
.floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .unit-list .unit-details .unit-item .right .btn-section {
  width: auto;
}
.floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .unit-list .unit-details .unit-item ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style: none;
  justify-content: space-between;
}
.floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .unit-list .unit-details .unit-item ul li {
  width: 20%;
}
.floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .unit-list .unit-details .unit-item ul li span {
  font: normal 18px/normal "Chalet-LondonNineteenSixty";
  letter-spacing: 1.5px;
  color: #131415;
}
@media (max-width: 1199.8px) {
  .floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .unit-list .unit-details .unit-item ul li span {
    font-size: 15px;
  }
}
@media (max-width: 991.8px) {
  .floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .unit-list .unit-details .unit-item ul {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .unit-list .unit-details .unit-item ul li {
    width: 20%;
  }
}
@media (max-width: 991.8px) and (max-width: 991.8px) {
  .floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .unit-list .unit-details .unit-item ul li {
    width: 31.33%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media (max-width: 991.8px) and (max-width: 767.8px) {
  .floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .unit-list .unit-details .unit-item ul li {
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media (max-width: 991.8px) and (max-width: 575.8px) {
  .floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .unit-list .unit-details .unit-item ul li {
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media (max-width: 991.8px) and (max-width: 575.8px) {
  .floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .unit-list .unit-details .unit-item ul li {
    width: 45%;
    margin-right: 10px;
  }
}
@media (max-width: 991.8px) and (max-width: 373.8px) {
  .floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .unit-list .unit-details .unit-item ul li {
    width: auto;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
}
@media (max-width: 373.8px) {
  .floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .unit-list .unit-details .unit-item ul {
    justify-content: space-between;
  }
}
.floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .unit-list .left img {
  padding-right: 25px;
  cursor: pointer;
}
@media (max-width: 991.8px) {
  .floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .unit-list .left img {
    padding-right: 0;
    height: 35vw;
    min-height: 250px;
  }
}
.floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .unit-list .right {
  width: 100%;
}
.floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .unit-list .right .btn-section {
  width: auto;
}
.floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .unit-list .right .btn-section.mob {
  display: block;
}
.floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .unit-list .right .btn-section.desk {
  display: none;
}
@media (min-width: 992px) {
  .floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .unit-list .right .btn-section.mob {
    display: none;
  }
  .floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .unit-list .right .btn-section.desk {
    display: block;
  }
}
.floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .unit-list .btn-poi.mob {
  display: block;
}
.floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .unit-list .btn-poi.desk {
  display: none;
}
@media (min-width: 992px) {
  .floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .unit-list .btn-poi.mob {
    display: none;
  }
  .floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item .unit-list .btn-poi.desk {
    display: block;
  }
}
.floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item.active .list-details {
  background-color: #6d702e !important;
}
.floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item.active .list-details .left {
  visibility: hidden;
}
@media (max-width: 991.8px) {
  .floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item.active .list-details .left {
    display: none;
  }
}
.floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item.active .list-details .det-wrap {
  background-color: #6d702e !important;
}
.floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item.active .list-details ul li span {
  color: #fff;
}
@media (max-width: 1199.8px) {
  .floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item.active .list-details ul li span {
    font-size: 15px;
  }
}
@media (max-width: 991.8px) {
  .floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item.active .list-details li {
    width: 31.33%;
  }
}
@media (max-width: 575.8px) {
  .floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item.active .list-details li {
    width: 45%;
  }
}
@media (max-width: 373.8px) {
  .floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item.active .list-details li {
    width: auto;
  }
}
.system .floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item.active .btn-poi.white:hover {
  background: #6d702e;
  color: #fff;
  border: 1px solid #fff;
}
@media (max-width: 767.8px) {
  .floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item.active .btn-poi.white:hover {
    background: #fff !important;
    color: #6d702e !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item.active .btn-poi.white:hover {
    background: #fff !important;
    color: #6d702e !important;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item.active .btn-poi.white:hover {
    background: #fff !important;
    color: #6d702e !important;
  }
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  .floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item.active .btn-poi.white:hover {
    background: #fff !important;
    color: #6d702e !important;
  }
}
.floorplans-landing-page .grid-section .type-wrapper .list-wrapper .list-item:last-child .list-details {
  margin-bottom: 0;
}
.floorplans-landing-page .grid-section .type-wrapper .btn-poi {
  display: inline-block;
  color: #6d702e;
  border-radius: 0;
  width: 110px;
  height: auto;
  padding: 17px 15px 15px;
  font-weight: normal;
  cursor: pointer;
  top: 0;
  left: 0;
}
@media (max-width: 767.8px) {
  .floorplans-landing-page .grid-section .type-wrapper .btn-poi {
    padding: 9px;
  }
}
.floorplans-landing-page .grid-section .type-wrapper .btn-poi.hidden-btn {
  visibility: hidden;
}
.system .floorplans-landing-page .grid-section .type-wrapper .btn-poi:hover {
  background: #6d702e;
  color: #fff;
}
@media (max-width: 767.8px) {
  .floorplans-landing-page .grid-section .type-wrapper .btn-poi:hover {
    background: #fff !important;
    color: #6d702e !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .floorplans-landing-page .grid-section .type-wrapper .btn-poi:hover {
    background: #fff !important;
    color: #6d702e !important;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .floorplans-landing-page .grid-section .type-wrapper .btn-poi:hover {
    background: #fff !important;
    color: #6d702e !important;
  }
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  .floorplans-landing-page .grid-section .type-wrapper .btn-poi:hover {
    background: #fff !important;
    color: #6d702e !important;
  }
}
@media (max-width: 991.8px) {
  .floorplans-landing-page .grid-section .type-wrapper .btn-poi {
    display: block;
    max-width: 330px;
    margin: 0 0 auto;
    text-align: center;
  }
}
.floorplans-landing-page .grid-section .type-wrapper .btn-poi.white {
  background: #fff;
  border: 1px solid #fff;
}
.floorplans-landing-page .grid-section .type-wrapper .btn-poi.unit {
  color: #000000;
  background: #bf8b5e;
  width: 125px;
  border: 1px solid #bf8b5e;
}
@media (max-width: 767.8px) {
  .floorplans-landing-page .grid-section .type-wrapper .btn-poi.unit {
    width: 100px;
  }
}
.system .floorplans-landing-page .grid-section .type-wrapper .btn-poi.unit:hover {
  background: #000000;
  color: #ffffff;
  border: 1px solid #000000;
}
@media (max-width: 767.8px) {
  .floorplans-landing-page .grid-section .type-wrapper .btn-poi.unit:hover {
    color: #000000 !important;
    background: #bf8b5e !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .floorplans-landing-page .grid-section .type-wrapper .btn-poi.unit:hover {
    color: #000000 !important;
    background: #bf8b5e !important;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .floorplans-landing-page .grid-section .type-wrapper .btn-poi.unit:hover {
    color: #000000 !important;
    background: #bf8b5e !important;
  }
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  .floorplans-landing-page .grid-section .type-wrapper .btn-poi.unit:hover {
    color: #000000 !important;
    background: #bf8b5e !important;
  }
}
@media (max-width: 767.8px) {
  .floorplans-landing-page .grid-section .type-wrapper .btn-poi {
    font-size: 10px;
  }
}
.floorplans-landing-page .grid-section .type-wrapper#studio .list-details, .floorplans-landing-page .grid-section .type-wrapper[id="2-bedroom"] .list-details {
  background-color: #d2d2b2;
}
@media (max-width: 991.8px) {
  .floorplans-landing-page .grid-section .type-wrapper#studio .list-details, .floorplans-landing-page .grid-section .type-wrapper[id="2-bedroom"] .list-details {
    background-color: #fff;
  }
}
@media (max-width: 991.8px) {
  .floorplans-landing-page .grid-section .type-wrapper#studio .list-details .det-wrap, .floorplans-landing-page .grid-section .type-wrapper[id="2-bedroom"] .list-details .det-wrap {
    background-color: #d2d2b2;
  }
}

.floorplans-landing-page .grid-section .type-wrapper#studio .list-details, .floorplans-landing-page .grid-section .type-wrapper[id="2-bedroom-deluxe"] .list-details {
  background-color: #d2d2b2;
}
@media (max-width: 991.8px) {
  .floorplans-landing-page .grid-section .type-wrapper#studio .list-details, .floorplans-landing-page .grid-section .type-wrapper[id="2-bedroom-deluxe"] .list-details {
    background-color: #fff;
  }
}
@media (max-width: 991.8px) {
  .floorplans-landing-page .grid-section .type-wrapper#studio .list-details .det-wrap, .floorplans-landing-page .grid-section .type-wrapper[id="2-bedroom-deluxe"] .list-details .det-wrap {
    background-color: #d2d2b2;
  }
}


.floorplans-landing-page .grid-section .type-wrapper[id="1-bedroom"] .list-details, .floorplans-landing-page .grid-section .type-wrapper[id="3-bedroom"] .type-wrapper[id="1-bedroom-den"] .list-details {
  background-color: #f3f3ee;
}
@media (max-width: 991.8px) {
  .floorplans-landing-page .grid-section .type-wrapper[id="1-bedroom"] .list-details, .floorplans-landing-page .grid-section .type-wrapper[id="3-bedroom"] .list-details {
    background-color: #fff;
  }
}
@media (max-width: 991.8px) {
  .floorplans-landing-page .grid-section .type-wrapper[id="1-bedroom"] .list-details .det-wrap, .floorplans-landing-page .grid-section .type-wrapper[id="3-bedroom"] .list-details .det-wrap {
    background-color: #f3f3ee;
  }
}

.floorplans-landing-page .grid-section .type-wrapper[id="1-bedroom-den"] .list-details, .floorplans-landing-page .grid-section .list-details {
  background-color: #f3f3ee;
}
@media (max-width: 991.8px) {
  .floorplans-landing-page .grid-section .type-wrapper[id="1-bedroom-den"] .list-details, .floorplans-landing-page .grid-section .list-details {
    background-color: #fff;
  }
}
@media (max-width: 991.8px) {
  .floorplans-landing-page .grid-section .type-wrapper[id="1-bedroom-den"] .list-details .det-wrap, .floorplans-landing-page .grid-section .list-details .det-wrap {
    background-color: #f3f3ee;
  }
}

.floorplans-landing-page .keyplan-section {
  display: none;
}
.floorplans-landing-page .keyplan-section.show {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.floorplans-detail-page .inner-banner, .floorplans-detail-page .banner-image {
  background-position: bottom center;
}
.floorplans-detail-page .inner-banner .banner-content .banner-head, .floorplans-detail-page .banner-image .banner-content .banner-head,
.floorplans-detail-page .inner-banner .banner-content .banner-subhead,
.floorplans-detail-page .banner-image .banner-content .banner-subhead {
  color: #fff;
}
.floorplans-detail-page .inner-banner .banner-content .banner-head, .floorplans-detail-page .banner-image .banner-content .banner-head {
  margin-bottom: 10px;
}
.floorplans-detail-page .detail-wrap {
  padding: 60px 8.4vw;
}
@media (max-width: 1399.8px) {
  .floorplans-detail-page .detail-wrap {
    padding: 60px 8.3vw;
  }
}
@media (max-width: 991.8px) {
  .floorplans-detail-page .detail-wrap {
    padding: 60px 4.2vw;
  }
}
@media (max-width: 767.8px) {
  .floorplans-detail-page .detail-wrap {
    padding: 60px 25px;
  }
}
.floorplans-detail-page .detail-wrap .back-btn {
  background: #bf8b5e;
  font-size: 14px;
  color: #000000;
  width: auto;
  display: inline-block;
  border-radius: 0;
  height: auto;
  padding: 17px 15px 15px 40px;
  font-weight: normal;
  cursor: pointer;
  top: 0;
  left: 0;
  text-align: center;
  position: relative;
}
.floorplans-detail-page .detail-wrap .back-btn::after {
  background: url("../images/icons/right-arrow-white.svg") center/contain no-repeat;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: invert(1);
  width: 11px;
  height: 11px;
  left: 18px;
  top: 20px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991.8px) {
  .floorplans-detail-page .detail-wrap .back-btn::after {
    right: 18px;
  }
}
.system .floorplans-detail-page .detail-wrap .back-btn:hover::after {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 15px;
  filter: invert(0);
}
.system .floorplans-detail-page .detail-wrap .back-btn:hover::after {
  filter: invert(1);
}
@media (max-width: 991.8px) {
  .floorplans-detail-page .detail-wrap .back-btn {
    display: block;
    max-width: 330px;
    margin: 0;
    text-align: center;
  }
}
@media (max-width: 991.8px) {
  .floorplans-detail-page .detail-wrap .back-btn {
    max-width: 125px;
  }
}
.floorplans-detail-page .detail-wrap .button-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}
.floorplans-detail-page .detail-wrap .button-wrap button,
.floorplans-detail-page .detail-wrap .button-wrap a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: none;
  color: #131415;
  font: 400 16px/normal "Antonio-Regular";
  text-transform: uppercase;
  padding: 8px 20px;
  cursor: pointer;
  position: relative;
  width: auto;
  border-radius: 18px;
}
.floorplans-detail-page .detail-wrap .button-wrap button.active,
.floorplans-detail-page .detail-wrap .button-wrap a.active {
  background: #d2d2b2;
}
.system .floorplans-detail-page .detail-wrap .button-wrap button:hover,
.system .floorplans-detail-page .detail-wrap .button-wrap a:hover {
  background: #bf8b5e;
}
.floorplans-detail-page .detail-wrap .button-wrap #floor {
  margin-right: 25px;
}
.floorplans-detail-page .detail-wrap .detail-wrap-content {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 60px 0 0 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding: 40px 70px;
}
@media (max-width: 1399.8px) {
  .floorplans-detail-page .detail-wrap .detail-wrap-content {
    padding: 40px 50px;
  }
}
@media (max-width: 991.8px) {
  .floorplans-detail-page .detail-wrap .detail-wrap-content {
    margin-left: 0;
    padding: 30px 20px 40px;
  }
}
.floorplans-detail-page .detail-wrap .detail-wrap-content .plan {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.floorplans-detail-page .detail-wrap .detail-wrap-content .details-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}
@media (max-width: 991.8px) {
  .floorplans-detail-page .detail-wrap .detail-wrap-content .details-wrap {
    flex-direction: column;
  }
}
.floorplans-detail-page .detail-wrap .detail-wrap-content .details-wrap .plan-wrap {
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 15px 15px 0;
}
@media (max-width: 991.8px) {
  .floorplans-detail-page .detail-wrap .detail-wrap-content .details-wrap .plan-wrap {
    width: 100%;
    padding: 0;
  }
}
.floorplans-detail-page .detail-wrap .detail-wrap-content .details-wrap .plan-wrap img {
  margin-top: 15px;
  width: auto;
  max-height: 600px;
  cursor: pointer;
}
@media (max-width: 991.8px) {
  .floorplans-detail-page .detail-wrap .detail-wrap-content .details-wrap .plan-wrap img {
    max-height: 500px;
  }
}
@media (max-width: 767.8px) {
  .floorplans-detail-page .detail-wrap .detail-wrap-content .details-wrap .plan-wrap img {
    max-height: 398px;
  }
}
.floorplans-detail-page .detail-wrap .detail-wrap-content .details-wrap .details {
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991.8px) {
  .floorplans-detail-page .detail-wrap .detail-wrap-content .details-wrap .details {
    width: 100%;
  }
}
.floorplans-detail-page .detail-wrap .detail-wrap-content .details-wrap .details .details-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-top: 50px;
  justify-content: space-between;
  flex-direction: column;
}
.floorplans-detail-page .detail-wrap .detail-wrap-content .details-wrap .details h3 {
  color: #131415;
  font-family: "Chalet-ParisNineteenSixty";
  font-size: 40px;
  font-style: normal;
  letter-spacing: 0.77px;
  line-height: 55px;
  text-align: left;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .floorplans-detail-page .detail-wrap .detail-wrap-content .details-wrap .details h3 {
    font-size: calc(30px + 10 * ((100vw - 769px) / 222));
  }
}
@media (max-width: 767.8px) {
  .floorplans-detail-page .detail-wrap .detail-wrap-content .details-wrap .details h3 {
    font-size: 40px;
  }
}
.floorplans-detail-page .detail-wrap .detail-wrap-content .details-wrap .details p {
  color: #131415;
  font-family: "Chalet-LondonNineteenSixty";
  font-size: 15px;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  margin: 0;
  line-height: 55px;
}
.floorplans-detail-page .detail-wrap .detail-wrap-content .details-wrap .details .info {
  color: #6c7120 !important;
  font-family: "Chalet-LondonNineteenSixty";
  font-size: 16px;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  margin: 0;
}
@media (max-width: 767.8px) {
  .floorplans-detail-page .detail-wrap .detail-wrap-content .details-wrap .details .info {
    font-size: 15px;
  }
}
.floorplans-detail-page .detail-wrap .detail-wrap-content .details-wrap .details .info span, .floorplans-detail-page .detail-wrap .detail-wrap-content .details-wrap .details .info p, .floorplans-detail-page .detail-wrap .detail-wrap-content .details-wrap .details .info p b, .floorplans-detail-page .detail-wrap .detail-wrap-content .details-wrap .details .info .base-rent {
  color: #6c7120 !important;
  font-family: "Chalet-LondonNineteenSixty";
  font-size: 16px;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  line-height: 55px;
}
@media (max-width: 767.8px) {
  .floorplans-detail-page .detail-wrap .detail-wrap-content .details-wrap .details .info span, .floorplans-detail-page .detail-wrap .detail-wrap-content .details-wrap .details .info p, .floorplans-detail-page .detail-wrap .detail-wrap-content .details-wrap .details .info p b, .floorplans-detail-page .detail-wrap .detail-wrap-content .details-wrap .details .info .base-rent {
    font-size: 15px;
  }
}
.floorplans-detail-page .detail-wrap .detail-wrap-content .details-wrap .details p b, .floorplans-detail-page .detail-wrap .detail-wrap-content .details-wrap .details .base-rent {
  color: #000 !important;
  font-family: "Chalet-LondonNineteenSixty";
  font-size: 16px;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  line-height: 55px;
}
@media (max-width: 767.8px) {
  .floorplans-detail-page .detail-wrap .detail-wrap-content .details-wrap .details p b, .floorplans-detail-page .detail-wrap .detail-wrap-content .details-wrap .details .base-rent {
    font-size: 15px;
  }
}
.floorplans-detail-page .detail-wrap .detail-wrap-content .details-wrap .buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991.8px) {
  .floorplans-detail-page .detail-wrap .detail-wrap-content .details-wrap .buttons {
    margin-top: 35px;
  }
}
.floorplans-detail-page .detail-wrap .detail-wrap-content .details-wrap .buttons .btn-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between; 
}
@media (max-width: 991.8px) {
  .floorplans-detail-page .detail-wrap .detail-wrap-content .details-wrap .buttons .btn-wrapper {
    flex-direction: column; 
  } 
}
.floorplans-detail-page .detail-wrap .detail-wrap-content .details-wrap .buttons a {
  text-transform: uppercase;
  padding: 14px 20px;
  cursor: pointer;
  position: relative;
  width: auto;
  border: 2px solid #bf8b5e;
  width: calc(50% - 10px);
  text-align: center;
  border-radius: 0;
  height: auto;
}
@media (max-width: 1199.8px) {
  .floorplans-detail-page .detail-wrap .detail-wrap-content .details-wrap .buttons a {
    padding: 14px 17px;
    font-size: 12px;
  }
}
@media (max-width: 991.8px) {
  .floorplans-detail-page .detail-wrap .detail-wrap-content .details-wrap .buttons a {
    width: 100%;
    padding: 14px 20px;
    font-size: 14px;
  }
}
.floorplans-detail-page .detail-wrap .detail-wrap-content .details-wrap .buttons a.apply {
  color: #000000;
  background-color: #bf8b5e;
  border: 2px solid #bf8b5e;
}
.system .floorplans-detail-page .detail-wrap .detail-wrap-content .details-wrap .buttons a.apply:hover {
  color: #ffffff;
  background-color: #000000;
  border: 2px solid #000000;
}
.floorplans-detail-page .detail-wrap .detail-wrap-content .details-wrap .buttons a.fp-detail-btn {
  color: #fff;
  background-color: #bf8b5e;
  margin-top: 25px; 
}
.system .floorplans-detail-page .detail-wrap .detail-wrap-content .details-wrap .buttons a.fp-detail-btn:hover {
  color: #bf8b5e;
  background-color: #fff; 
}
.floorplans-detail-page .detail-wrap .detail-wrap-content .details-wrap .buttons a.schedule {
  color: #bf8b5e;
  background-color: #fff;
}
@media (max-width: 991.8px) {
  .floorplans-detail-page .detail-wrap .detail-wrap-content .details-wrap .buttons a.schedule {
    margin-top: 25px; 
  } 
}
.system .floorplans-detail-page .detail-wrap .detail-wrap-content .details-wrap .buttons a.schedule:hover {
  color: #fff;
  background-color: #bf8b5e;
}
.floorplans-detail-page .detail-wrap .download-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}
@media (max-width: 991.8px) {
  .floorplans-detail-page .detail-wrap .download-wrap {
    display: none;
  }
}
.floorplans-detail-page .detail-wrap .download-wrap .download-btn {
  width: 50%;
  text-align: center;
}
.floorplans-detail-page .detail-wrap .download-wrap .download-btn a {
  color: #131415;
  font-family: "Antonio-Regular";
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1.5px;
  line-height: 13px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
.floorplans-detail-page .detail-wrap .download-wrap .download-btn a::before {
  content: "";
  background: url(../images/icons/download.svg) no-repeat center center;
  background-size: contain !important;
  width: 20px;
  height: 20px;
  position: absolute;
  display: block;
  top: 0px;
  left: -30px;
  right: -20px;
}

.desk {
  display: none !important;
}

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

  .desk {
    display: block !important;
  }
}
/* Overlay style */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.64);
  z-index: 1;
}

/* Overlay closing cross */
.overlay {
  background: #fff;
}
.overlay .container {
  position: relative;
  background-color: rgba(0, 0, 0, 0.55);
  width: 100%;
  height: 100%;
}
.overlay .overlay-close {
  width: 22px;
  height: 22px;
  position: absolute;
  right: 30px;
  top: 30px;
  overflow: hidden;
  border: none;
  background: url("../images/icons/close_blue.svg") no-repeat center center;
  text-indent: 200%;
  color: transparent;
  z-index: 100;
  cursor: pointer;
}
.overlay .overlay-close:focus {
  outline: 1px dashed #fff;
}
@media (max-width: 991.8px) {
  .overlay .overlay-close {
    right: 15px;
    top: 15px;
  }
}
.overlay .key-details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #fff;
  padding: 45px;
  position: absolute;
  left: 0;
  right: 0;
  width: 72vw;
  max-width: 1000px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  flex-direction: column;
}
@media (max-width: 991.8px) {
  .overlay .key-details {
    width: 90vw;
    padding: 25px 20px;
  }
}
.overlay .key-details h4 {
  color: #131415;
  font-family: "Chalet-ParisNineteenSixty";
  font-size: 40px;
  font-style: normal;
  letter-spacing: 0.77px;
  line-height: 55px;
  text-align: left;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .overlay .key-details h4 {
    font-size: calc(30px + 10 * ((100vw - 769px) / 222));
  }
}
@media (max-width: 767.8px) {
  .overlay .key-details h4 {
    font-size: 40px;
  }
}
.overlay .key-details p {
  color: #6c7120;
  font-family: "Chalet-LondonNineteenSixty";
  font-size: 16px;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  margin: 0;
  line-height: 55px;
}
@media (max-width: 767.8px) {
  .overlay .key-details p {
    font-size: 15px;
  }
}
.overlay .key-details p span {
  color: #6c7120;
  font-family: "Chalet-LondonNineteenSixty";
  font-size: 16px;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  line-height: 55px;
}
@media (max-width: 767.8px) {
  .overlay .key-details p span {
    font-size: 15px;
  }
}
.overlay .key-details img {
  height: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  max-height: 335px;
  padding: 15px;
}

.overlay-hugeinc {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-hugeinc.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 99;
}

.image_popup {
  z-index: 99;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.image_popup .popup_inner {
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.55);
  width: 100%;
  height: 100%;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
}
.image_popup .popup_inner .details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #fff;
  padding: 45px;
  position: absolute;
  left: 0;
  right: 0;
  width: 72vw;
  max-width: 1000px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  flex-direction: column;
}
@media (max-width: 991.8px) {
  .image_popup .popup_inner .details {
    width: 90vw;
    padding: 25px 20px;
  }
}
.image_popup .popup_inner .details img {
  height: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  max-height: 335px;
  padding: 15px;
}
.image_popup .popup_inner button {
  border: none;
  background-color: transparent;
  color: #fff;
  font-size: 23px;
  font-weight: 500;
  z-index: 4;
  cursor: pointer;
}
.image_popup .popup_inner button.popup_close {
  right: 10%;
  position: absolute;
  top: 2%;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 30px;
  top: 30px;
  background: url("../images/icons/close_blue.svg") no-repeat center center transparent;
}
@media (max-width: 991.8px) {
  .image_popup .popup_inner button.popup_close {
    right: 15px;
    top: 15px;
  }
}

.sightmap-container {
  padding: 120px 50px 50px;
  width: 100%;
}
@media (max-width: 991.8px) {
  .sightmap-container {
    padding: 70px 0px 50px;
  }
}
.blog-detail header:not(.header-stick) {
  position: relative;
  background: #bf8b5e;
  padding-top: 30px;
  padding-bottom: 30px;
}
.tag-label {
  position: absolute;
  left: 30px;
  top: 30px;
  background-color: #fff;
  color: #89674e;
  font: 16px/normal "Antonio-Regular";
  text-align: center;
  text-transform: uppercase;
  padding: 8px 13px;
  z-index: 1;
}
.article-title {
  color: #fff;
  font: normal 25px/30px "Chalet-ParisNineteenSixty";
  letter-spacing: 0.48px;
  text-align: left;
}
.article-title::first-letter {
  text-transform: uppercase;
}
.article-date {
  color: #fff;
  font: 15px "Antonio-Regular";
  margin-bottom: 12px;
  display: inline-block;
}
.news-page {
  overflow-x: hidden;
}
.news-page .inner-slider-banner {
  background-color: #bf8b5e;
  padding-top: 230px;
  padding-bottom: 100px;
}
@media (max-width: 991.8px) {
  .news-page .inner-slider-banner {
    padding-top: 185px;
    padding-bottom: 0;
  }
}
.news-page .alm-btn-wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.news-page .slider-wrap {
  padding-left: 11vw;
  position: relative;
}
@media (max-width: 991.8px) {
  .news-page .slider-wrap {
    padding-left: 0;
  }
}
.news-page .slider-wrap::after {
  top: 0;
  bottom: -100px;
  left: -20vw;
  background: url(../images/patterns/Tan-waves.svg) top left/cover no-repeat;
  width: 60vw;
  transform: rotate(-180deg);
}
@media (max-width: 991.8px) {
  .news-page .slider-wrap::after {
    top: -80px;
    bottom: 0;
    width: 215vw;
    left: -100vw;
  }
}
.news-page .counter {
  opacity: 0;
}
.news-page .counter-outer {
  color: #fff;
  font-size: 15px;
  letter-spacing: 1.41px;
  line-height: 28px;
  position: absolute;
  right: 11vw;
  bottom: -35px;
}
.blog-content {
  padding: 7vw 11vw 2.76vw;
  position: relative;
}
@media (max-width: 1199.8px) {
  .blog-content {
    padding: 5vw 8vw;
  }
}
@media (max-width: 767.8px) {
  .blog-content {
    padding: 100px 7vw 35px;
  }
}

.blog-lists .alm-reveal {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .blog-lists .alm-reveal:nth-child(odd) .blog-item:nth-child(4n-1), .blog-lists .alm-reveal:nth-child(odd) .blog-item:nth-child(4n) {
    height: 37vw;
    min-height: 450px;
  }
}
@media (min-width: 768px) {
  .blog-lists .alm-reveal:nth-child(even) .blog-item:nth-child(4n-3), .blog-lists .alm-reveal:nth-child(even) .blog-item:nth-child(4n-2) {
    height: 37vw;
    min-height: 450px;
  }
}
.blog-lists .blog-item {
  width: calc(50% - 2.12vw);
  height: 26.6vw;
  position: relative;
  margin-bottom: 4.24vw;
  min-height: 350px;
}
@media (max-width: 767.8px) {
  .blog-lists .blog-item {
    width: 100%;
    height: 107vw;
    margin-bottom: 9.5vw;
  }
}
.blog-lists .blog-item.no-img-blog {
  background-color: #efe3d1;
}
.blog-lists .blog-item.no-img-blog::after {
  content: none;
}
.blog-lists .blog-item.no-img-blog .tag-label {
  color: #fff;
  background-color: #89674e;
}
.blog-lists .blog-item.no-img-blog .article-date {
  color: #89674e;
}
.blog-lists .blog-item.no-img-blog .article-title {
  color: #131415;
}
.blog-lists .blog-item::after {
  left: 0;
  bottom: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .blog-lists .blog-item:nth-child(odd) {
    margin-right: 2.12vw;
  }
  .blog-lists .blog-item:nth-child(even) {
    margin-left: 2.12vw;
  }
}
.blog-lists .blog-img {
  height: 100%;
}
.blog-lists .blog-cnt {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
  z-index: 1;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-lists .blog-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
.system .blog-lists .blog-link:hover ~ .blog-cnt {
  bottom: 40px;
}

.featured-article-slider {
  height: 68vh;
  z-index: 1;
}
@media (max-width: 991.8px) {
  .featured-article-slider {
    height: 80vh;
    min-height: 450px;
  }
}
.featured-article-slider .slick-list, .featured-article-slider .slick-track, .featured-article-slider .slick-slide, .featured-article-slider .slider-img {
  height: 100%;
}
.featured-article-slider .tag-label {
  top: 60px;
  left: 60px;
}
@media (max-width: 991.8px) {
  .featured-article-slider .tag-label {
    left: 25px;
    top: 25px;
  }
}
.featured-article-slider .slick-list {
  padding: 0 5.5vw 0 0;
}
@media (max-width: 991.8px) {
  .featured-article-slider .slick-list {
    padding-right: 0;
  }
}
.featured-article-slider .slick-dots {
  position: absolute;
  right: 8vw;
  list-style: none;
  line-height: 0;
  bottom: -20px;
}
@media (max-width: 991.8px) {
  .featured-article-slider .slick-dots {
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .featured-article-slider .slick-dots {
    display: none !important;
  }
}
.featured-article-slider .slick-dots li + li {
  margin-left: 10px;
}
.featured-article-slider .slick-dots li.slick-active button {
  background-color: #fff;
}
.featured-article-slider .slick-dots button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: none;
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #bf8b5e;
  border: 2px solid #bf8b5e;
  padding: 0;
  cursor: pointer;
}
.featured-article-slider .slick-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: none;
  width: 50%;
  font-size: 0;
  position: absolute;
  z-index: 2;
}
@media (min-width: 992px) {
  .featured-article-slider .slick-arrow {
    top: 0;
    bottom: 0;
    height: auto;
    transform: none;
  }
}
@media (hover: none) {
  .featured-article-slider .slick-arrow {
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.featured-article-slider .slick-arrow.slick-next {
  right: 11vw;
  cursor: url("../images/icons/arrow_brown_next.png"), auto;
}
@media (hover: none) {
  .featured-article-slider .slick-arrow.slick-next {
    background: url("../images/icons/arrow_brown_next.png") center/35px 35px no-repeat;
  }
}
@media (hover: none) and (max-width: 992px) {
  .featured-article-slider .slick-arrow.slick-next {
    right: 20px;
  }
}
.featured-article-slider .slick-arrow.slick-prev {
  left: 0;
  cursor: url("../images/icons/arrow_brown_prev.png"), auto;
}
@media (hover: none) {
  .featured-article-slider .slick-arrow.slick-prev {
    background: url("../images/icons/arrow_brown_prev.png") center/35px 35px no-repeat;
  }
}
@media (hover: none) and (max-width: 992px) {
  .featured-article-slider .slick-arrow.slick-prev {
    left: 20px;
  }
}
.featured-article-slider .slider-item {
  position: relative;
  margin-right: 5.5vw;
}
.featured-article-slider .slider-item::after {
  left: 0;
  bottom: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  width: 100%;
  height: 100%;
}
@media (max-width: 991.8px) {
  .featured-article-slider .slider-item {
    margin-right: 0;
  }
}
.featured-article-slider .slider-content {
  position: absolute;
  bottom: 50px;
  left: 60px;
  right: 60px;
  z-index: 1;
}
@media (max-width: 991.8px) {
  .featured-article-slider .slider-content {
    left: 25px;
  }
}
.featured-article-slider .article-title {
  font-size: 50px;
  letter-spacing: 0.96px;
  line-height: 55px;
  max-width: 590px;
}
@media (max-width: 991.8px) {
  .featured-article-slider .article-title {
    font-size: 35px;
    letter-spacing: 0.67px;
    line-height: 40px;
  }
}
.featured-article-slider .article-date {
  font-size: 18px;
}
@media (max-width: 991.8px) {
  .featured-article-slider .article-date {
    font-size: 16px;
    letter-spacing: 2.29px;
  }
}

.news-detail-page {
  max-width: 800px;
  margin: 90px auto 70px;
}
@media (max-width: 991.8px) {
  .news-detail-page {
    padding: 70px 7vw 0;
    margin-top: 0;
  }
}
.news-detail-page .featured-img {
  height: 30vw;
  margin-top: 20px;
  margin-bottom: 25px;
}
@media (max-width: 991.8px) {
  .news-detail-page .featured-img {
    height: 100vw;
    margin: 35px -7vw;
  }
}
@media (max-width: 991.8px) {
  .news-detail-page .info-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
}
.news-detail-page .article-title {
  color: #89674e;
  font-size: 50px;
  letter-spacing: 0.96px;
  line-height: 55px;
  margin-top: 30px;
}
@media (max-width: 991.8px) {
  .news-detail-page .article-title {
    font-size: 35px;
    line-height: 41px;
    letter-spacing: 0.58px;
  }
}
.news-detail-page .btn {
  display: inline-block;
  border-radius: 0;
  width: auto;
  height: auto;
  padding: 17px 15px 15px 38px;
  cursor: pointer;
  z-index: 2;
  position: relative;
}
.news-detail-page .btn::before {
  background: url("../images/icons/right-arrow-white.svg") center/contain no-repeat;
  transform: rotate(180deg);
  width: 11px;
  height: 11px;
  left: 18px;
  transition: all 0.3s ease-in-out;
  bottom: 19px;
}
.system .news-detail-page .btn:hover::before {
  transform: rotate(180deg) translateX(6px);
}
.news-detail-page .article-date, .news-detail-page .post-author {
  color: #89674e;
  font: 18px "Chalet-LondonNineteenSixty";
  margin-bottom: 25px;
  display: inline-block;
}
@media (max-width: 991.8px) {
  .news-detail-page .article-date, .news-detail-page .post-author {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  .news-detail-page .post-author {
    display: none;
  }
}
.news-detail-page .post-author::first-letter {
  text-transform: uppercase;
}
.news-detail-page .blog-detail-para a {
  text-decoration: underline;
}
.news-detail-page .blog-detail-para p, .news-detail-page .blog-detail-para ul, .news-detail-page .blog-detail-para a, .news-detail-page .blog-detail-para ol {
  color: #131415;
}
.news-detail-page .blog-detail-para h2, .news-detail-page .blog-detail-para h3, .news-detail-page .blog-detail-para h4, .news-detail-page .blog-detail-para h5, .news-detail-page .blog-detail-para h6 {
  line-height: normal;
}
.news-detail-page .blog-detail-para h2 {
  font-size: 38px;
}
.news-detail-page .blog-detail-para h3 {
  font-size: 28px;
}
.news-detail-page .blog-detail-para h4 {
  font-size: 24px;
}
.news-detail-page .blog-detail-para h5 {
  font-size: 20px;
}
.news-detail-page .blog-detail-para h6 {
  font-size: 18px;
}
.news-detail-page .blog-detail-para ul {
  padding-left: 18px;
}
.news-detail-page .blog-detail-para p {
  margin-top: 0;
  margin-bottom: 0;
  color: #131415;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 991.8px) {
  .news-detail-page .blog-detail-para p {
    font-size: 17px;
    line-height: 28px;
  }
}
.news-detail-page .blog-detail-para p + p {
  margin-top: 25px;
}
@media (max-width: 991.8px) {
  .news-detail-page .blog-detail-para p + p {
    margin-top: 18px;
  }
}
.news-detail-page .blog-detail-para p + ul {
  margin-top: 25px;
}
@media (max-width: 991.8px) {
  .news-detail-page .blog-detail-para p + ul {
    margin-top: 18px;
  }
}
.news-detail-page .sub-title {
  color: #131415;
  font: 22px/30px "Chalet-LondonNineteenSixty";
  letter-spacing: normal;
  margin: 0;
}
@media (max-width: 991.8px) {
  .news-detail-page .sub-title {
    font-size: 20px;
    margin-bottom: 18px;
  }
}

.sticky-filter {
  position: fixed;
  right: 110px;
  bottom: 20px;
  z-index: 10;
}
@media (max-width: 991.8px) {
  .sticky-filter {
    right: 25px;
  }
}
.sticky-filter .btn {
  font-size: 16px;
  line-height: normal;
}
.sticky-filter .btn.gold {
  background-color: #89674e;
}
.sticky-filter .close-filter {
  width: auto;
  height: auto;
  position: absolute;
  bottom: 40px;
  right: 20px;
  color: #fff;
}
@media (max-width: 991.8px) {
  .sticky-filter .close-filter {
    right: 30px;
  }
}
.sticky-filter .filter-wrap {
  position: absolute;
  bottom: 0;
  transform: translate(calc(50% - 40px), -55px);
  right: 0;
  background-color: #89674e;
  padding: 45px 35px 140px;
  width: 286px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991.8px) {
  .sticky-filter .filter-wrap {
    width: 100vw;
    transform: translate(25px, -55px);
    padding-bottom: 80px;
  }
}
@media only screen and (max-height: 480px) {
  .sticky-filter .filter-wrap {
    overflow-y: auto;
    max-height: 65vh;
  }
}
@media only screen and (max-height: 780px) {
  .sticky-filter .filter-wrap {
    padding-bottom: 80px;
  }
}
.sticky-filter .filter-wrap.open-filter {
  opacity: 1;
  pointer-events: all;
}
.sticky-filter .filter-gp + .filter-gp {
  margin-top: 30px;
}
@media (max-width: 373.8px) {
  .sticky-filter .filter-gp + .filter-gp {
    margin-top: 15px;
  }
}
.sticky-filter ul {
  list-style: none;
  color: #fff;
}
.sticky-filter ul li {
  padding-bottom: 20px;
}
@media (max-width: 767.8px) {
  .sticky-filter ul li {
    padding-bottom: 15px;
  }
}
.sticky-filter ul li a {
  color: #fff;
  font: 18px/normal "Chalet-LondonNineteenSixty";
  letter-spacing: normal;
  text-align: left;
}
@media (max-width: 991.8px) {
  .sticky-filter ul li a {
    font-size: 16px;
  }
}
.sticky-filter ul li.active a {
  background: #fff;
  color: #89674e;
  padding: 10px;
  border-radius: 20px;
}
.sticky-filter .filter-title {
  color: #fff;
  font: 20px/normal "Antonio-Regular";
  text-transform: uppercase;
  margin-bottom: 17px;
}
@media (max-width: 991.8px) {
  .sticky-filter .filter-title {
    font-size: 16px;
  }
}
.floorplans-detail-page .sightmap-wrap {
  margin-top: 20px; }

.floorplans-detail-page .map-wrap {
  margin-top: 20px; }  
  

.floorplans-detail-page .detail-wrap .detail-wrap-content .details-wrap .buttons .btn-wrapper {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-direction: row;
          justify-content: space-between; }
          @media (max-width: 991.8px) {
            .floorplans-detail-page .detail-wrap .detail-wrap-content .details-wrap .buttons .btn-wrapper {
              flex-direction: column; } }
              
 .floorplans-detail-page .view-gallery {
    margin-top: 20px;
}
.lightbox__wrapper_gallery {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.66);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all .5s ease-out; }
  .lightbox__wrapper_gallery.open {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    z-index: 100;
    display: flex;
    height: 100vh;
    align-items: center; }
  .lightbox__wrapper_gallery .lightbox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0 auto;
    height: 70vh;
    width: 88%;
    position: relative; }
    @media (max-width: 991.8px) {
      .lightbox__wrapper_gallery .lightbox {
        width: 95%; } }
    .lightbox__wrapper_gallery .lightbox .gallery_slider {
      padding: 10px;
      background: rgba(54, 97, 149, 0.7);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-end;
      position: relative;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      height: 70vh;
      max-height: 500px;
      max-width: 900px; }
      @media (max-width: 991.8px) {
        .lightbox__wrapper_gallery .lightbox .gallery_slider {
          padding: 10px;
          height: 50vw; } }
      @media screen and (max-height: 600px) and (orientation: landscape) {
        .lightbox__wrapper_gallery .lightbox .gallery_slider {
          height: 30vw; } }
    .lightbox__wrapper_gallery .lightbox .tour iframe {
      width: 100%;
      height: 100%; }
    .lightbox__wrapper_gallery .lightbox .slick-list {
      width: 100%;
      height: 100%; }
    .lightbox__wrapper_gallery .lightbox .slick-track {
      height: 100%; }
    .lightbox__wrapper_gallery .lightbox .slick-initialized .slick-slide {
      display: flex;
      align-items: center;
      justify-content: center; }
    .lightbox__wrapper_gallery .lightbox .slick-arrow {
      height: 40px;
      width: 40px;
      border-radius: 50%; }
    .lightbox__wrapper_gallery .lightbox .slick-next {
      right: 30px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: 0;
      cursor: pointer;
      color: transparent;
      background: rgba(54, 97, 149, 0.7) url("../images/icons/arrow-white.svg") center/30px 11px no-repeat;
      position: absolute;
      top: 50%; }
    .lightbox__wrapper_gallery .lightbox .slick-prev {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: 0;
      cursor: pointer;
      color: transparent;
      background: rgba(54, 97, 149, 0.7) url("../images/icons/arrow-white.svg") center/30px 11px no-repeat;
      transform: translateY(-50%) rotate(180deg);
      left: 30px;
      z-index: 3;
      position: absolute;
      top: 50%; }
    .lightbox__wrapper_gallery .lightbox .slide_image {
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .lightbox__wrapper_gallery .lightbox__close {
    position: fixed;
    cursor: pointer;
    right: 90px;
    top: 90px;
    z-index: 5;
    width: 40px;
    height: 40px;
    border: 0;
    background: url("../images/icons/close_brown.svg") center/18px no-repeat #fff;
    border-radius: 100%; }
    @media (max-width: 991.8px) {
      .lightbox__wrapper_gallery .lightbox__close {
        right: 20px;
        top: 7vh;
        width: 30px;
        height: 30px;
        background-size: 12px;
        padding: 0; } }
    @media screen and (max-height: 700px) and (orientation: landscape) {
      .lightbox__wrapper_gallery .lightbox__close {
        top: 40px; } }
  .lightbox__wrapper_gallery .lightbox__close:focus {
    outline: 2px dotted #fff; }             
/*# sourceMappingURL=main.css.map */
