﻿@charset "utf-8";
/* CSS Document */


.content .box_news h2 {
     margin-bottom: 0px;
    font-size: 17px;
    top: 0px;
}
.box_news h2 {
    color: #2e2e2e;
    font-size: 20px;
    font-weight: normal;
    padding: 15px;
    border-bottom: 1px solid white;
    background: #eaebea;
    background: -moz-linear-gradient(top, #eaebea 0%, #c0c2c1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaebea), color-stop(100%,#c0c2c1));
    background: -webkit-linear-gradient(top, #eaebea 0%,#c0c2c1 100%);
    background: -o-linear-gradient(top, #eaebea 0%,#c0c2c1 100%);
    background: -ms-linear-gradient(top, #eaebea 0%,#c0c2c1 100%);
    background: linear-gradient(to bottom, #eaebea 0%,#c0c2c1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaebea', endColorstr='#c0c2c1',GradientType=0 );
    text-transform: uppercase;
    text-shadow: 0 1px 0 white;
    text-align: center;
}

.box_news {
    background: #f3f3f3;
    padding-top: 0px;
}

.normale {

}


.trecento {
    height: 300px;
}


.box_news ul.ticker {
    padding: 15px;
    margin: 0px !important;
    width: 100%;
    background: #f3f3f3;
}
.sx.cinquanta .box_news ul {
    padding: 15px;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 0px !important;
    width: 100%;
    margin-bottom: 8px !important;
}

.box_img {
    height: 60px;
    width: 80px;
    display: table;
    position: relative;
    float: right;
    background-color: white;
    margin-left: 10px;
    background-image: url(../img/img_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
}

    .box_img div {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

        .box_img div img {
            max-height: 60px;
            max-width: 80px;
        }


.ticker span {
    color: black;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    font-size: 13px;
}

.box_news ul li {
    border-top: 1px dotted #d0d0d0;
    line-height: 20px;
    padding-top: 7px;
    font-size: 14px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    height: 77px;
    overflow: hidden;
    border-bottom: 7px solid #f3f3f3;
    list-style-type: none;
    margin-bottom: 0px !important;
    list-style-image: none !important;
    list-style-position: inside;
}

    .box_news ul li a {
        color: #666666;
    }

.box_news h2 {
    margin-bottom: 0px;
    width: 100%;
    clear: both;
}

    .box_news h2 a {
        color: #cc0522 !important;
        font-size: 15px;
    }

.box_news li a:hover {
    text-decoration: none;
}

.box_news h2 {
    margin-bottom: 0px;
}



    .box_news h2.tutte {
        padding-top: 5px;
    }

.box_news .btn.big {
    display: block;
    clear: both;
    width: calc(100% - 30px);
    padding: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    top: 10px;
    position: relative;
   
}

.sx .box_news .btn.big {
    top: 0px;
}


.sx.cinquanta .ticker {
    height: 170px;
}


.slideshow_home .ticker {
    height: 330px;

}

.slideshow_home .box_news {
    min-height: 450px;

}

.ticker {
    margin: 0px;
    overflow: hidden;
    position: relative;
    float: left;
    display: inline-block;
    height: 247px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 8px;
}

.ticker  br {
display:none
}

.categorie ul.ticker li {
    list-style-image: none !important;
    list-style-type: none !important;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: white;
    width: 100% !important;
}


.ticker h3 {
    font-size: 14px;
    color: #000000;
    text-align: center;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 7px;
    height: 38px;
    overflow: hidden;
}

.ticker .immagine_prodotto div img {
    margin-top: 10px;
}

.immagine_prodotto {
    height: 210px;
    width: 210px;
    display: table;
}

    .immagine_prodotto div {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

        .immagine_prodotto div img {
            max-height: 210px;
            max-width: 210px;
        }


@media (max-width:600px) { 

        .normale {
    height: auto
}


}