

@font-face {
    font-family: 'RidleyGrotesk-Medium';
    src: url('/fonts/RidleyGrotesk-Medium.eot');
    src: url('/fonts/RidleyGrotesk-Medium.eot?#iefix') format('embedded-opentype'), url('/fonts/RidleyGrotesk-Medium.woff2') format('woff2'), url('/fonts/RidleyGrotesk-Medium.woff') format('woff'), url('/fonts/RidleyGrotesk-Medium.ttf') format('truetype'), url('/fonts/RidleyGrotesk-Medium.svg#RidleyGrotesk-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Basier Circle';
    src: url('/fonts/BasierCircle-Regular.woff2') format('woff2'), url('/fonts/BasierCircle-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'SaolDisplay-Light';
    src: url('/fonts/SaolDisplay-Light.eot');
    src: url('/fonts/SaolDisplay-Light.eot?#iefix') format('embedded-opentype'), url('/fonts/SaolDisplay-Light.woff2') format('woff2'), url('/fonts/SaolDisplay-Light.woff') format('woff'), url('/fonts/SaolDisplay-Light.ttf') format('truetype'), url('/fonts/SaolDisplay-Light.svg#SaolDisplay-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'SaolDisplay-LightItalic';
    src: url('/fonts/SaolDisplay-LightItalic.eot');
    src: url('/fonts/SaolDisplay-LightItalic.eot?#iefix') format('embedded-opentype'), url('/fonts/SaolDisplay-LightItalic.woff2') format('woff2'), url('/fonts/SaolDisplay-LightItalic.woff') format('woff'), url('/fonts/SaolDisplay-LightItalic.ttf') format('truetype'), url('/fonts/SaolDisplay-LightItalic.svg#SaolDisplay-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'RidleyGrotesk-SemiBold';
    src: url('/fonts/RidleyGrotesk-SemiBold.woff2') format('woff2'), url('/fonts/RidleyGrotesk-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}




.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;
}

.container {
    width: calc(100% - 40px);
    margin: 0 auto;
    position: relative;
}

.max1260 {
    width: calc(100% - 40px);
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
}

.grid_1 {
    width: 8.33%;
}

.grid_2 {
    width: 16.67%;
}

.grid_3 {
    width: calc(25% - 45px);
    margin-right: 60px;
}

.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;
}

*.last {
    margin-right: 0;
}

.rightfloat {
    float: right;
}

.absright {
    width: 50%;
    position: absolute;
    right: 0;
    height: 100%;
}

.absleft {
    width: 50%;
    position: absolute;
    left: 0;
    height: 100%;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #4C4C4C;
}

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%;
    font-size: 16px;
}

body {
    font-family: 'Basier Circle';
    font-size: 12px;
    background: #FBFAF6;
    color: #2F2B26;
    margin: 0;
    padding: 0;
    height: 100%;
    text-align: center;
    transition: background 0.5s;
}


.fadeOut {
    opacity: 0;
}

p {
    font-size: 14px;
    line-height: 18px;
    color: #4C4C4C;
}

.bigP {
    font-family: 'RidleyGrotesk-SemiBold';
    font-size: 11px;
    line-height: 15px;
    margin: 25px 0 23px 0;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.mb20 {
    margin-bottom: 20px;
}

p.mb20 {
    margin-bottom: 12px;
}

#main {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.img {
    width: 100%;
    display: block;
}

#hero {
    position: relative;
    top: 0;
    z-index: 5;
    left: 0;
    width: 100%;
    height: 100vh;
    background-size: cover;
}

#h1 {
    font-family: 'SaolDisplay-Light';
    text-align:center;

    width: 100%;
  

    font-size: 48px;
    line-height: 1.125;
    color: #fff;
    letter-spacing: 0;
    z-index: 2;
}

    #h1 span {
        font-family: 'SaolDisplay-LightItalic';
        font-style: italic;
    }

.vgb {
    display: block;
    margin: 0 auto 70px auto;
    height: 50px;
}

#enqBtn, .bth {
    background: #86704D;
    display: block;
    margin: 25px auto auto;
    width: 284px;
    font-family: 'RidleyGrotesk-SemiBold';
    font-size: 12px;
    line-height: 2;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding: 1em 0;
    color: #fff;
}
#enqBtn {
    position: absolute;
    margin: 0 auto;
    bottom: 40px;
    left: 0;
    right: 0;
    z-index: 9;
}

    #enqBtn:hover, .bth:hover {
        background: #fff;
        color: #2F2B26;
    }

.bth {
    margin-bottom: 60px;
}

