body {
  margin-bottom: 395px;
}

.contact-contatiner{
  margin-top: 25px;
}

h1 {
  font-family: "Merriweather", Arial, Helvetica, sans-serif;
  font-size: 28px;
  color: #333333;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 20px;
}

h1:after {
  border-bottom: 1px solid #363636;
  width: 230px;
  height: 1px;
  content: "";
  display: block;
  padding-top: 20px;
}

.contact-side .col-12{
  padding-bottom: 15px;
  padding-left: 0;
  /*font-family: 'gotham-book' !important;*/
}

.fb-text-label, .fb-textarea-label{
  font-weight: bold;
}

.contact-button{
  width: 100%;
  background-color: #000;
  color: #fff;
}

.contact-button:hover{
  background-color: #999999;
  color: #000;
}

#contact-form{
  padding-left: 0;
  padding-right: 0;
}

#contact-map{
  width: 100%;
  height: 320px;
  position: absolute;
  bottom: 50px;
  border-top: 1px solid rgba(0,0,0,.125);
}