.button, [type="submit"]{
  color: #333; 
  border-color: #333;
}
.button:hover, [type="submit"]:hover{
  color: #999; 
  border-color: #999;
}

.footertitle {
  font-size: 13px;
}
.footerbody {
  font-size: 11px;
}
.textjustify {
   text-align: justify;
   text-justify: inter-word;
}
/* Wrap responsive */
.googlemap_wrap  {
    position: relative;
    padding-bottom: 65.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
/* iframe posizionato in maniera assoluta */
.googlemap_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}