#enq {
    display: none;
    position: relative;
    z-index: 5;
    min-height: 100vh;
    background: #232323;
    padding: 120px 0;
}

.middle-h {
    position: absolute;
    top: 50%;
    transform: translate(-0%, -50%);
}

.middle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.playvideo {
    z-index: 3;
    width: 60px;
    fill: #fff;
    width: 100px;
    display:block;
    margin:40px auto 0 auto
}
.playvideo  svg
{
    width:100%;
}
.max515 {
    width: 515px;
    max-width: 100%;
}

#close {
    display: block;
    width: 28px;
    height: 28px;
    right: 21px;
    transform: rotate(45deg);
    transition: opacity 0.7s ease,transform 1s ease;
}

    #close:after, #close:before {
        content: '';
        position: absolute;
        display: block;
        top: 50%;
        left: 50%;
        transition: transform 0.7s;
        transform: translate(-50%,-50%);
        background: #fff;
    }

#circlelogo {
    position: fixed;
    bottom: 40px;
    width: 150px;
    height: 150px;
    z-index: 6;
    right: 40px;
    text-align: right;
    
}

.rotsvg
{
    -webkit-animation: rotate 16s linear infinite;
    animation: rotate 16s linear infinite;
    animation-direction: reverse;
}
    #circlelogo svg {
        width: 100%;
        height: 100%;
    }
    .fixsvg
    {
        position:absolute;
        top:0;
        left:0;
    }


@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

#close:after {
    width: 2px;
    height: 100%;
}

#close:before {
    width: 100%;
    height: 2px;
}

.tofade {
    opacity: 0;
    transition: opacity 0.7s ease;
}

.quickload .tofade {
    opacity: 1;
}

#maplistcontent {
    padding: 20px 0 0 0;
}

#map {
    height: calc(75vh);
}

.toggleMap {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

    .toggleMap:before {
        content: '';
        display: block;
        width: 20px;
        height: 1px;
        background: #2F2B26;
        position: absolute;
        right: 0;
        top: 23px;
    }

    .toggleMap:after {
        content: '';
        display: block;
        width: 1px;
        height: 20px;
        background: #2F2B26;
        position: absolute;
        right: 9px;
        top: 13px;
    }

    .toggleMap.active:after {
        display: none;
    }

.grid_3#SER {
    margin: 0;
}

.counter {
    display: inline-block;
    margin-right: 3px;
}

.mapcat h6 {
    color: #2F2B26;
    font-size: 22px;
    margin-bottom: 10px;
    position: relative;
}

#mainbg {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    transition: opacity 1.5s ease;
}

#content {
    position: absolute;
    top: 0;
    z-index: 2;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    #content:after {
        content: '';
        display: block;
        opacity: 0;
        position: absolute;
        top: 0;
        z-index: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.4);
        transition: opacity 1s ease;
    }



    #content.moved {
        left: calc(-100% + 70px);
        background: rgba(0,0,0,0.5);
    }

        #content.moved #close {
            transform: rotate(0);
        }

#vg {
    position: absolute;
    top: 60px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    left: 0;
    z-index: 2;
}


    #vg svg {
        width: 1340px;
        margin: 0 auto;
        max-width: calc(100% - 90px);
        height: auto;
    }

*.fadeIn {
    opacity: 1;
}
/* Headings */
h1, h2, h3, h4, h5 {
    margin: 0;
    font-weight: normal;
}



h2 {
    font-family: 'RidleyGrotesk-SemiBold';
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 3.6px;
    margin-bottom: 34px;
    text-transform: uppercase;
}




h3 {
    font-size: 102px;
    font-family: 'SaolDisplay-Light';
    letter-spacing: 0;
    line-height: 1;
}

    h3 span {
        font-family: 'SaolDisplay-LightItalic';
                font-style: italic;
        display: block;
    }

h4 {
    font-size: 62px;
    line-height: 1;
    font-family: 'SaolDisplay-Light';
    margin-bottom: 40px;
}

    h4 span {
        font-family: 'SaolDisplay-LightItalic';
                font-style: italic;
        display: block;
    }

h5 {
    font-family: 'SaolDisplay-LightItalic';
            font-style: italic;
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 40px;
}

h6 {
    font-size: 26px;
    line-height: 30px;
    font-family: 'SaolDisplay-Light';
    margin-bottom: 25px;
}

.animated.box {
    transition: opacity 1s;
    opacity: 1;
}

.bar {
    height: 1px;
    display: block;
    background: #2F2B26;
    margin: 20px auto;
}

.hbar {
    width: 1px;
    height: 100%;
    display: block;
    background: #2F2B26;
    position: absolute;
    top: 0;
}

