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

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


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

::placeholder {

    color:

        #695b39;

}


footer div {

    margin-top: 7px;

}

#footerHome {
    color: #727272;
}

@media screen and (max-width: 39.9375em) {
    #footerHome {
        border-top: 1px solid #c4c4c4;

        width: 90% !important;

        margin: auto;

        right: 0;
    }
}


@media screen and (min-width: 40em) {

    #footerHome {
        width: 100%;
        left: 0px !important;
        right: 0px !important;
        padding: 20px 10% !important;
        color: #727272;
    }

    #footerHome #policycontainer {
        float: left;
    }

    #footerHome #credits {
        float: right;
    }

    #footerHome #credits * {
        color: #bcbcbc !important
    }

    #footerHome #credits a {
        font-weight: bold;
    }

    #footerHome #credits a:hover {
        text-decoration: underline;
    }
}


a {
    color: #84744e
}

p {
    font-size: 0.95rem;
    line-height: 1.4;
}

a:hover {
    color: #695b39
}

.button {
    background: #84744e
}

.button:hover {
    background: #695b39;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'nobellight';
}


.off-canvas-content #content {
    padding: 0px;
}

#adminBar {
    position: fixed;
    z-index: 1000;
    width: 100%;
}

#main {
    padding-bottom: 0px;
}

#precontent {
    position: relative;
    width: 100vw;
    height: 100vh;

}

#precontent>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#header {
    position: absolute;

    width: 80%;

    z-index: 300;
    margin: auto;

    left: 0px;

    right: 0px;
}

.top-bar,
.top-bar ul {
    background: none;
}

/*html {
    overflow: hidden;
}

#container {
    overflow: scroll;
}*/
#container {

    overflow: unset;

}

#container.homepage {

    overflow-x: hidden;

}

#scrollToTop {
    background:
        #c0b08b;

    color:
        #6c5e3d;
}

#content.inner {
    width: 80%;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

/*#e9e9e9a4*/
#intro {
    background: #4b4b4b8a;
    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    margin: auto;
    display: flex;

    align-items: center;

    align-content: center;

    text-align: center;

}



#intro>div {
    margin: auto;
}

#header .social,
#header .contact,
footer .social {
    color:
        white;

    font-size: 1.5rem;

    margin: 4px;
}

footer .social {
    margin-bottom: 15px;
    color: #f1f1f1;
}

footer a {
    color: white;
}

footer a:hover {
    color: #f1f1f1;
}

#intro .logo {
    width: 160px;
    filter: grayscale(100%) brightness(100);
    /*margin-bottom: 150px;*/
    margin-bottom: 50px;
    margin-top: 120px;
}

#intro h1 {
    line-height: 1.1;
    font-size: 4.5rem;
    margin-bottom: -10px;
    text-transform: uppercase;

}

@media screen and (max-width: 39.9375em) {

    #intro h3 {
        font-weight: bold;
    }

    #intro h1 {
        margin-bottom: 5px
    }

}



#intro * {
    color: white;
}

#openMenu {
    position: absolute;
    top: 40px;
    left: 0px;
    z-index: 1000;
}

#canvasMenu>div {
    margin: auto;

    max-width: 70%;

    width: 100%;

    text-align: center;
}

#canvasMenu {
    overflow: scroll;
}

#canvasMenu div>.menu {
    padding-bottom: 150px;
}

@media screen and (max-width: 39.9375em) {
    #canvasMenu>div {
        top: 100px
    }
}

.menu.nested {
    margin-left: 0px !important;
}

.nested li {

    font-size: 1.3rem;

}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
    border-color: #84744e transparent transparent;
}

#logoHome {
    position: absolute;

    top: 33%;

    left: 0;

    z-index: 200;

    width: 300px;

    right: 0;

    margin: auto;

    background:
        #f1f1f1d4;

    padding: 30px;
}

