/* Style for our header texts
     * --------------------------------------- */
h1 {
    font-size: 5em;
    font-family: arial, helvetica;
    color: #fff;
    margin: 0;
    padding: 0;
}

/* Centered texts in each section
* --------------------------------------- */
.section {
    text-align: center;
}


/* Backgrounds will cover all the section
* --------------------------------------- */
.section {
    background-size: cover;
}

.slide {
    background-size: cover;
}

/* Defining each section background and styles
* --------------------------------------- */
#section0 {
    /* background-image: url(img/slide_home/slide_cucina1@2x.png); */
}

#section0 h1 {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}

#section2 {
    background: url(../img/AdobeStock_157565351.png) center top no-repeat white;
    background-size: contain;
    padding: 6% 0 0 0;
}

#section3 {
    background-image: url(../img/bg_section_quattro.jpg);
    padding: 6% 0 0 0;
}

#section3 h1 {
    color: #000;
}


/* Bottom menu
* --------------------------------------- */
#infoMenu li a {
    color: #fff;
}


:root {
    --main-white-color: white;
    --main-black-color: black;
}

.static {
    position: static;
}

.cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.owl-carousel .owl-slide {
    position: relative;
    height: 100vh;
    background-color: lightgray;
}

.owl-carousel .owl-slide-animated {
    transform: translateX(20px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.05s;
}

.owl-carousel .owl-slide-animated.is-transitioned {
    transform: none;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
}

.owl-carousel .owl-slide-title.is-transitioned {
    transition-delay: 0.2s;
}

.owl-carousel .owl-slide-subtitle.is-transitioned {
    transition-delay: 0.35s;
}

.owl-carousel .owl-slide-cta.is-transitioned {
    transition-delay: 0.5s;
}

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
    position: absolute;
}

.owl-carousel .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid var(--main-black-color);
    transition: all 0.2s ease;
}

.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
    background: var(--main-black-color);
}

.owl-carousel .owl-nav {
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
    margin: 0;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: -60px;
}

#logo {
    position: absolute;
    z-index: 71;
    right: 60px;
    top: 30px;
    width: 200px;
}

#logo img {
    width: 100%;
    height: auto;
}


#menu_footer {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    background: rgba(0, 0, 0, .6);
    color: white;
}

.mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    opacity: 0.5;
    filter: blur(10px);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' ><filter id='svgMask'><feGaussianBlur stdDeviation='10' /></filter></svg>#svgMask");
}


#menu_footer #footer_menu {
    margin: 0;
    padding: 0;
    width: 100%;
}

#menu_footer #footer_menu li {
    float: left;
    width: 30%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    letter-spacing: 4px;
    font-weight: 300;

}

#menu_footer #footer_menu li a {
    color: white;
    display: inline-block;
}

#menu_footer #footer_menu li a:hover {
    color: #666666;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}


.section-deco {
    position: absolute;
    top: 70%;
    left: 110px;
    z-index: 3;
    transform-origin: 0 50%;
    transform: rotate(-90deg);

    /*    animation: go-bottom-top 3s infinite alternate; */
}

body {
    font-family: 'Montserrat', sans-serif;
}

.line {
    display: inline-block;
}

.line--deco {
    width: 150px;
    height: 1px;
    background: black;
    margin: 0 17px;
    vertical-align: middle;
}

.section-deco__number {
    opacity: 1;
    font-weight: 300;
    font-size: 120px;
    line-height: normal;
    color: black;
    letter-spacing: 2vw;
}

.immagine_wrp {
    position: absolute;
    right: 5vw;
    z-index: 10;
    top: 30vh;
}

.immagine_wrp img {
    max-width: 60vw;
    height: auto;
}

.immagine_wrp:after {
    content: "";
    background-color: #F0EFEB;
    position: absolute;
    z-index: -1;
    top: 5vw;
    left: -5vw;
    height: 100%;
    width: calc(100% - 5vw);
}


body #menu {
    background: black;
}

body #menu li a {
    color: white;
    letter-spacing: 4px;
    font-size: 16px;
    text-transform: lowercase;
    font-weight: 300;
}

