﻿
/*UTILIZZATI DA TUTTI*/





body {
    margin: 0px;
    font-size: 14px;
    font-family: 'Open Sans', serif;
}
    .container {
        max-width: 1170px;
        position: relative;
        margin: auto;
        padding: 0px 20px;
        box-sizing: border-box;
    }
    .container2 {
        max-width: 1170px;
        position: relative;
        margin: auto;
        text-align: center;
        padding: 0px 20px;
        box-sizing: border-box;
    }

.containerMenu {
    position: relative;
    margin: auto;
    text-align: center;
    padding: 0px 15px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    width: 100%;
}

.bloccoprogramma img.qrcodeSecurity {
    width: 150px;
    height: 150px;
    border: 10px solid #1a73e8;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 10px;
    display: inline-block;
    cursor:pointer;
}

.bloccoprogramma.margintotale{
    margin:0px 10px;
}

.RisultatoSecurity {
    width: 50%;
    border: 1px solid #1a73e8;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
    display: block;
    display: inline-block;
    color: white;
}

.bloccoprogramma.width100 {
    width: 100%;
}

.ContenitorePodcast {
    display: flex;
    margin-bottom: 30px;
    padding: 0px 20px;
    box-sizing: border-box;
}




.BloccoContenitorePodcast {
    width: 300px;
    text-align: left;
}

    .BloccoContenitorePodcast img {
        display: block;
        width: 100%;
    }

    .BloccoContenitorePodcast audio {
        width: 100%;
        display: block;
    }

    .BloccoContenitorePodcast h3 {
        color: white;
        margin-bottom: 2px;
    }
    .BloccoContenitorePodcast h4 {
        color: grey;
        margin: 0px;
    }

/*audio:hover, audio:focus, audio:active {
    -webkit-box-shadow: 15px 15px 20px rgba(0,0, 0, 0.4);
    -moz-box-shadow: 15px 15px 20px rgba(0,0, 0, 0.4);
    box-shadow: 15px 15px 20px rgba(0,0, 0, 0.4);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}*/

audio {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -moz-box-shadow: 2px 2px 4px 0px #ce1e21;
    -webkit-box-shadow: 2px 2px 4px 0px #ce1e21;
    box-shadow: 2px 2px 4px 0px #ce1e21;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    border-radius: 0px;
    background-color: #f1f3f4;
    width:100%;
}



    .RisultatoSecurity.Rosso {
        background-color: red;
    }
.RisultatoSecurity.Verde {
    background-color: green;
}


.spazio {
    height: 74px;
}

.titolo3 a {
    color: #008fd5;
}

#calendarContainer1{
    background-color:red;
}

.ScrittaCentrale {
    text-align: center;
    color: white;
    font-size: 4em;
    /* color: #be8807; */
    text-align: center;
    line-height: 1.0625;
    letter-spacing: -.02em;
    box-sizing: border-box;
    text-transform: uppercase;
    padding: 10px 10px;
    /* margin: 0 0 .45em; */
    text-shadow: 1px 1px 1px #000;
    background-color: rgba(0,0,0,0.8);

}

canvas {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}


