﻿/*----------------------------------------------------------------------------------------------*/
/* D E L T A I N F O R M A T I C */
/*----------------------------------------------------------------------------------------------*/
/* NETBOOK, PC DESKTOP - Responsive Web Design */
/*----------------------------------------------------------------------------------------------*/

/*#region KEYFRAMES ANIMAZIONI */

@-webkit-keyframes rotazione {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rotazione {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotazioneAnti {
    from {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    to {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes zoom_in {

    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0;
        visibility: hidden;
    }

    50% {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }

    100% {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }
}

@keyframes zoom_in {

    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0;
        visibility: hidden;
    }

    50% {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }

    100% {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale3d(0.94, 0.94, 0.94);
        transform: scale3d(0.94, 0.94, 0.94);
        opacity: 0.9;
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale3d(0.94, 0.94, 0.94);
        -ms-transform: scale3d(0.94, 0.94, 0.94);
        transform: scale3d(0.94, 0.94, 0.94);
        opacity: 0.9;
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }
}

/*#endregion */

@media only screen and (min-width: 1280px) {

    #logoMob {
        display: none;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Regole Generiche */
    /*----------------------------------------------------------------------------------------------*/

    html {
        background-color: #fff;
    }

    body {
        font-size: 12pt;
        background-color: #fff;
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Box generico */
    /*----------------------------------------------------------------------------------------------*/
    .contenitoreBox {
        margin-left: auto;
        margin-right: auto;
    }

    .headerBox {
        background-color: #69a4d0;
        display: none;
    }

    .corpoBox {
        padding: 10px;
        overflow: hidden;
    }

    .footerBox {
    }

    .h1Box {
    }

    .h2Box {
        font-size: 14pt;
        /*color: #fff;*/
        padding: 0px;
        margin: 0px;
    }

    .h3Box {
        font-size: 14pt;
        padding: 0px;
        margin: 0px;
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Form */
    /*----------------------------------------------------------------------------------------------*/
    .ulCoppia {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

    .liCoppia {
        text-decoration: none;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .chiave {
        float: left;
    }

    .valore {
        float: right;
        font-weight: bold;
    }

	


    /*----------------------------------------------------------------------------------------------*/
    input.text {
        padding: 5px;
        border-style: solid;
        border-width: 1px;
        border-color: #808080 #C0C0C0 #C0C0C0 #C0C0C0;
        font-size: 12pt;
        font-style: italic;
        color: #808080;
        border-radius: 5px;
        -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;
            /*border: 1px solid #69a4d0;*/
        }
    /*----------------------------------------------------------------------------------------------*/
    textarea.text {
        padding: 5px;
        border-style: solid;
        border-width: 1px;
        border-color: #808080 #C0C0C0 #C0C0C0 #C0C0C0;
        color: #808080;
        border-radius: 5px;
        font-size: 12pt;
        font-family: Fira Sans;
        font-weight: 400;
        font-family: -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;
            /*border: 1px solid #20a962;*/
        }
    /*----------------------------------------------------------------------------------------------*/
    select {
        padding: 4px;
        border-style: solid;
        border-width: 1px;
        border-color: #808080 #C0C0C0 #C0C0C0 #C0C0C0;
        font-size: 10pt;
        font-style: italic;
        color: #808080;
        border-radius: 5px;
        -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;
    }

        select:focus {
            outline: 0px;
            box-shadow: 0px 0px 5px #1a5dcf;
            /*border: 1px solid #20a962;*/
        }
    /*----------------------------------------------------------------------------------------------*/
    /* Bottoni */
    /*----------------------------------------------------------------------------------------------*/
    input.btnAggiungiCarrello {
        padding: 7px 13px;
        background-color: #3e9c11;
        border: 0px;
        cursor: pointer;
        color: #FFFFFF;
        display: inline-block;
        text-decoration: none;
        font-family: Calibri;
        font-size: 19px;
        font-family: Lato;
        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;
    }

        input.btnAggiungiCarrello:hover {
            background-color: #003867;
        }
    /*----------------------------------------------------------------------------------------------*/
    input.btnGenerico {
    }

        input.btnGenerico:hover {
        }
    /*----------------------------------------------------------------------------------------------*/
    input.btnProcedi {
    }

        input.btnProcedi:hover {
        }
    /*----------------------------------------------------------------------------------------------*/
    input.btnAnnulla {
        padding: 5px 10px 5px 10px;
    }

        input.btnAnnulla:hover {
        }
    /*----------------------------------------------------------------------------------------------*/
    /* Link */
    /*----------------------------------------------------------------------------------------------*/
    a.lnkGenerico {
        padding: 5px 10px 5px 10px;
    }

        a.lnkGenerico:hover {
        }
    /*----------------------------------------------------------------------------------------------*/
    a.lnkProcedi {
        padding: 5px 10px 5px 10px;
    }

        a.lnkProcedi:hover {
        }
    /*----------------------------------------------------------------------------------------------*/

    /*----------------------------------------------------------------------------------------------*/
    /* Messaggio validazione */
    /*----------------------------------------------------------------------------------------------*/
    .cssValidate {
        background-position: left center;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #990000;
        background-image: url('Images/attenzione.png');
        background-repeat: no-repeat;
        padding-left: 20px;
        font-size: 8pt;
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Struttura sito web */
    /*----------------------------------------------------------------------------------------------*/
    #contenitore {
        margin-right: auto;
        margin-left: auto;
        overflow: hidden;
        background-color: #e0e0e0;
    }

    #testata {
        height: 100px;
        background-color: #f5f5f5;
        background-color: #fff;
        overflow: hidden;
        -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);
        z-index: 99;
        position: relative;
    }

    #contenutiHeader {
        max-width: 1280px;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        padding: 0px !important;
    }

    #seoDescription {
        height: 20px;
        line-height: 33px;
        text-align: left;
        position: relative;
        z-index: 999;
        width: 770px;
    }

        #seoDescription h1 {
            font-size: 10px;
            font-weight: normal;
            margin: 0px 0px 0px 30px;
            padding: 0px;
            color: rgba(255, 255, 255, 0.35);
        }

    #corpo {
        /*padding-bottom: 10px;*/
        /*margin-bottom: -53px;*/
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        clear: both;
        /*background-color: rgba(255, 255, 255, 1) !important;*/
        /*background-color: #e0e0e0 !important;*/
        background-color: #fff !important;
        /*position: relative;
        z-index: -1;*/
    }

    #bottomCorpo {
        clear: both;
        width: 100%;
    }

    body.unaColonna #corpo {
        /*background-color: rgba(255, 255, 255, 1);*/
        border-radius: 0px;
    }

    body.dueColonne #corpo {
        /*background-color: rgba(255, 255, 255, 1) !important;*/
        width: 1280px;
    }

    #sinistra {
        padding: 0px;
        width: 25%;
        float: left;
        overflow: hidden;
    }

    #scroll_left {
        clear: both;
        width: 990px;
        line-height: 30px;
    }

    #centro1colonna {
        font-size: 19px;
        /*width: 1280px;*/
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        /*margin-top: 20px;*/
        /*margin-bottom: 20px;*/
        /*text-align: center;*/
    }

    #centro2colonne {
        width: 70%;
        overflow: hidden;
        float: right;
    }

    #centro3colonne {
        width: 530px;
        overflow: hidden;
        margin-right: 10px;
        float: left;
    }

    #raggruppamento {
        float: right;
        overflow: hidden;
        width: 760px;
        margin-right: 128px;
    }

    #destra {
        width: 220px;
        float: right;
        display: block;
        overflow: hidden;
    }

    #bannerGrandeHome {
    }

    #bannerPiccoloHome {
        width: 530px;
    }

    #logo {
        /*margin: 12px 0px 0px 0px;*/
        margin: 0px 0px 0px 0px;
        float: left;
        display: inline-block;
        text-align: center;
        position: relative;
        z-index: 999;
    }

        #logo img {
            /*height: 80px;
            width: auto;*/
            height: auto;
            width: 400px;
        }

    .contenitoreBandiere {
        float: left;
        margin-right: 15px;
        overflow: hidden;
    }

    #contenitoreSceltaLingua {
        float: right;
        display: block;
        /*position: absolute;
        margin: -16px 0px 0px 1214px;
        clear: both;*/
    }

        #contenitoreSceltaLingua select {
            padding: 5px 5px !important;
            border-radius: 0px;
            font-size: 13pt;
        }

    #contenitoreCerca {
        /*display: block;
        margin: 45px 0px 0px 1000px;
        height: 100px;*/
        display: block;
        float: right;
        margin: 57px 0px 0px 0px;
        border: 1px solid rgba(19, 108, 174, 0.32);
        padding: 2px;
        position: relative;
        z-index: 999;
        overflow: hidden;
        border-radius: 0px;
        /*background: #ededed;*/
        display: none;
    }

    .inputCerca {
        font-family: inherit;
        float: left;
        padding: 5px;
        margin: 0px 5px 0px 0px;
        border-width: 0px;
        /*border: 1px solid #69a4d0;*/
        height: 23px;
        width: 150px;
        font-size: 10pt;
        text-align: center;
        /*background: -moz-linear-gradient(bottom, #ffffff 0%, #ededed 100%);
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#ffffff), color-stop(100%,#ededed));
        background: -webkit-linear-gradient(bottom, #ffffff 0%,#ededed 100%);
        background: -o-linear-gradient(bottom, #ffffff 0%,#ededed 100%);
        background: -ms-linear-gradient(bottom, #ffffff 0%,#ededed 100%);
        background: linear-gradient(to top, #ffffff 0%,#ededed 100%);*/
        /*background: #ededed;*/
        font-style: italic;
        -moz-transition: all 2s ease 0s;
        -webkit-transition: all 2s ease 0s;
        transition: all 2s ease 0s;
        color: #666666;
    }

        .inputCerca:focus {
            background-color: #fff !important;
            border-style: solid !important;
            border-width: 0px !important;
            border-color: #e0e0e0 !important;
            box-shadow: none !important;
            outline: none;
        }

    .btnCerca {
        background-color: #fff; /*#69a4d0*/
        border-radius: 100%;
        width: 35px;
        height: 35px;
        border-width: 0px;
        background-image: url('Images/lente1.png');
        background-repeat: no-repeat;
        background-position: center;
        margin-top: 0px;
        padding: 0px;
        float: left;
        /*border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;*/
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

        .btnCerca:hover {
            /*border-bottom-right-radius: 10px;
            border-top-right-radius: 10px;*/
            background-image: url('Images/lente2.png');
        }

    #contenitoreBoxCarrello {
        margin: 90px 0px 0px 368px;
        display: inline-block;
        text-align: right;
        background-image: url('Images/Cart Shop.png');
        background-repeat: no-repeat;
        height: 100px;
        width: 100px;
        -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;
        text-transform: uppercase;
        perspective: 300px;
    }

        #contenitoreBoxCarrello:hover {
            background-image: url('Images/Cart Shop 2.png');
        }


    #lbltotaleCarrello {
        /*transform: rotateY( -35deg ) rotateX(-19deg) rotateZ(18deg);
        margin: 29px 60px 0px -2px;*/
        display: inline-block;
        font-size: 16pt;
        /*-webkit-transition: all 0.4s cubic-bezier(.69,.25,.73,.36);
        -moz-transition: all 0.4s cubic-bezier(.69,.25,.73,.36);
        -ms-transition: all 0.4s cubic-bezier(.69,.25,.73,.36);
        -o-transition: all 0.4s cubic-bezier(.69,.25,.73,.36);
        transition: all 0.4s cubic-bezier(.69,.25,.73,.36);*/
        /*background-color: transparent !important;*/
        /*width: 50px;
        height: 50px;
        margin: 13px 35px 0px 0px;*/
        text-align: center;
        color: #fff;
        text-shadow: 1px 1px 1px #000;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 500px;
        margin: 10px 45px 0px 0px;
        /*background-color: rgba(217, 29, 40, 0.53);
        box-shadow: 1px 1px 1px #000;*/
    }

    #updMiniCarrello {
        padding: 5px;
        visibility: hidden;
        opacity: 0;
        width: 200px;
        height: auto;
        background-color: #fff;
        z-index: 4;
        position: absolute;
        clear: both;
        margin: -20px 0px 0px 690px;
        transition: all 0.5s ease;
        border: 3px #69a4d0 solid;
        font-family: Georgia;
    }

        #updMiniCarrello .btnVaiAlCarrello {
            font-family: Lato;
            float: left;
            text-align: center;
            font-size: 13pt;
            margin-top: 10px;
            border-radius: 0px;
            border-color: transparent;
            text-transform: uppercase;
            padding: 2px 28px;
            background: #69a4d0;
            -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;
            color: #fff;
        }

            #updMiniCarrello .btnVaiAlCarrello:hover {
                text-decoration: none;
                color: #FFFFFF;
                border-radius: 10px;
                background: #178f3b;
            }

        #updMiniCarrellon:before, #updMiniCarrello:after {
            content: " ";
            position: absolute;
            border-left: 11px solid transparent;
            border-right: 11px solid transparent;
        }

        #updMiniCarrello:after {
            top: 0;
            margin-top: -12px;
            margin-left: 24px;
            border-bottom: 12px #69a4d0 solid;
        }

    .prodMiniCarrello {
        margin: 0px 10px;
        min-height: 60px;
        padding: 10px;
        border-bottom: 1px #171719 solid;
    }

    .imgProdMiniCarrello {
        width: auto !important;
        max-height: 50px;
        float: left;
        display: inline-block;
        clear: both;
        overflow: hidden;
    }

    .nomeProdMiniCarrello {
        position: absolute;
        margin-left: 5px;
        margin-right: 10px;
        overflow: hidden;
        float: right;
        display: inline-block;
        font-size: 11px;
    }

    .nomeVarProdMiniCarrello {
        position: relative;
        top: 20px;
        margin-top: 10px;
        margin-left: 5px;
        overflow: hidden;
        float: left;
        display: inline-block;
        font-size: 11px;
    }

    .valoreVarProdMiniCarrello {
        position: relative;
        top: 0px;
        margin-top: 10px;
        margin-left: 5px;
        margin-right: 10px;
        overflow: hidden;
        float: left;
        display: inline-block;
        font-size: 11px;
    }

    .numQtaProdMiniCarrello {
        float: left;
        font-size: 11px;
        display: inline-block;
        margin-left: 2px;
        margin-top: 2px;
    }

    .qtaProdMiniCarrello {
        margin-top: 2px;
        font-size: 11px;
        float: left;
        display: inline-block;
        clear: both;
    }

    .prezzoProdMiniCarrello {
        font-size: 11px;
        float: right;
        display: inline-block;
    }

    .totaleMiniCarrello {
        float: left;
        margin: 10px 0px 10px 10px;
    }

    .totalePrezzoMiniCarrello {
        font-weight: bold;
        float: right;
        margin: 10px 10px 10px 0px;
    }

    #contenitoreBoxCarrello:hover + #updMiniCarrello {
        visibility: visible;
        opacity: 1;
        transition: all 1s ease;
    }

    #updMiniCarrello:hover {
        visibility: visible;
        opacity: 1;
        transition: all 1s ease;
    }

    #lblVaiCarrello {
        display: none;
    }

    #banner {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        /*overflow: hidden;*/
        /*text-align: right;*/
        background-color: rgba(26, 93, 207, 0.9);
        color: #fff;
        height: 23px;
        font-family: inherit;
        font-size: 9pt;
        padding-top: 7px;
    }

    #divCertificazione {
        width: 1280px;
        margin-right: auto;
        margin-left: auto;
        position: relative;
        /*position: absolute;*/
        /*top: 43px;*/
        /*left: 0px;*/
        color: #6d7175;
        /*font-style: italic;*/
        font-family: Roboto;
        font-weight: 300;
        font-size: 18px;
        text-align: right;
        /*top: 51px;*/
        top: 41px;
    }

    /*#___partnersbadge_0 {
        width: 160px !important;
        height: 82px !important;
    }*/

    /*#divCertificazione span {
            position: relative;
            top: 3px;
            margin-right: 8px;
        }

        #divCertificazione img {
            height: 53px;
            margin-right: 30px;
        }*/

    #banner #infoSite {
        width: 1280px;
        margin-right: auto;
        margin-left: auto;
        position: relative;
    }

    #banner #topPhone:before {
        content: "\F095";
        font-size: 20px;
        font-family: fontAwesome;
        display: inline-block;
        /*position: absolute;
            top: 6px;*/
        /*color: #1a5dcf;*/
        position: relative;
        right: 5px;
        top: 2px;
    }

    #banner .ferie {
        margin-left: 20px;
        font-size: 15px;
        line-height: 19px;
        letter-spacing: 0.3px;
        vertical-align: top;
        position: relative;
    }

    #banner #topPhone strong {
        font-weight: 300;
        letter-spacing: -0.25px;
    }

    #banner .contatti {
        position: absolute;
        right: 90px;
        top: -4px;
    }

        #banner .contatti div {
            display: inline-block;
            margin-right: 10px;
            vertical-align: top;
        }

        #banner .contatti a {
            color: #fff;
            font-size: 15px;
            letter-spacing: 0.3px;
        }

    #banner #topWhap:before {
        background: #25d366;
        text-align: center;
        display: inline-block;
        padding: 2px 0px;
        font-size: 0px;
        margin-right: 5px;
        color: #fff;
        width: 18px;
        border-radius: 100%;
        font-style: normal;
        font-size: 22px;
        line-height: 14px;
        text-align: center;
        content: "\f232";
        font-family: FontAwesome;
        position: relative;
        top: 2px;
    }

    #banner #topMail:before {
        content: "\f0e0"; /*f003*/
        font-size: 15px;
        font-family: fontAwesome;
        display: inline-block;
        position: relative;
        right: 7px;
        top: 1px;
    }

    #banner .social {
        position: absolute;
        top: -4.5px;
        right: 30px;
        margin-top: 0px;
        padding: 0px;
        border-radius: 147px;
        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;
    }

        /*#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;
        -webkit-text-stroke: 0.05px;
        transform: translate(0, 0);
        /*background-color: #E11A1D;*/
        width: 23px;
        height: 23px;
        line-height: 30px;
        border-radius: 147px;
        -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;
        /*box-shadow: 0px 0px 3px #fff;*/
    }

        #banner .socialButton:hover {
            opacity: 1 !important;
            /*background-color: #E11A1D;*/
            box-shadow: 0px 0px 5px 1px #fff;
        }

    #banner .google:before {
        position: relative;
        top: -1px;
        margin-left: 5.5px;
        color: #fff;
        content: "\f0d5";
        font: normal normal normal 15px/1 FontAwesome;
    }

    #banner .twitter:before {
        margin-left: 5px;
        color: #fff;
        content: "\f099";
        font: normal normal normal 16px/1 FontAwesome;
    }

    #banner .linkedin {
        /*display: none;*/
        background-color: #0077b5;
    }

    #banner .facebook:before {
        /*margin-left: 29%;*/
        margin-left: 6.5px;
        top: -2px;
        position: relative;
        color: #fff;
        content: "\f09a";
        font: normal normal normal 15px/1 FontAwesome;
    }

    #banner .linkedin:before {
        margin-left: 5px;
        position: relative;
        top: -2px;
        color: #fff;
        content: "\f0e1";
        font: normal normal normal 16px/1 FontAwesome;
    }

    #banner .youtube:before {
        font-size: 17px !important;
        margin-left: 6.5px;
        color: #fff;
        content: "\f167";
        -webkit-text-stroke: 0.01px;
        font: normal normal normal 15px/1 FontAwesome;
    }

    #banner .facebook {
        background-color: #3b5998;
    }

    #banner .twitter {
        background-color: #00aced;
    }

    #banner .google {
        background-color: #d73d32;
    }

    #banner .youtube {
        background-color: #cc181e;
    }

    #contenitoreMetodiPagamento {
        overflow: hidden;
        width: 100%;
    }

    #footer {
        font-family: inherit;
        width: 100%;
        clear: both;
        overflow: hidden;
        /*margin-top: 40px;*/
        color: #fff;
        background-color: #11274d;
        box-shadow: inset 0 7px 15px -7px rgba(0,0,0,0.7);
        font-size: 17px;
        font-weight: 200;
        letter-spacing: 1px;
        /*line-height: 45px;*/
        color: #dadde4;
        padding: 50px 0;
    }

    #footerCredits {
        display: none;
    }

    #contenutiFooter {
        width: 1280px;
        padding-top: 20px;
        /*padding-bottom: 20px;*/
        margin-left: auto;
        margin-right: auto;
    }

    #seoFooter {
        margin-bottom: 10px;
        line-height: 12px;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.5);
    }

        #seoFooter p {
            margin: 0px;
            text-align: center;
            /*font-style: italic;*/
        }

    #footerSitoWebLingua {
        overflow: hidden;
    }

    #footerSito {
        margin-top: 14px;
		text-align:center;
    }

        #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;
            }

    #testoHomeSotto {
        width: 100%;
        clear: both;
    }

    #strumentiMobile {
        display: none;
    }
    /*--------------------------------------------av--------------------------------------------------*/
    /* Strumenti Cliente */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreNavigazioneStrumenti {
        text-transform: uppercase;
        display: none;
        float: right;
        text-align: right;
        font-size: 12pt;
        padding-bottom: 22px;
        margin: 40px 0px 0px 0px;
        height: 25px;
        width: 420px;
    }

        #contenitoreNavigazioneStrumenti a#lbtLogout {
            border-width: 0px;
            color: #003867;
        }

        #contenitoreNavigazioneStrumenti a:link, #contenitoreNavigazioneStrumenti a:visited {
            /*border-left-style: solid;
            border-left-width: 1px;
            border-left-color: #69a4d0;*/
            color: #003867;
            padding-right: 0px;
            padding-left: 5px;
            -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;
        }

        #contenitoreNavigazioneStrumenti a:hover, #contenitoreNavigazioneStrumenti #lbtLogout:hover {
            color: #69a4d0;
        }

    /*----------------------------------------------------------------------------------------------*/
    /* Navigazione Pagine Top */
    /*----------------------------------------------------------------------------------------------*/

    #contenitoreBtnMenuMobile {
        display: none;
    }

    #lblToogleMenu {
        display: none;
    }
    #navPagineTop{ display:none !important}
    #navPagineTop {
        /*width: 100%;*/
        width: 1230px;
        /* background: #69a4d0; */
        /* overflow: hidden; */
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        height: 0px;
        /*float: right;*/
    }

        #navPagineTop ul {
            /*text-align: right;*/
            position: relative;
            z-index: 998;
            /*top: -52px;*/
            /*padding-left: 360px;*/
            /*margin-left: auto;
            margin-right: auto;*/
            /*margin-left: 35%;
            right: 0px;*/
            margin-top: 0px !important;
            margin-bottom: 0px !important;
            width: 700px;
            float: right;
            padding: 0px;
            height: 0px;
            /*right: 130px;*/
            right: 180px;
            top: -70px;
        }

        #navPagineTop li {
            /*padding: 10px 0px 0px 0px;*/
            margin: 0px -4.5px 0px 0px;
            display: inline-block;
            text-align: center;
            /*height: 50px;*/
            /*padding: 17px;*/
            -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;
        }

        #navPagineTop a {
            color: #000;
            /*font: 100 18px 'Roboto', sans-serif;*/
            text-transform: uppercase;
            font-family: inherit;
            font-size: 15pt;
            word-spacing: -0.5px;
            font-weight: 100;
            text-decoration: none !important;
            display: inline-block;
            /*padding: 21px 16px 19px 17px;*/
            cursor: pointer !important;
            -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;
            outline: none;
            /*border: 5px #fff solid;*/
            /*margin: 0px 1px 0px 0px;*/
            /*padding: 1px 15px 10px 15px;*/
            padding: 1px 10px 10px 10px;
            border-top: 1px solid rgba(255, 255, 255, 0.00);
            font-size: 18px;
        }

            #navPagineTop a:hover {
                border-top: 1px solid #003867;
                /*color: #fff;*/
                /*text-shadow: 0px 0px 40px #fff;*/
                /*background: #000;*/
                /*border: 1px #69a4d0 solid;*/
                /*outline: 1px #003867 solid;*/
                /*border: 5px #1a5dcf solid;*/
                /*border-bottom: 5px #69a4d0 solid;*/
            }

            #navPagineTop a.selezionato {
                color: #1a5dcf;
                /*text-shadow: 0px 0px 1px #000;*/
                /*text-shadow: 0px 0px 40px #000;*/
                /*background: #fff;*/
                /*border: 1px #69a4d0 solid;*/
                /*border-bottom: 5px #69a4d0 solid;*/
                /*outline: 5px #69a4d0 solid;*/
            }

        #navPagineTop header {
            display: none;
        }

    /*----------------------------------------------------------------------------------------------*/
    /* Navigazione Pagine lato */
    /*----------------------------------------------------------------------------------------------*/
    #contenitorePagineLato {
        margin-bottom: 20px;
    }

        #contenitorePagineLato ul {
            font-size: 10pt;
            margin: 0px;
            padding: 0px 0px 0px 10px;
        }

        #contenitorePagineLato li {
            display: inline;
            margin: 0px;
            padding: 0px 0px 10px 0px;
        }

        #contenitorePagineLato 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;
        }

            #contenitorePagineLato a:hover {
                margin: 0px 0px 0px -10px;
                padding: 5px 0px 5px 10px;
                color: #cc0000;
            }

            #contenitorePagineLato a.selezionato {
                color: #cc0000;
                font-weight: bold;
            }
    /*----------------------------------------------------------------------------------------------*/
    /* Navigazione Pagine Sotto */
    /*----------------------------------------------------------------------------------------------*/
    #navPagineSotto {
        /*font-family: Georgia;       
        font-style: italic;*/
        font-size: 15pt;
        font-family: inherit;
        text-transform: uppercase;
        /*font-style: italic;*/
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        text-align: center;
        position: relative;
        z-index: 3;
    }

        #navPagineSotto ul {
            margin: 0px;
            padding: 0px;
            display: inline-block;
        }

        #navPagineSotto li {
            float: left;
            margin: 0px;
            padding: 15px 20px 15px 0px;
        }

        #navPagineSotto a {
            font-weight: 200;
            color: #83a8ff;
            font-family: Martel Sans;
            text-decoration: none;
            font-size: 23px;
            -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;
            /*font-weight: 300;*/
            /*text-shadow: 0px 0px 30px #fff;*/
        }

            #navPagineSotto a:hover {
                color: #c1cfef;
            }

            #navPagineSotto a.selezionato {
                color: #87c3ef;
            }

    /*----------------------------------------------------------------------------------------------*/
    /* Navigazione Box Sottosezioni TOP */
    /*----------------------------------------------------------------------------------------------*/
    #headerSottosezioniTop {
        display: none;
    }

    #sectionSottosezioniTop {
        margin: 0px;
        padding: 0px;
    }

    #navSottosezioniTop {
        font-size: 10pt;
        overflow: hidden;
        clear: both;
        width: 100%;
        background-color: #CCCCCC;
        padding-left: 150px;
        padding-right: 128px;
        height: 50px;
    }

        #navSottosezioniTop ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        #navSottosezioniTop li {
            float: left;
            height: 45px;
            line-height: 45px;
        }

        #navSottosezioniTop a {
            color: #333333;
            display: block;
            font-weight: bold;
            text-decoration: none;
            text-align: center;
            padding-left: 15px;
            padding-right: 15px;
        }

            #navSottosezioniTop a:hover {
                border-bottom: 5px;
                border-bottom-color: #CC3300;
                border-bottom-style: solid;
            }

            #navSottosezioniTop a.selezionato {
                border-bottom: 5px;
                border-bottom-color: #333333;
                border-bottom-style: solid;
            }

    /*----------------------------------------------------------------------------------------------*/
    /* Navigazione Box Sottosezioni Lato */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreSottosezioniLato {
        margin-bottom: 20px;
    }

        #contenitoreSottosezioniLato header {
            display: block;
        }

    #headerSottosezioniLato {
    }

    #contenitoreSottosezioniLato ul {
        margin: 0px;
        padding: 0px 0px 0px 10px;
    }

    #contenitoreSottosezioniLato li {
        display: inline;
        margin: 0px;
        padding: 0px 0px 10px 0px;
    }

    #contenitoreSottosezioniLato 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;
    }

        #contenitoreSottosezioniLato a:hover {
            margin: 0px 0px 0px -10px;
            padding: 5px 0px 5px 10px;
            color: #cc0000;
        }

        #contenitoreSottosezioniLato a.selezionato {
            color: #cc0000;
            font-weight: bold;
        }
    /*----------------------------------------------------------------------------------------------*/
    /* Box Banner Laterale */
    /*----------------------------------------------------------------------------------------------*/
    #sectionBannerLato {
        padding: 10px;
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Navigazione Categorie */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreNavigazioneCategorie {
        margin-top: 50px;
        margin-bottom: 20px;
        zoom: 1;
    }

        #contenitoreNavigazioneCategorie ul {
            margin: 0px;
            padding: 0px 0px 0px 10px;
        }

        #contenitoreNavigazioneCategorie li {
            margin: 5px 0px 0px 0px;
        }

        #contenitoreNavigazioneCategorie a {
            text-decoration: none;
            display: block;
            padding: 7px 15px;
            text-decoration: none;
            text-transform: uppercase;
            background-color: #69a4d0;
            color: #fff;
            font-size: 20px;
            text-decoration: none;
            vertical-align: central;
            text-shadow: 15px #000;
            transition: all 0.5s ease 0s;
            -moz-transition: all 0.5s ease 0s;
            -webkit-transition: all 0.5s ease 0s;
        }

            #contenitoreNavigazioneCategorie a:hover {
                background-color: #003867;
            }

            #contenitoreNavigazioneCategorie a#selezionato {
                background-color: #003867;
                border-top-right-radius: 0px;
            }

        #contenitoreNavigazioneCategorie li ul a {
            color: #fff;
        }

    #sezioneNovitaOfferte, #sezioneMarche {
        margin-top: 40px !important;
    }

    /*#sezioneNovitaOfferte a {
            background-color: #198376 !important;
        }

            #sezioneNovitaOfferte a:hover {
                background-color: #003867 !important;
            }*/


    /*----------------------------------------------------------------------------------------------*/
    /* Navigazione Box Blog Argomento */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreBoxBlogArgomento {
        margin-bottom: 20px;
        margin-top: 70px;
    }

        #contenitoreBoxBlogArgomento header {
            display: block;
            background-color: transparent;
            color: #0f6123 !important;
        }

            #contenitoreBoxBlogArgomento header h2 {
                font-size: 21pt;
                color: #333439 !important;
                font-style: italic !important;
                font-family: Georgia !important;
                border-bottom-style: dashed;
                border-bottom-width: 1px;
                border-bottom-color: #000;
            }

        #contenitoreBoxBlogArgomento ul {
            margin: 0px;
            padding: 0px 0px 0px 10px;
        }

        #contenitoreBoxBlogArgomento li {
            display: inline;
            margin: 0px;
            padding: 0px 0px 0px 0px;
        }

        #contenitoreBoxBlogArgomento a {
            font-family: Martel Sans;
            font-weight: 300;
            color: #1a5dcf;
            display: block;
            text-decoration: none;
            margin: 0px 0px 0px -10px;
            padding: 5px 0px 5px 10px;
            /*border-top-style: dashed;
            border-top-width: 1px;
            border-top-color: #0f6123;*/
            -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;
        }

            #contenitoreBoxBlogArgomento a:hover {
                margin: 0px 0px 0px -10px;
                padding: 5px 0px 5px 10px;
                color: #003867;
            }

            #contenitoreBoxBlogArgomento a.selezionato {
                color: #003867;
                font-weight: 500;
            }

    /*----------------------------------------------------------------------------------------------*/
    /* Navigazione Box Blog Archivio */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreBoxBlogArchivio {
        margin-bottom: 20px;
    }

        #contenitoreBoxBlogArchivio header {
            display: block;
            background-color: transparent;
            color: #0f6123 !important;
        }

            #contenitoreBoxBlogArchivio header h2 {
                font-size: 21pt;
                color: #333439 !important;
                font-style: italic !important;
                font-family: Georgia !important;
                border-bottom-style: dashed;
                border-bottom-width: 1px;
                border-bottom-color: #000;
            }

        #contenitoreBoxBlogArchivio ul {
            margin: 0px;
            padding: 0px 0px 0px 10px;
        }

        #contenitoreBoxBlogArchivio li {
            display: inline;
            margin: 0px;
            padding: 0px 0px 0px 0px;
        }

        #contenitoreBoxBlogArchivio a {
            font-family: Martel Sans;
            font-weight: 300;
            color: #1a5dcf;
            display: block;
            text-decoration: none;
            margin: 0px 0px 0px -10px;
            padding: 5px 0px 5px 10px;
            /*border-top-style: dashed;
            border-top-width: 1px;
            border-top-color: #0f6123;*/
            -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;
        }

            #contenitoreBoxBlogArchivio a:hover {
                margin: 0px 0px 0px -10px;
                padding: 5px 0px 5px 10px;
                color: #003867;
            }

            #contenitoreBoxBlogArchivio a.selezionato {
                color: #003867;
                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 */
    /*----------------------------------------------------------------------------------------------*/

    #contenitoreBlog:hover header h2 {
        transform: scale(1.2);
    }

    #contenitoreBlog header {
        background-color: #e0e0e0;
        display: block !important;
        /*background-color: #fff !important;*/
        /*text-transform: uppercase;*/
        display: none;
        text-align: center;
        margin-left: 0px !important;
        padding-left: 0px !important;
        margin-bottom: 50px;
        padding: 15px 0px;
    }

        #contenitoreBlog header h2 {
            font-family: 'Fira Sans';
            font-style: italic;
            margin-left: 0px !important;
            font-size: 60pt;
            display: block !important;
            /*color: #69a4d0 !important;*/
            /*text-shadow: 1px 1px 1px #666666;*/
            /*border-bottom: 1px solid #69a4d0;*/
            /*margin-bottom: 40px;*/
            font-weight: 200;
            line-height: 70px;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -ms-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
        }

    #contenitoreBlog p {
        text-align: justify;
    }

    #contenitoreBlog {
        overflow: hidden;
        width: 1280px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 100px;
    }

        #contenitoreBlog #ricercaArgomentoBlog {
            display: none;
        }

        #contenitoreBlog #ricercaDataBlog {
            display: none;
        }

        #contenitoreBlog header {
            display: none;
        }

        #contenitoreBlog ul li:nth-child(2n) article {
            margin: 0 2.3% !important;
        }

        #contenitoreBlog article {
            position: relative;
            margin: 0;
            /*border: solid 1px rgba(164, 61, 0, 0.25);*/
            overflow: hidden;
            /*margin-left: 0.5%;*/
            float: left;
            font-size: 12pt;
            font-family: Georgia;
            display: inline-block;
            width: 31%;
            height: 320px;
            text-align: center;
            background-color: #fff;
            -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;
            /*background: #e5e5e5;*/
            /*-webkit-animation-delay: 3s;
            animation-delay: 3s;
            -webkit-animation-name: zoom_in;
            animation-name: zoom_in;
            -webkit-animation-duration: .8s;
            animation-duration: .8s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out, box-shadow .3s ease-in-out;*/
        }

            #contenitoreBlog article:hover {
                background-color: #1a5dcf;
                color: #fff;
            }

                #contenitoreBlog article:hover h3 a {
                    color: #fff;
                    /*text-shadow: 0px 0px 1px #666666;*/
                }

                #contenitoreBlog article:hover .imgNews {
                    /*opacity: 0.8;*/
                    /*-webkit-transform: rotateY(-180deg);
        -webkit-transform-style: preserve-3d;*/
                }

        #contenitoreBlog h3 {
            text-align: left;
            padding-left: 20px;
            width: 90%;
            /*background-color: #fff;*/
            position: absolute;
            top: 220px;
            margin-top: 0px;
            height: 60px;
            padding-bottom: 10px;
        }

            /* Titolo news */
            #contenitoreBlog h3 a {
                /*text-transform: uppercase;*/
                font-size: 17pt;
                font-weight: 300;
                font-family: Roboto;
                font-style: italic;
                /*color: #69a4d0;*/
                text-decoration: none;
                -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;
            }

                #contenitoreBlog h3 a:hover {
                    /*color: #ff3d00;
                text-shadow: 0px 0px 1px #666666;*/
                }

        #contenitoreBlog .contenitoreInformazioniBlog .contenitoreAutoreBlog {
            display: none;
        }

        #contenitoreBlog .contenitoreInformazioniBlog time {
            display: none;
        }

        #contenitoreBlog ul {
            font-size: 10pt;
            margin: 0px;
            padding: 0px;
            overflow: hidden;
        }

        #contenitoreBlog .imgNews {
            margin-right: auto;
            margin-left: auto;
            /*text-align: center;*/
            height: 200px;
            width: 100%;
            overflow: hidden;
            opacity: 1;
            -webkit-transition: all 0.6s ease;
            -moz-transition: all 0.6s ease;
            -ms-transition: all 0.6s ease;
            -o-transition: all 0.6s ease;
            transition: all 0.6s ease;
            /*-webkit-mask-image: -webkit-gradient(linear, right bottom, right top, color-stop(0.7, rgba(0,0,0,1)), color-stop(1, rgba(0,0,0,0)));*/
            /*box-shadow: 1px 1px 20px #000;*/
            margin-bottom: 20px;
            display: flex;
            justify-content: center;
            flex-direction: row;
            /*box-shadow: 0px 0px 30px #ff3d00;*/
        }

            #contenitoreBlog .imgNews img {
                height: 290px;
                width: auto !important;
                /*height: 200px;
                width: auto !important;*/
                /*width: 100%;*/
                /*height: 300px;*/
                /*display: flex;
                justify-content: center;
                flex-direction: row;
                vertical-align: middle;*/
            }

            #contenitoreBlog .imgNews:hover {
                /*opacity: 0.8;*/
                /*-webkit-transform: rotateY(-180deg);
            -webkit-transform-style: preserve-3d;*/
                /*-webkit-backface-visibility: hidden;*/
            }

        #contenitoreBlog article img {
            width: 100%;
        }

    /*----------------------------------------------------------------------------------------------*/
    /* Blog Dettaglio News */
    /*----------------------------------------------------------------------------------------------*/

    #contenitoreArticoloCommenti {
        float: right;
        display: inline-block;
        width: 70%;
        margin-bottom: 40px;
        margin-top: 70px;
    }

    #contenitoreBlogDettaglio {
        /*float: right;
        display: inline-block;
        width: 70%;*/
    }

        #contenitoreBlogDettaglio header {
            margin-bottom: 10px;
            display: block !Important;
            background-color: transparent;
            padding: 0px;
        }

        /* Titolo news */
        #contenitoreBlogDettaglio h3 {
            font-size: 24pt;
            font-family: Georgia;
            font-style: italic;
            color: #333439 !important;
            font-weight: normal;
            margin: 0px;
        }

        #contenitoreBlogDettaglio h4 {
            font-size: 16pt;
            font-family: Lato;
            color: #69a4d0 !important;
            text-transform: uppercase;
            font-weight: normal;
            margin: 0px;
            font-weight: normal;
        }

        /* Data e Autore News */
        #contenitoreBlogDettaglio .contenitoreInformazioniBlog {
            margin-bottom: 10px;
            border-bottom: solid 1px #333439;
            overflow: hidden;
            clear: both;
        }

            #contenitoreBlogDettaglio .contenitoreInformazioniBlog .contenitoreAutoreBlog {
                display: none;
            }

            #contenitoreBlogDettaglio .contenitoreInformazioniBlog .contenitoreArgomentoBlog {
                padding: 10px 0px;
                text-transform: uppercase;
                font-family: inherit;
                font-size: 11pt;
            }

            #contenitoreBlogDettaglio .contenitoreInformazioniBlog time {
                padding: 10px 0px;
                font-size: 11pt;
                float: right;
                font-family: Work Sans;
            }

            #contenitoreBlogDettaglio .contenitoreInformazioniBlog a {
                font-weight: bold;
            }

        #contenitoreBlogDettaglio ul {
            font-size: 10pt;
            margin: 0px;
            padding: 0px;
        }

        #contenitoreBlogDettaglio li {
            display: inline;
            margin: 0px;
            padding: 0px;
        }

        #contenitoreBlogDettaglio a:hover {
            text-decoration: none;
        }

        #contenitoreBlogDettaglio .imgNews {
            overflow: hidden;
            width: 100%;
            text-align: center;
            margin: 10px 0px;
            max-height: 350px;
        }

            #contenitoreBlogDettaglio .imgNews img {
                width: 100%;
            }

        #contenitoreBlogDettaglio p {
            text-align: justify;
            font-weight: 400;
        }

            #contenitoreBlogDettaglio p a {
                color: #1a5dcf;
            }

                #contenitoreBlogDettaglio p a:hover {
                    color: #003867 !important;
                }

        #contenitoreBlogDettaglio .tagNews {
            overflow: hidden;
            margin: 10px 0 30px 0;
            padding: 10px 10px;
            text-align: left;
            font-weight: 400;
            background-color: rgba(26, 93, 207, 0.1);
            display: block;
        }

            #contenitoreBlogDettaglio .tagNews span {
                text-transform: uppercase;
                font-family: Work Sans;
                font-size: 11pt;
                font-weight: bold;
            }

            #contenitoreBlogDettaglio .tagNews ul li {
                margin-right: 5px;
                /*font-style: italic;*/
                text-transform: uppercase;
            }

                #contenitoreBlogDettaglio .tagNews ul li:nth-child(2n+1) {
                    color: #1a5dcf !important;
                }

                #contenitoreBlogDettaglio .tagNews ul li:nth-child(2n) {
                    color: #003867 !important;
                }

                #contenitoreBlogDettaglio .tagNews ul li a {
                    color: 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;
                }

                    #contenitoreBlogDettaglio .tagNews ul li a:hover {
                        color: #333439;
                    }


    /*----------------------------------------------------------------------------------------------*/
    /* Inserisci Commento Articolo Blog */
    /*----------------------------------------------------------------------------------------------*/

    #pnlInserisciCommento {
        margin-top: 50px;
        border: 1px solid rgba(26, 93, 207, 0.50);
        padding: 30px;
        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: 10px;
        float: left;
    }

    #pnlInserisciCommento .liCoppiaMail {
        text-decoration: none;
        overflow: hidden;
        margin-bottom: 10px;
        float: right;
        /*position: absolute;
            left: 430px;*/
        padding-bottom: 30px;
    }

    #pnlInserisciCommento #vldNomeCommento {
        top: 165px;
        left: 30px;
        position: absolute;
        /*margin-left: 15px;*/
    }

    #pnlInserisciCommento #vldMailCommentoReq, #pnlInserisciCommento #vldMailCommentoRegEx {
        top: 165px;
        left: 553px;
        position: absolute;
        /*margin-left: 15px;*/
    }

    .labelNomeCommento {
        display: block;
        text-align: left;
    }

    .labelMailCommento {
        text-align: left;
        display: block;
    }

    .txtNomeCommento {
        display: inline-block;
        margin-top: 10px;
    }

    #txtNomeCommento {
        width: 300px;
        color: #000;
        font-family: inherit !important;
        font-size: 12pt !important;
        border-radius: 0px !important;
    }

    .txtMailCommento {
        display: inline-block;
        margin-top: 10px;
    }

    #txtMailCommento {
        width: 300px;
        color: #000;
        font-family: inherit !important;
        font-size: 12pt !important;
        border-radius: 0px !important;
    }

    .labelTestoCommento {
        padding-top: 110px;
        display: block;
        margin-bottom: 10px;
    }

    #pnlInserisciCommento .liCoppiaCommento {
        text-align: left;
        margin: 10px 0px;
        width: 100%;
        display: block;
    }

    #pnlInserisciCommento #vldTestoCommento {
        margin-bottom: 10px;
    }

    #txtTestoCommento {
        width: 98%;
        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;*/
    }

        #btnInviaCommento:hover {
            background: #002cff;
        }

    /*----------------------------------------------------------------------------------------------*/
    /* Render Commenti Articolo Blog */
    /*----------------------------------------------------------------------------------------------*/

    #lblCommenti {
        display: inline-block;
        margin-bottom: 20px;
        font-size: 23px;
        text-transform: uppercase;
        /*font-style: italic;*/
        color: #1a5dcf;
    }

    #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: 35px;
        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: 100px;
        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 {
        position: absolute;
        right: 0px;
        /*float: right;*/
        font-size: 11pt;
        text-align: center;
        margin-top: 20px;
        /*margin-left: 45px;*/
        border-radius: 0px;
        border-color: transparent;
        font-family: Lato;
        text-transform: uppercase;
        padding: 2px 8px;
        background: #69a4d0;
        -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;
        color: #fff;
    }

        .btnInviaRisposta:hover {
            background: #f98f0d;
        }

    /*----------------------------------------------------------------------------------------------*/
    /* Contenuti renderizzati graficamente Blog */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreBlogHome {
        margin-top: 70px;
        overflow: hidden;
        margin-bottom: 20px;
        width: 70%;
        float: right;
    }

        #contenitoreBlogHome a {
            text-decoration: none;
            font-weight: bold;
        }

        #contenitoreBlogHome #ricercaArgomentoBlog {
            display: none;
        }

        #contenitoreBlogHome #ricercaDataBlog {
            display: none;
        }

        #contenitoreBlogHome header {
            display: none;
        }

        #contenitoreBlogHome article {
            border: solid 1px rgba(26, 93, 207, 0.30);
            padding: 20px;
            background-color: transparent;
            overflow: hidden;
            margin-right: 20px;
            float: left;
            font-size: 12pt;
            font-family: Martel Sans;
            font-weight: 400;
            line-height: 20px;
            margin-bottom: 20px;
        }

        #contenitoreBlogHome h3 {
            margin-top: 0px;
        }

            #contenitoreBlogHome h3 a {
                font-size: 25pt;
                font-weight: normal;
                font-family: Georgia;
                font-style: italic;
                color: #333439;
            }

            #contenitoreBlogHome h3 a {
                text-decoration: none;
            }

        #contenitoreBlogHome .contenitoreInformazioniBlog {
            margin-bottom: 10px;
            border: 0px;
        }

            #contenitoreBlogHome .contenitoreInformazioniBlog .contenitoreAutoreBlog {
                display: none;
            }

            #contenitoreBlogHome .contenitoreInformazioniBlog .contenitoreArgomentoBlog {
                padding: 10px 0px;
                text-transform: uppercase;
                font-family: Work Sans;
                font-size: 11pt;
            }

            #contenitoreBlogHome .contenitoreInformazioniBlog time {
                padding: 10px 0px;
                font-size: 11pt;
                float: right;
                font-family: Work Sans;
            }

        #contenitoreBlogHome ul {
            font-size: 10pt;
            margin: 0px;
            padding: 0px;
            overflow: hidden;
        }

        #contenitoreBlogHome li {
            display: inline;
            margin: 0px;
            padding: 0px;
        }

        #contenitoreBlogHome .imgNews {
            width: 100%;
            opacity: 1;
            -webkit-transition: all 0.6s ease;
            -moz-transition: all 0.6s ease;
            -ms-transition: all 0.6s ease;
            -o-transition: all 0.6s ease;
            transition: all 0.6s ease;
            -webkit-mask-image: -webkit-gradient(linear, right top, right bottom, color-stop(0.7, rgba(0,0,0,1)), color-stop(1, rgba(0,0,0,0)));
            /*box-shadow: 1px 1px 20px #000;*/
            margin-bottom: 20px;
            height: 300px;
            overflow: hidden;
        }

        #contenitoreBlogHome article:hover .imgNews {
            opacity: 0.8;
        }

        #contenitoreBlogHome article img {
            width: 100%;
        }

        #contenitoreBlogHome .continuaLeggere {
            font-size: 12pt;
            margin-top: 30px;
            margin-left: auto;
            margin-right: auto;
            padding: 10px 2px;
            /*border: 1px solid #333439;*/
            font-family: Lato;
            text-align: center;
            width: 200px;
            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;
            font-weight: normal;
            background-color: #1a5dcf;
            color: #fff;
            position: relative;
            z-index: 2;
        }

            #contenitoreBlogHome .continuaLeggere:before {
                content: "";
                display: block;
                position: absolute;
                background: #002cff;
                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;
            }

            #contenitoreBlogHome .continuaLeggere:hover:before {
                height: 100%;
                -moz-transition: 0.5s;
                -o-transition: 0.5s;
                -webkit-transition: 0.5s;
                transition: 0.5s;
            }

    /*----------------------------------------------------------------------------------------------*/
    /* Box Newsletter */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreBoxNewsletter {
        width: 210px;
        margin-top: 15px;
    }

    #txtMailNewsletter {
        width: 140px;
    }

    #btnRegistrazioneNewsletter {
        width: 50px;
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Sottosezioni Contenuti 1 colonna */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreSottosezioniContenuto {
        margin-bottom: 20px;
    }

        #contenitoreSottosezioniContenuto header {
            display: none;
        }

    .contenitoreFotoSottosezioniContenuto {
        overflow: hidden;
    }

    #contenitoreSottosezioniContenuto ul h2 {
        background-color: #fff;
        opacity: 0.8;
        max-width: 90%;
        position: absolute;
        bottom: 0px;
        overflow: hidden;
        padding-bottom: 10px;
        padding-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 18pt;
        font-weight: normal;
        border-top-right-radius: 10px;
    }

    #contenitoreSottosezioniContenuto ul {
        margin: 0px;
        padding: 0px 0px 0px 0px;
        overflow: hidden;
        border-radius: 10px;
        border-style: solid;
        border-width: 1px;
        border-color: #C0C0C0;
        background-color: #ffffff;
        -moz-box-shadow: 0px 4px 7px #CCCCCC;
        -webkit-box-shadow: 0px 4px 7px #CCCCCC;
        box-shadow: 0px 4px 7px #cccccc;
    }

    #contenitoreSottosezioniContenuto li {
        position: relative;
        float: left;
        margin: 0 0 0 -1px;
        padding: 0px 0px 0px 0px;
        border-bottom: solid 1px #C0C0C0;
        border-left: solid 1px #C0C0C0;
    }

    #contenitoreSottosezioniContenuto a {
        color: #333333;
        text-decoration: none;
        padding: 0px;
    }

        #contenitoreSottosezioniContenuto a:hover {
            color: #333333;
            padding: 0px;
        }

    /*----------------------------------------------------------------------------------------------*/
    /* Catageorie Contenuti */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreCategorieHome, #contenitoreCategorie {
        width: 100%;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        overflow: hidden;
    }

    #headerCategorieHome {
    }

    .contenitoreCategoriaHome, .contenitoreCategoria {
        padding: 10px;
        float: left;
        overflow: hidden;
        text-align: center;
        width: 270px;
        height: 210px;
        /*box-shadow: 1px 1px 1px #69a4d0;*/
        /*border: 1px dashed #69a4d0;*/
    }

    .contenitoreFotoCategoriaHome, .contenitoreFotoCategoria {
        margin-bottom: 10px;
        width: 270px;
        height: 160px;
        overflow: hidden;
        background-color: #fff;
        -webkit-transition: all 0.4s cubic-bezier(.69,.69,.69,.69);
        -moz-transition: all 0.4s cubic-bezier(.69,.69,.69,.69);
        -ms-transition: all 0.4s cubic-bezier(.69,.69,.69,.69);
        -o-transition: all 0.4s cubic-bezier(.69,.69,.69,.69);
        transition: all 0.4s cubic-bezier(.69,.69,.69,.69);
        /*border-radius: 500px;*/
        z-index: 1;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .contenitoreCategoriaHome .scontoCategoria, .contenitoreCategoria .scontoCategoria {
        z-index: 4;
        position: relative;
        margin: -200px 0px 0px 0px;
        float: right;
        color: #fff;
        display: inline-block;
        color: #dce6ef;
        display: inline-block;
        font-size: 20pt;
        font-family: Lateef;
        text-align: center;
        width: 50px;
        height: 50px;
        line-height: 50px;
        border-radius: 100px;
        background-color: #ae4867;
        text-shadow: 1px 1px 1px #000;
        box-shadow: 1px 1px 1px #000;
        -webkit-transition: all 0.8s cubic-bezier(.69,.69,.69,.69);
        -moz-transition: all 0.8s cubic-bezier(.69,.69,.69,.69);
        -ms-transition: all 0.8s cubic-bezier(.69,.69,.69,.69);
        -o-transition: all 0.8s cubic-bezier(.69,.69,.69,.69);
        transition: all 0.8s cubic-bezier(.69,.69,.69,.69);
    }

    .fotoCategoriaHome, .fotoCategoria {
        height: 160px;
        width: auto;
        /*width: 230px;*/
        position: relative;
        z-index: 1;
        -webkit-transition: all 0.4s cubic-bezier(.69,.69,.69,.69);
        -moz-transition: all 0.4s cubic-bezier(.69,.69,.69,.69);
        -ms-transition: all 0.4s cubic-bezier(.69,.69,.69,.69);
        -o-transition: all 0.4s cubic-bezier(.69,.69,.69,.69);
        transition: all 0.4s cubic-bezier(.69,.69,.69,.69);
    }

        .fotoCategoriaHome:hover, fotoCategoria:hover {
            transform: scale(1.6);
            -webkit-transition: all 0.4s cubic-bezier(.69,.69,.69,.69);
            -moz-transition: all 0.4s cubic-bezier(.69,.69,.69,.69);
            -ms-transition: all 0.4s cubic-bezier(.69,.69,.69,.69);
            -o-transition: all 0.4s cubic-bezier(.69,.69,.69,.69);
            transition: all 0.4s cubic-bezier(.69,.69,.69,.69);
        }

    /*.contenitoreCategoriaHome:hover .h2NomeCategorieHome {
        visibility: hidden;
        opacity: 0;
        transition: all 0.6s ease;
    }*/

    .contenitoreCategoriaHome:hover .fotoCategoriaHome, .contenitoreCategoria:hover .fotoCategoria {
        transform: scale(1.6);
        -webkit-transition: all 0.4s cubic-bezier(.69,.69,.69,.69);
        -moz-transition: all 0.4s cubic-bezier(.69,.69,.69,.69);
        -ms-transition: all 0.4s cubic-bezier(.69,.69,.69,.69);
        -o-transition: all 0.4s cubic-bezier(.69,.69,.69,.69);
        transition: all 0.4s cubic-bezier(.69,.69,.69,.69);
    }

    .h2NomeCategorieHome, .h2NomeCategorie {
        visibility: visible;
        opacity: 1;
        transition: all 0.6s ease;
        font-size: 12pt;
        position: relative;
        /*font-family: Lato;*/
        font-family: Georgia;
        font-style: italic;
        /*text-transform: uppercase;*/
        z-index: 3;
        font-weight: normal;
    }

    #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 {
        text-decoration: none;
        padding: 0px;
    }

        .contenitoreCategoriaHome a:hover, .contenitoreCategoria a:hover {
            color: #28166f;
            padding: 0px;
        }
    /*----------------------------------------------------------------------------------------------*/
    /* Catalogo Categorie */
    /*----------------------------------------------------------------------------------------------*/

    #descrizioneCategoria {
        margin-top: 50px;
        font-size: 12pt;
        font-family: Georgia;
        text-align: justify;
    }

        #descrizioneCategoria p {
            margin: 0px;
        }

    #lblNoProdotti {
        margin-top: 45px;
        display: inline-block;
        /*line-height: 130px;*/
        font-size: 17pt;
        font-weight: normal;
    }

    #contenitoreMarcheProdotti {
        margin-top: 20px;
        text-transform: uppercase;
        float: right;
        overflow: hidden;
        width: 100%;
    }

    .divContenitoreMarche {
        float: left;
        width: 50%;
    }

    #contenitoreMarcheProdotti h2 {
        font-weight: normal;
        font-size: 21pt;
    }

        #contenitoreMarcheProdotti h2 a:hover {
            text-decoration: none !important;
        }

    /*----------------------------------------------------------------------------------------------*/
    /* Vetrina */
    /*----------------------------------------------------------------------------------------------*/
    #vetrina {
        width: 88%;
        overflow: hidden;
    }

    #contenitoreVetrina {
        width: 1280px;
        clear: both;
        overflow: hidden;
        background-color: rgba(255, 255, 255, 1);
        margin-left: auto;
        margin-right: auto;
    }

    #headerVetrina {
        height: 30px;
        line-height: 30px;
        padding-left: 10px;
        background-color: #E5E5E5;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #C0C0C0;
        display: none;
    }

    #h1Vetrina {
        font-weight: normal;
        font-size: 14pt;
        color: #333333;
        margin: 0px;
    }

    #sectionVetrina {
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Prodotto Vetrina */
    /*----------------------------------------------------------------------------------------------*/
    .contenitoreProdottoVetrina {
        text-align: center;
        padding-right: 5px;
        padding-left: 5px;
    }

    #contenitoreVetrina li {
        list-style: none;
        overflow: hidden;
        display: block;
        width: 665px;
    }

    .contenitoreProdottoVetrina a {
        text-decoration: none;
    }

    #centro1colonna #vetrina {
        width: 100%;
    }

    #centro1colonna .fotoProdottoVetrina {
        display: block;
        max-width: 800px;
        height: 450px;
        float: left;
        text-align: center;
        /*margin: 0px 300px 0px 400px;*/
        margin-right: 50px;
    }

    /*#centro1colonna .spanFotoProdottoVetrina{
        background: linear-gradient(to right, #fff 42%, rgba(121, 190, 158, 0.00) 70%);
        z-index: 2;
        display: inline-block;
        position: relative;
        width: 100px;
        height: 450px;
        overflow: hidden;
    }*/

    #centro1colonna .fotoVetrina {
        max-width: 1000px;
        height: 100%;
        width: auto;
        float: right;
        -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(0.65, rgba(0,0,0,1)), color-stop(1, rgba(0,0,0,0)));
        /*-webkit-mask-image:-webkit-gradient(linear, right top, left top, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));*/
    }

    #centro1colonna #contenitoreVetrina .nomeProdottoVetrina {
        text-align: left;
        position: absolute;
        padding: 170px 0px 0px 500px;
        /*margin: -500px 0px 0px 30px;*/
        z-index: 2;
        float: right;
        color: #3e454c;
        display: block;
        font-size: 38pt;
        /*font-family: Georgia;
        font-style: italic;*/
        font-family: Lato;
        text-transform: uppercase;
        width: 60%;
        height: 500px;
        /*line-height: 500px;
        height: 500px;*/
        text-shadow: 1px 1px 1px #fff;
        background: linear-gradient(to left, #fff 20%, rgba(121, 190, 158, 0.00) 100%);
    }

    #centro1colonna #contenitoreVetrina .prezzoProdottoDefinitivo {
        text-align: left;
        z-index: 2;
        position: absolute;
        top: 80px;
        display: inline-block;
        font-size: 45pt;
        left: 500px;
        text-align: center;
        text-shadow: 1px 1px 1px #003867;
    }

    #centro1colonna #contenitoreVetrina .prezzoProdotto {
        text-decoration: line-through;
        /*top: 65px;
        right: 70px;*/
        top: 50px;
        left: 410px;
        float: left;
        display: inline-block;
        font-size: 20pt;
        position: absolute;
        text-align: center;
        width: 30%;
        z-index: 2;
    }

    #centro1colonna #contenitoreVetrina .scontoProdotto {
        position: absolute;
        top: 45px;
        z-index: 2;
        /*right: 100px;*/
        left: 750px;
        color: #dce6ef;
        display: inline-block;
        font-size: 30pt;
        text-align: center;
        /*width: 30%;*/
        /*width: 96px;
        height: 96px;
        line-height: 96px;
        border-radius: 100px;
        background-color: #003867;
        text-shadow: 1px 1px 1px #000;
        box-shadow: 1px 1px 1px #000;*/
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Novità & Offerte*/
    /*----------------------------------------------------------------------------------------------*/

    #centro1colonna #headerNovita, #centro1colonna #h1Novita {
        margin-top: 50px;
        display: block;
        color: #3e454c;
        font-size: 52pt;
        border-radius: 0px;
        background: transparent;
        transition: all 3s ease;
    }

    #centro1colonna #h1Novita {
        border-radius: 0px;
        width: 100%;
        text-align: center;
        padding: 13px 10px 13px 0px !important;
        font-family: Amaranth;
        /*font-style: italic;*/
        text-shadow: 1px 1px 1px #003867;
        text-transform: uppercase;
    }

    #centro1colonna #headerOfferte, #centro1colonna #h1Offerte {
        margin-top: 50px;
        display: block;
        color: #3e454c;
        font-size: 45pt;
        border-radius: 0px;
        background: transparent;
        transition: all 2s ease;
    }

    #centro1colonna #h1Offerte {
        border-radius: 0px;
        width: 100%;
        text-align: center;
        padding: 13px 10px 13px 0px !important;
        font-family: Amaranth;
        /*font-style: italic;*/
        text-shadow: 1px 1px 1px #db520d;
        text-transform: uppercase;
    }

    #centro1colonna #contenitoreNovita, #centro1colonna #contenitoreOfferte {
        background-color: rgba(255, 255, 255, 1);
        width: 1280px;
        margin-bottom: 20px;
        font-family: Lateef;
    }

    #centro1colonna .contenitoreProdottoNovita, #centro1colonna .contenitoreProdottoOfferte {
        text-align: center;
        padding-right: 1%;
        padding-left: 1%;
        margin-bottom: 50px;
        list-style: none;
        display: inline-block;
        width: 22.5%;
        height: 340px;
        overflow: hidden;
        position: relative;
    }

        #centro1colonna .contenitoreProdottoNovita .prezzoProdottoDefinitivo, #centro1colonna .contenitoreProdottoOfferte .prezzoProdottoDefinitivo {
            z-index: 3;
            position: absolute;
            /*margin: -300px 40px 0px 0px;*/
            top: 4px;
            left: 110px;
            right: 110px;
            float: right;
            display: inline-block;
            font-size: 18pt;
            font-family: Lato;
            padding: 0px 0px;
            line-height: 40px;
            /*line-height: 100px;
            width: 100px;*/
            /*border-radius: 500px;*/
            /*background: linear-gradient(to left, rgba(121, 190, 158, 0.00) 00%,  #69a4d0 50%, rgba(121, 190, 158, 0.00) 100%);*/
            /*width: 200px;*/
            /*background: rgba(34, 116, 39, 1);*/
            -webkit-transition: all 0.8s cubic-bezier(.69,.69,.69,.69);
            -moz-transition: all 0.8s cubic-bezier(.69,.69,.69,.69);
            -ms-transition: all 0.8s cubic-bezier(.69,.69,.69,.69);
            -o-transition: all 0.8s cubic-bezier(.69,.69,.69,.69);
            transition: all 0.8s cubic-bezier(.69,.69,.69,.69);
            text-shadow: 1px 1px 1px #003867;
            /*box-shadow: 1px 1px 1px #000;*/
        }

        #centro1colonna .contenitoreProdottoNovita .scontoProdotto, #centro1colonna .contenitoreProdottoOfferte .scontoProdotto {
            z-index: 4;
            position: absolute;
            top: 0px;
            right: 40px;
            color: #fff;
            display: inline-block;
            color: #dce6ef;
            display: inline-block;
            font-family: Lato;
            font-size: 15pt;
            text-align: center;
            width: 50px;
            height: 50px;
            line-height: 50px;
            border-radius: 100px;
            background-color: #003867;
            text-shadow: 1px 1px 1px #000;
            box-shadow: 1px 1px 1px #000;
            -webkit-transition: all 0.8s cubic-bezier(.69,.69,.69,.69);
            -moz-transition: all 0.8s cubic-bezier(.69,.69,.69,.69);
            -ms-transition: all 0.8s cubic-bezier(.69,.69,.69,.69);
            -o-transition: all 0.8s cubic-bezier(.69,.69,.69,.69);
            transition: all 0.8s cubic-bezier(.69,.69,.69,.69);
        }

        #centro1colonna .contenitoreProdottoNovita .prezzoProdotto, #centro1colonna .contenitoreProdottoOfferte .prezzoProdotto {
            font-family: Georgia;
            position: absolute;
            top: 0px;
            left: 115px;
            right: 115px;
            z-index: 4;
            text-decoration: line-through;
            float: right;
            display: inline-block;
            font-size: 10pt;
            padding: 0px 0px;
            width: 90px;
            -webkit-transition: all 0.8s cubic-bezier(.69,.69,.69,.69);
            -moz-transition: all 0.8s cubic-bezier(.69,.69,.69,.69);
            -ms-transition: all 0.8s cubic-bezier(.69,.69,.69,.69);
            -o-transition: all 0.8s cubic-bezier(.69,.69,.69,.69);
            transition: all 0.8s cubic-bezier(.69,.69,.69,.69);
        }

        #centro1colonna .contenitoreProdottoNovita a, #centro1colonna .contenitoreProdottoOfferte a {
            text-decoration: none;
        }

    #centro1colonna .fotoProdottoNovita, #centro1colonna .fotoProdottoOfferte {
        margin-top: 40px;
        width: 300px;
        /*border-radius: 500px;*/
        height: 200px;
        overflow: hidden;
        text-align: center;
        -webkit-transition: all 0.38s cubic-bezier(.69,.69,.69,.69);
        -moz-transition: all 0.38s cubic-bezier(.69,.69,.69,.69);
        -ms-transition: all 0.38s cubic-bezier(.69,.69,.69,.69);
        -o-transition: all 0.38s cubic-bezier(.69,.69,.69,.69);
        transition: all 0.38s cubic-bezier(.69,.69,.69,.69);
        z-index: 1;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .spanFotoProdottoNovita, .spanFotoProdottoOfferte {
        /*display: inline-block;
        height: 100%;
        vertical-align: middle;*/
        display: none;
    }

    #centro1colonna .fotoNovita, #centro1colonna .fotoOfferte {
        /*vertical-align: middle;*/
        width: auto;
        max-height: 200px;
        -webkit-transition: all 0.3s cubic-bezier(.69,.69,.69,.69);
        -moz-transition: all 0.3s cubic-bezier(.69,.69,.69,.69);
        -ms-transition: all 0.3s cubic-bezier(.69,.69,.69,.69);
        -o-transition: all 0.3s cubic-bezier(.69,.69,.69,.69);
        transition: all 0.3s cubic-bezier(.69,.69,.69,.69);
        /*z-index: -1;
        position: relative;
        height: 300px;
        width:auto;
        border-radius: 500px;*/
    }

        #centro1colonna .fotoNovita:hover, #centro1colonna .fotoOfferte:hover {
            transform: scale(1.6);
            -webkit-transition: all 0.3s cubic-bezier(.69,.69,.69,.69);
            -moz-transition: all 0.3s cubic-bezier(.69,.69,.69,.69);
            -ms-transition: all 0.3s cubic-bezier(.69,.69,.69,.69);
            -o-transition: all 0.3s cubic-bezier(.69,.69,.69,.69);
            transition: all 0.3s cubic-bezier(.69,.69,.69,.69);
        }

    /*#centro1colonna .contenitoreProdottoNovita:hover #lblprezzoProdottoDefinitivoNov, #centro1colonna .contenitoreProdottoOfferte:hover #lblprezzoProdottoDefinitivoOff {
        -webkit-transition: all 0.9s cubic-bezier(.69,.69,.69,.69);
        -moz-transition: all 0.9s cubic-bezier(.69,.69,.69,.69);
        -ms-transition: all 0.9s cubic-bezier(.69,.69,.69,.69);
        -o-transition: all 0.9s cubic-bezier(.69,.69,.69,.69);
        transition: all 0.9s cubic-bezier(.69,.69,.69,.69);
        opacity: 0;
    }

    #centro1colonna .contenitoreProdottoNovita:hover #lblScontoProdottoNov, #centro1colonna .contenitoreProdottoOfferte:hover #lblScontoProdottoOff {
        -webkit-transition: all 0.9s cubic-bezier(.69,.69,.69,.69);
        -moz-transition: all 0.9s cubic-bezier(.69,.69,.69,.69);
        -ms-transition: all 0.9s cubic-bezier(.69,.69,.69,.69);
        -o-transition: all 0.9s cubic-bezier(.69,.69,.69,.69);
        transition: all 0.9s cubic-bezier(.69,.69,.69,.69);
        opacity: 0;
    }

    #centro1colonna .contenitoreProdottoNovita:hover #lblPrezzoProdottoNov, #centro1colonna .contenitoreProdottoOfferte:hover #lblPrezzoProdottoOff {
        -webkit-transition: all 0.9s cubic-bezier(.69,.69,.69,.69);
        -moz-transition: all 0.9s cubic-bezier(.69,.69,.69,.69);
        -ms-transition: all 0.9s cubic-bezier(.69,.69,.69,.69);
        -o-transition: all 0.9s cubic-bezier(.69,.69,.69,.69);
        transition: all 0.9s cubic-bezier(.69,.69,.69,.69);
        opacity: 0;
    }*/

    #centro1colonna .nomeProdottoNovita, #centro1colonna .nomeProdottoOfferte {
        margin-top: 15px;
        font-size: 15pt;
        font-family: Georgia;
        font-style: italic;
        color: #3a3f46;
        display: block;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Strumenti Prodotti */
    /*----------------------------------------------------------------------------------------------*/
    #sectionProdotti {
        padding-bottom: 0px;
        background-color: rgba(255, 255, 255, 0.8);
    }

    .lblOrdina {
        margin-right: 5px;
    }

    #contenitoreStrumentiProdottiSopra {
        margin-bottom: 10px;
        clear: both;
        overflow: hidden;
        height: 40px;
    }

    #contenitoreProdottiPerCategoriaSopra {
        float: left;
        height: 30px;
        line-height: 30px;
    }

    #contenitoreFiltroProdottiSopra {
        margin-left: 40px;
        float: left;
        height: 30px;
        line-height: 30px;
    }

    #contenitorePaginazioneSopra {
        float: right;
        height: 30px;
        line-height: 30px;
    }

    #contenitoreStrumentiProdottiSotto {
        margin-top: 20px;
        margin-bottom: 10px;
        clear: both;
        overflow: hidden;
        height: 40px;
    }

    #contenitoreProdottiPerCategoriaSotto {
        float: left;
        height: 30px;
        line-height: 30px;
    }

    #contenitoreFiltroProdottiSotto {
        margin-left: 40px;
        float: left;
        height: 30px;
        line-height: 30px;
    }

    #contenitorePaginazioneSotto {
        float: right;
        height: 30px;
        line-height: 30px;
    }

    .lblNumeroProdotti {
        color: #69a4d0;
        font-weight: bold;
    }

    .lblNumeroProdottiTrovati {
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Catalogo Prodotti */
    /*----------------------------------------------------------------------------------------------*/
    .contenitoreProdotto {
        padding: 10px;
        width: 890px;
        overflow: hidden;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #69a4d0;
        vertical-align: bottom;
        color: #333439;
        font-family: Lato; /*Cambria*/
    }

    .fotoProdottoCatalogo {
        height: 150px;
    }

    .boxFotoProdotto {
        text-align: center;
        width: 150px;
        height: 150px;
        overflow: hidden;
        float: left;
        /*border-radius: 500px;*/
        /*border: 1px solid #3e454c;*/
        /*background-color: #3e454c;*/
        /*box-shadow: 0px 0px 10px #69a4d0;*/
        margin-right: 30px;
        display: flex;
        /*flex-direction: column;*/
        justify-content: center;
    }

    .contenitoreDatiProdotto {
        float: left;
        width: 700px;
        overflow: hidden;
        height: 230px;
    }

    .h2NomeProdotto {
        margin: 0px;
        font-size: 18pt;
        font-weight: normal;
        font-family: Georgia;
    }

        .h2NomeProdotto a {
            color: #69a4d0;
            text-decoration: none;
            -webkit-transition: all 0.6s ease;
            -moz-transition: all 0.6s ease;
            -ms-transition: all 0.6s ease;
            -o-transition: all 0.6s ease;
            transition: all 0.6s ease;
        }

            .h2NomeProdotto a:hover {
                color: #003867;
                text-decoration: dotted;
            }

    .boxDatiProdotto {
        width: 100%;
        clear: both;
        overflow: hidden;
        margin-bottom: 10px;
        float: left;
    }

    .boxMarca {
        float: left;
        width: 60%;
        display: block;
    }

    .lblMarcaValore {
        font-weight: bold;
    }

    .boxCodice {
        float: left;
        /*margin-left: 5px;*/
        width: 60%;
        display: block;
    }

    .lblCodiceValore {
        font-weight: bold;
    }

    .boxDisponibilita {
    }

    .lblDisponibilitaValore {
        font-weight: bold;
    }

    .contenitoreStrumentiAggiungiCarrello {
    }

    .contenitorePrezzo {
    }

    .contenitoreQuantita {
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .lblQuantitaCatalogo {
        margin-right: 5px;
    }

    .contenitoreBtnAggiungiCarrello {
    }

    .contenitoreVarianti {
        width: 260px;
        overflow: hidden;
        float: left;
    }

        .contenitoreVarianti p {
            padding: 5px 0px 0px 0px;
            margin: 0px;
        }

    .lblProdottoInesistente {
        float: right;
        position: relative;
        top: -63px;
    }

    .descrizioneBreveProdotto {
        width: 60%;
        padding-bottom: 10px;
    }

    .pnlBoxAcquistoCatalogo {
        background-color: rgba(255, 255, 255, 0.00) !Important;
        /*bottom: 10px;*/
        text-align: right;
        padding: 0px !Important;
        float: right;
        top: -40px;
        position: relative;
        /*margin-top: -60px;*/
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Prodotto Dettaglio */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreDettaglioProdotto {
        width: 760px;
        overflow: hidden;
        margin-top: 50px;
    }

        #contenitoreDettaglioProdotto .lblProdottoInesistente {
            float: right;
            position: relative;
            top: 0px;
        }

    #boxFotoProdotto {
        width: 300px;
        float: left;
        height: 300px;
    }

        #boxFotoProdotto .item {
            height: 250px;
            text-align: center;
        }

        #boxFotoProdotto .owl-prev, .owl-next {
            top: 120px !important;
        }

    /*#fotoGrandeProdotto {
        width: 300px;
        height: 340px;
    }*/

    .spanImgProdotto {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .fotoGrandeProdotto {
        vertical-align: middle;
        width: auto;
        max-width: 260px;
        max-height: 260px;
    }

    #imgZoom {
        width: 350px !Important;
    }

    .zoomContainer {
        width: auto !Important;
        height: auto !Important;
    }

    .zoomWindowContainer {
        position: absolute;
        left: 20px !important;
        top: -54px !important;
    }

    #contenitoreDatiProdotto {
        width: 400px;
        float: right;
        overflow: hidden;
        padding: 0px;
        font-family: Lato;
    }

    #h1TitoloProdotto {
        margin: 0px;
        font-size: 23pt;
        font-weight: normal;
        color: #69a4d0;
        font-style: italic;
        font-family: 'Georgia', 'Times New Roman';
    }

    #boxDatiProdotto {
        padding-bottom: 5px;
    }

    #boxOpinioni {
        padding-top: 10px;
    }

        #boxOpinioni img {
            width: auto;
        }

    #condividi {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #boxMarca {
    }

    #lblValoreMarca {
        font-weight: bold;
    }

    #boxCodice {
    }

    #lblValoreCodice {
        font-weight: bold;
    }

    #boxDatiProdotto .boxCodice {
        margin: 0px;
    }

    #contenitoreVarianti {
        width: 100%;
        overflow: hidden;
        padding-top: 10px;
        margin-bottom: 10px;
    }

    #pnlBoxAcquisto {
        background-color: rgba(255, 255, 255, 0.6);
        padding: 10px;
        overflow: hidden;
        margin-top: -40px;
    }

        #pnlBoxAcquisto .btnListaDesideri {
            clear: both;
            float: right;
        }

        #pnlBoxAcquisto #msgAggiuntoListaDesideri {
            clear: both;
            float: right;
            /*font-family: Georgia;*/
            margin-right: 1px;
        }

        #pnlBoxAcquisto #plhAvvisami {
            clear: both;
            float: right;
        }

    #boxDisponibilita {
        width: 100%;
        text-align: right;
        overflow: hidden;
    }

    #lblMagazzino {
    }

    #lblValoreMagazzino {
        font-weight: bold;
    }

    #contenitorePrezzo {
        width: 100%;
        text-align: right;
        overflow: hidden;
        padding-top: 10px;
    }

    #contenitoreStrumentiAggiungiCarrello {
        float: right;
        width: auto;
        text-align: right;
        overflow: hidden;
    }

    #contenitoreQuantita {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    #lblQuantita {
        margin-right: 5px;
    }

    #contenitoreBtnAggiungiCarrello {
        margin-top: 10px;
        float: left;
    }

    #contenitoreListaDesideri {
        width: 100%;
        text-align: right;
        overflow: hidden;
    }

    #boxDescrizioneProdotto {
        width: 758px;
        clear: both;
        padding-top: 10px;
        padding-bottom: 10px;
        overflow: hidden;
    }

        #boxDescrizioneProdotto .contenitore_tab {
            background-color: rgba(255, 255, 255, 0.80);
        }

        #boxDescrizioneProdotto .ul .li {
            background-color: rgba(255, 255, 255, 0.80);
        }

    ul.tabs li.active, ul.tabs li.active a:hover {
        background-color: rgba(255, 255, 255, 0.80) !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.80) !important;
    }

    ul.tabs li, ul.tabs li a:hover {
        border: none;
    }

        ul.tabs li a {
            border: none !important;
        }

    /*----------------------------------------------------------------------------------------------*/
    /* Tabella varianti */
    /*----------------------------------------------------------------------------------------------*/
    .tabellaVarianti {
    }

        .tabellaVarianti td {
            padding-left: 0px;
            padding-top: 5px;
            padding-bottom: 0px;
        }

        .tabellaVarianti tr {
            border-width: 0px;
        }

    .colonnaEtichetta {
        padding-right: 10px;
        border-width: 0px;
    }
    /*----------------------------------------------------------------------------------------------*/
    #dpgProdotti {
        display: inline;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Prezzi Sconti */
    /*----------------------------------------------------------------------------------------------*/
    .lblPrezzoProdottoDefinitivo {
        font-size: 18pt;
        color: #69a4d0;
        font-weight: bold;
    }

    .prezzoProdottoBase {
        background-position: left center;
        font-size: 12pt;
        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: 12pt;
    }

    #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 {
        padding: 20px;
    }

        .bMulti div {
            display: inline-block;
            text-align: center;
            width: 100%;
            position: relative;
        }

    #lbltitoloPopUp {
        text-align: center;
        width: 100%;
        display: inline-block;
        margin-bottom: 20px;
    }

    #imgProdotto {
        max-width: 200px;
        max-height: 200px;
        margin-bottom: 10px;
    }

    #strumentiPopUpAggiungiCarrello {
    }

    #lblVariantiProdotto {
    }

    #lblNomeProdotto {
        margin-left: 10px;
        font-weight: bold;
        display: block;
    }

    #popUpActive hr {
        clear: both;
        margin-bottom: 20px;
    }

    #lnkVaiAllaCassa {
    }

    #lnkVisitaNegozio {
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Carrello */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreCarrello {
        border-width: 0px;
        margin: 0px 0px 0px 10px;
    }

    #updPanCarrello, #contenitoreRiepilogoOrdine {
        width: 1100px;
        margin-left: auto;
        margin-right: auto;
        font-size: 13pt;
    }

    #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: #69a4d0;
        }

    #carrello {
        width: 800px;
        float: left;
    }

    #contenitoreIntestazioneCarrello {
        overflow: hidden;
        height: 40px;
        line-height: 40px;
        border: none;
        background: #69a4d0;
        color: #fff;
        font-size: 13pt;
    }

    #intestazioneCarrelloArticolo {
        width: 389px;
        padding-left: 10px;
        float: left;
    }

    #intestazioneCarrelloQuantita {
        width: 100px;
        text-align: center;
        float: left;
    }

    #intestazioneCarrelloPrezzoUnitario {
        width: 139px;
        padding-right: 10px;
        text-align: right;
        float: left;
    }

    #intestazioneCarrelloPrezzoTotale {
        width: 140px;
        padding-right: 10px;
        text-align: right;
        float: left;
    }

    #contenitoreCorpoCarrello {
        background-color: rgba(255, 255, 255, 0.70);
    }

    .contenitoreProdottoCarrello {
        padding: 10px;
        /*margin-bottom: 20px;*/
        overflow: hidden;
        border-bottom: solid;
        border-bottom-width: 1px;
        border-bottom-color: #cbcbcb;
        position: relative;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Indirizzi Spedizione & Fatturazione */
    /*----------------------------------------------------------------------------------------------*/

    #corpoDatiIndirizzi .btnGenerico {
        margin-left: 0px;
    }

    #navCampiFatturazione header {
        display: block;
        overflow: hidden;
        border: 0px;
    }

    #navCampiFatturazione .chiave {
        width: 110px;
        text-align: right;
        padding-right: 10px;
        font-style: italic;
        margin: 3px 0px 0px 0px;
    }

    #navCampiSpedizione .chiave {
        width: 110px;
        text-align: right;
        padding-right: 10px;
        font-style: italic;
        margin: 3px 0px 0px 0px;
    }

    #navCampiFatturazione .valore {
        width: 270px;
    }

    #navCampiSpedizione .valore {
        width: 270px;
    }

    #headerCampiFatturazione.open {
        float: left;
    }

    #headerCampiFatturazione.close {
        float: left;
    }

    #h2CampiFatturazione {
        margin: 0px 50px 10px 0px;
    }

    #navCampiSpedizione header {
        display: block;
        overflow: hidden;
        border: 0px;
    }

    #h2CampiSpedizione {
        margin: 0px 50px 10px 0px;
    }

    #headerCampiSpedizione.open {
        float: left;
    }

    #headerCampiSpedizione.close {
        float: left;
    }

    #trNoteTxtOrdine textarea {
        width: 99%;
        height: 130px;
    }

    #navCampiSpedizione, #navCampiFatturazione {
        float: left;
        width: 50%;
    }

    #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;
    }

    #headerCampiIndirizzi.close {
        background-image: url(Images/meno-ico-32.png) !important;
    }

    #pnlSpedizioniPagamenti {
        background-color: rgba(255, 255, 255, 0.70);
    }

    #pnlCarrelloVuoto {
        margin: 0px 0px 10px 20px;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Box Carrello Informazioni */
    /*----------------------------------------------------------------------------------------------*/

    #contenitoreCarrelloInformazioni {
        margin: 0px 0px 0px 20px;
        width: 200px;
        float: left;
        border: 1px dashed;
        border-color: #ff2d2d;
        border-radius: 20px;
    }

    #sectionCarrelloInformazioni {
        padding: 20px 10px;
    }
    /*----------------------------------------------------------------------------------------------*/
    #tblCarrello, #tblDati, .tblSelezionaModalità, #tblRiepilogoOrdineCarrello, #tblWucSceltaPaese, #tblWucSpedizioniPagamenti {
        padding: 10px;
        border-collapse: collapse;
        border-spacing: 0px;
        width: 100%;
    }

    #lblSceltaPaese {
        margin-left: 20px;
    }

    #pnlLogged {
        background-color: rgba(255, 255, 255, 0.70);
    }

    #tblCarrello {
        background-color: rgba(255, 255, 255, 0.70);
        margin: 0px 0px 20px 0px;
    }

        #tblCarrello tr, #tblDati tr, .tblSelezionaModalità tr, #tblRiepilogoOrdineCarrello tr, #tblWucSceltaPaese tr {
            vertical-align: top;
        }

    .tblSelezionaModalità tr {
        border-width: 1px !important;
        border-bottom: 1px solid #cbcbcb !important;
    }

    #tblCarrello td, #tblDati td, .tblSelezionaModalità td, #tblRiepilogoOrdineCarrello td, #tblWucSceltaPaese td, #tblWucSpedizioniPagamenti td {
        padding: 10px;
    }

    #trSubTotaleCarrello, #trSpedizione, #trPagamento, #trRiepilogoOrdineCarrello, #trIvaOrdine {
        border-bottom: 1px solid #cbcbcb !important;
    }

    #trNoteOrdine, #trNoteTxtOrdine {
        border-bottom: 0px !important;
    }

    #tdNoteOrdine {
        text-align: center;
        height: 70px;
        vertical-align: bottom;
        font-size: 14.6pt;
    }

    #trNoteOrdine {
    }

    #tdNoteOrdine #Label1 {
    }

    #tblRiepilogoOrdineCarrello {
        background-color: rgba(255, 255, 255, 0.70);
        margin-bottom: 15px;
    }

    #trIntestazioneCarrello, #trIntestazioneDati, .trIntestazioneSelezionaModalità {
        font-size: 12pt;
        background-color: #cbcbcb !important;
    }

    .numeriStep {
        padding: 8px 14px 8px 14px;
        background-color: #69a4d0;
        color: #FFFFFF;
        width: 15px;
        height: 15px;
        margin-right: 10px;
        line-height: 30px;
        border-radius: 50px;
    }

    .titoliStep {
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Colonne carrello */
    /*----------------------------------------------------------------------------------------------*/
    .colonnaCarrelloFotoProdotto {
        float: left;
        width: 118px;
    }

    .contenitoreCarrelloDatiProdotto {
        float: left;
        width: 660px;
        overflow: hidden;
    }

    .colonnaCarrelloDatiProdotto {
        float: left;
        width: 270px;
    }

        .colonnaCarrelloDatiProdotto h2 {
            font-size: 13pt !important;
            margin-top: 0px;
        }

    .colonnaCarrelloQuantita {
        width: 100px;
        text-align: center;
        float: left;
        /*margin: 42px 0px 0px 0px;*/
    }

    .colonnaCarrelloPrezzoUnitario {
        width: 150px;
        text-align: center;
        float: left;
        /*margin: 45px 0px 0px 0px;*/
        vertical-align: middle;
    }

    .colonnaCarrelloPrezzoTotale {
        width: 140px;
        text-align: right;
        float: left;
        font-weight: bold;
        /*margin: 45px 0px 0px 0px;*/
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Prodotto singolo carrello */
    /*----------------------------------------------------------------------------------------------*/
    .fotoProdottoCarrello {
        width: 110px;
    }
    /*----------------------------------------------------------------------------------------------*/
    .colonnaCarrelloDatiProdotto h2 {
        font-size: 12pt;
    }

    .colonnaCarrelloDatiProdotto img {
        width: auto;
    }
    /*----------------------------------------------------------------------------------------------*/
    .carrelloStrumentiProdotto p {
        padding-right: 10px;
        font-size: 9pt;
    }

    .carrelloStrumentiProdotto {
        margin-top: 10px;
    }

        .carrelloStrumentiProdotto a {
            color: #cc0000;
            text-transform: uppercase;
            font-family: Verdana;
            font-size: 8pt;
        }

        .carrelloStrumentiProdotto img {
            border-width: 0px;
            padding-right: 6px;
            float: left;
            margin-top: 4px;
        }
    /*----------------------------------------------------------------------------------------------*/
    .carrelloVariantiProdotto {
        clear: both;
        overflow: hidden;
    }

        .carrelloVariantiProdotto p {
            float: left;
            padding-right: 10px;
            font-size: 9pt;
        }
    /*----------------------------------------------------------------------------------------------*/
    /* Coupon */
    /*----------------------------------------------------------------------------------------------*/
    #couponCarrello {
        background-position: 10px center;
        background-color: #E8FFFF;
        background-image: url('Images/coupon.png');
        background-repeat: no-repeat;
        padding-left: 80px;
        height: 60px;
        line-height: 60px;
        border: 1px solid #66CCFF;
        padding-left: 80px !important;
    }

    #lblCodicePromozionale {
    }

    #lblInserisciCodice {
    }

    #txtCodiceCouponCarrello {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #btnAttivaCouponCarrello {
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Sub Totale Carrello */
    /*----------------------------------------------------------------------------------------------*/
    #trSubTotaleCarrello {
        text-align: right;
        font-size: 13pt;
    }

    #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;
        height: auto;
        line-height: normal;
    }

        #headerDatiUtente h1 {
            font-size: 12pt;
            color: #595959;
            padding: 0px;
            margin: 0px;
        }

    #sectionDatiUtente {
        padding: 10px;
        width: 780px;
        overflow: hidden;
    }
    /* Dati Fatturazione */
    #contenitoreDatiFatturazione {
        float: left;
        width: 387px;
        overflow: hidden;
    }

        #contenitoreDatiFatturazione .chiave {
            width: 125px;
            padding-right: 2px;
        }

        #contenitoreDatiFatturazione .valore {
            width: 260px;
        }

        #contenitoreDatiFatturazione .text {
            width: 95%;
        }


    #headerDatiFatturazione {
        margin-bottom: 10px;
    }

    #contenitoreDatiFatturazione h1 {
        font-size: 14pt;
    }

    #sectionDatiFatturazione {
    }
    /* Dati Spedizione */
    #contenitoreDatiSpedizione {
        float: right;
        width: 387px;
        overflow: hidden;
    }

        #contenitoreDatiSpedizione .chiave {
            width: 125px;
            padding-right: 2px;
        }

        #contenitoreDatiSpedizione .valore {
            width: 260px;
        }

        #contenitoreDatiSpedizione .text {
            width: 95%;
        }

    #headerDatiSpedizione {
        margin-bottom: 10px;
    }

    #contenitoreDatiSpedizione h1 {
        font-size: 14pt;
    }

    #sectionDatiSpedizione {
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Riepilogo Ordine Carrello */
    /*----------------------------------------------------------------------------------------------*/
    #trRiepilogoOrdineCarrello {
        text-align: right;
        font-size: 13pt;
    }

    #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 {
        color: #fff;
        text-align: right;
        font-size: 17pt;
        background-color: #69a4d0 !important;
    }

    #tdPrezzoTotaleOrdine {
        color: #fff;
        background-color: #69a4d0 !important;
        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;
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Riepilogo Ordine */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreRiepilogoOrdine {
    }

    #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: #69a4d0;
        }

    #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;
    }

    #BoxRiepilogoOrdine {
        margin: 10px 0px 0px 130px;
        width: 1000px;
        background-color: rgba(255, 255, 255, 0.70);
        padding: 0px 20px;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Form richiesta informazioni */
    /*----------------------------------------------------------------------------------------------*/
    #richiestaInformazioni .chiave {
        width: 180px;
        padding-right: 10px;
        float: left;
    }

    #richiestaInformazioni .valore {
        width: 450px;
    }

    #richiestaInformazioni .text {
        width: 300px;
        height: 20px;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Strumenti Navigazione Carrello */
    /*----------------------------------------------------------------------------------------------*/

    .strumentiNavigazioneFooter {
        overflow: hidden;
        width: 800px;
        margin: 0px 0px 0px 125px;
    }


    #strumentiNavigazioneFooter {
        overflow: hidden;
        width: 800px;
    }

    /*----------------------------------------------------------------------------------------------*/
    #btnAvvisami {
        font-family: 'Lato' !important;
        color: #fff;
        padding: 4px 10px;
        margin: 10px 0px 0px 10px;
        font-size: 11pt;
        border: 0px;
        border-width: 0px;
        border-radius: 0px;
        background: #c6112d;
        text-transform: uppercase;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
    }

        #btnAvvisami:hover {
            background-color: #ff3f3f;
        }

    .contenitoreAvvisami {
        overflow: hidden;
        display: inline;
    }

    .textAvvisami {
        font-size: 11pt;
        margin: 10px 0px 0px 0px;
        width: 139px;
        color: #000;
        text-align: right;
        padding: 3px 3px;
        border-radius: 3px;
        border-color: #c6112d;
        border-width: 1px;
        -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);
    }

        .textAvvisami:focus {
            border-color: #69a4d0;
        }

    .btnListaDesideri {
        margin: 10px 0px 10px 6px;
        padding: 4px 13px;
        background-color: #4a6551;
        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.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;
    }

    #msgAggiuntoListaDesideri {
        font-style: italic;
        margin: 10px 0px 0px 0px;
    }

    .btnListaDesideri:hover {
        background-color: #66856e;
    }

    #maxQtaAggiunta {
        font-weight: bold;
        font-style: italic;
        margin: 10px 0px 0px 0px;
        color: #f5444f;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Ordine inviato */
    /*----------------------------------------------------------------------------------------------*/
    #sectionOrdineInviato {
        background-color: rgba(255, 255, 255, 0.70);
        margin-left: auto;
        margin-right: auto;
        width: 1080px;
        background-color: rgba(255, 255, 255, 0.70);
        padding: 0px 0px;
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Accedi */
    /*----------------------------------------------------------------------------------------------*/
    #formLoginCliente {
        width: 500px;
        float: left;
    }

        #formLoginCliente header {
            display: block;
        }

    #corpoFormLoginCliente {
        padding: 10px;
        border: 1px solid #69a4d0;
        overflow: hidden;
    }

    #formLoginCliente .chiave {
        width: 170px;
        text-align: right;
        padding-right: 10px;
        height: 30px;
        line-height: 30px;
    }

    #formLoginCliente .valore {
        width: 270px;
    }

    #formLoginCliente .text {
        width: 258px;
    }

    #contenitoreRicordaLogin {
        margin-left: 183px;
        width: 270px;
        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;
        margin-left: 183px;
        display: block;
    }

    #btnAccedi {
        float: right;
        margin-top: 20px;
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Nuovo Cliente */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreNuovoCliente {
        width: 480px;
        float: right;
        /*margin-right: 200px;*/
    }

        #contenitoreNuovoCliente header {
            display: block;
        }

    #corpoContenitoreNuovoCliente {
        padding: 10px;
        border: 1px solid #69a4d0;
        overflow: hidden;
    }

    #contenitoreMessaggioRegistrazione {
        width: 100%;
    }

    #lnkRegistrazioneCliente {
        float: right;
        margin-top: 20px;
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Registrazione Cliente */
    /*----------------------------------------------------------------------------------------------*/
    #formNuovoCliente {
        border-width: 0px 1px 0px 0px;
        width: 600px;
        overflow: hidden;
        float: left;
        margin-left: 128px;
    }

        #formNuovoCliente header {
            display: block;
        }

        #formNuovoCliente h3 {
            margin-bottom: 10px;
        }

    #corpoFormNuovoCliente {
        border: solid 1px #C0C0C0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        overflow: hidden;
        padding: 10px;
    }

    #datiAccesso {
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #C0C0C0;
        margin-bottom: 20px;
        overflow: hidden;
        width: 100%;
        padding-bottom: 10px;
    }

    #anagrafica {
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #C0C0C0;
        margin-bottom: 20px;
        overflow: hidden;
        width: 100%;
        padding-bottom: 10px;
    }

    #formNuovoCliente .chiave {
        width: 160px;
        text-align: right;
        padding-right: 10px;
        line-height: 30px;
    }

    #formNuovoCliente .valore {
        width: 400px;
        line-height: 30px;
    }

    #formNuovoCliente .text {
        width: 200px;
    }

    #accettazioneNewsletter {
        font-weight: normal;
        font-size: 10pt;
        margin-left: 88px;
        margin-bottom: 20px;
    }

    #accettazionePrivacy {
        font-size: 8pt;
        text-align: justify;
        margin-left: 88px;
        margin-bottom: 20px;
    }

    #btnRegistrazioneCliente {
        float: right;
        margin-top: 30px;
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Informazioni Registrazione Cliente */
    /*----------------------------------------------------------------------------------------------*/
    #boxInformazioniRegistrazione {
        width: 390px;
        float: right;
        overflow: hidden;
        border-width: 0px;
        margin-right: 128px;
    }

    #headerBoxInformazioniRegistrazione {
        border-width: 0px;
        background-color: #FFFFFF;
    }

    #corpoInformazioniRegistrazione {
        border: solid 1px #C0C0C0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        overflow: hidden;
        padding: 10px;
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Recupera Dati Login */
    /*----------------------------------------------------------------------------------------------*/
    #formRecuperaLoginCliente {
        width: 475px;
        margin-left: 128px;
    }

        #formRecuperaLoginCliente header {
            display: block;
        }

    #corpoFormRecuperaLoginCliente {
        padding: 10px;
        border: 1px solid #C0C0C0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        overflow: hidden;
    }

    #formRecuperaLoginCliente .chiave {
        width: 170px;
        text-align: right;
        padding-right: 10px;
        height: 30px;
        line-height: 30px;
    }

    #formRecuperaLoginCliente .valore {
        width: 270px;
    }

    #formRecuperaLoginCliente .text {
        width: 258px;
    }

    #btnRecuperaLogin {
        float: right;
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Google Recaptcha */
    /*----------------------------------------------------------------------------------------------*/
    #recaptcha_widget {
        overflow: hidden;
        padding-top: 5px;
    }
    /*----------------------------------------------------------------------------------------------*/
    #raggruppamentoRecaptcha {
        width: 320px;
        float: left;
    }
    /*----------------------------------------------------------------------------------------------*/
    #recaptcha_image {
        border: solid;
        border-width: 1px;
        border-color: #CCCCCC;
        border-radius: 5px;
        padding: 5px;
    }
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreInputRecaptcha {
        margin-top: 10px;
    }

    #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: 300px !Important;
    }

        #recaptcha_response_field:focus {
            border: 1px solid #69a4d0 !Important;
        }
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreStrumentiRecaptcha {
        width: 50px;
        float: left;
    }

        #contenitoreStrumentiRecaptcha ul {
            display: block;
            margin: 0;
            padding: 0;
            list-style: none;
        }

        #contenitoreStrumentiRecaptcha span {
            display: none;
        }

    .recaptcha_another {
        margin: 0px;
        padding: 0px;
        width: 25px;
        height: 18px;
    }

    .recaptcha_only_if_image {
        margin: 0px;
        padding: 0px;
        width: 25px;
        height: 15px;
    }

    .recaptcha_only_if_audio {
        margin: 0px;
        padding: 0px;
        width: 25px;
        height: 15px;
    }

    .recaptcha_help {
        margin: 0px;
        padding: 0px;
        width: 25px;
        min-height: 15px;
    }

    /*---------------------------------------------------------------------------------------------*/
    /* ROBUSTEZZA PASSWORD */
    /*---------------------------------------------------------------------------------------------*/
    #result {
        width: 180px;
        padding: 5px;
        margin: 0 10px 0 10px;
        height: 6px;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Navigazione Box Area Personale */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreBoxNavigazioneAreaPersonale {
        float: left;
        width: 220px;
        background-color: rgba(255, 255, 255, 0.40);
    }

        #contenitoreBoxNavigazioneAreaPersonale header {
            display: block;
        }

        #contenitoreBoxNavigazioneAreaPersonale ul {
            margin: 0px;
            padding: 10px;
            border: solid 1px #69a4d0;
            border-radius: 0px;
        }

        #contenitoreBoxNavigazioneAreaPersonale li {
            display: inline;
            margin: 0px;
            padding: 0px;
        }

        #contenitoreBoxNavigazioneAreaPersonale a {
            font-size: 14pt;
            color: #69a4d0;
            display: block;
            text-decoration: none;
            margin: 0px;
            padding: 5px 0px 5px 0px;
            -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;
        }

            #contenitoreBoxNavigazioneAreaPersonale a:hover {
                margin: 0px;
                padding: 5px 0px 5px 0px;
                color: #3a3f46;
            }

    #btnEliminaProdotti {
        float: right;
        margin: 15px 0px 0px 0px;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* I miei dati */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreMieiDati {
        float: right;
        width: 750px;
        overflow: hidden;
        /*margin-right: 180px;*/
        margin-bottom: 10px;
        border-radius: 0px;
    }

        #contenitoreMieiDati header {
            display: block;
        }

    #corpoMieiDati {
        background-color: rgba(255, 255, 255, 0.40);
        border: solid 1px #69a4d0;
        border-radius: 0px;
    }

    #contenitoreMieiDati .chiave {
        width: 200px;
        text-align: right;
        padding-right: 10px;
        line-height: 30px;
    }

    #contenitoreMieiDati .valore {
        width: 510px;
        line-height: 30px;
        height: auto;
    }

    #contenitoreMieiDati .text {
        width: 200px;
    }

    #corpoMieiDati tbody, tr, td {
        border: none;
        border-color: transparent !important;
        background-color: transparent !important;
        border-width: 0px !important;
    }


    #corpoMieiDati table img {
        height: auto !important;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Cambia password */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreBoxCambiaPassword {
        float: right;
        width: 750px;
        overflow: hidden;
        /*margin-right: 180px;*/
        margin-bottom: 10px;
        border-radius: 0px;
    }

        #contenitoreBoxCambiaPassword header {
            display: block;
        }

    #corpoBoxCambiaPassword {
        padding: 10px;
        border: solid 1px #69a4d0;
    }

    #contenitoreBoxCambiaPassword .chiave {
        width: 200px;
        text-align: right;
        padding-right: 10px;
        height: 30px;
        line-height: 30px;
    }

    #contenitoreBoxCambiaPassword .valore {
        float: left;
        width: 510px;
        line-height: 30px;
        height: auto;
    }

    #contenitoreBoxCambiaPassword .text {
        width: 200px;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* I miei ordini */
    /*----------------------------------------------------------------------------------------------*/

    #corpoMieiDati table {
        font-size: 11pt !important;
    }

    #mieiOrdiniFattura {
        float: left;
        border: dashed 1px;
        border-radius: 10px;
        margin: 10px;
        padding: 10px;
        height: 160px;
        font-style: italic;
        width: 43%;
    }

    #mieiOrdiniSpedizione {
        float: right;
        border: dashed 1px;
        border-radius: 10px;
        margin: 10px;
        padding: 10px;
        height: 160px;
        font-style: italic;
        width: 43%;
    }

    #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;
    }

    #tableMieiOrdiniProdotti .totalePrezzo {
        font-size: 13.5pt;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* I miei ruoli */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreRuoli {
        float: right;
        width: 750px;
        overflow: hidden;
        margin-right: 145px;
    }

        #contenitoreRuoli header {
            display: block;
        }

    #corpoRuoli {
        border: solid 1px #C0C0C0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        padding: 10px;
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Contenuti Pagina 1 colonna */
    /*----------------------------------------------------------------------------------------------*/

    #sectionBoxPagina header {
    }

    .sezionePagina {
        background-position: bottom left;
        background-repeat: no-repeat;
        /*border-radius: 10px;*/
        margin-bottom: 0px;
        border-style: solid;
        border-width: 1px;
        border-color: #e5e5e5;
        border: none;
        overflow: hidden;
        background-color: transparent;
        background-size: cover;
        /*background-position: bottom;*/
        background-position: center;
        opacity: 1;
        /*-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;*/
        /*margin-top: 100px;*/
    }

    body#thanks .sezionePagina {
        font-family: Fira Sans;
        /*font-style: italic;*/
        padding: 5% 0 !important;
    }

    body#thanks span {
        font-size: 22px !important;
    }

    body#thanks .sezionePagina strong {
        font-weight: 400 !important;
    }

    body.unaColonnaHome .sezionePagina {
        margin-top: 0px !important;
        margin-bottom: 50px;
        background-position-x: center !important;
    }

        /*body.unaColonnaHome .sezionePagina a {
            color: #fff !important;
        }*/

        body.unaColonnaHome .sezionePagina a:hover {
            text-decoration: none;
            /*color: #fff;
                opacity: 1 !important;*/
        }

        body.unaColonnaHome .sezionePagina:nth-child(1):hover { /*body.unaColonnaHome .sezionePagina:nth-child(3):hover*/
            /*opacity: 0.8;*/
            /*-webkit-filter: saturate(1.2);*/
            /*background-position: center;*/
            /*transform: scale(1.2);*/
            /*-webkit-filter: blur(3px);*/
        }

    .rigaPagina {
        width: 1280px;
        /*width: 100% !important;*/
        margin-left: auto;
        margin-right: auto;
        /*overflow: hidden;*/
    }

    body.unaColonnaHome .sezionePagina:nth-child(1) .rigaPagina, body.unaColonnaHome .sezionePagina:nth-child(3) .rigaPagina {
        width: 100% !important;
    }

    .colonnaPagina {
        width: 100%;
    }

    body.unaColonnaHome .sezionePagina:nth-child(1) .colonnaPagina p, body.unaColonnaHome .sezionePagina:nth-child(3) .colonnaPagina p {
        width: 1240px;
        padding: 0px 20px;
        margin-left: auto;
        margin-right: auto;
    }

    body.unaColonnaHome .sezionePagina:nth-child(4) .rigaPagina {
        width: 100%;
    }

    body.unaColonnaHome .sezionePagina {
        background-color: #fff !important;
        margin: 0px !important;
    }

    /*#region - SEZIONE CONTATTI - */

    #sezioneContatti {
        text-align: center;
        /*margin: 50px auto 0 auto;*/
        display: block;
        vertical-align: top;
    }

    .contenitoreContatto {
        display: inline-block;
        width: 32.8%;
        text-align: center;
        position: relative;
        /*padding-bottom: 60px;*/
        height: 220px;
    }

        .contenitoreContatto .fotoIconContatti img {
            /*max-width: 100px;
            max-height: 100px;*/
        }

        .contenitoreContatto:hover .fotoIconContatti {
            -webkit-transform: rotateY(180deg);
            -webkit-transform-style: preserve-3d;
            transform: rotateY(180deg);
            transform-style: preserve-3d;
        }

        /*.contenitoreContatto:hover .valueContatto {
            transform: scale(1.2);
            -webkit-transform: scale(1.2);
        }

        .contenitoreContatto:hover .descContatto {
            opacity: 1;
            -webkit-transition: all 1.5s ease;
            -moz-transition: all 1.5s ease;
            -ms-transition: all 1.5s ease;
            -o-transition: all 1.5s ease;
            transition: all 1.5s ease;
        }*/

        .contenitoreContatto a:hover {
            text-decoration: underline !important;
        }

    #sezioneContatti .contenitoreContatto:nth-child(2) {
        width: 100%;
    }

        #sezioneContatti .contenitoreContatto:nth-child(2) .divContatto {
            display: block;
        }

        #sezioneContatti .contenitoreContatto:nth-child(2) .fotoIconContatti {
            width: auto;
            display: inline-block;
            margin-left: 30px;
            /*float: left;*/
        }

        #sezioneContatti .contenitoreContatto:nth-child(2) .valueContatto {
            /*float: right;*/
            display: inline-block;
            vertical-align: top;
            text-align: left;
            margin-top: 0px;
            margin-left: 20px;
        }

            #sezioneContatti .contenitoreContatto:nth-child(2) .valueContatto a {
                margin-bottom: 4px;
            }

    .descContatto {
        display: none;
        /*transition-delay: 0.6s;*/
        z-index: 5;
        background-color: rgba(0, 0, 0, 0.6);
        color: #fff;
        opacity: 0;
        position: absolute;
        top: 0px;
        left: 105px;
        width: 128px;
        text-transform: uppercase;
        font-weight: 300;
        font-family: Work Sans;
        font-size: 12px;
        line-height: 128px;
        border-radius: 100%;
        text-align: center;
        -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;
    }

    .divContatto {
        display: flex;
        flex-direction: column;
        justify-content: center;
        display: -ms-flexbox;
        -ms-flex-direction: column;
        -ms-flex-align: center;
        /*vertical-align: top;*/
    }

    .divContatto2 {
        margin-top: 50px;
        display: inline-block;
        width: 30%;
        text-align: center;
        display: none;
    }

    .fotoIconContatti {
        text-align: center;
        width: 100%;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
        /*height: 130px;
        vertical-align: bottom;*/
    }

    .valueContatto {
        display: block;
        /*height: 120px;*/
        text-align: center;
        margin-top: 20px;
        font-size: 25px;
        /*font-family: Work Sans;*/
        font-family: Fira Sans;
        /*font-style: italic;*/
        font-weight: 300;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
        vertical-align: bottom;
        /*height: 100px;
        vertical-align: top;*/
    }

        .valueContatto a {
            display: block;
            -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;
        }

            .valueContatto a:hover, .contenitoreContatto:hover a {
                /*text-shadow: 0px 0px 21px #1a5dcf;*/
                color: #000 !important;
                /*text-decoration: underline;*/
            }

    /*#endregion*/


    /*----------------------------------------------------------------------------------------------*/
    /* Sezioni Personalizzate */
    /*----------------------------------------------------------------------------------------------*/

    /* ----------------------------------------- HOME ----------------------------------------------*/

    /* SEZIONE N. 1 : BANNER PRINCIPALE */

    body.unaColonnaHome .sezionePagina:nth-child(1) .colonnaPagina, body.unaColonnaHome .sezionePagina:nth-child(3) .colonnaPagina {
        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 h2 {
        font-family: Fira Sans;
        font-size: 50pt;
        font-weight: 400;
        display: block;
        text-shadow: 1px 1px 5px #000;
        font-family: Lato;
        font-size: 65px;
        font-weight: 600;
        letter-spacing: 1px;
        width: 1240px;
        margin: 0 auto;
    }

    body.unaColonnaHome .sezionePagina h3 {
        /*text-align: left;*/
        /*margin: 0 auto !important;*/
        font-family: Fira Sans;
        /*line-height: 66px !important;*/
        font-size: 67px;
        font-weight: 400;
        /*font-style: italic;*/
        display: block;
        /*color: #fff;*/
        text-shadow: 1px 1px 5px #000;
        width: 1240px;
        margin: 10px auto 0 auto;
    }

    body.unaColonnaChiSiamo .sezionePagina {
        background-position: bottom;
    }

        /*body.unaColonnaHome .sezionePagina p{
        text-align: left;
    }

    .sezionePagina p{
        text-align: center;
    }*/

        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.30) 0%, rgba(255, 255, 255, 0.00) 80%);
            background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 0.00) 80%);
            background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 0.00) 80%);
            background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 0.00) 80%);
            background-image: linear-gradient(top, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 0.00) 80%);
        }

    .sezionePagina a {
        text-decoration: none;
        /*margin-top: 5% !important;
            height: 50px;
            line-height: 50px;*/
    }

    body.unaColonnaContatti .sezionePagina {
        font-size: 35px;
        font-family: Roboto;
        font-weight: 300;
    }

        body.unaColonnaContatti .sezionePagina:nth-child(1) .colonnaPagina {
            /*margin: 0 auto;
          width: 100%;*/
        }

        body.unaColonnaContatti .sezionePagina strong {
            font-weight: 500;
        }

        body.unaColonnaContatti .sezionePagina:nth-child(4) .rigaPagina, body.unaColonnaContatti .sezionePagina:nth-child(4) .colonnaPagina {
            width: 100% !important;
        }


    body.unaColonnaCosaFacciamo .sezionePagina:nth-child(1) .rigaPagina {
        width: 100%;
    }

    body.unaColonnaCosaFacciamo .sezionePagina:nth-child(1) .colonnaPagina {
        width: 100% !important;
        background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.00) 80%);
        background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.00) 80%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.00) 80%);
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.00) 80%);
        background-image: linear-gradient(left, rgba(0, 0, 0, 0.40) 0%, rgba(255, 0, 0, 0.00) 80%);
    }

        body.unaColonnaCosaFacciamo .sezionePagina:nth-child(1) .colonnaPagina p {
            width: 1150px;
            padding: 0px 45px;
            margin-left: auto;
            margin-right: auto;
        }

    body.unaColonnaCosaFacciamo .sezionePagina h3 {
        font-family: Fira Sans;
        font-size: 60px;
        font-weight: 300;
        display: block;
        width: 1150px;
        padding: 0 45px;
        margin: 0% auto 2% auto;
        position: relative;
        text-shadow: 0px 0px 10px #000;
    }

    body.unaColonnaCosaFacciamo .sezionePagina h4 {
        font-weight: 600;
        font-size: 50px;
        display: block;
        width: 100%;
        font-family: Roboto;
        margin: 3% 0 !important;
    }

    body.unaColonnaCosaFacciamo .sezionePagina h5 {
        font-weight: 300;
        font-size: 40px;
        width: 100%;
        font-family: Roboto;
        margin: 0px !important;
    }

    body.unaColonnaCosaFacciamo .sezionePagina p {
        font-family: Roboto;
        font-weight: 300;
        font-size: 28px;
        letter-spacing: 0.7px;
        margin-top: 2% !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 ul {
        list-style-image: url('Images/check icon.png');
        font-family: Roboto;
        font-weight: 300;
        /*font-family: Fira Sans;*/
        /*font-style: italic;*/
        font-size: 25px;
        display: inline-block;
        margin-top: 0px;
    }

    body.unaColonnaCosaFacciamo .sezionePagina li {
        line-height: 30px;
        padding: 5px 0;
        margin-left: 0px;
    }

        body.unaColonnaCosaFacciamo .sezionePagina li span {
            position: relative;
            top: -4px;
        }

    body.unaColonnaChiSiamo .sezionePagina h3 {
        /*text-align: center;*/
        font-family: Fira Sans;
        font-size: 40px;
        font-weight: 300;
        display: block;
        text-shadow: 0px 0px 20px #fff;
        width: 1150px;
        padding: 0 45px;
        margin: 2% auto 2% auto;
        position: relative;
    }

    body.unaColonnaChiSiamo .sezionePagina h4 {
        font-size: 36px;
        font-family: Roboto;
        font-weight: 400;
        margin: 4% 0 0 0 !important;
    }

    body.unaColonnaChiSiamo h4 strong {
        font-weight: 500;
    }

    body.unaColonnaChiSiamo .sezionePagina p img {
        /*width: 800px;*/
        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: 300;
        font-size: 32px;
        letter-spacing: 0.7px;
        /*text-align: justify !important;*/
    }

    .sezionePagina h3 strong {
        font-weight: 500;
    }

    .sezionePagina .quote:before {
        position: absolute;
        top: -25px;
        left: 0px;
        display: inline-block;
        content: '“';
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-size: 104px;
        color: #333439;
        width: 55px;
        font-style: normal;
    }

    .sezionePagina .quote:after {
        position: absolute;
        display: inline-block;
        content: '”';
        right: 0px;
        bottom: -78px;
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-size: 104px;
        color: #333439;
        width: 55px;
        font-style: normal;
        text-align: right;
    }

    body.unaColonnaHome .sezionePagina span {
        display: inline-block;
        font-family: Lato;
        font-size: 34px;
        font-weight: 300;
        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: inline-block;
    }

    body.unaColonnaHome .sezionePagina li {
        line-height: 40px;
        padding: 5px 0;
        margin-left: 0px;
    }

    body.unaColonnaHome .sezionePagina:nth-child(2):hover img {
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        transform: none;
        animation-play-state: running;
        -webkit-animation-play-state: running;
    }

    body.unaColonnaHome .sezionePagina:nth-child(2) img {
        /*margin-top: 100px;
        float: right;
        width: 40%;*/
        /*opacity: 0;
        visibility: hidden;
        -moz-transform: translate3d(0, 200%, 0);
        -o-transform: translate3d(0, 200%, 0);
        -ms-transform: translate3d(0, 200%, 0);
        -webkit-transform: translate3d(0, 200%, 0);
        transform: translate3d(0, 200%, 0);*/
        -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;
        opacity: 0.8;
        transform: scale(0.001);
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-name: zoom_in;
        animation-name: zoom_in;
        -webkit-animation-duration: .8s;
        animation-duration: .8s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        animation-play-state: paused;
        -webkit-animation-play-state: paused;
    }

    body.unaColonnaEcommerce .sezionePagina h3 {
        display: block;
        text-shadow: 1px 1px 5px #000;
        font-family: Lato;
        font-size: 45px;
        font-weight: 600;
        letter-spacing: 1px;
        margin: 0 auto;
    }

    body.unaColonnaEcommerce .sezionePagina h2 {
        font-family: Fira Sans;
        font-size: 73px;
        font-weight: 300;
        display: block;
        width: 100%;
        margin: 1% auto 2% auto;
        position: relative;
        text-shadow: 0px 0px 10px #000;
        letter-spacing: -2px;
    }

    body.unaColonnaEcommerce .sezionePagina h4 {
        font-weight: 600;
        font-size: 50px;
        display: block;
        width: 100%;
        font-family: Roboto;
        margin: 3% 0 !important;
    }

    body.unaColonnaEcommerce .sezionePagina h5 {
        font-weight: 300;
        font-size: 45px;
        width: 100%;
        font-family: Roboto;
        margin: 0px !important;
    }

    body.unaColonnaEcommerce .sezionePagina p {
        font-family: Roboto;
        font-weight: 300;
        font-size: 28px;
        letter-spacing: 0.7px;
        margin-top: 2% !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.unaColonnaEcommerce .sezionePagina ul {
        list-style-image: url('Images/check icon.png');
        font-family: Roboto;
        font-weight: 300;
        /*font-family: Fira Sans;*/
        /*font-style: italic;*/
        font-size: 28px;
        display: inline-block;
        margin-top: 0px;
        float: right;
    }

    body.unaColonnaEcommerce .sezionePagina li {
        line-height: 35px;
        padding: 5px 0;
        margin-left: 0px;
    }

        body.unaColonnaEcommerce .sezionePagina li span {
            position: relative;
            top: -4px;
        }

    body.unaColonnaEcommerce .quote {
        float: left;
        width: 100%;
        text-align: center;
        display: block;
        text-shadow: none !important;
        position: relative;
        padding: 6% 0;
        font-weight: 400 !important;
    }

        body.unaColonnaEcommerce .quote:before {
            left: 195px;
            top: 58px;
        }

        body.unaColonnaEcommerce .quote:after {
            right: 195px;
            top: 88px;
        }

    #contenitoreWebSite {
        text-align: center;
    }

    .websiteSample {
        height: 240px;
        height: 291px;
        width: 400px;
        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 {
            /*position: absolute;
            top: 90px;
            padding: 5% 0;
            z-index: 10;
            left: 0px;
            width: 400px;
            text-align: center;
            font-family: Fira Sans;
            font-weight: 300;
            font-style: italic;
            color: #fff;*/
            /*color: #1a5dcf;*
            background-color: rgba(255, 255, 255, 0.80);*/
            /*font-size: 27px;
            background-color: rgba(0, 0, 0, 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;*/
            /*font-size: 12px;
            padding: 0px;
            line-height: 110px;
           width: 110px;
            height: 110px;
            top: 70px;
            left: 37%;
            right: 37%;*/
            /*border-radius: 100%;*/
            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: 27px;
            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%;*/
        }

        .websiteSample img {
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -ms-transition: all 1s ease;
            -o-transition: all 1s ease;
            transition: all 1s ease;
            /*vertical-align: bottom;*/
            /*position: absolute;
            bottom: 20px;*/
        }

        .websiteSample:hover img {
            margin-top: 240px;
            -moz-transform: translate3d(0, -100%, 0);
            -o-transform: translate3d(0, -100%, 0);
            -ms-transform: translate3d(0, -100%, 0);
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
            -webkit-transition: all 5s linear;
            -moz-transition: all 5s linear;
            -ms-transition: all 5s linear;
            -o-transition: all 5s linear;
            transition: all 5s linear;
            /*vertical-align: bottom;
        position: relative;
        bottom: 0px;*/
        }

    .contenitoreRecensioni {
        /*padding: 5% 0;*/
    }

    .boxRecensione {
        margin: 1% 0% 2% 3%;
        /*display: inline-block;*/
        float: left;
        width: 43%;
        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;
        width: 500px;
        height: 260px;
    }

        .boxRecensione:after {
            content: '';
            display: block;
            clear: both;
        }

    .recensione {
        font-family: Lato;
        font-size: 25px;
        letter-spacing: -0.5px;
        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: 25px;
            left: 0px;
            /*display: inline-block;*/
            content: '“';
            font-family: Georgia, 'Times New Roman', Times, serif;
            font-size: 64px;
            font-style: normal;
            margin-right: 0.5%;
            line-height: 0px;
            height: 100px;
        }

        .recensione:after {
            position: relative;
            content: '”';
            right: 0px;
            top: 38px;
            font-family: Georgia, 'Times New Roman', Times, serif;
            font-size: 64px;
            line-height: 0px;
            font-style: normal;
            text-align: right;
            margin-left: 0.5%;
        }

    .autoreRecensione {
        width: 90%;
        text-align: right;
        display: block;
        font-size: 20px;
        font-style: italic;
        font-family: Lato;
        margin-top: 3%;
        margin-left: auto;
        margin-right: auto;
        /*padding-right: 5%;*/
    }

    /*.websiteSample:hover .websiteName {
            opacity: 0;
            -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;
        }*/

    /*.titoloBanner1 {
        font-family: Fira Sans;
        line-height: 66px !important;
        font-size: 50pt;
        font-weight: 400;
        font-style: italic;
        margin-top: 40px;
        display: block;
        color: #fff;
        text-shadow: 1px 1px 5px #000;
        font-style: normal;
        font-family: Lato;
        font-size: 65px;
        font-weight: 600;
        letter-spacing: 1px;
    }

    .sottotitoloBanner1 {
        font-family: Fira Sans;
        line-height: 66px !important;
        font-size: 67px;
        font-weight: 400;
        font-style: italic;
        margin-top: 10px;
        display: block;
        color: #fff;
        text-shadow: 1px 1px 5px #000;
    }*/

    .linkBanner {
        margin-top: 10px;
        text-align: center;
        text-transform: uppercase;
        font-family: Lato;
        font-style: normal;
        font-weight: 400;
        font-size: 28px;
        line-height: 20px;
        background-color: #1a5dcf;
        background-color: #1e61d4;
        padding: 24px 42px;
        text-shadow: none;
        display: inline-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;
    }

        .linkBanner:before {
            content: "";
            display: block;
            position: absolute;
            background: #002cff;
            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;
         color:white;
        }

        .linkBanner:hover:before {
            height: 100%;
            -moz-transition: 0.5s;
            -o-transition: 0.5s;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

    #linkSezione2 {
        margin-top: 100px;
        width: 62%;
    }

    /*body.unaColonnaHome .sezionePagina:nth-child(1) .colonnaPagina p {
            margin-left: auto;
            margin-right: auto;
            width: 1240px;
            font-family: Fira Sans;
            font-size: 65pt;
            font-weight: 400;
            font-style: italic;
            margin-top: 0px;
            margin-bottom: 10px;
            text-shadow: 1px 1px 2px #141516;
        }*/

    /*body.unaColonnaHome .sezionePagina:nth-child(2) .rigaPagina {
            width: 1280px !important;
            margin: 0 auto !important;
        }*/

    /*body.unaColonnaHome .sezionePagina:nth-child(2) .rigaPagina p {
                display: inline-block;
                width: 700px !important;
            }*/

    /*body.unaColonnaHome .sezionePagina:nth-child(2):hover .contenitoreFotoSezione2 {
            opacity: 1;
            visibility: visible;
            -webkit-transform: none;
            transform: none;
            animation-play-state: running;
            -webkit-animation-play-state: running;
        }*/

    /*.titoloSezione2 {
        margin-top: 80px;
        display: inline-block;
        font-size: 63.6px;
        font-weight: 700;
        padding-left: 70px;
    }

    .descrizioneSezione2 {
        display: inline-block;
        width: 90%;
        font-family: Lato;
        font-size: 34px;
        padding-left: 70px;
        font-weight: 300;
        letter-spacing: 0.5px;
        text-align: justify;
    }

    .elencoSezione2 {
        list-style-image: url('Images/check icon.png');
        font-family: Fira Sans;
        font-style: italic;
        font-size: 30px;
        width: 620px;
        display: inline-block;
        padding-left: 105px;
        color: #1a5dcf;
        margin-bottom: 100px;
    }

        .elencoSezione2 li {
            line-height: 40px;
            padding: 5px 0;
            margin-left: 0px;
        }

    .destraSezione2 {
        margin-top: 100px;
        float: right;
        width: 40%;
    }*/

    /*.linkSezione2 {
        margin-top: 118px;
        text-align: center;
        text-transform: uppercase;
        font-family: Lato;
        font-style: normal;
        font-weight: 400;
        font-size: 25px;
        line-height: 20px;
        background-color: #1a5dcf;
        background-color: #1e61d4;
        padding: 22px 80px;
        text-shadow: none;
        display: inline-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 1px #000;
        width: 63%;
    }

        .linkSezione2:before {
            content: "";
            display: block;
            position: absolute;
            background: #002cff;
            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;
        }

        .linkSezione2:hover:before {
            height: 100%;
            -moz-transition: 0.5s;
            -o-transition: 0.5s;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }*/

    /*body.unaColonnaHome .sezionePagina:nth-child(3) .colonnaPagina {
            margin-top: 90px;
            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(3):hover {
            background-position: center;
        }

    .titoloBanner2 {
        font-family: Fira Sans;
        line-height: 66px !important;
        font-size: 50pt;
        font-weight: 400;
        font-style: italic;
        margin-top: 40px;
        display: block;
        color: #fff;
        text-shadow: 1px 1px 5px #000;
        font-style: normal;
        font-family: Lato;
        font-size: 67px;
        font-weight: 600;
        letter-spacing: 1px;
    }

    .sottotitoloBanner2 {
        font-family: Fira Sans;
        line-height: 66px !important;
        font-size: 60px;
        font-weight: 400;
        font-style: italic;
        margin-top: 10px;
        display: block;
        color: #fff;
        text-shadow: 1px 1px 5px #000;
    }

    .linkBanner2 {
        margin-top: 50px;
        text-align: center;
        text-transform: uppercase;
        font-family: Lato;
        font-style: normal;
        font-weight: 400;
        font-size: 25px;
        line-height: 20px;
        background-color: #1a5dcf;
        background-color: #1e61d4;
        padding: 22px 40px;
        text-shadow: none;
        display: inline-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;
    }

        .linkBanner2:before {
            content: "";
            display: block;
            position: absolute;
            background: #002cff;
            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;
        }

        .linkBanner2:hover:before {
            height: 100%;
            -moz-transition: 0.5s;
            -o-transition: 0.5s;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }*/

    /* SEZIONE N. 2 : DIGITAL MARKETING */

    /*body.unaColonnaHome .sezionePagina:nth-child(2) .colonnaPagina {
        font-family: Fira Sans;
        line-height: 66px !important;
        font-size: 60pt;
        font-weight: 300;
        font-style: italic;
        margin-top: 50px;
    }

    .imgSezione {
        float: right;
        display: inline-block;
        margin-right: 100px !important;
    }

    #titoloSez2 {
        display: inline-block;
        margin-top: 100px;
        margin-left: 150px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
    }

    body.unaColonnaHome .sezionePagina:nth-child(2) .colonnaPagina p:nth-child(2) {
        margin-top: 110px;
        text-align: center;
    }

    body.unaColonnaHome .sezionePagina:nth-child(2) .colonnaPagina a {
        text-align: center;
        text-transform: uppercase;
        font-family: Lato;
        font-style: normal;
        font-weight: 100;
        font-size: 20px;
        line-height: 20px;
        background-color: #1a5dcf;
        padding: 20px;
        text-shadow: none;
        display: inline-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;
    }

        body.unaColonnaHome .sezionePagina:nth-child(2) .colonnaPagina a:before {
            content: "";
            display: block;
            position: absolute;
            background: #002cff;
            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;
        }

        body.unaColonnaHome .sezionePagina:nth-child(2) .colonnaPagina a:hover:before {
            height: 100%;
            -moz-transition: 0.5s;
            -o-transition: 0.5s;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

    .titoloSez3, .titoloSez4 {
        font-size: 40px !important;
        display: inline-block;
        margin-top: 30px;
        margin-left: 80px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        font-weight: 400;
    }

    body.unaColonnaHome .sezionePagina:nth-child(2):hover #titoloSez2 {
        transform: scale(1.2);
    }

    body.unaColonnaHome .sezionePagina:nth-child(2):hover .imgSezione img {
        animation-play-state: running;
    }    

    .adLogo {
        margin-top: 40px;
        float: left;
        display: inline-block;
        margin-left: 160px;
    }

        .adLogo img {
            width: 210px;
        }

    .adBadge img {
        display: inline-block;
        position: relative;
        width: 100px;
        margin: 10px 0px 0px 20px;
    }

    .adDesc {
        list-style-image: url("Images/check icon.png");
        font-size: 24px;
        line-height: 37px;
        margin-left: 50px;
        display: inline-block;
        margin-top: 0px;
    }


    .fbLogo {
        margin-top: 40px;
        float: left;
        display: inline-block;
        margin-left: 160px;
    }

        .fbLogo img {
            width: 210px;
        }

    .fbDesc {
        list-style-image: url("Images/check icon.png");
        font-size: 24px;
        line-height: 37px;
        margin-left: 50px;
        display: inline-block;
        margin-top: 0px;
    }*/

    /* SEZIONE N. 3 : BANNER PREVENTIVO */

    /*body.unaColonnaHome .sezionePagina:nth-child(3) .colonnaPagina {
        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;
    }

        body.unaColonnaHome .sezionePagina:nth-child(3) .colonnaPagina p {
            color: #fff;
            margin-left: auto;
            margin-right: auto;
            width: 1240px;
            font-family: Fira Sans;
            font-size: 40pt;
            font-weight: 300;
            font-style: italic;
            margin-top: 140px;
            margin-bottom: 10px;
            text-shadow: 1px 1px 1px #000;
            padding: 0px 0px;
            position: relative;
            width: 1000px;
            text-align: center;
        }

            body.unaColonnaHome .sezionePagina:nth-child(3) .colonnaPagina p a {
                text-align: center;
                text-transform: uppercase;
                font-family: Lato;
                font-style: normal;
                font-weight: 100;
                width: 355px;
                position: relative;
                top: 30px;
                font-size: 20px;
                background-color: #1a5dcf;
                padding: 30px;
                text-shadow: none;
                display: inline-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;
                color: #fff;
            }

                body.unaColonnaHome .sezionePagina:nth-child(3) .colonnaPagina p a:hover {
                }

                body.unaColonnaHome .sezionePagina:nth-child(3) .colonnaPagina p a:before {
                    content: "";
                    display: block;
                    position: absolute;
                    background: #002cff;
                    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;
                }

                body.unaColonnaHome .sezionePagina:nth-child(3) .colonnaPagina p a:hover:before {
                    height: 100%;
                    -moz-transition: 0.5s;
                    -o-transition: 0.5s;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                }*/

    /* SEZIONE N. 4 : E-COMMERCE */

    /*#titoloSez4 {
        display: inline-block;
        margin-top: 0px;
        margin-left: 50px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
    }

    body.unaColonnaHome .sezionePagina:nth-child(4) .colonnaPagina {
        font-family: Fira Sans;
        line-height: 100px !important;
        font-size: 60pt;
        font-weight: 300;
        font-style: italic;
        margin-top: 50px;
    }

    body.unaColonnaHome .sezionePagina:nth-child(4):hover #titoloSez4 {
        transform: scale(1.2);
    }


    body.unaColonnaHome .sezionePagina:nth-child(4):hover .imgSezione4 img {
        animation-play-state: running;
        -webkit-animation-play-state: running;
    }

    .imgSezione img, .imgSezione4 img {
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        opacity: 0.8;
        transform: scale(0.001);
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-name: zoom_in;
        animation-name: zoom_in;
        -webkit-animation-duration: .8s;
        animation-duration: .8s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        animation-play-state: paused;
        -webkit-animation-play-state: paused;
    }

    .imgSezione4 {
        float: left;
        display: inline-block;
        margin-left: 50px;
        margin-right: 0px !important;
    }

    .descrizioneEcommerce {
        position: relative;
        font-size: 22px;
        line-height: 21px;
        display: inline-block;
        float: right;
        width: 698px;
    }

        .descrizioneEcommerce strong {
            font-weight: 400;
        }

    .novitaEcommerce {
        color: #fff;
        padding: 9px 8px 8px 8px;
        display: inline-block;
        font-size: 21px;
        position: absolute;
        bottom: 5px;
        text-transform: uppercase;
        background-color: #ba102a !important;
        font-style: normal;
        border-radius: 7.5px;
    }

    .novitaEcommerce2 {
        position: relative;
        left: 90px;
        display: inline-block;
        width: 672px;
    }

    body.unaColonnaHome .sezionePagina:nth-child(4) p:nth-child(1) {
        clear: both;
        overflow: hidden;
    }

    body.unaColonnaHome .sezionePagina:nth-child(4) p:nth-child(2) {
        clear: both;
        overflow: hidden;
        margin-top: 30px;
    }

    body.unaColonnaHome .sezionePagina:nth-child(4) a {
        line-height: 0px;
        text-align: center;
        text-transform: uppercase;
        font-family: Lato;
        font-style: normal;
        font-weight: 100;
        position: relative;
        top: 30px;
        font-size: 20px;
        background-color: #1a5dcf;
        padding: 27px 30px 31px 30px;
        text-shadow: none;
        display: inline-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;
        color: #fff;
    }

    body.unaColonnaHome .sezionePagina:nth-child(4) .colonnaPagina p a:before {
        content: "";
        display: block;
        position: absolute;
        background: #002cff;
        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;
    }

    body.unaColonnaHome .sezionePagina:nth-child(4) .colonnaPagina p a:hover:before {
        height: 100%;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }*/

    /* SEZIONE N. 5 : SITI WEB */

    /*#titoloSez5 {
        display: inline-block;
        margin-top: 100px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        text-align: right;
        margin-left: 180px;
    }

    .descrizioneSitiweb {
        text-align: right;
        position: relative;
        font-size: 22px;
        line-height: 21px;
        display: inline-block;
        float: left;
        width: 608px;
    }

        .descrizioneSitiweb strong {
            font-weight: 400;
        }

    body.unaColonnaHome .sezionePagina:nth-child(5) .colonnaPagina {
        font-family: Fira Sans;
        line-height: 100px !important;
        font-size: 65pt;
        font-weight: 300;
        font-style: italic;
        margin-top: 50px;
    }

    body.unaColonnaHome .sezionePagina:nth-child(5):hover #titoloSez5 {
        transform: scale(1.2);
    }


    body.unaColonnaHome .sezionePagina:nth-child(5):hover .imgSezione5 img {
        animation-play-state: running;
    }

    .imgSezione5 img {
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        opacity: 0.8;
        transform: scale(0.001);
        animation-iteration-count: 1;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-name: zoom_in;
        animation-name: zoom_in;
        -webkit-animation-duration: .8s;
        animation-duration: .8s;
        animation-fill-mode: forwards;
        animation-play-state: paused;
        max-height: 410px;
    }

    .imgSezione5 {
        float: right;
        display: inline-block;
        margin-right: 60px !important;
    }

    body.unaColonnaHome .sezionePagina:nth-child(5) p:nth-child(1) {
        clear: both;
        overflow: hidden;
    }

    body.unaColonnaHome .sezionePagina:nth-child(5) p:nth-child(2) {
        clear: both;
        overflow: hidden;
        margin-top: 30px;
    }

    body.unaColonnaHome .sezionePagina:nth-child(5) a {
        line-height: 0px;
        text-align: center;
        text-transform: uppercase;
        font-family: Lato;
        font-style: normal;
        font-weight: 100;
        position: relative;
        top: 30px;
        font-size: 20px;
        background-color: #1a5dcf;
        padding: 30px;
        text-shadow: none;
        display: inline-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;
        margin-bottom: 90px;
        color: #fff;
    }

    body.unaColonnaHome .sezionePagina:nth-child(5) .colonnaPagina p a:before {
        content: "";
        display: block;
        position: absolute;
        background: #002cff;
        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;
    }

    body.unaColonnaHome .sezionePagina:nth-child(5) .colonnaPagina p a:hover:before {
        height: 100%;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }*/

    /* SEZIONE N. 6 : GOOGLE MAPS */

    #map {
        width: 100%;
        height: 600px;
        margin: 0px;
        margin-bottom: -10px;
    }

        #map span {
            font-size: inherit !important;
        }


    /*body.unaColonnaHome .sezionePagina:nth-child(4) {
    }

        body.unaColonnaHome .sezionePagina:nth-child(4) .colonnaPagina p {
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 0px !important;
            padding-bottom: 0px !important;
        }

        body.unaColonnaHome .sezionePagina:nth-child(4) .colonnaPagina {
            margin-bottom: 0px !important;
            padding-bottom: 0px !important;
        }

    body.unaColonnaHome .sezionePagina:nth-child(4) {
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }*/


    /* -------------------------------------- PAG. 2: AZIENDA -----------------------------------------*/

    .descrizioneAzienda p strong, .descrizioneAzienda2 p strong, .descrizioneAzienda3 p strong, .descrizioneAzienda4 strong {
        font-weight: 400 !important;
    }

    /*.descrizioneAzienda:before {
        position: relative;
        top: 80px;
        left: 240px;
        display: inline-block;
        content: '“';
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-size: 104px;
        width: 55px;
        font-style: normal;
    }*/

    .descrizioneAzienda {
        margin-top: 100px;
    }

        .descrizioneAzienda p {
            margin-top: 200px;
            font-family: 'Fira Sans';
            font-size: 30px;
            font-style: italic;
        }

    .descrizioneAzienda2 {
        padding-top: 60px;
    }

        .descrizioneAzienda2 p {
            display: inline-block;
            font-family: 'Fira Sans';
            font-size: 27px;
            font-style: italic;
            float: left;
            margin-top: 120px !important;
            /*position: relative;
        top: 100px;*/
            text-align: right;
            margin-left: 200px;
        }

    .imgDescrizioneAzienda {
        display: inline-block;
        float: right;
        text-align: left;
    }

        .imgDescrizioneAzienda img {
            display: inline-block;
            height: 350px;
            padding-right: 150px !important;
            padding-bottom: 120px !important;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -ms-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            opacity: 0.8;
            transform: scale(0.001);
            animation-iteration-count: 1;
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
            -webkit-animation-name: zoom_in;
            animation-name: zoom_in;
            -webkit-animation-duration: .8s;
            animation-duration: .8s;
            animation-fill-mode: forwards;
            animation-play-state: paused;
        }

    .sezionePagina:hover .imgDescrizioneAzienda img {
        animation-play-state: running;
    }

    .descrizioneAzienda3 {
        margin-top: 80px;
        font-family: 'Fira Sans';
        font-size: 40px;
        font-style: italic;
        margin-top: 320px !important;
    }

    .descrizioneAzienda4 {
        text-align: center;
        margin-top: 80px;
        font-family: 'Fira Sans';
        font-size: 25px;
        font-style: italic;
    }

    .imgDescrizioneAzienda4 img {
        margin-top: 30px;
        height: 250px;
        padding-left: 130px !important;
        float: left;
        display: inline-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;
        opacity: 0.8;
        transform: scale(0.001);
        animation-iteration-count: 1;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-name: zoom_in;
        animation-name: zoom_in;
        -webkit-animation-duration: .8s;
        animation-duration: .8s;
        animation-fill-mode: forwards;
        animation-play-state: paused;
    }

    .sezionePagina:hover .imgDescrizioneAzienda4 img {
        animation-play-state: running;
    }

    .descrizioneAzienda4 ul {
        list-style-image: url("Images/check icon.png");
        line-height: 45px;
        margin-top: 60px !important;
        text-align: left;
        float: right;
        width: 600px;
        margin-right: 70px !important;
        margin-bottom: 100px;
    }


    /* ---------------------------------------- PAG. 3: SITI WEB ----------------------------------------------*/

    body.unaColonnaSitiWeb .sezionePagina:nth-child(1) .rigaPagina {
        /*width: 1280px;*/
        width: 100% !important;
        margin-left: auto;
        margin-right: auto;
        /*overflow: hidden;*/
    }

    body.unaColonnaSitiWeb .sezionePagina:nth-child(1) .colonnaPagina p {
        color: #fff;
        margin-left: auto;
        margin-right: auto;
        width: 1240px;
        font-family: 'Fira Sans';
        /*line-height: 60px !important;*/
        font-size: 50pt;
        font-weight: 500;
        font-style: italic;
        margin-top: 150px;
        margin-bottom: 10px;
        text-shadow: 1px 1px 1px #000;
        padding: 0px 20px;
        text-align: center;
    }

    body.unaColonnaSitiWeb .sezionePagina:nth-child(1) .colonnaPagina {
        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;
        /*background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.00) 100%);
        background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.00) 100%);
        background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.00) 100%);
        background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.00) 100%);
        background-image: linear-gradient(left, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.00) 100%);*/
    }

    body.unaColonnaSitiWeb .sezionePagina:nth-child(3) .rigaPagina {
        /*width: 1280px;*/
        width: 100% !important;
        margin-left: auto;
        margin-right: auto;
        /*overflow: hidden;*/
    }

    body.unaColonnaSitiWeb .sezionePagina:nth-child(3) {
        margin-bottom: 100px;
    }

        body.unaColonnaSitiWeb .sezionePagina:nth-child(3) .colonnaPagina {
            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;
            background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.00) 100%);
            background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.00) 100%);
            background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.00) 100%);
            background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.00) 100%);
            background-image: linear-gradient(left, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.00) 100%);
        }

    .bannerSitiWeb {
        color: #fff;
        margin-left: auto;
        margin-right: auto;
        width: 1240px;
        font-family: Fira Sans;
        /*line-height: 60px !important;*/
        font-size: 45pt;
        font-weight: 300;
        font-style: italic;
        margin-top: 150px;
        margin-bottom: 10px;
        text-shadow: 1px 1px 1px #000;
        padding: 0px 20px;
    }

    .infoSitiweb {
        display: inline-block;
        margin: 70px 0px;
        font-family: 'Fira Sans';
        font-size: 35px;
        font-style: italic;
    }

    .infoSitiweb2 {
        display: inline-block;
        margin: 20px 0px 70px 0px;
        font-family: 'Fira Sans';
        font-size: 35px;
        font-style: italic;
    }

    .caratteristicheSitiweb {
    }

        .caratteristicheSitiweb p {
            font-weight: 500;
            font-size: 45px;
            width: 400px;
            line-height: 50px;
            text-transform: uppercase;
            text-align: center;
            font-family: Lato;
            margin-left: 40px;
        }

        .caratteristicheSitiweb ul {
            font-family: Roboto;
            font-style: italic;
            font-weight: 300;
            list-style-image: url("Images/check icon.png");
            font-size: 30px;
            float: right;
            margin-top: -110px;
        }

            .caratteristicheSitiweb ul li {
                padding: 5px 0px;
            }

    .logoDelta {
        margin-top: 50px;
        margin-left: 135px;
        text-align: center;
        float: left;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-delay: 0s;
        -webkit-animation-name: pulse;
        -webkit-animation-duration: 1s;
        -webkit-animation-fill-mode: forwards;
        -webkit-animation-play-state: running;
        animation-iteration-count: infinite;
        animation-delay: 0s;
        animation-name: pulse;
        animation-duration: 1s;
        animation-fill-mode: forwards;
        animation-play-state: running;
        animation-timing-function: ease-out;
        animation-direction: alternate;
        -webkit-animation-timing-function: ease-out;
        -webkit-animation-direction: alternate;
    }


        .logoDelta img {
            max-height: 220px;
        }

    /* ------------------------------------ PAG. 4: E-COMMERCE -----------------------------------------*/


    .infoEcommerce {
        margin: 100px 0px;
        display: inline-block;
        font-size: 33px;
        text-align: center;
        width: 100%;
        font-style: italic;
        font-family: 'Fira Sans';
    }

        .infoEcommerce strong {
            font-weight: 400;
        }

    .infoCatalogo {
        margin-right: 60px;
        margin-top: 100px;
        float: right;
        display: inline-block;
        font-size: 33px;
        text-align: center;
        font-style: italic;
        font-family: 'Fira Sans';
    }

    .imgCatalogo {
        float: left;
        margin-left: 60px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        opacity: 0.8;
        transform: scale(0.001);
        animation-iteration-count: 1;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-name: zoom_in;
        animation-name: zoom_in;
        -webkit-animation-duration: .8s;
        animation-duration: .8s;
        animation-fill-mode: forwards;
        animation-play-state: paused;
    }

        .imgCatalogo img {
            max-width: 500px;
        }

    .sezionePagina:nth-child(2):hover .imgCatalogo {
        animation-play-state: running;
    }

    .caratteristicheEcommerce {
        text-align: center;
    }

        .caratteristicheEcommerce ul {
            display: inline-block;
            font-family: Roboto;
            font-style: italic;
            font-weight: 300;
            list-style-image: url("Images/check icon.png");
            list-style: outside;
            font-size: 30px;
        }

            .caratteristicheEcommerce ul li {
                padding: 10px 0px;
                display: inline-block;
                /*margin-right: 50px;*/
            }

                .caratteristicheEcommerce ul li:nth-child(1):after, .caratteristicheEcommerce ul li:nth-child(2):after {
                    margin: 0px 25px;
                    content: "~";
                }

    .featuresEcommerce {
        margin-top: 70px;
    }

        .featuresEcommerce p {
            line-height: 90px;
            font-size: 43px;
            text-align: center;
            font-style: italic;
            font-family: 'Fira Sans';
        }

        .featuresEcommerce ul {
            display: inline-block;
            font-family: Roboto;
            font-style: italic;
            font-weight: 300;
            list-style-image: url("Images/check icon.png");
            font-size: 28px;
            float: right;
            width: 70%;
        }

            .featuresEcommerce ul li {
                padding: 10px 0px;
            }

    .realGears .imgFeaturesEcommerce {
        float: left;
        margin-top: 80px;
        margin-left: 50px;
        position: relative;
        width: 250px;
    }

    .realGears .gear1 {
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-delay: 0s;
        -webkit-animation-name: rotazione;
        -webkit-animation-duration: 5s;
        -webkit-animation-fill-mode: forwards;
        -webkit-animation-play-state: running;
        animation-iteration-count: infinite;
        animation-delay: 0s;
        animation-name: rotazione;
        animation-duration: 5s;
        animation-fill-mode: forwards;
        animation-play-state: running;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        position: absolute;
        top: 71px;
        left: 0px;
    }

        .realGears .gear1 img {
            max-height: 120px;
        }

    .realGears .gear2 {
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-delay: 0s;
        -webkit-animation-name: rotazione;
        -webkit-animation-duration: 7s;
        -webkit-animation-fill-mode: forwards;
        -webkit-animation-play-state: running;
        animation-iteration-count: infinite;
        animation-delay: 0s;
        animation-name: rotazione;
        animation-duration: 7s;
        animation-fill-mode: forwards;
        animation-play-state: running;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        position: absolute;
        top: 0px;
        left: 94px;
    }

        .realGears .gear2 img {
            max-width: 140px;
        }

    .realGears .gear3 {
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-delay: 0s;
        -webkit-animation-name: rotazione;
        -webkit-animation-duration: 3.5s;
        -webkit-animation-fill-mode: forwards;
        -webkit-animation-play-state: running;
        animation-iteration-count: infinite;
        animation-delay: 0s;
        animation-name: rotazione;
        animation-duration: 3.5s;
        animation-fill-mode: forwards;
        animation-play-state: running;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        position: absolute;
        top: 166px;
        left: 70px;
    }

        .realGears .gear3 img {
            max-width: 90px;
        }

    .realGears {
        display: none;
    }

    .blueGears .imgFeaturesEcommerce {
        float: left;
        /*margin-top: 80px;*/
        margin-left: 30px;
        position: relative;
        width: 250px;
    }

    .blueGears .gear1 {
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-delay: 0s;
        -webkit-animation-name: rotazione;
        -webkit-animation-duration: 3.5s;
        -webkit-animation-fill-mode: forwards;
        -webkit-animation-play-state: running;
        animation-iteration-count: infinite;
        animation-delay: 0s;
        animation-name: rotazione;
        animation-duration: 3.5s;
        animation-fill-mode: forwards;
        animation-play-state: running;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        position: absolute;
        top: 130px;
        left: 0px;
    }

        .blueGears .gear1 img {
            max-height: 150px;
        }

    .blueGears .gear2 {
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-delay: 0.02s;
        -webkit-animation-name: rotazioneAnti;
        -webkit-animation-duration: 3.5s;
        -webkit-animation-fill-mode: forwards;
        -webkit-animation-play-state: running;
        animation-iteration-count: infinite;
        animation-delay: 0.02s;
        animation-name: rotazioneAnti;
        animation-duration: 3.5s;
        animation-fill-mode: forwards;
        animation-play-state: running;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        position: absolute;
        top: 80px;
        left: 129px;
    }

        .blueGears .gear2 img {
            max-width: 120px;
        }

    .blueGears .gear3 {
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-delay: 0.1s;
        -webkit-animation-name: rotazione;
        -webkit-animation-duration: 3s;
        -webkit-animation-fill-mode: forwards;
        -webkit-animation-play-state: running;
        animation-iteration-count: infinite;
        animation-delay: 0.1s;
        animation-name: rotazione;
        animation-duration: 3s;
        animation-fill-mode: forwards;
        animation-play-state: running;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        position: absolute;
        top: 30px;
        left: 65px;
    }

        .blueGears .gear3 img {
            max-width: 90px;
        }

    .blueGears .gear4 {
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-delay: 0.2s;
        -webkit-animation-name: rotazioneAnti;
        -webkit-animation-duration: 3s;
        -webkit-animation-fill-mode: forwards;
        -webkit-animation-play-state: running;
        animation-iteration-count: infinite;
        animation-delay: 0.2s;
        animation-name: rotazioneAnti;
        animation-duration: 3s;
        animation-fill-mode: forwards;
        animation-play-state: running;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        position: absolute;
        top: 16px;
        left: 144px;
    }

        .blueGears .gear4 img {
            max-width: 60px;
        }


    /* ------------------------------------ PAG. 5: WEB MARKETING -----------------------------------------*/

    .descAzienda {
        margin-top: 100px;
    }

    .contenitoreImgMarketing {
        position: absolute;
        z-index: 999;
    }

    .imgMarketing {
        position: absolute;
        z-index: 999;
        top: -70px;
        left: 104px;
    }

    .h2Marketing {
        text-transform: uppercase;
        margin-top: 80px;
    }

    .descMarketing {
        margin-top: 0px;
        display: inline-block;
        line-height: 20px;
        font-size: 18px;
        padding: 0px 30px;
    }

    .titleMarketing {
        margin-top: 80px;
        font-family: 'Fira Sans';
        font-size: 45px;
        font-style: italic;
        display: inline-block;
        margin-bottom: 20px;
    }

    .infoMarketing {
        font-size: 25px;
        margin-left: 200px;
        display: inline-block;
        font-family: Roboto;
        font-weight: 300;
        font-style: italic;
    }

        .infoMarketing ul {
            font-family: Roboto;
            font-style: italic;
            font-weight: 300;
            list-style-image: url("Images/check icon.png");
            font-size: 30px;
            float: right;
        }

            .infoMarketing ul li {
                padding: 5px 0px;
                margin-bottom: 20px;
            }

    .titleContentMarketing {
        color: #fff;
        font-size: 80px;
        font-family: Roboto;
        font-weight: 600;
        font-style: italic;
        text-shadow: 1px 1px 1px #000;
        margin-top: 300px;
        display: inline-block;
    }

    .infoContentMarketing {
        font-family: 'Fira Sans';
        font-size: 30px;
        padding: 0px 50px;
        margin-top: 100px;
        margin-bottom: 100px;
    }

        .infoContentMarketing h2 {
            font-weight: 400;
            font-style: italic;
            margin-bottom: 0px;
        }


    /* -------------------------------------- PAG. 7: CONTATTI -----------------------------------------*/

    body.unaColonnaContatti .colonnaPagina a {
        color: #1a5dcf;
        text-decoration: none;
    }

    body.unaColonnaContatti .sezionePagina:nth-child(3) .rigaPagina {
        width: 100%;
        margin: 0px !important;
    }

    body.unaColonnaContatti .sezionePagina:nth-child(3) .colonnaPagina p {
        width: 100%;
        /*padding: 0px 20px;*/
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }

    body.unaColonnaContatti .sezionePagina:nth-child(3) .colonnaPagina {
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }

    body.unaColonnaContatti .sezionePagina:nth-child(3) {
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }


    /*----------------------------------------------------------------------------------------------*/
    /* Contenitore File Manager */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreFileManager {
        overflow: hidden;
        margin-bottom: 20px;
    }

        #contenitoreFileManager header {
            display: block;
        }

    /*----------------------------------------------------------------------------------------------*/
    /* File Manager Immagini */
    /*----------------------------------------------------------------------------------------------*/
    ul#idFileManagerImmagini {
        background-color: #fff;
        overflow: hidden;
        margin: 0px;
        padding: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    #idFileManagerImmagini li {
        display: inline;
        float: left;
        margin: 0 10px 0 0;
        padding: 0px 0px 10px 0px;
        width: 200px;
        min-height: 250px;
    }

    #idFileManagerImmagini img {
        margin-bottom: 10px;
    }

    #idFileManagerImmagini a {
        color: #666666;
        display: block;
        text-decoration: none;
        margin: 0px 0px 0px -10px;
        padding: 5px 0px 5px 10px;
        text-align: center;
    }

        #idFileManagerImmagini a:hover {
            margin: 0px 0px 0px -10px;
            padding: 5px 0px 5px 10px;
            color: #cc0000;
        }
    /*----------------------------------------------------------------------------------------------*/
    /* File Manager Cartelle */
    /*----------------------------------------------------------------------------------------------*/
    ul#idFileManagerCartelle {
        margin: 10px;
        padding: 0px;
    }

    #idFileManagerCartelle li {
        display: inline;
        margin: 0px;
        padding: 0px 0px 0px 0px;
    }

    #idFileManagerCartelle img {
        margin: 0 10px 10px 0;
        vertical-align: middle;
    }

    #idFileManagerCartelle a {
        color: #666666;
        display: block;
        text-decoration: none;
        margin: 0px;
        padding: 0px;
    }

        #idFileManagerCartelle a:hover {
            margin: 0px;
            padding: 0px;
            color: #cc0000;
        }
    /*----------------------------------------------------------------------------------------------*/
    /* File Manager File */
    /*----------------------------------------------------------------------------------------------*/
    ul#idFileManagerFiles {
        background-color: #fff;
        overflow: hidden;
        margin: 0px;
        padding: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 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 {
        background-color: #fff;
        overflow: hidden;
        margin: 0px;
        padding: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    #idFileManagerHtml li {
        display: inline;
        margin: 0px;
        padding: 0px 0px 0px 0px;
    }

    #idFileManagerHtml iframe {
    }

    /*----------------------------------------------------------------------------------------------*/
    /* File Manager Navigazione */
    /*----------------------------------------------------------------------------------------------*/
    #idFileManagerNavigazione {
        margin-bottom: 20px;
    }

        #idFileManagerNavigazione header {
            display: block;
        }

        #idFileManagerNavigazione ul {
            margin: 0px;
            padding: 0px 0px 0px 10px;
        }

        #idFileManagerNavigazione li {
            display: inline;
            margin: 0px;
            padding: 0px 0px 10px 0px;
        }

        #idFileManagerNavigazione img {
            margin: 0 10px 10px 0;
            vertical-align: middle;
            display: none;
        }

        #idFileManagerNavigazione a {
            color: #666666;
            display: block;
            text-decoration: none;
            margin: 0px 0px 0px -10px;
            padding: 5px 0px 5px 10px;
            border-bottom-style: solid;
            border-bottom-width: 1px;
            border-bottom-color: #C0C0C0;
        }

            #idFileManagerNavigazione a:hover {
                margin: 0px 0px 0px -10px;
                padding: 5px 0px 5px 10px;
                color: #cc0000;
            }

            #idFileManagerNavigazione a.selezionato {
                color: #cc0000;
                font-weight: bold;
            }

    /*----------------------------------------------------------------------------------------------*/
    /* Ricerca avanzata contenitore */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreRicercaAvanzata {
        width: 1024px;
        margin-top: 50px;
        margin-left: auto;
        margin-right: auto;
    }

        #contenitoreRicercaAvanzata header {
        }

    #divContenitoreRicercaAvanzata {
        padding: 10px;
        border: solid 1px #C0C0C0;
        border-radius: 10px;
        margin-bottom: 10px;
    }

    #divKeyWordRicercaAvanzata {
        overflow: hidden;
    }

    divStrumentiRicercaAvanzata {
        overflow: hidden;
    }

    #rdblRicercaModalitàSplit_String {
        margin-top: 10px;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Risultati Pagine Blog - Ricerca avanzata  */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreRisultatiBlog, #contenitoreRisultatiPagine, #ContenitoreRisultatiProdotti {
        border: solid 1px #69a4d0;
        /*border-radius: 10px;*/
        margin-bottom: 10px;
    }

        #contenitoreRisultatiBlog header, #contenitoreRisultatiPagine header, #ContenitoreRisultatiProdotti header {
            display: block;
            background-color: #69a4d0;
        }

        #contenitoreRisultatiBlog h3, #contenitoreRisultatiPagine h3, #ContenitoreRisultatiProdotti h3 {
            color: #ffffff;
        }

        #contenitoreRisultatiBlog ul, #contenitoreRisultatiPagine ul, #ContenitoreRisultatiProdotti ul {
            font-size: 10pt;
            margin: 0px;
            padding: 10px;
        }

        #contenitoreRisultatiBlog li, #contenitoreRisultatiPagine li, #ContenitoreRisultatiProdotti li {
            margin: 0 0 10px 0;
            padding: 0px 0px 10px 0px;
        }

        #contenitoreRisultatiBlog a, #contenitoreRisultatiPagine a, #ContenitoreRisultatiProdotti a {
            font-size: 14pt;
            color: #1a0dab;
            display: block;
            text-decoration: none;
            margin: 0px;
        }

            #contenitoreRisultatiBlog a:hover, #contenitoreRisultatiPagine a:hover, #ContenitoreRisultatiProdotti a:hover {
                text-decoration: underline;
            }

        #contenitoreRisultatiBlog .urlCerca, #contenitoreRisultatiPagine .urlCerca, #ContenitoreRisultatiProdotti .urlCerca {
            color: #006621;
            width: 100%;
            display: block;
        }

        #contenitoreRisultatiBlog .descriptionCerca, #contenitoreRisultatiPagine .descriptionCerca, #ContenitoreRisultatiProdotti .descriptionCerca {
            width: 60%;
            display: block;
        }

    /*----------------------------------------------------------------------------------------------*/
    /* Richiesta Informazioni  */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreRichiestaInformazioni {
        padding: 50px;
        overflow: hidden;
        font-size: 16pt;
        margin: 3% 0;
    }

        #contenitoreRichiestaInformazioni .headerBox {
            display: block;
            background-color: #fff;
            text-align: center;
        }

        #contenitoreRichiestaInformazioni .h2Box {
            font-size: 50px;
            font-family: Lato;
            font-family: Fira Sans;
            font-weight: 400;
            font-style: italic;
        }

        #contenitoreRichiestaInformazioni span {
            display: inline-block;
            /*float: right;*/
            text-transform: uppercase;
            font-size: 10pt;
        }

        #contenitoreRichiestaInformazioni .valore a {
            font-weight: bold !important;
            text-transform: uppercase;
            font-size: 9pt;
        }

    /*#contenitoreRichiestaInformazioni label {
            font-size: 8pt;
            display: inline-block;
            width: 490px;
            text-align: justify;
            float: right;
            padding-right: 40px;
            margin: -8px 0px 0px 0px;
            font-weight: normal;
        }*/

    .contenitore3ColonneRichiestaInfoContenuti {
        width: 800px;
        margin: 0 auto 0 auto;
        overflow: hidden;
    }

    .topRichiestaInfoContenuti {
        width: 100%;
        margin: 0 auto 40px auto;
        /*font-family: Martel Sans;*/
        font-family: Lato;
    }

    .leftRichiestaInfoContenuti {
        float: left;
    }

    #contenitoreRichiestaInformazioni ul {
        float: right;
        width: 790px;
        margin: 0 auto 0 auto;
        padding: 0px;
        list-style: none;
    }

    #contenitoreRichiestaInformazioni li {
        text-decoration: none;
        overflow: hidden;
        margin-bottom: 10px;
    }

    #contenitoreRichiestaInformazioni .valore {
        width: 550px;
        padding-right: 50px;
    }

    #contenitoreRichiestaInformazioni .chiave {
        width: 180px;
        text-align: right;
        padding-right: 10px;
        line-height: 30px;
        text-transform: uppercase;
        padding-top: 7px;
    }

    #contenitoreRichiestaInformazioni input.text, #contenitoreRichiestaInformazioni textarea {
        width: 500px;
        font-size: 12pt;
        color: #000;
        border-radius: 0px !important;
        padding: 7px 5px;
        /*font-family: Martel Sans;*/
    }

    #contenitoreRichiestaInformazioni textarea {
        display: block;
        margin: 5px 0px;
        height: 200px;
        width: 91% !important;
        color: #000;
    }

    #contenitoreRichiestaInformazioni .btnGenerico {
        clear: both;
        overflow: hidden;
        float: left;
        border-width: 0px;
        border-radius: 0px;
        width: 514px;
        /*padding: 10px 8px;*/
        -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;
        font-size: 24pt;
        height: 50px;
        background-color: #ff5e00;
    }

        #contenitoreRichiestaInformazioni .btnGenerico:hover {
            /*background: #002cff;*/
            background-color: #ff1f00;
        }

    /*----------------------------------------------------------------------------------------------*/
    /* Ricerca Utenti per ruolo */
    /*----------------------------------------------------------------------------------------------*/
    #ricercaUtentePerRuolo {
    }

    #ricercaNazioneUtente span, #ricercaProvinciaUtente span {
        margin-right: 10px;
    }

    #ricercaNazioneUtente {
        padding: 10px;
        float: left;
        margin-right: 15px;
    }

    #ricercaProvinciaUtente {
        padding: 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 */
    /*----------------------------------------------------------------------------------------------*/
    .dueColonne #contenitoreBreadcrumbs {
        width: 1100px;
        margin: 20px auto 20px auto;
        overflow: hidden;
        text-transform: uppercase;
        display: none;
    }

    .unaColonna #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;
        }



    /************************************************************************************************/
    /* CSS LAYOUT 2 COLONNE *************************************************************************/
    /************************************************************************************************/
    /*----------------------------------------------------------------------------------------------*/
    /* Sottosezioni Contenuti 2 colonne */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreSottosezioniContenuto {
        margin-bottom: 20px;
    }

        #contenitoreSottosezioniContenuto header {
            display: none;
        }

    .contenitoreFotoSottosezioniContenuto {
        overflow: hidden;
    }

    body.dueColonne #contenitoreSottosezioniContenuto ul h2 {
        background-color: #fff;
        opacity: 0.8;
        max-width: 90%;
        position: absolute;
        bottom: 0px;
        overflow: hidden;
        padding-bottom: 10px;
        padding-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 18pt;
        font-weight: normal;
        border-top-right-radius: 10px;
    }

    body.dueColonne #contenitoreSottosezioniContenuto ul {
        margin: 0px;
        padding: 0px 0px 0px 0px;
        overflow: hidden;
        border-radius: 0px;
        border-width: 0px;
        background-color: #ffffff;
        -moz-box-shadow: 0px 0px 0px #fff;
        -webkit-box-shadow: 0px 0px 0px #fff;
        box-shadow: 0px 0px 0px #fff;
    }

    body.dueColonne #contenitoreSottosezioniContenuto li {
        position: relative;
        float: left;
        margin: 0 10px 0 0;
        padding: 0px 0px 0px 0px;
        border: solid 1px #e5e5e5;
        border-radius: 10px;
        width: 241px;
    }

        body.dueColonne #contenitoreSottosezioniContenuto li img {
            width: 100%;
            border-radius: 10px;
        }

    #contenitoreSottosezioniContenuto a {
        color: #333333;
        text-decoration: none;
        padding: 0px;
    }

        #contenitoreSottosezioniContenuto a:hover {
            color: #333333;
            padding: 0px;
        }

    /*----------------------------------------------------------------------------------------------*/
    /* Contenuti Pagina 2 colonne */
    /*----------------------------------------------------------------------------------------------*/
    body.dueColonne #headerBoxPagina {
        display: block;
    }

    body.dueColonne .sezionePagina {
        background-position: bottom left;
        background-repeat: no-repeat;
        border: 0px;
        margin-bottom: 30px;
        border-radius: 0px;
        width: 100%;
    }

    body.dueColonne .rigaPagina {
        width: auto;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
    }

    .colonnaPagina {
        float: left;
        border-width: 1px;
        border-color: #C0C0C0;
        overflow: hidden;
    }

        .colonnaPagina p {
            margin-top: 0px;
            margin-bottom: 10px;
        }


    /*----------------------------------------------------------------------------------------------*/
    /* FORUM */
    /*----------------------------------------------------------------------------------------------*/

    #containerForum {
        width: 100%;
        margin: 5% 10% 10% 10%;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Ricerca Forum: DropDownList Categorie, TextBox Ricerca e Bottone Cerca */
    /*----------------------------------------------------------------------------------------------*/

    #ricercaForum {
        float: left;
        width: 50%;
    }

    #ddlCategoria {
        padding: 5px;
        margin: 10px 3px 10px 3px;
        border-style: solid;
        border-width: 1px;
        border-color: #808080 #C0C0C0 #C0C0C0 #C0C0C0;
        border-radius: 5px;
        height: 32px;
        width: 250px;
        font-size: 10pt;
    }

    #txtRicerca {
        padding: 5px;
        margin: 10px 3px 10px 3px;
        border-style: solid;
        border-width: 1px;
        border-color: #808080 #C0C0C0 #C0C0C0 #C0C0C0;
        border-radius: 5px;
        height: 20px;
        width: 250px;
        font-size: 10pt;
    }

    #btnRicercaForum {
        padding: 5px;
        margin: 10px 3px 10px 3px;
        width: 13%;
        height: 34px;
        font-size: 13pt;
        font-weight: bold;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Utility Forum: Bottoni "Le mie discussioni" e "Fai una domanda" (crea una nuova discussione) */
    /*----------------------------------------------------------------------------------------------*/

    .utilityForum {
        overflow: hidden;
        float: right;
    }

    #mieDiscussioni {
        background-color: #327bd4;
        border-radius: 10px;
        color: #FFF;
        font-weight: bold;
        line-height: 35px;
        display: inline-block;
        padding: 0 15px;
        margin: 10px 0px 30px 10px;
    }

    #elencoCategorieForum {
        background-color: #666666;
        border-radius: 10px;
        color: #FFF;
        font-weight: bold;
        line-height: 35px;
        display: inline-block;
        padding: 0 15px;
    }

    #discussioniRecenti {
        background-color: #ff9400;
        border-radius: 10px;
        color: #FFF;
        font-weight: bold;
        line-height: 35px;
        display: inline-block;
        padding: 0 15px;
    }

    #creaDisc {
        background-color: #cc0000;
        border-radius: 10px;
        color: #FFF;
        font-weight: bold;
        line-height: 35px;
        display: inline-block;
        padding: 0px 15px;
        margin: 10px 0px 30px 10px;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Home del forum: categorie iniziali */
    /*----------------------------------------------------------------------------------------------*/

    .categoriaContainer {
        background-color: #696969;
        float: left;
        color: #FFF;
        border-width: 1px;
        border-color: #C0C0C0;
        border-radius: 10px;
        overflow: hidden;
        text-align: center;
        width: 99.2%;
        padding: 20px 0px 28px 10px;
        margin: 10px 0px 10px 0;
        position: relative;
    }

    .categoriaNome {
        font-size: 26pt;
        font-style: italic;
        display: block;
    }

    .categoriaDescrizione {
        position: absolute;
        bottom: 5px;
        font-size: 12pt;
        font-style: italic;
        display: block;
        width: 100%;
    }

    .sottocategoriaContainer {
        background-color: #CCCCCC;
        float: left;
        border-width: 1px;
        border-color: #C0C0C0;
        border-radius: 10px;
        overflow: hidden;
        padding: 10px 0px 0px 10px;
        margin: 0 0px 10px 0px;
        width: 99.2%;
    }

    .sottocategoriaNome {
        padding: 0 0px 0px 10px;
        color: #e60e0e;
        font-size: 19pt;
        font-style: italic;
        font-weight: bold;
        width: 99.2%;
    }

        .sottocategoriaNome a {
            color: #dd091c;
        }

    .sottoCategoriaDescrizione {
        color: #000;
        padding: 0 0px 0px 10px;
        font-style: italic;
        font-size: 12pt;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Dati delle sottocategorie: numero discussioni e numero messaggi */
    /*----------------------------------------------------------------------------------------------*/

    .sottoCategoriaCounter {
        color: #000;
        padding: 0 0px 0px 10px;
        margin: 0px 0px 10px 0px;
        font-size: 11pt;
        font-weight: bold;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* BreadCrumbs Forum: categoria ed eventuale discussione */
    /*----------------------------------------------------------------------------------------------*/

    .breadCrumbsForum {
        font-weight: bold;
        font-size: 19pt;
        float: left;
        color: #f71818;
        overflow: hidden;
        width: 100%;
        margin: 10px 0px 20px 0px;
    }

        .breadCrumbsForum a {
            font-weight: bold;
            clear: both;
            font-size: 19pt;
            color: #f71818;
            overflow: hidden;
            height: 100%;
        }

    /*----------------------------------------------------------------------------------------------*/
    /* Descrizione interna di una sottocategoria */
    /*----------------------------------------------------------------------------------------------*/

    .argomentiCategoriaForum {
        clear: both;
        float: left;
        color: #000;
        height: 100%;
        font-size: 11pt;
        font-weight: bold;
        margin: 0px 0px 20px 0px;
    }

    .descrizioneCategoriaForum {
        clear: both;
        color: #000;
        height: 100%;
        font-size: 11pt;
        font-weight: normal;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Discussioni del forum*/
    /*----------------------------------------------------------------------------------------------*/

    /*----------------------------------------------------------------------------------------------*/
    /* Numero delle risposte ad una discussione */
    /*----------------------------------------------------------------------------------------------*/

    .discussioneNumMessaggi {
        background-color: #464646;
        text-align: center;
        color: #FFF;
        float: left;
        border-width: 1px;
        border-color: #C0C0C0;
        width: 85px;
        height: 67px;
        padding: 15px 0px 5px 0px;
        margin: 10px 10px 10px 10px;
        font-size: 37pt;
        font-weight: bold;
        border-radius: 100px;
    }

    .discussioneTxtRisposte {
        display: none;
    }

    .discussioneContainer {
        background-color: #CCCCCC;
        float: left;
        color: #000;
        border-width: 1px;
        border-color: #C0C0C0;
        width: 99.2%;
        height: 100px;
        padding: 0px 0px 5px 10px;
        margin: 10px 0px 10px 0;
        font-size: 10pt;
        border-radius: 10px;
    }

    .discussioneNome {
        float: left;
        color: #000;
        border-width: 1px;
        border-color: #C0C0C0;
        width: 100%;
        height: 100%;
        padding: 0px 0px 0px 0px;
        margin: -84px 0px 100px 110px;
        font-size: 20pt;
        font-weight: bold;
    }

    .discussioneDati {
        float: left;
        color: #000;
        border-width: 1px;
        border-color: #C0C0C0;
        width: 100%;
        padding: 0px 0px 0px 0px;
        margin: -163px 0px 100px 110px;
        font-size: 11pt;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Messaggi di una discussione */
    /*----------------------------------------------------------------------------------------------*/

    .containerMessaggio {
        background-color: #CCCCCC;
        float: left;
        width: 100%;
        margin: 0px 0px 20px 0px;
        border-radius: 10px;
        position: relative;
    }

    .containerDatiUtenteTesto {
        float: left;
        width: 72%;
    }

    .containerDatiUtente {
        background-color: #666666;
        float: left;
        color: #FFF;
        border-width: 1px;
        border-color: #C0C0C0;
        width: 100%;
        border-radius: 10px;
        overflow: hidden;
        height: 100%;
        padding: 10px 0px 10px 10px;
        margin: 15px 0px 10px 15px;
    }

    .utenteDataMessaggio {
        display: inline-block;
        width: 60%;
        overflow: hidden;
        float: left;
    }

    .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: 100%;
        overflow: hidden;
        height: 100%;
        font-size: 12pt;
        padding: 0px 0px 10px 20px;
        margin: 10px 0px 10px 19px;
        font-weight: normal;
    }

    .utilityMessaggio {
        float: right;
        width: 24%;
        padding: 10px 10px 10px 10px;
    }

    .modificaMessaggio {
        width: 100%;
        clear: both;
    }

        .modificaMessaggio a {
            float: left;
            background-color: #1D9858;
            padding: 10px 10px 10px 10px;
            border-radius: 10px;
            color: #fff;
            font-weight: bold;
            font-size: 12px;
            margin: 5px;
            border: 1px outset;
            background-image: -webkit-linear-gradient(right, #20a962 0%, #1D9858 100%);
            background-image: -ms-linear-gradient(right, #20a962 0%, #1D9858 100%);
            background-image: -moz-linear-gradient(right, #20a962 0%, #1D9858 100%);
            background-image: linear-gradient(to right, #20a962 0%, #1D9858 100%);
        }

    .likeMessaggio a {
        background-color: #137B44;
        padding: 10px;
        margin: 5px 15px 5px 5px;
        border-radius: 10px;
        color: #fff;
        font-size: 14px;
        border: 1px outset;
        background-image: -webkit-linear-gradient(right, #1D9858 0%, #137B44 100%);
        background-image: -ms-linear-gradient(right, #1D9858 0%, #137B44 100%);
        background-image: -moz-linear-gradient(right, #1D9858 0%, #137B44 100%);
        background-image: linear-gradient(to right, #1D9858 0%, #137B44 100%);
        float: right;
    }

    .quoteMessaggio a {
        float: left;
        background-color: #20a962;
        color: #FFF;
        border-width: 1px;
        border-color: #1D9858;
        border-radius: 10px;
        text-align: center;
        font-weight: bold;
        padding: 10px;
        font-size: 12px;
        margin: 5px;
        background-image: -webkit-linear-gradient(right, #20a962 0%, #1D9858 100%);
        background-image: -ms-linear-gradient(right, #20a962 0%, #1D9858 100%);
        background-image: -moz-linear-gradient(right, #20a962 0%, #1D9858 100%);
        background-image: linear-gradient(to right, #20a962 0%, #1D9858 100%);
        border: 1px outset;
    }

    .numeroLikeMessaggio {
        font-weight: normal;
        width: 100%;
        clear: both;
        font-style: italic;
        font-size: 12px;
        font-weight: bold;
        margin: 15px;
    }

        .numeroLikeMessaggio span {
            float: right;
            padding: 0px 40px 10px 0px;
        }

    .scegliMigliorRisposta a {
        float: left;
        background-color: #20a962;
        color: #FFF;
        border-width: 1px;
        border-color: #1D9858;
        border-radius: 10px;
        text-align: center;
        font-weight: bold;
        padding: 10px;
        font-size: 12px;
        margin: 5px;
        background-image: -webkit-linear-gradient(right, #20a962 0%, #1D9858 100%);
        background-image: -ms-linear-gradient(right, #20a962 0%, #1D9858 100%);
        background-image: -moz-linear-gradient(right, #20a962 0%, #1D9858 100%);
        background-image: linear-gradient(to right, #20a962 0%, #1D9858 100%);
        border: 1px outset;
    }

    .migliorRispostaScelta {
        float: right;
        display: inline-block;
        font-size: 15pt;
        margin: 8px 10px 0px 0px;
        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;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Creazione di una nuova discussione */
    /*----------------------------------------------------------------------------------------------*/

    .inviaDiscussione {
        background-color: #CCCCCC;
        float: left;
        color: #454545;
        border-width: 1px;
        border-color: #C0C0C0;
        border-radius: 10px;
        width: 88%;
        overflow: hidden;
        height: 100%;
        font-weight: bold;
        padding: 20px 20px 20px 20px;
        margin: 10px 0px 10px 50px;
    }

    .titoloDiscussione {
        background-color: #CCCCCC;
        float: left;
        color: #454545;
        border-width: 1px;
        border-color: #C0C0C0;
        overflow: hidden;
        height: 100%;
        font-size: 13pt;
        font-weight: normal;
        font-weight: bold;
        margin: 10px 0px 10px 0px;
    }

    .messaggioDiscussione {
        background-color: #CCCCCC;
        float: left;
        color: #454545;
        border-width: 1px;
        border-color: #C0C0C0;
        overflow: hidden;
        height: 100%;
        font-size: 13pt;
        font-weight: bold;
    }

    #inviaDisc {
        font-weight: bold;
        font-size: 11pt;
        background-color: #666666;
        float: right;
        color: #FFF;
        overflow: hidden;
        height: 100%;
        margin: 10px 0px 10px 100px;
    }

    #txtDiscussione {
        height: 300px;
        width: 1120px;
        color: #000;
        font-size: 13pt;
    }

    #titleDiscussione {
        width: 1120px;
        color: #000;
        font-size: 15pt;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Creazione di una nuovo messaggio */
    /*----------------------------------------------------------------------------------------------*/

    .inviaMessaggio {
        background-color: #CCCCCC;
        float: left;
        color: #454545;
        border-width: 1px;
        border-color: #C0C0C0;
        width: 96.9%;
        border-radius: 10px;
        overflow: hidden;
        height: 100%;
        padding: 20px 20px 20px 20px;
        margin: 10px 0px 10px 0px;
    }

    .messaggioContenuto {
    }

    #inviaMsg {
        font-weight: bold;
        font-size: 11pt;
        background-color: #666666;
        float: right;
        color: #FFF;
        overflow: hidden;
        height: 100%;
        margin: 1% 0.5% 0% 0%;
    }

    #txtMessaggio {
        float: left;
        color: #000;
        border-style: solid;
        border-width: 1px;
        border-color: #808080 #C0C0C0 #C0C0C0 #C0C0C0;
        border-radius: 5px;
        font-size: 13pt;
        font-weight: bold;
        height: 200px;
        width: 99%;
        overflow: scroll;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Utility DropDownList: Ricerca discussioni per data e Numero di Discussioni/Messaggi da visualizzare */
    /*----------------------------------------------------------------------------------------------*/

    .ricercaDataDiscussioni {
        font-weight: bold;
        font-size: 12pt;
        float: right;
        color: #000;
        overflow: hidden;
        height: 100%;
        display: inline-block;
        margin: 10px 0px 30px 0px;
    }

    .numeroMessaggiPerPagina {
        font-weight: bold;
        font-size: 12pt;
        float: left;
        color: #000;
        overflow: hidden;
        height: 100%;
        display: inline-block;
        margin: 10px 0px 30px 0px;
    }

    .numeroDiscussioniPerPagina {
        font-weight: bold;
        font-size: 12pt;
        float: left;
        color: #000;
        overflow: hidden;
        height: 100%;
        margin: 10px 0px 30px 0px;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* 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: 99.2%;
        padding: 20px 0px 20px 10px;
        margin: 10px 0px 10px 0;
        border-radius: 10px;
    }

    quote {
        display: block;
        margin: 2% 2% 1% 1%;
        padding: 1%;
        border-radius: 5px;
        border: 2px ridge;
        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%);
    }

    /*#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*/

    .jobs {
        padding: 7% 0;
        background-attachment: fixed;
        position: relative;
    }

        .jobs .rigaPagina:before {
            content: '';
            background: rgba(0, 0, 0, 0.5);
            background: rgba(17, 39, 77, 0.7);
            position: absolute;
            top: 0px;
            left: 0px;
            display: block;
            width: 100%;
            height: 100%;
            z-index: 0;
        }

        .jobs .colonnaPagina,
        .jobs .colonnaPagina * {
            color: #fff !important;
            font-size: 40px;
            z-index: 1;
            position: relative;
        }

        .jobs h3 {
            background: #000;
            background: #20a962;
            padding: 2%;
            line-height: 40px;
            font-size: 40px;
            display: inline-block;
            font-family: Martel Sans;
            border-radius: 1px;
        }

            .jobs h3 strong {
                font-weight: 700 !important;
            }

    .jobs-2 {
        font-size: 27px;
    }

    .jobs-3 {
        color: #fff;
        /*font-weight: 600 !important;*/
        padding: 7% 0;
        background-attachment: fixed;
        position: relative;
    }

        .jobs-3 .rigaPagina:before {
            content: '';
            background: rgba(0, 0, 0, 0.7);
            /*background: rgba(17, 39, 77, 0.7);*/
            position: absolute;
            top: 0px;
            left: 0px;
            display: block;
            width: 100%;
            height: 100%;
            z-index: 0;
        }

        .jobs-3 .colonnaPagina,
        .jobs-3 .colonnaPagina * {
            color: #fff !important;
            font-size: 27px;
            z-index: 1;
            position: relative;
        }

        .jobs-3 p:nth-child(3) {
            font-size: 16px;
        }

		

    .banner-video * {
        box-sizing: border-box;
    }

	.banner-video
	{
	  background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      border-radius: 0;
      margin-bottom: 0;
      border-style: solid;
      border-width: 0;
      border: none;
      overflow: hidden;
      background-color: transparent;
      background-attachment: fixed;
      position: relative;
	}

    .video-background {
        background: #000;
        height: 110vh;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

        .video-foreground,
        .video-background iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            /*pointer-events: none;*/
        }

		/*.banner-top-home
		{
			position: relative;
		}*/

		.banner-come-lavoriamo
		{
            position: relative;
		}

}

@media (min-aspect-ratio: 16/9) {
    .video-foreground {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    .video-foreground {
        width: 300%;
        left: -100%;
    }
}

/*----------------------------------------------------------------------------------------------*/
/* D E L T A I N F O R M A T I C */
/*----------------------------------------------------------------------------------------------*/
/* TABLET - Responsive Web Design */
/*----------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 768px) and (max-width: 1279px) {
    /*----------------------------------------------------------------------------------------------*/
    /* Regole Generiche */
    /*----------------------------------------------------------------------------------------------*/

    html {
    }

    body {
        font-size: 13pt;
        background-color: #FFF;
    }

    img {
        max-width: 100%;
    }

    table {
        width: 100%;
    }

    iframe {
        width: 100%;
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Box generico */
    /*----------------------------------------------------------------------------------------------*/
    .contenitoreBox {
    }

    .headerBox {
        background-color: #1a5dcf;
        display: none;
    }

    .corpoBox {
        padding: 2%;
        overflow: hidden;
    }

    .footerBox {
    }

    .h1Box {
        padding: 0px;
        margin: 0px;
    }

    .h2Box {
        /*color: #ffffff;*/
        font-size: 14pt;
        padding: 0px;
        margin: 0px;
    }

    .h3Box {
        padding: 0px;
        margin: 0px;
        font-size: 14pt;
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Form generico */
    /*----------------------------------------------------------------------------------------------*/
    .ulCoppia {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

    .liCoppia {
        text-decoration: none;
        overflow: hidden;
        width: 100%;
        margin-bottom: 10px;
    }

    .chiave {
        float: left;
    }

    .valore {
        float: right;
        font-weight: bold;
    }
    /*----------------------------------------------------------------------------------------------*/
    input.text {
        padding: 5px;
        border-style: solid;
        border-width: 1px;
        border-color: #808080 #C0C0C0 #C0C0C0 #C0C0C0;
        font-style: italic;
        font-size: 12pt;
        color: #808080;
        border-radius: 5px;
        -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 {
        padding: 5px;
        border-style: solid;
        border-width: 1px;
        border-color: #808080 #C0C0C0 #C0C0C0 #C0C0C0;
        font-style: italic;
        font-family: Fira Sans;
        font-weight: 400;
        font-size: 12pt;
        color: #808080;
        border-radius: 5px;
        -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 {
        padding: 5px;
        border-style: solid;
        border-width: 1px;
        border-color: #808080 #C0C0C0 #C0C0C0 #C0C0C0;
        font-style: italic;
        font-size: 12pt;
        color: #808080;
        border-radius: 5px;
    }

        select:focus {
            border: 1px solid #1a5dcf;
        }
    /*----------------------------------------------------------------------------------------------*/
    /* Bottoni */
    /*----------------------------------------------------------------------------------------------*/
    input.btnAggiungiCarrello {
        padding: 10px 15px;
        background-color: #007aff;
        border: 0px;
        cursor: pointer;
        color: #FFFFFF;
        display: inline-block;
        text-decoration: none;
        font-family: Calibri;
        font-size: 20px;
        font-family: Lato;
        text-transform: uppercase;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
    }

        input.btnAggiungiCarrello:hover {
            background-color: #57b2ee;
            border-radius: 10px;
        }
    /*----------------------------------------------------------------------------------------------*/
    input.btnGenerico {
        padding: 7px 12px;
    }

        input.btnGenerico:hover {
        }
    /*----------------------------------------------------------------------------------------------*/
    input.btnProcedi {
        padding: 7px 12px;
    }

        input.btnProcedi:hover {
        }
    /*----------------------------------------------------------------------------------------------*/
    input.btnAnnulla {
        padding: 7px 12px;
    }

        input.btnAnnulla:hover {
        }
    /*----------------------------------------------------------------------------------------------*/
    /* Link */
    /*----------------------------------------------------------------------------------------------*/
    a.lnkGenerico {
        padding: 7px 12px;
    }

        a.lnkGenerico:hover {
        }
    /*----------------------------------------------------------------------------------------------*/
    a.lnkProcedi {
        padding: 7px 12px;
    }

        a.lnkProcedi:hover {
        }

    a#lnkTornaShopping {
        /*margin-left: 2% !important;*/
    }

    /*----------------------------------------------------------------------------------------------*/
    a.lnkAnnulla {
        padding: 7px 12px !important;
    }

        a.lnkAnnulla:hover {
        }

    .pnlOk, .pnlErrore {
        margin-left: auto;
        margin-right: auto;
        width: 96% !important;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Messaggio validazione */
    /*----------------------------------------------------------------------------------------------*/
    .cssValidate {
        background-position: left center;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #990000;
        background-image: url('Images/attenzione.png');
        background-repeat: no-repeat;
        padding-left: 20px;
        font-size: 8pt;
        vertical-align: 16%;
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Struttura sito web */
    /*----------------------------------------------------------------------------------------------*/
    #contenitore {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        overflow: hidden;
    }

    #testata {
        overflow: hidden;
        height: 150px;
    }

    #contenutiHeader {
        width: 100%;
        overflow: hidden;
        height: 150px;
    }

    #seoDescription {
        display: none;
        height: 15px;
        line-height: 15px;
        text-align: right;
        /*margin-right: 30px;*/
    }

        #seoDescription h1 {
            font-size: 6pt;
            font-weight: normal;
            margin-right: 10px;
            padding: 0px;
        }

    #corpo {
        padding-top: 10px;
        padding-bottom: 0px;
        width: 100%;
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        clear: both;
    }


    #sinistra {
        padding: 0px;
        margin: 0px;
        float: left;
        overflow: hidden;
        margin-right: 2%;
        width: 25%;
    }

    #scroll_left {
        display: none;
    }

    #centro1colonna {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
    }

    #centro2colonne {
        width: 69.5%;
        float: right;
        overflow: hidden;
    }

    #centro3colonne {
        width: 100%;
        overflow: hidden;
        margin-right: 10px;
        float: left;
    }

    #raggruppamento {
        float: right;
        overflow: hidden;
        width: 70%;
    }

    #destra {
        display: none;
    }

    #bannerGrandeHome {
        display: none;
    }

    #bannerPiccoloHome {
        display: none;
    }

    #logo {
        margin-top: 30px;
        margin-left: 0px;
        /*float: left;*/
        display: block;
        text-align: center;
        width: 100%;
        position: absolute;
        top: 5px;
    }

        #logo img {
            height: 80px;
        }

    .contenitoreBandiere {
        float: left;
        margin-right: 15px;
        overflow: hidden;
    }

    #contenitoreSceltaLingua {
        float: right;
        text-align: right;
        margin: 10px 10px 0px 0px;
    }

        #contenitoreSceltaLingua select {
            background-color: #d7e1e9;
        }

    #contenitoreCerca {
        /*margin-top: -100px;
        height: 60px;
        margin-right: 10px;
        float: right;
        text-align: right;*/
        display: block;
        overflow: hidden;
        clear: both;
        position: absolute;
        top: 210px;
        left: 0px;
        /*position: fixed;
        top: 48px;*/
        z-index: 998;
        width: 100%;
        text-align: center;
        border-top: 1px solid #003867;
        border-bottom: 1px solid #003867;
        display: none;
    }

    .inputCerca {
        float: left;
        text-align: center;
        position: relative;
        margin-right: auto;
        margin-left: auto;
        font-family: Work Sans;
        padding: 5px 3% 5px 2%;
        /*border-style: solid;
        border-width: 1px;
        border-color: #003867;*/
        border-width: 0px;
        height: 35px;
        width: 80%;
        font-size: 13pt;
        /*float: left;*/
        /*margin: 19px 0px 0px 3px;*/
        background-color: #f2eeeb;
        background: linear-gradient(to top, #fff 0%,#ededed 100%);
        font-style: italic;
        -moz-transition: all 2s ease 0s;
        -webkit-transition: all 2s ease 0s;
        transition: all 2s ease 0s;
        /*border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;*/
    }

        .inputCerca:focus {
            background-color: #fff;
            outline: none;
        }

    .btnCerca {
        position: absolute;
        right: 0px;
        background-color: #003867;
        width: 15%;
        /*height: 41px;*/
        height: 100%;
        cursor: pointer;
        border-width: 0px;
        background-image: url('Images/lente1.png');
        background-repeat: no-repeat;
        background-position: center;
        margin-right: 0px;
        padding: 0px;
        /*float: left;*/
        /*border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;*/
        -moz-transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

	  .banner-video * {
        box-sizing: border-box;
    }

	.banner-video
	{
	  background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      border-radius: 0;
      margin-bottom: 0;
      border-style: solid;
      border-width: 0;
      border: none;
      overflow: hidden;
      background-color: transparent;
      background-attachment: fixed;
      position: relative;
	}

    .video-background {
        background: #000;
        height: 110vh;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

        .video-foreground,
        .video-background iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            /*pointer-events: none;*/
        }

		/*.banner-top-home
		{
			position: relative;
		}*/

		.banner-come-lavoriamo
		{
            position: relative;
		}

        .btnCerca:hover {
            /*background-color: #5ebeff;
            border-bottom-right-radius: 10px;
            border-top-right-radius: 10px;*/
        }

    #contenitoreBoxCarrello {
        clear: both;
        margin: -67px 310px 0px 0px;
        display: inline-block;
        float: right;
        text-align: right;
        /*background-image: url('Images/cart-bag.png');
        background-repeat: no-repeat;
        height: 100px;
        width: 100px;*/
        -webkit-transition: all 0.4s cubic-bezier(.69,.25,.73,.36);
        -moz-transition: all 0.4s cubic-bezier(.69,.25,.73,.36);
        -ms-transition: all 0.4s cubic-bezier(.69,.25,.73,.36);
        -o-transition: all 0.4s cubic-bezier(.69,.25,.73,.36);
        transition: all 0.4s cubic-bezier(.69,.25,.73,.36);
        text-transform: uppercase;
    }

        #contenitoreBoxCarrello:hover {
            /*background-image: url('Images/cart-bag-2.png');*/
        }

            #contenitoreBoxCarrello:hover #lbltotaleCarrello {
                background-color: #fff;
                color: #28166f;
            }

    #updMiniCarrello {
        padding: 5px;
        visibility: hidden;
        opacity: 0;
        width: 200px;
        height: auto;
        background-color: #fff;
        z-index: 4;
        position: absolute;
        clear: both;
        margin: 105px 0px 0px 0px;
        display: inline-block;
        transition: all 0.5s ease;
        border: 3px #28166f solid;
    }

        #updMiniCarrello .btnVaiAlCarrello {
            float: left;
            text-align: center;
            font-size: 13pt;
            margin-top: 10px;
            border-radius: 0px;
            border-color: transparent;
            font-family: inherit;
            text-transform: uppercase;
            padding: 2px 46px;
            background: #28166f;
            -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;
            color: #fff;
        }

            #updMiniCarrello .btnVaiAlCarrello:hover {
                text-decoration: none;
                color: #FFFFFF;
                border-radius: 10px;
                background: #4e59d1;
            }

        #updMiniCarrellon:before, #updMiniCarrello:after {
            content: " ";
            position: absolute;
            border-left: 11px solid transparent;
            border-right: 11px solid transparent;
        }

        #updMiniCarrello:after {
            top: 0;
            margin-top: -12px;
            margin-left: 84px;
            border-bottom: 12px #28166f solid;
        }

    .prodMiniCarrello {
        margin: 10px;
        min-height: 60px;
        padding: 10px;
        border-bottom: 1px #171719 solid;
    }

    .imgProdMiniCarrello {
        width: 50px !important;
        height: 50px auto;
        float: left;
        display: inline-block;
        clear: both;
        overflow: hidden;
    }

    .nomeProdMiniCarrello {
        position: absolute;
        margin-left: 5px;
        margin-right: 10px;
        overflow: hidden;
        float: right;
        display: inline-block;
        font-size: 11px;
    }

    .nomeVarProdMiniCarrello {
        position: relative;
        top: 20px;
        margin-top: 10px;
        margin-left: 5px;
        overflow: hidden;
        float: left;
        display: inline-block;
        font-size: 11px;
    }

    .valoreVarProdMiniCarrello {
        position: relative;
        top: 20px;
        margin-top: 10px;
        margin-left: 2px;
        margin-right: 10px;
        overflow: hidden;
        float: left;
        display: inline-block;
        font-size: 11px;
    }

    .numQtaProdMiniCarrello {
        float: left;
        font-size: 11px;
        display: inline-block;
        margin-left: 2px;
        margin-top: 2px;
    }

    .qtaProdMiniCarrello {
        margin-top: 2px;
        font-size: 11px;
        float: left;
        display: inline-block;
        clear: both;
    }

    .prezzoProdMiniCarrello {
        font-size: 11px;
        float: right;
        display: inline-block;
    }

    .totaleMiniCarrello {
        float: left;
        margin: 10px 0px 10px 10px;
    }

    .totalePrezzoMiniCarrello {
        font-weight: bold;
        float: right;
        margin: 10px 10px 10px 0px;
    }

    #contenitoreBoxCarrello:hover + #updMiniCarrello {
        visibility: hidden;
        opacity: 0;
        transition: all 1s ease;
    }

    #updMiniCarrello:hover {
        visibility: visible;
        opacity: 1;
        transition: all 1s ease;
    }

    #lbltotaleCarrello:hover {
        background-color: #fff;
        color: #28166f;
    }

    #lblVaiCarrello {
        display: none;
    }

    #lbltotaleCarrello {
        font-size: 14pt;
        -webkit-transition: all 0.4s cubic-bezier(.69,.25,.73,.36);
        -moz-transition: all 0.4s cubic-bezier(.69,.25,.73,.36);
        -ms-transition: all 0.4s cubic-bezier(.69,.25,.73,.36);
        -o-transition: all 0.4s cubic-bezier(.69,.25,.73,.36);
        transition: all 0.4s cubic-bezier(.69,.25,.73,.36);
        background-color: #5aae32;
        border-radius: 100px;
        line-height: 30px;
        width: 30px;
        text-align: center;
        color: #fff;
        float: right;
        margin: 10px -30px 0px 0px;
    }

    #divCertificazione {
        /*display: none;*/
        margin-right: auto;
        margin-left: auto;
        position: relative;
        /*position: absolute;*/
        /*top: 5px;*/
        left: 15px;
        /*left: 0px;*/
        color: #6d7175;
        color: rgba(255, 255, 255, 0.70);
        font-style: italic;
        /*font-style: italic;*/
        font-family: Roboto;
        font-weight: 300;
        font-size: 16px;
        text-align: left;
        /*background-color: #fff;*/
        display: inline-block;
        top: -8px;
        display: none;
    }

        #divCertificazione span {
            position: relative;
            top: 2px;
            margin-right: 8px;
        }

        #divCertificazione img {
            /*height: 23px;*/
            height: 48px;
            margin-right: 36px;
            /*filter: brightness(44);
            -webkit-filter: brightness(44);*/
        }

    #banner {
        position: fixed;
        z-index: 998;
        top: 0px;
        left: 0px;
        width: 100%;
        overflow: hidden;
        /*text-align: right;*/
        background-color: rgba(26, 93, 207, 1);
        color: #fff;
        height: 40px;
        /*font-family: Martel Sans;*/
        font-size: 9pt;
        padding-top: 8px;
        /*background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(26, 93, 207, 1) 100%);
        background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(26, 93, 207, 1) 100%);
        background-image: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(26, 93, 207, 1) 100%);
        background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(26, 93, 207, 1) 100%);
        background-image: linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(26, 93, 207, 1) 100%);*/
    }

    .ferie {
        display: none;
    }

    #banner #infoSite {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    #banner #topPhone a:before {
        content: "\F095";
        /*font-size: 2vw;*/
        font-family: fontAwesome;
        display: inline-block;
        color: #fff;
        margin-right: 5px;
    }

    #banner #topWhap a:before {
        background: #25d366;
        text-align: center;
        display: inline-block;
        padding: 2px 0px;
        font-size: 0px;
        margin-right: 5px;
        color: #fff;
        width: 18px;
        border-radius: 100%;
        font-style: normal;
        font-size: 22px;
        line-height: 14px;
        text-align: center;
        content: "\f232";
        font-family: FontAwesome;
        /*position: relative;
        top: 4px;*/
        vertical-align: middle;
    }

    #banner .contatti div {
        display: inline-block;
        vertical-align: top;
        margin-right: 2%;
    }

    #banner .contatti a {
        color: #fff;
        font-size: 1.6vw;
        line-height: 33px;
    }

    #banner .contatti {
        position: absolute;
        white-space: nowrap;
        left: 10px;
    }

    /*#banner #topPhone {
            display: inline-block;
            font-size: 1.7vw;
            font-weight: 400;
            line-height: 25px;
            letter-spacing: 0.1px;
            margin-top: 0px;
            float: right;
        }*/

    #banner #topMail a:before {
        content: "\f0e0";
        font-size: 1.6vw;
        font-family: fontAwesome;
        display: inline-block;
        color: #fff;
        margin-right: 5px;
        /*position: relative;
            right: 12px;
            top: 4px;*/
    }

    /*#banner #topMail strong {
            font-weight: 300;
            letter-spacing: -0.25px;
            position: relative;
            left: -17px;
        }

        #banner #topMail {
            display: inline-block;
            font-size: 1.7vw;
            font-weight: 400;
            line-height: 25px;
            letter-spacing: 0.1px;
            display: inline-block;
        }*/

    #banner #topMail a, #banner #topPhone a {
        color: #fff;
        letter-spacing: 0.3px;
    }

    #banner .social {
        position: absolute;
        right: 10px;
        margin-top: 0px;
        padding: 0px;
        border-radius: 147px;
        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;
    }

        /*#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: #1a5dcf;*/
        width: 33px;
        height: 33px;
        line-height: 40px;
        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 0px 5px #fff;
        }

    #banner .google:before {
        margin-left: 8px;
        color: #fff;
        content: "\f0d5";
        font: normal normal normal 20px/1 FontAwesome;
    }

    #banner .twitter:before {
        margin-left: 5px;
        color: #fff;
        content: "\f099";
        font: normal normal normal 20px/1 FontAwesome;
    }

    #banner .facebook:before {
        margin-left: 10px;
        color: #fff;
        content: "\f09a";
        font: normal normal normal 20px/1 FontAwesome;
    }

    #banner .linkedin:before {
        margin-left: 8px;
        color: #fff;
        content: "\f0e1";
        font: normal normal normal 20px/1 FontAwesome;
    }

    #banner .facebook {
        background-color: #3b5998;
    }

    #banner .twitter {
        background-color: #00aced;
    }

    #banner .google {
        background-color: #d73d32;
    }

    #banner .youtube {
        background-color: #cc181e;
    }

    #contenitoreMetodiPagamento {
        overflow: hidden;
        width: 100%;
    }

        #contenitoreMetodiPagamento img {
            width: auto;
        }

    #footer {
        font-family: Roboto;
        font-weight: 100;
        width: 100%;
        clear: both;
        overflow: hidden;
        margin-top: 0px;
        box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.7);
        font-family: inherit;
        width: 100%;
        clear: both;
        overflow: hidden;
        background-color: #11274d;
        color: #dadde4;
    }

    #footerCredits {
        display: none;
    }

    #contenutiFooter {
        overflow: hidden;
        width: 100%;
        padding-top: 20px;
        /*padding-bottom: 20px;*/
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    #seoFooter {
        margin-bottom: 15px;
        line-height: 12px;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.5);
    }

        #seoFooter p {
            margin: 0px;
        }

    #footerSitoWebLingua {
        margin-bottom: 15px;
        width: 100%;
    }

    #footerSito {
        overflow: hidden;
    }

        #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;
            }

    #testoHomeSotto {
        width: 100%;
        clear: both;
    }

    #strumentiMobile {
        display: none;
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Strumenti Cliente */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreNavigazioneStrumenti {
        text-transform: uppercase;
        display: none;
        float: right;
        text-align: right;
        font-size: 15pt;
        padding-bottom: 6px;
        color: #fff;
        margin: 12px 0px 0px 0px;
    }

        #contenitoreNavigazioneStrumenti a#lbtLogout {
            border-width: 0px;
            color: #5aae32;
        }

        #contenitoreNavigazioneStrumenti a:link, #contenitoreNavigazioneStrumenti a:visited {
            color: #5aae32;
            padding-right: 5px;
            padding-left: 5px;
            -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;
        }

        #contenitoreNavigazioneStrumenti a:hover, #contenitoreNavigazioneStrumenti #lbtLogout:hover {
            color: #1a5dcf;
        }

    /*----------------------------------------------------------------------------------------------*/
    /* Navigazione Pagine Top */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreBtnMenuMobile {
        display: none;
    }

    #lblToogleMenu {
        display: none;
    }

    #navPagineTop {
        width: 100%;
        /*background: #1a5dcf;*/
        margin-bottom: 0px;
    }

        #navPagineTop ul {
            margin: 0px !important;
            margin-left: 0px !important;
            text-align: center;
            padding: 0px !important;
            height: 57px;
        }

        #navPagineTop li {
            /*padding: 10px 0px 0px 0px;*/
            margin: 0px -4.5px 0px 0px;
            display: inline-block;
            text-align: center;
            /*height: 50px;*/
            padding: 21px 8px 19px 8px;
        }

        #navPagineTop a {
            /*font: 100 18px 'Roboto', sans-serif;*/
            text-transform: uppercase;
            font-family: Lato;
            font-size: 14pt;
            word-spacing: -0.5px;
            font-weight: 100;
            text-decoration: none !important;
            display: inline-block;
            /*padding: 21px 16px 19px 17px;*/
            cursor: pointer !important;
            -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;
        }

            #navPagineTop a:hover {
                color: #1a5dcf;
                background: #fff;
            }

            #navPagineTop a.selezionato {
                color: #1a5dcf;
                background: #fff;
                border-bottom: 1px solid #1a5dcf;
            }

        #navPagineTop header {
            display: none;
        }

    /*----------------------------------------------------------------------------------------------*/
    /* Navigazione Pagine lato */
    /*----------------------------------------------------------------------------------------------*/
    #navPagineLato {
        font-size: 12pt;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #sectionPagineLato {
        margin: 0px;
        padding: 0px;
    }

    #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: 10px 30px 10px 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 {
        font-size: 15pt;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        text-align: center;
    }

        #navPagineSotto ul {
            margin: 0px;
            padding: 0px;
            display: inline-block;
        }

        #navPagineSotto li {
            float: left;
            margin: 0px;
            padding: 15px 20px 15px 0px;
        }

        #navPagineSotto a {
            font-weight: 200;
            color: #83a8ff;
            font-family: Martel Sans;
            text-decoration: none;
            font-size: 23px;
            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;
        }

            #navPagineSotto a:hover {
                color: #c1cfef;
            }

            #navPagineSotto a.selezionato {
                color: #c1cfef;
                font-weight: 500;
            }
    /*----------------------------------------------------------------------------------------------*/
    /* Navigazione Box Sottosezioni TOP */
    /*----------------------------------------------------------------------------------------------*/
    #headerSottosezioniTop {
        display: none;
    }

    #sectionSottosezioniTop {
        margin: 0px;
        padding: 0px;
    }

    #navSottosezioniTop {
        font-size: 10pt;
        overflow: hidden;
        clear: both;
        width: 100%;
        background-color: #CCCCCC;
        padding-left: 150px;
        padding-right: 128px;
        height: 50px;
    }

        #navSottosezioniTop ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        #navSottosezioniTop li {
            float: left;
            height: 45px;
            line-height: 45px;
        }

        #navSottosezioniTop a {
            color: #333333;
            display: block;
            font-weight: bold;
            text-decoration: none;
            text-align: center;
            padding-left: 15px;
            padding-right: 15px;
        }

            #navSottosezioniTop a:hover {
                border-bottom: 5px;
                border-bottom-color: #CC3300;
                border-bottom-style: solid;
            }

            #navSottosezioniTop a.selezionato {
                border-bottom: 5px;
                border-bottom-color: #333333;
                border-bottom-style: solid;
            }

    /*----------------------------------------------------------------------------------------------*/
    /* Navigazione Box Sottosezioni Lato */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreSottosezioniLato {
        margin-bottom: 20px;
    }

        #contenitoreSottosezioniLato header {
            display: block;
        }

        #contenitoreSottosezioniLato ul {
            margin: 0px;
            padding: 0px 0px 0px 10px;
        }

        #contenitoreSottosezioniLato li {
            display: inline;
            margin: 0px;
            padding: 0px 0px 10px 0px;
        }

        #contenitoreSottosezioniLato 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;
        }

            #contenitoreSottosezioniLato a:hover {
                margin: 0px 0px 0px -10px;
                padding: 5px 0px 5px 10px;
                color: #cc0000;
            }

            #contenitoreSottosezioniLato a.selezionato {
                color: #cc0000;
                font-weight: bold;
            }
    /*----------------------------------------------------------------------------------------------*/
    /* Box Banner Laterale */
    /*----------------------------------------------------------------------------------------------*/
    #sectionBannerLato {
        padding: 10px;
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Navigazione Categorie */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreNavigazioneCategorie {
        /*margin-top: 10px;*/
        margin-bottom: 20px;
        width: 100%;
        zoom: 1;
    }

    #headerNavigazioneCategorie {
        height: 40px;
        line-height: 40px;
        border: 1px;
        border-radius: 0px;
        background-image: none;
        padding-left: 10px;
    }

    #contenitoreNavigazioneCategorie ul {
        margin: 0px;
        padding: 0px 0px 0px 10px;
    }

    #contenitoreNavigazioneCategorie li {
        margin: 0px 0px 5px 0px;
    }

    #contenitoreNavigazioneCategorie a {
        text-decoration: none;
        display: block;
        padding: 5px 15px;
        text-decoration: none;
        text-transform: uppercase;
        background-color: #1a5dcf;
        color: #fff;
        font-size: 20px;
        font-family: Lateef;
        text-decoration: none;
        vertical-align: central;
        text-shadow: 15px #000;
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
    }

        #contenitoreNavigazioneCategorie a:hover {
            border-bottom-left-radius: 20px;
            border-top-right-radius: 0px;
        }

        #contenitoreNavigazioneCategorie a#selezionato {
            background-color: #00539a;
            border-bottom-left-radius: 20px;
            border-top-right-radius: 0px;
            /*font-weight: bold;*/
        }

    #contenitoreNavigazioneCategorie li ul a {
        color: #fff;
    }

    #sezioneNovitaOfferte {
        margin-top: 40px !important;
    }

        #sezioneNovitaOfferte a {
            background-color: #46abee !important;
        }

    /*----------------------------------------------------------------------------------------------*/
    /* Navigazione Box Blog Argomento */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreBoxBlogArgomento {
        margin-bottom: 20px;
    }

        #contenitoreBoxBlogArgomento header {
            display: block;
            background: #fff;
            color: #0f6123 !important;
        }

            #contenitoreBoxBlogArgomento header h2 {
                font-size: 21pt;
                color: #333439 !important;
                font-style: italic !important;
                font-family: Georgia !important;
                border-bottom-style: dashed;
                border-bottom-width: 1px;
                border-bottom-color: #000;
            }

        #contenitoreBoxBlogArgomento ul {
            margin: 0px;
            padding: 0px 0px 0px 10px;
        }

        #contenitoreBoxBlogArgomento li {
            display: inline;
            margin: 0px;
            padding: 0px 0px 0px 0px;
        }

        #contenitoreBoxBlogArgomento a {
            font-family: Roboto;
            color: #1a5dcf;
            display: block;
            text-decoration: none;
            margin: 0px 0px 0px -10px;
            padding: 5px 0px 5px 10px;
            /*border-top-style: dashed;
            border-top-width: 1px;
            border-top-color: #0f6123;*/
            -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;
        }

            /*#contenitoreBoxBlogArgomento a:hover {
                margin: 0px 0px 0px -10px;
                padding: 5px 0px 5px 10px;
                color: #ff5722;
            }*/

            #contenitoreBoxBlogArgomento a.selezionato {
                color: #003867;
                font-weight: bold;
            }
    /*----------------------------------------------------------------------------------------------*/
    /* Navigazione Box Blog Archivio */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreBoxBlogArchivio {
        margin-bottom: 20px;
    }

        #contenitoreBoxBlogArchivio header {
            display: block;
            background: #fff;
            color: #0f6123 !important;
        }

            #contenitoreBoxBlogArchivio header h2 {
                font-size: 21pt;
                color: #333439 !important;
                font-style: italic !important;
                font-family: Georgia !important;
                border-bottom-style: dashed;
                border-bottom-width: 1px;
                border-bottom-color: #000;
            }

        #contenitoreBoxBlogArchivio ul {
            margin: 0px;
            padding: 0px 0px 0px 10px;
        }

        #contenitoreBoxBlogArchivio li {
            display: inline;
            margin: 0px;
            padding: 0px 0px 0px 0px;
        }

        #contenitoreBoxBlogArchivio a {
            font-family: Roboto;
            color: #1a5dcf;
            display: block;
            text-decoration: none;
            margin: 0px 0px 0px -10px;
            padding: 5px 0px 5px 10px;
            /*border-top-style: dashed;
            border-top-width: 1px;
            border-top-color: #0f6123;*/
            -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;
        }

            /*#contenitoreBoxBlogArchivio a:hover {
                margin: 0px 0px 0px -10px;
                padding: 5px 0px 5px 10px;
                color: #ff5722;
            }*/

            #contenitoreBoxBlogArchivio a.selezionato {
                color: #003867;
                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 {
        overflow: hidden;
        margin-bottom: 20px;
        width: 70%;
        float: right;
    }

        #contenitoreBlogHome a {
            text-decoration: none;
            /*font-weight: bold;*/
        }

        #contenitoreBlogHome #ricercaArgomentoBlog {
            display: none;
        }

        #contenitoreBlogHome #ricercaDataBlog {
            display: none;
        }

        #contenitoreBlogHome header {
            display: none;
        }

        #contenitoreBlogHome article {
            border: solid 1px rgba(0, 60, 105, 0.31);
            padding: 20px;
            background-color: #fff;
            overflow: hidden;
            margin-right: 20px;
            float: left;
            font-size: 12pt;
            font-family: Georgia;
            margin-bottom: 20px;
        }

        #contenitoreBlogHome h3 {
            margin-top: 0px;
        }

            #contenitoreBlogHome h3 a {
                font-size: 25pt;
                font-weight: normal;
                font-family: Georgia;
                font-style: italic;
                color: #1a5dcf;
            }

            #contenitoreBlogHome h3 a {
                text-decoration: none;
            }

        #contenitoreBlogHome .contenitoreInformazioniBlog {
            margin-bottom: 10px;
            border: 0px;
        }

            #contenitoreBlogHome .contenitoreInformazioniBlog .contenitoreAutoreBlog {
                display: none;
            }

            #contenitoreBlogHome .contenitoreInformazioniBlog .contenitoreArgomentoBlog {
                padding: 10px 0px;
                font-family: Roboto;
                /*text-transform: uppercase;*/
                font-size: 11pt;
                font-weight: 400 !important;
            }

            #contenitoreBlogHome .contenitoreInformazioniBlog time {
                padding: 10px 0px;
                font-size: 11pt;
                float: right;
                font-family: Roboto;
                font-weight: 400;
            }

        #contenitoreBlogHome ul {
            font-size: 10pt;
            margin: 0px;
            padding: 0px;
            overflow: hidden;
        }

        #contenitoreBlogHome li {
            display: inline;
            margin: 0px;
            padding: 0px;
        }

        #contenitoreBlogHome .imgNews {
            width: 100%;
            opacity: 1;
            -webkit-transition: all 0.6s ease;
            -moz-transition: all 0.6s ease;
            -ms-transition: all 0.6s ease;
            -o-transition: all 0.6s ease;
            transition: all 0.6s ease;
            -webkit-mask-image: -webkit-gradient(linear, right top, right bottom, color-stop(0.7, rgba(0,0,0,1)), color-stop(1, rgba(0,0,0,0)));
            /*box-shadow: 1px 1px 20px #000;*/
            margin-bottom: 20px;
            height: 300px;
            overflow: hidden;
        }

            #contenitoreBlogHome .imgNews:hover {
                /*opacity: 1;*/
            }

        #contenitoreBlogHome article img {
            width: 100%;
        }

        #contenitoreBlogHome .continuaLeggere {
            font-size: 11pt;
            margin-top: 30px;
            margin-left: auto;
            margin-right: auto;
            padding: 8px 2px;
            border: 1px solid #333439;
            font-family: Lato;
            text-align: center;
            width: 170px;
            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 */
    /*----------------------------------------------------------------------------------------------*/

    #contenitoreArticoloCommenti {
        float: right;
        display: inline-block;
        width: 70%;
        margin-bottom: 20px;
        margin-right: 2%;
    }

    #contenitoreBlogDettaglio {
        /*float: right;
        display: inline-block;
        width: 70%;
        margin-right: 20px;*/
        font-weight: 400;
    }

        #contenitoreBlogDettaglio header {
            margin-bottom: 10px;
            display: block !Important;
            background-color: #fff !important;
            padding: 0px;
        }

        /* Titolo news */
        #contenitoreBlogDettaglio h3 {
            font-size: 24pt;
            font-family: Georgia;
            font-style: italic;
            color: #333439 !important;
            font-weight: normal;
            margin: 0px;
        }

        #contenitoreBlogDettaglio h4 {
            font-size: 16pt;
            font-family: Lato;
            color: #1a5dcf !important;
            text-transform: uppercase;
            font-weight: normal;
            margin: 0px;
            font-weight: normal;
        }

        /* Data e Autore News */
        #contenitoreBlogDettaglio .contenitoreInformazioniBlog {
            margin-bottom: 10px;
            border-bottom: solid 1px #1a5dcf;
            overflow: hidden;
            clear: both;
        }

            #contenitoreBlogDettaglio .contenitoreInformazioniBlog .contenitoreAutoreBlog {
                display: none;
            }

            #contenitoreBlogDettaglio .contenitoreInformazioniBlog .contenitoreArgomentoBlog {
                padding: 10px 0px;
                text-transform: uppercase;
                font-family: Work Sans;
                font-size: 11pt;
            }

            #contenitoreBlogDettaglio .contenitoreInformazioniBlog time {
                padding: 10px 0px;
                font-size: 11pt;
                float: right;
                font-family: Work Sans;
            }

            #contenitoreBlogDettaglio .contenitoreInformazioniBlog a {
                font-weight: bold;
            }

        #contenitoreBlogDettaglio ul {
            font-size: 10pt;
            margin: 0px;
            padding: 0px;
        }

        #contenitoreBlogDettaglio li {
            display: inline;
            margin: 0px;
            padding: 0px;
        }

        #contenitoreBlogDettaglio a:hover {
            text-decoration: none;
        }

        #contenitoreBlogDettaglio .imgNews {
            overflow: hidden;
            width: 100%;
            text-align: center;
            margin: 10px 0px;
            max-height: 350px;
        }

        #contenitoreBlogDettaglio img {
            width: 100%;
        }

        #contenitoreBlogDettaglio p {
            text-align: justify;
        }

        #contenitoreBlogDettaglio .tagNews {
            overflow: hidden;
            margin: 10px 0 30px 0;
            padding: 10px 10px;
            text-align: left;
            background-color: rgba(26, 93, 207, 0.1);
            display: block;
        }

            #contenitoreBlogDettaglio .tagNews span {
                text-transform: uppercase;
                font-family: Work Sans;
                font-size: 11pt;
                font-weight: bold;
            }

            #contenitoreBlogDettaglio .tagNews ul li {
                margin-right: 5px;
                /*font-style: italic;*/
                text-transform: uppercase;
            }

                #contenitoreBlogDettaglio .tagNews ul li:nth-child(2n+1) {
                    color: #1a5dcf !important;
                }

                #contenitoreBlogDettaglio .tagNews ul li:nth-child(2n) {
                    color: #003867 !important;
                }

                #contenitoreBlogDettaglio .tagNews ul li a {
                    color: 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;
                }

    /*#contenitoreBlogDettaglio .tagNews ul li a:hover {
                        color: #3ed486;
                    }*/


    /*----------------------------------------------------------------------------------------------*/
    /* Inserisci Commento Articolo Blog */
    /*----------------------------------------------------------------------------------------------*/

    #pnlInserisciCommento {
        margin-top: 50px;
        border: 1px solid rgba(26, 93, 207, 0.50);
        padding: 30px;
        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: 10px;
        float: left;
    }

    #pnlInserisciCommento .liCoppiaMail {
        text-decoration: none;
        overflow: hidden;
        margin-bottom: 10px;
        float: right;
        /*position: absolute;
            left: 430px;*/
        padding-bottom: 30px;
    }

    #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;
    }

    .labelMailCommento {
        text-align: left;
        display: block;
    }

    .txtNomeCommento {
        display: inline-block;
        margin-top: 10px;
    }

    #txtNomeCommento {
        width: 210px;
        color: #000;
        font-family: inherit !important;
        font-size: 12pt !important;
        border-radius: 0px !important;
    }

    .txtMailCommento {
        display: inline-block;
        margin-top: 10px;
    }

    #txtMailCommento {
        width: 210px;
        color: #000;
        font-family: inherit !important;
        font-size: 12pt !important;
        border-radius: 0px !important;
    }

    .labelTestoCommento {
        padding-top: 110px;
        display: block;
        margin-bottom: 10px;
    }

    #pnlInserisciCommento .liCoppiaCommento {
        text-align: left;
        margin: 10px 0px;
        width: 100%;
        display: block;
    }

    #pnlInserisciCommento #vldTestoCommento {
        margin-bottom: 10px;
    }

    #txtTestoCommento {
        width: 98%;
        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;*/
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Render Commenti Articolo Blog */
    /*----------------------------------------------------------------------------------------------*/

    #lblCommenti {
        display: inline-block;
        margin-bottom: 20px;
        font-size: 23px;
        text-transform: uppercase;
        /*font-style: italic;*/
        color: #1a5dcf;
    }

    #lblCountCommenti {
        margin-left: 10px;
        display: inline-block;
        font-size: 23px;
        text-transform: uppercase;
        /*font-style: italic;*/
        font-weight: bold;
        /*color: #1a5dcf;*/
    }

    #divCountCommenti {
        text-align: center;
        width: 100%;
    }

    .commentoArticolo {
        /*border-bottom: 1px #1a5dcf dashed;*/
        padding-bottom: 35px;
        margin-bottom: 20px;
        padding-top: 10px;
        position: relative;
    }

        .commentoArticolo:nth-child(n+2) {
            border-top: 1px #1a5dcf dashed;
        }

    .rispostaCommentoArticolo {
        /*border-bottom: 1px #1a5dcf dashed;*/
        padding-bottom: 25px;
        margin-left: 100px;
        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 {
        position: absolute;
        right: 0px;
        /*float: right;*/
        font-size: 11pt;
        text-align: center;
        margin-top: 20px;
        /*margin-left: 45px;*/
        border-radius: 0px;
        border-color: transparent;
        font-family: Lato;
        text-transform: uppercase;
        padding: 2px 8px;
        background: #1a5dcf;
        -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;
        color: #fff;
    }

        .btnInviaRisposta:hover {
            background: #f98f0d;
        }



    /*----------------------------------------------------------------------------------------------*/
    /* Contenuti renderizzati graficamente Blog */
    /*----------------------------------------------------------------------------------------------*/

    #contenitoreBlog header {
        background-color: transparent !important;
        display: block !important;
        /*background-color: #fff !important;*/
        text-transform: uppercase;
        display: none;
        text-align: left;
        margin-left: 0px !important;
        padding-left: 0px !important;
    }

        #contenitoreBlog header h2 {
            font-family: Roboto;
            margin-left: 0px !important;
            font-size: 47px;
            display: block !important;
            color: #1a5dcf !important;
            /*text-shadow: 1px 1px 1px #666666;*/
            /*border-bottom: 1px solid #1a5dcf;*/
            /*margin-bottom: 40px;*/
            font-weight: 200;
            line-height: 70px;
        }

    #contenitoreBlog p {
        text-align: justify;
    }

    #contenitoreBlog {
        overflow: hidden;
        margin: 50px 0px -50px 0px;
        width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

        #contenitoreBlog #ricercaArgomentoBlog {
            display: none;
        }

        #contenitoreBlog #ricercaDataBlog {
            display: none;
        }

        #contenitoreBlog header {
            display: none;
        }

        #contenitoreBlog ul li:nth-child(2n) article {
            margin: 0 2.28% !important;
        }

        #contenitoreBlog article {
            position: relative;
            margin: 0;
            /*border: solid 1px rgba(164, 61, 0, 0.25);*/
            overflow: hidden;
            /*margin-left: 0.5%;*/
            float: left;
            font-size: 12pt;
            font-family: Georgia;
            display: inline-block;
            width: 31.81%;
            height: 320px;
            text-align: center;
            /*background-color: #fff;*/
            -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;
        }


        #contenitoreBlog h3 {
            text-align: left;
            padding-left: 20px;
            width: 90%;
            /*background-color: #fff;*/
            position: absolute;
            top: 220px;
            margin-top: 0px;
            height: 60px;
            padding-bottom: 10px;
        }

            /* Titolo news */
            #contenitoreBlog h3 a {
                /*text-transform: uppercase;*/
                font-size: 16pt;
                font-weight: 300;
                font-family: Roboto;
                /*font-style: italic;*/
                /*color: #1a5dcf;*/
                text-decoration: none;
                -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;
            }

        #contenitoreBlog .contenitoreInformazioniBlog .contenitoreAutoreBlog {
            display: none;
        }

        #contenitoreBlog .contenitoreInformazioniBlog time {
            display: none;
        }

        #contenitoreBlog ul {
            font-size: 10pt;
            margin: 0px;
            padding: 0px;
            overflow: hidden;
        }

        #contenitoreBlog .imgNews {
            margin-right: auto;
            margin-left: auto;
            text-align: center;
            height: 200px;
            width: 100%;
            overflow: hidden;
            opacity: 1;
            -webkit-transition: all 0.6s ease;
            -moz-transition: all 0.6s ease;
            -ms-transition: all 0.6s ease;
            -o-transition: all 0.6s ease;
            transition: all 0.6s ease;
            /*-webkit-mask-image: -webkit-gradient(linear, right bottom, right top, color-stop(0.7, rgba(0,0,0,1)), color-stop(1, rgba(0,0,0,0)));*/
            /*box-shadow: 1px 1px 20px #000;*/
            margin-bottom: 20px;
            display: flex;
            justify-content: center;
            /*box-shadow: 0px 0px 30px #ff3d00;*/
        }

            #contenitoreBlog .imgNews img {
                height: 200px;
                width: auto !important;
                max-width: none !important;
                max-height: none !important;
            }

        #contenitoreBlog article img {
            width: 100%;
        }

    /*----------------------------------------------------------------------------------------------*/
    /* Box Newsletter */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreBoxNewsletter {
        width: 50%;
        margin-bottom: 15px;
    }

        #contenitoreBoxNewsletter .chiave {
            margin-right: 20px;
        }

        #contenitoreBoxNewsletter .valore {
            float: left;
        }

    #txtMailNewsletter {
        width: 100%;
    }

    #btnRegistrazioneNewsletter {
        width: 50px;
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Sottosezioni Contenuti */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreSottosezioniContenuto {
    }

    #headerSottosezioniContenuto {
        display: none;
    }

    .contenitoreFotoSottosezioniContenuto {
        width: auto;
        overflow: hidden;
        border-bottom: solid 1px #C0C0C0;
        border-right: solid 1px #C0C0C0;
        margin: 0 0 0 0;
    }


    #contenitoreSottosezioniContenuto ul h2 {
        margin: 0 -1px 0 0;
        background-color: #fff;
        opacity: 0.8;
        height: 30px;
        line-height: 30px;
        position: absolute;
        bottom: 1px;
        overflow: hidden;
        padding-bottom: 10px;
        padding-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
        font-weight: normal;
        border-top-right-radius: 10px;
    }

    #contenitoreSottosezioniContenuto ul {
        margin: 0px;
        padding: 0px;
        overflow: hidden;
        border-left: solid 1px #C0C0C0;
    }

    #contenitoreSottosezioniContenuto li {
        float: left;
        padding: 0px;
        width: 50%;
        position: relative;
        overflow: hidden;
    }

    #contenitoreSottosezioniContenuto a {
        color: #333333;
        text-decoration: none;
        padding: 0px;
    }

        #contenitoreSottosezioniContenuto a:hover {
            color: #333333;
            padding: 0px;
        }
    /*----------------------------------------------------------------------------------------------*/
    /* Catageorie Home Page */
    /*----------------------------------------------------------------------------------------------*/

    #contenitoreCategorieHome, #contenitoreCategorie {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        overflow: hidden;
    }

    #headerCategorieHome {
    }

    .contenitoreCategoriaHome, .contenitoreCategoria {
        padding: 1%;
        float: left;
        overflow: hidden;
        text-align: center;
        width: 30%;
        height: 200px;
    }

    .contenitoreFotoCategoriaHome, .contenitoreFotoCategoria {
        margin-bottom: 10px;
        width: 100%;
        height: 120px;
        overflow: hidden;
        background-color: #fff;
        -webkit-transition: all 0.4s cubic-bezier(.69,.69,.69,.69);
        -moz-transition: all 0.4s cubic-bezier(.69,.69,.69,.69);
        -ms-transition: all 0.4s cubic-bezier(.69,.69,.69,.69);
        -o-transition: all 0.4s cubic-bezier(.69,.69,.69,.69);
        transition: all 0.4s cubic-bezier(.69,.69,.69,.69);
        border-radius: 500px;
        z-index: 1;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        box-shadow: 1px 1px 5px #3e454c;
    }

    .contenitoreCategoriaHome .scontoCategoria, .contenitoreCategoria .scontoCategoria {
        z-index: 4;
        position: relative;
        margin: -170px 0px 0px 0px;
        float: right;
        color: #fff;
        display: inline-block;
        color: #dce6ef;
        display: inline-block;
        font-size: 20pt;
        font-family: Lateef;
        text-align: center;
        width: 50px;
        height: 50px;
        line-height: 50px;
        border-radius: 100px;
        background-color: #ae4867;
        text-shadow: 1px 1px 1px #000;
        box-shadow: 1px 1px 1px #000;
        -webkit-transition: all 0.8s cubic-bezier(.69,.69,.69,.69);
        -moz-transition: all 0.8s cubic-bezier(.69,.69,.69,.69);
        -ms-transition: all 0.8s cubic-bezier(.69,.69,.69,.69);
        -o-transition: all 0.8s cubic-bezier(.69,.69,.69,.69);
        transition: all 0.8s cubic-bezier(.69,.69,.69,.69);
    }

    .fotoCategoriaHome, .fotoCategoria {
        width: 100%;
        position: relative;
        z-index: 1;
        -webkit-transition: all 0.4s cubic-bezier(.69,.69,.69,.69);
        -moz-transition: all 0.4s cubic-bezier(.69,.69,.69,.69);
        -ms-transition: all 0.4s cubic-bezier(.69,.69,.69,.69);
        -o-transition: all 0.4s cubic-bezier(.69,.69,.69,.69);
        transition: all 0.4s cubic-bezier(.69,.69,.69,.69);
    }

        .fotoCategoriaHome:hover, fotoCategoria:hover {
            transform: scale(1.6);
            -webkit-transition: all 0.4s cubic-bezier(.69,.69,.69,.69);
            -moz-transition: all 0.4s cubic-bezier(.69,.69,.69,.69);
            -ms-transition: all 0.4s cubic-bezier(.69,.69,.69,.69);
            -o-transition: all 0.4s cubic-bezier(.69,.69,.69,.69);
            transition: all 0.4s cubic-bezier(.69,.69,.69,.69);
        }

    .contenitoreCategoriaHome:hover .fotoCategoriaHome, .contenitoreCategoria:hover .fotoCategoria {
        transform: scale(1.6);
        -webkit-transition: all 0.4s cubic-bezier(.69,.69,.69,.69);
        -moz-transition: all 0.4s cubic-bezier(.69,.69,.69,.69);
        -ms-transition: all 0.4s cubic-bezier(.69,.69,.69,.69);
        -o-transition: all 0.4s cubic-bezier(.69,.69,.69,.69);
        transition: all 0.4s cubic-bezier(.69,.69,.69,.69);
    }

    .h2NomeCategorieHome, .h2NomeCategorie {
        visibility: visible;
        opacity: 1;
        transition: all 0.6s ease;
        font-size: 12pt;
        position: relative;
        font-family: Georgia;
        z-index: 3;
        font-style: italic;
        font-weight: normal;
    }

    #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 {
        text-decoration: none;
        padding: 0px;
    }

        .contenitoreCategoriaHome a:hover, .contenitoreCategoria a:hover {
            color: #28166f;
            padding: 0px;
        }

    /*----------------------------------------------------------------------------------------------*/
    /* Vetrina */
    /*----------------------------------------------------------------------------------------------*/

    #headerVetrina {
        display: none;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Prodotto Vetrina */
    /*----------------------------------------------------------------------------------------------*/
    .contenitoreProdottoVetrina {
        text-align: center;
        padding-right: 5px;
        padding-left: 5px;
    }

    #contenitoreVetrina li {
        list-style: none;
        overflow: hidden;
        display: block;
        width: 665px;
    }

    .contenitoreProdottoVetrina a {
        text-decoration: none;
    }

    #centro1colonna #vetrina {
        width: 100%;
    }

    #centro1colonna .fotoProdottoVetrina {
        display: block;
        max-width: 800px;
        height: 450px;
        float: right;
        text-align: center;
        /*margin: 0px 300px 0px 400px;*/
        /*margin-right: 50px;*/
    }

    /*#centro1colonna .spanFotoProdottoVetrina{
        background: linear-gradient(to right, #fff 42%, rgba(121, 190, 158, 0.00) 70%);
        z-index: 2;
        display: inline-block;
        position: relative;
        width: 100px;
        height: 450px;
        overflow: hidden;
    }*/

    #centro1colonna .fotoVetrina {
        max-width: 1000px;
        height: 100%;
        width: auto;
        float: right;
        -webkit-mask-image: -webkit-gradient(linear, right top, left top, color-stop(0.65, rgba(0,0,0,1)), color-stop(1, rgba(0,0,0,0)));
        /*-webkit-mask-image:-webkit-gradient(linear, right top, left top, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));*/
    }

    #centro1colonna #contenitoreVetrina .nomeProdottoVetrina {
        text-align: left;
        margin: -500px 0px 0px 2%;
        z-index: 2;
        position: relative;
        float: left;
        color: #3e454c;
        display: inline-block;
        font-size: 27pt;
        font-family: Georgia;
        font-style: italic;
        width: 100%;
        line-height: 400px;
        height: 500px;
        background: linear-gradient(to right, #fff 42%, rgba(121, 190, 158, 0.00) 70%);
        text-shadow: 1px 1px 1px #fff;
    }

    #centro1colonna #contenitoreVetrina .prezzoProdottoDefinitivo {
        text-align: left;
        z-index: 2;
        position: relative;
        float: left;
        color: #1a5dcf;
        display: inline-block;
        font-size: 32pt;
        font-style: italic;
        font-family: Georgia;
        /*padding: 0px 30px;*/
        margin-top: -280px;
        text-align: center;
        /*width: 30%;*/
        margin-left: 2%;
        /*text-shadow: 1px 1px 1px #000;*/
    }

    #centro1colonna #contenitoreVetrina .prezzoProdotto {
        text-decoration: line-through;
        float: left;
        color: #3e454c;
        display: inline-block;
        font-size: 20pt;
        font-family: Georgia;
        margin-top: -228px;
        /*padding: 0px 60px;*/
        position: relative;
        text-align: center;
        /*width: 30%;*/
        margin-left: 2%;
        z-index: 2;
    }

    #centro1colonna #contenitoreVetrina .scontoProdotto {
        position: relative;
        z-index: 2;
        float: left;
        color: #dce6ef;
        display: inline-block;
        font-size: 40pt;
        font-family: Lateef;
        margin-top: -190px;
        /*padding: 0px 170px;*/
        text-align: center;
        /*width: 30%;*/
        margin-left: 2%;
        width: 96px;
        height: 96px;
        line-height: 96px;
        border-radius: 100px;
        background-color: #ae4867;
        text-shadow: 1px 1px 1px #000;
        box-shadow: 1px 1px 1px #000;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Novità & Offerte*/
    /*----------------------------------------------------------------------------------------------*/

    #centro1colonna #headerNovita, #centro1colonna #h1Novita {
        margin-top: 50px;
        display: block;
        color: #3e454c;
        font-size: 45pt;
        border-radius: 0px;
        background: transparent;
        transition: all 3s ease;
    }

    #centro1colonna #h1Novita {
        border-radius: 0px;
        width: 100%;
        text-align: center;
        padding: 13px 10px 13px 0px !important;
        font-family: Georgia;
        font-style: italic;
        -webkit-transition: all 2s ease;
        -moz-transition: all 2s ease;
        -ms-transition: all 2s ease;
        -o-transition: all 2s ease;
        transition: all 2s ease;
        text-shadow: 1px 1px 1px #20aae8;
    }

    #centro1colonna #headerOfferte, #centro1colonna #h1Offerte {
        margin-top: 50px;
        display: block;
        color: #3e454c;
        font-size: 45pt;
        border-radius: 0px;
        background: transparent;
        transition: all 2s ease;
    }

    #centro1colonna #h1Offerte {
        border-radius: 0px;
        width: 100%;
        text-align: center;
        padding: 13px 10px 13px 0px !important;
        font-family: Georgia;
        font-style: italic;
        text-shadow: 1px 1px 1px #db520d;
    }


    #centro1colonna #contenitoreNovita, #centro1colonna #contenitoreOfferte {
        background-color: rgba(255, 255, 255, 1);
        margin-bottom: 20px;
        font-family: Lateef;
    }

    #centro1colonna .contenitoreProdottoNovita, #centro1colonna .contenitoreProdottoOfferte {
        text-align: center;
        padding-right: 1%;
        padding-left: 1%;
        margin-bottom: 50px;
        list-style: none;
        display: inline-block;
        width: 22.6%;
        max-height: 340px;
        overflow: hidden;
    }

        #centro1colonna .contenitoreProdottoNovita .prezzoProdottoDefinitivo, #centro1colonna .contenitoreProdottoOfferte .prezzoProdottoDefinitivo {
            z-index: 3;
            position: relative;
            margin: -270px 0px 0px 0px;
            float: right;
            color: #fff;
            display: inline-block;
            font-size: 19pt;
            /*font-family: Lato;*/
            padding: 0px 0px;
            line-height: 90px;
            width: 90px;
            border-radius: 500px;
            background: rgba(32, 170, 232, 0.83);
            -webkit-transition: all 0.8s cubic-bezier(.69,.69,.69,.69);
            -moz-transition: all 0.8s cubic-bezier(.69,.69,.69,.69);
            -ms-transition: all 0.8s cubic-bezier(.69,.69,.69,.69);
            -o-transition: all 0.8s cubic-bezier(.69,.69,.69,.69);
            transition: all 0.8s cubic-bezier(.69,.69,.69,.69);
            text-shadow: 1px 1px 1px #000;
            box-shadow: 1px 1px 1px #000;
        }

        #centro1colonna .contenitoreProdottoNovita .scontoProdotto, #centro1colonna .contenitoreProdottoOfferte .scontoProdotto {
            z-index: 4;
            position: relative;
            margin: -250px 92px 0px 0px;
            float: right;
            color: #fff;
            display: inline-block;
            color: #dce6ef;
            display: inline-block;
            font-size: 20pt;
            font-family: Lateef;
            text-align: center;
            width: 50px;
            height: 50px;
            line-height: 50px;
            border-radius: 100px;
            background-color: #ae4867;
            text-shadow: 1px 1px 1px #000;
            box-shadow: 1px 1px 1px #000;
            -webkit-transition: all 0.8s cubic-bezier(.69,.69,.69,.69);
            -moz-transition: all 0.8s cubic-bezier(.69,.69,.69,.69);
            -ms-transition: all 0.8s cubic-bezier(.69,.69,.69,.69);
            -o-transition: all 0.8s cubic-bezier(.69,.69,.69,.69);
            transition: all 0.8s cubic-bezier(.69,.69,.69,.69);
        }

        #centro1colonna .contenitoreProdottoNovita .prezzoProdotto, #centro1colonna .contenitoreProdottoOfferte .prezzoProdotto {
            font-family: Georgia;
            z-index: 4;
            text-decoration: line-through;
            position: relative;
            margin: -220px 0px 0px 0px;
            float: right;
            color: #fff;
            display: inline-block;
            font-size: 10pt;
            padding: 0px 0px;
            width: 90px;
            -webkit-transition: all 0.8s cubic-bezier(.69,.69,.69,.69);
            -moz-transition: all 0.8s cubic-bezier(.69,.69,.69,.69);
            -ms-transition: all 0.8s cubic-bezier(.69,.69,.69,.69);
            -o-transition: all 0.8s cubic-bezier(.69,.69,.69,.69);
            transition: all 0.8s cubic-bezier(.69,.69,.69,.69);
        }

        #centro1colonna .contenitoreProdottoNovita a, #centro1colonna .contenitoreProdottoOfferte a {
            text-decoration: none;
        }

    #centro1colonna .fotoProdottoNovita, #centro1colonna .fotoProdottoOfferte {
        margin-top: 40px;
        width: 100%;
        border-radius: 500px;
        height: 170px;
        overflow: hidden;
        text-align: center;
        -webkit-transition: all 0.38s cubic-bezier(.69,.69,.69,.69);
        -moz-transition: all 0.38s cubic-bezier(.69,.69,.69,.69);
        -ms-transition: all 0.38s cubic-bezier(.69,.69,.69,.69);
        -o-transition: all 0.38s cubic-bezier(.69,.69,.69,.69);
        transition: all 0.38s cubic-bezier(.69,.69,.69,.69);
        z-index: 1;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        /*border: 1px solid #1a5dcf;*/
        box-shadow: 0px 1px 10px #3e454c;
    }

    .spanFotoProdottoNovita, .spanFotoProdottoOfferte {
        /*display: inline-block;
        height: 100%;
        vertical-align: middle;*/
        display: none;
    }

    #centro1colonna .fotoNovita, #centro1colonna .fotoOfferte {
        /*vertical-align: middle;*/
        max-width: none;
        width: 100%;
        /*min-height: 200px;
        max-height: 200px;*/
        -webkit-transition: all 0.38s cubic-bezier(.69,.69,.69,.69);
        -moz-transition: all 0.38s cubic-bezier(.69,.69,.69,.69);
        -ms-transition: all 0.38s cubic-bezier(.69,.69,.69,.69);
        -o-transition: all 0.38s cubic-bezier(.69,.69,.69,.69);
        transition: all 0.38s cubic-bezier(.69,.69,.69,.69);
        /*z-index: -1;
        position: relative;
        height: 300px;
        width:auto;
        border-radius: 500px;*/
    }

        #centro1colonna .fotoNovita:hover, #centro1colonna .fotoOfferte:hover {
            transform: scale(1.6);
            -webkit-transition: all 0.9s cubic-bezier(.69,.69,.69,.69);
            -moz-transition: all 0.9s cubic-bezier(.69,.69,.69,.69);
            -ms-transition: all 0.9s cubic-bezier(.69,.69,.69,.69);
            -o-transition: all 0.9s cubic-bezier(.69,.69,.69,.69);
            transition: all 0.9s cubic-bezier(.69,.69,.69,.69);
        }

    #centro1colonna .contenitoreProdottoNovita:hover #lblprezzoProdottoDefinitivoNov, #centro1colonna .contenitoreProdottoOfferte:hover #lblprezzoProdottoDefinitivoOff {
        /*margin: -480px 0px;*/
        -webkit-transition: all 0.9s cubic-bezier(.69,.69,.69,.69);
        -moz-transition: all 0.9s cubic-bezier(.69,.69,.69,.69);
        -ms-transition: all 0.9s cubic-bezier(.69,.69,.69,.69);
        -o-transition: all 0.9s cubic-bezier(.69,.69,.69,.69);
        transition: all 0.9s cubic-bezier(.69,.69,.69,.69);
        opacity: 0;
    }

    #centro1colonna .contenitoreProdottoNovita:hover #lblScontoProdottoNov, #centro1colonna .contenitoreProdottoOfferte:hover #lblScontoProdottoOff {
        /*margin: -464px 82px 0px 0px;*/
        -webkit-transition: all 0.9s cubic-bezier(.69,.69,.69,.69);
        -moz-transition: all 0.9s cubic-bezier(.69,.69,.69,.69);
        -ms-transition: all 0.9s cubic-bezier(.69,.69,.69,.69);
        -o-transition: all 0.9s cubic-bezier(.69,.69,.69,.69);
        transition: all 0.9s cubic-bezier(.69,.69,.69,.69);
        opacity: 0;
    }

    #centro1colonna .contenitoreProdottoNovita:hover #lblPrezzoProdottoNov, #centro1colonna .contenitoreProdottoOfferte:hover #lblPrezzoProdottoOff {
        /*margin: -450px 0px 0px 0px;*/
        -webkit-transition: all 0.9s cubic-bezier(.69,.69,.69,.69);
        -moz-transition: all 0.9s cubic-bezier(.69,.69,.69,.69);
        -ms-transition: all 0.9s cubic-bezier(.69,.69,.69,.69);
        -o-transition: all 0.9s cubic-bezier(.69,.69,.69,.69);
        transition: all 0.9s cubic-bezier(.69,.69,.69,.69);
        opacity: 0;
    }

    #centro1colonna .nomeProdottoNovita, #centro1colonna .nomeProdottoOfferte {
        margin-top: 15px;
        font-size: 15pt;
        font-family: Georgia;
        font-style: italic;
        color: #3a3f46;
        display: block;
        height: 60px;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Strumenti Prodotti */
    /*----------------------------------------------------------------------------------------------*/
    #sectionProdotti {
        padding-bottom: 0px;
        background-color: rgba(255, 255, 255, 0.8);
    }

    #contenitoreStrumentiProdottiSopra {
        margin-bottom: 10px;
        margin-top: 10px;
        clear: both;
        overflow: hidden;
        height: 40px;
    }

    .lblOrdina {
        margin-right: 5px;
    }

    #contenitoreProdottiPerCategoriaSopra {
        display: none;
    }

    #contenitoreFiltroProdottiSopra {
        float: left;
        height: 30px;
        line-height: 30px;
    }

    #contenitorePaginazione {
        margin: 0px 13px 0px 0px !important;
        font-size: inherit;
    }

    #contenitoreStrumentiProdottiSotto {
        margin-top: 10px;
        margin-bottom: 10px;
        clear: both;
        overflow: hidden;
        height: 40px;
    }

    #contenitoreProdottiPerCategoriaSotto {
        display: none;
    }

    #contenitoreFiltroProdottiSotto {
        float: left;
        height: 30px;
        line-height: 30px;
    }

    #contenitorePaginazioneSotto {
        float: right;
        height: 30px;
        line-height: 30px;
    }

    .lblNumeroProdotti {
        color: #FF5428;
        font-size: 14pt;
    }

    .lblNumeroProdottiTrovati {
        font-size: 14pt;
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Catalogo Prodotti */
    /*----------------------------------------------------------------------------------------------*/

    #contenitoreProdotti {
        border-width: 1px;
        margin-right: 20px;
    }

    #headerProdotti {
        display: none;
    }

    .contenitoreProdotto {
        padding: 1%;
        width: 100%;
        overflow: hidden;
        position: relative;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #1a5dcf;
        vertical-align: bottom;
        font-family: Lato;
    }

    .fotoProdottoCatalogo {
        width: 100%;
    }

    .boxFotoProdotto {
        width: 28%;
        float: left;
    }

    .contenitoreDatiProdotto {
        float: right;
        width: 70%;
    }

    .h2NomeProdotto {
        margin: 0px;
        font-size: 18pt;
        font-weight: normal;
        font-family: Georgia;
    }

        .h2NomeProdotto a {
            color: #1a5dcf;
            text-decoration: none;
            -webkit-transition: all 0.6s ease;
            -moz-transition: all 0.6s ease;
            -ms-transition: all 0.6s ease;
            -o-transition: all 0.6s ease;
            transition: all 0.6s ease;
        }

            .h2NomeProdotto a:hover {
                color: #3bb1ff;
                text-decoration: dotted;
            }

    .boxDatiProdotto {
        width: 100%;
        clear: both;
        overflow: hidden;
        margin-bottom: 10px;
        float: left;
    }

    .boxOpinioni img {
        width: auto;
    }

    .boxMarca {
        float: left;
        display: block;
        width: 70%;
    }

    .lblMarcaValore {
        font-weight: bold;
    }

    .boxCodice {
        float: left;
        display: block;
        width: 50%;
    }

    .lblCodiceValore {
        font-weight: bold;
    }

    .boxDisponibilita {
    }

    .lblDisponibilitaValore {
        font-weight: bold;
    }

    .contenitoreStrumentiAggiungiCarrello {
        float: right;
    }

    .contenitorePrezzo {
    }

    .contenitoreQuantita {
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .contenitoreBtnAggiungiCarrello {
    }

    .contenitoreVarianti {
        width: 60%;
        overflow: hidden;
        float: left;
    }

        .contenitoreVarianti table {
            width: 80%;
        }

        .contenitoreVarianti p {
            padding: 5px 0px 0px 0px;
            margin: 0px;
        }

    .lblProdottoInesistente {
        margin-top: 10px;
        position: relative;
        display: inline-block;
    }

    .descrizioneBreveProdotto {
        width: 70%;
        color: #666666;
        padding-bottom: 10px;
        margin-right: 20px;
    }

    .pnlBoxAcquistoCatalogo {
        background-color: rgba(255, 255, 255, 0.00) !Important;
        padding: 0px !Important;
        bottom: 10px;
        text-align: right;
        margin-right: 20px !important;
        float: right;
        margin-top: -20px;
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Prodotto Dettaglio */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreDettaglioProdotto {
        width: 100%;
        overflow: hidden;
        font-family: Lato;
    }

    #boxFotoProdotto {
        width: 40%;
        float: left;
        overflow: hidden;
        border: 1px solid #1a5dcf;
        height: 380px;
    }

        #boxFotoProdotto .item {
            margin-top: 20px;
            height: 300px;
            text-align: center;
        }

    .spanImgProdotto {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .fotoGrandeProdotto {
        vertical-align: middle;
        width: auto;
        max-width: 82%;
        max-height: 300px;
    }

    #imgZoom {
        pointer-events: all;
        cursor: pointer;
    }

    .zoomWrapper {
        width: 100% !Important;
        height: auto !Important;
    }

    .zoomContainer {
        width: 100% !Important;
        height: auto !Important;
        display: none;
    }

    #gallery_01 img {
        border: 1px solid white;
    }

    #contenitoreDatiProdotto {
        width: 58%;
        float: right;
        overflow: hidden;
        padding: 0px;
    }

    #h1TitoloProdotto {
        margin: 0px;
        font-size: 21pt;
        font-weight: normal;
        color: #1a5dcf;
        font-style: italic;
        font-family: 'Georgia', 'Times New Roman';
    }

    #boxDatiProdotto {
        padding-bottom: 5px;
        margin-bottom: 10px;
    }

    #boxOpinioni {
        padding-top: 10px;
    }

        #boxOpinioni img {
            width: auto;
        }

    #condividi {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #boxMarca {
    }

    #lblValoreMarca {
        font-weight: bold;
    }

    #boxCodice {
    }

    #lblValoreCodice {
        font-weight: bold;
    }

    #contenitoreVarianti table {
        width: auto !important;
    }

    #contenitoreVarianti {
        width: 100%;
        overflow: hidden;
        padding-top: 10px;
        margin-bottom: 10px;
    }

    #pnlBoxAcquisto {
        overflow: hidden;
        text-align: right;
        padding: 10px;
        background-color: rgba(255, 255, 255, 0.6);
        margin-right: 20px;
        float: right;
    }

        #pnlBoxAcquisto .btnListaDesideri {
            clear: both;
        }

        #pnlBoxAcquisto #msgAggiuntoListaDesideri {
            clear: both;
            float: right;
        }

        #pnlBoxAcquisto #plhAvvisami {
            clear: both;
            float: right;
        }

    #boxDisponibilita {
        width: 100%;
    }

    #lblMagazzino {
    }

    #lblValoreMagazzino {
        font-weight: bold;
    }

    #contenitorePrezzo {
        padding-top: 10px;
        overflow: hidden;
        width: 100%;
        text-align: right;
    }

    #contenitoreStrumentiAggiungiCarrello {
        float: right;
        width: auto;
        text-align: right;
        overflow: hidden;
    }

    #contenitoreQuantita {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    #lblQuantita {
        margin-right: 5px;
    }

    #contenitoreBtnAggiungiCarrello {
        float: left;
    }

    #contenitoreListaDesideri {
        width: 100%;
        float: left;
        overflow: hidden;
    }

    #boxDescrizioneProdotto {
        clear: both;
        padding-top: 10px;
        padding-bottom: 10px;
        overflow: hidden;
        margin-top: 2%;
        width: 98%;
    }


        #boxDescrizioneProdotto .contenitore_tab {
            background-color: rgba(255, 255, 255, 0.80);
        }

        #boxDescrizioneProdotto .ul .li {
            background-color: rgba(255, 255, 255, 0.80);
        }

    ul.tabs li.active, ul.tabs li.active a:hover {
        background-color: rgba(255, 255, 255, 0.80) !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.80) !important;
    }

    ul.tabs li, ul.tabs li a:hover {
        border: none;
    }

        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: 18pt;
        color: #1a5dcf;
        font-weight: bold;
    }

    .lblEtichettaIva {
        font-size: 10pt;
        color: #1a5dcf;
        font-weight: bold;
    }

    .prezzoProdottoBase {
        background-position: left center;
        font-size: 16pt;
        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: 16pt;
    }


    #lblPrezzoProdottoDefinitivo {
        font-size: 18pt;
        color: #1a5dcf;
        font-weight: bold;
    }

    #lblEtichettaIva {
        font-size: 10pt;
        color: #1a5dcf;
        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 {
        padding: 20px;
    }

        .bMulti div {
            display: inline-block;
            text-align: center;
            width: 100%;
            position: relative;
        }

    #lbltitoloPopUp {
        text-align: center;
        width: 100%;
        display: inline-block;
        margin-bottom: 20px;
    }

    #imgProdotto {
        max-width: 200px;
        max-height: 200px;
        margin-bottom: 10px;
    }

    #strumentiPopUpAggiungiCarrello {
    }

    #lblVariantiProdotto {
    }

    #lblNomeProdotto {
        margin-left: 10px;
        font-weight: bold;
        display: block;
    }

    #popUpActive hr {
        clear: both;
        margin-bottom: 20px;
    }

    #lnkVaiAllaCassa {
    }

    #lnkVisitaNegozio {
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Carrello */
    /*----------------------------------------------------------------------------------------------*/


    #contenitoreCarrello {
        border-width: 0px;
        margin: 0px 2% 0px 2%;
    }

    #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: #1a5dcf;
        }

    #carrello {
        width: 100%;
        float: left;
    }

    #contenitoreIntestazioneCarrello {
        overflow: hidden;
        height: 40px;
        line-height: 40px;
        border: none;
        background: #1a5dcf;
        color: #fff;
        font-size: 13pt;
    }

    #intestazioneCarrelloArticolo {
        width: 40%;
        padding-left: 10px;
        float: left;
    }

    #intestazioneCarrelloQuantita {
        width: 15%;
        text-align: center;
        float: left;
    }

    #intestazioneCarrelloPrezzoUnitario {
        width: 25%;
        padding-right: 10px;
        text-align: center;
        float: left;
    }

    #intestazioneCarrelloPrezzoTotale {
        width: 15%;
        padding-right: 10px;
        text-align: right;
        float: left;
    }

    #contenitoreCorpoCarrello {
        background-color: rgba(255, 255, 255, 0.70);
        padding: 10px;
        margin-bottom: 20px;
        overflow: hidden;
        /*border-bottom: solid;
        border-bottom-width: 1px;*/
        position: relative;
    }

    .contenitoreProdottoCarrello {
        padding: 10px 0px;
        margin-bottom: 20px;
        overflow: hidden;
        position: relative;
        border-bottom: 1px solid #cbcbcb !important;
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Box Carrello Informazioni */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreCarrelloInformazioni {
        width: 99.5%;
        float: left;
        border: 1px dashed;
        border-color: #ff2d2d;
        border-radius: 20px;
    }

    #sectionCarrelloInformazioni {
        padding: 20px 10px;
    }
    /*----------------------------------------------------------------------------------------------*/
    #tblCarrello, #tblDati, .tblSelezionaModalità, #tblRiepilogoOrdineCarrello, #tblWucSceltaPaese, #tblWucSpedizioniPagamenti {
        padding: 10px;
        border-collapse: collapse;
        border-spacing: 0px;
        width: 100%;
    }

        .tblSelezionaModalità tr {
            border-width: 1px !important;
            border-bottom: 1px solid #cbcbcb !important;
        }

    #pnlLogged {
        background-color: rgba(255, 255, 255, 0.70);
    }

    #tblCarrello {
        background-color: rgba(255, 255, 255, 0.70);
        margin: 0px 0px 20px 0px;
    }

        #tblCarrello tr, #tblDati tr, .tblSelezionaModalità tr, #tblRiepilogoOrdineCarrello tr, #tblWucSceltaPaese tr, #tblWucSpedizioniPagamenti tr {
            vertical-align: top;
        }

        #tblCarrello td, #tblDati td, .tblSelezionaModalità td, #tblRiepilogoOrdineCarrello td, #tblWucSceltaPaese td, #tblWucSpedizioniPagamenti td {
            padding: 10px;
        }

    #trSubTotaleCarrello, #trSpedizione, #trPagamento, #trRiepilogoOrdineCarrello, #trIvaOrdine {
        border-bottom: 1px solid #cbcbcb !important;
    }

    #tblRiepilogoOrdineCarrello {
        background-color: rgba(255, 255, 255, 0.70);
        margin-bottom: 15px;
    }

    #trIntestazioneCarrello, #trIntestazioneDati, .trIntestazioneSelezionaModalità {
        font-size: 12pt;
        background-color: #cbcbcb !important;
    }

    .numeriStep {
        padding: 8px 14px 8px 14px;
        background-color: #1a5dcf;
        color: #FFFFFF;
        width: 15px;
        height: 15px;
        margin-right: 10px;
        line-height: 30px;
        border-radius: 50px;
    }

    .titoliStep {
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Colonne carrello */
    /*----------------------------------------------------------------------------------------------*/
    .colonnaCarrelloFotoProdotto {
        float: left;
        width: 10%;
    }

    .contenitoreCarrelloDatiProdotto {
        width: 90%;
        overflow: hidden;
    }

    .colonnaCarrelloDatiProdotto {
        width: 33%;
        padding-left: 10px;
        float: left;
    }

    .colonnaCarrelloQuantita {
        width: 18%;
        text-align: center;
        float: left;
        margin: 0px 0px 0px 0px;
    }

    .colonnaCarrelloPrezzoUnitario {
        width: 24%;
        text-align: center;
        float: left;
        margin: 0px 0px 0px 0px;
    }

    .colonnaCarrelloPrezzoTotale {
        text-align: right;
        float: right;
        font-weight: bold;
        margin: 0px 0% 0px 0px;
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Prodotto singolo carrello */
    /*----------------------------------------------------------------------------------------------*/
    .fotoProdottoCarrello {
        width: 100%;
    }
    /*----------------------------------------------------------------------------------------------*/
    .colonnaCarrelloDatiProdotto h2 {
        font-size: 13pt;
        margin: 0px;
    }

    .colonnaCarrelloDatiProdotto img {
        width: auto;
    }
    /*----------------------------------------------------------------------------------------------*/

    .carrelloStrumentiProdotto {
        margin: 10px 0px 0px 0px;
    }

        .carrelloStrumentiProdotto p {
            padding-right: 10px;
            font-size: 9pt;
        }

        .carrelloStrumentiProdotto a {
            color: #cc0000;
            text-transform: uppercase;
            font-family: Lato;
            font-size: 9pt;
        }

        .carrelloStrumentiProdotto img {
            border-width: 0px;
            padding-right: 6px;
            float: left;
            margin-top: 4px;
        }
    /*----------------------------------------------------------------------------------------------*/
    .carrelloVariantiProdotto {
        clear: both;
        overflow: hidden;
    }

        .carrelloVariantiProdotto p {
            float: left;
            padding-right: 10px;
            font-size: 9pt;
        }

    .tabellaVarianti {
        width: auto !important;
    }

    #trSubTotaleCarrello {
        text-align: right;
        font-size: 12pt;
    }

    #tdPrezzoSubTotaleCarrello {
        font-size: 15pt;
        font-weight: bold;
        width: 20%;
    }


    #contenitoreDatiFatturazione {
        float: left;
        width: 387px;
        overflow: hidden;
    }

        #contenitoreDatiFatturazione .chiave {
            width: 125px;
            padding-right: 2px;
        }

        #contenitoreDatiFatturazione .valore {
            width: 260px;
        }

        #contenitoreDatiFatturazione .text {
            width: 95%;
        }


    #headerDatiFatturazione {
        margin-bottom: 10px;
    }

    #contenitoreDatiFatturazione h1 {
        font-size: 14pt;
    }

    #sectionDatiFatturazione {
    }
    /* Dati Spedizione */
    #contenitoreDatiSpedizione {
        float: right;
        width: 387px;
        overflow: hidden;
    }

        #contenitoreDatiSpedizione .chiave {
            width: 125px;
            padding-right: 2px;
        }

        #contenitoreDatiSpedizione .valore {
            width: 260px;
        }

        #contenitoreDatiSpedizione .text {
            width: 95%;
        }

    #headerDatiSpedizione {
        margin-bottom: 10px;
    }

    #contenitoreDatiSpedizione h1 {
        font-size: 14pt;
    }

    #sectionDatiSpedizione {
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Riepilogo Ordine Carrello */
    /*----------------------------------------------------------------------------------------------*/
    #trRiepilogoOrdineCarrello {
        text-align: right;
        font-size: 12pt;
    }

    #tdPrezzoRiepilogoOrdineCarrello {
        width: 120px;
        font-weight: bold;
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Iva Ordine */
    /*----------------------------------------------------------------------------------------------*/
    #trIvaOrdine {
        text-align: right;
        font-size: 12pt;
    }

    #tdPrezzoIvaOrdine {
        font-weight: bold;
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Totale Ordine */
    /*----------------------------------------------------------------------------------------------*/
    #trTotaleOrdine {
        color: #fff;
        text-align: right;
        font-size: 16.5pt;
        background-color: #1a5dcf !important;
    }

    #sectionOrdineInviato, #sectionBoxRiepilogoOrdine {
        text-align: center;
    }

    #contenitorePagamentoPayPal {
        font-family: Lato;
        font-size: 13pt;
        text-align: center;
    }

    #btnVaiAllaCassa {
        padding: 7px 12px !important;
        display: inline-block !important;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* 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;
        width: 120px;
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Riepilogo Ordine */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreRiepilogoOrdine {
        border-width: 0px;
        margin: 0px 2% 0px 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: #1a5dcf;
        }

    #tdNomeSpedizione {
        text-align: right;
        font-size: 12pt;
    }

    #tdPrezzoSpedizione {
        text-align: right;
        font-weight: bold;
        font-size: 12pt;
        width: 160px;
    }

    #tdNomePagamento {
        text-align: right;
        font-size: 12pt;
    }

    #tdPrezzoPagamento {
        text-align: right;
        font-weight: bold;
        font-size: 12pt;
        width: 160px;
    }

    #BoxRiepilogoOrdine {
        margin: 10px 2% 20px 2%;
        background-color: rgba(255, 255, 255, 0.70);
        padding: 20px 0px;
    }

    /* CAMPI FATTURAZIONE E SPEDIZIONE CARRELLO */

    #corpoDatiIndirizzi .btnGenerico {
        margin-left: 0px !important;
    }

    #navCampiFatturazione header {
        display: block;
        overflow: hidden;
        border: 0px;
    }

    #navCampiFatturazione .chiave {
        width: 110px;
        text-align: right;
        padding-right: 10px;
        font-style: italic;
        margin: 3px 0px 0px 0px;
    }

    #navCampiSpedizione .chiave {
        width: 110px;
        text-align: right;
        padding-right: 10px;
        font-style: italic;
        margin: 3px 0px 0px 0px;
    }

    #navCampiFatturazione .valore {
        width: 270px;
    }

    #navCampiSpedizione .valore {
        width: 270px;
    }

    #headerCampiFatturazione.open {
        float: left;
    }

    #headerCampiFatturazione.close {
        float: left;
    }

    #h2CampiFatturazione {
        margin: 0px 50px 10px 0px;
    }

    #navCampiSpedizione header {
        display: block;
        overflow: hidden;
        border: 0px;
    }

    #h2CampiSpedizione {
        margin: 0px 50px 10px 0px;
    }

    #headerCampiSpedizione.open {
        float: left;
    }

    #headerCampiSpedizione.close {
        float: left;
    }

    #trNoteTxtOrdine textarea {
        width: 99%;
        height: 130px;
    }

    #navCampiSpedizione, #navCampiFatturazione {
        float: left;
        width: 50%;
    }


    #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;
    }

    #headerCampiIndirizzi.close {
        background-image: url(Images/meno-ico-32.png) !important;
    }

    #pnlSpedizioniPagamenti {
        background-color: rgba(255, 255, 255, 0.70);
    }

    #pnlCarrelloVuoto {
        margin: 0px 0px 10px 20px;
        text-align: center;
    }


    /*----------------------------------------------------------------------------------------------*/
    /* Coupon */
    /*----------------------------------------------------------------------------------------------*/
    #couponCarrello {
        background-position: 10px center;
        background-color: #E8FFFF;
        background-image: url('Images/coupon.png');
        background-repeat: no-repeat;
        padding-left: 80px;
        height: 60px;
        line-height: 60px;
        border: 1px solid #66CCFF;
        padding-left: 80px !important;
    }

    #lblCodicePromozionale {
    }

    #lblInserisciCodice {
        display: none;
    }

    #txtCodiceCouponCarrello {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 30%;
    }

    #btnAttivaCouponCarrello {
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Contenitore Dati Utente - Fatturazione e Spedizione */
    /*----------------------------------------------------------------------------------------------*/
    #headerDatiUtente {
        padding: 10px;
        height: auto;
        line-height: normal;
    }

        #headerDatiUtente h1 {
            font-size: 12pt;
            color: #595959;
            padding: 0px;
            margin: 0px;
        }

    #sectionDatiUtente {
        padding: 1%;
        width: 98%;
        overflow: hidden;
    }

        #sectionDatiUtente .chiave {
            width: 28%;
            text-align: right;
        }

        #sectionDatiUtente .valore {
            width: 70%;
            text-align: left;
        }
    /* Dati Fatturazione */
    #contenitoreDatiFatturazione {
        width: 100%;
        overflow: hidden;
        border-bottom: solid;
        border-bottom-color: #C0C0C0;
        border-bottom-width: 1px;
    }

    #headerDatiFatturazione {
        margin-bottom: 10px;
    }

    #contenitoreDatiFatturazione h1 {
        font-size: 14pt;
    }

    #sectionDatiFatturazione {
    }

        #sectionDatiFatturazione .chiave {
            width: 28%;
            text-align: right;
        }

        #sectionDatiFatturazione .valore {
            width: 70%;
            text-align: left;
        }

    #contenitoreDatiSpedizione {
        width: 100%;
        overflow: hidden;
    }

    #headerDatiSpedizione {
        margin-bottom: 10px;
    }

    #contenitoreDatiSpedizione h1 {
        font-size: 14pt;
    }

    #sectionDatiSpedizione {
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Tabella Dati */
    /*----------------------------------------------------------------------------------------------*/
    #tblDati .btnProcedi, #tblDati .btnGenerico {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #tblDati .chiave {
        width: 170px;
        text-align: right;
        padding-right: 10px;
        margin: 0px;
    }

    #tblDati .valore {
        margin: 0px;
        width: 290px;
    }

    #tblDati .text {
        width: 250px;
        height: 20px;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Form richiesta informazioni */
    /*----------------------------------------------------------------------------------------------*/
    #richiestaInformazioni .chiave {
        width: 35%;
        padding-right: 1%;
        float: left;
    }

    #richiestaInformazioni .valore {
        width: 54%;
    }

    #richiestaInformazioni .text {
        width: 95%;
    }

    #contenitoreRichiestaInformazioni {
        padding: 50px;
        overflow: hidden;
        font-size: 16pt;
    }

        #contenitoreRichiestaInformazioni .headerBox {
            display: block;
            background-color: #fff;
            text-align: center;
        }

        #contenitoreRichiestaInformazioni .h2Box {
            font-size: 50px;
            font-family: Lato;
            font-family: Fira Sans;
            font-weight: 400;
            font-style: italic;
        }

        #contenitoreRichiestaInformazioni span {
            display: inline-block;
            float: left;
            text-transform: uppercase;
            font-size: 13px;
        }

        #contenitoreRichiestaInformazioni label {
            font-size: 11pt;
            display: inline-block;
            text-align: justify;
            float: right;
            margin: -35px 0px 0px 20px;
            font-weight: normal;
            padding-right: 20px;
        }

            #contenitoreRichiestaInformazioni label a {
                text-transform: uppercase;
                font-weight: 600;
                display: block;
                margin-top: -10px;
            }

    .contenitore3ColonneRichiestaInfoContenuti {
        width: 700px;
        margin: 0 auto 0 auto;
    }

    .topRichiestaInfoContenuti {
        margin: 0 auto 40px auto;
        font-family: Lato;
    }

    .leftRichiestaInfoContenuti {
        float: left;
    }

    #contenitoreRichiestaInformazioni ul {
        float: right;
        margin: 0 auto 0 auto;
        padding: 0px;
        list-style: none;
        width: 100%;
    }

    #contenitoreRichiestaInformazioni li {
        text-decoration: none;
        overflow: hidden;
        margin-bottom: 10px;
    }

    #contenitoreRichiestaInformazioni .valore {
        width: 76%;
    }

    #contenitoreRichiestaInformazioni .chiave {
        width: 21%;
        text-align: right;
        padding-right: 10px;
        line-height: 30px;
        text-transform: uppercase;
    }

    #contenitoreRichiestaInformazioni input.text, #contenitoreRichiestaInformazioni textarea {
        width: 94%;
        font-size: 12pt;
        color: #000;
        border-radius: 0px !important;
        padding: 7px 5px;
    }

    #contenitoreRichiestaInformazioni textarea {
        height: 180px;
        /*font-family: inherit;*/
        display: block;
        margin: 5px 0px;
        height: 200px;
        width: 94% !important;
    }

    #contenitoreRichiestaInformazioni .btnGenerico {
        clear: both;
        overflow: hidden;
        float: left;
        border-width: 0px;
        border-radius: 0px;
        width: 475px;
        padding: 20px 8px;
        -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;
        font-size: 18pt;
        background-color: #ff5e00;
    }

        #contenitoreRichiestaInformazioni .btnGenerico:hover {
            /*background: #002cff;*/
            background-color: #ff1f00;
        }

    /*----------------------------------------------------------------------------------------------*/
    /* Strumenti Navigazione Carrello */
    /*----------------------------------------------------------------------------------------------*/

    #ulCarrelloStrumentiNavigazione .chiave {
        width: 50%;
    }

    #pnlCarrelloVuoto #ulCarrelloStrumentiNavigazione .chiave {
        width: 100% !important;
    }

    .strumentiNavigazioneFooter {
        margin-top: 10px;
        text-align: center;
    }

    #strumentiNavigazioneFooter {
        margin-top: 10px;
    }

    .strumentiNavigazioneFooter #lnkTornaShopping {
        text-align: center;
    }

    /*----------------------------------------------------------------------------------------------*/

    #btnAvvisami {
        color: #fff;
        padding: 7px 12px;
        margin: 10px 0px 0px 10px;
        font-size: 13pt;
        border: 0px;
        border-width: 0px;
        border-radius: 0px;
        background: #c6112d;
        text-transform: uppercase;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
    }

        #btnAvvisami:hover {
            background-color: #ff3f3f;
            border-radius: 10px;
        }

    .contenitoreAvvisami {
        overflow: hidden;
        display: inline;
    }

    .textAvvisami {
        font-size: 13pt;
        margin: 10px 0px 0px 0px;
        width: 139px;
        color: #000;
        text-align: right;
        padding: 7px 3px;
        border-radius: 3px;
        border-color: #c6112d;
        border-width: 1px;
        -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);
    }

        .textAvvisami:focus {
            border-color: #1a5dcf;
        }


    .btnListaDesideri {
        margin: 10px 0px 10px 6px;
        padding: 10px 12px;
        background-color: #3e454c;
        border: 0px;
        cursor: pointer;
        color: #FFFFFF;
        display: inline-block;
        text-decoration: none;
        font-family: Calibri;
        font-size: 14.1px;
        font-family: Lato;
        text-transform: uppercase;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
    }

    #msgAggiuntoListaDesideri {
        font-size: 11pt;
        font-style: italic;
        margin: 10px 2px 0px 0px;
    }

    .btnListaDesideri:hover {
        background-color: #767d83;
        border-radius: 10px;
    }

    #maxQtaAggiunta {
        font-weight: bold;
        font-style: italic;
        margin: 10px 0px 0px 0px;
        color: #f5444f;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Ordine inviato */
    /*----------------------------------------------------------------------------------------------*/
    #sectionOrdineInviato {
        padding: 10px 2%;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Accedi */
    /*----------------------------------------------------------------------------------------------*/
    #formLoginCliente {
        width: 49%;
        float: left;
    }

        #formLoginCliente header {
            display: block;
        }

    #corpoFormLoginCliente {
        padding: 10px;
        border: 1px solid #1a5dcf;
        overflow: hidden;
    }

    #formLoginCliente .chiave {
        width: 40%;
        text-align: right;
        height: 35px;
        line-height: 30px;
        padding-right: 2%;
    }

    #formLoginCliente .valore {
        width: 58%;
    }

    #formLoginCliente .text {
        width: 94%;
    }

    #contenitoreRicordaLogin {
        margin-left: 42%;
        width: 58%;
        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;
        margin-left: 42%;
        display: block;
    }

    #btnAccedi {
        float: right;
        margin-top: 20px;
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Nuovo Cliente */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreNuovoCliente {
        width: 49%;
        float: right;
    }

        #contenitoreNuovoCliente header {
            display: block;
        }

    #corpoContenitoreNuovoCliente {
        padding: 10px;
        border: 1px solid #1a5dcf;
        overflow: hidden;
    }

    #contenitoreMessaggioRegistrazione {
        width: 100%;
    }

    #lnkRegistrazioneCliente {
        float: right;
        margin-top: 20px;
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Registrazione Cliente */
    /*----------------------------------------------------------------------------------------------*/
    #formNuovoCliente {
        width: 70%;
        overflow: hidden;
        float: left;
    }

        #formNuovoCliente header {
            display: block;
        }

    #datiAccesso {
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #C0C0C0;
        margin-bottom: 20px;
        overflow: hidden;
        width: 100%;
        padding-bottom: 10px;
    }

    #formNuovoCliente .chiave {
        width: 30%;
        text-align: right;
        padding-right: 10px;
    }

    #formNuovoCliente .valore {
        width: 65%;
    }

    #formNuovoCliente .text {
        width: 96%;
    }

    #lblNewsletter {
        font-weight: normal;
        font-size: 8pt;
        margin-left: -5px;
    }

    #lblPrivacy {
        font-size: 10pt;
        text-align: justify;
    }

    #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 #1a5dcf !Important;
        }

    #accettazioneNewsletter {
        font-weight: normal;
        font-size: 10pt;
        margin-left: 35%;
        margin-bottom: 20px;
    }

    #accettazionePrivacy {
        font-size: 8pt;
        text-align: justify;
        margin-left: 35%;
        margin-bottom: 20px;
    }

    #btnRegistrazioneCliente {
        float: right;
        margin-top: 30px;
    }

    /*---------------------------------------------------------------------------------------------*/
    /* ROBUSTEZZA PASSWORD */
    /*---------------------------------------------------------------------------------------------*/
    #result {
        width: 87%;
        height: 6px;
        padding: 1%;
        margin: 0 0 0 4%;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Informazioni Registrazione Cliente */
    /*----------------------------------------------------------------------------------------------*/
    #boxInformazioniRegistrazione {
        width: 28%;
        float: right;
        margin-left: 2%;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Recupera Dati Login */
    /*----------------------------------------------------------------------------------------------*/
    #formRecuperaLoginCliente {
        width: 475px;
    }

        #formRecuperaLoginCliente header {
            display: block;
        }

        #formRecuperaLoginCliente .chiave {
            width: 170px;
            text-align: right;
            padding-right: 10px;
            height: 30px;
            line-height: 30px;
        }

        #formRecuperaLoginCliente .valore {
            width: 270px;
        }

        #formRecuperaLoginCliente .text {
            width: 258px;
        }

    #btnRecuperaLogin {
        float: right;
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Google Recaptcha */
    /*----------------------------------------------------------------------------------------------*/
    #recaptcha_widget {
        overflow: hidden;
        padding-top: 5px;
    }
    /*----------------------------------------------------------------------------------------------*/
    #raggruppamentoRecaptcha {
        width: 80%;
        float: left;
    }
    /*----------------------------------------------------------------------------------------------*/
    #recaptcha_image {
        border: solid;
        border-width: 1px;
        border-color: #CCCCCC;
        border-radius: 5px;
        padding: 2%;
        width: 94% !Important;
    }
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreInputRecaptcha {
        margin-top: 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: 94% !Important;
    }

        #recaptcha_response_field:focus {
            border: 1px solid #1a5dcf !Important;
        }
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreStrumentiRecaptcha {
        width: 25px;
        float: left;
    }

        #contenitoreStrumentiRecaptcha ul {
            display: block;
            margin: 0;
            padding: 0;
            list-style: none;
        }

        #contenitoreStrumentiRecaptcha span {
            display: none;
        }

    .recaptcha_another {
        margin: 0px;
        padding: 0px;
        width: 25px;
        height: 18px;
    }

    .recaptcha_only_if_image {
        margin: 0px;
        padding: 0px;
        width: 25px;
        height: 15px;
    }

    .recaptcha_only_if_audio {
        margin: 0px;
        padding: 0px;
        width: 25px;
        height: 15px;
    }

    .recaptcha_help {
        margin: 0px;
        padding: 0px;
        width: 25px;
        min-height: 15px;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Navigazione Box Area Personale */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreBoxNavigazioneAreaPersonale {
        float: left;
        width: 25%;
        border-radius: 10px;
        background-color: rgba(255, 255, 255, 0.40);
        margin-left: 2%;
    }

        #contenitoreBoxNavigazioneAreaPersonale header {
            display: block;
        }

        #contenitoreBoxNavigazioneAreaPersonale ul {
            margin: 0px;
            padding: 10px;
            border: solid 1px #1a5dcf;
            border-radius: 0px;
        }

        #contenitoreBoxNavigazioneAreaPersonale li {
            display: inline;
            margin: 0px;
            padding: 0px 0px 0px 0px;
        }

        #contenitoreBoxNavigazioneAreaPersonale a {
            color: #1a5dcf;
            display: block;
            text-decoration: none;
            margin: 0px;
            padding: 5px 0px 5px 0px;
        }

            #contenitoreBoxNavigazioneAreaPersonale a:hover {
                margin: 0px;
                padding: 5px 0px 5px 0px;
                color: #50afef;
            }

            #contenitoreBoxNavigazioneAreaPersonale a.selezionato {
                color: #50afef;
                font-weight: bold;
            }

    #btnEliminaProdotti {
        float: right;
        font-size: 11pt;
        margin: 15px 0px 0px 0px;
    }
    /*----------------------------------------------------------------------------------------------*/
    /* I miei dati */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreMieiDati {
        float: right;
        width: 66%;
        overflow: hidden;
        margin-bottom: 10px;
        margin-left: 2%;
        margin-right: 2%;
    }

    #corpoMieiDati {
        background-color: rgba(255, 255, 255, 0.40);
        border: solid 1px #1a5dcf;
        border-radius: 0px;
    }

        #corpoMieiDati .btnGenerico, #corpoBoxCambiaPassword .btnGenerico {
            margin-left: 0px !important;
        }

        #corpoMieiDati img {
            max-width: none;
        }

        #corpoMieiDati tbody, tr, td {
            border: none;
            border-color: transparent !important;
            background-color: transparent !important;
            border-width: 0px !important;
        }

        #corpoMieiDati table img {
            height: auto !important;
        }

    #contenitoreMieiDati header {
        display: block;
    }

    #contenitoreMieiDati .chiave {
        width: 39%;
        text-align: right;
        padding-right: 1%;
        height: 40px;
        line-height: 40px;
    }

    #contenitoreMieiDati .valore {
        float: left;
        width: 60%;
        line-height: 40px;
    }

    #contenitoreMieiDati .text {
        width: 200px;
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Cambia password */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreBoxCambiaPassword {
        float: right;
        width: 66%;
        overflow: hidden;
        margin-bottom: 10px;
        margin-left: 2%;
        margin-right: 2%;
        border: solid 1px #1a5dcf;
    }

        #contenitoreBoxCambiaPassword header {
            display: block;
        }

        #contenitoreBoxCambiaPassword .chiave {
            width: 29%;
            text-align: right;
            padding-right: 1%;
            height: 40px;
            line-height: 40px;
        }

        #contenitoreBoxCambiaPassword .valore {
            float: left;
            width: 60%;
            line-height: 40px;
        }

        #contenitoreBoxCambiaPassword .text {
            width: 200px;
        }
    /*----------------------------------------------------------------------------------------------*/
    /* I miei ruoli */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreRuoli {
        float: right;
        width: 70%;
        overflow: hidden;
    }

        #contenitoreRuoli header {
            display: block;
        }

    #corpoRuoli {
        padding: 2%;
    }
    /*----------------------------------------------------------------------------------------------*/
    /* Pagine */
    /*----------------------------------------------------------------------------------------------*/
    #headerBoxPagina {
        display: none;
    }

    .owl-wrapper-outer {
        background-color: #ffffff;
    }


    .owl-item div.sezionePagina {
    }

        .owl-item div.sezionePagina img {
            width: 100%;
        }

    .sezionePagina {
        background-size: 100%;
        background-position: bottom left;
        background-repeat: no-repeat;
        overflow: hidden;
        /*margin-bottom: 10px;*/
        height: auto !important;
        background-size: cover !important;
        background-position: center !important;
    }

    /*body.unaColonnaHome .sezionePagina:nth-child(2n+1) {
        overflow: hidden;
        height: 300px !important;
        display: inline-block;
        width: 100%;
    }

    body.unaColonnaHome .sezionePagina a {
        color: #fff !important;
    }

        body.unaColonnaHome .sezionePagina a:hover {
            text-decoration: none;
            color: #fff;
            opacity: 1 !important;
        }

    .rigaPagina {
        margin-left: auto;
        margin-right: auto;
        margin-left: 20px;
        margin-right: 20px;
    }

        .rigaPagina p {
        }

    body.unaColonnaHome .sezionePagina:nth-child(2n+1) .rigaPagina {
        overflow: hidden;
        margin-top: auto !important;
        margin-bottom: auto !important;
        position: relative;
        top: 50%;
        margin-top: -120px !important;
    }

    body.unaColonnaHome .sezionePagina:nth-child(2n+1) .colonnaPagina {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

        body.unaColonnaHome .sezionePagina:nth-child(2n+1) .colonnaPagina p span {
            font-family: Roboto, sans-serif !important;
            font-style: italic;
            font-weight: 900;
            text-shadow: 1px 1px 1px #000;
            line-height: 60px;
        }

    .colonnaPagina {
        display: inline-block;
    }*/

    body.unaColonnaHome .sezionePagina {
        margin-top: 0px !important;
        margin-bottom: 5% !important;
        /*margin-bottom: 20px;*/
        height: auto !important;
    }

        body.unaColonnaHome .sezionePagina a:hover {
            text-decoration: none;
        }

    .rigaPagina {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        /*text-align: center;*/
    }

    body.unaColonnaHome .rigaPagina {
        width: 100% !important;
    }

    .colonnaPagina {
        width: 90% !important;
        /*margin-left: 5% !important;
        margin-right: 5% !important;*/
        display: inline-block;
        padding-left: 5% !important;
        padding-right: 5% !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    body.unaColonnaHome .colonnaPagina p {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    body#thanks .sezionePagina {
        font-family: Fira Sans;
        /*font-style: italic;*/
        padding: 5% 0 !important;
    }

    body#thanks span {
        font-size: 22px !important;
    }

    body#thanks .sezionePagina strong {
        font-weight: 400 !important;
    }

    #map {
        width: 100%;
        height: 450px;
    }

        #map span, #map p {
            font-size: inherit;
        }

    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: -10px !important;
    }

        body.unaColonnaHome .sezionePagina:nth-child(4) p {
            display: none;
        }

    body.unaColonnaHome .sezionePagina:nth-child(3) {
        margin-bottom: 0px !important;
    }

        /*----------------------------------------------------------------------------------------------*/


        /* SEZIONE N. 1 : BANNER PRINCIPALE */

        body.unaColonnaHome .sezionePagina:nth-child(1) .colonnaPagina, body.unaColonnaHome .sezionePagina:nth-child(3) .colonnaPagina {
            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 h2 {
        font-family: Fira Sans;
        font-weight: 400;
        display: block;
        text-shadow: 1px 1px 5px #000;
        font-family: Lato;
        font-size: 55px;
        font-weight: 600;
        letter-spacing: 1px;
        width: 100%;
        margin: 0 auto;
    }

    body.unaColonnaHome .sezionePagina h3 {
        /*text-align: left;*/
        /*margin: 0 auto !important;*/
        font-family: Fira Sans;
        /*line-height: 66px !important;*/
        font-size: 40px;
        font-weight: 400;
        /*font-style: italic;*/
        display: block;
        /*color: #fff;*/
        text-shadow: 1px 1px 5px #000;
        width: 100%;
        margin: 10px auto 0 auto;
    }

    body.unaColonnaChiSiamo .sezionePagina {
        background-position: bottom;
    }

        /*body.unaColonnaHome .sezionePagina p{
        text-align: left;
    }

    .sezionePagina p{
        text-align: center;
    }*/

        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.30) 0%, rgba(255, 255, 255, 0.00) 80%);
            background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 0.00) 80%);
            background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 0.00) 80%);
            background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 0.00) 80%);
            background-image: linear-gradient(top, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 0.00) 80%);
        }

    .sezionePagina a {
        text-decoration: none;
        /*margin-top: 5% !important;
            height: 50px;
            line-height: 50px;*/
    }

    body.unaColonnaContatti .sezionePagina {
        font-size: 30px;
        font-family: Roboto;
        font-weight: 300;
    }

        body.unaColonnaContatti .sezionePagina strong {
            font-weight: 500;
        }

        body.unaColonnaContatti .sezionePagina:nth-child(3), body.unaColonnaContatti .sezionePagina:nth-child(2) {
            height: 350px !important;
        }

        body.unaColonnaContatti .sezionePagina:nth-child(4) .rigaPagina, body.unaColonnaContatti .sezionePagina:nth-child(4) .colonnaPagina {
            width: 100% !important;
            padding: 0px !important;
            margin-bottom: -15px !important;
        }


    #sezioneContatti {
        text-align: center;
        margin-top: 0px;
        /*margin-right: 100px;
        margin-left: 100px;*/
        width: 100%;
    }

    .contenitoreContatto {
        display: inline-block;
        width: 32.5%;
        text-align: center;
        position: relative;
        /*height: 220px;*/
    }

    .divContatto {
        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: 120px;
    }

    .valueContatto {
        display: block;
        text-align: center;
        margin-top: 20px;
        font-family: Fira Sans;
        font-style: italic;
        font-weight: 400;
        /*height: 100px;*/
        font-size: 20px;
    }

        .valueContatto a {
            color: #1a5dcf;
        }

            .valueContatto a:hover {
                color: #000 !important;
            }

    .fotoIconContatti img {
        width: 100px;
        height: 100px;
    }

    body.unaColonnaCosaFacciamo .sezionePagina:nth-child(1) .rigaPagina {
        width: 100%;
    }

    body.unaColonnaCosaFacciamo .sezionePagina:nth-child(1) .colonnaPagina {
        width: 100% !important;
        background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.00) 80%);
        background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.00) 80%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.00) 80%);
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.00) 80%);
        background-image: linear-gradient(left, rgba(0, 0, 0, 0.40) 0%, rgba(255, 0, 0, 0.00) 80%);
        margin-bottom: 5% !important;
    }

        body.unaColonnaCosaFacciamo .sezionePagina:nth-child(1) .colonnaPagina p {
            width: 100%;
            margin-left: auto;
            margin-right: auto;
        }

    body.unaColonnaCosaFacciamo .sezionePagina h3 {
        font-family: Fira Sans;
        font-size: 46px;
        font-weight: 300;
        display: block;
        width: 100%;
        margin: 2% auto 2% auto;
        position: relative;
        text-shadow: 0px 0px 10px #000;
    }

    body.unaColonnaCosaFacciamo .sezionePagina h4 {
        font-weight: 600;
        font-size: 40px;
        display: block;
        width: 100%;
        font-family: Roboto;
        margin: 3% 0 !important;
    }

    body.unaColonnaCosaFacciamo .sezionePagina h5 {
        font-weight: 300;
        font-size: 30px;
        width: 100%;
        font-family: Roboto;
        margin: 0px !important;
    }

    body.unaColonnaCosaFacciamo .sezionePagina p {
        font-family: Roboto;
        font-weight: 300;
        font-size: 22px;
        letter-spacing: 0.7px;
        margin-top: 2% !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 ul {
        list-style-image: url('Images/check icon.png');
        font-family: Roboto;
        font-weight: 300;
        /*font-family: Fira Sans;*/
        /*font-style: italic;*/
        font-size: 20px;
        display: inline-block;
        margin-top: 0px !important;
    }

    body.unaColonnaCosaFacciamo .sezionePagina li {
        line-height: 30px;
        padding: 5px 0;
        margin-left: 0px;
    }

        body.unaColonnaCosaFacciamo .sezionePagina li span {
            position: relative;
            top: -4px;
        }

    body.unaColonnaChiSiamo .sezionePagina span {
        text-align: center !important;
        display: block;
    }

    body.unaColonnaChiSiamo .sezionePagina h3 {
        /*text-align: center;*/
        font-family: Fira Sans;
        font-size: 30px;
        font-weight: 300;
        display: block;
        text-shadow: 0px 0px 20px #fff;
        /*width: 100%;
        padding: 0 45px;*/
        margin: 2% auto 2% auto;
        position: relative;
    }

    body.unaColonnaChiSiamo .sezionePagina h4 {
        font-size: 28px;
        font-family: Roboto;
        font-weight: 400;
        margin: 4% 0 0 0 !important;
    }

    body.unaColonnaChiSiamo h4 strong {
        font-weight: 500;
    }

    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: 300;
        font-size: 25px;
        letter-spacing: 0.7px;
        /*text-align: justify !important;*/
    }

    .sezionePagina h3 strong {
        font-weight: 500;
    }
    /*.sezionePagina .quote:before {
        position: absolute;
        top: -25px;
        left: 0px;
        display: inline-block;
        content: '“';
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-size: 104px;
        color: #333439;
        width: 55px;
        font-style: normal;
    }

    .sezionePagina .quote:after {
        position: absolute;
        display: inline-block;
        content: '”';
        right: 0px;
        bottom: -78px;
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-size: 104px;
        color: #333439;
        width: 55px;
        font-style: normal;
        text-align: right;
    }*/


    body.unaColonnaHome .sezionePagina span {
        display: inline-block;
        font-family: Lato;
        font-size: 34px;
        font-weight: 300;
        /*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: inline-block;
    }

    body.unaColonnaHome .sezionePagina li {
        line-height: 40px;
        padding: 5px 0;
        margin-left: 0px;
    }

    /*body.unaColonnaHome .sezionePagina:nth-child(2):hover img {
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        transform: none;
        animation-play-state: running;
        -webkit-animation-play-state: running;
    }*/

    body.unaColonnaHome .sezionePagina:nth-child(2) img {
        /*margin-top: 100px;
        float: right;
        width: 40%;*/
        /*opacity: 0;
        visibility: hidden;
        -moz-transform: translate3d(0, 200%, 0);
        -o-transform: translate3d(0, 200%, 0);
        -ms-transform: translate3d(0, 200%, 0);
        -webkit-transform: translate3d(0, 200%, 0);
        transform: translate3d(0, 200%, 0);*/
        -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;
        /*opacity: 0.8;
        transform: scale(0.001);
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-name: zoom_in;
        animation-name: zoom_in;
        -webkit-animation-duration: .8s;
        animation-duration: .8s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        animation-play-state: paused;
        -webkit-animation-play-state: paused;*/
    }

    /*.titoloBanner1 {
        font-family: Fira Sans;
        line-height: 66px !important;
        font-size: 50pt;
        font-weight: 400;
        font-style: italic;
        margin-top: 40px;
        display: block;
        color: #fff;
        text-shadow: 1px 1px 5px #000;
        font-style: normal;
        font-family: Lato;
        font-size: 65px;
        font-weight: 600;
        letter-spacing: 1px;
    }

    .sottotitoloBanner1 {
        font-family: Fira Sans;
        line-height: 66px !important;
        font-size: 67px;
        font-weight: 400;
        font-style: italic;
        margin-top: 10px;
        display: block;
        color: #fff;
        text-shadow: 1px 1px 5px #000;
    }*/

    .linkBanner {
        margin-top: 10px;
        text-align: center;
        text-transform: uppercase;
        font-family: Lato;
        font-style: normal;
        font-weight: 400;
        font-size: 28px;
        line-height: 20px;
        background-color: #1a5dcf;
        background-color: #1e61d4;
        padding: 24px 42px;
        text-shadow: none;
        display: inline-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;
    }

        .linkBanner:before {
            content: "";
            display: block;
            position: absolute;
            background: #002cff;
            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;
        }

    #linkSezione2 {
        margin-top: 0px;
        width: 62%;
    }

    body.unaColonnaEcommerce .sezionePagina h3 {
        display: block;
        text-shadow: 1px 1px 5px #000;
        font-family: Lato;
        font-size: 3.7vw;
        font-weight: 600;
        letter-spacing: 1px;
        margin: 0 auto;
    }

    body.unaColonnaEcommerce .sezionePagina h2 {
        font-family: Fira Sans;
        font-size: 5.8vw;
        font-weight: 300;
        display: block;
        width: 100%;
        margin: 1% auto 2% auto;
        position: relative;
        text-shadow: 0px 0px 10px #000;
        letter-spacing: -2px;
    }

    body.unaColonnaEcommerce .sezionePagina h4 {
        font-weight: 600;
        font-size: 40px;
        display: block;
        width: 100%;
        font-family: Roboto;
        margin: 3% 0 !important;
    }

    body.unaColonnaEcommerce .sezionePagina h5 {
        font-weight: 300;
        font-size: 40px;
        width: 100%;
        font-family: Roboto;
        margin: 0px !important;
    }

    body.unaColonnaEcommerce .sezionePagina p {
        font-family: Roboto;
        font-weight: 300;
        font-size: 28px;
        letter-spacing: 0.7px;
        margin-top: 2% !important;
    }

    body.unaColonnaEcommerce .sezionePagina:nth-child(1) .colonnaPagina {
        margin-top: 5% !important;
    }

    body.unaColonnaEcommerce .sezionePagina:nth-child(2) {
        padding: 5% 0 !important;
    }

    body.unaColonnaEcommerce .sezionePagina:nth-child(4) {
        padding: 5% 0 !important;
    }

    body.unaColonnaEcommerce .sezionePagina:nth-child(3) .colonnaPagina {
        padding-top: 6% !important;
        padding-bottom: 6% !important;
    }

    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.unaColonnaEcommerce .sezionePagina ul {
        list-style-image: url('Images/check icon.png');
        font-family: Roboto;
        font-weight: 300;
        /*font-family: Fira Sans;*/
        /*font-style: italic;*/
        font-size: 25px;
        display: inline-block;
        margin-top: 0px;
        /*float: right;*/
    }

    body.unaColonnaEcommerce .sezionePagina li {
        line-height: 35px;
        padding: 5px 0;
        margin-left: 0px;
    }

        body.unaColonnaEcommerce .sezionePagina li span {
            position: relative;
            top: -4px;
        }

    body.unaColonnaEcommerce .quote {
        /*float: left;*/
        width: 100%;
        text-align: center;
        display: block;
        text-shadow: none !important;
        position: relative;
        padding: 0 0 4% 0;
        font-weight: 400 !important;
    }

        body.unaColonnaEcommerce .quote:before {
            position: relative;
            top: 35px;
            left: 0px;
            display: inline-block;
            content: '“';
            font-family: Georgia, 'Times New Roman', Times, serif;
            font-size: 104px;
            color: #333439;
            width: 55px;
            font-style: normal;
        }

        body.unaColonnaEcommerce .quote:after {
            position: relative;
            display: inline-block;
            content: '”';
            right: 0px;
            top: 65px;
            font-family: Georgia, 'Times New Roman', Times, serif;
            font-size: 104px;
            color: #333439;
            width: 55px;
            font-style: normal;
            text-align: right;
        }

    .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: 27px;
            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%;*/
        }

        .websiteSample img {
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -ms-transition: all 1s ease;
            -o-transition: all 1s ease;
            transition: all 1s ease;
            /*vertical-align: bottom;*/
            /*position: absolute;
            bottom: 20px;*/
        }

        .websiteSample:hover img {
            /*margin-top: 240px;
            -moz-transform: translate3d(0, -100%, 0);
            -o-transform: translate3d(0, -100%, 0);
            -ms-transform: translate3d(0, -100%, 0);
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
            -webkit-transition: all 5s ease-in;
            -moz-transition: all 5s ease-in;
            -ms-transition: all 5s ease-in;
            -o-transition: all 5s ease-in;
            transition: all 5s linear;*/
            /*vertical-align: bottom;
        position: relative;
        bottom: 0px;*/
        }

        .websiteSample:hover .websiteName {
            /*opacity: 0;
            -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;*/
        }

    .contenitoreRecensioni {
        height: auto !important;
        position: static !important;
    }

    .boxRecensione {
        margin: 1% 0% 2% 2%;
        display: inline-block;
        /*float: left;*/
        width: 40%;
        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: 20px;
        letter-spacing: -0.5px;
        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: 15px;
            left: 0px;
            /*display: inline-block;*/
            content: '“';
            font-family: Georgia, 'Times New Roman', Times, serif;
            font-size: 44px;
            font-style: normal;
            margin-right: 0.5%;
            line-height: 0px;
            height: 100px;
        }

        .recensione:after {
            position: relative;
            content: '”';
            right: 0px;
            top: 27px;
            font-family: Georgia, 'Times New Roman', Times, serif;
            font-size: 44px;
            line-height: 0px;
            font-style: normal;
            text-align: right;
            margin-left: 0.5%;
        }

    .autoreRecensione {
        width: 90%;
        text-align: right;
        display: block;
        font-size: 16px;
        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: block;
        }

        #contenitoreFileManager img {
            width: auto;
        }
    /*----------------------------------------------------------------------------------------------*/
    /* File Manager Immagini */
    /*----------------------------------------------------------------------------------------------*/
    ul#idFileManagerImmagini {
        margin: 0px;
        padding: 0px;
    }

    #idFileManagerImmagini li {
        display: inline;
        float: left;
        margin: 0 2% 0 0;
        padding: 0px 0px 10px 0px;
        width: 31%;
    }

    #idFileManagerImmagini img {
        margin-bottom: 10px;
        width: 100%;
    }

    #idFileManagerImmagini a {
        color: #666666;
        display: block;
        text-decoration: none;
        margin: 0px 0px 0px -10px;
        padding: 5px 0px 5px 10px;
        text-align: center;
    }

        #idFileManagerImmagini a:hover {
            margin: 0px 0px 0px -10px;
            padding: 5px 0px 5px 10px;
            color: #cc0000;
        }
    /*----------------------------------------------------------------------------------------------*/
    /* File Manager Cartelle */
    /*----------------------------------------------------------------------------------------------*/
    ul#idFileManagerCartelle {
        margin: 10px;
        padding: 0px;
    }

    #idFileManagerCartelle li {
        display: inline;
        margin: 0px;
        padding: 0px 0px 0px 0px;
    }

    #idFileManagerCartelle img {
        margin: 0 10px 10px 0;
        vertical-align: middle;
    }

    #idFileManagerCartelle a {
        color: #666666;
        display: block;
        text-decoration: none;
        margin: 0px;
        padding: 0px;
    }

        #idFileManagerCartelle a:hover {
            margin: 0px;
            padding: 0px;
            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;
    }

    #idFileManagerHtml li {
        width: 49%;
        margin-right: 1%;
        float: left;
        overflow: hidden;
    }

    #idFileManagerHtml iframe {
        width: 100%;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* File Manager Navigazione */
    /*----------------------------------------------------------------------------------------------*/
    #idFileManagerNavigazione {
        margin-bottom: 20px;
    }

        #idFileManagerNavigazione header {
            display: block;
        }

        #idFileManagerNavigazione img {
            width: auto;
        }

        #idFileManagerNavigazione ul {
            margin: 0px;
            padding: 0px 0px 0px 10px;
        }

        #idFileManagerNavigazione li {
            display: inline;
            margin: 0px;
            padding: 0px 0px 10px 0px;
        }

        #idFileManagerNavigazione img {
            display: none;
        }

        #idFileManagerNavigazione a {
            color: #666666;
            display: block;
            text-decoration: none;
            margin: 0px 0px 0px -10px;
            padding: 5px 0px 5px 10px;
            border-bottom-style: solid;
            border-bottom-width: 1px;
            border-bottom-color: #C0C0C0;
        }

            #idFileManagerNavigazione a:hover {
                margin: 0px 0px 0px -10px;
                padding: 5px 0px 5px 10px;
                color: #cc0000;
            }

            #idFileManagerNavigazione a.selezionato {
                color: #cc0000;
                font-weight: bold;
            }

    /*----------------------------------------------------------------------------------------------*/
    /* Ricerca avanzata contenitore */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreRicercaAvanzata {
        width: 100%;
    }

        #contenitoreRicercaAvanzata header {
        }

    #divContenitoreRicercaAvanzata {
        padding: 10px;
        border: solid 1px #C0C0C0;
        margin-bottom: 10px;
    }

    #divKeyWordRicercaAvanzata {
        overflow: hidden;
    }

        #divKeyWordRicercaAvanzata .inputCerca {
            width: 40%;
        }

    divStrumentiRicercaAvanzata {
        overflow: hidden;
    }

    #rdblRicercaModalitàSplit_String {
        margin-top: 10px;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Risultati Pagine Blog - Ricerca avanzata  */
    /*----------------------------------------------------------------------------------------------*/
    #contenitoreRisultatiBlog, #contenitoreRisultatiPagine, #ContenitoreRisultatiProdotti {
        border: solid 1px #1a5dcf;
        margin: 0% 3% 3% 3%;
    }

        #contenitoreRisultatiBlog header, #contenitoreRisultatiPagine header, #ContenitoreRisultatiProdotti header {
            display: block;
        }

        #contenitoreRisultatiBlog h3, #contenitoreRisultatiPagine h3, #ContenitoreRisultatiProdotti h3 {
            color: #ffffff;
        }


        #contenitoreRisultatiBlog ul, #contenitoreRisultatiPagine ul, #ContenitoreRisultatiProdotti ul {
            margin: 0px;
            padding: 10px;
        }

        #contenitoreRisultatiBlog li, #contenitoreRisultatiPagine li, #ContenitoreRisultatiProdotti li {
            margin: 0px;
            padding: 0px 0px 10px 0px;
        }

        #contenitoreRisultatiBlog a, #contenitoreRisultatiPagine a, #ContenitoreRisultatiProdotti a {
            font-size: 16pt;
            color: #1a0dab;
            display: block;
            text-decoration: none;
            margin: 0px;
            padding: 0px;
        }

            #contenitoreRisultatiBlog a:hover, #contenitoreRisultatiPagine a:hover, #ContenitoreRisultatiProdotti a:hover {
                text-decoration: underline;
            }

        #contenitoreRisultatiBlog .urlCerca, #contenitoreRisultatiPagine .urlCerca, #ContenitoreRisultatiProdotti .urlCerca {
            color: #006621;
            width: 100%;
            display: block;
        }

        #contenitoreRisultatiBlog .descriptionCerca, #contenitoreRisultatiPagine .descriptionCerca, #ContenitoreRisultatiProdotti .descriptionCerca {
            width: 80%;
            display: block;
        }

    /*----------------------------------------------------------------------------------------------*/
    /* Ricerca Utenti per ruolo */
    /*----------------------------------------------------------------------------------------------*/
    #ricercaUtentePerRuolo {
    }

    #ricercaNazioneUtente span, #ricercaProvinciaUtente span {
        margin-right: 10px;
    }

    #ricercaNazioneUtente {
        padding: 10px;
        float: left;
        margin-right: 15px;
    }

    #ricercaProvinciaUtente {
        padding: 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;
            }



    /************************************************************************************************/
    /* CSS LAYOUT 2 COLONNE *************************************************************************/
    /************************************************************************************************/


    /*----------------------------------------------------------------------------------------------*/
    /* Contenuti Pagina 2 colonne */
    /*----------------------------------------------------------------------------------------------*/
    body.dueColonne #headerBoxPagina {
        display: block;
    }

    body.dueColonne .sezionePagina {
        background-position: bottom left;
        background-repeat: no-repeat;
        border: 0px;
    }

    body.dueColonne .rigaPagina {
        overflow: hidden;
    }

    body.dueColonne .colonnaPagina {
        float: none;
        border-width: 1px;
        border-color: #C0C0C0;
    }

        body.dueColonne .colonnaPagina p {
            margin-top: 0px;
            margin-bottom: 10px;
        }
    /*----------------------------------------------------------------------------------------------*/

    /*----------------------------------------------------------------------------------------------*/
    /* FORUM */
    /*----------------------------------------------------------------------------------------------*/

    #containerForum {
        width: 100%;
        padding: 10%;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Ricerca Forum: DropDownList Categorie, TextBox Ricerca e Bottone Cerca */
    /*----------------------------------------------------------------------------------------------*/

    #ricercaForum {
        overflow: hidden;
        float: left;
        width: 100%;
    }

    #txtRicerca {
        padding: 0.5%;
        border-style: solid;
        border-width: 1px;
        border-color: #808080 #C0C0C0 #C0C0C0 #C0C0C0;
        border-radius: 5px;
        height: 32px;
        width: 31.8%;
        font-size: 15pt;
        margin: 0% 0% 0% 0.5%;
    }

    #ddlCategoria {
        padding: 0.5%;
        border-style: solid;
        border-width: 1px;
        border-color: #808080 #C0C0C0 #C0C0C0 #C0C0C0;
        border-radius: 5px;
        height: 44px;
        width: 33%;
        font-size: 15pt;
        margin: 1% 0% 1% 0%;
    }

    #btnRicercaForum {
        width: 32.4%;
        height: 44px;
        font-size: 15pt;
        font-weight: bold;
        margin: 0% 0% 0% 0.5%;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* 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: 33%;
        margin: 0% 0.5% 0% 0%;
        text-align: center;
    }

    #elencoCategorieForum {
        background-color: #666666;
        border-radius: 10px;
        color: #FFF;
        font-weight: bold;
        line-height: 55px;
        display: inline-block;
        width: 33%;
        text-align: center;
        margin: 0% 0.5% 0% 0%;
    }

    #mieDiscussioniVuoto {
        border-radius: 10px;
        color: #FFF;
        font-weight: bold;
        line-height: 55px;
        display: inline-block;
        width: 33%;
        margin: 0% 0.5% 0% 0%;
        text-align: center;
    }

    #discussioniRecenti {
        background-color: #ff9400;
        border-radius: 10px;
        color: #FFF;
        font-weight: bold;
        line-height: 55px;
        display: inline-block;
        width: 33%;
        text-align: center;
        margin: 0% 0.5% 0% 0%;
    }

    #discussioniRecentiVuoto {
        border-radius: 10px;
        color: #FFF;
        font-weight: bold;
        line-height: 55px;
        display: inline-block;
        width: 33%;
        text-align: center;
        margin: 0% 0.5% 0% 0%;
    }

    #creaDisc {
        display: inline-block;
        background-color: #cc0000;
        border-radius: 10px;
        color: #FFF;
        font-weight: bold;
        text-align: center;
        line-height: 55px;
        width: 32.4%;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Home del forum: categorie iniziali */
    /*----------------------------------------------------------------------------------------------*/


    .categoriaContainer {
        background-color: #696969;
        float: left;
        color: #FFF;
        border-width: 1px;
        border-color: #C0C0C0;
        border-radius: 10px;
        overflow: hidden;
        text-align: center;
        width: 98.7%;
        padding: 20px 0px 28px 10px;
        margin: 10px 0px 10px 0;
        position: relative;
    }

    .categoriaNome {
        font-size: 26pt;
        font-style: italic;
        display: block;
    }

    .categoriaDescrizione {
        position: absolute;
        bottom: 5px;
        font-size: 12pt;
        font-style: italic;
        display: block;
        width: 100%;
    }

    #descrizioneCategoria {
        margin-bottom: 40px;
        text-align: justify;
        margin-right: 10px;
    }

        #descrizioneCategoria p {
            margin: 0px;
        }

    .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: 98.7%;
    }

    .sottocategoriaNome {
        padding: 0 0px 0px 10px;
        color: #e60e0e;
        font-size: 19pt;
        font-style: italic;
        font-weight: bold;
    }

        .sottocategoriaNome a {
            color: #dd091c;
        }

    .sottoCategoriaDescrizione {
        color: #000;
        padding: 0 0px 0px 10px;
        font-style: italic;
        font-size: 12pt;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Dati delle sottocategorie: numero discussioni e numero messaggi */
    /*----------------------------------------------------------------------------------------------*/

    .sottoCategoriaCounter {
        color: #000;
        padding: 0 0px 0px 10px;
        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%;
    }

        .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 */
    /*----------------------------------------------------------------------------------------------*/

    .discussioneNumMessaggi {
        background-color: #464646;
        text-align: center;
        color: #FFF;
        float: left;
        border-width: 1px;
        border-color: #C0C0C0;
        width: 85px;
        height: 67px;
        padding: 15px 0px 5px 0px;
        margin: 10px 10px 10px 10px;
        font-size: 37pt;
        font-weight: bold;
        border-radius: 100px;
    }

    .discussioneTxtRisposte {
        display: none;
    }

    .discussioneContainer {
        background-color: #CCCCCC;
        float: left;
        color: #000;
        border-width: 1px;
        border-color: #C0C0C0;
        width: 98.5%;
        height: 100px;
        padding: 10px 0px 20px 10px;
        margin: 10px 0px 10px 0;
        font-size: 10pt;
        border-radius: 10px;
    }

    .discussioneNome {
        float: left;
        color: #000;
        border-width: 1px;
        border-color: #C0C0C0;
        width: 100%;
        height: 100%;
        padding: 0px 0px 0px 0px;
        margin: -84px 0px 100px 110px;
        font-size: 20pt;
        font-weight: bold;
    }

    .discussioneDati {
        float: left;
        color: #000;
        border-width: 1px;
        border-color: #C0C0C0;
        width: 100%;
        height: 100%;
        padding: 0px 0px 0px 0px;
        margin: -163px 0px 100px 110px;
        font-size: 11pt;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* Messaggi di una discussione */
    /*----------------------------------------------------------------------------------------------*/

    .containerMessaggio {
        background-color: #CCCCCC;
        float: left;
        width: 100%;
        margin: 0px 0px 20px 0px;
        border-radius: 10px;
    }

    .containerDatiUtenteTesto {
        float: left;
        width: 62%;
    }

    .containerDatiUtente {
        background-color: #666666;
        float: left;
        color: #FFF;
        border-width: 1px;
        border-color: #C0C0C0;
        width: 100%;
        border-radius: 10px;
        overflow: hidden;
        height: 100%;
        padding: 1% 1% 1% 1%;
        margin: 2% 1% 0% 2%;
    }

    .utenteDataMessaggio {
        display: inline-block;
        width: 59%;
        overflow: hidden;
        float: left;
    }

    .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: 95%;
        overflow: hidden;
        height: 100%;
        font-size: 12pt;
        padding: 10px 0px 10px 20px;
        margin: 10px 0px 10px 19px;
        font-weight: normal;
    }

    .utilityMessaggio {
        float: right;
        width: 33%;
        padding: 1.5% 10px 10px 0px;
        margin: 0% 0% 0% 0%;
    }

    .modificaMessaggio {
        width: 100%;
        clear: both;
    }

        .modificaMessaggio a {
            float: left;
            background-color: #1D9858;
            border-radius: 10px;
            color: #fff;
            font-weight: bold;
            padding: 10px;
            font-size: 12px;
            margin: 5px;
            border: 1px outset;
            background-image: -webkit-linear-gradient(right, #20a962 0%, #1D9858 100%);
            background-image: -ms-linear-gradient(right, #20a962 0%, #1D9858 100%);
            background-image: -moz-linear-gradient(right, #20a962 0%, #1D9858 100%);
            background-image: linear-gradient(to right, #20a962 0%, #1D9858 100%);
        }

    .likeMessaggio a {
        background-color: #137B44;
        padding: 10px;
        margin: 5px 15px 5px 5px;
        border-radius: 10px;
        color: #fff;
        font-size: 14px;
        border: 1px outset;
        background-image: -webkit-linear-gradient(right, #1D9858 0%, #137B44 100%);
        background-image: -ms-linear-gradient(right, #1D9858 0%, #137B44 100%);
        background-image: -moz-linear-gradient(right, #1D9858 0%, #137B44 100%);
        background-image: linear-gradient(to right, #1D9858 0%, #137B44 100%);
        float: right;
    }

    .quoteMessaggio a {
        float: left;
        background-color: #20a962;
        color: #FFF;
        border-width: 1px;
        border-color: #1D9858;
        border-radius: 10px;
        text-align: center;
        font-weight: bold;
        padding: 10px;
        font-size: 12px;
        margin: 5px;
        background-image: -webkit-linear-gradient(right, #20a962 0%, #1D9858 100%);
        background-image: -ms-linear-gradient(right, #20a962 0%, #1D9858 100%);
        background-image: -moz-linear-gradient(right, #20a962 0%, #1D9858 100%);
        background-image: linear-gradient(to right, #20a962 0%, #1D9858 100%);
        border: 1px outset;
    }

    .numeroLikeMessaggio {
        font-weight: normal;
        width: 100%;
        clear: both;
        font-style: italic;
        font-size: 12px;
        font-weight: bold;
        margin: 15px;
    }

        .numeroLikeMessaggio span {
            float: right;
            padding: 0px 40px 10px 0px;
        }

    .scegliMigliorRisposta a {
        float: left;
        background-color: #20a962;
        color: #FFF;
        border-width: 1px;
        border-color: #1D9858;
        border-radius: 10px;
        text-align: center;
        font-weight: bold;
        padding: 10px;
        font-size: 12px;
        margin: 5px;
        background-image: -webkit-linear-gradient(right, #20a962 0%, #1D9858 100%);
        background-image: -ms-linear-gradient(right, #20a962 0%, #1D9858 100%);
        background-image: -moz-linear-gradient(right, #20a962 0%, #1D9858 100%);
        background-image: linear-gradient(to right, #20a962 0%, #1D9858 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;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* 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: right;
        color: #FFF;
        overflow: hidden;
        height: 100%;
        margin: 1% 1%;
    }

    #txtDiscussione {
        padding: 1%;
        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%;
        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%;
    }

    #txtMessaggio {
        color: #000;
        padding: 1%;
        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;
        color: #000;
        overflow: hidden;
        height: 100%;
        display: inline-block;
        margin: 10px 0px 30px 0px;
    }

    .numeroMessaggiPerPagina {
        font-weight: bold;
        font-size: 12pt;
        float: left;
        color: #000;
        overflow: hidden;
        height: 100%;
        display: inline-block;
        margin: 10px 0px 30px 0px;
    }

    .numeroDiscussioniPerPagina {
        font-weight: bold;
        font-size: 12pt;
        float: left;
        color: #000;
        overflow: hidden;
        height: 100%;
        margin: 10px 0px 30px 0px;
    }

    /*----------------------------------------------------------------------------------------------*/
    /* 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: 98.7%;
        padding: 20px 0px 20px 10px;
        margin: 10px 0px 10px 0;
        border-radius: 10px;
    }

    quote {
        display: block;
        margin: 2% 2% 1% 1%;
        padding: 1%;
        border-radius: 5px;
        border: 2px ridge;
        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: 10px;
        padding: 10px;
        height: 140px;
        font-style: italic;
        width: 40%;
    }

    #mieiOrdiniSpedizione {
        float: right;
        border: dashed 1px;
        border-radius: 10px;
        margin: 10px;
        padding: 10px;
        height: 140px;
        font-style: italic;
        width: 40%;
    }

    #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;
    }


    /* CAMPI FATTURAZIONE E SPEDIZIONE CARRELLO */

    #navCampiFatturazione header {
        display: block;
        overflow: hidden;
        border: 0px;
    }

    #navCampiSpedizione header {
        display: block;
        overflow: hidden;
        border: 0px;
    }

    #headerCampiSpedizione.open {
        background-image: url(Images/piu-ico-32.png);
    }

    #headerCampiSpedizione.close {
        background-image: url(Images/meno-ico-32.png);
    }

    #trNoteTxtOrdine textarea {
        width: 100%;
        height: 200px;
    }


    /*#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;
    }

	

}