a { 
	outline-style:none;
	transition:all 0.3s ease;
}
a:active{outline-style:none;}
a:focus{ outline-style:none;}
a:hover{ outline-style:none;}

.clear{
	clear:both;
}
.img{
	border:0;
	margin:0;
}
.testo-cm {
	font-family: 'Source Sans Pro', sans-serif;
}

.testo-cm i.fa {
	font-size: 0.9em;
}

.testo-cm a,
.testo-cm a:link,
.testo-cm a:visited {
	color: #333;
}

.testo-cm a:hover,
.testo-cm a:active {
	color: #b20b3a;
}

/* =====================================================*/
/* STICKY FOOTER */
/* =====================================================*/
html, body {
  	height: 100%;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 18px;  	
}
#contenitore {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -110px;
}
#footer, #push {
    height: 110px;
    clear: both;
}
/*
@media (max-width: 768px) {
	#contenitore {
	    min-height: 0;
	    height: auto !important;
	    height: auto;
	    margin: 0 auto 0px;
	}
	#push {height: 0px;}
}
*/

/* =====================================================*/
/* ================ OBSOLETES ================ */
/* =====================================================*/
table td.center{ text-align:center;}
table td.left{ text-align:left;}
table td.right{ text-align:right;}



/* FORM */
	form#contattaci .clear{	clear:both;}

	form#contattaci{
		margin:30px 10% 30px 10%;
		padding:30px 0 30px 0; 
	}
	.intro-contattaci{
		margin:0px 10% 10px 10%;
		padding-left: 0px;
	}

	form#contattaci label{color:#333333;}
	#contattaci label{display:none;} /*visibili solo si ie<11 dover non vedo placeholder */
	#contattaci .label{font-weight:lighter;margin-left:-6px;}
	form#contattaci .form_div{
		margin-bottom:16px;
		padding-left: 0px;
	    padding-right: 0px;
	}
	form#contattaci div.form_div input.input{
	    width:90%;
	    height:35px;
	    background:null;
	    border:0px solid #aaa096;
	    color:#777777;
	    background-color:#f2f2f2;
	    padding:7px;
	}
	form#contattaci div.form_div textarea{
		background-color:#f2f2f2;
		color:#777777;
		padding:7px 0 0 7px;
		resize:none;
		width:97%;
		height: auto;
		border:0;
	}

	form#contattaci input.pulsante{
		
		margin-top:12px;
		margin-bottom:25px;
		
		
    	border:1px solid #b20b39;
    	color: #b20b39;
    	background-color: white;
    		
		padding: 10px 20px;
    	text-transform: uppercase;
    	transition: all 0.2s ease-in-out 0s;
    	
		cursor:pointer;
		font-size:16px;
	}
	
	.bottone.col-xs-12,
	.form_piede.col-xs-12{padding-left:0px;}

	.contact-response{text-align:center;margin:20px 0 200px 0;}


/* SEPARATOR*/
.form_separator{
}

.form_separator_alto{
	clear:both;
	margin-top: 25px;
	border: 0px;

}
/* PULSANTE SUBMIT */
.form_submit input{
	margin-left: 0;
	margin-top: 0;
	color: #000;
	background: #ffa20f;
	border: 2px outset #d7b9c9
}
/* PULSANTE RESET */
.form_reset input{
	margin-left: 0;
	color: #666666;
	font-weight:bold;
	background: #ffa20f;
	border: 2px outset #d7b9c9
}



.legge {
	font-size:12px;
}

/*.legge input{}*/
.legge a,
.legge a:link,
.legge a:hover,
.legge a:visited {
	color: #666;
}



.form_fieldset{
	color: #666666;
	border: 0px solid #666666;
	width: 700px;
	margin:0;
	padding:0;
}

.privacy{
	width: 700px;
}

.form_legend{
	color: #666666;
	background: #fff;
	border: 0px solid #781351;
	/*padding: 2px 2px 2px 2px;*/
	padding: 0;
	/*visibility: hidden;*/
	display:none;
}


/* =====================================================*/
/* ================ DOWNLOADS DINAMICI =================*/
/* =====================================================*/
.downloads_container{
	font-size:12px;
	font-weight:normal;
	color:#000000;
	border:0px solid red;
	margin:0;
	padding:0;
}
.downloads_singolo{
}
.download_separator{
	border-bottom: 1px solid #DEDEDE;
	margin-bottom:10px;
	clear:both;
}
.download_logo{
	float:left;
	width:60px;
	height:50px;
	border:0px solid red;
}
/* box con le descrizioni*/
.download_descrizioni{
	float:left;
	width:300px;
	border:0px solid red;
}


.download_data{
	font-weight:normal;
	float:left;
	width:120px;
}
.download_data .etichetta, .download_dimensione .etichetta{
	font-weight:bold;
}

