﻿/*----------------------------------------------------------------------------------------------*/
/* D E L T A I N F O R M A T I C */
/*----------------------------------------------------------------------------------------------*/
/* SMARTPHONE - Responsive Web Design */
/*----------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 767px) {
    #contenitoreBtnMenuMobile{
     display:none;
    }
    #logo {
        display: none;
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Regole Generiche */
    /*----------------------------------------------------------------------------------------------*/
    html, body {
        font-size: 14pt;
        background-color: #ffffff;
    }

    img {
        /*width: 100%;
        height: auto;*/
        max-width: 100%;
        height: auto;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Box generico */
    /*----------------------------------------------------------------------------------------------*/
    .contenitoreBox {
    }

    .headerBox {
        padding: 0px;
        display: none;
    }

    .corpoBox {
        padding: 0%;
    }

    .footerBox {
    }

    .h1Box {
        font-size: 22pt;
        padding: 0px;
        margin: 0px;
    }

    .h2Box {
        font-size: 20pt;
        padding: 0px;
        margin: 0px;
    }

    .h3Box {
        font-size: 18pt;
        padding: 0px;
        margin: 0px;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Form */
    /*----------------------------------------------------------------------------------------------*/
    .ulCoppia {
    }

    .liCoppia {
    }

    .chiave {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    .valore {
        width: 100%;
        float: none;
        margin-bottom: 10px;
        font-weight: bold;
    }
    /*----------------------------------------------------------------------------------------------*/
    input.text {
        width: 96%;
        padding: 2%;
        font-size: inherit;
        font-family: inherit;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        font-family: Fira Sans;
        font-weight: 400;
    }

        input.text:focus {
            outline: 0px;
            box-shadow: 0px 0px 5px #1a5dcf;
        }

    /*----------------------------------------------------------------------------------------------*/
    textarea.text {
        width: 96%;
        padding: 2%;
        font-size: inherit;
        font-family: inherit;
        font-family: Fira Sans;
        font-weight: 400;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        textarea.text:focus {
            outline: 0px;
            box-shadow: 0px 0px 5px #1a5dcf;
        }

    /*----------------------------------------------------------------------------------------------*/
    select {
        /*width: 100%;*/
        padding: 2%;
        font-size: inherit;
        font-family: inherit;
    }

        select:focus {
        }
    /*----------------------------------------------------------------------------------------------*/
    /* Bottoni */
    /*----------------------------------------------------------------------------------------------*/
    input.btnAggiungiCarrello {
        width: 100%;
        height: 50px;
        font-size: 16pt;
        margin-bottom: 3%;
        padding: 7px 13px;
        background-color: #69a4d0;
        border: 0px;
        cursor: pointer;
        color: #FFFFFF;
        display: inline-block;
        text-decoration: none;
        font-family: Calibri;
        font-size: 19px;
        font-family: Lato;
        text-transform: uppercase;
    }

        input.btnAggiungiCarrello:hover {
        }
    /*----------------------------------------------------------------------------------------------*/
    input.btnGenerico {
        width: 100%;
        padding-left: 2%;
        padding-right: 2%;
        height: 50px;
        margin-bottom: 10px;
        font-size: inherit;
        /*font-family: inherit;*/
        margin-left: 0px;
        margin-top: 20px;
    }

        input.btnGenerico:hover {
        }
    /*----------------------------------------------------------------------------------------------*/
    input.btnProcedi {
        width: 100%;
        padding-left: 2%;
        padding-right: 2%;
        height: 50px;
        font-size: inherit;
        /*font-family: inherit;*/
        margin: 0px !important;
    }

        input.btnProcedi:hover {
        }
    /*----------------------------------------------------------------------------------------------*/
    input.btnAnnulla {
        width: 96%;
        padding-left: 2%;
        padding-right: 2%;
        height: 50px;
        /*font-size: inherit;*/
        font-family: inherit;
    }

        input.btnAnnulla:hover {
        }
    /*----------------------------------------------------------------------------------------------*/
    /* Link */
    /*----------------------------------------------------------------------------------------------*/
    a.lnkGenerico {
        width: 96%;
        padding-left: 2%;
        padding-right: 2%;
        height: 50px;
        line-height: 50px;
        font-size: inherit;
        /*font-family: inherit;*/
    }

        a.lnkGenerico:hover {
        }
    /*----------------------------------------------------------------------------------------------*/
    a.lnkProcedi {
        width: 96%;
        padding-left: 2%;
        padding-right: 2%;
        height: 50px;
        line-height: 50px;
        font-size: inherit;
        /*font-family: inherit;*/
    }

        a.lnkProcedi:hover {
        }
    /*----------------------------------------------------------------------------------------------*/
    a.lnkAnnulla {
        width: 96% !important;
        padding-left: 2% !important;
        padding-right: 2% !important;
        height: 50px !important;
        line-height: 50px !important;
        font-size: inherit;
        /*font-family: inherit;*/
        display: block;
    }

        a.lnkAnnulla:hover {
        }
    /*----------------------------------------------------------------------------------------------*/
    /* Messaggio validazione */
    /*----------------------------------------------------------------------------------------------*/
    .cssValidate {
        color: #990000;
        background-image: url('Images/attenzione.png');
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 20px;
        font-size: 12pt;
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Struttura sito web */
    /*----------------------------------------------------------------------------------------------*/
    #contenitore {
        width: 100%;
        overflow: hidden;
    }

    #testata {
        /*position: fixed;*/
        height: 160px;
        width: 100%;
        /*overflow: hidden;*/
        top: 0px;
        z-index: 1;
        /*background: #1a5dcf;*/
        /*-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 18px rgba(0, 0, 0, 0.65);*/
    }

    #seoDescription {
        height: 8px;
        position: fixed;
        right: 0px;
        display: none;
    }

        #seoDescription h1 {
            font-size: 5pt;
            font-weight: normal;
            color: #C0C0C0;
            margin: 0px;
            padding: 0px;
        }

    #corpo {
        width: 100%;
        overflow: hidden;
        clear: both;
        background-color: #FFFFFF;
        margin: 0px auto 0 auto;
        z-index: 2;
    }

    #sinistra {
    }

    #contenitorePagineLato {
    }

    #contenitoreBannerLato {
        display: none;
    }

    #scroll_left {
        display: none;
    }

    #centro1colonne {
        width: 990px;
    }

    #centro2colonne {
        width: 100%;
        overflow: hidden;
    }

    #centro3colonne {
        width: 100%;
        margin: 0px;
        overflow: hidden;
        z-index: 3;
    }

    #raggruppamento {
        overflow: hidden;
    }

    #destra {
        display: none;
    }

    #bannerGrandeHome {
        display: none;
    }

    #bannerPiccoloHome {
        display: none;
    }

    #logo {
        width: 100%;
        position: absolute;
        z-index: 1;
        overflow: hidden;
        text-align: center;
        margin-top: 50px;
    }

        #logo p {
        }

        #logo img {
            max-height: 80px;
        }

    .contenitoreBandiere {
        float: left;
        margin-right: 15px;
        overflow: hidden;
        display: none;
    }

    #contenitoreSceltaLingua {
        float: right;
        text-align: right;
        padding: 5px;
        margin-top: 10px;
        margin-right: 0px;
        display: none;
    }

    #contenitoreCerca {
        width: 79%;
        /*margin-right: 2%;*/
        float: right;
        display: inline-block;
        overflow: hidden;
        text-align: right;
        margin-top: 0px;
        position: fixed;
        z-index: 999;
        background-color: #1a5dcf;
        right: 0px;
        padding: 7px 10px 0 0;
        height: 43px;
        display: none;
    }

    .inputCerca {
        font-family: Georgia;
        font-style: italic;
        height: 25px;
        background-position-y: center;
        background-position: 6px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 30px;
        padding-right: 1%;
        margin-top: 0px;
        border-style: solid;
        border-width: 0px;
        border-color: #808080 #C0C0C0 #C0C0C0 #C0C0C0;
        /*border-radius: 500px;*/
        width: 85%;
        font-size: 12pt;
        background-image: url(Images/lente-mobile.png);
        background-repeat: no-repeat;
    }

        .inputCerca:focus {
            border: 0px solid #009933;
            outline: none !important;
        }

    .btnCerca {
        display: none;
    }

        .btnCerca:hover {
            background-color: #d5500c;
        }

    #contenitoreBoxCarrello {
        display: none;
    }

    #updMiniCarrello {
        display: none;
    }

    #lblVaiCarrello {
        display: block;
    }

    #lbltotaleCarrello {
        display: block;
    }


    #divCertificazione {
        display: none;
    }

    #banner {
        width: 100%;
        height: 42px;
        position: fixed;
        z-index: 998;
        /*left: 20%;*/
        background-color: #1a5dcf;
        color: #fff;
        font-family: 'Fira Sans';
        font-style: italic;
        font-weight: 300;
        padding-top: 8px;
        font-size: 16px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 18px rgba(0, 0, 0, 0.65);
    }

        #banner #infoSite {
            width: 100%;
            margin-right: auto;
            margin-left: auto;
        }

        #banner .ferie{
            display: none;
        }

        #banner .contatti{
            margin-left: 10px;
            position: relative;
            top: -2px;
        }

        #banner #topMail{
            display: block;
        }

        #banner #topPhone, #topWhap{
            display: inline-block;
            margin-right: 2%;
        }

        /*#banner #topPhone:before {
            content: "\F095";
            font-size: 29px;
            font-family: fontAwesome;
            display: inline-block;
            color: #69a4d0;
            position: relative;
            right: 30px;
            top: 13px;
            display: none;
        }*/

        /*#banner #topPhone strong {
            font-weight: 300;
            letter-spacing: -0.25px;
            position: relative;
            left: -23px;
            display: none;
        }

        #banner #topPhone {
            display: block;
            letter-spacing: 0.1px;
            margin-top: -12px;
            margin-left: 3%;
            position: relative;
            top: 29px;
        }

        #banner #topMail:before {
            content: "\F0e0";
            font-size: 29px;
            font-family: fontAwesome;
            display: inline-block;
            color: #69a4d0;
            position: relative;
            right: 22px;
            top: 10px;
            display: none;
        }

        #banner #topMail strong {
            font-weight: 300;
            letter-spacing: -0.25px;
            position: relative;
            left: -17px;
            display: none;
        }

        #banner #topMail {
            display: block;
            line-height: 0px;
            letter-spacing: 0.1px;
            margin-left: 3%;
            margin-top: 0px;
        }*/

    #banner .contatti a {
        color: #fff;
    }

    #banner .social {
        margin-top: 0px;
        padding: 12px 10px 11px 0px;
        display: block;
        float: right;
        list-style: none;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        display: none;
    }

        #banner .social:hover .socialButton {
            opacity: 0.4;
        }

        #banner .social li {
            display: inline-block;
            padding: 0px 2.5px;
        }

    #banner .socialButton {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        background-color: #69a4d0;
        width: 32px;
        height: 32px;
        line-height: 39px;
        border-radius: 147px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        #banner .socialButton:hover {
            opacity: 1 !important;
            background-color: #87c3ef;
            box-shadow: 0px 0px 12px #fff;
        }

    #banner .google:before {
        margin-left: 8px;
        color: #fff;
        content: "\f0d5";
        font: normal normal normal 20px/1 FontAwesome;
    }

    #banner .twitter:before {
        margin-left: 6px;
        color: #fff;
        content: "\f099";
        font: normal normal normal 20px/1 FontAwesome;
    }

    #banner .facebook:before {
        margin-left: 9px;
        color: #fff;
        content: "\f09a";
        font: normal normal normal 20px/1 FontAwesome;
    }

    #banner .linkedin:before {
        margin-left: 7.5px;
        color: #fff;
        content: "\f0e1";
        font: normal normal normal 20px/1 FontAwesome;
    }

    #lblBannerTop {
        display: none;
    }

    #contenitoreBannerLato {
        display: none;
    }

    #lblBannerLatoNo {
        display: none;
    }

    #testoHomeSotto {
        display: none;
    }

    #contenitoreMetodiPagamento {
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
        width: 96%;
    }

        #contenitoreMetodiPagamento img {
            width: 70%;
        }

    #footer {
        font-family: Work Sans;
        clear: both;
        margin: 0px 0 0px 0;
        color: #fff;
        background-color: #11274d;
        padding: 2%;
        font-size: 10pt;
        overflow: hidden;
        text-align: center;
    }

     #footerCredits {
        display: none;
    }

    #seoFooter {
        width: 80%;
        padding: 0 10%;
        margin-bottom: 15px;
        text-align: center;
        /*font-style: italic;*/
        line-height: 8px;
        font-size: 8px;
        color: rgba(255, 255, 255, 0.5);
        font-weight: 300;
        font-family: Roboto;
    }

        #seoFooter p {
            margin: 0px;
        }

    #footerSito, #footerSitoWebLingua {
        margin-top: 14px;
        font-size: 8pt;
    }

        #footerSito span, #footerSito p, #footerSitoWebLingua p, #footerSitoWebLingua span {
            font-size: 3vw !important;
        }

        #footerSito img, #footerSitoWebLingua img {
            width: 15%;
        }

        #footerSito a {
            font-weight: 400;
            color: #83a8ff;
            text-decoration: none;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -ms-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

            #footerSito a:hover {
                color: #c1cfef;
            }

    #strumentiMobile {
        display: none;
        width: 100%;
        height: 40px;
        position: fixed;
        bottom: 0px;
        text-align: center;
        font-family: Lato;
    }

        #strumentiMobile a {
            width: 33.333333333%;
            height: 40px;
            line-height: 40px;
            /*margin: 0 1% 0 1%;*/
            /*border-radius: 20px;*/
            display: block;
            float: right;
            text-decoration: none;
            font-size: 11pt;
            text-align: center;
            font-style: italic;
            font-family: Georgia;
        }

    #lnkCarrelloMob {
        background-color: #00923f;
        color: #fff;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

        #lnkCarrelloMob:hover {
            background-color: #35ff72;
            color: #072c11;
        }

    #lnkListaDesideriMob {
        background-color: #7097c4;
        color: #FFFFFF;
    }

    #lnkMieiOrdiniMob {
        background-color: #7097c4;
        color: #FFFFFF;
    }

    #lnkMieiDatiMob {
        /*background-color: #7097c4;*/
        /*background-color: transparent;*/
        background: #1e89ff;
        color: #FFFFFF;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

        #lnkMieiDatiMob:hover {
            background: #4bb7ff;
            color: #030a1d;
        }

    #lnkLoginMob {
        background: #d95d00;
        color: #FFFFFF;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

        #lnkLoginMob:hover {
            background: #ff9d34;
            color: #3b060a;
        }

    #lnkbLogoutMob {
        background: #cb2438;
        color: #FFFFFF;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

        #lnkbLogoutMob:hover {
            background: #e95465;
            color: #3b060a;
        }

    /*----------------------------------------------------------------------------------------------*/
    /* Strumenti Cliente */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreNavigazioneStrumenti {
        display: none;
    }

        #contenitoreNavigazioneStrumenti a#lbtLogout {
            border-width: 0px;
            color: #808080;
        }

        #contenitoreNavigazioneStrumenti a:link, #contenitoreNavigazioneStrumenti a:visited {
            border-left-style: solid;
            border-left-width: 1px;
            border-left-color: #808080;
            color: #808080;
            padding-right: 5px;
            padding-left: 5px;
        }

    /*----------------------------------------------------------------------------------------------*/
    /* Navigazione Pagine Top */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreBtnMenuMobile {
        width: 20%;
        width: 60px;
        height: 35px;
        /*margin-top: 10px;*/
        /*margin-bottom: 10px;*/
        margin-right: 1%;
        overflow: hidden;
        background: url(Images/nav-ico.png) no-repeat;
        background-position: center;
        /*position: fixed;
		top: 0px;*/
        /*left: 2%;*/
        cursor: pointer;
        position: fixed;
        right: 0px;
        z-index: 998;
        background-color: #1a5dcf;
        padding: 7px 0px 8px 0px;
    }

    #lblToogleMenu {
        display: none;
    }

    #navPagineTop {
        font-size: 14pt;
        position: fixed;
        overflow: scroll;
        overflow-y: auto;
        overflow-x: hidden;
        top: 60px;
        z-index: 999;
        display: none;
        width: 96%;
        max-height: 80%;
        /*height: 325px;*/
        border-radius: 5px;
        background: #1a5dcf;
        margin-left: 2%;
        margin-right: 2%;
        box-shadow: 0px 6px 20px #000;
    }

        #navPagineTop ul {
            margin: 0px;
            /*padding-top: 1%;
            padding-left: 5%;
            padding-right: 5%;*/
            padding: 0px !important;
            list-style: none;
            z-index: 1;
        }

        #navPagineTop li:nth-child(1) a {
            border-top: 0px solid;
        }

        #navPagineTop li {
            padding: 0 5%;
            display: list-item;
            text-decoration: none;
            /*border-top: 1px dashed rgba(255, 255, 255, 0.5);*/
        }

        #navPagineTop a {
            display: block;
            padding: 3% 4% 3% 4%;
            color: #fff;
            text-decoration: none;
            text-transform: uppercase;
            border-top: 1px dashed rgba(255, 255, 255, 0.5);
            font-size: 5vw;
        }

        #navPagineTop li:hover {
            color: #1a5dcf !important;
            background-color: #fff;
        }

            #navPagineTop li:hover a {
                color: #1a5dcf !important;
            }

        #navPagineTop a:hover {
            color: #ffffff;
        }

        #navPagineTop a.selezionato {
            color: #000000;
            font-weight: 400;
            /*text-shadow: 0px 0px 1px #000;*/
            /*text-decoration: underline;*/
        }
    /*----------------------------------------------------------------------------------------------*/
    /* Navigazione Pagine lato */
    /*----------------------------------------------------------------------------------------------*/
    #contenitorePagineLato {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 5px;
        border-color: #C0C0C0;
        border-width: 1px;
    }

    #headerPagineLato {
        height: 50px;
        line-height: 50px;
        background-position: 10px center;
        cursor: pointer;
        border: 0px;
        background-color: #808080;
        border-radius: 5px;
        background-image: url(Images/piu-ico-32.png);
        background-repeat: no-repeat;
        background-position: center right;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

        #headerPagineLato.open {
            background-image: url(Images/piu-ico-32.png);
        }

        #headerPagineLato.close {
            background-image: url(Images/meno-ico-32.png);
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px;
        }

    #h1PagineLato {
        color: #FFFFFF;
        font-size: 22px;
    }

    #sectionPagineLato {
        display: none;
        margin: 0px;
        padding: 0px;
    }

    #navPagineLato {
        font-size: 14pt;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #navPagineLato ul {
            margin: 0px;
            padding: 0px 0px 0px 10px;
        }

        #navPagineLato li {
            display: inline;
            margin: 0px;
            padding: 0px 0px 10px 0px;
        }

        #navPagineLato a {
            color: #666666;
            display: block;
            text-decoration: none;
            margin: 0px 0px 0px -10px;
            padding: 15px 30px 15px 10px;
            border-top-style: solid;
            border-top-width: 1px;
            border-top-color: #C0C0C0;
            background-image: url('Images/freccia1-mobile.png');
            background-repeat: no-repeat;
            background-position: right center;
        }

            #navPagineLato a:hover {
                color: #1E61D4;
            }

            #navPagineLato a.selezionato {
                color: #1E61D4;
                font-weight: bold;
            }

    /*----------------------------------------------------------------------------------------------*/
    /* Navigazione Scroll Verticale */
    /*----------------------------------------------------------------------------------------------*/
    #menuVerticalPage {
        display: none;
    }

    #menuSectionPage {
        display: none;
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Navigazione Pagine Sotto */
    /*----------------------------------------------------------------------------------------------*/
    #navPagineSotto {
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center;
    }

        #navPagineSotto ul {
            margin: 0px;
            padding: 0px;
        }

        #navPagineSotto li {
            /*display: inline-block;*/
            margin: 0px;
        }

        #navPagineSotto a {
            font-style: italic;
            text-transform: uppercase;
            font-family: Roboto;
            font-weight: 300;
            color: #fff;
            display: block;
            text-decoration: none;
            /*border-bottom-style: solid;
			border-bottom-width: 1px;
			border-bottom-color: #69a4d0;*/
            background-image: url('Images/freccia1-mobile.png');
            background-repeat: no-repeat;
            background-position: right center;
            padding: 5px 0px 5px 0px;
            margin: 10px 0;
            font-size: 14px;
            opacity: 0.8;
        }

            #navPagineSotto a.selezionato {
                color: #1e89ff;
                font-weight: 500;
            }
    /*----------------------------------------------------------------------------------------------*/
    /* Navigazione Box Sottosezioni Lato */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreSottosezioniLato {
        margin-left: auto;
        margin-right: auto;
        border-radius: 5px;
        border-color: #C0C0C0;
        border-width: 1px;
    }

        #contenitoreSottosezioniLato header {
            padding-left: 10px;
            display: block;
            height: 50px;
            line-height: 50px;
            cursor: pointer;
            border: 0px;
            background-color: #808080;
            background-image: url(Images/piu-ico-32.png);
            background-repeat: no-repeat;
            background-position: center right;
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px;
        }

            #contenitoreSottosezioniLato header.open {
                background-image: url(Images/meno-ico-32.png);
            }

            #contenitoreSottosezioniLato header.close {
                background-image: url(Images/meno-ico-32.png);
            }


            #contenitoreSottosezioniLato header h2 {
                color: #FFFFFF;
                font-size: 22px;
            }

        #contenitoreSottosezioniLato ul {
            display: none;
            margin: 0px;
            padding: 0px 0px 0px 10px;
        }

        #contenitoreSottosezioniLato li {
            display: inline;
            margin: 0px;
            padding: 0px 0px 0px 0px;
        }

        #contenitoreSottosezioniLato a {
            color: #666666;
            display: block;
            text-decoration: none;
            margin: 0px 0px 0px -10px;
            padding: 15px 30px 15px 10px;
            border-top-style: solid;
            border-top-width: 1px;
            border-top-color: #C0C0C0;
            background-image: url('Images/freccia1-mobile.png');
            background-repeat: no-repeat;
            background-position: right center;
        }

            #contenitoreSottosezioniLato a:hover {
                color: #cc0000;
            }

            #contenitoreSottosezioniLato a.selezionato {
                color: #cc0000;
                font-weight: bold;
            }
    /*----------------------------------------------------------------------------------------------*/
    /* Navigazione Categorie */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreNavigazioneCategorie {
        margin: 20px 0px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 5px;
        border-color: #C0C0C0;
        border-width: 1px;
    }

    #headerNavigazioneCategorie {
        font-family: Lato;
        text-transform: uppercase;
        height: 50px;
        line-height: 50px;
        background-position: 10px center;
        cursor: pointer;
        border: 0px;
        background-color: #3e454c;
        background-image: url(Images/piu-ico-32.png);
        background-repeat: no-repeat;
        background-position: center right;
        display: block !important;
    }

        #headerNavigazioneCategorie.open {
            background-image: url(Images/piu-ico-32.png);
        }

        #headerNavigazioneCategorie.close {
            background-image: url(Images/meno-ico-32.png);
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px;
        }

    #h2NavigazioneCategorie {
        color: #FFFFFF;
        font-size: 25pt;
        padding: 0px 10px;
    }

    #contenitoreNavigazioneCategorie ul {
        margin: 0px;
        padding: 0px 0px 0px 10px;
        display: none;
    }

    #contenitoreNavigazioneCategorie li {
        display: inline;
        margin: 0px;
        padding: 0px 0px 0px 0px;
    }

    #contenitoreNavigazioneCategorie a {
        font-family: Lato;
        font-size: 20pt;
        color: #69a4d0;
        display: block;
        text-decoration: none;
        margin: 0px 0px 0px -10px;
        padding: 15px 30px 15px 10px;
        border-top-style: solid;
        border-top-width: 1px;
        border-top-color: #69a4d0;
        background-image: url('Images/freccia1-mobile.png');
        background-repeat: no-repeat;
        background-position: right center;
    }

        #contenitoreNavigazioneCategorie a:hover {
            color: #0043a0;
        }

        #contenitoreNavigazioneCategorie a.selezionato {
            color: #0043a0;
            font-weight: bold;
        }
    /*----------------------------------------------------------------------------------------------*/
    /* Navigazione Box Blog Argomento */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreBoxBlogArgomento {
        margin-bottom: 10px;
        position: absolute;
        top: 215px;
        width: 88%;
        margin-left: 6%;
        margin-right: 6%;
    }

        #contenitoreBoxBlogArgomento header {
            padding-left: 10px;
            display: block;
            height: 50px;
            line-height: 50px;
            cursor: pointer;
            border: 0px;
            background-color: #1a5dcf;
            background-image: url(Images/piu-ico-32.png);
            background-repeat: no-repeat;
            background-position: center right;
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px;
        }

            #contenitoreBoxBlogArgomento header.open {
                background-image: url(Images/meno-ico-32.png);
            }

            #contenitoreBoxBlogArgomento header.close {
                background-image: url(Images/meno-ico-32.png);
            }


            #contenitoreBoxBlogArgomento header h2 {
                color: #FFFFFF;
                font-size: 22px;
                text-transform: uppercase;
            }

        #contenitoreBoxBlogArgomento ul {
            display: none;
            margin: 2% 1% 0 1%;
            background-color: #1a5dcf;
            position: relative;
            box-shadow: 0px 6px 20px #000;
            padding-left: 5%;
            padding-right: 5%;
            z-index: 2;
            width: 86%;
            border-radius: 5px;
            margin-left: 2%;
            margin-right: 2%;
        }

        #contenitoreBoxBlogArgomento li {
            display: inline;
            margin: 0px;
            padding: 0px 0px 0px 0px;
        }

        #contenitoreBoxBlogArgomento a {
            color: #fff;
            text-transform: uppercase;
            display: block;
            text-decoration: none;
            margin: 0px 0px 0px -10px;
            padding: 15px 30px 15px 10px;
            /*border-bottom-style: solid;
            border-bottom-width: 1px;
            border-bottom-color: #5aae32;*/
            background-image: url('Images/freccia1-mobile.png');
            background-repeat: no-repeat;
            background-position: right center;
        }

            #contenitoreBoxBlogArgomento a.selezionato {
                color: #000;
                font-weight: bold;
            }
    /*----------------------------------------------------------------------------------------------*/
    /* Navigazione Box Blog Archivio */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreBoxBlogArchivio {
        margin-bottom: 10px;
        margin-bottom: 10px;
        position: absolute;
        top: 280px;
        width: 88%;
        margin-left: 6%;
        margin-right: 6%;
    }

        #contenitoreBoxBlogArchivio header {
            padding-left: 10px;
            display: block;
            height: 50px;
            line-height: 50px;
            cursor: pointer;
            border: 0px;
            background-color: #1a5dcf;
            background-image: url(Images/piu-ico-32.png);
            background-repeat: no-repeat;
            background-position: center right;
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px;
        }

            #contenitoreBoxBlogArchivio header.open {
                background-image: url(Images/meno-ico-32.png);
            }

            #contenitoreBoxBlogArchivio header.close {
                background-image: url(Images/meno-ico-32.png);
            }


            #contenitoreBoxBlogArchivio header h2 {
                color: #FFFFFF;
                font-size: 22px;
                text-transform: uppercase;
            }


        #contenitoreBoxBlogArchivio ul {
            display: none;
            margin: 2% 1% 0 1%;
            background-color: #1a5dcf;
            position: relative;
            box-shadow: 0px 6px 20px #000;
            padding-left: 5%;
            padding-right: 5%;
            z-index: 1;
            width: 86%;
            border-radius: 5px;
            margin-left: 2%;
            margin-right: 2%;
        }

        #contenitoreBoxBlogArchivio li {
            display: inline;
            margin: 0px;
            padding: 0px 0px 0px 0px;
        }

        #contenitoreBoxBlogArchivio a {
            color: #fff;
            text-transform: uppercase;
            display: block;
            text-decoration: none;
            margin: 0px 0px 0px -10px;
            padding: 15px 30px 15px 10px;
            /*border-bottom-style: solid;
            border-bottom-width: 1px;
            border-bottom-color: #5aae32;*/
            background-image: url('Images/freccia1-mobile.png');
            background-repeat: no-repeat;
            background-position: right center;
        }

            #contenitoreBoxBlogArchivio a.selezionato {
                color: #000;
                font-weight: bold;
            }
    /*----------------------------------------------------------------------------------------------*/
    /* Navigazione Box Blog Articoli Recenti */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreBoxBlogArticoliRecenti {
        margin-bottom: 20px;
    }

        #contenitoreBoxBlogArticoliRecenti ul {
            font-size: 10pt;
            margin: 0px;
            padding: 0px 0px 0px 10px;
        }

        #contenitoreBoxBlogArticoliRecenti li {
            display: inline;
            margin: 0px;
            padding: 0px;
        }

            #contenitoreBoxBlogArticoliRecenti li h3 {
                margin: 0px;
                padding: 0px;
                font-weight: normal;
            }

        #contenitoreBoxBlogArticoliRecenti .contenitoreInformazioniBlog {
            font-size: 10pt;
        }

        #contenitoreBoxBlogArticoliRecenti a {
            color: #666666;
            display: block;
            text-decoration: none;
            margin: 0px 0px 0px -10px;
            padding: 5px 0px 5px 10px;
            border-top-style: solid;
            border-top-width: 1px;
            border-top-color: #C0C0C0;
        }

            #contenitoreBoxBlogArticoliRecenti a:hover {
                margin: 0px 0px 0px -10px;
                padding: 5px 0px 5px 10px;
                color: #cc0000;
            }
    /*----------------------------------------------------------------------------------------------*/
    /* Blog Home Page */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreBlogHome {
        margin-top: 220px;
        margin-left: 1%;
        margin-right: 1%;
    }

        #contenitoreBlogHome header {
            display: none;
        }

        #contenitoreBlogHome select {
            width: 100%;
        }

    /* Ricerca argomento */
    #ricercaArgomentoBlog {
    }

        #ricercaArgomentoBlog span {
        }

    /* Ricerca data */
    #ricercaDataBlog {
        margin-top: 10px;
        margin-bottom: 20px;
    }

        #ricercaDataBlog span {
        }

    /* Titolo news */
    #contenitoreBlogHome h3 {
        margin: 0 0 10px 0;
        width: 100%;
        text-align: center;
    }

        #contenitoreBlogHome h3 a {
            font-family: Roboto;
            font-style: italic;
            font-weight: 500;
            font-size: 22pt;
            /*color: #003867;*/
        }

    /* Data e Autore News */
    #contenitoreBlogHome .contenitoreInformazioniBlog {
        font-size: 10pt;
        margin-bottom: 10px;
        overflow: hidden;
        clear: both;
        text-align: center;
    }

    #contenitoreBlogHome time {
        display: inline-block;
        margin-bottom: 5px;
        font-family: Georgia;
    }

    #contenitoreBlogHome .contenitoreArgomentoBlog {
        text-transform: uppercase;
    }

    #contenitoreBlogHome .contenitoreAutoreBlog {
        display: none;
    }

    /* Link nome cognome autore */
    #contenitoreBlogHome .contenitoreInformazioniBlog a {
        font-weight: bold;
    }

    /* Link generico news */
    #contenitoreBlogHome ul {
        overflow: hidden;
        width: 100%;
        height: auto;
        margin: 0px;
        padding: 0px;
    }

    #contenitoreBlogHome li {
        display: inline;
        margin: 0px;
        padding: 0px;
    }

    #contenitoreBlogHome article {
        margin: 0% 7%;
        overflow: hidden;
        padding-top: 20px;
        margin-bottom: 20px;
        border-top: 1px dashed #003867;
    }

    #contenitoreBlogHome li:nth-child(1) article {
        border-top: 0px;
    }

    #contenitoreBlogHome a {
        text-decoration: none;
    }

    /* Foto news */
    .imgNews {
        overflow: hidden;
        width: 100%;
    }

    /* Contenuti news */
    #contenitoreBlogHome p {
        text-align: justify;
    }

        #contenitoreBlogHome p a {
            font-weight: bold;
        }

    /* Tag news */
    #contenitoreBlogHome .tagNews {
        overflow: hidden;
        margin: 10px 0 10px 0;
        background-color: #efefef;
        padding: 10px;
    }

        #contenitoreBlogHome .tagNews span {
            margin-bottom: 10px;
            display: block;
            font-weight: bold;
        }

        #contenitoreBlogHome .tagNews ul {
            list-style: none;
            width: auto;
        }

        #contenitoreBlogHome .tagNews li {
        }

        #contenitoreBlogHome .tagNews a {
            display: block;
            text-decoration: none;
            border-bottom: solid 1px #c0c0c0;
            padding: 2% 0 2% 0;
        }

            #contenitoreBlogHome .tagNews a:hover {
                color: #cc0000;
            }
    /* Paginazione Blog */
    #contenitoreBlogHome #contenitorePaginazione ul {
        font-size: 20pt;
        height: 60px;
    }

    #contenitoreBlogHome #contenitorePaginazione li {
        width: 25%;
        float: left;
        text-align: center;
    }

        #contenitoreBlogHome #contenitorePaginazione li a.currentPaginazione {
            display: none;
        }

        #contenitoreBlogHome #contenitorePaginazione li a.FirstLastPaginazione {
            height: 50px;
            line-height: 50px;
            border-radius: 5px;
            padding: 1%;
            color: #FFFFFF;
            background-color: #5f6061;
        }

        #contenitoreBlogHome #contenitorePaginazione li a.NextPreviousPaginazione {
            height: 50px;
            line-height: 50px;
            border-radius: 5px;
            padding: 1%;
            color: #FFFFFF;
            background-color: #808080;
        }

        #contenitoreBlogHome #contenitorePaginazione li a.numericPaginazione {
            display: none;
        }

    #contenitoreBlogHome .continuaLeggere {
        font-size: 13pt;
        margin: 30px 0 0 0;
        /*margin-left: auto;
        margin-right: auto;*/
        padding: 3% 0;
        /*border: 1px solid #1a5dcf;*/
        font-weight: 300;
        /*color: #1a5dcf;*/
        color: #fff;
        background-color: #1a5dcf;
        font-family: Lato;
        text-align: center;
        width: 100%;
        display: block;
        text-transform: uppercase;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        #contenitoreBlogHome .continuaLeggere:hover {
            text-decoration: none;
            /*border: 1px solid #fff;*/
        }

    /*----------------------------------------------------------------------------------------------*/
    /* Blog Dettaglio News */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreBlogDettaglio {
        margin-top: 220px;
        margin-left: 7%;
        margin-right: 7%;
    }

        #contenitoreBlogDettaglio header {
            margin-bottom: 10px;
            display: block;
            padding: 0;
            text-align: center;
        }

        /* Titolo news */
        #contenitoreBlogDettaglio h3 {
            font-size: 30pt;
            /*color: #003867;*/
            margin: 0px;
            font-weight: normal;
            font-family: Roboto;
            font-style: italic;
        }

        /* Data e Autore News */
        #contenitoreBlogDettaglio .contenitoreInformazioniBlog {
            font-size: 10pt;
            margin-bottom: 10px;
            overflow: hidden;
            clear: both;
            text-align: center;
        }

        #contenitoreBlogDettaglio time {
            display: inline-block;
            margin-bottom: 5px;
            font-family: Georgia;
        }

        #contenitoreBlogDettaglio .contenitoreArgomentoBlog {
            width: 100%;
            margin-bottom: 5px;
            display: inline-block;
            text-transform: uppercase;
            font-weight: bold;
        }

        #contenitoreBlogDettaglio .contenitoreAutoreBlog {
            display: none;
        }

        /* Link generico news */
        #contenitoreBlogDettaglio ul {
            margin: 0px;
            padding: 0px;
        }

        #contenitoreBlogDettaglio li {
            display: inline;
            margin: 0px;
            padding: 0px;
        }

        #contenitoreBlogDettaglio a {
            text-decoration: none;
        }

        #contenitoreBlogDettaglio img {
            /*width: 100% !important;
            height: auto !important;*/
            display: block !important;
            clear: both !important;
            float: none !important;
            margin-left: auto !important;
            margin-right: auto !important;
        }

        /* Foto news */
        #contenitoreBlogDettaglio .imgNews {
            overflow: hidden;
            width: 100%;
        }

            #contenitoreBlogDettaglio .imgNews a {
                pointer-events: none;
                cursor: default;
            }

        /* Contenuti news */
        #contenitoreBlogDettaglio p {
            text-align: justify;
        }

        /* Tag news */
        #contenitoreBlogDettaglio .tagNews {
            overflow: hidden;
            margin: 10px 0 30px 0;
            background-color: #efefef;
            padding: 10px;
            text-transform: uppercase;
            text-align: center;
        }

            #contenitoreBlogDettaglio .tagNews span {
                margin-bottom: 10px;
                display: block;
                font-weight: bold;
            }

            #contenitoreBlogDettaglio .tagNews ul {
                list-style: none;
                width: auto;
            }

            #contenitoreBlogDettaglio .tagNews li {
            }

            #contenitoreBlogDettaglio .tagNews a {
                color: #1a5dcf;
                display: block;
                text-decoration: none;
                padding: 2% 0 2% 0;
                font-weight: normal;
                font-weight: 200;
            }

            #contenitoreBlogDettaglio .tagNews ul li:nth-child(n+2) a {
                border-top: dashed 1px rgb(51, 52, 57);
            }

    /*----------------------------------------------------------------------------------------------*/
    /* Inserisci Commento Articolo Blog */
    /*----------------------------------------------------------------------------------------------*/

    #pnlInserisciCommento {
        margin-top: 50px;
        margin-bottom: 50px;
        border-top: 1px dashed #69a4d0;
        padding: 1%;
        text-align: center;
        /*float: right;
        width: 70%;
        display: inline-block;*/
        position: relative;
    }

    #h3InvioCommento {
        text-transform: uppercase;
        font-weight: normal;
        font-size: 16pt;
        margin-bottom: 30px;
    }

    #pnlInserisciCommento .liCoppiaNome {
        text-decoration: none;
        /*overflow: hidden;*/
        margin-bottom: 30px;
        width: 100%;
    }

    #pnlInserisciCommento .liCoppiaMail {
        text-decoration: none;
        /*overflow: hidden;*/
        margin-bottom: 10px;
        /*position: absolute;
            left: 430px;*/
        padding-bottom: 30px;
        width: 100%;
    }

    #pnlInserisciCommento #vldNomeCommento {
        top: 170px;
        left: 30px;
        position: absolute;
        /*margin-left: 15px;*/
    }

    #pnlInserisciCommento #vldMailCommentoReq, #pnlInserisciCommento #vldMailCommentoRegEx {
        top: 170px;
        right: 100px;
        position: absolute;
        /*margin-left: 15px;*/
    }

    .labelNomeCommento {
        display: block;
        text-align: left;
        width: 100%;
    }

    .labelMailCommento {
        text-align: left;
        display: block;
        width: 100%;
    }

    .txtNomeCommento {
        width: 100%;
        margin-top: 10px;
        display: block;
    }

    #txtNomeCommento {
        width: 96%;
        color: #000;
        font-family: inherit !important;
        font-size: 14pt !important;
        border-radius: 0px !important;
    }

    .txtMailCommento {
        width: 100%;
        margin-top: 10px;
        display: block;
    }

    #txtMailCommento {
        width: 96%;
        color: #000;
        font-family: inherit !important;
        font-size: 14pt !important;
        border-radius: 0px !important;
    }

    .labelTestoCommento {
        display: block;
        margin-bottom: 10px;
    }

    #pnlInserisciCommento .liCoppiaCommento {
        text-align: left;
        margin: 10px 0px;
        width: 100%;
        display: block;
    }

    #pnlInserisciCommento #vldTestoCommento {
        margin-bottom: 10px;
    }

    #txtTestoCommento {
        font-size: 14pt !important;
        width: 96%;
        height: 120px;
        display: block;
        overflow: hidden;
        color: #000;
        font-family: inherit !important;
        border-radius: 0px !important;
    }

    #btnInviaCommento {
        /*font-weight: normal !important;
        font-family: Work Sans;*/
        font-size: 25px;
        width: 100%;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Render Commenti Articolo Blog */
    /*----------------------------------------------------------------------------------------------*/

    #commentiArticolo {
        margin: 0% 1%;
    }

    #lblCommenti {
        display: inline-block;
        margin-bottom: 20px;
        font-size: 23px;
        text-transform: uppercase;
        /*font-style: italic;*/
        color: #1a5dcf;
        font-weight: 400;
    }

    #lblCountCommenti {
        margin-left: 10px;
        display: inline-block;
        font-size: 23px;
        text-transform: uppercase;
        /*font-style: italic;*/
        font-weight: bold;
        /*color: #69a4d0;*/
    }

    #divCountCommenti {
        text-align: center;
        width: 100%;
    }

    .commentoArticolo {
        /*border-bottom: 1px #69a4d0 dashed;*/
        padding-bottom: 2%;
        margin-bottom: 20px;
        padding-top: 10px;
        position: relative;
    }

        .commentoArticolo:nth-child(n+2) {
            border-top: 1px #69a4d0 dashed;
        }

    .rispostaCommentoArticolo {
        /*border-bottom: 1px #69a4d0 dashed;*/
        padding-bottom: 25px;
        margin-left: 20%;
        position: relative;
    }

    .nomeCommentoArticolo {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 13pt;
        display: inline-block;
        margin-right: 10px;
    }

    .contenutoCommentoArticolo {
        margin-left: 20px;
    }

    .dataCommentoArticolo {
        display: inline-block;
        font-family: Work Sans;
        font-size: 10pt;
        /*float: right;*/
        padding-bottom: 20px;
        /*font-style: italic;*/
    }

    .btnInviaRisposta {
        /*float: right;*/
        font-size: 15pt;
        text-align: center;
        margin-top: 20px;
        /*margin-left: 45px;*/
        border-radius: 0px;
        border-color: transparent;
        font-family: Work Sans;
        font-weight: normal;
        text-transform: uppercase;
        padding: 7px;
        /*background: #69a4d0;*/
        background: #fff;
        color: #69a4d0;
        border: 1px #69a4d0 solid;
        -webkit-transition: all 0.7s ease;
        -moz-transition: all 0.7s ease;
        -ms-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        transition: all 0.7s ease;
        width: 100%;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Contenuti renderizzati graficamente Blog */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreBlog {
        overflow: hidden;
        text-align: center;
        margin-bottom: 15%;
    }

        #contenitoreBlog header {
            display: block;
            text-transform: uppercase;
            margin-top: 10px;
            display: block !important;
            color: #333439;
        }

            #contenitoreBlog header h2 {
                font-size: 33pt;
                width: 100%;
                text-align: center;
                text-transform: uppercase;
                font-weight: bold;
                padding: 13px 10px 13px 0px !important;
                text-shadow: 1px 1px 1px #1E61D4;
            }

        #contenitoreBlog li:nth-child(1) article {
            overflow: hidden;
            border-top: 0px;
            padding-bottom: 20px;
            margin: 0% 10%;
        }

        #contenitoreBlog article {
            overflow: hidden;
            border-top: 1px dashed #003867;
            padding-bottom: 20px;
            margin: 0% 10%;
        }

        #contenitoreBlog h3 {
            margin-top: 15px;
            text-align: center;
        }

            /* Titolo news */
            #contenitoreBlog h3 a {
                font-size: 22pt;
                font-weight: normal;
                font-family: Roboto;
                font-style: italic;
                color: #003867;
                text-decoration: none;
            }

        /* Data e Autore News */
        #contenitoreBlog .contenitoreInformazioniBlog {
            display: none;
        }

            #contenitoreBlog .contenitoreInformazioniBlog time span {
                margin-right: 20px;
            }

        /* Link generico news */
        #contenitoreBlog ul {
            width: 100%;
            font-size: 10pt;
            margin: 0;
            padding: 0;
            overflow: hidden;
        }

        #contenitoreBlog li {
            /*border: solid 1px #e5e5e5;*/
            overflow: hidden;
            width: 100%;
            margin-top: 1%;
        }
        /* Foto news */
        #contenitoreBlog .imgNews {
            overflow: hidden;
            width: auto;
        }

        #contenitoreBlog article img {
            width: 100%;
        }
    /*----------------------------------------------------------------------------------------------*/
    /* Box Newsletter */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreBoxNewsletter {
        margin-bottom: 15px;
    }

    #headerBoxNewsletter {
        height: 50px;
        line-height: 50px;
        background-position: 10px center;
        cursor: pointer;
        border: 0px;
        background-color: #808080;
        border-radius: 5px;
        background-image: url(Images/piu-ico-32.png);
        background-repeat: no-repeat;
        background-position: center right;
    }

        #headerBoxNewsletter.open {
            background-image: url(Images/piu-ico-32.png);
        }

        #headerBoxNewsletter.close {
            background-image: url(Images/meno-ico-32.png);
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px;
        }

    #h1BoxNewsletter {
        color: #FFFFFF;
        font-size: 22px;
    }


    #txtMailNewsletter {
    }

    #btnRegistrazioneNewsletter {
        display: none;
    }

    #sectionNewsletter {
        padding-right: 10px;
        padding-left: 10px;
    }

    #ulNewsletter .valore, #ulNewsletter .chiave {
    }

    #contenitoreBoxNewsletter label {
        font-size: 16pt;
    }

    #ulNewsletter .btnGenerico {
        margin: 0px;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Sottosezioni Contenuti */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreSottosezioniContenuto {
    }

    #headerSottosezioniContenuto {
        display: none;
    }

    .contenitoreFotoSottosezioniContenuto {
        display: none;
    }

        .contenitoreFotoSottosezioniContenuto img {
            display: none;
        }

    #contenitoreSottosezioniContenuto ul h2 {
        overflow: hidden;
        font-weight: normal;
        font-size: 8pt;
        margin: 0px;
    }

    #contenitoreSottosezioniContenuto ul {
        margin: 0px;
        padding: 0px;
    }

    #contenitoreSottosezioniContenuto li {
        display: inline;
        margin: 0px;
        padding: 0px;
    }

    #contenitoreSottosezioniContenuto a {
        color: #666666;
        display: block;
        text-decoration: none;
        margin: 0px;
        padding: 15px 50px 15px 10px;
        background-image: url('Images/sfumatura-cat-smartphone.jpg');
        background-repeat: no-repeat;
        background-position: right center;
    }

    #contenitoreSottosezioniContenuto h2 a:hover {
        color: #666666;
        display: block;
        text-decoration: none;
        margin: 0px;
        padding: 15px 50px 15px 10px;
        background-image: url('Images/sfumatura-cat-smartphone-hover.jpg');
        background-repeat: no-repeat;
        background-position: right center;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Box Contenuti Pagina */
    /*----------------------------------------------------------------------------------------------*/
    #BoxPagina {
        border: 0px;
        /*width: 96%;
        margin-left: auto;
        margin-right: auto;*/
    }

    #headerBoxPagina {
        background-color: #FFFFFF;
        border-bottom-style: dotted;
        border-bottom-width: 1px;
        border-bottom-color: #666666;
        padding-left: 0px;
        margin-bottom: 15px;
    }

    #h1Pagina {
        font-size: 14pt;
    }

    #sectionBoxPagina {
        padding: 0px;
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Catageorie Home Page */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreCategorieHome, #contenitoreCategorie {
        list-style: none;
        border-width: 0px;
        margin-bottom: 20px;
    }

    #headerCategorieHome {
        display: none;
    }

    #sectionCategorieHome {
        padding-top: 0px;
    }

    .contenitoreCategoriaHome, .contenitoreCategoria {
        padding: 0px;
        margin: 0px;
        text-align: left;
        width: 100%;
    }

    .contenitoreFotoCategoriaHome, .contenitoreFotoCategoria {
        display: none;
    }

    .fotoCategoriaHome, .fotoCategoria {
        display: none;
    }

    .h2NomeCategorieHome, .h2NomeCategorie {
        margin: 0px;
        font-size: 12pt;
        font-weight: normal;
        text-transform: uppercase;
        text-align: center;
    }

    #contenitoreCategorieHome ul, #contenitoreCategorie ul {
        margin: 0px;
        padding: 0px 0px 0px 0px;
    }

    #contenitoreCategorieHome li, #contenitoreCategorie li {
        display: inline;
        margin: 0px;
        padding: 0px 0px 0px 0px;
    }

    .contenitoreCategoriaHome a, .contenitoreCategoria a {
        font-family: Lato;
        color: #69a4d0;
        font-size: 17pt;
        display: block;
        text-decoration: none;
        padding: 15px 0px 15px 0px;
        border-bottom: 1px #69a4d0 solid;
    }

    .contenitoreCategoriaHome .scontoCategoria, .contenitoreCategoria .scontoCategoria {
        display: none;
    }

    .contenitoreCategoriaHome a:hover, .contenitoreCategoria a:hover {
        color: #0043a0;
        font-weight: bold;
        display: block;
        text-decoration: none;
        margin: 0px;
        padding: 15px 0px 15px 0px;
        background-color: #fff;
        background: #fff;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Catalogo Categorie */
    /*----------------------------------------------------------------------------------------------*/
    #descrizioneCategoria {
        display: none;
    }

    #headerCategorie {
        font-family: Lato;
        text-align: center;
        display: inline-block;
        width: 100%;
        text-transform: uppercase;
        background: linear-gradient(to top, rgba(97, 183, 0, 0.0) 0%, #69a4d0 100%);
    }

    #descrizioneCategoria {
        display: none;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Strumenti Prodotti */
    /*----------------------------------------------------------------------------------------------*/
    #sectionProdotti {
        padding-bottom: 0px;
        margin-top: -20px;
    }

    #contenitoreStrumentiProdottiSopra {
        margin-top: 10px;
        clear: both;
        overflow: hidden;
        height: 190px;
        margin-left: 2%;
        border-bottom: 1px solid #C0C0C0;
    }

    #contenitoreProdottiPerCategoriaSopra {
        display: none;
    }

    #contenitoreFiltroProdottiSopra {
        margin-top: 70px;
        /*display: none;*/
        float: left;
        width: 100%;
    }

        #contenitoreFiltroProdottiSopra select, #contenitoreFiltroProdottiSotto select {
            /*width: 100px;*/
            width: 97%;
            margin-top: 2%;
            padding: 1% 1%;
        }

    #contenitorePaginazione, #contenitorePaginazioneul {
        float: right;
        width: 100%;
        text-align: right;
    }

        #contenitorePaginazione ul li {
            width: 10.3%;
            line-height: 30px;
            height: 30px;
            margin: 0px !important;
            padding: 0px !important;
            text-align: center;
            margin-left: auto !important;
            margin-right: auto !important;
        }

    a.currentPaginazione, a.numericPaginazione {
        padding: 0px !important;
        border-radius: 50px;
        width: 90%;
        height: 100%;
    }

    a.NextPreviousPaginazione {
        padding: 0px !important;
        border-radius: 50px;
        width: 90%;
        height: 100%;
    }

    a.FirstLastPaginazione {
        padding: 0px !important;
        border-radius: 50px;
        width: 90%;
        height: 100%;
    }

    #contenitoreStrumentiProdottiSotto {
        /*margin-bottom: 10px;
		clear: both;
		overflow: hidden;*/
        margin-top: 10px;
        clear: both;
        overflow: hidden;
        height: 120px;
        margin-left: 2%;
    }

    #contenitoreProdottiPerCategoriaSotto {
        display: none;
    }

    #contenitoreFiltroProdottiSotto {
        /*display: none;*/
    }

    #contenitorePaginazioneSotto {
        float: right;
    }

    /*a.currentPaginazione, a.numericPaginazione {
        padding: 2px 10px 4px 10px !important;
        margin: 0px 2px !important;
    }

    a.NextPreviousPaginazione {
        padding: 3px 11px 3px 11px !important;
        margin: 0px 1px !important;
    }

    a.FirstLastPaginazione {
        padding: 3px 9px 3px 9px !important;
        margin: 0px 1px !important;
    }*/

    .lblNumeroProdotti {
        color: #FF5428;
        font-size: 14pt;
    }

    .lblNumeroProdottiTrovati {
        font-size: 14pt;
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Catalogo Prodotti */
    /*----------------------------------------------------------------------------------------------*/

    #UpdatePanelCatalogo {
        text-align: center;
        margin-bottom: 10px;
    }

    #lblNoProdotti {
        text-transform: uppercase;
        font-size: 20pt;
    }

    #fvwProdotto {
        width: 100%;
    }

    #contenitoreProdotti {
        border-width: 0px;
        width: 100%;
    }

    #headerProdotti {
        font-family: Georgia;
        font-style: italic;
        display: block;
        /*background-color: #69a4d0;*/
        color: #69a4d0;
        padding: 3px;
        margin-left: 1%;
        margin-right: 1%;
        margin-bottom: 0%;
        position: relative;
        top: -210px;
        font-size: 30px !important;
    }

    #h1Prodotti {
        /*position: relative;
        top: -185px;
        font-size: 30px !important;*/
        /*border-bottom: 1px solid #C0C0C0;*/
    }

    .contenitoreProdotto {
        padding: 2%;
        width: 96%;
        overflow: hidden;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #C0C0C0;
        position: relative;
        vertical-align: bottom;
    }

    .fotoProdottoCatalogo {
        width: 100%;
    }

    .boxFotoProdotto {
        width: 100%;
        float: left;
    }

    .contenitoreDatiProdotto {
        overflow: hidden;
        float: right;
        width: 100%;
        text-align: center;
    }

    .h2NomeProdotto {
        margin: 10px 0px 0px 0px;
        font-size: 25pt;
        text-align: center;
    }

        .h2NomeProdotto a {
            color: #69a4d0;
            font-style: italic;
            text-decoration: none;
            font-weight: normal;
        }

            .h2NomeProdotto a:hover {
                color: #024a90;
                /*text-decoration: underline;*/
            }

    .boxDatiProdotto {
        width: 100%;
        clear: both;
        overflow: hidden;
        margin-bottom: 10px;
        text-align: center;
    }

    .boxOpinioni {
        display: none;
    }

    .boxMarca {
        display: none;
        float: left;
        margin-right: 5px;
    }

    .lblMarcaValore {
        font-weight: bold;
    }

    .boxCodice {
        display: none;
        float: left;
    }

    .lblCodiceValore {
        font-weight: bold;
    }

    .boxDisponibilita {
    }

    .lblDisponibilitaValore {
        font-weight: bold;
    }

    .contenitoreStrumentiAggiungiCarrello {
    }

    .contenitorePrezzo {
    }

    .contenitoreQuantita, #contenitoreQuantita {
        height: 40px;
        line-height: 40px;
        float: left;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .btnListaDesideri:hover {
        /*color: #fff;*/
    }

    #maxQtaAggiunta {
        font-weight: bold;
        font-style: italic;
        margin: 10px 0px 0px 0px;
        color: #f5444f;
    }

    .contenitoreQuantita select, #contenitoreQuantita select {
        margin-left: 2%;
        padding: 2px;
    }

    .contenitoreBtnAggiungiCarrello {
        width: 100%;
        height: 50px;
        line-height: 50px;
        float: left;
        margin-bottom: 10px !important;
    }

    .contenitoreVarianti {
        /*display: none;*/
        text-align: center;
        display: inline-block;
    }

    .lblProdottoInesistente {
        display: inline-block;
        text-align: center;
    }

    .contenitoreVarianti p {
        padding: 5px 0px 0px 0px;
        margin: 0px;
        text-align: center;
    }

    .descrizioneBreveProdotto {
        display: none;
    }

    .pnlBoxAcquistoCatalogo {
        background-color: #FFFFFF !Important;
        padding: 0% !Important;
        width: 100%;
        height: auto;
        bottom: 10px;
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Prodotto Dettaglio */
    /*----------------------------------------------------------------------------------------------*/
    #fvwDettaglioProdotto {
        width: 100%;
    }

    #contenitoreDettaglioProdotto {
        width: 100%;
        overflow: hidden;
    }

    #boxFotoProdotto {
        width: 100%;
        text-align: center;
    }

    #fotoGrandeProdotto {
        width: 100%;
        text-align: center;
        height: 250px;
    }

    #imgZoom {
        pointer-events: none;
        cursor: default;
    }

    .zoomContainer {
        width: 100% !Important;
        height: auto !Important;
        display: none;
    }

    #gallery_01 img {
        border: 1px solid white;
    }

    #contenitoreDatiProdotto {
        font-family: Lato;
        width: 96%;
        padding: 2%;
        overflow: hidden;
        text-align: center;
    }

    #h1TitoloProdotto {
        margin: 0px;
        font-size: 21pt;
        font-weight: normal;
        color: #69a4d0;
        font-style: italic;
        font-family: 'Georgia', 'Times New Roman';
        text-align: center;
    }

    #boxDatiProdotto {
        padding-bottom: 5px;
    }

    #boxOpinioni {
        padding-top: 10px;
    }

        #boxOpinioni img {
            width: auto;
        }

    #condividi {
        padding-top: 10px;
        width: 100%;
    }

    #boxMarca {
        padding-top: 10px;
        text-align: center;
    }

    #lblValoreMarca {
        font-weight: bold;
    }

    #boxCodice {
        padding-top: 10px;
        margin-left: 0px;
        text-align: center;
    }

    #lblValoreCodice {
        font-weight: bold;
    }

    #contenitoreVarianti, .contenitoreVarianti {
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
    }

        #contenitoreVarianti table td, .contenitoreVarianti td {
            width: 50%;
        }

        #contenitoreVarianti table, .contenitoreVarianti table {
            text-align: center;
            width: 100%;
        }

        #contenitoreVarianti .colonnaEtichetta, .contenitoreVarianti .colonnaEtichetta {
            text-align: right;
        }

        #contenitoreVarianti .colonnaValore, .contenitoreVarianti .colonnaValore {
            text-align: left;
        }

    #pnlBoxAcquisto {
        /*background-color: rgba(20, 166, 17, 0.3);*/
        padding: 3%;
    }

    #boxDisponibilita {
        width: 100%;
        text-align: center;
    }

    #lblMagazzino {
    }

    #lblValoreMagazzino {
        font-weight: bold;
    }

    #contenitorePrezzo {
        padding-top: 10px;
        text-align: center;
    }

    #contenitoreStrumentiAggiungiCarrello {
    }

    #contenitoreQuantita {
        padding-top: 10px;
    }

    #contenitoreBtnAggiungiCarrello {
        padding-top: 10px;
    }

    #contenitoreListaDesideri {
        width: 100%;
        float: left;
    }

    #boxDescrizioneProdotto {
        width: auto;
        clear: both;
        padding-top: 10px;
        padding-bottom: 10px;
        overflow: hidden;
        font-family: Lato;
    }


        #boxDescrizioneProdotto .contenitore_tab {
            background-color: rgba(255, 255, 255, 0.80);
            /*border: 1px #1D9858 !important;*/
            /*margin-top: 70px;*/
            padding-top: 100px;
            width: 99.2%;
            border-top: 0px !important;
        }

        #boxDescrizioneProdotto ul.tabs li {
            /*background-color: rgba(0, 146, 63, 1);*/
            color: #fff;
            width: 49.5% !important;
            margin-left: auto;
            margin-right: auto;
            font-size: 18.5pt !important;
            padding: 10px 0px 30px 0px;
            text-align: center;
            font-family: Lato;
        }

    ul.tabs {
        border-bottom: 0px !important;
    }

        ul.tabs li a {
            padding: 0px !important;
        }

        ul.tabs li a {
            border: none !important;
        }

    /*----------------------------------------------------------------------------------------------*/
    /* Tabella varianti */
    /*----------------------------------------------------------------------------------------------*/
    .tabellaVarianti {
    }

        .tabellaVarianti td {
            padding-left: 0px !important;
            padding-top: 5px !important;
            padding-bottom: 0px !important;
        }

        .tabellaVarianti tr {
            border-width: 0px !important;
        }

    .colonnaEtichetta {
        padding-right: 10px;
        border-width: 0px;
    }
    /*----------------------------------------------------------------------------------------------*/
    #dpgProdotti {
        display: inline;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Prezzi Sconti */
    /*----------------------------------------------------------------------------------------------*/
    .lblPrezzoProdottoDefinitivo {
        font-size: 25pt;
        color: #69a4d0;
        font-weight: bold;
        font-family: Lato;
    }

    .lblEtichettaIva {
        font-size: 10pt;
        color: #69a4d0;
        font-weight: bold;
    }

    .prezzoProdottoBase {
        background-position: left center;
        font-size: 14pt;
        color: #990000;
        background-image: url('Images/sconto.png');
        background-repeat: no-repeat;
        text-decoration: line-through;
        padding-left: 28px;
        height: 28px;
        line-height: 28px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .scontoProdotto {
        color: #FF3300;
        font-weight: bold;
        font-size: 14pt;
    }

    #lblPrezzoProdottoDefinitivo {
        font-size: 20pt;
        color: #69a4d0;
        font-weight: bold;
    }

    #lblEtichettaIva {
        font-size: 10pt;
        color: #69a4d0;
        font-weight: bold;
    }

    #prezzoProdottoBase {
        background-position: left center;
        font-size: 8pt;
        color: #990000;
        background-image: url('Images/sconto.png');
        background-repeat: no-repeat;
        text-decoration: line-through;
        padding-left: 28px;
        height: 28px;
        line-height: 28px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #scontoProdotto {
        color: #FF3300;
        font-weight: normal;
        font-size: 8pt;
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Pop Up Aggiungi al Carrello */
    /*----------------------------------------------------------------------------------------------*/
    #popup, #popup2, .bMulti {
        left: 5% !Important;
        right: 5% !Important;
        min-height: 60%;
        padding: 5%;
        /*top: 10px !Important;*/
        text-align: center;
    }

        #popup img {
            width: 100%;
            text-align: center;
        }

    #lblNomeProdotto {
        width: 100%;
        float: none;
        display: inline-block;
        text-align: center;
    }

    #strumentiPopUpAggiungiCarrello {
        text-align: center;
    }

    #lnkVaiAllaCassa {
        margin-top: 5%;
    }

    #lnkVisitaNegozio {
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Carrello */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreCarrello {
        border-width: 0px;
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
    }

    #carrello {
        margin-top: 30px;
    }

    #contenitoreIntestazioneCarrello {
        display: none;
    }

    .contenitoreProdottoCarrello {
        width: 100%;
        margin-bottom: 20px;
        overflow: hidden;
        border-bottom: solid;
        border-width: 1px;
        border-color: #808080;
        position: relative;
    }

    #headerCarrello {
        background-position: left center;
        background-color: #FFFFFF;
        border-width: 0px;
        background-image: url('Images/carrello64.png');
        padding-left: 70px;
        height: 70px;
        line-height: 70px;
        background-repeat: no-repeat;
    }

        #headerCarrello h1 {
            font-size: 18pt;
            color: #009933;
        }
    /*----------------------------------------------------------------------------------------------*/
    /* Box Carrello Informazioni */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreCarrelloInformazioni {
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        border-radius: 5px;
        border-color: #C0C0C0;
        border-width: 1px;
    }

    #headerCarrelloInformazioni {
        height: 50px;
        line-height: 50px;
        background-position: 10px center;
        cursor: pointer;
        border: 0px;
        background-color: #808080;
        border-radius: 5px;
        background-image: url(Images/piu-ico-32.png);
        background-repeat: no-repeat;
        background-position: center right;
    }

        #headerCarrelloInformazioni.open {
            background-image: url(Images/piu-ico-32.png);
        }

        #headerCarrelloInformazioni.close {
            background-image: url(Images/meno-ico-32.png);
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px;
        }

    #h1CarrelloInformazioni {
        color: #FFFFFF;
        font-size: 22px;
    }

    #sectionCarrelloInformazioni {
        margin: 0px;
        padding: 3%;
        display: none;
    }
    /*----------------------------------------------------------------------------------------------*/
    #tblCarrello, #tblDati, .tblSelezionaModalità, #tblRiepilogoOrdineCarrello, #tblWucSceltaPaese, #tblWucSpedizioniPagamenti {
        padding: 10px;
        border-collapse: collapse;
        border-spacing: 0px;
        width: 100%;
    }

        #tblCarrello tr, #tblDati tr, .tblSelezionaModalità tr, #tblRiepilogoOrdineCarrello tr, #tblWucSceltaPaese tr, #tblWucSpedizioniPagamenti tr {
            border: 1px solid #CCCCCC;
            vertical-align: top;
        }

        #tblCarrello td, #tblDati td, .tblSelezionaModalità td, #tblRiepilogoOrdineCarrello td, #tblWucSceltaPaese td, #tblWucSpedizioniPagamenti td {
            padding: 10px;
        }

    #trIntestazioneCarrello, #trIntestazioneDati, .trIntestazioneSelezionaModalità {
        font-size: 12pt;
        background-color: #E5E5E5;
    }

    .numeriStep {
        padding: 8px 14px 8px 14px;
        background-color: #69a4d0;
        color: #FFFFFF;
        width: 15px;
        height: 15px;
        margin-right: 10px;
        line-height: 40px;
        border-radius: 30px;
    }

    .titoliStep {
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Colonne carrello */
    /*----------------------------------------------------------------------------------------------*/
    .colonnaCarrelloFotoProdotto {
        float: left;
        width: 30%;
    }

    .contenitoreCarrelloDatiProdotto {
        float: left;
        width: 70%;
        overflow: hidden;
    }

    .colonnaCarrelloDatiProdotto {
    }

    .colonnaCarrelloQuantita {
    }

    .colonnaCarrelloPrezzoUnitario {
        display: none;
    }

    .colonnaCarrelloPrezzoTotale {
        float: left;
        height: 40px;
        line-height: 40px;
        /*font-size: 20pt;
        font-weight: bold;*/
        color: #3e454c;
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Prodotto singolo carrello */
    /*----------------------------------------------------------------------------------------------*/
    .fotoProdottoCarrello {
        width: 90%;
        position: relative;
        margin-bottom: 20px;
    }
    /*----------------------------------------------------------------------------------------------*/
    .colonnaCarrelloDatiProdotto h2 {
        width: 70%;
        font-size: 15pt;
        padding: 0px !important;
        margin: 0px !important;
        display: inline-block;
        font-weight: normal;
        font-style: italic;
    }

    .colonnaCarrelloDatiProdotto img {
        width: auto;
    }
    /*----------------------------------------------------------------------------------------------*/
    .carrelloStrumentiProdotto p {
        padding-right: 10px;
        font-size: 9pt;
    }

    .carrelloStrumentiProdotto a {
        color: #cc0000;
        position: absolute;
        top: 0px;
        right: 20px;
        float: right;
    }

    .carrelloStrumentiProdotto span {
        display: none;
    }

    #contenitoreCorpoCarrello select {
        font-style: normal;
        margin-left: 4px;
        margin-bottom: 5px !important;
        margin-top: 10px !important;
    }

    .carrelloStrumentiProdotto img {
        border-width: 0px;
        padding-right: 6px;
        float: left;
        margin-top: 4px;
    }
    /*----------------------------------------------------------------------------------------------*/
    .carrelloVariantiProdotto {
        clear: both;
        overflow: hidden;
        font-size: 11pt;
    }

        .carrelloVariantiProdotto p {
            float: left;
            padding-right: 10px;
            font-size: 9pt;
        }


    /*----------------------------------------------------------------------------------------------*/
    /* Coupon */
    /*----------------------------------------------------------------------------------------------*/
    #couponCarrello {
        background-color: #E8FFFF;
        padding: 2%;
        border: 1px solid #66CCFF;
    }

    #lblCodicePromozionale {
        font-size: 14pt;
    }

    #lblInserisciCodice {
        display: none;
    }

    #txtCodiceCouponCarrello {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #btnAttivaCouponCarrello {
        width: 100%;
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Sub Totale Carrello */
    /*----------------------------------------------------------------------------------------------*/
    #trSubTotaleCarrello {
        text-align: right;
        font-size: 12pt;
    }

    #tdPrezzoSubTotaleCarrello {
        /*font-weight: bold;*/
        border-left-style: solid;
        border-left-width: 1px;
        border-left-color: #CCCCCC;
        width: 120px;
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Contenitore Dati Utente - Fatturazione e Spedizione */
    /*----------------------------------------------------------------------------------------------*/
    #headerDatiUtente {
        padding: 10px;
    }

    #sectionDatiUtente {
        padding: 2%;
        width: 96%;
    }
    /* Dati Fatturazione */
    #contenitoreDatiFatturazione {
        float: left;
        width: 100%;
    }

    #headerDatiFatturazione {
        background-color: #808080;
        padding: 5px 15px 5px 15px;
        border-radius: 5px;
        color: #FFFFFF;
        cursor: pointer;
        /*background-image: url(Images/piu-ico-32.png);
		background-repeat: no-repeat;
		background-position: center right;*/
        margin-bottom: 10px;
    }

        #headerDatiFatturazione.open {
            /*background-image: url(Images/piu-ico-32.png);*/
        }

        #headerDatiFatturazione.close {
            /*background-image: url(Images/meno-ico-32.png);*/
        }

    #headerDatiFatturazione2 {
        background-color: #990000;
        padding: 5px 15px 5px 15px;
        border-radius: 5px;
        color: #FFFFFF;
        /*background-image: url(Images/meno-ico-32.png);
		background-repeat: no-repeat;
		background-position: center right;*/
        margin-bottom: 10px;
    }

    #contenitoreDatiFatturazione h1 {
        font-size: 12pt;
    }

    #sectionDatiFatturazione {
        display: none;
    }

        #sectionDatiFatturazione .chiave {
            font-size: 12pt;
        }

        #sectionDatiFatturazione .valore {
            font-size: 16pt;
        }
    /* Dati Spedizione */
    #contenitoreDatiSpedizione {
        float: right;
        width: 100%;
    }

    #headerDatiSpedizione {
        background-color: #808080;
        padding: 5px 15px 5px 15px;
        border-radius: 5px;
        color: #FFFFFF;
        cursor: pointer;
        /*background-image: url(Images/piu-ico-32.png);
		background-repeat: no-repeat;
		background-position: center right;*/
        margin-bottom: 10px;
    }

    /*#headerDatiSpedizione.open {
			background-image: url(Images/piu-ico-32.png);
		}

		#headerDatiSpedizione.close {
			background-image: url(Images/meno-ico-32.png);
		}*/

    #headerDatiSpedizione2 {
        background-color: #990000;
        padding: 5px 15px 5px 15px;
        border-radius: 5px;
        color: #FFFFFF;
        /*background-image: url(Images/meno-ico-32.png);
		background-repeat: no-repeat;
		background-position: center right;*/
        margin-bottom: 10px;
    }

    #contenitoreDatiSpedizione h1 {
        font-size: 12pt;
    }

    #sectionDatiSpedizione {
        display: none;
    }

        #sectionDatiSpedizione .chiave {
            font-size: 12pt;
        }

        #sectionDatiSpedizione .valore {
            font-size: 16pt;
        }

    #asideCampiIndirizzi #headerCampiIndirizzi {
        display: block;
        overflow: hidden;
        cursor: pointer;
        border: 0px;
        background-image: url(Images/piu-ico-32.png);
        background-repeat: no-repeat;
        background-position: center right;
    }

    #h2CampiIndirizzi {
        /*margin: 0px 50px 10px 0px;*/
    }

    #headerCampiIndirizzi.open {
        background-image: url(Images/piu-ico-32.png) !important;
        /*float: left;*/
    }

    #headerCampiIndirizzi.close {
        background-image: url(Images/meno-ico-32.png) !important;
        /*float: left;*/
    }

    #pnlSpedizioniPagamenti {
        background-color: rgba(255, 255, 255, 0.70);
    }

    #pnlCarrelloVuoto {
        /*margin: 0px 0px 10px 20px;*/
        margin-top: 20px;
        text-align: center;
        margin-left: 1%;
        margin-right: 1%;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Riepilogo Ordine Carrello */
    /*----------------------------------------------------------------------------------------------*/
    #trRiepilogoOrdineCarrello {
        text-align: right;
        font-size: 12pt;
    }

    #tdPrezzoRiepilogoOrdineCarrello {
        width: 120px;
        font-weight: bold;
        border-left-style: solid;
        border-left-width: 1px;
        border-left-color: #CCCCCC;
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Iva Ordine */
    /*----------------------------------------------------------------------------------------------*/
    #trIvaOrdine {
        text-align: right;
        font-size: 12pt;
    }

    #tdPrezzoIvaOrdine {
        font-weight: bold;
        border-left-style: solid;
        border-left-width: 1px;
        border-left-color: #CCCCCC;
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Totale Ordine */
    /*----------------------------------------------------------------------------------------------*/
    #trTotaleOrdine, #trSubTotaleCarrello {
        text-align: right;
        font-size: 13pt;
        color: #fff;
        background-color: #69a4d0;
    }

    #tdPrezzoTotaleOrdine {
        font-size: 17pt;
        /*font-weight: bold;*/
        border-left-style: solid;
        border-left-width: 1px;
        border-left-color: #CCCCCC;
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Seleziona Modalità Spedizione e Pagamento */
    /*----------------------------------------------------------------------------------------------*/
    .tdRadioButtonSelezionaModalità {
        width: 20px;
    }

    .lblNomeSelezionaModalità {
        display: block;
        font-weight: bold;
    }

    .lblDescrizioneSelezionaModalità {
    }

    .tdPrezzoSelezionaModalità {
        text-align: right;
        font-weight: bold;
        font-size: 12pt;
        border-left-style: solid;
        border-left-width: 1px;
        border-left-color: #CCCCCC;
        width: 120px;
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Tabella Dati */
    /*----------------------------------------------------------------------------------------------*/
    #tblDati .btnProcedi, #tblDati .btnGenerico {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #tblDati .chiave {
    }

    #tblDati .valore {
    }

    #tblDati .text {
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Riepilogo Ordine */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreRiepilogoOrdine {
        border-width: 0px;
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
    }

    #headerRiepilogoOrdine {
        background-position: left center;
        background-color: #FFFFFF;
        border-width: 0px;
        background-image: url('Images/ordine.png');
        padding-left: 70px;
        height: 70px;
        line-height: 70px;
        background-repeat: no-repeat;
    }

        #headerRiepilogoOrdine h1 {
            font-size: 18pt;
            color: #009933;
        }

    .fotoProdottoRiepilogoOrdine {
        width: 110px;
    }

    #tdNomeSpedizione {
        text-align: right;
        font-size: 12pt;
    }

    #tdPrezzoSpedizione {
        text-align: right;
        font-weight: bold;
        font-size: 12pt;
        border-left-style: solid;
        border-left-width: 1px;
        border-left-color: #CCCCCC;
        width: 160px;
    }

    #tdNomePagamento {
        text-align: right;
        font-size: 12pt;
    }

    #tdPrezzoPagamento {
        text-align: right;
        font-weight: bold;
        font-size: 12pt;
        border-left-style: solid;
        border-left-width: 1px;
        border-left-color: #CCCCCC;
        width: 160px;
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Form richiesta informazioni */
    /*----------------------------------------------------------------------------------------------*/
    #richiestaInformazioni {
        width: 100%;
    }

    #contenitoreRichiestaInformazioni {
        margin: 7% 0 !important;
        display: block;
    }

    .topRichiestaInfoContenuti {
        width: 90%;
        padding: 0 5% !important;
        font-size: 3.5vw !important;
        font-weight: 400;
        display: block;
    }

    #contenitoreRichiestaInformazioni .headerBox {
        display: block;
        background-color: #fff;
        text-align: center;
    }

    #contenitoreRichiestaInformazioni .h2Box {
        font-size: 6.6vw;
        font-family: Lato;
        font-family: Fira Sans;
        font-weight: 400;
        font-style: italic;
        display: block;
    }

    .contenitore3ColonneRichiestaInfoContenuti .chiave {
        width: 100%;
        float: none;
        text-transform: uppercase;
        text-align: center;
        font-size: 5vw;
        font-weight: 400;
        margin-bottom: 0px !important;
    }

    #richiestaInformazioni .valore {
        width: 100%;
        float: none;
    }

    .contenitore3ColonneRichiestaInfoContenuti .liCoppia {
        margin-bottom: 30px;
    }

    .contenitore3ColonneRichiestaInfoContenuti .text {
        border-radius: 0px !important;
    }

    .contenitore3ColonneRichiestaInfoContenuti textarea {
        height: 200px;
        width: 96% !important;
    }

    .contenitore3ColonneRichiestaInfoContenuti .btnGenerico {
        font-size: 4vw;
        font-weight: 400;
        font-family: Lato;
        margin: 0;
        line-height: 0px;
        background-color: #ff5e00;
        height: auto !important;
        padding: 8% 0 !important;
    }

    #contenitoreRichiestaInformazioni .btnGenerico:hover {
        /*background: #002cff;*/
        background-color: #ff1f00;
    }

    .contenitore3ColonneRichiestaInfoContenuti {
        /*margin: 0 2% 0 2%;*/
        margin-top: 40px;
        width: 90%;
        padding: 0 5% !important;
        margin: 12% 0 !important;
    }

    #cckPrivacyRichiestaInfo, #ckbNewsLetter {
        height: 40px;
        width: 40px;
        text-align: center;
        display: inline-block;
        cursor: pointer;
        float: left;
    }

    .contenitore3ColonneRichiestaInfoContenuti .valore label p {
        padding-left: 50px !important;
        display: block;
    }

    .contenitore3ColonneRichiestaInfoContenuti .valore label {
        text-align: left;
        text-transform: none;
        font-size: 3.2vw;
    }

        .contenitore3ColonneRichiestaInfoContenuti .valore label a {
            text-align: center;
            text-transform: uppercase;
            width: 100%;
            display: block;
        }

    #vldPrivacyRichiesta {
        width: 100%;
    }

    .contenitore3ColonneRichiestaInfoContenuti .valore {
        text-align: center;
        text-transform: uppercase;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Vetrina */
    /*----------------------------------------------------------------------------------------------*/
    #vetrina {
        /*display: none;*/
    }

    #contenitoreVetrina {
        width: 100%;
        clear: both;
        overflow: hidden;
        border-bottom: 1px solid #AAA;
    }

    /*#headerVetrina {
		height: 30px;
		line-height: 30px;
		padding-left: 10px;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #C0C0C0
	}*/

    #h1Vetrina {
        color: #47494e;
        font-size: 43px;
        text-transform: uppercase;
        text-align: center;
        width: 100%;
        text-shadow: 1px 1px 1px #ae4867;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Prodotto Vetrina */
    /*----------------------------------------------------------------------------------------------*/
    .contenitoreProdottoVetrina {
        text-align: center;
        padding-right: 5px;
        padding-left: 5px;
    }

        .contenitoreProdottoVetrina a {
            text-decoration: none;
        }

    .fotoProdottoVetrina {
        /*height: 450px;*/
        text-align: center;
    }

    .fotoVetrina {
        max-height: 400px;
        -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.65, rgba(0,0,0,1)), color-stop(1, rgba(0,0,0,0)));
    }

    .nomeProdottoVetrina {
        font-style: italic;
        font-size: 16pt;
        color: #3e454c;
        display: block;
    }

    #contenitoreVetrina .prezzoProdottoDefinitivo {
        display: block;
        color: #69a4d0;
        font-size: 30pt;
        font-family: Lato;
    }

    #contenitoreVetrina .scontoProdotto {
        font-weight: normal;
        z-index: 4;
        position: relative;
        margin: -130px 12px 0px 0px;
        float: right;
        color: #fff;
        color: #dce6ef;
        display: inline-block;
        font-size: 28pt;
        font-family: Lateef;
        text-align: center;
        width: 70px;
        height: 70px;
        line-height: 70px;
        border-radius: 100px;
        background-color: #ae4867;
        text-shadow: 1px 1px 1px #000;
        box-shadow: 1px 1px 1px #000;
    }

    #contenitoreVetrina .prezzoProdotto {
        text-decoration: line-through;
        display: inline-block;
        font-size: 12pt;
    }

    #contenitoreVetrina .owl-pagination {
        display: none;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Strumenti Navigazione Carrello */
    /*----------------------------------------------------------------------------------------------*/
    #strumentiNavigazioneFooter {
        margin-top: 10px;
    }

    /*----------------------------------------------------------------------------------------------*/
    #btnAvvisami {
        padding: 9px;
        height: auto;
        font-size: 15pt;
        width: 100% !important;
        color: #fff;
        padding: 7px 12px;
        margin: 10px 0px 0px 0px;
        font-size: 13pt;
        border: 0px;
        border-width: 0px;
        border-radius: 0px;
        background: #c6112d !important;
        text-transform: uppercase;
    }

    .textAvvisami {
        margin: 4% 0 0 0;
        color: #000;
        font-size: 13pt;
        /*text-align: right;*/
        font-style: italic;
        border-radius: 5px;
        border-color: #81cb16;
        border-width: 1px;
        width: 98%;
        padding: 4px 1px;
    }

    .btnListaDesideri {
        width: 100%;
        padding: 9px;
        margin: 2% 0 2% 0;
        height: auto;
        font-size: 13pt;
        background-color: #3e454c;
        border: 0px;
        cursor: pointer;
        color: #FFFFFF;
        display: inline-block;
        text-decoration: none;
        font-family: Calibri;
        font-size: 13.1px;
        font-family: Lato;
        text-transform: uppercase;
        -webkit-transition: all 0.6s cubic-bezier(.69,.25,.73,.36);
        -moz-transition: all 0.6s cubic-bezier(.69,.25,.73,.36);
        -ms-transition: all 0.6s cubic-bezier(.69,.25,.73,.36);
        -o-transition: all 0.6s cubic-bezier(.69,.25,.73,.36);
        transition: all 0.6s cubic-bezier(.69,.25,.73,.36);
    }

    #msgAggiuntoListaDesideri {
        font-style: italic;
        margin: 20px 0px 0px 0px;
        color: #3e454c;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Ordine inviato */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreOrdineInviato {
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
    }

    #sectionOrdineInviato {
        padding: 2% 0%;
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Accedi */
    /*----------------------------------------------------------------------------------------------*/
    #formLoginCliente {
        padding: 2%;
        width: 96%;
    }

        #formLoginCliente header {
            display: block;
            padding: 0px;
            margin: 0px;
            border-width: 0px;
        }

        #formLoginCliente h2 {
            color: #cc0000;
        }

        #formLoginCliente .chiave {
            width: 100%;
            height: auto;
        }

        #formLoginCliente .valore {
            width: 100%;
        }

        #formLoginCliente .text {
            width: 96%;
        }

    #contenitoreRicordaLogin {
        width: 100%;
        overflow: hidden;
    }

    #lblRicordaLogin {
        color: #666666;
        font-style: italic;
        font-size: 8pt;
        font-weight: normal;
        margin-left: -5px;
    }

    #lnkPasswordDimenticata {
        font-size: 12pt;
        margin-top: 10px;
        font-weight: normal;
        display: block;
    }

    #btnAccedi {
        margin-top: 20px;
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Nuovo Cliente */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreNuovoCliente {
        padding: 2%;
        width: 96%;
        overflow: hidden;
    }

        #contenitoreNuovoCliente header {
            display: block;
            border-width: 0px;
        }

        #contenitoreNuovoCliente h2 {
            color: #cc0000;
        }

    #contenitoreMessaggioRegistrazione {
        width: 100%;
    }

    #lnkRegistrazioneCliente {
        float: right;
        margin-top: 20px;
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Registrazione Cliente */
    /*----------------------------------------------------------------------------------------------*/
    #formNuovoCliente {
        border-width: 0px 1px 0px 0px;
        width: 96%;
        padding: 2%;
        overflow: hidden;
        border-right-color: #C0C0C0;
        border-right-style: solid;
        padding-right: 20px;
    }

        #formNuovoCliente header {
            display: block;
        }

        #formNuovoCliente h2 {
            color: #cc0000;
        }


    #sectionFormNuovoCliente {
        padding: 10px;
        border: 1px solid #C0C0C0;
        border-radius: 10px;
    }

    #datiAccesso {
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #C0C0C0;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    #formNuovoCliente .chiave {
        width: 100%;
        height: 30px;
        line-height: 30px;
    }

    #formNuovoCliente .valore, #formNuovoCliente select {
        width: 100%;
    }

    #formNuovoCliente .text {
        width: 96%;
    }

    #lblInfoPassword, #lblInfoPartitaIva, #lblInfoCodiceFiscale, #lblInfoProvincia {
        display: none;
        height: 0px;
    }

    #lblNewsletter {
        font-weight: normal;
        font-size: 8pt;
        margin-left: -5px;
    }

    #lblPrivacy {
        font-size: 8pt;
        text-align: justify;
    }

    #recaptcha_table img {
        width: auto;
    }

    #recaptcha_response_field {
        padding: 5px;
        border-style: solid;
        border-width: 1px;
        border-color: #808080 #C0C0C0 #C0C0C0 #C0C0C0 !Important;
        font-size: 10pt;
        font-style: italic;
        color: #808080;
        border-radius: 5px;
        width: 290px !Important;
    }

        #recaptcha_response_field:focus {
            border: 1px solid #009933 !Important;
        }


    #accettazioneNewsletter {
        font-weight: normal;
        font-size: 12pt;
        margin-bottom: 20px;
    }

    #accettazionePrivacy {
        font-size: 9pt;
        text-align: justify;
        margin-bottom: 20px;
    }

    #btnRegistrazioneCliente {
        float: right;
        margin-top: 30px;
    }

    /*---------------------------------------------------------------------------------------------*/
    /* ROBUSTEZZA PASSWORD */
    /*---------------------------------------------------------------------------------------------*/
    #result {
        width: 88%;
        height: 6px;
        padding: 1%;
        margin: 0 0 0 5%;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Informazioni Registrazione Cliente */
    /*----------------------------------------------------------------------------------------------*/
    #boxInformazioniRegistrazione {
        display: none;
    }

    #headerBoxInformazioniRegistrazione {
        border-width: 0px;
        background-color: #FFFFFF;
        height: 100%;
    }

    #boxInformazioniRegistrazione h2 {
        color: #EA6427;
    }

    #sectionBoxInformazioniRegistrazione {
        padding: 10px;
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Recupera Dati Login */
    /*----------------------------------------------------------------------------------------------*/
    #formRecuperaLoginCliente {
        padding: 2%;
        width: 96%;
    }

        #formRecuperaLoginCliente header {
            display: block;
        }

        #formRecuperaLoginCliente h2 {
            color: #cc0000;
        }

        #formRecuperaLoginCliente .chiave {
            width: 100%;
        }

        #formRecuperaLoginCliente .valore {
            width: 100%;
        }

        #formRecuperaLoginCliente .text {
            width: 96%;
        }

    #btnRecuperaLogin {
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Google Recaptcha */
    /*----------------------------------------------------------------------------------------------*/
    #recaptcha_widget {
        padding-top: 5px;
    }
    /*----------------------------------------------------------------------------------------------*/
    #raggruppamentoRecaptcha {
        width: 100%;
    }
    /*----------------------------------------------------------------------------------------------*/
    #recaptcha_image {
        border: solid;
        border-width: 1px;
        border-color: #CCCCCC;
        border-radius: 5px;
        padding: 2%;
        width: 96% !Important;
    }
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreInputRecaptcha {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #recaptcha_response_field {
        padding: 2%;
        border-style: solid;
        border-width: 1px;
        border-color: #808080 #C0C0C0 #C0C0C0 #C0C0C0 !Important;
        font-size: 10pt;
        font-style: italic;
        color: #808080;
        border-radius: 5px;
        width: 96% !Important;
    }

        #recaptcha_response_field:focus {
            border: 1px solid #009933 !Important;
        }
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreStrumentiRecaptcha {
        width: 100%;
    }

        #contenitoreStrumentiRecaptcha img {
            display: none;
        }

        #contenitoreStrumentiRecaptcha ul {
            margin: 0;
            padding: 0;
            list-style: none;
            width: 100%;
        }

        #contenitoreStrumentiRecaptcha li {
            margin: 0px;
            padding: 0px;
            width: 100%;
        }


        #contenitoreStrumentiRecaptcha a {
            background-color: #0666b8;
            color: #FFFFFF;
            display: block;
            text-decoration: none;
            margin: 0px 0px 2px 0px;
            padding: 10px 30px 10px 10px;
            border-radius: 5px;
            text-align: center;
        }

            #contenitoreStrumentiRecaptcha a:hover {
                background-color: #006600;
            }

    .recaptcha_another {
    }

    .recaptcha_only_if_image {
    }

    .recaptcha_only_if_audio {
    }

    .recaptcha_help {
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Navigazione Box Area Personale */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreBoxNavigazioneAreaPersonale {
    }

        #contenitoreBoxNavigazioneAreaPersonale header {
            margin-top: 20px;
            display: block;
            padding-left: 2%;
            height: 50px;
            line-height: 50px;
            background-position: 10px center;
            cursor: pointer;
            border: 0px;
            background-color: #69a4d0;
            background-image: url(Images/piu-ico-32.png);
            background-repeat: no-repeat;
            background-position: center right;
        }

            #contenitoreBoxNavigazioneAreaPersonale header h2 {
                color: #FFFFFF;
            }

            #contenitoreBoxNavigazioneAreaPersonale header.open {
                background-image: url(Images/piu-ico-32.png);
            }

            #contenitoreBoxNavigazioneAreaPersonale header.close {
                background-image: url(Images/meno-ico-32.png);
                border-bottom-left-radius: 0px;
                border-bottom-right-radius: 0px;
            }

        #contenitoreBoxNavigazioneAreaPersonale ul {
            display: none;
            padding: 0 0 0 10px;
            margin: 0;
        }

        #contenitoreBoxNavigazioneAreaPersonale li {
            display: inline;
            margin: 0px;
            padding: 0px 0px 0px 0px;
        }

        #contenitoreBoxNavigazioneAreaPersonale a {
            color: #69a4d0;
            display: block;
            text-decoration: none;
            margin: 0px 0px 0px -10px;
            padding: 15px 30px 15px 10px;
            border-bottom: solid 1px #69a4d0;
            background-image: url('Images/freccia1-mobile.png');
            background-repeat: no-repeat;
            background-position: right center;
        }

            #contenitoreBoxNavigazioneAreaPersonale a:hover {
                color: #28166f;
            }

            #contenitoreBoxNavigazioneAreaPersonale a.selezionato {
                color: #28166f;
                font-weight: bold;
            }

    /*----------------------------------------------------------------------------------------------*/
    /* I miei dati */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreMieiDati {
        width: 90%;
        padding: 5%;
        overflow: hidden;
    }

        #contenitoreMieiDati header {
            display: block;
        }

            #contenitoreMieiDati header h2 {
                color: #69a4d0;
            }

        #contenitoreMieiDati .chiave {
            width: 100%;
        }

        #contenitoreMieiDati .valore, #contenitoreMieiDati select {
            width: 100%;
        }

        #contenitoreMieiDati .text {
        }
    /*----------------------------------------------------------------------------------------------*/
    /* Cambia password */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreBoxCambiaPassword {
        width: 90%;
        padding: 5%;
        overflow: hidden;
    }

        #contenitoreBoxCambiaPassword header {
            display: block;
        }

            #contenitoreBoxCambiaPassword header h2 {
                color: #69a4d0;
            }

        #contenitoreBoxCambiaPassword .chiave {
            width: 100%;
        }

        #contenitoreBoxCambiaPassword .valore {
            width: 100%;
        }

        #contenitoreBoxCambiaPassword .text {
        }

    /*----------------------------------------------------------------------------------------------*/
    /* I miei ruoli */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreRuoli {
        width: 90%;
        overflow: hidden;
        padding: 5%;
    }

        #contenitoreRuoli header {
            display: block;
        }

            #contenitoreRuoli header h2 {
                color: #cc0000;
            }

        #contenitoreRuoli li {
            width: 90%;
            border: solid 1px #c0c0c0;
            border-radius: 5px;
            margin-bottom: 10px;
            padding: 5%;
        }

    /*----------------------------------------------------------------------------------------------*/
    /* Pagine */
    /*----------------------------------------------------------------------------------------------*/
    #headerBoxPagina {
        display: none;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Sezioni Pagine */
    /*----------------------------------------------------------------------------------------------*/
    .owl-item div.sezionePagina {
        /*min-height: 800px !Important;*/
    }

        .owl-item div.sezionePagina img {
            width: 100%;
        }

    body.unaColonnaHome .sezionePagina {
        height: auto !important;
        margin: 0%;
        background-repeat: no-repeat;
        background-position: center !important;
        background-size: auto 100%;
        background-size: cover;
        /*margin-bottom: 10px;*/
        height: auto !important;
    }

    .sezionePagina iframe {
        max-width: 100% !important;
        height: 210px !important;
    }

    /*body.unaColonnaHome .sezionePagina:nth-child(2n+1) {
            margin: 0%;
            margin-top: 10px;
            background-repeat: no-repeat;
            margin-bottom: 10px;
            height: 350px !important;
            background-size: auto 400px;
            background-position: center;
        }*/

    /*.sezionePagina img {
    }

    .sezionePagina ul {
        text-align: justify;
    }*/

    .sezionePagina {
        /*margin: 10% 0 0 0;*/
        margin: 0;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% auto;
        height: auto !important;
    }

    body.unaColonnaHome .sezionePagina .rigaPagina {
        width: 100%;
        /*height: auto !Important;*/
        /*padding-left: 2%;
        padding-right: 2%;*/
        overflow: hidden;
        /*text-align: justify;*/
        vertical-align: middle;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    body.unaColonnaHome .sezionePagina:nth-child(2n+1) .rigaPagina p {
        vertical-align: bottom;
        margin: 0px !important;
    }

    .rigaPagina p span {
        /*margin-top: 30px !important;*/
        /*line-height: 0px !important;*/
        /*text-transform: uppercase;*/
    }

    /*body.unaColonnaHome .sezionePagina:nth-child(2n+1) .colonnaPagina {
        position: absolute;
        top: 25%;
        float: left;
        height: auto !Important;
        border-width: 1px;
        border-color: #C0C0C0;
        width: 95% !Important;
        margin: 0px !Important;
        padding: 0px !Important;
        float: left;
        border: 0px;
        font-family: Roboto, sans-serif !important;
        font-style: italic;
        font-weight: 900;
        text-shadow: 1px 1px 1px #000;
        line-height: 35px !important;
        padding: 0% 2.5% !important;
    }*/

    .colonnaPagina {
        margin: 0px !important;
        margin-right: 1%;
        margin-left: 1%;
        width: 100% !important;
        height: auto !important;
        padding: 0px !important;
    }

        .colonnaPagina a:hover {
            text-decoration: none;
        }

    body#thanks .sezionePagina {
        font-family: Fira Sans;
        /*font-style: italic;*/
        padding: 5% 0 !important;
        width: 88%;
        margin: 4% 6% !important;
    }

        body#thanks .sezionePagina p {
            font-size: 3.5vw !important;
            font-weight: 400;
            text-align: justify;
        }

    body#thanks span {
        font-size: 5vw !important;
    }

    body#thanks .sezionePagina strong {
        font-weight: 500 !important;
    }

    #map {
        width: 100%;
        height: 300px;
    }

        #map span, #map p {
            font-size: inherit;
        }

        #map .gm-style-iw div {
            /*display: none !important;*/
            font-size: 3vw;
        }

    body.unaColonnaHome .sezionePagina:nth-child(4) .colonnaPagina {
        width: 100% !important;
        padding: 0px !important;
        margin-bottom: 0px !important;
    }

    body.unaColonnaHome .sezionePagina:nth-child(4) {
        margin-bottom: 0px !important;
    }

        body.unaColonnaHome .sezionePagina:nth-child(4) p {
            display: none;
        }

    body.unaColonnaHome .sezionePagina:nth-child(3) {
        margin-bottom: 0px !important;
    }

        /*----------------------------------------------------------------------------------------------*/

        body.unaColonnaHome .sezionePagina:nth-child(1) .colonnaPagina, body.unaColonnaHome .sezionePagina:nth-child(3) .colonnaPagina {
            margin-top: 5% !important;
            float: left;
            border-width: 1px;
            border-color: #C0C0C0;
            /*width: 100%;*/
            font-weight: bold;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -ms-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            /*padding: 20px 0px;
        font-size: 70px !important;*/
            /*background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 0.00) 80%);
        background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 0.00) 80%);
        background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 0.00) 80%);
        background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 0.00) 80%);
        background-image: linear-gradient(left, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 0.00) 80%);*/
        }

    body.unaColonnaHome .sezionePagina:nth-child(1) p {
        width: 100% !important;
        padding: 0px !important;
    }

    body.unaColonnaHome .sezionePagina h2 {
        font-family: Fira Sans;
        font-weight: 400;
        display: block;
        text-shadow: 1px 1px 5px #000;
        font-family: Lato;
        font-size: 5vw;
        font-weight: 600;
        letter-spacing: 1px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    body.unaColonnaHome .sezionePagina h3 {
        /*text-align: left;*/
        /*margin: 0 auto !important;*/
        font-family: Fira Sans;
        /*line-height: 66px !important;*/
        font-size: 5vw;
        font-weight: 400;
        /*font-style: italic;*/
        display: block;
        /*color: #fff;*/
        text-shadow: 1px 1px 5px #000;
        width: 100%;
        margin: 10px auto 0 auto;
        text-align: center;
    }

    body.unaColonnaHome .sezionePagina p {
        width: 88% !important;
        padding: 0 6% !important;
    }

    body.unaColonnaHome .sezionePagina:nth-child(2) {
        margin: 10% 0 !important;
    }

    body.unaColonnaHome .sezionePagina span {
        display: inline-block;
        font-family: Lato;
        font-size: 5vw;
        font-weight: 400;
        letter-spacing: 0.5px;
        /*text-align: justify;*/
    }

    body.unaColonnaHome .sezionePagina ul {
        /*list-style-image: url('Images/check icon.png');*/
        font-family: Fira Sans;
        font-style: italic;
        font-size: 30px;
        display: block;
        width: 80% !important;
        margin: 0 auto !important;
        padding: 0px 10% !important;
    }

    body.unaColonnaHome .sezionePagina li {
        /*line-height: 40px;*/
        padding: 5px 0;
        margin-left: 0px;
        font-size: 4.5vw;
        width: auto !important;
        /*display: block;*/
        /*text-align: justify;*/
        font-weight: 400;
    }

    body.unaColonnaHome .sezionePagina:nth-child(2) img {
        display: none;
    }

    body.unaColonnaHome .sezionePagina:nth-child(3) {
        padding: 5% 0 !important;
    }

    .linkBanner {
        margin-top: 10px;
        text-align: center;
        text-transform: uppercase;
        font-family: Lato;
        font-style: normal;
        font-weight: 500;
        font-size: 4vw;
         /*line-height: 20px;*/
        /*background-color: #fff;
        background-color: rgba(255, 255, 255, 0.34);*/
        padding: 22px 0;
        padding: 5% 0;
        text-shadow: none;
        display: block;
        /*-webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        overflow: hidden;
        z-index: 2;*/
        /*position: relative;*/
        color: #fff!important;
        border-radius: 10px;
        /*box-shadow: 1px 1px 15px #000;*/
        width: 90%;
        margin: 4% 5% !important;
    }

        .linkBanner:before {
            content: "";
            display: block;
            position: absolute;
            background:#cddbf4;
            width: 100%;
            height: 0%;
            left: 0px;
            top: 0px;
           /* -moz-transition: 0.5s;
            -o-transition: 0.5s;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            z-index: -1;*/
        }

        .linkBanner:hover:before {
            height: 100%;
          /*  -moz-transition: 0.5s;
            -o-transition: 0.5s;
            -webkit-transition: 0.5s;
            transition: 0.5s;*/
        }

    body.unaColonnaChiSiamo span {
        text-align: center !important;
        display: block;
    }

    body.unaColonnaChiSiamo .sezionePagina:nth-child(1) .rigaPagina {
        width: 100%;
    }

    body.unaColonnaChiSiamo .sezionePagina:nth-child(1) .colonnaPagina {
        /*width: 100% !important;*/
        background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.47) 0%, rgba(255, 255, 255, 0.00) 80%);
        background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.47) 0%, rgba(255, 255, 255, 0.00) 80%);
        background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.47) 0%, rgba(255, 255, 255, 0.00) 80%);
        background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.47) 0%, rgba(255, 255, 255, 0.00) 80%);
        background-image: linear-gradient(top, rgba(255, 255, 255, 0.47) 0%, rgba(255, 255, 255, 0.00) 80%);
        padding: 7% 0 !important;
    }

    body.unaColonnaChiSiamo .sezionePagina h3 {
        /*text-align: center;*/
        font-family: Fira Sans;
        font-size: 5vw;
        font-weight: 500;
        display: block;
        text-shadow: 0px 0px 20px #fff;
        /*width: 100%;
        padding: 0 45px;*/
        margin: 2% auto 2% auto;
        position: relative;
        width: 90%;
        padding: 0 5%;
    }

    body.unaColonnaChiSiamo .sezionePagina h4 {
        font-size: 4vw;
        font-family: Roboto;
        font-weight: 500;
        margin: 4% 0 0 0 !important;
        display: block;
        width: 88%;
        padding: 0 6% !important;
    }

    body.unaColonnaChiSiamo h4 strong {
        font-weight: 600;
    }

    body.unaColonnaChiSiamo .sezionePagina p img {
        width: 90%;
        height: auto;
        margin-top: 5%;
        margin-bottom: 3%;
    }

    body.unaColonnaChiSiamo .sezionePagina a {
        margin-bottom: 2%;
    }

    body.unaColonnaChiSiamo .sezionePagina p {
        margin: 0px !important;
        /*font-family: Fira Sans;*/
        font-family: Roboto;
        font-weight: 400;
        font-size: 3.5vw;
        letter-spacing: 0px;
        width: 88%;
        padding: 0 6% !important;
        display: block;
        /*text-align: justify !important;*/
    }

    body.unaColonnaChiSiamo .sezionePagina:nth-child(3) .colonnaPagina {
        padding: 14% 0 !important;
    }

    body.unaColonnaCosaFacciamo .sezionePagina:nth-child(1) .colonnaPagina {
        width: 100% !important;
        /*background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.00) 80%);
        background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.00) 80%);
        background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.00) 80%);
        background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.00) 80%);
        background-image: linear-gradient(top, rgba(0, 0, 0, 0.40) 0%, rgba(255, 0, 0, 0.00) 80%);*/
        background-color: rgba(0, 0, 0, 0.40);
        margin-bottom: 5% !important;
        padding-bottom: 5% !important;
    }

    body.unaColonnaCosaFacciamo .sezionePagina:nth-child(1) {
        padding: 5% 0 !important;
    }

    body.unaColonnaCosaFacciamo .sezionePagina:nth-child(2) {
        padding: 7% 0 !important;
    }

    body.unaColonnaCosaFacciamo .sezionePagina h3 {
        font-family: Fira Sans;
        font-size: 5vw;
        font-weight: 400;
        display: block;
        width: 100%;
        margin: 2% auto 2% auto;
        position: relative;
        text-shadow: 0px 0px 8px #000;
        text-align: center;
        padding-top: 5%;
    }

    body.unaColonnaCosaFacciamo .sezionePagina h4 {
        font-weight: 600;
        font-size: 5vw;
        display: block;
        width: 88%;
        padding: 0 6% !important;
        font-family: Roboto;
        margin: 3% 0 !important;
        text-align: center;
    }

    body.unaColonnaCosaFacciamo .sezionePagina h5 {
        font-weight: 400;
        font-size: 4vw;
        width: 94%;
        padding: 0 3% !important;
        font-family: Roboto;
        margin: 3% 0 !important;
        text-align: center;
    }

    body.unaColonnaCosaFacciamo .sezionePagina p {
        font-family: Roboto;
        font-weight: 400;
        font-size: 4vw;
        letter-spacing: 0px;
        margin-top: 3% !important;
        width: 88%;
        padding: 0 6% !important;
        margin-bottom: 0px !important;
    }

    body.unaColonnaCosaFacciamo .sezionePagina:nth-child(3) .colonnaPagina {
        padding-top: 6% !important;
        padding-bottom: 6% !important;
    }

    body.unaColonnaCosaFacciamo .sezionePagina:nth-child(3) .rigaPagina {
        width: 100%;
    }

    body.unaColonnaCosaFacciamo .sezionePagina:nth-child(3) h4 {
        margin: 0px !important;
    }

    body.unaColonnaCosaFacciamo .sezionePagina:nth-child(3) .linkBanner {
        background-color: #fff;
        color: #3366cc !important;
        box-shadow: none !important;
    }

    body.unaColonnaCosaFacciamo .sezionePagina:nth-child(4) .linkBanner {
        /*background-color: #fff;
        color: #3366cc !important;*/
        box-shadow: none !important;
    }

    body.unaColonnaCosaFacciamo .sezionePagina:nth-child(3) .linkBanner:before {
        background-color: #fff;
    }

    body.unaColonnaCosaFacciamo .sezionePagina:nth-child(4) {
        padding: 10% 0 !important;
    }

    body.unaColonnaCosaFacciamo .sezionePagina ul {
        /*list-style-image: url('Images/check icon.png');*/
        font-family: Roboto;
        font-weight: 400;
        /*font-family: Fira Sans;*/
        /*font-style: italic;*/
        font-size: 3.8vw;
        display: inline-block;
        margin-top: 0px !important;
        margin: 0 auto !important;
        width: 80%;
        padding: 0 10% !important;
    }

    body.unaColonnaCosaFacciamo .sezionePagina li {
        /*line-height: 30px;*/
        padding: 5px 0;
        margin-left: 0px;
    }

        body.unaColonnaCosaFacciamo .sezionePagina li span {
            /*position: relative;
            top: -4px;*/
        }

    body.unaColonnaContatti .sezionePagina {
        font-size: 4vw;
        font-family: Roboto;
        font-weight: 400;
    }

        body.unaColonnaContatti .sezionePagina p {
            width: 88%;
            padding: 0 6% !important;
        }

        /*body.unaColonnaContatti .sezionePagina p a{
        display: block !important;
    }*/

        body.unaColonnaContatti .sezionePagina strong {
            font-weight: 500;
        }

        body.unaColonnaContatti .sezionePagina:nth-child(2), body.unaColonnaContatti .sezionePagina:nth-child(3) {
            margin-bottom: 5% !important;
            height: 250px !important;
        }

        body.unaColonnaContatti .sezionePagina:nth-child(4) .rigaPagina, body.unaColonnaContatti .sezionePagina:nth-child(4) .colonnaPagina {
            width: 100% !important;
            padding: 0px !important;
            margin-bottom: -25px !important;
        }

    #sezioneContatti {
        text-align: center;
        margin-top: 10%;
        margin-bottom: 10%;
    }

    .contenitoreContatto {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .divContatto {
        margin: 4% 0;
        /*display: flex;
        flex-direction: column;
        justify-content: center;
        display: -ms-flexbox;
        -ms-flex-direction: column;
        -ms-flex-align: center;*/
    }

    .divContatto2 {
        margin-top: 50px;
        display: inline-block;
        width: 30%;
        text-align: center;
        display: none;
    }

    .fotoIconContatti {
        height: 100px;
    }

    .valueContatto {
        height: 80px;
        /*text-transform: uppercase;*/
        font-size: 5.5vw !important;
        font-family: Fira Sans;
        font-style: italic;
    }

        .valueContatto a {
            color: #1a5dcf;
        }

            .valueContatto a:hover {
                color: #000 !important;
            }

    .fotoIconContatti img {
        width: 80px;
        height: 80px;
    }

    body.unaColonnaEcommerce .sezionePagina h3 {
        font-family: Lato;
        font-size: 4vw;
        font-weight: 600;
        display: block;
        width: 100%;
        margin: 2% auto 2% auto;
        position: relative;
        text-shadow: 0px 0px 8px #000;
        text-align: center;
        padding-top: 5%;
    }

    body.unaColonnaEcommerce .sezionePagina h2 {
        font-family: Fira Sans;
        font-size: 6vw;
        font-weight: 400;
        display: block;
        width: 100%;
        margin: 1% auto 2% auto;
        position: relative;
        text-shadow: 0px 0px 10px #000;
        letter-spacing: -1px;
        text-align: center;
    }

    body.unaColonnaEcommerce .sezionePagina h4 {
        font-weight: 600;
        font-size: 5vw;
        display: block;
        width: 88%;
        padding: 0 6% !important;
        font-family: Roboto;
        margin: 3% 0 !important;
        text-align: center;
    }

    body.unaColonnaEcommerce .sezionePagina h5 {
        font-weight: 400;
        font-size: 5vw;
        width: 94%;
        padding: 0 3% !important;
        font-family: Roboto;
        margin: 0 0 3% 0 !important;
        text-align: center;
    }

    body.unaColonnaEcommerce .sezionePagina p {
        font-family: Roboto;
        font-weight: 400;
        font-size: 4vw;
        letter-spacing: 0px;
        margin-top: 3% !important;
        width: 88%;
        padding: 0 6% !important;
        margin-bottom: 0px !important;
    }

    body.unaColonnaEcommerce .sezionePagina:nth-child(2), body.unaColonnaEcommerce .sezionePagina:nth-child(4) {
        padding: 5% 0 !important;
    }

    body.unaColonnaEcommerce .sezionePagina:nth-child(1) .colonnaPagina {
        padding-bottom: 5% !important;
    }

    body.unaColonnaEcommerce .sezionePagina:nth-child(3) .colonnaPagina {
        padding-top: 6% !important;
        padding-bottom: 6% !important;
    }

    body.unaColonnaEcommerce .sezionePagina:nth-child(3) .rigaPagina {
        width: 100%;
    }

    body.unaColonnaEcommerce .sezionePagina:nth-child(3) h4 {
        margin: 0px !important;
    }

    body.unaColonnaEcommerce .sezionePagina:nth-child(3) .linkBanner {
        background-color: #fff;
        color: #3366cc !important;
        box-shadow: none !important;
    }

    body.unaColonnaEcommerce .sezionePagina:nth-child(4) .linkBanner {
        /*background-color: #fff;
        color: #3366cc !important;*/
        box-shadow: none !important;
    }

    body.unaColonnaEcommerce .sezionePagina:nth-child(3) .linkBanner:before {
        background-color: #fff;
    }

    body.unaColonnaCosaFacciamo .sezionePagina:nth-child(4) {
        padding: 10% 0 !important;
    }

    body.unaColonnaEcommerce .sezionePagina ul {
        /*list-style-image: url('Images/check icon.png');*/
        font-family: Roboto;
        font-weight: 400;
        /*font-family: Fira Sans;*/
        /*font-style: italic;*/
        font-size: 3.8vw;
        display: inline-block;
        margin-top: 0px !important;
        margin: 0 auto !important;
        width: 80%;
        padding: 0 10% !important;
    }

    body.unaColonnaEcommerce .sezionePagina li {
        /*line-height: 30px;*/
        padding: 5px 0;
        margin-left: 0px;
    }

    body.unaColonnaEcommerce .quote {
        float: left;
        width: 100%;
        text-align: center;
        display: block;
        text-shadow: none !important;
        position: relative;
        padding: 2% 0 8% 0;
        font-weight: 400 !important;
    }


        body.unaColonnaEcommerce .quote:before {
            position: relative;
            top: 4vw;
            left: 0px;
            display: inline-block;
            content: '“';
            font-family: Georgia, 'Times New Roman', Times, serif;
            font-size: 10vw;
            color: #333439;
            /*width: 55px;*/
            font-style: normal;
            text-align: right;
            margin-right: 1%;
        }

        body.unaColonnaEcommerce .quote:after {
            position: relative;
            display: inline-block;
            content: '”';
            right: 0px;
            top: 6vw;
            font-family: Georgia, 'Times New Roman', Times, serif;
            font-size: 10vw;
            color: #333439;
            /*width: 55px;*/
            font-style: normal;
            text-align: left;
            margin-left: 1%;
        }

    .blueGears {
        display: none;
    }

    #contenitoreWebSite {
        text-align: center;
    }

    .websiteSample {
        height: 291px;
        width: 40%;
        overflow: hidden;
        display: inline-block;
        margin: 2% 0.5%;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        position: relative;
        border: 1px solid rgba(26, 93, 207, 0.20);
    }

        .websiteSample a {
            overflow: hidden;
            height: 240px;
            display: block;
            /*display: flex;
            flex-direction: column;
            justify-content: flex-start;*/
            -webkit-transition: all 3s ease;
            -moz-transition: all 3s ease;
            -ms-transition: all 3s ease;
            -o-transition: all 3s ease;
            transition: all 3s ease;
        }

        .websiteSample .websiteName {
            display: block;
            position: absolute;
            bottom: 0px;
            width: 100%;
            /*top: 90px;*/
            padding: 10px 0;
            z-index: 10;
            /*left: 0px;
            width: 400px;*/
            text-align: center;
            font-family: Fira Sans;
            font-weight: 300;
            font-style: italic;
            color: #fff;
            font-size: 4vw;
            line-height: 31px;
            background-color: rgba(26, 93, 207, 0.80);
            text-shadow: 0px 0px 10px #000;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -ms-transition: all 1s ease;
            -o-transition: all 1s ease;
            transition: all 1s ease;
            /*padding: 0px;
            line-height: 110px;
            width: 110px;
            height: 110px;
            top: 70px;
            left: 37%;
            right: 37%;
            border-radius: 100%;*/
        }

        .contenitoreRecensioni {
        height: auto !important;
        position: static !important;
    }

    .boxRecensione {
        margin: 5% auto;
        display: block;
        width: 80%;
        background-color: rgba(0, 114, 255, 0.15);
        border: 5px solid rgba(137, 170, 226, 0.10);
        border-radius: 20px;
        padding: 2%;
        vertical-align: top;
        height: auto !important;
        position: static !important;
    }

        .boxRecensione:after {
            content: '';
            display: block;
            clear: both;
        }

    .recensione {
        font-family: Lato;
        font-size: 3.2vw;
        margin: 0 auto;
        width: 90%;
        display: block;
        position: relative;
        /*padding: 6% 0;*/
        font-weight: 400 !important;
        /*font-style: italic;*/
        text-align: justify;
    }

        .recensione:before {
            position: relative;
            top: 3.5vw;
            left: 0px;
            /*display: inline-block;*/
            content: '“';
            font-family: Georgia, 'Times New Roman', Times, serif;
            font-size: 9vw;
            font-style: normal;
            margin-right: 0.5%;
            line-height: 0px;
            height: 100px;
        }

        .recensione:after {
            position: relative;
            content: '”';
            right: 0px;
            top: 5.5vw;
            font-family: Georgia, 'Times New Roman', Times, serif;
            font-size: 9vw;
            line-height: 0px;
            font-style: normal;
            text-align: right;
            margin-left: 0.5%;
        }

    .autoreRecensione {
        width: 90%;
        text-align: right;
        display: block;
        font-size: 2.3vw;
        font-style: italic;
        font-family: Lato;
        margin-top: 3%;
        margin-left: auto;
        margin-right: auto;
        /*padding-right: 5%;*/
    }

    /*----------------------------------------------------------------------------------------------*/

    /*----------------------------------------------------------------------------------------------*/
    /* Contenitore File Manager */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreFileManager {
        overflow: hidden;
    }

        #contenitoreFileManager header {
            display: none;
        }

    .unaColonna #contenitoreFileManager header {
        display: block;
        background-color: #808080;
        color: #ffffff;
        padding-left: 10px;
    }

    #contenitoreFileManager img {
        width: auto;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* File Manager Cartelle */
    /*----------------------------------------------------------------------------------------------*/
    ul#idFileManagerCartelle {
        margin: 0px;
        padding: 0px 0px 0px 0px;
    }

    #idFileManagerCartelle li {
        display: inline;
        margin: 0px;
        padding: 0px 0px 0px 0px;
    }

    #idFileManagerCartelle img {
        display: none;
    }

    #idFileManagerCartelle a {
        color: #666666;
        display: block;
        text-decoration: none;
        margin: 0px;
        padding: 15px 50px 15px 10px;
        background-image: url('Images/sfumatura-cat-smartphone.jpg');
        background-repeat: no-repeat;
        background-position: right center;
    }

        #idFileManagerCartelle a:hover {
            color: #666666;
            display: block;
            text-decoration: none;
            margin: 0px;
            padding: 15px 50px 15px 10px;
            background-image: url('Images/sfumatura-cat-smartphone-hover.jpg');
            background-repeat: no-repeat;
            background-position: right center;
        }
    /*----------------------------------------------------------------------------------------------*/
    /* File Manager Immagini */
    /*----------------------------------------------------------------------------------------------*/
    ul#idFileManagerImmagini {
        margin: 0px;
        padding: 0px;
    }

    #idFileManagerImmagini li {
        display: inline;
        margin: 0 2% 0 0;
        padding: 0px 0px 10px 0px;
        width: 31%;
    }

    #idFileManagerImmagini img {
        margin-bottom: 10px;
        width: 100%;
    }

    #idFileManagerImmagini a {
        display: block;
        pointer-events: none;
        cursor: default;
        text-align: center;
    }

        #idFileManagerImmagini a:hover {
            margin: 0px 0px 0px -10px;
            padding: 5px 0px 5px 10px;
            color: #cc0000;
        }

    /*----------------------------------------------------------------------------------------------*/
    /* File Manager File */
    /*----------------------------------------------------------------------------------------------*/
    ul#idFileManagerFiles {
        margin: 0px;
        padding: 10px;
    }

    #idFileManagerFiles li {
        display: inline;
        margin: 0px;
        padding: 0px;
    }

    #idFileManagerFiles img {
        margin: 0 10px 10px 0;
        vertical-align: middle;
    }

    #idFileManagerFiles a {
        color: #666666;
        display: block;
        text-decoration: none;
        margin: 0px;
        padding: 0px;
    }

        #idFileManagerFiles a:hover {
            margin: 0px;
            padding: 0px;
            color: #cc0000;
        }

    /*----------------------------------------------------------------------------------------------*/
    /* File Manager Html */
    /*----------------------------------------------------------------------------------------------*/
    ul#idFileManagerHtml {
        margin: 0px;
        padding: 1% 0 0 0;
        height: 100%;
    }

    #idFileManagerHtml li {
        width: 100%;
        height: 50%;
        overflow: hidden;
    }

    #idFileManagerHtml iframe {
        width: 100%;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* File Manager Navigazione */
    /*----------------------------------------------------------------------------------------------*/
    #idFileManagerNavigazione {
        margin-left: auto;
        margin-right: auto;
        border-radius: 5px;
        border-color: #C0C0C0;
        border-width: 1px;
    }

        #idFileManagerNavigazione header {
            padding-left: 10px;
            display: block;
            height: 50px;
            line-height: 50px;
            cursor: pointer;
            border: 0px;
            background-color: #808080;
            background-image: url(Images/piu-ico-32.png);
            background-repeat: no-repeat;
            background-position: center right;
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px;
        }

            #idFileManagerNavigazione header.open {
                background-image: url(Images/meno-ico-32.png);
            }

            #idFileManagerNavigazione header.close {
                background-image: url(Images/meno-ico-32.png);
            }


            #idFileManagerNavigazione header h2 {
                color: #FFFFFF;
                font-size: 22px;
            }

        #idFileManagerNavigazione img {
            display: none;
        }

        #idFileManagerNavigazione ul {
            display: none;
            margin: 0px;
            padding: 0px 0px 0px 10px;
        }

        #idFileManagerNavigazione li {
            display: inline;
            margin: 0px;
            padding: 0px 0px 0px 0px;
        }

        #idFileManagerNavigazione a {
            color: #666666;
            display: block;
            text-decoration: none;
            margin: 0px 0px 0px -10px;
            padding: 15px 30px 15px 10px;
            border-top-style: solid;
            border-top-width: 1px;
            border-top-color: #C0C0C0;
            background-image: url('Images/freccia1-mobile.png');
            background-repeat: no-repeat;
            background-position: right center;
        }

            #idFileManagerNavigazione a:hover {
                color: #cc0000;
            }

            #idFileManagerNavigazione a.selezionato {
                color: #cc0000;
                font-weight: bold;
            }

    /*----------------------------------------------------------------------------------------------*/
    /* Ricerca avanzata contenitore */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreRicercaAvanzata {
        width: 96%;
        padding: 2%;
    }

        #contenitoreRicercaAvanzata header {
        }

            #contenitoreRicercaAvanzata header h2 {
                color: #cc0000;
            }

    #divContenitoreRicercaAvanzata {
        padding: 10px;
        border-bottom: solid 1px #C0C0C0;
        margin-bottom: 10px;
    }

    #divKeyWordRicercaAvanzata {
        overflow: hidden;
    }

        #divKeyWordRicercaAvanzata .inputCerca {
            width: 86%;
        }

    #divStrumentiRicercaAvanzata {
        overflow: hidden;
        margin-top: 20px;
    }

    #rdblRicercaModalitàSplit_String {
        margin-top: 10px;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Risultati Pagine Blog - Ricerca avanzata  */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreRisultatiBlog, #contenitoreRisultatiPagine, #ContenitoreRisultatiProdotti {
        margin-bottom: 10px;
    }

        #contenitoreRisultatiBlog header, #contenitoreRisultatiPagine header, #ContenitoreRisultatiProdotti header {
            display: block;
            height: auto;
        }

        #contenitoreRisultatiBlog h3, #contenitoreRisultatiPagine h3, #ContenitoreRisultatiProdotti h3 {
            color: #cc0000;
        }

        #contenitoreRisultatiBlog ul, #contenitoreRisultatiPagine ul, #ContenitoreRisultatiProdotti ul {
            margin: 0px;
            padding: 0px;
        }

        #contenitoreRisultatiBlog li, #contenitoreRisultatiPagine li, #ContenitoreRisultatiProdotti li {
            margin: 0px;
            padding: 0px 0px 20px 0px;
        }

        #contenitoreRisultatiBlog a, #contenitoreRisultatiPagine a, #ContenitoreRisultatiProdotti a {
            font-size: 18pt;
            color: #1a0dab;
            display: block;
            text-decoration: none;
            margin: 0;
            padding: 0;
            background-image: url('Images/freccia1-mobile.png');
            background-repeat: no-repeat;
            background-position: right center;
        }

            #contenitoreRisultatiBlog a:hover, #contenitoreRisultatiPagine a:hover, #ContenitoreRisultatiProdotti a:hover {
                text-decoration: underline;
            }

        #contenitoreRisultatiBlog .urlCerca, #contenitoreRisultatiPagine .urlCerca, #ContenitoreRisultatiProdotti .urlCerca {
            color: #006621;
            width: 90%;
            display: block;
            font-size: 10pt;
        }

        #contenitoreRisultatiBlog .descriptionCerca, #contenitoreRisultatiPagine .descriptionCerca, #ContenitoreRisultatiProdotti .descriptionCerca {
            width: 90%;
            display: block;
            font-size: 12pt;
        }

    /*----------------------------------------------------------------------------------------------*/
    /* Ricerca Utenti per ruolo */
    /*----------------------------------------------------------------------------------------------*/
    #ricercaUtentePerRuolo {
    }

        #ricercaUtentePerRuolo select {
            width: 100%;
        }

        #ricercaUtentePerRuolo ul {
            padding: 0px;
        }

            #ricercaUtentePerRuolo ul li ul {
                border-bottom: solid 1px #808080;
            }

    #ricercaNazioneUtente span, #ricercaProvinciaUtente span {
        margin-right: 20px;
        margin-bottom: 10px;
        float: left;
    }

    #ricercaNazioneUtente {
        overflow: hidden;
        width: 100%;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    #ricercaProvinciaUtente {
        overflow: hidden;
        width: 100%;
        margin-bottom: 10px;
    }

    #ricercaUtentePerRuolo header {
        display: block;
    }

    #ricercaUtentePerRuolo .nome {
        font-weight: bold;
    }

    #ricercaUtentePerRuolo img {
        vertical-align: middle;
        margin: 0 3px 0 25px;
        width: 35px;
    }

    #ricercaUtentePerRuolo .classificazione {
        font-size: 9pt;
    }

    #ricercaUtentePerRuolo a.email {
        color: #cc0000;
    }

    #ricercaUtentePerRuolo a.telefono {
        text-decoration: none;
        cursor: default;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Breadcrumbs */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreBreadcrumbs {
        width: 100%;
        overflow: hidden;
        display: none;
    }

        #contenitoreBreadcrumbs ul {
            font-size: 10pt;
            padding: 0px;
            margin: 0 0 10px 0;
        }

        #contenitoreBreadcrumbs li {
            display: inline-block;
        }

            #contenitoreBreadcrumbs li .selezionato {
                font-weight: bold;
            }
    /*----------------------------------------------------------------------------------------------*/
    /*----------------------------------------------------------------------------------------------*/
    /* FORUM */
    /*----------------------------------------------------------------------------------------------*/

    .containerForum {
        width: 100%;
        overflow: hidden;
        margin: 0px 0px 50px 0px;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Ricerca Forum: DropDownList Categorie, TextBox Ricerca e Bottone Cerca */
    /*----------------------------------------------------------------------------------------------*/

    #ricercaForum {
        float: left;
        width: 100%;
    }

    #txtRicerca {
        /*margin: 10px 3px 10px 3px;*/
        border-style: solid;
        border-width: 1px;
        border-color: #808080 #C0C0C0 #C0C0C0 #C0C0C0;
        border-radius: 5px;
        height: 32px;
        width: 94%;
        font-size: 15pt;
        margin: 2% 2% 2% 2%;
        padding: 1%;
    }

    #ddlCategoria {
        /*margin: 10px 3px 40px 3px;*/
        border-style: solid;
        border-width: 1px;
        border-color: #808080 #C0C0C0 #C0C0C0 #C0C0C0;
        border-radius: 5px;
        height: 44px;
        width: 96%;
        font-size: 15pt;
        margin: 2% 2% 2% 2%;
        padding: 3px;
    }

    #btnRicercaForum {
        /*margin: 10px 3px 10px 3px;*/
        width: 96%;
        height: 44px;
        font-size: 15pt;
        font-weight: bold;
        margin: 2% 2% 2% 2%;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Utility Forum: Bottoni "Le mie discussioni" e "Fai una domanda" (crea una nuova discussione) */
    /*----------------------------------------------------------------------------------------------*/

    .utilityForum {
        overflow: hidden;
        float: left;
        width: 100%;
    }

    #mieDiscussioni {
        background-color: #327bd4;
        border-radius: 10px;
        color: #FFF;
        font-weight: bold;
        line-height: 55px;
        display: inline-block;
        width: 96%;
        text-align: center;
        margin: 2% 2% 2% 2%;
    }

    #elencoCategorieForum {
        background-color: #666666;
        border-radius: 10px;
        color: #FFF;
        font-weight: bold;
        line-height: 55px;
        display: inline-block;
        width: 96%;
        text-align: center;
        margin: 2% 2% 2% 2%;
    }

    #discussioniRecenti {
        background-color: #ff9400;
        border-radius: 10px;
        color: #FFF;
        font-weight: bold;
        line-height: 55px;
        display: inline-block;
        width: 96%;
        text-align: center;
        margin: 2% 2% 2% 2%;
    }

    #creaDisc {
        float: right;
        background-color: #cc0000;
        border-radius: 10px;
        color: #FFF;
        font-weight: bold;
        text-align: center;
        line-height: 55px;
        margin: 0% 0% 0% 1%;
        width: 96%;
        margin: 2% 2% 2% 2%;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Home del forum: categorie iniziali */
    /*----------------------------------------------------------------------------------------------*/

    .categoriaContainer {
        background-color: #696969;
        float: left;
        color: #FFF;
        border-width: 1px;
        border-color: #C0C0C0;
        border-radius: 10px;
        text-align: center;
        width: 96%;
        padding: 10px 0px 10px 0px;
        margin: 10px 2% 2% 2%;
        position: relative;
    }

    .categoriaNome {
        font-size: 26pt;
        font-style: italic;
        display: block;
    }

    .categoriaDescrizione {
        /*position: absolute;
		bottom: 2px;*/
        font-size: 12pt;
        font-style: italic;
        display: block;
        width: 100%;
    }

    .sottocategoriaContainer {
        background-color: #CCCCCC;
        float: left;
        color: #e60e0e;
        border-width: 1px;
        border-color: #C0C0C0;
        border-radius: 10px;
        overflow: hidden;
        /*padding: 10px 0px 0px 10px;
		margin: 0 0px 10px 0px;*/
        width: 94%;
        padding: 2% 0px 0px 2%;
        margin: 10px 2% 0% 2%;
    }

    .sottocategoriaNome {
        padding: 0 0px 0px 10px;
        color: #e60e0e;
        font-size: 19pt;
        font-style: italic;
        font-weight: bold;
    }

        .sottocategoriaNome a {
            color: #dd091c;
        }

    .sottoCategoriaDescrizione {
        /*padding: 0% 0px 0px 2%;*/
        padding: 0 0px 0px 10px;
        /*margin: 0px 2% 0% 2%;*/
        font-style: italic;
        font-size: 12pt;
        color: #000;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Dati delle sottocategorie: numero discussioni e numero messaggi */
    /*----------------------------------------------------------------------------------------------*/

    .sottoCategoriaCounter {
        color: #000;
        padding: 0 0px 0px 10px;
        /*padding: 0% 0px 0px 2%;*/
        /*margin: 10px 2% 3% 2%;*/
        margin: 0px 0px 10px 0px;
        font-size: 11pt;
        font-weight: bold;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* BreadCrumbs Forum: categoria ed eventuale discussione */
    /*----------------------------------------------------------------------------------------------*/

    .breadCrumbsForum {
        font-weight: bold;
        font-size: 22pt;
        float: left;
        color: #f71818;
        overflow: hidden;
        width: 100%;
        margin: 2% 0%;
        /*margin: 20px 150px 30px 0px;*/
    }

        .breadCrumbsForum a {
            font-weight: bold;
            clear: both;
            font-size: 22pt;
            color: #f71818;
            overflow: hidden;
            height: 100%;
        }

    /*----------------------------------------------------------------------------------------------*/
    /* Descrizione interna di una sottocategoria */
    /*----------------------------------------------------------------------------------------------*/

    .argomentiCategoriaForum {
        clear: both;
        float: left;
        color: #000;
        height: 100%;
        font-size: 13pt;
        font-weight: bold;
        margin: 1% 0%;
    }

    .descrizioneCategoriaForum {
        clear: both;
        color: #000;
        height: 100%;
        font-size: 11pt;
        font-weight: normal;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Discussioni del forum*/
    /*----------------------------------------------------------------------------------------------*/

    /*----------------------------------------------------------------------------------------------*/
    /* Numero delle risposte ad una discussione */
    /*----------------------------------------------------------------------------------------------*/

    .discussioneRisposteContainer {
        color: #000;
        /* float: left; */
        border-width: 1px;
        border-color: #C0C0C0;
        width: 100%;
        margin: 0px 0px 0px 0px;
        font-size: 13pt;
        font-weight: bold;
        overflow: hidden;
        padding: 0px 0px 0px 0px;
        position: absolute;
        bottom: 0;
    }

    .discussioneNumMessaggi {
    }

    .discussioneTxtRisposte {
    }

    .discussioneContainer {
        background-color: #CCCCCC;
        float: left;
        color: #000;
        border-width: 1px;
        border-color: #C0C0C0;
        width: 96.5%;
        padding: 0px 0px 20px 10px;
        margin: 10px 0px 10px 0;
        font-size: 10pt;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
    }

    .discussioneNome {
        /* float: left; */
        color: #000;
        border-width: 1px;
        border-color: #C0C0C0;
        width: 100%;
        /* height: 100%; */
        padding: 0;
        margin: 0;
        font-size: 24pt;
        font-weight: bold;
        overflow: hidden;
    }

    .discussioneDati {
        float: left;
        color: #000;
        border-width: 1px;
        border-color: #C0C0C0;
        width: 100%;
        height: 100%;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        font-size: 11pt;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Messaggi di una discussione */
    /*----------------------------------------------------------------------------------------------*/

    .containerMessaggio {
        background-color: #CCCCCC;
        float: left;
        width: 100%;
        margin: 0px 0px 20px 0px;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
    }

    .containerDatiUtente {
        background-color: #666666;
        float: left;
        color: #FFF;
        border-width: 1px;
        border-color: #C0C0C0;
        width: 94%;
        border-radius: 10px;
        overflow: hidden;
        height: 100%;
        /*padding: 10px 0px 10px 10px;
		margin: 15px 0px 10px 15px;*/
        /*padding: 1% 1% 1% 1%;
		margin: 2% 1% 0% 2%;*/
        padding: 1% 1% 1% 1%;
        margin: 2% 2% 0% 2%;
    }

    .utenteDataMessaggio {
        display: inline-block;
        width: 60%;
        overflow: hidden;
        float: left;
        margin: 1% 0% 1% 1%;
    }

    .utenteMessaggio {
        font-size: 13pt;
        font-weight: bold;
        width: 100%;
        overflow: hidden;
    }

    .dataMessaggio {
        color: #FFF;
        width: 100%;
        font-size: 10pt;
        font-weight: normal;
        font-style: italic;
        overflow: hidden;
    }

    .testoMessaggio {
        float: left;
        color: #000;
        border-width: 1px;
        border-color: #C0C0C0;
        width: 90%;
        overflow: hidden;
        height: 100%;
        font-size: 12pt;
        padding: 10px 0px 10px 0px;
        margin: 10px 0px 10px 10px;
        font-weight: normal;
        text-align: justify;
    }

    .utilityMessaggio {
        float: left;
        width: 100%;
        /*padding: 1.5% 0px 0px 0px;
		margin: 0% 0% 0% 1%;*/
        /*padding: 1% 1% 1% 1%;
		margin: 2% 1% 0% 2%;*/
    }

    .modificaMessaggio {
        width: 98%;
        margin: auto;
    }

        .modificaMessaggio a {
            float: left;
            text-align: center;
            background-color: #1D9858;
            border-radius: 10px;
            color: #fff;
            font-weight: bold;
            padding: 2.5% 0;
            font-size: 16px;
            /*margin: 5px 3% 0px 0px;*/
            margin: 1% 0;
            border: 1px outset;
            background-image: -webkit-linear-gradient(bottom, #15784d 0%, #195f4c 100%);
            background-image: -ms-linear-gradient(bottom, #15784d 0%, #195f4c 100%);
            background-image: -moz-linear-gradient(bottom, #15784d 0%, #195f4c 100%);
            background-image: linear-gradient(to bottom, #15784d 0%, #195f4c 100%);
            width: 99%;
            overflow: hidden;
        }

    .likeMessaggio {
        width: 98%;
        margin: auto;
    }

        .likeMessaggio a {
            background-color: #137B44;
            padding: 2.5% 0;
            border-radius: 10px;
            color: #fff;
            /*margin: 5px 3% 0px 0px;*/
            margin: 1% 0;
            text-align: center;
            font-size: 20px;
            width: 99%;
            overflow: hidden;
            border: 1px outset;
            background-image: -webkit-linear-gradient(bottom, #15784d 0%, #195f4c 100%);
            background-image: -ms-linear-gradient(bottom, #15784d 0%, #195f4c 100%);
            background-image: -moz-linear-gradient(bottom, #15784d 0%, #195f4c 100%);
            background-image: linear-gradient(to bottom, #15784d 0%, #195f4c 100%);
            float: left;
        }

    .quoteMessaggio {
        width: 98%;
        margin: auto;
    }

        .quoteMessaggio a {
            float: left;
            background-color: #20a962;
            color: #FFF;
            border-width: 1px;
            border-color: #1D9858;
            border-radius: 10px;
            font-weight: bold;
            padding: 2.5% 0;
            /*margin: 5px 3% 0px 0px;*/
            margin: 1% 0% 1% 0%;
            text-align: center;
            font-size: 16px;
            width: 99%;
            overflow: hidden;
            background-image: -webkit-linear-gradient(bottom, #20a962 0%, #15784d 100%);
            background-image: -ms-linear-gradient(bottom, #20a962 0%, #15784d 100%);
            background-image: -moz-linear-gradient(bottom, #20a962 0%, #15784d 100%);
            background-image: linear-gradient(to bottom, #20a962 0%, #15784d 100%);
            border: 1px outset;
        }

    .numeroLikeMessaggio {
        font-weight: normal;
        width: 100%;
        clear: both;
        font-style: italic;
        font-size: 12px;
        font-weight: bold;
        /*padding: 3%;
		margin: 5%;*/
    }

        .numeroLikeMessaggio span {
            float: right;
            margin: 2%;
        }

    .scegliMigliorRisposta {
        width: 98%;
        margin: auto;
    }

        .scegliMigliorRisposta a {
            overflow: hidden;
            float: left;
            background-color: #15784d;
            color: #FFF;
            border-width: 1px;
            border-color: #1D9858;
            border-radius: 10px;
            font-weight: bold;
            padding: 2.5% 0;
            width: 99%;
            margin: 1% 0;
            text-align: center;
            font-size: 16px;
            /*background-image: -webkit-linear-gradient(bottom, #15784d 0%, #195f4c 100%);
		background-image: -ms-linear-gradient(bottom, #15784d 0%, #195f4c 100%);
		background-image: -moz-linear-gradient(bottom, #15784d 0%, #195f4c 100%);
		background-image: linear-gradient(to bottom, #15784d 0%, #195f4c 100%);*/
            border: 1px outset;
        }

    .migliorRispostaScelta {
        float: right;
        display: inline-block;
        font-size: 15pt;
        margin: 10px;
        overflow: hidden;
    }

    .imgMigliorScelta {
        color: #ffdb00;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Bottone per rispondere ad una discussione */
    /*----------------------------------------------------------------------------------------------*/

    #rispondiDiscussione {
        float: right;
        background-color: #20a962;
        color: #FFF;
        border-width: 1px;
        border-color: #C0C0C0;
        border-radius: 10px;
        text-align: center;
        font-size: 14pt;
        font-weight: bold;
        color: #ffffff;
        padding: 20px;
        margin: 0px 0px 30px 0px;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Creazione di una nuova discussione */
    /*----------------------------------------------------------------------------------------------*/

    .inviaDiscussione {
        background-color: #CCCCCC;
        float: left;
        color: #454545;
        border-width: 1px;
        border-color: #C0C0C0;
        border-radius: 10px;
        width: 96%;
        overflow: hidden;
        height: 100%;
        font-weight: bold;
        padding: 2%;
        font-size: 15pt;
        margin: 2% 0%;
    }

    .titoloDiscussione {
        background-color: #CCCCCC;
        float: left;
        color: #454545;
        border-width: 1px;
        border-color: #C0C0C0;
        overflow: hidden;
        height: 100%;
        font-size: 15pt;
        font-weight: normal;
        font-weight: bold;
        width: 100%;
        margin: 1% 0%;
    }

    .messaggioDiscussione {
        background-color: #CCCCCC;
        float: left;
        color: #454545;
        border-width: 1px;
        border-color: #C0C0C0;
        overflow: hidden;
        height: 100%;
        font-size: 15pt;
        font-weight: bold;
        width: 100%;
        margin: 1% 0%;
    }

    #inviaDisc {
        font-weight: bold;
        font-size: 15pt;
        background-color: #666666;
        float: left;
        color: #FFF;
        overflow: hidden;
        height: 100%;
        margin: 1% 0% 1% 0%;
        padding: 2.5%;
        width: 100%;
    }

    #txtDiscussione {
        padding: 1%;
        /*margin: 10px 3px 10px 3px;*/
        color: #000;
        border-style: solid;
        border-width: 1px;
        border-color: #808080 #C0C0C0 #C0C0C0 #C0C0C0;
        border-radius: 5px;
        height: 300px;
        width: 97%;
        font-size: 15pt;
    }

    #titleDiscussione {
        padding: 1%;
        /*margin: 10px 3px 10px 3px;*/
        border-style: solid;
        border-width: 1px;
        border-color: #808080 #C0C0C0 #C0C0C0 #C0C0C0;
        border-radius: 5px;
        width: 97%;
        font-size: 15pt;
        color: #000;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Creazione di una nuovo messaggio */
    /*----------------------------------------------------------------------------------------------*/

    .inviaMessaggio {
        background-color: #CCCCCC;
        float: left;
        color: #454545;
        border-width: 1px;
        border-color: #C0C0C0;
        width: 96%;
        border-radius: 10px;
        overflow: hidden;
        height: 100%;
        padding: 2%;
        margin: 0% 0% 5% 0%;
    }

    .messaggioContenuto {
    }

    #inviaMsg {
        font-weight: bold;
        font-size: 14pt;
        background-color: #666666;
        float: right;
        color: #FFF;
        overflow: hidden;
        height: 100%;
        margin: 1.5% 0% 0% 0%;
        padding: 2.5%;
    }

    #txtMessaggio {
        padding: 1%;
        color: #000;
        /*margin: 10px 3px 10px 3px;*/
        border-style: solid;
        border-width: 1px;
        border-color: #808080 #C0C0C0 #C0C0C0 #C0C0C0;
        border-radius: 5px;
        font-size: 15pt;
        height: 300px;
        width: 98%;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Ricerca discussioni per data: "Mostra: + DropDownList" */
    /*----------------------------------------------------------------------------------------------*/

    .ricercaDataDiscussioni {
        font-weight: bold;
        font-size: 12pt;
        /*float: right;*/
        text-align: center;
        color: #000;
        overflow: hidden;
        height: 100%;
        /*display: inline-block;*/
        margin: 10px 0px 30px 0px;
    }

        .ricercaDataDiscussioni select {
            /*height: 50px;
		width: 80px;*/
            padding: 3px;
        }

    .numeroMessaggiPerPagina {
        font-weight: bold;
        font-size: 12pt;
        /*clear: both;*/
        /*float: left;*/
        text-align: center;
        color: #000;
        overflow: hidden;
        height: 100%;
        margin: 10px 0px 30px 0px;
    }

        .numeroMessaggiPerPagina select {
            /*height: 50px;
		width: 80px;*/
            padding: 3px;
        }

    .numeroDiscussioniPerPagina {
        font-weight: bold;
        font-size: 12pt;
        text-align: center;
        color: #000;
        overflow: hidden;
        height: 100%;
        margin: 10px 0px 30px 10px;
    }

        .numeroDiscussioniPerPagina select {
            /*height: 50px;
		width: 80px;*/
            padding: 3px;
        }

    /*----------------------------------------------------------------------------------------------*/
    /* Messaggio di nessun risultato in ricerca */
    /*----------------------------------------------------------------------------------------------*/

    .nessunRisultatoForum {
        background-color: #CCCCCC;
        text-align: center;
        overflow: hidden;
        height: 100%;
        font-size: 16pt;
        font-style: italic;
        font-weight: bold;
        float: left;
        color: #000;
        border-width: 1px;
        border-color: #C0C0C0;
        width: 96.4%;
        padding: 20px 0px 20px 10px;
        margin: 10px 0px 10px 0;
        border-radius: 10px;
    }

    quote {
        display: block;
        margin: 2%;
        padding: 3%;
        border-radius: 5px;
        border: 2px ridge;
        width: 90%;
        background-image: -webkit-linear-gradient(top, #CCC 0%, #AAA 100%);
        background-image: -ms-linear-gradient(top, #CCC 0%, #AAA 100%);
        background-image: -moz-linear-gradient(top, #CCC 0%, #AAA 100%);
        background-image: linear-gradient(to bottom, #CCC 0%, #AAA 100%);
    }


    /* AREA PERSONALE - I MIEI ORDINI */


    #mieiOrdiniFattura {
        float: left;
        /*border: dashed 1px;*/
        border-radius: 10px;
        margin: 2px 0px;
        padding: 0px;
        height: 140px;
        font-style: italic;
        width: 100%;
    }

    #mieiOrdiniSpedizione {
        float: left;
        /*border: dashed 1px;*/
        border-radius: 10px;
        margin: 2px 0px;
        padding: 0px;
        height: 140px;
        font-style: italic;
        width: 100%;
    }

    #mieiOrdiniFatturaTitolo {
        font-weight: bold;
        font-size: 15pt;
        font-style: normal;
    }

    #mieiOrdiniSpedizioneTitolo {
        font-weight: bold;
        font-size: 15pt;
        font-style: normal;
    }

    #mieiOrdiniTotale {
        font-size: 23pt;
        font-weight: bold;
        font-family: Aharoni;
    }

    .totalePrezzo {
        font-weight: bold;
        font-size: 15pt;
        float: left;
        display: inline-block;
        width: 100%;
    }


    /* CAMPI FATTURAZIONE E SPEDIZIONE CARRELLO */

    #trNoteTxtOrdine textarea {
        width: 100%;
        height: 200px;
    }


    .contenuto_tab {
        width: 90% !important;
    }

        .contenuto_tab tr, td, p {
            /*width: 100%;*/
        }

        .contenuto_tab embed {
            width: auto !important;
            height: auto !important;
        }

    /*----------------------------------------------------------------------------------------------*/
    /* Novità */
    /*----------------------------------------------------------------------------------------------*/

    #headerNovita, #h1Novita {
        display: block !important;
        color: #3e454c;
        font-size: 33pt;
        border-radius: 0px;
    }

    #h1Novita {
        border-radius: 0px;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
        padding: 13px 10px 13px 0px !important;
        margin-bottom: 20px;
        text-shadow: 1px 1px 1px #5aae32;
    }

    #contenitoreNovita, #contenitoreOfferte {
        background-color: rgba(255, 255, 255, 1);
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .contenitoreProdottoNovita, .contenitoreProdottoOfferte {
        text-align: center;
        padding-right: 5px;
        padding-left: 5px;
        list-style: none;
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid #aaa;
        margin-bottom: 20px;
    }

        .contenitoreProdottoNovita a, .contenitoreProdottoOfferte a {
            text-decoration: none;
        }

    .fotoNovita, .fotoOfferte {
        border-width: 0px;
        width: 100%;
        text-align: center;
        -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.65, rgba(0,0,0,1)), color-stop(1, rgba(0,0,0,0)));
    }

    .nomeProdottoNovita, .nomeProdottoOfferte {
        display: block;
        font-size: 19pt;
        margin-right: 5px;
        font-style: italic;
    }

    #lblPrezzoProdottoNov, #lblPrezzoProdottoOff {
        /*display: block;*/
        font-size: 15pt;
        text-decoration: line-through;
        text-align: center;
        display: inline-block;
        font-weight: normal;
    }

    #lblScontoProdottoNov, #lblScontoProdottoOff {
        font-weight: normal;
        z-index: 0;
        position: relative;
        margin: -140px 10px 0px 0px;
        float: right;
        color: #fff;
        color: #dce6ef;
        display: inline-block;
        font-size: 28pt;
        font-family: Lateef;
        text-align: center;
        width: 70px;
        height: 70px;
        line-height: 70px;
        border-radius: 100px;
        background-color: #ae4867;
        text-shadow: 1px 1px 1px #000;
        box-shadow: 1px 1px 1px #000;
    }

    #lblprezzoProdottoDefinitivoNov, #lblprezzoProdottoDefinitivoOff {
        display: block;
        color: #69a4d0;
        font-size: 27pt;
        font-family: Lato;
        margin-bottom: 20px;
    }


    /*----------------------------------------------------------------------------------------------*/
    /* Offerte */
    /*----------------------------------------------------------------------------------------------*/

    #headerOfferte, #h1Offerte {
        display: block !important;
        color: #3e454c;
        font-size: 33pt;
        border-radius: 0px;
    }

    #h1Offerte {
        border-radius: 0px;
        width: 100%;
        text-align: center;
        padding: 13px 10px 13px 0px !important;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 20px;
        text-shadow: 1px 1px 1px #db520d;
    }

    .pnlOk {
        z-index: 999;
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
        margin-bottom: 0px !important;
    }

    #lblMessaggiOk {
        display: inline-block;
        margin-left: 60px;
        margin-right: 60px;
    }

    .pnlErrore {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
    }

    #sectionBoxRiepilogoOrdine {
        width: 96%;
        margin-right: 2%;
        margin-left: 2%;
    }

    .strumentiNavigazioneFooter {
        margin-right: 2%;
        margin-left: 2%;
    }

    #lnkTornaShopping {
        margin-left: 0px !important;
    }

    /*#region GOOGLE MAPS*/

    .gm-style .place-card div, .gm-style .place-card a, .gm-style .default-card div, .gm-style .default-card a {
        color: #5B5B5B;
        font-family: Roboto,Arial;
        font-size: 12px;
        -moz-user-select: text;
        -webkit-user-select: text;
        -ms-user-select: text;
        user-select: text;
    }

    .gm-style .place-card, .gm-style .default-card, .gm-style .directions-card {
        cursor: default;
    }

    .gm-style .place-card-large {
        padding: 9px 4px 9px 11px;
    }

    .gm-style .place-card-medium {
        width: auto;
        padding: 9px 11px 9px 11px;
    }

    .gm-style .default-card {
        padding: 5px 14px 5px 14px;
    }

        .gm-style .place-card a:link, .gm-style .default-card a:link, .gm-style .directions-card a:link {
            text-decoration: none;
            color: #3a84df;
        }

        .gm-style .place-card a:visited, .gm-style .default-card a:visited, .gm-style .directions-card a:visited {
            color: #3a84df;
        }

        .gm-style .place-card a:hover, .gm-style .default-card a:hover, .gm-style .directions-card a:hover {
            text-decoration: underline;
        }

    .gm-style .place-desc-large {
        width: 200px;
        display: inline-block;
    }

    .gm-style .place-desc-medium {
        display: inline-block;
    }

    .gm-style .place-card .place-name {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-weight: 500;
        font-size: 14px;
        color: black;
    }

    html[dir="rtl"] .gm-style .place-name {
        padding-right: 5px;
    }

    .gm-style .place-card .address {
        margin-top: 6px;
    }

    .gm-style .tooltip-anchor {
        width: 100%;
        position: relative;
        float: right;
        z-index: 1;
    }

    .gm-style .star-entity .tooltip-anchor, .gm-style .star-entity-medium .tooltip-anchor, .gm-style .navigate .tooltip-anchor {
        width: 50%;
        display: none;
    }

    .gm-style .star-entity:hover .tooltip-anchor, .gm-style .star-entity-medium:hover .tooltip-anchor, .gm-style .navigate:hover .tooltip-anchor {
        display: inline;
    }

    .gm-style .tooltip-anchor > .tooltip-tip-inner, .gm-style .tooltip-anchor > .tooltip-tip-outer {
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        background-color: transparent;
        position: absolute;
        left: -8px;
    }

    .gm-style .tooltip-anchor > .tooltip-tip-outer {
        border-bottom: 8px solid #CBCBCB;
    }

    .gm-style .tooltip-anchor > .tooltip-tip-inner {
        border-bottom: 8px solid white;
        z-index: 1;
        top: 1px;
    }

    .gm-style .tooltip-content {
        position: absolute;
        top: 8px;
        left: -70px;
        line-height: 137%;
        padding: 10px 12px 10px 13px;
        width: 210px;
        margin: 0;
        border: 1px solid #CBCBCB;
        border: 1px solid rgba(0,0,0,0.2);
        border-radius: 2px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.2);
        background-color: white;
    }

    html[dir="rtl"] .gm-style .tooltip-content {
        left: -10px;
    }

    .gm-style .star-entity-medium .tooltip-content {
        width: 110px;
    }

    .gm-style .navigate {
        display: inline-block;
        vertical-align: top;
        height: 43px;
        padding: 0 7px;
    }

    .gm-style .navigate-link {
        display: block;
    }

    .gm-style .place-card .navigate-text, .gm-style .place-card .star-entity-text {
        margin-top: 5px;
        text-align: center;
        color: #3a84df;
        font-size: 12px;
        max-width: 55px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .gm-style .place-card .hidden {
        margin: 0;
        padding: 0;
        height: 0;
        overflow: hidden;
    }

    .gm-style .navigate-icon {
        width: 22px;
        height: 22px;
        overflow: hidden;
        margin: 0 auto;
    }

    .gm-style .navigate-icon {
        border: 0;
    }

    .gm-style .navigate-separator {
        display: inline-block;
        width: 1px;
        height: 43px;
        vertical-align: top;
        background: -webkit-linear-gradient(top,#fbfbfb,#e2e2e2,#fbfbfb);
        background: -moz-linear-gradient(top,#fbfbfb,#e2e2e2,#fbfbfb);
        background: -ms-linear-gradient(top,#fbfbfb,#e2e2e2,#fbfbfb);
        background: -linear-gradient(top,#fbfbfb,#e2e2e2,#fbfbfb);
    }

    .gm-style .star-entity {
        display: inline-block;
        vertical-align: top;
        height: 43px;
        padding: 0 7px;
    }

        .gm-style .star-entity .star-button {
            cursor: pointer;
        }

    .gm-style .star-entity-medium {
        display: inline-block;
        vertical-align: top;
        width: 17px;
        height: 17px;
        margin-top: 1px;
    }

    .gm-style .star-entity:hover .star-entity-text {
        text-decoration: underline;
    }

    .gm-style .star-entity-icon-large {
        width: 22px;
        height: 22px;
        overflow: hidden;
        margin: 0 auto;
    }

    .gm-style .star-entity-icon-medium {
        width: 17px;
        height: 17px;
        top: 0px;
        overflow: hidden;
        margin: 0 auto;
    }

    .gm-style .can-star-large {
        position: relative;
        cursor: pointer;
        width: 22px;
        height: 22px;
        overflow: hidden;
        margin: 0 auto;
    }

    .gm-style .logged-out-star, .logged-out-star:hover {
        position: relative;
        cursor: pointer;
        width: 22px;
        height: 22px;
        overflow: hidden;
        margin: 0 auto;
    }

    .gm-style .is-starred-large {
        position: relative;
        cursor: pointer;
        width: 22px;
        height: 22px;
        overflow: hidden;
        margin: 0 auto;
    }

    .gm-style .can-star-medium {
        position: relative;
        height: 17px;
        top: -2px;
        cursor: pointer;
    }

    .gm-style .is-starred-medium {
        position: relative;
        height: 17px;
        top: -2px;
        cursor: pointer;
    }

    .gm-style .review-box {
        padding-top: 5px;
    }

    .gm-style .place-card .review-box-link {
        padding-left: 8px;
    }

    .gm-style .place-card .review-number {
        display: inline-block;
        color: #e7711b;
        font-weight: 500;
        font-size: 14px;
    }

    .gm-style .rating-star {
        display: inline-block;
        width: 11px;
        height: 11px;
        overflow: hidden;
    }

    .gm-style .directions-card {
        color: #5B5B5B;
        font-family: Roboto,Arial;
        background-color: white;
        -moz-user-select: text;
        -webkit-user-select: text;
        -ms-user-select: text;
        user-select: text;
    }

    .gm-style .directions-card-medium-large {
        height: 61px;
        padding: 10px 11px;
    }

    .gm-style .directions-info {
        padding-left: 25px;
    }

    .gm-style .directions-waypoint {
        height: 20px;
    }

    .gm-style .directions-address {
        font-weight: 400;
        font-size: 13px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: black;
    }

    .gm-style .directions-icon {
        float: left;
        vertical-align: top;
        position: relative;
        top: -1px;
        height: 50px;
        width: 20px;
    }

        .gm-style .directions-icon div {
            width: 15px;
            height: 45px;
            overflow: hidden;
        }

    .gm-style .directions-separator {
        position: relative;
        height: 1px;
        margin-top: 3px;
        margin-bottom: 4px;
        background-color: #ccc;
    }

    .gm-style .maps-links-box-exp {
        padding-top: 5px;
    }

    .gm-style .time-to-location-info-exp {
        padding-right: 10px;
        border-right: 1px solid #ccc;
        margin-right: 10px;
        display: inline-block;
    }

    .gm-style .google-maps-link-exp {
        display: inline-block;
        vertical-align: middle;
    }

    .gm-style .time-to-location-text-exp {
        vertical-align: middle;
    }

    .gm-style .place-card-large .only-visible-to-you-exp {
        padding-top: 5px;
        color: #ccc;
        display: inline-block;
    }

    .gm-style .place-card-large .time-to-location-privacy-exp .learn-more-exp {
        color: #ccc;
        text-decoration: underline;
    }

    .gm-style .navigate-icon {
        background-position: 0px 0px;
    }

    .gm-style .navigate:hover .navigate-icon {
        background-position: 48px 0px;
    }

    .gm-style .can-star-large {
        background-position: 70px 187px;
    }

    .gm-style .star-button:hover .can-star-large {
        background-position: 48px 187px;
    }

    .gm-style .logged-out-star {
        background-position: 96px 187px;
    }

    .gm-style .star-button:hover .logged-out-star {
        background-position: 96px 187px;
    }

    .gm-style .is-starred-large {
        background-position: 0px 166px;
    }

    .gm-style .rating-full-star {
        background-position: 48px 165px;
    }

    .gm-style .rating-half-star {
        background-position: 35px 165px;
    }

    html[dir="rtl"] .gm-style .rating-half-star {
        background-position: 10px 165px;
    }

    .gm-style .rating-empty-star {
        background-position: 23px 165px;
    }

    .gm-style .directions-icon {
        background-position: 0px 144px;
    }

    .gm-style .hovercard-personal-icon-home {
        background-position: 96px 102px;
    }

    .gm-style .hovercard-personal-icon-work {
        background-position: 96px 79px;
    }

    .gm-style .can-star-medium {
        background-position: 0px 36px;
    }

        .gm-style .can-star-medium:hover {
            background-position: -17px 36px;
        }

    .gm-style .logged-out-star-medium {
        background-position: 36px 36px;
    }

    .gm-style .star-button:hover .logged-out-star-medium {
        background-position: 36px 36px;
    }

    .gm-style .is-starred-medium {
        background-position: 0px 19px;
    }

    .gm-style .info {
        height: 30px;
        width: 30px;
        background-position: 19px 36px;
    }

    .saved-from-source-link {
        margin-top: 5px;
        max-width: 331px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }


    .gm-style .icon {
        background-image: url(https://maps.gstatic.com/mapfiles/embed/images/entity11.png);
        background-size: 70px 210px;
    }

    .embed-cn .gm-style .icon {
        background-image: url(http://maps.gstatic.cn/mapfiles/embed/images/entity11.png);
    }

    @media (-webkit-min-device-pixel-ratio:1.2),(min-resolution:1.2dppx),(min-resolution:116dpi) {
        .gm-style .icon {
            background-image: url(https://maps.gstatic.com/mapfiles/embed/images/entity11_hdpi.png);
            background-size: 70px 210px;
        }

        .embed-cn .gm-style .icon {
            background-image: url(http://maps.gstatic.cn/mapfiles/embed/images/entity11_hdpi.png);
        }
    }

    .gm-style .experiment-icon {
        background-image: url(https://maps.gstatic.com/mapfiles/embed/images/exp2.png);
        background-size: 109px 276px;
    }

    @media (-webkit-min-device-pixel-ratio:1.2),(min-resolution:1.2dppx),(min-resolution:116dpi) {
        .gm-style .experiment-icon {
            background-image: url(https://maps.gstatic.com/mapfiles/embed/images/exp2_hdpi.png);
            background-size: 109px 276px;
        }
    }

    div.login-control {
        font-family: Roboto,Arial;
        font-size: 11px;
        color: white;
        margin-top: 10px;
        margin-right: 10px;
        font-weight: 500;
        box-shadow: rgba(0,0,0,0.298039) 0px 1px 4px -1px;
    }

    div.login {
        border-radius: 2px;
        background-color: #5f84f2;
        padding: 4px 8px;
        cursor: pointer;
    }

    .gm-style .login-control .tooltip-anchor {
        color: #5B5B5B;
        display: none;
        font-family: Roboto,Arial;
        font-size: 12px;
        font-weight: normal;
        -moz-user-select: text;
        -webkit-user-select: text;
        -ms-user-select: text;
        user-select: text;
        width: 50%;
    }

    .gm-style .login-control:hover .tooltip-anchor {
        display: inline;
    }

    .gm-style .login-control .tooltip-content {
        background-color: white;
        font-weight: normal;
        left: -150px;
        width: 150px;
    }

    html[dir="rtl"] .gm-style .login-control .tooltip-content {
        right: -20px;
    }

    div.login a:link {
        text-decoration: none;
        color: inherit;
    }

    div.login a:visited {
        color: inherit;
    }

    div.login a:hover {
        text-decoration: underline;
    }

    div.email-account-learn {
        float: left;
    }

    div.email {
        font-weight: 500;
        font-size: 12px;
        padding: 6px;
    }

    div.profile-photo {
        border-radius: 2px;
        width: 28px;
        height: 28px;
        overflow: hidden;
    }

    div.profile-photo-light {
        background-color: white;
    }

        div.profile-photo-light div {
            color: black;
        }

    div.profile-photo-dark {
        background-color: black;
    }

        div.profile-photo-dark:hover {
            background-color: white;
            color: black;
        }

    div.profile-photo:hover {
        width: auto;
    }

    div.profile-email:hover {
        height: 52px;
    }

    a.profile-photo-link-float {
        float: left;
    }

    div.profile-photo a {
        margin-right: 8px;
        margin-left: 8px;
        margin-top: 6px;
        height: 24px;
        overflow: hidden;
    }

    div.profile-photo a {
        text-decoration: none;
        color: #3a84df;
    }

        div.profile-photo a:hover {
            text-decoration: underline;
        }

    div.profile-photo img {
        float: right;
        padding-top: 2px;
        padding-right: 2px;
        padding-left: 2px;
        width: 24px;
    }

    .gm-style .g-logo {
        background-position: -21px -138px;
        display: inline-block;
        height: 12px;
        padding-right: 6px;
        vertical-align: middle;
        width: 8px;
    }

    /*#endregion*/
    
    #back-to-top {
        font-size: 0px;
        letter-spacing: 0px;
        border-radius: 3px;
    }

        #back-to-top:after {
            padding: 0px;
        }

  
}
