


@font-face {
    font-family: 'Graphik';
    src: url('/fonts/Graphik-Light.woff2') format('woff2'), url('/fonts/Graphik-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Graphik';
    src: url('/fonts/Graphik-Regular.woff2') format('woff2'), url('/fonts/Graphik-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kaftan Serif';
    src: url('/fonts/KaftanSerif-Regular.woff2') format('woff2'), url('/fonts/KaftanSerif-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: 'Graphik';
    font-size: 14px;
    line-height: 1.28;
    background: #eae8df;
    color: #595957;
    margin: 0;
    padding: 0;
    font-weight: normal;
}



#main {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.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 */
    }

.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: 33.33%;
}

.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;
}

.w25 {
    width: 25%;
}

#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);
    }

    #cursor.c-left #c-dir:after {
        content: 'Prev';
    }

    #cursor.c-right #c-dir:after {
        content: 'Next';
    }

#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;
}


.container {
    width: 100%;
    max-width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

#mapcontent {
    /*margin-right: calc(50% - 940px);*/
    margin-right: 20px;
}

.sml {
    width: 1400px;
}

.sem-container {
    width: 440px;
    margin-left: 30px;
}


/*@media screen and (max-width : 1920px) {
    .container {
        width: 1680px;
    }

    .sem-container {
        margin-left: calc(50% - 840px);
    }
    #mapcontent
{
     margin-right: calc(50% - 840px);
}
    .sml {
        width: 1200px;
    }
}

@media screen and (max-width : 1720px) {

    .sem-container {
        margin-left: 0;
        width: 50%;
        padding-left: 20px;
    }
    #mapcontent
{
     margin-right: 20px;
}
}*/


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;
}

.quate {
    font-family: 'Kaftan Serif';
    font-size: 22px;
}

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;
    width: 100%;
}
.play {
    width:98px

}
.enq {
    display: inline-block;
    width: 130px;
    background: #fff;
    padding: 10px 0;
    color: #595957;
    text-align: center;
    transition: all 0.5s;
}
.play
{
    margin-right:5px;
}
.enq:hover{
    background:#595957;
        color:#fff;
}
.enqNow
{
    display: inline-block;
    width: 130px;
    background: #595957;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    transition: all 0.5s;
}
.enqNow:hover{
    background:#fff;
        color:#595957;
}
.enqHolder
{
    padding-top:15px
}
.img {
    width: 100%;
    margin: 0;
    display: block;
}

.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;
    }
}

.fadeInUp {
    opacity: 0;
    transition: all 1s;
    transform: translateY(10px);
}

    .fadeInUp.animated {
        opacity: 1;
        transform: translateY(0);
    }

#timelaps {
    width: 200px;
    text-align: center;
    color: #fff;
    font-size: 60px;
    z-index: 10;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
    /*#timelaps.cls0,#timelaps.cls1,#timelaps.cls2,#timelaps.cls3,#timelaps.cls4,,#timelaps.cls5,#timelaps.cls6,{
    opacity:1
}*/
    #timelaps.active {
        opacity: 1;
    }

.mainTime {
    position: relative;
    display: inline-block;
    overflow: hidden;
    line-height: 1;
}

.innerSpan {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
}

.white {
    color: #fff;
}
.red {
    color: #ff0000;
}
.bold {
    font-weight: bold;
}

.full-height {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.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.3);
    z-index: 0;
}

.flex-c {
    display: flex;
    justify-content: space-between;
}

.flex-d {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.f11 {
    font-size: 11px;
} 

.f18 {
    font-size: 18px;
}

.underline {
    text-decoration: underline;
}

.max320 {
    max-width: 320px;
}

.w550 {
    width: calc(50% - 50px);
}

.w440 {
    width: 440px;
    max-width: 50%;
}

.vw_w440 {
    width: calc(100% - 440px);
}

.w710 {
    width: 710px;
    max-width: 55%;
}

.max440 {
    max-width: 440px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.pr30 {
    padding-right: 30px;
}

.pt150 {
    padding-top: 150px;
}

.pb200 {
    padding-bottom: 200px;
}

.pt200 {
    padding-top: 200px;
}

.tac {
    text-align: center;
}

.row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5vw;
}

#grid_view {
    z-index: 0;
    transition: opacity 0.7s;
    padding: 160px 0 0 0;
}

