@font-face {
    font-family: 'BasierCircleRegular';
    src: url('/fonts/BasierCircleRegular.eot');
    src: url('/fonts/BasierCircleRegular.eot') format('embedded-opentype'), url('/fonts/BasierCircleRegular.woff2') format('woff2'), url('/fonts/BasierCircleRegular.woff') format('woff'), url('/fonts/BasierCircleRegular.ttf') format('truetype'), url('/fonts/BasierCircleRegular.svg#BasierCircleRegular') format('svg');
}

body {
    font-family: 'BasierCircleRegular';
    font-size: 16px;
    background: #fff;
    color: #000;
    margin: 0;
    padding: 160px 0 0 0;
    text-align: left;
}

#page-home {
    padding: 0;
}

body.dark {
    color: #fff;
    background: #000;
}

body.light {
    background: #e3e3e3;
}

    body.light.wbg {
        background: #fff;
    }

    body.light.ybg {
        background: #e3e3e3;
    }

body.dark.gbg {
    background: #58595b;
}

.morZ {
    background: inherit;
    z-index: 51;
    position: relative;
}

    .morZ #mainContent {
        overflow-y: Scroll;
    }

.clear, * html .clearfix, *:first-child + html .clearfix {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

* {
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}


.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;
}

.conatiner {
    width: 100%;
    padding-left: 8.33%;
}

.content {
}

.sp100 {
    height: 100px;
    background: inherit;
    position: relative;
    display: block;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}

img {
    border: none;
    max-width: 100%;
}

.fullimage {
    width: 100%;
    display: block;
}

.grid_4 {
    width: 33.33%;
    padding-right: 25px;
    float: left;
}

.grid_8 {
    width: 66.66%;
    position: relative;
    float: right;
}

.grid_6 {
    width: 50%;
    float: left;
}

.rightfloat {
    float: right;
}

.last {
    margin-right: 0;
}

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;
}

*{
	outline: none !important;
}
/* General */

.img {
    width: 100%;
    margin: 0;
    display: block;
}

#topLogomMobile {
    display: none;
}

#sec1:after {
    content: '';
    background: rgba(0,0,0,0.2);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

#mainsection {
    position: relative;
}

.fullheight {
    width: 100%;
    height: 100vh;
    background-size: cover;
    z-index: 1;
}

#home.fullheight {
    height: 94vh;
}

.morez {
    transition: top 0.7s ease-out;
    z-index: 2;
}

.lessz {
    transition: top 7s ease-out;
}

.reg {
    cursor: pointer;
}

.margin-t-90 {
    display: block;
    margin-top: 90px;
}


.registernow {
    width: 150px;
    padding: 9px 0;
    background: rgba(0,0,0,1);
    transition: background 0.5s;
    display: block;
    right: 30px;
    z-index: 20;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.5s;
    color: #fff;
}




    .registernow:hover {
        background: rgba(0,0,0,0.8);
    }

.dark .registernow {
    color: #000;
    background: rgba(255,255,255,1);
}

    .dark .registernow:hover {
        background: rgba(255,255,255,0.8);
    }

/*.dark.gbg .registernow:hover {
            background: #fff;
            color: #000;
            border: 1px solid #000;
        }*/
#address {
    display: block;
    margin-top: 55px;
    font-size: 30px;
    color: #fff;
    opacity: 0;
    transition: opacity 0.6s;
}

.s1 .address, .s2 .address {
    color: #000;
}

.underline {
    text-decoration: underline;
}


.imageholder {
    position: relative;
}

    .imageholder img {
        display: block;
        position: absolute;
        z-index: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: 500%;
        z-index: 0;
        opacity: 0;
        transition: opacity 0.5s;
    }

    .imageholder .underline {
        transition: color 0.5s;
        cursor: pointer;
    }

        .imageholder .underline:hover {
            color: #fff;
        }

            .imageholder .underline:hover:after {
                background-color: #fff;
            }

    .imageholder.enter {
        z-index: 3;
    }

        .imageholder.enter img {
            opacity: 1;
        }

