@charset "utf-8";
/* CSS Document */


/*.navbar-nav .dropdown.open > a:focus {	background-color: #480000;}*/

/* 					SEZIONI
--------------------------------------------------------*/

.section {width: 100%; padding: 40px 0px; }
.section.full {padding: 0px;}
.section.no-padding {padding-top: 0px;}


/***************  NEWS / AREA CENTRALE  ******************/


#centro {
	display: none;
	background-color: #f3f3f3;
	padding: 30px 0px;
	
}

a.latNews {color: #3f3f3f; text-shadow: 0 1px 0px #fff;}
a.latNews:hover {
	color: #000;
	text-decoration: underline;
}
a.latNews img {width: 100%;}
a.latNews:hover img {opacity: 0.8;}
a.latNews h4 {font-size: 1em; line-height: 1.4em;}

div#center.section {
    padding-top: 20px;
}
.home-icons {
    text-align: center;
    padding: 10px 0px 20px;
}
.home-icons .fa {
    font-size: 2em;
    border: 2px solid #ddd;
    padding: 20px;
    border-radius: 40px;
}

h2.titolo-centro {   
	font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 16px;
      text-transform: uppercase;
    padding: 0 0 1em;
      }

h2.titolo-centro a {
	color: #333; 
	font-size: 16px; 
  border-bottom: 1px dotted #ccc;}
  
  h2.titolo-centro a:hover {color: #666; text-decoration: none; border-bottom: 1px solid  #666;}




/*---------------- Calendario eventi --------------------*/
#calendario-home {margin-top: 30px; }

.evento {clear: left; margin-bottom: 20px;}
.evento .giorno {
	font-size: 10px;
	font-weight: bold;
}
span.giornoSett {
	display: block;
	padding: 6px 2px;
	margin: 0px;
	background-color: #8B0230;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
span.giornoData {
	display: block;
	padding: 6px 2px;
	background: #fff;
	text-align: center;
	font-weight: bold;
	border: 1px solid #eee;
	text-transform: uppercase;
	}
.evento .dettagli h4 {
	margin: 3px 0px;
	
}
.evento .dettagli h4 a {
    font-weight: 600;
    line-height: 1.3em;
}
.evento .dettagli h4 a:hover {text-decoration: underline;}
.evento .dettagli p {
	color: #666;
	margin: 0px;
	font-size: 13px;

}
.dettagli span.tipo {
	font-size: 10px;
	text-transform: uppercase;
	border-radius: 1em;
	color: #333333;
}


#bannerDip {margin-top: 30px;}