/*Add font ================================*/
.full.contact {
  padding-bottom: 0px;
}

#contact_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px 0;
}

.view_form {
  width: 100%;
}
.view_form .contact_right .box_header {
  padding: 0 0 10px;
}
.view_form .contact_right .box_header h3 {
  font-family: "Arimo-SemiBold";
  font-size: 18px;
  color: #303030;
  text-transform: uppercase;
  padding: 0 0 5px;
}
.view_form .contact_right .box_header p {
  font-size: 14px;
  color: #999999;
  font-family: "Arimo-Regular";
  padding: 0;
}
.view_form .contact_right p {
  font-size: 14px;
  color: #999999;
  font-family: "Arimo-Regular";
  padding: 5px 0;
}
.view_form .contact_left {
  padding: 30px 15px 0;
}
@media (min-width: 992px) {
  .view_form .contact_left {
    padding: 0 15px;
  }
}
.view_form .contact_left .title {
  color: #303030;
  font-size: 18px;
  font-family: "Arimo-SemiBold";
}
.view_form .contact_left .note {
  color: #9a9a9a;
  font-size: 14px;
  font-family: "Arimo-Regular";
  padding-bottom: 20px;
}

#contact_form {
  padding: 30px;
  border: 11px solid #f3f3f3;
}
#contact_form .form-group {
  margin-bottom: 10px;
}
#contact_form .form-group label {
  font: 400 0.9333333333rem/150% "Arial", sans-serif;
  color: #9c9c9c;
}
#contact_form input, #contact_form textarea {
  font-family: "Arimo-Regular";
  font-size: 14px;
  color: #000000;
  background: #ffffff;
  border: 1px solid #eaeaea;
  width: 100%;
  padding: 22px 10px;
  border-radius: 0;
}
#contact_form input:focus, #contact_form textarea:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#contact_form input:placeholder, #contact_form textarea:placeholder {
  font-family: "Arimo-Regular";
  font-size: 14px;
  color: #999999;
}
#contact_form textarea {
  height: 120px;
}
#contact_form .title_file {
  font-family: "Arimo-SemiBold";
  color: #303030;
  font-size: 18px;
}
#contact_form .file {
  padding: 10px 0 10px;
  border: 0;
}
#contact_form .btn {
  background: #efd579;
  font-size: 13px;
  color: #ffffff;
  border-radius: 0;
  padding: 16px 30px;
}
#contact_form .btn-contact {
  border: 1px solid #efe3b917;
  background: #222222;
  font-size: 13.8px;
  color: #ffffff;
  font-family: "Arimo-Regular";
  position: relative;
  float: left;
  /*&:after{
      content: "";
      width: 46px;
      height: 13px;
      background: url(../images/icon_send.png) no-repeat;
      position: absolute;
      top: 10px;
      right: -23px;
  }*/
}
#contact_form .btn-contact:hover {
  background: #2c2e34;
  color: #ffffff;
}
#contact_form .btn-contact:hover:before {
  background: url("../images/icon_send.png") no-repeat;
}
#contact_form .btn-reset {
  background: #959595;
  margin-left: 8px;
}

#contact_form .form_note {
  padding-bottom: 7px;
}
#contact_form .form_note span {
  font: 300 0.9333333333rem/150% "Arial", sans-serif;
  color: #787878;
}

#contact_form label.error {
  color: #f00;
  float: right;
  display: block;
  width: 100%;
  text-align: left;
}

#contact_map {
  width: 100%;
  padding-top: 83%;
  position: relative;
  margin: 30px 0 0;
}

#map_canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#map_canvas a {
  background: none;
}

@media (max-width: 991px) {
  #contact_map, #contact_form {
    width: 100%;
  }

  #contact_map {
    margin: 0;
  }
}
@media (max-width: 399px) {
  #contact_form label, #contact_form .input_text, #contact_form .textarea {
    width: 100%;
  }
}
/*# sourceMappingURL=contact.css.map */