#canvasMenu {
    z-index: 350;
    padding: 25px;
    width: 100vw;
    height: 100vh;
    transition: opacity 0.7s;
    opacity: 0;
    display: none;
}

.opened #canvasMenu {
    display: flex;
    opacity: 1;
    align-content: center;
    align-items: center;
    z-index: 350
}

.opened .hideonmenu {
    visibility: hidden;
}

.opened #header {
    z-index: 400;
}

#canvasMenu ul:not(.nested) {
    margin: auto;
    margin-top: 30px;
    text-align: center;
    font-size: 2rem;
    max-width: 300px;
}

.off-canvas li a {
    border: 0px;
}

.off-canvas li a:hover {
    background: none;
}

.off-canvas li a {
    color: #84744e;
    font-family: 'nobellight';
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    background-color: white !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #84744e
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before,
.homepage .hamburger-inner {
    background-color: #84744e !important;
}

.homepage .hamburger-inner,
.homepage .hamburger-inner::after,
.homepage .hamburger-inner::before {
    background-color:

        #84744e !important;

}

.nameteam {
    font-weight: bold;
    margin-top: 7px;
}

.roleteam {}

footer {
    background-color: #84744e;
    color: #f1f1f1;
    padding: 20px;
}

footer span {
    margin: 3px;
}

footer img {
    width: 120px;
    vertical-align: sub;
}

#footerHome {
    position: absolute;
    bottom: 0;
    z-index: 300;
    font-size: 8pt;
    left: 10%;
    padding: 10px 0px;
}

#footerHome img {
    width: 100px;
    vertical-align: sub;
}

#footerHome a {
    color: #333;
}

#footerHome a:hover {
    color: black;
}

/*
.advancedslider .overlay{
	width: 100%;
height: 100%;
background: #f1f1f1;
position: absolute;
display: block;
left: -50%;
}
.advancedslider .overlay.in{
	left: -50% !important;
}
.advancedslider .overlay.out{left: -100%;}*/

.advancedslider .overlay {
    width: 100%;
    height: 100%;
    background: #f1f1f1;
    position: absolute;
    display: block;
    left: -100%;
    z-index: 10;
}


.advancedslider {
    width: 100vw;
    height: 100vh;
    position: relative;
}

.advancedslider div {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    /*visibility: hidden;*/
}

.detail {

    position: absolute;
    bottom: 10%;
    z-index: 1001 !important;
    width: 50% !important;
    height: auto !important;
    padding: 30px;
    margin-left: calc(10% - 30px);
}

.detail h2 {
    font-size: 2.75rem;
}

.detail h5 {
    width: 80%;
    color: black;
    line-height: 1.2;
    font-size: 1.35rem;
}

.contactForm {
    margin-top: 10px;

    background:
        #efefef;

    padding: 20px;
}

.contactForm .callout {
    background: #84744e42;
}

.contactForm #formname,
.contactForm #formname input,
.contactForm #formemail,
.contactForm #formemail input {
    height: 50px;
    line-height: 40px;
    margin-bottom: 10px;
}

.contactForm textarea {
    height: 110px;
}

.contact-us-form-actions {
    text-align: center;
}

@media screen and (max-width: 39.9375em) {
    .detail h5 {
        width: 100%;
    }

    #footerHome {
        left: 0;
    }
}

.detail * {
    opacity: 0;
    left: -110%;
    position: relative;
}

/*.detail *{
    opacity: 0;
}
.detail .animated{
    opacity: 1;
}*/


.advancedslider * {
    font-family: 'nobellight';

}

@media screen and (max-width: 39.9375em) {
    .advancedslider .overlay {
        height: 150px;
        bottom: 0px;
    }

    .detail {
        width: 100% !important;
        bottom: 0;
        padding-bottom: 70px;
        text-align: center;
    }

    #footerHome {
        width: 100%;
        text-align: center;
    }

    #logoHome {
        top: 25%;
        width: 240px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0px;
}


