@font-face {
    font-family: 'Right Grotesk Wide';
    src: url('/fonts/RightGrotesk-WideRegular.eot');
    src: url('/fonts/RightGrotesk-WideRegular.eot?#iefix') format('embedded-opentype'), url('/fonts/RightGrotesk-WideRegular.woff2') format('woff2'), url('/fonts/RightGrotesk-WideRegular.woff') format('woff'), url('/fonts/RightGrotesk-WideRegular.ttf') format('truetype'), url('/fonts/RightGrotesk-WideRegular.svg#RightGrotesk-WideRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heroic Condensed';
    src: url('/fonts/HeroicCondensed-Regular.eot');
    src: url('/fonts/HeroicCondensed-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/HeroicCondensed-Regular.woff2') format('woff2'), url('/fonts/HeroicCondensed-Regular.woff') format('woff'), url('/fonts/HeroicCondensed-Regular.ttf') format('truetype'), url('/fonts/HeroicCondensed-Regular.svg#HeroicCondensed-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Right Grotesk Spatial';
    src: url('/fonts/RightGrotesk-SpatialMedium.eot');
    src: url('/fonts/RightGrotesk-SpatialMedium.eot?#iefix') format('embedded-opentype'), url('/fonts/RightGrotesk-SpatialMedium.woff2') format('woff2'), url('/fonts/RightGrotesk-SpatialMedium.woff') format('woff'), url('/fonts/RightGrotesk-SpatialMedium.ttf') format('truetype'), url('/fonts/RightGrotesk-SpatialMedium.svg#RightGrotesk-SpatialMedium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Right Grotesk Wide';
    font-size: 13px;
    background: #fff;
    color: #fff;
    margin: 0;
    padding: 100vh 0 0 0;
    text-align: center;
    line-height: 1.38;
    overflow:hidden;
}

.container {
    margin: 0 auto;
    width: calc(100% - 40px);
}

#main {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

#cover {
    position: fixed;
    bottom: 0;
    height: 100vh;
    left: 0;
    background: #fff;
    transition: height 1s ease;
    width: 100%;
    z-index: 1000;
}

.toscale {
    transform: scale(1.2);
    transition: transform 1.2s ease;
}

.loaded #cover {
    height: 0;
}

.loaded .toscale {
    transform: scale(1);
}

.toTrans {
    opacity: 0;
    transform: translateY(25px);
    transition: all 1.2s ease;
    transition-delay: 0.8s;
}

.loaded .toTrans {
    opacity: 1;
    transform: translateY(0);
}

#cursor {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 25px;
    z-index: 55;
    pointer-events: none;
    transform: translate(-50%,-50%);
    mix-blend-mode: difference;
    transition:transform 0.5s;
    transform: scale(0);
}

.touch #cursor {
    display: none !important;
}

#cursor:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    background: #B3A389;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
    z-index: 49;
}

#cursor:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    background: #B3A389;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: transform 0.8s;
    z-index: 49;
}

#cursor.scale:after {
    transform: translate(-50%,-50%) scale(5);
}
#cursor.c-left, #cursor.c-right
{
    transform: scale(1);
}

#cursor.c-left:after, #cursor.c-right:after {
    transform: translate(-50%,-50%) scale(10);
}

.dark-bg:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    position: absolute;
    z-index: 0;
}

#c-dir {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 50px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    z-index: 50;
}



#cursor.c-left #c-dir:after {
    content: 'Prev';
}

#cursor.c-right #c-dir:after {
    content: 'Next';
}

.fakePadding {
    height: 100vh;
}

