﻿
/*UTILIZZATI DA TUTTI*/


    body {
        margin:0px;
        font-size:14px;
        font-family: 'Libre Baskerville', serif;
    }
.container {
    position: relative;
    margin: auto;
    max-width: 1000px;

    box-sizing: border-box;
}
    .container2 {
        width:85%;
        position:relative;
        margin:auto;
        text-align:center;
    }

a {
    color: #cca876;
}

.spazio {
    height: 143px;
}
    .spazio2 {
        height:50px;
    }

    .spazioPagina {
        height: 87px;
    }

.logo{
    display:block;
}

.headerContenitore {
    position: fixed;
    z-index: 20;
    width: 100%;
}

.header2 {
    background-color: rgba(255, 255, 255, 1);
}

.immaginestudio {
    display: block;
    width: 300px;
    float: left;
    margin-right: 30px;
}

/* MENU DESKTOP LOGO LINGUE MENU(HOME CONTATTI) */
#ULMenu {
    list-style: none;
    padding: 0px;
    margin: 0px auto;
    display: inline-block;
}

    #ULMenu > .ULMenuli {
        float: left;
    }

        #ULMenu > .ULMenuli a {
            /* width: 355px; */
            width: 100%;
            text-decoration: none;
            /* color: #d3c2ae; */
            padding-right: 20px;
            padding-left: 20px;
            text-align: left;
            padding-bottom: 20px;
            padding-top: 20px;
            /* font-weight: 600; */
            color: #000;
            display: block;
            line-height: 1.2em;
            font-weight: 500;
            transition: background-color 0.5s linear;
            box-sizing: border-box;
        }

            #ULMenu > .ULMenuli a:hover {
                background-color: #77777a;
                color: #fff;
            }

    #ULMenu .ULMenuli .ULMenuul {
        padding: 0px;
        margin: 0px;
        /*width: 355px;*/
        width: 100%;
        /*height: -500px;*/
        position: relative;
        z-index: 4000;
        height: 0px;
        overflow: hidden;
        /*margin-left: -20px;*/
        /*margin-top: 12px;*/
        /*transition: height 0.5s linear;*/
        /*transition: all 0.5s linear;*/
    }

        #ULMenu .ULMenuli .ULMenuul li {
            width: 100%;
            display: block;
            float: left;
            /*width: 261px;*/
            /*width: 355px;*/
            /* height: 55px; */
            background-color: #c3c3c3;
            /*background-color: rgba(211,238,247,0.8);*/
            /*transition: all 0.5s linear;*/
            /*margin-top: 5px;*/
            /*padding: 10px 15px 7px 20px;*/
        }


    #ULMenu > .ULMenuli a.MenuSelezionato {
        background-color: #575c5f;
        color: #fff;
    }

    #ULMenu > .ULMenuli a:hover {
        background-color: #575c5f;
        color: #fff;
    }



.menu_sottomenu > input {
    display: none;
}


    #ULMenu .ULMenuli:hover .ULMenuul {
    transition: height 0.5s linear;
    height: max-content;
    /* transition: height 0.5s ease-in-out; */
    position: absolute;
    width: 250px;
    }



.width250 {
    width: 205px;
}

.width155 {
    width: 166px;
}



#ULMenu > .ULMenuli a.MenuSelezionato {
    background-color: #575c5f;
    color: #fff;
}



.MenuPrincipale {
    display: none;
}
         .MenuCategorieResponsivo {
        display:none;
    }
     .LabelMenuPrincipale {
        display:none;
    }
            .menu > input {
            display:none;
        }

    .menu {
        overflow-y:visible;
    }
     .menuCategorie > input {
            display:none;
        }

    .menuCategorie {
        overflow-y:visible;
        float:right;   
        /*padding-bottom:5px;*/        
    }

    a.selezionato {
        color:#cca876;
    }

     .campimenu a.selezionato {
        color:#cca876;
    }
     .campimenuultimo a.selezionato {
        color:#cca876;
    }

     div.ElencoItem a.selezionato {
        color:#cca876;
    }


