@font-face {
    font-family: 'GothamBook';
    src: url('/fonts/GothamBook.eot');
    src: url('/fonts/GothamBook.eot') format('embedded-opentype'), url('/fonts/GothamBook.woff2') format('woff2'), url('/fonts/GothamBook.woff') format('woff'), url('/fonts/GothamBook.ttf') format('truetype'), url('/fonts/GothamBook.svg#GothamBook') format('svg');
}


@font-face {
    font-family: 'GothamMedium';
    src: url('/fonts/GothamMedium.eot');
    src: url('/fonts/GothamMedium.eot') format('embedded-opentype'), url('/fonts/GothamMedium.woff2') format('woff2'), url('/fonts/GothamMedium.woff') format('woff'), url('/fonts/GothamMedium.ttf') format('truetype'), url('/fonts/GothamMedium.svg#GothamMedium') format('svg');
    font-weight: normal;
}

@font-face {
    font-family: 'Gotham-Light';
    src: url('/fonts/Gotham-Light.eot');
    src: url('/fonts/Gotham-Light.eot') format('embedded-opentype'), url('/fonts/Gotham-Light.woff2') format('woff2'), url('/fonts/Gotham-Light.woff') format('woff'), url('/fonts/Gotham-Light.ttf') format('truetype'), url('/fonts/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: normal;
}

@font-face {
    font-family: 'CinzelDecorativeRegular';
    src: url('/fonts/CinzelDecorativeRegular.eot');
    src: url('/fonts/CinzelDecorativeRegular.eot') format('embedded-opentype'), url('/fonts/CinzelDecorativeRegular.woff2') format('woff2'), url('/fonts/CinzelDecorativeRegular.woff') format('woff'), url('/fonts/CinzelDecorativeRegular.ttf') format('truetype'), url('/fonts/CinzelDecorativeRegular.svg#CinzelDecorativeRegular') format('svg');
}

@font-face {
    font-family: 'AthelasBold';
    src: url('/fonts/AthelasBold.eot');
    src: url('/fonts/AthelasBold.eot') format('embedded-opentype'), url('/fonts/AthelasBold.woff2') format('woff2'), url('/fonts/AthelasBold.woff') format('woff'), url('/fonts/AthelasBold.ttf') format('truetype'), url('/fonts/AthelasBold.svg#AthelasBold') format('svg');
}

@font-face {
    font-family: 'AthelasRegular';
    src: url('/fonts/Athelas-Regular.eot');
    src: url('/fonts/Athelas-Regular.eot') format('embedded-opentype'), url('/fonts/Athelas-Regular.woff2') format('woff2'), url('/fonts/Athelas-Regular.woff') format('woff'), url('/fonts/Athelas-Regular.ttf') format('truetype'), url('/fonts/Athelas-Regular.svg#Athelas-Regular') format('svg');
}

body {
    font-family: GothamMedium;
    font-size: 10px;
    background: #fff;
    color: #fff;
    margin: 0;
    height: 100%;
    padding: 175px 0 0 0;
    padding: 200px 0 0 0;
    overflow-y:scroll;
    width:100%
}

.clear, * html .clearfix, *:first-child + html .clearfix {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

* {
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

.half, .mktoFormRow {
    width: calc(50% - 25px);
    margin-right: 50px;
    float: left;
    position: relative;
    z-index: 1;
}

.fullimage {
    width: 100%;
    display: block;
}

.abs {
    position: absolute;
    height: 100%;
    width: 50%;
    padding: 0 30px;
    background-size: cover;
}

    .abs.pr15 {
        padding: 0;
        width: calc(50% - 15px);
    }

.raduis {
    -webkit-border-bottom-right-radius: 60px;
    -moz-border-radius-bottomright: 60px;
    border-bottom-right-radius: 60px;
}

.abs.right {
    right: 0;
}

.abs.left {
    left: 0;
}

.bg {
    background: #f1f1f1;
}

.grid_6 {
    width: 50%;
    float: left;
    position: relative;
}

.grid_location {
    width: 42%;
    left: 0;
    top: 0;
    position: absolute;
    max-height: 100%;
}

.grid_map {
    width: 58%;
    float: right;
}

.container {
    width: calc(100% - 70px);
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

.middle {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    display: block;
    z-index: 2;
}


.middle-h {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    display: block;
    z-index: 2;
}
#reg-btnm
{
    display:none
}
.menu, .reg-btn {
    color: #e0a39b;
    font-size: 18px;
    left: 130px;
    letter-spacing: 2px;
    text-align: left;
    font-family: 'CinzelDecorativeRegular';
}
.headerholder
{
    position:relative;
    z-index:5;

    width:100%;
    height:175px;
}
#page-home .menu, #page-home .reg-btn, #page-home #lily-logo {
    opacity: 0;
    transition: opacity  0.7s,transform 0.7s;
}
#page-home #lily-logo
{
    width:440px;
    transform-origin:top center
}
    #page-home #lily-logo.loaded {
       
        opacity: 1;
    }


.moved #lily-logo{
     transform:translate(-50%, -50%) scale(0.72);
}
.reg-btn {
    text-align: right;
    right: 130px;
    left: auto;
}

#mainmiddle {
    height: 300px;
    width: 600px;
    text-align: center;
}

.fullheight {
    height: calc(100vh - 175px);
    background-size: cover;
    position: relative;
}
#bgcover
{
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
    z-index:4;
        background: #2d3c39;
    display:none;
    opacity:0;
    transition:opacity 0.7s

}
#page-floorplan #bgcover{
	opacity: 0;
	display: none !important;
}
.innerlogo
{
    width:320px;
    margin:0 auto 40px auto
}

header {
    position: fixed;
    background: #2d3c39;
    height: 200px;
    display: block;
    top: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
    z-index: 5;
    transition: all 0.3s ease;
}

