@font-face {
    font-family: "maisonneuebook";
    src: url("/fonts/maisonneuebook.eot");
    src: url("/fonts/maisonneuebook.eot") format("embedded-opentype"), url("/fonts/maisonneuebook.woff2") format("woff2"), url("/fonts/maisonneuebook.woff") format("woff"), url("/fonts/maisonneuebook.ttf") format("truetype"), url("/fonts/maisonneuebook.svg#maisonneuebook") format("svg");
}

@font-face {
    font-family: "SharpTypeBeatriceHeadlineRegular";
    src: url("/fonts/SharpTypeBeatriceHeadlineRegular.eot");
    src: url("/fonts/SharpTypeBeatriceHeadlineRegular.eot") format("embedded-opentype"), url("/fonts/SharpTypeBeatriceHeadlineRegular.woff2") format("woff2"), url("/fonts/SharpTypeBeatriceHeadlineRegular.woff") format("woff"), url("/fonts/SharpTypeBeatriceHeadlineRegular.ttf") format("truetype"), url("/fonts/SharpTypeBeatriceHeadlineRegular.svg#SharpTypeBeatriceHeadlineRegular") format("svg");
}

body {
    font-family: "maisonneuebook";
    font-size: 16px;
    line-height: 1.25em;
    text-align: left;
    font-weight: normal;
    color: #000;
    background-color: #D76A45;
    height: 100%;
    overflow-y: scroll;
    transition: background-color 0.7s;
}

.bg-tochange {
    transition: background-color 0.7s;
}

body.ligth-mod, body.ligth-mod .bg-tochange, body.ligth-mod .img-holder:after {
    background-color: #EDE8E4;
}

.chang-color {
    transition: color 0.7s;
}

body.ligth-mod .chang-color {
    color: #D76A45;
}

#main {
    height: 1px;

}

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

#view {
    position: fixed;
    top: 60px;
    left: 0;
    color: #000;
    width: 150px;
    background: #fff;
    z-index: 10000;
    padding: 10px 0;
    text-align: center;
}

    #view::after {
        content: 'View design';
    }

html.viewMode #view::after {
    content: 'Close design';
}

html.viewMode {
    height: 960px;
    width: 1500px;
    margin: auto;
}

    html.viewMode #site {
        display: block !important;
    }

.mainlogo {
    max-width: calc(100% - 80px);
}

.grid_1 {
    width: 8.33%;
}

.grid_2 {
    width: 16.67%;
}

.grid_3 {
    width: calc(25% - 15px);
}

.grid_4 {
    width: 32.8%;
}

.grid_5 {
    width: 41.67%;
}

.grid_6 {
    width: 49.2%;
}

.grid_7 {
    width: 58.33%;
}

.grid_8 {
    width: 66.67%;
}

.grid_9 {
    width: 68.44%;
}

.grid_10 {
    width: 83.33%;
}

.grid_11 {
    width: 91.67%;
}

.grid_12 {
    width: 100%;
}

.txt-holder {
    position: absolute;
    background-color: #D76A45;
    height: 60px;
    align-items: center;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 20px;
}


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

img {
    border: none;
    max-width: 100%;
    display: block;
    align-self: flex-start;
}

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

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

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

/* General */
html {
    height: 100%;
}


.fullyvideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.bg-video {
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

#film {
    height: calc(100% - 100px);
}
#play
{
    position:absolute;
    width:162px;
    padding:5px;
    font-size:13px;
    color:#000;
    letter-spacing:2px;
    background:#fff;
    text-transform:uppercase;
    left:0;
    right:0;
    margin:auto;
    z-index:5;
    bottom:125px;
    text-align:center
}




@media screen and (max-aspect-ratio: 1920/1080) {
    .fullyvideo {
        height: 100vh;
    }
}

@media screen and (min-aspect-ratio: 1920/1080) {
    .fullyvideo {
        width: 100% !important;
    }
}
/* Headings */
h1,
h2,
h3, h4 {
    font-weight: normal;
    text-transform: uppercase;
}

