/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13-feb-2017, 12.54.06
    Author     : fabio.pinton
*/

.slider-news {
    height: 160px;
    
}

.newsBox_slider {
/*    height: 160p;*/

    width: auto;
    max-width: 260px;
    margin: 12px; 
    min-width: 180px;
    position: relative;
}

.imgNews_slider {
    position: relative;
    
    width: 100%;
    height: 100%;
    background-image: url('../img/no-photo.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.imgNews_slider img {
    max-height: 160px;
    min-width: 200px;
    width: auto;
    max-width: 260px;
}

.textNews_slider {
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0px;
    background-color: rgba(0,0,0,0.8);
     color: white;
     padding: 5px;
}

.titleNews_slider {
    font-family: OpenSans;
    font-size: 15px;
    font-family: OpenSans;
}

.pubdate_slider {
    color: white;
    font-size: 12px;
   
}

.link_slider {
    text-decoration: none;
    color: #7A81B !important;
}

.descNews_slider {
       
    font-size: 12px;
    color: white;
    display: none;
}

.titleTestata_slider {
    color: #F7A81B;
    margin-bottom: 0px;
    margin-top: 25px;
    font-size: 26px;
    font-weight: bold;
}



