@font-face {
    font-family: 'Maison Neue';
    src: url('/fonts/MaisonNeue-Book.woff2') format('woff2'), url('/fonts/MaisonNeue-Book.woff') format('woff'), url('/fonts/MaisonNeue-Book.svg#MaisonNeue-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Maison Neue';
    src: url('/fonts/MaisonNeue-Bold.woff2') format('woff2'), url('/fonts/MaisonNeue-Bold.woff') format('woff'), url('/fonts/MaisonNeue-Bold.svg#MaisonNeue-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Porphyry';
    src: url('/fonts/Porphyry-Regular.woff2') format('woff2'), url('/fonts/Porphyry-Regular.woff') format('woff'), url('/fonts/Porphyry-Regular.svg#Porphyry-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Maison Neue';
    src: url('/fonts/MaisonNeue-Light.woff2') format('woff2'), url('/fonts/MaisonNeue-Light.woff') format('woff'), url('/fonts/MaisonNeue-Light.svg#MaisonNeue-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

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

.fadeInW {
    opacity: 1 !important;
}

.fadeOut {
    opacity: 0 !important;
}

.slideIn {
    height: 0 !important;
}

.autoH {
    height: auto !important;
}

.rightalign {
    text-align: right;
}

.centeralign {
    text-align: center;
}

.grid_1 {
    width: 8.33%;
}

.grid_2 {
    width: 16.67%;
}

.grid_3 {
    width: 25%;
}

.grid_4 {
    width: 32.30%;
}

.grid_5 {
    width: 41.67%;
}

.grid_6 {
    width: 50%;
}

.grid_7 {
    width: 57.80%;
}

.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;
    cursor: pointer;
    color: inherit;
}

img {
    border: none;
    max-width: 100%;
}
.play {
    text-align: center;
    line-height: 1.33;
    font-size: 32px;
    font-family: Porphyry;
    color:#fff
}
.play svg {
    margin: 0 auto 40px auto;
    display:block;
    width:72px
}
.dark-layer:before{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.3);
    content:'';
    display:block
}
a, img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.artist:after {
    position: absolute;
    display: block;
    content: "ARTIST'S IMPRESSION";
    right: 10px;
    bottom: 10px;
    letter-spacing: .2em;
    font-size: 10px;
    color: #fff;
    z-index:3
}

textarea:focus, input:focus, select:focus {
    outline: none;
}
/* General */
body {
    font-family: 'Maison Neue';
    background: #fff;
    color: #32383A;
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    padding: 0;
}
.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    display: block;
    width: 100%;
    text-align:center
}
#main {
    width: 100%;
    overflow: hidden;
}

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

.scrollDown {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    font-size: 10px;
    letter-spacing: 0.15em;
}

    .scrollDown span {
        display: block;
        margin-bottom: 5px;
    }

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

.w1249 {
    width: 1249px;
}

.w1150 {
    width: 1150px;
}

.w1075 {
    width: 1075px;
}

.container.med {
    width: 1180px;
}

.container.sml {
    width: 1095px;
}

.full-h {
    height: 100vh;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center center;
}

.regNow {
    color: #32383A;
    position: absolute;
    right: 0;
    top: 25px;
    margin: auto;
    width: 119px;
    border-radius: 3px;
    font-size: 12px;
    letter-spacing: 0.2em;
    font-weight: 700;
    padding: 10px 0;
    text-align: center;
    background: #919981;
}

.ptb85 {
    padding: 85px 0;
}

.ptb100 {
    padding: 100px 0;
}

.pt170 {
    padding-top: 170px;
}

.pb170 {
    padding-bottom: 170px;
}

.pb255 {
    padding-bottom: 255px;
}

.pb85 {
    padding-bottom: 85px;
}

.tree {
    display: block;
    margin: 0 auto 45px auto;
    width: 85px;
}

.discovery {
    display: block;
    margin: auto;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.25em;
    padding: 15.5px 0;
    width: 383px;
    background: #EDE5E1;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
}

.relative {
    position: relative;
}

.flex-c {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

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

.flex-r {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

section {
    position: relative;
}

.o-hidden {
    overflow: hidden;
}

.bar {
    display: block;
    height: 80px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 0;
}

.bar-semi {
    display: block;
    position: absolute;
    height: 50%;
    z-index: -1;
    top: 50%;
    width: 200vw;
    left: -100vw;
}

.h4wm {
    height: 360px;
}

.h5wm {
    height: 120px;
}

.hw80 {
    display: block;
    height: 55px;
}

.h6wm {
    width: 200vw;
    height: 100vh;
    top: -25px;
    left: -100vw;
}

.h7wm {
    height: 40%;
    z-index: 0;
}

.bar-semi.white {
    height: 35%;
    top: 65%;
    z-index: 0;
}

.cream {
    background: #EDE5E1;
}

.bg-pattern {
    background-image: url(/images/bg.jpg);
    background-size: cover;
}

.pr15 {
    padding-right: 15px;
}

.pr30 {
    padding-right: 30px;
}

.pl15 {
    padding-left: 15px;
}

.pl50 {
    padding-left: 50px;
}

.w26 {
    width: 26%;
}

.w46 {
    width: 46%;
}

.w28 {
    width: 28%;
}

.w210 {
    width: 210px;
    max-width: 22%;
}

.w266 {
    width: 266px;
}

.w296 {
    width: 296px;
}

.w310 {
    width: 310px;
}

.w419 {
    width: 419px;
    max-width: 100%;
}

#mapimg {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1005;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.99);
    display: none;
    opacity: 0;
    transition: opacity 0.7s;
}

#closeMAP {
    position: absolute;
    top: 20px;
    right: 20px;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    cursor: pointer;
    font-size: 0;
    z-index: 50;
}

    #closeMAP:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 2px;
        height: 40px;
        transform: rotate(45deg);
        transform-origin: center;
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: center;
        background: #32383A;
    }

    #closeMAP:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 2px;
        height: 40px;
        transform: rotate(-45deg);
        transform-origin: center;
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: center;
        background: #32383A;
    }

