body {
    font-family: 'Open Sans', sans-serif;
    outline: none;
}
/* WRAPPER */
.wrapper {  
    max-width: 1740px;
    padding-right: 60px;
    padding-left: 60px;
}
.wrapper-wide {
    padding: 0px;
    max-width: 100%;
}
.header-container .wrapper {
    max-width: 1170px;
    position: relative;
    margin: 0 auto;
}
[id^=jarallax] .lazyloaded {    
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
@media all and (min-width: 1920px) {
   .wrapper {
        max-width: 100%;
   }
}

@media all and (max-width: 1170px) {
    .wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media all and (max-width: 767px) {
    .wrapper-wide {
        padding: 0 20px;
    }
    .home .wrapper-wide {
        padding: 0px;
    }
}
/* HEADER */
.header-container.sticky .header {
    padding: 10px 0;
}
.header-container .header .toggler {
    top: 7px;
}
.header-container .header .toggler span,
.header-container .header .toggler span:before,
.header-container .header .toggler span:after {
    border-top: 3px solid #444444;
}
.header-container .header .logo {
    text-align: center;
}
.header-container .header .logo a {
    margin-left: 0;
    margin-top: -101px;
    top: 0;
    left: 50%;
    background: #fff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.header-container.sticky .header .logo a {
    padding: 0;
    margin-top: -75px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.header-container .header .logo a img {
    max-height: 95px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.header-container.sticky .header .logo a img {
    max-height: 70px;
    margin-top: 0;
    margin-bottom: 0;
    margin: 0 auto;
}

.header-container .header .nav {
    margin: 120px 0 10px;
    padding-top: 5px;
}

.header-container.sticky .header .nav {
    border-bottom-color: transparent;
    margin: 75px 0 0px;
}

.header-container .header .nav ul {
    text-align: center;
}

.header-container .header .nav ul li {
    margin-left: 35px;
}

.header-container .header .nav ul li a {
    color: #424242;
    font-family: 'Baskervville', serif;
    font-size: 16px;
    padding: 5px 0px;
    margin-bottom: 0px;
}

.header-container .header .nav ul li:last-child a{}

.header-container .header .nav ul li.active a,
.header-container .header .nav ul li:hover a {
    color: #ab8d0d;
    border-bottom-color: #ab8d0d;
}

.header-container .header .nav ul li .subnav {
    background: #ab8d0d;
    color: #fff;
    margin-top: 9px;
}
.header-container .header .nav ul li .subnav .subnav {
    margin-top: 0px;
}

.header-container .header .nav ul li .subnav li a {
    background: transparent;
    color: #fff;
    border-bottom: none;
}

.header-container .header .nav ul li .subnav li:hover a {
    background: #fff;
    color: #ab8d0d;
}

.header-container .header .nav ul li .subnav li:hover .subnav li a {
    background: #ab8d0d;
    color: #fff;
}

.header-container .header .nav ul li .subnav li:hover .subnav li:hover a {
    background: #fff;
    color: #ab8d0d;
}

@media all and (max-width: 1023px) {
    .header-container .header,
    .header-container .header.wrapped {
        padding: 5px 0 20px;
    }

    .header-container .header .logo a,
    .header-container.sticky .header .logo a {
        margin-top: 10px;
        position: relative;
        top: 0;
        left: 0;
        display: inline-block;
        *display: inline;
        zoom: 1;
        
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .header-container .header .nav,
    .header-container.sticky .header .nav {
        margin: 8px 0 0;
    }

    .header-container .header .nav ul li:nth-of-type(5) {
        margin-left: 20px;
    }

    .header-container .header .logo {
        top: 0px;
    }
}

@media all and (max-width: 767px) {
    .header-container .header .nav {
        padding-top: 0px;
    }
    .header-container .header,
    .header-container .header.wrapped {
        border-bottom: 1px solid #efefef;
        padding: 8px 0 0;
    }

    .header-container.sticky .header {
        margin-top: 0;
        padding: 8px 0 0;
    }

    .header-container .header .nav {
        margin-top: 20px;
    }

    .header-container .header .logo a,
    .header-container.sticky .header .logo a {
        margin: 5px 0;
    }

    .header-container .header .nav ul li .subnav {
        background: #90908f;
    }

    .header-container .header .nav > ul > li:nth-of-type(5) {
        margin-left: 0px;
    }
    .header-container .header .logo a img,
    .header-container.sticky .header .logo a img {
        max-height: 35px;
    }
}

/* BOOKING FORM */
.homebooking {
    padding: 10px;
    display: flex;
    align-items: center;
    background: #f5f3f1;
}

.homebooking form {
    margin: 0 auto;
}

.homebooking form > *{
    font-family: 'Open Sans', sans-serif;
    color: #998f8d;
    margin-left: 10px;
    padding: 10px;
    height: 40px;
    border: none;
    text-align: left;
    border: 1px solid #fff;
    vertical-align: top;
}

.homebooking input.homebooking-btn-mob,
.homebooking input.homebooking-btn {
    border-radius: 0px;
    border: 1px solid;
    padding: 10px 40px;
    background:#998f8d;
    border-color: #998f8d;
    color:#fff;
}

.homebooking input.homebooking-btn-mob:hover,
.homebooking input.homebooking-btn:hover{
    background:#ab8d0d;
    color:#fff;
    border-color: #ab8d0d;
}

.ui-datepicker {
    margin-top: 18px !important;
}

.check-in-out {
    padding: 8px;
}

@media all and (max-width:767px) {
    .homebooking {
        padding: 10px 0px;
        background: #f5f3f1;
        text-align: center;
    }

    .homebooking form>* {
        margin: 2px 0px;
        padding: 10px;
        font-size: 12px;
        background: #fff;
        color: #998f8d;
        width: 147px;
        text-align-last: center;
        -webkit-appearance:none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }
    .homebooking input.homebooking-btn-mob {
        text-align: center !important;
        padding: 0px !important;
    }
    select{    
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }
    .invest.default .homebooking {
        display: none;
    }
}

@media all and (min-width:768px) {
    .desk.mobile {
        display: none;
    } 
}

@media all and (max-width: 600px) {
    .ui-datepicker {
        top: 0px !important;
        margin-top: 0px !important;
    }
    .homebooking form>* {
        width: 25%;
    }
    input#fmv {
        width: 125px;
        text-align: center !important;
        padding: 0px !important;
    }
}

/* FOOTER */
.footer-container .footer {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
}
.footer-container .footer .wrapper {
    max-width: 1110px;
}
.footer-container.sticky .footer {
    background: #fff;
    border-top: 1px solid #efefef;
}
.footer-container .footer .column {
    font-weight: 400;
}
.footer-container .footer .column h3 {
    color: #a68705;
    font-family: 'Baskervville', serif;
    font-weight: 400;
    font-size: 26px;
    margin-bottom: 10px;
}
.footer-container .footer .column a {
    color: #000;
}
.footer-container .footer .column .phone-numbers {
    margin-bottom: 37px;
    margin-top: 20px;
}
.footer-container .footer .column address {
    max-width: 290px;
    margin-bottom: 15px;
}
.footer-container .footer .column address.full_address {
    max-width: 330px;
    margin-bottom: 47px;
}
.footer-container .footer .column .socials {
    margin-bottom: 20px;
}
.footer-container .footer .column .socials a {
    font-size: 15px;
    background: #fff;
    color: #434343;
    border: 1px solid #434343;
    -webkit-border-radius: 29px;
    -moz-border-radius: 29px;
    -ms-border-radius: 29px;
    -o-border-radius: 29px;
    border-radius: 29px;
}
.footer-container .footer .column .socials a:hover {
    background: #bc9c2f;
    border-color: #bc9c2f;
    color: #fff;
}
.footer-container .footer .bottom {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    top: 85px;
}
.footer-container .footer .bottom .marketed {
    max-width: 180px;
    font-weight: 400;
    margin-top: 20px;
}

/* footer - signup */
.footer-container .footer form {
    margin-bottom: 30px;
}
.footer-container.sticky .footer form {
    display: none;
}
.footer-container .footer .box-input,
.hero-container form .box-input {
    font-size: 0;
}
.footer-container .footer .box-input input[type="email"],
.hero-container form .box-input input[type="email"] {
    min-width: 220px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    border: 1px solid #434343;
    color: #434343;
    background: none;
    padding: 8px 15px 8px;
    display: inline-block;
    zoom: 1;
    vertical-align: top;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    z-index: 2;
}
.footer-container .footer .box-input input[type="submit"] {
    border: 1px solid #8e8579;
}
.footer-container .footer .box-input input[type="submit"],
.hero-container form .box-input input[type="submit"] {
    background: #8e8579 url("/resources/malaiwana/images/subscribe-btn.png") no-repeat center center;
    border-left: 1px solid #8e8579;
    height: 40px;
    font-size: 0;
    padding: 0px 20px 10px;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}
.footer-container .footer .box-input input[type="submit"]:hover,
.hero-container form .box-input input[type="submit"]:hover {
    cursor: pointer !important;
    background-color: #a68705 !important;
}

/* footer invest */
.invest .content-container .content .content-item .wrapper {
    max-width: 1170px;
    margin: 0 auto;
}
.footer-container .footer .invest-with-us {
    margin-bottom: 10px;
}

.footer-container.sticky .footer .invest-with-us {
    display: none;
}
.footer-container .footer .invest-with-us a {
    font-family: 'Open Sans', sans-serif;
    font-size: 13.96px;
    line-height: 28px;
    color: #434343;
    text-align: center;
    text-transform: uppercase;
    background: #fff;
    zoom: 1;
    text-decoration: none;
    border: 1px solid #998f8d;
    padding: 5px 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.footer-container .footer .invest-with-us a:hover {
    background-color: #a68705;
    color: #fff;
    border-color: #a68705;
}
.footer-container .footer .bottom {
    top: 130px;
}
@media all and (max-width: 1200px) and (min-width: 1024px){
    .footer-container .footer .bottom {
        top: 52px !important;
    }
}
@media all and (min-width: 768px) and (max-width: 1023px){
    .footer-container .footer .bottom {
        top: 340px !important;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .footer-container .footer .bottom {
        top: 155px !important;
    }
    
    .footer-container .footer .column address.full_address {
        max-width: 330px;
        margin-bottom: 26px;
    }
}
@media all and (max-width: 767px) {
    .footer-container .footer .column .socials,
    .footer-container .footer .invest-with-us {
        margin-bottom: 30px;
    }
    
    .footer-container .footer .invest-with-us,
    .footer-container .footer .bottom .marketed {
        margin-top: 30px;
    }
    
    .footer-container .footer .column address {
        margin: 0 auto 15px;
    }
    .footer-container .footer .box-input input[type="email"] {
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }
    
    .footer-container .footer .box-input input[type="submit"] {
        -webkit-appearance:none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }
    .footer-container .footer .column {
        padding: 0px 0 40px 0;
    }
}

/* BUTTONS CONTAINER */
.buttons-container {
    background: #f5f3f1;
    padding: 30px 15px;
}
.buttons-container .button .wrapper {
    max-width: 1170px;
    padding: 20px 0px;
}

.buttons-container .button a {
    text-transform: uppercase;
    text-decoration: none;
    color: #f5f3f1;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    border: 1px solid #f5f3f1;
    padding: 10px;
    min-width: 180px;
    margin: 5px;
    text-align: center;
    display: inline-block;
}

.buttons-container .button a.home-button {
    border: 0;
    padding: 0;
    background: transparent;
    margin: 0;
    font-size: 17px;
}

.buttons-container .button a.home-button:hover {
    color: #998f8d;
}

.buttons-container:after {
    content: '';
    left: 0;
    right: 0;
    display: none;
    border-bottom: 1px solid #595352;
    margin-top: -61px;
    margin-bottom: 70px;
}

.buttons-container .button i.fa.fa-long-arrow-right:before {
    content: "\2192";
    font-size: 43px;
    font-weight: 100;
    position: relative;
    top: 6px;
}

.buttons-container .button i.fa-long-arrow-right:before {
    content: "\2192";
    font-size: 43px;
    font-weight: 100;
    position: relative;
    top: 7px;
    border: 1px solid #f1eeea;
    background: #f1eeea;
    border-radius: 50%;
    left: -19px;
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    padding: 10px;
    z-index: -1;
}

.buttons-container .button i.fa.fa-long-arrow-right:hover:before {
    background: transparent;
    border: none;
}
.buttons-container .prevnext .wrapper {
    max-width: 1110px;
}

.buttons-container .prevnext a {
    color: #434343;
    top: -6px;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.buttons-container .prevnext a:hover {
    color: #998f8d;
}

.buttons-container .prevnext a i {
    -webkit-filter: none;
    filter: none;
    background: url("/resources/malaiwana/images/prev-arrow-hover.png") no-repeat center center;
    border: 1px solid #fff;
    background-color: #998f8d;
    padding: 25px;
    margin-top: -19px;
}

.buttons-container .prevnext a.prev i {
    background: url("/resources/malaiwana/images/prev-arrow-hover.png") no-repeat center center;
    border: 1px solid #998f8d;
    background-color: #998f8d;
    margin-right: 5px;
}

.buttons-container .prevnext a.prev:hover i {
    border: 1px solid #bd9a04;
    -webkit-filter: none;
    filter: none;
    background: url("/resources/malaiwana/images/prev-arrow-hover.png") no-repeat center center;
    background-color: #bd9a04;
}

.buttons-container .prevnext a.next i {
    background: url("/resources/malaiwana/images/next-arrow-hover.png") no-repeat center center;
    border: 1px solid #998f8d;
    background-color: #998f8d;
    margin-right: 5px;
}

.buttons-container .prevnext a.next:hover i {
    border: 1px solid #bd9a04;
    -webkit-filter: none;
    filter: none;
    background: url("/resources/malaiwana/images/next-arrow-hover.png") no-repeat center center;
    background-color:#bd9a04;
}
a.btn-default {
    border: 1px solid #8e8579;
    font-size: 20px !important;
    color: #8e8579;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 20px;
}
 a.btn-default:hover {
    background: #ab8d0d;
    color: #fff !important;
    border-color: #ab8d0d;
}
@media all and (max-width: 1170px) {
    .buttons-container .prevnext a {
        font-size: 17px;
    }
}

@media all and (max-width: 767px) {
    .buttons-container {
        background: none;
    }
    .buttons-container .prevnext .wrapper {
        margin-bottom: -47px;
    }

    .buttons-container .button a {
        min-width: 180px !important;
    }

    .buttons-container:after {
        margin-top: -76px;
    }

    .home .buttons-container:after {
        margin-top: -39px;
        margin-bottom: 47px;
    }

    .rates .buttons-container .button,
    .home .buttons-container .button {
        padding: 0px !important;
    }

    .buttons-container .prevnext a {
        top: -22px !important;
    }

    .buttons-container .button a.home-button {
        padding-bottom: 20px;
    }

    .buttons-container .button i.fa-long-arrow-right:before {
        padding: 0px;
        font-size: 35px !important;
        top: 3px !important;
    }
}

/* REVIEWS CONTAINER */
.reviews-container {
    font-family: 'Baskervville', serif;
    font-size:16px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;    
    margin-top: 5px;
}

.reviews-container .reviews .wrapper {
    max-width: none;
    padding-left: 0px;
    padding-right: 0px;
}

.reviews-container .reviews {
    padding: 1px 0;
}

.reviews-container .reviews .wrapper .group{
    text-align: center;
    position: relative;
    font-size: 0;
}

.reviews-container .reviews .wrapper .group .half{
    width: calc(50% - 0px);
    float: right;
    display: inline-block;
    vertical-align: middle;
    margin: 40px 0;
}

.reviews-container .reviews h2 {
    color: #ab8d0d;
    font-family: 'Baskervville', serif;
    margin-bottom: 15px;
    font-weight: 400;
    text-align: center;
    font-size: 40px;
    line-height: 48px;
}

.reviews-container .reviews .home-reviews {
    background: rgba(255, 255, 255, .9);
    text-align: center;
    position: relative;
    margin-right: 40px;
    padding: 50px;
}

.reviews-container .reviews .home-reviews:before,
.reviews-container .reviews .home-reviews:after {
    background: rgba(255, 255, 255, .95);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 10%;
    margin-left: -10%;
}

.reviews-container .reviews .home-reviews:after {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -1000%;
    width: 1000%;
}

.reviews-container .reviews .home-reviews a {
    margin-top: 28px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    color: #434343;
    font-size: 16px;
    text-transform: uppercase;
}

.reviews-container .reviews .home-reviews ul {
    color: #434343;
    font-size: 16px;
    margin-left: 0 !important;
}

.reviews-container .reviews .home-reviews ul li {
    display: block;
    font-weight: 400;
}

.reviews-container .reviews .home-reviews ul li .right {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    line-height: 25px;
}

.reviews-container .reviews .home-reviews ul li .right .gr-date {
    color: #434343;
    font-size: 16px;
}

.reviews-container .reviews .home-reviews ul li .right .rname {
    color: #434343;
    margin-top: 20px;
    display: block;
    font-size: 16px;
}

.reviews-container #CDSWIDSSP {
    width: 100% !important;
}

.reviews-container #CDSWIDSSP .withBorder {
    border: none !important;
}

@media all and (max-width: 1023px) {
    .reviews-container .reviews {
        background: transparent;
        width: 100%;
    }

    .reviews-container .reviews .home-reviews {
        margin: 0px 20px;
        padding: 20px !important;
    }

    .reviews-container .reviews .home-reviews ul {
        font-size: 14px;
    }

    .reviews-container .reviews .wrapper .group .half {
        margin: 20px 0;
    }
    .reviews-container .reviews .wrapper .group .half.half-content{
        width: 100%;
    }
}

/* CONTENT CONTAINER */
/* .spy-wrapper.sticky .spy {
    top: 128px !important;
} */
.content-container .content .content-item {
    margin-bottom: 0px;
}

.content-container .content-seo .content-item .wrapper {
    padding-bottom: 40px !important;
}

.content-container .content .content-item .wrapper.title {
    padding-top: 20px;
    padding-bottom: 20px;
}
.content-container .content .content-item .wrapper.wrapper-wide {
    max-width: 1170px;
}

.content-container .content .content-item {
    font-family: 'Open Sans', sans-serif;
    color: #434343;
    font-size: 16px;
    line-height: 30px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.content-container .content .content-item.odd,
.content-container .content .content-seo {
    margin-top: 0;
}

.content-container .content .content-item h1.entry-title {
    font-family: 'Baskervville',serif;
    font-weight: 400;
    font-size: 45px;
    color: #ab8d0d;
    line-height: 50px;
    text-transform: none;
    text-align: center;
    padding: 0px;
    margin-top: 0;
    margin-bottom: 20px;
}

.content-container .content .content-item h2.entry-title {
    font-family: 'Baskervville',serif;
    font-size: 45px;
    font-weight: 400;
    color: #998f8d;
    text-align: center;
    line-height: 35px;
    text-transform: capitalize;

    -webkit-animation: scale-in-hor-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-hor-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.content-container .content .content-item h1.entry-title strong {
    display: inline;
    font-size: 45px;
}

.content-container .content .content-item h2.entry-title:after {
    content: '';
    display: block;
    margin-top: 1px;
}

.content-container .content .content-item h2.entry-title span,
.content-container .content .content-item h2.entry-title strong {
    display: inline;
    color: #ab8d0d;
}

.content-container .content .content-item h2.entry-title strong {
    font-weight: 400;
     color: #ab8d0d;
}

.content-container .content .content-item.about p {
    text-align: justify;
}

.content-container .content .content-item h3 {
    font-size: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #ab8d0d;
  text-align: left;
  margin-top: 0px;
}

.content-container .content .content-item h3,
.content-container .content .content-item h3 p {
    text-transform: none;
    font-weight: 400;
}

body:not(.terms) .content-container .content .content-item h4,
body:not(.terms) .content-container .content .content-item h4 p {
    color: #f5f3f1;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-transform: none;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
}
body.terms .content-container .content .content-item .the-content h4{
    font-weight: bold;
    font-size: 20px; 
}
.content-container .content .content-item p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #434343;
}
.content-container .content .content-item p:last-of-type {
    margin-bottom: 0px;
}

.content-container .content .content-item p a {
    color: #ab8d0d;
}
body.about .content-container .content .content-item p a{
    color: #434343;
}
.content-container .content .content-item a {
    font-family: 'Open Sans', sans-serif;
    color: #8e8579;
    font-size: 16px;
    line-height: 30px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.content-container .content .content-item img{
    width: 100%;
}

.content-container.scroll .content .content-item.odd:first-of-type {
    text-align: center;
    max-width: 100%;
}
.content-container .content .content-item .group {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
 }
 
 .content-container .content .content-item .group .half {
    margin-right: 2px;
    outline: none;
}
.content-container .content .content-item .group .half:first-of-type {
    padding-right: 40px;
}
.content-container .content .content-item h2, 
.content-container .content .content-item .group .half h2 {
    text-align: left;
    font-size: 35px;
    color: #ab8d0d;
    font-family: 'Baskervville',serif;
    width: 100%;
    padding-bottom: 20px;
    line-height: 35px !important;
}
.content-container .content .content-item .tabs ul {
    text-align: center;
    border: 1px solid #8e8579;
    padding: 10px 0;
    border-left: 0px;
    border-right: 0px;
}
 .content-container .content .content-item .tabs > ul li {
    margin: 0 10px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.content-container .content .content-item .tabs>ul a,
.content-container .content .content-item .tabs > ul li a {
    text-decoration: none;
    padding: 0;
    color: #8e8579;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    text-transform: capitalize;
    *display: block;
    text-align: center;
    white-space: nowrap;
    min-width: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
 .content-container .content .content-item .tabs > ul li.current a{
    color: #ab8d0d;
    text-decoration: underline;
}
 .content-container .content .content-item .tabs>div.current {
    display: block;
}
 .content-container .content .content-item .tabs>div {
    display: none;
}
.content-container .content .content-item  .tabs.simple-tabs ul {
   text-align: center;
}

@-webkit-keyframes scale-in-hor-center {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1;
    }
}

@keyframes scale-in-hor-center {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1;
    }
}

.content-container.scroll .content .content-item h2.entry-title,
.content-container.scroll .content .content-item h1.entry-title {
    color: #ab8d0d;
    font-family: 'Baskervville',serif;
    font-size: 45px;
    line-height: 55px;
    margin-top: 0;
    z-index: 21;
    text-align: center;
    text-transform: none;
    border-top: none;
}
.content-container.scroll .content .content-item h1.entry-title {
    padding: 0;
}
.content-container.scroll .content .content-item h2.entry-title {
    padding-bottom: 20px;
}

.content-container.scroll .content .content-item h1.entry-title {
    position: relative !important;
}

.content-container.scroll .content .content-item h1.entry-title span {
    color: #ab8d0d;
    z-index: 21;
}
.content-container.scroll .content .content-item.concierge h1.entry-title,
.content-container.scroll .content .content-item.about-elite-havens h1.entry-title  {
    text-align: center;
    margin-bottom: 20px
}
/* @media all and (min-width: 1440px) {
    .content-container .content .content-item .wrapper {
        padding-right: 40px;
        padding-left: 40px;
    }
} */
@media all and (max-width: 1024px) {
    .content-container .content .content-item .group {
        display: block;
    }
    .content-container .content .content-item .group .half {
        width: 100%;
    }
    .content-container .content .content-item .group .half:first-of-type {
        padding-right: 0px;
    }
    .content-container .content .content-item .wrapper {
        padding: 20px 15px;
    }
}
@media all and (max-width: 1023px) {
    .content-container.scroll .content .content-item h1.entry-title,
    .content-container .content .content-item h1.entry-title strong {
        font-size: 35px !important;
    }

    .content-container .content .content-item h2.entry-title {
        margin-bottom: 20px;
    }
    
    .content-container .content .content-item h4,
    .content-container .content .content-item h4 p,
    .content-container .content .content-item h3,
    .content-container .content .content-item h3 p {
        font-size: 25px !important;
    }
}

@media all and (max-width: 767px) {
      .content-container .content .content-item.about .wrapper {
        padding-top: 20px !important;
        padding-bottom: 20px !important; 
    }
    .content-container .content .content-item .wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .content-container .content .content-item h1.entry-title {
        margin-bottom: 20px;
    }
    .content-container.scroll .content .content-item h1.entry-title,
    .content-container.scroll .content .content-item h1.entry-title.sticky {
       margin-left: 0px !important;
       margin-right: 0px !important;
   }
}

/* SPY WRAPPER */
/* .spy-wrapper.sticky {
    height: 0px !important;
} */
.content-container .content .content-item.odd {
    position: relative;
}

.content-container .content .content-item .spy {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    -webkit-transform: none !important;
    transform: none !important;
    background: #f5f3f1;
    border-top: 2px solid #fff;
}
.content-container .content .content-item .sticky .spy {
    position: fixed;
    border: none;
    background: #f5f3f1;
    -webkit-transform: none !important;
    transform: none !important;
    z-index: 30;
}
.content-container .content .content-item .spy ul {
    text-align: center !important;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.content-container .content .content-item .spy ul li {
    border-left: none;
    margin: 0;
}
.content-container .content .content-item .spy ul li:last-of-type {
    border-right: none;
}
.content-container .content .content-item .spy ul li a {
    color: #f5f3f1;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 15px 0;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.content-container .content .content-item .sticky .spy ul li a {
    padding: 15px 0;
}
.content-container .content .content-item .spy ul li.active a {
    color: #f5f3f1;
}
.content-container .content .content-item .spy ul li a:hover {
    color: #434343;
}

@media all and (max-width: 1024px) {
    .content-container .content .content-item .spy ul {
        display: block;
        text-align: center;
    }
    
    .content-container .content .content-item .spy ul li {
        margin-left: 5px;
    }

    .content-container .content .content-item .spy ul li a,
    .content-container .content .content-item .sticky .spy ul li a {
        font-size: 15px;
        padding: 15px 10px;
    }
}

@media all and (max-width: 767px) {
    .content-container .content .content-item .spy ul li {
        margin-left: 5px;
        margin-right: 5px;
    }

    .content-container .content .content-item .spy ul li a,
    .content-container .content .content-item .sticky .spy ul li a {
        white-space: nowrap;
    }
}

/* HOME */
.home .content-container .content .content-item.odd .wrapper {
    padding-top: 0;
    padding-bottom: 0;
} 
.home .content-container .content .content-item:nth-of-type(2n) > .wrapper{
    max-width: 1170px;
}
.home .content-container .content .content-item:nth-of-type(4n) > .wrapper,
.home .content-container .content .content-item:last-of-type > .wrapper {
    max-width: 1740px;
}
.home .buttons-container .button .wrapper {
    padding: 0px;
}
.home .content-container .content .content-item .tabs {
    text-align: center;
}
.home .content-container .content .content-item .single-content {
    padding-top: 20px;
}
.home .content-container .content .content-item h1.entry-title,
.home .content-container .content .content-item h1.entry-title span {
    text-align: center;
    font-size: 50px;
    margin-bottom: 20px;
    line-height: 40px;
    color: #ab8d0d;
}
.home .content-container .content .content-item h1.entry-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    color: #434343;
}
.home .content-container .content .content-item h2{
    text-align: left;
    font-size: 35px;
    color: #ab8d0d;
    font-family: 'Baskervville', serif;
    width: 100%;
    padding-bottom: 20px;
} 
.home .content-container .content .content-item  h2 span {
    background: #fff;
    padding: 0 10px;
}
.home .content-container .content .content-item  h3 {
    text-align: left;
    color: #ab8d0d;
    font-size: 25px;
}
.home .content-container .content .content-item p {
    text-align: justify;
}
.home .content-container .content .content-item:last-of-type .group .half.half-content.caption p:first-of-type {
    font-family: 'Baskervville', serif;
    font-size: 20px;
    color: #8e8579;
}
.home .content-container .content .content-item .groups .half a:hover .overlay{
    opacity:1;
    outline: none;
}
.home .content-container .content .content-item .group>div {
    margin: 0 3px;
    flex: 1;
}
.home .content-container .content .content-item .tabs>div {
    background: #f5f3f1;
}
.home .content-container .content .content-item .group .half {
    text-align: left;
}

.home .content-container .content .content-item .group .half.half-img {
   margin-left: -60px;
}
.home .content-container .content .content-item:last-of-type .group .half.half-img {
    margin-right: 0px;
    margin-left: 0px;
}
.home .content-container .content .content-item .group a {
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    padding: 10px;
    margin: 10px 0 0;
    text-align: center;
    display: inline-block;
    box-shadow: 0 0 7px rgba(0,0,0,0.4);
}
.home .content-container .content .content-item .group a:hover {
    color: #fff;
}
.home .content-container .content .content-item .group .half a {
    box-shadow: none;
}
.home .content-container .content .content-item .group .one-third {
    flex-basis: calc(33.3333333% - 5px);
    max-width: calc(33.3333333% - 5px);
    margin: 5px 2.5px 0;
    position: relative;
}
.home .content-container .content .content-item .group .one-third span {
    font-size: 40px;
    font-family: 'Baskervville', serif;
    line-height: 1;
    color: #fff;
    position: absolute;
    top: 20%;
    left: 50%;
    text-align: center;
    width: 100%;
    -webkit-text-shadow: 0 1px 1px rgba(0,0,0,.8);
    -moz-text-shadow: 0 1px 1px rgba(0,0,0,.8);
    -ms-text-shadow: 0 1px 1px rgba(0,0,0,.8);
    -o-text-shadow: 0 1px 1px rgba(0,0,0,.8);
    text-shadow: 0 1px 1px rgba(0,0,0,.8);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.home .content-item  .button-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.home .content-item .button-diamond {
    position: relative;
    overflow: hidden;
    width: 3.5vw;
    height: 3.5vw;
    margin: 0.9vw 0.9vw 0.9vw 0.6vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border: 1px solid #8E8579;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 500ms cubic-bezier(.785, .135, .15, .86);
    transition: border-color 500ms cubic-bezier(.785, .135, .15, .86);   
}

.home .content-item .button-diamond:hover > .button-diamond-hovered {
    display: block;
    transition: 1s;
   -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}
.home .content-item .button-diamond-inner:hover {
  display: block;
  transition: 1s;
  -webkit-transform: translate(100%, 50%);
  -ms-transform: translate(100%, 50%);
  transform: translate(100%, 50%);
}
.home .content-item .button-diamond-arrow-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.home .content-item .button-diamond-inner {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
}
.home .content-item .button-diamond-inner:hover {
  -webkit-transform: translate(100%, -100%);
  -ms-transform:translate(100%, -100%);
  transform: translate(100%, -100%);
  display: block;
  transition: 1s;
}
.home .content-item .button-diamond-hovered {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    background-color: #bd9a04;
    -webkit-transform: translate(-100%, 100%);
    -ms-transform: translate(-100%, 100%);
    transform: translate(-100%, 100%);
}
.home .content-item .arrow-line {
    position: relative;
    width: 40%;
    height: 1px;
    background-color: #8E8579;
}
.home .content-item .arrow-head {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 8px;
    height: 8px;
    margin-right: -1px;
    border-top: 1px solid #8E8579;
    border-right: 1px solid #8E8579;
    -webkit-transform: translate(0px, 5%) rotate(45deg);
    -ms-transform: translate(0px, 5%) rotate(45deg);
    transform: translate(0px, 5%) rotate(45deg);
    -webkit-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}
.home .content-item .arrow-line.arrow-line-white {
    background-color: #faf7f1;
}
.home .content-item .arrow-head.arrow-head-white {
    border-top-color: #faf7f1;
    border-right-color: #faf7f1;
}
.home .content-item .button-text {
    display: inline-block;
    margin-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transition: color 500ms cubic-bezier(.785, .135, .15, .86);
    transition: color 500ms cubic-bezier(.785, .135, .15, .86);
    font-size: 1.5vw;
    line-height: 2.2vw;
}
.home .button {
    display: inline-block !important;
    width: auto !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    grid-auto-columns: 1fr !important;
    grid-column-gap: 16px !important;
    grid-row-gap: 16px !important;
    -ms-grid-columns: 1fr 1fr !important;
    grid-template-columns: 1fr 1fr !important;
    -ms-grid-rows: auto auto !important;
    grid-template-rows: auto auto !important;
    color: #383838 !important;
    text-decoration: none !important;
}
.home .buttons-container {
    background: none;
    padding: 0px;
}
.home .content-container .content .content-item .img.jarallax {
    min-height: 420px;
}
.home .content-container .content .content-item .wed-mob {
    display: none;
}

@media all and (min-width: 2000px) {
    .home .content-container .content .content-item .group .half.half-img {
        margin-left: 0px;
    }
}

@media all and (min-width:1024px) {
    .home .buttons-container {
        display: none;
    }
    .home .content-container .content .content-item .group {
        display: flex;
    }
    .home .content-container .content .content-item .group .half:first-of-type {
        padding-right: 30px;
    }
}
@media all and (max-width: 1024px) {
    .home .content-container .content .content-item .group .half.half-img,
    .home .content-container .content .content-item .group>div{
        margin: 0px;
    }
    .home .content-container .content .content-item .group .half {
        width: 100%;
    }
    .home .content-item .button-diamond {
        width: 50px;
        height: 50px;
    }
    .home .content-container .content .content-item .group .one-third {
        flex-basis: auto;
        max-width: 100%;
    }
    .home .content-container .content .content-item:nth-of-type(3n) .tabs div > .group .half.half-content.caption h2,
    .home .content-container .content .content-item:last-of-type .group .half.half-img.img {
        padding-top: 20px;
    }
    .home .content-container .content .content-item .tabs>ul li a {
        font-size: 16px;
    }
    .home .content-container .content .content-item:nth-of-type(3n) .tabs div > .wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }
    .home .content-container .content .content-item:nth-of-type(3n) .tabs div > .group .half.half-content.caption {
        padding-right:15px;
        padding-left: 15px;
    }
    .home .content-container .content .content-item:nth-of-type(4n) > .wrapper {
        padding-left: 25px;
        padding-right: 25px;
    }
}
@media all and (max-width: 1023px) {
    .home .content-container .content .content-item .group {
        display: block;
    }
    .home .content-container .content .content-item .group .half:first-of-type {
        padding-right: 0px;
    }
    .home .content-container .content .content-item .wed-mob {
        display: block;
    }
    .home .content-container .content .content-item .img.jarallax {
        display: none;
    }
}


/* ABOUT*/
.about.malaiwana .content-container .content .content-item .group .half,
.about .content-container .content .content-item .tabs ul  {
    text-align: center;
}
.about-elite-havens .content-container .content .content-item .wrapper {
    max-width: 1170px;
}

@media all and (max-width: 1024px) {
    .about.malaiwana .content-container .content .content-item:last-of-type .wrapper:nth-of-type(3n) .group .half:first-of-type,
    .about.malaiwana .content-container .content .content-item:last-of-type .wrapper:last-of-type .group .half:last-of-type {
        display: none;
    }
    .about.malaiwana .content-container .content .content-item .group .half:first-of-type {
        padding-right: 0px;
    }
}

/* VILLAS */
.content-container .content .content-item #quick-facts h2:first-of-type,
.content-container .content .content-item #experience h2:first-of-type {
    text-align: center;
}
.content-container .content .content-item #quick-facts .wrapper,
.content-container .content .content-item #experience .wrapper:first-of-type,
.content-container .content .content-item #experience .wrapper:last-of-type {
    max-width: 1170px;
    margin: 0 auto;
}
.content-container .content .content-item #quick-facts .group {
    align-items: start;
    margin-top: 20px;
}
.content-container .content .content-item #layout .group .half {
    text-align: center;
}
.content-container .content .content-item #experience dl.details {
    padding-top: 20px;
}
.content-container .content .content-item #experience dt{
    text-align: left;
    display: inline-block;
    width: 25%;
    float: left;
    vertical-align: top;
}
.content-container .content .content-item #experience dt {
    font-size: 25px;
    font-family: 'Open Sans',sans-serif;
    color: #ab8d0d;
    text-align: left;
    text-transform: uppercase;
}
.content-container .content .content-item #experience dd{
    display: inline-block;
    width: 75%;
    vertical-align: top;
    padding-bottom: 10px;
}

