@font-face {
    font-family: 'Galano Grotesque';
    src: url('/fonts/GalanoGrotesque-Medium.woff2') format('woff2'), url('/fonts/GalanoGrotesque-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Silk Serif';
    src: url('/fonts/SilkSerif-Light.woff2') format('woff2'), url('/fonts/SilkSerif-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}




body {
    color: #686462;
    font-family: Balto;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.28;
    padding: 0;
    background: #ece9e0;
}
#main{
    background:#fff
}

#page-home {
    overflow: hidden;
}
/*#inner {
            position: absolute;
            width: 30vw;
            height: 0;    
            left: 0;
            right:0;
            margin:auto;
            max-height:80vh;
            bottom:calc(50vh - 20vw);    
            -webkit-clip-path: url("#clip-shape");
            clip-path: url("#clip-shape");
        }*/
.aniLogo {
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    transition: opacity 0.2s !important;
}

#inner {
    position: absolute;
    width: 33.33%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}

#preloader:after {
    background: #ece9e0;
    z-index: 2;
    content: '';
    display: block;
    width: 100%;
    height: 0;
    top: 0;
    position: absolute;
    left: 0;
    transition: height 1s;
}

#preloader.slide:after {
    height: 100%;
}

#preloader.hide {
    height: 0% !important;
}

#bgCover.noTrn{
    transition:none !important
}
#content.scale {
    transform: translate(1) !important;
}

#main-logo {
    width: 40%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}

#page-home {
    padding: 0;
    background: transparent;
}

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

.f16 {
    font-size: 16px;
}

.container {
    width: 100%;
    max-width: calc(100% - 100px);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.grid_6 {
    width: 50%;
    position: relative;
}

.w450 {
    max-width: 450px;
    text-align: left;
}

    .w450.abs {
        position: absolute;
        bottom: 0;
        left: -500px;
    }

.border {
    border-top: 1px solid #264326;
}

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 */
.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    display: block;
}

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

#copy {
    font-family: 'Galano Grotesque';
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    bottom: 80px;
    margin: auto;
    width: 730px;
    max-width: calc(100% - 80px);
    z-index: 2;
    color: #fff;
    text-align: center;
    line-height: 1.25;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.125em;
}

    #copy span {
        display: block;
        margin-bottom: 12px;
    }

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

    .img.loaded {
        height: auto;
    }

.bgVideo {
    position: absolute;
    height: 100%;
    bottom: 0;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}

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

@media screen and (max-aspect-ratio: 1920/1080) {
    .fullyvideo {
        height: 100vh;
    }
}

@media screen and (min-aspect-ratio: 1920/1080) {
    .fullyvideo {
        width: 100% !important;
    }
}

#page-home .toAnimate {
    transition: opacity 0.65s;
    opacity: 0;
}

.quickload .toAnimate {
    opacity: 1 !important;
}

.toAnimate.fast {
    transition: opacity 0.3s;
}

#page-home .fadeIn {
    opacity: 1;
}

#main-logo.fadeIn, .aniLogo.fadeIn {
    opacity: 1 !important;
}

#page-home .fadeOut {
    opacity: 0;
}

.fadeInUp {
    opacity: 0;
    transition: all 0.65s;
    filter: blur(10px);
}

    .fadeInUp.animated {
        opacity: 1;
        filter: blur(0);
    }


#s1 {
    transition: opacity 0.7s !important;
    position: relative;
}

.aniLogo.fadeIn {
    opacity: 1;
}

.aniLogo img {
    width: 880px;
    max-width: calc(100% - 100px);
    margin: auto;
    display: block;
}

.links {
    text-align: center;
    z-index: 2;
    color: #fff;
}

.link {
    display: block;
    color: #FFFFFF;
    font-family: "Silk Serif";
    font-size: 80px;
    line-height: 1;
    transition: opacity 0.5s;
    margin-bottom: 0.2em;
}

.links:hover .link {
    opacity: 0.5 !important;
}

.links .link:hover {
    opacity: 1 !important;
}

.bgHover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    opacity: 0;
    background-size: cover;
    background-position: center center;
    transition: opacity 0.5s;
    z-index: 2;
}

.full-height {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.dark-bg:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    left: auto;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
    z-index: 0;
}

.row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5vw;
}