#innerMapImg {
    height: 100%;
    width: 100%;
    padding: 20px 50px;
}

.fitImg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.mapHolder {
    width: calc(100% - 419px );
    padding: 50px 50px 0 110px;
}

#mapPop {
    position: absolute;
    bottom: 3px;
    right: 55px;
    display: block;
}

.w620 {
    width: 620px;
    max-width: 100%;
}

.w280 {
    width: 280px;
}

.w286 {
    width: 286px;
}

.w822 {
    width: 822px;
    max-width: calc(100% - 330px);
}

.w747 {
    width: 747px;
    max-width: 68%;
}

.w857 {
    width: 857px;
    max-width: 75%;
}

.max70 {
    max-width: calc(100% - 350px);
}

.w1186 {
    width: 1186px;
    max-width: 100%;
    transform: translateX(60px);
    margin: auto;
}

.trl50 {
    transform: translateX(-50px);
}

.w1440 {
    width: 1440px;
    max-width: 100%;
    margin: auto;
}

.w1206 {
    width: 1206px;
    max-width: 100%;
    margin: auto;
    transform: translateX(-4px);
    position: relative;
}


.w1040 {
    width: 1040px;
    max-width: 100%;
    margin: 0;
}

.w1260 {
    width: 1260px;
    max-width: calc(100% - 100px);
    margin: auto;
    position: relative;
}