.penthouse .content-container .content .content-item #living .group:last-of-type,
.villa-haleana .content-container .content .content-item #living .group:last-of-type {
    padding-top: 40px;
}

.villa-m .content-container .content .content-item #living .group .half img:last-of-type {
    padding-top: 5px;
}

.content-container .content .content-item #experience .group.wrap {
    padding-top: 40px;
}

.villa-chan-paa .content-container .content .content-item #experience .wrapper:nth-of-type(5n) .group{
    display: block;
}

.villa-chan-paa .content-container .content .content-item #experience .wrapper:nth-of-type(5n) .img-group {
    display: flex;
    flex-direction: row;
    padding-top: 40px;
}

.villa-chan-paa .content-container .content .content-item #experience .wrapper:nth-of-type(5n) .img-group .half:first-of-type {
    padding-right: 15px;
}

.villa-chan-paa .content-container .content .content-item #experience .wrapper:nth-of-type(5n) .img-group .half:last-of-type {
    padding-left: 15px;
}

.villa-chan-paa .content-container .content .content-item .text-content.wrap {
    max-width: 1170px;
    margin: 0 auto;
}

@media all and (max-width: 1024px) {
    .content-container .content .content-item #about .group .half img {
        padding-bottom: 20px;
    }
    .penthouse .content-container .content .content-item #about .wrapper:last-of-type .group {
        display: block;
    }
    .penthouse .content-container .content .content-item #about .group .half img,
    .penthouse .content-container .content .content-item #living .group:last-of-type,
    .villa-m .content-container .content .content-item #living .group .half img:last-of-type,
    .villa-haleana .content-container .content .content-item #living .group:last-of-type,
    .content-container .content .content-item #living .group .half img {
        padding-top: 20px;
    }
    .villa-chan-paa .content-container .content .content-item #experience .wrapper:nth-of-type(5n) .img-group,
    .villa-rodnaya .content-container .content .content-item #living .wrapper:last-of-type,
    .villa-chan-paa .content-container .content .content-item #living .wrapper:last-of-type,
    .duplex .content-container .content .content-item #living .wrapper:last-of-type,
    .villa-m .content-container .content .content-item #living .wrapper:last-of-type {
        padding-top: 0px;
    }
    .content-container .content .content-item #bedrooms .group .half img {
        padding-top: 20px;
    }
    .villa-haleana .content-container .content .content-item #bedrooms .wrapper:last-of-type .group .half:last-of-type p:nth-of-type(2) {
        margin-bottom: 0px !important;
    }
    .content-container .content .content-item #experience h2:first-of-type {
        text-align: left;
    }
    .content-container .content .content-item #experience dd,
    .content-container .content .content-item #experience dt {
        width: 100%;
    }
    .content-container .content .content-item #experience dt {
        padding: 10px 0;
    }
    .content-container .content .content-item #experience .wrapper:first-of-type {
        padding-top: 20px;
    }
    .content-container .content .content-item #experience .wrapper {
        padding: 0px 15px;
    }
    .content-container .content .content-item #experience .wrapper:last-of-type {
        padding-bottom: 20px;
    }
    .penthouse .content-container .content .content-item #about .wrapper,
    .content-container .content .content-item #layout .group .half:last-of-type,
    .content-container .content .content-item #experience .grp.wrap,
    .content-container .content .content-item #experience .half img {
        padding-top: 20px;
    }
    .content-container .content .content-item #experience .half img {
        padding: 20px 0px;
    }

    .content-container .content .content-item #experience .wrapper-wide {
        padding: 20px;
    }
    .content-container .content .content-item #experience .group.wrap,
    .content-container .content .content-item #bedrooms .wrapper:last-of-type, 
    .content-container .content .content-item #about .wrapper:last-of-type,
    .content-container .content .content-item #experience dl.details,
    .content-container .content .content-item #experience .wrapper:nth-of-type(3n) {
        padding-top: 0px;
    }
    .content-container .content .content-item #experience dd:last-of-type {
        padding-bottom: 0px;
    }
   .villa-chan-paa .content-container .content .content-item #experience .wrapper:nth-of-type(5n) .group .half:first-of-type {
        padding-right: 0px;
    }
    .duplex .content-container .content .content-item #experience .wrapper:nth-of-type(3n) .group:last-of-type .half:last-of-type,
    .villa-chan-paa .content-container .content .content-item #experience .wrapper:nth-of-type(5n) .group .half:last-of-type,
    .villa-m .content-container .content .content-item #living .wrapper:first-of-type .group .half img:last-of-type,
    .content-container .content .content-item #living .wrapper-wide, 
    .content-container .content .content-item #experience .wrapper-wide:nth-of-type(2),
    .content-container .content .content-item #experience .wrapper-wide:nth-of-type(4),
    .content-container .content .content-item #bedrooms .wrapper-wide,
    .content-container .content .content-item #about .wrapper-wide {
        display: none;
    }
    .villa-haleana .content-container .content .content-item #experience .wrapper:nth-of-type(5) .group.wrap,
    .duplex .content-container .content .content-item #living .wrapper:first-of-type .group,
    .villa-m .content-container .content .content-item #living .wrapper:first-of-type .group,
    .villa-chan-paa .content-container .content .content-item #living .wrapper:first-of-type .group,
    .villa-rodnaya .content-container .content .content-item #living .wrapper:first-of-type .group {
        display: block;
    }
    .villa-haleana .content-container .content .content-item:last-of-type .wrapper:nth-of-type(3n) .group .half:first-of-type,
    .villa-haleana .content-container .content .content-item:last-of-type .wrapper:last-of-type .group .half:last-of-type {
        display: block;
        text-align: center;
    }
    .duplex .content-container .content .content-item #experience .wrapper:nth-of-type(5) .group, 
    .penthouse .content-container .content .content-item #experience .wrapper:nth-of-type(5n) .group,
    .villa-chan-paa .content-container .content .content-item #experience .wrapper:nth-of-type(5n) .group,
    .villa-m .content-container .content .content-item #experience .wrapper:nth-of-type(5n) .group:first-of-type,
    .villa-rodnaya .content-container .content .content-item #experience .wrapper:nth-of-type(3n) .group:last-of-type,
    .villa-haleana .content-container .content .content-item #experience .wrapper:nth-of-type(5) .group,
    .villa-rodnaya .content-container .content .content-item #experience .wrapper:nth-of-type(5) .group,
    .content-container .content .content-item #bedrooms .wrapper:last-of-type .group,
    .content-container .content .content-item #about .wrapper:last-of-type .group,
    .content-container .content .content-item #living .wrapper .group:last-of-type {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }
}

