@font-face {
    font-family: 'HelveticaNeue';
    src: url('/fonts/HelveticaNeueRegular.woff2') format('woff2'), url('/fonts/HelveticaNeueRegular.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('/fonts/Helvetica-Light.woff2') format('woff2'), url('/fonts/Helvetica-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica-Normal';
    src: url('/fonts/Helvetica-Normal.woff2') format('woff2'), url('/fonts/Helvetica-Normal.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body {
    font-family: 'Helvetica';
    font-size: 16px;
    background: #262626;
    color: #fff;
    margin: 0;
    padding: 120px 0 0;
    font-weight: 300;
}

.ptop {
    padding: 200px 0 0;
}

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

    .container.sml {
        width: 1500px;
    }

    .container.w1375 {
        width: 1375px;
    }

.grid_1 {
    width: 8.33%;
}

.grid_2 {
    width: 16.67%;
}

.grid_3 {
    width: 25%;
}

.grid_4 {
    width: 33.33%;
}

.grid_5 {
    width: 41.67%;
}

.grid_6 {
    width: 50%;
}

.grid_7 {
    width: 58.33%;
}

.grid_8 {
    width: 66.67%;
}

.grid_9 {
    width: 75%;
}

.grid_10 {
    width: 83.33%;
}

.grid_11 {
    width: 91.67%;
}

.grid_12 {
    width: 100%;
}

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
    float: left;
    display: block;
}

.w60 {
    width: 54.5%;
    position: relative;
}
.w400{
    width:400px;
    max-width:calc(100% - 680px)
}

.w45 {
    width: 45%;
}

.w40 {
    width: 45%;
    padding-right: 40px;
}

.max600 {
    width: 600px;
    max-width: calc(100% - 60px);
}

.leftfloat {
    float: left;
}

.rightfloat {
    float: right;
}

.flex-hc {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

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

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

a, img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

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

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

textarea:focus, input:focus, select:focus {
    outline: none;
}

section {
    position: relative;
    overflow: hidden;
}

.h65 {
    height: calc(100vh - 124px);
    display: block;
    background-size: cover;
}

.dark-bg:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
}

.h50 {
    height: 33.33vw;
    position: relative;
}

.full-a {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.border-r-w {
    border-right: 4px solid #fff;
}

.rec-b {
    padding-left: 22px;
    line-height: 1;
    position: relative;
}

    .rec-b:before {
        position: absolute;
        display: block;
        content: '';
        margin-right: 15px;
        width: 7px;
        height: 100%;
        background: #3c6;
        left: 0;
        top: 0;
    }

.border-b-w {
    border-bottom: 4px solid #fff;
}

.gray-filter {
    /*filter: grayscale(100%);
    transition: filter 1s;*/
}

    .gray-filter:hover {
        /*filter: grayscale(0);*/
    }

.gray-nofilter {
    filter: grayscale(0);
}

.flex-active-slide .gray-filter {
    /*filter: grayscale(0);*/
}

.flex-h {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.flex-c {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.w200 {
    width: 200px;
}

.w300 {
    width: 300px;
}

.break {
    display: block;
    width: 100%;
    height: 40px;
}

.ptb90 {
    padding: 90px 0;
}

.mb80 {
    margin-bottom: 80px;
}

.mb30 {
    margin-bottom: 30px;
}

.max670 {
    max-width: 670px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb20 {
    margin-bottom: 20px;
}
/* General */


.img {
    width: 100%;
    display: block;
}

.caption {
    display: block;
    left: 30px;
    bottom: 30px;
    position: absolute;
    font-family: 'Helvetica-Normal';
    font-size: 20px;
}
/* Headings */


p {
    text-align: left;
    margin: 0;
    line-height: 1.6;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

h1 {
    font-size: 32px;
    text-align: center;
    font-weight: normal;
}

h2 {
    font-size: 40px;
    text-align: center;
    font-weight: normal;
    font-family: 'Helvetica-Normal';
    margin-bottom: 30px;
}

h3 {
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 40px;
    font-family: 'Helvetica';
}

    h3 a {
        display: inline-block;
        padding-top: 0.25em;
        font-size: 18px;
    }

    h3.rec-b:before {
        bottom: 0.2em;
        height: auto;
    }

h5 {
    font-size: 24px;
    margin-bottom: 100px;
    font-weight: 300;
    text-align: center;
}

h6 {
    color: #3c6;
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 20px;
}

.phone {
    display: block;
    font-weight: 400;
}

.w250 {
    width: 250px;
}

.rigthAlign {
    display: flex;
    justify-content: flex-end;
}
/* Navigation */
header {
    position: fixed;
    top: 0;
    z-index: 50;
    height: 120px;
    width: 100%;
    background-image: url(/images/header.jpg);
    background-position: center center;
    border-bottom: 1px solid #9b9b9b;
}

    header .container {
        height: 100%;
    }

.logo {
    display: block;
    width: 200px;
    z-index: 2;
    left: 0;
}

.nav li {
    list-style: none;
    display: inline-block;
}

#nav {
    z-index: 1;
    text-align: right;
    right: 0;
}

.nav li {
    margin-right: 20px;
    font-size: 14px;
    color: #9b9b9b;
}

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

#page-home .nav li a.home,
#page-projects .nav li a.projects,
#page-about .nav li a.about,
#page-stories .nav li a.stories,
#page-developments .nav li a.developments,
#page-contact .nav li a.contact {
    color: #fff;
}

#projectHolder {
    transition: opacity 0.5s;
    min-height: 100vh;
}

#upcoming {
    display: none;
}

.toggle {
    color: #9b9b9b;
}

    .toggle.active {
        color: #fff;
    }

.max1200 {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 60px);
    text-align: center;
    margin-bottom: 60px;
}

.logos {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.logo-t {
    display: block;
    width: 25%;
    padding: 25px;
}

    .logo-t img {
        display: block;
        margin: auto;
    }
/* nav-toggle */
#nav-toggle {
    position: absolute;
    top: 18px;
    right: 0;
    z-index: 10;
    cursor: pointer;
    width: 30px;
    height: 26px;
    display: none;
}

    #nav-toggle span, #nav-toggle span:after, #nav-toggle span:before {
        cursor: pointer;
        height: 3px;
        width: 30px;
        background: #fff;
        position: absolute;
        display: block;
        content: '';
        top: 10px;
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
    }

        #nav-toggle span:before {
            top: -10px;
        }

        #nav-toggle span:after {
            bottom: -10px;
        }

    #nav-toggle.active span {
        background-color: transparent !important;
    }

        #nav-toggle.active span:after, #nav-toggle.active span:before {
            top: 0;
        }

        #nav-toggle.active span:before {
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: a rotate(45deg);
        }

        #nav-toggle.active span:after {
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: a rotate(-45deg);
        }

