@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('../fonts/NeueHaasDisplay-Mediu.woff') format('woff2'), url('../fonts/NeueHaasDisplay-Mediu.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NeueHaasGroteskDisp Pro';
    src: url('../fonts/NHaasGroteskDSPro-55Rg.woff') format('woff2'), url('../fonts/NHaasGroteskDSPro-55Rg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sharp Grotesk SemiBold 15';
    src: url('../fonts/SharpGrotesk-SemiBold15.woff') format('woff2'), url('../fonts/SharpGrotesk-SemiBold15.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}




body {
    font-family: 'NeueHaasGroteskDisp Pro';
    font-size: 14px;
    background: #E0D9CE;
    color: #7B6856;
    margin: 0;
    padding: 0;
    line-height: 1.28;
    text-align: center;
    overflow-x: hidden;
}

.clear, * html .clearfix, *:first-child + html .clearfix {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

    .clearfix:after {
        clear: both;
        content: ' ';
        display: block;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
        width: 0;
        height: 0;
    }

*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.leftalign {
    text-align: left;
}

.grid_1 {
    width: 8.33%;
}

.grid_2 {
    width: 16.67%;
}

.grid_3 {
    width: 25%;
    padding-left: 22px;
    position: relative;
    z-index: 0;
}

.grid_4 {
    width: 33.33%;
}

.grid_5 {
    width: 48.67%;
}

.grid_6 {
    width: 50%;
}

.grid_7 {
    width: 51.33%;
}

.grid_8 {
    width: 66.67%;
}

.grid_9 {
    width: 75%;
}

.grid_10 {
    width: 83.33%;
}

.grid_11 {
    width: 91.67%;
}

.grid_12 {
    width: 100%;
}

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
    float: left;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
    font-family: 'Sharp Grotesk SemiBold 15';
    font-size: 16px;
    letter-spacing: 0.13em;
    line-height: 16px;
    cursor: pointer;
}

.linkHover {
    cursor: pointer;
}

img {
    border: none;
    max-width: 100%;
}

a, img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

textarea:focus, input:focus, select:focus {
    outline: none;
}
/* General */
section {
    position: relative;
    height: 0;
    overflow: hidden;
}

    section.loaded {
        height: auto;
    }

.leftfloat {
    float: left;
}

.rightfloat {
    float: right;
}

.flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mauto {
    margin-left: auto;
    margin-right: auto;
}

.full {
    height: 100%;
    position: relative;
    background-size: cover;
    overflow: hidden;
    background-position: center;
    z-index: 1;
    width: 100%;
}

.full-h {
    height: 100vh;
    overflow: hidden;
    width: 100%;
    background-size: cover;
}

.dark-light {
    position: relative;
}

.light-s {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 50%;
    overflow: hidden;
    height: 100%;
}

    .light-s img {
        height: 100%;
        width: auto;
        max-width: 110vw;
    }

.dark-s {
    position: relative;
    z-index: 1;
}

.drag {
    position: absolute;
    width: 80px;
    top: 0;
    left: calc(50% - 40px);
    height: 100%;
    z-index: 3;
    cursor: col-resize;
}

    .drag:after {
        content: '';
        width: 80px;
        height: 80px;
        display: block;
        background-image: url(../images/drag.svg);
        background-size: cover;
        position: absolute;
        top: calc(50% - 40px);
        left: 0;
    }

    .drag:before {
        content: '';
        width: 2px;
        height: 100%;
        display: block;
        background: #E0D9CE;
        position: absolute;
        top: 0;
        right: 0;
        margin: auto;
        left: 0;
    }

#imageSlider {
    position: relative;
    width: 70vw;
    margin: auto;
}

#slides {
    width: 420vw;
    position: relative;
    height: 100vh;
    /*display: flex;
    justify-content: space-between;*/
}

.slide {
    width: 70vw;
    position: relative;
    height: 100vh;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.scale .inner-bg {
    transform: translate(-50%,-50%) scale(1.05);
}

.inner {
    height: calc(100vh - 360px);
    width: 60vw;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.inner-bg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.5s;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
}

.b-layer:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 0;
    transition: all 0.5s;
}

.scale .b-layer:after {
    background: rgba(0,0,0,0.4);
}

.next-btn {
    position: absolute;
    display: block;
    width: 20VW;
    right: 0;
    height: 100%;
    transform: translateX(100%);
    cursor: url('../images/btns/arrow-next.svg'), auto;
    z-index: 3;
}

.prev-btn {
    position: absolute;
    display: block;
    width: 20VW;
    left: 0;
    height: 100%;
    transform: translateX(-100%);
    cursor: url('../images/btns/arrow-previous.svg'), auto;
    z-index: 3;
}


h2.middle {
    width: 80vw;
    font-size: 6vw;
    line-height:1
}

    h2.middle span {
        display: block;
        position: absolute;
        top: -40px;
        opacity: 0;
        transition: opacity 0.5s;
        left: 0;
        margin: 0 auto;
        width: 100%;
        font-weight: normal;
        font-size: 16px;
        letter-spacing: 0.31em;
        line-height: 1;
        text-align: center;
        color: #fff;
    }

.pass-h h2.middle span {
    opacity: 1;
}

.link {
    font-family: 'Sharp Grotesk SemiBold 15';
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.13em;
    line-height: 16px;
    text-align: center;
}

.explore {
    position: absolute;
    display: block;
    bottom: 40px;
    color: #7b6755;
    text-decoration: underline;
    left: 0;
    right: 0;
    margin: auto;
    text-transform: uppercase;
}

    .explore .b-border {
        transition: opacity 0.5s;
    }

    .explore .border {
        width: 1px;
        display: block;
        height: 55px;
        background: #7b6755;
        margin: 0 auto 10px auto;
        transition: background 0.5s;
    }

    .explore:before {
        content: '';
        width: 67px;
        height: 63px;
        display: block;
        opacity: 0;
        background-image: url(../images/b.svg);
        background-size: cover;
        position: absolute;
        top: -70px;
        left: 0;
        right: 0;
        margin: auto;
        opacity: 0;
        transition: opacity 0.5s;
    }

    .explore:after {
        content: '';
        width: 12px;
        height: 18px;
        display: block;
        opacity: 0;
        background-image: url(../images/icon.svg);
        background-size: cover;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        opacity: 0;
        transition: opacity 0.5s;
    }

.pass-h .explore:before {
    opacity: 1;
}

.pass-h .explore:after {
    opacity: 1;
}

.pass-h .explore .border {
    background: #fff;
}

.pass-h .explore .b-border {
    opacity: 0;
}

.b-border {
    display: inline-block;
    position: relative;
    line-height: 1;
}

    .b-border:after {
        content: '';
        position: absolute;
        bottom: -3px;
        width: 100%;
        height: 1px;
        background: #f37035;
        left: 0;
    }

.max500 {
    width: 500px;
    margin: auto;
    max-width: calc(100% - 60px);
}


.bg-green {
    background: #7B6856;
}

.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
}