@media all and (max-width: 767px) {
    a.gal {
        display: none;
    }
    .about.patio-duplex .content-container .content .content-item #living .wrapper:first-of-type {
        padding-bottom: 0px;
    }
    .about.patio-duplex #experience .wrapper:nth-of-type(5n) .group {
        display: flex;
        flex-direction: column-reverse;
    }
    .about.patio-duplex .content-container .content .content-item #living .wrapper:first-of-type .group {
        display: flex;
        flex-direction: column;
    }
}

/* QUICK FACTS */
.content-container .content .content-item #quick-facts .item,
.quick-facts .content-container .content .content-item .item{
    font-family: 'Baskervville', serif;
    font-weight: 400;
    font-size: 16px;
    color: #434343;
    margin-bottom: 25px;
    position: relative;
    padding-left: 80px;
}
.content-container .content .content-item #quick-facts .item:last-of-type,
.quick-facts .content-container .content .content-item .item:last-of-type {
    margin-bottom: 0;
}

.content-container.scroll .content .content-item #quick-facts .the-content .wrapper:last-of-type,
.quick-facts .content-container.scroll .content .content-item .the-content .wrapper:last-of-type {
    padding: 40px;
    max-width: 1740px;
}

.content-container .content .content-item #quick-facts h2.entry-title,
.quick-facts .content-container .content .content-item h2.entry-title,
.quick-facts .content-container .content .content-item h2.entry-title span {
    color: #998f8d;
    text-align: center;
    margin-bottom: 20px;
}
.content-container .content .content-item #quick-facts .half:last-of-type,
.quick-facts .content-container .content .content-item .half:last-of-type {
    padding-left: 20px;
    float: right;
}
.content-container .content .content-item #quick-facts .item strong,
.quick-facts .content-container .content .content-item .item strong {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
    color: #ab8d0d;
    text-align: left;
}
.content-container .content .content-item #quick-facts .item:before,
.quick-facts .content-container .content .content-item .item:before {
    content: '';
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: absolute;
    top: -8px;
    left: -9px;
    background: url(images/quick-facts.png) no-repeat;
    height: 80px;
    width: 80px;
}
.content-container .content .content-item #quick-facts .item#location:before,
.quick-facts .content-container .content .content-item .item#location:before {
    background-position: 0 0;
}
.content-container .content .content-item #quick-facts .item#capacity:before,
.quick-facts .content-container .content .content-item .item#capacity:before {
    background-position: 0 -94px;
}
.content-container .content .content-item #quick-facts .item#living-areas:before,
.quick-facts .content-container .content .content-item .item#living-areas:before {
    background-position: 0 -188px;
}
.content-container .content .content-item #quick-facts .item#spa:before,
.quick-facts .content-container .content .content-item .item#spa:before{
    background-position: 0 -934px;
}
.content-container .content .content-item #quick-facts .item#gym:before,
.quick-facts .content-container .content .content-item .item#gym:before{
    background-position: 0 -1403px;
}
.content-container .content .content-item #quick-facts .item#pool:before,
.quick-facts .content-container .content .content-item .item#pool:before,
.about.patio-duplex .content-container .content .content-item #quick-facts .item#swimming-pool:before,
.quick-facts .content-container .content .content-item .item[id*=pool]:before {
    background-position: 0 -278px;
}
.content-container .content .content-item #quick-facts .item#staff:before,
.quick-facts .content-container .content .content-item .item#staff:before {
    background-position: 0 -373px;
}
.content-container .content .content-item #quick-facts .item#dining:before,
.quick-facts .content-container .content .content-item .item#dining:before {
    background-position: 0 -467px;
}
.content-container .content .content-item #quick-facts .item#communication:before,
.quick-facts .content-container .content .content-item .item#communication:before{
    background-position: 0 -561px;
}
.content-container .content .content-item #quick-facts .item#entertainment:before,
.quick-facts .content-container .content .content-item .item#entertainment:before{
    background-position: 0 -655px;
}
.content-container .content .content-item #quick-facts .item#for-families:before,
.quick-facts .content-container .content .content-item .item#for-families:before {
    background-position: 0 -750px;
}
.content-container .content .content-item #quick-facts .item#transport:before,
.quick-facts .content-container .content .content-item .item#transport:before {
    background-position: 0 -844px;
}
.content-container .content .content-item #quick-facts .item#weddings--events:before,
.quick-facts .content-container .content .content-item .item#weddings--events:before {
    background-position: 0 -1688px;
}
.content-container .content .content-item #quick-facts .item#property-area:before,
.quick-facts .content-container .content .content-item .item#property-area:before{
    background-position: 0 -1028px;
}
.content-container .content .content-item #quick-facts .item#additional-facilities:before,
.quick-facts .content-container .content .content-item .item#additional-facilities:before {
    background-position: 0 -1123px;
}
.content-container .content .content-item #quick-facts .item#managed--marketed-by:before,
.content-container .content .content-item #quick-facts .item#managed-and-marketed-by:before,
.quick-facts .content-container .content .content-item .item#managed-and-marketed-by:before {
    background-position: 0 -1215px;
}
.quick-facts .content-container .content .content-item .item#leisure-facilities:before {
    background-position: 0 -1593px;
}
@media all and (max-width: 1024px) {
    .quick-facts .content-container.scroll .content .content-item .the-content .wrapper:last-of-type {
        padding: 20px;
    }
    .content-container .content .content-item #quick-facts .half:last-of-type {
        padding-left: 0px;
        padding-top: 20px;
    }
}

