

@font-face {
    font-family: 'GothamBold';
    src: url('/fonts/GothamBold.eot');
    src: url('/fonts/GothamBold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/GothamBold.woff2') format('woff2'),
        url('/fonts/GothamBold.woff') format('woff'),
        url('/fonts/GothamBold.ttf') format('truetype'),
        url('/fonts/GothamBold.svg#GothamBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Black';
    src: url('/fonts/Gotham-Black.eot');
    src: url('/fonts/Gotham-Black.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Gotham-Black.woff2') format('woff2'),
        url('/fonts/Gotham-Black.woff') format('woff'),
        url('/fonts/Gotham-Black.ttf') format('truetype'),
        url('/fonts/Gotham-Black.svg#Gotham-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Medium';
    src: url('/fonts/Gotham-Medium.eot');
    src: url('/fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Gotham-Medium.woff2') format('woff2'),
        url('/fonts/Gotham-Medium.woff') format('woff'),
        url('/fonts/Gotham-Medium.ttf') format('truetype'),
        url('/fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-book';
    src: url('/fonts/Gotham-book.eot');
    src: url('/fonts/Gotham-book.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Gotham-book.woff2') format('woff2'),
        url('/fonts/Gotham-book.woff') format('woff'),
        url('/fonts/Gotham-book.ttf') format('truetype'),
        url('/fonts/Gotham-book.svg#Gotham-book') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('/fonts/PlayfairDisplay-Regular.woff2') format('woff2'), url('/fonts/PlayfairDisplay-Regular.woff') format('woff');
    font-weight: normal;
    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: 1280px;
    max-width: calc(100% - 140px);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

    .container.sml {
        width: 960px;
    }

.grid_1 {
    width: 8.33%;
}

.grid_2 {
    width: 16.67%;
}

.grid_3 {
    width: 310px;
}

.grid_4 {
    width: 33.33%;
}

.grid_5 {
    width: 37%;
}

.grid_6 {
    width: 50%;
}

.grid_7 {
    width: 63%;
}

.grid_8 {
    width: 66.67%;
}

.grid_9 {
    width: calc(100% - 310px);
    padding: 0 70px;
}

.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;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}

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%;
}

body {
    font-family: 'Gotham-book';
    font-size: 19px;
    line-height: 1.31;
    background: #fff;
    color: #6d6e71;
    margin: 0;
    padding: 0;
    text-align: left;
    padding-top: 240px;
    transition: padding 0.5s;
}

    body.shrink {
        padding-top: 120px;
    }

.main {
    position: relative;
}

.fullimage {
    width: 100%;
    margin: 0;
    display: block;
}

.fullheight {
    height: 100vh;
    width: 100%;
    position: relative;
    background-size: cover;
    overflow: hidden;
    background-position: center;
}

.banner {
    font-size: 38px;
    text-align: center;
    padding: 32px;
    color: #fff;
    background: #9e001c;
    text-transform: uppercase;
}
.caption
{
    margin-bottom:80px;
}
#content {
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    position: absolute;
    top: 0;
}

#black {
    width: 340px;
    left: -136px;
    right: 0;
    margin: 0 auto;
    position: absolute;
    background: #000;
    top: -50%;
    height: 200%;
    transform-origin: center;
    transform: rotate(-26deg);
}

#innercontent {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) translate(62px,83px);
    display: block;
    width: 535px;
}
#disclaimer {
    position: absolute;
    top: 81%;
    right: 10%;
    max-width: 330px;
    width: 100%;
}
#disclaimer p {
    font-size: 14px;
    padding-left: 20px;
    text-align: left;
    width: 100%;
    max-width: 100%;
    line-height: 1.5;
    position: relative;
    color:#ffffff;
    letter-spacing:1px;
}
#disclaimer p span {
    font-size: 16px;
    display: block;
    position: absolute;
    top: 2px;
    left: 0px;
    padding: 0;
}

    #handImage {
        position: relative;
        z-index: 2;
    }

#play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) translate(-62px,83px);
    display: block;
    width: 535px;
    max-width: 100%;
    width: 100px;
    height: 80px;
    background: rgba(0,0,0,0.1);
    border: 1px solid #fff;
    opacity: 0;
    transition: opacity 0.4s;
    fill: #fff;
    z-index: 0;
}

    #play.fadeIn {
        opacity: 1;
        z-index: 20;
    }

