@font-face {
    font-family: 'Canela';
    src: url('/fonts/Canela-Light.woff2') format('woff2'), url('/fonts/Canela-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Orelo SemiWide';
    src: url('/fonts/Orelo-SemiWideMedium.woff2') format('woff2'), url('/fonts/Orelo-SemiWideMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: 'Canela';
    font-size: 22px;
    line-height: 1.25;
    background: #f9f6f2;
    color: #264326;
    margin: 0;
    padding: 165px 0 0 0;
    font-weight: normal;
    text-align: center;
}

#page-home {
    padding: 0;
    background: transparent;
}

.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;
}

.f16 {
    font-size: 16px;
}

.container {
    width: 100%;
    max-width: calc(100% - 100px);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.grid_6 {
    width: 50%;
    float: left;
    text-align: left;
}

.w450 {
    max-width: 450px;
    text-align: left;
}

.border {
    border-top: 1px solid #264326;
}

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;
}



textarea:focus, input:focus, select:focus {
    outline: none;
}
/* General */
.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    display: block;
}

.middle-h {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
    display: block;
}

#copy {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 120px;
    margin: auto;
    width: 680px;
    max-width: calc(100% - 80px);
    z-index: 2;
    color: #fff;
    text-align: center;
    line-height:1.25

}
.banner {
    position: absolute;
    bottom: 0;
    background-color: #264326;
    font-family: 'Canela';
    width: 100%;
    padding: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75px;

}
.banner p {
    font-size: 30px;
    color: #fff;
}

.img {
    width: 100%;
    margin: 0;
    display: block;
}

.bgVideo {
    position: absolute;
    height: 100%;
    bottom: 0;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}

.fullyvideo {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-size: cover !important;
    min-height: 100%;
    width: auto !important;
}

@media screen and (max-aspect-ratio: 1920/1080) {
    .fullyvideo {
        height: 100vh;
    }
}

@media screen and (min-aspect-ratio: 1920/1080) {
    .fullyvideo {
        width: 100% !important;
    }
}

#page-home .toAnimate {
    opacity: 0;
}

.quickload .toAnimate 
{
     opacity: 1 !important;
}
.toAnimate.fast {
    transition: opacity 0.3s;
}

#page-home .fadeIn {
    transition: opacity 0.65s;
    opacity: 1;
}

#page-home .fadeOut {
    opacity: 0;
}

.fadeInUp {
    opacity: 0;
    transition: all 0.65s;
    transform: translateY(10px);
}

    .fadeInUp.animated {
        opacity: 1;
        transform: translateY(0);
    }
    
.aniLogo {
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-position: center center;
 
}


    .aniLogo img {
        width: 880px;
        max-width: calc(100% - 100px);
        margin: auto;
        display: block;
    }

.links {
    text-align: center;
    z-index: 2;
    color: #fff;
}

.link {
    display: block;
    font-size: 56px;
    line-height: 1;
    transition: opacity 0.5s;
    text-transform: uppercase;
    margin-bottom: 0.2em;
}

.links:hover .link {
    opacity: 0.5 !important;
}

.links .link:hover {
    opacity: 1 !important;
}
.bgHover
{
    display:block;
    position:absolute;
    top:0;
    left:0;
    height:100vh;
    width:100vw;
    opacity:0;
    background-size:cover;
    background-position:center center;
    transition:opacity 0.5s;
    z-index:2
}

.full-height {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.dark-bg:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    left: auto;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
    z-index: 0;
}

.row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5vw;
}




.underline {
    text-decoration: underline;
    font-size: 16px;
        display: block;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.ptb80 {
    padding: 80px 0;
}

.pt150 {
    padding-top: 150px;
}

.pb120 {
    padding-bottom: 120px;
}

.pb80 {
    padding-bottom: 80px;
}

.pb200 {
    padding-bottom: 200px;
}

.pt200 {
    padding-top: 200px;
}

.w615 {
    width: 615px;
    max-width: 100%;
    margin: auto;
}

#grid_view {
    z-index: 0;
    transition: opacity 0.7s;
}

.gr-3 {
    width: 30%;
    cursor: pointer;
    overflow: hidden;
    height: 20vw;
}

    .gr-3 img {
        display: block;
        margin: auto;
        transition: transform 0.5s;
        width: 100%;
        height: 100%;
        object-fit: contain;
        max-width: 200%;
    }

    .gr-3:hover img {
        transform: scale(1.05);
    }

.fake {
    opacity: 0;
    cursor: default;
}

/* Headings */
h1, h2, h3, h4, h5 {
    margin: 0;
    font-weight: normal;
}

