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

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

.t1_blocchi_ancore_container {
	background-color: #eee;
	width: 100%;
	padding: 30px;
	margin-bottom: 30px;
	box-sizing: border-box;
}

.t1_blocchi_ancore_title {
	font-size: 18px;
	font-weight: 700;
}

.t1_blocchi_ancore_link_container {
	margin-top: 20px;
}

.t1_blocchi_ancore_link {
	float: left;
	width: 25%;
	padding-right:5%;
	box-sizing: border-box;
	margin-bottom: 12px;
}

.t1_blocchi_ancore_link a {
	font-size: 13px;
	color: #333;
}

.t1_blocchi_ancore_link a:hover {
	color: #F92B00;
}









.t1_blocchi_item_title h3 {
	font-size: 24px;
	font-weight: 600;
}

.t1_blocchi_item_subtitle {
	margin-top: 15px;
}

.t1_blocchi_item_desc {
	margin-top: 15px;
}


#blocchi_contenuto .titolo,
#blocchi_contenuto .sottotitolo {
	width: 100%;
	margin-bottom: 20px;
	font-size: 20px;
}
#blocchi_contenuto .testo {
	margin-bottom: 20px;
	font-size: 14px;
}
#blocchi_contenuto .immagine {
	margin-bottom: 20px;
}
#blocchi_contenuto .allegati_container {
	width: 100%;
	margin-bottom: 20px;
}
#blocchi_contenuto .allegati_container .titolo {
	font-size: 20px;
	margin-bottom: 20px;
}
#blocchi_contenuto .allegati_container #allegati {
	background: none repeat scroll 0 0 #F4F4F4;
    margin-top: 20px;
	width: 100%;
}
#blocchi_contenuto .allegati_container #allegati ul li {
	border-top: 1px dotted #CCCCCC;
}
#blocchi_contenuto .allegati_container #allegati ul li a {
	color: #333;
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 2%;
    text-decoration: none;
    width: 96%;
}
#blocchi_contenuto .allegati_container #allegati ul li a:hover {
	background-color: #820527;
}
#blocchi_contenuto .allegati_container #allegati ul li a div.allegato_sprite {
	float: left;
	margin-top: 10px;
	width: 5%;
	font-size: 30px;
}
#blocchi_contenuto .allegati_container #allegati ul li a div.allegato_titolo {
	float: left;
	width: 90%;
	height: 50px;
	
}
#blocchi_contenuto .allegati_container #allegati ul li a div.allegato_download {
	float: left;
	width: 5%;
	margin-top: 5px;
	padding-top: 10px;
}



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

.bloccocont_t1_item_container {
}

.bloccocont_t1_item_container p,
.bloccocont_t1_item_container h2 {
	margin-bottom: 20px;
}

.t1_bcont_separatore_container {
	margin: 50px auto;
	width: 100%;
	text-align: center;
}

.t1_bcont_separatore_container img {
	max-width: 100%
}


.bloccocont_t1_item_col_sx {
	float: left;
	width: 30%;
	padding: 0 2% 2% 0;
	box-sizing: border-box;
}

.bloccocont_t1_item_col_sx img {
	max-width: 100%;
}

.bloccocont_t1_item_col_dx {
	width: 100%;
}

.t1_blocchi_item_desc img {
	max-width: 100%;
	height: auto;
}

.bloccocont_t1_embed {
	text-align: center;
	display: inherit;
}

.bloccocont_t1_embed iframe {
	margin: 0 auto !important;
}

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

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

.bcont_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;
}




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


@media only screen and (max-width:1200px) {
	
	.t1_blocchi_col_sx {
		width: 16%;
	}
	
	.t1_blocchi_col_sx img {
		max-width: 100%;
	}
	
	.t1_blocchi_col_dx {
		width: 75%;
	}
	
	.t1_blocchi_item_col_dx {
		font-size: 17px;
	}
}



@media only screen and (max-width:640px) {
	
	.t1_blocchi_col_sx {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.t1_blocchi_col_sx img {
		max-width: 100%;
	}
	
	.t1_blocchi_col_dx {
		width: 100%;
	}
	
	.t1_blocchi_ancore_container {
		padding: 3%;
	}
	
	.t1_blocchi_ancore_link {
		float: left;
		width: 50%;
		padding-right: 5%;
		box-sizing: border-box;
		margin-bottom: 12px;
	}
	
	.t1_blocchi_item_col_sx {
		float: none;
		width: 100%;
		text-align: center;
	}
	
	.t1_blocchi_item_col_dx {
		width: 100%;
		float: none;
		margin-top: 10px;
	}
	
	.bloccocont_t1_video_container_cstm {
		width: 96%;
	}
	
}