h1, h2 {
    font-family: "SharpTypeBeatriceHeadlineRegular";
    font-size: 60px;
    letter-spacing: 12px;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 1.66em;
}

h2 {
    margin-bottom: 1.69em;
}

    h2.sml {
        font-size: 30px;
        line-height: 1.2;
        letter-spacing: 0.2em;
        margin-bottom: 1.38em;
    }

h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 2.2;
    letter-spacing: 0.2em;
    text-align: left;
    margin-bottom: 1em;
}

h4 {
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: 0.23em;
    text-align: left;
}

h5 {
    font-size: 15px;
    line-height: 2;
    letter-spacing: 3.5px;
    text-align: left;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 1.5em;
}

.l2 {
    letter-spacing: 2px;
}

p {
    font-size: 13px;
    line-height: 1.38em;
    padding-bottom: 1.25em;
}

.mb20 {
    margin-bottom: 20px;
}

.pt-e {
    padding-top: 20px;
}

p.white {
    color: #fff;
}
#bar{
    height:34px;
    background:#000;    
    display:flex;
    justify-content:center;
    align-items:center;
    transition:height 0.3s;
    overflow:hidden;
    color:#fff;

    font-size: 13px;
    letter-spacing: 0.23em;
    line-height: 1;

    
}
#close
{
    position:absolute;right:10px;
    top:6px;
    display:block;
    width:24px
    

}
#close svg{
    width:100%;
    height:auto
}
/* Navigation */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
  background-color: #D76A45;
   
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
  
    z-index: 50;
    height: 60px;
}

.logo {
    width: 211px;
    display: block;
    opacity: 0;
    transition: opacity 0.7s;
}

.show-logo .logo {
    opacity: 1;
}

.logo svg {
    display: block;
    width: 100%;
    height: 100%;
}

    .logo svg path {
        fill: #000;
        transition: fill 0.8s;
    }

header.active .logo svg path {
    fill: #fff;
}

header .btn {
    background-color: #000;
    color: #fff;
    right: 20px;
    transition: all 0.5s;
    z-index: 5;
}

header.active .btn {
    background-color: #E5683F;
    color: #000;
}

.phone {
    right: 200px;
    font-size: 13px;
    letter-spacing: 3px;
    color: #000;
}

.bt header .abb {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 3px;
    line-height: 14px;
    color: #fff;
    text-transform: uppercase;
}

header._bg {
    background-color: #D76A45;
}

    header._bg .abb {
        color: #000;
    }

#nav {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: height 0.8s;
}

#ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: #000;
    color: #EDE8E4;
    padding: 120px 0 60px 0;
    list-style: none;
    z-index: 1;
}

    #ul li {
        display: block;
    }

        #ul li a {
            font-family: "SharpTypeBeatriceHeadlineRegular";
            display: block;
            font-size: 28px;
            line-height: 1;
            padding: 7px 0;
            text-transform: uppercase;
            letter-spacing: 3px;            
        }

#switch {
    position: absolute;
    left: 80px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #EDE8E4;
    display: block;
    z-index: 15;
}

.ligth-mod #switch {
    background: #D76A45;
}
/* nav-toggle */
#nav-toggle {
    left: 20px;
    z-index: 10;
    cursor: pointer;
    width: 40px;
    height: 10px;
    display: block;
}

    #nav-toggle::after, #nav-toggle::before {
        content: "";
        display: block;
        height: 2px;
        width: 100%;
        background-color: #000;
        position: absolute;
        left: 0;
        top: 0;
        transition: all 0.5s;
    }

    #nav-toggle::before {
        top: 100%;
    }


header.active #nav-toggle:after, header.active #nav-toggle.avtive::before {
    top: 4px;
    background: #fff;
}



/* enquiry */
#enq {
    background-color: #000;
    color: #D76A45;
        padding-left:20px;
        padding-right:20px;
}

    #enq h3 {
        text-align: center;
        padding-top: 3em;
    }

    #enq p {
        text-align: center;
    }

.tel {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.2em;
    text-align: center;
    margin-bottom: 2.1em;
}