header.min {
    height: 120px;
}

header.min #lily-logo img.bottom {
    display: none;
}
header.min #lily-logo img.top {
    margin-bottom: 0;
}

.blue header, .blue #nav {
    background: #15233a;
}
.purple header, .purple #nav {
    background: #2f1c2e;
}

#floorplanPouP {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.1);
    display: none;
    opacity: 0;
    transition: opacity 0.8s;
    bottom: 0;
    width: 100%;
}

    #floorplanPouP .middle {
        width: 1300px;
        background: rgba(0,0,0,0.4);
        max-width: 90%;
        height: 90%;
        -webkit-border-bottom-right-radius: 60px;
        -moz-border-radius-bottomright: 60px;
        border-bottom-right-radius: 60px;
    }

#florplanImage {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%);
}

    #florplanImage img {
        max-height: 100%;
        margin: 0 auto;
        top: 50%;
        left: 50%;
        position: absolute;
        transform: translate(-50%,-50%);
        max-width: calc(100% - 180px);
        max-height: calc(100% - 180px);
        -webkit-border-bottom-right-radius: 60px;
        -moz-border-radius-bottomright: 60px;
        border-bottom-right-radius: 60px;
    }

.lily-logo {
    width: 320px;
}


#lily-logo img {
    display: block;
    margin: auto;
}

#lily-logo .top {
    width: 30px;
    margin-bottom: 20px;
}

#h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    opacity: 0;
    transition: opacity 0.5s;
    z-index: 3;
    overflow: hidden;
    width: 600px;
    max-width: 75%;
}

#h1 h1 {
    letter-spacing: 6px;
}
    #h1.loaded {
        opacity: 1;
    }

#page-home header {
    top: 50%;
    transform: translate(0,-50%) translateY(-50px);
    transition: all 0.7s;
    background: none;
    height: 350px;
}

    #page-home header.moved {
        top: 0;
        transform: translate(0,-0%) translateY(-0);
    }

#logo {
    position: absolute;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) translateY(-80px);
    transform: translate(-50%, -50%) translateY(-80px);
    display: block;
    opacity: 0;
    transition: opacity 2s, transform 1s,width 1s,top 1s;
    width: 440px;
    z-index: 3;
    transform-origin: center;
    margin: 0 auto;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    max-width: 80%;
}

    #logo.l1 {
        opacity: 1;
    }

#poly {
    z-index: 3;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) translateY(120px);
    transform: translate(-50%, -50%) translateY(120px);
    display: block;
    opacity: 0;
    transition: opacity 0.2s, transform 1s,top 1s;
    width: 150px;
}

    #poly img {
        width: 100%;
        display: block;
    }

    #logo.fast, #poly.fast, #header.fast {
    }

    #poly.loaded, #logo.loaded, #header.loaded, #logo.fast, #poly.fast {
        opacity: 1;
        z-index: 5;
    }

#header.removed {
    opacity: 0;
}

#logo.moved, #logo.fast {
    top: 0;
    -webkit-transform: translate(-50%, -0%) scale(0.75);
    transform: translate(-50%, -0%) scale(0.76);
}

.menuItem.loaded {
    opacity: 1 !important;
}

*.fast {
    transition: none !important;
}

#poly.moved, #poly.fast {
    top: calc(100% - 110px);
    top: calc(100% - 135px);
    -webkit-transform: translate(-50%, -0%);
    transform: translate(-50%, -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;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    font-family: 'Gotham-Light';
}

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 */
html {
    height: 100%;
}




.img {
    width: 100%;
    margin: 0;
    display: block;
}

.content {
    margin: 0 auto;
    width: 100%;
    max-width: 806px;
    float: none;
}
/* Headings */
.block {
    display: block;
}

h1, h2, h3, h4, h5 {
    margin: 0;
    font-family: 'CinzelDecorativeRegular';
    font-weight: normal;
    color: #b66f60;
}

p {
    text-align: center;
    margin: 0;
    letter-spacing: 0;
    color: #000;
    font-size: 14px;
    font-family: 'AthelasBold';
    font-family: 'AthelasRegular';
}

#th {
    color: #fff;
    font-size: 14px;
    font-family: 'Gotham-Light';
    letter-spacing: 1px;
    width: 400px;
    margin: 0 auto;
    max-width: 100%;
}

    #th span {
        display: block;
        margin-bottom: 20px;
    }

h1 {
    font-size: 43px;
    letter-spacing: 0;
    text-align: center;
}

    h1 span.flash {
        display: block;
    }

h6 {
    font-size: 9px;
    font-family: 'Gotham-Light';
    display: block;
    letter-spacing: 4px;
    margin-bottom: 25px;
    color: #000;
    text-align: center;
}

#page-floorplan h6 {
    margin-bottom: 50px;
}

.flashC {
    display: inline-block;
    position: relative;
    margin: 0 0.1em;
    overflow: hidden;
}

.flashed .flashC {
    -webkit-animation-name: Flash;
    animation-name: Flash;
    animation-duration: 0.8s;
    -webkit-animation-duration: 0.8s;
}

@-webkit-keyframes Flash {
    0% {
        color: #b98986;
    }

    100% {
        color: #b66f60;
    }
}


@keyframes Flash {
    0% {
        color: #b98986;
    }

    100% {
        color: #b66f60;
    }
}

.block {
    display: block;
}

.adress {
    text-align: center;
    font-size: 10px;
    font-family: 'Gotham-Light';
    letter-spacing: 1px;
    margin: 0 0 15px 0;
}

h2 {
    text-align: center;
    font-size: 24px;
    line-height: 1.2;
}

    h2 span {
        margin-right: 4px;
        display: inline-block;
    }

    h2.inner {
        position: absolute;
        top: 20%;
        max-width: 100%;
        left: 75%;
        transform: translateX(-50%);
    }

        h2.inner.left {
            left: 25%;
        }

