.footer{min-height:300px; margin-top:0px; padding:0px 20px 20px 20px;background-color:#323232; }
.footer_left{float:left; width:33.33333%; text-align:left;}
.footer_center{float:left;  width:33.33333%; text-align:center;}
.footer_right{float:left;  width:33.33333%; text-align:right;}

@media screen and (max-width: 1140px) 
{
.footer_left{float:left; width:100%; text-align:left;}
.footer_center{float:left;  width:50%; text-align:right;}
.footer_right{float:left;  width:50%; text-align:right;}
}


form.newsletter input[type=email] {
  padding: 10px;
  font-size: 17px;
  border-top: 1px solid grey;
    border-left: 1px solid grey;
    border-bottom: 1px solid grey;
    border-right: none;
  float: left;
  width: 80%;
  height:40px;
  background: #f1f1f1;
  outline: none;
  -webkit-appearance: none;
-moz-appearance: none;
appearance: none;
  border-radius:0px;
}

form.newsletter button {
  float: left;
  width: 20%;
    height:40px;
  padding: 10px 10px 10px 10px;
  background: #f1f1f1;
  color: #323232;
  font-size: 17px;
  border-top: 1px solid grey;
    border-left: none;
    border-bottom: 1px solid grey;
    border-right: 1px solid grey;
outline: none;
  cursor: pointer;
    -webkit-appearance: none;
-moz-appearance: none;
appearance: none;
  border-radius:0px;
}

form.newsletter button:hover {
  padding: 10px 5px 10px 15px;

}

form.newsletter::after {
  content: "";
  clear: both;
  display: table;
  }