body #menu li a:hover {
    color: #666666;
}


body.fp-viewing-firstPage #menu {
    background: none;
}


.go-right {
    left: unset !important;
    transform: rotate(-90deg) translate(0, -100%);
    transform-origin: 100% 0;
    right: 0;
    top: 10vw;
}

#section2 .immagine_wrp {
    left: 5vw;
    right: unset;
    top: 25vh;
}

#section2 .immagine_wrp:after {
    content: "";
    background-color: #FFFFFF;
    position: absolute;
    z-index: -1;
    right: -5vw;
    left: unset;
    top: -5vw;
}

.wrap_relative {
    position: relative;
    width: 100%;
    height: 100%;
}

.social_icons a {
    padding-left: 10px;
    padding-right: 10px;
}

#section3 h1 {
    color: white;
    font-weight: 200;
    letter-spacing: 4px;
    font-size: 8rem;
    text-align: left;
    padding-left: 20vw;
    font-family: 'Montserrat', sans-serif;
}

.maschera {
    width: 100%;
    height: 100%;
    position: relative;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}


.slide_wrp_img {
    position: absolute;
    right: 10vw;
    z-index: 10;
    top: -35vh;
}

.slide_wrp_img:after {
    content: "";
    text-align: left;
    padding-left: 80px;
    padding-top: 80px;
    background-color: #F0EFEB;
    position: absolute;
    z-index: -1;
    top: 5vw;
    left: -30vw;
    height: 100%;
    /*
    width: calc(100% - 5vw);
    */
    width: 160%;
}

.slide_wrp_img .title_mobile{
    display: none;
}


.img_mw100 {
    max-width: 28vw;
/*    max-width: 375px; */
    height: auto;
}


.wrap_inverted {
    position: absolute;
    left: 20vw;
    right: unset;
    z-index: 10;
    top: -30vh;
}


.wrap_inverted:after {
    content: "";
    text-align: right;
    padding-right: 40px;
    padding-top: 40px;
    background-color: #F0EFEB;
    position: absolute;
    z-index: -1;
    top: 5vw;
    right: -35vw;
    left: unset;
    height: 100%;
    width: 160%;
    /* animation: go-left-right 3s infinite alternate; */
}


.wrap_inverted .project_opener {
    left: unset;
    right: -33vw;
}

.project_opener {
    position: absolute;
    left: -26vw;
    bottom: -80px;
    z-index: 9;
    font-size: 180px;
    color: black;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
}

.project_opener a {
    color: black;
}

.project_opener a:hover {
    color: white;
}


.no_rotate {
    transform: unset;
    transform-origin: unset;
    top: 70px;
    z-index: 99;
    left: -180px;
    color: white;
}

.no_rotate .line--deco {
    background: white;
}

.no_rotate .section-deco__number {
    color: white;
    font-size: 120px;
    line-height: normal;
}

.immagine_wrp.tpz_top {
    right: unset;
    left: -500px;
    top: 200px;
}

.immagine_wrp.tpz_top img {
    max-width: 750px;
}

.immagine_wrp.tpz_bottom img {
    max-width: 750px;
}

.immagine_wrp.tpz_top:after {
    border-top: 185px solid #F0EFEB;
    border-left: 0px solid transparent;
    border-right: 90px solid transparent;
    top: -50px;
    left: 50px;
    background: none;
}

.immagine_wrp.tpz_bottom {
    left: unset;
    right: -600px;
    top: 331px;
    z-index: 12;
}

.immagine_wrp.tpz_bottom:after {
    border-bottom: 185px solid #F0EFEB;
    border-left: 90px solid transparent;
    border-right: 0px solid transparent;
    top: unset;
    left: unset;
    bottom: -50px;
    right: 50px;
    background: none;
}


.wrap_absolute_cross {
    position: absolute;
    left: 50%;
}

.wrap_relative_cross {
    position: relative;
    left: -50%;
}


a.cucina {
    font-size: 100px;
    font-weight: 100;
    position: absolute;
    left: 60px;
    color: white;
    top: 10px;
    z-index: 999;
}

a.cucina:hover {
    color: #F0EFEB;
}