.gr-3 {
    width: 20%;
    cursor: pointer;
    overflow: hidden;
}


    .gr-3 img {
        display: block;
        margin: auto;
        height: 15vw;
        transition: transform 0.5s;
    }

    .gr-3:hover img {
        transform: scale(1.05);
    }
/* Headings */
h1, h2, h3, h4, h5 {
    margin: 0;
    font-weight: normal;
}

p {
    text-align: left;
    margin: 0;
}

h1 {
    font-family: 'Kaftan Serif';
    font-size: 90px;
    line-height: 1;
    margin-bottom: 0.6em;
}

h2 {
    font-family: 'Kaftan Serif';
    font-size: 60px;
    line-height: 1;
    margin-bottom: 0.6em;
}

h3 {
}

h4 {
    font-family: 'Kaftan Serif';
    font-size: 28px;
    min-width: 100%;
    margin-bottom: 30px;
    padding-top: 40px;
}
/* Navigation */
header {
    position: fixed;
    height: 80px;
    border-bottom: 1px solid #595957;
    width: 100%;
    z-index: 20;
    color: #595957;
    background: inherit;overflow:hidden
}

    header .container {
        height: 100%;
    }




.logo {
    width: 120px;
    display: block;
}

nav li {
    list-style: none;
    margin-right: 20px;
    display: inline-block;
}

    nav li:last-child {
        margin-right: 0;
    }



    nav a:hover {
        text-decoration:underline
    }


#main-nav {
    position: absolute;
    left: 0;
    right: 0;

    top: 0;
    height: 100%;
}
.nav 
{
    top:50%;
    transform:translateY(-50%)
}
.left-nav {
    position: absolute;

    left: 0;
}

.right-nav {
    position: absolute;
    
    
    right: 0;
}
.enqLi a
{
    display:block;
  position:relative;
  color:#fff;
  padding-left:25px;


}
.enqLi a:after
{
    position:absolute;
   content:'';
   display:block;
   left:0;
   width:150px;
   height:150px;
       background:#90896c;
       top:-50px;
       z-index:-1
}
#page-home a.home, #page-residences a.residences, #page-location a.location, #page-team a.team {
    text-decoration: underline;
}

/* nav-toggle */
#nav-toggle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    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: #595957;
        position: absolute;
        display: block;
        content: '';
        top: 10px;
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
    }

        #nav-toggle span:before {
            top: -10px;
        }

        #nav-toggle span:after {
            bottom: -10px;
        }

    #nav-toggle.active span {
        background-color: transparent !important;
    }

        #nav-toggle.active span:after, #nav-toggle.active span:before {
            top: 0;
        }

        #nav-toggle.active span:before {
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: a rotate(45deg);
        }

        #nav-toggle.active span:after {
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: a rotate(-45deg);
        }
/* location */
#map {
    height: calc(100vh - 80px );
    width: calc(100% - 330px);
    float: left;
}

#mapslides {
    width: 320px;
    float: left;
    padding: 20px 0 40px 40px;
    position: relative;
}

    #mapslides.working:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 54;
    }

#mapcontent {
    position: relative;
    z-index: 1;
    padding-top: 80px;
    transition: opacity 0.7s;
            opacity: 0;
        display: none;
    position: absolute;
}

.info img {
    display: block;
    margin-bottom: 15px;
}

#maplist {

    transition: opacity 0.7s;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 120px;
    position:relative

}

#maplistcontent {
    width: calc(75% - 15px);
    float: right;

}

#mapul {
    list-style: none;
    float: left;
    width: calc(25% - 5px);
    position: sticky;
    top: 145px;
}

#eat-and-drink h4 {
    padding-top: 0;
}

#mapul li {
    font-family: 'Kaftan Serif';
    font-size: 20px;
    line-height: 1;
    margin: 0 0 10px 0;
}

#listlink, #maplink {
    display: block;
    text-align: right;
    text-decoration: underline;
    margin-bottom: 25px;
}

.locationslide {
    display: none;
    opacity: 0;
    transition: opacity 0.5s;
    position: absolute;
    padding-top: 5px;
    left: 0;
}

#loc-next {
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 5;
}

#loc-prev {
    display: block;
    position: absolute;
    top: 5px;
    right: 30px;
    z-index: 5;
}

#poisList {
    position: relative;
}

.inner-poi {
    width: calc(33.33% - 13.33px);
    float: left;
    margin-right: 20px;
}