.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
}

.middle-h {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-0%, -50%);
    transform: translate(-0%, -50%);
    z-index: 3;
}

#animation {
    position: absolute;
    display: block;
    left: 90%;
    top: -57%;
    width:560px
}

.absimage {
    display:block;
    width:100%;
    position:absolute;
    left:0;
    top:0;
    opacity: 0;
    transition: opacity 0.4s;
}
.absimage.cc{
    width:68%
}
.animate .absimage {
    opacity: 1;
}

.animate .s1 {
    transition-delay: 0.4s;
}

.animate .s2 {
    transition-delay: 0.8s;
}

.animate .s3 {
    transition-delay: 1.2s;
}

.animate .s4 {
    transition-delay: 1.6s;
}

.animate .s5 {
    transition-delay: 2s;
}

.animate .s6 {
    transition-delay: 2.4s;
}
.animate .s7 {
    transition-delay: 2.8s;
}
.animate .s8 {
    transition-delay: 3.2s;
}
.items {
    position: absolute;
    font-size: 17px;
    font-family: 'GothamBold';
    color: #fff;
    z-index: 3;
    padding-left: 55px;
    line-height: 31px;
    opacity: 1;
    transition: opacity 0.4s;
    text-transform: uppercase;

}

    .items.fadeIn {
        opacity: 1;
    }

    .items:before {
        content: '';
        width: 1px;
        left: 0;
        height: 100px;
        background: #fff;
        display: block;
        position: absolute;
    }

    .items img {
        display: block;
        position: absolute;
        height: 100%;
        left: 0;
    }

#wifi {
    top: -127px;
    right: -326px;
    line-height: 28px;
}

    #wifi:before {
        top: 43px;
        height: 110px;
        left: 14px;
        transform: rotate(4deg);
    }

#car {
    right: -390px;
    top: -18px;
    line-height: 32px;
}

    #car:before {
        top: 10px;
        height: 82px;
        left: -47px;
        transform: rotate(61deg);
    }

#lock {
    right: -300px;
    top: -69px;
    line-height: 32px;
}

    #lock:before {
        top: 40px;
        height: 64px;
        left: -24px;
        transform: rotate(40deg);
    }

/*#light {
    right: -387px;
    top: 9px;
    line-height: 39px;
}

    #light:before {
        top: -11px;
        left: -60px;
        transform: rotate(76deg);
        height: 109px;
    }*/

#music {
    right: -347px;
    top: 110px;
    line-height: 31px;
    padding-left: 40px;
}

    #music:before {
        top: -28px;
        left: -43px;
        transform: rotate(100deg);
        height: 66px;
    }

    #electric-car {
        right: -300px;
    top: -69px;
    line-height: 32px;
    }

#power {
    right: -490px;
    top: 40px;
    line-height: 39px;
}

    #power:before {
        top: -23px;
        left: -66px;
        transform: rotate(83deg);
        height: 103px;
    }

.arrow {
    width: 35px;
    left: 0;
    right: 0;
    bottom: 60px;
    margin: 0 auto;
    z-index: 50;
    display: block;
    position: absolute;
}

.logo {
    display: block;
    width: 100%;
    font-family: 'Playfair Display';
    font-size: 27px;
    text-align: left;
    margin-bottom: 150px;
    position: relative;
}

    .logo img {
        display: block;
        width: 143px;
        margin-bottom: 30px;
    }

/* Headings */
h1, h2, h3, h4, h5 {
    margin: 0;
    font-weight: normal;
}

p {
    margin: 0;
    letter-spacing: -0.5px;
}

    p.mb {
        margin-bottom: 1.57em;
    }

.topcontainer {
    padding: 108px 0 0 0;
    width: 1500px;
}

h1 {
    font-family: 'Playfair Display';
    font-size: 50px;
    line-height: 1.1;
    margin-bottom: 1em;
    color: #19445c;
    letter-spacing: -0.02em;
    text-align: center;
}

h2.burwood {
    font-family: 'Playfair Display';
    font-size: 70px;
    line-height: 1.11;
    color: #fff;
    text-align: left;
    max-width: 510px;
}

span.abs {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 38px;
    text-align: right;
    font-family: 'GothamBold';
    color: #fff;
    display: block;
}