.flex-ch {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

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

.w48 {
    width: 48%;
}

.w1200 {
    width: 80%;
    margin: auto;
}

.underline {
    text-decoration: underline;
 
    display: block;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb60 {
    margin-bottom: 60px;
}


.mb90 {
    margin-bottom: 90px;
}

.ptb80 {
    padding: 80px 0;
}

.pt150 {
    padding-top: 150px;
}

.pb120 {
    padding-bottom: 120px;
}

.pb80 {
    padding-bottom: 80px;
}

.pb200 {
    padding-bottom: 200px;
}

.pt200 {
    padding-top: 200px;
}

.w600 {
    width: 597px;
    max-width: 100%;
    margin: auto;
    text-align: center;
}

.imgHolder {
    overflow: hidden;
    position:relative
}

.imgHolder:after{
    position:absolute;
    z-index:2;
    display:block;
    content:'';
    top:0;
    left:0;
    background:#fff;
    opacity:0.9;
    transition:opacity 0.8s;
    transition-delay:0.2s;
    height:100%;
    width:100%;
}
.imgHolder.loaded:after
{
    opacity:0
}
.imgBlur {
 filter: grayscale(100%);
    display: block;

}
img.imgBlur{
        width: 100%;
    position:relative;
    z-index:1
}
.innerBg 
{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
        background-size: cover;
}
    .imgHolder.loaded .imgBlur {
    
        animation: removeBlur 1.5s forwards;
        animation-delay: 0.2s;
    }
     .imgHolder.loaded img.imgBlur{
            height: auto;
    }
@keyframes removeBlur {
    from {
  filter: grayscale(100%);
    }

    to {
     filter: grayscale(0);
    }
}
/* Headings */
h1, h2, h3, h4 {
    margin: 0;
    font-weight: 300;
    font-family: "Silk Serif";
}

p {
    margin: 0;
}

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

h1 {
    font-size: 70px;
    color: #fff;
    line-height: 1;
    position: relative;
    z-index: 2;
}

h2 {
    font-size: 28px;
    line-height: 1.14;
}

h3 {
    font-size: 30px;
    line-height: 1.13;
    margin-bottom: 0.75em;
}

h4 {
    font-size: 20px;
    line-height: 1.2;
}

h5 {
    font-family: "Galano Grotesque";
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.17em;
    line-height: 1.14;
    margin-bottom: 1em;
    text-transform: uppercase;
}
/* Navigation */
header {
    position: fixed;
    height: 100px;
    width: 100%;
    z-index: 20;
    top: 0;
    transition: background 0.7s;
}

    header.passed, #page-enquire header {
        background-color:#fff;
    }


    header .container {
        height: 100%;
    }




#enq,.btn {
 
    display:block;
    width: 220px;
    text-align: center;
    background: #686462;
    color: #fff;
    font-family: "Galano Grotesque";
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1;
    text-align: center;
    padding: 10px 0;
    text-transform:uppercase
}
#enq
{
    right: 0;
    z-index: 50;
    width: 180px;
}
.btn 
{
    margin:auto
}
#page-home #enq {
    color: #686462;
    background: #fff;
}



#page-home #enq {
    background: #f9f6f2;
    color: #264326;
}

.logo {
    width: 180px;
    display: block;
    left: 0;
    z-index: 15;
}

    .logo svg {
        width: 100%;
        height: auto;
        display: block;
    }

    .logo path {
        fill: #fff;
        transition: all 0.7s;
    }

.passed .logo path, .active_nav .logo path, #page-enquire .logo path {
    fill: #686462;
}
/*#page-home .logo {
    left: 50%;
    transform: translate(-50%,-50%);
}*/

#page-home .logo path {
    fill: #fff;
}
#page-home .active_nav   .logo path,#page-home  .passed  .logo path {
    fill: #686462;
}
#main-nav {
    width: 500px;
    text-align: center;
}

nav li {
    list-style: none;
    margin: 0 20px;
    display: inline-block;
}

    nav li a {
        letter-spacing: 2px;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        font-family: "Galano Grotesque";
        transition: color 0.7s;
    }

.passed nav li a, .active_nav nav li a, #page-enquire nav li a {
    color: #686462;
}


nav a:hover {
    text-decoration: underline;
}