.middle-h {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
}


.img {
    width: 100%;
    margin: 0;
    display: block;
}

.flex-c {
    display: flex;
    justify-content: space-between;
        flex-wrap: wrap;
}

.flex-r {
    flex-direction: row-reverse;
}

.w50 {
    width: 50%;
}

#map {
    height: 100vh;
    min-height: 600px;
}

.mapTitle {
    font-family: 'Neue Haas Grotesk Display Pro';
    font-size: 16px;
    letter-spacing: 0.21em;
    line-height: 18px;
    text-align: left;
    color: #7b6755;
    margin-bottom: 10px;
}

.mapcat {
    padding: 20px 0 0 0;
}

.gm-style {
    font-family: 'NeueHaasGroteskDisp Pro' !important;
}

.mapToggle {
    border-bottom: 1px solid #7b6755;
    padding: 8px 0;
    display: block;
    margin: 0 !important;
    position: relative;
}

    .mapToggle:after {
        content: '';
        display: block;
        position: absolute;
        right: 5px;
        margin: 0 auto;
        width: 1px;
        height: 11px;
        top: 50%;
        background: #7b6755;
        transform: translateY(-50%);
    }

    .mapToggle.active:after {
        height: 0;
    }

    .mapToggle:before {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        margin: 0 auto;
        width: 11px;
        height: 1px;
        top: 50%;
        background: #7b6755;
        transform: translateY(-50%);
    }

.inner-poi span {
    display: inline-block;
    width: 45px;
    text-align: left;
}

.wd {
    border-top: 1px solid #7b6755;
}

.active.wd {
    border-top: none;
}