@media all and (max-width: 1023px) {
    .quick-facts .content-container .content .content-item .item {
        font-size: 14px;
    }
    .quick-facts .content-container .content .content-item .item strong {
        font-size: 22px;
    }
}
@media (max-width: 767px) {
    .content-container .content .content-item #quick-facts h2:first-of-type {
        text-align: left;
    }
    .content-container .content .content-item #quick-facts .item strong {
        font-size: 25px;
    }
    .quick-facts .content-container .content .content-item .half{
        float: none;
        width: auto;
    }
    .quick-facts .content-container .content .content-item .half:first-of-type,
    .quick-facts .content-container .content .content-item .half:last-of-type {
        padding: 0;
    }
    .quick-facts .content-container .content .content-item .item:last-of-type {
        margin-bottom: 25px;
    }
    .quick-facts .content-container .content .content-item .half:last-of-type .item:last-of-type {
        margin-bottom: 0;
    }
}

/* WEDDINGS */
.weddings .content-container.scroll .content .content-item h1.entry-title {
    padding-bottom: 20px;
}
.weddings .content-container .content .content-item .half img:last-of-type {
    padding-top: 5px;
}
.weddings .content-container .content .content-item h2 {
    padding-top: 20px !important;
}
.weddings .content-container .content .content-item  .wedding-life {
    text-align: center !important;
}
.weddings .content-container .content .content-item .capacity {
    padding-bottom: 20px;
}
.weddings .content-container .content .content-item .guidelines a {
    display: block;
    border: 1px solid #8e8579;
    color: #8e8579;
    text-decoration: none;
    padding: 20px 10px;
    margin: 5px;
    text-align: center;
}
.weddings .content-container .content .content-item .guidelines a:hover {
    background: #ab8d0d;
    color: #fff !important;
    border-color: #ab8d0d;
}
.weddings .content-container.scroll .content .content-item .wrapper-wide {
    padding-bottom: 5px;
}