.videoQrcode {
    position: fixed;
    z-index: 50;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.DropDownListLista2 {
    border: none;
    /*color: #808080;*/
    padding: 3px 0px;
    font-size: 14px;
    box-sizing: border-box;
    margin-bottom: 10px;
    outline: none;
    width: 100%;
    border: 0;
    text-align: center;
    border-bottom: 1px solid lightgrey;
}

.bordoqrcode {
    position: fixed;
    z-index: 50;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.bordoqrcodeinterno {
    margin: auto;
    width: 250px;
    height: 250px;
    border: 10px solid #1a73e8;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    position: absolute;
    top: 50%;
    border-radius: 20px;
}


.videoQrcode video {
    height: 100%;
    width: 100%;
    transition: all 1500ms;
    object-fit: cover;
}

.nascondi{
    display:none;
}

.LoginLogout i {
    font-size: 20px;
    margin-right: 10px;
    margin-top: -6px;
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    padding: 5px;
    box-sizing: border-box;
    cursor: pointer;
    /* margin: 0 8px; */
    border-radius: 50%;
    background-color: #1a73e8;
}

.LogoutFixed {
    position: fixed;
    bottom: 0px;
    right: 0px;
    background-color: #1b72e8;
    z-index: 100000000;
    float: right;
    color: white;
    padding: 10px 15px;
    margin: 14px 0px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-decoration: none;
    height: 20px;
}

    .LogoutFixed i {
        font-size: 20px;
        /* margin-right: 10px; */
        margin-top: -6px;
        display: block;
        float: left;
        width: 32px;
        height: 32px;
        padding: 5px;
        box-sizing: border-box;
        cursor: pointer;
        /* margin: 0 8px; */
        border-radius: 50%;
        background-color: #1a73e8;
        color: white;
    }


.contenitoreImmaginiHeader img {
    width: 100%;
    display: block;
}

.contenitoreImmaginiHeader {
    position: relative;
    width: 100%;
    height: 350px;
    position: relative;
    background-size: 100% 100%;
    display: block;
    margin-bottom: 20px;
    z-index: 12;
}
.sfondocapodanno {
    background: url('/foto/capodanno.jpg') center bottom/cover no-repeat;
}
.sfondocalendario {
    background: url('/foto/calendario.jpg') center bottom/cover no-repeat;
}


.bottoni {
    color: #4285f4;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .01em;
}

.sfondonero2 {
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    position: absolute;
}
.sfondonero {
    background-color: #0c0c0c;
}

.claimfasce {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    position: absolute;
    top: 50%;
}

.titolofasce {
    color: white;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    padding: 50px 20px;
    text-transform:uppercase;
}

.pulsantescopri {

    
    font-size: 14px;
    font-weight: 500;
    box-sizing: border-box;
    width: 190px;
    text-decoration: none;
    color: black;
    border-radius: 3px;
    cursor: pointer;
    background: #4285f4;
    color: #fff;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
    display:inline-block;
}




.fasciaeventi {
    background-color: #232323;
    padding: 50px 0px;
    text-align: center;
}

    .fasciaeventi a{
        color:white;

    }

    .fasciaeventi img {
        display: inline-block;
    }

    .sala {
        border-top: 0px;
        float: right;
        width: 100%;
        border: 1px solid silver;
        padding: 20px;
        box-sizing: border-box;
        font-size: 20px;
        height: auto;
        margin-left: 0px;
        margin-bottom: 50px;
    }

.descsala {
    margin-top: 20px
}

.marca {
    font-size: 12px;
    margin-top: 5px;
    font-weight: 300;
    font-style: italic;
}

.contenitoreHomeImg > .fotohome {
    display:none;
}

.fascia {
    width:100%;
    display:block;
    /*min-height:150px;*/
}


.visualizzaGalleria {
    font-weight:300;
}

    .visualizzaGalleria a {
        color:black;
    }

.iscriviti {
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    color: #fff;
    background-color: #098ed1;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.3333333;
    margin-right: 10px;
}


div.ImmaginePrincipale > img.immaginiInterne {
    float: left;
    width: 50%;
    display: block;
    border: 1px solid silver;
    box-sizing: border-box;
}

.collaborazioni img{
    display:inline-block;
    border:1px solid silver;
    margin:5px;
    width:250px;

}


.inputAccetta {
    margin-left: 0;
    font-size: 13px;
    font-weight: 600;
}


div.immagineprodottowrapper {
    position: relative;
    height: 300px;
}

.bloccoprogramma img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.DescrizioneSuPaginaElenco2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.data {
    width: 110px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 25px 10px;
}

.date-day {
    font-size: 44px;
    line-height: 1;
    margin-bottom: 0.2em;
    font-weight: 500;
    color: #222;
}

.date-other {
    color: #888;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
}

.info-description {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding: 15px 15px;
    text-align: left;
}

    .info-description p {
        color: grey;
        text-transform: uppercase;
        font-weight: 400;
    }

    .info-description i{
        margin-right:5px;
    }

    .info-description:before {
        position: absolute;
        background-color: #dadada;
        width: 1px;
        height: 100%;
        display: block;
        content: '';
        margin-left: -25px;
        top: 0;
    }

.TitoloHome {
    text-transform: uppercase;
    color: white;
    font-weight: 500;
}

.contenitoreMarginiNegativi {
}


.title {
    margin: 0;
    color:black;
}

    .title a {
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        max-height: 78px;
    }



/* MENU DESKTOP LOGO LINGUE MENU(HOME CONTATTI) */
.MenuPrincipale {
    display: none;
}
          .MenuSecondarioResponsivo {
        display:none;
    }

          .MenuConfiguratore {
        display:none;
    }
          .LabelMenuConfiguratore {
        display:none;
    }
    #MenuConfiguratoreResponsivo {
        display:none;
    }


    .MenuCategorieResponsivo {
        display:none;
    }
     .LabelMenuPrincipale {
        display:none;
    }

     .LabelMenuSecondarioResponsivo {
        display:none;
    }


            .menu > input {
            display:none;
        }
            .menu2 > input {
            display:none;
        }

            

        .testocontenitore1 > input {
            display:none;
        }
        .testocontenitore2 > input {
            display:none;
        }
         /*.menu2 > input {
            display:none;
        }*/


    .menu {
        overflow-y:visible;
    }
     .menuCategorie > input {
            display:none;
        }

    .menuCategorie {
        overflow-y:visible;
        float:right;   
        padding-bottom:5px;        
    }


.LoginLogout {
    float: right;
    border: 1px solid white;
    color: white;
    padding: 10px 15px;
    margin: 14px 0px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-decoration: none;
    height: 20px;
}


.header {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 50;
    /*background-color: rgba(0,0,0,0.6);*/
    top: 0;
}

    .header3 {
        display: block;
        position: fixed;
        width: 100%;
        background-color: #eeeeee; 
        z-index: 3000;
        height: 74px;
        box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset;
        /* background: rgba(0,0,0,0); */
    /*background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(10,10,10,0.3) 50%, rgba(19,19,19,0) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(50%, rgba(10,10,10,0.3)), color-stop(100%, rgba(19,19,19,0)));
        /* background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(10,10,10,0.5) 50%, rgba(19,19,19,0) 100%); */
    /*background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(10,10,10,0.3) 50%, rgba(19,19,19,0) 100%);
        background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(10,10,10,0.3) 50%, rgba(19,19,19,0) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#131313', GradientType=0 );*/
    top: 0;
}

.header2 {
    position: fixed;
    background-color: rgba(255, 255, 255, .67);
        width:100%;
        margin-top:74px;
        z-index: 3000;
        /*height:40px;*/
    top: 0;
}
.logo {
    padding: 10px 0px;
    float: left;
    /* height: 50px; */
    /* width: 19%; */
    margin: 0 auto;
}

    .logo img {
        /* width: 130px; */
        display: block;
        height: 50px;
        margin: 0 auto;
    }

    .menu {
        /* width: 80%; */
        z-index: 20;
        /* padding-top: 10px; */
        float: right;
        display:none;
    }
      .campimenu {
        float: left;
        /* padding-right: 20px; */
        /* padding-left: 20px; */
        text-align: right;
        /* padding-bottom: 20px; */
        padding-top: 30px;
        font-weight: 300;
        color: black;
        font-size: 14px;
        /* line-height: 1.0625; */
        letter-spacing: -.02em;
    }
        .campimenu a {
            text-decoration: none;
            color: rgb(123, 109, 29);
            margin: 0px 10px;
            max-width: 130px;
            display: block;
            float: left;
            text-align: left;
            line-height: 15px;
        }
            .campimenu a:hover {
                color:#000;
                /*text-decoration:underline;*/
            }
            .campimenu a.a_menuresponsivo {
                display:none;
            }
/*.centraTesto {
    padding-top:18px;
}*/

div.first {
    position: relative;
    /*overflow: hidden;
    height: 100vh;*/
    background-color: black;
}

div.first2 {
    transition: all 1500ms;
}


.first2 img {
    /*height: 100vh;*/
    width: 100%;
    display: block;
    object-fit: cover;
}


div.firstNuovo {
    position: relative;
    overflow: hidden;
    height: 100vh;
    background-color: black;
}


.mySlidesHomeNuovo {
    position: absolute;
    height: 100%;
    width: 100%;
    transition: all 1500ms;
}

.first2Nuovo img {
    height: 100vh;
    width: 100%;
    display: block;
    object-fit: cover;
}

.imgSlideNuovo {
    position: absolute;
    width: 100%;
    height: 100vh;
    transition: all 1500ms;
}


.mask {
    background: rgba(0,0,0,0.35);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.headeropaco {
    width: 100%;
    height: 60px;
    filter: blur(7px);
    -webkit-filter: blur(7px);
    transform: scale(1.5);
}

.contenitoreFrase {
    /*position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    z-index: 10;
    position: absolute;
    width: 100%;*/
}


.GridViewStyleProdotto {
    border-collapse: collapse;
    table-layout: auto;
    font-size: 14px;
    width: 100%;
}

    .GridViewStyleProdotto tr {
        /*border-top: 1px solid rgba(0, 0, 0, 0.12);
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);*/
    }

tr.RowStyleProdotto {
    text-align: left;
    background-color: #ffffff;
    transition: opacity, background-color 436ms cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: background-color, opacity;
    /* font-size: 12px; */
    line-height: 1.5em;
    font-weight: 500;
}

.GridViewStyleProdotto > tbody > tr > td:first-child {
    width: 110px;
    font-size: 13px;
    color: #757575;
}

.GridViewStyleProdotto td {
    padding: 10px 5px;
    box-sizing: border-box;
}

tr.AlternatingRowStyleProdotto {
    text-align: left;
    background-color: #ffffff;
    transition: opacity, background-color 436ms cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: background-color, opacity;
    /* font-size: 12px; */
    line-height: 1.5em;
    font-weight: 500;
}

.GridViewStyleProdotto tr {
    /*border-top: 1px solid rgba(0, 0, 0, 0.12);*/
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.GridViewStyleProdotto input[type='text'], textarea, input[type='tel'] {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 2px;
    border: none;
    border-bottom: 1px solid silver;
    background-color: inherit;
}

.videohome{
    margin-top:50px;
}

.bloccoprogrammaInprofilo {
    padding: 38px 30px 38px;
    box-sizing:border-box;
}

.campimenuinternosecondario a {
    color: #23323a;
    font-weight: normal;
    font-size: 13px;
    /* width: 25%; */
    padding: 20px 30px;
    float: left;
    text-align: center;
    margin-left: -30px;
    display: block;
    /* padding-top: 10px; */
    /* padding-bottom: 10px; */
    transition: background 0.5s linear;
}

    .campimenuinternosecondario a:hover {
        color: #23acc1;
        text-decoration:underline;
    }

    .campimenuinternosecondario a.campiselezionato {
        background-color: #dadad5;
        color: #000;
    }

.colore1 {
    background-color: #2d3137;
    color:#fff;
}

.colore2 {
    background-color: #434b53;
    color:#fff;
}
.colore3 {
    background-color: #515b65;
    color:#fff;
}
.colore4 {
    background-color: #5f6b77;
    color:#fff;
}






.campimenuinternosecondario a.MenuSelezionato {
    color: #23acc1;
    text-decoration: underline;
}

.campimenuinternosecondario a.MenuSelezionato2 {
    color:#004993;
    background-color: #eeeeee;
    text-decoration:none;
}

    .headerresponsivo {
            display:none;
        }
    .headerslides {
        width:100%;
        margin-top:0px !important;
    }
    .banner {
        /* width: 200px; */
        background-color: #004993;
        /* margin-top: -120px; */
        /* position: absolute; */
        padding: 50px;
        font-size: 26px;
        color: white;
        font-weight: 200;
        text-align: center;
        box-sizing:border-box;
    }

    /*.banner {
        background-color: #004993;
        margin-top: -916px;
        position: absolute;
        padding: 30px;
        font-size: 26px;
        color: white;

        font-weight: 200;
        text-align: center;
        right: 0;
    }*/

.contenitoreHomeImg {
    max-height: 1000px;
    overflow: hidden;
    position: relative;
    MARGIN-TOP: 70px;
}

    .contenitoreHomeImg img {
        width:100%;
        display:block;
    }


.barracontatti {
    position: relative;
    width: 100%;
    max-height: 400px;
    overflow: hidden;
    text-align: center;
    min-height: 150px;
    background-color: #23323a;
}

.claimHome {
    color: #fff;
    font-size: 66px;
    font-weight: 700;
    /* margin: auto; */
    position: absolute;
    top: 50%;
    z-index: 20;
    text-align: center;
    letter-spacing:-3px;
    left: 50%;
    text-transform: uppercase;
    transform: translate(-50%, -50%);
    text-shadow: 1px 1px 1px #000;
}

.autore {
    font-size: 29px;
    font-style: italic;
    letter-spacing: normal;
}

div.ImmaginePrincipale2 {
    position: relative;
    width: 100%;
    /* max-height: 950px; */
    max-height: 400px;
    overflow: hidden;
    text-align: center;
    /* min-height: 300px; */
}
    div.ImmaginePrincipale2 img {
        display: block;
        width:100%;
        /*max-height: 950px;*/
        /*min-height: 300px;*/
        
    }

    .sfumatura {
        width: 100%;
        height: 100%;
        position: absolute;
        background: rgba(0,0,0,0);
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,0.5) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,0.5)));
        /* background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(10,10,10,0.5) 50%, rgba(19,19,19,0) 100%); */
        background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,0.5) 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,0.5) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,0.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#131313', GradientType=0 );
        z-index: 10;
    }


    a {
        text-decoration:none;
    }


        .banner:hover{ 
            opacity:0.9;
        }


    .carTecniche {
        font-size: 24px;
        font-weight: 300;
        margin-bottom: 30px;
        letter-spacing: -.02em;
    }


    .LabelLog1 {
        width:100%;
        text-align:right;
        margin-top:20px;
    }

