@font-face {
    font-family: 'Akkurat';
    src: url('/fonts/Akkurat-Bold.eot');
    src: url('/fonts/Akkurat-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/Akkurat-Bold.woff2') format('woff2'), url('/fonts/Akkurat-Bold.woff') format('woff'), url('/fonts/Akkurat-Bold.ttf') format('truetype'), url('/fonts/Akkurat-Bold.svg#Akkurat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvenirBook';
    src: url('/fonts/AvenirBook.eot');
    src: url('/fonts/AvenirBook.eot?#iefix') format('embedded-opentype'), url('/fonts/AvenirBook.woff2') format('woff2'), url('/fonts/AvenirBook.woff') format('woff'), url('/fonts/AvenirBook.ttf') format('truetype'), url('/fonts/AvenirBook.svg#AvenirBook') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Akkurat';
    src: url('/fonts/Akkurat.eot');
    src: url('/fonts/Akkurat.eot?#iefix') format('embedded-opentype'), url('/fonts/Akkurat.woff2') format('woff2'), url('/fonts/Akkurat.woff') format('woff'), url('/fonts/Akkurat.ttf') format('truetype'), url('/fonts/Akkurat.svg#Akkurat') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

#main {
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    background: #fff;
    width: 100%;
    position: fixed;
    z-index: 2;
    border: none;
}

.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: 1100px;
    position: relative;
    max-width: calc(100% - 40px);
    margin: 0 auto;
}

.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 3;
}

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

.abs-left {
    height: 100%;
    left: 0;
    width: 290px;
    position: absolute;
    top: 0;
}
#page-location .abs-left{
    width:375px;
}
.abs-right {
    height: 100%;
    right: 0;
    width: 235px;
    position: absolute;
    top: 0;
    max-width: 23%;
}

.abs-bottom {
    position: absolute;
    bottom: 20px;
    left: 40px;
}

.abs-img img {
    display: none;
}

.abc-b {
    position: absolute;
    bottom: 0;
}
.full-h
{
    height:100vh;
    min-height:600px;
}
.full-h .container
{
    height:100%;
}

.fullheight {
    height: calc(100vh - 220px);
    background-size: cover;
    position: relative;
    min-height: 450px;
}
#page-neighbourhood .fullheight {
    height: calc(100vh - 430px);
}

.grid_1 {
    width: 8.33%;
}

.grid_2 {
    width: 16.67%;
}

.grid_3 {
    width: calc(25% - 1.5px);
    margin-right: 2px;
    margin-bottom: 2px;
}

.grid_4 {
    width: 33.33%;
}

.grid_5 {
    width: 41.67%;
}

.grid_6 {
    width: calc(50% - 15px);
    margin-right: 30px;
}

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

.abs-img {
    position: absolute;
    right: 0;
    bottom: 0;
    background-size: cover;
    height: 100%;
}

    .abs-img .capti {
        position: absolute;
        background: #fff;
        bottom: 0;
        width: 100%;
    }

.w640 {
    width: 640px;
    max-width: 58%;
    position: relative;
    float: left;
}

.max305 {
    max-width: 305px;
}

.abs-w640 {
    position: absolute;
    width: 460px;
    max-width: 42%;
    right: 0;
    right: 0;
    height: 100%;
    padding-left: 40px;
}


.w460 {
    width: 460px;
    max-width: 42%;
    float: left;
}

.w720 {
    width: 720px;
    max-width: 65%;
    float: left;
}

.w380 {
    width: 380px;
    max-width: 35%;
    float: left;
}

.w833 {
    width: 833px;
    max-width: 75%;
    float: left;
}

.w610 {
    width:610px;
    float:left;
    max-width:55%;
}
.w490{
    max-width:45%;
    width:490px;
    float:left;
    padding-left:40px
}
.w267 {
    width: 367px;
    max-width: 25%;
    float: left;
}

.rightalign {
    text-align: right;
}