.t1 {
    transform: translateX(-60px);
}

.t2 {
    transform: translateX(60px);
}

h3, a.add {
    display: block;
    font-size: 17.5px;
    color: #ba6e6a;
    text-align: center;
    margin: 0 0 20px 0;
    text-align: left;
}

h5 {
    font-size: 16px;
    margin-bottom: 25px;
    text-align: left;
}

    h5 .spn {
        margin-right: 1.5px;
    }

.list {
    padding: 0;
    margin: 0 0 50px 0;
    list-style: none;
}

    .list li {
        display: block;
        color: #000;
        font-size: 12px;
        font-family: 'GothamBook';
    }

.spn {
    display: inline-block;
}

h3 .spn {
    margin-right: 1px;
}

.iconHolder, .sno {
    display: inline-block;
    width: 45px;
    text-align: left;
}

    .iconHolder img {
        display: block;
        height: 15px;
    }

        .iconHolder img.ct {
            height: 22px;
        }



.disp {
    text-align: left;
    width: calc(50% - 25px );
}
.grid_88
{
    width:calc(50% + 25px);
    float:left;
    text-align:left
}

    .register h4, .register p,.register a {
        font-size: 9px;
        text-align: left;
        color: #fff;
        letter-spacing: 0;
    }
    .register h4 {
        letter-spacing: 1px;
    }
    .register p {
        font-family: 'Gotham-Light';
    }
   .register  a.add {
    font-size:14px;
    font-family: 'CinzelDecorativeRegular';
    text-align: center;
    margin: 30px 0;
    letter-spacing: 2px;
}
.lastC {
    margin-right: 0 !important;
}

h4 {
    font-size: 14px;
    color: #2A3851;
    text-align: center;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
}

.locationholder {
    position: relative;

}

.poi {
    display: block;
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,0.7);
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}

    .poi img {
        display: block;
        width: 60% !important;
    }

        .poi img.by {
            width: 90% !important;
        }

        .poi img.tr {
            width: 50% !important;
        }

.title {
    display: block;
    background: #2d3c39;
    top: 0;
    left: 50%;
    width: 240px;
    transform: translate(-50%,-100%) translateX(20px) translateY(-40px) scale(0);
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    padding: 15px;
    transition: transform 0.2s;
    text-transform: uppercase;
}

.poi:hover {
    z-index: 2;
}

    .poi:hover .title {
        transform: translate(-50%,-100%) translateX(20px) translateY(-45px) scale(1);
    }

.title:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 50px solid #2d3c39;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
/* Navigation */
#nav {
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #2d3c39;
    display: none;
    opacity: 0;
    transition: opacity 0.8s;
}

    #nav ul {
        width: 330px;
        list-style: none;
        text-align: center;
    }

        #nav ul li {
            margin-bottom: 25px;
        }

            #nav ul li.logoheader {
                margin-bottom: 80px;
            }

            #nav ul li a {
                font-size: 24px;
                font-family: 'CinzelDecorativeRegular';
            }

                #nav ul li a .spn {
                    margin-right: 2px;
                }

.bars {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    .bars:before {
        display: block;
        position: absolute;
        content: '';
        top: -2px;
        width: 0%;
        height: 1px;
        background: rgb(244,200,182);
        background: linear-gradient(90deg, rgb(244,200,182,1) 0%, rgba(186,110,107,1) 100%);
        left: 0;
        transition: width 0.3s;
    }

    .bars:after {
        display: block;
        position: absolute;
        content: '';
        bottom: -2px;
        width: 0%;
        height: 1px;
        background: rgb(244,200,182);
        background: linear-gradient(90deg, rgb(244,200,182,1) 0%, rgba(186,110,107,1) 100%);
        transition: width 0.3s;
        left: 0;
    }

    .bars:hover:after, .bars:hover:before {
        width: 100%;
    }

#page-floorplan #nav li a.floorplan .gradient:before, #page-floorplan #nav li a.floorplan .gradient:after, #page-team #nav li a.team .gradient:before, #page-team #nav li a.team .gradient:after, #page-lifestyle #nav li a.lifestyle .gradient:before, #page-lifestyle #nav li a.lifestyle .gradient:after, #page-location #nav li a.location .gradient:before, #page-location #nav li a.location .gradient:after, #page-architecture #nav li a.architecture .gradient:before, #page-architecture #nav li a.architecture .gradient:after {
    width: 100%;
}

.team-poly {
    display: block;
    width: 100px;
    margin: 40px auto 0 auto;
}

.caption {
    display: block;
    width: 150px;
    font-size: 7.5px;
    position: absolute;
    left: 35px;
    z-index: 3;
    bottom: 15px;
}

    .caption.right {
        right: 35px;
        left: auto;
        text-align: right;
    }

#closeMenu, #closeFloorplan {
    margin: 0 auto;
    width: 50px;
    height: 50px;
    display: block;
    cursor: pointer;
    text-align: center;
    position: relative;
}

#closeFloorplan {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 20;
}

    #closeMenu:after, #closeMenu:before, #closeFloorplan:after, #closeFloorplan:before {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: 0 auto;
        width: 1px;
        height: 40px;
        transform-origin: center;
        transform: translate(-50%,-50%) rotate(45deg);
        -webkit-transform-origin: center;
        background: rgb(244,200,182);
        background: linear-gradient(90deg, rgb(244,200,182,1) 0%, rgba(186,110,107,1) 100%);
    }

    #closeMenu:before, #closeFloorplan:before {
        transform: translate(-50%,-50%) rotate(-45deg);
    }

.polyMenu {
    margin: 50px auto 0 auto;
    display: block;
}

    .polyMenu img {
        width: 150px;
        display: block;
        margin: 0 auto;
    }