.bloccoprogramma {
    display: inline-block;
    box-sizing: border-box;
    width: 49%;
    border: none;
    font-weight: 600;
    position: relative;
    text-align: center;
    z-index: 12;
    /* margin: 20px; */
    /* float: left; */
    padding: 10px;
    vertical-align:top;
}


.bloccoprogrammaLeft {
    box-sizing: border-box;
    width: 49%;
    border: none;
    font-weight: 600;
    position: relative;
    text-align: center;
    z-index: 12;
    /* margin: 20px; */
     float: left; 
    padding: 10px;
    vertical-align: top;
}

.bloccoprogrammaEventi {
    background-color: #1a73e8;
    COLOR: white;
    padding: 40px;
    box-sizing: border-box;
    text-decoration:none;
    display:block;
}

.bloccoprogrammaInt {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    background-color: white;
}

.bloccoprogrammaIntProfilo {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    background-color: white;
    padding:20px;
    box-sizing:border-box;
}

    .bloccoprogrammaIntProfilo .utilizza{
        font-weight:500;
    }

    .bloccoprogrammaIntProfilo a{
        color:black;
        text-decoration:underline;
    }

    .serata {
        margin-top: 20px;
        font-size: 14px;
        font-weight: 500;
    }

.serata a{
    color:white;
}

.programma {
    position: absolute;
    bottom: 20px;
    border: 1px solid #23acc1;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 500;
    left: 50%;
    margin-left: -84px;
    text-decoration:none;
    color:white;
}