.scroll-content {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.scroll-content {
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

    .scroll-content::-webkit-scrollbar {
        display: none; /* Safari and Chrome */
    }

.brown {
    color: #B3A389;
}

.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;
}

.grid_1 {
    width: 8.33%;
}

.grid_2 {
    width: 16.67%;
}

.grid_3 {
    width: 25%;
}

.grid_4 {
    width: calc(33.33% - 13.33px);
    margin-right: 20px;
}

.grid_5 {
    width: 41.67%;
}

.grid_6 {
    width: 50%;
}

.grid_7 {
    width: 58.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;
}

.leftfloat {
    float: left;
}

.rightfloat {
    float: right;
}

.leftalign {
    text-align: left;
}

.rightalign {
    text-align: right;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

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;
    z-index: 2;
}

.lazy {
    z-index: 0;
    opacity: 0;
    transition: opacity 0.5s;
}

.full-section {
    width: 100%;
    height: 100vh;
}

.full-h {
    width: 100%;
    height: calc(100vh - 80px);
    position: relative;
    background-size: cover;
}

.full-height {
    position: relative;
    height: 100%;
}

.abs-b {
    position: absolute;
    bottom: 0;
    left: 0;
}

.full-h.abs {
    position: absolute;
    top: 0;
    left: 0;
}

.trn50vh {
    transform: translateY(50%);
}

.z4 {
    z-index: 4;
}

.sticky {
    position: sticky;
    top: 80px;
}

.full {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    overflow: hidden;
}

.full-blur {
    background-size: cover;
    position: absolute;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
}

.full.grid_6 {
    width: 50%;
}

#cloud {
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: center center;
    animation: moveOut 20s infinite alternate;
    z-index: 0;
}

@keyframes moveOut {
    0% {
        transform: scale(1.0);
    }

    100% {
        transform: scale(1.15);
    }
}

#cloud-l {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    width: 130%;
    left: -30%;
    animation: moveIn 15s infinite alternate;
    z-index: 1;
}

#landing {
    overflow: hidden;
}

    #landing .full {
        height: 100vh;
    }

@keyframes moveIn {
    0% {
        left: -20%;
    }

    100% {
        left: 0;
    }
}


.fullyvideo {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-size: cover !important;
    min-height: 100%;
    width: auto !important;
}

.video-holder {
    position: absolute;
    width: 100%;
    height: 100vh;
    bottom: 0;
    left: 0;
}

.bg-video {
    position: fixed;
    height: 100%;
    bottom: 0;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}

.to-top .bg-video {
    bottom: 0;
}

.video-ancher {
    overflow: hidden;
}

.z5 {
    position: relative;
    z-index: 5;
}

.holder {
    position: relative;
}

    .holder.abs {
        position: absolute;
        height: 100%;
    }

#vid1 {
    position: absolute;
    height: 100vh;
    top: 0;
}


.in-ancher {
    width: 0;
    display: block;
    position: absolute;
    z-index: 11;
    opacity: 0;
}

.h-ancher {
    display: block;
}
.name{
	display: block;
	padding: 14px 0;
	text-align: center;
}

@media screen and (max-aspect-ratio: 1920/1080) {
    .fullyvideo {
        height: 100vh;
    }
}

@media screen and (min-aspect-ratio: 1920/1080) {
    .fullyvideo {
        width: 100% !important;
    }
}

.img {
    width: 100%;
    margin: 0;
    display: block;
}

.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    display: block;
    width: 100%;
}

.trn-to-bottom {
    -webkit-transform: translate(-50%, -25%);
    transform: translate(-50%, -25%);
}

.middle-h {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    z-index: 1;
    display: block;
}

.fadeInUp {
    opacity: 0;
    transition: all 0.7s;
    transform: translateY(10px);
}

.fadeInMarg {
    opacity: 0;
    transition: all 0.7s;
}

.fadeInUp.animated {
    opacity: 1;
    transform: translateY(0);
}

.animated.fadeInMarg {
    opacity: 1;
}
/* Headings */
h1, h2, .h2, h3, h4 {
    font-family: 'Heroic Condensed';
    margin: 0;
    font-weight: normal;
}

p {
    margin: 0;
}

.lineEffect span {
    display: inline-block;
    overflow: hidden;
    transition: padding 0.7s,opacity 1s;
    opacity: 0;
    padding-top: 1.38em;
    height: 1.38em;
}

.lineEffect.animated span {
    padding-top: 0 !important;
    opacity: 1 !important;
}

