/********3 images CAROUSEL ************/
.carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
/* The controlsy */
.carousel-control {
	left: -12px;
    height: 60px;
	width: 40px;
    background: none repeat scroll 0 0 #fff;
    margin-top: 130px;
    font-size: 50px;
    color:gray;
    line-height: 50px;

}
.carousel-control.right {
	right: -12px;
}
.carousel-control.right, .carousel-control.left {
	 background-image:none	
}

/* The indicators */
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -10px;
	margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
	background: #cecece;
}
.carousel-indicators .active {
background: #428bca;
}
.rotator-head {
	display:block;
	text-align: center;
	margin:0px;
	background-color:#73b730;
	font-size: 1.5em;
	color:white;
	padding:3px 15px;
}

.thum2 {
	padding:7px;
}
.thum2:hover {
	  text-decoration: none;
}

.carousel > h4 {
	text-align: center;
	background-color:#73b730;
	padding:8px 10px;
	margin: 5px 0px;
	color:white;
}

/*CAROUSEL EVENTI */

#Carousel-eventi h4 {

	background-color:#189bd1;
}
#Carousel-eventi .rotator-head
{
background-color:#189bd1;		
}
/************END OF 3 IMAGES CAROUSEL*************/
.blue-heading {
	text-align: center;
	background-color:#189bd1;
	padding:12px 10px;
	margin: 5px 0px;
	color:white;	
}
/****FOOTER BOTTOM BAR ******/
#bottom-bar > .container {
	padding:10px 20px;
}
#bottom-bar .soc-icon {
	display:inline-block;
	margin:0 7px;


}