@media all and (max-width: 1024px) {
    .weddings .content-container.scroll .content .content-item .wrapper-wide {
        display: none;
    }
    .weddings .content-container .content .content-item h2.entry-title {
        margin-bottom: 0px;
    }
    .weddings .content-container .content .content-item .group {
        display: flex;
        flex-direction: column-reverse;
    }
    .weddings .content-container .content .content-item .group .half:first-of-type {
        padding-top: 20px;
    }
}

@media all and (min-width: 768px) and (max-width: 1439px) {
    .weddings .content-container .content .content-item .guidelines {
        text-align: center;
    }
    .weddings .content-container .content .content-item .guidelines a {
        display: inline-block;
    }
}


/* PRESS */
.press .content-container .content .content-item .press-container .wrapper {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 40px 20px 40px;
}
.press .content-container.scroll .content .content-item h1.entry-title {
    padding: 20px 0;
}
.press .content-container .content .content-item h1.entry-title.sticky {
    top: 0px !important; 
}
.press .content-container .content .content-item .press-container .press-item {
    font-family: 'Open Sans',sans-serif;
    color: #434343;
    display: block;
    opacity: 1;
    margin-bottom: 20px;
    text-align: justify;
}

.press .content-container .content .content-item .press-container .press-item.current {
    padding: 3px;
    margin-bottom: 25px;    
    font-weight: 300;
}
.press .content-container .content .content-item .press-container .press-item em {
    font-style: normal;
}
.press .content-container .content .content-item .press-container .press-item a {
    color: #ab8d0d;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;    
    font-weight: 400;
    display: inline;
}

.press .content-container .content .content-item .press-pagination a {
     padding: 4px 10px;
    text-decoration: none;
    color: #998f8d;
    margin: 2px;
    border: 1px solid #998f8d;
}
.press .content-container .content .content-item .press-pagination a:hover {
    background: #f5f3f1;
    color: #fff;
}
.press .content-container .content .content-item .press-pagination a.active {
    background: #f5f3f1;
    border-color: #f5f3f1;
    color: #fff;
}
.press .content-container .content .content-item .press-container .press-item img {
    float: left;
    margin-right: 15px;
    margin-top: 0;
    border:none;
    max-width: 170px;
}

.press .content-container .content .content-item .press-container .press-item:after {
    display: block;
    content: '';
    clear: both;
}

.press .content-container .content .content-item p:last-of-type {
    margin-bottom: 10px;
}

@media all and (max-width: 1024px) {
    .press-container .wrapper {
        padding: 20px !important;
    }
    .press-container .wrapper,
    .press .content-container .content .content-item .press-container .wrapper:first-of-type {
        padding: 0px !important;
    }
}
@media all and (max-width: 767px) {
    .press .content-container .content .content-item .press-container .press-item img {
        max-width: 100px;
    }
}


/* GALLERY */
.gallery .content-container .content .content-item .wrapper {
    padding: 20px 0px;
}

.gallery .content-container .content .content-item h1.entry-title {
  margin: 20px 0 0 0;
}