p {
    text-align: center;
    margin: 0;
}

    p.mb {
        margin-bottom: 15px;
    }

h1 {
}

h2 {
    font-size: 18px;
    margin-bottom: 0.2em;
}

h3 {
    font-family: 'Orelo SemiWide';
    font-size: 20px;
    letter-spacing: 0.5em;
    margin-bottom: 1em;
    text-transform: uppercase;
}

h4 {
}
/* Navigation */
header {
    position: fixed;
    height: 64px;
    width: 100%;
    z-index: 20;
    top: 0;
    border-bottom: 1px solid #264326;
    background: inherit;
}

    header .container {
        height: 100%;
    }



#page-home header {
    border: none;
}

#enq {
    right: 0;
    z-index: 50;
    width: 160px;
    text-align: center;
    background: #264326;
    color: #f9f6f2;
    padding: 6px 0 5px 0;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1px;
}

#page-home #enq {
    background: #f9f6f2;
    color: #264326;
}

.logo {
    width: 180px;
    display: block;
    left: 0;
}

    .logo svg {
        width: 100%;
        height: auto;
    }

    .logo path {
        fill: #264326;
    }

/*#page-home .logo {
    left: 50%;
    transform: translate(-50%,-50%);
}*/

    #page-home .logo path {
        fill: #fff;
    }

#main-nav {
    width: 500px;
    text-align: center;
}

nav li {
    list-style: none;
    margin: 0 20px;
    display: inline-block;
}

    nav li a {
        letter-spacing: 1px;
        line-height: 1;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-size: 14px;
    }



nav a:hover {
    text-decoration: underline;
}


#page-home a.home, #page-residences a.residences, #page-location a.location, #page-team a.team {
    text-decoration: underline;
}

#grid_view {
    z-index: 0;
    transition: opacity 0.7s;
}

/* nav-toggle */
#nav-toggle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 10;
    cursor: pointer;
    width: 33px;
    height: 22px;
    display: none;
}

    #nav-toggle span, #nav-toggle span:after, #nav-toggle span:before {
        cursor: pointer;
        height: 2px;
        width: 33px;
        background: #595957;
        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: rotate(-45deg);
        }
/* location */
#mapcontent {
    width: 1170px;
    margin: auto;
    max-width: 100%;
}

#map {
    height: calc(100vh - 128px );
}

#mapList {
    display: flex;
    margin: auto;
    padding: 50px 0 80px 0;
}

.flex_4 {
    width: 25%;
    padding-right: 15px;
    text-align: left;
}

.poi {
    font-size: 16px;
    text-align: left;
    line-height: 1.4;
}

.teamLogo {
    display: block;
    margin-bottom: 20px;
}
/* enquiry */
.register {
    width: 450px;
    margin: auto;
    max-width: calc(100% - 40px);
    padding-bottom: 80px;
}

#page-enquire .not-reg {
    display: none;
}

label {
    text-transform: uppercase;
    display: block;
}

input, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #595957;
    background-color: transparent;
    padding: 0;
    text-align: center;
    padding: 15px 0 8px 0;
    margin-bottom: 15px;
    color: #595957;
    transition: border-color .4s;
    width: 100%;
    font-family: Arial;
    font-size: 13px;
}


.b_submit {
    padding: 15px;
    border: 1px solid #595957;
    text-align: center;
    line-height: 1;
    margin: 20px 0;
    width: 100%;
    cursor: pointer;
}

.mandatory, .privacy {
    font-family: Arial;
    font-size: 13px;
}






#chkInternational + label {
    background: url("/images/buttons/uncheck.png") no-repeat left center;
    color: #264326;
    padding: 2px 0 2px 26px;
}

#chkInternational:checked + label {
    background: url(/images/buttons/check.png) no-repeat left center;
}

