.icon_doc{
	border-left:0px !important;
	padding:0px !important;
	padding-top:10px !important;
	padding-bottom:10px !important;
	width:60px;
}
.icon_file{
	font-size:40px;	
}
.download { cursor:pointer;}
.img-download{ height:30px;width:30px;}

/* Stili aggiunti causa rimozione js nel box contatti */
input[type="text"], textarea {
background: #fff;
border: 1px solid #dedcdc;
padding: 6px 5px 6px 5px;
color: #777373;
height: 14px;
width:288px;
}
.your-message textarea {
width: 288px;
height: 255px;
resize: none;
overflow: auto;
margin-bottom: 17px;
}

/*Override Stili zona logo */
#header{
	height:auto;
}
.row-logo{
	height:auto;
}
.Home-H1{
	text-align:center;
	font-size:2.27em;
	margin-top:15px;
}
@media only screen and (max-width: 767px){
	.logo-container{
		padding-top:0px;
	}
	.logo{
		padding-top:0px;
	}
	.logo img{
		width:200px;
	}
}