@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

/*-- contacts page --*/
.map {
  margin: 0px 0 14px 0;
  line-height: 8px;
  display: block;
}
.map iframe {
  width: 100%;
  height: 378px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
address {
  margin: 0;
}
address > strong {
  font-weight: normal;
}
address em {
  font-style: normal;
  display: block;
  overflow: hidden;
  padding-top: 22px;
}
address span {
  display: inline-block;
  width: 94px;
}
.contact-form {
  margin-top: 0px;

}
.contact-form input {
	font-family:Verdana;
	font-size:12px;
  color: #948b87;
  height: 38px;
  width: 100%;
  padding: 10px 10px 10px 12px !important;
  line-height: 18px !important;
  background: #F2EDDB;
  border: none;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: none;
  float: left;
}
.contact-form label {
  min-height: 48px;
  position: relative;
  overflow: hidden;
  margin: 0;
  display: block;
  float: left;
  width: 100%;
}
.contact-form .error,
.contact-form .empty {
	
  display: none;
  position: relative;
  font-size: 12px;
  line-height: 14px;
  color: #9d261d;
  float: left;
  margin: 2px 0 4px 10px;
  min-width: 160px;
}
.contact-form .success {
  display: none;
  color: #948b87;
  padding-bottom: 5px;
}
.contact-form textarea {
	font-family:Verdana;
	font-size:12px;
  width: 100%;
  color: #948b87;
  height: 320px;
  padding: 10px 0 0 12px;
  background: #F2EDDB;
  border: none;
  margin: 0;
  resize: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: none;
  float: left;
}
.contact-form input:focus,
.contact-form textarea:focus {
  box-shadow: none;
  border-color: #d8d8d6;
}
.contact-form .btn {
  margin: 17px 0 0 10px;
  
}

 input[type="checkbox"] {
      width: 20px;  /* Imposta la larghezza desiderata */
      height: 20px; /* Imposta l'altezza desiderata */
	  margin-right:15px;
	  margin-bottom:3px;
	  accent-color: green;

    }
	
@media (min-width: 1200px) {
 
 
  /**/
  .contact-form input {
    width: 100%;
  }


}


/*-- end contacts --*/