
/*

a {
    display: block;
    overflow: hidden;
}

img {
    transition: transform .5s ease-in-out;
}

img:hover {
    transform: scale(1.2); 
}

*/

.nav li.languageCss {
    padding-right: 0;
}

.anim-at-100 {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 2s, transform 1s;
}

.anim-at-100.anim {
    opacity: 1;
    transform: translateY(0px);
}

.anim-at-20 {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 2s, transform 1s;
}

.anim-at-20.anim {
    opacity: 1;
    transform: translateY(0px);
}

.anim-at-40 {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 2s, transform 1s;
}

.anim-at-40.anim {
    opacity: 1;
    transform: translateY(0px);
}

.anim-at-60 {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 2s, transform 1s;
}

.anim-at-60.anim {
    opacity: 1;
    transform: translateY(0px);
}


.bannerContainer {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.bannerContainer.sectionHoverStatic {
    z-index: 11;
    background-color: #fff;
    padding: 50px 100px 25px 100px;
    border-top: 1px solid #000;
}

.leftBlock {
    width: 50%;
}

.rightBlock {
    width: 50%;
}

.rightBlock p, .leftBlock p {
    padding: 0;
    margin: 0;
}

.rightBlock h2 {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 70px;
    line-height: 75px;
    padding-bottom: 45px;
}

.leftBlock h2 {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 70px;
    line-height: 75px;
    padding-bottom: 45px;
}


/* banner 1 */

.banner1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 100px 0 180px 0;
}

.banner1 .leftBlock {
    text-align: center;
    padding: 0 110px;
}

.banner1 .rightBlock {
    font-family: forma-djr-text, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 70px;
    line-height: 75px;
}

/* banner 2 */

.banner2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 40px;
}

.banner2 .leftBlock {
    font-family: forma-djr-text, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 70px;
    line-height: 75px;
    padding: 0 110px;
}

.banner2 .rightBlock img {
    width: 100%;
}



/* banner collezioni */

.bannerContainer.collezioni {
    padding: 0 100px;
    padding-top: 180px;
    padding-bottom: 50px;
    background-color: #fff;
}

.titoloSezioneCollezioni {
    margin: 0;
    padding: 0;
    font-family: forma-djr-text, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 70px;
    line-height: 78px;
    padding: 0 15px;
    padding-bottom: 50px;
}

.singleCollection {
    margin: 15px;
    min-height: 450px;
}

.singleCollection:hover {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    /* box-shadow: 5px 5px 2px #dedede, -5px -5px 2px #dedede, 5px -5px 2px #dedede, -5px 5px 2px #dedede; */
}


.singleCollection .titoloCollezione {
    font-family: forma-djr-text, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 35px;
    padding: 10px 25px;
}

.descrizioneCollezione {
    display: none;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    padding: 0;
    margin: 0;
    padding: 0px 25px 20px 25px;
}

.descrizioneCollezione p {
    padding: 0;
    margin: 0;
}

.singleCollection:hover .descrizioneCollezione {
    display: block;
}

.slideCollezioni .descrizioneCollezione a {
    display: none;
}


/* azienda */

.aziendaBlock .descrizione {
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
}

section#goToLink {
    cursor: pointer;
}


/* white bkg */

.fullWhite {
    background-color: #fff;
    width: 100%;
}

.bannerContainer .descritionTitle {
    padding: 10px 0;
}



/* contatti */

.banner6.aziendaBlock.contattiBlock h1 {
    font-weight: 400;
    font-size: 70px;
    line-height: 78px;
    margin: 0;
    padding: 0;
    padding-bottom: 45px;
}

.banner6.aziendaBlock.contattiBlock .indirizzoBox {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    display: flex;
    flex-wrap: wrap;
}

.banner6.aziendaBlock.contattiBlock .indirizzoBox .col40 {
    width: 40%;
}

.banner6.aziendaBlock.contattiBlock .indirizzoBox .col60 {
    width: 60%;
}

.banner6.aziendaBlock.contattiBlock .indirizzoBox .col100 {
    width: 100%;
}

.openCloseMobile .bar {
    width: 30px;
    height: 2px;
    background-color: #333;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;line-height: 80px;
    margin-bottom: 5px;
}

