.contact-main {
  margin-bottom: 20px;
}
.contact-main .contact-title {
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.contact-main .title-module {
  font-size: 18px;
  font-family: OpenSans-Bold;
  margin: 20px 0px 0px;
  padding-bottom: 15px;
  padding-left: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5;
}
.contact-main .main_content {
  background: #ffffff;
  padding: 20px;
  margin: 10px 0px 10px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.contact-main .content {
  line-height: 20px;
  font-size: 14px;
}
.contact-main .content p {
  margin-bottom: 10px;
  font-size: 14px;
}
.contact-main .contact_form .summary {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 22px;
}
.contact-main .form-control {
  border: 1px solid #d3d3d3;
  border-radius: 1px;
  height: 40px;
  margin-bottom: 15px;
  padding: 0 14px;
  color: #333333;
  box-shadow: none;
  font-size: 14px;
}
.contact-main textarea {
  width: 100%;
  border: 1px solid #d3d3d3;
  border-radius: 1px;
  margin-bottom: 20px;
  padding: 14px;
  color: #333333;
}
.contact-main .txtCaptcha {
  width: 150px;
}
.contact-main .code-view i {
  color: #2ba605;
  font-size: 20px;
  line-height: 35px;
  margin-left: 10px;
}
.contact-main #imgCaptcha {
  margin-left: 10px;
  margin-top: 3px;
}
.contact-main .button {
  padding: 0 20px;
  color: #ffffff;
  line-height: 37px;
  font-weight: normal;
  background-color: #d9222a;
  margin-left: 15px;
  text-transform: uppercase;
  transition: 1s;
  float: right;
}
.contact-main .button:hover {
  background-color: #f4222b;
  font-family: OpenSans-Bold;
}
@media (max-width: 767px) {
  .contact-main .button {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .contact-main .main_content {
    padding: 10px;
  }
  .contact-main .item_left {
    padding-right: 0;
  }
  .contact-main .content table {
    width: auto !important;
  }
  .contact-main .content table td {
    padding-right: 10px;
  }
  .contact-main .content table p {
    line-height: 20px;
  }
  .contact-main .item_right {
    padding-left: 0;
  }
  .contact-main .button {
    width: auto;
  }
}
@media (max-width: 438px) {
  .contact-main .button {
    width: 100%;
    margin-left: 0;
  }
}/*# sourceMappingURL=contact.css.map */