.gallery .content-container .content .content-item .tabs>div {
    padding: 0 40px;
    max-width: 1170px;
    margin: 0 auto;
}
.gallery .content-container .content .content-item .tabs ul {
    border: none;
    align-items: center;
    line-height: 0px;
}
.gallery .content-container .content .content-item .tabs>ul li a {
    padding: 0;
    min-width: 0;
}
.gallery .content-container .content .content-item .tabs ul.gal-tab {
    border-color: #8e8579 !important;
    border-top: 1px solid;
    border-bottom: 1px solid;
    text-align: center;
}
.gallery .content-container .content .content-item .floorplan img {
    border: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.gallery .content-container .content .content-item .floorplan a {
    font-family: 'Open Sans', sans-serif;
    color: #272727;
    display: block;
}

.gallery .content-container .content .content-item .tabs > ul::-webkit-scrollbar {
    width: 0;  /* Remove scrollbar space */
    height: 1px;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
.gallery .content-container .content .content-item .tabs > ul::-webkit-scrollbar-thumb {
    background: rgba(57, 94, 102, .5);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.gallery .content-container .content .content-item .gallery-pagination a {
    border: 1px solid #998f8d;
    color: #998f8d;
}

.gallery .content-container .content .content-item .gallery-pagination a:hover {
    background: #ab8d0d;;
    border-color: #ab8d0d;
    color: #fff;;
}

.gallery .content-container .content .content-item .gallery-pagination a.active {
    background: #ab8d0d;;
    border-color: #ab8d0d;
    color: #fff;
}



@media all and (max-width: 767px) {
    .gallery .content-container .content .content-item .tabs>ul {
        display: block !important;
    }

    .gallery .content-container .content .content-item .tabs > ul li {
        margin-bottom: 5px !important;
    }
    .gallery .content-container .content .content-item .tabs>div {
        padding: 0 15px;
    }
}

/* FLOORPLAN */
.gallery .content-container .content .content-item .tabs>ul li a,
.floorplan .content-container .content .content-item .tabs > ul li a {
    text-transform: capitalize;
}
.floorplan  .content-container .content .content-item .tabs>div.current {
    max-width: 1170px;
    margin: 0 auto;
}
.floorplan .content-container .content .content-item .wrapper {
    padding-left: 0px;
    padding-right: 0px;
}
.floorplan .content-container .content .content-item h1.entry-title {
    margin: 20px 0;
}

.floorplan .content-container .content .content-item .floorplan img {
    border: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.floorplan .content-container .content .content-item .tabs > ul {
    line-height: 0;
}
.floorplan .content-container .content .content-item .tabs>ul li a {
    border: none !important;
    padding: 0;
    min-width: 0;
}

.floorplan .content-container .content .content-item .tabs > ul::-webkit-scrollbar {
    width: 0;  /* Remove scrollbar space */
    height: 3px;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
.floorplan .content-container .content .content-item .tabs > ul::-webkit-scrollbar-thumb {
    background: rgba(57, 94, 102, .5);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.floorplan .content-container .content .content-item .tabs>div {
    padding-bottom: 40px;
}
@media all and (max-width: 1024px) {
    .floorplan .content-container .content .content-item h1.entry-title {
        margin-top: 20px !important;
    }
}
@media all and (max-width: 767px) {
    .floorplan .content-container .content .content-item .tabs>ul {
        display: block !important;
    }
    .floorplan  .content-container .content .content-item .tabs>div.current,
    .floorplan .content-container .content .content-item img {
        max-width: 100%;
    }
}

/* LOCALE */
.locale .content-container .content .content-item h3 {
    text-align: left;
    color: #ab8d0d;
    font-family: 'Open Sans', sans-serif;
    padding-top: 20px;
}
.locale .content-container .content .content-item .group {
    display: flex;
}
.locale .content-container .content .content-item ul.gal-tab.spy {
    top: 0px !important;
}
.locale .content-container .content .content-item .tabs>div {
    display: block;
}
.locale .header-container.sticky .content-container .content .content-item .tabs.spy-tab {
    border-top: none;
    border-bottom: none;
}
.locale .content-container .content .content-item .tabs ul {
    border: none;
    padding: 0px;
}
.locale .content-container .content .content-item .gal-tab.spy {
    position: relative;
    background: none;
    padding: 10px;
    text-align: center;
    border-color: #8e8579!important;
    border-top: 1px solid;
    border-bottom: 1px solid;
    z-index: 12;
}
.locale .content-container .content .content-item .gal-tab.spy li {
    display: inline-block;
    margin: 0 10px;
}
.locale .tabs.spy-tab .spy-wrapper {
    height: auto !important;
}
.locale .content-container .content .content-item .gal-tab.spy a {
    font-size: 17px;
    color: #8e8579;
    text-decoration: none;
}
.locale .content-container .content .content-item .gal-tab.spy li.current a {
    color: #ab8d0d;
    text-decoration: underline;
}
.locale .content-container .content .content-item.content-item.things-to-do h2.entry-title {
    text-align: left;
    padding-bottom: 30px;
}
.locale .content-container .content .content-item.things-to-do .wrapper:first-of-type {
    max-width: 1170px;
    margin: 0 auto;
    padding-bottom: 0px;
}
.locale .content-container .content .content-item.things-to-do .group {
    flex-wrap: wrap;
    align-items: start;
}
.locale .content-container .content .content-item.things-to-do .group .half {
    margin-right: 4px;
}
.locale .content-container .content .content-item.things-to-do .group .half:first-of-type {
    padding-right: 0px;
}
.locale .content-container .content .content-item.things-to-do .wrapper .group .half, 
.locale .content-container .content .content-item.things-to-do .wrapper .group:first-of-type .half:last-of-type {
      width: calc(99% / 3);
    float: none;
    clear: both;
    text-align: justify;
}
.locale .content-container .content .content-item.things-to-do .wrapper .group .half p {
    padding: 20px;
}
.locale .content-container .content .content-item.the-locale .map_div {
    height: 535px;
    margin-left: 30px;
}
.locale .content-container .content .content-item.the-locale .distances {
    margin-top: 10px;
    font-size: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.locale .content-container .content .content-item.the-locale dl.distances {
    text-align: left;
    line-height: 10px;
}
.locale .content-container .content .content-item.the-locale .distances dt,
.locale .content-container .content .content-item.the-locale .distances dd {
    width: 70%;
    color: #434343;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.locale .content-container .content .content-item.the-locale .distances dd {
    width: 50%;
    text-align: right
}

@media all and (max-width: 1024px) {
    .locale .content-container .content .content-item.the-locale .distances dd{
        width: 100% !important;
    }
}

@media all and (max-width: 1023px) {
    .locale .content-container .content .content-item .group {
        display: block;
    }
    .locale .content-container .content .content-item.things-to-do .wrapper .group .half {
        width: 100% !important;
    }
    .locale .content-container .content .content-item .wrapper-wide {
        padding-bottom: 0px;
    }
    .locale .content-container .content .content-item .tabs.spy-tab {
        border-top: 0px;
    }
    .locale .content-container .content .content-item .gal-tab.spy {
        top: 0px !important;
    }

    .locale .spy-wrapper.sticky .gal-tab.spy {
        display: block !important;
    }
    .locale .content-container .content .content-item h2.entry-title {
        padding-bottom: 0px;
    }
    .locale .content-container .content .content-item.the-locale .group .half:first-of-type {
        display: none;
    }
  
    .locale .content-container .content .content-item.things-to-do .wrapper .group .half p {
        padding: 10px 0px;
    }
    .locale .content-container .content .content-item.content-item.things-to-do h2.entry-title {
        padding-bottom: 0px;
    }
}

/* THANYAPURA */
.thanyapura .content-container .content .content-item.thanyapura .wrapper:nth-of-type(4),
.thanyapura .content-container .content .content-item.thanyapura .wrapper:last-of-type {
    padding-top: 0px;
}
.thanyapura .content-container .content .content-item.thanyapura ul {
    padding-left: 20px;
}
.thanyapura .content-container .content .content-item.thanyapura .group .half ul li {
    color: #434343 !important;
    list-style: disc !important;
    font-size: 17px !important;
    padding-bottom: 0px !important;
}
.thanyapura .content-container .content .content-item.thanyapura .half li:first-of-type {
    color: #ab8d0d;
    font-size: 25px;
    list-style: none;
    padding-bottom: 20px;
}
.thanyapura .content-container .content .content-item.thanyapura .half img:last-of-type {
    padding-top: 5px;
}
.thanyapura .content-container .content .content-item.thanyapura p.sub-titl {
    color: #ab8d0d !important;
    font-size: 25px !important;
}
.thanyapura .content-container.scroll .content .content-item h1.entry-title {
    padding-bottom: 20px;
    text-align: left;
}
.thanyapura .content-container .content .content-item.thanyapura h2.entry-title.top30 {
    padding-top: 20px;
}
.thanyapura .content-container .content .content-item.thanyapura .content-inner {
    padding: 60px 0 0;
}

@media all and (max-width: 1024px) {
    .thanyapura .content-container .content .content-item .wrapper{
        padding-bottom: 0px;
    }
    .thanyapura .content-container .content .content-item .wrapper:last-of-type {
        padding-bottom: 20px;
    }
    .thanyapura .content-container .content .content-item.thanyapura .wrapper:first-of-type .half .img{
        display: none;
    }
    .thanyapura .content-container .content .content-item.thanyapura .wrapper:nth-of-type(4n) .group {
        display: block;
    }
  
    .thanyapura .content-container .content .content-item.thanyapura .wrapper:nth-of-type(3n) .group {
        display: flex;
        flex-direction: column-reverse;
    }
    .thanyapura .content-container .content .content-item .wrapper-wide,
    .thanyapura .content-container .content .content-item.thanyapura .wrapper:last-of-type .group .half:last-of-type img:last-of-type,
    .thanyapura .content-container .content .content-item.thanyapura .wrapper:nth-of-type(4n) .group .half img:last-of-type {
        display: none;
    }
    .thanyapura .content-container .content .content-item.thanyapura .wrapper:last-of-type .group .half:first-of-type,
    .thanyapura  .content-container .content .content-item .wrapper:nth-of-type(4n) .group .half:last-of-type,
    .thanyapura  .content-container .content .content-item .wrapper:nth-of-type(3n) .group .half:first-of-type,
    .thanyapura  .content-container .content .content-item .group .wrapper:nth-of-type(3n),
    .thanyapura .content-container .content .content-item.thanyapura .half img:last-of-type {
        padding-top: 20px;
    }
    .thanyapura .content-container .content .content-item.thanyapura .content-inner {
        padding: 40px 0 20px 0;
    }
    .thanyapura .content-container .content .content-item h2, .thanyapura .content-container .content .content-item .group .half h2 {
        padding-bottom: 0px;
    }
    .thanyapura .content-container .content .content-item .group {
        /* display: block; */
        display: flex;
        flex-direction: column-reverse;
    }
    .thanyapura .content-container .content .content-item.thanyapura .wrapper:nth-of-type(3n),
    .thanyapura .content-container .content .content-item.thanyapura .wrapper:nth-of-type(3n) .group .half img:last-of-type {
        padding-top: 0px;
    }
}
@media all and (max-width: 767px) {
      .thanyapura .content-container .content .content-item.thanyapura h2 {
        padding-bottom: 0px;
    }
}

/* EXPERIENCE */
.concierge .content-container .content .content-item .wrapper {
    max-width: 1170px;
    margin: 0 auto;
}
.concierge .content-container .content .content-item .content-inner {
    text-align: center;
    padding: 40px 0 0;
}

/* GUEST REVIEWS */
.guest-reviews .content-container .content .content-item h1.entry-title {
    margin-bottom: 0px;
}
.guest-reviews .content-container .content .content-item .reviews-container .wrapper {
    max-width: 1740px !important;
    margin:0 auto !important;
    padding: 40px !important;
}
.guest-reviews .content-container .content .content-item .wrapper:first-of-type {
    max-width: 100%;
    padding: 0px;
}
.guest-reviews .content-container .content .content-item .tabs>ul {
    display: block;
    line-height: 0;
}
.guest-reviews .content-container .content .content-item .tabs > ul li a {
    padding: 0px;
}
.guest-reviews .content-container .content .content-item .tabs > ul li,
.guest-reviews .content-container .content .content-item .tabs > ul li:first-of-type {
    flex-basis: 0px !important;
}
.guest-reviews .content-container .content .content-item .tabs > ul li a {
    min-width: 0px;
}
.guest-reviews .content-container .content .content-item .tabs > ul li.current a,
.guest-reviews .content-container .content .content-item .tabs>ul li a {
    background: none;
}
.guest-reviews .content-container .content .content-item .tabs.simple-tabs ul.slides,
.guest-reviews .content-container .content .content-item .reviews-container .total-reviews {
    font-family: 'Open Sans',sans-serif;
    text-align: left;
    max-width: 1170px;
    margin: 0 auto;
    padding: 20px 40px;
}
.guest-reviews .content-container .content .content-item .tabs.simple-tabs ul.slides {
    border: none;
}

.guest-reviews .content-container .content .content-item .tabs {
    margin: 0 -1px;
    background: transparent;
}

.guest-reviews .content-container .content .content-item .tabs > div {
    display: none;
}

.guest-reviews .content-container .content .content-item .tabs > div.current {
    display: block;
    overflow-x: auto;
    padding-top: 20px;
}

 .guest-reviews .content-container .content .content-item ul#listPage {
    padding: 0 40px;
    border: none;
    max-width: 1170px;
    margin: 0 auto;
 }

.guest-reviews .content-container .content .content-item .tabs > ul li {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.guest-reviews .content-container .content .content-item .tabs > ul li a {
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-transform: capitalize !important;
    border-right: 1px solid #f1f9fc;
    display: block;
    text-align: center;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.guest-reviews .content-container .content .content-item .tabs > ul li.current a {
    color: #ab8d0d;
    text-decoration: underline;
}

.guest-reviews .content-container .content .content-item .slides li {
    display: block;
    opacity: 0;
}

.guest-reviews .content-container .content .content-item .reviews-container .review, 
.guest-reviews .content-container .content .content-item .slides li {
    opacity: 1 !important;
}

.guest-reviews .content-container .content .content-item .reviews-container .review,
.guest-reviews .content-container .content .content-item .slides li.current {
    display: block !important;
    opacity: 1 !important;
}

.guest-reviews .content-container .content .content-item .reviews-container .review {
    float: none !important;
    margin: 0 0 30px !important;
}

.guest-reviews .content-container .content .content-item .slides li:before {
    content: '\2018\2018';
    display: block;
    float: left;
    color: #ab8d0d;
    font-size: 135px !important;
    margin: 47px 10px -10px -10px !important;
    line-height: 1px;
    font-family: serif;
    letter-spacing: -11px;
}

.guest-reviews .content-container .content .content-item .reviews-container .review .name,
.guest-reviews .content-container .content .content-item .slides li .rname {
    text-align: right;
    display: block;
    margin-top: 10px;
}

.guest-reviews .content-container .content .content-item .slides li .rname {
    font-family: 'Baskervville',serif;
    color: #ab8d0d;
    font-size: 25px;
    font-style: normal;
}
.guest-reviews .content-container .content .content-item .slides li .gr-date {
    color: #ab8d0d;
}
.guest-reviews .content-container .content .content-item .reviews-container .review .name,
.guest-reviews .content-container .content .content-item .reviews-container .review .dates,
.guest-reviews .content-container .content .content-item .slides li .gr-date {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    text-align: right !important;
}

.guest-reviews .content-container .content .content-item .reviews-container a {
    color: #434343;
}

.guest-reviews .content-container .content .content-item .reviews-pagination a {
       padding: 4px 10px;
    text-decoration: none;
      color: #998f8d;
    margin: 2px;
    border: 1px solid #998f8d;
    display: inline-block;
    
}
.guest-reviews .content-container .content .content-item .reviews-pagination a:hover {
    background: #ab8d0d;;
    border-color: #ab8d0d;
    color: #fff;
}
.guest-reviews .content-container .content .content-item .reviews-pagination a.active {
    background: #ab8d0d;;
    border-color: #ab8d0d;
    color: #fff;
}

.guest-reviews .content-container .content .content-item .reviews-pagination {
    text-align: center;
}

@media all and (min-width: 1400px) {
    .guest-reviews .buttons-container {
        margin-top: 30px;
        margin-bottom: -16px;
    }
}

@media all and (max-width: 1024px) {
    .guest-reviews .content-container .content .content-item .reviews-container .wrapper {
        padding: 20px !important;
    }
    .guest-reviews .content-container .content .content-item ul#listPage {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
    .guest-reviews .content-container .content .content-item .reviews-container {
        padding-bottom: 40px;
    }
}
    
@media all and (max-width: 767px) {
    .guest-reviews .content-item.odd{
        display: block;
    }
    .guest-reviews .box {
        padding: 20px;
    }
}

/* RATES */
.rates .content-container .content .content-item h1.entry-title {
    margin-bottom: 0px;
}
.rates .content-container .content .content-item .reviews-container .wrapper {
    max-width: 1740px !important;
    margin:0 auto !important;
    padding: 40px !important;
}
.rates .content-container .content .content-item .wrapper:first-of-type {
    max-width: 100%;
    padding: 0px;
    padding-bottom: 0px !important;
}
.rates .content-container .content .content-item .teaser {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding-top: 20px;
}

.rates .content-container .content .content-item .teaser strong {
    color: #434343;
    font-family: 'Open Sans', sans-serif;
}
.rates tr.promotr h1,
.rates .content-container .content .content-item .discounts ul li,
.rates .content-container .content .content-item .discounts td,
.rates .content-container .content .content-item .promotions ul li {
    font-family: 'Open Sans', sans-serif;
}
.rates tr.promotr h1 {
    margin: 20px 0px;
}
.rates .tabs.simple-tabs ul {
    text-align: left;
}
.rates .content-container .content .content-item .discounts {
    font-weight: 400;
    border-color: #8e8579 !important;
}
.rates .content-container .content .content-item .promotions {
    font-family: 'Open Sans', sans-serif;
    background: #f5f3f1;
    color: #434343;
    /* border: none; */
}
.rates .content-container .content .content-item .discounts .rates-title,
.rates .content-container .content .content-item .promotions .rates-title {
    color: #ab8d0d;
    font-family: 'Baskervville',serif;
}
.rates tr.promotr h1,
.rates .content-container .content .content-item .promotions .rates-title {
    color: #ab8d0d;
}
.rates .content-container .content .content-item .discounts .rates-tagline,
.rates .content-container .content .content-item .promotions .rates-tagline {
    color: #434343;
    font-family: 'Open Sans', sans-serif;
}
.rates .content-container .content .content-item .tabs {
    text-align: left;
}
.rates .content-container .content .content-item .tabs>div.current {
    max-width: 1170px;
    margin: 0 auto;
}
.rates .content-container .content .content-item .tabs-end > ul {
    background: #f5f3f1;
}
.rates .villatabs li {
    width: calc(100% / 5);
}
.rates .content-container .content .content-item .tabs > ul li {
    border-right: 1px solid #fff;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0px;
}
.rates .content-container .content .content-item .tabs>ul li {
    background: #fff;
}

.rates .content-container .content .content-item .tabs ul {
    padding: 0px;
}
.rates .content-container .content .content-item .tabs > ul li a {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}
.rates .content-container .content .content-item .tabs-end>ul {
    background: #ab8d0d;
}
.rates .content-container .content .content-item .tabs.tabs-end > ul li a {
    border: 1px solid #8e8579;
}
.rates .content-container .content .content-item .tabs > ul li.current a {
    background: #fff;
    color: #ab8d0d !important;
    font-weight: 500;
    text-decoration: none;
}
.rates .content-container .content .content-item .tabs-end table th {
    background: #ab8d0d;
    width: 17.5%;
    font-family: 'Open Sans', sans-serif;
}
.rates .content-container .content .content-item .tabs-end table th:first-of-type {
    text-align: center;
    width: 40%;
}
.rates .content-container .content .content-item .tabs.tabs-end  > ul li a {
    color: #fff;
    text-decoration: none;
}
.rates .content-container .content .content-item .tabs-end table td {
    text-align: center;
    background: #f5f3f1;
    color: #434343;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    padding: 5px 10px;
    vertical-align: middle;
}
.rates .content-container .content .content-item .tabs-end table td.vrsubject {
    background: #ab8d0d;
    color: #fff;
}
.rates .content-container .content .content-item .tabs-end table td .inclusions i {
    background: #ab8d0d;
}
.rates .content-container .content .content-item .tabs.simple-tabs > div.current {
    padding: 0 40px 40px;
}
.rates .content-container .content .content-item .tabs-end table td .inclusions {
    display: inline-block;
}
.rates ul.villatabs li:nth-of-type(6n) {
    display: none !important;
}
.rates .content-container.scroll .content .content-item:first-of-type .wrapper {
    padding-right: 0px;
    padding-left: 0px;
}
.rates .content-guarantee {
    max-width: 1170px;
    margin: 0 auto;
    margin-bottom: -86px;
    text-align: right;
    position: relative;
    top: 162px;
    right: 40px;
    float: none;
}
.rates .promot .wrapper {
    max-width: 1440px !important;
    padding: 40px 15px !important;
}
.rates input#promo_go {
    margin-left: 0px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.rates .content-container .content .content-item .tabs .ratesTab {
    text-align: center;
    border-color: #8e8579!important;
    border-top: 1px solid !important;
    border-bottom: 1px solid !important;
    padding: 10px 0 !important;
    line-height: 0;
}
.rates .content-container .content .content-item .tabs .ratesTab li a {
    padding: 0px !important;
    min-width: 100%;
    margin: 0 10px !important;
}
.rates .content-container .content .content-item .tabs .ratesTab li.current a {
    color: #ab8d0d;
    text-decoration: underline;
    background: none;
    padding: 0;
}
.rates .content-container .content .content-item .tabs.tabs-start > ul li {
    border: 1px solid #8e8579;
    margin-right: 1px;
}

.rates .content-container .content .content-item .tabs ul {
    text-align: left; 
    border: none !important;
    padding: 0px;
}
.rates input#promo_go {
    border-radius: 0px;
    border: 1px solid;
    padding: 10px 40px;
    background:#998f8d;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    margin-left: 10px;
    padding: 10px;
    height: 40px;
    border: 1px solid #998f8d;
}
.rates input#promo_go:hover{
    background: #f5f3f1;
    color: #fff;
    border-color: #f5f3f1;
}
.rates input#txtDepartDate,
.rates input#txtArrivalDate {
    border-radius: 0px;
    border: 1px solid;
    padding: 10px 40px;
    background-color: #fff;
    color: #998f8d;
    margin: 0 0 10px 0;
    padding: 10px;
    height: 40px;
    border: 1px solid #998f8d;
}
#frmCal {
    text-align: center;
    margin-bottom: 0px;
}
.rates .content-container .content .content-item .tabs.tabs-start > ul li.current a {
    color: #fff !important;
    background: #ab8d0d !important;
    border: none;
}
.rates .content-container .content .content-item .tabs.tabs-end >ul li.current a {
    background: #ab8d0d!important;
    color: #ab8d0d!important;
    font-weight: 500;
    text-decoration: none;
    color: #fff !important;
}

.rates .content-container .content .content-item .tabs .tabs-end ul li a {
    color: #8e8579 !important;
}
.rates .buttons-container {
    display: none;
}
.rates td.vrsubject {
    background: #ab8d0d !important;
}

@media all and (max-width: 1024px) {
    .rates .content-container .content .content-item .tabs > ul li {
        display: inline-block !important;
    }
    .rates .villatabs li {
        width: 100%;
    }
    .rates .content-container .content .content-item h2.entry-title {
        margin-bottom: 124px;
    }
    .rates .content-container .content .content-item .tabs.simple-tabs>div.current {
        padding: 0 15px 20px 15px;
    }
    .rates input#txtDepartDate, .rates input#txtArrivalDate {
        margin: 2px 0px;
        padding: 10px;
        font-size: 12px;
        background: #fff;
        color: #998f8d;
        width: 147px;
        text-align-last: center;
        -webkit-appearance:none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }
    .rates input#txtDepartDate, .rates input#txtArrivalDate {
        margin: 0px;
    }
    .rates .txtArrivalDate {
        width: 40px !important;
    }
    .rates input#txtDepartDate, .rates input#txtArrivalDate {
        width: 33% !important;
        margin: 7px 0px;
    }
}
@media all and (min-width: 687px) and (max-width: 767px) {
    .rates .content-guarantee {
        right: 0;
        left: 0;
        margin: 0px !important;
        top: 198px;
        transform: translate(0%, -50%);
    }
}
@media all and (max-width: 687px) {
    .rates .content-guarantee {
        max-width: 1170px;
        margin: 0 auto;
        margin-bottom: -86px;
        text-align: right;
        position: relative;
        top: 175px;
        float: none;
        text-align: center;
    }
    .rates .content-guarantee {
        right: 0;
    }
    
}
@media all and (max-width: 767px) {
    .rates .content-container .content .content-item .teaser {
        padding-top: 90px;
    }
}
@media all and (max-width: 400px) {
    .rates .content-guarantee {
        right: -30px !important;
        top: 212px;
    }
    
}
@media all and (max-width: 1400px) {
    .reservations .content-guarantee {
        position: initial !important;
        margin-top: 0px !important;
    }
}

/* RESERVATIONS */
.reservations .content-guarantee {
    position: absolute;
    right: 262px;
   *top: 281px;
   margin-top: 78px;
}
.contact-sent .content-container .content .content-item .wrapper,
.reservation-sent .content-container .content .content-item .wrapper {
    max-width: 1170px;
    margin: 0 auto;
}
.iframe-wrapper h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    margin-top: 0 !important;
}
.iframe-wrapper span {
    display: block;
    margin-bottom: 10px;
}
#frmCal {
    margin-bottom: 30px;
}
#frmCal select {
    padding: 5px;
    width: 100%;
    max-width: 100px;
    margin-right: -1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.cal-legend {
    margin: 15px 0 30px;
    display: block;
}
.cal-legend ul {
    margin: 0 !important;
}
.cal-legend ul:after {
    clear: both;
    content: '';
    display: block;
}
.cal-legend li {
    float: left;
    padding-left: 20px !important;
    margin: 0 20px 0 0 !important;
    list-style-type: none !important;
}
.cal-legend li.available {
    background: url(images/cal-available.png) no-repeat 0 50%;
}
.cal-legend li.on-request {
    background: url(images/cal-on-request.png) no-repeat 0 50%;
}
.cal-legend li.on-hold {
    background: url(images/cal-on-hold.png) no-repeat 0 50%;
}
.cal-legend li.booked {
    background: url(images/cal-booked.png) no-repeat 0 50%;
}
.cal-legend li.no-rates {
    background: url(images/cal-no-rates.png) no-repeat 0 50%;
}
.cal-legend li.check-in-out {
    background: url(images/cal-check-in-out.png) no-repeat 0 50%;
}
.reservations .content-container .content .content-item .wrapper{
    margin: 0 auto;
    max-width: 1170px;
}
 .general-enquiries .content-container .content .content-item .teaser {
    max-width: 100%;
}