.black .underline:after {
    background-color: #000;
}

.loaded .registernow {
    opacity: 1;
}


.pp {
    position: absolute;
    font-family: 'BasierCircleRegular';
    bottom: 55px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    text-align: center;
    letter-spacing: 1px;
    font-size: 20px;
    opacity: 0;
    -webkit-transition: 0.6s opacity ease-in-out;
    transition: 0.6s opacity ease-in-out;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.loaded .pp {
    opacity: 1;
}

#sec1 {
    cursor: url(/images/arrow.png),auto;
    z-index: 5;
}

html.s0 #sec1 {
    cursor: url(/images/arrow.png),auto;
}

html.s1 #sec2, html.s2 #sec3 {
    cursor: url(/images/arrowb.png),auto;
}

.launch {
    display: block;
    margin-top: 55px;
    font-size: 30px;
    color: #fff;
}

.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 1110px;
    max-width: calc(100% - 80px);
}

.middle-h {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-0%, -50%);
    transform: translate(-0%, -50%);
    z-index: 2;
}

.side {
    position: fixed;
    top: 50%;
    left: 15px;
    -webkit-transform: translate(-0%, -50%);
    transform: translate(-0%, -50%);
    z-index: 4;
    width: 60px;
    fill: #000;
    transition: all 0.6s;
}

.s3 .side {
    fill: #fff;
}


.pink {
    background: #f79c75;
}

.pinkc {
    color: #f79c75;
}

.gray {
    background: #e6e2da;
}

.mrgin-b-50 {
    margin-bottom: 50px;
}

.Icon {
    position: absolute;
    width: 146px;
    height: 148px;
}

.Icontop {
    top: -148px;
    right: 0;
}

#icon {
    width: 146px;
    height: 148px;
    position: fixed;
    right: 40px;
    bottom: 160px;
    transition: all 0.7s;
    z-index: 54;
    transition: opacity 0.5s;
}

#page-home #icon {
    opacity: 0;
}

.dark #icon .cls-bl {
    fill: #fff;
}

#mainLogo {
    height: 280px;
    opacity: 0;
    transition: opacity 1s;
}

#topLogom {
    display: none;
}

#topLogo, #topLogom {
    left: 30px;
    width: 140px;
    height: 42px;
    text-align: left;
}

    #topLogo svg, #topLogom svg {
        width: 100%;
        height: 100%;
    }

.dark .cls-topLogo {
    fill: #fff;
}

.cls-topLogo {
    fill: #000;
}

.cls-logo {
    fill: #fff;
}

.s3 .IconBottom .cls-b {
    fill: #fff;
}

.cls-w {
    fill: #ffffff;
}

.cls-bl {
    fill: #000000;
    transition: all 0.7s;
}

.logos {
    text-align: left;
    margin: 30px 0;
}

    .logos a {
        display: inline-block;
        margin: 0 25px 0 0;
        position: relative;
    }

.Rla {
    position: absolute;
    bottom: -55px;
    width: 100%;
    text-align: center;
}

.logos span {
    display: block;
    font-size: 14px;
    font-family: 'BasierCircleRegular';
    letter-spacing: 1px;
    margin-bottom: 30px;
}


.logos .flagship {
    display: block;
    margin: auto auto 30px;
}

.logos .woodo {
    margin: auto;
}
/* Headings */
h1, h2, h3, h4, h5 {
    margin: 0;
    font-weight: normal;
}

p {
    margin: 0;
}

h1 {
    font-size: 50px;
    line-height: 1.05;
    text-align: left;
    max-width: 1030px;
}

h2 {
    font-size: 50px;
    line-height: 1.05;
    text-align: left;
    max-width: 870px;
}

h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 40px;
}

h4 {
    font-size: 40px;
    color: #2A3851;
}
/* Navigation */
#navToggle {
    right: 15px;
    display: none;
    height: 12px;
    width: 30px;
}

    #navToggle:after, #navToggle:before {
        width: 100%;
        left: 0;
        content: '';
        height: 2px;
        background: #000;
        display: block;
        position: absolute;
        top: 1px;
        transition: top 0.5s;
    }