.download_titolo{
	font-weight:bold;
}

.download_descrizione{
	font-style:italic;
}
.download_dimensione{
	font-weight:normal;
}

.logo_pdf{
	background:transparent url(../img_struttura/icona_pdf.png) left top no-repeat;
}
.logo_zip{
	background:transparent url(../img_struttura/icona_zip.png) left top no-repeat;
}
.logo_rar{
	background:transparent url(../img_struttura/icona_rar.png) left top no-repeat;
}
.logo_doc{
	background:transparent url(../img_struttura/icona_doc.png) left top no-repeat;
}

.logo_gif{
	background:transparent url(../img_struttura/icona_gif.png) left top no-repeat;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:5px;
	margin-top:0px;
	padding-top:0px;
	font-family:Tahoma , Arial, Helvetica, sans-serif;
	font-size:8px;
	border:0px solid red;
}

.logo_jpg{
	background:transparent url(../img_struttura/icona_jpg.png) left top no-repeat;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:5px;
	margin-top:0px;
	padding-top:0px;
	font-family:Tahoma , Arial, Helvetica, sans-serif;
	font-size:8px;
	border:0px solid red;
}

.logo_std{
	background:transparent url(../img_struttura/icona_std.png) left top no-repeat;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:5px;
	padding-top:0px;
	font-family:Tahoma , Arial, Helvetica, sans-serif;
	font-size:8px;
	border:0px solid red;
}

.testo_pagina .download_pulsante{
	width:100px;
	border:0px solid red;
	float:right;
	/*margin-top:-30px;*/
}

.testo_pagina .download_pulsante a,
.testo_pagina .download_pulsante a,
.testo_pagina .download_pulsante a:link,
.testo_pagina .download_pulsante a:visited {
	color: #ffffff;
	background: #CC0000;
	padding: 2px 20px;
	text-decoration: none;
}
.testo_pagina .download_pulsante a:hover {
	color: #ffffff;
	background: #E26F69;
	padding: 2px 20px;
	text-decoration: none;
}

/* =====================================================*/
/* ================ NEWS DINAMICHE ================ */
/* =====================================================*/
.news_container{
	
	line-height:18px;
	color: #666666;

	font-weight:normal;
	border:0px solid red;
	margin:20px 0 0 0;
	padding:0;
}

.news_container .news_separator{
	margin-top:10px;
	margin-bottom:10px;
	border-bottom: 1px solid #E9E9E9;
}

.news_container .news_blocco_sx{
	float: left;
	margin-right:5px;

	padding:2px 2px 2px 2px;
	border:1px solid #cecece;

}
.news_container .news_blocco_dx{
	text-align:left;
}

/* links testo newsletter*/
.testo_centrale a,
.testo_centrale a:link,
.testo_centrale a:visited,
.testo_centrale a:active{
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
}

/* links testo news*/
.news_container a,
.news_container a:link,
.news_container a:visited,
.news_container a:active{
	font-weight:normal;
	color:#b20b3a;
	text-decoration:none;
}

/* link pulsante return news*/
.news_container .testo_news a,
.news_container .testo_news a:link,
.news_container .testo_news a:visited,
.news_container .testo_news a:active{
	font-weight:bold;
	color:#b20b3a;
	text-decoration:none;
}


.data {
	color: #666666;
	font-weight: bold;
	margin-bottom: 5px;
}

.titolo_news {
	font-weight: bold;
	color: #b20b3a;
	margin-bottom: 5px;
}

.testo_news {
	line-height: 14px;
	color: #5B5B5B;
}

.goback{text-align:center;margin:20px auto;}


/* ===================================================*/
/* ============  FAQ DINAMICHE STD 2013 =============*/
/* =================================================*/

/* PERSONALIZZAZIONE ACCORDION FAQ */
#wrapper {
	width: 100%;
	font-family:Open Sans, Arial, sans-serif;
	font-size: 14px;

}
.accordionButton {
	font-size:13px;
	font-weight:bold;
	color:#333333;
	padding-left:40px;
	padding-top:4px;
	margin-left:8px;
	height:40px;
	cursor: pointer;
	background: url(../img_struttura/puls_apri_faq.png) no-repeat top left;
}

.accordionContent {
	color:#333333;
	font-size:12px;	
	width: 90%;
	padding-left:40px;
	margin-left:8px;
	padding-top:6px;
	padding-bottom:40px;
	display:none;

	}
	
.accordionButton.on {
	background: url(../img_struttura/puls_chiudi_faq.png) no-repeat top left;
}

.over {	}


/* ===================================================*/
/* ==================  FAQ DINAMICHE _STD_2007_ =================*/
/* =================================================*/
.faq_barra_domanda{
	font-weight:bold;
	color: #FFFFFF;
	padding:5px;
	margin-top:5px;
	background-color:#CC0000;
}

