<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Add Google WebFonts */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500');

* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    outline: none;
}

img {
    border: none;
    max-width: 100%;
}

table {
    borde: none;
    border-spacing: 0;
    border-collapse: collapse;
}

strong,
b {
    font-weight: 500;
}

p {
    font-weight: 400;
}

ul {
    list-style-type: none;
    list-style-position: inside;
    list-style-image: url(../img/bullet.png);
}

    ul li {
        margin-bottom: 5px;
    }

html, body {
    height: 100%;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0px;
}

hr {
    width: 100%;
    clear: both;
}

a {
    color: #333;
    text-decoration: none;
}

    a:hover {
        color: #006cb7;
        ;
        text-decoration: underline;
    }

h1, h2, h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

h3 {
    font-size: 15px;
    color: #7c8087;
    text-transform: uppercase;
    margin-bottom: 10px;
}

h1 {
    margin-bottom: 0px;
}

h2 {
    font-size: 16px;
    margin-bottom: 10px;
}

::selection {
    background: #DEDEDE; /* Safari */
}

::-moz-selection {
    background: #DEDEDE;
    /* Firefox */
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #006cb9;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #006cb9;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #006cb9;
}

:-moz-placeholder { /* Firefox 18- */
    color: #006cb9;
}

input:focus {
    outline: none;
}

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 3em;
    right: 1em;
    text-indent: -9999px;
    background: url(../img/top_move.png) no-repeat;
    background-size: 100% auto;
    display: none; /* !important  se impostato sempre non visibile */
}

.last {
    margin-right: 0px;
}

.btn {
    background-color: #10b700;
    margin: 0px 0 0;
    display: inline-block;
    transition: background 0.2s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    position: relative;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    float: inherit;
    font-family: 'Roboto', sans-serif;
    padding: 10px 20px;
    font-weight: 500;
}

    .btn:hover {
        text-decoration: none;
        background-color: #006cb7;
        color: white;
    }

.btn_carrello:hover {
}

.btn_carrello {
    color: white;
    text-decoration: none;
    background-color: #666666;
    cursor: pointer;
    border: none;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 35px;
    text-align: center;
    font-size: 17px;
    clear: inherit;
    float: right;
    margin-top: 0px;
    background-image: url(../img/cart.png);
    background-repeat: no-repeat;
    background-position: 12px 11px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-transform: uppercase;
}

.container {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    clear: both;
}

.clear {
    clear: both;
}

.wrapper {
    min-height: 100%;
    margin: 0px auto;
    position: absolute;
    /* z-index: 2; */
    width: 100%;
}

.header {
    z-index: 9;
    position: relative;
    background: #a5aab2;
}

    .header.header_home .menusup a {
        color: #999;
    }

        .header.header_home .menusup a:hover {
            color: #fff;
        }

    .header .cerca input[type="text"], .liste .cerca input[type="text"] {
        border: none;
        background-color: transparent;
        width: calc(100% - 55px);
        font-size: 14px;
        color: #666666;
        padding: 11px;
    }

    .header .menusup p a {
        color: #006cb7;
    }

    .header .menusup a.btn.small {
        padding: 5px 10px;
        font-weight: 500;
        font-size: 13px;
        margin-right: 5px;
        margin-top: 5px;
    }

.content {
    padding-bottom: 260px;
    overflow: auto;
    clear: both;
}

.content_home {
    background-color: #FFF;
    overflow: auto;
    position: absolute;
    top: 100%;
    width: 100%;
}

.footer {
    width: 100%;
    height: 260px;
    position: absolute;
    bottom: 0px;
    overflow: hidden;
    padding: 0px;
}

.cerca {
    float: right;
    position: relative;
    width: 250px;
    background-color: white;
    height: 45px;
    border-bottom: 1px solid #a5aab2;
}

.logo img {
    margin-right: 10px;
}

.liste {
    width: 100%;
    clear: both;
}

    .liste .cercabtn {
        padding: 5px 5px;
        float: right;
    }

    .liste h3 {
        font-weight: 500;
        color: #666;
        padding-top: 10px;
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
    }

.cercaDescrizioni {
    padding: 5px;
}

.liste .cerca {
    margin: 10px 0px;
    width: 100%;
}

.categorie_cerca {
    position: relative;
    width: 100%;
    clear: both;
    margin-bottom: 20px;
    height: auto;
    min-height: 40px;
}

.header .cerca input[type="text"], .liste .cerca input[type="text"] {
    border: none;
    background-color: transparent;
    width: calc(100% - 44px);
    font-size: 14px;
    color: #666666;
    padding: 8px;
    height: 44px;
}

.header .cercabtn {
    padding: 11px;
    margin: 0px;
    right: 0px;
    float: right;
    background-color: #006cb7;
    height: 44px;
}

.newsletter .cerca input[type="text"] {
    background-color: transparent;
    width: 100%;
    font-size: 14px;
    padding: 12px;
    color: white;
}

.banner_inf ::-webkit-input-placeholder {
    color: #fff;
}

.banner_inf :-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

.banner_inf ::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}

.banner_inf :-ms-input-placeholder {
    color: #fff;
}

.newsletter a {
    color: rgba(255,255,255,1);
    float: left;
}

.footer .cerca input[type="text"] {
    border: none;
    background-color: transparent;
    width: calc(100% - 35px);
    font-size: 13px;
    color: #666666;
    float: left;
    position: relative;
}

.numeroverde {
    width: 180px;
    height: 67px;
    position: relative;
    float: left;
    margin-left: 205px;
    margin-right: 20px;
}

.menusup {
    padding: 10px 0px 10px 20px;
    border-left: 1px solid #ccc;
    margin: 14px 0px 14px 0px;
    min-height: 136px;
}

.logo {
    margin: 10px 0px;
}

.footer .logo {
    margin: 0px;
    width: 100%;
    position: relative;
    clear: both;
    margin-bottom: 10px;
}

.social {
    width: 100%;
    position: relative;
    clear: both;
}

.logo, .menusup {
    width: 50%;
    position: relative;
    float: left;
}

    .menusup .field_module {
        width: 37%;
        position: relative;
        float: left;
        margin-right: 10px;
    }

    .menusup p {
        color: #006cb7;
        font-weight: 400;
    }

.carrello {
    position: relative;
    float: right;
    margin-left: 10px;
    cursor: pointer;
    padding: 10px 5px;
    top: -10px;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    color: #10b700;
}

    .carrello:hover {
        background-color: #93752e;
        color: white;
        -moz-transition: all 0.2s linear 0s;
        -webkit-transition: all 0.2s linear 0s;
        -o-transition: all 0.2s linear 0s;
    }

        .carrello:hover span {
            color: white;
        }

    .carrello span {
        color: #3c3b3c;
    }

.header_home .carrello span {
    color: white;
}

.menusup a {
    text-decoration: none;
    position: relative;
}

.menusup ul {
    position: relative;
    float: left;
    list-style-position: inside;
    list-style-image: none;
    list-style-type: none;
    font-size: 11px;
}

    .menusup ul li {
        /*	background-image: url(../img/bullet.png);
	background-repeat: no-repeat;
	background-position: left 5px;*/
        margin: 0px;
        padding-left: 12px;
        margin-bottom: 5px;
    }

        .menusup ul li a {
            color: white;
            text-decoration: none;
        }

.registrazione {
    position: relative;
    float: right;
    width: 340px;
    padding-left: 10px;
    border-left: 1px solid #ebedef;
}

    .registrazione .login {
        position: relative;
        float: left;
        width: 170px;
    }

    .registrazione .field_module {
        padding: 9px;
        background: rgba(255, 255, 255, 0.1);
        -moz-border-radius: 5px;
        border: none;
        border-radius: 5px;
        font-size: 12px;
        float: right;
        width: 100%;
        color: #666666;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 5px;
        font-family: 'Roboto', sans-serif;
    }

    .registrazione .links a {
        color: #5d5d5d;
        text-decoration: underline;
        font-size: 11px;
    }

    .registrazione .links {
        position: relative;
        float: left;
        margin-left: 10px;
        line-height: 16px;
        width: 160px;
    }

.links a.btn {
    font-size: 13px;
    color: white;
    text-decoration: none;
    margin-top: 6px;
    position: relative;
    float: left;
    font-weight: bold;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 8px;
    padding-left: 10px;
}

    .links a.btn:hover {
        text-decoration: none;
        background-color: #e1e1e1;
        color: #6b6e6f;
    }

.links a.facebook {
    font-size: 11px;
    color: white;
    text-decoration: none;
    margin-top: 6px;
    position: relative;
    float: left;
    padding-top: 6px;
    padding-right: 8px;
    padding-bottom: 4px;
    padding-left: 8px;
    background-color: #3b5998;
    text-transform: inherit;
    margin-left: 5px;
    text-align: left;
    line-height: 11px;
    font-weight: normal;
}

    .links a.facebook:hover {
        text-decoration: none;
        background-color: #e1e1e1;
        color: #6b6e6f;
    }

.facebook img {
    position: relative;
    float: left;
    margin-right: 5px;
}

.sx {
    height: auto;
    width: 65%;
    position: relative;
    float: left;
    padding: 0px;
    margin: 0px;
}

    .sx.contatti {
        border: 1px dotted #ccc;
        padding: 30px;
        margin-top: 0px;
    }

