/* Enter Your Custom CSS Here */

/*Font del menu nel widget
.aside, .aside a {
font-size:16px;
}*/

/*bottoni "scopri di più" in home page*/
.content-box .read-more {
  color: #fff !important;
  font-size: 17px !important;
  background: #888;
}


.carousel-caption{
	background: rgba(0,0,0,.0) !important; 
  	text-shadow: 1px 1px 4px rgba(0, 0, 0, 1) !important;
  	padding-bottom: 15px;
  	font-size: 24px;
  	line-height: 24px;
  	letter-spacing: 0.0em !important;
}

/*modifiche sul bottone "Scopri di più" sullo slider in homepage*/
#bootstrap-slider .button:hover {
background:rgba(205,205,205,0.5);
border-color:rgba(255,255,255,1.0);

}

