#container .box_mid {
  padding-top: 0;
}

#contact_content {
  padding: 0px 17px;
}

.banner_contact {
  width: 50%;
  float: left;
}
.banner_contact img {
  width: auto;
}
@media (max-width: 999px) {
  .banner_contact {
    display: none;
  }
}

#contact_form {
  width: 50%;
  float: left;
  padding-right: 40px;
}
#contact_form > p {
  font-size: 14px;
  color: #000;
}
#contact_form .form-control {
  background: #eeeeee;
  height: 65px;
  border-radius: 40px;
  margin-bottom: 25px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #6f6f6f;
  padding-left: 30px;
  border: none;
  -webkit-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
}
@media (max-width: 599px) {
  #contact_form .form-control {
    height: 45px;
  }
}
#contact_form .form-control:focus {
  background: #f0f7ff;
  -webkit-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 20px 1px #96c5fa;
          box-shadow: 0px 0px 20px 1px #96c5fa;
}
#contact_form textarea {
  height: 140px !important;
  border-radius: 30px !important;
}
@media (max-width: 599px) {
  #contact_form textarea {
    border-radius: 20px !important;
  }
}
#contact_form textarea::-webkit-input-placeholder {
  color: #6f6f6f;
  font-size: 20px;
  font-weight: normal;
  padding-top: 20px;
}
@media (max-width: 599px) {
  #contact_form textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
}
#contact_form input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #6f6f6f;
  font-size: 20px;
  font-weight: normal;
}
@media (max-width: 599px) {
  #contact_form input[type=text]::-webkit-input-placeholder {
    font-size: 14px;
  }
}
#contact_form input[type=text]::-moz-placeholder { /* Firefox 19+ */
  color: #6f6f6f;
  font-size: 20px;
  font-weight: normal;
}
@media (max-width: 599px) {
  #contact_form input[type=text]::-moz-placeholder {
    font-size: 14px;
  }
}
#contact_form input[type=text]::-ms-input-placeholder { /* IE 10+ */
  color: #6f6f6f;
  font-size: 20px;
  font-weight: normal;
}
@media (max-width: 599px) {
  #contact_form input[type=text]::-ms-input-placeholder {
    font-size: 14px;
  }
}
#contact_form input[type=text]::-moz-placeholder { /* Firefox 18- */
  color: #6f6f6f;
  font-size: 20px;
  font-weight: normal;
}
@media (max-width: 599px) {
  #contact_form input[type=text]::-moz-placeholder {
    font-size: 14px;
  }
}
#contact_form .btn-default {
  padding: 24px 90px;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  background-color: #d6181f;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 40px;
}
#contact_form .btn-default:focus, #contact_form .btn-default:active {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
@media (max-width: 599px) {
  #contact_form .btn-default {
    font-size: 14px;
    padding: 9px 35px;
  }
}

#contact_form .form_note {
  padding-bottom: 7px;
  padding-left: 15px;
}
#contact_form .form_note span {
  color: #f00;
}

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

#contact_info .contact_info {
  padding-bottom: 10px;
}

#contact_info {
  width: 54%;
  float: left;
}
#contact_info .contact_info h3 {
  padding-bottom: 9px;
  font-size: 21px;
  font-family: "uvnvan";
  color: #e20e37;
  text-transform: uppercase;
  padding-top: 15px;
  padding-left: 5px;
}
#contact_info .contact_info p {
  text-align: justify;
  font-size: 14px;
  padding: 5px;
  margin-left: -3px;
  color: #000;
}
#contact_info .contact_info p:before {
  color: #e20e37;
  padding-right: 5px;
}
#contact_info .contact_info img {
  height: auto;
  max-width: 100%;
  border-radius: 9px;
  margin-top: 60px;
}
@media (max-width: 768px) {
  #contact_info .contact_info img {
    margin-top: 0;
  }
}

#contact_map {
  width: 100%;
  margin-top: 20px;
}

#map_canvas {
  height: 350px;
}

#map_canvas a {
  background: none;
}

@media (max-width: 1025px) {
  #contact_info {
    padding-left: 50px;
  }
}
@media (max-width: 849px) {
  #contact_map,
  #contact_form {
    width: 100%;
    padding-right: 0;
  }
  #contact_info {
    width: 100%;
    padding-left: 0px;
  }
}
@media (max-width: 399px) {
  #contact_form label,
  #contact_form .input_text,
  #contact_form .textarea {
    width: 100%;
  }
}
/*# sourceMappingURL=contact.css.map */