.maincontent {
    position: absolute;
    height: 100%;
    min-height:600px;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
}

.content-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    background: #000;
}



.fullyvideo {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.homevideo {
}

.loopvideo {
    opacity: 0;
    z-index: 2;
    transition: opacity 1s;
}

/* ********************* UPDATES  ************************* */

#btn-wrapper {
    display: flex;
    justify-content: space-around;
    width: 80%;
    margin: 100px auto 0;
}

    #btn-wrapper a {
        font-size: 12px;
        color: #ffffff;
        display: inline-block;
        padding: 5px 0;
        border: 1px solid #fff;
        width: 200px;
        text-align: center;
        letter-spacing: 1px;
        transition: 0.5s all;
    }

        #btn-wrapper a:hover {
            background: rgba(255,255,255,0.8);
            color: #787a79;
        }

#close-btn {
    cursor: pointer;
    position: absolute;
    top: 15px;
    margin: 0 auto;
    right: 15px;
    width: 20px;
    height: 20px;
    display: block;
    overflow: hidden;
    font-size: 0;
    line-height: 1;
    text-align: center;
}

    #close-btn:before, #close-btn:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 1px;
        height: 20px;
        transform: rotate(-45deg);
        transform-origin: center;
        background: #fff;
    }

    #close-btn:after {
        transform: rotate(45deg);
    }

.grid_8 {
    display: block;
    position: relative;
    float: left;
    width: 70%;
    padding: 0;
    margin: 0;
    text-align: left;
}

.grid_third {
    min-height: 600px;
    padding-top: 170px;
    position: relative;
    float: left;
    width: calc(33.33% - 23.33px);
    margin-right: 35px;
}

.grid_4 {
    text-align: left;
    display: block;
    position: relative;
    float: left;
    width: 25%;
    padding: 0 25px 0 0;
    margin: 0;
}

.grid_31 {
    text-align: left;
    display: block;
    position: relative;
    float: left;
    width: 31%;
    padding: 0 25px 0 0;
    margin: 0;
}

.grid_44 {
    text-align: left;
    display: block;
    position: relative;
    float: left;
    width: 44%;
    padding: 0 0 0 0;
    margin: 0;
}

.scrollTop {
    position: relative;
    height: 20px;
    display: block;
    padding-left: 35px;
    font-family: 'CinzelDecorativeRegular';
    font-size: 16px;
}

    .scrollTop:before {
        content: '';
        display: block;
        border-bottom: 1px solid #e8b9b1;
        border-left: 1px solid #e8b9b1;
        transform: rotate(135deg);
        width: 18px;
        height: 18px;
        position: absolute;
        left: 4px;
        top: 4px;
        margin: 0 auto;
    }

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.grid_12 {
    display: block;
    position: relative;
    padding: 30px 0 0 0;
    margin: 0;
    width: 100%;
    text-align: left;
    float: left;
}

p.dis {
    font-size: 8px;
    text-align: left;
}
/* ********************************************** */


/* ******************   New form          **************************** */

.mktoModal .mktoModalMask {
    display: none !important;
}

.mktoModal .mktoModalContent {
    position: absolute;
    z-index: 4;
    opacity: 0;
    transition: opacity 1s;
    width: 800px;
    background: rgba(0,0,0,0.5);
    padding: 40px 20px;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%,-50%) translateY(30px);
    max-width: 95%;
}

    .mktoModal .mktoModalContent.loaded {
        opacity: 1;
    }

.mktoModal .mktoModalClose {
    cursor: pointer;
    position: fixed;
    top: 15px;
    margin: 0 auto;
    right: 15px;
    width: 20px;
    height: 20px;
    display: block;
    overflow: hidden;
    font-size: 0;
    line-height: 1;
    text-align: center;
    border: none;
    border-radius: 0;
    background: none;
    display: none;
}

    .mktoModal .mktoModalClose:after, .mktoModal .mktoModalClose:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 1px;
        height: 20px;
        transform: rotate(-45deg);
        transform-origin: center;
        background: #fff;
    }

    .mktoModal .mktoModalClose:after {
        transform: rotate(45deg);
    }

.mktoModalMain {
    width: 460px !important;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.mktoForm input[type=text], .mktoForm input[type=tel], .mktoForm input[type=email], .mktoForm select, .mktoForm button {
    font-size: 10px;
    margin: 0 0 0 0;
    padding: 0 0 6px 0;
    width: 100%;
    color: #fff;
    font-family: 'Gotham-Light';
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    letter-spacing: 1px;
    border: none;
    border-bottom: 1px solid #919291;
    text-transform: uppercase;
    text-align: left;
    text-transform: uppercase;
}

button.mktoButton {
    width: 100%;
    text-align: center;
    cursor: pointer;
    padding: 10px 0;
    text-align: center;
    border: 1px solid #787a79;
    display: block;
    transition: all 0.5s;
    background: none;
}

button.mktoButton:hover {
    background: #fff;
    color:#000;
}

label.mktoLabel, .mktoGutter {
    display: none;
}

.mktoFormRow {
    margin-bottom: 25px;
    position: relative;
}

form .mktoFormRow:nth-of-type(2n) {
    margin-right: 0;
}

.mktoError {
    padding: 0;
    text-align: left;
    color: #F00D0D;
    position: static;
    display: block;
    position: absolute;
}

a#poly-logo {
    display: block;
    left: 0;
    right: 0;
    bottom: 40px;
    width: 150px;
    margin: 40px auto 0;
}
/* ********************************************** */
.nodesktop{
		display: none !important;
	}
.mtb40{
	margin-top: 40px;
	margin-bottom: 20px;
}
.special{

	margin: 0 auto 20px auto;
}
.fullwidth{
	width: 100%;
}
.readmore{
	display: none;
}