a.cucina:hover:after {
    color: #F0EFEB;
}

a.cucina:after {
    content: "Cucina";
    display: block;
    white-space: pre;
    line-height: normal;
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: 300;
    position: absolute;
    z-index: 10;
    right: -70px;
    top: 30px;
}

a.ufficio {
    font-size: 100px;
    font-weight: 100;
    position: absolute;
    right: 60px;
    color: white;
    bottom: 0px;
}

a.ufficio:after {
    content: "Ufficio";
    display: block;
    white-space: pre;
    line-height: normal;
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: 300;
    position: absolute;
    z-index: 10;
    left: -60px;
    top: 30px;
}


a.ufficio:hover {
    color: #F0EFEB;
}

a.ufficio:hover:after {
    color: #F0EFEB;
}


#section6 {
    background: url('../img/bg_contatti@2x.jpg') bottom center no-repeat black;
    background-size: contain;
    -webkit-transition: background 1.5s linear;
    -moz-transition: background 1.5s linear;
    -o-transition: background 1.5s linear;
    -ms-transition: background 1.5s linear;
    transition: background 1.5s linear;
}

#section6 .intro {
    margin-top: -250px;
}

#section6 .intro h1 {
    font-weight: 100;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 4px;
}

#section6 .intro h2 {
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    color: white;
    letter-spacing: 4px;
}


@keyframes go-left-right { /* give it a name: "go-left-right" */
    from {
        left: 0px;
    }
    /* animate from left: 0px */
    to {
        left: calc(100% - 50px);
    }
    /* animate to left: 100%-50px */
}

@keyframes go-bottom-top { /* give it a name: "go-left-right" */
    from {
        bottom: 0px;
    }
    /* animate from left: 0px */
    to {
        bottom: calc(100% - 50px);
    }
    /* animate to left: 100%-50px */
}


.scale-in-center {
    -webkit-animation: scale-in-center .5s cubic-bezier(.25, .46, .45, .94) both;
    animation: scale-in-center .5s cubic-bezier(.25, .46, .45, .94) both
}

/* ----------------------------------------------
 * Generated by Animista on 2019-3-20 15:16:13
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@-webkit-keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}


/* modali */

#contattaci_modal {
    z-index: 1000;
}

.modulo_contatti_wrp {
    margin-top: 30px;
    min-width: 500px;
}


.modulo_contatti_wrp label {
    margin-bottom: 5px;
    display: block;
}

.modulo_contatti_wrp input[type="text"] {
    width: 100%;
    height: 25px;
    padding: 5px;
    background: rgba(0,0,0,.5);
    border: 1px solid white;
    color: white;
    box-shadow: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.modulo_contatti_wrp textarea {
    width: 100%;
    min-height: 300px;
    padding: 5px;
    background: rgba(0,0,0,.5);
    border: 1px solid white;
    color: white;
    box-shadow: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.privacy_wrp {
    font-size: 12px;
    text-align: right;
}


.modulo_contatti_wrp input[type="submit"] {
    margin-left: 20px;
    padding: 15px 35px;
    background: rgba(0,0,0,.5);
    border: 1px solid white;
    color: white;
    box-shadow: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}



.modulo_contatti_wrp .label_wrp {
    margin-bottom: 20px;
    display: block;
}

.full-over {
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: white;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
}

.inside-over {
    width: 80%;
    margin: 0 auto;
}

.inside-over h3 {
    color: white;
    font-weight: 100;
    font-size: 82px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 8px;
    margin-bottom: 20px;
}

.inside-over .txt {
    color: white;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 4px;
    width: 80%;
    margin: 0 auto;
}


.full-over a {
    color: white;
    text-decoration: none;
}

.full-over a:hover {
    color: #666666;
    text-decoration: none;
}


.close-modal {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 84px;
    font-weight: 100;
    font-family: 'Montserrat', sans-serif;
}
.close-modal-project {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 84px;
    font-weight: 100;
    font-family: 'Montserrat', sans-serif;
}



a.cucina:hover {
    color: black;
}

a.cucina:hover:after {
    color: black;
}

a.ufficio:hover {
    color: black;
}

a.ufficio:hover:after {
    color: black;
}
/* animazioni titoli */

#menu {
    opacity: 0;
    visibility: hidden;
}

#logo {
    opacity: 0;
    visibility: hidden;
}
/*
#menu_footer {
    opacity: 0;
    visibility: hidden;
}
*/