input:-webkit-input-placeholder, textarea:-webkit-input-placeholder {
    color: #264326;
    opacity: 1;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #264326;
    opacity: 1;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #264326;
    opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #264326;
    opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #264326;
    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*/
.top-footer {
    padding:80px 0 60px 0;
    border-top: 1px solid #264326;
}


.f-link {
    display: block;
    font-size: 16px;
    line-height: 1.3;
}

.logos {
    padding-top: 10px;
}

    .logos a {
        display: inline-block;
        margin: 0 15px;
    }

.cls-1 {
    fill: #264326;
}

.caption {
    position: absolute;
    line-height: 64px;
    bottom: -64px;
    font-size:16px;
    text-align: center;
    width: 100%;
}
.caption-m
{display:none;
 font-size:14px;
 text-align:center;   
 padding:8px 0
}

.close {
    position: absolute;
    top: 15px;
    right: 0;
    left: 0;
    margin: auto;
    width: 24px;
    display: block;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    z-index: 5;
}

    .close svg {
        fill: #264326;
    }
/* 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;
        transform: translateY(-8px);
    }

* {
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

.leffloat {
    float: left;
}

.rightfloat {
    float: right;
}


.m {
    display: none;
}
#mob-c
{
    display:none;
        background:#f9f6f2;
        padding:40px 0 0 0
}
#page-home #main-nav
{
    display:none
}
.digital{
	padding: 40px 0 0 0
}
.digital p span{
	font-size: 0.5em;
	margin-right: 40px
}
.digital p span:last-child{
	margin-right: 0
}


@media screen and (max-width : 1024px) {
}

@media screen and (max-width : 768px) {
}

@media screen and (max-width : 760px) {
    .banner {
        padding: 20px 0 18px;
    }
    .banner p {
        font-size: 20px;
        color: #fff;
    }

    body {
        font-size: 20px;
        padding: 100px 0 0 0;
    }

    .container {
        max-width: calc(100% - 30px);
    }

    .fullm
    {
        max-width:100%
    }
    .m {
        display: block;
    }

    .d {
        display: none !important;
    }

    #page-home #main-nav
{
    display:flex
}
    #main-nav {
        top: 0;
        bottom: auto;
        height: calc(100vh - 60px);
        background: #f9f6f2;
        width: calc(100% + 40px);
        transform: translateX(-100%);
        transition: transform 0.7s;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        display: flex;
        left: -20px;
        top: 50px;
    }


    .active_nav #main-nav {
        transform: translateX(0);
    }

    nav li {
        padding-left: 20px;
        margin-right: 0;
        display: block;
        text-align: center;
        font-size: 18px;
        padding: 10px;
    }


    #nav-toggle {
        display: block;
    }

    ul#nav {
        display: none;
        margin-top: 80px;
        clear: both;
    }

        ul#nav li {
            display: block;
            margin: 2vh 0 !important;
            width: 100%;
            text-align: center;
            padding: 0;
        }

            ul#nav li a {
                margin: 0;
                text-align: center;
                width: 100%;
                line-height: normal;
                padding: 10px 0;
                font-size: 16px;
            }


    #enq {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        top: auto;
        padding: 15px 0;
        transform: none;
    }

    #map {
        height: 100vw;
        width: 100%;
    }

    #copy {
        font-size: 19px;
        bottom: 90px;
    }

    header {
        height: 50px;
    }

    .link {
        display: block;
        font-size: 48px;
    }

    .logo {
        width: 120px;
            transform: translate(-50%, -50%);
    left: 50%;
    }

        .logo svg {
            width: 100%;
            height: auto;
            display: block;
        }

    .pt30m {
        padding-top: 30px;
    }

    .row {
        display: block;
        margin: 0;
    }

    .gr-3 {
        width: 100%;
        cursor: pointer;
        overflow: hidden;
        height: auto;
        margin-bottom: 15px;
    }

    .fake {
        display: none;
    }

    #imagesList {
        margin-bottom: 40px;
    }

    .logos a {
        display: block;
        margin: 15px 0;
    }

    #mapList {
        display: block;
        margin: auto;
        padding: 50px 15px 80px 15px;
    }

    .flex_4, .grid_6 {
        width: 100%;
    }

    .pb120 {
        padding-bottom: 60px;
    }

    .top-footer {
        padding: 60px 0 60px 0;
    }

    .pb80 {
        padding-bottom: 60px;
    }

    .ptb80 {
        padding: 40px 0;
    }

    #page-home #enq {
        background: #264326;
        color: #f9f6f2;
    }

    #page-home header {
        background: #f9f6f2;
        opacity: 0;
        transition: opacity 0.5s;
    }

        #page-home header.fadeIn {
            opacity: 1;
        }

    #page-home .logo path {
        fill: #264326;
    }

    .links {
        display: none;
    }

    nav li a {
        font-size: 26px;
    }

    .nav {
        margin-top: -90px;
    }

    .mob-link {
        text-decoration: underline;
        display: block;
        padding: 0 0 40px 0;
        text-transform:uppercase;
        
    font-size: 18px;
    }
      .mob-link  span{
          display:block;
          padding:9px 0 0 0
      }
    .quickload header 
    {
        opacity:1 !important
    }
    #mob-c.show {
        display:block
    }
  .quickload  #mob-c
  {
      display:block !important
  }
    .caption-m{
        display:block
    }
      .gr-3:hover img {
        transform: scale(1);
    }

}
@media screen and (max-width : 420px) {
}
