.info-contatti h3 {
	font-size: 19px;
    text-transform: uppercase;
    margin: 0 0 16px;
    line-height: 23px;
}

.info-contatti img {
	width: 15px;
  	margin: 0 8px 0 0;
}

.info-contatti p {
	margin: 0 0 24px;
  	color: #808080;
  	font-size: 16px;
  	line-height: 20px;
}

.info-contatti p:last-child {
	margin: 0 0 56px;
}

.box-form {
	background: #495D9E;
  	padding: 16px 64px 48px;
  	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,137,1);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,137,1);
    box-shadow: 0px 1px 3px 0px rgba(0,0,137,1);
  	z-index: 2;
}

.box-form h3 {
  	font-size: 34px;
	line-height: 38px;
	margin: 0 0 32px;
  	position: relative;
  	letter-spacing: 4px;
	padding-bottom: 32px;
  	color: #fff;
  	text-transform: uppercase;
  	text-align: center;
}

.box-form h3:before {
	content:url('/themes/jewels/images/beforeh3.png');
	position: absolute;
	bottom: 0;
	right: 50%;
	transform: translateX(50%);
	-ms-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-webkit-transform: translateX(50%);
}

.box-form input[type="text"]:not(.newsletterinput):not(#searchfld):not(#quantity),
.box-form input[type="mail"], input[type="email"],
.box-form input[type="password"], 
.box-form select,
.box-form textarea {
    width: 100%;
    background-color: rgba(255, 255, 255, .35);
    margin: 0 0 20px;
    height: 40px;
    border: 0;
    color: #fff;
    font-size: 15px;
    line-height: 19px;
    padding: 0 45px 0 10px;
}

.box-form textarea {
	height: 124px;
  	padding: 10px 45px 10px 10px;
}

.box-form input::-webkit-input-placeholder, .box-form textarea::-webkit-input-placeholder {
	color: #fff;
	font-size: 15px;
}

.box-form input:-moz-placeholder, .box-form textarea:-moz-placeholder {
	color: #fff;
	font-size: 15px;
	opacity: 1;
}

.box-form input::-moz-placeholder, .box-form textarea::-moz-placeholder {
	color: #fff;
	font-size: 15px;
	opacity: 1;
}

.box-form input:-ms-input-placeholder,.box-form textarea:-ms-input-placeholder {  
	color: #fff;
	font-size: 156px;
}

.btn-verde {
	margin-top: 24px;
}

.box-map {
    position: relative;
    height: 520px;
    margin-top: -40px;
}

.box-map iframe {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}

.box-privacy {
  	margin-bottom: 24px;
}

.box-privacy a {
    text-decoration: underline;
  	color: #fff;
}

@media only screen and (max-width: 1023px) {
  .box-form {
  	padding: 16px 24px 48px;
  }
}

@media only screen and (max-width:767px) {
  .box-map {
      margin-top: 40px;
  }
  
  .info-contatti p:last-child {
      margin: 0 0 32px;
  }
}