.contact-contatiner{
  padding-top: 30px;
  padding-bottom: 30px;
}

.form-group label{
  font-family: 'lato-bold';
  font-size: 16px;
}

.contact-button{
  font-family: 'lato-bold';
  font-size: 18px;
  width: 100%;
  background-color: #000;
  border-color: #000;
  color: #fff;
  border-radius: 0;
  box-shadow: none !important;
  outline: none !important;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.contact-contatiner .fv-help-block{
  font-size: 16px !important;
}

.contact-side{
  font-size: 16px;
}

.contact-contatiner h1{
  font-size: 32px;
  margin-bottom: 20px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {


}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {  }

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {  }