.grabline {
    display: block;
    line-height: 1.5;
    width: 300px;
    padding-top: 15px;
}

.project-half {
    width: calc(50% - 20px);
}

.p-det p {
    margin-bottom: 16px;
}

.p-det li {
    transform: translateX(18px);
    margin-bottom: 5px;
}

.project-det {
    display: block;
    margin-bottom: 80px;
}

  .imgholderProject, .project-half img {
        margin-bottom: 25px;
    }
    .imgholderProject
    {
        display:block;
        position:relative
    }
    .banner-c
    {
        position:absolute;
        left:0;
        bottom:30px;
        padding:15px 25px;
        color:#fff;
        background:rgba(0,0,0,0.5);
        border:1px solid #3c6;
        text-align:left;
        font-size:19px
    }
    .banner-c.solid
    {
        background:#3c6
    }
.project-title {
    display: block;
    position: relative;
    line-height: 1;
    line-height: 1.3;
    font-family: 'Helvetica';
    font-size: 20px;
}

    .project-title.rec-b:before {
        top: 0;
        bottom: 0;
        height: auto;
    }

.play {
    display: block;
    width: 120px;
    text-align: center;
}

    .play img {
        display: block;
        width: 60px;
        margin: 0 auto 10px auto;
    }

.keys {
    height: 0;
    overflow: hidden;
    transition: height 0.5s;
}

.ulkeys li {

    line-height: 1.5;
}

  

.enq {
    display: block;
    padding: 8px 0;
    text-align: center;
    width: 180px;
    border: 1px solid #fff;
    font-size: 18px;
}

.banner {
    margin-bottom: 20px;
}

.back {
    display: block;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 16px;
}

#map {
    height: 482px;
    max-height: 100vw;
}

/* enquiry */

.w50 {
    width: 50%;
}

.max1180 {
    max-width: 1180px;
}

input, select, textarea {
    font-size: 16px;
    margin: 0 auto 15px auto;
    padding: 20px;
    width: 100%;
    color: #fff;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 1px solid #fff;
    text-align: left;
}


    select option {
        background: #000;
    }