.last {
    margin-right: 0;
}

.inner-poi img {
    display: block;
    margin-bottom: 10px;
    width: 100%;
}

.brk {
    float: left;
    width: 100%;
    height: 35px;
}

.counter {
    display: block;
    font-size: 14px;
    margin-bottom: 20px;
}
/* enquiry */
.register {
    max-width: 350px;
}

label {
    text-transform: uppercase;
    display: block;
}

input, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #595957;
    background-color: transparent;
    padding: 0;
    text-align: left;
    padding: 15px 0 0 0;
    margin-bottom: 15px;
    color: #595957;
    transition: border-color .4s;
    width: 100%;
    font-family: inherit;
}

select {
    padding: 5px 7px;
    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: #fff;
        text-align-last: left;
        text-align: left;
        -ms-text-align-last: left;
        -moz-text-align-last: left;
        text-align-last: left;
    }

.b_submit {
padding:5px 15px ;
border:1px solid #595957;
text-align:center;
margin-bottom:20px;
width:100px;
    cursor: pointer;
    background:#595957;
    color:#fff
}
.hs-button
{
padding:5px 15px ;
border:1px solid #595957;
text-align:center;
margin-bottom:60px;
width:100px;
    cursor: pointer;
    background:#595957;
    color:#fff
}

.min-height {
    min-height: calc(100vh - 120px);
}

.privacy {
    font-size: 10px;
}


.chk_holder {
	margin: 10px 0 15px;
}
#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: 2px 0 2px 26px;
   position: relative;
   text-align: center;
   display: block;
   color: #546670;
   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 #546670;
   content: '';
   display: block;
 }
 #chkInternational + label:after {
   position: absolute;
   left: 0;
   width: 5px;
   height: 11px;
   top: 50%;
   left: 8px;
   -webkit-transform: translateY(-60%) rotate(45deg) scale(0);
   transform: translateY(-60%) rotate(45deg) scale(0);
   border-bottom: 2px solid #546670;
   border-right: 2px solid #546670;
   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: #fff;
    opacity: 0;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #fff;
    opacity: 0;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #fff;
    opacity: 0;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #fff;
    opacity: 0;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: $form-field-text;
    opacity: 0;
}

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: 60px 0;
    border-top: 1px solid #595957;
    border-bottom: 1px solid #595957;
}

.bottom-footer {
    padding: 60px 0;
}

.footer-sec {
    width: 200px;
}

    .footer-sec a {
        display: block;
        margin-bottom: 3px;
    }

.logos a {
    display: inline-block;
    margin-right: 40px;
}

.disclaimer {
    display: inline-block;
    margin-right: 20px;
}

.tpa {
    display: block;
    padding: 5px 0 0 0;
}
/* Token Style */
div#au_postcode {
    margin-bottom: 15px;
}
ul.token-input-list-project {
    border: none;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    text-align: left;
    text-align-last: left;
    text-align: -moz-left;
    text-align: -webkit-left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border-bottom: 1px solid #525252;
    clear: both;
}

li.token-input-input-token-project {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}

ul.token-input-list-project li input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    width: 100% !important;
    margin-bottom: 0;
}

li.token-input-token-project p {
    display: inline;
    padding: 0;
    margin: 0 5px 0 0;
    /* line-height: 20px; */
    /* font-size: 11px; */
}

li.token-input-token-project {
    overflow: hidden;
    /* height: 25px; */
    margin: 0;
    padding: 2px 5px;
    padding:12px 0 0;
    cursor: default;
    /* font-size: 12px; */
    white-space: nowrap;
    list-style: none;
    display: inline-block;
}

div.token-input-dropdown-project {
    position: absolute;
    width: 100%;
    background-color: #fff;
    overflow-x: hidden;
    cursor: default;
    font-size: 11px;
    z-index: 13;
    color: #000000;
}

    div.token-input-dropdown-project ul {
        margin: 0;
        padding: 0;
        display: block !important;
        max-height: 205px;
    }

        div.token-input-dropdown-project ul li {
            background-color: #fff;
            font-size: 14px;
            padding: 3px;
            margin: 0;
            list-style-type: none;
            font-weight: 100 !important;
        }

            div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
                background-color: #fff;
            }

            div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
                background-color: #fff;
            }

            div.token-input-dropdown-project ul li em {
                font-weight: bold;
                font-style: normal;
            }

            div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
                background-color: #ccc;
                color: #fff;
            }