@media screen and (max-aspect-ratio: 1920/1080) {
    .fullyvideo {
        height: 100vh;
            min-height: 100%;
    }
}

@media screen and (min-aspect-ratio: 1920/1080) {
    .fullyvideo {
        width: 100%;
    }
}

.mobile {
    display: none;
}
/* enquiry */
#enquire {
    position: fixed;
    z-index: 55;
    opacity: 0;
    display: none;
    transition: opacity 1s;
    background: #2d3c39;
    width: 100%;
    top:0;
    bottom:0;
    margin: 0 auto;
    overflow-y:scroll;
    text-align: center;
}
#page-home #enquire
{
    position:absolute
}
    #enquire.loaded {
        opacity: 1;
    }
    #enquire h2{
        margin-bottom: 20px;
       
    }
  
.register {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    background:rgba(0,0,0,0.3);
    position:relative;
    padding: 45px;
}
.formbox {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
}


.inputholder {
    margin-bottom: 25px;
}

input, select {
    font-size: 10px;
    margin: 0 0 0 0;
    padding: 0 0 6px 0;
    width: 100%;
    color: #fff;
    font-family: 'Gotham-Light';
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    letter-spacing: 1px;
    border: none;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    text-align: left;
    text-transform: uppercase;
}
    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
        -webkit-transition-delay: 9999s;
    }
    input.b_submit {
        width: 100%;
        text-align: center;
        cursor: pointer;
        padding: 10px 0;
        text-align: center;
        border: 1px solid #787a79;
        display: block;
        transition: all 0.5s;
    }
    input.b_submit:hover {
            background: rgba(255,255,255,0.8);
            color: #787a79;
        }
    select::-ms-expand {
        display: none;
    }
select {
    background-image: url(/images/buttons/arrow.png) !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    background-position: center right !important;
    text-align-last: left;
    text-align: left;
    -ms-text-align-last: left;
    -moz-text-align-last: left;
    text-align-last: left;
}

    select option {
        padding: 7px 5px;
        background: #000;
        text-align-last: center;
        text-align: center;
        -ms-text-align-last: center;
        -moz-text-align-last: center;
        text-align-last: center;
    }

.required {
    text-align: left;
    margin-top: 15px;
    font-size: 9px;
    text-align: left;
}

.privacy {
    font-size: 13px;
    display: block;
    text-decoration: underline;
    text-align: center;
    margin: 10px auto 90px auto;
}

.contact {
    font-size: 31px;
    text-align: center;
    display: block;
    margin-bottom: 90px;
}

b {
    font-weight: normal;
    font-family: 'Gotham-Light';
}

.contact span {
    display: block;
    margin-bottom: 10px;
}

.chk_holder {
    margin: 10px auto 0 auto;
    color: #fff;
}

#chkInternational {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 25px;
    width: 20px;
    text-align: left;
}

    #chkInternational + label {
        background: url("/images/buttons/uncheck.png") no-repeat left center;
        color: #fff;
        padding: 2px 0 2px 26px;
    }

    #chkInternational:checked + label {
        background: url(/images/buttons/check.png) no-repeat left center;
    }

input:-webkit-input-placeholder, textarea:-webkit-input-placeholder {
    color: #787a79;
    opacity: 1;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #787a79;
    text-transform: uppercase;
    opacity: 1;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #787a79;
    text-transform: uppercase;
    opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #787a79;
    text-transform: uppercase;
    opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #787a79;
    text-transform: uppercase;
}

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 {
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding: 160px 0 100px 0;
}

#footervideo {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

footer .container {
    width: 1080px;
    max-width: 95%;
}

footer p {
    color: #fff;
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Gotham-Light';
    letter-spacing: 1px;
    line-height: 1.3;
    margin-bottom: 20px;
}

footer .links {
    color: #fff;
    text-align: left;
    font-size: 16px;
    display: inline-block;
}

.tel {
    margin-right: 5px;
}
p.dis
{
    opacity:0.7;
}
.logos {
    padding-top: 40px;
}

    .logos a {
        display: block;
        float: left;
        width: 20%;
        text-align: left;
        position: relative;
        height: 30px;
    }

        .logos a img {
            height: 30px;
            position: absolute;
            left: 0;
            top: 50%;
            display: block;
            transform: translateY(-50%);
        }

        .logos a.s1 {
            width: 25%;
        }

        .logos a.s5 {
            width: 15%;
        }

            .logos a.s5 img {
                float: right;
            }

        .logos a.s2 img {
            height: 25px;
        }

        .logos a.s4 img {
            height: 15px;
        }

.logos {
    position: relative;
    z-index: 5;
}

.Matter {
    font-size: 10px;
    text-align: center;
}

    .Matter a {
        text-decoration: underline;
    }