#cmdSlider {

    margin-bottom: 10px;

}

.advancedslider hr {
    margin: 0.35rem auto;
    display: none;
}

.service {
    margin-bottom: 20px;
    cursor: pointer;
}


.captions{
    position: absolute;
width: 100%;

bottom: -100%;

left: 0;

right: 0;

height: 100%;

background:
#474747ed;

overflow: scroll;

padding: 10px;

color:
white;
transition: all 0.5s ease-in-out;
display: flex;

justify-content: start ;

align-content: center;

flex-direction: column;
}
.innerservice{position: relative; overflow: hidden;}
.captions.show{
bottom:0%
}

@media screen and (min-width: 64em) {
    .captions.show{justify-content: center ;}
}

.servicetitle{text-transform: uppercase; margin-bottom: 10px;}
.servicename {
    background:
        #c0b08b;

    color:
        #323130;

    font-weight: bold;

    text-align: center;

    padding: 10px 5px;
    margin-top:5px;
    text-transform: uppercase;
}

.googleMaps {
    margin-top: 15px
}


.advancedslider div .innerContent {
    width: 100%;
    height: 100%;

}

.advancedslider div .innerContent img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.advancedslider div .innerContent {
    opacity: 0;
    transition: opacity 0.1s;
    transition-delay: 0.35s;
}

.advancedslider.animating .old {
    /*visibility: visible !important;*/
    z-index: 101 !important;
}

.advancedslider .old {
    /*visibility: visible !important;*/
    z-index: 90;
}

.advancedslider .old .innerContent {
    opacity: 0;
}

.advancedslider .current .innerContent {
    opacity: 1;
}



.advancedslider .current {
    z-index: 100;
    /*visibility: visible !important;*/
}

.button.hollow {
    color: #84744e;
    border-color: #84744e
}

.button.hollow:hover {
    border-color:
        #64583d;
    background: #64583d;
    color: white;
}

/*
timeline
*/
/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: lightgray;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

/* Container around content */
.container {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}


.container * {
    color: #f3f3f3
}

/* The circles on the timeline */
.container::after {
    content: '';
    position: absolute;
    width: 26px;
    height: 26px;
    right: -13px;
    background-color:
        #84744e;

    border: 4px solid #84744e;
    top: 15px;
    z-index: 1;
}

/* Place the container to the left */
.left {
    left: 0;
}

/* Place the container to the right */
.right {
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
    content: " ";
    height: 0;
    position: absolute;
    /*
    originali
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid #84744e;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #84744e;
    */
    top: 25px;
    width: 40px;
    z-index: 1;
    right: 0px;
    background: lightgray;
    height: 5px;
}

/* Add arrows to the right container (pointing left) */
.right::before {
    content: " ";
    height: 0;
    position: absolute;
    /*top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid #84744e;
    border-width: 10px 10px 10px 0;
    border-color: transparent #84744e transparent transparent;*/
    left: 0px;
    top: 25px;
    width: 40px;
    z-index: 1;
    right: 0px;
    background: lightgray;
    height: 5px;
}

/* Fix the circle for containers on the right side */
.right::after {
    left: -13px;
}

/* The actual content */
.content {
    padding: 20px 30px;
    background-color: #84744e;
    position: relative;
}

@media screen and (min-width: 40em) {
    .container.logo {
        width: 350px;

        display: inline-block;
    }

    .container.logo.left {
        left: calc(50% - 350px);
    }
}

.logo .content {

    background:

        white;

    border: 3px solid #84744e;

    color:

        #84744e;

}

.container .content img {
    margin-top: 5px;
    margin-bottom: 5px;
}

.logo .content h2 {
    color: #84744e;
}

.logo .content img {
    max-width: 200px;
    margin: auto;
}

.teams {
    width: 18%;

    margin: 1%;
}