.dx {
    height: auto;
    width: 32%;
    position: relative;
    float: right;
    padding: 0px;
    margin: 0px;
}

.corpo .dx h1 span {
    font-size: 18px;
    font-weight: 700;
    color: #666666;
}

.corpo .dx p {
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    margin-bottom: 20px;
}

.corpo .dx .articolo_img {
    position: relative;
    float: left;
    width: auto;
    height: auto;
    clear: both;
}

    .corpo .dx .articolo_img img {
        width: 250px;
        height: auto;
        margin-left: 0px;
        margin-right: 10px;
        margin-top: 0px;
        border: 1px solid #ebedef;
        margin-bottom: 10px;
    }
/* stili news */

.news {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 5px solid #666666;
    padding: 5px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    text-decoration: none;
    max-height: 73px;
    overflow: hidden;
    line-height: 15px;
}

    .news p {
        margin-bottom: 0px;
        line-height: 15px;
    }

    .news a {
        color: white;
        text-decoration: none;
    }

        .news a:hover {
            text-decoration: none;
        }

.tuttelenews {
    margin-right: 0px;
    margin-bottom: 5px;
    text-decoration: none;
    width: 100%;
    text-align: right;
    font-size: 12px;
}

    .tuttelenews a {
        color: #666666;
        font-weight: 700;
    }