.leftalign {
    text-align: left;
}

.g1 {
    left: calc(25% - 15px);
}

.g2 {
    left: 50%;
}

.g3 {
    left: calc(75% + 15px);
}

.box {
    opacity: 0;
}

.main {
    position: relative;
    z-index: 5;
    background: #FBFAF6;
    transition: background 0.5s;
}

#th {
    padding: calc(30vh - 120px) 0;
}
/* Navigation */
#fixedheader {
    position: absolute;
    top: 0;
    background: #FBFAF6;
    width: 100%;
    z-index: 0;
    transition: background 0.5s;
    opacity: 0;
}

.fixed #fixedheader {
    z-index: 1001;
    opacity: 1;
}
.navM
{
    display:none
}
.headeholder {
    position: absolute;
    padding: 20px 0;
    top: 100vh;
    background: #FBFAF6;
    width: 100%;
    z-index: 1000;
}

#innerheader {
    position: relative;
    padding: 0 0 0 0;
    width: 100%;
}

#fixUl, #absUl {
    border-bottom: 1px solid #2F2B26;
}

.vgheader {
    padding: 20px 0;
    border-bottom: 1px solid #2F2B26;
    transition: all 0.5s;
}
.vgheader span
{
    position:relative;
    display:block;
    width:600px;
    transition:width 0.5s;
    margin:0 auto;
   
}

    .vgheader img {
        width: 100%;
        display: block;
        margin: 0 auto;
        transition: all 0.5s;
    }

body.fixed .vgheader span {
    width: 300px;
}

.vgheader rect {
    fill: #2F2B26 !important;
}

.enq #recolour {
    fill: #2F2B26 !important;
}

.logo {
    margin: 0 auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(calc(-50% - 4px));
    z-index: 2;
    width: 250px;
}

    .logo svg {
        display: block;
        max-width: 100%;
    }

.enq .logo svg .st4 {
    fill: #8A7967 !important;
}

.fake {
    background: #FBFAF6;
    height: 176px;
    transition: height 0.5s;
}

.fixed .fake {
    height: 154px;
}

.nav {
    margin: 0 auto;
    padding: 0;
}

    .nav li {
        float: left;
        width: 16.66%;
        list-style: none;
        position: relative;
        padding: 13px 0;
    }

        .nav li a {
            color: #2F2B26;
            text-transform: uppercase;
            display: block;
            position: relative;
            text-align: center;
            font-family: 'RidleyGrotesk-SemiBold';
            font-size: 10px;
            line-height: 14px;
            letter-spacing: 3px;
        }

            .nav li a.active {
                color: #86704d;
            }

            .nav li a:after {
                top: 0;
                content: '';
                right: 0.5px;
                width: 1px;
                height: 100%;
                position: absolute;
                background: #2F2B26;
            }

            .nav li a.enquire:after {
                display: none;
            }



/* nav-toggle */
.enqm {
    display: none;
    font-family: 'RidleyGrotesk-SemiBold';
    letter-spacing: 3px;
    font-size: 10px;
    line-height: 1;
    width: 200px;
}

.nav-toggle {
    position: absolute;
    right: 0;
    z-index: 10;
    cursor: pointer;
    width: 30px;
    height: 19px;
    display: none;
}

    .nav-toggle span, .nav-toggle span:after, .nav-toggle span:before {
        cursor: pointer;
        height: 1px;
        width: 30px;
        background: #2F2B26;
        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: -6px;
        }

        .nav-toggle span:after {
            bottom: -6px;
            top: auto;
        }

    .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);
        }

