.pg_title {
	text-align: center;
	font-size: 21px;
	margin-bottom: 15px;
	line-height: 21px;
}

.pg_text {
	margin-top: 30px;
	text-align: center;
}

	.contact_item {
		display: inline-block;
		padding: 0 10px;
	}
	
		.contact_item .contact_item_icon {
			margin-right: 10px;
			font-size: 17px;
			color: #454c4f;
		}
		
		.contact_item .contact_item_text {
			font-size: 16px;
		}
		
		@media screen and (max-width : 425px) {
			.contact_item .contact_item_text { margin: 10px 0; display: inline-block; }
		}
		

#contatti {
	position: relative;
	width: 100%;
	margin: auto;
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	#contatti { width: 460px; }
}
@media screen and (min-width : 768px) and (max-width : 1009px) {
	#contatti { width: 624px; }
}
@media screen and (min-width : 993px) and (max-width : 1259px) {
	#contatti { width: 624px; }
}
@media screen and (min-width : 1260px) {
	#contatti { width: 624px; }
}

	.contact_form {
		margin-top: 20px;
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		.contact_form { }
	}
	@media screen and (min-width : 768px) and (max-width : 1009px) {
		.contact_form { margin-top: 30px; }
	}
	@media screen and (min-width : 993px) and (max-width : 1259px) {
		.contact_form { margin-top: 30px; }
	}
	@media screen and (min-width : 1260px) {
		.contact_form { margin-top: 30px; }
	}

		.contact_label {
			width: 100px;
			/*padding-top: 10px;*/
		}
	
		.contact_input {
			width: 100%;
			border: 0;
			font-size: 14px;
			font-weight: 300;
			padding: 10px;
			background: #e2e2e2;
			border-radius: 4px;
			margin-bottom: 20px;
		}
		@media screen and (min-width : 480px) and (max-width : 767px) {
			.contact_input { width: 460px; }
		}
		@media screen and (min-width : 768px) {
			.contact_input { width: 624px; }
		}
		
	
		#field4 {
			height: 150px;
		}
		@media screen and (min-width : 480px) and (max-width : 767px) {
			#field4 { }
		}
		@media screen and (min-width : 768px) and (max-width : 1009px) {
			#field4 { height: 200px; }
		}
		@media screen and (min-width : 993px) and (max-width : 1259px) {
			#field4 { height: 200px; }
		}
		@media screen and (min-width : 1260px) {
			#field4 { height: 200px; }
		}
		
		
		#div_chk1 {
			font-size: 14px;
		}
		
		.contact_check {
			-ms-transform: scale(1.5);
			-moz-transform: scale(1.5);
			-webkit-transform: scale(1.5);
			-o-transform: scale(1.5);
			transform: scale(1.5);
			padding: 10px;
			margin-right: 10px;
			cursor: pointer;
		}
	
		.contact_error {
			color: #F00;
			font-weight:bold;
			text-decoration:underline;
		}
	
		#contact_invia {
			margin: auto;
			margin-top: 20px;
			width: 80px;
		}
		@media screen and (min-width : 480px) and (max-width : 767px) {
			#contact_invia { }
		}
		@media screen and (min-width : 768px) and (max-width : 1009px) {
			#contact_invia { margin-top: 30px; }
		}
		@media screen and (min-width : 993px) and (max-width : 1259px) {
			#contact_invia { margin-top: 30px; }
		}
		@media screen and (min-width : 1260px) {
			#contact_invia { margin-top: 30px; }
		}
		
	
		.inactive {
			filter:alpha(opacity=50);
			opacity:0.5;
	
			cursor: text;
		}
		
		.error {
			border-top: 1px solid #f00;
			border-radius: 4px 4px 0 0;
		}