.rightfloat {
    float: right;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

img {
    border: none;
    max-width: 100%;
}

.linksholder {
    position: relative;
    z-index: 2;
    transition: opacity 0.5s;
}
#page-history .imagesHolder
{
    transition: opacity 0.5s;
}
.fullbg {
    height: 100%;
    background-size: cover;
}
.hispop
{
    overflow: hidden;
    position: relative;
    display:block;
    float:left;    
    width:calc(33.33% - 1.33px);   
     margin-right:2px;
     margin-bottom:2px;
     height:175px;
  background-size: 100%;
         transition: background 0.5s;
         background-position:center center
}
.hispop.last
{
    margin-right:0;
}
.pop {
    overflow: hidden;
    position: relative;
    overflow: hidden;
    position: relative;
    height: 120px;
    background-size: 100%;
         transition: background 0.5s;
         background-position:center center
}

 

    .pop:hover  {
        background-size: 110%;
    }

.transToleft{
    position: absolute;
    right: 0;
    top: 0;
    width: 33%;
    transform: translateX(100%) translateY(-4px);
    padding-left: 50px;
}




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 */
body {
    font-size: 20px;
    background: #fff;
    color: #000;
    font-family: 'AvenirBook';
    line-height: 1.2;
    margin: 0;
    padding: 0;
    text-align: left;
}
section
{
    overflow:hidden
}

.fakeSpace {
    height: 200px;
}
.fakeSpace.smaller
{
    height:130px;
}
.img {
    width: 100%;
    margin: 0;
    display: block;
}

/* Headings */
h1, h2, h3, h4, h5 {
    margin: 0;
    font-weight: normal;
    color: #41a190;
    font-family: 'Akkurat';
}

p {
    margin: 0;
    font-style: italic;
}
#pois
{
        transform: translateY(-6px);
}
.poisList
{
    font-size:10px;
     font-style: normal;

}
    p.small {
        font-size: 11.9px;
        line-height: 16px;
        font-style: normal;
        letter-spacing: 0.59px;
    }

    p.f23 {
        font-size: 23px;
        line-height: 1.3;
    }
     p.f23 sup {
        font-size: 14px;

    }
    p.caption {
        font-size: 12px;
        padding: 8px 0 0 0;
        font-style: normal;
        letter-spacing: 0.6px;
    }

.capti {
    font-size: 12px;
    padding: 3px 0 8px 0;
    font-style: normal;
    letter-spacing: 0.2px;
}

h1 {
    font-size: 45px;
    margin-bottom: 0.75em;
    line-height:1.1
}
 h1.loca{
     font-size:40px;
     width:550px;
     max-width:90%;
     padding-top:1em

    
}
h2 {
    font-size: 29px;
    margin-bottom: 2em;
}

h3 {
    font-size: 17px;
    font-family: 'AvenirBook';
    font-weight: 900;
    letter-spacing: 0.5px;
}

h4 {
    font-size: 12px;
    font-weight:bold;
    position:relative;
    line-height:22px;
    padding-left:30px;
    margin-bottom:8px;
    letter-spacing:1px;
    color:#000
 
}
h4 img
{
    position:absolute;
    top:0;
    left:0;
    display:block;
    width:22px;
}

.artist
{
    position:relative

}
.artist:after
{
       position: absolute;
    right: 20px;
    bottom: 15px;
    color: #fff;
    font-size: 10px;
    font-family: 'Akkurat';
    display: block;
    content: 'Artists impression';
    line-height: 1;
    letter-spacing: 0.5px;
}
.artist.hasCap:after
{
    bottom: 30px;
}
.arrow {
    display: block;
    position: absolute;
    left: -20px;
    bottom: 0;
    background-image: url(/images/buttons/arrow.png);
    background-size: cover;
    width: 12px;
    height: 45px;
}

/* Navigation */
header {
    margin: 0 auto;
    width: 100%;
    display: block;
    position: fixed;
    background: #fff;
    text-align: center;
    height: 130px;
    z-index: 10;
}

    header .container {
        height: 100%;
    }

.logo {
    margin: 0 auto;
    display: none;
    width: 180px;
    left: 0;
    z-index: 10;
}

#nav {
    left: -50px;
    text-align: center;
}
.nav-logo{
    width:190px;
    position:relative;

}
.nav-logo a{
    display:block;
    position:absolute;
    top:-38px;
    left:0;
    right:0;
    margin:0 auto;
    width:170px;

    

}
    #nav li {
        list-style: none;
        display: inline-block;
        margin: 0 15px;
        position: relative;
    }

        #nav li:last-child {
            margin-right: 0;
        }

        #nav li a {
            font-size: 12px;
            font-family: 'Akkurat';
            font-weight: bold;
            color: #000;
            text-transform: uppercase;
        }