#title_uno {
    opacity: 0;
    visibility: hidden;
}

#img_uno {
    opacity: 0;
    visibility: hidden;
}

#title_due {
    opacity: 0;
    visibility: hidden;
    transform: matrix(0, -1, 1, 0, -165, -1500);
}

#img_due {
    opacity: 0;
    visibility: hidden;
}

#title_due._moveDown {
    /*
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    */
    transition: -webkit-transform .45s linear;
    transition: transform .45s linear
}


#title_tre {
    opacity: 0;
    visibility: hidden;
}


#title_quattro {
    opacity: 0;
    visibility: hidden;
}

#img_quattro {
    opacity: 0;
    visibility: hidden;
}

#img_cinque_uno {
    opacity: 0;
    visibility: hidden;
}

#img_cinque_due {
    opacity: 0;
    visibility: hidden;
}

#section3 {
    opacity: 0;
    visibility: hidden;
}

#section6 {
    opacity: 0;
    visibility: hidden;
}




.fp-controlArrow.fp-prev {
    background: none;
    border: none;
}

.fp-controlArrow.fp-prev:hover {
    opacity: 0.4;
}

.fp-controlArrow.fp-prev:after {
    content: "•";
    display: block;
    position: absolute;
    top: -120px;
    line-height: normal;
    font-size: 122px;
    letter-spacing: 2px;
    font-weight: 100;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
}

.fp-controlArrow.fp-next {
    background: none;
    border: none;
}

.fp-controlArrow.fp-next:hover {
     opacity: 0.4;
}

.fp-controlArrow.fp-next:after {
    content: "•";
    display: block;
    position: absolute;
    top: -120px;
    line-height: normal;
    font-size: 122px;
    letter-spacing: 2px;
    font-weight: 100;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
}

.full-project {
    background: black;
    /*
    opacity: 1;
    visibility: visible;*/
}

.full-project .close-modal {
    right: unset;
    left: 20px;
    font-size: 16px;
    letter-spacing: 4px;
}
.full-project .close-modal-project {
    right: unset;
    left: 20px;
    font-size: 16px;
    letter-spacing: 4px;
}


.left_sidebar {
    width: 20%;
    min-width: 200px;
    float: left;
    background: black;
}
.as-table {
    height: 100%;
    display: table;
    vertical-align: bottom;
}

.owl-carousel-project .owl-slide {
    background: black;
}
.owl-carousel-project .owl-stage-outer {
    margin-left: -1px;
}
.owl-carousel-project .owl-nav {
    width: 100%;
    height: 100%;
    top: 0;
    margin-top: 0 !important;
}
.owl-carousel-project .owl-nav .owl-prev{
    float: left;
    height: 100%;
    margin: 0 !important;
    padding-left: 20px !important;
    background: rgba(0,0,0,.6) !important;
    min-width: 80px;
    font-size: 30px;
    margin-left: -1px !important;
}
.owl-carousel-project .owl-nav .owl-prev span, .owl-carousel-project .owl-nav .owl-next span {
    font-size: 80px;
}
.owl-carousel-project .owl-nav .owl-next{
    float: right;
    height: 100%;
    margin: 0 !important;
    padding-right: 20px !important;
    background: rgba(0,0,0,.6) !important;
    min-width: 80px;
    font-size: 30px;
}