@media screen and (max-width: 39.9375em) {
    .teams {
        width: 100%
    }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .teams {
        width: 31%;
        margin: 1%;
    }
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {

    /* Place the timelime to the left */
    .timeline::after {
        left: 31px;
    }

    /* Full-width containers */
    .container {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    /* Make sure that all arrows are pointing leftwards */
    .container::before {
        left: 30px;
        /*border: medium solid white;
    border-width: 5px 5px 5px 0;
    border-color: transparent white transparent transparent;*/
        background: lightgray;
        height: 5px;
    }

    /* Make sure all circles are at the same spot */
    .left::after,
    .right::after {
        left: 15px;
    }

    /* Make all right containers behave like the left ones */
    .right {
        left: 0%;
    }
}

/*

.advancedslider div .innerContent {
    transition: opacity 0.5s;
    transition-delay: 0s;
}

.advancedslider .old {

    z-index: 90 !important;
}

.advancedslider .old .innerContent {
    opacity: 0;
}
.advancedslider .current .innerContent {
    opacity: 1;
}

.advancedslider div.current {
	z-index: 100;

}

*/
.timeline h2 {
    font-weight: bold;
}

.years {
    margin-bottom: 5px;
}

.prjs {
    margin-top: 60px;
    margin-bottom: 100px;
}

@media screen and (max-width: 39.9375em) {
    .prjs {

        margin-bottom: 1px;
    }
}

.prjs h3 {

    line-height: 1.1;

}

.prjs p {
    line-height: 1.2;
}

.prjs h3 {

    margin-bottom: 13px;

}

.contact-body h4 {
    margin-bottom: 30px;
}

.contact-body i {
    margin-right: 10px;
}

.contact-body {
    margin: 20px;
    margin-top: 50px;
}

#caption {
    margin-top: 10px;
}

.prjs h4 {
    font-weight: bold;
}

.prjdetail {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.slick-prev::before,
.slick-next::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f054';
}

.slick-next,
.slick-prev {
    background:
        #84744e !important;

    padding: 8px !important;

    width: 40px;

    height: 45px;
}

.slick-prev::before {
    content: '\f053';
}

.slick-prev::before,
.slick-next::before {
    font-size: 30px;
}

#gallery {
    background: black;
}

#gallery .cmd,
#mygallery .cmd {
    margin-right: 5px
}

.covercaption.is-stuck {
    top: 50px !important
}

.covercaption {
    text-align: center;
}

.covercaption img {
    margin-bottom: 30px;
}

/*.unmove #container {
    overflow: hidden;
}*/

body.unmove {
    height: 100vh;
    overflow: hidden;
}

#mygallery {
    display: none;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background: black;
    position: fixed;
    z-index: 10000;
    top: 0;
}

#mygallery .cmd {
    display: inline-block;
}

#mygallery #galleryCMD {
    display: block;
}

#mygallery.ison {
    display: block;

}


#modCookie {
    width: 100% !important;

    max-width: 500px !important;

    height: auto !important;

    max-height: 110px !important;

    bottom: 0px !important;

    top: unset !important;

    left: 0 !important;

    right: 0 !important;
}

#modCookie a {
    background: #64583d !important;
    color: white !important;
    width: 48% !important;
    margin: 1%;
}

#stayHomeModal{
    min-height: unset !important;

height: auto;
padding: 30px;
top: 20% !important;
}

#stayhomelogo{
    position: relative;
    margin: 20px 00px;

width: auto;

display: inline-block;

padding: 20px
}

#stayhomelogo::before{
    content: '';
    width: 90%;
    border:1px solid #505355;
    height: 2px;
    display: inline-block;
    position: absolute;
    right: 100%;
    bottom: 40px;
    margin: auto;
}
#stayhomelogo::after{
    content: '';
    width: 90%;
    border: 1px solid #505355;
    height: 2px;
    display: inline-block;
    position: absolute;
    left: 100%;
    bottom: 40px;
    margin: auto;
}