h1 {
    font-size: 80px;
    letter-spacing: 0.3em;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

    h1.lineEffect span, h2.lineEffect span, .h2.lineEffect span, .main-link.lineEffect span {
        height: 1em;
        padding-top: 1.1em;
    }


h2, .h2 {
    font-size: 60px;
    letter-spacing: 0.3em;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    display: block;
}

    h2.mb {
        margin-bottom: 25px;
    }

h3 {
    font-size: 30px;
    letter-spacing: 0.2em;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: uppercase;
}

    h3.f32 {
        font-size: 32px;
    }

h4 {
    font-size: 12px;
    letter-spacing: 2.58px;
    line-height: 2.58;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Right Grotesk Wide';
}

h5 {
    font-size: 13px;
    letter-spacing: 0.23em;
    line-height: 2em;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Right Grotesk Spatial';
    font-weight: normal;
    width: 480px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

    h5.lineEffect span {
        height: 2em;
        padding-top: 2em;
    }

h6 {
    font-family: 'Right Grotesk Spatial';
    font-size: 11px;
    letter-spacing: 0.18em;
    line-height: 11px;
    text-align: center;
    font-weight: normal;
}

.max450 {
    width: 450px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.newsHolder {
    padding: 0 20px;
    text-align: left;
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	flex-flow: wrap;
}

.news-det {
    float: left;
    width: 25%;
    border: 10px solid transparent;
    display: none;
}
.news-det.visible{
    display: block;
}

    .news-det.last {
        margin-right: 0;
    }

    .news-det img {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }




.share {
    padding-top: 25px;
}

    .share a {
        display: inline-block;
        margin: 0 15px;
    }

.news-nav {
    margin-bottom: 45px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

    .news-nav a {
        text-decoration: underline;
    }

.underline {
    text-decoration: underline;
    text-transform: uppercase;
    font-family: 'Right Grotesk Spatial';
    font-size: 11px;
}

#play {
    opacity: 0;
    transition: opacity 0.7s;
    display: block;
    padding-top: 90px;
    text-align: center;
    letter-spacing: 0.23em;
    font-family: 'Right Grotesk Spatial';
}


    #play svg, .play svg {
        display: block;
        width: 70px;
        height: 70px;
        margin: 0 auto 10px auto;
    }

#map {
    height: 100vh;
    float: left;
    width: calc(100% - 500px);
}

#mapdetails {
    width: 480px;
    max-width: 100%;
    float: right;
    text-align: left;
}

.map-cat {
    padding: 10px 0 6px 0;
    border-bottom: 1px solid #B3A389;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
}

.pois {
    display: block;
    line-height: 1.5;
    text-transform: none;
}

    .pois span {
        display: inline-block;
        margin-right: 5px;
        content: '.';
        width: 20px
;

    }

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb60 {
    margin-bottom: 60px;
}

.w460 {
    width: 550px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.w570 {
    width: 570px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.w480 {
    width: 480px;
    max-width: 100%;
}

.w635 {
    width: 635px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.w720 {
    width: 720px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.caption {
    position: absolute;
    left: 20px;
    bottom: 15px;
    color: #fff;
    font-size: 11px;
}
.to-top
{
    bottom:40px;
    z-index:10
}
.gr3
{
    position:relative
}
.sliderMob
{
    display:none !important
}
.flex{
    display:flex;
    justify-content:space-between;
    column-gap:20px
       
}
.pt20 {
    padding-top: 20px;
}

.pt60 {
    padding-top: 60px;
}

.pt200 {
    padding-top: 200px;
}

.pt150 {
    padding-top: 150px;
}
.ptb80 {
    padding: 80px 0;
}
.ptb150 {
    padding: 150px 0;
}

.ptb1560 {
    padding: 150px 0 60px;
}

.pb150 {
    padding-bottom: 150px;
}

.fadeIn {
    opacity: 1 !important;
}

/* Navigation */
header {
    position: fixed;
    height: 80px;
    width: 100%;
    display: block;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 50;
}

#page-home header {
    transform: translateY(-100%);
    transition: transform 0.7s;
}

.dark header {
    background: #202020;
}

#page-home header.animated {
    transform: translateY(0);
}

#ul {
    position: absolute;
    height: calc(100vh - 80px);
    top: 80px;
    left: 0;
    opacity: 0;
    transition: opacity 0.8s;
    width: 100%;
    display: flex;
    flex-direction: column;
    display: none;
    justify-content: center;
    background: rgba(255,255,255,0.75);
}

    #ul li {
        display: block;
    }

    #ul a {
        color: #B3A389;
        font-size: 13px;
        letter-spacing: 3px;
        line-height: 1.1;
        display: block;
        text-transform: uppercase;
        padding: 12px 0;
        display: block;
    }

#page-architecture #ul a.architecture, #page-residences #ul a.residences, #page-penthouse #ul a.penthouse, #page-subpenthouse #ul a.subpenthouse,
#page-northsydney #ul a.northsydney, #page-team #ul a.team, #page-retail #ul a.retail, #page-amenity #ul a.amenity, #page-news #ul a.news {
    color: #202020;
}