.header {
    display: block;
    position: absolute;
    width: 100%;
    z-index: 3000;
    background-color: #09305c;
    background-color: rgba(255, 255, 255, 0.7);
    position: relative;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(0,0,0,.09);
}

.logoimg {
    width: 80px;
    display: inline-block;
}

.logo {
    /* padding-top: 5px; */
    display: flex;
    /* margin: auto; */
    /* max-width: 80px; */
    align-items: center;
    text-decoration: none;
    padding: 5px 0px;
    text-align: left;
}


.spaziofirma {
    margin: 70px 0px;
    text-align: right;
}

    .spaziofirma h1 {
        font-style: oblique;
        font-size: 1.5em;
        font-weight: 300;
        color: #333;
        margin-bottom: 0px;
        text-align: right;
    }

    .spaziofirma h5 {
        font-weight: 300;
    }
    .spaziofirma span {
        font-style: oblique;
        text-align: right;
        font-weight: 300;
    }


    .logoimg img {
        width: 100%;
        display: block;
    }

.testologo {
    color: #333;
}
.logostudio {
    padding-left: 10px;
    padding-top: 5px;
    vertical-align: top;
    font-size: 12px;
    letter-spacing: 3.2px;
}
.logoavvocato {
    vertical-align:top;
    padding-left:10px;
    font-size:12px;
}

.menu {
    font-size: 12px;
    height: 54px;
}
      .campimenu {
        float:left;
        padding-right:20px;
        padding-left:20px;
        text-align:center;
        padding-bottom:15px;
        padding-top:15px;
        font-weight:600;
        letter-spacing:1px;
    }
        .campimenu a {
             text-decoration:none;
             color: black;  
        }
            .campimenu a:hover {
                color:#cca876;
            }

    .campimenuultimo {
        float:left;
            padding-left:20px;
            text-align:center;
            padding-bottom:15px;
            padding-top:15px;
            font-weight:600;
            letter-spacing:1px;
    }
   .campimenuultimo a {
             text-decoration:none;
             color: black;  
        }
            .campimenuultimo a:hover {
                color:#cca876;
            }

    .headerresponsivo {
            display:none;
        }
    .headerslides {
        width:100%;
        margin-top:0px !important;
    }
    .barraheader {
        width:100%;
        float:right;
        border-bottom:1px solid #e8e8e8;
        background-color:white;
    }
    .tel {
        float:right;
        padding-left:20px;
        color:#c0c0c0;
        font-size:12px;
         padding-top:3px;
        padding-bottom:3px;
    }
        .tel a {
        text-decoration:none;
        }
    .teltesto {
        color:#cca876;
        font-size:12px;
         padding-top:3px;
        padding-bottom:3px;
        text-decoration:none;
    }
    .teltesto {
        text-decoration:none;
    }
    .mail {
        float:right;
        padding-left:20px;
        color:#c0c0c0;
        font-size:12px;
        padding-top:3px;
        padding-bottom:3px;
    }
    .mailtesto {
        color:#cca876;
        font-size:12px;
         padding-top:3px;
        padding-bottom:3px;
    }
    .mail a {
        text-decoration:none;
        color: #cca876;
    }
    .it {
        float:right;
        padding-left:10px;
        padding-right:10px;
    }
    .en {
        float:right;
        padding-left:10px;
    }

    .grigio {
        color:#4a4a4a;
    }
.backgroundwhite {
    background-color: #f3f3f3;
}
    
    .menuCategorie {
        width:100%;
        background-image:url('/design/back-header.png');
    }

.footer {
    padding: 80px 0 40px;
    background-color: #000;
    padding: 50px 20px;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    z-index: -1;
    box-sizing: border-box;
    padding: 80px 0 40px;
    text-align: left;
    color: #fff;
    background-color: #575c5f;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
}
.footer2 {
    text-align: center;
    margin-top: 30px;
    color: #fff;
}

.FooterItem {
    width: 33.33333333%;
    float: left;
    font-size: 14px;
    text-align: left;
}

.nomeAzienda {
    padding-bottom: 0px;
    color: #cca876;
    display: block;
    font-weight: 600;
    font-size: 1.2em;
    text-transform: uppercase;
}
.tabella {
    display: table;
}