/* Parsley-error */
ul.parsley-errors-list.filled, ul.parsley-errors-list {
    font-size: 10px;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: left;
    top: 0;
}

    ul.parsley-errors-list.filled li, ul.parsley-errors-list li {
        padding: 0;
        text-align: left;
        color: #F00D0D;
        transform: translateY(-8px);
    }

* {
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

.leffloat {
    float: left;
}

.rightfloat {
    float: right;
}

#enqem {
    position: fixed;
    bottom: 0;
    background: inherit;
    padding: 10px 0;
    display: none;
    z-index: 50;
    width: 100%;
    text-align: center;
background: #595957;
color:#eae8df
}

.m {
    display: none;
}

@media screen and (max-width : 1024px) {
}

@media screen and (max-width : 768px) {
}

@media screen and (max-width : 760px) {
    .pr30 {
        padding-right: 0;
    }
    .m {
        display: block;
    }

    .d {
        display: none !important;
    }
    header
    {
        overflow:initial
    }
    header .container {
        height: 100%;
        width: 100%;
        max-width: 100%;
    }
    .nav {
    top: 0;
    transform: translateY(0%);
}
    .enqLi a:after {
  
    height: auto;
    top: -7px; 
    bottom: -9px;
}
    #enqem {
        display: block;
    }

    #main-nav {
        top: 0;
        bottom: auto;
        height: 100vh;
        background: #eae8df;
        width: 100%;
        transform: translateX(-100%);
        transition: transform 0.7s;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .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;
    }

    .left-nav, .right-nav {
        position: relative;
        top: 0;
        left: 0;
    }
    .full-height
    {
        height:calc(100vh - 37px)
    }
    h1 {
        font-size:52px;
    }

    h2 {
        font-size: 44px;
    }

    .f18 {
        font-size: 16px;
    }

    .pb200 {
        padding-bottom: 100px;
    }

    .pt200 {
        padding-top: 100px;
    }

    .pt150 {
        padding-top: 50px;
    }

    .mb50m {
        margin-bottom: 50px;
    }

    .grid_6, .w550 {
        width: 100%;
    }

    .sem-container {
        margin-bottom: 50px;
        width: calc(100% - 60px);
        padding-left: 0;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }


    .w440 {
        max-width: 100%;
    }

    .vw_w440 {
        width: 100%;
    }

    .footer-sec {
        width: 100%;
        margin-bottom: 40px;
    }


    .top-footer {
        padding: 60px 0 20px 0;
    }

    .flex-d {
        display: block;
    }

    .flex-c {
        display: block;
    }

    .logos {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .logos a {
            margin: auto;
            margin: 0;
            max-width: 25%;
        }

    .dics {
        padding-top: 40px;
    }

    .mb20m {
        margin-bottom: 20px;
    }

    #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;
                color: #075fa8;
                padding: 10px 0;
                font-size: 16px;
            }

    .row {
        display: block;
        margin-bottom: 0;
    }


    .gr-3 {
        width: 100%;
        margin-bottom: 20px;
    }

        .gr-3 img {
            height: auto;
        }

    #timelaps {
        font-size: 24px;
    }

    #palm img {
        width: 170px;
    }

    .fullm {
        width: 100%;
        max-width: 100% !important;
    }

    #map {
        height: 100vw;
        width: 100%;
    }

    #maplistcontent {
        width: 100%;
    }

   #poi0{
       position:relative
   }

    .brk {
        display: none;
    }

    .inner-poi {
        width: 100%;
        float: left;
        margin-right: 0;
        margin-bottom: 30px;
    }

    #mapul {
        display: none;
    }

    #mapcontent {
        margin-right: 0;
    }

    #mapslides {
        width: 100%;
        float: left;
        padding: 20px 30px 40px 30px;
        position: relative;
    }
    .play 
    {
        display:block;
        width:80px;
    }
    .play svg{
        width:80px;
        height:auto
    }
header
{
    height:60px;
}
    .logo {
    width: 100px;

}
    .logo svg{
        width:100%;
        height:auto;
        display:block
    }
    .pt30m
    {
        padding-top:30px;

    }
    .enq{
        display:none
    }
    .play{
        position:relative;
       top:auto;
       left:auto;
       transform:none;

    }
}

@media screen and (max-width : 420px) {
}