.openCloseMobile {
    display: none;
}

.containerMenuMobile {
    display: none;
}

.banner5 .leftBlock h2 {
    padding-bottom: 120px;
}

.user-registration.ur-frontend-form   {
    display: block;
    margin: 0 auto;
}

div#login { /*
    margin: 0 auto;
    width: 100%;
    max-width: 1420px;
    padding: 20px;
    background-color: #efefef; */
}

.containerMainForm {
    margin: 0 auto;
    width: 100%;
    max-width: 1420px;
    padding: 20px;
    background-color: #efefef;  
}

.containerMainForm p.textAcedi {
    font-size: 22px;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
}

.textLinkReset {
    font-size: 12px;
    padding-top: 10px;
}


form#loginform p {
    display: inline;
    padding-right: 30px;
}

form#loginform label {
    font-size: 14px;
    padding-right: 10px;
}

form#loginform input {
    padding: 5px 10px !important;
    font-size: 16px !important;
}

.wpcf7-response-output {
    color: #000 !important;
    font-size: 14px !important;
    padding: 10px !important;
}



/* popup form */

.popupformcontainer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255,255,255,0.9);
    z-index: 10;
    display: none;
}

.popupform {
    width: 100%;
    max-width: 500px;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    background-color: #fff;
    border: 1px solid #000;
    padding: 20px;
}

.popupform .formContainerFields div {
    width: 100%;
    padding-bottom: 15px;
}

.popupform p {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
}

.popupform span.wpcf7-not-valid-tip {
    font-size: 12px;
}

.closePopup {
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 0;
    padding: 10px;
    cursor: pointer;
}