/* 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 {
    width: 100% !important;
    margin-bottom: 0;
}

li.token-input-token-project p {
    display: inline;
    padding: 0;
    margin: 0 5px 0 0;
}

li.token-input-token-project {
    font-size: 16px;
    margin: 0 auto;
    padding: 13px 8px;
    width: 100%;
    color: #152036;
    font-family: 'Gotham-Light';
    background: #f9cea1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 4px solid #fff;
    text-align: left;
}

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;
}



#PrivacyBtn, #disBtn {
    cursor: pointer;
}



#disclaimer {
    color: #ffffff;
    z-index: 3;
    text-align: center;
    font-size: 11px;
    width: 700px;
    margin: 50px auto 0 auto;
    max-width: 100%;
    position: relative;
    opacity: 0.7;
    max-width: 95%;
}

    #disclaimer.loaded {
        opacity: 1;
    }

    #disclaimer span {
        display: block;
        font-size: 6px;
        margin: 10px 0;
        letter-spacing: 0;
    }

    #disclaimer a {
        text-decoration: underline;
    }

#privacy {
    background-color: rgba(0,0,0,0.5);
    overflow-x: hidden;
    overflow-y: visible;
    left: 0;
    right: 0;
    color: #000;
    width: 100%;
    min-height: 100%;
    position: fixed;
    z-index: 200;
    display: none;
    text-align: center;
    font-size: 12px;
}

#cross {
    font-size: 30px;
    padding-bottom: 30px;
    text-align: center;
    cursor: pointer;
}

#crossDis {
    font-size: 30px;
    padding-bottom: 30px;
}

.pri {
    text-align: left;
}

    .pri p {
        margin-bottom: 10px;
    }

    .pri ul {
        padding-left: 25px;
        margin-bottom: 10px;
        letter-spacing: initial;
    }

    .pri a {
        color: #000;
        text-decoration: underline;
    }

.containerdis {
    width: 500px;
    background-color: #000000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 50px;
}

.containerpri {
    width: 800px;
    max-width: 100%;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 50px;
    height: 80%;
    overflow: scroll;
}

.close {
    display: block;
    padding: 6px 0;
    width: 100%;
    border: 1px solid #fff;
    width: 400px;
    max-width: calc(100% - 60px);
    margin: 30px auto 0 auto;
    transition: all 0.5s;
}


    .close:hover {
        background: rgba(255,255,255,0.8);
        color: #787a79;
    }

.pt130 {
    padding-top: 130px;
}

.pb100 {
    padding-bottom: 100px;
}

.mb30 {
    margin-bottom: 30px;
}

.pt50 {
    padding: 50px 0 50px 50px;
}

.pr50 {
    padding-right: 50px;
    padding-left: 0;
}

.mb15 {
    margin-bottom: 15px;
}

.max400 {
    max-width: 400px;
}

.max450 {
    max-width: 450px;
}

.max300 {
    max-width: 310px;
}

.max360 {
    max-width: 360px;
}

.mauto {
    margin-left: auto;
    margin-right: auto;
}

.max500 {
    max-width: 520px;
}

.rightfloat {
    float: right;
}

*.last {
    margin-right: 0;
}

.teamlogo {
    display: block;
    margin: 0 auto 30px auto;
    width: 80px;
}

.pulsa {
    width: 55px;
}


@media screen and (max-height : 800px) {
    #nav ul li.logoheader {
        margin-bottom: 50px;
    }

    .logoheader img {
        width: 250px;
    }

    #nav ul li {
        margin-bottom: 20px;
    }

        #nav ul li a {
            font-size: 20px;
        }

    #closeMenu:after, #closeMenu:before {
        height: 32px;
    }

    .polyMenu {
        margin: 30px auto 0 auto;
        display: block;
    }

        .polyMenu img {
            width: 130px;
        }
}


@media screen and (max-height : 550px) {
    #nav ul li.logoheader {
        margin-bottom: 25px;
    }

    .logoheader img {
        width: 180px;
    }

    #nav ul li {
        margin-bottom: 15px;
    }

        #nav ul li a {
            font-size: 16px;
        }

    #closeMenu:after, #closeMenu:before {
        height: 20px;
    }

    .polyMenu {
        margin: 10px auto 0 auto;
        display: block;
    }
}

.polyMenu img {
    width: 110px;
}
.logoMobile
{
    display:none
}
.m
{
    display:none
}
.callmore {

position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #000;
    text-align: center;
    display: block;
    font-family: GothamMedium;
    font-size: 15px;



}

@media screen and (max-height:750px) {
    .innerlogo {
        width: 200px;
        margin: 0 auto 11px auto;
    }

    .register {
        padding: 20px;
    }

    .mktoFormRow {
        margin-bottom: 17px;
        position: relative;
    }

    .register a.add {
        margin: 10px 0;
    }
}
@media screen and (max-width:1800px) {
    .grid_map {
        position: relative;
        float: left;
        margin-bottom: 30px;
        width: 100%;
    }

    .grid_location {
        position: relative;
        float: left;
        width: 100%;
    }
}
@media screen and (max-width:1380px) {
    body {
    padding: 120px 0 0 0;
    padding: 140px 0 0 0;
}
    #page-home header {
        height: 175px;
    }
    .container {
    width: calc(100% - 40px);

}
    .lily-logo {
    width: 220px;
}
#lily-logo .top {
    width: 20px;
    margin-bottom: 10px;
}
    h1 {
    font-size: 36px;
 
}
    .pb100 {
    padding-bottom: 80px;
}
.pt130 {
    padding-top: 100px;
}
h2 {
  
    font-size: 20px;

}
h2 span {
    margin-right: 2px;

}
footer p,footer .links {
    font-size: 14px;
    letter-spacing: 0.5px;

}
.max500 {
    max-width: 450px;
}
.menu {
  
    left: 20px;
 
}
.reg-btn
{
    right:20px;
}
header
{
    height:140px;
}

header.min {
    height: 80px;
}

    .fullheight {
    height: calc(100vh - 120px);

}
.mb30 {
    margin-bottom: 20px;
}
}
@media screen and (max-width:1100px) {


    body.show-form {
        padding-top:0;
    }
    body.show-form #main {
        position: fixed;
    }
    body.show-form #enquire{
        position: relative;
        z-index: 9;
        height: 100vh;
        overflow: auto;
    }

    p {
     font-size: 13px;

}
    .max360
    {
        max-width:250px;
    }
    .grid_third {
    min-height:400px;
    padding-top: 80px;


}

.innerlogo {
    width: 220px;
}


}
@media screen and (max-width:1000px) {
	.nodesktop{
		display: block !important;
	}
	.nomobile{
		display: none !important;
	}
	.mobile_slide{
		display: none;
	}
	.readmore{
		font-size: inherit;
		font-family: inherit;
		color: #000000;
		display: inline;
	}

    .menu, .reg-btn {
        font-size: 13px;
    }

    header {
        height: 130px;
    }

    .fullheight {
        height: calc(100vh - 60px);
    }
#page-lifestyle .fullheight {
    height: 75vw;
}
    body {
        padding: 130px 0 0 0;
    }

    .grid_third {
     min-height: 190px;
        padding: 80px 20px;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .last {
        margin-bottom: 0;
    }

    .grid_4, .grid_31, .grid_6 {
        width: 100%;
    }

    .logos a {
        width: 50% !important;
        height: 50px;
    }

    #nav ul li a {
        font-size: 16px;
    }

    .logoheader img {
        width: 160px;
    }

    #nav ul li.logoheader {
        margin-bottom: 30px;
        margin-bottom: 60px;
    }

    #florplanImage img {
        max-width: calc(100% - 20px);
        max-height: calc(100% - 20px);
    }

    .abs {
        position: relative;
        height: auto;
        width: 100%;
        float: left;
        left: auto !important;
        right: auto !important;
        padding: 0 15px;
        margin-bottom: 20px;
    }

    .paddingM {
        margin-top: 0;
        /* padding: 150px 0; */
        /* padding: 100px 0 0 0 ;
        margin-bottom: 0; */
        padding: 220px 0 0 0;
        margin-bottom: 20px;
        /* background: red; */
    }

    .middle.NotforM {
        position: relative;
        left: auto;
        top: auto;
        padding-top: 30px;
        padding-bottom: 30px;
        transform: translate(0,0);
        right: 0;
        margin: auto;
    }

    h2 {
        font-size: 18px;
    }

        h2 span {
            margin-right: 1px;
        }

    .sHeightM {
        width: 50vw !important;
        height: 76.5vw;
        margin: 20px auto;
        display: block;
        float: none;
    }


    footer {
        padding: 50px 0;
    }

    h5 {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .scrollTop {
        font-size: 14px;
        margin-bottom: 20px;
    }

    footer p, footer .links {
        font-size: 12px;
        letter-spacing: 0.5px;
    }

    .grid_44 {
        width: 100%;
    }

    .pb100 {
        padding-bottom: 30px;
    }

    .pt130 {
        padding-top: 30px;
    }

    

    .pt50 {
        padding: 20px 20px 0 20px;
    }

    .pr50 {
        padding: 0 20px 20px 20px;
    }

    .list {
        margin: 0 0 20px 0;
    }

    h1 {
        font-size: 21px;
    }

    #page-home #lily-logo {
        width: 220px;
        transform-origin:center 30px;
    }
	img.mob-logo.middle {
        transform: translate(-50%,-20%);
    }
	#reg-btn, #menu{
		/* top: 30%; */
	}

    #poly {
        width: 120px;
    }

    #lily-logo {
        width: 175px;
        text-align: center;
    }

    .logoDesktop {
        display: none;
    }

    .logoMobile {
        width: 30px;
        display: block;
    }

    #page-home .logoDesktop {
        display: block;
    }

    #page-home .logoMobile {
        display: none;
    }

    #page-home #enquire .middle {
        position: relative;
        transform: translate(0,0);
        top: auto;
        left: auto;
        max-width:calc(100% - 40px);
        margin:0 auto
    }

    .register {
     padding: 30px 0;
     margin-bottom:30px;
     width: calc(100% - 40px);
    }
    .half, .mktoFormRow {
    width: 100%;
    margin-right: 0;

}
    .notHome #close-btn
    {
        /* display:none */
    }

    .notHome .formbox {
        width: 100%;

    }
