/* STILE pagina Contatti */

/* Stile indirizzo e mappa */
.box_contact {
	float:left;
	clear:right;
	width:35%;
	height:auto;
	float:left;
	margin:3% 0% 3% 10%;
	text-align:left;
	line-height:0.9;
	font-size:12pt;
	}

.vismaps{
	display:none;
	}

@media (max-width:720px){
	.box_contact {
	font-size:10pt;
	}
}
		
@media (max-width:480px){
	.box_contact{
		width:80%;
		height:auto;
	}
	.cancmaps{
		display:none;
	}
	.vismaps{
		display:block;
		width:99%;
		margin:5% 0%;
		border:3px solid #333;
	}
}
/* FINE Stile indirizzo e mappa */

/* Stile sezione Scrivi */
.box_scrivi{
	float:left;
	clear:both;
	width:80%;
	height:auto;
	margin: 1% 10%;
	background:rgb(250,250,250);
	}

.box_scrivitesto{
	float:left;
	width:100%;
	text-align:center;
	line-height:0.5;
	box-sizing: border-box;  
	}

.box_form{
	float:left;
	width:80%;
	margin:1% 10%;
	box-sizing: border-box;
	}

#cont_datiform{
	float:left;
	width:46%;
	min-height:50px;
	margin:2% 2%;
	}

input.mess[type="text"], input.mess[type="email"]{
	width:100%;
	height:40px;
	border:1px solid #d3d3d3;
	box-sizing: border-box;
	border-radius:3px;
	margin-top:5px;
	padding:0 3%;
	font-style:italic;
	font-family:'Open Sans', sans-serif;
	font-size:12pt;
	}
	
	input.mess[type="checkbox"]{
	float:left;
	width:25px;
	height:25px;
	margin:1% 1.5%;
	}

textarea.mess{
	float:left;
	clear:left;
	resize:vertical;
	width:100%;
	min-height:150px;
	border:1px solid #d3d3d3;
	box-sizing: border-box;
	border-radius:3px;
	margin-top:5px;
	padding:1% 3%;
	text-align:justify;
	font-family:'Open Sans', sans-serif;
	font-size:12pt;
	}

textarea.mess[type="text"]:focus, input.mess[type="text"]:focus, input.mess[type="email"]:focus, input.mess[type="submit"]:focus{
	border-radius:3px;
	border:2px solid rgba(255,165,0,1);
	background-color:rgba(245,245,220,0.2);
	transition-property: border, background-color;
	transition-timing-function:ease-out;
	transition-duration:0.15s;
	transition-delay: 0.1s;
	}

button.inviamessaggio{
	display:block;
	width:30%;
	height:60px;
	margin:3% auto;
	background:#3576C4;
	border:0px solid rgb(159,171,176);
	border-radius:3px;
	text-align: center;
	font-family:'Open Sans', sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: rgb(255,255,255);
	cursor:pointer;
	}
	
button.inviamessaggio:hover{
	background:#5682D0;	
}

@media (max-width:719px){
	.box_scrivi {
	display:none;
	}
}
