.contatti.item-page .page{
	height:auto;
}
.contatti.item-page .page .title{
	background-color:#dbefeb;
}
.contatti.item-page .page .title h2{
	top:130px;
}
.contatti.item-page .bkg-a{
	background:url(../../../images/contatti/bkg-a-div.png) center top no-repeat;
	background-size:contain;
}
.contatti.item-page .scooter{
	position: absolute;
	right:0;
	top:150px;
}
.contatti.item-page form{
	margin:360px auto 0 auto;
	width:420px;
}
.contatti.item-page form h3{
	
  font-family : 'proxima-nova';
  font-size : 30px;
  line-height : 34px;
  color : #505E5E;
  text-align: center;
}
.contatti.item-page fieldset{
	width:100%;
	height: auto;
	padding:25px 30px;
	margin:0;
	border:0;
	background:#eff0ec;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
.contatti.item-page fieldset .fieldblock{
	margin-bottom:5px;
	width:100%;
}
.contatti.item-page .head{
	background:#E4E6E0;
	width:100%;
	height:70px;
	line-height:70px;
	text-align: center;
	margin:0 auto;
}
.contatti.item-page fieldset .fieldblock input{
	background:#e4e6e0;
	width:100%;
	border:0;
	padding:7px 10px;
	font-family : 'futura-pt';
	font-size : 16px;
	line-height : 26.24px;
	color : #808080;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contatti.item-page fieldset .fieldblock textarea{
	background:#e4e6e0;
	width:100%;
	border:0;
	font-family : 'futura-pt';
	font-size : 16px;
	line-height : 26.24px;
	color : #808080;
	padding:10px;
	min-height:130px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contatti.item-page fieldset .fieldblock  .checkbox-container label{
	float: left;
}
.contatti.item-page fieldset .fieldblock .checkbox-container #form-privacy{
	float: left;
	margin-right:6px;
	width: auto;
}
.contatti.item-page fieldset .fieldblock .text{
	color:#808080;
	clear: both;
}
.contatti.item-page .submit input{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background:#505e5e;
	padding:20px;
	color:white;
	border:0;
	width:100%;
}
.contatti.item-page .submit{
	margin-bottom:20px;
}


@media only screen and (max-width:570px){
	.contatti.item-page .page{
		padding-top:120px;
	}
	.contatti.item-page .bkg-a{
		top:0 !important;
		height:300px !important;
		background-size: cover;
	}
	.contatti.item-page .scooter,
	.contatti.item-page .scooter img{
		position: relative;
		max-width:100%;
		top:auto;
		left: auto;
		right: auto;
		bottom: auto;
		width: auto;
		height:auto;
		margin:0;
		padding:0;
	}
	.contatti.item-page form{
		width:100%;
		margin:60px auto 0 auto;
	}
}