#page-home a.home, #page-residences a.residences, #page-location a.location, #page-team a.team {
    text-decoration: underline;
}

#grid_view {
    z-index: 0;
    transition: opacity 0.7s;
}

/* nav-toggle */
#nav-toggle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 10;
    cursor: pointer;
    width: 33px;
    height: 22px;
    display: none;
}

    #nav-toggle span, #nav-toggle span:after, #nav-toggle span:before {
        cursor: pointer;
        height: 2px;
        width: 33px;
        background: #707070;
        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: rotate(-45deg);
        }
/* location */
#mapcontent {
    width: 1170px;
    margin: auto;
    max-width: 100%;
}

#map {
    height: calc(100vh - 100px );
    width: 53%;
}

#maplist {
    width: 47%;
    padding-left: 50px;
}


.poi {
    margin-bottom: 5px;
}

    .poi span {
        display: inline-block;
        margin-right: 15px;
    }

.teamLogo {
    display: block;
    margin-bottom: 20px;
}

#page-enquire  #main{
    padding-top: 200px;
}

    #page-enquire h2 {
        font-size: 70px;
        margin-bottom: 30px;
        text-align: center;
    }

    #page-enquire h3 {
        text-align: center;
        margin-bottom: 60px;
    }

h3 a {
    display: block;
    padding-top: 30px;
}
/* enquiry */
.register {
    width: 450px;
    margin: auto;
    max-width: calc(100% - 40px);
    padding-bottom: 80px;
}

#page-enquire .not-reg {
    display: none;
}

label {
    display: block;
}

input, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #686462;
    background-color: transparent;
    padding: 0;
    text-align: left;
    padding: 15px 0 8px 0;
    margin-bottom: 15px;
    color: #595957;
    transition: border-color .4s;
    width: 100%;
    font-size: 13px;
}


.b_submit {
    padding: 15px;
    border: 1px solid #595957;
    text-align: center;
    line-height: 1;
    margin: 20px 0;
    width: 100%;
    cursor: pointer;
}


.privacy {
    font-size: 11px;
    text-align-last: center;
}

.chk_holder {
    margin: 10px 0;
    color: #303030;
}

.enq_frm {
    max-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 2px 30px;
        position: relative;
        text-align: center;
        display: block;
        font-size: 14px;
        font-family: inherit;
        display: inline;
        margin: auto;
    }

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

        #chkInternational + label:after {
            position: absolute;
            left: 0;
            width: 5px;
            height: 11px;
            top: 50%;
            left: 7px;
            -webkit-transform: translateY(-60%) rotate(45deg) scale(0);
            transform: translateY(-60%) rotate(45deg) scale(0);
            border-bottom: 2px solid #303030;
            border-right: 2px solid #303030;
            content: '';
            display: block;
            -webkit-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
        }

    #chkInternational:checked + label:after {
        -webkit-transform: translateY(-60%) rotate(45deg) scale(1);
        transform: translateY(-60%) rotate(45deg) scale(1);
    }


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

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

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

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

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #264326;
    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*/
.top-footer {
    padding: 100px 0 80px 0;
    border-top: 1px solid #686462;
    border-bottom: 1px solid #686462;
    text-align: center;
}


.f-link {
    display: block;
    font-size: 16px;
    line-height: 1.3;
}

.logos {
    padding-top: 10px;
    text-align: center;
    padding: 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.digital {
    padding-bottom: 30px;
    text-align: center;
}

    .digital a, .logos a {
        display: inline-block;
        margin: 0 15px;
        font-size: 12px;
    }

/* 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 {
    width: 100% !important;
}

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;
        transform: translateY(-8px);
    }

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

.leffloat {
    float: left;
}

.rightfloat {
    float: right;
}


.m {
    display: none;
}

#mob-c {
    display: none;
    /*background: #f9f6f2;*/
    padding: 40px 0 0 0;
}

#page-home #main-nav {
    display: none;
}


#construction_banner {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: #264326;
	color: #fff;
	text-align: center;
	width: 100%;
	font-family: "Silk Serif";
	font-size: 1.5rem;
	letter-spacing: 4px;
	text-transform: uppercase;
	z-index: 999;
	padding: 10px 0;
}




@media screen and (max-width : 1600px) {
    .w1200 {
        width: calc(100% - 40px);
    }
}

