#contact-form input {
	display: block;
  float: left;
}
#subscribe-form .form-group, #subscribe-form button {
	display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 24%;
}
#subscribe-form .form-group input {
  width: 95%;
}
@media only screen and (orientation: portrait) {
	#subscribe-form .form-group input {
    width: 100%;
  }
  #subscribe-form .form-group, #subscribe-form button {
    width: 100%;
  }
}