.faq_barra_risposta{
	font-weight:bold;
	color: #FFFFFF;
	padding:5px;
	margin-top:20px;
	background-color:#CC0000;
}

.faq_titolo{
	font-weight:bold;
	color: #CC0000;
	line-height:25px;
}

.faq_top{
	background: url("../imm_struttura/freccia_su.gif") no-repeat scroll left top transparent;
	padding-bottom:15px;
	width:30px;
	padding-left:14px;
	display: block;
	margin-top: 15px;
}

#listaFaq li {
	margin-bottom: 5px;
}

#dettaglioFaq li {
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}



/* ##################################### */
/* #### PHOTOGALLERY ################## */
/* ##################################### */
ul.cm.gallery li{
	border:0px solid red;
}

ul.cm.gallery clearfix{
    overflow:hidden;
    margin:0;
    padding:0;
    width:100%;
    position:relative;
}

ul.cm.gallery .bloccoVideo{
    float:left;
    width:25%;
    height:auto;
    padding:0 20px 30px 0;
    list-style:none;
    margin:0;
    overflow:hidden;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

ul.cm.gallery .blocco_absolute{
    text-align:center;
    width:100%;
}

ul.cm.gallery .blocco_absolute a{
    margin:auto;
    text-align:center;
}

ul.cm.gallery .blocco_absolute img{
    max-width:100%;
    height:auto;

	margin: 0 auto;
    text-align:center;

    padding:3px;
    border:1px solid #d1d1d1;
}

ul.cm.gallery .blocco_video_titolo{
    clear:both;
    font-size:13px;
    font-weight:bold;
    line-height:30px;
}


/* ##################################### */
/* #### VIDEO GALLERY ################## */
/* ##################################### */
ul.videogallery{
	margin:0;
	padding:0;
	list-style:none;
}

ul.videogallery li.bloccoVideo{
	float:left;
	width:150px;
	height:172px;
	margin:0 10px 0px 0;
	padding:0;

	background-color:#FFFFFF;
}
ul.videogallery li.bloccoVideo.quarto{
	margin-right:0px;
}

ul.videogallery li.bloccoVideo .foto{
	width:144px;
	height:100px;
	text-align:center;
	margin: 8px 0 2px 3px;
	border:0px solid red;
}

ul.videogallery li.bloccoVideo img{
	width:120px;
	height:90px;
}

ul.videogallery li.bloccoVideo .blocco_absolute{
	/*position: absolute;*/
}

ul.videogallery li.bloccoVideo .blocco_absolute{
	/*position: absolute;*/
}

ul.videogallery li.bloccoVideo .blocco_absolute0{
	/*position: absolute;
	top: 0;*/
}

ul.videogallery li.bloccoVideo .blocco_video_titolo{

	width:132px;
	height:50px;
	line-height:14px;

	margin: 2px 0 4px 4px;
	padding: 8px 0 0 8px;
	color:#02512C;
	background-color:#f3f4f6;
	border:0px solid red;

}
ul.videogallery li.bloccoVideo .blocco_video_descrizione{
	color:#666666;
}


/*########## MAPPA GOOGLE MAP ###################*/
/*########## MAPPA GOOGLE MAP ###################*/
.infoBox{
	padding: 5px 0 0 10px;
	color:#FFFFFF;
}
.testo_pagina .infoBox a{
	color:#FFFFFF;
	text-decoration:underline;
}

.container_map{
 	border-top:1px solid #919294;
 	border-left:1px solid #919294;
 	border-right:1px solid #919294;
 	border-bottom:1px solid #919294;
 	width: 638px;
 	height: 408px;
 	float:right;

}
#map{
 	width: 630px;
 	height: 400px;
 	margin-left:4px;
 	margin-top:4px;

}

#map_buttons{
	clear:both;
	height:50px;
	/*background:#FFFFFF;*/
}
#map_zoom_meno{
	margin-top:10px;
	float:left;
}
#map_zoom_piu{
  	float:left;
  	margin-left:20px;
  	margin-top:10px;
}
#map_type_satellite{
	margin-top:5px;
	float:right;
	margin-right:10px;
}
#map_type_hybrid{
	margin-top:5px;
	float:right;
	margin-right:10px;
}
#map_type_terrain{
	margin-top:5px;
	float:right;
	margin-right:10px;
}
#map_type_roadmap{
	margin-top:5px;
	float:right;
	margin-right:10px;
}



/* ##################################### */
/* #### SITEMAP ######################## */
/* ##################################### */
#sitemap_principale,
#sitemap_servizio,
#sitemap_catalogo{
	border-top:1px solid #CCCCCC;
	padding-top:20px;
}
#sitemap_footer{
	border-top:1px solid #CCCCCC;;
	padding-top:10px;
}