#enq.large {
    padding-bottom: 20px;
}

.register {
    width: 100%;
    max-width: 500px;
    margin: auto;
    padding-bottom: 66px;
}

.formbox {
    padding: 0;
}


input, select {
    font-family: "maisonneuebook";
    margin: 0 0 11.5px 0;
    padding: 0 0 2px 0;
    width: 100%;
    border: 0 none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border-bottom: 1px solid #D76A45;
    color: #D76A45;
    outline: none;
    font-weight: normal;
    font-size: 13px;
    line-height: 1.3em;
    text-align: left;
}

    input option,
    select option {
        padding: 7px 5px;
        background: #D76A45;
        text-align-last: left;
        text-align: left;
        -ms-text-align-last: left;
        -moz-text-align-last: left;
        text-align-last: left;
        outline: none;
        border: none;
        color: #000;
    }

.b_submit {
    display: flex;
    align-items: center;
    width: 84px;
    height: 34px;
    line-height: 1;
    margin: 0;
    text-transform: none;
    color: #000;
    background-color: #D76A45;
    cursor: pointer;
    font-weight: normal;
    font-size: 13px;
    text-align: center;
    justify-content: center;
    padding: 3px 0 0 0;
}

.privacy {
    font-size: 10px;
    padding: 0;
    line-height: 1.5em;
}

input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
    color: #D76A45;
    opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #D76A45;
    opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #D76A45;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #D76A45;
    opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    opacity: 0.5;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    opacity: 0.5;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    opacity: 0.5;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    opacity: 0.5;
}

/*footer*/
footer {
    display: block;
    position: relative;
    width: 100%;
    padding: 20px;
    background-color: #000;
    padding-bottom: 60px;
    color: #D76A45;
}

    footer .logos {
        margin: 0 20px;
        display: block;
        -o-object-fit: contain;
        object-fit: contain;
    }

.ligal {
    text-align: center;
    padding-top: 3em;
}

    .ligal a {
        font-size: 11px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 1.63em;
        display: inline-block;
    }

.tpa {
    display: block;
    text-align: center;
    padding-top: 0.6em;
}

/* Token Style */
ul.token-input-list-project {
    border: none;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    text-align: left;
    -moz-text-align-last: 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;
    max-width: 500px;
}

    ul.parsley-errors-list.filled li,
    ul.parsley-errors-list li {
        padding: 0;
        text-align: left;
        color: #F00D0D;
    }

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

/* ---------------- */
.wrapper {
    display: block;
    position: relative;
    width: 100%;
    background-color: #D76A45;
}

section {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 2;
}

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

.container {
    width: calc(100% - 40px);
    max-width: 100%;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

    .container.grid_10 {
        margin-bottom: 100px;
        width: 83.1%;
    }

.max480 {
    max-width: 480px;
}

.max350 {
    max-width: 350px;
}

.btn {
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 0.23em;
    text-align: center;
    color: #fff;
    padding: 6px 18px;
    text-transform: uppercase;
    border: 1px solid transparent;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

@media (hover: hover) {
    .btn:hover {
        color: #D76A45;
    }
}

.img-holder {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
}

    .img-holder:after {
        content: '';
        display: block;
        height: 100%;
        left: -2px;
        right: -2px;
        top: 0;
        background: #D76A45;
        transition: top 1s ease-out;
        transform-origin: top center;
        z-index: 5;
        position: absolute;
    }

    .img-holder.animated:after {
        top: 100%;
    }
    .artist:before
    {
        position:absolute;
        display:block;
        content:"Artist's impression ";
        color:#fff;
        left:15px;
        bottom:15px;
        font-size:11px;
        line-height:1


    }

.fadeInUp {
    visibility: hidden;
}

    .fadeInUp.animated {
        animation-duration: 1.5s;
        animation-fill-mode: both;
        -webkit-animation-duration: 1.5s;
        -webkit-animation-fill-mode: both;
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        visibility: visible;
    }


@keyframes fadeInUp {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}




.fadeInUp.animated.delay1 {
    animation-delay: 0.3s;
}

.fadeInUp.animated.delay2 {
    animation-delay: 0.6s;
}

.fadeInUp.animated.delay3 {
    animation-delay: 0.9s;
}

.delay1 .img-holder:after {
    transition-delay: 0.4s;
}

.delay2 .img-holder:after {
    transition-delay: 0.7s;
}

.delay3 .img-holder:after {
    transition-delay: 1s;
}

.darkLayer {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    pointer-events: none;
}

#headerBg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #D76A45;
    opacity: 0;
    pointer-events: none;
    z-index: -1;
}






#form-loader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.6);
    z-index: 10000;
}
/* ---------------- */
.bg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.flex-c {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

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

.flex-sb-g {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 20px;
}

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

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

#map {
    height: calc(100vh - 135px);
}