.dark #navToggle:after, .dark #navToggle:before {
    background: #fff;
}

#navToggle:before {
    top: 11px;
}

#navToggle.active:after, #navToggle.active:before {
    top: 6px;
}

header {
    margin: 0 auto;
    width: 100%;
    position: fixed;
    padding: 30px 0;
    background: inherit;
    text-align: center;
    z-index: 200;
    transition: 0.5s all;
    top: 0;
}



.content-video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    
    position: relative;
    overflow: hidden;
}

.Link {
    height: calc(100vh - 94px);
    width: 50%;
    position: relative;
    float: left;
    overflow: hidden;
}

.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-position: center;
    background-size: cover;
    display: block;
    transition: transform 0.5s;
}

.notouch .Link:hover .bg {
    transform: scale(1.05);
}

.arrow {
    width: 30px;
    height: 30px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: block;
    top: 20px;
    right: 20px;
    position: absolute;
    opacity: 0;
    transform: translate(-15px,15px);
    transition: all 0.4s;
    z-index: 5;
}

    .arrow:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 140%;
        height: 2px;
        z-index: 1;
        background: #fff;
        transform-origin: right top;
        transform: rotate(-45deg);
        display: block;
    }

.notouch .Link:hover .arrow {
    opacity: 1;
    transform: translate(0,0);
}

.Link:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0,0,0.1);
    display: block;
    transition: background 0.5s;
}

.notouch .Link:hover:after {
    background: rgba(0, 0,0,0.5);
}

.txt {
    color: #fff;
    font-size: 42px;
    text-transform: uppercase;
    display: block;
    transition: all 0.4s;
    text-align: center;
}

.hidden {
    font-size: 14px;
    padding-top: 72px;
    height: 70px;
    overflow: hidden;
    width: 330px;
    text-align: center;
    display: block;
    transition: padding 0.4s;
    margin: 0 auto;
}

.notouch .Link:hover .txt {
    transform: translateY(-15px);
}

.notouch .Link:hover .hidden {
    padding: 0;
}

.fullyvideo {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}



@media screen and (max-aspect-ratio: 1920/1080) {
  .fullyvideo {
    height: 100%;
  }
}
@media screen and (min-aspect-ratio: 1920/1080) {
  .fullyvideo{
    width: 100%;
  }
}

#page-home header {
    opacity: 0;
}

#mainMenu {
    padding: 0;
    margin: 0;
    list-style: none;
}

    #mainMenu li {
        float: left;
        width: 33.33%;
        padding-right: 20px;
        text-align: left;
    }

        #mainMenu li a {
            color: #000;
            font-size: 14px;
            display: block;
            line-height: 1.6;
        }

            #mainMenu li a#topLogomMobile {
                display: none;
            }

body.dark #mainMenu li a {
    color: #fff;
}

#mainMenu li a span {
    display: inline-block;
    position: relative;
}

    #mainMenu li a span:after {
        content: '';
        position: absolute;
        left: 0;
        width: 0;
        top: 50%;
        height: 1px;
        background: #000;
        transition: width 0.4s;
    }

body.dark #mainMenu li a span:after {
    background: #fff;
}

#mainMenu li a:hover span:after {
    width: 100%;
}

#page-apartments #mainMenu li a.apartments span:after, #page-townhouse #mainMenu li a.townhouses span:after, #page-amenity #mainMenu li a.amenity span:after, #page-location #mainMenu li a.location span:after, #page-team #mainMenu li a.team span:after, #page-news #mainMenu li a.news span:after {
    width: 100%;
}

.links {
    font-size: 12px;
}

    .links a {
        display: inline-block;
        margin: 0 10px 20px 10px;
    }

.tel svg {
    fill: #fff;
    transition: 0.5s fill;
}

header.fix .tel svg {
    fill: #000;
}

.logo {
    margin: 0 auto;
    display: block;
    width: 1110px;
}

