/*
Theme Name: Central Real
Theme URI:  
Author: Brand & Co
Description: Custom website theme
Version: 1.0 
Text Domain: cr
*/
@font-face {
  font-family: 'Sofia Pro';
  font-weight: 700;
  src: url("fonts/sofiapro-bold.eot");
  src: url("fonts/sofiapro-bold.eot?#iefix") format("embedded-opentype"), url("fonts/sofiapro-bold.woff2") format("woff2"), url("fonts/sofiapro-bold.woff") format("woff"), url("fonts/sofiapro-bold.ttf") format("truetype"), url("fonts/sofiapro-bold.svg#Sofia Pro") format("svg"); }
@font-face {
  font-family: 'Sofia Pro';
  src: url("fonts/SofiaProRegular.eot?#iefix") format("embedded-opentype"), url("fonts/SofiaProRegular.otf") format("opentype"), url("fonts/SofiaProRegular.woff") format("woff"), url("fonts/SofiaProRegular.ttf") format("truetype"), url("fonts/SofiaProRegular.svg#SofiaProRegular") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Sofia Pro';
  font-weight: 300;
  src: url("fonts/sofiapro-light.eot");
  src: url("fonts/sofiapro-light.eot?#iefix") format("embedded-opentype"), url("fonts/sofiapro-light.woff2") format("woff2"), url("fonts/sofiapro-light.woff") format("woff"), url("fonts/sofiapro-light.ttf") format("truetype"), url("fonts/sofiapro-light.svg#Sofia Pro") format("svg"); }
@font-face {
  font-family: 'Sofia Pro';
  font-weight: 500;
  src: url("fonts/sofiapro-medium.eot");
  src: url("fonts/sofiapro-medium.eot?#iefix") format("embedded-opentype"), url("fonts/sofiapro-medium.woff2") format("woff2"), url("fonts/sofiapro-medium.woff") format("woff"), url("fonts/sofiapro-medium.ttf") format("truetype"), url("fonts/sofiapro-medium.svg#Sofia Pro") format("svg"); }
@font-face {
  font-family: 'Sofia Pro';
  font-weight: 600;
  src: url("fonts/sofiapro-semibold.eot");
  src: url("fonts/sofiapro-semibold.eot?#iefix") format("embedded-opentype"), url("fonts/sofiapro-semibold.woff2") format("woff2"), url("fonts/sofiapro-semibold.woff") format("woff"), url("fonts/sofiapro-semibold.ttf") format("truetype"), url("fonts/sofiapro-semibold.svg#Sofia Pro") format("svg"); }