.w575 {
    width: 575px;
    max-width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.w552 {
    width: 552px;
    float: left;
    position: relative;
    z-index: 3;
    max-width: 35%;
}

.w492 {
    width: 492px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.w600 {
    width: 600px;
    float: right;
    position: relative;
    z-index: 3;
    max-width: 53%;
}

.tranY110 {
    transform: translateY(-110px);
}

.mb30 {
    margin-bottom: 30px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb220 {
    margin-bottom: 220px;
}

.pt50 {
    padding-top: 50px;
}

.pt60 {
    padding-top: 60px;
}

.pt80 {
    padding-top: 80px;
}

.pt85 {
    padding-top: 85px;
}

.pb110 {
    padding-bottom: 110px;
}

.pt110 {
    padding-top: 110px;
}

.max418 {
    max-width: 399px;
}

@media screen and (max-width : 1436px) {
    .w1436 {
        float: right;
    }
}

.a-bar {
    display: block;
    position: absolute;
    transition: all 2s;
    background: #32383A;
}

.sp1, .sp3 {
    left: 0;
    width: 0;
    top: -50px;
    height: 1px;
}

    .sp1.animated {
        width: 100vw;
    }

    .sp3.animated {
        width: 100%;
    }

.sp2 {
    right: -50px;
    width: 1px;
    top: -50px;
    height: 0;
}

    .sp2.animated {
        height: calc(100% + 50px);
    }

.sp4 {
    left: 0;
    width: 1px;
    top: -50px;
    height: 0;
}

    .sp4.animated {
        height: 100vh;
    }

.sp5 {
    right: calc(100% + 20px);
    top: 15px;
    height: 1px;
    width: 0;
}

    .sp5.animated {
        width: 100vw;
    }

.sp6 {
    left: -50px;
    top: 15px;
    width: 1px;
    height: 0;
}

    .sp6.animated {
        height: 300vh;
    }

.sp7 {
    left: calc(100% + 20px);
    top: 20px;
    height: 1px;
    width: 0;
}

    .sp7.animated {
        width: 100vw;
    }

.sp8 {
    left: 0;
    top: 0;
    height: 0;
    width: 1px;
}

    .sp8.animated {
        height: 100%;
    }

.sp9 {
    left: 0;
    top: 0;
    height: 1px;
    width: 0;
}

    .sp9.animated {
        width: 100%;
    }

.sp10 {
    right: -50px;
    top: 0;
    height: 0;
    width: 1px;
}

    .sp10.animated {
        height: 100vh;
    }

.sp11 {
    left: 286px;
    top: 0;
    height: 1px;
    width: 0;
}

    .sp11.animated {
        width: calc(100% - 280px);
    }

.sp12 {
    left: -50px;
    top: 0;
    height: 0;
    width: 1px;
}

    .sp12.animated {
        height: 100vh;
    }

.sp13 {
    right: -90px;
    height: 1px;
    top: 0;
    width: 0;
}

    .sp13.animated {
        width: 100vw;
    }

.sp14 {
    right: -30px;
    width: 1px;
    top: 0;
    height: 0;
}

    .sp14.animated {
        height: 150vh;
    }

.sp15 {
    right: 440px;
    height: 1px;
    top: 0;
    width: 0;
}

    .sp15.animated {
        width: 80vw;
    }

.sp16 {
    left: 50%;
    height: 0;
    top: 0;
    width: 1px;
}

    .sp16.animated {
        height: 100%;
    }

.sp17 {
    left: 130px;
    top: 0;
    height: 1px;
    width: 0;
}

    .sp17.animated {
        width: calc(100% - 130px);
    }

.sp18 {
    left: -50px;
    top: 0;
    height: 0;
    width: 1px;
}

    .sp18.animated {
        height: 100%;
    }

.sp19 {
    left: -50px;
    top: 0;
    height: 1px;
    width: 0;
}

    .sp19.animated {
        width: calc(100% + 80px);
    }

.trnY16 {
    transform: translateY(-16px);
}

.green {
    color: #919981;
}

.white {
    background: #fff;
}

.link {
    display: block;
    font-size: 14px;
    line-height: 17.5px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.2em;
}

.learn {
    transform: translateY(-28px);
}

.arrow {
    display: block;
    position: relative;
    height: 11.5px;
    width: 54px;
    transition: width 0.5s;
    transform: translateY(7px);
}

.learn .arrow {
    display: inline-block;
    transform: translateY(1px);
}

.link:hover .arrow {
    width: 62px;
}

.arrow:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    top: 50%;
    height: 1px;
    background: #919981;
    transform: translateY(-50%);
}

.arrow svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.w600:before {
    position: absolute;
    content: '';
    display: block;
    width: 50vw;
    height: 100%;
    background: #fff;
    left: 100%;
    z-index: 1;
}

.poi {
    position: relative;
    line-height: 1;
    padding: 14px 0 14px 40px;
    border-bottom: 1px solid #32383A;
}

    .poi svg {
        display: block;
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

.desc {
    padding: 13px 0 13px 40px;
    margin-bottom: 8px;
    border-bottom: 1px solid #32383A;
    position: relative;
    line-height: 1;
}

    .desc span {
        display: block;
        position: absolute;
        text-align: right;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        font-size: 12px;
        font-weight: 300;
        letter-spacing: 0.25em;
        text-transform: uppercase;
    }
/* Headings */
h1, h2, h3, h4, h5 {
    margin: 0;
    font-weight: normal;
}

p {
    line-height: 20px;
}

    p.heading {
        line-height: 1.33;
        font-size: 30px;
        font-family: Porphyry;
    }

    p.mb {
        margin-bottom: 13px;
    }

.f16 {
    font-size: 16px;
}

h1, h2 {
    font-family: Porphyry;
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1;
    text-align: center;
}

h2 {
    position: relative;
    text-align: left;
    z-index: 1;
}

h3 {
    position: relative;
    font-family: Porphyry;
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 0.75em;
}

.tel {
    font-family: Porphyry;
    font-size: 30px;
    line-height: 1;
    color: #32383A;
    text-align: left;
    margin-bottom: 12px;
    display: block;
}

.fadeIn {
    opacity: 0;
    transition: opacity 0.7s;
}


    .fadeIn.animated {
        opacity: 1;
    }

h2.before:before {
    position: absolute;
    left: auto;
    right: calc(100% + 20px);
    width: 0;
    height: 1px;
    background: #32383A;
    content: '';
    display: block;
    top: 0.5em;
    transition: width 1.5s;
}

h2.before.animated:before {
    width: 60vw;
}

h2.after {
    display: inline-block;
}

    h2.after:after {
        position: absolute;
        left: calc(100% + 20px);
        width: 0;
        transition: width 2.5s;
        height: 1px;
        background: #32383A;
        content: '';
        display: block;
        top: 0.55em;
    }

    h2.after.animated:after {
        width: 60vw;
    }


h3 {
}

h4 {
    font-family: Porphyry;
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 12px;
}

.f12 {
    font-size: 12px;
    letter-spacing: 0.25em;
    font-size: 12px;
    margin-bottom: 90px;
}
/* Navigation */
header {
    height: 80px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 50;
}

#page-home header {
    opacity: 0;
    transition: opacity 0.7s;
}

header:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #919981;
    opacity: 0;
    transition: opacity 0.7s;
    display: block;
}

header.fixed:before {
    opacity: 1;
}

.headerFix header:before {
    opacity: 1;
}

header .container {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#nav-toggle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    z-index: 10;
    cursor: pointer;
    width: 30px;
    height: 22px;
}

    #nav-toggle span, #nav-toggle span:after, #nav-toggle span:before {
        cursor: pointer;
        height: 1px;
        width: 25px;
        background: #32383A;
        position: absolute;
        display: block;
        content: '';
        top: 10px;
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
    }

        #nav-toggle span:before {
            top: -10px;
        }

        #nav-toggle span:after {
            bottom: -10px;
        }

    #nav-toggle.active span {
        background-color: transparent !important;
    }

        #nav-toggle.active span:after, #nav-toggle.active span:before {
            top: 0;
        }

        #nav-toggle.active span:before {
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: a rotate(45deg);
        }

        #nav-toggle.active span:after {
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: a rotate(-45deg);
        }