h2, h3 {
    font-family: 'Playfair Display';
    font-size: 40px;
    line-height: 1.125;
    margin-bottom: 1em;
    color: #19445c;
    letter-spacing: -0.02em;
}

#team h2 {
    color: #fff;
    text-align: center;
}

h3 {
    margin-bottom: 0.75em;
    margin-top: -0.25em;
}

h2.middle {
    font-size: 45px;
    text-align: center;
    font-style: italic;
}

h4 {
    font-family: 'GothamBold';
    font-size: 32px;
    color: #0c3952;
    margin-bottom: 60px;
}

h5 {
    font-family: 'Playfair Display';
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px;
}

h6 {
    font-family: 'Gotham-book';
    font-weight: normal;
    font-size: 36px;
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
}

.notice {
    font-size: 16px;
}

.tel, .url {
    font-family: 'Playfair Display';
    font-size: 42px;
    line-height: 1.09;
    margin-bottom: 1em;
    color: #00aeef;
    letter-spacing: -0.02em;
}

span.lines {
    display: inline-block;
    width: 0.85em;
    height: 0.85em;
    position: relative;
    margin-right: 0.2em;
    overflow: hidden;
    transform: translateY(0.04em);
}

.url span.lines {
    margin-right: 0.3em;
    margin-left: 0.2em;
}

span.lines:before, span.lines:after {
    width: 22%;
    height: 150%;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
}

span.lines:before {
    left: 0;
    top: 0;
    transform: rotate(-20deg);
    transform-origin: top left;
}

span.lines:after {
    right: 0;
    bottom: 0;
    transform: rotate(-20deg);
    transform-origin: bottom right;
}

#mainheader {
    height: 240px;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-image: url(/images/headerbg.jpg);
    background-position: center;
    background-size: cover;
    z-index: 5;
    transition: height 0.5s,background 0.5s;
}

.shrink #mainheader {
    height: 120px;
}

.shrink .headerlogo {
    width: 62px;
}

.mainul {
    width: 1160px;
    text-align: center;
    max-width: calc(100% - 300px);
    margin-left: -40px;

}

    .mainul li {
        list-style: none;
        display: inline-block;
        margin-right: 20px;
    }

        .mainul li:last-child {
            margin-right: 0;
        }

        .mainul li a {
            font-family: 'Roboto', sans-serif;
            text-transform: uppercase;
            font-size: 17px;
        }

            .mainul li a.active {
                text-decoration: underline;
            }

.headerlogo {
    left: 150px;
    width: 105px;
    transition: width 0.5s;
}
.lan-form
{
    right:350px;
}
.lan_en.active,.lan_cn.active
{
    display:none
}
#nav-toggle {
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 10;
    cursor: pointer;
    width: 45px;
    height: 26px;
    display: none;
    color: #fff;
    text-transform: uppercase;
}

    #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
        cursor: pointer;
        border-radius: 0;
        height: 5px;
        width: 40px;
        left: 0;
        background: #fff;
        position: absolute;
        display: block;
        content: '';
        top: 10px;
        z-index: 999999999999;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }

        #nav-toggle span:before {
            top: -10px;
        }

        #nav-toggle span:after {
            bottom: -10px;
        }

    #nav-toggle.active span {
        background-color: transparent;
    }

        #nav-toggle.active span:before, #nav-toggle.active span:after {
            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 */
#register {
    padding: 130px 0;
    background-image: url(/images/bg.jpg);
    background-size: cover;
    background-position: center;
    z-index: 3;
    overflow: initial;
}

.enq {
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    padding: 16px;
    width: 172px;
    font-size: 16px;
    border-radius: 30px;
    background: #fff;
    color: #19445c;
    right: 150px;
    text-align: center;
    font-weight: bold;
}

.enqNow {
    font-family: 'Roboto', sans-serif;
    position: absolute;
    line-height: 1;
    top: 0;
    transform: translateY(-50%);
    padding: 16px;
    width: 172px;
    background: #9e001c;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 30px;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: bold;
    text-align: center;
}

    .enqNow.noabs {
        position: relative;
        transform: translateY(0);
        margin: 0 auto 0 auto;
        display: block;
    }

    .enqNow.white {
        background: #fff;
        color: #19445c;
        right: 150px;
    }