#logom {
    display: none;
}

.logo {
    width: 247px;
    display: block;
}

    .logo svg {
        width: 100%;
        height: auto;
    }

.enq, .btn {
    width: 160px;
    line-height: 30px;
    background: #b3a389;
    color: #fff;
    font-family: 'Right Grotesk Spatial';
    letter-spacing: 0.18em;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    right: 20px;
}

.dark .btn, .dark .enq {
    color: #202020;
}

.btn {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    right: auto;
    padding: 0 15px;
    display: block;
    width: fit-content;
}

nav {
    margin: 0 auto;
    padding: 0;
}

#nav li {
    list-style: none;
    display: inline-block;
    padding: 0 25px 0 25px;
    font-size: 18px;
    line-height: 10px;
    position: relative;
}

    #nav li a {
        color: #fff;
        text-transform: uppercase;
    }
/* nav-toggle */
#nav-toggle {
    position: absolute;
    left: 20px;
    z-index: 10;
    cursor: pointer;
    width: 30px;
    height: 17px;
}

    #nav-toggle span {
        height: 1px;
        width: 100%;
        background: #B3A389;
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        transition: opacity 0.7s;
    }

    #nav-toggle .sp2 {
        top: 8px;
    }

    #nav-toggle .sp3 {
        top: 16px;
    }

    #nav-toggle.active .sp1, #nav-toggle.active .sp3 {
        opacity: 0;
    }

    #nav-toggle:after, #nav-toggle:before {
        font-family: 'Right Grotesk Spatial';
        letter-spacing: 0.18em;
        line-height: 11px;
        display: block;
        position: absolute;
        right: -10px;
        top: 50%;
        transform: translate(100%,-50%);
        transition: opacity 0.7s;
        content: 'MENU';
        color: #B3A389;
        font-size: 11px;
        text-align: left;
        width: 120px;
    }

    #nav-toggle:before {
        opacity: 0;
        content: 'CLOSE';
    }

    #nav-toggle.active:before {
        opacity: 1;
    }

    #nav-toggle.active:after {
        opacity: 0;
    }

.direction {
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px 0 0 0;
}

.timeElaps {
    padding: 8px 0 0 0;
    width: 50%;
    float: left;
    text-align: right;
}

.l-link {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    margin-right: 20px;
    overflow: hidden;
    font-size: 11px;
    font-family: 'Right Grotesk Spatial';
    letter-spacing: 0.18px;
    color: #B3A389;
}

    .l-link.active:after,.l-link.flex-active:after {
        content: '';
        display: block;
        height: 1px;
        background: #B3A389;
        position: absolute;
        top: 6px;
        width: 100%;
    }
    .flex-control-nav .l-link {
        margin:0
    }
.border {
    border-top: 1px solid #B3A389;
    padding: 15px 0;
}

.semivideo {
    width: 100%;
    height: auto;
}

.linksHolder {
    margin-bottom: 15px;
}

.finishesHolder {
    position: relative;
}

.schemeDiv {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.7s;
    opacity: 0;
}

#light {
    position: relative;
    display: block;
    opacity: 1;
}

.finish {
    padding: 5px 0 10px 0;
    border-bottom: 1px solid #B3A389;
}

    .finish span {
        display: block;
        text-transform: uppercase;
        font-family: 'Right Grotesk Spatial';
        padding: 5px 0;
    }

#bgMain {
    z-index: 1;
    transition: opacity 1s;
    background-position: bottom center;
}

#bgOver {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity 1s;
    background-position: bottom center;
}

.trn25 {
    transform: translateY(25vh);
}

.trn50 {
    transform: translateY(50vh);
}

.border-b {
    border-bottom: 1px solid #B3A389;
}
/* enquiry */
#page-enquire #topfooter {
    display: none;
}

.aqua {
    transform: translateX(-30px);
    display: block;
}

.formbox {
    padding: 30px 0;
}

input[type=text], input[type=email], input[type=phone], input[type=tel], input[type=submit] ,select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #c7b9a4;
    background-color: transparent;
    padding: 14px;
    text-align: center;
    font-size: 16px;
    line-height: 1.33;
    color: #c7b9a4;
    transition: border-color .4s;
    width: 100%;
    font-family: 'Right Grotesk Wide';
}