.closePopup img {
    width: 20px;
}

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

    .banner1 {
        padding: 0;
    }

    .textSlideHome h2 {
        color: #000;
        font-style: normal;
        font-weight: 400;
        font-size: 40px;
        line-height: 45px;
        margin: 0;
        padding: 0;
        padding-bottom: 45px;
        padding-right: 15px;
    }

    .banner1 .leftBlock {
        text-align: center;
        padding: 20px;
        width: 100%;
    }

    .banner1 .rightBlock {
        width: 100%;
        padding: 20px;
        margin-bottom: 30px;
    }

    .banner2 .leftBlock {
        padding: 20px;
        width: 100%;
        order: 2;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .banner2 .leftBlock h2 {
        font-size: 40px;
        line-height: 45px;
        padding-bottom: 45px;
    }

    .rightBlock h2 {
        margin: 0;
        padding: 0;
        font-style: normal;
        font-weight: 400;
        font-size: 50px;
        line-height: 50px;
        padding-bottom: 45px;
    }

    .banner2 .rightBlock {
        width: 100%;
        padding-top: 25px;
        order: 1;
    }

    .bannerContainer.collezioni {
        padding: 0 20px;
        padding-top: 90px;
        padding-bottom: 50px;
        background-color: #fff;
    }

    .contattiLink {
        width: 100%;
        max-width: 1440px;
        margin: 0 auto;
        padding: 187px 30px 130px 30px;
        text-align: center;
        border-top: 1px solid #000;
    }

    .contattiLink h3 {
        font-size: 60px;
        line-height: 58px;
    }

    .preFooterContainer {
        padding: 20px;
    }

    .footerCol {
        width: 50%;
    }

    .titoloSezioneCollezioni {
        font-size: 40px;
        line-height: 45px;
        padding-bottom: 45px;
    }


    .titoloSezioneProdotti {
        font-size: 40px;
        line-height: 45px;
    }

    /* azienda */

    .banner4.aziendaBlock .leftBlock p {
        font-size: 40px !important;
        line-height: 45px !important;
    }

    .banner4.aziendaBlock .rightBlock p {
        font-size: 25px !important;
        line-height: 30px !important;
    }

    .banner4.aziendaBlock .leftBlock img {
        padding-top: 60px;
    }

    .banner4.aziendaBlock {
        padding-bottom: 60px;
    }

    .textImgFull {
        position: relative;
        left: 0;
        top: 0;
        font-style: normal;
        font-weight: 400;
        font-size: 40px;
        line-height: 45px;
        color: #000;
        padding: 20px;
    }

    .banner2.aziendaBlock {
        padding-top: 30px;
    }

    .banner6.aziendaBlock {
        padding-bottom: 30px;
    }

    .banner6.aziendaBlock .leftBlock {
        width: 100%;
        padding: 25px;
    }

    .banner6.aziendaBlock .rightBlock {
        width: 100%;
        padding: 20px;
    }

    .banner6.aziendaBlock .rightBlock h2 {
        padding: 0;
    }

    .banner6.aziendaBlock .rightBlock h2 span {
        font-size: 40px !important;
        line-height: 45px !important;
    }

    .banner6.aziendaBlock .rightBlock h2 span:last-child {
        font-size: 25px !important;
        line-height: 30px !important;
    }
    

    .banner4.aziendaBlock {
        padding: 20px;
        padding-bottom: 50px;
    }

    .containerAzienda {
        padding: 0;
    }

    .banner4.aziendaBlock .leftBlock {
        padding: 0;
        width: 100%;
    }

    .banner4.aziendaBlock .rightBlock {
        width: 100%;
        margin: 0;
        padding: 0;
        padding-left: 0;
    }

    .banner5.aziendaBlock {
        padding-top: 30px;
    }

    .banner5.aziendaBlock .leftBlock {
        padding: 20px;
        width: 100%;
    }

    .banner5.aziendaBlock .rightBlock {
        width: 100%;
        padding: 25px;
    }

    .bannerContainer.prodottiBox {
        padding: 20px;
    }

    .containerProdotti a {
        width: 100%;
    }

    .containerProdotti .singleCollection {
        min-height: inherit;
    }

    .singleCollection .titoloCollezione {
        font-size: 30px;
        line-height: 30px;
        padding: 10px 20px;
    }

    .descrizioneCollezione {
        display: none;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        padding: 0;
        margin: 0;
        padding: 0px 20px 20px 20px;
    }


    .banner5 .leftBlock h2 {
        padding-bottom: 120px;
    }

    /* pdp */

    .mainTitle {
        width: 100%;
        padding: 25px;
        position: relative;
        right: inherit;
        top: inherit;
        z-index: -1;
    }

    .backgroundImage {
        width: 100%;
        height: auto;
    }

    .mainTitle h1 {
        margin: 0;
        padding: 0;
        font-size: 90px;
        line-height: 90px;
        padding-bottom: 50px;
    }

    .boxContainerImmagini {
        width: 100%;
    }

    .bannerContainer.sectionHoverStatic {
        padding: 50px 25px;
    }

    .rowDati .col50 {
        width: 100%;
        padding-right: 0;
    }

    .colContainerProductContainer {
        font-size: 16px;
        line-height: 20px;
    }

    .circleColor {
        width: 50px;
        height: 50px;
        border-radius: 80px;
    }

    .containerTab {
        padding-bottom: 60px;
        display: flex;
        flex-wrap: wrap;
    }

    .nomeProdotto {
        padding: 15px 10px;
        border: 1px solid #000;
        width: calc(50% - 20px);
        margin-right: 20px;
        display: block;
        font-size: 20px;
        text-align: center;
        margin-bottom: 20px;
    }


    /* header */

    .logo {
        float: left;
        width: 25%;
        margin: 0;
        padding: 0;
        padding-top: 15px;
        padding-left: 25px;
        padding-bottom: 15px;
        width: 50% !important;
    }




    .openCloseMobile {
        float: right;
        margin-top: 17px;
        margin-right: 25px;
        display: block;
    }
    .containerMenuMobile {
        display: none;
    }
    .containerMenuMobile {
        position: fixed;
        top: 62px;
        left: 0;
        width: 100%;
        height: calc(100vh - 80px);
        background-color: rgba(255,255,255,0.5);
        z-index: 999;
        overflow-y: auto;
    }
    .containerMenuMobile ul {
        list-style: none;
        margin: 0;
        padding: 20px 0;
        background-color: #fff;
    }
    .containerMenuMobile ul li {
        list-style: none;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #fff;
        background-color: #fff;
        font-size: 12px;
        line-height: 47px;
        font-weight: bold;
        color: #fff;
        padding: 0 25px;
        position: relative;
    }
    .containerMenuMobile ul li a {
        color: #333333;
        font-weight: normal;
        font-size: 24px;
    }
    .containerMenuMobile ul li ul {
        display: none;
        padding-bottom: 10px;
    }
    .containerMenuMobile ul li ul li {
        border: none;
        padding: 0;
        line-height: 34px;
    }
    .containerMenuMobile ul li ul li a {
        font-weight: normal;
        font-size: 14px;
    }
    .arrowSubMenu {
        width: 9px;
        height: 14px;
        display: block;
        cursor: pointer;
        background-image: url(img/arrow-right.png);
        background-repeat: no-repeat;
        background-size: 9px 14px;
        position: absolute;
        right: 15px;
        top: 18px;
    }
    .containerMenuMobile ul li.active .arrowSubMenu {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }


    /* download */

    .catalogoBox .catalogo .leftCatalogo {
        width: 100%;
    }

    .catalogoBox .catalogo .rightCatalogo {
        width: 100%;
        padding: 0 25px;
        padding-top: 25px;
    }

    .catalogoBox .catalogo {
        padding: 30px 25px;
    }

    .bannerContainer h2 {
        font-size: 40px;
        line-height: 45px;
    }

    .rightCatalogo img {
        max-height: 35px;
    }

    .catalogoBox .catalogo {
        align-items: flex-start;
    }

    .catalogoBox .catalogo p {
        margin: 0;
    }


    /* menu */


    /* Icon 3 */


    nav.navMobile {
        height: calc(100vh - 80px);
        background-color: #fff;
        overflow: hidden;
    }

    #nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
        width: 30px;
        height: 24px;
        position: relative;
        margin: 0px auto;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
      }
      
      #nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #000;
        border-radius: 4px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
      }

      


    #nav-icon3 span:nth-child(1) {
        top: 0px;
    }
    
    #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
        top: 12px;
    }
    
    #nav-icon3 span:nth-child(4) {
        top: 24px;
    }
    
    #nav-icon3.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }
    
    #nav-icon3.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    
    #nav-icon3.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    
    #nav-icon3.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }  


    /* prodotto */

    .col1immagini {
        width: 100%;
        padding: 25px 25px 0 25px;
    }

    .col1immagini .img1, .col1immagini .img3 {
        padding: 0;
        padding-bottom: 25px;
    }

    .col1immagini img {
        width: 100%;
        max-width: inherit;
    }

    .col2immagini {
        width: 100%;
        padding: 0 25px;
    }

    .col2immagini .img2 {
        padding: 0;
        padding-bottom: 25px;
    }

    .col2immagini img {
        width: 100%;
        max-width: inherit;
    }

    img.hideMobile {
        display: none;
    }

    .topImgFull.mobileHeight {
        height: 70vh;
        width: 100%;
        position: relative;
        background-position: center center;
    }

    .textImgFull {
        position: absolute;
        left: 0;
        bottom: 0;
        font-style: normal;
        font-weight: 400;
        font-size: 40px;
        line-height: 45px;
        color: #fff;
        padding: 20px;
        top: inherit;
    }

    .banner7.aziendaBlock {
        overflow: hidden;
    }

    .banner7.aziendaBlock img {
        max-width: 150%;
        margin-left: -25%;
    }


    .banner2.aziendaBlock.customPadding {
        padding-top: 0;
        margin-top: 0;
    }

    .banner2.aziendaBlock.customPadding .rightBlock {
        padding-top: 0;
    }


    .banner2.aziendaBlock.customPadding .leftBlock {
        padding: 40px 20px;
    }

    .banner9.aziendaBlock {
        overflow: hidden;
    }

    .banner9.aziendaBlock img {
        max-width: 150%;
        margin-left: -25%;
    }


    .banner3.imgResize {
        overflow: hidden;;
    }

    .banner3.imgResize img {
        max-width: 150%;
        margin-left: -25%;
    }

    .alignMobile {
        float: left !important;
    }

    .blockfabric {
        width: 25%;
    }

}