.inner {
    margin: 0 auto;
    padding: 70px 20px;
    width: 1600px;
    max-width: calc(100% - 40px);
    background: #0c3952;
}

.form {
    width: 970px;
    max-width: 100%;
    margin: 0 auto;
}

.reg {
    font-size: 18px;
    padding: 40px 0 30px 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    margin-bottom: 25px;
}

.mb25 {
    margin-bottom: 25px;
}

input, select {
    font-size: 20px;
    margin: 0 auto;
    padding: 0 0 25px 0;
    width: 100%;
    color: #fff;
    border: 0 none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    text-align: left;
}

.b_submit {
    width: 135px;
    margin: 25px auto;
    display: block;
    text-align: center;
    border-radius: 20px;
    padding: 8px 0;
    border: 1px solid #fff;
    font-family: 'Roboto', sans-serif;
}

select option {
    padding: 7px 5px;
    color: #000;
}

.privacy {
    font-size: 10px;
    color: #fff;
    max-width: 300px;
    margin: 0 auto;
}

.chk_holder {
    color: #fff;
}

#chkInternational {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 25px;
    width: 20px;
    text-align: left;
}

    #chkInternational + label {
        padding: 2px 0 2px 26px;
        position: relative;
        font-size: 20px;
        text-align: left;
        display: block;
    }

        #chkInternational + label:before {
            position: absolute;
            left: 0;
            width: 20px;
            height: 20px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            border: 1px solid #fff;
            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 #fff;
            border-right: 2px solid #fff;
            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: 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: $form-field-text;
    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 {
    padding: 50px 20px;
    background: #fff;
    position: relative;
    text-align:center
}

.logoholder {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: calc(50% - 485px);
}

    .logoholder a {
        width: 100%;
        text-align: center;
        display: block;
    }

    .logoholder.right {

        right: 0;
        left: auto;
    }

.ouragancey {
    color: #000;
    font-size: 14px;
    line-height: 1;
    display:block;
    transform:translateY(30px)
}

    .ouragancey img {
        height: 13px;
        transform: translate(5px,3.5px);
    }

.logoholder img {
    width: 150px;
}

