body {
    font-size: 15px;
    line-height: 1.45;
    font-weight: 300;
    font-family: "Lato", Helvetica, sans-serif;
    color: #525050;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.title-box.dark-bg h1,
.title-box.dark-bg h2 {
    font-size: 42px;
    line-height: 43px;
    font-weight: 700;
    font-family: "Bodoni 72";
    letter-spacing: 2.8px;
    text-transform: uppercase;
}

/* button in enquire form  */
.btnFF8aaf1a6b-697b-47b8-a283-5c108335b2a2 {
    font-size: 16px;
    padding: 10px 18px !important;
    letter-spacing: 3px;
    line-height: 22px;
}

h1, h2 {
    font-weight: 300;
    letter-spacing: 0;
}

/*
h1::first-letter, h2::first-letter {
  text-transform: uppercase;
} */

h2,
.h2 {
    font-family: "Lato", Helvetica, sans-serif;
    font-size: 35px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 41px;
}

h3 {
    font-size: 19px;
    font-weight: 300;
    /* text-transform: uppercase; */
}

.h3 {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 23px;
}

h4 {
    font-size: 18px;
}

.h4 {
    font-size: 16px;
}

b {
    font-weight: 700;
}

.modal-backdrop {
    z-index: 1;
}

strong {
    font-weight: 800;
}

ul {
    margin: 0;
    padding: 0;
}

nav ul {
    list-style: none;
}

nav a {
    text-decoration: none;
}

iframe {
    max-width: 100%;
}

section ul {
    padding: 0 0 10px 25px;
    list-style: none;
}

section ul li {
    padding-bottom: 5px;
    line-height: 22px;
}

section ul li::before {
    content: "\2022";
    color: #6e563e;
    display: inline-block;
    width: 1.6em;
    margin-left: -1.6em;
    font-size: 14px;
    vertical-align: top;
    margin-top: 2px;
}

section.dark-bg li:before {
    color: #b08b61;
}

a {
    color: inherit;
}

a:hover {
    color: inherit;
}

a[href=""] {
    pointer-events: none;
}

button,
.button {
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #bebcbc;
    font-size: 17px;
    padding: 16px 25px;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    background-color: transparent;
    color: inherit;
}

button:focus,
.button:focus {
    background-color: #d9d9d9;
}

button:hover,
.button:hover {
    background-color: #f6f5f5;
}

.link.solid-blue-btn {
    background-color: #104386;
    border: 1px solid #104386;
    color: white;
}

.solid-blue-btn,
.outline-blue-btn {
    max-width: 295px;
    width: 100%;
    text-align: center;
}

.link.solid-blue-btn:hover {
    background-color: transparent;
    color: #404040;
}

.link.outline-blue-btn {
    background-color: transparent;
    color: #404040;
    border: 1px solid #104386;
    margin-top: 25px;
}

.link.outline-blue-btn:hover {
    background-color: #104386;
    color: white;
}

.link {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    margin-right: 10px;
    position: relative;
    letter-spacing: 3px;
    line-height: 22px;
    transition: 0s;
    border: 1px solid #B08B61;
    padding: 10px 18px;
    font-size: 16px;
    font-family: "Bodoni 72";
    /* min-width: 308px; */
    text-align: center;
}

.link:not(:last-child) {
    margin-right: 35px;
}

/* .link:before {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  content: "";
  display: inline-block;
  width: 13.5px;
  height: 13.5px;
  background-color: #6e563e;
  margin-right: 10px;
} */


.link:hover {
    background-color: #B08B61;
    color: white;
    transition: 0.3s;
}

/* .link:hover:before,
.link:focus:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: linear-gradient(45deg, transparent 50%, #6e563e 50%);
}

.link:hover:after {
  width: calc(100% - 25px);
} */

.link:focus:not(:hover) {
    background-color: transparent;
    border: 2px solid #B08B61;
}

.link:focus:not(:hover)::after {
    -webkit-transition: 0s;
    transition: 0s;
}

.text-center .link {
    margin-right: auto;
    margin-left: auto;
}

.solid-btn {
    background-color: #B08B61;
    color: white;
}

.solid-btn:hover {
    background-color: transparent;
    border: 1px solid #B08B61;
    color: black;
}

.no-btn {
    border: 0;
    padding: 0;
    background-color: transparent !important;
    border-radius: 0;
}

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

.hideme {
    margin-top: 100px;
    margin-bottom: -100px;
    -webkit-transition: 1s;
    transition: 1s;
}

.field--name-field-overview {
    margin-top: 40px;
}

.hideme.no-hide {
    opacity: 1;
    margin-top: 0;
    margin-bottom: 0;
}

.h2.block-title {
    margin-bottom: 0;
}

.dark-bg {
    background-color: #E5E5E5;
    color: #525050;
}

/* .dark-bg .link:before,
.dark-bg .link:after {
  background-color: #b08b61;
} */

/* .dark-bg .link:hover:before,
.dark-bg .link:focus:before {
  background: linear-gradient(45deg, transparent 50%, #b08b61 50%);
} */

.dark-bg .link:focus:not(:hover) {
    outline: 2px solid #b08b61;
}

.dark-bg .bordered-img:before {
    border-color: #b08b61;
}

.dark-text {
    color: #525050;
}

.light-bg {
    background: #fff;
    color: #525050;
}

.z-1 {
    z-index: 1;
}

.screen-reader {
    position: absolute;
    pointer-events: none;
    opacity: 0 !important;
}

.img-link:focus {
    outline: none;
}

.logo-wrap a:focus {
    outline: none;
}

.logo-wrap a:focus img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.text-section {
    padding: 70px 0;
}

.txt-wrap {
    text-align: center;
    padding: 0 18px;
    text-align: left;
}

.txt-wrap p {
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
}

.txt-wrap ul {
    margin-top: 30px;
    text-align: left;
}

.txt-wrap ul li {
    padding-bottom: 12px;
}

.lightbox-btn,
.image-and-text-box-section .bordered-img .img-wrap .lightbox-btn {
    position: absolute;
    width: 35px;
    height: 35px;
    min-height: 0;
    min-width: 0;
    top: 15px;
    left: 30px;
    pointer-events: none;
}

.image-and-text-box-section .text-box h2 {
    margin-bottom: 23px;
}

.text-and-image-section .bordered-img .img-wrap .play-icon {
    position: absolute;
    max-width: 150px;
    max-height: 150px;
    min-height: 0;
    min-width: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.contact-info h3,
.image-and-text-box-section .text-box .contact-info h3 {
    margin-top: 15px;
    margin-bottom: 8px;
    color: #b08b61;
}

.contact-info .link,
.image-and-text-box-section .text-box .contact-info .link {
    margin-top: 7px;
    margin-bottom: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 16px;
}

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

.form-section {
    padding-bottom: 125px;
}

.form-section iframe {
    max-width: 800px;
    margin: auto;
}

.path-terms-and-conditions .paragraph ul,
.path-privacy-policy .paragraph ul {
    padding-left: 20px;
    margin-bottom: 1rem;
}

.cc-compliance .cc-btn {
    background-color: #b08b61 !important;
    text-decoration: none;
}

@media screen and (max-width: 450px) {
    h1 {
        font-size: 42px;
        /* font-weight: bold;
    letter-spacing: 2.8px; */
        line-height: 42.78px;
    }

    .bordered-text h1 {
        margin-bottom: 40px;
        font-weight: 300;
    }

    .link {
        font-size: 15px;
    }

    .text-section .txt-wrap.full-text .link {
        min-width: 308px;
    }
}

@media screen and (max-width: 350px) {
    .link:not(:last-child) {
        margin-right: 0;
    }


}

@media screen and (max-width: 576px) {

    .text-and-image-section.dark-bg .text-wrap>*.link,
    .image-text-section .link,
    .three-cols-section .link {
        width: 300px;
    }

    .text-and-image-section.dark-bg .text-wrap>*:not(.bordered-img):not(ul):not(.link) {
        padding: 0 50px !important;
    }
}

@media screen and (min-width: 576px) {

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

@media screen and (min-width: 768px) {

    .lightbox-btn,
    .image-and-text-box-section .bordered-img .img-wrap .lightbox-btn {
        position: absolute;
        width: 35px;
        height: 35px;
        min-height: 0;
        min-width: 0;
        top: 20px;
        left: 30px;
        pointer-events: none;
    }
}

@media screen and (min-width: 992px) {
    .text-section {
        padding: 60px 0;
    }

    .text-and-image-section+.text-section {
        padding-bottom: 100px;
    }

    .image-and-text-box-section .text-box h2 {
        margin-bottom: 40px;
    }

    .txt-wrap {
        text-align: center;
    }

    .txt-wrap ul {
        margin: 60px 0 15px;
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }

    .txt-wrap.full-text h2 {
        margin-bottom: 46px;
    }

    .txt-wrap.full-text p {
        max-width: 1000px;
    }

    .txt-wrap.full-text p:not(:last-child) {
        margin-bottom: 40px;
    }

    .txt-wrap.full-text p+.link {
        margin-top: 20px;
    }

    .contact-info h3,
    .image-and-text-box-section .text-box .contact-info h3 {
        margin-top: 20px;
        font-size: 21px;
    }

    .bordered-text h1 {
        margin-bottom: 50px;
    }

    #living-360-tours .link:not(:last-child) {
        margin-right: 35px;
    }
}

@media screen and (min-width: 1024px) {

    .title-box.dark-bg h2,
    .title-box.dark-bg h1 {
        font-size: 50px;
        letter-spacing: 2px;
        line-height: 50px;
    }

    h2,
    .h2,
    h1 {
        font-size: 42px;
        line-height: 45px;
    }

    /* .image-slider::after {
    bottom: -330px;
    height: 260px;
  } */
}

@media screen and (min-width: 1200px) {
    h3 {
        font-size: 36px;
    }

    .h3 {
        font-size: 21px;
        line-height: 24px;
    }

    h4 {
        font-size: 20px;
    }



    /* .link:before {
      width: 17px;
      height: 17px;
      margin-right: 12px;
  }

  .link:after {
      left: 30px;
  } */

    .link:hover:after {
        width: calc(100% - 30px);
    }
}

@media screen and (min-width: 1500px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        max-width: 1400px;
    }

    .link:not(:last-child) {
        margin-right: 50px;
    }

    .text-center .link {
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (min-width: 1700px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        max-width: 1600px;
    }

    .col-xxxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.6666666667%;
    }

    .offset-xxxl-1 {
        margin-left: 8.3333333333%;
    }
}

.menu-icon {
    width: 20px;
    height: 17px;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.menu-icon span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #525050;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.menu-icon span:nth-child(1) {
    top: 0px;
}

.menu-icon span:nth-child(2),
.menu-icon span:nth-child(3) {
    top: 8px;
}

.menu-icon span:nth-child(4) {
    top: 16px;
}

.menu-icon:focus {
    outline: none;
}

.menu-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* padding: 25px; */
}

.menu-wrap nav {
    position: absolute;
    pointer-events: none;
    font-family: "Open Sans", Helvetica, sans-serif;
}

.menu-wrap nav:first-child {
    margin-top: 50px;
}

.menu-wrap nav>ul {
    display: block;
}

.menu-wrap nav>ul>li {
    opacity: 0;
    border-top: 1px solid #6e563e;
}

.menu-wrap nav>ul>li>a {
    font-size: 14px !important;
    padding: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 65px);
}

.menu-wrap nav>ul>li.dropdown {
    position: relative;
}

.menu-wrap nav>ul>li.dropdown:before {
    content: "";
    position: absolute;
    right: 0;
    top: -1px;
    height: 70px;
    width: 65px;
    border-left: 1px solid #6e563e;
    cursor: pointer;
}

.menu-wrap nav>ul>li.dropdown:after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    content: "";
    border: solid #b08b61;
    border-width: 0 2px 2px 0;
    position: absolute;
    padding: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 25px;
    right: 25px;
    cursor: pointer;
}