/*     
 .notHome   #enquire
    {
        position:relative;
        display:block  !important;
        opacity:1 !important;
        overflow:hidden;
   z-index:1;
        background:none;

    }
  .notHome  #enquire .middle

  {
          background: #2d3c39;
      position:relative;
      transform:translate(0,0);
      top:auto;
      left:auto;
  } 
  .innerlogo 
  {
    display:none
  }
  */
  .notHome  #reg-btnm
  {
      
    display:block
  }
    /* .notHome  #reg-btn
  {
      
    display:none
  } */
   .notHome    .m
{
    display:initial
}
      .notHome    .d
{
    display:none
}
	.grid_map{
		margin-bottom: 0;
	}
	.locationholder {
       position: relative;
    width: initial;
    display: block;
    width: 120%;
    margin: 0 auto;
    transform: translatex(-8%);
		overflow: hidden;
}
	body{
		overflow-x: hidden;
	}
	.poi{
		width: 30px;
		height: 30px;
	}
	.title {
        display: block;
        background: #2d3c39;
        top: 0;
        left: 50%;
        width: 110px;
        transform: translate(-50%,-100%) translateX(0) translateY(-40px) scale(0);
        font-size: 8px;
        letter-spacing: 1px;
        text-align: center;
        padding: 5px;
        transition: transform 0.2s;
        text-transform: uppercase;
    }
		.poi:hover .title {
    transform: translate(-50%,-100%) translateX(15px) translateY(-45px) scale(1);
}
#floorplanPouP .middle {
    width: 100%;
    background: rgba(0,0,0,0.4);
    max-width: 100%;
    height: calc(100% - 129px);
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    border-bottom-right-radius: 30px;
    bottom: 0;
    top: auto;
    transform: none;
    left: 0;
    right: 0;
    margin: 0 auto;
}

}

