#contatti {
	position: relative;
	padding-bottom: 40px;
	box-shadow: 0 6px 6px -3px rgba(0,0,0,0.2);
}

	.contact_form {
		position: relative;
		top: 0px;
		left: 0px;
		margin-top: 30px;
	}

	@media screen and (min-width : 320px) and (max-width : 479px) {
		.contact_form { margin-top: 20px; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		.contact_form { margin-top: 20px; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		.contact_form { }
	}

		.contact_label {
			width: 100px;
			/*padding-top: 10px;*/
		}
	
		.contact_input {
			width: 584px;
			height: 45px;
			border: 0;
			font-family: 'Lato', sans-serif;
			font-display: swap;
			font-size: 16px;
			font-weight: 300;
			padding: 0 10px;
			background: #e5e5e5;
			border-radius: 0;
			margin-top: 5px;
		}

		@media screen and (min-width : 320px) and (max-width : 479px) {
			.contact_input { width: 280px; }
		}
		@media screen and (min-width : 480px) and (max-width : 767px) {
			.contact_input { width: 440px; }
		}
		@media screen and (min-width : 768px) and (max-width : 992px) {
			.contact_input { width: 368px; }
		}
	
		#field4 {
			height: 200px;
			padding-top: 10px;
			margin-bottom: -3px;
		}
		
		#div_chk1 {
			margin-top: 20px;
		}
		
		.contact_check {
			z-index:1000;
		}
	
		.contact_error {
			color: #F00;
			font-weight:bold;
			text-decoration:underline;
		}
	
		#contact_invia {
			position: relative;
			top: 0px;
			left: 0px;
			margin-top: 40px;
			width: 80px;
		}

		@media screen and (min-width : 320px) and (max-width : 479px) {
			#contact_invia { margin-top: 20px; }
		}
		@media screen and (min-width : 480px) and (max-width : 767px) {
			#contact_invia { margin-top: 20px; }
		}
		@media screen and (min-width : 768px) and (max-width : 992px) {
			#contact_invia { }
		}
	
		.inactive {
			filter:alpha(opacity=50);
			opacity:0.5;
	
			cursor: text;
		}
		
		.error {
			border-bottom: 2px solid #f00;
		}

#dovesiamo {
	padding-top: 40px;
}