/*
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 : 16-feb-2016, 14.11.49
    Author     : Portatile
*/

#luogoData {    
    font-weight: 700;
    color: #000000;
}

#descrNews {
    color: #4d4c4c;
}

#sezioniNewsTxt {
    font-weight: 700;
    color: #c8c8c8;
}

#owlHeaderDetNews .item {
    margin: 3px; 
}
#owlHeaderDetNews .item img {
    display: block;
    width: 100%;
    height: auto;
/*        max-width: 500px;
max-height: 400px;*/
}
#owlHeaderDetNews .item .txtDownload {
    padding-top: 5px;
    text-align: center;    
}

#linksNewsTit {
    color: #0e3361;
    font-weight: 700;
}

#videosNewsTit {
    color: #0e3361;
    font-weight: 700;
}

@media only screen and (max-width: 420px) {
    imgNewsCont {
        text-align: center;
    }
    
    #imgNews img {
        max-width: 98%;
        height: auto;
    }
}

@media only screen and (min-width: 420px) and (max-width: 1200px) {
    #imgNews img {
        max-width: 400px;
        height: auto;
    }
}

@media only screen and (max-width: 600px) {
    #sezioniNews {
        border-bottom: 1px dotted #999999;
        padding-bottom: 5px;
    }
    
    .sezioniNewsCat {
        padding-bottom: 5px;
    }
    .sezioniNewsCat a {
        display: block;
        border-bottom-width: 1px;
        border-bottom-style: solid;        
        padding-bottom: 3px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 1200px) {
    #sezioniNewsCont {
        padding-bottom: 25px;
    }
    
    #sezioniNews {
        border-bottom: 1px solid #ededed;
        padding-bottom: 3px;
    }
    
    #sezioniNewsTxt {
        /*font-size: 13px;*/
        display: inline-block;
        line-height: 40px;
    }
    
    #sezioniNewsElenco {
         display: inline-block;
         line-height: 40px;
    }
    
    .sezioniNewsCat {
        display: inline-block;
        
    }
    .sezioniNewsCat a {
        display: block;
        margin: 0 7px;
        border-bottom-width: 2px;
        border-bottom-style: solid;
        line-height: 40px;
    }
}

@media only screen and (max-width: 1200px) {
    #sezioniNewsCont {
        padding-bottom: 10px;
    }
        
    #luogoDataCont {
        padding-bottom: 5px;
    }
    
    #titoloNewsCont {
        padding-bottom: 5px;
    }
    
    #socialNewsCont {
        padding-bottom: 20px;
    }
    
    #socialNewsFacebookCont {
        float: left;
        padding-right: 25px;
    }
    
    #socialNewsTwitterCont {
        float: left;
    }
    
    #linksNewsCont {
        padding-bottom: 5px;
    }
    
    .linkNewsCont {
        padding-bottom: 5px;
    }
    
    #imgNewsCont {
        padding-bottom: 5px;
    }
    
    #videosNewsCont {
        padding-bottom: 5px;
    }
    
    .videoNewsCont {
        padding-bottom: 5px;
    }
}

@media only screen and (min-width: 1200px) {
    #luogoData {
        padding-bottom: 5px;
        font-size: 20px;
    }
    
    #titoloNewsCont h1 {
        padding-bottom: 10px;
    }
    
    #socialNewsCont {
        padding-bottom: 25px;
    }
    
    #socialNewsFacebookCont {
        float: left;
        padding-right: 25px;
    }
    
    #socialNewsTwitterCont {
        float: left;
    }
    
    #imgNewsCont {
        padding-bottom: 25px;
    }
    
    #imgNews img {
        max-width: 400px;
        height: auto;
    }
    
    #descrNews {
        font-size: 15px;
    }
    
    #sezioniNewsCont {
        padding-bottom: 25px;
    }
    
    #sezioniNews {
        border-bottom: 1px solid #ededed;
        padding-bottom: 3px;
    }
    
    #sezioniNewsTxt {
        /*font-size: 13px;*/
        display: inline-block;
        line-height: 40px;
    }
    
    #sezioniNewsElenco {
         display: inline-block;
         line-height: 40px;
    }
    
    .sezioniNewsCat {
        display: inline-block;
        
    }
    .sezioniNewsCat a {
        display: block;
        margin: 0 7px;
        border-bottom-width: 2px;
        border-bottom-style: solid;
        line-height: 40px;
    }
    
    #linksNewsCont {
        padding-bottom: 20px;
    }
    
    .linkNewsCont {
        padding-bottom: 5px;
    }
    
    #galleryCont {
        padding-bottom: 25px;
    }
    
    #videosNewsCont {
        padding-bottom: 20px;
    }
    
    .videoNewsCont {
        padding-bottom: 5px;
    }
}