#map {
    height: 75vh;
    width: 100%;
    margin-bottom: 30px;
    float: left;
}
.teamwebsite
{
    display:block;
    margin-top:15px;
    color:#000
}
.teamBio {
    opacity: 0;
    background: rgba(255,255,255,0.9);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    transition: opacity 0.7s;
}

    .teamBio.active {
        opacity: 1;
    }

    .teamBio .middle-h {
        left: 30px;
        max-width: 66.66%;
        text-align: left;
    }

.readBio, .readBiom {
    display: inline-block;
    text-decoration: underline;
    color: #000;
}

    .readBio:after, .readBiom:after {
        content: 'Read Bio';
    }

    .readBio.active:after, .readBiom.active:after {
        content: 'Close Bio';
    }

.close {
    display: block;
    margin: 20px 0 0 0;
    width: 26px;
    height: 27px;
    display: block;
    color: #000;
    cursor: pointer;
    position: relative;
    text-align: center;
}

    .close:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 2px;
        height: 30px;
        transform: rotate(45deg);
        transform-origin: center;
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: center;
        background: #000;
    }

    .close:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 2px;
        height: 30px;
        transform: rotate(-45deg);
        transform-origin: center;
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: center;
        background: #000;
    }

#register {
    background: #000;
}
/* enquiry */
.register .grid_6 {
    padding-right: 30px;
}

label {
    display: block;
    font-size: 12px;
    margin-bottom: 9px;
    color: #fff;
    text-align: left;
}

input, select {
    font-family: 'BasierCircleRegular';
    margin: -1px 0 30px 0;
    padding: 0 0 10px 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;
    font-size: 20px;
}

    input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 30px #000 inset;
    }


    input:-webkit-autofill {
        -webkit-text-fill-color: #fff !important;
    }

#int_zippostal {
    margin: -1px 0 30px 0;
}

select {
    background: #000;
}

.b_submit {
    font-family: 'BasierCircleRegular';
    font-size: 20px;
    border-bottom: 2px solid #fff;
    padding: 6px 0 8px 0;
    width: 76px;
    margin: 0 0 25px 0;
    text-align: center;
    display: block;
    cursor: pointer;
}

.privacy {
    font-size: 9px;
    color: #fff;
}

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;
}

.chk_holder {
    text-align: left;
}

#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 4px 28px;
        position: relative;
        margin-bottom: 10px;
        display: inline-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: 6px;
            height: 12px;
            top: 50%;
            left: 7px;
            -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);
    }


footer {
    padding: 130px 0 25px 0;
    background: inherit;
    color: #fff;
    text-align: left;
    font-size: 26px;
    position: relative;
    z-index: 51;
}

.page-details .fullimage {
    margin: 40px 0;
}

.page-details h2, .page-details p {
    max-width: 66.66%;
}

.page-details p {
    margin-bottom: 15px;
}

#newsPanel {
    position: fixed;
    z-index: 2;
    text-align: left;
    left: 0;
    font-size: 16px;
    z-index: 50;
    max-width: 22%;
    color: #000;
    padding-left: 8.33%;
}

    #newsPanel a {
        display: inline;
        margin-right: 20px;
        color: #000;
    }

        #newsPanel a.allArticle {
            display: block;
            margin-bottom: 15px;
        }

.newsNav {
    position: absolute;
    top: 80px;
    display: block;
    left: 0;
    right: 80%;
    opacity: 0;
    transition: opacity 0.5s;
}

    .newsNav.NextArticle {
        right: 0;
        left: 20%;
    }

.NextArticle:hover .newsNav.NextArticle {
    opacity: 1;
}

.PrevArticle:hover .newsNav.PrevArticle {
    opacity: 1;
}

.light footer {
    background: inherit;
    color: #000;
}

#page-news.light a {
    color: #000;
}
#page-news.light a.registernow  {
    color: #fff;
}

.light footer a {
    color: #000;
}

.light .cls-w {
    fill: #000;
}

#page-home footer {
    background: #000;
}
/* Token Style */
ul.token-input-list-project {
    border: none;
    width: 100%;
    margin: -1px 0 0 0 max-width: 100%;
    text-align: left;
    text-align-last: left;
    text-align: -moz-left;
    text-align: -webkit-left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    clear: both;
}