.ul li {
    display: inline-block;
    margin-right: 50px;
}

    .ul li a {
        font-size: 12px;
        letter-spacing: 0.3em;
        position: relative;
        display: inline-block;
    }

        .ul li a:after {
            content: '';
            display: block;
            left: 0;
            right: 1px;
            bottom: -3px;
            height: 1px;
            background: #32383A;
            position: absolute;
            opacity: 0;
        }

#page-design a.design:after, #page-residences a.residences:after, #page-location a.location:after, #page-team a.team:after {
    opacity: 1;
}

.logo {
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    top: 12px;
    width: 281px;
    display: block;
    height: 152px;
    z-index: 50;
    overflow: hidden;
    transition: height 0.7s;
}

header.fixed .logo, .headerFix .logo {
    height: 60px;
}

header.fixed .regNow, .headerFix .regNow {
    border: 1px solid #32383A;
}

.logo img {
    display: block;
    width: 281px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
/* enquiry */
#register {
    padding: 130px 0;
    width: 100%;
    margin: 0 auto;
    background-image: url(/images/bg.jpg);
    background-size: cover;
    background-position: top right;
}

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

.reg-det {
    float: left;
    width: 300px;
    max-width: 30%;
}

    .reg-det h2 {
        font-size: 49px;
    }