#wineDine {
    display: none;
}

#HEALTH {
    padding-bottom: 20px;
}

.w45 {
    width:50%
}

.w485 {
    width: 485px;
    max-width: calc(100% - 90px);
    text-align: left;
}

.w540 {
    width: 540px;
    max-width: calc(100% - 90px);
    text-align: left;
}

.pl45 {
    padding-left: 50px;
}

.pb80 {
    padding-bottom: 81px;
}

.pt45 {
    padding-top: 45px;
}

.pt80 {
    padding-top: 80px;
}

.pt160 {
    padding-top: 161px;
}

.ptb150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.pb150 {
    padding-bottom: 150px;
}


.container {
    width: calc(100% - 90px);
    margin: auto;
    position: relative;
}

/* Headings */
h1, h2, h3, h4, h5 {
    margin: 0;
    font-weight: 600;
    font-family: 'Sharp Grotesk SemiBold 15';
    text-transform: uppercase;
}

.small {
    font-size: 9px;
    letter-spacing: 0.2em;
}

p {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 1.37;
    color: #2b2118;
}

    p.mb {
        margin-bottom: 1em;
    }

h1 {
    font-size: 200px;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #F37034;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    width: calc(100% - 40px);
    margin: auto;
}



h1, h2 {
    font-size: 140px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.21em;
}

h3 {
    font-weight: normal;
    font-size: 38px;
    letter-spacing: 0.16em;
    line-height: 1.38;
    margin-bottom: 1em;
}

h4, .mapToggle {
    font-weight: normal;
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1.41;
    margin-bottom: 1em;
}

h5 {
    font-family: 'Sharp Grotesk SemiBold 15';
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.31em;
    line-height: 16px;
    text-align: left;
    color: #2b2118;
    margin-bottom: 0.4em;
}

h6 {
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.21em;
    line-height: 18px;
    text-align: left;
    color: #e0d9ce;
    text-align: left;
    margin-bottom: 1em;
}

.logoSvg {
    display: block;
    margin: 0 auto 60px auto;
}

.sticky {
    position: sticky;
    top: 0;
}

#spn {
    display: block;
    height: 100vh;
    width: 1px;
}

#spnheader {
    display: block;
    height: 0;
    width: 0;
}

#page-enquire #spnheader {
    position: absolute;
    top: 0;
}

.fakeSpn {
    display: block;
    height: 20vh;
    width: 1px;
}
/* Navigation */
header {
    position: fixed;
    top: 0;
    z-index: 50;
    width: 100%;
    height: 160px;
    transition: all 0.5s;
}
#fixedlogo
{
    position:fixed;
   bottom:60px;
   right:60px;
   display:block;
   opacity:0;
   transition:opacity 0.5s
}
.fixed  #fixedlogo
{
    opacity:1
}
.fixed header {
    background: #E0D9CE;
    height: 80px;
}

.enq {
    position: absolute;
    right: 45px;
    text-align: right;
    top: 33px;
    transition: color 0.4s;
}

.num {
    position: absolute;
    right: 170px;
    text-align: right;
    top: 33px;
    transition: color 0.4s;
}

.pass-h .enq, .pass-h .num {
    color: #fff;
}

.fixed.pass-h .enq, .fixed.pass-h .num {
    color: #7B6856;
}

.logo {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 208px;
    left: 0;
    right: 0;
    margin: auto;
    height: 120px;
    transition: all 0.5s;
    overflow: hidden;
    transform: translateY(-50%);
}

.fixed .logo {
    height: 43px;
    width: 170px;
}

.logo svg {
    width: 100%;
    display: block;
    height: auto;
    transition: all 0.5s;
}

.fixed .logo svg {
    transform: translateY(-40px);
}

.cls-f {
    transition: fill 0.4s;
}

.pass-h .cls-f {
    fill: #fff;
}

.fixed.pass-h .cls-f {
    fill: #7B6856;
}

#ul {
    position: absolute;
    height: 100vh;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.8s;
    width: 100%;
    display: flex;
    flex-direction: column;
    display: none;
    justify-content: center;
    background: #2B2118;
    z-index: 6;
}

    #ul li {
        display: block;
    }

    #ul a {
        font-weight: normal;
        font-size: 120px;
        letter-spacing: 0.15em;
        line-height: 1;
        text-align: center;
        color: #f37035;
        font-family: 'Sharp Grotesk SemiBold 15';
        transition: opacity 0.8s;
        text-transform: uppercase;
    }

        #ul a.animated {
            opacity: 1;
        }