li.token-input-input-token-project {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}

ul.token-input-list-project li input {
    width: 100% !important;
}

li.token-input-token-project p {
    display: inline;
    padding: 0;
    margin: 0 5px 0 0;
    line-height: 20px;
    font-size: 11px;
}

li.token-input-token-project {
    overflow: hidden;
    height: 25px;
    margin: 0;
    padding: 2px 5px;
    background-color: #ccc;
    color: #000;
    cursor: default;
    border: 1px solid #525252;
    font-size: 12px;
    white-space: nowrap;
    list-style: none;
    display: inline-block;
}

div.token-input-dropdown-project {
    position: absolute;
    width: 100%;
    background-color: #fff;
    overflow-x: hidden;
    cursor: default;
    font-size: 11px;
    z-index: 13;
    color: #000000;
}

    div.token-input-dropdown-project ul {
        margin: 0;
        padding: 0;
        display: block !important;
        max-height: 205px;
    }

        div.token-input-dropdown-project ul li {
            background-color: #fff;
            font-size: 14px;
            padding: 3px;
            margin: 0;
            list-style-type: none;
            font-weight: 100 !important;
        }

            div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
                background-color: #fff;
            }

            div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
                background-color: #fff;
            }

            div.token-input-dropdown-project ul li em {
                font-weight: bold;
                font-style: normal;
            }

            div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
                background-color: #ccc;
                color: #fff;
            }
/* Parsley-error */
ul.parsley-errors-list.filled, ul.parsley-errors-list {
    font-size: 10px;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: left;
    top: 0;
}

    ul.parsley-errors-list.filled li, ul.parsley-errors-list li {
        padding: 0;
        text-align: left;
        color: #B70E0B;
        margin-top: -28px;
        margin-bottom: 19px;
    }

* {
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

.m {
    display: none !important;
}



p#th {
    margin-bottom: 60px;
    max-width: 417px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-size: 18px;
}

.black {
    color: #000;
}

.map {
    width: auto;
    width: calc(100% - 200px);
    max-width: 1080px;
    height: calc(100vh - 300px);
}

    .map:after {
        content: '';
        width: 300px;
        height: 300px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 0;
        right: 0;
        background: transparent;
    }

.imagem {
    display: none;
}



.svglogo {
    height: 30px;
    fill: #ffffff;
}

.firsturban svg {
    height: 36px;
    fill: #fff;
}

.cbre svg {
    height: 45px;
    transform: translate(0,10px);
}

.hayball svg {
    height: 38px;
}

.s1 #sec1 .cls-f, .s2 #sec1 .cls-f {
    fill: black;
}

.mb-15 {
    margin-bottom: 15px;
}

#mainTxt {
    position: fixed;
    top: 50%;
    -webkit-transform: translate(-0%, -50%);
    transform: translate(-0%, -50%);
    z-index: 2;
    width: 360px;
    text-align: left;
    left: 8.33%;
    font-size: 16px;
    z-index: 50;
    overflow: hidden;
    height: 600px;
    max-width: 22%;
}

#mainslide {
    list-style: none;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
}

    #mainslide li {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        padding: 0 2px;
        width: 100%;
        transition: opacity 0.3s;
        opacity: 0;
        z-index: 1;
    }

        #mainslide li.active {
            opacity: 1;
            z-index: 2;
        }

.lefttxt {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
}

.artist {
    position: relative;
}

    .artist img {
        position: relative;
        z-index: 0;
    }

    .artist:after {
        content: 'Artist impression';
        display: block;
        text-align: right;
        font-size: 10px;
        color: #fff;
        position: absolute;
        right: 15px;
        bottom: 10px;
        z-index: 1;
    }

img.darkImage {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 0.6s opacity;
}

.darkSheme .darkImage {
    opacity: 1;
}

.cls-ww {
    fill: #fff;
    fill-rule: evenodd;
}

.film {
    width: 100px;
    height: 100px;
}