.menu-wrap nav>ul>li.dropdown.open:after {
    top: 33px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.menu-wrap nav>ul>li>ul {
    position: relative;
    border-radius: 0;
    font-weight: 300;
    text-transform: uppercase;
    display: none;
    border-top: 1px solid #6e563e;
    background: #b08b61;
    color: #fff;
}

.menu-wrap nav>ul>li>ul a {
    display: block;
    padding: 15px 25px;
}

.menu-wrap .logo-wrap {
    /* margin-bottom: 30px; */
    text-align: center;
}

.menu-wrap .logo-wrap img {
    min-width: 275px;
    max-height: 60px;
}

.open-menu {
    overflow: hidden;
}

.open-menu .menu-icon {
    width: 17px;
    height: 17px;
}

.open-menu .menu-icon span {
    height: 1px;
    left: 0;
    width: 100%;
}

.open-menu .menu-icon span:nth-child(1) {
    top: 9px;
    width: 0%;
    left: 50%;
}

.open-menu .menu-icon span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.open-menu .menu-icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.open-menu .menu-icon span:nth-child(4) {
    top: 9px;
    width: 0%;
    left: 50%;
}

.open-menu .menu-wrap {
    padding-top: 80px;
    padding-bottom: 100px;
    position: fixed;
    top: 66px;
    left: 0;
    z-index: 10;
    background-color: #fff;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.open-menu .menu-wrap .logo-wrap {
    width: 100%;
    padding: 0 16px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.open-menu .menu-wrap nav {
    position: relative;
    pointer-events: all;
}

.open-menu .menu-wrap nav:first-child {
    margin-top: 0;
    -webkit-transition: margin-top 1.5s;
    transition: margin-top 1.5s;
}

.open-menu .menu-wrap nav>ul>li {
    opacity: 1;
    -webkit-transition: opacity 2s;
    transition: opacity 2s;
}

@media screen and (min-width: 1300px) {
    .menu-btn-wrap {
        display: none;
    }

    .menu-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 35px 38px 25px;
    }

    .menu-wrap nav {
        position: relative;
        pointer-events: all;
        width: 34%;
    }

    .menu-wrap nav:first-child {
        margin-top: 0;
        -webkit-transition: none;
        transition: none;
        text-align: left;
    }

    .menu-wrap nav:first-child li:first-child a {
        margin-left: 0;
    }

    .menu-wrap nav:first-child>ul>li:first-child ul {
        left: -20px;
    }

    .menu-wrap nav:last-child {
        text-align: right;
    }

    .menu-wrap nav:last-child li:last-child a {
        margin-right: 0;
    }

    .menu-wrap nav>ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .menu-wrap nav>ul>li {
        opacity: 1;
        -webkit-transition: none;
        transition: none;
        padding: 0;
        position: relative;
        text-align: center;
        border: none;
    }

    .menu-wrap nav>ul>li .menu-btn {
        margin-right: 25px !important;
        position: relative;
        background: transparent;
        padding-right: 15px !important;
    }

    .menu-wrap nav>ul>li .menu-btn::before {
        display: none;
    }

    .menu-wrap nav>ul>li .menu-btn::after {
        content: "";
        position: absolute;
        width: calc(100% - 15px);
        height: 50px;
        border: 1px solid #bebcbc;
        right: 15px;
        bottom: 17px;
    }

    .menu-wrap nav>ul>li .menu-btn:focus::after {
        border-color: #6e563e;
    }

    .menu-wrap nav>ul>li .menu-btn:hover::after {
        border-color: #b08b61;
    }

    .menu-wrap nav>ul>li.dropdown:after,
    .menu-wrap nav>ul>li.dropdown:before {
        display: none;
    }

    .menu-wrap nav>ul>li>a {
        width: auto;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: relative;
        margin: 0 15px;
    }

    .menu-wrap nav>ul>li>a:not(.button) {
        padding: 0 0 30px;
    }

    .menu-wrap nav>ul>li>a:not(.button)::before {
        content: "";
        position: absolute;
        width: 0;
        bottom: 0;
        left: 0;
        height: 4px;
        background-color: #6e563e;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        pointer-events: none;
        z-index: 2;
    }

    .menu-wrap nav>ul>li>a:not(.menu-btn) {
        text-align: left;
    }

    .menu-wrap nav>ul>li>a:focus {
        outline: none;
    }

    .menu-wrap nav>ul>li>a.menu-btn {
        width: 100%;
    }

    .menu-wrap nav>ul>li:hover>a::before,
    .menu-wrap nav>ul>li>a:focus:before {
        width: 100%;
    }

    .menu-wrap nav>ul>li:hover>ul {
        -webkit-transition: 0.5s;
        transition: 0.5s;
        width: 250px;
        padding: 30px 20px 10px;
        opacity: 1;
        height: auto;
    }

    .menu-wrap nav>ul>li:hover>ul,
    .menu-wrap nav>ul>li>a:hover+ul,
    .menu-wrap nav>ul>li>a:focus+ul,
    .menu-wrap nav>ul>li>ul:hover,
    .menu-wrap nav>ul>li>ul:focus-within {
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s;
        width: 250px;
        padding: 30px 20px 10px;
        opacity: 1;
        height: auto;
    }

    .menu-wrap nav>ul>li>ul {
        background: #fff;
        color: #525050;
        display: block !important;
        position: absolute;
        opacity: 0;
        background-color: #fff;
        width: 0;
        height: 0;
        z-index: 1;
        left: -5px;
        top: 80px;
        overflow: hidden;
        border: 0;
    }

    .menu-wrap nav>ul>li>ul>li {
        width: 210px;
        text-align: left;
    }

    .menu-wrap nav>ul>li>ul>li:not(:first-child) {
        border-top: 1px solid #6e563e;
    }

    .menu-wrap nav>ul>li>ul>li>a {
        padding: 20px 0;
        font-size: 14px;
    }

    .menu-wrap nav>ul>li>ul>li>a:hover,
    .menu-wrap nav>ul>li>ul>li>a:focus {
        font-weight: 400;
        outline: none;
    }

    .menu-wrap .logo-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 32%;
        padding: 0 15px;
        margin: 0 0 30px 0;
    }

    .menu-wrap .logo-wrap img {
        width: 100%;
        max-width: 400px;
    }

    .open-menu {
        overflow: auto;
    }

    .open-menu .menu-wrap {
        position: relative;
        top: initial;
        left: initial;
        width: auto;
        height: auto;
    }

    .open-menu .menu-wrap .logo-wrap {
        display: block;
    }
}

@media screen and (min-width: 1400px) {
    .menu-wrap nav {
        width: 30%;
    }

    .menu-wrap .logo-wrap {
        width: 40%;
        padding: 0 50px;
    }
}

@media screen and (min-width: 1600px) {
    .menu-wrap {
        padding-right: 93px;
        padding-left: 93px;
    }
}

.footer {
    background-color: #d9d9d9;
    padding: 20px 0 60px;
    text-align: center;
    font-size: 14px;
}

.footer .logo-wrap {
    padding-bottom: 80px;
    max-width: 500px;
    margin: auto;
}

.footer .logo-wrap img {
    padding: 20px;
}

.footer .brands {
    color: transparent;
    padding-bottom: 50px;
}

.footer .brands img {
    padding: 15px;
    width: 120px;
}

.footer nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px 0;
}

.footer nav ul:first-child:not(:last-child) {
    padding-bottom: 0;
}

.footer nav ul:last-child:not(:first-child) {
    padding-top: 0;
}

.footer nav ul li {
    padding: 10px 25px;
}

.footer nav ul a {
    padding: 0;
    position: relative;
}

.footer nav ul a::before {
    content: "";
    position: absolute;
    width: 0;
    bottom: -5px;
    left: 0;
    height: 2px;
    background-color: #6e563e;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    pointer-events: none;
    z-index: 2;
}

.footer nav ul a:hover,
.footer nav ul a:focus {
    outline: none;
}

.footer nav ul a:hover::before,
.footer nav ul a:focus::before {
    width: 100%;
}

.footer .socials {
    padding: 25px 0;
    border-top: 1px solid #bebcbc;
    color: transparent;
}

.footer .socials img {
    padding: 15px;
    width: 65px;
}

@media screen and (min-width: 992px) {
    .footer {
        padding: 55px 0 20px;
    }

    .footer nav ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .footer nav ul li {
        padding-left: 0;
    }

    .footer .logo-wrap {
        padding-bottom: 45px;
    }

    .footer .brands {
        padding-bottom: 30px;
        border-bottom: 1px solid #bebcbc;
    }

    .footer .brands img {
        padding: 20px;
    }

    .footer .socials {
        border-top: 0;
        padding: 5px 0;
    }

    .footer .copyrights {
        padding: 35px 0px 35px 25px;
        text-align: right;
    }
}

@media screen and (min-width: 1200px) {
    .footer {
        padding-right: 18px;
        padding-left: 18px;
    }

    .footer nav ul li {
        padding-right: 16px;
    }
}

@media screen and (min-width: 1600px) {
    .footer {
        padding-right: 73px;
        padding-left: 73px;
    }
}

.floorplan-section .image-and-text-box-section .text-box {
    margin: -24px 18px 0;
}

.hero-section {
    position: relative;
    z-index: 1;
    min-height: 100px;
}

.hero-section .hero-img,
.hero-section picture img {
    width: 100%;
}

.hero-section iframe {
    max-width: 100%;
    width: 100%;
    height: 26vh;
}

.hero-section iframe .html5-video-player .video-stream {
    width: 100vw !important;
    left: 0 !important;
}

.html5-video-player .video-stream {
    width: 100vw !important;
    left: 0 !important;
}

.hero-section .title-box {
    position: relative;
    padding-left: 30px;
    margin: -40px -12px 0 40px;
}

.hero-section .title-box.dark-bg {
    background-color: #104386;
    color: white;
}

.hero-section .title-box .title-box-inner {
    position: relative;
    padding: 30px 20px;
}

.hero-section .title-box .title-box-inner .h3 {
    margin-bottom: 20px;
}

.hero-section .title-box .title-box-inner span {
    display: block;
}

.hero-section .title-box .title-box-inner::before {
    content: "";
    width: 1px;
    height: calc(100% + 50px);
    position: absolute;
    bottom: 34px;
    left: 0;
    background: linear-gradient(0deg, #b08b61 calc(100% - 84px), #fff calc(100% - 84px));
}

.hero-section .title-box h1 {
    margin: 20px 0 0;
    margin: 0;
    text-transform: uppercase;
}

.hero-section .img-title {
    padding: 40px 15px;
}

.hero-section .img-title img {
    width: 100%;
    max-width: 240px;
}

@media screen and (min-width: 768px) {
    .hero-section .col-12>iframe {
        height: 72vw;
        width: 100vw;
    }

    .hero-section:not(.article-hero) {
        max-height: 650px;
    }

    .hero-section:not(.search-section):not(.article-hero) {
        overflow: hidden;
        height: 100%;
    }
}

@media screen and (min-width: 992px) {
    .hero-section:not(.article-hero) {
        z-index: 0;
        max-height: 655px;
    }





    .hero-section .title-box {
        width: 577px;
        position: absolute;
        right: 0;
        top: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 75px;
        margin: 0;
    }

    .hero-section .title-box.position-left {
        left: 0;
    }

    .hero-section .title-box .title-box-inner {
        padding: 33px 45px;
        width: 600px;
    }

    .hero-section .title-box .title-box-inner::before {
        height: 100%;
        bottom: 48px;
        background: #B08B61;
    }

    .hero-section .title-box .title-box-inner .h3 {
        margin-bottom: 22px;

    }

    .hero-section .img-title img {
        max-width: 340px;
    }

    .hero-section iframe {
        height: 73vw;
    }
}



/* @media screen and (min-width: 992px) {
      .path-retail .slider-section .image-slider .slide .bordered-img {
        height: 820px;
        max-height: 820px;
      }

        .path-retail .slider-section .image-slider .slide .bordered-img .bordered-img-container {
          height: 820px;
        }
    } */

@media screen and (min-width: 992px) {
    .slider-section .image-slider .slide .bordered-img {
        max-height: 575px;
        height: 575px;
    }

    .slider-section .image-slider .slide .bordered-img .bordered-img-container {
        height: 575px;
        overflow: hidden;
    }

    .bordered-img img {
        position: relative;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
    }
}

/* @media screen and (min-width: 1200px) {
      body.path-amenities section.hero-section .col-12.image-container {
          height: 820px;
      }

      body.path-amenities .hero-section:not(.search-section):not(.article-hero) {
          min-height: 820px;
      }
  } */

@media screen and (min-width: 1200px) {
    .slider-section .image-slider .slide .bordered-img {
        max-height: 820px;
        height: 820px;
    }

    .slider-section .image-slider .slide .bordered-img .bordered-img-container {
        height: 820px;
    }
}

@media screen and (min-width: 1200px) {
    .hero-section {
        padding-right: 18px;
        padding-left: 18px;
    }

    .hero-section:not(.search-section):not(.article-hero) {
        min-height: 655px;
    }



    /* .hero-section .col-12>img {
    max-height: 655px;
  } */

    .hero-section .col-12>iframe {
        height: 71vw;
    }

    .hero-section .col-12>iframe video {
        min-height: 655px;
    }

    .hero-section .hero-img {
        max-height: 655px;
    }

    .page-node-type-news-article .hero-section .hero-img {
        max-height: 100%;
    }

    .hero-section .title-box {
        top: 120px;
    }

    .hero-section .title-box .title-box-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        /* -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      min-height: 350px; */
    }
}

@media screen and (min-width: 1400px) {
    .hero-section .col-12>iframe {
        height: 72vw;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
    }
}

@media screen and (min-width: 1600px) {
    .hero-section {
        padding-right: 23px;
        padding-left: 23px;
        margin: 0 50px;
    }

    .hero-section .col-12>iframe {
        height: 68vw;
    }
}

.bordered-img {
    position: relative;
    width: auto;
    display: inline-block;
}