.news_img {
    position: relative;
    float: left;
    width: auto;
    height: auto;
    clear: both;
}

    .news_img img {
        width: 60px;
        height: 60px;
        border: 1px solid #ebedef;
        margin-left: 0px;
        margin-right: 5px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
/* fine stili news */

img.banner {
    width: 100%;
    border: 0px;
    margin-top: 10px;
}

.banner {
    width: 100%;
    height: auto;
    /* overflow: auto; */
    background-color: #dc0b4b;
    padding: 30px;
    text-align: center;
    margin-bottom: 20px;
    display: inline-block;
}

    .banner.sponsor {
        background: white;
        border: 1px solid #ccc;
        padding: 20px 0px 0px 0px;
    }

        .banner.sponsor h3 {
            color: #333;
            font-size: 22px;
            font-weight: 500;
        }


    .banner .box img {
        width: auto;
        border: none;
        position: relative;
        float: left;
        margin-right: 15px;
    }

    .banner h2 {
        margin: 15px 0px;
        color: white;
        font-size: 30px;
        font-weight: 500;
        line-height: 33px;
    }

    .banner .btn {
        background-color: transparent;
        border: 1px solid #fff;
        display: block;
        width: 100%;
        margin: 0px 0 0;
        font-size: 18px;
        color: #ffffff;
        padding: 8px 20px;
        margin-top: 20px;
    }

    .banner p {
        text-align: center;
        color: white;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 400;
    }

    .banner .box {
        width: 33%;
        position: relative;
        float: left;
        padding-bottom: 20px;
        font-size: 20px;
        color: #666666;
        height: 105px;
        overflow: hidden;
        cursor: pointer;
    }

        .banner .box strong {
            font-size: 30px;
            font-weight: 700;
        }

        .banner .box span {
            color: #666666;
        }

.color {
    color: #666666;
}

    .color a {
        color: #666666;
    }

.servizioclienti {
    color: white;
    font-weight: 700;
    text-align: center;
    font-size: 13px;
    height: 50px;
    margin-top: 5px;
}

    .servizioclienti img {
        position: relative;
        margin-right: 5px;
        top: 10px;
        width: 29px;
        margin-left: 5px;
    }

.prodotti_footer .box {
    position: relative;
    float: left;
    width: 250px;
    min-height: 320px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 10px;
}

    .prodotti_footer .box .titolo {
        color: #666666;
        font-size: 25px;
        position: relative;
        float: left;
        width: 100%;
        padding: 10px;
        padding-bottom: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-family: 'Roboto', sans-serif;
        text-shadow: 0 1px 0 white;
    }

        .prodotti_footer .box .titolo span {
            color: #333;
            font-size: 28px;
            font-weight: bold;
        }

.prodotti_footer {
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
    padding-top: 10px;
    padding-bottom: 15px;
}

.extra {
    position: relative;
    width: 200px;
    height: 435px;
    float: left;
    margin-right: 15px;
    padding-top: 26px;
}

    .extra img {
        width: 100%;
        max-width: 200px;
        margin-bottom: 10px;
    }

    .extra .titolo {
        font-family: 'Roboto', sans-serif;
        color: white;
        text-transform: uppercase;
        background-color: rgba(0, 0, 0, 0.4);
        font-size: 25px;
        position: relative;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        width: 100%;
    }

.special {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #666666;
    font-size: 12px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #f2f2f2;
    margin-bottom: 15px;
    height: 60px !important;
    overflow: hidden;
}

    .special span {
        color: #333;
        font-size: 20px;
    }

.counter {
}

    .counter strong {
        color: #333;
        font-size: 14px;
        font-weight: 700;
        margin: 0px;
        padding: 0px;
    }

    .counter small {
        color: #333;
        font-size: 20px;
        font-weight: regular;
        margin: 0px;
        padding: 0px;
    }

.menu_footer h3, .menu_footer .box.principale li a {
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.menu_footer .box {
    position: relative;
    float: left;
    margin-right: 30px;
    padding: 10px;
}

    .menu_footer .box.credits {
        position: relative;
        float: left;
        width: 50%;
        margin: 0px;
        border-top: 1px dashed #c7c7c7;
        margin-top: 2px;
        font-size: 13px;
    }

.credits p {
    font-size: 13px;
}

.credits a {
    color: #646464;
    font-family: 'Roboto', sans-serif;
    text-decoration: underline;
}

.menu_footer .box ul {
    list-style-image: none;
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: 20px;
    position: relative;
    clear: both;
}

.menu_footer .box.principale ul {
    margin-top: 0px;
}

.menu_footer .box.dati ul {
    list-style-image: none;
    list-style-type: none;
    margin-bottom: 0px;
    position: relative;
    clear: both;
}

.menu_footer .box.dati .social {
}

.menu_footer .dati .social p {
    margin-bottom: 0px;
    font-size: 15px;
}

    .menu_footer .dati .social p a {
        color: #5a5a5a;
        text-decoration: underline;
    }

.menu_footer .box.dati .social img {
    height: 50px;
    margin-right: 5px;
}

.menu_footer .box.dati ul li {
    background-repeat: no-repeat;
    background-position: left 2px;
    list-style-image: none;
    list-style-type: none;
    margin-bottom: 20px;
    padding-left: 28px;
    font-size: 13px;
    line-height: 17px;
    color: #666;
    min-height: 21px;
}

.riepilogo_sx .box.dati ul li {
    background-repeat: no-repeat;
    background-position: left -1px;
    list-style-image: none;
    list-style-type: none;
    margin: 10px 0px;
    padding-left: 28px;
    font-size: 14px;
    line-height: 17px;
    color: #666;
    padding: 0px 30px;
    background-size: auto auto;
}

.menu_footer .box ul li {
    background-repeat: no-repeat;
    background-position: left 0px;
    list-style-image: none;
    list-style-type: none;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
}

    .menu_footer .box ul li a {
        color: #666;
        font-size: 15px;
    }

        .menu_footer .box ul li a:hover {
            color: #006cb7;
            text-decoration: underline;
        }

.menu_footer .newsletter {
    background-color: #1a7eaa;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    color: white;
    height: auto;
    overflow: auto;
}

    .menu_footer .newsletter input[type="image"] {
        position: relative;
        float: right;
        max-width: 20%;
        padding: 5px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: none;
        width: 26px;
        top: 3px;
    }

    .menu_footer .newsletter form {
        padding: 0px;
        background: rgba(255, 255, 255, 0.1);
        -moz-border-radius: 5px;
        border: none;
        border-radius: 5px;
        font-size: 12px;
        float: right;
        width: 100%;
        color: #666666;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-family: 'Roboto', sans-serif;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .menu_footer .newsletter .field_module {
        border: none;
        font-size: 12px;
        float: left;
        position: relative;
        width: 80%;
        color: #666666;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-family: 'Roboto', sans-serif;
        background-color: transparent;
        padding: 5px;
    }

    .menu_footer .newsletter label {
        color: #FFF;
        font-size: 10px;
    }

        .menu_footer .newsletter label a {
            text-decoration: underline;
        }

    .menu_footer .newsletter input[type="checkbox"] {
        position: relative;
        float: left;
        margin-right: 5px;
    }

.menu_footer .dati {
    margin-right: 0px;
    color: white;
    width: auto;
    position: relative;
    float: right;
    padding-left: 30px;
    min-width: 350px;
    text-align: left;
    line-height: 25px;
}

    .menu_footer .dati strong {
        font-weight: 700;
        color: white;
    }

    .menu_footer .dati h3 {
        margin-bottom: 5px;
    }

    .menu_footer .dati p {
        margin-bottom: 20px;
    }

        .menu_footer .dati p small {
            color: #ccc;
        }

    .menu_footer .dati table {
        margin: 5px;
    }

        .menu_footer .dati table tr td {
            color: #646464;
            font-family: 'Roboto', sans-serif;
            font-size: 20px;
        }

            .menu_footer .dati table tr td img {
                border: none;
                width: 34px;
            }

img.banner_orizzontale {
    border: none;
    width: 780px !important;
    height: auto !important;
    margin-bottom: 10px;
}

.ricerca_avanzata {
    background: #ceced6;
    height: auto;
    overflow: auto;
    padding-bottom: 5px;
}

    .ricerca_avanzata h1 {
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
        text-shadow: 0 1px 0 white;
        font-family: 'Roboto', sans-serif;
        background-image: url(../img/bg_boxfooter.png);
        background-repeat: repeat;
        padding: 6px;
        padding-left: 10px;
    }

    .ricerca_avanzata form {
    }

        .ricerca_avanzata form div {
            padding: 0px;
            background: #cfcfcf;
            -moz-border-radius: 5px;
            border: none;
            border-radius: 5px;
            font-size: 12px;
            float: right;
            width: 100%;
            color: #666666;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            margin-bottom: 5px;
            font-family: 'Roboto', sans-serif;
        }

            .ricerca_avanzata form div .field_module {
                border: none;
                font-size: 12px;
                float: left;
                position: relative;
                width: 80%;
                color: #666666;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                font-family: 'Roboto', sans-serif;
                background-color: transparent;
                padding: 5px;
            }

            .ricerca_avanzata form div input[type="image"] {
                position: relative;
                float: right;
                max-width: 20%;
                padding: 5px;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                border: none;
                width: 26px;
                top: 0px;
            }

.titolo span {
    font-family: 'Roboto', sans-serif;
    color: #666666;
    font-size: 14px;
    margin-left: 8px;
    position: relative;
    top: -2px;
}

.selettori {
    margin: 10px 0px;
}

.iscrizionegare .selettori {
    margin: 10px 0px 30px 0px;
    background: #f1f1f1;
    padding: 0px;
    display: inline-block;
    width: 100%;
}
.iscrizionegare .selettori.iscrittigara {
padding-bottom:20px
}
    .iscrizionegare .selettori .campo_form {
        width: 50%;
        position: relative;
        float: left;
        padding-right: 0em;
        font-weight: 400;
        clear: both;
        padding: 0px 20px 20px 20px;
    }
    .iscrizionegare .selettori.iscrittigara .campo_form {
        width: 100%;
          padding: 20px 20px 0px 20px;

    }

        .iscrizionegare .selettori.iscrittigara .tag  {
     
            width:60%

    }


.iscrizionegare .selettori.iscrittigara .tag.block {
    width: 50%;
}
.selettori .quantita {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    float: left;
    margin-right: 10px;
    top: 12px;
    color: #666;
}

.descrizione {
    margin-bottom: 30px;
    width: 48%;
    position: relative;
    float: right;
}

    .descrizione ul li {
        margin-bottom: 10px;
        line-height: 20px;
    }

    .descrizione ul {
        margin: 20px 0px;
    }

    .descrizione table ul li {
        margin-bottom: 0px;
        line-height: auto;
        list-style-image: none;
    }

    .descrizione table tr td {
        background: #e5e5e5;
        padding: 40px 30px;
        border-left: 3px solid white;
    }

    .descrizione table ul {
        margin: 0px;
    }

    .descrizione p {
        color: #999999;
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 10px;
    }

        .descrizione p strong, .articolo p strong {
            color: #333;
        }

    .descrizione .prezzo {
        color: #93752e;
        font-size: 50px;
        width: 100%;
        font-family: 'Roboto', sans-serif;
        text-shadow: 0 1px 0 white;
        margin-bottom: 10px;
    }

    .descrizione table p {
        font-size: 20px;
        text-shadow: 0 1px 0 white;
    }

    .descrizione table strong {
        color: #666666;
    }

    .descrizione table {
        color: #999;
        font-size: 15px;
        margin-bottom: 30px;
    }

        .descrizione table tr td:first-child {
            width: 45%;
        }

        .descrizione table ul li {
            margin: 5px 0px;
        }

    .descrizione .prezzo span.old_price {
        color: #666666;
        font-size: 25px;
        text-decoration: line-through;
        top: 0px;
        position: relative;
    }

    .descrizione.titolo {
        padding-bottom: 0px;
        width: 100%;
        position: relative;
        float: right;
        margin-bottom: 10px;
        height: auto;
    }

    .descrizione .titolo {
        color: #10b700;
        font-size: 24px;
        position: relative;
        float: left;
        width: 100%;
        clear: both;
        text-align: left;
        font-weight: 300;
        padding: 0px;
        margin-bottom: 10px;
        text-transform: uppercase;
        line-height: 31px;
        letter-spacing: 6px;
    }

.codice {
    color: #999999;
    font-size: 15px;
}

.descrizione h1 {
}

.descrizione h2 {
    font-size: 13px;
    color: #333;
    font-weight: normal;
}

.btn.ordina {
    background-color: #dc0b4b;
    color: white;
}

    .btn.ordina:hover {
        background-color: #006cb7;
    }

.corpo .dx .descrizione p {
    margin: 5px;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}

.tabella_prodotto, .TabbedPanelsContent table {
    width: 100%;
}

    .tabella_prodotto tr th, .TabbedPanelsContent table tr th {
        padding-top: 2px;
        padding-bottom: 2px;
        text-align: left;
        color: #000000;
        font-weight: normal;
        border-bottom: 1px dashed rgb(222, 222, 222);
    }

    .tabella_prodotto tr td, .TabbedPanelsContent table tr td {
        padding-top: 2px;
        padding-bottom: 2px;
        text-align: left;
        color: #757575;
    }

    .tabella_prodotto .old_price, .TabbedPanelsContent table .old_price {
        text-decoration: line-through;
        font-size: 14px;
        font-weight: 400;
    }

    .spese_spedizione span, .TabbedPanelsContent table span {
        font-size: 13px;
        font-weight: 400;
        color: #333;
    }

    .tabella_prodotto .prezzo_scontato, .TabbedPanelsContent table .prezzo_scontato {
        text-transform: uppercase;
        color: #000000;
        font-weight: normal;
    }

        .tabella_prodotto .prezzo_scontato span, .TabbedPanelsContent table .prezzo_scontato span {
            color: #d30202;
            font-size: 14px;
            font-weight: 400;
        }

.disponibilita_yes, .disponibilita_no {
    font-size: 14px;
}

.disponibilita_yes {
    color: #54bb56 !important;
}

.disponibilita_no {
    color: #d30202 !important;
}

.spese_spedizione {
    background-image: url(../img/truck.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    padding-top: 5px;
    padding-left: 28px;
}

.valuta_info {
    background-color: #666666;
    font-family: 'Roboto', sans-serif;
    padding: 5px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 45px;
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
}

    .valuta_info .valuta {
        float: left;
        width: 48%;
        position: relative;
        color: #FFFFFF;
        font-size: 18px;
        margin-left: 8px;
    }

        .valuta_info .valuta .star-rating {
            top: 6px;
            left: 3px;
        }

    .valuta_info .info {
        float: right;
        width: 317px;
        position: relative;
        text-align: right;
        font-size: 15px;
        background-image: url(../img/richiediinfo.png);
        background-position: 73px 0px;
        background-repeat: no-repeat;
        padding-left: 41px;
        margin-top: 5px;
    }

        .valuta_info .info a {
            color: white;
            text-decoration: none;
            font-size: 18px;
            margin-right: 8px;
        }

input[type="checkbox"] {
    -webkit-appearance: checkbox;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-right: 5px;
    margin-right: 8px;
    top: 4px;
}

.griglia_ordina .label_check {
    font-size: 11px;
    font-weight: 700;
}

.commento_fb {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .commento_fb p {
        color: #565656;
        margin-bottom: 5px;
    }
/* tabelle carrello */

.alert {
    color: red;
    font-weight: 500;
    margin: 10px 0px;
}

fieldset .alert {
    color: red;
    font-weight: 500;
    margin: 0px 0px 10px 0px;
}

.tabelle_carrello fieldset .btn {
    font-size: 14px;
    padding: 13px 20px;
}

table.tabelle_carrello {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.tabelle_carrello table tr td {
    background-color: white;
    color: #666666;
    border-bottom: 1px solid #ebedef;
    padding: 5px;
    font-weight: 400;
}

.tabelle_carrello .select_module {
    position: relative;
    width: 108px;
    padding: 3px;
    margin: 0px;
    background-color: whiteSmoke;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-family: 'Roboto', sans-serif;
    border: 1px solid #ebedef;
    float: right;
    font-size: 12px;
}

.tabelle_carrello .txt {
    position: relative;
    font-size: 12px;
    color: #0054A4;
    margin-right: 5px;
    top: 1px;
}

.tabelle_carrello .minifield_module {
}

.tabelle_carrello .miniature.thumb {
    border: none;
    margin-bottom: 0px;
    margin-left: 0px;
    height: 60px;
    width: 60px;
}

.tabelle_carrello .miniature img {
    max-height: 50px;
    max-width: 50px;
}

.tabelle_carrello td.minifield_module input {
    padding: 5px;
    background: white;
    float: left;
    width: 32px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 19px;
    color: #93752e;
    font-weight: 300;
}

.tabelle_carrello textarea {
    width: 300px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    padding: 5px;
    background-color: #FFF;
    border: 1px solid #ebedef;
    color: #0054A4;
}

.tabelle_carrello .field_note {
    float: left;
    position: relative;
    width: 650px;
    padding: 5px;
    margin: 0px;
    background-color: whiteSmoke;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-family: 'Roboto', sans-serif;
    border: 1px solid #ebedef;
}

.tabelle_carrello .label_check a {
    color: #666666;
    text-decoration: underline;
}

.tabelle_carrello .label_module {
    float: left;
    position: relative;
    width: 300px;
    font-size: 13px;
    color: #666666;
    font-family: 'Roboto', sans-serif;
    margin-top: 0px;
}

.tabelle_carrello tr th {
    background-color: #006cb7;
    padding: 10px;
    color: white !important;
    font-weight: normal;
    text-align: left;
}

.tabelle_carrello .minifield_module {
    width: auto;
}

.prezzo_totale {
    font-size: 34px;
    padding: 10px;
    color: #10b700;
    /* font-weight: 700; */
    font-family: 'Roboto', sans-serif;
}

.tabelle_carrello.sottotabella.tableresponsive .field_module {
    width: 50px;
    float: left;
    padding: 3px 10px;
    text-align: center;
}

.tabelle_carrello caption {
    font-size: 22px;
    color: #0054A4;
    padding-bottom: 10px;
}

.tabelle_carrello .hidden {
    display: none;
}

.tabelle_carrello a img {
    border: none;
}

.tabelle_carrello table tr td a .ok {
    float: right;
    position: relative;
    margin-left: 5px;
    top: 3px;
}

.condizioni {
    margin-left: 0px;
    margin-top: 20px;
    padding: 15px;
    border: 1px solid #ebedef;
    margin-bottom: 20px;
    height: auto;
    overflow: auto;
    font-weight: 400;
}

    .condizioni img {
        text-align: center;
        /* width: 120px; */
        margin-right: 30px;
        position: relative;
        float: left;
        margin-bottom: 15px;
    }

    .condizioni p {
        text-align: justify;
        line-height: 20px;
    }

    .condizioni hr {
        border: none;
        background: rgb(165, 165, 165);
        height: 1px;
        width: 100%;
        margin-bottom: 10px;
        opacity: 0.5;
    }

.cancellacarrello {
    width: 400px;
    height: auto;
    padding: 10px;
    margin: 0px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.ordine_minimo {
    font-size: 16px;
    float: right;
    color: #666666;
    text-decoration: none !important;
    text-shadow: 0 1px 0 white;
    margin-bottom: 0px;
    font-weight: bold;
}

    .ordine_minimo span {
        color: #E90303;
        font-size: 20px;
    }

.tabelle_carrello fieldset {
    background-color: white;
    border: 1px solid #ccc;
    padding: 20px;
    margin-top: 30px;
    position: relative;
    float: left;
    font-weight: 400;
}

.readonly {
    background-color: rgba(205, 206, 211, 0.29);
}

.tabelle_carrello legend {
    padding: 10px 20px;
    outline: none;
    color: #666666;
    list-style: none;
    border: 1px solid #ccc;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    text-shadow: 0 1px 0 white;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
}

fieldset ul {
    list-style-image: none;
}

    fieldset ul span {
        color: #3c3b3c;
        text-transform: uppercase;
        font-weight: 400;
    }

    fieldset ul li {
        margin-bottom: 10px;
    }

        fieldset ul li span {
        }

.center {
    text-align: center;
}

.tabelle_carrello fieldset a #help {
    float: right;
    position: relative;
}

.tabelle_carrello fieldset .field_module {
    float: inherit;
    margin: 5px 0px;
}

.dx .tabelle_carrello fieldset p {
    margin-bottom: 0px;
}

.tabelle_carrello fieldset img {
    padding-left: 10px;
    margin-left: 10px;
    margin-right: 5px;
    position: relative;
    float: left;
}

.tabelle_carrello fieldset input[type="radio"] {
    position: relative;
    float: left;
    top: 15px;
}

.tabelle_carrello fieldset.indirizzoFatt input[type="radio"] {
    position: relative !important;
    float: none !important;
    top: auto;
}


.tabelle_carrello .btn {
}

    .tabelle_carrello .btn:hover {
    }

.tabelle_carrello table.table_nopadding tr td {
    border-bottom: none;
    background-color: white;
    color: #333;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    font-size: 12px;
}

.pathway {
    font-size: 15px;
    margin-bottom: 20px;
    color: #006cb9;
    font-weight: 600;
    width: 100%;
    clear: both;
    display: block;
    height: auto;
    overflow: auto;
}

    .pathway a {
        margin-left: 5px;
        margin-right: 5px;
        color: #666;
        font-weight: 400;
    }

        .pathway a:hover {
            text-decoration: underline;
        }

.corpo .dx hr, hr {
    background: #ceced6;
    height: 1px;
    width: 100%;
    padding: 0px;
    border: none;
    margin: 10px 0px;
}

.dati_contatti {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .dati_contatti tr td {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .dati_contatti tr th {
        text-align: left;
        padding: 10px;
        background: #E5E5E5;
        text-shadow: 0 1px 0 white;
    }

    .dati_contatti tr td p {
        margin: 0px !important;
    }

        .dati_contatti tr td p img {
            position: relative;
            float: left;
            width: 17px;
            margin-right: 5px;
        }

.label_module {
    float: left;
    position: relative;
    font-size: 14px;
    color: #666;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 8px;
    margin-top: 10px;
    font-weight: 400;
}

.field_module {
    padding: 10px;
    border: 1px solid #a5aab2;
    font-size: 15px;
    float: right;
    width: 100%;
    color: #006cb9;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
    height: 45px;
}

    input[type="text"]:disabled, .field_module:disabled, .select_module:disabled, fieldset[disabled] {
        cursor: not-allowed;
        background-color: #eee;
        opacity: 1;
    }

    .field_module.error {
        border: 1px solid #ff9494;
        background-color: #f9dde2;
    }

.field_note {
    padding: 6px;
    background: white;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
    border: 1px solid #a5aab2;
    font-size: 15px;
    float: right;
    width: 100%;
    color: #006cb9;
    min-height: 100px;
    max-height: 100px;
    height: 100px;
}

table.contatti {
    width: 760px;
    margin: 10px;
}

.tabelle_carrello table tr td.tabella_totali {
    background-color: #666666;
    color: white;
    font-weight: 700;
    font-size: 16px;
}

    .tabelle_carrello table tr td.tabella_totali div.prezzo_totale {
        background-color: #666666;
        padding: 5px;
        font-size: 20px;
    }

table.contatti .btn {
    position: relative;
    float: right;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding: 10px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.blank {
    background-color: white;
}

.inpromo .special {
    height: 45px !important;
    margin-bottom: 25px !important;
}
/* nuovo codice riepilogo e news */

.categories {
    padding: 10px;
    height: auto;
    border: 1px solid #ebedef;
    overflow: auto;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
}

    .categories h1 {
        margin-bottom: 0px;
        color: #333;
        font-size: 20px;
        border-bottom: 1px solid #ebedef;
        padding-bottom: 5px;
    }

    .categories ul {
        float: left;
        list-style-image: none;
        list-style-type: none;
        position: relative;
        margin: 0px;
        padding: 0px;
    }

        .categories ul li {
            list-style-image: none;
            list-style-type: none;
            padding: 0px;
            margin-top: 10px;
            margin-left: 0px;
            position: relative;
            float: left;
            width: 100%;
        }

            .categories ul li a {
                color: #666666;
                text-decoration: none;
            }

                .categories ul li a:hover {
                    color: #666666;
                    text-decoration: none;
                }
/*stile news*/

.newsart {
    padding: 10px;
    height: auto;
    border: 1px solid #ebedef;
    overflow: auto;
    margin-bottom: 20px;
}

    .newsart h3 {
        font-size: 15px;
        line-height: 19px;
        font-weight: normal;
        margin-bottom: 10px;
    }

    .newsart span {
        color: #333;
        font-weight: 500;
        font-family: 'Roboto', sans-serif;
        font-size: 13px;
        margin-right: 5px;
    }

    .newsart h3 a {
        text-transform: inherit;
        font-weight: normal;
        text-decoration: none;
        font-family: 'Roboto', sans-serif;
        color: #006cb7;
    }

    .newsart p {
        padding: 0px;
        margin: 0px !important;
    }

.newsart_img {
    position: relative;
    float: left;
    height: 150px;
    width: 150px;
    margin-right: 10px;
    display: table;
}

    .newsart_img div {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    .newsart_img img {
        max-width: 150px;
        max-height: 150px;
    }

.newsart .articolo_news {
    height: 78px;
    overflow: hidden;
    margin-bottom: 10px;
}

.sx .ricerca_avanzata .titolo {
    margin-bottom: 0px !important;
    padding-bottom: 10px;
    font-size: 16px;
    /* text-align: center; */
    font-family: 'Roboto', sans-serif;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
    color: #666666;
}

.newspromo {
    margin-bottom: 0px !important;
    padding-bottom: 10px;
    font-size: 16px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    color: white;
}

.container.testata .dx div {
    position: relative;
    float: right;
    max-width: 300px;
    padding: 0px 35px;
    height: 60px;
    margin: 25px 0px;
    border-right: 1px solid #ebedef;
}

    .container.testata .dx div.quantita_box {
        position: relative;
        float: left;
        width: 49px;
        padding: 23px 0px 0px 11px;
        border-right: none;
        height: 53px;
        background-image: url(../img/carrello.png);
        background-repeat: no-repeat;
        margin: 0px 20px 0px 0px;
        text-align: center;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        color: #006cb7;
        font-weight: 600;
    }

    .container.testata .dx div p {
        color: #666;
        font-size: 18px;
    }

    .container.testata .dx div.carrello {
        border-right: none;
        width: 275px;
        cursor: pointer;
    }

        .container.testata .dx div.carrello h3 {
            color: #ff2800;
        }

        .container.testata .dx div.carrello p {
            color: #666;
            font-size: 18px;
        }

        .container.testata .dx div.carrello img {
            position: relative;
            float: left;
            margin-right: 15px;
        }

.menu_footer .dati .social h3 {
    margin-bottom: 20px;
}

.ricerca_avanzata {
    background-color: #ebebeb;
    padding: 10px;
    margin-bottom: 15px;
}

.menu_footer .newsletter input[type="image"] {
    position: relative;
    float: right;
    padding: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    width: 18px;
    top: 1px;
    margin: 0px;
}

.newsletter .cerca {
    float: left;
    position: relative;
    background-color: transparent;
    width: calc(100% - 137px);
    margin: 20px 0px 10px 0px;
    top: inherit;
    border: 1px solid white;
}

.newsletter .privacy {
    width: calc(100% - 20px);
    margin: 10px;
    position: relative;
    clear: both;
}

.newsletter .field_module {
    border: none;
    font-size: 12px;
    float: left;
    position: relative;
    width: 80%;
    color: #666666;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    background-color: transparent;
    padding: 5px;
    background: rgba(255, 255, 255, 0.1);
    margin-top: 10px;
}

.newsletter label {
    color: #FFF;
    font-size: 11px;
}

    .newsletter label a {
        color: #FFF;
        text-decoration: underline;
    }

.newsletter input[type="checkbox"] {
    position: relative;
    float: left;
    margin-right: 5px;
    top: 4px;
}

.select_module {
    /* width: 100%; */
    /* padding: 5px; */
    /* margin-bottom: 10px; */
    /* color: #006cb9; */
    padding: 10px;
    border: 1px solid #a5aab2;
    font-size: 15px;
    float: right;
    width: 100%;
    color: #006cb9;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
    height: 45px;
}

.selettori .select_module {
    width: 33%;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    color: #006cb9;
    font-weight: 400;
    height: 33px;
    position: relative;
    float: left;
    padding: 5px 10px;
    min-width: 200px;
}

.selettori div.select_module {
    border: none;
    width: 40%;
    min-width: inherit;
    padding: 6px 0px;
    margin: 0px;
}

.iscrizionegare .selettori .label_module {
    border: none;
    width: 40%;
    min-width: inherit;
    padding: 0px;
    margin: 0px;
    position: relative;
    float: left;
    color: #006cb9;
    padding: 5px 10px;
}

.iscrizionegare .selettori .select_module {
    width: 60%;
    border: 1px solid #ccc;
    margin-bottom: 0px;
    color: #006cb9;
    font-weight: 400;
    height: 33px;
    position: relative;
    float: left;
}

.iscrizionegare .selettori .numero {
    position: relative;
    float: left;
    font-weight: 600;
    padding: 5px 10px;
    color: #10b700;
    font-size: 20px;
}



.minifield_module {
}

.colophon {
    position: relative;
    float: left;
    color: #666;
    opacity: 1;
    font-size: 13px;
    margin-top: 5px;
}

.riepilogo_sx {
    clear: both;
    margin: 10px 0px 20px 0px;
    padding: 20px;
    background: #ebedef;
    border: 1px solid #ccc;
}

    .riepilogo_sx h3 {
        color: #ff2800;
        font-size: 21px;
        font-weight: 500;
        margin-bottom: 20px;
        text-align: left;
    }

    .riepilogo_sx p {
        font-size: 13px;
        line-height: 21px;
        color: #ccc;
    }

.unico {
    width: 100% !important;
}

.dx.articolo ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

.dx.articolo h1 {
    color: #006cb7;
    font-size: 25px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

a.back {
    color: #666666;
    font-size: 13px;
    text-decoration: underline;
}

.riepilogo_sx ul li, .dx.articolo ul li {
    font-size: 13px;
    list-style-image: none;
    list-style-type: none;
    margin-bottom: 10px;
    background-image: url(../img/bullet.png);
    background-repeat: no-repeat;
    background-position: 4px 3px;
    padding-left: 25px;
    padding: 3px 25px;
    background-size: auto 15px;
}

    .riepilogo_sx ul li a {
        color: #666666;
        font-size: 13px;
    }

.campo_form {
    width: 50%;
    padding-bottom: 0.5em;
    position: relative;
    float: left;
    padding-right: 1em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
}

.box_carrello {
    position: relative;
    float: right;
    cursor: pointer;
    width: 270px;
    background-position: 3px 5px;
    border: 1px solid #ebedef;
    padding: 15px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: white;
}

    .box_carrello:hover {
        -moz-transition: all 0.2s linear 0s;
        -webkit-transition: all 0.2s linear 0s;
        -o-transition: all 0.2s linear 0s;
    }

    .box_carrello h1 {
        font-weight: 700;
        color: #666666;
        text-transform: uppercase;
        font-size: 19px;
        margin-bottom: 2px;
    }

    .box_carrello p {
        font-size: 17px;
        color: #888787;
        margin-bottom: 3px;
    }

    .box_carrello img {
        position: relative;
        float: left;
        margin-right: 16px;
    }

    .box_carrello p span {
        color: #666666;
    }

    .box_carrello a {
        color: #666666;
        text-decoration: underline;
        font-size: 13px;
    }

.testata_utilities {
    position: relative;
    float: right;
    width: 50%;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .testata_utilities .sx {
        position: relative;
        float: right;
        text-align: right;
    }

.paginazione {
    text-align: center;
    width: 100%;
    padding: 0px;
    clear: both;
    height: auto;
    margin: 30px 0px 40px 0px;
}

    .paginazione a {
        color: #666;
        border-top: 1px solid #666;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        font-weight: 500;
        padding: 4px 8px;
        font-size: 14px;
        margin: 0px 5px;
    }

        .paginazione a:hover, .paginazione a:active, .paginazione a.active {
            color: #006cb7;
            border: 1px solid #006cb7;
            text-decoration: none;
        }

        .paginazione a.selected {
            background-color: #006cb7;
            color: #ffffff;
            border: 1px solid #006cb7;
        }



.login_box, .registrazione_box {
    position: relative;
    float: left;
    padding: 20px;
    width: 48%;
    height: 237px;
    border: 9px solid white;
    margin: 1%;
    -moz-border-radius: 15px;
    border-radius: 3px;
}

.content .login_box h1 {
    margin-top: 0px;
    padding-top: 3px;
}

.login_box .field_module {
    width: 49%;
    margin-right: 1%;
    float: left;
}

.login_box h2, .registrazione_box h2 {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 12px;
}

.registrazione_box strong {
    font-weight: 500;
    color: #333;
}

.registrazione_box {
    border: 1px solid #ccc;
}

    .registrazione_box .btn, .login_box .btn {
        position: absolute;
        bottom: 11px;
        right: 20px;
    }

.riepilogo_tabella .immagine_prodotto {
    position: relative;
    float: left;
    background-color: white;
    width: 170px;
    margin-bottom: 5px;
    padding: 0px;
    height: 145px;
    border: none;
}

    .riepilogo_tabella .immagine_prodotto div img {
        max-height: 145px;
        max-width: 170px;
    }

.riepilogo_tabella .descrizione.titolo {
    padding-bottom: 0px;
    width: calc(100% - 250px);
    position: relative;
    float: right;
    margin-bottom: 0px;
    height: auto;
}

.riepilogo_tabella .descrizione {
    padding-bottom: 0px;
    width: calc(100% - 170px);
    position: relative;
    float: right;
    margin-bottom: 0px;
    height: 140px;
    overflow: hidden;
    padding-top: 10px;
    border: none;
}

    .riepilogo_tabella .descrizione h1 {
        margin-bottom: 10px;
    }

        .riepilogo_tabella .descrizione h1 a {
            color: #666666;
            text-transform: uppercase;
            font-size: 17px;
            font-weight: 500;
        }

            .riepilogo_tabella .descrizione h1 a:hover {
                text-decoration: none;
            }

.corpo .dx .riepilogo_tabella .descrizione p {
    margin: 0px;
    font-size: 13px;
    line-height: 18px;
    color: #666666;
    margin-bottom: 5px;
}

.riepilogo_tabella {
    height: auto;
    overflow: auto;
    margin-bottom: 20px;
    width: 100%;
    padding: 10px;
    border: 1px solid #ebedef;
}

    .riepilogo_tabella .tableresponsive td, .riepilogo_tabella .tableresponsive th {
        padding: 5px;
    }

    .riepilogo_tabella .tableresponsive td {
    }

    .riepilogo_tabella .btn_carrello {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 35px;
        text-align: center;
        font-size: 17px;
        clear: inherit;
        float: right;
        margin-top: 0px;
        background-image: url(../img/cart.png);
        background-repeat: no-repeat;
        background-position: 12px 11px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        text-transform: uppercase;
    }

        .riepilogo_tabella .btn_carrello:hover {
            background-color: #003c58;
        }

.tabelle_carrello a img {
    border: none;
    max-height: 40px;
}

.label_payment {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

    .label_payment span {
        position: relative;
        float: left;
        top: 10px;
        margin-left: 10px;
    }

.scopri {
    position: relative;
    float: left;
    padding: 10px;
    border: 1px solid #ccc;
}

    .scopri a {
        color: #666;
    }

.corpo .dx .condizioni hr {
    border: none;
    background: rgb(165, 165, 165);
    height: 1px;
    width: 100%;
    margin-bottom: 10px;
    opacity: 0.5;
}

.descrizione.titolo a {
    color: #4D5859;
    text-decoration: none;
}

.ric_avanzata {
    background-color: #666666;
    padding: 25px;
    width: 100%;
    clear: both;
    position: relative;
    height: auto;
    overflow: auto;
}

.container.slideshow .dx {
    margin-bottom: 10px;
}

.sx .ric_avanzata {
    margin-bottom: 20px;
    padding: 0px 20px 20px 20px;
}

    .sx .ric_avanzata h1 {
        margin-right: 0px;
        padding-left: 36px;
        background-size: auto 27px;
        padding-top: 15px;
    }

    .sx .ric_avanzata .btn {
        width: 100%;
    }

    .sx .ric_avanzata .select_module, .sx .ric_avanzata .field_module {
        margin-right: 0px;
        width: 100%;
        margin-bottom: 5px;
    }

.link.carrello span {
    font-weight: 700;
}

.ric_avanzata h1 {
    text-transform: uppercase;
    position: relative;
    float: left;
    background-image: url(../img/cerca.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 10px 0px;
    padding-left: 60px;
    margin-right: 30px;
    color: white;
    font-size: 22px;
}

.ric_avanzata .select_module, .ric_avanzata .field_module {
    width: 18%;
    padding: 12px;
    margin-bottom: 0px;
    color: #666666;
    -moz-border-radius: 0px;
    border-radius: 0px;
    position: relative;
    float: left;
    border: none;
    margin-right: 11px;
    height: 46px;
    margin-top: 2px;
    font-size: 14px;
}

.ric_avanzata .btn {
    float: right;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 12px 30px;
    text-transform: uppercase;
    top: 1px;
}

.campo_form .errore {
    text-align: left;
    position: absolute;
    font-size: 12px;
    bottom: -5px;
    left: 0px;
}

.errore {
    color: #dd0000;
    font-weight: 500;
    text-align: center;
    width: 100%;
}

.big.btn {
    margin-left: 0px !important;
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 30px;
    background-color: #dc0b4b;
    font-weight: 400;
    margin-bottom: 20px;
}

input.add {
    background-color: white;
    border: 1px solid white;
    font-size: 20px;
    font-weight: 300;
    color: #353535;
    margin: 0px;
    width: 17px;
    height: 30px;
    position: relative;
    top: 0px;
    cursor: pointer;
}

input.addfield {
    font-family: 'Roboto', sans-serif;
    width: 35px;
    text-align: center;
    padding: 5px;
    border: 1px solid #ebedef;
    top: -1px;
    position: relative;
}

.cercabtn {
    padding: 11px 20px;
    color: white;
    text-transform: uppercase;
    margin: 0px;
    right: -2px;
    position: relative;
}

.newsletter {
    background-color: #666666;
    color: white;
    margin: 20px 0px;
    text-shadow: none;
    height: auto;
    overflow: auto;
}

.container.slideshow {
    margin-bottom: 20px;
}

.riepilogo_sezione {
    background-color: white;
    border-top: none;
    padding: 15px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    width: 100%;
    clear: both;
}

.nopadding {
    padding: 0px !important;
}

.riepilogo_sezione h2 {
    font-size: 18px;
    /* margin-bottom: 20px; */
    text-transform: uppercase;
    color: #006cb9;
    font-weight: 500;
}

.riepilogo_sezione ul {
    list-style-type: none;
    list-style-position: inside;
    list-style-image: none;
}

    .riepilogo_sezione ul li {
        background-repeat: no-repeat;
        background-image: url(../img/bullet.png);
        background-size: auto 11px;
        padding-left: 25px;
        background-position: 1px 5px;
        margin-bottom: 10px;
        font-weight: 400;
    }

        .riepilogo_sezione ul li a:hover {
            text-decoration: none;
        }

.fb_iframe_widget iframe {
    width: 100% !important;
}

.disclaimer {
    background-color: rgba(148, 119, 45, 0.74);
    font-size: 16px;
    line-height: 20px;
    margin: 20px 0px;
    width: 100%;
    position: relative;
    clear: both;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: white;
    padding: 5px 10px;
    text-align: center;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.divprezzosped .prezzo {
    font-size: 30px;
    margin: 0px;
    color: #666666;
    font-weight: 500;
}

.spese_spedizione {
    color: #666666;
    font-size: 15px;
}

.divprezzosped {
    margin: 10px 0px;
    padding: 10px 0px;
    padding-top: 3px;
}

.spese_spedizione span {
    color: #382E29;
}

.selettori .field_module {
    width: 45%;
    position: relative;
    float: left;
    margin-right: 10px;
    margin-bottom: 0px;
    text-align: left;
    font-size: 17px;
    padding: 5px 10px;
    font-weight: 300;
}

.selettori input[type="number" ].field_module {
    width: 20%;
    text-align: center;
    font-size: 24px;
    color: #93752e;
    font-weight: 300;
}

.selettori .disponibilita_yes, .selettori .disponibilita_no {
    position: relative;
    float: left;
    width: 25px;
    height: 25px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: auto;
    margin-left: auto;
    top: 7px;
}

.selettori label {
    position: relative;
    float: left;
    width: 100px;
    text-align: left;
    font-size: 16px;
}

.selettori label {
    top: 10px;
}

.btn.wishlist, .btn_wishlist {
    text-decoration: none;
    border: none;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    text-align: left;
    color: #999;
    font-size: 15px;
    background-color: transparent;
    background-image: url(../img/wishlist.png);
    background-repeat: no-repeat;
    background-position: left 2px;
    padding-top: 12px;
    padding-left: 43px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    cursor: pointer;
    width: 100%;
    clear: both;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 10px;
}

    .btn.wishlist:hover, .btn_wishlist:hover, .btn_wishlist.active {
        background-color: transparent;
        background-image: url(../img/wishlist_on.png);
        color: #333;
    }

.selettori .btn {
}

    .selettori .btn:hover {
    }

ul.allegati li {
    width: 100%;
    margin-bottom: 5px;
}

.riepilogo_tabella ul.allegati li {
    width: auto;
    margin-bottom: 5px;
}

.banner_inf {
    width: 100%;
    position: relative;
    clear: both;
}
/*.box_news .box {
	position: relative;
	overflow: hidden;
	margin: 0px 0.5%;
	
	max-width: 406px;
	max-height: auto;
	width: 31%;
	display: inline-block;
	margin-bottom: 20px;
}*/
.box_news .box p a {
    text-decoration: underline;
}

.box_news .box h2 {
    font-size: 20px;
    margin: 0px 0px 5px 0px;
    font-family: 'Roboto', sans-serif;
    padding: 10px 20px 0px 20px;
}

    .box_news .box h2 a {
        color: #10b700;
        text-transform: uppercase;
        font-weight: 300;
    }

.box_news .box p {
    padding: 0px 20px;
}

.box_news .box h4 {
    color: #999;
    font-size: 13px;
    margin-bottom: 5px;
    padding: 0px 20px;
}

h4 {
    color: #666666;
    font-size: 14px;
    font-weight: 500;
}

.box_img {
    width: 100%;
    clear: both;
    position: relative;
    max-height: 270px;
    overflow: hidden;
}

.box_news .box_img {
    width: 100%;
    clear: both;
    position: relative;
    max-height: inherit;
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
}

    .box_news .box_img img {
        width: 100%;
        height: auto;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

        .box_news .box_img img:hover {
            -moz-transform: scale(1.1);
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

.box_img img {
    max-width: 406px;
}

.box_news .box h2 a:hover {
    text-decoration: none;
}

.corpo p {
    color: #666666;
}

.corpo .banner p {
    color: rgba(255, 255, 255, 0.5);
}

.corpo .testo {
    margin: 10px 0px;
    height: 53px;
    overflow: hidden;
}

    .corpo .testo p {
        margin-bottom: 0px;
    }

.box .titolo {
    color: #666666;
    font-size: 40px;
    position: relative;
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
    font-weight: 300;
    padding: 20px 0px;
}

.banner_inf {
    margin: 30px 0px;
}

    .banner_inf .newsletter, .banner_inf .pagamenti {
        position: relative;
        overflow: hidden;
        margin: 0px 1%;
        max-height: 360px;
        width: 47%;
        text-align: center;
        display: inline-table;
        padding: 20px;
        min-height: 320px;
        color: #666;
    }

        .banner_inf .newsletter p, .banner_inf .pagamenti p {
            font-size: 15px;
            line-height: 20px;
            clear: both;
            margin-bottom: 20px;
        }

        .banner_inf .pagamenti p {
            color: #006cb7;
        }

    .banner_inf .newsletter {
        background-color: #006cb7;
        color: white;
    }

        .banner_inf .newsletter .btn {
            color: #fff;
            border: 1px solid #fff;
            margin: 19px 0px 0px 0px;
            padding: 8px 20px;
        }

        .banner_inf .newsletter .titolo {
            color: white;
        }

    .banner_inf .pagamenti {
        background-color: #f0f0f0;
        color: #006cb7;
        border: 1px solid #b0b0b0;
    }

        .banner_inf .pagamenti img {
            margin: 20px 0px;
        }

    .banner_inf .titolo {
        text-transform: uppercase;
        font-weight: 500;
        font-size: 25px;
        margin: 0px;
        padding: 20px 0px;
        font-family: 'Roboto', sans-serif;
    }

.corpo .banner_inf p {
    color: #006cb7;
    font-size: 16px;
}

.corpo .banner_inf .pagamenti p {
    color: #333;
}

.testo {
    max-height: 178px;
    overflow: hidden;
}

    .testo p, .articolo .testo p {
        margin-bottom: 0px;
        text-indent: 0px;
        line-height: 18px;
        font-size: 14px;
        margin: 0px;
        color: #666;
    }

.img_principale {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.disponibilita_yes, .disponibilita_no {
    font-size: 14px;
    width: 15px;
    height: 15px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: auto;
    margin-left: auto;
    text-shadow: 0 1px 0 white;
}

.disponibilita_yes {
    background: #36b34c !important;
}

.disponibilita_no {
    background: #d30202 !important;
}

.img_brand img {
    margin-top: 15px;
}

.img_brand img {
    max-height: 30px;
}

.taglie {
    position: relative;
    float: left;
    width: 50%;
    margin: 20px 0px;
    font-size: 16px;
}

    .taglie img {
        position: relative;
        top: 2px;
        margin-right: 6px;
    }

    .taglie a {
        text-decoration: underline;
        margin-right: 10px;
        font-size: 16px;
        color: #999;
        text-transform: uppercase;
    }

.articolo table {
    margin: 0px;
    border-spacing: 0;
    border-collapse: collapse;
    border-bottom: none;
}

    .articolo table tr td, .articolo table tr th {
    }

        .articolo table tr th, .articolo table tr td strong {
            color: #333;
            font-weight: 500;
        }

.linguetta {
    height: 32px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: top left;
    margin-left: 10px;
    color: white;
    padding: 5px 10px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

    .linguetta.sconto {
        background-color: #ff2800;
    }

    .linguetta.new {
        background-color: #006cb7;
    }

.prezzo .linguetta {
    position: relative;
    float: left;
    margin-right: 10px;
    margin-left: 0px;
    width: auto;
    top: 15px;
}

.menusup ul.menu_superiore {
    width: 100%;
    height: inherit;
}

ul.menu_superiore li {
    position: relative;
    float: left;
    padding-left: 0px;
    margin-bottom: 0px;
}

    ul.menu_superiore li a {
        padding: 10px 7px;
        color: #6d6d6d;
        font-weight: 400;
        text-decoration: none;
        font-size: 15px;
        display: block;
    }

        ul.menu_superiore li a:hover {
            color: #006cb7;
        }

.item .info {
    position: absolute;
    background: rgba(147, 117, 46, 0.8);
    width: 60%;
    height: 60%;
    margin: 20%;
    text-align: center;
    top: 0px;
    color: white;
    padding: 14% 10%;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    visibility: hidden !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0, 0);
    -webkit-transition-duration: 500ms;
    -webkit-transition-timing-function: ease-out;
    -moz-transform: scale(0, 0);
    -moz-transition-duration: 500ms;
    -moz-transition-timing-function: ease-out;
    -ms-transform: scale(0, 0);
    -ms-transition-duration: 500ms;
    -ms-transition-timing-function: ease-out;
    transform: scale(0, 0);
}

.item:hover .info {
    visibility: visible !important;
    -webkit-transform: scale(1, 1);
    -webkit-transition-duration: 250ms;
    -webkit-transition-timing-function: ease-out;
    -moz-transform: scale(1, 1);
    -moz-transition-duration: 250ms;
    -moz-transition-timing-function: ease-out;
    -ms-transform: scale(1, 1);
    -ms-transition-duration: 250ms;
    -ms-transition-timing-function: ease-out;
    transform: scale(1, 1);
}

.info .collezione {
    text-transform: capitalize !important;
    font-size: 0.8em;
}

.catalogo .info .collezione {
    text-transform: initial !important;
    font-size: 18px;
    color: #999999;
    margin-bottom: 20px;
    min-height: 22px;
}

.info .prezzo {
    font-size: 2em;
}

.catalogo .item .info .prezzo {
    visibility: hidden;
    color: #93752e;
    font-size: 30px;
    margin-bottom: 20px;
    height: 36px;
    position: relative;
    bottom: -50px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
}

.catalogo .item:hover .info .prezzo {
    font-size: 30px;
    visibility: visible;
    bottom: 0px;
}

.info .prodotto {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 5px;
}

.catalogo .info .prodotto {
    color: #666666;
    text-transform: initial;
    font-size: 20px;
}

.news_home {
    background-image: url(../img/camera/slides/2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 30%;
    background-color: #161616;
    overflow: hidden;
    position: relative;
}

.cover {
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
}

.inevidenza {
    background: white;
    padding-bottom: 30px;
}

.intro {
    padding: 50px 0px;
}

    .intro p {
        width: 100%;
        clear: both;
        display: block;
        font-size: 15px;
        line-height: 30px;
        text-align: center;
        padding: 20px 0px;
    }

    .intro .immagine_prodotto {
        position: relative;
        float: left;
        width: 33%;
        padding: 10px;
    }

        .intro .immagine_prodotto img {
            width: 100%;
        }

.catalogo {
    list-style-image: none;
    margin: 0px 0px 50px 0px;
    display: inline-block;
}

    .catalogo li {
        position: relative;
        float: left;
        padding: 0px;
        width: 33%;
        margin: 0px;
        margin: 0px 0px 20px 0px;
        overflow: hidden;
    }

        .catalogo li .item .info {
            position: relative;
            background: transparent;
            width: 100%;
            height: auto;
            margin: 0%;
            text-align: center;
            top: 0px;
            color: black;
            padding: 0px;
            font-size: 20px;
            font-weight: 300;
            text-transform: uppercase;
            visibility: visible !important;
            -webkit-border-radius: 0%;
            -moz-border-radius: 0%;
            border-radius: 0%;
            -webkit-transform: none;
            -webkit-transition-duration: 0ms;
            -webkit-transition-timing-function: linear;
            -moz-transform: scale(1, 1);
            -moz-transition-duration: 0ms;
            -moz-transition-timing-function: linear;
            -ms-transform: scale(1, 1);
            -ms-transition-duration: 0ms;
            -ms-transition-timing-function: linear;
            transform: scale(1, 1);
        }

        .catalogo li .item:hover .info {
            visibility: visible !important;
            -webkit-transform: none;
            -webkit-transition-duration: 0ms;
            -webkit-transition-timing-function: linear;
            -moz-transform: scale(1, 1);
            -moz-transition-duration: 0ms;
            -moz-transition-timing-function: linear;
            -ms-transform: scale(1, 1);
            -ms-transition-duration: 0ms;
            -ms-transition-timing-function: linear;
            transform: scale(1, 1);
        }

.articolo_news {
    width: 100%;
    height: 200px;
    border: 1px solid #ccc;
    overflow: hidden;
    margin-bottom: 20px;
}

    .articolo_news h2 {
        font-size: 17px;
        color: #333;
        margin: 0px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .articolo_news div.testo {
        position: relative;
        float: left;
        width: calc(100% - 200px);
        padding: 15px;
    }

    .articolo_news h2 a {
        color: #333;
    }

    .articolo_news h3 {
        font-size: 14px;
        color: #333;
        font-weight: 500;
        margin: 0px 0px 9px 0px;
    }

    .articolo_news .img {
        position: relative;
        float: left;
        width: 30%;
        overflow: hidden;
        height: 200px;
        text-align: center;
    }

        .articolo_news .img img {
            height: 200px;
            width: auto;
            max-width: inherit;
        }

.articolo h1 {
    color: #006cb7;
    margin: 20px 0px 15px 0px;
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
}
.articolo h2 {
    color: #006cb7;
    margin: 0px 0px 9px 0px;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}
.titolo.gallery {
    color: #006cb7;
    margin: 20px 0px 0px 0px;
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
    text-transform: uppercase;
}

.articolo p {
    text-align: justify;
    margin-bottom: 10px;    line-height: 22px;
}

.articolo fieldset p {
    text-align: left;
    margin-bottom: 0px;
    text-indent: 0px;
}

fieldset.dati span {
    float: left;
}

.tabelle_carrello fieldset.dati li {
    text-align: right;
}

table.classifica {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 30px;
}

    table.classifica tr {
        cursor: pointer;
    }

    table.classifica.iscritti {
        font-size: 13px;
        color: #333;
        font-weight: 500;
        margin-bottom: 30px;
        border: 1px solid #ccc;
    }

        table.classifica.iscritti tr td {
            padding: 10px;
            width: 33% !important;
        }

        table.classifica.iscritti .btn {
            float: right;
            background-color: #929292;
            height: 41px;
        }

        table.classifica.iscritti caption {
            border-top: 1px solid #ccc;
            border-left: 1px solid #ccc;
            border-right: 1px solid #ccc;
        }

        table.classifica.iscritti h2 {
            position: relative;
            float: left;
            padding: 7px 10px;
            margin: 0px;
            font-weight: 400;
            color: #333;
            font-size: 20px;
            text-transform: uppercase;
        }

        table.classifica.iscritti tr {
            border-bottom: 1px solid #ccc;
        }

            table.classifica.iscritti tr:hover {
                background-color: #dcdcdc;
            }

    table.classifica .btn {
        float: right;
        background-color: #006cb7;
        height: 41px;
    }

    table.classifica.atleti .btn {
        float: right;
        background-color: #a5aab2;
        height: 41px;
    }

        table.classifica.atleti .btn:hover {
            background-color: #006cb7;
        }

    table.classifica.atleti tr th {
        background-color: #10b700;
        padding: 10px 25px;
        color: #ffffff;
        font-size: 50px;
        border-bottom: 1px solid white;
        font-weight: 400;
    }

.articolo table.classifica.atleti tr th {
    padding: 10px;
    color: #ffffff;
    font-size: 15px;
    text-align: left;
}

    .articolo table.classifica.atleti tr th:nth-child(1) {
        text-align: center;
    }

table.classifica.atleti.societa tr th {
    background-color: #006cb7;
}

table.classifica.prossime_gare tr th {
    background-color: #10b700;
    padding: 5px;
    color: #ffffff;
    border-bottom: 1px solid white;
    font-weight: 400;
}

table.classifica.prossime_gare caption, table.classifica.atleti caption {
    background-color: #d6d9de;
    padding: 0px;
    color: #333333;
    border-bottom: 1px solid white;
    text-align: left;
    text-transform: uppercase;
}

    table.classifica.prossime_gare caption h2, table.classifica.atleti h2 {
        position: relative;
        float: left;
        padding: 7px 10px;
        margin: 0px;
        font-weight: 500;
        color: #7c8087;
        font-size: 20px;
    }

table.classifica.prossime_gare tr td {
    padding: 10px;
    color: #333333;
    border-bottom: 1px solid white;
    text-align: left;
}

table.classifica.prossime_gare tr {
    background-color: #d6d9de;
    cursor: pointer;
}

    table.classifica.prossime_gare tr:hover {
        background-color: #dde1e6;
    }

    table.classifica.prossime_gare tr td:nth-child(3) {
        color: #006cb7;
    }

table.classifica.archivio {
}

    table.classifica.archivio tr th {
        background-color: #a5aab2;
        padding: 10px;
        color: #ffffff;
        border-bottom: 1px solid white;
        font-weight: 400;
    }

    table.classifica.archivio caption {
        background-color: #fff;
        padding: 0px;
        color: #333333;
        border-bottom: 1px solid #d6d9de;
        text-align: left;
        text-transform: uppercase;
        border-top: 1px solid #d6d9de;
        border-left: 1px solid #d6d9de;
    }

        table.classifica.archivio caption h2 {
            position: relative;
            float: left;
            padding: 10px;
            margin: 0px;
            font-weight: 500;
            color: #7c8087;
        }

    table.classifica.archivio tr td, table.classifica.atleti tr td {
        padding: 10px;
        color: #333333;
        border-bottom: 1px solid #d6d9de;
        text-align: left;
    }

table.classifica.atleti tr td {
    padding: 5px !important;
}

    table.classifica.atleti tr td:last-child {
        border-right: 1px solid #d6d9de;
    }

.articolo table.classifica tr:nth-child(1) {
    border-top: 1px solid #d6d9de;
}

.articolo table.classifica tr td:last-child {
    border-right: 1px solid #d6d9de;
}

table.classifica.archivio tr {
    background-color: #fff;
    cursor: pointer;
}

    table.classifica.archivio tr:hover, table.classifica.atleti tr:hover {
        background-color: #dde1e6;
    }

    table.classifica.archivio tr td:nth-child(3) {
        color: #006cb7;
        border-right: 1px solid #d6d9de;
    }

.titolo {
    color: #006cb7;
    font-size: 60px;
    font-weight: 400;
    margin-bottom: 10px;
}

    .titolo small {
        font-size: 45px;
        font-weight: 500;
    }

.articolo .img {
    margin-bottom: 20px;
}

.pathway .data, .pathway .iscritti {
    position: relative;
    float: left;
    padding: 5px 10px;
    background-color: #10b700;
    margin-right: 5px;
    color: white;
    font-weight: 400;
}
.pathway .data a,
.pathway .data a:hover  {
    text-decoration: none;
    color: white;
    font-size: 15px;  
}
.pathway .iscritti {
    background-color: #dc0b4b !important;
}

    .pathway .iscritti div {
        position: relative;
        float: right;
        background: url(../img/runner.png) no-repeat 0px -2px;
        padding: 0px 0px 0px 26px;
        margin-left: 3px;
    }

ul.allegati, ul.gallery {
    margin: 20px 0px;
    list-style: none;
    height: auto;
    overflow: auto;
}

ul.gallery {
    text-align: center;
    margin: 20px 0px 30px 0px !important;
}

    ul.gallery li {
        font-weight: 500;
        width: 20%;
        margin: 0px !important;
        /* display: inline-block; */
        padding: 0px !important;
        line-height: 0px;
        position: relative;
        float: left;
        overflow: hidden;
        height: 200px;
        border: 1px solid white;
    }

        ul.gallery li img {
            /* width: 100%; */
            height: 300px;
            /* min-width: 100%; */
            width: auto;
            max-width: inherit;
        }

ul.allegati li {
    position: relative;
    float: left;
    font-weight: 500;
    width: auto;
    margin-right: 20px;
    padding: 3px 0px 3px 30px;
    margin-bottom: 5px;
}

    ul.allegati li.web {
        background: url(../img/website.png) no-repeat 0px 0px;
    }

    ul.allegati li.pdf {
        background: url(../img/pdf.png) no-repeat 0px 0px;
    }


/* Classi per l'obbligo */
.obbligatorio {
    border-color: #dd0000 !important;
}

input[type="text"].obbligatorio, textarea.obbligatorio, .field_module.obbligatorio {
    background-color: #fcc;
}

input[type="text"]:focus {
    background-color: #fff !important;
}

input[type="text"]:onblur {
    background-color: #fff !important;
}

label.obbligatorio, span.obbligatorio {
    color: #f00 !important;
}

a.obbligatorio {
    color: #f00 !important;
}
/* Classi per l'obbligo */


/* GRID */
.css_grid_bottone {
}

.css_grid_colonna_invisibile {
    display: none !important;
}

.css_grid_bottone input[type="button"], .css_grid_bottone a {
    background-color: #10b700;
    margin: 0px 0 0;
    display: inline-block;
    transition: background 0.2s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    position: relative;
    font-size: 14px;
    color: #ffffff !important;
    text-transform: uppercase;
    float: inherit;
    font-family: 'Roboto', sans-serif;
    padding: 10px 20px;
    font-weight: 500;
}

    .css_grid_bottone input[type="button"]:hover, .css_grid_bottone a:hover {
        text-decoration: none;
        background-color: #006cb7;
        color: white;
    }

/* GRID  */

.tag {
    width: 50%;
    position: relative;
    float: left;
}


    .tag.block div {
        width: 96%;
    }


        .tag.block div a {
            display: block;
            width: 100%;
            padding: 10px;
        }



    .tag a {
        background-color: #10b700;
        display: inline-block;
        transition: background 0.2s;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        text-align: center;
        position: relative;
        font-size: 16px;
        color: #ffffff;
        text-transform: uppercase;
        float: inherit;
        font-family: 'Roboto', sans-serif;
        padding: 5px 10px;
        font-weight: 400;
        margin: 5px;
    }

        .tag a:hover {
            text-decoration: none;
        }

    .tag div {
        cursor: pointer;
        position: relative;
        float: left;
        background-color: #006cb7;
        color: #ffffff;
        text-transform: uppercase;
        margin: 5px;
        padding: 5px 10px;
    }


        .tag div a {
            background-color: transparent;
            font-size: 16px;
            text-decoration: none;
            margin: 0px 0 0;
            display: inline-block;
            transition: background 0.2s;
            float: inherit;
            padding: 0px;
            margin: 0px;
            position: relative;
            /* top: -5px; */
            font-size: 15px;
            margin-right: 5px;
            margin-top: -2px;
        }

        .tag div.selected {
            background-color: #dc0b4b;
        }


.errore.paddingerrore {
    font-size: 16px;
    text-align: left;
    width: 100%;
    clear: both;
    margin: 10px 0px;
    line-height: 20px;
}

fieldset .select {
    position: relative;
    float: right;
    font-size: 12px;
    padding: 5px;
    padding-left: 10px;
    /* background: #f1f1f1; */
    margin-left: 10px;
    top: -2px;
    color: #333;
    border-left: 1px solid #ccc;
}

.tabelle_carrello fieldset .select input[type="radio"] {
    position: relative !important;
    float: none !important;
    top: 2px;
}

.alert.iscrizione.top {
    margin-bottom: 20px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    line-height: 27px;
    font-size: 18px;
}

.alert.iscrizione.bottom .alert {
    background-image: url(../img/icone/warning.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 81px;
    color: red;
}

.alert.iscrizione strong {
    font-weight: 600;
}

.alert.iscrizione.bottom {
    background: #f1f1f1;
    position: relative;
    float: left;
    width: 75%;
    padding: 20px;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #333;
    line-height: 23px;
    margin: 0px;
}
</pre></body></html>