select {
    text-align-last: center;
    text-align: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
    text-align-last: center;
}

    select option {
        padding: 7px 5px;
        background: #fff;
        text-align-last: center;
        text-align: center;
        -ms-text-align-last: center;
        -moz-text-align-last: center;
        text-align-last: center;
    }

.b_submit {
    background-color: #c7b9a4;
    color: #fff;
    cursor: pointer;
    margin-bottom: 20px;
}

.privacy {
    font-size: 12px;
}

.chk_holder {
    margin: 10px auto 0 auto;
    color: #fff;
}
.chk_holder {
    margin: 8px auto 0 auto;
    color: #fff;
    width: 100%;
}

#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: 4px 0 0 26px;
        position: relative;
        text-align: left;
        display: block;
        color: #fff;
        font-size: 13px;
        font-family: inherit;


        display: block;
        margin: auto;
        width: 100%;
    }

        #chkInternational + label:before {
            position: absolute;
            left: 0;
            width: 15px;
            height: 15px;
            top: 6px;
            border: 1px solid #fff;
            content: "";
            display: block;
        }

        #chkInternational + label:after {
            position: absolute;
            left: 0;
            width: 5px;
            height: 11px;
            top: 8px;
            left: 6px;
            transform: translateY(-60%) rotate(45deg) scale(0);
            border-bottom: 2px solid #fff;
            border-right: 2px solid #fff;
            content: "";
            display: block;
            transition: all 0.4s ease-in-out;
        }

    #chkInternational:checked + label:after {
        transform: translateY(-60%) rotate(45deg) scale(1);
    }


input:-webkit-input-placeholder, textarea:-webkit-input-placeholder {
    color: #c7b9a4;
    opacity: 1;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #c7b9a4;
    opacity: 1;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #c7b9a4;
    opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #c7b9a4;
    opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #c7b9a4;
    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 {
    color: #B3A389;
    border-top: 1px solid #B3A389;
    text-align: center;
}

.tel {
    font-weight: normal;
    font-size: 33px;
    letter-spacing: 0.2em;
    font-family: 'Heroic Condensed';
    display: block;
}

#page-enquire .inform {
    border-top: none;
}

.inform {
    display: flex;
    border-top: 1px solid #B3A389;
    border-bottom: 1px solid #B3A389;
    min-height: 192px;
}

.info-box {
    border-right: 1px solid #B3A389;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 25%;
    padding: 20px;
}

    .info-box h5 {
        margin-bottom: 13px;
        font-size: 11px;
    }

    .info-box p, .info-box a {
        display: block;
        font-size: 11px;
        line-height: 16px;
        font-family: 'Right Grotesk Wide';
        font-weight: normal;
    }

.info .info-box:last-child {
    border: none;
}

.bar h6 {
    padding: 10px 0;
}

.c-box {
    display: flex;
    flex-wrap: wrap;
}

.c1, .c2 {
    width: 10%;
    height: 10vw;
    position: relative;
}

.c1 {
    background: #707070;
}

.c2 {
    background: #D8D8D8;
}

.logos {
    display: flex;
    padding: 30px 20px;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
    align-items: center;
    border-top: 1px solid #B3A389;
}
/* Token Style */
ul.token-input-list-project {
    border: none;
    width: 100%;
    margin: 0 auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    clear: both;
}

#th {
    padding: 40px 0;
}

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;
    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;
    }

* {
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

.last {
    margin-right: 0;
}

#InstagramHolder a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
}
.m{
    display:none !important
}
#page-news ul{
	padding: 20px
}
#constructionupdate{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 80px;
    background-color: #B3A389;
    padding: 4px;
}

#constructionupdate p{
    font-family: 'Heroic Condensed';
    margin: 0;
    font-weight: normal;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    line-height: 1.2;
}
.full-complete{
    width: 200px;
    margin: 0 20px;
    border: 1px solid #fff;
    display: flex;
    justify-content: start;
    align-items: center;
}
    #constructionupdate p.update{
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    color: #B3A389;
}

.filters{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin-bottom: 50px;
}
.filters a{
    display: block;
    width: max-content;
    font-family: 'Right Grotesk Wide';
    font-size: 15px;
    margin: 0 14px;
    columns: #B3A389;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
}
.filters a.active{
border-bottom: 1px solid #b3a389;
}
 



