

.carousel {

	border: 1px solid black;

}



.carousel-control {

	background-image: none !important;

}

.carousel-indicators li {

	border: 1px solid #555;

}

.carousel-indicators .active {

	background-color: #888;

}



@media (min-width: 768px) {

	.glyphicon-chevron-left{

		color: black;

	}

	.glyphicon-chevron-right{

		color: black;

	}

}

.my_text h4{

	margin-top: 20px;

}

.my_text p{

	margin-top: 20px; 

	padding: 0 10px 0 10px; 

	text-align: justify; 

	font-size:13px;

	font-family: Arial, Helvetica, sans-serif;

}



@media (min-width: 768px) {

	.my_controls{

		position: relative;

		bottom: 50px;

		width: 40%;

	}

	.my_indicators {

		width: 20%;

		position: relative;

		bottom: 0px;

	}

	.my_text{

		padding-right: 50px; 

	}

	#spettacoli_controls, #attivita_controls {margin-left: 59%;}

	#spettacoli_indicators, #attivita_indicators {margin-left: 70%;}

	

	#news_controls {margin-left: 55%;}

	#news_indicators{margin-left: 65%;}

	

	#associazione_indicators{width: 100%; }

	#associazione_controls{ width: 100%;}

	#associazione_text{

		padding: 0 40px 100px 40px;

	}

}



@media (max-width: 768px) {

	.my_text {

		height: 300px; 

	}

}