.bordered-img::before {
    content: "";
    position: absolute;
    top: -12px;
    left: -12px;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    border-image: linear-gradient(to right, #A27C51, #E7AF2F);
    border-image-slice: 1;
    pointer-events: none;
}

.slider-section.blue-bg-right .bordered-img::before {
    box-shadow: 0 0 10px 0 #97DCFF;
    border: 2px solid #0085FF;
    border-image: none;
}

.bordered-img img {
    position: relative;
    width: 100%;
}

.bordered-text {
    padding-left: 40px;
}

.bordered-text .buttons {
    display: flex;
    flex-direction: column;
    max-width: 355px;
}

.bordered-text .buttons .link {
    margin-right: 0;
    width: 100%;
}

.link {
    margin-top: 45px;
}

.text-and-image-section {
    padding: 50px 0;
    position: relative;
}

.text-and-image-section h2 {
    margin-bottom: 50px;
}

.text-and-image-section h3 {
    font-weight: 400;
    text-shadow: 0.5px 0 0 currentColor;
    margin-top: 55px;
}

.text-and-image-section h3+.link {
    margin-top: 20px;
}

.text-and-image-section:not(.dark-bg) .bordered-img {
    margin: 0 -12px 50px -28px;
}

@media screen and (max-width: 767px) {
    .text-and-image-section:not(.dark-bg) .bordered-img {
        min-width: 100%;
    }
}

.text-and-image-section.dark-bg {
    padding-top: 0;
    padding-bottom: 170px;
    padding-bottom: 110px;
}

.text-and-image-section.dark-bg h4 {
    margin-bottom: 0;
}

.text-and-image-section.dark-bg .text-wrap>img,
.text-and-image-section.dark-bg .text-wrap>p>img {
    margin-bottom: 60px;
}

.text-and-image-section.dark-bg .bordered-img {
    width: calc(100% + 12px);
    margin-bottom: 40px;
}

.text-and-image-section.dark-bg .bordered-img::before {
    left: 12px;
    width: calc(100% - 12px);
    height: calc(100% + 24px);
    border-right: 0;
}

.text-and-image-section.dark-bg .text-wrap>*:not(.bordered-img):not(ul):not(.link) {
    padding: 0 0 0 38px;
}

.text-and-image-section.dark-bg .text-wrap>*.link {
    margin-left: 38px;
}

.text-and-image-section.dark-bg .text-wrap ul {
    margin-left: 38px;
}

.image-and-text-box-section {
    padding-top: 10px;
    padding-bottom: 50px;
}

.image-and-text-box-section .bordered-img:before {
    left: 0;
    height: calc(100% + 24px);
    z-index: 1;
}

.image-and-text-box-section .bordered-img img {
    max-width: none;
    width: calc(100% + 24px);
    margin-left: -12px;
    background-color: #f6f5f5;
}

.image-and-text-box-section .link {
    margin-top: 35px;
}

.image-and-text-box-section .text-box {
    background-color: #fff;
    margin: -90px 18px 0;
    padding: 25px 20px;
}

.image-and-text-box-section .text-box h4 {
    margin: 25px 0 20px;
    text-transform: uppercase;
}

.image-and-text-box-section .text-box h4 {
    font-weight: 300;
}

.image-and-text-box-section .text-box h3 {
    font-weight: 400;
    text-shadow: 0.5px 0 0 currentColor;
    margin: 35px 0 0;
}

.image-and-text-box-section.floorplan-block .bordered-img {
    min-width: 100%;
    background-color: #f6f5f5;
}

.image-and-text-box-section.floorplan-block .bordered-img .img-wrap {
    padding: 50px;
}

.image-and-text-box-section.floorplan-block .bordered-img .lightbox-btn {
    pointer-events: all;
    cursor: pointer;
}

.image-text-section {
    z-index: 1;
    position: relative;
    padding-bottom: 60px;
}

.image-text-section .text-wrap {
    padding-left: 38px;
}

/* .text-wrap .link {
  min-width: unset;
} */

.image-text-section .img-wrap {
    margin-top: -70px;
    margin-bottom: 40px;
}

.image-text-section h2 {
    margin-bottom: 35px;
}

.image-text-section .link {
    margin-top: 40px;
}

.dark-bg+.image-and-text-box-section {
    padding-top: 60px;
}

.text-section+.image-and-text-box-section {
    padding-top: 0;
}

.search-section+.image-and-text-box-section {
    padding: 75px 0 15px;
}

.text-box .link {
    margin-right: 0;
}

@media screen and (min-width: 576px) {
    .link {
        margin-top: 50px;
    }

    .link+.link {
        margin-top: 23px;
    }

    p+.link {
        margin-top: 35px;
    }

    .text-and-image-section {
        padding: 50px 0;
    }

    .bordered-text h2,
    .bordered-text h1 .text-box h2,
    .text-wrap h2 {
        margin-bottom: 50px;
    }

    .image-and-text-box-section .text-box {
        margin: -100px 18px 0;
    }

    .image-and-text-box-section.floorplan-block .bordered-img .img-wrap {
        padding: 60px 60px 120px;
    }
}

@media screen and (min-width: 768px) {
    .text-and-image-section h3+.link {
        margin-top: 30px;
    }

    .text-and-image-section .bordered-img {
        position: absolute;
        right: 12px;
        top: -30px;
        z-index: 10;
        height: calc(100% - 50px);
        width: calc(50% - 30px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .text-and-image-section .bordered-img .img-wrap {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .text-and-image-section .bordered-img .img-wrap img,
    .text-and-image-section .bordered-img .img-wrap .video-js.vjs-fluid {
        position: absolute;
        max-width: none;
        min-width: 100%;
        min-height: 100%;
        width: 100%;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .text-and-image-section .bordered-img::before {
        width: calc(100% + 10px);
        border-right: 0;
    }

    .text-and-image-section.dark-bg {
        padding-top: 135px;
        padding-bottom: 200px;
    }

    .text-and-image-section.dark-bg .bordered-img {
        width: calc(50% - 30px);
        height: 80%;
        margin: 0;
        top: 0;
        right: 0;
        position: absolute;
    }

    .text-and-image-section.dark-bg .bordered-img::before {
        z-index: 1;
    }

    .image-and-text-box-section {
        padding: 50px 0 90px;
    }

    .image-and-text-box-section .bordered-img {
        position: absolute;
        left: 0px;
        bottom: 0;
        height: 100%;
        width: 160%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .image-and-text-box-section .bordered-img .img-wrap {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .image-and-text-box-section .bordered-img .img-wrap img {
        position: absolute;
        max-width: none;
        min-width: 100%;
        min-height: 100%;
        width: 100%;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .image-and-text-box-section .bordered-img::before {
        width: calc(100% + 24px);
        height: calc(100% - 24px);
        left: -12px;
        top: 12px;
    }

    .image-and-text-box-section .text-box,
    .floorplan-section .image-and-text-box-section .text-box {
        padding: 50px 0 45px 50px;
        margin: 85px 10px 85px -12px;
    }

    .image-and-text-box-section .contact-info {
        margin: 50px 0 10px;
    }

    .image-and-text-box-section.floorplan-block .bordered-img {
        padding: 30px 60% 30px 0;
    }

    .image-and-text-box-section.floorplan-block .bordered-img img {
        position: relative;
        min-width: 0;
        min-height: 0;
        width: auto;
        max-width: 100%;
        max-height: 100%;
    }

    .image-and-text-box-section.floorplan-block .bordered-img .img-wrap {
        padding: 40px;
    }

    .image-and-text-box-section.floorplan-block .bordered-img .img-wrap .lightbox-btn {
        left: 45px;
    }

    .image-text-section .img-wrap {
        margin-bottom: 0;
    }

    .image-text-section .text-wrap {
        padding-top: 50px;
        padding-left: 20px;
    }
}

@media screen and (min-width: 992px) {
    .bordered-text {
        padding-left: 50px;
    }

    .bordered-text h3 {
        font-size: 26px;
    }

    .bordered-text:before {
        content: "";
        display: inline-block;
        width: 1px;
        position: absolute;
        margin-left: -20px;
        height: calc(82%);
        background: linear-gradient(0deg, #b08b61 75.5%, #fff 52.6%);
        bottom: 38%;

    }

    .text-and-image-section {
        padding-top: 80px;
    }

    .text-and-image-section .bordered-img {
        height: 100%;
    }

    .text-and-image-section .bordered-img::before {
        width: calc(100% + 12px);
    }

    .text-and-image-section.dark-bg h4 {
        font-size: 24px;
    }

    .text-and-image-section.dark-bg .bordered-img {
        width: 50%;
    }

    .image-and-text-box-section {
        padding: 100px 0 150px;
    }

    .image-and-text-box-section h3 {
        font-size: 26px;
    }

    #living-360-tours h3 {
        font-size: 24px;
    }

    .dark-bg:not(.three-cols-2):not(.three-cols-section)+.image-and-text-box-section {
        padding-top: 125px;
    }

    .two-cols+.image-and-text-box-section {
        padding-top: 0;
    }

    .image-text-section .text-wrap {
        padding-top: 75px;
    }

    .image-text-section p {
        padding-right: 70px;
    }
}

@media screen and (min-width: 1200px) {
    .bordered-img::before {
        top: -30px;
        left: -30px;
    }

    .text-and-image-section .bordered-img {
        /* height: calc(100% + 35px); */
        height: calc(100% + 85px);
        width: 50%;
    }

    .text-and-image-section .bordered-img::before {
        width: calc(100% + 30px);
    }

    /* .text-and-image-section.dark-bg .text-wrap>*:not(.bordered-img):not(ul) {
      padding: 0;
  } */

    .text-and-image-section.dark-bg .bordered-img:before {
        left: 30px;
        width: calc(100% - 30px);
        height: calc(100% + 60px);
    }

    .image-and-text-box-section {
        padding-left: 18px;
        padding-right: 18px;
    }

    .image-and-text-box-section .bordered-img {
        left: 12px;
        width: 130%;
    }

    .image-and-text-box-section .bordered-img::before {
        width: calc(100% + 60px);
        height: calc(100% - 60px);
        left: -30px;
        top: 30px;
    }

    .image-and-text-box-section .text-box p {
        padding-right: 75px;
    }

    .image-and-text-box-section.floorplan-block .bordered-img {
        padding-right: 32%;
    }

    .image-and-text-box-section.floorplan-block .bordered-img .img-wrap {
        padding: 70px 100px;
    }

    .image-and-text-box-section.floorplan-block .bordered-img .img-wrap .lightbox-btn {
        top: 32px;
    }

    .image-text-section {
        padding-left: 18px;
        padding-right: 18px;
    }

    .image-text-section .text-wrap {
        padding-top: 75px;
        padding-left: 100px;
    }

    .text-and-image-section.dark-bg {
        padding-left: 18px;
    }
}

@media screen and (min-width: 1400px) {
    .bordered-text {
        padding-left: 80px;
    }

    .bordered-text::before {
        margin-left: -80px;
    }

    .image-and-text-box-section,
    .image-text-section,
    .text-and-image-section.dark-bg {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (min-width: 1600px) {
    .image-and-text-box-section .text-box {
        padding-left: 85px;
    }

    .text-and-image-section {
        min-height: 550px;
    }
}

.three-cols-section {
    background-color: transparent;
    padding: 45px 0 0;
    margin: 0 12px 45px;
    position: relative;
}

.three-cols-section::before {
    content: "";
    position: absolute;
    width: calc(100%);
    left: 0;
    top: 0;
    height: 88%;
    border: 1px solid transparent;
    border-image: linear-gradient(to right, #A27C51, #E7AF2F);
    border-image-slice: 1;
}


.three-cols-section.hideme {
    margin: 100 12px -55px !important;
}

.three-cols-section.no-hide {
    /* margin: 0 12px 45px !important; */
    margin: 0 12px 75px !important;
}

.three-cols-section .txt-wrap {
    text-align: center;
    padding: 20px 10px 65px;
}

.three-cols-section .link {
    margin-top: 40px;
}

.three-cols-section h2 {
    margin-bottom: 40px;
}

.three-cols-section .images-wrapper {
    position: relative;
}

/* .three-cols-section .images-wrapper:before {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 42%;
  position: absolute;
  bottom: 0;
  left: 0;
} */

.three-cols-section .images-wrapper .img-wrap {
    position: relative;
    text-align: center;
}

.three-cols-section .images-wrapper .row>div:not(:nth-child(2)) {
    display: none;
}

.three-cols-section .images-row img {
    width: 400px;
}

.three-cols-2 {
    padding: 25px 30px;
    margin: 10px 0 70px;
}

.three-cols-2.hideme {
    margin: 110px 0 -30px !important;
}

.three-cols-2.no-hide {
    margin: 10px 0 70px !important;
}

.three-cols-2 h2 {
    margin-top: 40px;
}

.dark-bg+.three-cols-section {
    margin: 60px 12px 70px;
}

.dark-bg+.three-cols-section.hideme {
    margin: 160px 12px -30px !important;
}

.dark-bg+.three-cols-section.no-hide {
    margin: 60px 12px 70px !important;
}

.plots-section+.three-cols-section {
    margin-top: 30px;
}

.search-section+.plots-section {
    padding-top: 70px;
}

#property_results {
    padding-top: 0;
}

#search-header {
    padding: 0 18px;
    margin-bottom: 40px;
}

/* .plots-section+.three-cols-section.hideme {
  margin-top: 130px !important;
} */

.plots-section+.three-cols-section.no-hide {
    margin-top: 30px !important;
}

@media screen and (min-width: 992px) {
    .three-cols-2 {
        margin: 120px 12px 70px;
        padding: 35px 12px 55px;
    }

    .three-cols-2.hideme {
        margin: 220px 12px -30px !important;
    }

    .three-cols-2.no-hide {
        margin: 120px 12px 70px !important;
    }

    .three-cols-2 h2 {
        margin-bottom: 40px;
    }

    .dark-bg+.three-cols-section {
        margin: 140px 12px 90px;
    }

    .dark-bg+.three-cols-section.hideme {
        margin: 240px 12px -10px !important;
    }

    .dark-bg+.three-cols-section.no-hide {
        margin: 140px 12px 90px !important;
    }
}

@media screen and (min-width: 1200px) {
    .three-cols-section {
        background-color: transparent;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin: 100px 30px 160px;
        padding: 0 0 65px;
    }

    /* .three-cols-section::before {
    display: none;

  } */

    .three-cols-section.hideme {
        margin: 200px 12px 60px !important;
    }

    .three-cols-section.no-hide {
        margin: 100px 12px 160px !important;
    }

    .three-cols-section .images-row {
        position: relative;
    }

    .three-cols-section::before {
        content: "";
        position: absolute;
        width: 100%;
        border: 1px solid transparent;
        border-image: linear-gradient(to right, #A27C51, #E7AF2F);
        border-image-slice: 1;
        left: 7px;
        top: 250px;
        height: 65%;
        z-index: -1;
    }

    .three-cols-section .text-row {
        position: relative;
    }

    /* .three-cols-section .text-row::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 36px;
      border: 1px solid #6e563e;
      left: 0;
      bottom: -100px;
  } */

    .three-cols-section .images-wrapper::before {
        top: 0;
        bottom: initial;
    }

    .three-cols-section .images-wrapper .row>div:not(:nth-child(2)) {
        display: block;
    }

    .three-cols-section .txt-wrap {
        position: relative;
        height: 100%;
        padding: 30px 20px 50px;
    }

    .three-cols-section .link {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px);
        white-space: nowrap;
    }

    .three-cols-section h2 {
        margin-bottom: 35px;
    }

    .image-and-text-box-section+.three-cols-section {
        margin-top: 0;
    }

    .image-and-text-box-section+.three-cols-section.hideme {
        margin-top: 100px !important;
    }

    .image-and-text-box-section+.three-cols-section.no-hide {
        margin-top: 0 !important;
    }

    .three-cols-2,
    .dark-bg+.three-cols-section,
    .three-cols-section {
        margin-right: 30px !important;
        margin-left: 30px !important;
    }

    .three-cols-2.hideme,
    .three-cols-2.no-hide,
    .dark-bg+.three-cols-section.hideme,
    .dark-bg+.three-cols-section.no-hide,
    .three-cols-section.hideme,
    .three-cols-section.no-hide {
        margin-right: 30px !important;
        margin-left: 30px !important;
    }
}

@media screen and (min-width: 1600px) {

    .three-cols-2,
    .dark-bg+.three-cols-section,
    .three-cols-section {
        margin-right: 85px !important;
        margin-left: 85px !important;
    }

    .three-cols-2.hideme,
    .three-cols-2.no-hide,
    .dark-bg+.three-cols-section.hideme,
    .dark-bg+.three-cols-section.no-hide,
    .three-cols-section.hideme,
    .three-cols-section.no-hide {
        margin-right: 85px !important;
        margin-left: 85px !important;
    }
}

.two-cols {
    padding-bottom: 50px;
}

.two-cols .text-wrap {
    padding: 55px 38px 40px;
}

.two-cols .text-wrap img {
    padding: 10px 0 30px;
}

.two-cols .row>div:first-child {
    position: relative;
}

.two-cols .row>div:first-child:before {
    content: "";
    width: 160px;
    height: 1px;
    background-color: #6e6b6b;
    position: absolute;
    bottom: 0;
    left: calc(50% - 80px);
}

.slider-section .text-below-slider p:first-of-type {
    margin-top: 40px;
}

@media screen and (min-width: 576px) {
    .two-cols .text-wrap img {
        max-width: 65%;
    }
}

@media screen and (min-width: 768px) {
    .two-cols {
        padding: 10px 0 125px;
    }

    .two-cols .text-wrap {
        padding: 0 18px;
    }

    .two-cols .text-wrap img {
        padding-top: 30px;
    }

    .two-cols .row>div:first-child {
        border-right: 1px solid #B08B61;
    }

    .two-cols .row>div:first-child::before {
        display: none;
    }

    .two-cols h2 {
        margin-bottom: 45px;
    }
}

@media screen and (min-width: 1200px) {
    .two-cols .text-wrap {
        padding: 0 45px;
    }

}

@media screen and (min-width: 1700px) {
    .two-cols .text-wrap {
        padding-right: 40px;
    }
}

.slider-section:not(.dark-bg) {
    padding-top: 70px;
}

/* .slider-section.blue-bg-left,
.slider-section.blue-bg-right {
  background-color: #104386;
}

.slider-section.teal-bg-left {
  background-color: #216775;
} */

.slider-section.dark-bg .slide-wrap {
    position: relative;
}

.slider-section.dark-bg .slide-wrap::before,
.slider-section.blue-bg-left .slide-wrap::before,
.slider-section.blue-bg-right .slide-wrap::before,
.slider-section.teal-bg-left .slide-wrap::before {
    content: "";
    background: #fff;
    width: calc(100% + 30px);
    height: 25%;
    position: absolute;
    top: 0;
    left: -30px;
}

.slider-section.teal-bg-left .slide-wrap::before {
    height: 30%;
}



.slider-section.blue-bg-left::after,
.slider-section.blue-bg-right::after,
.slider-section.teal-bg-left::after {
    content: "";
    background: #fff;
    width: calc(100% + 30px);
    height: 70%;
    position: absolute;
    right: -112px;
    bottom: -50px;
    width: 20%;
}

.slider-section.blue-bg-right::after {
    left: -112px;
    width: 28%;
    right: 0;
    height: 95%;
}

/* .image-slider::after {
  content: '';
  bottom: -315px;
  width: calc(100% + 305px);
  height: 240px;
  left: -250px;
  position: absolute;
  background: white;
  left: -30px;
} */

.slider-section {
    position: relative;
}

.slider-section.blue-bg-left .slide-wrap .container-xxl,
.slider-section.teal-bg-left .slide-wrap .container-xxl,
.slider-section.blue-bg-right .slide-wrap .container-xxl {
    position: relative;
}

.slider-section.blue-bg-left .slide-wrap .container-xxl::before,
.slider-section.teal-bg-left .slide-wrap .container-xxl::before,
.slider-section.blue-bg-right .slide-wrap .container-xxl::before {
    content: "";
    width: calc(100% + 12px);
    height: 69%;
    position: absolute;
    left: -30px;
    left: 0;
    top: 97px;
    background-color: #104386;
}

.slider-section.teal-bg-left .slide-wrap .container-xxl::before {
    background-color: #216775;
}

.slider-section.blue-bg-right::before {
    right: -127px;
    width: 100%;
    height: 28%;
}

.slider-section.teal-bg-left::before {
    height: 30%;
}


.slider-section.teal-bg-left::before {
    background-color: #216775;
}

.slider-section .image-slider {
    margin: -18px -12px 50px 18px;
}

.slider-section .image-slider .slide {
    padding-top: 18px;
}

.slider-section .image-slider .slide .bordered-img {
    width: 100%;
    max-height: 200px;
}

.slider-section .image-slider .slide .bordered-img::before {
    top: -12px;
    left: 12px;
    z-index: 1;
    width: calc(100% - 12px);
    border-right: 0;
}

.slider-section .image-slider .slick-next,
.slider-section .image-slider .slick-prev {
    top: auto;
    bottom: -60px;
    left: auto;
    z-index: 1;
    width: 27px;
    height: 27px;
}

.slider-section .image-slider .slick-next:before,
.slider-section .image-slider .slick-prev:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: linear-gradient(45deg, transparent 50%, #ce8e44 50%);
}

.slider-section .image-slider .slick-next {
    right: calc(50% - 25px);
}

.slider-section .image-slider .slick-next:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.slider-section .image-slider .slick-prev {
    right: calc(50% + 5px);
}

.slider-section .image-slider .slick-prev:before {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.slider-section .text-below-slider {
    padding: 45px 18px 60px;
    text-align: center;
}

.slider-section .text-below-slider.text-two-cols {
    padding: 0 18px 60px;
}

.slider-section:not(.dark-bg) .text-below-slider {
    padding: 5px 18px 60px;
    text-align: center;
}

.slider-section.blue-bg-left .text-below-slider,
.slider-section.slider-section.blue-bg-right .text-below-slider,
.slider-section.slider-section.teal-bg-left .text-below-slider {
    padding: 50px 18px 10px;
}

.slider-section .text-below-slider.text-two-cols {
    text-align: left;
}

.slider-section .text-below-slider.text-two-cols h2 {
    margin-bottom: 0;
}

.slider-section .text-below-slider.text-two-cols h3 {
    font-size: 30px;
    display: inline-block;
    margin: 40px 0 50px;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 31px;
    border-bottom: 0;
}

.slider-section .text-below-slider.text-two-cols .cols-wrap ol {
    counter-reset: number;
    list-style: none;
    padding-left: 40px;
}

.slider-section .text-below-slider.text-two-cols .cols-wrap ul {
    counter-reset: letter;
    list-style: none;
    padding: 0 0 0 40px;
    margin: 0;
}

.slider-section .text-below-slider.text-two-cols .cols-wrap ol li,
.slider-section .text-below-slider.text-two-cols .cols-wrap ul li {
    padding-bottom: 10px;
    counter-increment: number;
    position: relative;
    line-height: 20px;
    font-size: 14px;
}

.slider-section .text-below-slider.text-two-cols .cols-wrap ol li::before,
.slider-section .text-below-slider.text-two-cols .cols-wrap ul li::before {
    vertical-align: top;
    font-weight: bold;
    position: absolute;
    left: -40px;
    width: 22px;
    height: 22px;
    top: 1px;
    border-radius: 50%;
    text-align: center;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.slider-section .text-below-slider.text-two-cols .cols-wrap ol li::before {
    content: counter(number);
    color: #525050;
    background: #fff;
    border-color: #fff;
    font-size: 14px;
    /* padding-top: 1px; */
    border: 1px solid;
}

.slider-section .text-below-slider.text-two-cols .cols-wrap ul li::before {
    content: counter(letter, upper-alpha);
    counter-increment: letter;
    color: #fff;
    border-color: #bebcbc;
    background: #6e563e;
    font-size: 12px;
    padding-top: 1px;
}

.slider-section .light-bg {
    padding: 0px 30px 20px;
}

.text-slider .slick-next,
.text-slider .slick-prev {
    opacity: 0;
    pointer-events: none;
}

.slider-section {
    padding-bottom: 20px;
}

@media screen and (min-width:768px) {
    .slider-section::before {
        height: 42%;
        top: 255px;
    }

    .slider-section.blue-bg-right::after {
        width: 28%;
    }

    .slider-section.blue-bg-left::after,
    .slider-section.teal-bg-left::after {
        width: 22%;
    }

    .slider-section.blue-bg-left .slide-wrap .container-xxl::before,
    .slider-section.blue-bg-right .slide-wrap .container-xxl::before,
    .slider-section.teal-bg-left .slide-wrap .container-xxl::before {
        height: 81%;
    }


    .slider-section.dark-bg .slide-wrap::before,
    .slider-section.blue-bg-left .slide-wrap::before,
    .slider-section.blue-bg-right .slide-wrap::before,
    .slider-section.teal-bg-left .slide-wrap::before {
        height: 32%;
    }

    .slider-section .image-slider .slide .bordered-img {
        max-height: 300px;
    }

    .slider-section .image-slider .slick-next,
    .slider-section .image-slider .slick-prev {
        bottom: -65px;
    }
}

@media screen and (min-width: 992px) {
    .slider-section {
        padding-bottom: 50px;
    }

    .slider-section .image-slider .slide .bordered-img {
        max-height: 575px;
    }

    .slider-section.blue-bg-right .slide-wrap .container-xxl::before {
        right: -127px;
        width: 100%;
    }



    .slider-section:not(.dark-bg) {
        padding-top: 85px;
    }

    .slider-section .image-slider {
        margin-bottom: 60px;
    }

    .slider-section .text-below-slider {
        padding-bottom: 0;
    }

    .slider-section .text-below-slider .link {
        margin-bottom: 7px;
    }

    .slider-section .text-below-slider.text-two-cols h2 {
        text-align: center;
        margin-bottom: 20px;
    }

    .slider-section .text-below-slider.text-two-cols h3 {
        margin-bottom: 23px;
    }

    .slider-section .text-below-slider.text-two-cols .cols-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .slider-section .text-below-slider.text-two-cols .cols-wrap>div {
        width: 45%;
    }

    .slider-section .light-bg {
        padding-bottom: 45px;
    }

    .text-and-image-section+.slider-section .slide-wrap:first-child {
        padding-top: 150px;
    }

    .slider-section.dark-bg+.slider-section:not(.dark-gb) {
        padding-bottom: 125px;
    }

    .slider-section.blue-bg-left .slide-wrap .container-xxl::before,
    .slider-section.teal-bg-left .slide-wrap .container-xxl::before {
        width: calc(100% - 24px);
    }

    .slider-section.blue-bg-left .slide-wrap .container-xxl::before,
    .slider-section.teal-bg-left .slide-wrap .container-xxl::before,
    .slider-section.blue-bg-right .slide-wrap .container-xxl::before {
        height: 69%;
        top: 222px;
    }

    .slider-section.blue-bg-right::after {
        width: 22%;
    }
}

@media screen and (min-width: 1200px) {
    .slider-section .slide-wrap::before {
        height: 35%;
    }

    .slider-section .image-slider .slick-next,
    .slider-section .image-slider .slick-prev {
        bottom: -10px;
    }

    .slider-section .image-slider .slide .bordered-img {
        max-height: 820px;
    }

    .slider-section .dark-text {
        padding-right: 18px;
        padding-left: 18px;
    }

    .slider-section .image-slider {
        margin: -30px 0 60px;
        padding-right: 18px;
        padding-left: 18px;
    }

    .slider-section .image-slider .slide {
        padding: 30px 31px 0 0;
    }

    .slider-section .image-slider .slide .bordered-img::before {
        border-right: 1px solid #b08b61;

    }

    .slider-section.blue-bg-right .image-slider .slide .bordered-img::before {
        border-right: 1px solid #0085ff;
    }

    .slider-section .image-slider .slide .bordered-img::before,
    .slider-section.blue-bg-right .image-slider .slide .bordered-img::before {
        top: 45px;
        height: 82%;
        left: 30px;
    }

    .slider-section.blue-bg-right .slide-wrap::before {
        height: 37%;
    }

    .slider-section .image-slider .slick-next {
        right: 48%;
    }

    .slider-section .image-slider .slick-prev {
        right: 50%;
    }

    .slider-section .light-bg {
        padding: 20px 30px 45px;
    }

    .slider-section.blue-bg-left .slide-wrap .container-xxl::before,
    .slider-section.teal-bg-left .slide-wrap .container-xxl::before {
        width: calc(100% - 112px);
        height: 73%;
    }

    .slider-section.blue-bg-right .slide-wrap .container-xxl::before {
        height: 73%;
    }

    .slider-section.blue-bg-left .text-below-slider,
    .slider-section.slider-section.blue-bg-right .text-below-slider,
    .slider-section.slider-section.teal-bg-left .text-below-slider {
        padding: 60px 18px 10px;
    }
}

@media screen and (min-width: 1400px) {
    .slider-section h2 {
        padding: 0 30px;
    }

    .slider-section .image-slider {
        padding-right: 0px;
        padding-left: 0px;
    }

    .slider-section.blue-bg-right .slide-wrap .container-xxl::before,
    .slider-section.blue-bg-left .slide-wrap .container-xxl::before,
    .slider-section.teal-bg-left .slide-wrap .container-xxl::before {
        top: 260px;
        height: 74%;
    }

    .slider-section.blue-bg-right .slide-wrap .container-xxl::before {
        right: -157px;
        width: calc(100% + 80px);
    }

    .slider-section.blue-bg-left .slide-wrap .container-xxl::before,
    .slider-section.teal-bg-left .slide-wrap .container-xxl::before {
        width: calc(100% - 62px);
        left: -75px;
    }

    .slider-section .image-slider .slick-next,
    .slider-section .image-slider .slick-prev {
        bottom: -60px;
    }

    .slider-section .image-slider .slide .bordered-img::before,
    .slider-section.blue-bg-right .image-slider .slide .bordered-img::before {
        top: 0;
        height: 94%;
    }
}

@media screen and (min-width: 1600px) {

    .slider-section.blue-bg-left .slide-wrap .container-xxl::before,
    .slider-section.teal-bg-left .slide-wrap .container-xxl::before {
        left: -110px;
    }

    .slider-section.blue-bg-right .slide-wrap .container-xxl::before {
        right: -110px;
    }

    .slider-section .image-slider .slide .bordered-img::before,
    .slider-section.blue-bg-right .image-slider .slide .bordered-img::before {
        top: -22px;
        height: 100%;
    }

}

@media screen and (min-width: 1800px) {

    .slider-section.blue-bg-left .slide-wrap .container-xxl::before,
    .slider-section.teal-bg-left .slide-wrap .container-xxl::before {
        left: -220px;
    }

    .slider-section.blue-bg-right .slide-wrap .container-xxl::before {
        right: -220px;
        width: calc(100% + 230px);
    }

    .slider-section .image-slider .slick-next,
    .slider-section .image-slider .slick-prev {
        bottom: -70px;
    }
}

.slick-list {
    z-index: 1;
}

.logos-section {
    padding: 60px 18px;

}

.path-about .hideme.no-hide.logos-section {
    margin-top: 70px;
    padding-bottom: 30px;
}

.logos-section .img-link {
    display: block;
    text-align: center;
    padding: 20px 0;
    max-width: 200px;
    margin: auto;
}

@media screen and (min-width: 576px) {
    .logos-section .logos-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .logos-section .logos-wrap .img-link {
        max-width: 33%;
        padding: 10px;
    }
}

@media screen and (min-width: 768px) {
    .logos-section .logos-wrap .img-link {
        max-width: 20%;
    }
}

@media screen and (min-width: 992px) {
    .logos-section {
        padding: 80px 18px 130px;
    }

    .logos-section .logos-wrap .img-link {
        padding: 25px;
    }
}

.tabs-section {
    padding: 20px 0 120px;
    overflow: hidden;
}

.tabs-section h3 {
    font-size: 24px;
}

.tabs-section .tabs-title {
    text-align: center;
    padding-bottom: 55px;
}

.tabs-section button {
    border: 0;
    padding: 0;
    background-color: transparent;
}

.tabs-section .tab-btn {
    position: relative;
    margin: 0 10px;
    border-bottom: 1px solid transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.tabs-section .tab-btn span {
    display: none;
}

.tabs-section .tab-btn:hover::after {
    width: calc(100% - 25px);
}

.tabs-section .tabs-outer {
    margin: 0 -12px;
    overflow: hidden;
    padding-bottom: 20px;
}

.tabs-section .tabs-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding-bottom: 60px;
}

.tabs-section .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(200% + 48px);
    margin: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.tabs-section .tabs-nav {
    width: 100%;
}

.tabs-section .tabs-nav::before {
    content: "";
    position: absolute;
    top: 18px;
    width: calc(100% + 5px);
    height: 100%;
    border: 1px solid #b08b61;
    background: #fff;
    pointer-events: none;
}

.tabs-section .tabs-nav .tabs-nav-inner {
    height: 100%;
    padding: 30px 0 40px;
    position: relative;
}

.tabs-section .tabs-nav ul {
    padding: 0;
}

.tabs-section .tabs-nav ul+h3 {
    padding-top: 25px;
}

.tabs-section .tabs-nav li:not(:last-child) {
    border-bottom: 1px solid #b08b61;
}

.tabs-section .tabs-nav li::before {
    display: none;
}

.tabs-section .tabs-nav h3 {
    margin-bottom: 15px;
    border-bottom: 1px solid #b08b61;
    padding: 0 30px 15px;
}

.tabs-section .tabs-nav .nav-btn {
    font-weight: 300;
    width: 100%;
    position: relative;
    padding: 15px 30px;
}

.tabs-section .tabs-nav .nav-btn:after {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    content: "";
    width: 16px;
    height: 16px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    background: linear-gradient(45deg, transparent 50%, #b08b61 50%);
    position: absolute;
    top: calc(50% - 8px);
}

.tabs-section .tabs-nav .nav-btn.active,
.tabs-section .tabs-nav .nav-btn:focus {
    outline: none;
    font-weight: 700;
}

.tabs-section .tabs-nav .nav-btn.active:after,
.tabs-section .tabs-nav .nav-btn:focus:after {
    background: linear-gradient(45deg, transparent 50%, #fff 50%);
}

.tabs-section .tabs-nav .nav-btn span:nth-child(1) {
    font-size: 19px;
    padding-bottom: 5px;
}

.tabs-section .tabs-nav .nav-btn span:nth-child(2) {
    font-size: 15px;
}

.tabs-section .content-wrap {
    text-align: center;
}

.tabs-section .content-wrap img {
    width: 100%;
}

.tabs-section .content-wrap .tab-content {
    padding: 50px 0 70px;
}

.tabs-section .content-wrap .tab-content:not(.active) {
    display: none;
}

.tabs-section .tabs-content .link {
    color: #b08b61;
    margin: 0 auto;
    z-index: 1;
}

.tabs-section .tabs-content .link::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: linear-gradient(45deg, #b08b61 50%, transparent 50%);
}

.tabs-section .tabs-content .link::after {
    background-color: #b08b61;
}

.tabs-section .tabs-content .link.right-side-btn::before {
    position: absolute;
    right: -35px;
    top: 4px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.tabs-section .side-tab-btn {
    display: none;
}

.tabs-section .side-tab-btn:not(:hover)::after {
    display: none;
}

.tabs-section .side-tab-btn.right-side-btn:after {
    width: 100%;
    left: 0;
}

.tabs-section .left-nav {
    text-align: left;
    position: relative;
    margin-right: 54px;
}

.tabs-section .left-nav .nav-btn:after {
    right: 35px;
}

.tabs-section .left-nav .nav-btn span {
    display: block;
    text-align: left;
}

.tabs-section .left-nav::before {
    left: 12px;
}

.tabs-section .right-nav {
    text-align: right;
    position: relative;
    margin-left: 54px;
}

.tabs-section .right-nav .nav-btn:after {
    left: 35px;
}

.tabs-section .right-nav .nav-btn span {
    display: block;
    text-align: right;
}

.tabs-section .right-nav::before {
    left: -18px;
}

.tabs-section.right-active .left-side-btn {
    display: block;
}

.tabs-section.right-active .right-tab-btn::after {
    width: calc(100% - 25px);
}

.tabs-section.right-active .tabs {
    margin: 0 calc(100% + 0px) 0 calc(-48px - 100%);
}

.tabs-section.left-active .right-side-btn {
    display: block;
}

.tabs-section.left-active .left-tab-btn::after {
    width: calc(100% - 25px);
}

.tabs-section .tabs-cnt {
    overflow: hidden;
}

.tabs-section .scroll-wrap {
    padding: 0 50px;
}

.tabs-section .scroll-wrap:first-child {
    padding-bottom: 10px;
}

.tabs-section .scroll-btn {
    border: solid #b08b61;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tabs-section .scroll-btn-top {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.tabs-section .scroll-btn-bottom {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tabs-section.one-side-tabs .nav-btn {
    pointer-events: none;
}

.tabs-section.one-side-tabs .nav-btn:after {
    display: none !important;
}

.tabs-section.one-side-tabs .tabs-nav .nav-btn.active {
    font-weight: 100;
}

@media screen and (min-width: 992px) {
    .tabs-section {
        padding-bottom: 180px;
    }

    .tabs-section .tabs-wrapper {
        position: relative;
    }

    .tabs-section .tabs-wrapper:before {
        content: "";
        background: #E5E5E5;
        height: calc(100% - 20px);
        width: 0;
        position: absolute;
        left: 0;
        top: 0;
    }

    .tabs-section .tabs-wrapper:after {
        content: "";
        background: #E5E5E5;
        height: calc(100% - 20px);
        width: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .tabs-section .tabs-content {
        position: relative;
    }

    .tabs-section .tabs-content .link {
        position: absolute;
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
        bottom: 50%;
    }

    .tabs-section .tabs-content .link.left-side-btn {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        left: -90px;
    }

    .tabs-section .tabs-content .link.left-side-btn:after {
        width: 100%;
        left: 0;
    }

    .tabs-section .tabs-content .link.left-side-btn::before {
        position: absolute;
        left: calc(50% - 8px);
        top: 40px;
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
    }

    .tabs-section .tabs-content .link.right-side-btn {
        right: -80px;
    }

    .tabs-section .tabs-content .link.right-side-btn::before {
        right: calc(50% - 20px);
        top: 40px;
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
    }

    .tabs-section .tabs {
        width: 130%;
    }

    .tabs-section .tabs .content-outer {
        width: 70%;
    }

    .tabs-section .tabs .tabs-nav {
        width: 30.5%;
        z-index: 2;
    }

    .tabs-section .left-nav .nav-btn,
    .tabs-section .left-nav h3 {
        padding-left: 0;
    }

    .tabs-section .left-nav .nav-btn:after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .tabs-section .right-nav .nav-btn,
    .tabs-section .right-nav h3 {
        padding-right: 0;
    }

    .tabs-section .right-nav .nav-btn:after {
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
    }

    .tabs-section .tabs-outer {
        margin: 0;
    }

    .tabs-section .tabs-wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .tabs-section .tabs-wrap .tab-btn {
        margin: 0 60px;
    }

    .tabs-section .content-wrap {
        z-index: 1;
        background: #fff;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 90px;
        position: absolute;
        margin: 0 0 0 -25px;
        width: calc(70% + 50px);
        left: 29.5%;
        top: 0;
        height: 100%;
    }

    .tabs-section .content-wrap>div,
    .tabs-section .content-wrap>div>div {
        height: 100%;
        width: 100%;
    }

    .tabs-section .content-wrap img {
        width: auto;
        max-height: 100%;
    }

    .tabs-section .content-wrap .tab-content {
        padding: 0;
    }

    .tabs-section.right-active .content-wrap {
        left: 0;
    }

    .tabs-section.right-active .tabs {
        margin: 0 calc(30% + 0px) 0 calc(0px - 30%);
    }

    .tabs-section.right-active .tabs-wrapper::after {
        width: 50%;
    }

    .tabs-section.left-active .tabs-wrapper::before {
        width: 50%;
    }

    .tabs-section .scroll-wrap {
        text-align: center;
    }

    .tabs-section.one-side-tabs .content-wrap {
        padding: 0 40px 0 15%;
    }
}

@media screen and (min-width: 1200px) {
    .tabs-section .tabs-wrapper {
        padding-right: 18px;
        padding-left: 18px;
    }

    .tabs-section .content-wrap .link.left-side-btn {
        left: -60px;
    }

    .tabs-section .content-wrap .link.right-side-btn {
        right: -90px;
    }

    .page-node-type-property .text-section {
        margin-top: 100px;
    }
}

@font-face {
    font-family: "the-stage";
    src: url("../css/fonts/the-stage.eot");
    src: url("../css/fonts/the-stage.eot?#iefix") format("embedded-opentype"), url("../css/fonts/the-stage.woff2") format("woff2"), url("../css/fonts/the-stage.woff") format("woff"), url("../css/fonts/the-stage.ttf") format("truetype"),
        url("../css/fonts/the-stage.svg#the-stage") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

.stage-icon-tube:before {
    content: "\E000";
}

.stage-icon-cycle:before {
    content: "\E001";
}

.stage-icon-walk:before {
    content: "\E002";
}

.stage-icon-crossrail:before {
    content: "\E003";
}

.stage-icon-rail:before {
    content: "\E004";
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.paragraph--type--page-travel-time-info {
    position: relative;
}

.travel-tab-content {
    color: #858585;
}

.nav-item::before {
    display: none;
}

.travel-nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav-link {
    outline: none;
}

.travel-nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav>li {
    position: relative;
    display: block;
}

.travel-nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

ul.travel-tabs {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    border: none;
}

ul.travel-tabs:before,
ul.travel-tabs:after {
    content: none;
}

ul.travel-tabs li {
    display: block;
    float: left;
    width: 20%;
    padding: 0;
    margin: 0;
    border: none;
}

ul.travel-tabs a {
    text-align: center;
    display: block;
    background-color: #dbdbdb;
    vertical-align: middle;
    font-family: "Bodoni", "Times New Roman", Times, serif;
    font-size: 1.86667em;
    line-height: 1.57143em;
    color: white;
    border: none !important;
    border-radius: 0;
    width: 100%;
    height: 0;
    padding: 0 0 100% 0;
    position: relative;
}

ul.travel-tabs a:hover,
ul.travel-tabs a:focus {
    text-decoration: none;
    color: #464646;
    background-color: #f3f3f3;
}

ul.travel-tabs a i {
    display: block;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

ul.travel-tabs li.active a,
ul.travel-tabs li.active a:hover,
ul.travel-tabs li.active a:hover {
    background-color: #f3f3f3;
    color: #464646;
}

ul.travel-tabs li+li a {
    border-left: 2px solid white;
}

@media only screen and (min-width: 768px) {
    ul.travel-tabs {
        background-color: #F0F0F0;
        position: absolute;
        width: 50%;
        top: 0;
        left: 0;
        z-index: 2;
    }
}

.travel-tab-content {
    background-color: #f3f3f3;
}

.travel-tab-content .left .route-info {
    padding: 45px 15px 15px;
    width: 100%;
    display: table;
    table-layout: fixed;
}

.travel-tab-content .left .route-info>div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 0 15px;
}

.travel-tab-content .right img {
    display: block;
    max-width: none;
    width: 100%;
}

.travel-tab-content .origin img {
    display: inline-block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: white;
    margin-bottom: 0.73333em;
}

.travel-tab-content .origin .name {
    text-transform: uppercase;
    font-size: 0.66667em;
    line-height: 1.1em;
    font-weight: 500;
}

.travel-tab-content .time {
    font-size: 0.8em;
    line-height: 0.91667em;
    text-transform: uppercase;
    font-weight: 700;
    color: #464646;
}

.travel-tab-content .time .large {
    display: block;
    font-size: 3.41667em;
    line-height: 1.07317em;
}

.travel-tab-content .destination i {
    display: inline-block;
    font-size: 26px;
    line-height: 26px;
    padding: 14px 0 8px 0;
    text-align: center;
    background-color: white;
    width: 56px;
    border-radius: 50%;
    margin-bottom: 0.42308em;
}

.travel-tab-content .destination .name {
    text-transform: uppercase;
    font-size: 0.66667em;
    line-height: 1.1em;
    font-weight: 500;
}

.line-map {
    padding: 2.93333em 0;
    background-color: white;
}

.route {
    text-align: center;
}

.route .name {
    text-transform: uppercase;
}

.route .start {
    text-align: center;
}

.route .start .name {
    display: inline-block;
    width: 120px;
    font-size: 0.93333em;
    line-height: 1.57143em;
    text-transform: uppercase;
    color: black;
}

.route .start i {
    display: block;
    text-align: center;
    font-size: 60px;
    line-height: 60px;
    height: 52px;
    color: #4a4a4a;
    z-index: 1;
}

.route .start i:after {
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: white;
    margin-left: -35px;
    margin-top: -35px;
}

.route .start i:before {
    position: relative;
    z-index: 2;
}

.route .start .level {
    display: none;
    font-size: 14px;
    line-height: 16px;
    padding: 6.5px 10px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    width: 120px;
    vertical-align: middle;
}

.route .stop,
.route .end {
    text-align: center;
    padding: 1.57143em 0;
    position: relative;
}

.route .stop .name,
.route .end .name {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    padding: 6.5px 10px;
    color: black;
    width: 120px;
    text-align: right;
    vertical-align: middle;
}

.route .stop .dot,
.route .end .dot {
    display: inline-block;
    font-size: 14px;
    width: 29px;
    height: 29px;
    background-color: #6f553f;
    border-radius: 50%;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

.route .stop .eta,
.route .end .eta {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    padding: 6.5px 10px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    width: 120px;
    vertical-align: middle;
}

.route .stop:after {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background-color: #4a4a4a;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 0;
    z-index: 0;
}

.route .end:after {
    content: "";
    display: block;
    width: 2px;
    height: 50%;
    background-color: #4a4a4a;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 0;
    z-index: 0;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .travel-tab-content .destination i {
        padding-top: 16px !important;
        height: 56px;
    }
}

@media only screen and (min-width: 768px) {
    .travel-tab-content .info-blocks:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .travel-tab-content .left {
        float: left;
        width: 50%;
        display: block;
        position: relative;
        padding: 0;
    }

    .travel-tab-content .left:before {
        content: "";
        display: block;
        width: 20%;
        height: 0;
        padding-bottom: 20%;
    }

    .travel-tab-content .right {
        float: left;
        width: 50%;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        position: relative;
        background-color: #ecebe7;
    }

    .travel-tab-content .right img {
        height: 100% !important;
        font-family: "object-fit:cover";
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media only screen and (min-width: 992px) and (-ms-high-contrast: active),
only screen and (min-width: 992px) and (-ms-high-contrast: none) {
    .travel-tab-content .destination i {
        height: 120px;
        padding-top: 34px !important;
    }
}

@media only screen and (min-width: 992px) {
    .map-section {
        padding: 75px 0;
    }

    ul.travel-tabs a {
        font-size: 45px;
    }

    ul.travel-tabs a i:before {
        line-height: inherit;
    }

    .route {
        font-size: 0;
    }

    .route .start {
        margin-left: -72px;
    }

    .route .start {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        height: 182px;
    }

    .route .start:after {
        content: "";
        display: block;
        height: 2px;
        width: 100%;
        background-color: #4a4a4a;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 0;
    }

    .route .start .name {
        font-size: 14px;
        line-height: 16px;
        padding: 6.5px 10px;
        display: block;
        height: 52px;
        margin-top: 0.78571em;
    }

    .route .start i {
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .route .start i:after {
        content: "";
    }

    .route .start .level {
        display: inline-block;
        height: 56px;
        padding-top: 1.57143em;
        margin-bottom: 0.78571em;
    }

    .route .stop,
    .route .end {
        margin: 0;
        display: inline-block;
        vertical-align: middle;
        height: 182px;
    }

    .route .stop .name,
    .route .end .name {
        display: block;
        text-align: center;
        height: 54px;
        margin-top: 0.78571em;
    }

    .route .stop .dot,
    .route .end .dot {
        margin: 11.5px 0;
    }

    .route .stop .eta,
    .route .end .eta {
        display: block;
        text-align: center;
        height: 54px;
        padding-top: 1.57143em;
        margin-bottom: 0.78571em;
    }

    .route .stop:after {
        width: 100%;
        height: 2px;
        top: 50%;
        left: 0;
        margin-left: 0;
    }

    .route .end:after {
        width: 50%;
        height: 2px;
        top: 50%;
        left: 0;
        margin-left: 0;
    }

    .route.long .stop,
    .route.long .end {
        max-width: 57px;
    }

    .route.long .stop .name,
    .route.long .end .name {
        text-align: left;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        padding-left: 1em;
    }

    .route.long .stop .eta,
    .route.long .end .eta {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: relative;
        left: -50px;
    }
}

@media only screen and (min-width: 1200px) {
    .travel-tab-content .origin img {
        width: 120px;
        height: 120px;
        margin-bottom: 1.46667em;
    }

    .travel-tab-content .origin .name {
        font-size: 20px;
        font-weight: 400;
        min-height: 105px;
    }

    .travel-tab-content .time {
        font-size: 22px;
    }

    .travel-tab-content .time .large {
        font-size: 70px;
    }

    .travel-tab-content .time:after {
        content: "";
        display: block;
        margin-bottom: 110px;
    }

    .travel-tab-content .destination i {
        font-size: 60px;
        line-height: 60px;
        padding: 32px 0 14px 0;
        text-align: center;
        background-color: white;
        width: 120px;
        border-radius: 50%;
        margin-bottom: 0.45833em;
    }

    ul.travel-tabs a {
        font-size: 60px;
        padding: 0 0 75% 0;
    }

    .travel-tab-content .left:before {
        padding-bottom: 15%;
    }

    .travel-tab-content .destination .name {
        font-size: 20px;
        font-weight: 400;
        min-height: 105px;
    }

    .travel-tab-content .origin img {
        width: 150px;
        height: 150px;
        margin-bottom: 1.46667em;
    }

    .travel-tab-content .origin .name {
        font-size: 20px;
        font-weight: 400;
        min-height: 70px;
    }

    .travel-tab-content .time {
        font-size: 35px;
    }

    .travel-tab-content .time .large {
        font-size: 90px;
    }

    .travel-tab-content .time:after {
        content: none;
    }

    .travel-tab-content .destination i {
        font-size: 100px;
        line-height: 100px;
        padding: 26px 0 26px 0;
        text-align: center;
        background-color: white;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        margin-bottom: 0.275em;
    }

    .travel-tab-content .destination .name {
        font-size: 20px;
        font-weight: 400;
        min-height: 70px;
    }

    .route.long .stop,
    .route.long .end {
        max-width: 65px;
        height: 200px;
    }

    .route.long .stop .name,
    .route.long .end .name {
        padding-left: 1.5em;
        width: 130px;
    }

    .route.long .stop .dot,
    .route.long .end .dot {
        margin: 20px 0;
    }

    .route.long .stop .eta,
    .route.long .end .eta {
        left: -30px;
    }
}

@media only screen and (min-width: 1200px) and (-ms-high-contrast: active),
only screen and (min-width: 1200px) and (-ms-high-contrast: none) {
    .travel-tab-content .destination i {
        height: 168px;
        padding-top: 40px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .map-section {
        padding-left: 18px;
        padding-right: 18px;
    }

    .info-blocks {
        max-height: 365px;
        overflow: hidden;
    }

    .travel-tab-content .left .route-info {
        padding: 20px 15px 15px;
    }
}

@media only screen and (min-width: 1300px) {
    .map-section {
        padding: 95px 0;
    }

    .route.long .stop,
    .route.long .end {
        max-width: 75px;
    }

    .route .start {
        margin-left: 0;
    }

    ul.travel-tabs a {
        font-size: 50px;
        padding: 25% 0 30% 0;
    }
}

@media only screen and (min-width: 1500px) {
    .travel-tab-content .left .route-info {
        padding-top: 80px;
        padding-top: 25px;
    }

    /* .info-blocks {
    max-height: 400px;
} */

    .travel-tab-content .left:before {
        padding-bottom: 12%;
    }
}

.plots-section h2 {
    margin-bottom: 12px;
    font-size: 35px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 45px;
}

.plots-section hr {
    background-color: #b08b61;
    margin: 20px 0;
    opacity: 1;
}

.plots-section .plot-info {
    margin-bottom: 55px;
}

.plot-info .info-price {
    background-color: #E8E8E8;
    padding: 10px 15px;
    margin-bottom: 30px;
}

@media screen and (max-width:768px) {
    .plots-section .plot-info {
        margin: -40px 18px 70px;
        padding: 25px 20px;
    }

    .plots-section {
        margin-top: 30px;
    }

    .hero-section .title-box .title-box-inner {
        padding: 20px 72px 20px 20px;
    }

    .hero-section .title-box.dark-bg h1, .hero-section .title-box.dark-bg h2 {
        font-size: 32px;
        line-height: 32px;
        letter-spacing: 2.1px;
    }

    .hero-section .title-box {
        margin: -40px -12px -10px 40px;
    }
}


.plots-section .info {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 22px;
}

.plots-section .info b {
    font-weight: 500;
}

.plots-section .price {
    color: #b08b61;
    font-family: "Bodoni Moda", Times, serif;
    font-weight: 700;
    font-size: 26px;
    letter-spacing: 1px;
    margin: 10px 0 0;
}

.plots-section .link {
    /* margin-top: 5px; */
    /* color: #525050; */
    width: 100%;
    text-align: center;
}

.plots-section .link::after {
    width: calc(100% - 25px);
}

.plots-section .link:hover::after {
    width: 0;
}

.plots-section .link::before,
.plots-section .link::after {
    background-color: #b08b61;
}

.plots-section .link:hover:before,
.plots-section .link:focus::before {
    background: linear-gradient(45deg, transparent 50%, #b08b61 50%);
}

.search-section .title-box.dark-bg h1 {
    margin: 0 0 35px !important;
    font-family: Lato;
    font-size: 35px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 41px;
    text-transform: none !important;
}

.search-section label {
    display: block;
}

.search-section .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #f6f5f5;
}

.search-section .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: solid #f6f5f5;
    border-width: 0 2px 2px 0;
}

.search-section .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border: solid #f6f5f5;
    border-width: 0 2px 2px 0;
}

.search-section.hero-section .title-box .title-box-inner::before {
    height: 200px;
    top: -84px;
    bottom: auto;
}

.search-section .selects {
    padding: 40px 0 0 0;
}

.search-section .selects label {
    margin-bottom: 7px;
    font-family: Lato;
    font-size: 16px;
    letter-spacing: 0.89px;
    line-height: 17px;
    text-transform: uppercase;
}

.search-section .selects>div {
    margin-bottom: 35px;
}

.search-section input[type="submit"] {
    background-color: #b08b61;
    width: 100%;
    color: #f6f5f5;
    border: 0;
    padding: 10px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Bodoni 72";
    letter-spacing: 3px;
    line-height: 22px;
}

.select2-container--default .select2-selection--single {
    background-color: transparent;
    border-color: #b08b61;
    border-radius: 0;
    height: 45px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
    text-transform: uppercase;
    padding: 0 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -15px;
    margin-top: -6px;
    border: solid #525050;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border: solid #525050;
    border-width: 0 2px 2px 0;
}

.select2-container {
    width: 100% !important;
}

.select2-search--dropdown {
    display: none;
}

.select2-dropdown {
    background-color: #f6f5f5;
    color: #525050;
    text-transform: uppercase;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #d9d9d9;
    color: #525050;
}

.select2-container--default .select2-results__option--selected {
    background-color: #bebcbc;
}

.select2-container--open .select2-dropdown--below {
    border: 1px solid #b08b61;
    border-top: 0;
    border-radius: 0;
}

.select2-selection__clear {
    margin-right: 40px;
    margin-top: -5px;
}

@media screen and (max-width: 374px) {
    .plots-section .col-6 {
        width: 100%;
    }
}

@media screen and (min-width: 576px) {
    .plots-section h2 {
        font-size: 31px;
    }

    .plots-section .price {
        font-size: 32px;
    }
}

@media screen and (min-width: 992px) {
    .search-section {
        margin-top: -100px;
    }

    .search-section h1 {
        margin: 0 0 20px !important;
    }

    .search-section h2 {
        font-size: 44px;
    }

    .search-section .submit-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 200px;
    }

    .search-section .submit-wrap>div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .search-section .selects-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    .search-section .selects {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: calc(100% - 200px);
    }

    .search-section .selects>div {
        width: 33%;
        margin: 0 30px 0 0;
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .search-section .selects input[type="submit"] {
        max-width: 200px;
    }

    .search-section.hero-section .title-box {
        top: -183px;
        width: calc(100% - 200px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        padding: 0;
        right: 2px;
        position: absolute;
        background-color: transparent;
    }

    .search-section.hero-section .title-box:before {
        content: "";
        background-color: #104386;
        position: absolute;
        width: calc(100% + 30px);
        height: 100%;
        position: absolute;
        left: -30px;
        top: 0;
        opacity: 0.9;
    }

    .search-section.hero-section .title-box .title-box-inner {
        padding: 65px 0px 100px 50px;
        padding: 30px;
        position: static;
        z-index: 1;
        width: 100%;
        max-width: 1300px;
    }

    .search-section.hero-section .title-box .title-box-inner>div {
        display: flex;
        align-items: baseline;
    }

    .search-section.hero-section .title-box .title-box-inner::before {
        background: linear-gradient(0deg, #A27C51 calc(100% - 41px), #E7AF2F calc(100% - 140px));
        height: 114px;
        left: 30px;
        top: -40px;
    }

    .search-section.hero-section .title-box p {
        max-width: 800px;
        margin-right: auto;
        margin-left: auto;
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 17px;
    }

    .image-and-text-box-section .plots-section .link {
        max-width: 210px;
    }
}

@media screen and (min-width: 1200px) {
    .plots-section .plot-info {
        padding: 0 18px;
        margin-bottom: 125px;
    }

    .plots-section .link {
        margin-top: 15px;
    }

    .plots-section .link:not(:hover)::after {
        width: calc(100% - 30px);
    }

    .search-section.hero-section .title-box .title-box-inner::before {
        left: 12px;
    }
}

@media screen and (min-width: 1400px) {
    .search-section h1 {
        font-size: 40px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 48px;
    }

    .search-section.hero-section .title-box .title-box-inner::before {
        left: 0;
    }
}

@media screen and (min-width: 1600px) {
    .search-section .selects>div {
        margin: 0 80px 0 0;
    }
}

.article-hero {
    padding-top: 40px;
}

.article-hero h1 {
    font-size: 36px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.article-hero h2 {
    margin-bottom: 20px;
}

.article-hero .breadcrumbs {
    border-top: 1px solid rgba(190, 188, 188, 0.8);
    border-bottom: 1px solid rgba(190, 188, 188, 0.8);
    font-size: 14px;
    margin-bottom: 35px;
}

.article-hero .breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
}

.article-hero .breadcrumbs ul li {
    padding: 9px 40px 9px 0;
}

.article-hero .breadcrumbs ul li::before {
    display: none;
}

.article-hero .breadcrumbs a {
    opacity: 0.8;
    position: relative;
    text-decoration: none;
}

.article-hero .breadcrumbs a:after {
    content: "";
    position: absolute;
    top: 4px;
    right: -22px;
    border: solid #b08b61;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.article-hero .breadcrumbs span {
    color: #b08b61;
}

.article-hero .cat {
    color: #b08b61;
    text-transform: uppercase;
    font-family: "Bodoni Moda", Times, serif;
    font-weight: 700;
    margin-bottom: 22px;
}

.article-hero .cat a {
    text-decoration: none;
}

.article-hero .date {
    margin-bottom: 35px;
    opacity: 0.8;
    font-size: 14px;
}

.single-article {
    padding: 70px 18px 45px;
}

.single-article .back-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 40px 15px 0;
}

.single-article .back-btn-wrap .link {
    margin-top: 0;
}

.single-article h3 {
    text-transform: initial;
    font-weight: 700;
    margin-bottom: 16px;
}

.single-article h4 {
    font-weight: 700;
    margin: 40px 0 20px;
}

.single-article ul {
    padding-bottom: 20px;
}

.single-article li {
    padding-bottom: 12px;
}

.view-empty.property-search-filter {
    padding: 100px 0 80px;
}

.pagination {
    margin-bottom: 60px !important;
}

.pagination>li>a,
.pagination>li {
    border-radius: 0 !important;
}

.author-wrap {
    margin-bottom: 40px;
    border-left: 1px solid #b08b61;
    padding: 0 20px;
}

.author-wrap h4 {
    margin: 0 0 5px;
}

@media screen and (max-width: 576px) {
    .pagination {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .pagination>li>a {
        padding: 6px 8px !important;
        font-size: 12px;
        height: 30px;
        overflow: hidden;
    }
}

@media screen and (min-width: 992px) {
    .article-hero {
        padding-top: 60px;
    }

    .article-hero h1 {
        font-size: 45px;
    }

    .article-hero h2 {
        margin-bottom: 40px;
    }

    .article-hero .breadcrumbs {
        margin-bottom: 60px;
    }

    .article-hero .cat {
        margin-bottom: 10px;
    }

    .article-hero .date {
        margin-bottom: 25px;
    }

    .article-hero .guest-blog {
        left: 2.93333em;
        top: 2.93333em;
        padding-left: 13px;
        padding-right: 13px;
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
    }

    .article-hero .guest-blog .guest {
        font-size: 65px;
        line-height: 55px;
    }

    .article-hero .guest-blog .post {
        font-size: 83px;
        line-height: 70px;
    }

    .single-article {
        padding-bottom: 100px;
    }

    .single-article h3 {
        margin-bottom: 40px;
    }

    .single-article .back-btn-wrap {
        padding: 80px 0 0;
    }

    .single-article .row>div {
        padding-right: 30px;
    }
}

@media screen and (min-width: 1200px) {
    .single-article {
        padding-top: 120px;
    }

    .author-wrap {
        text-align: right;
        border-right: 1px solid #b08b61;
        border-left: 0;
    }
}

.cards-section hr {
    margin: 0 0 55px;
    background-color: #525050;
    opacity: 1;
}

.cards-section .rel-tlt {
    padding: 0 18px;
}

.cards-section .rel-tlt .h4 {
    font-weight: 700;
}

.cards-section .card-wrap {
    margin: 0 18px 50px;
    text-decoration: none;
    display: block;
}

.cards-section .card-wrap a {
    text-decoration: none;
}

.cards-section .card-image {
    position: relative;
}

.cards-section .card-image img {
    width: 100%;
}

.cards-section .card-text {
    font-size: 16px;
    line-height: 1.4;
    padding: 20px 25px;
    background-color: #f6f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cards-section .card-text .tlt {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}

.cards-section .card-text .card-tlt {
    padding-bottom: 10px;
}

.cards-section .card-text .cat {
    margin-bottom: 10px;
    font-family: "Bodoni Moda", Times, serif;
    color: #b08b61;
    font-size: 16px;
    text-transform: uppercase;
}

.cards-section .card-text .date {
    font-size: 11px;
    color: #6e6b6b;
    opacity: 0.8;
    font-weight: 700;
    text-transform: uppercase;
}

.cards-section .card-text .wrt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.cards-section .card-text .wrt .profil-img {
    position: relative;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}

.cards-section .card-text .wrt .profil-img img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    max-width: 110px;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cards-section .card-text .wrt .profli-info {
    width: calc(100% - 65px);
    font-size: 12px;
}

.cards-section .link {
    margin-top: 0;
    margin-bottom: 80px;
}

.cards-section .filters-wrap {
    padding: 50px 18px 100px;
}

.cards-section .filters-wrap .h3 {
    font-size: 26px;
    font-family: "Bodoni Moda", Times, serif;
    text-transform: uppercase;
    margin-bottom: 0;
}

.cards-section .filters-wrap .select2 {
    max-width: 350px;
}

.cards-section .filters-wrap label {
    line-height: 1.6;
}

.cards-section .filters-wrap .form-group {
    margin-bottom: 16px;
}

.cards-grid-section .card-wrap:not(:first-child) .more {
    display: none;
}

.cards-slider {
    padding: 40px 0 20px;
}

.cards-slider .slick-next:before,
.cards-slider .slick-prev:before {
    content: "";
    border: solid #525050;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 10px;
}

.cards-slider .slick-next:not(.slick-disabled):before,
.cards-slider .slick-prev:not(.slick-disabled):before {
    opacity: 1;
}

.cards-slider .slick-next {
    right: 0;
}

.cards-slider .slick-next:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cards-slider .slick-prev {
    left: 0;
}

.cards-slider .slick-prev:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.guest-blog {
    position: absolute;
    z-index: 1;
    left: 0.73333em;
    top: 0.73333em;
    color: #fff;
    font-family: "Bodoni Moda", Times, serif;
    text-transform: uppercase;
    padding-left: 6.5px;
    padding-right: 6.5px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    vertical-align: middle;
    text-align: center;
}

.guest-blog .post {
    display: block;
    font-size: 19px;
    line-height: 16px;
}

.guest-blog .guest {
    display: block;
    font-size: 14px;
    line-height: 18px;
}

@media screen and (min-width: 768px) {
    .guest-blog {
        left: 1.1em;
        top: 1.1em;
    }

    .guest-blog .guest {
        font-size: 21px;
        line-height: 20px;
    }

    .guest-blog .post {
        font-size: 29px;
        line-height: 30px;
    }

    .cards-slider {
        padding: 40px 0;
    }

    .cards-slider .slick-next:before,
    .cards-slider .slick-prev:before {
        border-width: 0 4px 4px 0;
    }

    .cards-slider .slick-next {
        right: -15px;
    }

    .cards-slider .slick-prev {
        left: -15px;
    }

    .cards-section:not(.cards-grid-section) .card-image,
    .cards-grid-section .card-wrap:not(:nth-child(1)) .card-image {
        position: relative;
        overflow: hidden;
        height: 170px;
    }

    .cards-section:not(.cards-grid-section) .card-image img,
    .cards-grid-section .card-wrap:not(:nth-child(1)) .card-image img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        min-width: 100%;
        min-height: 100%;
        width: 100%;
        height: auto;
        max-width: none;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .cards-section:not(.cards-grid-section) .card-text,
    .cards-grid-section .card-wrap:not(:nth-child(1)) .card-text {
        height: 230px;
    }

    .cards-section:not(.cards-grid-section) .card-text .wrt .profli-info,
    .cards-grid-section .card-wrap:not(:nth-child(1)) .card-text .wrt .profli-info {
        font-size: 14px;
    }

    .cards-grid-section {
        clear: both;
    }

    .cards-grid-section .card-wrap:not(:nth-child(1)) {
        width: calc(50% - 36px);
        float: left;
    }
}

@media screen and (min-width: 992px) {
    .cards-grid-section {
        padding: 25px 0 45px;
    }

    .cards-grid-section .card-wrap:not(:nth-child(1)) {
        width: calc(33% - 36px);
    }

    .cards-grid-section .card-wrap:nth-child(1) {
        width: calc(66% - 36px);
        float: left;
    }

    .cards-grid-section .card-wrap:nth-child(1) .card-image {
        position: relative;
        overflow: hidden;
        height: 485px;
    }

    .cards-grid-section .card-wrap:nth-child(1) .card-image img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        min-width: 100%;
        min-height: 100%;
        width: 100%;
        height: auto;
        max-width: none;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .cards-grid-section .card-wrap:nth-child(1) .card-text {
        height: 365px;
        padding: 25px 55px;
    }

    .cards-grid-section .card-wrap:nth-child(1) .card-text .wrt .profli-info {
        font-size: 14px;
    }

    .cards-grid-section .card-wrap:nth-child(1) .guest-blog {
        left: 1.46667em;
        top: 1.46667em;
        padding-left: 13px;
        padding-right: 13px;
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
    }

    .cards-grid-section .card-wrap:nth-child(1) .guest-blog .guest {
        font-size: 35px;
        line-height: 28px;
    }

    .cards-grid-section .card-wrap:nth-child(1) .guest-blog .post {
        font-size: 46px;
        line-height: 45px;
    }

    .cards-grid-section .filters-wrap .form-group {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1200px) {
    .cards-slider .slick-next {
        right: -60px;
    }

    .cards-slider .slick-prev {
        left: -60px;
    }

    .cards-grid-section .card-wrap .card-text {
        font-size: 18px;
    }

    .cards-grid-section .card-wrap:nth-child(1) .guest-blog .guest {
        font-size: 45px;
        line-height: 38px;
    }

    .cards-grid-section .card-wrap:nth-child(1) .guest-blog .post {
        font-size: 59px;
        line-height: 55px;
    }
}

@media screen and (min-width: 1500px) {
    .cards-grid-section {
        clear: both;
    }

    .cards-grid-section .card-wrap:not(:nth-child(1)) {
        width: calc(25% - 36px);
    }

    .cards-grid-section .card-wrap:nth-child(1) {
        width: calc(50% - 36px);
    }

    .cards-grid-section .card-wrap:nth-child(1) .card-text {
        height: 365px;
        padding: 30px 55px;
    }
}

.timeline-section {
    padding: 50px 30px 80px;
    position: relative;
    overflow: hidden;
    margin: 40px 0 120px;
}

.timeline-section.hideme {
    margin: 140px 0 20px !important;
}

.timeline-section.no-hide {
    margin: 40px 0 120px !important;
}

.timeline-section .bg-image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
}

.timeline-section h2 {
    color: #f6f5f5;
}

.timeline-wrap {
    position: relative;
    overflow: hidden;
}

.timeline {
    white-space: nowrap;
    overflow-x: hidden;
}

.timeline .timeline-list {
    font-size: 0;
    width: 100%;
    padding: 350px 0;
    -webkit-transition: all 1s;
    transition: all 1s;
    margin-bottom: 0;
}

.timeline .timeline-list .timeline-item {
    position: relative;
    display: inline-block;
    list-style-type: none;
    width: 110px;
    height: 3px;
    background: #b08b61;
}

.timeline .timeline-list .timeline-item:before {
    display: none;
}

.timeline .timeline-list .timeline-item .content-wrap {
    position: absolute;
    left: calc(100% - 90px);
    width: 185px;
    font-size: 1rem;
    white-space: normal;
    color: #fff;
}

.timeline .timeline-list .timeline-item .content {
    position: relative;
}

.timeline .timeline-list .timeline-item .content::before {
    content: "";
    position: absolute;
    left: -20px;
    width: 2px;
    height: calc(100% + 16px);
    background-color: #b08b61;
}

.timeline .timeline-list .timeline-item:last-child {
    width: 110px;
}

.timeline .timeline-list .timeline-item:last-child .content-wrap {
    width: 0;
}

.timeline .timeline-list .timeline-item:nth-child(odd) .content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    top: -16px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.timeline .timeline-list .timeline-item:nth-child(odd) .content-wrap .content::before {
    bottom: -16px;
}

.timeline .timeline-list .timeline-item:nth-child(even) .content-wrap {
    top: calc(100% + 16px);
}

.timeline .timeline-list .timeline-item:nth-child(even) .content-wrap .info {
    margin-bottom: 10px;
}

.timeline .timeline-list .timeline-item:nth-child(even) .content-wrap .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.timeline .timeline-list .timeline-item:nth-child(even) .content-wrap .content::before {
    top: -16px;
}

.timeline .timeline-list .timeline-item:nth-child(even) .content-wrap::before {
    top: -8px;
    border-width: 8px 0 0 8px;
    border-color: transparent transparent transparent #fff;
}

.timeline time {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 8px;
}

.timeline .arrows {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0px;
    position: absolute;
    top: calc(50% + 1px);
    width: calc(100% - 20px);
}

.timeline .arrows .arrow__prev {
    margin-right: 20px;
}

.timeline .arrows img {
    width: 45px;
    height: 45px;
}

.timeline .arrow {
    padding: 0;
    border: 0;
    background-color: transparent !important;
}

.timeline .arrow::before {
    content: "";
    border: solid #b08b61;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 15px;
}

.timeline .arrow:after {
    content: "";
    width: 60px;
    height: 3px;
    background-color: #b08b61;
    position: absolute;
    top: calc(50% - 3px);
    display: none;
}

.timeline .arrow.arrow__next {
    margin-right: -35px;
}

.timeline .arrow.arrow__next::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-right: 9px;
}

.timeline .arrow.arrow__next::after {
    right: -49px;
}

.timeline .arrow.arrow__prev {
    margin-left: -40px;
}

.timeline .arrow.arrow__prev::before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-left: 9px;
}

.timeline .arrow.arrow__prev::after {
    left: -49px;
}

.timeline .disabled {
    opacity: 0;
}

.timeline .disabled::after {
    display: none;
}

.timeline .month {
    color: #b08b61;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}

.timeline .year {
    color: #b08b61;
    font-size: 50px;
    font-weight: 700;
    font-family: "Bodoni Moda", Times, serif;
}

.timeline .info {
    font-size: 18px;
}

@media screen and (min-width: 768px) {
    .timeline-section {
        margin: 65px 0 25px;
        padding: 50px 50px 80px;
    }

    .timeline-section.hideme {
        margin: 165px 0 -75px !important;
    }

    .timeline-section.no-hide {
        margin: 65px 0 25px !important;
    }

    .timeline .arrow::before {
        padding: 23px;
    }

    .timeline .arrow.arrow__prev {
        margin-left: -50px;
    }

    .timeline .arrow.arrow__next {
        margin-right: -50px;
    }
}

@media screen and (min-width: 992px) {
    .timeline-section {
        padding: 50px 100px 80px;
    }

    .timeline .arrow:after {
        width: 230px;
    }

    .timeline .arrow.arrow__next {
        margin-right: -100px;
    }

    .timeline .arrow.arrow__next::after {
        right: -99px;
    }

    .timeline .arrow.arrow__prev {
        margin-left: -100px;
    }

    .timeline .arrow.arrow__prev::after {
        left: -99px;
    }
}

@media screen and (min-width: 1200px) {
    .timeline .arrows {
        top: calc(50% + 5px);
    }
}

.open-menu .header {
    position: relative;
    z-index: 2;
    background-color: #fff;
}

.plots-section+.image-and-text-box-section {
    padding-top: 50px;
    padding-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .plots-section+.image-and-text-box-section {
        padding-bottom: 90px;
    }

    .search-section+.image-and-text-box-section {
        padding: 75px 0;
    }
}

@media screen and (min-width: 1200px) {
    .plots-section+.image-and-text-box-section {
        padding-top: 0;
        padding-bottom: 125px;
    }
}

.video-js .vjs-big-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    display: block !important;
}

.video-js .vjs-big-play-button:after {
    content: "\f04b";
    font-weight: normal;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    display: block;
    position: absolute;
    color: black;
    background-color: white;
    padding: 20px;
    width: 64px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-indent: 5px;
    top: 0;
    left: 0;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder {
    display: none;
}

.video-js:hover .vjs-big-play-button {
    background-color: transparent;
    border: none;
}

.video-js:hover .vjs-big-play-button:after {
    color: white;
    background-color: #689fce;
}

.video-js .vjs-load-progress {
    background-color: #689fce;
}

.video-js.vjs-has-started .vjs-big-play-button {
    display: none !important;
}

.article.teaser .field--name-field-poster,
.article.teaser a .field--name-field-poster {
    position: relative;
}

.article.teaser .field--name-field-video,
.article.teaser .field--name-field-poster {
    position: relative;
}

.article.teaser .field--name-field-video:before,
.article.teaser .field--name-field-poster:before {
    content: "\f04b";
    font-weight: normal;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    display: block;
    position: absolute;
    color: black;
    background-color: white;
    padding: 20px;
    width: 64px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-indent: 5px;
    top: 50%;
    left: 50%;
    z-index: 2;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* fix lang switcher for sticky menu */
.block-gtranslate-block {
    display: none !important;
}

/* end fix lang switcher for sticky menu */

/* sticky menu */

body>.header {
    position: fixed;
    top: -1px;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 100;
    height: 95px;
}

@media screen and (max-width: 1299px) {
    body>.header {
        padding-top: 14px;
        height: 60px;
    }
}

body>.header .col-12:first-child {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    /* padding-top: 20px; */
}

body>main {
    margin-top: 55px;
}

body>.header .menu-btn-wrap,
body>.header .menu-wrap .logo-wrap {
    transition: 0.5s;
}

body>.header.sticky {
    height: auto;
}

body>.header .menu-btn-wrap {
    order: 2;
    align-self: flex-start;
}

body>.header.sticky .menu-wrap .logo-wrap {
    margin-bottom: 10px;
}

body.open-menu .header.sticky .menu-btn-wrap {
    background: white;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 25px;
}

@media screen and (min-width: 1300px) {
    body>.header+main {
        margin-top: 135px;
    }

    body>main {
        margin-top: 185px;
    }

    body>.header .menu-wrap {
        transition: 0.5s;
    }

    body>.header.sticky .menu-wrap .logo-wrap {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    body>.header.sticky .menu-wrap {
        padding-top: 10px;
        padding-bottom: 10px;
        /* padding-bottom: 0; */
    }
}

/* end sticky menu */

/* start new ui */
.floorplan-section {
    padding: 50px 0 90px;
}



.floorplan-section .image-and-text-box-section {
    padding-bottom: 0;
}

.floorplan-section .image-and-text-box-section .text-box h3 {
    margin: 35px 0 20px;
    text-shadow: none;
}

.floorplan-section .image-and-text-box-section .text-box h2 {
    text-shadow: 0.5px 0 0 currentColor;
}

.floorplan-section .nav {
    flex-direction: column;
    text-align: center;
    font-family: Lato;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 41px;
    text-align: center;
    color: #525050;
    align-items: center;
}

.floorplan-section .nav .nav-link {
    color: #525050;
    border: 0;
}

.nav-tabs .nav-link.active {
    background-color: transparent;
    color: #B08B61;
}

a.nav-link.active::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #B08B61;
    bottom: -4px;
    position: absolute;
    left: 4px;
    width: calc(100% - 32px);
}

.fslightbox-flex-centered {
    background-color: #f6f5f5;
}

.fslightbox-svg-path {
    fill: #373434 !important;
}

.fslightbox-slide-number-container {
    z-index: 1 !important;
    color: #373434 !important;
}

.fslightbox-slash {
    background: #373434 !important;
}

.floorplan-section .nav .nav-link::after {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    transform: rotate(45deg);
    background: linear-gradient(45deg, transparent 50%, #b08b61 50%);
    margin-left: 10px;
}

.floorplan-section .nav-tabs {
    border: 0;
}

@media screen and (min-width: 992px) {
    .floorplan-section {
        padding: 95px 0 65px;
    }

    .floorplan-section .image-and-text-box-section {
        padding: 65px 0px;
    }

    .floorplan-section .nav {
        flex-direction: row;
        justify-content: center;
    }

    .floorplan-section .nav .nav-link {
        padding: 10px 25px;
    }

    .floorplan-section .nav .nav-link::after {
        margin-left: 28px;
        width: 1px;
        height: 55px;
        background: #B08B61;
        top: -8px;
        position: absolute;
        transform: rotate(0deg);
    }

    .floorplan-section .nav .nav-item.last-item .nav-link::after {
        background: transparent;
    }

    a.nav-link.active::before {
        left: 19px;
        width: calc(100% - 38px);
        bottom: -8px;
    }
}

.modal.modal-more {
    z-index: 1041;
    padding-right: 0 !important;
}

.modal-more .modal-header {
    justify-content: center;
    border-bottom: 0;
    padding: 0 30px 80px;
}

.modal-more .modal-content {
    min-height: 100vh;
    background-clip: unset;
    border-radius: 0;
    border: none;
}

.modal-more .nav-item.last {
    margin-top: 25px;
    margin-bottom: 80px;
}

.modal-more .nav-item.last a {
    margin-top: 0;
}

.modal-more .btn-close {
    background-image: url("../img/close-button.svg");
    opacity: 1;
    margin: 25px 30px 70px;
    align-self: flex-end;
}

.modal-more .modal-body {
    display: flex;
    justify-content: center;
    padding: 0;
}

.modal-more .nav {
    align-items: center;
}

.modal-more .js-toggle {
    width: 25px;
    height: 2.5px;
    position: relative;
    transition: 0.25s all cubic-bezier(0.17, 0.67, 0.09, 0.97);
    cursor: pointer;
    background: none;
    border: none;
    width: 40px;
    height: 24px;
    position: absolute;
    top: -2px;
    right: -40px;
}

.modal-more .js-toggle::before {
    transform: rotate(90deg);
    opacity: 1;
}

.modal-more .js-toggle::after {
    opacity: 1;
}

.modal-more .js-toggle::after,
.modal-more .js-toggle::before {
    content: "";
    transition: 0.25s all cubic-bezier(0.17, 0.67, 0.09, 0.97);
    position: absolute;
    width: 15px;
    height: 2px;
    background: #B08B61;
    border-radius: 5px;
}

.modal-more .js-toggle.open::after,
.modal-more .js-toggle.open::before {
    transition-delay: 0.1s;
    opacity: 0;
}

.modal-more .js-toggle.open::before {
    opacity: 1;
}

.modal-more .js-toggle.open::before {
    transform: rotate(180deg);
}

.modal-more .nav-link {
    font-family: "Open Sans";
    font-size: 22px;
    letter-spacing: 0;
    line-height: 30px;
    text-align: center;
    color: #525050;
    display: flex;
    justify-content: center;
    padding: 0;
    text-transform: uppercase;
}

.modal-more .nav-item {
    padding-bottom: 20px;
}

.modal-more .menu-btn {
    color: white;
    text-decoration: none;
    background-color: #B08B61;
    padding: 15px 33px;
}

.modal-more .wrap-collapse ul {
    list-style: none;
    text-align: center;
    padding-left: 0;
}

.modal-more .wrap-collapse {
    margin-top: -20px;
    margin-bottom: 20px;
}

.modal-more .wrap-collapse ul li:first-child {
    padding-top: 10px;
}

.modal-more .wrap-collapse a {
    color: #525050;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.47px;
    line-height: 26px;
    justify-content: center;
    padding: 0;
}

.modal-more .modal-dialog {
    margin: 0;
}

@media (min-width: 576px) {
    .modal-more .modal-dialog {
        max-width: 100%;
        margin: 0;
    }
}

.brochures-section {
    padding: 50px 0;
}

.brochures-section .card-title {
    font-size: 35px;
    letter-spacing: 0;
    line-height: 45px;
    text-transform: none;
    margin-bottom: 50px;
    position: relative;
}

.brochures-section .card-title::after {
    content: "";
    width: 230px;
    height: 1px;
    background-color: #B08B61;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.brochures-section .row {
    row-gap: 2rem;
}

.brochures-section .card {
    border: none;
}

.brochures-section .card-text {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
}

.brochures-section .link {
    margin-top: 30px;
    min-width: 100%;
}

@media screen and (min-width: 768px) {
    .modal-more .modal-header {
        padding: 0 0 80px;
    }

    .brochures-section .row {
        justify-content: space-between;
    }
}

@media screen and (min-width: 1400px) {
    .brochures-section .card-body {
        padding: 1rem 2rem;
    }
}

/* end new ui */

#CybotCookiebotDialog {
    z-index: 2147483640 !important;
}

/* enquiry form */

.block-register-interest {
    max-width: 800px;
    margin: 0 auto;
}

.block-register-interest .form-item {
    float: left;
    padding-right: 15px;
    margin-bottom: 1rem;
}

.block-register-interest .form-item.col-md-6 .form-text {
    margin-top: 0;
}

#block-enquiry-webform form input:not([type=file]) {
    border: 1px solid #B08B61;
    background: transparent;
    border-radius: 0 !important;
    font-family: "Lato", Helvetica, sans-serif !important;
    color: #525050 !important;
}

#block-enquiry-webform form label:not(.hs-error-msg) {
    color: #525050 !important;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: "Lato", Helvetica, sans-serif !important;
}

#block-enquiry-webform form .form-item-agreement label {
    text-transform: none;
    font-size: 12px !important;
}

#block-enquiry-webform form select {
    border-color: #B08B61 !important;
}

#block-enquiry-webform form .webform-button--submit {
    background-color: #B08B61 !important;
    text-align: center;
    font-size: 21px;
    color: #fff !important;
    padding: 17px !important;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    line-height: 12px;
    margin: 0 auto;
    font-family: Lato;
    letter-spacing: 0px;
    display: block;
}

#block-enquiry-webform form .sub-header {
    color: #525050;
    font-size: 18px;
    text-align: center;
    text-transform: initial !important;
    margin-block-start: 1em;
    margin-block-end: 1em;
}

#block-enquiry-webform form .sub-footer {
    color: #525050;
    font-size: 12px !important;
    text-transform: initial !important;
    padding-left: 14px;
}

#block-enquiry-webform {
    margin-bottom: 20px;
}

#block-enquiry-webform label.form-required:after {
    content:"*";
    color: red;
}

#galliard-register-interest .messages__wrapper button.close {
    display: none;
}