@media screen and (max-width : 1100px) {
    .w450 {
        padding-right: 40px;
    }

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

    .w450.abs {
        left: -460px;
    }
}

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


    #construction_banner {
		font-size: 1rem;
		bottom: 20vh;
		position: absolute;
	}
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 24px;
    }

    #inner {
        width: calc(100% - 120px);
        max-width: 450px;
    }

    #main-logo {
        width: calc(100% - 90px);
        max-width: 500px;
    }

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

    .fullm {
        max-width: 100%;
    }

    .m {
        display: block;
    }

    .d {
        display: none !important;
    }

    #page-home #main-nav {
        display: flex;
    }

    #main-nav {
        top: 0;
        bottom: auto;
        height: 100vh;
        background: #f9f6f2;
        width: calc(100% + 40px);
        transform: translateX(-100%);
        transition: transform 0.7s;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        display: flex;
        left: -20px;
        top: 0;
    }


    .active_nav #main-nav {
        transform: translateX(0);
    }

    nav li {
        padding-left: 20px;
        margin-right: 0;
        display: block;
        text-align: center;
        font-size: 18px;
        padding: 10px;
    }


    #nav-toggle {
        display: block;
    }

    ul#nav {
        display: none;
        margin-top: 80px;
        clear: both;
    }

        ul#nav li {
            display: block;
            margin: 2vh 0 !important;
            width: 100%;
            text-align: center;
            padding: 0;
        }

            ul#nav li a {
                margin: 0;
                text-align: center;
                width: 100%;
                line-height: normal;
                padding: 10px 0;
                font-size: 16px;
            }


    #enq {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        top: auto;
        padding: 15px 0;
        transform: none;
    }

    #map {
        height: 100vw;
        width: 100%;
    }

    #copy {
        font-size: 14px;
        bottom: 90px;
    }

    header {
        height: 50px;
    }

    .link {
        display: block;
        font-size: 48px;
    }

    .logo {
        width: 120px;
        transform: translate(-50%, -50%);
        left: 50%;
    }

        .logo svg {
            width: 100%;
            height: auto;
            display: block;
        }

    .logos a {
        display: block;
        margin: 15px 0;
        width: 100%;
    }

    #mapList {
        display: block;
        margin: auto;
        padding: 50px 15px 80px 15px;
    }

    .grid_6 {
        width: 100%;
    }

    .pt200 {
        padding-top: 80px;
    }

    .pb200 {
        padding-bottom: 80px;
    }

    .pt60m {
        padding-top: 60px;
    }

    .top-footer {
        padding: 60px 0 60px 0;
    }

    .pb80 {
        padding-bottom: 60px;
    }

    .ptb80 {
        padding: 40px 0;
    }

    .flex-c {
        display: block;
    }

    .w450 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        padding-right: 0;
    }

        .w450.abs {
            left: auto;
            position: relative;
            padding-top: 40px;
        }

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

        #page-home header.fadeIn {
            opacity: 1;
        }



    nav li a {
        font-size: 26px;
    }

    .nav {
        margin-top: -90px;
    }

    .mob-link {
            font-family: "Silk Serif";

        text-decoration: underline;
        display: block;
        padding: 0 0 30px 0;
        text-transform: uppercase;
        font-size: 15px;
        text-align:center
    }

        .mob-link span {
            display: block;
            padding: 12px 0 0 0;
        }

    .quickload header {
        opacity: 1 !important;
    }

    #mob-c.show {
        display: block;
    }

    .quickload #mob-c {
        display: block !important;
    }

    .mb20m {
        margin-bottom: 20px;
    }

    .pb20m {
        padding-bottom: 20px;
    }

    #maplist {
        width: 100%;
        padding: 30px 20px 0 20px;
    }

#page-enquire h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

#page-enquire h3 {
    margin-bottom: 50px;
}
nav li a {

    font-family: "Silk Serif";
}
.links 
{
    display:none
}
#page-home {
 
    overflow-y: scroll;
}
.w640
{
    display:block;
    width:100%;
    height:63vw;
    background-size:cover
}
.logos {

    flex-wrap: wrap;
}
.register {

    max-width: 100%;

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


@media screen and (max-width: 760px){
    #construction_banner {
		bottom: 40vh;
		letter-spacing: 2px;
	}
}