.form {
    width: 529px;
    float: right;
    max-width: 70%;
}

input, select {
    padding: 10px;
    width: 100%;
    color: #647360;
    font-family: Maison Neue;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.25em;
    text-align: left;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: none;
    text-align: left;
    text-transform: uppercase;
}

.border {
    border: 1px solid #647360;
    border-bottom: none;
}

.b_submit {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: none;
    cursor: pointer;
}

.arrowHolder {
    width: 140px;
    position: relative;
    padding: 15px 0;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.2em;
}

    .arrowHolder svg {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        transition: all 0.4s;
    }

    .arrowHolder:hover svg {
        right: -4px;
    }

.no-bl {
    border-left: none;
}


.privacy {
    font-size: 10px;
}

.border-b {
    border-bottom: 1px solid #647360;
}

.chk_holder {
    border-bottom: 1px solid #647360;
    text-align: left;
    padding: 10px 0;
}

#chkInternational {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    cursor: pointer;
    display: inline-block;
    line-height: 25px;
    width: 20px;
    text-align: center;
}

    #chkInternational + label {
        padding: 0 0 0 40px;
        position: relative;
        text-align: center;
        display: block;
        color: #647360;
        font-size: 14px;
        letter-spacing: 0.25em;
        text-transform: uppercase;
        display: inline;
        margin: auto;
    }

        #chkInternational + label:before {
            position: absolute;
            left: 10px;
            width: 20px;
            height: 20px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            border: 1px solid #647360;
            border-radius: 50%;
            content: '';
            display: block;
        }

        #chkInternational + label:after {
            position: absolute;
            width: 10px;
            height: 10px;
            top: 2px;
            left: 15px;
            background: #647360;
            border-radius: 50%;
            content: '';
            display: block;
            -webkit-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
            opacity: 0;
        }

    #chkInternational:checked + label:after {
        opacity: 1;
    }

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

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

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

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

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #647360;
    opacity: 1;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    color: transparent;
}
/*footer*/

footer {
    background: #919981;
    padding: 45px 0;
}

.footer-link {
    display: inline-block;
    margin-right: 25px;
}

.last {
    margin-right: 0;
}

.abslink {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
}

.logos {
    display: flex;
}