#page-home li a.bulding, #page-neighbourhood a.neighbourhood, #page-location a.location, #page-history a.history, #page-team a.team {
    text-decoration: underline;
    color:#41a190
}
.hasborder
{border:1px solid #efefef }
/* nav-toggle */
#nav-toggle {
    position: absolute;
    top: 20px;
    right: 15px;
    z-index: 10;
    cursor: pointer;
    width: 30px;
    height: 22px;
    display: none;
}

    #nav-toggle span, #nav-toggle span:after, #nav-toggle span:before {
        cursor: pointer;
        height: 2px;
        width: 30px;
        background: #000;
        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 */
#register {
    max-width: 100%;
    width: 680px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 100;
    background: #3ea191;
    padding: 70px;
    display: none;
    opacity: 0;
    transition: opacity 0.6s;
}

.close {
    position: absolute;
    top: 25px;
    right: 25px;
    display: block;
    width: 13px;
    height: 13px;
    z-index: 5;
}

    .close:after {
        content: '';
        position: absolute;
        background-image: url(/images/buttons/close.png);
        background-size: 13px 13px;
        z-index: 2;
        width: 13px;
        height: 13px;
        background-size: cover;
        top: 0;
        left: 0;
    }

.sliderClose:before {
    content: '';
    background-color: rgba(255,255,255,0.5);
    position: absolute;
    left: -3px;
    right: -3px;
    top: -3px;
    bottom: -3px;
    display: block;
    z-index: 0;
}
.svg-map
{
    width:100%;
    height:auto
}


label {
    display: block;
    font-size: 17px;
    color: #000;
    margin-bottom: 5px;
}

input, textarea {
    font-size: 17px;
    margin: 0 auto;
    padding: 5px 10px;
    width: 100%;
    color: #000;
    background: #8bc7bd;
    border: 0 none;
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    text-align: left;
}

    input.b_submit {
        float: right;
        width: 126px;
        color: #fff;
        border: 1px solid #fff;
        font-family: 'AvenirBook';
        font-weight: 900;
        letter-spacing: 0.5px;
        padding: 10px 0;
        text-align: center;
        font-size: 14px;
        background: none;
        cursor: pointer;
    }
/*footer*/
footer {
}

.cornerlogo {
    display: block;
    width: 167px;
    float: right;
}

.lb {
    width: 67px;
    display: block;
    margin: 30px 0 32px 0;
}

.disclaimer {
    font-size: 11px;
    padding: 30px 0 50px 0;
    font-style: normal;
}

.info {
    width: 270px;
    float: left;
    font-size: 17px;
    line-height: 1.5;
}

    .info p {
        font-size: 17px;
        font-style: normal;
    }