.owl-carousel-portfolio .owl-slide {
    background: black;
}
.owl-carousel-portfolio .owl-stage-outer {
    margin-left: -1px;
}
.owl-carousel-portfolio .owl-nav {
    width: 100%;
    height: 100%;
    top: 0;
    margin-top: 0 !important;
}
.owl-carousel-portfolio .owl-nav .owl-prev{
    float: left;
    height: 100%;
    margin: 0 !important;
    padding-left: 20px !important;
    background: rgba(0,0,0,.6) !important;
    min-width: 80px;
    font-size: 30px;
    margin-left: -1px !important;
}
.owl-carousel-portfolio .owl-nav .owl-prev span, .owl-carousel-portfolio .owl-nav .owl-next span {
    font-size: 80px;
}
.owl-carousel-portfolio .owl-nav .owl-next{
    float: right;
    height: 100%;
    margin: 0 !important;
    padding-right: 20px !important;
    background: rgba(0,0,0,.6) !important;
    min-width: 80px;
    font-size: 30px;
}


.logo_sidebar {
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}
.logo_sidebar img{
    width: 100%;
    max-width: 200px;
    display: inline-block;
    height: auto;
}

.right_main {
    width: 80%;
    float: right;
    background: black;
    overflow: hidden;
}


.fp-controlArrow.fp-next {
    top: unset;
    bottom: 160px;
    right: unset;
    margin: 0 auto;
    position: relative;
    margin-bottom: 100px;
    display: inline-block;
    margin-left: 30px;
}
.fp-controlArrow.fp-prev {
    top: unset;
    bottom: 160px;
    right: unset;
    margin: 0 auto;
    position: relative;
    margin-bottom: 100px;
    display: inline-block;
    margin-right: 30px;
}


@media (max-width: 1499px) {


}

@media (max-width: 1300px) {

}

@media (max-width: 1199px) {

}

@media (max-width: 1100px) {

}

@media (max-width: 1024px) {

    .immagine_wrp {
        top: 20vh;
    }
    .section-deco__number {
        font-size: 90px;
    }
    #section3 h1 {
        font-size: 6rem;
        padding-left: 10vw;
    }

    .immagine_wrp.tpz_top img {
        max-width: 600px;
    }

    .immagine_wrp.tpz_bottom img {
        max-width: 600px;
    }

    .no_rotate .section-deco__number {
        font-size: 90px;
    }

    .immagine_wrp.tpz_top {
        right: unset;
        left: -450px;
        top: 155px;
    }

    .immagine_wrp.tpz_bottom {
        left: unset;
        right: -450px;
        top: 286px;
        z-index: 12;
    }

}

@media (max-width: 1023px) {

}

@media (max-width: 991px) {
    .right_main {
        width: 78% !important;
        float: left;
    }

}

@media (max-width: 768px) {

    .immagine_wrp {
        top: 20vh;
    }
    .section-deco__number {
        font-size: 90px;
    }

    .extra_txt {
        display: none;
    }

    .fp-controlArrow.fp-prev {
        /*left: 5px;*/
        position: absolute;
        top: 62%;
        bottom: unset;
        left: 45%;
        margin-right: 10px;
    }
    .fp-controlArrow.fp-next {
        /*right: 30px;*/
        position: absolute;
        top: 62%;
        bottom: unset;
        right: 45%;
        margin-left: 10px;
    }
    .fp-controlArrow.fp-prev:after {
        top: -40px;
        line-height: 20px;
    }
    .fp-controlArrow.fp-next:after {
        top: -40px;
        line-height: 20px;
    }


}