@media screen and (max-height : 790px) {
    .trn-to-bottom {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

@media screen and (max-width : 1000px) {
    body
    {
        overflow:initial
    }

    .m{
    display:block !important
}
    .d{
    display:none !important
}
    #page-home header {
        transform: translateY(100%);
    }
    .loaded .toTrans{
        transition:opacity 1s;
        transform: translateY(-15px) translateX(0.3em);
    }
    #landing .full{
        height: calc(100vh - 50px);
    }
   #page-home   #landing .full{
        height:100vh;
    }
   .touch .full-blur,.flexslider  
   {
           filter: blur(0px) !important; 
   }
   .h55
   {
       height:55vw !important
   }
    header {
        height: 50px;
        top: auto;
        bottom: 0;
    }

    #nav-toggle {
        height: 13px;
    }

        #nav-toggle:after, #nav-toggle:before {
            display: none;
        }

    .logo {
        display: none;
    }

    #nav-toggle .sp2 {
        top: 6px;
    }

    #nav-toggle .sp3 {
        top: 12px;
    }

    #ul {
        top: -100vh;
        height: 100vh;
      
    }

    #logom {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 15px;
        width: 168px;
        z-index: 5;
    }

    .trn-to-bottom .mb35 {
        margin-bottom: 10px;
    }

    h5 {
        font-size: 11px;
        letter-spacing: 0.2em;
    }

    #play {
        padding-top: 25px;
    }

    #logom svg {
        width: 100%;
    }

    .enq {
        left: 0;
        right: 0;
        margin: 0 auto;
        background: none;
        color: #b3a389;
    }

    .grid_6 {
        width: 100%;
    }

    h1 {
        font-size: 40px;
    }


    h2, .h2 {
        font-size: 40px;
        letter-spacing: 0.3em;
    }

    .mbm {
        margin-bottom: 45px;
    }

    .info-box {
        width: 100%;
        border: none;
        border-bottom: 1px solid #B3A389;
        padding: 40px;
    }

    .inform {
        flex-wrap: wrap;
        border-bottom: none;
    }

    .rightfloat {
        float: left;
    }

    .full.grid_6 {
        width: 100%;
    }

    .sticky {
        position: relative;
        top: 0;
    }

    .trn50vh {
        transform: translateY(0) !important;
    }

    .h50 {
        height: 100vw !important;
    }

    .news-det {
        float: left;
        width: 100%;
        margin-right: 0;
        margin-bottom: 35px;
    }

    #page-home #holder3 .h-ancher, #page-home #holder4 .h-ancher {
        position: absolute;
        bottom: 0;
    }

    #page-home #holder3 .in-ancher:nth-child(2) {
        top: -150vh !important;
    }

    #page-home #holder4 .in-ancher:nth-child(2) {
        top: -150vh !important;
    }

    .h100 {
        height: 200vw;
    }

    .h60 {
        height: 60vw;
    }

    .h-auto {
        height: auto;
    }

    .pt150 {
        padding-top: 80px;
    }

    .ptb150 {
        padding: 80px 0;
    }

    .pt200 {
        padding-top: 80px;
    }

    .ptb1560 {
        padding-top: 80px;
    }

    .semivideo {
        height: calc(100vw - 40px);
    }

    .rel-m {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
        margin-bottom: 35px;
    }

    .grid_4 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        transform: none !important;
    }

    .pt60 {
        padding-top: 20px;
    }

    .grid_4.last {
        margin-bottom: 0;
    }

    #map {
        height: 100vw;
        width: 100%;
    }

    #mapdetails {
        margin-bottom: 35px;
    }

    .register.ptb150 {
        padding: 150px 30px 0 30px;
    }

    .logos {
        display: block;
    }

    .copyright {
        padding-top: 30px;
    }

    .privacy {
        margin: 0 auto 20px auto;
    }

    .aqua {
        transform: translateX(0);
    }

    footer {
        padding-bottom: 70px;
    }

    .c1, .c2 {
        width: 20%;
        height: 20vw;
        position: relative;
    }
    .pb150 {
    padding-bottom: 80px;

}
    input, select
    {
        font-size:13px
    }
    .formbox {
    padding: 30px 0 80px 0;
}
}



@media screen and (max-width : 420px) {
}