/* 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: #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: #fff;
        transform: translateY(5px);
    }

.fadeInRight {
    transform: translateX(-30px);
    opacity: 0;
    transition: opacity 0.5s,transform 0.8s;
}

    .fadeInRight.animated {
        opacity: 1;
        transform: translateX(0);
    }

.fadeInLeft {
    transform: translateX(30px);
    opacity: 0;
    transition: opacity 0.5s,transform 0.8s;
}

    .fadeInLeft.animated {
        opacity: 1;
        transform: translateX(0);
    }

.enq-btn {
    width: 160px;
    color: #fff;
    background: #41a190;
    display: block;
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
    letter-spacing: 0.5px;
    font-weight: 900;
   
}

.max340 {
    max-width: 340px;
}

.max295 {
    max-width: 283px;
}

.pr25 {
    padding-right: 25px;
}

.pl50 {
    padding-left: 50px;
}

.pr50 {
    padding-right: 50px;
}

.pt150 {
    padding-top: 150px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb15 {
    margin-bottom: 15px;
}
.mb10 {
    margin-bottom: 12px;
}
.mb40 {
    margin-bottom:40px;
}
.for-m {
    width: 0;
    height: 0;
    overflow: hidden;
}

.m {
    display: none;
}

@media screen and (max-width : 1150px) {
    .pl50 {
        padding-left: 25px;
    }

    .pr50 {
        padding-right: 25px;
    }

    body {
        font-size: 19px;
    }

    h2 {
        font-size: 28px;
        margin-bottom: 2em;
    }
}



@media screen and (max-width : 1000px) {
    .d {
        display: none;
    }

    .m {
        display: block;
    }

    .fakeSpace {
        height: 100px;
    }
        .w267, .w833, .w720, .w460,.w380,.w640 ,.w610,.w490 {
        width: 100%;
        max-width: 100%;
    }

        .grid_6,.grid_4
        {
            width:100%;
            margin:0
        }
.w490 {
 padding-top:40px;
    padding-left: 0;
}



    .abs-bottom {
        padding-top: 40px;
        position: relative;
        bottom: auto;
        left: auto;
        float: left;
    }
    #register .mb20
    {
        margin-bottom:0
    }

input, textarea {
    margin-bottom:15px
    }
    .for-m {
        width: 440px;
        max-width: calc(100% - 40px);
        height: auto;
        margin: 40px auto 0 auto !important;
    }

    .pt150 {
        padding-top: 50px;
    }

    .logo {
        width: 100px;
    }

    header {
        height: 60px;
    }

    #nav-toggle {
        display: block;
    }
    .nav-logo
    {
        display:none !important
    }

    #nav {
        left: -20px;
        top: 60px;
        width: calc(100% + 40px);
        height: calc(100vh - 60px);
        transform: translateX(-100%);
        right: auto;
        background: #fff;
        transition: transform 0.6s;
    }

        #nav.active {
            transform: translateX(0);
        }

    #ul {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

        #ul li {
            display: block;
            width: 100%;
            text-align: center;
            padding: 0;
        }

            #ul li a {
                padding: 10px 0;
                display: block;
            }

    .abs-w640 {
        position: relative;
        width: 100%;
        max-width: 100%;
        float: left;
        right: auto;
        height: auto;
        padding-left: 0;
    }

    .abs-right {
        height: auto;
        right: auto;
        width: 100%;
        position: relative;
        max-width: 100%;
    }

    .abc-b {
        position: relative;
        bottom: auto;
    }

    .mli h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .mli p {
        padding-top: 20px;
    }

    .abs-left {
        height: auto;
        left: auto;
        position: relative;
        top: auto;
    }

    h1 {
        font-size: 34px;
    }

    p.f23 {
        font-size: 20px;
        line-height: 1.3;
    }

    .notform {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }

    .fullheight {
        height: 80vh;
        min-height: 200px;
        margin-bottom:40px
    }

    #page-location .fullheight

    {
        height:50vh
    }
    p {
 
    padding-right: 15px;
}
    .enq-btn {
        margin-bottom: 40px;
    }

    .pl50 {
        padding-left: 0;
    }

    .pr50 {
        padding-right: 0;
    }

    .mbm {
        margin-bottom: 40px;
    }
    #register {
    top: 0;
    left: 0;
    transform: none;
    padding: 40px 20px;
    transition: opacity 0.6s;
}
.rightfloat {
    float: left;
}
#page-neighbourhood .fullheight {
    height: 47vh;
}
.cornerlogo {

    width: 155px;
    float: none;
    margin: 40px 0 0 0;
}
#FIT,#RETAIL
{margin-bottom:13px}
}

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