@media screen and (max-width:760px) {

	
    body.show-form #enquire {
        height: auto;
    }

    .logos {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .logos a {
        width: auto!important;
        height: auto;
    }

    .logos a img {
        width: auto;
        transform: none;
        position: static;
        height: 25px;
    }
    .logos a.s4 {

    }
    .logos a.s4 img {
        height: 15px;
    }

    .logos .s1 {
        width: 100%!important;
        margin-bottom: 20px;
    }

    .logos .s1 img {
        height: 40px;
        margin: auto;
    }

    footer .links {
        display: block;
        text-align: center;
    }
    .scrollTop {
        display: none;
    }
    .break {
        display: none;
    }

    #footervideo {
        display: none;
    }

    footer *,  footer p {
        text-align: center;
    }

    footer  {
        background: #2d3c39;
    }
    /* .blue footer {
        background: #15233a;
    } */

    #menu, .notHome #reg-btnm, #page-home .reg-btn, #reg-btn{
        top:30px;
    }


    #menu {
        width: 25px;
        height: 20px;
    }


    #menu .bars {
        width: 100%;
        height:2px;
        background: rgba(232,184,176,1);
        background: linear-gradient(90deg, rgba(232,184,176,1) 0%, rgba(185,117,114,1) 100%);
        position: relative;
        vertical-align: middle;
        font-size: 0;
        color: transparent;
    }
     #menu .bars:before {
        content: '';
        position: absolute;
        top:0;
        bottom: 15px;
        width: 100%;
        height: 100%;
        margin: auto;
        background: rgba(232,184,176,1);
        background: linear-gradient(90deg, rgba(232,184,176,1) 0%, rgba(185,117,114,1) 100%);
    }

    #menu .bars:after{
        content: '';
        position: absolute;
        bottom:0;
        top: 15px;
        width: 100%;
        height: 100%;
        margin: auto;
        background: rgba(232,184,176,1);
        background: linear-gradient(90deg, rgba(232,184,176,1) 0%, rgba(185,117,114,1) 100%);
    }

    body {
        padding: 140px 0 0 0;
    }
    
    #lily-logo {
        transform: none;
        left: 0;
        right: 0;
        margin: auto;
        top:45px;
        bottom: auto;
        transition: all 0.3s ease;

    }
	.grid_31{
		padding: 0;
	}
	.caption{
		left: 5px;
		font-size: 9px;

	}
	.caption.right{
		right: 5px;
	}

    #page-home #lily-logo {
        transform-origin: center;
        transform: none;
	   top:100px;
		
    }
    header {
        height: 140px;
        transition: all 0.3s ease;
    }

    header.min {
        height: 60px;
    }

    header.min #lily-logo {
        /* width: 20px; */
        top:20px;
    }

    header.min #lily-logo img.bottom {
        display: none;
    }

    img#logoM {
        transition: all 0.3s ease;
    }
    header.min #lily-logo img#logoM {
        display: block!important;
    }


    #page-lifestyle .paddingM {
        padding: 140px 0 0 0;
    }

    .grid_third {
        padding: 40px 20px;
    }

    #page-floorplan h6 {
        margin-bottom: 20px;
    }

    #disclaimer span {
        padding: 0 10px;
    }

    h2.inner {
        width: 200px;
        left: 50%;
        transform: translateX(-50%);
    }

        h2.inner.left {
            left: 50%;
        }
        
	.locationholder {
        position: relative;
        width: initial;
        display: block;
        width: 600px;
        margin: 0 auto;
        transform: none;
    }
	.poi {
        width: 20px;
        height: 20px;
    }
	.poi:hover .title {
        transform: translate(-50%,-100%) translateX(8px) translateY(-10px) scale(1);
    }
	.title:after {
        border-top: 15px solid #2d3c39;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
    }
    .location-wrapper {
        overflow: auto;
    }
    form#mktoForm_1371 {
        width: 100%!important;
    }
    footer .container {
        width: calc(100% - 40px);
    }

    .title.farleft {
        transform: translate(22%,-30%) scale(0);
    }
    .poi:hover .title.farleft {
        transform: translate(22%,-30%);
    }

    .farleft.title:after {
        top: 0;
        bottom: 0;
        margin: auto;
        right: auto;
        left: -17px;
        transform: rotate(90deg);
    }

    .title.farright {
        transform: translate(-110%,-30%) scale(0);
    }
    .poi:hover .title.farright {
        transform: translate(-110%,-30%) scale(1);
    }

    .farright.title:after {
        top: 0;
        bottom: 0;
        margin: auto;
        left: auto;
        right: -17px;
        transform: rotate(-90deg);
    }

    #enquire {
        padding: 30px 0;
    }
    #enquire > .middle {
        position: static;
        transform: none;
    }

    .register {
        
        margin-bottom: 0;
    }

    #closeFloorplan {
        top:20px;
        right:20px;
        width: 20px;
        height: 20px;
    }
    #closeFloorplan::after, #closeFloorplan:before {
        height: 20px;
        background: #fff;
    }

    #floorplanPouP .middle {
       height: calc(100% - 60px);
    }

    #h1 h1 {
        letter-spacing: 4px;
    }

    #h1 {
        max-width: calc(100% - 40px);
    }
    .cmobile *
    {
        text-align:center !important
    }
    .register h4, .register p, .register a {

    font-size: 14px;
    text-align: center;
    color: #fff;
    letter-spacing: 0;
    line-height: 1.5;

}
    .grid_88 {

text-align:center;
    width: 100%;
    margin: 30px 0;

}
    .tel 
    {
        display:block;
    }

      .register {


    background: none;


}
    #close-btn {
     
        top: -120px;
    }
    p.dis {

    opacity: 0.7;
    text-align: left !important;

}
.mktoForm input[type="text"], .mktoForm input[type="tel"], .mktoForm input[type="email"], .mktoForm select, .mktoForm button
    {
 
        text-align: center;
font-size: 13px;
padding-bottom: 15px;
    }
.brmobile
{
    display:block
}
}

@media screen and (max-width: 760px) and (orientation: landscape) {
    #footervideo, .fullyvideo {
        width: auto;
        height: 100%;
    }
}