header.home #ul a.home,
header.residences #ul a.residences,
header.place #ul a.place, header.team #ul a.team,
header.location #ul a.location,
#page-enquire #ul a.enquire {
    color: #e0d9ce;
}

#nav-toggle {
    position: absolute;
    left: 45px;
    top: 33px;
    z-index: 10;
    cursor: pointer;
    width: 60px;
    height: 17px;
}

    #nav-toggle span {
        height: 1px;
        width: 20px;
        background: #f37035;
        position: absolute;
        display: block;
        top: 4px;
        left: 47px;
        transition: all 0.7s;
    }

    #nav-toggle.active .sp1 {
        transform-origin: top left;
    }

    #nav-toggle .sp2 {
        top: 9px;
    }

    #nav-toggle .sp3 {
        top: 14px;
        transform-origin: bottom left;
    }


    #nav-toggle.active .sp1 {
        transform: rotate(45deg);
        width: 15px;
    }

    #nav-toggle.active .sp2 {
        opacity: 0;
    }

    #nav-toggle.active .sp3 {
        transform: rotate(-45deg);
        width: 15px;
    }

    #nav-toggle:after, #nav-toggle:before {
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0,-50%);
        transition: opacity 0.7s;
        content: 'MENU';
        text-align: left;
        transition: color 0.4s;
    }

.pass-h #nav-toggle:after {
    color: #fff;
}

.fixed.pass-h #nav-toggle:after {
    color: #7B6856;
}

#nav-toggle:before {
    opacity: 0;
    content: 'CLOSE';
    color: #fff;
    left: -3px;
}

#nav-toggle.active:before {
    opacity: 1;
}

#nav-toggle.active:after {
    opacity: 0;
}


.abs-link {
    position: fixed;
    width: 200px;
    bottom: 20px;
    z-index: 8;
    color: #fff;
    display: block;
}

.fullLoaded .abs-link {
    transition: color 0.7s;
}

.svg-path {
    transition: fill 0.7s;
}

.coming {
    right: 20px;
    text-align: right;
}

.city {
    left: 20px;
    text-align: left;
}

.cls1 .abs-link, .cls2 .abs-link {
    color: #7B6856;
}

.reg {
    color: #F37034 !important;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    text-decoration: underline;
    z-index: 7;
}


.cls1 .svg-path, .cls2 .svg-path {
    fill: #7B6856;
}

.stamp {
    position: absolute;
    right: 90px;
    width: 160px;
    height: 160px;
    bottom: 90px;
}


/* CUSTOM CURSOR */
#cursor {
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition-property: width, height, border, transform;
    will-change: width, height, transform, border;
    pointer-events: none;
    z-index: 999;
    overflow: visible;
    border: 1px solid #fff;
}

    #cursor.hovered {
        width: 52px;
        height: 52px;
        background: none;
        border: 1px solid #fff;
    }

        #cursor.hovered.prev:after, #cursor.hovered.next:after {
            content: 'prev';
            font-size: 12px;
            color: #fff;
            position: absolute;
            text-transform: uppercase;
            letter-spacing: 1px;
            text-align: center;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        #cursor.hovered.next:after {
            content: 'next';
        }

.enq_frm {
    width: 592px;
    max-width: 100%;
    margin: auto;
    max-width: calc(100% - 60px);
}

.formBox {
    width: 530px;
    max-width: 100%;
    margin: auto;
}

h3 a {
    font-size: inherit;
}

#page-enquire {
    padding-top: 280px;
}

.w500 {
    max-width: 500px;
    padding-top: 100px;
}

#page-enquire h4 {
    font-size: 16px;
    letter-spacing: 0.31em;
}

#page-enquire h3 {
    font-size: 30px;
    letter-spacing: 0.15em;
}

input, select, textarea {
    font-size: 16px;
    letter-spacing: 0.31em;
    line-height: 1;
    text-align: center;
    color: #2b2118;
    font-family: 'Sharp Grotesk SemiBold 15';
    margin: 0 0 5px 0;
    padding: 15px 0;
    width: 100%;
    border: 0 none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border-bottom: 1px solid #2b2118;
    text-transform: uppercase;
    text-align: center;
    text-align-last: center;
}

    select option {
        background: #fff;
    }

