/*********************************************************************/
/************************ NOTIZIE ************************************/
/*********************************************************************/


/*********************************************************************/
/************************ OVERRIDE ***********************************/
/*********************************************************************/

.risultatiRicercaStandard .figure {
    width: 100%;
}

.risultatiRicercaStandard .titolo-record {
    font-size: 1.3rem;
    font-weight: normal;
     margin-top: 0.4rem;
	 font-weight: 600;
}

#boxNotizieArchivio  .immagineNews {
height:200px;
width:100%;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
display: block;
}

#boxNotizieArchivio   .strillo {
    line-height: 1rem;
}

#boxNotizieArchivio IMG 
{
    max-width: 100%;
    max-height: 100%;
    height: auto !important;
}


.record-content {
    min-height: 180px;
    background-color: #ececec;
    box-shadow: 1px 3px 4px #777;
}

.record.notizia.con-foto { border:0; }

#boxNotizieArchivio .panel-default {
     border: 0;
}

/*********************************************************************/
/******************* CONFIGURAZIONE GENERALE *************************/
/*********************************************************************/

#notizie-primopiano-home {
	margin-top: 2rem;
}


#notizie-con-foto-home{
		margin-top: 2rem;
}

.titolo-news {
    font-size: 1.289em;
    font-weight: 700;
}

.strillo-news {
    line-height: 1rem;
    margin-top: 0.6rem;
}

.data-news {
	border-top: 1px dashed #999;
	font-size: 0.9rem;
	text-align: right;
	margin-top: 1rem;
	line-height: 1rem;
}

#boxNotizieDettaglio A
{
color: #0455AE;
font-weight: 700;
}

#boxNotizieDettaglio ul, #boxNotizieDettaglio ol, #boxNotizieDettaglio ul li, #boxNotizieDettaglio ol li {
    list-style: disc;
    margin-left: 3%;
    width: 97%;
}