.discl {
    display: inline-block;
    margin-right: 25px;
    font-size: 12px;
    color: #32383A;
}
/* 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;
    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;
    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;
    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;
    }

* {
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

.caption {
    color: #919981;
    padding-top: 10px;
    font-size: 12px;
    letter-spacing: .25em;
    text-transform: uppercase;
}



.rightfloat {
    float: right;
}

.leftfloat {
    float: left;
}

.d {
    display: block;
}

.m {
    display: none;
}

@media screen and (max-width : 1380px) {
    .trl50 {
        transform: translateX(0);
    }

    .max25 {
        max-width: 30%;
    }



    .mapHolder {
        padding: 50px 50px 0 50px;
    }
}

@media screen and (max-width : 1200px) {
    .to_g_8 {
        width: 600px;
    }

    .ul li {
        margin-right: 35px;
    }

    .w1186 {
        max-width: calc(100% - 60px);
        transform: translateX(0);
        margin: auto;
    }

    .mapHolder {
        padding: 50px 50px 0 0;
    }
}

@media screen and (max-width : 950px) {
    .ul {
        position: absolute;
        padding: 50px 30px 60px 30px;
        top: 60px;
        bottom: auto;
        background: #919981;
        width: 100%;
        transform: translateY(-150%);
        transition: transform 1s;
        max-width: 100%;
    }

    .regNow {
        top: 14px;
        border: none !important;
        text-decoration: underline;
        background:none;
    }


    .ul li a:after {
        display: none !important;
    }

    #page-design a.design, #page-residences a.residences, #page-location a.location, #page-team a.team {
        font-weight: 700;
    }

    #main-nav {
        max-width: 100%;
    }

    .full-hm {
        height: 100vh;
        background-size: cover;
    }

        .full-hm img {
            display: none;
        }

    .active_nav .ul {
        transform: translateY(0);
    }

    .ul li {
        display: block;
        padding: 10px 0;
        border-bottom: 1px solid #32383A;
    }

        .ul li a {
            font-size: 16px;
        }

    header {
        height: 60px;
    }

    .full-h {
        background-image: url(/images/home/herom.jpg) !important;
    }



    .logo {
        top: 14px;
        width: 140px;
        transition: none;
    }

    #page-home .logo img {
        transition: top 0.5s;
    top: -35px;
    width: 140px;

    }

    #page-home header.fixed .logo img {
        top: 0;
    }

    header.fixed .logo, .headerFix .logo {
        height:37px !important;
      
    }

    .ptb85 {
        padding: 60px 0;
    }

    .ptb100 {
        padding: 0 0 50px 0;
    }

    .pt170 {
        padding-top: 60px;
    }

    h1 {
        margin: auto;
    }

    .d {
        display: none;
    }

    .m {
        display: block;
    }

    .w1260, .w552, .w600, .w46, .grid_6, .w28, .grid_4, .grid_7 {
        width: 100%;
        max-width: 100%;
    }

    .w600 {
        padding-left: 60px;
    }

    .pym {
        width: 100%;
        padding: 60px 30px 0 60px;
    }

    .pb85 {
        padding-bottom: 60px;
    }


    #register {
        padding: 60px 0;
    }

        #register h2, .tel {
            text-align: left;
        }

    .tel {
        margin-bottom: 25px;
    }

    .reg-det, .form {
        width: 100%;
        max-width: 100%;
    }



    .no-bl {
        border-left: 1px solid #647360;
    }

    .logos {
        display: block;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #32383A;
    }

    .container.big {
        text-align: center;
        display: block;
    }

    .discl {
        margin: 0 10px;
    }

    h2 {
        font-size: 50px;
    }

    h3 {
        font-size: 40px;
    }

    .pl30m {
        width: 100%;
        padding-left: 40px;
        padding-bottom: 50px;
        position: relative;
    }

    .pt80 {
        padding-top: 60px;
    }

    .pl30m p {
        max-width: 280px;
    }

    .pt50m {
        padding-top: 50px;
    }

    .w822 {
        width: 100%;
        max-width: 100%;
    }

    .mapHolder {
        width: 100%;
        padding: 0;
    }

    .mapdet {
        padding: 50px 30px;
    }


    .pt85 {
        padding-top: 40px;
    }

    .m490 {
        width: 490px;
        max-width: 100%;
        margin: auto;
    }

    .to-w-m {
        background: #fff;
        padding: 40px;
        width: 100%;
    }

    .pt60 {
        padding-top: 20px;
    }


    .pt110 {
        padding-top: 60px;
    }

    .pb110 {
        padding-bottom: 60px;
    }

    .footer-link {
        margin: 0 15px;
        vertical-align: top;
    }

    .mb40m {
        margin-bottom: 40px;
    }

    .mb30m {
        margin-bottom: 30px;
    }

    .mb50m {
        margin-bottom: 50px;
    }

    .h7wm {
        height: 50%;
        z-index: 0;
    }

    .mb100m {
        margin-bottom: 100px;
    }

    .w26 {
        width: 100%;
    }

    .rightfloat {
        float: left;
    }

    .pt20m {
        padding-top: 20px;
    }

    .w210m {
        width: 210px;
    }

    .fullm {
        width: 100%;
        max-width: 100%;
    }

        .fullm.w280 p, .fullm.w280 h3 {
            max-width: 280px;
        }

    .w1206 {
        width: calc(100% - 60px);
    }

    .h2wm {
        height: 30vw;
        top: auto;
        bottom: 0;
    }

    .h3wm {
        height: calc(30vw + 20px);
        top: 0;
        bottom: auto;
        background: #EDE5E1;
    }

    .cream-m {
        background: #EDE5E1;
    }

    .white-m {
        background: #fff;
    }

    .w210 {
        max-width: 100%;
    }

    .sp1.animated {
        width: 100%;
    }

    .w857 {
        max-width: 100%;
    }

    .h21 {
        padding-left: 0 !important;
    }

    .h22 {
        transform: translateX(2.5em) !important;
    }

    .h23 {
        transform: translateX(1.5em) !important;
    }

    .h25 {
        padding-left: 3em !important;
    }

    .max25 {
        max-width: 100%;
    }

    .flex-r {
        display: block;
    }

    .learn {
        transform: translateY(0);
        margin-bottom: 30px;
    }

    .reg-det p {
        margin-bottom: 30px;
    }

    .flex-c, .flex-d {
        display: block;
    }

    footer .flex-c {
        text-align: center;
    }

    .ptb20vm {
        padding: 20vw 0 !important;
    }

    .w747 {
        width: 100%;
        max-width: 100%;
    }

    .full-h {
        background-position: top center;
    }

    .slide {
        transform: translateY(59px);
    }

    .h11-vw {
        height: 106vw;
        background-size: cover;
    }

    .h31 {
        display: inline-block;
        transform: translateX(50px);
    }

    .movTor {
        display: inline-block;
        transform: translateX(100px);
    }


    .img-to-bg img {
        display: none;
    }

    .tranY110 {
        transform: translateY(0);
    }

    .pt30m {
        padding-top: 30px;
    }

    .noptm {
        padding-top: 0;
    }

    .nopbm {
        padding-bottom: 0;
    }

    .pr15, .pr30 {
        padding-right: 0;
    }

    .pl15 {
        padding-left: 0;
    }

    .pl50 {
        padding-left: 0;
    }

    .pb255 {
        padding-bottom: 0;
    }

    .trnY16 {
        transform: translateY(0);
    }

    .pb170 {
        padding-bottom: 60px;
    }

    .h4wm {
        height: 120px;
    }

    .mb220 {
        margin-bottom: 20px;
    }

    .discovery {
        font-size: 14px;
        width: 320px;
    }
    #mapPop {
 
    right: 5px;
  
}
    #innerMapImg {
        overflow: scroll;
        padding: 0 0;
    }

    .fitImg {
        max-width: 2000%;
        height: 100vh;
        object-fit: initial;
        width:auto;
    }
}

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

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