.privacy {
    display: block;
    font-family: 'NeueHaasGroteskDisp Pro';
    letter-spacing: 0;
    padding-top: 5px;
}

.b_submit {
    border: none;
    color: #7B6856;
    background: none;
    text-transform: uppercase;
    padding: 0;
    margin: 25px 0 0px 0;
}

input:-webkit-input-placeholder, textarea:-webkit-input-placeholder {
    color: #2b2118;
    opacity: 1;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #2b2118;
    opacity: 1;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #2b2118;
    opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #2b2118;
    opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #2b2118;
    opacity: 1;
}
/*footer*/
footer {
    background: #2B2118;
    padding: 150px 0 60px 0;
    color: #e0d9ce;
    text-align: left;
}

.gr4 {
    width: calc(25% - 22.5px);
}

footer a {
    font-family: 'NeueHaasGroteskDisp Pro';
    font-weight: normal;
    letter-spacing: 0.02em;
    line-height: 1.6;
    text-align: left;
    color: #e0d9ce;
    display: block;
}

    footer a .b-border {
        padding-top: 10px;
    }

    footer a.disc {
        display: inline-block;
    }
/* Token Style */
ul.token-input-list-project {
    border: none;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    text-align: left;
    text-align-last: left;
    text-align: -moz-left;
    text-align: -webkit-left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border-bottom: 1px solid #525252;
    clear: both;
}

li.token-input-input-token-project {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}

ul.token-input-list-project li input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    width: 100% !important;
    margin-bottom: 0;
}

li.token-input-token-project p {
    display: inline;
    padding: 0;
    margin: 0 5px 0 0;
    line-height: 20px;
    font-size: 11px;
}

li.token-input-token-project {
    overflow: hidden;
    height: 25px;
    margin: 0;
    padding: 2px 5px;
    background-color: #ccc;
    color: #000;
    cursor: default;
    border: 1px solid #525252;
    font-size: 12px;
    white-space: nowrap;
    list-style: none;
    display: inline-block;
}

div.token-input-dropdown-project {
    position: absolute;
    width: 100%;
    background-color: #fff;
    overflow-x: hidden;
    cursor: default;
    font-size: 11px;
    z-index: 13;
    color: #000000;
}

    div.token-input-dropdown-project ul {
        margin: 0;
        padding: 0;
        display: block !important;
        max-height: 205px;
    }

        div.token-input-dropdown-project ul li {
            background-color: #fff;
            font-size: 14px;
            padding: 3px;
            margin: 0;
            list-style-type: none;
            font-weight: 100 !important;
        }

            div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
                background-color: #fff;
            }

            div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
                background-color: #fff;
            }

            div.token-input-dropdown-project ul li em {
                font-weight: bold;
                font-style: normal;
            }

            div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
                background-color: #ccc;
                color: #fff;
            }
/* Parsley-error */
ul.parsley-errors-list.filled, ul.parsley-errors-list {
    font-size: 10px;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: left;
    top: 0;
}

    ul.parsley-errors-list.filled li, ul.parsley-errors-list li {
        padding: 0;
        text-align: left;
        color: #F00D0D;
    }

.m {
    display: none !important;
}


.greaton {
    font-size: 18px;
    display: block;
    padding-top: 60px;
}

    .greaton img {
        display: block;
        width: 190px;
        margin: 20px auto 0 auto;
    }

    .pagination {
        padding: 50px 0 60px;
        border-top: 1px solid #000;
    }
.pagination h5 {
    text-align: center;
    color: #7b6755;
    margin-bottom: 20px;
}

.pagination h3 {
    margin: 0;
    font-size: 60px;
}