.pois {
    display: block;
    color: #000;
    line-height: 1.3;
}

.switch {
    display: inline-block;
    margin-right: 15px;
}

    .switch.active {
        text-decoration: underline;
    }

.pb-100 {
    padding-bottom: 100px;
}

.pt-180 {
    padding-top: 180px;
}

.pb-340 {
    padding-bottom: 340px;
}

.readBiom {
    display: none;
}


@media screen and (max-width : 1400px ) {

    #mainLogo {
        height: auto;
        max-width: calc(100% - 180px);
    }
}


@media screen and (max-width : 1300px ) {

    #mainLogo {
        height: auto;
        max-width: calc(100% - 85px);
    }

    .grid_8 {
        width: calc(100% - 320px);
        position: relative;
        float: right;
    }

    h1, h2 {
        font-size: 42px;
        max-width: 80%;
    }

    #icon {
        width: 100px;
        height: 100px;
        position: fixed;
        right: 40px;
        bottom: 100px;
    }

    #mainTxt {
        width: 275px;
        left: 30px;
        max-width: 90%;
    }

    #newsPanel {
        font-size: 15px;
        max-width: 90%;
        padding-left: 30px;
    }
}

@media screen and (max-width : 1000px) {
    body {
        font-size: 15px;
        padding:150px 0 0 0;
    }

    .readBio {
        display: none;
    }

    .readBiom {
        display: block;
        margin: 20px 0 20px 20px;
    }

    header {
        margin: 0 auto;
        width: 100%;
        position: fixed;
        top: 0;

        height: 40px;
    }

    #mainMenu li a {
        padding: 10px 20px;
    }

    #mainMenu {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-0%, -50%);
        transform: translate(-0%, -50%);
        z-index: 2;
    }

        #mainMenu li {
            width: 100%;
            padding: 0;
        }

    #menuHolder {
        position: absolute;
        height: 100vh;
        top: 39px;
        left: -100vw;
        transition: left 0.7s;
        background: inherit;
    }

        #menuHolder.active {
            left: 0;
        }

    #mainTxt {
        display: none;
    }

    .lefttxt {
        position: relative;
        left: auto;
        top: auto;
        width: auto;
        height: auto;
        overflow: initial;
        opacity: 1;
        padding: 20px 15px;
        color: inherit;
        float: left;
    }

    #topLogo {
        display: none;
    }

    .sp100 {
        height: 40px;
    }

    .grid_8 .grid_6.rightfloat {
        margin-top: 60px;
    }

    .Link {
        height: 100vw;
        width: 100%;
        position: relative;
        float: left;
        overflow: hidden;
    }

    .txt {
        font-size: 22px;
    }

    h2 {
        font-size: 22px;
        max-width: 100%;
        width: 100%;
    }

    h1 {
        font-size: 24px;
        max-width: 100%;
        width: 100%;
    }

    #icon, .hidden {
        display: none;
    }

    .Link:after {
        background: rgba(0, 0,0,0.3);
    }

    .conatiner {
        padding-left: 15px;
        padding-right: 15px;
    }

    footer {
        font-size: 20px;
        padding: 60px 15px;
    }

    .grid_8 {
        width: 100%;
    }

    .side {
        display: none;
    }

    .pt-180 {
        padding-top: 30px;
    }

    .pb-340 {
        padding-bottom: 20px;
    }

    .grid_6 {
        width: 100%;
        margin-right: 0 !important;
    }

    .imageholder img {
        /*display: none;*/
    }

    .imagem {
        display: block;
        width: calc(100% - 30px);
        margin: 15px auto;
    }

    .fullheight {
        position: relative !important;
        top: auto !important;
    }

    .m {
        display: block !important;
        z-index: 6;
    }




    .d {
        display: none !important;
    }


    span.m {
        display: inline-block !important;
    }

    .middle.logo {
        width: 188px !important;
    }

    .margin-t-90 {
        display: block;
        margin-top: 70px;
        margin-bottom: 50px;
    }

    .fullheight {
        height: auto;
    }

        .fullheight.fullm {
            height: 100%;
        }

    .imageholder .underline {
        /*color: #000 !important;*/
    }

    .launch {
        margin-top: 30px;
        font-size: 18px;
    }

    .registernow {
        left: 0;
        right: 0;
        border: none !important;
        margin: 0 auto;
    }

    .pp {
        bottom: 55px;
    }

    .teamBio .middle-h {
        left: 0;
        top: 0;
        padding: 0 20px;
        max-width: 100%;
        text-align: left;
        position: relative;
        transform: translate(-0%, -0%);
    }

    .teamBio {
        opacity: 1;
        background: rgba(255,255,255,0.9);
        position: relative;
        height: 0;
        overflow: hidden;
        transition: height 0.6s;
    }

    #page-team .lefttxt {
        padding: 20px 15px 0 15px;
    }

    .middle.nomobile {
        position: relative;
        top: 0%;
        left: 0%;
        transform: translate(0, 0);
        margin: 0 auto;
    }

    .register .grid_6 {
        padding-right: 0;
    }

    .register {
        padding: 0 15px;
    }


    .grid_4 {
        float: none;
        width: 100%;
        margin: 0 auto 20px auto;
        padding: 0 20px;
    }

    #topLogomMobile {
        display: block;
    }

    #home.fullheight {
        height: calc(100vh - 80px);
    }

    #page-home #topLogom {
        display: none;
    }

    #topLogomMobile svg {
        height: 30px;
    }


    .grid_4.last {
        margin: 0 auto 0 auto;
    }

    .mrgin-b-50 {
        margin-bottom: 20px;
    }


    h2 {
        margin-bottom: 30px;

    }

    #register.fullheight {
        padding: 55px 0 55px 0;
    }



    .b_submit {
        margin: 0 auto 30px auto;
        font-size: 16px;
    }

    .logos {
        margin-top: 30px;
    }

    .logos {
        text-align: left;
    }

        .logos a {
            display: inline-block;
            margin: 0px 11px 0 0;
            position: relative;
        }

            .logos a img {
                height: 30px;
            }

    .hayball svg {
        width: 75px;
    }

    .ruiyimob {
        width: 25px;
    }

    .firsturban svg {
        width: 80px;
    }

    .cbre {

    }

    input, select {
        margin: 0 0 20px 0;
        padding: 0 0 10px 0;
        font-size: 16px;
    }

    .privacy {
        text-align: left;
    }

    h3 {
        text-align: left;
    }

    .links {
        text-align: left;
    }

        .links a {
            margin: 0 20px 20px 0;
        }

    h3 {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .svglogo {
        height: 20px;
    }

    .IconBottom {
        display: none;
    }

    .cbre svg {
       height: 26px;
    transform: translate(0,-2px);
    }

    .pb-100 {
        padding-bottom: 55px;
    }

    #topLogom {
        display: block;
        position: absolute;
        left: 15px;
        top: 70px;
    }

    #navToggle {
        display: block;
    }

    #newsPanel {
        font-size: 15px;
        max-width: 100%;
        padding: 15px;
        position: relative;
    }

    .newsNav {
        display: none;
    }

    .page-details .content h2, .page-details .content p {
        max-width: 100%;
    }

    #mainMenu li a#topLogomMobile {
        display: block;
    }

    #address {
        margin-top: 35px;
        font-size: 21px;
    }
    #home .middle
    {
        width:calc(100% - 30px);
        max-width:calc(100% - 30px);
    }
    #mainLogo {

    max-width: 100%;
}
    .ruiyi svg
    {
         height: 27px;
    transform: translateY(-5px);
    }
    #chkInternational + label {

    margin-bottom: 20px;

}
}

@media screen and (max-width : 720px) {
    .vbox-container {
        width: calc(100% - 30px);
    }

    .venoframe.vbvid {
        height: 280px;
    }
}

@media screen and (max-width : 760px) and (orientation: landscape){
    .vbox-container {
        width: calc(100% - 80px);
    }

    .venoframe.vbvid {
        height: 320px;
    }

    .vbox-close {
        left: auto;
    }
}
