
#contatti {
	background: url(../images/base-contact.jpg) no-repeat scroll center center #FFF;
    position: relative;
	padding: 80px 0;
	color: #FFF;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}

#contatti .title {
	font-size: 68px;
	text-align: center;
}

#contatti label.etichetta {
	color: #757575 !important;
}

#contatti .form-control {
	background-color: rgba(38, 38, 38, .4) !important;
	border-color: rgba(78, 78, 78, .4) !important;
	color: #757575 !important;
}