.testo_pagina .titolone{
	background-color:#AF0E23;
	padding:5px 10px 5px 10px;
	margin-bottom:20px;
	width:150px
}

.testo_pagina .titolone a,
.testo_pagina .titolone a:link{
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
}

.sitemap_blocco_menu{
	margin-right:30px;
	margin-bottom:20px;
	float:left;
	min-width:150px;
	border:0px solid red;
}
#sitemap_principale .sitemap_blocco_menu{
	min-height:50px;
}

.sitemap_blocco_menu .titolo{
	font-size:13px;
	font-weight:bold;

}

.sitemap_blocco_menu ul{
	color:#333333;
	list-style-type: square;
	list-style-position: inside;
}

.sitemap_blocco_menu ul li,
.sitemap_blocco_menu ul li a,
.sitemap_blocco_menu ul li a:link{
	color:#333333;
}






/* ===================================================*/
/* ================= CERCA ===========================*/
/* ===================================================*/
.cerca_subtitle{
	width:100%;
	font-size:12px;
	font-weight:bold;
	color:#b20b3a;
	padding-bottom:4px;
	padding-top:15px;
}
.cerca_posizione{
	float:left;
	width:20px;
}

.cerca_image{
	float:left;
	width:40px;
	height:40px;
	margin-left:10px;
}

.cerca_result{
	padding-left:20px;
	float:left;
	width:200px;
	min-height:40px;
}
.cerca_descr{
	padding-left:20px;
	float:left;
	width:400px;
}

.segnala_amico{
	float:left;
	width:140px;
}

.print_pagina{
	float:left;
	width:140px;
}

/* =======================================*/
/* ========== rassegna_stampa   =========*/
/* =======================================*/
.rassegna_stampa_singolo {
	width: 110px;
	height: 280px;
	margin-left: 20px;
	margin-right: 15px;
	float: left;
}

.rassegna_stampa_immagine{
	width: 105px;
	height: 145px;
}
.rassegna_stampa_singolo_data {
	color: #d21927;
	margin-top: 15px;
}
.rassegna_stampa_singolo_titolo {
	margin-bottom: 20px;
}


/* =======================================*/
/* ========== FORM CERCA    =========*/
/* =======================================*/
.cerca {
	margin-left:700px;
	height:20px;
	font-family:Open Sans, Arial, sans-serif;
	font-weight:bold;
	color:#666666;
	font-size:12px;
}

.cerca_cont {
	float:left;
}

.cerca_voce {
	padding-right:10px;
	line-height:21px;
	float:left;
}

.cerca_campo {
	float:left;
}

.cerca_campo_cerca {
	width:160px;
	height:21px;
	background-image:url(../imm_struttura/sfondo_campo_cerca.gif);
	background-repeat:no-repeat;
	font-family:Open Sans, Arial, sans-serif;
	font-size:11px;
	border:0px;
	padding-left:10px;
	padding-right:10px;
	float:left;
}

.cerca_link {
	float:left;
}



.testo_menu_sx{
	margin-top:25px;
}

.map {
	width:100%;
	height:500px;	
}


.map-wrap {
	position:relative; 
}
	
.map-overlay {
	width:90%;
	min-height:500px; 
	position:absolute; 
	top:0;
	right: 0;
}

a.btn-white,
a.btn-white:link,
a.btn-white:visited {
	color: #fff;
}

.titolo_news {
	margin-top: 10px;
}

.titolo_news a,
.titolo_news a:link,
.titolo_news a:visited{
	color: #b20b3a;
	margin-top: 10px;
}

.leggi_news {
	text-align: right;
}

.leggi_news {
	margin-top: 10px;
}
.leggi_news a,
.leggi_news a:link,
.leggi_news a:visited{
	color: #b20b3a;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	color: #fff;
	background-color: #b20b3a;
	border-color: #b20b3a;
}
.pagination > li > a, .pagination > li > span,
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #b20b3a;
}
.immagineNews img {
	width: 70%;
	margin: 0 auto;
	position: relative;
}
.testo-news-intero {
	text-align: left;
}
.testo-news-intero p {
	padding-right: 5%;
}
.news-espansa {
	margin-top: 40px;
}
.goback {
	margin-bottom: 60px;
}
.news-intera-riassunto {
	font-style: italic;
}
.testo_news {
	line-height: 1.1em;
}
.img-responsive-60 {
    display: block;
    max-width: 60%;
    height: auto;
    margin: 0 auto;
}
.font-bigger p {
	font-size: 1.1em;
}

.testo-cm .content-icon .fa {
	font-size: 2.8em;
	margin-bottom: 20px;
}