.FooterItem2 {
    width: 66.6666666%;
    float: left;
    padding-left: 4%;
    box-sizing: border-box;
    text-align: left;
}

.FooterItem2Int {
    width: 50%;
    display: table-cell;
}

.FooterItemFrasi {
    color: #fff;
}

.footer2 a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.footer a {
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

.contenitoreBandiere {
    position: absolute;
    top: -68px;
    right: 0;
    display: flex;
}

    .contenitoreBandiere a.selezionato {
        border-bottom-color: #000;
    }

    .contenitoreBandiere a {
        display: block;
        width: 35px;
        margin: 0px 5px;
        border-bottom: 2px solid transparent;
    }

    .contenitoreBandiere img {
        display: block;
        width: 100%;
    }


/* DEFAULT */

    .visualizzaslide {
        display:none;
    }

.HomeSinistra {
    box-sizing: border-box;
}
.HomeDestra {
    box-sizing: border-box;
}
.campomenuuno {
    padding-top:15px;
    text-align:center;
}
.campomenuultimo {
    padding-top:15px;
    padding-right:0px;
    width:145px;
    text-align:right;
}
.frase {
    display:inline-block;
    width:40%;
    margin:0 auto;
    padding-bottom:20px;
}
.titolofrase {
    font-size: 20px;
    color: black;
    font-weight: 600;
}
.testofrase {
    font-size:14px;
    color:#4a4a4a;
}
.barra {
    /* padding-bottom: 20px; */
    margin: 30px 0px;
}
    .barra img {
        width:100%;
    }
.barra2 {
    /* padding-bottom: 20px; */
    margin: 30px 0px;
}
    .barra2 img {
        width:100%;
    }
.titolofrase {
    padding-bottom:20px;
}
.firma {
    float:right;
}
.titolohome {
    border: 1px solid #cca876;
    float: left;
    width: 15%;
    color: #fff;
    font-size: 24px;
    letter-spacing: 1px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    min-width: 140px;
    box-sizing: border-box;
    margin-right: 20px;
    background-color: #cca876;
    text-align: center;
}
.sottotitolohome {
    padding-bottom: 3px;
    padding-top: 8px;
    font-size: 16px;
    box-sizing: border-box;
    text-align: left;
    padding-left: 10px;
    display: block;
    font-weight: 600;
}
.testohome {
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: justify;
    font-size: 14px;
    color: #4a4a4a;
    line-height: 22px;
}
.infoavvocato {
    margin-top: 20px;
    margin-bottom: 20px;
    background-image: url('/design/sfondo-avvocato.jpg');
    text-align: left;
    color: #4a4a4a;
    font-family: 'Montserrat', sans-serif;
    font-size:13px;
    padding-top:30px;
    padding-left:30px;
    padding-bottom:30px;
    padding-right:30px;
    text-align:justify;
    
}

.infoavvocato img{
    width:100%;
    display:block;
    width:20%;
    float:left;
    box-sizing:border-box;
    padding-right:30px;
    min-width:170px;
}

/* CONTATTI */

    .ContattiSinistra {
            float:left;
            width:50%;
            margin-top:20px;
            margin-bottom:20px;
            padding-right:10px;
            box-sizing:border-box;
        }
    .titolocontatti {
        font-weight: 200;
        margin-top: 0px;
        padding-top: 0px;
        font-size: 30px;
        line-height: 28px;
        font-family: 'Roboto', sans-serif;
        padding-bottom:20px;
    }
     .testocontatti {
        color: black;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 300;
        padding-bottom:20px;
    }
     .ContattiDestra {
        margin-top:20px;
        margin-bottom:20px;
        float:right;
        width:50%;
        font-size:13px;
        color:black;
        vertical-align:top; 
        box-sizing:border-box;
        padding-left:10px;
     }
         .ContattiDestra a {
                color:black;
                text-decoration:none;
            }
      .informazioni {
        font-weight: 500;
        padding-top: 0px;
        font-size: 24px;
        line-height: 30px;
   
    }
     .ContattiForm {
         width:56%;
         color:black;
    }
.infornazionisinistra {
    float:left;
    width:50%;
    box-sizing:border-box;
    margin-top:15px;
    font-family: 'Montserrat', sans-serif;
    color:#4a4a4a;
}
.infornazionisinistra a{
    color:#cca876;
}

.infornazionidestra {
    margin-top:15px;
    float:right;
    width:50%;
    box-sizing:border-box;
    font-family: 'Montserrat', sans-serif;
    color:#4a4a4a;
}

/* MODELLO ELENCO */
div.PaginaElencoWrapper {
    text-align:center;
    width:30%;
    float:left;
    box-sizing:border-box;
    padding-right:30px;
}

.testoelenco {
    width:70%;
    float:right;
    box-sizing:border-box;
    padding-bottom:30px;
}
.titoloelenco {
    font-size: 24px;
    margin-bottom: 20px;
    /*padding-left: 20px;*/
    font-weight: 600;
    text-align:center;
}


.testoelencointerno {
    font-size: 14px;
    line-height: 22px;
    color: #4a4a4a;
    text-align: justify;
    /* font-family: 'Montserrat', sans-serif; */
    font-weight: 300;
    margin-bottom:20px;
}
.NomeCategoriaWrapper {
    font-weight: 600;
    font-size: 24px;
    border-left: 5px solid #cca876;
    text-align: left;
    padding-left: 20px;
    margin-bottom: 10px;
}

div.ElencoItem {
    width:100%;
    margin-top:10px;
    margin-bottom:10px;
    display:inline-block;
    box-sizing:border-box;
}
    div.ElencoItem a {
        text-decoration:none;
        color:black;
    }
    div.ElencoItem a:hover {
        color:#cca876;
    }

.immagineinfo {
    width:5%;
    float:left;
}

    .immagineinfo img {
        border:5px solid #cca876;
        width:100%;
        display:block;
    }

.richiestainfo {

}
.titoloinfo {
    color:black;
    font-size:13px;
}
.testoinfo {
    float:right;
    width:91%;
    box-sizing:border-box;
    font-size:11px;
    color:#4a4a4a;
    padding-left:20px;
    text-align:justify;
    font-family: 'Montserrat', sans-serif;
}
    .testoinfo a {
        text-decoration:none;
        color:#4a4a4a;
    }
    .richiestainfo a:hover {
        color:#cca876
    }

a.Link1 {
    display:block;
    overflow:hidden;
}
img.immagineprodotto {
    display:block;
    margin:0px auto;
}
div.immagineprodottowrapper {
    width:150%;
    border:solid 1px red;
    margin-left:-24%;
}
    .immaginemodello {
        width:100%;
    }
    .DescrizioneSuPaginaElenco {
        width:100%;
        margin:auto;
        text-align:left;
    }
    .DescrizioneSuPaginaElenco a{
  
    }
.punto{
   float:left;
   width:10px;
   box-sizing:border-box;
}
.NomeCategoria {
    width:90%;
    float:left;
    padding-left:20px;
    box-sizing:border-box;
}

/* MODELLO DETTAGLIO */

    div.PaginaDettaglio {
        display:inline-block;
        width:49%;
        vertical-align:top;
        margin-top:20px;
    }
    div.ImmaginePrincipale {
        display:inline-block;
        position:relative;
        width:50%;
        margin-top:20px;
        margin-bottom:20px;
    }
    div.ImmaginePrincipale img {
        display: block;
        width:100%;
        margin: 0px auto;
    }
    .sottocategoriadettaglio2 {
        font-weight: 500;
        padding-top: 0px;
        font-size: 24px;
        line-height: 30px;
        font-family: Roboto, sans-serif;
        letter-spacing:3px;
    }
    .testodettaglio {
        margin-top:20px;
        padding-left:20px;
    }
    div.ImmaginiAllegateWrapper {
         display:inline-block;
         margin-top:15px;
         text-align:center;
         width:51%;
         float:left;    
    }
    div.ImmaginiAllegateWrapper img{
         display:inline-block;
         width:25%;
         min-width:150px;
    }

    div.DettaglioInternoAllegati img.FileIco {
          width:30px;
    }
        div.DettaglioInternoAllegati a {
            display:block;
            color:#C50E2D;
            text-decoration:none;
        }

/* TRATTAMENTO DATI PERSONALI */

    div.TrattamentoDatiPersonaliWrapper {
        color:black;
        font-size:15px;
    }
  
    div.HomeNovita {
        position:relative;
        height:400px;
        
    }

    /* SNIPPET BREADCRUMBS */
    div.SnippetBreadCrumbs {
        position:relative;
        bottom:0px;
        left:0px;
        width:100%;
        text-align:left;
        padding-top:5px;
        float:right;
    }
    div.SnippetBreadCrumbs ol {
        list-style:none;
        margin:0px;
        padding:0px;
        display:inline-block;
    }
        div.SnippetBreadCrumbs ol li {
            display:inline-block;
            padding-right:5px;
            padding-left:5px;
        }
    div.SnippetBreadCrumbs a {
        text-decoration:none;
        color:#cca876;
        font-size:12px;
    }
.nomecat {
    color:#4a4a4a;
}
    .partealta {
        position:relative;
    }
    .claim3 {
        position: absolute;
        left: 7.5%;
        /* width: 50%; */
        color: white;
        bottom: 20%;
        background-color: rgba(0,0,0,0.3);
        padding: 20px;
        box-sizing: border-box;
    }
     .claim4 {
        position: absolute;
        left: 7.5%;
        width:50%;
        color:  black;
        bottom: 20%;
    }
        .titolomarchi {
        font-size:40px;
        letter-spacing:1px;
    }
        .titolomarchi2 {
        font-size:20px;
        letter-spacing:1px;
    }

.contenitoreCategorie {
    display: flex;
    align-items: center;
}


.testoelenco.widt100{
    width:100%;
}

.contenitoreRidotto {
    max-width: 600px;
    margin: auto;
}

.sezioneGrigiaCompleta {
    background-color: #f1f1f1;
    padding: 50px 0px;
    text-align:center;
}

.sezioneStandard {
    margin: 80px 0px;
}

.BlocchiProdotti {
    display: flex;
    flex-wrap: wrap;
}
.bloccoazienda {
    padding: 10px 20px;
    margin: auto;
}
.sezioneStandard h2 {
    COLOR: #6dc1da;
    margin: 0px;
    font-weight: 400;
    font-size: 21px;
    font-style: italic;
    line-height: 1.5em;
    letter-spacing: .84px;
}

.containerStandard2 {
    text-align: center;
    width: 100%;
    color: black;
    line-height: 2em;
}

    .containerStandard2 a{
        color:#333;
    }

    .containerStandard {
        display: flex;
    }

.mappa {
    width: 100%;
    height: 550px;
}

.BlocchiProdotti h1 {
    font-size: 24px;
    margin-bottom: 20px;
    /*padding-left: 20px;*/
    /*border-left: 5px solid #cca876;*/
    font-weight: 600;
}

   
/* SEZIONE RESPONSIVA PER DISPOSITIVI MOBILI */
@media screen and (max-width:1000px) {

    .contenitoreBandiere {
        top: 0px;
        right: 0px;
        position: relative;
        margin: auto;
        display: flex;
        width: min-content;
        margin-top: 20px;
    }

    .immaginestudio {
        width: 150px;
        margin-right: 20px;
        margin-top: -5px;
    }

    .footer {
        padding: 20px 0 40px;
    }

    .containerStandard2 {
        text-align: left;
    }

    .FooterItem {
        width: 100%;
        float: none;
        font-size: 13px;
        text-align: center;
    }

    .FooterItem2 {
        width: 100%;
        float: none;
        padding-left: 0%;
        text-align: left;
        margin-top: 20px;
        font-size: 13px;
        padding-right: 0px;
        box-sizing: border-box;
    }

    .FooterItem2Int {
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }
    .spaziofirma {
        margin: 30px 0px;
    }

    #slideshowResponsivo.dimensionesshow .ContenitoreClaim > ins{
        display:none;
    }

    .container {
        padding: 0px 20px;
        box-sizing: border-box;
        margin: 0px;
    }

    .logo {
        padding: 0px;
        margin: inherit;
    }

    #ULMenu .ULMenuli:hover .ULMenuul {
        height: max-content;
        width: 100%;
    }

    .sottotitolohome {
        padding-bottom: 3px;
        padding-top: 15px;
        padding-left: 0px;
    }
    .titolohome {
        float: none;
        width: 15%;
        margin-right: 0px;
        margin-bottom: 20px;
    }


    .barraheader {
       display:none;
    }


    .spazioPagina {
        height: 0px;
    }
    .contenitoreCategorie {
        display: block;
    }


    .container2 {
        width: 100%;
        position: relative;
        margin: auto;
        text-align: center;
    }

    #ULMenu > .ULMenuli a {
        font-size: 12px;
    }

    .visualizzaslide {
        height: 50px;
        display: block;
    }

    .barra2 {
        visibility: hidden;
    }

    .spazio {
        height: 59px;
    }
    .spazio2 {
        height:0px;
    }

    /* MENU MOBILE LOGO LINGUE MENU(HOME CONTATTI) */

    .MenuPrincipale {
        display: block;
        position: absolute;
        margin-top: 10px;
        right: 0px;
        float: none;
        background-color: white;
        padding: 10px;
        box-sizing: border-box;
        color: black;
        width: 120px;
        height: 40px;
        font-size: 13px;
        z-index: 10;
        border:1px solid silver;
    }

    .LabelMenuPrincipale {
        display: block;
        position: absolute;
    }

    .menu > input + div {
        position: absolute;
        left: -100%;
        width: 100%;
        z-index: 2000;
        background-color: whitesmoke;
        transition: left 500ms;
        min-height: 1000px;
    }

    .menu > input:checked + div {
        left: 0px;
    }


    .menuCategorie > input + div {
        position: absolute;
        left: -100%;
        width: 100%;
        z-index: 2000;
        transition: left 500ms;
        min-height: 105px;
        background-color: #f6f6f6;
        margin-top: 65px;
        font-size: 12px;
    }

    .menuCategorie > input:checked + div {
        left: 0px;
    }

    .MenuCategorieResponsivo {
        display: block;
        position: absolute;
        margin-top: 60px;
        right: 0px;
        float: none;
        padding: 10px;
        box-sizing: border-box;
        color: black;
        width: 120px;
        height: 40px;
        font-size: 13px;
        z-index: 10;
        text-align: left;
        background-image:url('/design/back-header.png');
    }
    .menuCategorie {
        background-image:none;
    }

    .campimenu {
        float: none;
        padding-right: 0px;
        padding-left: 0px;
        text-align: center;
       
        font-weight: 600;
        border-bottom: 1px solid silver;
    }
    .campimenuultimo {
        float: none;
        padding-right: 0px;
        padding-left: 0px;
        text-align: center;
      
        font-weight: 600;
        border-bottom: 1px solid silver;
    }


        .campimenu a {
            text-decoration: none;
            color: black;
        }

            .campimenu a:hover {
                text-decoration: none;
                color:#cca876;
            }

    .headerresponsivo {
        display: block;
        height: auto;
    }

    .contenitorelogo {
        position: relative;
        padding-top: 20px;
        padding-left: 7px;
        float: left;
    }

    .titolo {
        font-size: 20px;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        letter-spacing: 3px;
    }

    .headerlingue {
        margin-top: 21px;
        position: relative;
        text-align: right;
    }

    .logoimg {
        padding-left: 10px;
        width: 60px;
        display: inline-block;
    }
    .frase {
       width:100%;
    }



    /* DEFAULT */

    .HomeSinistra {
        width: 100%;
        float: left;
        padding-right:0px;
    }

    .HomeDestra {
        width: 100%;
        float: right;
        padding-left:0px;
        padding-top:20px;
    }




    #ULMenu {
        width: 100%;
    }

        #ULMenu > .ULMenuli {
            width: 100%;
        }

    .labelmenu_DUE {
        width: 100%;
        cursor: pointer;
    }

        .labelmenu_DUE ~ .menu_sottomenu > input ~ div {
            display: none;
            z-index: 2000;
            height: 432px;
            transition: left 1000ms ease;
        }

    .menu_sottomenu {
        z-index: 20;
        /* font-family: 'Muli', sans-serif; */
        font-size: 14px;
        font-weight: 300;
    }

    .width205 {
        width: 100%;
    }

        .labelmenu_DUE ~ .menu_sottomenu > input:checked ~ div {
            display: block;
            position: relative;
            left: 0px;
            width: 100%;
        }

    #ULMenu .ULMenuli .ULMenuul {
        height: unset;
    }

    .lineamenu {
        height: 2px;
        width: 28px;
        background-color: #000;
        margin-bottom: 5px;
    }

    .header {
        height: 0px;
    }
    .backgroundwhite {
        background-color: transparent;
    }



    .menuacomparsa {
        display: block;
        position: absolute;
        margin-top: -50px;
        right: 0px;
        /* top: 0px; */
        float: none;
        padding: 10px;
        box-sizing: border-box;
        color: black;
        width: 51px;
        height: 28px;
        font-size: 13px;
        z-index: 2600000000000000000;
        margin-right: 15px;
    }


    /* CONTATTI */
    .ContattiSinistra {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-right:0px;
    }

        .ContattiSinistra img {
            width: 100%;
        }

    .ContattiDestra {
        width: 100%;
        font-size: 13px;
        color: black;
            padding-left: 0px;
    }
    .infornazionisinistra {
        width:100%;
    }
    .infornazionidestra {
        width:100%;
    }

    .titolocontatti {
        font-weight: 200;
        margin-top: 0px;
        padding-top: 0px;
        padding-left: 20px;
        font-size: 30px;
        line-height: 28px;
        font-family: 'Roboto', sans-serif;
        padding-bottom: 20px;
    }

    .testocontatti {
        color: black;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 300;
        padding-bottom: 20px;
        padding-left: 20px;
    }

    .informazioni {
        font-weight: 500;
        padding-top: 0px;
        font-size: 24px;
        line-height: 30px;
        font-family: Roboto, sans-serif;
    }

    .ContattiDestra a {
        color: black;
        text-decoration: none;
    }

    .ContattiForm {
        width: 100%;
        color: black;
    }

    /* TRATTAMENTO DATI PERSONALI */

    div.TrattamentoDatiPersonaliWrapper {
        padding: 20px;
        position: relative;
        color: black;
        font-size: 17px;
    }

    div.HomeNovita {
        position: relative;
    }

    /* PAGINA DETTAGLIO */

    div.ImmaginePrincipale {
        margin: 0px auto;
        position: relative;
        min-height: 200px;
        width: 100%;
    }

        div.ImmaginePrincipale img {
            display: block;
            margin: 0px auto;
            width: 100%;
            position: relative;
        }

    div.PaginaDettaglio {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        margin-top: 20px;
    }

    .Dettaglio {
        width: 100%;
        padding-bottom: 20px;
    }

    .immagineAllegataItem {
        text-align: center;
    }

    a.immagineAllegataItem {
        display: inline-block;
    }

        a.immagineAllegataItem img {
            min-width: 120px;
        }

    div.ImmaginiAllegateWrapper {
        width: 100%;
        margin-top: 15px;
        text-align: center;
        display: block;
    }

        div.ImmaginiAllegateWrapper img {
            display: inline-block;
            min-width: 150px;
        }

    div.PaginaElencoWrapper {
        text-align: center;
        width: 100%;
        float: none;
        box-sizing: border-box;
        padding-bottom:20px;
    }

    .testoelenco {
        width: 100%;
        float: none;
        box-sizing: border-box;
        padding-bottom: 0px;
    }
    .claim3 {
        display:none;
    }
    .claim4 {
        display:none;
    }
}

/*@media screen and (min-width:767px) and (max-width:1165px) {

    .container2 {
        width: 100%;
    }

    .categorie {
        width: 121px;
    }

    .logoimg {
        padding-left: 10px;
    }

    .campomenuultimo {
        margin-right: 20px;
    }

    .campimenuultimo {
        margin-right: 20px;
    }

    .mail {
        margin-right: 20px;
    }

    .titolomarchi {
            font-size: 24px;
    }

    .titolomarchi2 {
            font-size: 16px;
    }

}

@media screen and (min-width:767px) and (max-width:1240px) {

}*/