.general-enquiries .content-container .content .content-item .wrapper {
    max-width: 1170px;
}
.general-enquiries .content-container .content .content-item h1.entry-title {
    margin-top: 20px;
}
.general-enquiries ol li {
    font-family: 'Open Sans', sans-serif;
}

.general-enquiries li:last-of-type {
    padding-bottom: 10px;
}
.reservations .content-container .content .content-item a,
.general-enquiries .content-container .content .content-item a {
    color: #434343;
}
.reservations .content-container .content .content-item form,
.general-enquiries .content-container .content .content-item form {
    color: #434343;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.reservations .content-container .content .content-item form h2,
.general-enquiries .content-container .content .content-item form h2 {
    font-family: 'Open Sans', sans-serif;
    color: #ab8d0d;
}
.reservations .content-container .content .content-item form p,
.general-enquiries .content-container .content .content-item form p {
    color: #434343;
    font-family: 'Open Sans', sans-serif;
}
.reservations .content-container .content .content-item form .form-row label,
.general-enquiries .content-container .content .content-item form .form-row label {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.reservations .content-container .content .content-item form .form-row .input input,
.general-enquiries .content-container .content .content-item form .form-row .input input {
    font-family: 'Open Sans', sans-serif;
}
.reservations .content-container .content .content-item form .form-row .select select,
.general-enquiries .content-container .content .content-item form .form-row .select select {
    font-family: 'Open Sans', sans-serif;
}
.reservations .content-container .content .content-item form .form-row input[type=submit],
.general-enquiries .content-container .content .content-item form .form-row input[type=submit] {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #8e8579;
    color: #434343;
    background: #fff;
}
.reservations .content-container .content .content-item form .form-row input[type=submit]:hover,
.general-enquiries .content-container .content .content-item form .form-row input[type=submit]:hover {
    background: #ab8d0d;
    color: #fff;
    border: 1px solid #ab8d0d;
}

@media (min-width: 1024px) {
    .reservations .content-container .content .content-item form .form-row:first-of-type .form-estate {
        display: grid;
        padding-left: 30px;
    }
}
@media (max-width: 1199px) {
    .general-enquiries .content-container .content .content-item .wrapper {
        padding-top: 0px;
    }
}

/* SITEMAP LINKS */
.sitemap .content-container .content .content-item .wrapper,
.links .content-container .content .content-item .wrapper{
    margin: 0 auto;
    max-width: 1170px;
}
.links .content-container .content .content-item h1.entry-title,
.sitemap .content-container .content .content-item h1.entry-title {
    margin-top: 0px;
}

.sitemap .content-container .content .content-item ul li a {
    color: #434343;
}

.links .content-container .content .content-item a,
.links .content-container .content .content-item a h2,
.links .content-container .content .content-item a h3 {
    color: #434343;
}

.links .content-container .content .content-item h2 {
    color: #434343;
    font-family: 'Open Sans', sans-serif;
}

.links .content-container .content .content-item h3 {
    color: #434343;
    font-family: 'Open Sans', sans-serif;
}

.contact-sent .the-content {
    font-family: 'Open Sans',sans-serif;
}

/* SUBCRIBED */
.subscribed .content-container .content .content-item h1.entry-title {
    margin-top: 0px;
}

.subscribed .buttons-container .button .wrapper {
    padding: 0px !important;
}
.subscribed .content-item .the-content ul li {
    font-family: 'Open Sans',sans-serif;
    font-weight: 800;
}

/* HIDE BUTTON CONTAINER */
    .contact-sent .buttons-container,
    .reservation-sent .buttons-container,
    .subscribed.default .buttons-container,
    .links .buttons-container,
    .general-enquiries .buttons-container,
    .invest .buttons-container,
    .sitemap .buttons-container  {
        display: none;
}

/* CONTENT ODD HIDE */
@media (max-width: 767px) {
    .desk .homebooking,
    .invest .desk.mobile .homebooking,
    .content-container.scroll .content .content-item.odd .spy-wrapper,
    .content-container.scroll .content .content-item.odd .spy-wrapper.sticky {
        display: none;
        visibility: hidden;
    }
    .desk.mobile .homebooking {
        display: block;
        visibility: visible;
    }
}

/* SUBSCRIPTION FOOTER */
.subscription .wrapper {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1600px;
}
.subscription .group {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.subscription .group .half.half-img {
    width: 55%;
}
.subscription .half.half-content {
    padding: 0 40px 40px 0px;
}
.subscription img {
    width: 100%;
}
.subscription h2 {
    color: #ab8d0d;
    font-family: 'Baskervville',serif;
    margin-bottom: 15px;
    font-weight: 400;
    text-align: left!important;
    font-size: 40px!important;
    line-height: 48px!important;
}
.subscription select#drpCountry,
.subscription input {
    outline: none;
    margin: 5px 0;
}
.subscription select#drpCountry,
.subscription input[type="email"] {
    width: 100%;
}
.subscription input[name="fname"] {
    width: 50%;
    margin-right: 3px
}
.subscription input[name="lname"] {
    width: 48%;
    margin-left: 4px;
}
.subscription select#drpCountry,
.subscription input[name="lname"],
.subscription input[name="fname"],
.subscription input[type="email"] {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    border: 1px solid #ab8d0d;
    color: #8e8579;
    background: none;
    padding: 8px 15px 10px;
    display: inline-block;
    zoom: 1;
    z-index: 2;
    vertical-align: top;

    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.subscription input[type="submit"] {
    color: #fff;
    border: 1px solid #ab8d0d;
    background: #fff;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    padding: 10px 20px;
    min-width: 100px;
    margin-top: 20px;
    text-transform: uppercase;
    border-left: none;
    background-color: #ab8d0d;
  
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.subscription input[type="submit"]:hover {
    color: #fff;
    cursor: pointer;
    border-color: #998f8d;
    background: #998f8d;
}

.subscription input::placeholder {
    color: #8e8579 !important;
    opacity: 1;
}
@media (max-width: 1505px) and (min-width: 1024px) {
    .subscription input[name="lname"] {
        margin-left: 0px;
    }
}
@media all and (max-width: 1200px) and (min-width: 1023px) {
    .subscription .half.half-content {
        padding: 0 40px;
    }
}
@media (max-width: 1023px) {
    .subscription .wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    .subscription .group {
        padding-bottom: 0px;
    }
    .subscription .group .half {
        width: 100%;
    }
    .subscription .half.half-content {
        padding: 20px 0;
    }
    .subscription .half.half-img {
        display: none;
    }
    .subscription input[name="lname"] {
        margin-left: 7px;
    }
    .subscription h2 {
        font-size: 35px !important;
        line-height: 50px !important;
    }
}

@media all and (max-width: 767px) {
    .subscription input[name="fname"] {
        width: 100%;
    }
    .subscription input[name="lname"] {
        width: 100%;
    }
    .subscription input[name="lname"] {
        margin-left: 0px;
    }
}
.error-message, #subscriberErr, #fnameErr, #lnameErr, #countryErr,.error {
    color: red;
    font-family: 'Open Sans',sans-serif;
    margin-bottom: 5px;
    display: block;
}
.subscription .row.col-2, div#popup .row.col-2{
    align-items: flex-start!important;
}

.subscription .row label {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #434343;
}