@font-face {
  font-family: 'Sofia Pro';
  src: url("fonts/SofiaPro-LightItalic.eot?#iefix") format("embedded-opentype"), url("fonts/SofiaPro-LightItalic.otf") format("opentype"), url("fonts/SofiaPro-LightItalic.woff") format("woff"), url("fonts/SofiaPro-LightItalic.ttf") format("truetype"), url("fonts/SofiaPro-LightItalic.svg#SofiaPro-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic; }
header, footer, article, section, hgroup, nav, figure, aside {
  display: block; }

body, html {
  margin: 0;
  padding: 0; }

figure {
  margin: 0; }

:focus, :active {
  outline: 0; }

img {
  border-style: none;
  display: block;
  max-width: 100%;
  height: auto; }

h1 strong, h2 strong, h3 strong {
  color: #aa9056; }

a {
  text-decoration: none; }

ul li,
p {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.54px;
  line-height: 30px;
  margin: 0 0 30px; }

ul {
  padding-left: 18px; }
  ul li {
    margin-bottom: 0; }

div {
  box-sizing: border-box; }

b, strong {
  font-weight: 600; }

.gold {
  color: #aa9056; }

blockquote {
  padding: 70px 0;
  position: relative;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.6px;
  line-height: 40px; }
  blockquote:after, blockquote:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -18px;
    width: 37px;
    height: 35px; }
  blockquote:before {
    background: url("images/quote-gold-open.svg") no-repeat center;
    background-size: contain;
    top: 0; }
  blockquote:after {
    background: url("images/quote-gold-close.svg") no-repeat center;
    background-size: contain;
    bottom: 0; }

.is-render-b-c:before,
.is-render-c:after,
.is-render-b:before,
.is-render:after {
  content: "Artist impression";
  position: absolute;
  /*right: 28px;*/
  right: 2%;
  bottom: 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  line-height: 25px; }

.is-render:after {
  display: none; }

.is-render-b-c:before,
.is-render-c:after {
  bottom: calc(12px + 61px); }

.location-link:before {
  content: '';
  display: block;
  width: 37px;
  height: 60px;
  float: right;
  background: url("images/location-marker.svg") no-repeat center;
  background-size: contain; }

.fade-bg {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 27, 27, 0.85);
  z-index: 9999; }
  .fade-bg .container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .fade-bg .container .popup-content {
      display: none;
      position: relative; }
      .fade-bg .container .popup-content.show {
        display: flex; }
      .fade-bg .container .popup-content#enquire-popup {
        width: 86%; }
    .fade-bg .container .close-btn {
      cursor: pointer;
      position: absolute;
      right: 32px;
      top: 35px;
      width: 38px;
      height: 38px;
      z-index: 1;
      display: block; }
      .fade-bg .container .close-btn:before, .fade-bg .container .close-btn:after {
        content: '';
        position: absolute;
        height: 5px;
        width: 100%;
        top: 50%;
        left: 0;
        margin-top: -2.5px;
        background: #fff; }
      .fade-bg .container .close-btn:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      .fade-bg .container .close-btn:after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }

.form-sent {
  background-color: #151515;
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center; }
  .form-sent.newsletter-content > *:not(.gform_confirmation_wrapper) {
    display: none !important; }
  .form-sent.enquire-form-block {
    background-color: #151515; }
    .form-sent.enquire-form-block .data {
      display: none !important; }
    .form-sent.enquire-form-block .form {
      width: 100%; }
      .form-sent.enquire-form-block .form > *:not(.gform_confirmation_wrapper) {
        display: none !important; }
  .form-sent h2 {
    font-size: 50px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 0 0 4px; }
  .form-sent .thanks-icon {
    cursor: pointer;
    display: block;
    background: url("images/thanks-checkmark.svg") no-repeat center;
    background-size: contain;
    margin: 56px auto 56px;
    width: 86px;
    height: 86px;
    transition: all 400ms ease-in-out; }
  .form-sent .gform_confirmation_wrapper .gform_confirmation_message {
    max-width: 330px;
    margin: 0 auto; }

.img-caption {
  color: white;
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-size: 12px; }

.animate-slider {
  position: relative;
  overflow: hidden;
  z-index: 0; }
  .animate-slider:before {
    content: '';
    display: none;
    position: absolute;
    background: #fff;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transform: translateX(0%);
    transition: transform 1200ms ease-in-out 300ms; }
  .animate-slider img {
    /*transform: scale(1.3);
    transition: all 1200ms ease !important 300ms; */ }
  .animate-slider.aos-animate:before {
    transform: translateX(100%); }
  .animate-slider.aos-animate img {
    /*transform: scale(1.0);*/ }
  .animate-slider.aos-animate.reverse:before {
    transform: translateX(-100%); }

.animate-on-scroll {
  overflow: hidden;
  position: relative; }
  .animate-on-scroll .mask {
    top: 0;
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 1; }

body {
  min-width: 320px;
  color: #000000;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  font-family: "Sofia Pro", sans-serif;
  font-weight: 400;
  overscroll-behavior-y: none;
  -webkit-overflow-scrolling: touch; }
  body .wrap {
    margin: 0 auto;
    width: 100%;
    padding: 0 140px; }
  body header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 998;
    background: #fff;
    transition: all 400ms ease-in-out; }
    body header.fixed {
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.4); }
    body header .logo {
      margin: 25px auto 24px;
      display: block;
      width: 200px;
      height: auto; }
    body header .enquire-link {
      position: absolute;
      right: 68px;
      top: 33px;
      text-transform: uppercase;
      color: #080202;
      font-size: 20px;
      line-height: 24px;
      letter-spacing: 0.6px;
      font-weight: 400;
      transition: color 400ms ease-in-out; }
      body header .enquire-link:hover {
        color: #aa9056; }
    body header #nav {
      position: fixed;
      width: 472px;
      height: 100%;
      left: -472px;
      top: 0;
      z-index: 999;
      background: rgba(0, 0, 0, 0.8);
      -webkit-transition: left 600ms ease-in-out;
      -moz-transition: left 600ms ease-in-out;
      -ms-transition: left 600ms ease-in-out;
      -o-transition: left 600ms ease-in-out;
      transition: left 600ms ease-in-out;
      display: flex;
      align-items: center;
      padding: 0 30px 0 65px;
      box-sizing: border-box; }
      body header #nav.show {
        left: 0; }
      body header #nav ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        body header #nav ul li {
          margin: 24px 0; }
          body header #nav ul li a {
            color: #fff;
            text-transform: uppercase;
            font-size: 25px;
            font-weight: 300;
            letter-spacing: 0.75px;
            line-height: 45px;
            transition: color 400ms ease-in-out; }
          body header #nav ul li.current-menu-item a,
          body header #nav ul li a:hover {
            color: #aa9056; }
    body header #menu-toggle {
      position: absolute;
      z-index: 1000;
      width: 40px;
      height: 32px;
      cursor: pointer;
      top: 29px;
      left: 62px;
      appearance: none;
      box-shadow: none;
      border-radius: none;
      border: none;
      cursor: pointer;
      box-sizing: border-box; }
      body header #menu-toggle.active span {
        width: 0; }
        body header #menu-toggle.active span::before {
          top: 0;
          transform: rotate(45deg);
          -webkit-transform: rotate(45deg); }
        body header #menu-toggle.active span::after {
          bottom: 0;
          transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg); }
        body header #menu-toggle.active span::before, body header #menu-toggle.active span::after {
          background: #fff;
          transition-delay: 0s, 0.3s;
          -webkit-transition-delay: 0s, 0.3s; }
      body header #menu-toggle span {
        display: block;
        position: absolute;
        top: 14px;
        left: 0;
        right: 0;
        width: 100%;
        height: 5px;
        background: #000;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease; }
        body header #menu-toggle span:before {
          top: -13px;
          transition-property: top, transform;
          -webkit-transition-property: top, transform; }
        body header #menu-toggle span:after {
          bottom: -13px;
          transition-property: bottom, transform;
          -webkit-transition-property: bottom, transform; }
        body header #menu-toggle span:before, body header #menu-toggle span:after {
          content: '';
          position: absolute;
          display: block;
          width: 40px;
          height: 5px;
          left: 0;
          background-color: #000;
          transition-duration: 0.3s, 0.3s;
          transition-delay: 0.3s, 0s;
          -webkit-transition-duration: 0.3s, 0.3s;
          -webkit-transition-delay: 0.3s, 0s; }
  body footer {
    width: 100%;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 45px 0 25px;
    border-top: 1px solid #656565;
    border-bottom: 1px solid #656565; }
    body footer .wrap {
      display: flex;
      justify-content: flex-end;
      position: relative;
      padding: 0 70px; }
      body footer .wrap .logo {
        position: absolute;
        left: 62px;
        top: 27px;
        height: 51px;
        display: block; }
        body footer .wrap .logo img {
          max-width: 100%;
          height: 100%;
          width: auto; }
      body footer .wrap > div {
        margin-left: 65px; }
        body footer .wrap > div .title {
          font-size: 14px;
          font-weight: 300;
          letter-spacing: 0.7px;
          line-height: 22px;
          text-transform: uppercase;
          margin: 0 0 8px; }
        body footer .wrap > div a {
          color: #ffffff; }
          body footer .wrap > div a:hover {
            text-decoration: underline; }
        body footer .wrap > div p {
          font-size: 14px;
          font-weight: 300;
          letter-spacing: 0.7px;
          line-height: 22px;
          margin: 0; }
        body footer .wrap > div.social-block {
          margin-left: 54px; }
        body footer .wrap > div.subscribe-block .button {
          margin: 15px 0;
          font-size: 14px;
          font-weight: 300;
          letter-spacing: 0.7px;
          line-height: 34px;
          text-align: center;
          text-transform: uppercase;
          display: block;
          width: 151px;
          height: 36px;
          color: #aa9056;
          border: 1px solid #aa9056;
          box-sizing: border-box;
          -webkit-transition: all 400ms ease-in-out;
          -moz-transition: all 400ms ease-in-out;
          -ms-transition: all 400ms ease-in-out;
          -o-transition: all 400ms ease-in-out;
          transition: all 400ms ease-in-out; }
          body footer .wrap > div.subscribe-block .button:hover {
            text-decoration: none;
            color: #000;
            background: #aa9056; }
        body footer .wrap > div.copy-block {
          padding: 30px 0; }
          body footer .wrap > div.copy-block a:not(:first-of-type):before {
            content: '|';
            margin-right: 4px; }
  body .social-block .social-links {
    margin: 22px 0;
    display: flex;
    align-items: flex-end; }
    body .social-block .social-links > a {
      display: block;
      text-indent: 200%;
      overflow: hidden;
      white-space: nowrap; }
      body .social-block .social-links > a:not(:last-of-type) {
        margin-right: 15px; }
      body .social-block .social-links > a.instagram {
        width: 27px;
        height: 27px;
        background: url("images/instagram-icon.svg") no-repeat; }
      body .social-block .social-links > a.linkedin {
        width: 25px;
        height: 23px;
        background: url("images/linkedin-icon.svg") no-repeat; }
      body .social-block .social-links > a.facebook {
        width: 14px;
        height: 27px;
        background: url("images/facebook-icon.svg") no-repeat; }
  body .newsletter-content {
    color: #ffffff;
    background-color: #151515;
    padding: 106px 118px;
    max-width: 1100px;
    width: 100%;
    margin: auto; }
    body .newsletter-content > .title {
      font-size: 25px;
      font-weight: 300;
      letter-spacing: 0.5px;
      line-height: 45px;
      margin: 0 0 41px; }
    body .newsletter-content .gform_wrapper ul.gform_fields {
      margin: 0 -36px 58px !important; }
      body .newsletter-content .gform_wrapper ul.gform_fields:after {
        content: '';
        display: block;
        clear: both; }
      body .newsletter-content .gform_wrapper ul.gform_fields li.gfield {
        float: left;
        width: 50%;
        clear: none;
        padding: 0 36px; }
        body .newsletter-content .gform_wrapper ul.gform_fields li.gfield.gfield_error {
          background: none;
          border: none; }
          body .newsletter-content .gform_wrapper ul.gform_fields li.gfield.gfield_error .gfield_label {
            color: #fff; }
        body .newsletter-content .gform_wrapper ul.gform_fields li.gfield label.gfield_label {
          font-size: 20px;
          line-height: 1;
          font-weight: 300;
          letter-spacing: 0.9px; }
        body .newsletter-content .gform_wrapper ul.gform_fields li.gfield .gfield_required {
          /*display: none;*/
          color: white; }
        body .newsletter-content .gform_wrapper ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
          background: none;
          border: none;
          border-bottom: 2px solid #ffffff;
          font-family: "Sofia Pro", sans-serif;
          font-weight: 300;
          color: #fff;
          width: 100%;
          padding: 12px 4px; }
        body .newsletter-content .gform_wrapper ul.gform_fields li.gfield .mandatory-notice {
          margin-top: 20px; }
    body .newsletter-content .gform_wrapper .gform_footer {
      float: left;
      width: 50%;
      clear: none;
      margin: 0;
      padding: 0 36px 0 0; }
      body .newsletter-content .gform_wrapper .gform_footer .gform_button {
        cursor: pointer;
        background: #9b834f;
        color: #fff;
        font-family: "Sofia Pro", sans-serif;
        text-transform: uppercase;
        border: none;
        padding: 0;
        width: 100%;
        display: block;
        height: 54px;
        font-size: 20px;
        font-weight: 300;
        line-height: 54px;
        letter-spacing: 0.6px;
        transition: all 400ms ease-in-out; }
        body .newsletter-content .gform_wrapper .gform_footer .gform_button:hover, body .newsletter-content .gform_wrapper .gform_footer .gform_button:active {
          background: #fff;
          color: #000; }
    body .newsletter-content .social-block {
      padding-left: 36px;
      display: flex;
      padding-top: 0; }
      body .newsletter-content .social-block .title {
        font-size: 20px;
        font-weight: 300;
        letter-spacing: 0.6px;
        line-height: 54px;
        text-transform: uppercase;
        display: inline-block;
        margin-right: 45px; }
      body .newsletter-content .social-block .social-links {
        margin: 0;
        align-items: center; }
        body .newsletter-content .social-block .social-links > a {
          background-size: contain;
          background-position-y: bottom;
          margin-right: 21px; }
          body .newsletter-content .social-block .social-links > a:last-of-type {
            margin-right: 0; }
          body .newsletter-content .social-block .social-links > a.instagram {
            width: 38px;
            height: 38px; }
          body .newsletter-content .social-block .social-links > a.linkedin {
            width: 35px;
            height: 38px; }
          body .newsletter-content .social-block .social-links > a.facebook {
            width: 20px;
            height: 38px; }
    body .newsletter-content > p {
      font-size: 16px;
      font-weight: 300;
      letter-spacing: 0.32px;
      line-height: 45px;
      margin: 54px 0 0; }
  body .main-banner {
    position: relative; }
    body .main-banner .wrap {
      position: absolute;
      left: 50%;
      top: 0;
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      z-index: 10;
      width: 80%;
      height: 100%;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center; }
      body .main-banner .wrap .hold {
        text-align: center;
        position: relative;
        padding: 0 0 50px; }
        body .main-banner .wrap .hold h1 {
          text-transform: uppercase;
          font-weight: 600;
          font-size: 2.6vw;
          line-height: 1.4;
          letter-spacing: 0.08vw;
          margin: 0vw 0 3.1vw; }
          body .main-banner .wrap .hold h1 span {
            font-weight: 400;
            display: block; }
        body .main-banner .wrap .hold p {
          max-width: 820px;
          font-size: 20px;
          line-height: 2; }
        body .main-banner .wrap .hold .next {
          display: block;
          background: url("images/arrow-bottom-white.svg") no-repeat center;
          background-size: contain;
          width: 36px;
          height: 39px;
          position: absolute;
          left: 50%;
          margin-left: -18px;
          bottom: 0;
          transition: all 400ms ease-in-out; }
          body .main-banner .wrap .hold .next:hover {
            transform: translateY(10px); }
    body .main-banner figure {
      height: calc(100vh - 88px);
      height: calc(var(--vh, 1vh) * 100 - 88px); }
      body .main-banner figure img {
        width: 100%;
        height: 100%;
        max-width: none;
        object-fit: cover; }
    body .main-banner .hero-slider {
      position: relative; }
      body .main-banner .hero-slider .tns-controls button {
        border: none;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        margin-top: -8px;
        width: 35px;
        height: 35px;
        z-index: 1;
        padding: 0;
        background: url("images/arrow-right-small-white.svg") no-repeat center;
        background-size: 20px;
        background-size: contain;
        text-indent: 200%;
        overflow: hidden;
        white-space: nowrap; }
        body .main-banner .hero-slider .tns-controls button[data-controls="prev"] {
          left: 16px;
          margin-top: -20px;
          -webkit-transform: scaleX(-1);
          -moz-transform: scaleX(-1);
          -o-transform: scaleX(-1);
          transform: scaleX(-1);
          filter: FlipH;
          -ms-filter: "FlipH"; }
        body .main-banner .hero-slider .tns-controls button[data-controls="next"] {
          right: 16px; }
  body .text-image-block .row {
    margin: 178px 0;
    display: flex;
    flex-wrap: wrap; }
    body .text-image-block .row .column-text, body .text-image-block .row .column-image {
      width: 50%; }
    body .text-image-block .row .column-text {
      display: flex;
      align-items: center;
      padding: 0 140px; }
      body .text-image-block .row .column-text h2 {
        color: #030301;
        font-size: 30px;
        font-weight: 600;
        letter-spacing: 0.9px;
        line-height: 45px;
        text-transform: uppercase;
        margin: 20px 0 52px; }
        body .text-image-block .row .column-text h2 strong {
          font-weight: 600;
          color: #aa9056; }
      body .text-image-block .row .column-text a {
        color: black;
        text-decoration: underline; }
    body .text-image-block .row .column-image figure img {
      width: 100%; }
    body .text-image-block .row:nth-of-type(2n) .animate-on-scroll .mask {
      right: 0; }
    body .text-image-block .row:nth-of-type(2n+1) {
      flex-direction: row-reverse; }
      body .text-image-block .row:nth-of-type(2n+1) .animate-on-scroll .mask {
        left: 0; }
  body .enquire-form-block {
    width: 100%;
    background: #aa9056;
    color: #fff;
    display: flex;
    padding: 7.5vw 7% 4.5vw;
    box-sizing: border-box; }
    body .enquire-form-block .data {
      width: 40%;
      padding-right: 6%; }
      body .enquire-form-block .data .title {
        color: #151515;
        text-transform: uppercase;
        font-size: 50px;
        line-height: 1;
        font-weight: 600;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        margin: 0 0 91px; }
      body .enquire-form-block .data p {
        font-size: 25px;
        font-weight: 300;
        line-height: 45px; }
    body .enquire-form-block .form {
      width: 60%;
      padding-top: 6px; }
      body .enquire-form-block .form .gform_wrapper {
        margin: 0; }
        body .enquire-form-block .form .gform_wrapper ul.gform_fields li.gfield {
          margin-top: 0;
          float: left;
          clear: none;
          width: 50%;
          margin: 0 0 50px; }
          body .enquire-form-block .form .gform_wrapper ul.gform_fields li.gfield.gfield_error {
            background: none;
            border: none; }
            body .enquire-form-block .form .gform_wrapper ul.gform_fields li.gfield.gfield_error .gfield_label {
              color: #fff; }
          body .enquire-form-block .form .gform_wrapper ul.gform_fields li.gfield:nth-child(2n+1) {
            padding-right: 30px;
            padding-left: 0 !important; }
          body .enquire-form-block .form .gform_wrapper ul.gform_fields li.gfield:nth-child(2n) {
            padding-left: 30px;
            padding-right: 0 !important; }
          body .enquire-form-block .form .gform_wrapper ul.gform_fields li.gfield:last-child {
            margin-bottom: 0; }
          body .enquire-form-block .form .gform_wrapper ul.gform_fields li.gfield.full-width {
            width: 100%;
            padding-right: 0; }
            body .enquire-form-block .form .gform_wrapper ul.gform_fields li.gfield.full-width.message {
              margin-bottom: 0; }
            body .enquire-form-block .form .gform_wrapper ul.gform_fields li.gfield.full-width.consent {
              padding-left: 0;
              line-height: 1; }
              body .enquire-form-block .form .gform_wrapper ul.gform_fields li.gfield.full-width.consent .ginput_container_consent input[type=checkbox] {
                position: absolute;
                display: block;
                width: 5px;
                height: 5px; }
                body .enquire-form-block .form .gform_wrapper ul.gform_fields li.gfield.full-width.consent .ginput_container_consent input[type=checkbox]:hover {
                  cursor: pointer; }
                body .enquire-form-block .form .gform_wrapper ul.gform_fields li.gfield.full-width.consent .ginput_container_consent input[type=checkbox]:before {
                  content: '';
                  margin-right: 10px;
                  display: inline-block;
                  vertical-align: text-top;
                  width: 17px;
                  height: 17px;
                  border: solid 0.5px white;
                  position: absolute;
                  left: -1.5px;
                  top: -2px;
                  background: #aa9056; }
                body .enquire-form-block .form .gform_wrapper ul.gform_fields li.gfield.full-width.consent .ginput_container_consent input[type=checkbox]:checked:after {
                  content: '';
                  position: absolute;
                  left: 1.5px;
                  top: 5px;
                  background: white;
                  width: 2px;
                  height: 2px;
                  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
                  -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
              body .enquire-form-block .form .gform_wrapper ul.gform_fields li.gfield.full-width.consent .ginput_container_consent .gfield_consent_label {
                font-size: 14px;
                display: block;
                margin-left: 25px;
                line-height: 1.5; }
                body .enquire-form-block .form .gform_wrapper ul.gform_fields li.gfield.full-width.consent .ginput_container_consent .gfield_consent_label:hover {
                  cursor: pointer; }
          body .enquire-form-block .form .gform_wrapper ul.gform_fields li.gfield label.gfield_label {
            font-size: 20px;
            line-height: 1;
            font-weight: 300;
            letter-spacing: 0.4px; }
          body .enquire-form-block .form .gform_wrapper ul.gform_fields li.gfield .gfield_required {
            color: #ffffff; }
          body .enquire-form-block .form .gform_wrapper ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .enquire-form-block .form .gform_wrapper ul.gform_fields li.gfield select {
            background: none;
            border: none;
            border-bottom: 2px solid #ffffff;
            font-family: "Sofia Pro", sans-serif;
            font-weight: 300;
            color: #fff;
            width: 100% !important;
            padding: 12px 4px;
            border-radius: 0; }
          body .enquire-form-block .form .gform_wrapper ul.gform_fields li.gfield.populate-collections .gfield_label {
            position: relative;
            padding-right: 41px; }
            body .enquire-form-block .form .gform_wrapper ul.gform_fields li.gfield.populate-collections .gfield_label:after {
              content: '';
              display: block;
              background: url("images/arrow-right-small-white.svg") no-repeat;
              background-size: contain;
              width: 20px;
              height: 15px;
              position: absolute;
              right: 0;
              top: 3px; }
          body .enquire-form-block .form .gform_wrapper ul.gform_fields li.gfield select option {
            color: #000000;
            font-family: "Sofia Pro", sans-serif;
            font-weight: 300;
            padding: 12px 4px; }
          body .enquire-form-block .form .gform_wrapper ul.gform_fields li.gfield textarea {
            background: transparent;
            border: solid 2px white;
            color: white;
            font-weight: lighter; }
        body .enquire-form-block .form .gform_wrapper .gform_footer {
          float: right;
          width: 46%;
          clear: none;
          padding: 15px 0 0 0;
          margin: 0; }
          body .enquire-form-block .form .gform_wrapper .gform_footer .gform_button {
            font-family: "Sofia Pro", sans-serif;
            cursor: pointer;
            border: none;
            color: #ffffff;
            background: #16140d;
            font-size: 20px;
            font-weight: 300;
            letter-spacing: 0.6px;
            text-transform: uppercase;
            text-align: center;
            width: 100%;
            line-height: 45px;
            height: 45px;
            transition: all 400ms ease-in-out; }
            body .enquire-form-block .form .gform_wrapper .gform_footer .gform_button:hover, body .enquire-form-block .form .gform_wrapper .gform_footer .gform_button:active {
              background: #fff;
              color: #000; }
      body .enquire-form-block .form .mandatory-notice {
        font-size: 20px;
        font-weight: 300;
        letter-spacing: 0.4px;
        clear: both;
        width: 50%;
        position: relative;
        bottom: 25px; }
  body .collections-slider {
    position: relative;
    padding-bottom: 81px; }
    body .collections-slider h2 {
      color: #151107;
      font-size: 50px;
      font-weight: 600;
      letter-spacing: 1.5px;
      line-height: 50px;
      text-transform: uppercase;
      margin: 0 0 84px; }
    body .collections-slider ul {
      padding: 0;
      margin: 0;
      list-style: none; }
    body .collections-slider.tiles {
      padding-bottom: 10px; }
      body .collections-slider.tiles ul {
        display: flex;
        flex-wrap: wrap; }
        body .collections-slider.tiles ul li {
          width: 50%;
          padding: 0 55px;
          box-sizing: border-box;
          margin-bottom: 70px; }
          body .collections-slider.tiles ul li:nth-child(2n) {
            padding-right: 0; }
          body .collections-slider.tiles ul li:nth-child(2n+1) {
            padding-left: 0; }
    body .collections-slider .sub-slider figure {
      cursor: pointer;
      overflow: hidden;
      position: relative; }
      body .collections-slider .sub-slider figure img {
        transition: all 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        max-width: none;
        width: 100%;
        height: auto; }
      body .collections-slider .sub-slider figure span {
        color: white;
        position: absolute;
        bottom: 5px;
        right: 28px;
        font-size: 12px; }
      body .collections-slider .sub-slider figure:hover img {
        /*transform: scale(1.1);*/ }
    body .collections-slider .tns-outer {
      position: relative; }
    body .collections-slider .tns-controls button {
      border: none;
      position: absolute;
      top: 50%;
      margin-top: -8px;
      width: 17px;
      height: 16px;
      z-index: 1;
      padding: 0;
      background: url("images/arrow-right-small-white.svg") no-repeat center;
      background-size: contain;
      text-indent: 200%;
      overflow: hidden;
      white-space: nowrap; }
      body .collections-slider .tns-controls button[data-controls="prev"] {
        left: 16px;
        -webkit-transform: scaleX(-1);
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH"; }
      body .collections-slider .tns-controls button[data-controls="next"] {
        right: 16px; }
    body .collections-slider .tns-nav {
      position: absolute;
      bottom: -47px;
      right: 0;
      z-index: 1; }
      body .collections-slider .tns-nav button {
        width: 11px;
        height: 11px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        box-sizing: border-box;
        border: 1px solid #aa9056;
        background: none;
        display: inline-block;
        padding: 0;
        margin-left: 8px; }
        body .collections-slider .tns-nav button.tns-nav-active {
          background: #aa9056; }
    body .collections-slider .item-title {
      color: #030301;
      font-size: 20px;
      font-weight: 400;
      letter-spacing: 0.4px;
      text-transform: uppercase;
      margin-top: 20px;
      display: block;
      font-size: 17px; }
      body .collections-slider .item-title strong {
        font-weight: 400;
        color: #aa9056; }
      body .collections-slider .item-title small {
        text-transform: none;
        font-weight: lighter; }
      body .collections-slider .item-title span {
        font-weight: 300; }
    body .collections-slider .slide-nav {
      position: absolute;
      bottom: 0;
      width: 150px;
      height: 50px;
      right: 0; }
      body .collections-slider .slide-nav .arrows:before {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 0;
        height: 70px;
        width: 1px;
        background: #aa9056; }
      body .collections-slider .slide-nav .arrows .prev, body .collections-slider .slide-nav .arrows .next {
        top: 50%;
        margin-top: -15px;
        width: 35px;
        height: 35px;
        position: absolute;
        cursor: pointer;
        background: url("images/arrow-right-small-gold.svg") no-repeat center;
        background-size: contain; }
        body .collections-slider .slide-nav .arrows .prev[aria-disabled="true"], body .collections-slider .slide-nav .arrows .next[aria-disabled="true"] {
          opacity: 0.3;
          cursor: default; }
      body .collections-slider .slide-nav .arrows .prev {
        left: 0;
        -webkit-transform: scaleX(-1);
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH"; }
        body .collections-slider .slide-nav .arrows .prev span {
          display: block;
          -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
          color: #aa9056;
          line-height: 1;
          font-size: 12px;
          position: absolute;
          top: 100%;
          left: 0;
          width: 100%; }
      body .collections-slider .slide-nav .arrows .next {
        right: 0; }
        body .collections-slider .slide-nav .arrows .next span {
          display: block;
          color: #aa9056;
          line-height: 1;
          font-size: 12px;
          position: absolute;
          top: 100%;
          width: 100%; }
  body .video-block {
    position: relative; }
    body .video-block .video-preview {
      position: relative;
      z-index: 1;
      -webkit-transition: opacity 400ms ease-in-out;
      -moz-transition: opacity 400ms ease-in-out;
      -ms-transition: opacity 400ms ease-in-out;
      -o-transition: opacity 400ms ease-in-out;
      transition: opacity 400ms ease-in-out; }
      body .video-block .video-preview .title {
        color: #fff;
        font-size: 50px;
        font-weight: 600;
        letter-spacing: 1.5px;
        line-height: 50px;
        text-transform: uppercase;
        position: absolute;
        left: 50%;
        width: 400px;
        margin-left: -200px;
        text-align: center;
        top: 50%;
        margin-top: -109px; }
      body .video-block .video-preview .play-button {
        position: absolute;
        left: 50%;
        top: 50%;
        box-sizing: border-box;
        width: 122px;
        height: 122px;
        margin-top: -61px;
        margin-left: -61px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border: 6px solid #ffffff;
        cursor: pointer;
        transition: all 400ms ease-in-out; }
        body .video-block .video-preview .play-button:hover {
          transform: scale(1.1); }
        body .video-block .video-preview .play-button:before {
          content: '';
          position: absolute;
          left: 50%;
          top: 50%;
          margin-top: -16px;
          margin-left: -18px;
          width: 35px;
          height: 32px;
          display: block;
          background: url("images/arrow-right-big-white.svg") no-repeat;
          background-size: contain; }
      body .video-block .video-preview.with-title .play-button {
        margin-top: 0; }
      body .video-block .video-preview img {
        margin: auto; }
    body .video-block .code {
      z-index: 0;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
      body .video-block .code iframe {
        width: 100%;
        height: 100%; }
    body .video-block.playback .video-preview {
      opacity: 0; }
  body.home .main-banner .wrap .hold h1 {
    font-weight: 400;
    font-size: 3.02vw;
    letter-spacing: 0.135vw;
    text-transform: none;
    line-height: 1.04;
    max-width: 60%;
    margin: 4.8vw auto 3.43vw; }
  body .main-text-block {
    text-align: center;
    padding: 165px 20% 120px; }
    body .main-text-block p {
      font-size: 23px;
      font-weight: 300;
      letter-spacing: 0.9px;
      line-height: 50px;
      margin: 0 0 50px; }
  body .video-section {
    margin-bottom: 178px; }
  body .blockquote-block blockquote {
    max-width: 800px;
    margin: 0 auto 86px;
    padding: 59px 0 73px; }
  body .blockquote-block .button {
    margin: 20px auto;
    max-width: 476px;
    height: 54px;
    display: block;
    text-transform: uppercase;
    text-align: center;
    background: #1a1a1a;
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.6px;
    line-height: 54px;
    text-transform: uppercase;
    transition: all 400ms ease-in-out; }
    body .blockquote-block .button:hover {
      background-color: #000; }
  body .featured-block {
    margin: 172px 0 103px; }
  body .quotes-block .row {
    display: flex; }
    body .quotes-block .row > div {
      width: 50%; }
      body .quotes-block .row > div figure img {
        width: 100%; }
    body .quotes-block .row blockquote {
      text-transform: uppercase;
      padding: 96px 25%;
      position: relative;
      text-align: center;
      font-size: 2.6vw;
      letter-spacing: 0.06vw;
      line-height: 1.4;
      font-weight: 600;
      margin: 0; }
      body .quotes-block .row blockquote:after, body .quotes-block .row blockquote:before {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -31px;
        width: 62px;
        height: 59px; }
      body .quotes-block .row blockquote:before {
        background: url("images/quote-gold-open.svg") no-repeat center;
        background-size: contain;
        top: 0; }
      body .quotes-block .row blockquote:after {
        background: url("images/quote-gold-close.svg") no-repeat center;
        background-size: contain;
        bottom: 0; }
    body .quotes-block .row:nth-of-type(2n+1) {
      flex-direction: row-reverse; }
      body .quotes-block .row:nth-of-type(2n+1) .column-text {
        background: #1a1a1a;
        color: #ffffff; }
    body .quotes-block .row .column-text {
      display: flex;
      align-items: center;
      justify-content: center; }
  body .video-section.video-1 .wrap {
    padding: 0 53px; }
  body .video-section.video-2 {
    margin: 179px 0; }
  body .about-contents .text-image-block .row {
    margin: 84px 0; }
  body .testimonial-block {
    overflow: hidden;
    color: #ffffff;
    background: #151515;
    padding: 165px 0 186px; }
    body .testimonial-block .animate-on-scroll .mask {
      background: #151515; }
    body .testimonial-block h2 {
      text-align: center;
      font-size: 30px;
      font-weight: 600;
      letter-spacing: 0.9px;
      line-height: 45px;
      margin: 0 0 120px;
      text-transform: uppercase; }
    body .testimonial-block .row {
      display: flex;
      flex-wrap: wrap;
      margin: 0 0 88px; }
      body .testimonial-block .row .column-text, body .testimonial-block .row .column-image {
        width: 50%; }
      body .testimonial-block .row .column-text {
        display: flex;
        align-items: center;
        padding: 0 140px; }
        body .testimonial-block .row .column-text p {
          font-style: italic; }
        body .testimonial-block .row .column-text .name {
          color: #aa9056;
          font-size: 18px;
          line-height: 30px;
          font-weight: 300;
          letter-spacing: 0.4px; }
      body .testimonial-block .row:nth-of-type(2n+1) {
        flex-direction: row-reverse; }
      body .testimonial-block .row:nth-of-type(2n) .animate-on-scroll .mask {
        right: 0; }
      body .testimonial-block .row:nth-of-type(2n+1) {
        flex-direction: row-reverse; }
        body .testimonial-block .row:nth-of-type(2n+1) .animate-on-scroll .mask {
          left: 0; }
    body .testimonial-block .video-block {
      margin: 186px 0 0; }
  body .property-data {
    padding: 182px 0 136px; }
    body .property-data .property-logo {
      margin: 0 0 79px; }
    body .property-data .slogan {
      color: #000000;
      font-size: 20px;
      font-weight: 400;
      letter-spacing: 0.4px;
      line-height: 30px;
      text-transform: uppercase;
      margin: 0 0 63px; }
    body .property-data .button {
      color: #ffffff;
      background: #313131;
      text-transform: uppercase;
      font-size: 20px;
      font-weight: 300;
      letter-spacing: 0.6px;
      line-height: 54px;
      display: block;
      text-align: center;
      margin: 0 0 37px;
      transition: all 400ms ease-in-out; }
      body .property-data .button:hover, body .property-data .button:active {
        background: #000; }
      body .property-data .button.gold {
        background: #aa9056; }
        body .property-data .button.gold:hover, body .property-data .button.gold:active {
          background: #000; }
    body .property-data dl {
      font-size: 20px;
      line-height: 1;
      margin: 5px 0; }
      body .property-data dl dt {
        font-weight: 400;
        color: #aa9056;
        text-transform: uppercase; }
      body .property-data dl dd {
        color: #0d0404;
        font-weight: 300;
        letter-spacing: 0.4px;
        margin: 0 0 20px; }
    body .property-data .row {
      display: flex; }
      body .property-data .row .column {
        box-sizing: border-box; }
        body .property-data .row .column:nth-of-type(1) {
          width: 33%; }
        body .property-data .row .column:nth-of-type(2) {
          width: 35%;
          padding: 0 60px 0 155px; }
        body .property-data .row .column:nth-of-type(3) {
          width: 32%; }
  body .property-slider {
    margin: 0 0 166px;
    position: relative; }
    body .property-slider ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      body .property-slider ul li img {
        max-width: none;
        width: 100%; }
      body .property-slider ul li span {
        color: white;
        position: absolute;
        bottom: 5px;
        right: 28px;
        font-size: 12px; }
    body .property-slider .slide-nav {
      position: relative;
      /*top: 50%;*/
      background: #aa9056;
      width: 135px;
      height: 67px;
      /*left: calc(49.9% + 140px);*/
      margin-top: 10px;
      margin-right: 140px;
      float: right; }
      body .property-slider .slide-nav .arrows:before {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 12px;
        height: 43px;
        width: 1px;
        background: #ffffff; }
      body .property-slider .slide-nav .arrows .prev, body .property-slider .slide-nav .arrows .next {
        top: 50%;
        margin-top: -9.5px;
        width: 21px;
        height: 22px;
        position: absolute;
        cursor: pointer;
        background: url("images/arrow-right-small-white.svg") no-repeat center;
        background-size: contain; }
        body .property-slider .slide-nav .arrows .prev[aria-disabled="true"], body .property-slider .slide-nav .arrows .next[aria-disabled="true"] {
          opacity: 0.3;
          cursor: default; }
      body .property-slider .slide-nav .arrows .prev {
        left: 30px;
        -webkit-transform: scaleX(-1);
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH"; }
      body .property-slider .slide-nav .arrows .next {
        right: 30px; }
  body .property-location {
    margin: 0 0 196px; }
    body .property-location #location-map {
      width: 100%;
      height: 810px; }
  body .map-label span {
    background: #aa9056;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    padding: 15px 15px;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    min-width: 253px;
    display: block;
    text-align: center;
    position: absolute;
    box-sizing: border-box;
    left: -127px;
    bottom: 168px; }
  body .map-label .arrow {
    height: 140px;
    width: 2px;
    position: absolute;
    bottom: 28px;
    left: -1px;
    background: #aa9056; }
    body .map-label .arrow:before {
      content: '';
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      left: -11px;
      bottom: -28px;
      position: absolute;
      border-style: solid;
      border-width: 28px 12.5px 0 12.5px;
      border-color: #aa8f56 transparent transparent transparent; }
  body .property-enquire {
    margin: 0 0 178px; }
  body .current-block,
  body .completed-block {
    padding: 172px 0 99px; }
  body .completed-block {
    background: #f7f4ee; }
    body .completed-block .animate-slider:before {
      background: #f7f4ee; }
  body .team-block {
    padding: 195px 0 105px; }
    body .team-block h2 {
      color: #000000;
      font-size: 30px;
      font-weight: 600;
      letter-spacing: 0.9px;
      line-height: 40px;
      text-transform: uppercase;
      margin: 0 0 63px; }
    body .team-block .department {
      margin: 0 0 93px;
      position: relative; }
    body .team-block ul {
      padding: 0;
      margin: 0;
      list-style: none;
      /*width: calc(100% + 34px); */ }
      body .team-block ul li {
        padding-bottom: 10px;
        display: inline-block;
        width: 30%;
        margin-right: 3%;
        margin-bottom: 30px; }
        body .team-block ul li .hold {
          padding-right: 34px; }
        body .team-block ul li .photo {
          background-color: #f7f7f7;
          position: relative;
          margin: 0 0 28px; }
          body .team-block ul li .photo .expand-bio {
            position: absolute;
            background: #aa9056;
            top: 50%;
            margin-top: -33px;
            right: -34px;
            width: 68px;
            height: 67px;
            font-size: 56px;
            font-weight: 300;
            color: #ffffff;
            line-height: 67px;
            text-align: center;
            transition: all 200ms ease-in-out; }
            body .team-block ul li .photo .expand-bio:hover, body .team-block ul li .photo .expand-bio:active {
              font-size: 70px; }
        body .team-block ul li .name,
        body .team-block ul li .position {
          font-size: 20px;
          font-weight: 400;
          line-height: 1;
          letter-spacing: 0.4px;
          color: #000000; }
        body .team-block ul li .name {
          text-transform: uppercase;
          color: #aa9056; }
        body .team-block ul li .bio {
          display: none; }
    body .team-block .slide-nav {
      position: absolute;
      bottom: 5px;
      width: 75px;
      height: 43px;
      right: 34px; }
      body .team-block .slide-nav .arrows:before {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 0;
        height: 43px;
        width: 1px;
        background: #aa9056; }
      body .team-block .slide-nav .arrows .prev, body .team-block .slide-nav .arrows .next {
        top: 50%;
        margin-top: -9.5px;
        width: 21px;
        height: 22px;
        position: absolute;
        cursor: pointer;
        background: url("images/arrow-right-small-gold.svg") no-repeat center;
        background-size: contain; }
        body .team-block .slide-nav .arrows .prev[aria-disabled="true"], body .team-block .slide-nav .arrows .next[aria-disabled="true"] {
          opacity: 0.3;
          cursor: default; }
      body .team-block .slide-nav .arrows .prev {
        left: 0;
        -webkit-transform: scaleX(-1);
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH"; }
      body .team-block .slide-nav .arrows .next {
        right: 0; }
  body .fade-bg .container .popup-content#team-popup {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background-color: #151515;
    color: #ffffff;
    width: 74%;
    padding: 117px 100px 100px;
    min-height: 538px;
    align-items: center; }
    body .fade-bg .container .popup-content#team-popup .content-holder {
      display: flex; }
      body .fade-bg .container .popup-content#team-popup .content-holder > div:first-of-type {
        font-size: 20px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0.4px;
        width: 33%;
        padding-right: 90px; }
        body .fade-bg .container .popup-content#team-popup .content-holder > div:first-of-type .name {
          color: #aa9056;
          text-transform: uppercase; }
      body .fade-bg .container .popup-content#team-popup .content-holder > div:last-of-type {
        width: 67%;
        padding-top: 28px; }
        body .fade-bg .container .popup-content#team-popup .content-holder > div:last-of-type p {
          font-size: 16px;
          font-weight: 300;
          letter-spacing: 0.32px;
          line-height: 27px; }
  body .page-central-construct .awards-row {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    padding-right: 28px; }
    body .page-central-construct .awards-row img {
      height: 78px;
      width: auto; }
  body .page-central-construct .text-image-block .row:last-of-type {
    margin-bottom: 0; }
  body .quality-block {
    overflow: hidden;
    background: #f7f4ee;
    padding: 155px 0 178px; }
    body .quality-block .animate-on-scroll .mask {
      background: #f7f4ee; }
    body .quality-block h2 {
      color: #030301;
      font-size: 30px;
      font-weight: 600;
      letter-spacing: 1px;
      line-height: 45px;
      text-transform: uppercase;
      margin: 0 0 57px; }
    body .quality-block .row {
      display: flex;
      flex-wrap: wrap;
      margin: 0 0 146px; }
      body .quality-block .row .column {
        width: 50%; }
        body .quality-block .row .column:first-of-type {
          padding-right: 70px; }
        body .quality-block .row .column:last-of-type {
          padding-left: 70px; }
    body .quality-block .standards-list {
      padding: 0;
      margin: 0;
      list-style: none; }
      body .quality-block .standards-list li {
        position: relative;
        padding: 30px 0 30px 14px;
        font-weight: 400;
        font-size: 20px;
        letter-spacing: 0.58px; }
        body .quality-block .standards-list li:before {
          content: '';
          background: #aa9056;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          position: absolute;
          width: 6px;
          height: 6px;
          left: 0;
          top: 44px; }
        body .quality-block .standards-list li strong {
          color: #aa9056;
          font-weight: 400; }
        body .quality-block .standards-list li:first-child {
          padding-top: 0px; }
          body .quality-block .standards-list li:first-child:before {
            top: 14px; }
        body .quality-block .standards-list li:not(:last-child) {
          border-bottom: 1px solid #aa9056; }
    body .quality-block figure {
      margin: 0 0 180px; }
      body .quality-block figure img {
        margin: auto;
        width: 100%; }
      body .quality-block figure span {
        color: white;
        position: absolute;
        bottom: 5px;
        right: 15px; }
    body .quality-block blockquote {
      max-width: 660px;
      margin: 0 auto; }
  body .principles-block {
    overflow: hidden;
    background: #151515;
    color: #fff;
    padding: 166px 0 60px; }
    body .principles-block h2 {
      text-align: center;
      font-size: 30px;
      font-weight: 600;
      letter-spacing: 1px;
      line-height: 45px;
      text-transform: uppercase;
      margin: 0 0 107px; }
    body .principles-block .principle-items {
      display: flex;
      flex-wrap: wrap; }
      body .principles-block .principle-items .item {
        width: 33.3%;
        text-align: center;
        padding: 0 70px;
        position: relative;
        margin-bottom: 119px; }
        body .principles-block .principle-items .item:after {
          content: '';
          display: block;
          background: #aa9056;
          position: absolute;
          width: 2px;
          top: 98px;
          height: calc(100% - 98px);
          right: 0; }
        body .principles-block .principle-items .item:nth-of-type(3n) {
          padding-right: 0; }
          body .principles-block .principle-items .item:nth-of-type(3n):after {
            display: none; }
        body .principles-block .principle-items .item:nth-of-type(3n+1) {
          padding-left: 0; }
        body .principles-block .principle-items .item figure {
          display: flex;
          align-items: flex-end;
          justify-content: center;
          height: 68px;
          margin: 0 0 17px; }
        body .principles-block .principle-items .item h3 {
          color: #aa9056;
          text-transform: uppercase;
          font-size: 30px;
          font-weight: 400;
          letter-spacing: 0.9px;
          line-height: 45px;
          margin: 0 0 52px; }
        body .principles-block .principle-items .item p:last-of-type {
          margin-bottom: 5px; }
  body .display-centre-content {
    padding: 175px 0; }
    body .display-centre-content .row {
      display: flex; }
      body .display-centre-content .row .column-text {
        padding: 0 140px;
        width: 40.4%;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        body .display-centre-content .row .column-text h2 {
          color: #030301;
          font-size: 30px;
          font-weight: 600;
          letter-spacing: 0.9px;
          line-height: 45px;
          text-transform: uppercase;
          margin: 0 0 52px; }
          body .display-centre-content .row .column-text h2 strong {
            color: #aa9056; }
        body .display-centre-content .row .column-text h3 {
          font-size: 20px;
          line-height: 1.5;
          font-weight: 400;
          letter-spacing: 0.54px;
          margin: 0 0 31px;
          text-transform: uppercase; }
        body .display-centre-content .row .column-text a {
          color: #000000; }
      body .display-centre-content .row .column-image {
        width: 59.6%; }
  body .display-suite-map {
    width: 100%;
    height: 600px; }
  body .content-block h2,
  body .contact-content-block h2,
  body .careers-content-block h2 {
    color: #030301;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: 70px;
    text-transform: uppercase;
    margin: 0 0 60px;
    position: relative; }
    body .content-block h2.with-divider,
    body .contact-content-block h2.with-divider,
    body .careers-content-block h2.with-divider {
      margin-top: 40px; }
      body .content-block h2.with-divider:before,
      body .contact-content-block h2.with-divider:before,
      body .careers-content-block h2.with-divider:before {
        content: '';
        width: 150px;
        height: 1px;
        background: #aa9056;
        position: absolute;
        top: -60px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
  body .contact-content-block {
    padding: 161px 0 135px; }
    body .contact-content-block:after {
      content: '';
      display: block;
      clear: both; }
    body .contact-content-block h2 {
      float: left;
      margin-right: 104px; }
    body .contact-content-block .text-flow {
      float: left;
      padding-top: 19px; }
      body .contact-content-block .text-flow .phone {
        font-size: 20px; }
      body .contact-content-block .text-flow .location-link {
        width: 290px;
        display: block; }
        body .contact-content-block .text-flow .location-link:before {
          margin-top: -5px; }
      body .contact-content-block .text-flow a {
        color: #000000; }
  body .content-block,
  body .careers-content-block {
    padding: 0 0 169px; }
    body .content-block .row,
    body .careers-content-block .row {
      display: flex;
      flex-wrap: wrap; }
      body .content-block .row .column,
      body .careers-content-block .row .column {
        width: 100%;
        text-align: center;
        /*&:first-of-type {
            padding-right: 68px;
        }
        &:last-of-type {                
            padding-left: 68px;
        }*/
        /*&:nth-child(2n+1){
            padding-right:65px;
        }
        &:nth-child(2n){
            padding-left:65px;
        }*/ }
        body .content-block .row .column h3,
        body .careers-content-block .row .column h3 {
          color: #030301;
          font-size: 30px;
          font-weight: 600;
          letter-spacing: 0.9px;
          line-height: 45px;
          text-transform: uppercase;
          margin: 0 0 40px; }
          body .content-block .row .column h3 strong,
          body .careers-content-block .row .column h3 strong {
            color: #aa9056; }
        body .content-block .row .column .cta,
        body .careers-content-block .row .column .cta {
          color: #aa9056; }
        body .content-block .row .column .button,
        body .careers-content-block .row .column .button {
          color: #ffffff;
          display: block;
          background: #aa9056;
          text-transform: uppercase;
          text-align: center;
          font-size: 20px;
          font-weight: 300;
          letter-spacing: 0.6px;
          margin: 60px auto 0;
          height: 54px;
          line-height: 54px;
          max-width: 500px;
          transition: all 400ms ease-in-out; }
          body .content-block .row .column .button:hover, body .content-block .row .column .button:active,
          body .careers-content-block .row .column .button:hover,
          body .careers-content-block .row .column .button:active {
            background: #000; }
  body .content-block {
    padding: 161px 0 0; }
    body .content-block .column {
      margin-bottom: 100px; }
      body .content-block .column .phone {
        font-size: 20px;
        margin: 30px auto; }
      body .content-block .column .location-link {
        width: 290px;
        display: block;
        margin: auto; }
        body .content-block .column .location-link:before {
          margin-top: -5px;
          display: none; }
      body .content-block .column .map img {
        max-width: 700px;
        margin: 30px auto auto;
        width: 100%; }
      body .content-block .column a {
        color: #000000; }
      body .content-block .column p {
        max-width: 550px;
        margin: auto; }
  body .enquire-form.contact-form {
    margin: 0 0 149px; }
  body .contacts-map {
    width: 100%;
    max-width: 800px;
    height: 600px;
    margin: 50px auto; }
    body .contacts-map img {
      margin: 0 !important; }
  body .news-listing {
    padding: 188px 0; }
    body .news-listing .wrap {
      max-width: 1920px; }
    body .news-listing .news-items {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -45px;
      position: relative; }
      body .news-listing .news-items:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(255, 255, 255, 0.5);
        width: 0;
        height: 0;
        opacity: 0;
        -webkit-transition: opacity 400ms ease-in-out;
        -moz-transition: opacity 400ms ease-in-out;
        -ms-transition: opacity 400ms ease-in-out;
        -o-transition: opacity 400ms ease-in-out;
        transition: opacity 400ms ease-in-out; }
      body .news-listing .news-items.loading:before {
        width: 100%;
        height: 100%;
        opacity: 1; }
      body .news-listing .news-items .item {
        width: 33.33%;
        padding: 0 45px;
        margin: 0 0 78px; }
        body .news-listing .news-items .item .hold {
          border-top: 2px solid #aa9056;
          padding-top: 40px; }
        body .news-listing .news-items .item .meta {
          margin-bottom: 42px; }
          body .news-listing .news-items .item .meta:after {
            content: '';
            display: block;
            clear: both; }
          body .news-listing .news-items .item .meta .date {
            color: #aa9056;
            font-size: 30px;
            line-height: 1;
            font-weight: 600;
            letter-spacing: 0.9px;
            float: left; }
          body .news-listing .news-items .item .meta .addtoany_shortcode {
            float: right; }
        body .news-listing .news-items .item figure {
          margin: 0 0 81px;
          overflow: hidden; }
          body .news-listing .news-items .item figure img {
            transition: all 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
          body .news-listing .news-items .item figure:hover img {
            transform: scale(1.1); }
        body .news-listing .news-items .item .title {
          text-transform: uppercase;
          color: #030301;
          font-size: 20px;
          font-weight: 400;
          letter-spacing: 0.4px;
          line-height: 35px;
          margin: 0 0 42px;
          display: block;
          min-height: 105px; }
        body .news-listing .news-items .item p {
          color: #030301;
          font-size: 18px;
          font-weight: 300;
          letter-spacing: 0.36px;
          line-height: 35px;
          max-height: 105px;
          margin: 0 0 85px;
          overflow: hidden; }
        body .news-listing .news-items .item .button {
          background: #aa9056;
          color: #fff;
          text-transform: uppercase;
          font-size: 20px;
          font-weight: 300;
          letter-spacing: 0.6px;
          line-height: 54px;
          height: 54px;
          display: block;
          text-align: center;
          transition: all 400ms ease-in-out; }
          body .news-listing .news-items .item .button:hover, body .news-listing .news-items .item .button:active {
            background: #000;
            color: #fff; }
    body .news-listing .button#load-more {
      border: 2px solid #b39b67;
      color: #aa9056;
      text-transform: uppercase;
      line-height: 50px;
      font-size: 20px;
      font-weight: 300;
      letter-spacing: 0.6px;
      height: 54px;
      display: block;
      margin: 40px auto;
      box-sizing: border-box;
      text-align: center;
      max-width: calc(33.33% - 60px);
      transition: all 400ms ease-in-out; }
      body .news-listing .button#load-more:hover, body .news-listing .button#load-more:active {
        background: #aa9056;
        color: #fff; }
  body .news-content {
    padding: 129px 0; }
    body .news-content .wrap {
      padding: 0 40px;
      max-width: 1168px;
      margin-left: auto;
      margin-right: auto; }
      body .news-content .wrap .back-hold {
        padding: 40px 0 39px; }
        body .news-content .wrap .back-hold:after {
          content: '';
          display: block;
          clear: both; }
        body .news-content .wrap .back-hold a {
          float: right;
          color: #aa9056;
          font-size: 20px;
          font-weight: 400;
          letter-spacing: 0.6px;
          line-height: 20px;
          text-transform: uppercase;
          margin-right: 4px; }
      body .news-content .wrap .meta {
        border-top: 2px solid #aa9056;
        margin-bottom: 51px;
        padding: 37px 0 0; }
        body .news-content .wrap .meta:after {
          content: '';
          display: block;
          clear: both; }
        body .news-content .wrap .meta .date {
          color: #aa9056;
          font-size: 30px;
          line-height: 1.2;
          font-weight: 600;
          letter-spacing: 0.9px;
          float: left; }
        body .news-content .wrap .meta .addtoany_shortcode {
          float: right; }
      body .news-content .wrap .main-thumbnail {
        margin: 0 0 75px; }
      body .news-content .wrap h1 {
        color: #030301;
        font-size: 20px;
        font-weight: 400;
        letter-spacing: 0.4px;
        line-height: 35px;
        margin: 0 0 55px;
        text-transform: uppercase; }
      body .news-content .wrap .button {
        background: #aa9056;
        color: #fff;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 300;
        letter-spacing: 0.6px;
        line-height: 54px;
        height: 54px;
        display: block;
        text-align: center;
        max-width: 476px;
        margin: 106px auto 66px;
        transition: all 400ms ease-in-out; }
        body .news-content .wrap .button:hover, body .news-content .wrap .button:active {
          background: #000;
          color: #fff; }
  body .addtoany_shortcode {
    margin-top: -6px; }
    body .addtoany_shortcode a {
      margin-left: 15px; }
    body .addtoany_shortcode .a2a_button_email,
    body .addtoany_shortcode .a2a_button_linkedin,
    body .addtoany_shortcode .a2a_button_facebook {
      padding: 0; }
      body .addtoany_shortcode .a2a_button_email .a2a_svg,
      body .addtoany_shortcode .a2a_button_linkedin .a2a_svg,
      body .addtoany_shortcode .a2a_button_facebook .a2a_svg {
        border-radius: 0; }
      body .addtoany_shortcode .a2a_button_email svg,
      body .addtoany_shortcode .a2a_button_linkedin svg,
      body .addtoany_shortcode .a2a_button_facebook svg {
        display: none; }
    body .addtoany_shortcode .a2a_button_email .a2a_svg {
      background: url("images/mail-icon.svg") no-repeat 0px 9px;
      background-size: contain;
      width: 33px !important; }
    body .addtoany_shortcode .a2a_button_linkedin .a2a_svg {
      background: url("images/linkedin-icon.svg") no-repeat bottom center;
      background-size: contain;
      width: 25px !important; }
    body .addtoany_shortcode .a2a_button_facebook .a2a_svg {
      background: url("images/facebook-icon.svg") no-repeat bottom center;
      background-size: contain;
      width: 14px !important; }
  body.admin-bar header {
    top: 32px; }
  body.admin-bar main {
    min-height: calc(100vh - 88px - 198px - 32px); }
  body.admin-bar .main-banner figure img {
    /*height: calc(100vh - 88px - 32px); */ }
  body .page-wrap {
    padding-top: 88px; }
  body main {
    box-sizing: border-box;
    min-height: calc(100vh - 88px - 198px); }
  body .page-content {
    padding: 154px 0; }
    body .page-content h1 {
      text-transform: uppercase;
      text-transform: uppercase;
      margin: 0 0 63px;
      font-size: 30px;
      letter-spacing: 0.6px;
      line-height: 1.2; }
  body .gform_wrapper div.validation_error,
  body .gform_wrapper .validation_message {
    color: #cc0000;
    font-weight: 300; }
  body .gform_wrapper div.validation_error {
    margin-bottom: 12px;
    border-top: 2px solid #cc0000;
    border-bottom: 2px solid #cc0000;
    padding: 12px 0; }
  body .top_label div.ginput_container {
    margin-top: 0 !important; }
  body .dark-overlay {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  @media (max-width: 1795px) {
    body .current-block .collections-slider .item-title {
      padding-right: 150px; } }
  @media (max-width: 1499px) {
    body .testimonial-block .row .column-text,
    body .text-image-block .row .column-text,
    body .display-centre-content .row .column-text,
    body .wrap {
      padding: 0 100px; }
    body .main-banner .wrap .hold h1 {
      font-size: 38px; }
    body.home .main-banner .wrap .hold h1 {
      font-size: 45px;
      max-width: 600px; }
    body .main-text-block {
      padding: 8vw 0 5vw; }
      body .main-text-block .wrap {
        max-width: 1000px; }
    body .video-section {
      margin-bottom: 10vw; }
      body .video-section.video-2 {
        margin: 8vw 0; }
    body .featured-block {
      margin: 10vw 0 8vw; }
      body .featured-block .collections-slider .tns-nav {
        position: static;
        margin-bottom: 10px; }
      body .featured-block .collections-slider .tns-controls button {
        margin-top: 9px; }
      body .featured-block .collections-slider .item-title {
        padding-right: 0; }
    body .about-contents .text-image-block .row {
      margin: 6vw 0; }
    body .testimonial-block {
      padding: 8vw 0 10vw; }
      body .testimonial-block h2 {
        margin-bottom: 6vw; }
      body .testimonial-block .row {
        margin: 0 0 6vw; }
      body .testimonial-block .video-block {
        margin: 8vw 0 0; }
    body .current-block,
    body .completed-block {
      padding: 10vw 0 8vw; }
    body .collections-slider h2 {
      margin: 0 0 6vw; }
    body .property-data {
      padding: 10vw 0 6vw; }
    body .property-location,
    body .property-enquire {
      margin: 0 0 10vw; }
    body .property-slider {
      margin: 0 0 12vw; }
      body .property-slider .slide-nav {
        margin-right: 50px; }
    body .text-image-block .row {
      margin: 10vw 0; }
      body .text-image-block .row .column-text h2 {
        margin: 10px 0 30px; }
    body .quality-block {
      padding: 8vw 0 10vw; }
      body .quality-block .row {
        margin-bottom: 8vw; }
      body .quality-block figure {
        margin: 0 0 10vw; }
    body .principles-block {
      padding: 10vw 0 4vw; }
      body .principles-block h2 {
        margin-bottom: 6vw; }
      body .principles-block .principle-items .item {
        margin-bottom: 8vw; }
    body .team-block {
      padding: 10vw 0 6vw; }
      body .team-block h2 {
        margin: 0 0 3vw; }
      body .team-block .department {
        margin: 0 0 5vw; }
    body .news-listing {
      padding: 10vw 0; }
    body .news-content {
      padding: 8vw 0; }
    body .page-central-construct .awards-row {
      margin-top: 40px;
      margin-bottom: 40px; }
    body .display-centre-content {
      padding: 6vw 0; }
    body .content-block {
      padding: 10vw 0 0; }
    body .contact-content-block {
      padding: 10vw 0 6vw; }
    body .careers-content-block {
      padding-bottom: 8vw; }
    body .enquire-form.contact-form {
      margin: 0 0 10vw; } }
  @media (max-width: 1359px) and (min-width: 1280px) {
    body footer .wrap > div,
    body footer .wrap > div.social-block {
      margin-left: 30px; } }
  @media (max-width: 1279px) {
    body .testimonial-block .row .column-text,
    body .text-image-block .row .column-text,
    body .video-section.video-1 .wrap,
    body .display-centre-content .row .column-text,
    body .wrap {
      padding: 0 70px; }
    body ul li, body p {
      font-size: 15px;
      line-height: 24px;
      margin: 0 0 24px; }
    body header #menu-toggle {
      left: 70px; }
    body header .enquire-link {
      right: 70px; }
    body .collections-slider h2 {
      font-size: 40px;
      line-height: 1.2; }
    body .collections-slider.tiles ul li {
      padding: 0 35px; }
    body .blockquote-block blockquote {
      margin-bottom: 6vw; }
    body .quotes-block .row blockquote {
      padding-top: 65px;
      padding-bottom: 65px; }
      body .quotes-block .row blockquote:before, body .quotes-block .row blockquote:after {
        margin-left: -22px;
        width: 45px;
        height: 49px; }
    body .video-block .video-preview .title {
      font-size: 40px;
      margin-top: -90px; }
    body .video-block .video-preview.with-title .play-button {
      margin-top: -20px; }
    body .page-central-construct .awards-row {
      margin-top: 30px; }
      body .page-central-construct .awards-row img {
        height: 55px; }
    body .quality-block .row .column:first-of-type {
      padding-right: 40px; }
    body .quality-block .row .column:last-of-type {
      padding-left: 40px; }
    body .quality-block .standards-list li {
      padding: 20px 0 20px 14px;
      font-size: 15px;
      margin-bottom: 0; }
      body .quality-block .standards-list li:before {
        top: 29px; }
      body .quality-block .standards-list li:first-child:before {
        top: 9px; }
    body .principles-block .principle-items .item {
      width: 50%;
      padding: 0 50px; }
      body .principles-block .principle-items .item h3 {
        margin: 0 0 30px; }
      body .principles-block .principle-items .item:nth-of-type(3n) {
        padding-right: 50px; }
        body .principles-block .principle-items .item:nth-of-type(3n):after {
          display: block; }
      body .principles-block .principle-items .item:nth-of-type(3n+1) {
        padding-left: 50px; }
      body .principles-block .principle-items .item:nth-of-type(2n) {
        padding-right: 0; }
        body .principles-block .principle-items .item:nth-of-type(2n):after {
          display: none; }
      body .principles-block .principle-items .item:nth-of-type(2n+1) {
        padding-left: 0; }
    body .careers-content-block .row .column:first-of-type {
      padding-right: 35px; }
    body .careers-content-block .row .column:last-of-type {
      padding-left: 35px; }
    body .content-block .column {
      /*&:nth-child(2n+1){padding-right:35px;}*/ }
      body .content-block .column .location-link {
        width: 240px; }
    body .content-block h2,
    body .contact-content-block h2,
    body .careers-content-block h2 {
      font-size: 40px;
      line-height: 60px;
      margin-bottom: 4vw; }
    body .contact-content-block .text-flow .location-link {
      width: 240px; }
    body .news-listing .news-items {
      margin: 0 -30px; }
      body .news-listing .news-items .item {
        padding: 0 30px; }
        body .news-listing .news-items .item .hold {
          padding-top: 20px; }
        body .news-listing .news-items .item .meta {
          margin-bottom: 22px; }
        body .news-listing .news-items .item figure {
          margin: 0 0 40px; }
        body .news-listing .news-items .item .title {
          font-size: 18px;
          line-height: 28px;
          margin: 0 0 32px; }
        body .news-listing .news-items .item p {
          font-size: 15px;
          line-height: 25px;
          max-height: 75px;
          margin: 0 0 40px; }
    body .news-listing .button#load-more {
      margin: 0 auto;
      max-width: calc(33.33% - 40px); }
    body footer .wrap {
      flex-wrap: wrap; }
      body footer .wrap > div.copy-block {
        width: 100%;
        float: none;
        text-align: center;
        clear: both;
        margin: 0;
        padding: 30px 0 15px; } }
  @media (max-width: 1150px) {
    body .collections-slider .tns-nav {
      position: static;
      margin-bottom: 10px; }
    body .collections-slider .tns-controls button {
      margin-top: 9px; }
    body .current-block .collections-slider .item-title {
      padding-right: 0; } }
  @media (max-width: 1023px) {
    body .testimonial-block .row .column-text,
    body .text-image-block .row .column-text,
    body .video-section.video-1 .wrap,
    body .display-centre-content .row .column-text,
    body .wrap {
      padding: 0 50px; }
    body ul li, body p {
      font-size: 14px;
      line-height: 21px;
      margin: 0 0 21px; }
    body header #menu-toggle {
      left: 50px; }
    body header .enquire-link {
      right: 50px; }
    body .main-text-block .wrap {
      max-width: 700px; }
    body .main-text-block p {
      font-size: 20px;
      line-height: 35px;
      margin: 0 0 35px; }
    body .main-banner .wrap .hold p {
      max-width: 600px;
      font-size: 16px;
      line-height: 1.8; }
    body .text-image-block .row .column-text h2 {
      font-size: 26px;
      line-height: 32px;
      margin: 0 0 24px; }
    body .careers-content-block .row .column h3 {
      font-size: 26px;
      line-height: 36px;
      margin: 0 0 25px; }
    body .news-listing .news-items .item {
      width: 50%; }
    body .news-listing .button#load-more {
      max-width: 300px; }
    body .newsletter-content {
      padding: 80px 50px; }
    body .collections-slider.tiles ul li {
      padding: 0;
      width: 100%; }
    body footer {
      padding-top: 120px; }
      body footer .wrap {
        justify-content: space-between; }
        body footer .wrap .logo {
          height: auto;
          width: 180px;
          top: -78px;
          left: 50%;
          margin-left: -90px; }
          body footer .wrap .logo img {
            width: 100%;
            height: auto; }
        body footer .wrap > div {
          margin: 0 !important; } }
  @media (max-width: 879px) {
    body .fade-bg .container .popup-content.show {
      width: 90%; }
    body .newsletter-content .social-block {
      flex-wrap: wrap; }
    body .newsletter-content > .title {
      line-height: 36px;
      margin: 0 0 32px; }
    body .newsletter-content > p {
      line-height: 25px;
      margin: 35px 0 0; }
    body .newsletter-content .gform_wrapper ul.gform_fields {
      margin: 0 -36px 50px !important; }
    body .team-block ul li {
      width: 45%;
      margin-right: 5%; }
    body .news-listing .news-items .item .title {
      min-height: 84px; } }
  @media (max-width: 768px) {
    body .enquire-form-block {
      padding: 7.5vw 5% 4.5vw;
      flex-wrap: wrap; }
      body .enquire-form-block .data {
        width: 100%; }
        body .enquire-form-block .data .title {
          margin: 0 0 20px; }
        body .enquire-form-block .data p {
          line-height: 35px; }
      body .enquire-form-block .form {
        width: 100%; }
    body .property-data .row {
      flex-wrap: wrap; }
      body .property-data .row .column:nth-of-type(1) {
        width: 100%; }
      body .property-data .row .column:nth-of-type(2) {
        width: 50%;
        padding: 0; }
      body .property-data .row .column:nth-of-type(3) {
        width: 50%; }
    body .team-block .department ul li {
      padding-bottom: 40px; }
    body .fade-bg .container .popup-content#team-popup {
      padding: 80px 50px 50px;
      min-height: unset; }
      body .fade-bg .container .popup-content#team-popup .content-holder > div:last-of-type {
        padding-top: 0; }
    body .display-centre-content .row {
      flex-wrap: wrap; }
      body .display-centre-content .row .column-text {
        width: 100%;
        margin-bottom: 20px; }
      body .display-centre-content .row .column-image {
        width: 100%; } }
  @media (max-width: 767px) {
    body .testimonial-block .row .column-text,
    body .text-image-block .row .column-text,
    body .video-section.video-1 .wrap,
    body .display-centre-content .row .column-text,
    body .wrap {
      padding: 0 40px; }
    body blockquote {
      padding: 50px 0;
      font-size: 16px;
      line-height: 32px; }
      body blockquote:before, body blockquote:after {
        margin-left: -14px;
        width: 30px;
        height: 28px; }
    body header .wrap {
      padding: 0; }
    body header #menu-toggle {
      left: 40px; }
    body header .enquire-link {
      right: 40px; }
    body header #nav {
      width: 360px;
      padding-left: 40px; }
      body header #nav ul li {
        margin: 12px 0; }
    body .testimonial-block .row,
    body .text-image-block .row {
      display: block; }
      body .testimonial-block .row .column-text, body .testimonial-block .row .column-image,
      body .text-image-block .row .column-text,
      body .text-image-block .row .column-image {
        width: 100%; }
      body .testimonial-block .row .column-image,
      body .text-image-block .row .column-image {
        padding: 0 40px 40px; }
    body .quality-block .row {
      display: block; }
      body .quality-block .row .column {
        width: 100%;
        padding: 0 !important; }
    body .principles-block .principle-items .item {
      width: 100%;
      margin-bottom: 40px;
      padding: 0 !important; }
      body .principles-block .principle-items .item:after {
        display: none !important; }
    body .careers-content-block .row {
      display: block; }
      body .careers-content-block .row .column {
        width: 100%;
        padding: 0 !important; }
        body .careers-content-block .row .column:first-of-type {
          margin-bottom: 60px; }
        body .careers-content-block .row .column .button {
          margin: 40px 0 0; }
    body .content-block .row {
      display: block; }
      body .content-block .row .column {
        width: 100%;
        padding: 0 !important;
        margin-bottom: 130px; }
        body .content-block .row .column .button {
          margin: 40px 0 0; }
    body .news-listing .news-items {
      margin: 0 -20px; }
      body .news-listing .news-items .item {
        padding: 0 20px; }
        body .news-listing .news-items .item .meta .date {
          font-size: 24px;
          line-height: 30px; }
    body .newsletter-content {
      padding: 80px 50px; }
      body .newsletter-content .social-block {
        flex-wrap: wrap;
        text-align: center; }
    body .property-slider {
      padding-bottom: 90px;
      margin: 0 0 10vw; }
      body .property-slider .slide-nav {
        margin-top: 10px;
        margin-right: 0;
        left: auto;
        right: 40px;
        bottom: 0;
        top: auto;
        right: auto !important; }
    body footer .wrap {
      padding: 0 40px; } }
  @media (max-width: 579px) {
    body .page-wrap {
      padding-top: 67px; }
    body .testimonial-block .row .column-text,
    body .text-image-block .row .column-text,
    body .video-section.video-1 .wrap,
    body .wrap {
      padding: 0 30px; }
    body .property-slider .slide-nav {
      right: 30px; }
    body header {
      height: 67px; }
      body header .logo {
        margin: 24px auto 14px;
        width: 144px; }
      body header #menu-toggle {
        top: 18px;
        left: 30px;
        width: 36px;
        height: 30px; }
        body header #menu-toggle span {
          height: 3px; }
          body header #menu-toggle span:before, body header #menu-toggle span:after {
            height: 3px;
            width: 36px; }
      body header #nav {
        padding-left: 30px;
        width: 340px; }
      body header .enquire-link {
        right: 30px;
        top: 22px;
        font-size: 18px; }
    body .main-banner figure {
      height: calc(100vh - 67px);
      height: calc(var(--vh, 1vh) * 100 - 67px); }
    body .main-banner .hero-slider .tns-controls button {
      width: 25px;
      height: 25px; }
    body .testimonial-block .row .column-image,
    body .text-image-block .row .column-image {
      padding: 0 30px 30px; }
    body .news-listing .news-items {
      justify-content: center; }
      body .news-listing .news-items .item {
        width: 100%;
        max-width: 477px; }
        body .news-listing .news-items .item .title {
          min-height: unset; }
    body .collections-slider {
      padding-bottom: 50px; }
      body .collections-slider .tns-nav button {
        margin-left: 12px; }
      body .collections-slider h2 {
        font-size: 30px; }
    body .collections-slider.tiles ul li {
      margin-bottom: 40px; }
    body #enquire-popup {
      max-height: 90%;
      overflow-y: auto;
      background: #aa9056; }
    body .enquire-form-block {
      /*overflow-y: auto; */ }
      body .enquire-form-block .data .title {
        font-size: 8vw; }
      body .enquire-form-block .data p {
        font-size: 5vw;
        line-height: 25px; }
      body .enquire-form-block .form .gform_wrapper .top_label div.ginput_container {
        margin-top: 0; }
      body .enquire-form-block .form .gform_wrapper ul.gform_fields li.gfield {
        width: 100%;
        margin: 0 0 20px; }
        body .enquire-form-block .form .gform_wrapper ul.gform_fields li.gfield label.gfield_label {
          font-size: 5vw; }
        body .enquire-form-block .form .gform_wrapper ul.gform_fields li.gfield:nth-child(2n+1) {
          padding-right: 0; }
        body .enquire-form-block .form .gform_wrapper ul.gform_fields li.gfield:nth-child(2n) {
          padding-left: 0; }
        body .enquire-form-block .form .gform_wrapper ul.gform_fields li.gfield:last-child {
          margin-bottom: 50px; }
        body .enquire-form-block .form .gform_wrapper ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
          padding: 0; }
        body .enquire-form-block .form .gform_wrapper ul.gform_fields li.gfield select {
          padding: 0; }
      body .enquire-form-block .form .gform_wrapper .gform_footer {
        float: none;
        width: 100%;
        padding: 0;
        margin-bottom: 10px; }
        body .enquire-form-block .form .gform_wrapper .gform_footer .gform_button {
          height: 45px;
          line-height: 45px; }
      body .enquire-form-block .form .mandatory-notice {
        font-size: 4vw;
        bottom: 83px; }
    body .newsletter-content {
      padding: 80px 20px 30px; }
      body .newsletter-content .social-block {
        flex-wrap: nowrap;
        padding-left: 0; }
        body .newsletter-content .social-block .title {
          font-size: 4vw; }
        body .newsletter-content .social-block .social-links > a.instagram {
          width: 30px;
          height: 30px; }
        body .newsletter-content .social-block .social-links > a.linkedin {
          width: 30px;
          height: 30px; }
        body .newsletter-content .social-block .social-links > a.facebook {
          width: 20px;
          height: 30px; }
      body .newsletter-content > .title {
        line-height: 25px;
        font-size: 6vw;
        margin: 0 0 35px; }
      body .newsletter-content > p {
        line-height: 25px;
        margin: 20px 0 0; }
      body .newsletter-content .gform_wrapper ul.gform_fields {
        margin: 0 -36px 28px !important; }
        body .newsletter-content .gform_wrapper ul.gform_fields li.gfield {
          float: none;
          width: 100%; }
          body .newsletter-content .gform_wrapper ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
            padding: 0; }
      body .newsletter-content .gform_wrapper .gform_footer {
        float: none;
        width: 100%;
        padding: 0; }
        body .newsletter-content .gform_wrapper .gform_footer .gform_button {
          height: 45px;
          line-height: 45px; }
    body .fade-bg .container .popup-content .close-btn {
      right: 20px;
      top: 15px;
      width: 30px;
      height: 30px; }
    body .fade-bg .container .popup-content#team-popup {
      width: 95%;
      padding: 50px 30px 30px;
      height: 80%;
      overflow-y: auto;
      position: relative; }
      body .fade-bg .container .popup-content#team-popup .content-holder {
        position: absolute;
        top: 15%;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: 80%;
        flex-wrap: wrap; }
        body .fade-bg .container .popup-content#team-popup .content-holder > div:first-of-type {
          width: 100%; }
          body .fade-bg .container .popup-content#team-popup .content-holder > div:first-of-type .name {
            font-size: 5.5vw; }
          body .fade-bg .container .popup-content#team-popup .content-holder > div:first-of-type .position {
            margin: 10px 0;
            font-size: 4.5vw; }
        body .fade-bg .container .popup-content#team-popup .content-holder > div:last-of-type {
          width: 100%; }
          body .fade-bg .container .popup-content#team-popup .content-holder > div:last-of-type p {
            font-size: 4vw;
            line-height: 1.5; }
    body .video-block .video-preview .play-button {
      width: 70px;
      height: 70px;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      margin-top: 0;
      margin-left: 0; }
      body .video-block .video-preview .play-button:before {
        width: 30px;
        height: 28px;
        margin-left: -14px; }
    body .video-block .video-preview.with-title .title {
      font-size: 8vw;
      margin-top: -80px; }
    body .video-block .video-preview.with-title .play-button {
      margin-top: 0; }
    body .property-data .property-logo {
      margin: 0 0 40px; }
    body .property-data .row .column:nth-of-type(2), body .property-data .row .column:nth-of-type(3) {
      width: 100%; }
    body .property-location #location-map {
      height: 450px; }
    body .team-block .department {
      margin: 0 0 50px; }
      body .team-block .department ul li {
        padding-bottom: 40px;
        width: 100%;
        margin-right: 0; }
        body .team-block .department ul li .photo .expand-bio {
          line-height: 65px; }
    body .news-content {
      padding: 0; }
      body .news-content .wrap .main-thumbnail, body .news-content .wrap h1 {
        margin: 0 0 35px; }
    body footer {
      padding-top: 85px; }
      body footer .wrap {
        padding: 0 30px; }
        body footer .wrap .logo {
          width: 144px;
          margin-left: -77px;
          top: -54px; }
        body footer .wrap > div.contact-block {
          width: 100%;
          margin-bottom: 30px !important; }
        body footer .wrap > div.social-block {
          margin-right: 40px !important;
          margin-bottom: 10px !important; }
        body footer .wrap > div.copy-block {
          padding-top: 15px; } }
  @media (max-width: 479px) {
    body .testimonial-block .row .column-text,
    body .text-image-block .row .column-text,
    body .video-section.video-1 .wrap,
    body .wrap {
      padding: 0 20px; }
    body .property-slider .slide-nav {
      right: 20px; }
    body header #menu-toggle {
      right: 20px; }
    body header .enquire-link {
      text-indent: 200%;
      overflow: hidden;
      white-space: nowrap;
      right: 20px;
      top: 19px;
      width: 38px;
      height: 30px;
      background: url("images/mail-icon.svg") no-repeat center;
      background-size: contain; }
    body .quotes-block .row blockquote {
      padding: 35px 20px; }
      body .quotes-block .row blockquote:before, body .quotes-block .row blockquote:after {
        margin-left: -12px;
        width: 25px;
        height: 29px; }
    body .testimonial-block .row .column-image,
    body .text-image-block .row .column-image {
      padding: 0 20px 20px; }
    body .collections-slider h2 {
      font-size: 24px; }
    body footer .wrap {
      padding: 0 20px; } }
  @media (max-width: 374px) {
    body .newsletter-content .social-block {
      justify-content: space-between; }
      body .newsletter-content .social-block .title {
        margin-right: 15px; } }