.full-width {
    width: 100%;
}

.full-height {
    height: 100%;
}

.wrap {
    flex-flow: wrap;
}

.mb15 {
    margin-bottom: 15px;
}

.pt190 {
    padding-top: 190px;
}

.pb200 {
    padding-bottom: 200px;
}

.ptl {
    padding-top: 196px;
}

.pb188 {
    padding-bottom: 188px;
}

.pbl {
    padding-bottom: 206px;
}

.mb100 {
    margin-bottom: 106px;
}

.mb94 {
    margin-bottom: 94px;
}

.mb80 {
    margin-bottom: 80px;
}

.pt-20 {
    padding-top: 20px;
}

.pbm {
    padding-bottom: 57px;
}

.plr20 {
    padding-left: 20px;
    padding-right: 20px;
}

.ma {
    margin: auto;
}

.mlra {
    margin-left: auto;
    margin-right: auto;
}

.just-mobile {
    display: none;
}

.mta {
    margin-top: auto;
}

.bg-m {
    display: none;
}

@media screen and (max-width: 1000px) {
    header {
        height: 50px;
    }

    .logo {
        width: 140px;
    }

    .bg-m {
        position: fixed;
        background: inherit;
        height: 50px;
        bottom: 0;
        left: 0;
        width: 100%;
        display: block;
    }

    .phone-m {
        right: 20px;
        width: 20px;
        display: block;
    }

    .phone {
        display: none;
    }

    header .btn {
        display: none;
    }

    header .bg-m .btn {
        display: block;
        white-space: nowrap;
        right: initial;
    }

    #switch {
        position: fixed;
        bottom: 18px;
        left: 20px;
        transform: none;
        top: auto;
    }

    #nav-toggle {
        left: auto;
        right: 20px;
    }

    .txt-holder {
        position: absolute;
        display: block;
        height: auto;
        bottom: 60px;
        padding: 0 20px;
        background: none !important;
        color: #fff;
    }

        .txt-holder h4 {
            text-align: center;
            padding: 5px 0;
        }

    h1, h2 {
        font-size: 30px;
        letter-spacing: 6px;
    }

    .pt190,.ptl {
        padding-top: 80px;
    }
    .pb200
    {
        padding-bottom:80px
    }
    .grid_6,.grid_4,.grid_8,.grid_3,.grid_9  {
        width: 100% !important;
        max-width: 650px;
        margin-left: auto;
        margin-right: auto;
    }
    .ptm{
        padding-top:20px
    }

    p{
        padding-bottom:20px
    }
     .pt40m
    {
        padding-top:40px
    }
    .pb40m
    {
        padding-bottom:40px
    }
    .fadeInUp.animated.delay1, .fadeInUp.animated.delay2, .fadeInUp.animated.delay3 {
        animation-delay: 0s;
    }
    .mb100,.mb94,.mb80 {
    margin-bottom: 40px;
}
    .container.grid_10 {
    margin-bottom: 40px;
    width: 100%;
}
    .mb30m
    {
        margin-bottom:38px
    }
    .mb20m
    {
        margin-bottom:20px
    }
    .pb188 ,.pbl{
    padding-bottom: 60px;
}
footer {

    padding-bottom: 100px;

}
}
/*# sourceMappingURL=style.css.map */