@media (max-width: 767px) {

    .extra_txt {
        display: none;
    }

    #menu {
        height: 80px;
    }

    #menu li {
        display: inline-block;
        margin: 10px;
    }

    #logo {
        right: 20px;
        top: 20px;
    }

    #menu_footer {
        /*
        position: fixed;
        */
    }

    #menu_footer #footer_menu li {
        width: 33%;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        letter-spacing: 2px;
    }

    .slider_home_desktop {

    }



    .removeFixedheight,
    .removeFixedheight.fp-slide,
    .removeFixedheight.fp-tableCell{
        height: auto !important;
    }

    h1 {
        font-size: 2em;
    }

    #section6 {
        background: url('../img/bg_contatti@2x.jpg') bottom 50px center no-repeat black;
        background-size: contain;
        transition: background 1.5s linear;
    }

    #section6 .intro {
        margin-top: -90px;
    }

    #section3 h1 {
        font-size: 4rem;
        padding-left: 10vw;
    }

    .section-deco__number {
        font-size: 60px;
    }

    #title_uno {
        transform: matrix(0, -1, 1, 0, -52, -70) !important;
        opacity: .4 !important;
    }

    #title_due {
        transform: matrix(0, -1, 1, 0, -115, 60) !important;
        opacity: .4 !important;
    }

    #title_quattro {
        transform: matrix(0, -1, 1, 0, -40, 80) !important;
        opacity: .4 !important;
    }

    .project_opener {
        font-size: 80px;
        bottom: -40px;
    }

    .slide_wrp_img_1:after {
        content: "\A" !important;
        padding: 2px !important;
    }
    .slide_wrp_img_2:after {
        content: "\A" !important;
        padding: 2px !important;
        right: -20vw !important;
    }

    .fp-controlArrow.fp-prev {
/*        left: 5px !important;
        position: absolute;
        bottom: unset;
        margin-bottom: 0;
        top: 50%;*/

    }
    .fp-controlArrow.fp-next {
        /*right: 30px !important;*/
        /*position: absolute;*/
        /*bottom: unset;*/
        /*margin-bottom: 0;*/
        /*top: 50%;*/
    }
    .fp-controlArrow.fp-prev:after {
        top: -40px;
        line-height: 20px;
    }
    .fp-controlArrow.fp-next:after {
        top: -40px;
        line-height: 20px;
    }
    .wrap_inverted .project_opener {
        left: unset;
        right: -20vw !important;
    }

    .immagine_wrp.tpz_top img {
        max-width: 80%;
    }

    .immagine_wrp.tpz_bottom img {
        max-width: 80%;
    }

    .immagine_wrp.tpz_bottom:after {
        bottom: -20px;
        right: 20px;
    }

    .immagine_wrp.tpz_top:after {
        top: -20px;
        left: 20px;
    }

    .immagine_wrp.tpz_bottom {
        right: -200px;
        top: 280px;
    }
    .immagine_wrp.tpz_top {
        left: -200px;
        top: 185px;
    }

    a.cucina {
        color: black;
        background: rgba(255,255,255,0.7);
    }

    a.cucina:after {
        background: rgba(255,255,255,0.7);
    }
    a.ufficio {
        color: black;
        background: rgba(255,255,255,0.7);
    }

    a.ufficio:after {
        background: rgba(255,255,255,0.7);
    }

    #section5 .no_rotate {
        color: black;
        top: 160px;
        opacity: .4 !important;
    }
    #section5 .no_rotate .section-deco__number {
        font-size: 40px;
        color: black;
    }

    #section5 .no_rotate .line--deco {
        background: black;
    }

    .inside-over h3 {
        font-size: 42px;
        padding-left: 10px;
    }
    .inside-over {
        width: 100%;
    }

    .inside-over .txt {
        width: 90%;
        font-size: 13px;
        letter-spacing: 1px;
    }

    .modulo_contatti_wrp {
        min-width: 100%;
        margin-top: 15px;
    }

    .modulo_contatti_wrp input[type="text"] {
        width: 95%;
    }
    .modulo_contatti_wrp textarea {
        width: 95%;
        min-height: 100px;
    }

    .modulo_contatti_wrp .label_wrp {
        margin-bottom: 10px;
    }

    #section2 {
        background: url(../img/AdobeStock_157565351.png) center bottom 60px no-repeat white;
        background-size: contain;
        padding: 6% 0 0 0;
    }


    .left_sidebar {
        position: absolute;
        width: 100%;
        float: none;
    }
    .left_sidebar .as-table{
        width: 100%;
    }
    .full-project .close-modal {
        z-index: 999;
    }
    .full-project .close-modal-project {
        z-index: 999;
    }

    .right_main {
        width: 100% !important;
        padding-top: 50px;
    }


}