/* enquiry */
#enquire{
    background: #2f2b26;
    color:#fff;
}
#enquire .bar 
{
    background:#fff;
}
.register {
    max-width: 910px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.input-holder {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    width: calc(50% - 10px);
    margin-right: 20px;
    float: left;
}

    .input-holder.nomarginright {
        margin-right: 0;
    }

input, select, textarea {
    margin: 0 auto 20px auto;
    padding: 20px 0 30px 0;
    width: 100%;
    border: 0 none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-family: 'RidleyGrotesk-Medium';
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 4px;
    line-height: 16px;
    text-align: left;
    text-transform: uppercase;
}

    input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 30px #ffffff inset;
        -webkit-text-fill-color: #fff !important;
        color: #fff !important;
    }

    input textarea {
        display: block;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

.b_submit {
    padding: 15px 0 14px 0;
    margin: 36px auto;
    width: 284px;
    cursor: pointer;
    transition: 0.5s all;
    text-align: center;
    color: #2F2B26;
    background: #fff;
}


select {
    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: #F8F7F5;
        text-align-last: center;
        text-align: center;
        -ms-text-align-last: center;
        -moz-text-align-last: center;
        text-align-last: center;
        color: #000000;
    }

.privacy, .artist {
    font-family: 'RidleyGrotesk-Medium';
    font-size: 11px;
    line-height: 24px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #86704D;
    margin-bottom: 10px;
}

.artist {
    margin-bottom: 80px;
}

.lanmarklogo {
    display: block;
    padding: 30px 0 30px 0;
}

    .lanmarklogo img {
        display: block;
        width: 180px;
        margin: 0 auto;
    }

.privacy {
    text-decoration: underline;
}

.centerposition {
    display: block;
    position: relative;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
}

.chk_holder {
    margin: 10px auto 0 auto;
    color: #F8F7F5;
}

#chkInternational {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    color: #F8F7F5;
    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: #F8F7F5;
        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: #fff;
    opacity: 1;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    opacity: 0.5;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
    opacity: 0.5;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    opacity: 0.5;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    opacity: 0.5;
}
/*footer*/
footer {
    float: right;
    margin-left: 5%;
    line-height: 74px;
}
/* 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 {
    -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;
    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: #F8F7F5;
    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: #F8F7F5;
            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: #F8F7F5;
            }

            div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
                background-color: #F8F7F5;
            }

            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: #F8F7F5;
            }
/* 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: absolute;
    text-align: left;
    bottom: 2px;
}

    ul.parsley-errors-list.filled li, ul.parsley-errors-list li {
        padding: 0;
        text-align: left;
        color: #F00D0D;
    }

.captcha-holder ul.parsley-errors-list.filled, .captcha-holder ul.parsley-errors-list{
    position:relative;
    text-align:center;
}
    .captcha-holder ul.parsley-errors-list.filled li, .captcha-holder ul.parsley-errors-list li {
        
        text-align: center;
    }

* {
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}




.bth:hover {
    color: #8A7967;
    background-color: #fff;
}

.pt120 {
    padding-top: 120px;
}

.pb100 {
    padding-bottom: 100px;
}

.pt100 {
    padding-top: 100px;
}

.pt390 {
    padding-top: 390px;
}

.pb160 {
    padding-bottom: 160px;
}

.ptb160 {
    padding-top: 160px;
    padding-bottom: 160px;
}

.darklayer::before {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
}

.landmark-svg {
    display: block;
    position: absolute;
    width: 170px;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
}

    .landmark-svg svg {
        display: block;
        width: 100%;
        opacity: 0;
        transition: 1s all;
    }



.svg-holder {
    display: block;
    position: relative;
    margin: 50px auto;
    text-align: center;
}

.circle.svg-holder svg {
    width: 100px;
}

.enq .svg-holder svg {
    fill: #F8F7F5 !important;
}

.svg-holder.circle.brown svg * {
    fill: rgb(138, 121, 103) !important;
}

span.txt {
    color: #F8F7F5;
    font-family: 'RidleyGrotesk-Medium';
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 5px;
    line-height: 12px;
    text-align: center;
}

.enq_frm h2 {
    padding-bottom: 30px;
}

body.enq.enq-holder {
    background-color: #8A7967;
}

.first {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
}

.other {
    width: 100%;
    text-transform: uppercase;
    transition: 0.5s all;
    background: #86704D;
    text-align: center;
    font-family: 'RidleyGrotesk-Medium';
    padding: 22px 20px;
    display: block;
    font-size: 12px;
    letter-spacing: 4px;
    color: #fff;
}

    .other:hover {
        background-color: #2F2B26;
    }


/*------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/
.brown {
    color: #8A7967;
}

.green {
    color: #F8F7F5;
}

.bg {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}


.fullheight {
    height: 100vh;
}

.white {
    color: #F8F7F5;
}

.nomarginright {
    margin-right: 0;
}

.lanlogo {
    width: 200px;
    display: block;
    margin: 0 auto;
}
.display_number {
    display: block;
    color: #fff;
    font-size: 22px;
    margin-bottom: 30px;
}
@media screen and (max-width : 1024px) {
}

@media screen and (max-width : 1000px) {
    .input-holder {
        width: 100%;
        margin-right: 0;
    }

    #landing .middlelogo svg + .en {
        visibility: visible;
    }

    header .en {
        display: none;
    }
}

@media screen and (max-width :1000px) {
 

    .fake {
        height: 107px;
    }
       .fixed .fake {
        height: 107px;
    }

    .enqm, .nav-toggle {
        display: block;
    }

    .d {
        display: none;
    }

    .nav {
        width: 100%;
        transform: translateX(-130%);
        transition: transform 0.7s;
        background: #FBFAF6;
        height: calc(100vh - 40px);
        top: 40px;
        left: 0;
        padding-top: calc(30vh - 90px);
        position: absolute;
    }

    .activeMenu .nav {
        transform: translateX(0);
    }

    .nav li {
        width: 100%;
    }

        .nav li a::after {
            top: auto;
            right: 0;
            width: 100px;
            height: 1px;
            position: absolute;
            background: #8A7967;
            left: 0;
            margin: 0 auto;
            bottom: -13px;
        }

    .vgheader svg {
        width: 300px;
    }

    .headeholder {
        padding: 0;
    }

    #vg svg {
        max-width: calc(100% - 50px);
    }

    .vgb {
        width: calc(100% - 10px);
        height: auto;
    }

    h3 {
        font-size: 44px;
        line-height: 48px;
    }

    h4 {
        font-size: 28px;
        line-height: 32px;
        max-width: 300px;
        margin-bottom: 25px;
        margin-left: auto;
        margin-right: auto;
    }

    .inlinem {
        display: inline-block !important;
    }

    .fullheight {
        height: auto;
        padding: 100px 0;
    }

    .ptb160 {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .first {
        height: 100%;
    }

    h1 {
        font-size: 24px;
        line-height: 40px;
    }

    h2 {
        font-size: 10px;
        line-height: 12px;
        letter-spacing: 3px;
    }

    h5 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 25px;
    }

    h6 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 13px;
    }

    .playvideo {
        width: 50px;
    }

    .grid_3.leftalign {
        text-align: center;
    }


    .mbm {
        margin-bottom: 13px;
    }
    .navM
{
    display:block;
    height:47px;
    position:relative;
    background:#FBFAF6;
}
    .max1260 {
        width: 100%;
    }

    .nopm {
        padding: 0 !important;
    }

    #map {
        height: 50vh;
    }

    .svg-holder {
        margin: 25px auto;
    }

    .absright, .absleft {
        position: relative;
        padding: 30px 0;
        width: 100%;
        float: left;
    }
    .vgheader span {

    width: 280px;

}
    body.fixed .vgheader span {
    width: 280px;
}

    .grid_3 {
        width: 100%;
        margin-right: 0;
    }
     .grid_3 img {
 max-width:70%;
 margin-left:auto;
 margin-right:auto
    }
        .grid_3 p {
 max-width:515px;
 margin-left:auto;
 margin-right:auto
    }       .grid_3 .inner-poi p {
 max-width:100%;

    }
        
    .pt120 {
        padding-top: 35px;
    }

    .pt100 {
        padding-top: 25px;
    }

    .grid_6 {
        width: 100%;
    }

    .pb100 {
        padding-bottom: 25px;
    }

    .hbar {
        width: 100%;
        height: 1px;
        float: left;
        background: #2F2B26;
        position: relative;
        top: 0;
        left: 0 !important;
        margin: 23px 0 26px 0;
    }

    .middle.autom {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0);
            margin: 0 auto;
    }

    .other {
        padding: 22px 14px;
    }

    section {
        min-height: initial;
    }

    input, select, textarea {
        letter-spacing: 2px;
    }

    #enq {
        padding: 80px 0 120px;
        height: auto;
    }

    #circlelogo {
        display: none;
    }

    #h1 {
      
        font-size: 28px;
 
    }

    .scrollbar-track-y, .scrollbar-thumb {
        width: 5px !important;
    }

    .artist {
        font-size: 11px;
    }

    #close {
        width: 22px;
        height: 22px;
        right: 11px;
    }

    #content.moved {
        left: calc(-100% + 40px);
    }

    .other, .privacy, .artist {
        letter-spacing: 2px;
        font-size: 10px;
    }

    input, select, textarea {
        text-align: left;
    }

    select {
        text-align-last: left;
        text-align: left;
        -ms-text-align-last: left;
        -moz-text-align-last: left;
        text-align-last: left;
    }

    .mapcat.grid_3.leftalign {
        text-align: left;
        border-bottom: 1px solid #2F2B26;
    }

    .innerpois {
        display: none;
        padding-bottom: 10px;
    }

    .toggleMap {
        display: block;
    }

    .mapcat h6 {
        padding: 14px 0;
        color: #2F2B26;
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 0;
    }

    #enqBtn, .bth {
        width: 220px;
        font-size: 10px;
        letter-spacing: 3px;
    }
}

@media screen and (max-width : 420px) {
}