.programma2 {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    box-sizing: border-box;
    /*width: 190px;*/
    text-decoration: none;
    color: black;
    border-radius: 3px;
    cursor: pointer;
    background-color: #0070c9;
    background: linear-gradient(#42a1ec,#0070c9);
    border: 1px solid #07c;
    color: #fff;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
    display: block;
}


.mascheranera {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 64px 20px 20px 20px;
    box-sizing: border-box;
}

.CreaLogin {
    color: #1a73e8;
    line-height: 1.4286;
    /* margin: 8px 0px; */
    text-transform: none;
    max-width: 300px;
    font-weight: 600;
    letter-spacing: .25px;
    /* text-decoration: underline; */
    font-size: 13px;
}
.RecuperaPass {
    color: #0c0c0c;
    line-height: 1.4286;
    /* margin: 8px 0px; */
    text-transform: none;
    max-width: 300px;
    font-weight: 600;
    letter-spacing: .25px;
    text-decoration: underline;
    font-size: 13px;
    margin: 5px 0px;
}

.l {
    float: left;
}
.r {
    float: right;
}


.programma3 {
    position: absolute;
    bottom: 30px;
    border: 1px solid #23acc1;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 500;
    left: 50%;
    margin-left: -56px;
    text-decoration: none;
    color: white;
}

.programma3:hover {
    background-color: #107aae;
    transition: background .3s;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
}


    .programma:hover {
        background-color: #107aae;
        transition: background .3s;
        -webkit-transition: background .3s;
        -moz-transition: background .3s;
    }

.sfondo1 {
    background-image: url('/foto/5.jpg');
    background-repeat: no-repeat, repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.sfondo2 {
    background-image: url('/foto/6.jpg');
    background-repeat: no-repeat, repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.sfondo3 {
    background-image: url('/foto/7.jpg');
    background-repeat: no-repeat, repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.sfondo4 {
    background-image: url('/foto/8.jpg');
    background-repeat: no-repeat, repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


    .whatsapp {
        width: 35px;
        margin-top: 10px;
        margin-right: 10px;
        margin-bottom: -11px;
    }


/* FOOTER */

.footer {
    width: 100%;
    color: #808080;
    /* font-size: 12px; */
    padding: 50px 0px;
    text-align: center;
    letter-spacing: -.02em;
    position: relative;
    z-index: 12;
    background-color: black;
}

    .nomeAzienda {

        color: white;
        display:block;
        font-weight:300;
    }


.footer2 {
    background-color: #000;
    text-align: center;
    padding: 20px;
    font-weight: 300;
    font-size: 13px;
    box-sizing: border-box;
    color: #fff;
    letter-spacing: -.02em;
    z-index: 10;
    position: absolute;
    width: 100%;
}

    .footer2 a {
        text-decoration: underline;
        color: #808080;
    }


.FooterItem {
    /* width: 499PX; */
    /* float: left; */
    width: calc( 100% / 3);
    color: #808080;
    float: left;
    /* margin-right: 16%; */
    /* margin-left: 3%; */
    box-sizing: border-box;
    vertical-align: top;
    text-align: left;
    padding: 0px 15px;
    font-size: 12px;
}
    .FooterItem a {
        color: #bdd2dc;
        text-decoration: none;
    }
        .FooterItem a:hover {
            color: #bdd2dc;
        }

    .FooterItem img {
        display: block;
        width: 120px;
        /* max-width: 300px; */
        /* display: inline-block; */
        margin: 0 auto;
        margin-bottom: 20px;
        float:left;
    }
    .FooterItem2 {
        width:20%;
        float:left;
        color:white;
    }
        .FooterItem2 a {
            color:white;
            text-decoration:none;
        }

/* DEFAULT */

    .visualizzaslide {
        display:none;
    }
    .corpohomepage1 {
        margin: auto;
        /* border: 1px solid red; */
        padding: 50px 0px;
        box-sizing: border-box;
        text-align: center;
    }

    .corpohomepage2 {
        margin: auto;
        padding: 50px;
        box-sizing: border-box;
        text-align: center;
        background-color: #f5f5f5;
    }

    .corpoHome {
        display: inline-block;
        width: 1000px;
        margin: 50px 0px 0px 0px;
        position: relative;
    }

    .corpoHome2 {
        display: inline-block;
        width: 1000px;
        position: relative;
    }



.testoDescr {
    font-weight: 300;
    margin-top: 20px;
    color: #808080;
}


    .rigaHome1 {
       margin: 50px 0px;
    }

    .rigaHome1Sx {
        width: 540px;
        float: left;
        box-sizing: border-box;
    }
        .rigaHome1Sx img {
             width: 100%;
            display: block;
            height: 450px;
            box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset;
        }

    .rigaHome1Dx {
        width: 500px;
        box-sizing: border-box;
        float: right;
        background-color: white;
        padding: 40px;
        margin-top: 40px;
        /* margin-left: -40px; */
        position: absolute;
        right: 0px;
         /*box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset;*/
         box-shadow: 0 5px 5px 0 rgba(0,0,0, .2);
    }


.rigaHome2 {
    margin: 100px 0px 50px 0px;
}

.rigaHome2Sx {
    width: 500px;
    box-sizing: border-box;
    float: right;
    background-color: white;
    padding: 40px;
    margin-top: 10px;
    /* margin-left: -40px; */
    position: absolute;
    left: 0px;
        /*box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset;*/
        box-shadow: 0 5px 5px 0 rgba(0,0,0, .2);
}

.rigaHome2Dx {
    width: 540px;
    float: right;
    box-sizing: border-box;
}
.rigaHome2Dx img {
    width: 100%;
    display: block;
    height: 325px;
        box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset;
}

.immgaineHome {
    width: 600px;
    float: left;
    /* margin-top: 113px; */
    /* vertical-align: bottom; */
    bottom: 0;
    position: absolute;
}
    .immgaineHome img {
        display:block;
        width:100%;
        box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset;
    }
.bloccoHome1 {
    width: 400px;
    float: right;
    background-color: #352921;
    padding: 40px;
    box-sizing: border-box;
    text-align: left;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset;
}
.bloccoHome2 {
    position: absolute;
    bottom: 0;
    background-color: #004993;
    padding: 30px;
    box-sizing: border-box;
    color: white;
    font-weight: 200;
    font-size: 18px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset;
}
.titoloPrinc {
    font-size: 40px;
    color: #c4d3de;
    text-align: center;
    line-height: 1.0625;
    font-weight: 200;
    letter-spacing: -.02em;
    /*margin: 0 0 0.45em 0;*/
}
.titoloPrinc2 {
    font-size: 40px;
    color: #000;
    text-align: center;
    line-height: 1.0625;
    font-weight: 200;
    letter-spacing: -.02em;
    /*margin: 0 0 0.45em 0;*/
}

.titoloPrinc3 {
    font-size: 30px;
    color: black;
    text-align: center;
    line-height: 1.0625;
    font-weight: 200;
    letter-spacing: -.02em;
    margin-bottom: 10px;
    /* margin: 0 0 0.45em 0; */
}

.titoloPrinc4 {
    font-size: 24px;
    color: black;
    text-align: center;
    line-height: 1.0625;
    font-weight: 200;
    letter-spacing: -.02em;
    /*margin: 0 0 0.45em 0;*/
}


.blocco {
    width:22%;
    display:inline-block;
    border:1px solid silver;
    margin:10px;
    transition: all 0.5s linear;
    min-width:240px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset;
    vertical-align: top;
}

.schedepdf {
    float: left;
    width: 80px;
    text-decoration: none;
    color: black;
}

.schedepdf img{
    display:block;
    width:100%;
}


.descrizionepdf {
    font-size: 12px;
    line-height: 12px;
    padding-top: 5px;
}


    .blocco:hover {
        opacity:0.7;
    }

.immagineblocco img {
    width:100%;
    display:block;
}
.didascalia {
    font-size:10px;
    color:white;
    padding:10px;
    font-weight:300;
}

.bloccoHome1Tit {
    color: white;
    font-size: 20px;
    font-weight: 200;
}
.bloccoHome1Testo {
    margin-top: 20px;
    color: white;
    font-weight: 300;
}
.caratteristiche {
    padding:10px;
    box-sizing:border-box;
    font-size:18px;
    font-weight:300;
    margin-bottom: 20px;
        box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset;
}


    .HomeSinistra {
        width:50%;
        float:left;
        box-sizing:border-box;
        /*border:1px solid blue;*/
    }
    .HomeDestra {
        width:50%;
        float:right;
        box-sizing:border-box;
        /*border:1px solid blue;*/
    }

/* CONTATTI */

    .ContattiSinistra {
            display:inline-block;
            width:50%;
            margin-top:20px;
            margin-bottom:20px;
        }
.titolocontatti {
    font-weight: 200;
    margin-top: 0px;
    padding-top: 0px;
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}
     .testocontatti {
        color: black;
        font-size: 14px;
        font-weight: 300;
        padding-bottom:20px;
    }
     .ContattiDestra {
        margin-top:20px;
        margin-bottom:20px;
        display:inline-block;
        width:49%;
        font-size:13px;
        color:black;
        vertical-align:top; 
     }
         .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;
        max-width: 1291px;
        margin: auto;
    }

/* MODELLO ELENCO */
div.PaginaElencoWrapper {
    text-align:center;
    margin:50px 0px;
}

div.PaginaElencoWrapper2 {
    text-align: center;
    padding: 100px 0px;
    background-color: #23323a;
}


div.ElencoItem {
    /* border: solid 1px blue; */
    width: 300px;
    height: 400px;
    margin: 10px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset;
}

div.ElencoItem2 {
    /* border: solid 1px blue; */
    width: 300px;
    height: 200px;
    margin: 10px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset;
}

.contenitoreElenco {
    width: 1000px;
    margin: auto;
    display: inline-block;
    text-align:center;
}

.contenitoreElenco2 {
    margin:auto;
    display:inline-block;
    max-width: 1291px;
}

.testoHome {
    margin:0 auto;
    max-width:837px;
    margin-top:50px;
}


div.ElencoItem:hover {
    /* border: solid 1px blue; */
    width: 300px;
    height: 400px;
    margin: 10px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 1), -20px 0 20px -20px rgba(0, 0, 0, 1), 20px 0 20px -20px rgba(0, 0, 0, 1), 0 0 40px rgba(0, 0, 0, 1) inset;
}

a.Link1 {
    display:block;
    overflow:hidden;
}
img.immagineprodotto {
    display: block;
    margin: 0px auto;
    /*height: 400px;*/
    /*width: 100%;*/
    max-width: 320px;
}

img.immagineprodotto2 {
    display: block;
    margin: 0px auto;
    width: 100%;
}

.DropDownListLista {
    border: none;
    /*color: #808080;*/
    padding: 3px 0px;
    font-size: 14px;
    box-sizing: border-box;
    margin-bottom: 10px;
    outline: none;
    width: 100%;
    border: 0;
    border-bottom: 1px solid lightgrey;
}






    .immaginemodello {
        width:100%;
        min-height:150px;
    }
    .DescrizioneSuPaginaElenco {
        /* width: 79%; */
        margin: auto;
        position: absolute;
        top: 0;
        background-color: white;
        padding: 10px 0px;
        margin-top: 20px;
        width: 100%;
        background: rgba(255,255,255,0.5);
        text-transform: uppercase;
        box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset;
    }

.NomeCategoria {
    font-weight: 300;
    color: black;
    font-size: 17px;
    line-height: 1.0625;
    letter-spacing: -.02em;
}

.claim {
    position: absolute;
    text-align: right;
    background: rgba(0,0,0,0.5);
    text-transform: uppercase;
    padding: 20px 20px;
    font-size: 23px;
    font-weight: 200;
    letter-spacing: 1px;
    box-sizing: border-box;
    color: #FFF;
    bottom: 0;
    right: 0;
}


.rettangoliHome {
    display: inline-block;
    width: 49%;
    /* border: 1px solid black; */
    vertical-align: top;
    margin-bottom: 20px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset;
}

.rettangoliHomeImmagine {
    float: left;
    width: 50%;
}
.rettangoliHomeTesto {
    height: 23vw;
    float: left;
    width: 50%;
    position: relative;
    color: white;
    font-weight: 200;
    font-size: 20px;
    /* letter-spacing: -.02em; */
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
    max-height: 316px;
}

.rettangoliHomeTestoDescr {
    font-size: 14px;
    position: absolute;
    bottom: 0;
    margin-bottom: 20px;
    margin-right: 20px;
}
.rettangoliHomeImmagine img{
    display:block;
    width:100%;
}




/* MODELLO DETTAGLIO */

    div.PaginaDettaglio {
        display: inline-block;
        /*width: 49%;*/
        width: 837px;
        vertical-align: top;
        margin-top: 10px;
        text-align: left;
        padding-left: 30px;
        box-sizing: border-box;
    }
    div.ImmaginePrincipale {
        display:inline-block;
        position:relative;
        /*width:50%;*/
        width: 450px;
        margin-top:10px;
        box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset;
    }
    div.ImmaginePrincipale img {
        display: block;
        width:100%;
        margin: 0px auto;
    }


    .PaginaSx {
        display:inline-block;
        position:relative;
        /*width:50%;*/
        width: 450px;
        margin-top:10px;
        box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset;
    }

.PaginaSx img{
    display:block;
    width:50%;
    float:left;
}


    .sottocategoriadettaglio2 {
        font-weight: 500;
        padding-top: 0px;
        font-size: 24px;
        line-height: 30px;
        letter-spacing:3px;
    }
    .testodettaglio {
        font-size: 14px;
        text-align: left;
        color: #000;
        line-height: 1.6875em;
        margin-bottom:20px;
    }

        .testodettaglio img {
            float: left;
            display: block;
            margin-right: 20px;
            margin-bottom: 20px;
            box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset;
        }


.titolo3 {
    font-size: 20px;
    color: #2f424d;
}



.righeRel {
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
    padding: 50px 0px;
}

.titolo2 {
    text-align: left;
    font-size: 30px;
    color: #008fd5;
    line-height: 1.0625;
    font-weight: 200;
    letter-spacing: -.02em;
    margin-bottom: 30px;
}

.titolo4 {
    text-align: left;
    font-size: 30px;
    color: #008fd5;
    line-height: 1.0625;
    font-weight: 200;
    letter-spacing: -.02em;
}

.contenitoreetichette {
    position: absolute;
    margin-top: 20%;
    font-size: 14px;
    right: 0;
    z-index: 2000;
    width: 300px;
    overflow: hidden;
    text-align: right;
}

.etichetta1 {    
    display:block;
    cursor:pointer;
}

    .etichetta1 img {
        pointer-events:none;
        width:37px;
    }

/*.etichetta1:hover {
    width: 300px;
}*/

.etichetta2 {
    cursor:pointer;
    float:right;
    display:block;
    margin-top:20px;
}

    .etichetta2 img {
        pointer-events:none;
        width:37px;
    }

    .google {
        margin-top: 40px;
    }

    .titoloStel {
        font-size: 20px;
        font-weight: 300;
    }

    .vociStel {
        font-size: 16px;
        font-weight: 300;
        margin-bottom: 40px;
    }


    div.ImmaginiAllegateWrapper {
        display: inline-block;
        /* margin-top: 15px; */
        text-align: center;
        width: 100%;
        /* float: left; */
        margin: 50px 0px;
        /* margin: auto; */
        padding: 50px;
        box-sizing: border-box;
        text-align: center;
        background-color: #f5f5f5;
    }
    div.ImmaginiAllegateWrapper img{
        /* display: inline-block; */
        /* width: 25%; */
        /* min-width: 150px; */
        display: block;
        margin: 0px auto;
        /* height: 400px; */
        width: 115%;
        margin-left: -7%;
    }

    div.DettaglioInternoAllegati img.FileIco {
          width:50px;
    }
        div.DettaglioInternoAllegati a {
            display: block;
            /* color: #C50E2D; */
            text-decoration: none;
            color: #808080;
            font-size: 20px;
            font-weight: 300;
        }

/* TRATTAMENTO DATI PERSONALI */

    div.TrattamentoDatiPersonaliWrapper {
        color:black;
        font-size:15px;
    }
  
    div.HomeNovita {
        position:relative;
        height:400px;
        
    }

    /* SNIPPET BREADCRUMBS */
div.SnippetBreadCrumbs {
    position: relative;
    float: right;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: #dadad5;
    padding: 5px 0px;
    /* margin-top: -40px; */
}
    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: black;
        font-size: 13px;
        font-weight: 300;
    }

/* ERRORE */
div.ErroreWrapper {
    text-align: center;
    width: 86%;
    height: 450px;
    margin: 0px auto;
    box-sizing: border-box;
    padding-top: 200px;
    color: white;
}


.MultiView {
    width:75%;
    box-sizing: border-box;
    float:left;
    padding: 30px 30px 30px 0px;
}

.MenuMultiView {
    width:25%;
    box-sizing: border-box;
    float:right;
    background-color:#f7f7f7;
    padding: 30px;
    text-align:left;
    /*box-shadow: 0 15px 15px -10px rgba(0,0,0, .2);*/
    box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset;
    margin: 30px 0px;
}

.titoloConfiguratore {
    font-size: 40px;
    line-height: 1.0625;
    font-weight: 200;
    letter-spacing: -.02em;
    margin: 0 0 0.45em 0;
    color:black;
}

.titoloConfiguratoreSx {
    font-size: 40px;
    line-height: 1.0625;
    font-weight: 200;
    letter-spacing: -.02em;
    margin: 0 0 0.45em 0;
    color:black;
    background-color: #f7f7f7;
    padding:5px;
    box-shadow: 0 5px 5px -5px rgba(0,0,0, .2);
}

.campoConfiguratore {
    line-height: 1.0625;
    font-weight: 200;
    letter-spacing: 0em;
    margin: 0 0 0.45em 0;
    padding: 10px 0px;
    font-size: 20px;
    border-bottom: 1px solid silver;
    color:#808080;
    display:block;
    text-decoration:none;
}

    .campoConfiguratore:hover {
        color:black;
        font-weight:300;
    }

.campoPreventivo {
    background-color: #004993;
    padding: 10px 10px;
    line-height: 1.0625;
    font-weight: 200;
    letter-spacing: 0em;
    font-size: 20px;
    color: white;
    text-align: center;
    margin-top: 20px;
    display:block;
}

.fraseFoto {
    margin-top:10px;
    font-weight: 300;
}

.ImmagineV {
    float:right;
    margin-top:-40px;
    color:#5cb85c;
}

.Confselezionato {
    color:black;
    font-weight:300;
}

.riga1Conf {
    margin: 0 0 2em 0;
    box-sizing: border-box;
    padding: 20px 10px;
    box-shadow: 0 10px 10px -10px rgba(0,0,0, .2);
}

.internorigaConf {
    float: left;
    width: 50%;
    box-sizing: border-box;
}

.internorigaConf2 {
    width: 100%;
    box-sizing: border-box;
}

.sottotitoloConf {
    line-height: 1.0625;
    font-weight: 200;
    letter-spacing: 0em;
    margin: 0 0 0.45em 0;
    font-size: 26px;
    /* border-bottom: 1px solid silver; */
    color: black;
    display: block;
    text-decoration: none;
}



.riga2Conf {
    margin: 0 0 2em 0;
    box-sizing: border-box;
    padding: 20px 10px;
    box-shadow: 0 10px 10px -10px rgba(0,0,0, .2);
}

.colinternorigaConf {
    font-weight: 200;
    letter-spacing: 0em;
    margin: 0 0 0.45em 0;
    font-size: 16px;
    color: #808080;
    padding: 10px;
    box-sizing: border-box;
}

.proseguiConfiguratore {
    float: right;
    background-color: grey;
    padding: 10px 10px;
    line-height: 1.0625;
    font-weight: 200;
    letter-spacing: 0em;
    font-size: 17px;
    color: white;
    text-align: center;
    margin-top: 20px;
    text-decoration: none;
    box-shadow: 0 15px 15px -10px rgba(0,0,0, .2);
}
    .proseguiConfiguratore:hover {
        background-color: silver;
    }


    .richiedi {
    float: right;
    background-color: #004993;
    padding: 10px 10px;
    line-height: 1.0625;
    font-weight: 200;
    letter-spacing: 0em;
    font-size: 17px;
    color: white;
    text-align: center;
    margin-top: 20px;
    text-decoration: none;
    box-shadow: 0 15px 15px -10px rgba(0,0,0, .2);
}

.proseguiConfiguratoreSx {
    float: left;
    background-color: grey;
    padding: 10px 10px;
    line-height: 1.0625;
    font-weight: 200;
    letter-spacing: 0em;
    font-size: 17px;
    color: white;
    text-align: center;
    margin-top: 20px;
    text-decoration: none;
    box-shadow: 0 15px 15px -10px rgba(0,0,0, .2);
}
    .proseguiConfiguratoreSx:hover {
        background-color: silver;
    }


.RadioButtonListOpzioniPiatto {
    width: 100%;
}
    .RadioButtonListOpzioniPiatto > tbody > tr {
        width: 33.3333%;
        float: left;
    }

        .RadioButtonListOpzioniPiatto > tbody > tr > td {
            width: 100%;
            /*display: block;*/
            display: inline-block;
            text-align: center;
            margin-bottom: 20px;
        }

.RadioButtonListOpzioniPiatto > tbody > tr > td > input {
    width: 100%;
}

.immagineRadioButton {
    display: inline-block;
    width: 200px;
    /*border-radius: 7px;*/
    /*box-shadow: 1px 1px 0 rgba(227,218,219,1), 3px 3px 0 rgba(227,218,219,1), 5px 5px 0 rgba(227,218,219,0.9), 5px 5px 0 rgba(227,218,219,0.9), 7px 7px 0 rgba(227,218,219,0.9), 9px 9px 0 rgba(227,218,219,0.8);*/
        box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset;
    background: white;
}

.nomeRadioButton {
    margin-top: 10px;
}

.immaginiPGST {
    display: inline-block;
    vertical-align:top;
}
.immagineAllegataItem {
    width: 300px;
    height: 400px;
    margin: 10px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset;

}

    .immagineAllegataItem img {
        display:block;
            max-width: 320px;
    }


    .immagineAllegataItem2 {
    width: 300px;
    height: 230px;
    margin: 10px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset;

}


        .immagineAllegataItem2 img {
        display:block;
            max-width: 320px;
    }


.descImg {
    font-weight: 300;
    color: grey;
    max-width: 300px;
    margin: 0px 10px 0px 10px;
}

.contattiCx {
        font-size: 18px;
    /* font-weight: 200; */
    /* margin-bottom: 40px; */
    /* line-height: 1.0625; */
    font-weight: 300;
    letter-spacing: -.02em;
    text-align: center;
}

    .contattiCx a {
        color: #7ca1b3;
    }

.headercontatti {
    text-align: right;
    position: absolute;
    right: 20px;
    margin-top: 50px;
    color: #73848e;
    font-size: 12px;
}

    .headercontatti a {
        color: #73848e;
        text-decoration:none;
    }

    .headercontatti img {
        width: 18px;
        margin-bottom: -4px;
    }

.scopri {
    background: #008fd5;
    color: #fff;
    font-size: 11px;
    padding: 10px 20px;
    display: inline-block;
    text-transform: uppercase;
    transition: background .3s;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    margin: 5px 0;
    border: none;
    padding: 20px 60px;
    margin-top: 30px;
    font-size: 13px;
}

    .scopri:hover {
        background-color: #107aae;
    }

.scopri2 {
    font-size: 12px;
    color: #fff;
    /* text-decoration: underline; */
    margin-top: 20px;
    border: 1px solid silver;
    padding: 10px;
    box-sizing: border-box;
    width: 95px;
    transition: background 0.5s linear;
    display:block;
}

    .scopri2:hover {
        background-color:rgb(212, 196, 153);
        color:white;
    }

    /*.scopri img {
        width: 26px;
        /* margin-top: -1px; 
        display: block;
        /* position: absolute; */
        /* right: 0; 
        float: right;
        margin-left: 10px;
    }*/

       .testocontenitore1 > input + div {
            position: absolute;
            color: white;
            top: 0px;
            right: -800%;
            width: 257px;
            height: 133px;
            z-index: 2000;
            transition: right 500ms;
            padding: 10px;
            box-sizing: border-box;
            text-align: left;
            font-size: 15px;
            margin-right: 37px;
            font-weight: 200;
            font-weight: 300;
            background-color: rgba(0,128,0,0.5);
        }

         .testocontenitore1 > input + div:hover {
            background-color: rgba(0,128,0,1);
        }

        .testocontenitore1 > input:checked + div {
            top:0px;
            right:0px;
        }


    .testocontenitore1 a {
        color:white;
    }
    .testocontenitore2 a {
        color:white;
    }
    .testocontenitore2 {
        position:relative;
    }

        .testocontenitore2 > input + div {
            position: absolute;
            color: white;
            top: 20px;
            right: -800%;
            width: 257px;
            height: 205px;
            z-index: 2000;
            transition: right 500ms;
            padding: 10px;
            box-sizing: border-box;
            text-align: left;
            font-size: 15px;
            margin-right: 37px;
            font-weight: 200;
            font-weight: 300;
            background-color: rgba(255,0,0,0.5);
        }

        .testocontenitore2 > input + div:hover {
            background-color: rgba(255,0,0,1);
        }

        .testocontenitore2 > input:checked + div {
            top:20px;
            right:0px;
        }

.campimenu a.responsivo {
    display: none;
}

.iframok {
    width:760px;
    height:500px;
}

.temasfondo {
    background-repeat: no-repeat, repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 25%;
}



/*###################  AREA RISERVATA #######################*/

.contenitoreArea {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    /* display: -webkit-flex; */
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-height: 80vh;
    position: relative;
    background-color: rgb(245,245,245);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .contenitoreArea:before, .contenitoreArea:after {
        -webkit-box-flex: 1;
        box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        content: '';
        display: block;
        height: 24px;
    }

.contenitoreArea2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    /* display: -webkit-flex; */
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-height: 70vh;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*padding: 0px 20px;*/
    box-sizing: border-box;
}

    .contenitoreArea2:before, .contenitoreArea2:after {
        -webkit-box-flex: 1;
        box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        content: '';
        display: block;
        /* height: 24px; */
        min-height: 150px;
    }



.internoAreaConferma {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    background: #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    display: block;
    margin: 0 auto;
    min-height: 0;
    width: 400px;
    min-height: 428px;
    padding: 48px 40px 48px;
    box-sizing: border-box;
    position: relative;
    transition: all 1500ms;
    background-color: #0070c9;
    background: linear-gradient(#42a1ec,#0070c9);
    border: 1px solid #07c;
    color: #fff;
    z-index: 3;
}


.internoArea {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    background: #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    display: block;
    margin: 0 auto;
    min-height: 0;
    width: 500px;
    min-height: 428px;
    padding: 38px 30px 38px;
    box-sizing: border-box;
    position: relative;
    transition: all 1500ms;
    z-index: 3;
}

    .internoArea p {
        color: grey;
        text-transform: uppercase;
    }

    .internoArea i {
        margin-right:5px;
    }

    .internoArea img {
        width: 100%;
        display: block;
        height: auto;
        /* box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2); */
        border: 1px solid silver;
    }

.imgqrcode img {
    display: block;
    width: 50%;
    width: 180px;
    height: 180px;
}

.imgqrcode p{
    color:white;
    text-decoration:underline;
}


.accedi {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
    padding-top: 16px;
    font-weight: bold;
}

.utilizza {
    padding-bottom: 3px;
    padding-top: 1px;
    margin-top: 20px;
    font-style: italic;
}

.accesso {
    padding: 20px 0px 0px 0px;
}

.inputBot {
    width: 100%;
    box-sizing: border-box;
    border: 0;
    border-bottom: 1px solid lightgrey;
    padding: 3px;
    font-size: 14px;
    font-weight: 300;
    /*margin-bottom: 20px;*/
    outline: none;
}

.inputBot2 {
    width: 100%;
    box-sizing: border-box;
    border: 0;
    border-bottom: 1px solid lightgrey;
    padding: 3px;
    font-size: 14px;
    font-weight: 300;
    /*margin-bottom: 10px;*/
    outline: none;
}

.inputBot3 {
    width: 50%;
    box-sizing: border-box;
    border: 0;
    border-bottom: 1px solid lightgrey;
    padding: 3px;
    font-size: 14px;
    font-weight: 300;
    /*margin-bottom: 10px;*/
    outline: none;
    float:left;
}

.datadinascita {
    color: grey;
    font-size: 13px;
    margin-left: 10px;
    margin-top: 4px;
}

.accessonegato {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.2px;
}

.contenitoreNega {
    height: 20px;
    font-size: 12px;
    font-weight: 600;
    margin-top: 5px;
}

.LinkInformativaForm {
    font-size: 12px;
    color: black;
    -webkit-border-radius: 2px;
    color: #757575;
    transition: background .2s;
}

.contenitorePulsantiFInali {
    margin-top: 20px;
}

.contenitoreaccedi {
    /*margin-top: 30px;*/
}

.accessoform {
    -webkit-user-select: none;
    -webkit-transition: background .2s .1s;
    transition: background .2s .1s;
    border: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    min-width: 4em;
    outline: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    -webkit-tap-highlight-color: transparent;
    z-index: 0;
    background: #4285f4;
    background: #1a73e8;
    color: #fff;
    background-color: #0070c9;
    background: linear-gradient(#42a1ec,#0070c9);
    border: 1px solid #07c;
    padding: 10px 30px;
    float: right;
    /* width: 150px; */
    /* -webkit-transition: box-shadow .28s cubic-bezier(0.4,0.0,0.2,1); */
    /* transition: box-shadow .28s cubic-bezier(0.4,0.0,0.2,1); */
    /* -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2); */

}

.accessoformIscrizione {
    -webkit-user-select: none;
    -webkit-transition: background .2s .1s;
    transition: background .2s .1s;
    border: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    min-width: 4em;
    outline: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    /* text-transform: uppercase; */
    -webkit-tap-highlight-color: transparent;
    z-index: 0;
    color: #fff;
    background-color: #0070c9;
    background: linear-gradient(#42a1ec,#0070c9);
    border: 1px solid #07c;
    padding: 10px 30px;
    float: right;
    width: 100%;
    /*-webkit-transition: box-shadow .28s cubic-bezier(0.4,0.0,0.2,1);
    transition: box-shadow .28s cubic-bezier(0.4,0.0,0.2,1);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);*/
}


@media screen and (min-width:767px) and (max-width:1100px) {
    .contenitoreElenco {
        width: 750px;
    }

    /*.bloccoprogramma {
        width:100%;
    }*/
}

    /* SEZIONE RESPONSIVA PER DISPOSITIVI MOBILI */
@media screen and (max-width:767px) {

    .bloccoprogramma.margintotale {
        margin: 0px;
    }

    .campimenu a.responsivo {
        display: block;
    }

    .contenitoreArea2 {
        /*padding: 0px 20px;*/
    }
    /*div.first {
        height: 150vh;
    }
    .first2 img {
        height: 150vh;
    }*/
    .internoArea img {
        height: auto;
    }

    .ScrittaCentrale {
        font-size: 2em;
        line-height: 2em;
    }

    .rettangoliHome {
        width: 270px;
    }

    .rettangoliHomeTesto {
        height: 270px;
        width: 100%;
    }

    .rettangoliHomeImmagine {
        width: 100%;
    }


    .container2 {
        width: 100%;
        position: relative;
        margin: auto;
        padding: 0px 5px;
        text-align: center;
    }


    .header3 {
        width: 100%;
        position: relative;
    }

    .visualizzaslide {
        height: 50px;
        display: block;
    }


    .contenitoreHomeImg > .fotohome {
        display: block;
    }


    /* MENU MOBILE LOGO LINGUE MENU(HOME CONTATTI) */


    .MenuPrincipale {
        display: block;
        position: absolute;
        margin-top: -3px;
        right: 0px;
        float: none;
        /* background-color: #167599; */
        padding: 10px;
        box-sizing: border-box;
        color: black;
        width: 51px;
        height: 24px;
        font-size: 13px;
        z-index: 10;
        margin-right: 19px;
    }

        .MenuPrincipale img {
            width: 50px;
            pointer-events: none;
        }


    .LabelMenuPrincipale {
        display: block;
        position: absolute;
    }


    .menu {
        display: block;
    }

        .menu > input + div {
            position: absolute;
            top: -1000%;
            right: 0px;
            /* width: 50%; */
            width: 100%;
            z-index: 2000;
            background-color: rgba(25,36,42, 0.7);
            transition: top 500ms;
            /* min-height: 105px; */
            margin-top: 74px;
            padding: 10px;
            text-align: left;
            font-size: 14px;
            /* width: 500px; */
            font-weight: 200;
            /* opacity: 0.7; */
        }

        .menu > input:checked + div {
            top: 0px;
            right: 0px;
        }

    .campimenu a {
        text-decoration: none;
        color: white;
        display: block;
        border-bottom: 1px solid silver;
        padding: 10px 0px;
        max-width: none;
        font-weight: 300;
        width: 100%;
        font-size: 16px;
        text-align: center;
    }

        .campimenu a.a_menuresponsivo {
            display: block;
            text-decoration: none;
            color: white;
            display: block;
            padding: 5px 0px;
            max-width: none;
            font-weight: 300;
            width: 100%;
            /*background-color: rgba(0, 73, 147, 0.7);*/
        }

    .immgaineHome {
        width: 100%;
        float: left;
        /* margin-top: 113px; */
        /* vertical-align: bottom; */
        /* bottom: 0; */
        position: relative;
    }

    .bloccoHome1 {
        width: 100%;
        float: right;
        background-color: #352921;
        padding: 20px;
        box-sizing: border-box;
        text-align: left;
        box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset;
    }

    .corpoHome2 {
        display: inline-block;
        width: 100%;
        position: relative;
    }

    .rigaHome1Sx {
        width: 100%;
        float: left;
        box-sizing: border-box;
    }


        .rigaHome1Sx img {
            height: auto;
        }

    .rigaHome1Dx {
        width: 100%;
        box-sizing: border-box;
        float: right;
        background-color: white;
        padding: 20px;
        margin-top: 0px;
        /* margin-left: -40px; */
        position: relative;
        right: 0px;
        /* box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset; */
        box-shadow: 0 5px 5px 0 rgba(0,0,0, .2);
    }

    .rigaHome1Sx img {
        height: auto;
    }

    .bloccoHome2 {
        display: none;
    }

    .corpohomepage2 {
        margin: auto;
        padding: 30px 0px;
        box-sizing: border-box;
        text-align: center;
        background-color: #f5f5f5;
    }

    .rigaHome2Sx {
        width: 100%;
        box-sizing: border-box;
        float: right;
        background-color: white;
        padding: 20px;
        margin-top: 0px;
        /* margin-left: -40px; */
        position: relative;
        left: 0px;
        /* box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset; */
        box-shadow: 0 5px 5px 0 rgba(0,0,0, .2);
    }

    .rigaHome2Dx {
        width: 100%;
        float: right;
        box-sizing: border-box;
    }

        .rigaHome2Dx img {
            height: auto;
        }


    .barra {
        display: none;
    }

    .campimenu {
        /* padding-right: 0px; */
        /* padding-left: 0px; */
        text-align: left;
        padding-bottom: 5px;
        padding-top: 5px;
        width: 100%;
        /* font-weight: 600; */
        /* border-bottom: 1px solid white; */
    }

    .headerresponsivo {
        display: block;
        height: auto;
    }

    .testoHome {
        margin-top: 30px;
    }


    .contenitorelogo {
        position: relative;
        padding-top: 20px;
        padding-left: 7px;
        float: left;
    }

    .titolo {
        font-size: 20px;
        font-weight: 400;
        letter-spacing: 3px;
    }

    .headerlingue {
        margin-top: 21px;
        position: relative;
        text-align: right;
    }


    /* DEFAULT */

    .HomeSinistra {
        width: 100%;
        float: left;
        border: 1px solid blue;
    }

    .HomeDestra {
        width: 100%;
        float: right;
        border: 1px solid blue;
    }

    /* FOOTER */

    .footer {
        width: 100%;
        /* background-color: black; */
        padding-bottom: 20px;
        padding-top: 20px;
        /*background: #19242a;
        color: #7ca1b3;*/
    }

    .FooterItem {
        width: 100%;
        float: left;
        /* margin-right: 20px; */
        margin-bottom: 20px;
        /* margin-left: 20px; */
        padding: 0px;
    }

        .FooterItem a {
            text-decoration: none;
        }

    .banner {
        font-size: 20px;
        padding: 30px;
    }

    .corpohomepage1 {
        margin: auto;
        /* border: 1px solid red; */
        padding: 30px 0px;
        box-sizing: border-box;
        text-align: center;
    }

    .corpoHome {
        display: inline-block;
        width: 100%;
        margin: 30px 0px 0px 0px;
        position: relative;
    }

    div.ElencoItem {
        /* border: solid 1px blue; */
        width: 250px;
        height: 320px;
        margin: 10px;
        display: inline-block;
        position: relative;
        overflow: hidden;
        box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset;
    }


        div.ElencoItem:hover {
            /* border: solid 1px blue; */
            width: 250px;
            height: 320px;
            margin: 10px;
            display: inline-block;
            position: relative;
            overflow: hidden;
            box-shadow: 0 1px 5px rgba(0, 0, 0, 1), -20px 0 20px -20px rgba(0, 0, 0, 1), 20px 0 20px -20px rgba(0, 0, 0, 1), 0 0 40px rgba(0, 0, 0, 1) inset;
        }


    .contenitoreElenco {
        margin: auto;
        display: inline-block;
        width: 100%;
    }

    img.immagineprodotto {
        display: block;
        margin: 0px auto;
        /* height: 400px; */
        /* width: 100%; */
        max-width: 270px;
    }

    .claim {
        display: none;
    }


    .spazio {
        display: none;
    }



    .FooterItem2 {
        width: 50%;
        float: left;
        margin-left: 20px;
        color: white;
        margin-right: 20px;
        margin-bottom: 20px;
    }

        .FooterItem2 a {
            color: white;
            text-decoration: none;
        }


    /* CONTATTI */
    .ContattiSinistra {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

        .ContattiSinistra img {
            width: 100%;
        }

    .ContattiDestra {
        width: 100%;
        font-size: 13px;
        color: black;
    }

    .titolocontatti {
        /*font-weight: 200;
        margin-top: 0px;
        padding-top: 0px;
        padding-left:20px;
        font-size: 30px;
        line-height: 28px;
        padding-bottom:20px;*/
    }

    .testocontatti {
        color: black;
        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;
    }

    .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%;
        max-width: 300px;
    }

        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;
        padding-left: 0px;
    }

    .carTecniche {
        font-size: 20px;
        font-weight: 300;
        margin-bottom: 30px;
        letter-spacing: -.02em;
    }

    .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;
        margin: 30px 0px;
        padding: 30px 0px;
    }

        div.ImmaginiAllegateWrapper img {
            display: inline-block;
            min-width: 150px;
        }

    div.SnippetBreadCrumbs {
        /* border-top: solid 1px #837D7D; */
        position: relative;
        float: right;
        bottom: 0px;
        left: 0px;
        width: auto;
        margin-top: -17px;
        text-align: right;
        margin-bottom: 20px;
        width: 100%;
    }

    .immagineAllegataItem2 {
        width: 250px;
        height: 200px;
        margin: 10px;
        display: inline-block;
        position: relative;
        overflow: hidden;
        box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset;
    }

        .immagineAllegataItem2 img {
            display: block;
            max-width: 280px;
        }


    .immagineAllegataItem {
        width: 230px;
        height: 320px;
        margin: 10px;
        display: inline-block;
        position: relative;
        overflow: hidden;
        box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset;
    }

    div.PaginaElencoWrapper {
        text-align: center;
        margin: 30px 0px;
    }


    /* ERRORE */
    div.ErroreWrapper {
        padding-top: 0px;
    }


    .claimHome {
        font-size: 18px;
        letter-spacing: -1px;
    }

    .autore {
        font-size: 16px;
    }

    .titoloPrinc {
        font-size: 30px;
    }

    .titoloPrinc2 {
        font-size: 25px;
        margin-bottom: 30px;
    }

    .titoloPrinc3 {
        font-size: 25px;
    }

    .corpoHome {
        display: inline-block;
        width: 100%;
        margin: 30px 0px 0px 0px;
        position: relative;
    }

    .rigaHome1 {
        margin: 30px 0px;
    }

    .rigaHome2 {
        margin: 50px 0px 30px 0px;
    }

    div.ElencoItem2 {
        /* border: solid 1px blue; */
        width: 250px;
        height: 150px;
        margin: 10px;
        display: inline-block;
        position: relative;
        overflow: hidden;
        box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset;
    }


    div.ImmaginePrincipale2 {
        position: relative;
        width: 100%;
        /* max-height: 950px; */
        max-height: 50px;
        overflow: hidden;
        text-align: center;
        min-height: 100px;
    }



    .MenuConfiguratore {
        display: block;
        position: absolute;
        margin-top: -76px;
        right: 0px;
        float: none;
        /* background-color: #167599; */
        padding: 10px;
        box-sizing: border-box;
        color: black;
        width: 52px;
        height: 24px;
        font-size: 10px;
        z-index: 5000;
        margin-right: 42px;
    }

        .MenuConfiguratore img {
            width: 50px;
            display: INLINE-BLOCK;
        }

    .ImmagineV {
        float: right;
        margin-top: -31px;
        color: #5cb85c;
    }


    .MenuMultiView {
        width: 0%;
        box-sizing: border-box;
        float: right;
        background-color: #f7f7f7;
        padding: 0px;
        text-align: left;
        /* box-shadow: 0 15px 15px -10px rgba(0,0,0, .2); */
        box-shadow: none;
        margin: 0px 0px;
    }


    .LabelMenuConfiguratore {
        display: block;
        position: absolute;
        text-align: center;
    }



    .MultiView {
        width: 100%;
        box-sizing: border-box;
        float: left;
        padding: 30px 0px 30px 0px;
    }

    .titoloConfiguratoreSx {
        font-size: 20px;
        line-height: 1.0625;
        font-weight: 200;
        letter-spacing: -.02em;
        margin: 0 0 0.45em 0;
        color: black;
        background-color: #f7f7f7;
        padding: 5px;
        box-shadow: 0 5px 5px -5px rgba(0,0,0, .2);
    }

    .riga1Conf {
        margin: 0 0 2em 0;
        box-sizing: border-box;
        padding: 20px 0px;
        box-shadow: 0 10px 10px -10px rgba(0,0,0, .2);
    }

    .riga2Conf {
        margin: 0 0 2em 0;
        box-sizing: border-box;
        padding: 20px 0px;
        box-shadow: 0 10px 10px -10px rgba(0,0,0, .2);
    }

    .RadioButtonListOpzioniPiatto {
        width: 100%;
        text-align: center;
    }


    .internorigaConf {
        float: left;
        width: 100%;
        box-sizing: border-box;
    }

    .RadioButtonListOpzioniPiatto > tbody > tr {
        width: 33.3333%;
        float: none;
        min-width: 170px;
        display: inline-block;
    }



    .colinternorigaConf {
        font-weight: 200;
        letter-spacing: 0em;
        margin: 0 0 0.45em 0;
        font-size: 14px;
        color: #808080;
        padding: 10px;
        box-sizing: border-box;
    }


    .proseguiConfiguratore {
        float: right;
        width: 80px;
        background-color: grey;
        padding: 10px 10px;
        line-height: 1.0625;
        font-weight: 200;
        letter-spacing: 0em;
        font-size: 14px;
        color: white;
        text-align: center;
        margin-top: 20px;
        text-decoration: none;
        box-shadow: 0 15px 15px -10px rgba(0,0,0, .2);
    }


    .immagineRadioButton {
        display: inline-block;
        width: 150px;
        /* border-radius: 7px; */
        box-shadow: 1px 1px 0 rgba(227,218,219,1), 3px 3px 0 rgba(227,218,219,1), 5px 5px 0 rgba(227,218,219,0.9), 5px 5px 0 rgba(227,218,219,0.9), 7px 7px 0 rgba(227,218,219,0.9), 9px 9px 0 rgba(227,218,219,0.8);
        background: white;
    }

    .sottotitoloConf {
        line-height: 1.0625;
        font-weight: 200;
        letter-spacing: 0em;
        margin: 0 0 0.45em 0;
        font-size: 16px;
        /* border-bottom: 1px solid silver; */
        color: black;
        display: block;
        text-decoration: none;
    }

    .proseguiConfiguratoreSx {
        float: left;
        width: 80px;
        background-color: grey;
        padding: 10px 10px;
        line-height: 1.0625;
        font-weight: 200;
        letter-spacing: 0em;
        font-size: 14px;
        color: white;
        text-align: center;
        margin-top: 20px;
        text-decoration: none;
        box-shadow: 0 15px 15px -10px rgba(0,0,0, .2);
    }



    .MenuMultiView > input + div {
        position: absolute;
        top: -1000%;
        right: 0px;
        /* width: 50%; */
        width: 100%;
        z-index: 2000;
        background-color: #f7f7f7;
        /* background-color: silver; */
        transition: top 500ms;
        /* min-height: 105px; */
        margin-top: 0px;
        padding: 5px;
        box-sizing: border-box;
        text-align: left;
        font-size: 14px;
        /* width: 500px; */
        font-weight: 200;
        /* opacity: 0.7; */
    }

    .MenuMultiView > input:checked + div {
        top: 0px;
        right: 0px;
    }

    .titoloConfiguratore {
        display: none;
    }

    .campoConfiguratore {
        line-height: 1.0625;
        font-weight: 200;
        letter-spacing: 0em;
        margin: 0 0 0.45em 0;
        padding: 5px 0px;
        font-size: 14px;
        border-bottom: 1px solid silver;
        color: #808080;
        display: block;
        text-decoration: none;
    }

    .campoPreventivo {
        display: none;
    }

    .contenitoreetichette {
        display: none;
    }

    .contenitoreHomeImg {
        MARGIN-TOP: 0px;
    }

    .testodettaglio img {
        font-size: 14px;
        width: 100%;
    }

    .LabelMenuSecondarioResponsivo {
        display: block;
        position: absolute;
        width: 100%;
    }

    .MenuSecondarioResponsivo {
        display: block;
        /* position: absolute; */
        /* margin-top: -3px; */
        /* right: 0px; */
        /* float: none; */
        /* background-color: #167599; */
        padding: 10px;
        box-sizing: border-box;
        color: white;
        /* width: 51px; */
        height: 34px;
        font-size: 14px;
        /* z-index: 10; */
        /* margin-right: 19px; */
        text-align: center;
        font-weight: 300;
        text-transform: uppercase;
    }

        .MenuSecondarioResponsivo img {
            width: 19px;
            margin-left: 5px;
            pointer-events: none;
        }


    .menu2 > input + div {
        position: absolute;
        top: -1000%;
        right: 0px;
        /* width: 50%; */
        width: 100%;
        z-index: 2000;
        background-color: silver;
        background-color: rgba(0, 73, 147, 0.7);
        /* border-bottom: 1px solid; */
        transition: top 500ms;
        /* min-height: 105px; */
        margin-top: 34px;
        padding: 0px;
        box-sizing: border-box;
        text-align: left;
        font-size: 14px;
        /* width: 500px; */
        font-weight: 200;
        /* opacity: 0.7; */
    }

    .menu2 > input:checked + div {
        top: 0px;
        right: 0px;
    }

    .header2 {
        position: relative;
        background-color: #004993;
        width: 100%;
        margin-top: 0px;
        z-index: 3000;
        /* height: 40px; */
        top: 0;
        display: none;
    }

    .campimenuinternosecondario a {
        color: white;
        font-weight: 300;
        font-size: 14px;
        letter-spacing: -.02em;
        width: 100%;
        float: left;
        text-align: center;
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
        transition: all 0.5s linear;
        border-bottom: 1px solid silver;
    }

    div.ImmaginePrincipale2 img {
        min-height: initial;
    }

    .headercontatti {
        display: none;
    }

    .iframok {
        width: 100%;
        height: 58vw;
    }

    .contenitoreHomeImg img {
        width: 110%;
        display: block;
        /* max-height: 200px; */
    }

    .contenitoreHomeImg {
        MARGIN-TOP: 0px;
        max-height: 70vw;
    }

    div.PaginaElencoWrapper2 {
        padding: 50px 0px;
    }

    .barracontatti {
        min-height: 50px;
    }

    .bloccoprogramma {
        width: 100%;
    }

    .contenitoreArea2:before, .contenitoreArea2:after {
        height: 90px;
        min-height: auto;
    }

    .contenitoreFrase {
        /*position: relative;
        top: 0%;
        -webkit-transform:initial;
        transform:initial;
        margin-right: auto;
        margin-left: auto;
        box-sizing: border-box;
        z-index: 10;
        position: absolute;
        width: 100%;*/
    }


        .internoArea {
            width: 100%;
            min-height: auto;
            padding: 24px 20px 18px;
        }

        .accesso {
            padding: 15px 0px 0px 0px;
        }

        .internoAreaConferma {
            width: 100%;
            min-height: auto;
            padding: 24px 20px 18px;

        }
    }




/*############  RADIO   ###########*/
.containerinput {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    cursor: pointer;
    /* font-size: 22px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
    /* width: 30%; */
    box-sizing: border-box;
    font-weight: 600;
    margin-right: 10px;
    font-size: 13px;
}

    /* Hide the browser's default radio button */
    .containerinput input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #dadada;
    border-radius: 50%;
    margin-top: -3px;
}

/* On mouse-over, add a grey background color */
.containerinput:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.containerinput input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerinput input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.containerinput .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}




.GridViewStyle {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    border-right: none;
    border-collapse: collapse;
    table-layout: auto;
    /* font-size: 14px; */
    /* width: 900px; */
    width: 100%;
    background: rgb(255,255,255);
    /* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); */
    position: relative;
}


.GridViewStyle2 {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    border-right: none;
    border-collapse: collapse;
    table-layout: auto;
    font-size: 14px;
    width: 200px;
    background: rgb(255,255,255);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    float: left;
    margin-right: 20PX;
    margin-left: 5px;
    margin-top: 20px;
}


.GridViewStyle a {
    text-decoration: none;
}


/*Header*/

.HeaderStyle {
    /*border: 1px solid #ddd;*/
    background-color: white;
}



    .HeaderStyle th {
        align-items: center;
        padding-top: 8px;
        padding-bottom: 8px;
        cursor: default;
        font-weight: 500;
        font-size: 12px;
        color: #757575;
    }


/*Row*/

tr {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

    tr.RowStyle {
        text-align: left;
        background-color: #ffffff;
        transition: opacity, background-color 436ms cubic-bezier(0.4, 0, 0.2, 1);
        transition-property: background-color, opacity;
        font-size: 12px;
        line-height: 1.5em;
    }



    tr.AlternatingRowStyle {
        text-align: left;
        background-color: #ffffff;
        transition: opacity, background-color 436ms cubic-bezier(0.4, 0, 0.2, 1);
        transition-property: background-color, opacity;
        font-size: 12px;
        line-height: 1.5em;
    }



    tr.RowStyle:hover {
        /*cursor: pointer;*/
        background-color: #eee;
    }



    tr.AlternatingRowStyle:hover {
        /*cursor: pointer;*/
        background-color: #eee;
    }

td {
    padding: 10px 5px;
    box-sizing: border-box;
}


/*Footer*/

.FooterStyle {
    background-color: whitesmoke;
    height: 25px;
}


/*Pager*/

.PagerStyle table {
    margin: auto;
    border: none;
}



tr.PagerStyle {
    text-align: center;
    background-color: white;
}



.PagerStyle table td {
    /*border: 1px;*/
    padding: 5px;
}



.PagerStyle a {
    /* border: 1px solid #fff; */
    padding: 2px 5px 2px 5px;
    color: #333;
    font-size: 13px;
    text-decoration: none;
}



.PagerStyle span {
    padding: 2px 5px 2px 5px;
    color: #000;
    font-weight: bold;
    /*border: 2px solid #938ede;*/
}