.dis {
    text-align: left;
    font-size: 14px;
    line-height: 17px;
}
/* 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 #fff;
    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: #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;
}

.centeralign {
    text-align: center;
}

.rightalign {
    text-align: right;
}

.relative {
    position: relative;
}

    .relative img {
        position: relative;
        z-index: 0;
    }

.max940 {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

.max1280 {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.mb110 {
    margin-bottom: 110px;
}

.mb60 {
    margin-bottom: 60px;
}

.pr90 {
    padding-right: 90px;
}

.pl110 {
    padding-left: 84px;
    padding-right: 84px;
}

.pr110 {
    padding-right: 97px;
    padding-left: 70px;
}

.pr30 {
    padding-right: 30px;
}

.pl30 {
    padding-left: 30px;
}

.pb80 {
    padding-bottom: 80px;
}
.pb20{
    padding-bottom:20px;
}

.pt80 {
    padding-top: 80px;
}

.pb145 {
    padding-bottom: 145px;
}

.pt145 {
    padding-top: 145px;
}

.pt130 {
    padding-top: 130px;
}

.pl10 {
    padding-left: 10px;
}

.pl20 {
    padding-left: 16px;
}

.pr20 {
    padding-right: 20px;
}

.pb185 {
    padding-bottom: 185px;
}

.pt100 {
    padding-top: 100px;
}

.pb100 {
    padding-bottom: 100px;
}

.mb30 {
    margin-bottom: 30px;
}

.rightfloat {
    float: right;
}

.graybg {
    background-image: linear-gradient(to bottom, #eeeeee, #f2f2f2, #f5f5f5, #f9f9f9, #fdfdfd);
}

section {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.lightbg:before {
    content: '';
    width: 100%;
    height: 25px;
    background: #fefefe;
    position: absolute;
    z-index: 0;
    display: block;
}

.nomargin {
    margin: 0;
}

ul.points {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
    position: relative;
    z-index: 1;
}

    ul.points li {
        font-family: 'Gotham-book';
        list-style: none;
        color: #1c445d;
        letter-spacing: -0.4px;
        line-height: 1.5;
    }

        ul.points li:before {
            display: inline-block;
            width: 6px;
            height: 6px;
            background: #00aeef;
            border-radius: 50%;
            content: '';
            line-height: 1em;
            vertical-align: middle;
            margin-right: 0.5em;
        }

        ul.points li span {
            display: inline-block;
        }

#map {
    height: 75vh;
    width: 100%;
}

#team {
    background: #17445c;
    color: #fff;
}

/*text{
    display:block;
    position:relative
}*/
@media screen and (max-height : 780px) {
    .topcontainer {
        padding: 55px 0 0 0;
    }

    p.abs {
        top: 55px;
    }

    .logo {
        margin-bottom: 80px;
    }
  
   
}
@media screen and (max-height : 760px) and (orientation: landscape) {
    .fullheight{
        height:200vh;
    }
    #disclaimer {   
        right: 55% !important;
    }
    }
    @media screen and (max-width : 1820px) {
        .headerlogo {
            left: 50px;
        }

        .enq {
            right: 50px;
        }
              .lan-form {
    right: 250px;
}
    }

    @media screen and (max-width : 1540px) {
        #content {
            left: -220px;
        }

        .headerlogo {
            left: 30px;
        }

        .enq {
            right: 30px;
        }

        .mainul li {
            margin-right: 15px;
        }

            .mainul li a {
                font-size: 16px;
            }
    }

    @media screen and (max-width : 1380px) {
        body {
            font-size: 15px;
        }

        h2, h3 {
            font-size: 36px;
        }

        #content {
            left: -160px;
            transform: scale(0.8);
        }

        p.abs {
            font-size: 30px;
        }

        .topcontainer {
            padding: 95px 0 0 0;
        }


        .logo img {
            width: 130px;
        }

        h1 {
            font-size: 42px;
        }

        h2.burwood {
            font-size: 60px;
        }

        h5 {
            font-size: 26px;
        }

        h6 {
            font-size: 32px;
        }

        .tel, .url {
            font-size: 36px;
            line-height: 1.09;
        }

        .headerlogo {
            width: 90px;
        }

        .enq {
            padding: 14px;
            font-size: 14px;
            width: 148px;
        }

        body {
            padding-top: 200px;
        }

        #mainheader {
            height: 200px;
        }

        .enq {
            padding: 12px;
            font-size: 12px;
            width: 135px;
        }
        .lan-form {
    right: 199px;
}
        .mainul li {
            margin-right: 15px;
        }

            .mainul li a {
                font-size: 14px;
            }

        footer {
            text-align: center;
        }

        .logoholder {
            position: relative;
            display: inline-block;
            margin: 0 30px 30px 30px;
            width: auto;
        }

            .logoholder a {
                position: relative !important;
                transform: translate(0,0) !important;
                top: auto !important;
                left: auto !important;
                right: auto !important
            }

        .cbre svg {
            transform: translateY(-8px)
        }
    }

    @media screen and (max-width : 1200px) {
        .headerlogo {
            width: 69px;
        }

        .mainul li {
            margin-right: 10px;
        }

            .mainul li a {
                font-size: 12px;
            }

        #content {
            left: -290px;
        }
    }

    @media screen and (max-width : 1020px) {
        body {
            font-size: 16px;
        }
        .lan-form {
    right: auto;
    left: 20px;
    top: 20px;
    transform: translate(0, 0);
}
        .fullm {
            max-width: 100% !important;
        }

        .topcontainer {
            max-width: calc(100% - 40px);
        }

        .topcontainer {
            padding: 0;
            height: 100%;
        }

        .logo {
            padding: 50px 0;
            text-align: center;
        }


            .logo img {
                width: 60px;
                display: inline-block;
                margin: 0 10px;
            }

        span.abs {
            position: relative;
            font-size: 15px;
            text-align: right;
            display: inline-block;
            width: 150px;
            margin: 10px 0 10px;
            transform: none;
        }

        .arrow {
            display: none;
        }

        h2.burwood {
            font-size: 32px;
            position: absolute;
            bottom: 85px;
            left: 0;
            right: 0;
            margin: 0 auto;
            width: 283px;
        }


        #handImage {
            transform: translateY(30px);
        }

        #black {
            width: 240px;
            left: -100px;
            transform: rotate(-26deg);
            right: auto;
        }

        #innercontent {
            left: -151px;
            transform: translateY(-70%) scale(0.5);
            transform-origin: left center;
        }

        #content {
            left: 0;
            /*transform: scale(1);*/
        }

        h2, h3 {
            font-size: 30px;
        }

            h3 br {
                display: none;
            }

        h4 {
            font-size: 21px;
            margin-bottom: 30px;
        }

        .pt80 {
            padding-top: 20px;
        }

        .pb100 {
            padding-bottom: 50px;
        }

        ul.points {
            padding-left: 0;
        }

            ul.points li {
                font-size: 13px;
            }

        .notice {
            font-size: 11px;
            text-align: left;
        }

        .sp0 {
            transform: translateX(4.25px);
        }

        .sp1 {
            transform: translateX(7.5px);
        }

        .sp2 {
            transform: translateX(10.5px);
        }

        .sp3 {
            transform: translateX(14px);
        }

        .sp4 {
            transform: translateX(17.25px);
        }

        .sp5 {
            transform: translateX(20.5px);
        }

        .enqNow {
            padding: 14px;
            width: 190px;
            font-size: 15px;
        }


        .tel, .url {
            font-size: 30px;
            display: block;
            margin-bottom: 0.01em;
        }

        input, select {
            font-size: 16px;
            padding: 0 0 15px 0;
            margin-bottom: 15px;
        }

        .grid_6 {
            width: 100%;
        }

        #register .mb25 {
            margin: 0;
        }

        #chkInternational + label {
            font-size: 12px;
        }

        .chk_holder {
            color: #fff;
            padding: 15px 0 15px 0;
        }

        .logoshodler .grid_6:first-child {
            margin-bottom: 20px;
        }

        .pr30 {
            padding-right: 0;
        }

        .pl30 {
            padding-left: 0;
        }

        body {
            text-align: center;
        }

        .container {
            max-width: calc(100% - 60px);
            margin: 0 auto;
        }

        .innerm {
            padding-left: 30px;
            padding-right: 30px;
        }

        .d {
            display: none;
        }

        .mainul {
            height: 100vh;
            left: 0;
            width: 100%;
            transform: translateX(-100%);
            top: 100%;
            background: #9e001c;
            transition: transform 0.5s;
            padding-top: 50px;
            position: absolute;
            max-width: 100%;
            padding: 40px;
        }

            .mainul li {
                display: block;
                padding: 10px 0;
                margin: 0;
            }

        .active .mainul {
            transform: translateX(0%);
        }

        #nav-toggle {
            display: block;
        }

        .enq {
            display: none;
        }

        .headerlogo {
            width: 60px;
            left: 0;
            right: 0;
            margin: 0 auto;
        }

        .grid_7 {
            width: 100%;
        }

        .grid_9 {
            width: 100%;
            padding: 0;
        }

        .grid_3 {
            width: 100%;
        }

        .rightalign {
            text-align: center;
        }

        .grid_5 {
            width: 100%;
        }

        h1 {
            font-size: 30px;
        }

        h2, h3 {
            font-size: 25px;
        }

        .pt130 {
            padding-top: 45px;
        }

        .pb145 {
            padding-bottom: 45px;
        }

        .mbm {
            margin-bottom: 35px;
        }

        .mb110 {
            margin-bottom: 60px;
        }

        .pt145 {
            padding-top: 60px;
        }

        .pb185 {
            padding-bottom: 60px;
        }

        h2.middle {
            font-size: 30px;
        }

        .pb80 {
            padding-bottom: 45px;
        }

        #map {
            height: 75vw;
        }

        .pt100 {
            padding-top: 45px;
        }

        h5 {
            font-size: 18px;
            text-align: left;
        }

        .pr90 {
            padding-right: 0;
            margin-bottom: 15px;
        }

        h6 {
            font-size: 20px;
        }

        .banner {
            font-size: 14px;
            padding: 15px 10px;
        }

        .caption {
            padding-left: 35px;
            padding-right: 35px;
            margin-bottom: 35px
        }

        .mainul li a {
            font-size: 15px;
        }

        .logoholder img, .logoholder svg {
            width: 100px;
        }

        .cbre svg {
            transform: translateY(-1px);
        }

        #disclaimer {
            top: 56%;
            right: 16%;
            max-width: 200px;
        }

            #disclaimer p {
                font-size: 10px;
            }
    }

    @media screen and (max-width : 420px) {
    }
