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

#carosello {
	margin-bottom: 20px;
}

#carosello .slide {
	float: left;
	border: 1px solid #E9E9E9;
	margin-right: 20px;
}

#carosello .slide a {
	color: #333;
}

.t1_carosello_testi {
	text-align: center;
	font-weight: 300;
	font-size: 30px;
	line-height: 120%;
}

.t1_carosello_testo_2 {
	margin-top: 20px;
	font-size: 22px;
}

.t1_carosello_testo_3 {
	font-size: 22px;
	color: #D91E00;
}


/*******************************/

.carosello_t1_home_box_container {
	padding: 1%;
	margin: auto;
}

.carosello_t1_home_box_container a {
	text-decoration: none !important;
	color: #222 !important;
}

.carosello_t1_slice a {
	text-decoration: none !important;
}

.home_carosello_container_main {
	width: 100%;
	box-sizing: border-box;
}

.carosello_t1_home_desc_post {
	margin-top: 20px;
}

.carosello_t1_home_desc_post h2,
.carosello_t1_home_desc_pre h2{
	font-weight: 700;
	font-size: 50px;
}

.carosello_t1_home_desc_post h3,
.carosello_t1_home_desc_pre h3 {
	font-weight: 300;
	font-size: 20px;
}

.t1_home_crs_title h2 {
	font-size: 40px;
	color: #fff;
	font-weight: 600;
}

.t1_home_crs_desc {
	margin-top: 20px;
}

.t1_home_crs_container {
	margin-top: 0px;
}

.t1_home_crs_container a {
	color: #222;
	text-decoration: none;
}

.t1_home_crs_img {
	width: 100%;
	text-align: center;
}

.t1_home_crs_img img {
	max-width: 100%;
	border-radius: 50%;
}

.t1_home_crs_text_container {
	width: 100%;
	text-align: center;
}

.t1_home_crs_title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
}

.t1_home_crs_text_1 {
	font-size: 18px;
}


/** CALL TO ACTION BTN
***************************/

.carosello_calltoaction {
	background-color: #222;
	color: #fff;
}

.carosello_calltoaction:hover {
	background-color: #666;
	transition: background 0.2s, color 0.2s;
	-o-transition: background 0.2s, color 0.2s;
	-ms-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	-webkit-transition: background 0.2s, color 0.2s;
}

.carosello_calltoaction a {
	color: #fff;
	text-decoration: none;
}


@media only screen and (max-width:1180px) {

.home_carosello_container_padding {
	padding: 3% 3%;
}

}


@media only screen and (max-width:620px) {
	
	.home_carosello_container_main {
		height: auto;
	}
	
	.t1_home_crs_img {
		float: none;
		width: 100%;
	}

	.t1_home_crs_text_container {
		width: 100%;
		float: none;
		padding: 2%;
	}

}