.pagination h3 .b-border:after {
    height: 3px;
    background: #7b6755;
}

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

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


    .forced .slide {
        display: none;
    }

    .forced.residences .slide.residencesSlide,
    .forced.place .slide.placeSlide,
    .forced.team .slide.teamSlide,
    .forced.location .slide.locationSlide {
        display: block;
    }
    section.loaded {
    height: 0;
}
       .forced.residences section#residences,
       .forced.place section#place,
       .forced.team section#team,
       .forced.location section#location
       {
           height:auto
       }
    .forced.home section {
        height: 0 !important;
    }


    .forced .full-h {
        height: calc(100vh - 60px);
    }

    .fixed header, .forced header {
        height: 60px;
    }

    .fixed .logo, .forced .logo {
        height: 43px;
        width: 144px;
    }

        .fixed .logo svg, .forced .logo svg {
            transform: translateY(-30px);
        }

    body {
        padding: 140px 0 0 0;
    }

    .forced body {
        padding-top: 60px;
    }

    .full-h {
        position: relative;
    }

    .d {
        display: none !important;
    }

    .m {
        display: block !important;
    }

    .forced .explore {
        display: none !important;
    }

    .imageSlider {
        display: none !important;
    }

    .copySlider .inner-li {
        background-size: cover;
    }

    .homeslider {
        width: 100%;
    }

    .logo {
        width: 160px;
    }

    .enq {
        position: fixed;
        right: 0;
        left: 0;
        bottom: 0;
        padding: 10px 0;
        text-align: center;
        background: #f37035;
        color: #fff;
        top: auto;
        bottom: 0;
    }

    .inner-li {
        height: calc(100vh - 280px);
    }

    .explore {
        bottom: 90px;
    }

        .explore:before {
            display: none;
        }

    .enq .b-border {
        height: 0;
    }

    #nav-toggle {
        left: -4px;
        top: 21px;
    }

        #nav-toggle:before, #nav-toggle:after {
            display: none;
        }

        #nav-toggle span {
            left: 20px;
        }

    #ul a {
        font-weight: normal;
        font-size: 60px;
    }

    h2.middle {
        width: 95%;
        font-size: 11vw;
    }
    h4, .mapToggle {
 
    font-size: 18px;

}
    p,a {
    font-size: 15px;

}
    h5{
        font-size:15px;
    }
    .slide.clone, .next-btn, .prev-btn, #spn {
        display: none !important;
    }

   
    .enq
    {
        font-size:16px;
    }
    #imageSlider {
        width: 100%;
    }

    #slides {
        width: 100% !important;
        transform: none !important;
        height: auto;
    }

    .slide {
        width: 100%;
        transform: none !important;
        height: auto;
        float: none;
        display: block;
    }

    .container {
        width: calc(100% - 40px);
    }

    .inner {
        height: 100vw !important;
        width: 100% !important;
        position: relative;
        left: auto !important;
        top: auto !important;
        transform: none !important;
    }

    .forced .inner {
        height: calc(100vh - 90px) !important;
    }

    #page-home #spnheader {
        position: absolute;
        top: 0;
    }



    .explore {
        position: relative;
        display: block;
        bottom: auto;
        padding: 15px 0 35px 0;
    }

    #page-homr .explore:after {
        display: none;
    }

    .explore .border {
        display: none;
    }

    .fakeSpn {
        display: none;
    }

    .full-h.sticky {
        height: auto;
    }

   
    .gr4 {
        width: 100%;
        margin-bottom: 25px;
    }

    .pt80 {
        padding-top: 30px;
    }

    pb150 {
        padding-bottom: 600px;
    }

    footer {
        padding: 60px 0 60px 0;
    }



    .pl45 {
        padding-left: 20px;
    }
    .pl0m
    {
        padding-left:0
    }
    .w485 {
   
    max-width: calc(100% - 20px);
   
}
    .w50 {
        width: 100%;
    }

    .w540 {
        max-width: 100%;
        padding-right: 20px;
    }
    .mapTitle {
     
        font-size: 14px;
    }
    h3 {
        font-size: 28px;
    }

    .ptb150 {
        padding: 60px 0;
    }
    .pb150 {
    padding-bottom: 60px;
}
    .mauto {
        margin-left: 20px;
        margin-right: 20px;
    }

    .mb40m {
        margin-bottom: 40px !important;
    }
    .pr20m
    {
        padding-right:20px;
    }
    .pt60m {
        padding-top: 60px;
    }
    .pb40m
    {
        padding-bottom:40px;
    }
    #map
    {
        height:100vw;
        min-height:250px;
        margin-bottom:40px;
    }
    #page-enquire {
    padding-top: 170px;
}
    #page-enquire h3 {
    font-size: 26px;

}
    .enq_frm {
   
    max-width: calc(100% - 40px);

}
    .w500 {
       margin: 0;
    padding-top: 60px;
}
    input, select, textarea {
        font-size: 15px;
    }

}