@media (max-width: 575px) {

    .removeFixedheight,
    .removeFixedheight.fp-slide,
    .removeFixedheight.fp-tableCell{
        height: auto !important;
    }

    h1 {
        font-size: 2em;
    }

    #section6 {
        background: url('../img/bg_contatti@2x.jpg') bottom 50px center no-repeat black;
        background-size: contain;
        transition: background 1.5s linear;
    }

    #section6 .intro {
        margin-top: -90px;
    }

    #section3 h1 {
        font-size: 4rem;
        padding-left: 10vw;
    }

    .section-deco__number {
        font-size: 60px;
    }

    #title_uno {
        transform: matrix(0, -1, 1, 0, -52, -70) !important;
        opacity: .4 !important;
    }

    #title_due {
        transform: matrix(0, -1, 1, 0, -115, 60) !important;
        opacity: .4 !important;
    }

    #title_quattro {
        transform: matrix(0, -1, 1, 0, -40, 80) !important;
        opacity: .4 !important;
    }

    .project_opener {
        font-size: 80px;
        bottom: -40px;
    }

    .slide_wrp_img_1:after {
        content: "\A" !important;
        padding: 2px !important;
    }
    .slide_wrp_img_2:after {
        content: "\A" !important;
        padding: 2px !important;
        right: -20vw !important;
    }

    .fp-controlArrow.fp-prev {
        /*left: 5px;*/
        position: absolute;
        top: 400px;
        bottom: unset;
        left: 45%;
    }
    .fp-controlArrow.fp-next {
        /*right: 30px;*/
        position: absolute;
        top: 400px;
        bottom: unset;
        right: 45%;
    }
    .fp-controlArrow.fp-prev:after {
        top: -40px;
        line-height: 20px;
    }
    .fp-controlArrow.fp-next:after {
        top: -40px;
        line-height: 20px;
    }
    .wrap_inverted .project_opener {
        left: unset;
        right: -20vw !important;
    }

    .immagine_wrp.tpz_top img {
        max-width: 80%;
    }

    .immagine_wrp.tpz_bottom img {
        max-width: 80%;
    }

    .immagine_wrp.tpz_bottom:after {
        bottom: -20px;
        right: 20px;
    }

    .immagine_wrp.tpz_top:after {
        top: -20px;
        left: 20px;
    }

    .immagine_wrp.tpz_bottom {
        right: -200px;
        top: 280px;
    }
    .immagine_wrp.tpz_top {
        left: -200px;
        top: 185px;
    }

    a.cucina {
        color: black;
        background: rgba(255,255,255,0.7);
    }

    a.cucina:after {
        background: rgba(255,255,255,0.7);
    }
    a.ufficio {
        color: black;
        background: rgba(255,255,255,0.7);
    }

    a.ufficio:after {
        background: rgba(255,255,255,0.7);
    }

    #section5 .no_rotate {
        color: black;
        top: 160px;
        opacity: .4 !important;
     }
    #section5 .no_rotate .section-deco__number {
        font-size: 40px;
        color: black;
    }

    #section5 .no_rotate .line--deco {
        background: black;
     }

    .inside-over h3 {
        font-size: 42px;
        padding-left: 10px;
    }
    .inside-over {
        width: 100%;
    }

    .inside-over .txt {
        width: 90%;
        font-size: 13px;
        letter-spacing: 1px;
    }

    .modulo_contatti_wrp {
        min-width: 100%;
        margin-top: 15px;
    }

    .modulo_contatti_wrp input[type="text"] {
        width: 95%;
    }
    .modulo_contatti_wrp textarea {
        width: 95%;
        min-height: 100px;
    }

    .modulo_contatti_wrp .label_wrp {
        margin-bottom: 10px;
    }

    #section2 {
        background: url(../img/AdobeStock_157565351.png) center bottom 60px no-repeat white;
        background-size: contain;
        padding: 6% 0 0 0;
    }


    .left_sidebar {
        position: absolute;
        width: 100%;
        float: none;
    }
    .left_sidebar .as-table{
        width: 100%;
    }
    .full-project .close-modal {
        z-index: 999;
    }
    .full-project .close-modal-project {
        z-index: 999;
    }

    .right_main {
        width: 100% !important;
        padding-top: 50px;
    }


    .slide_wrp_img .title_mobile{
        display: block;
    }

    .extra_txt {
        display: none;
    }


}

@media (max-width: 480px) {


}

@media (max-width: 320px) {


}