.privacy {
    font-size: 10px;
}

.chk_holder {
    margin: 10px auto 0 auto;
    color: #fff;
}

.b_submit {
    width: 110px;
    cursor: pointer;
}

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 {
    position: relative;
    padding: 50px 0;
    border-top: 1px solid #fff;
    font-family: 'Helvetica';
}

    footer .container {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

.popUp {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 500;
    display: none;
    opacity: 0;
    transition: opacity 0.7s;
    background: #262626;
}

.innerPop {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding: 80px 0;
}

    .innerPop .container {
        width: 1000px;
        text-align: left;
    }

    .innerPop p {
        margin-bottom: 20px;
    }
     .innerPop h4 {
        margin-bottom: 25px;
    }
.close {
    position: absolute;
    top: 20px;
    right: 20px;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    cursor: pointer;
    font-size: 0;
    z-index: 50;
}

    .close:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 2px;
        height: 40px;
        transform: rotate(45deg);
        transform-origin: center;
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: center;
        background: #fff;
    }

    .close:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 2px;
        height: 40px;
        transform: rotate(-45deg);
        transform-origin: center;
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: center;
        background: #fff;
    }

.social {
    text-align: right;
}

    .social a {
        display: inline-block;
        margin-left: 10px;
        width: 30px;
    }

#nav-f.nav {
    text-align: left;
}

    #nav-f.nav li {
        font-size: 14px;
    }

#nav-f ul {
    margin-bottom: 12px;
}

.disc {
    padding: 10px 0 0 0;
    font-size: 13px;
}
/* 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: #F00D0D;
    }

* {
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

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


    h1 {
        font-size: 30px;
    }
}

@media screen and (max-width : 1220px) {
    h1 {
        font-size: 26px;
    }

    .nav li {
        margin-right: 15px;
        font-size: 18px;
    }

    .caption {
        font-size: 20px;
    }

    #nav-f.nav li {
        font-size: 16px;
    }

    .disc {
        padding: 10px 0 0 0;
        font-size: 14px;
    }

    .project-title {
        font-size: 20px;
    }



    .w45 {
        width: 48%;
    }
}

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

    body {
        padding-top: 60px;
    }

    header {
        height: 60px;
    }

    .logo {
        width: 140px;
    }

    .h65 {
        height: 56vw;
    }

    .ptop {
        padding: 120px 0 0;
    }

    .back {
        font-size: 14px;
        margin-bottom: 40px;
    }

    h3 {
        font-size: 20px;
        margin-bottom: 30px;
    }

        h3 span {
            font-size: 18px;
            padding-top: 0.3em;
        }

    .w40, .w60, .w45 {
        width: 100%;
        padding-right: 0;
    }

    .break {
        height: 0;
    }

    .max600 {
        margin-left: 20px;
    }

    .mb40m {
        margin-bottom: 40px;
    }

    .keys {
        height: auto !important;
        margin-bottom: 30px;
    }

    .flex-hc {
        display: block;
    }

    .caption {
        font-size: 18px;
        left: 20px;
    }

    .rigthAlign {
        display: block;
        padding: 30px 0 0 0;
    }

    h1 {
        font-size: 22px;
    }

    .h50 {
        height: 100vw;
        width: 100%;
    }

    .border-r-w {
        border-bottom: 4px solid #fff;
        border-right: none;
    }

    .nobo {
        border-bottom: none;
    }

    footer .container {
        display: block;
    }

    .social {
        text-align: left;
        padding: 30px 0 0 0;
    }

        .social a {
            margin: 0 15px 0 0;
        }

    #nav-f.nav li {
        font-size: 14px;
        display: block;
    }

    #nav {
        width: 100vw;
        position: absolute;
        top: 60px;
        height: calc(100vh - 60px);
        background: #262626;
        transition: transform 0.7s;
        transform: translateX(-120vw);
        left: -20px;
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

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

    #nav-toggle {
        display: block;
    }



    #nav li {
        display: block;
        text-align: center;
        margin-bottom: 5px;
    }

    .enq {
        margin: 30px 0 60px 0;
    }

    .project-half {
        width: 100%;
        margin-bottom: 30px;
    }

    #page-developments .mb80 {
        margin-bottom: 0;
    }

    .logo-t {
        width: 50%;
        padding: 15px;
    }

    .w400 {
        margin: 0 auto 40px auto;
        max-width:100%
    }
    .container.sml {
    display:block
}

}

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