.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: translateY(0) scale(0.7);
  }
  50% {
    -webkit-transform: translateY(-5px) scale(0.7);
  }
}
@keyframes bounce {
  0%,
  100% {
    transform: translateY(0) scale(0.7);
  }
  50% {
    transform: translateY(-5px) scale(0.7);
  }
}
@-webkit-keyframes bounce-r {
  0%,
  100% {
    -webkit-transform: translateY(0) scale(1);
  }
  50% {
    -webkit-transform: translateY(-5px) scale(1);
  }
}
@keyframes bounce-r {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-5px) scale(1);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
@media (max-width: 576px) {
  #contact-page {
    margin-bottom: 30px;
  }
}
#contact-page #headline {
  padding: 110px 0 60px;
}
#contact-page #headline h2.has-bordered span {
  border: 3px solid #000;
  border-radius: 30px;
}
@media (max-width: 767px) {
  #contact-page #headline h2.has-bordered span {
    padding: 10px 30px;
    border: 2px solid #000;
    border-radius: 25px;
    font-size: 30px;
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  #contact-page #headline {
    z-index: 3;
    margin-bottom: 0;
    padding: 30px 0;
  }
}
#contact-page #contact-form {
  color: black;
  margin-top: 37.5px;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  #contact-page #contact-form {
    margin-top: 10px;
    margin-bottom: 0;
  }
}
#contact-page #contact-form #map {
  height: 350px;
  margin-bottom: 30px;
}
#contact-page #contact-form .form-group {
  position: relative;
}
#contact-page #contact-form .form-group label {
  position: absolute;
  font-weight: normal;
  color: #b3d334;
  font-size: 24px;
  padding: 8px 0 7px;
  bottom: 0;
  margin: 0;
  line-height: 1;
}
#contact-page #contact-form .form-group label span.star {
  color: red;
}
#contact-page #contact-form .form-group input[type='text'] {
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #b3d334;
  box-shadow: none;
  border-radius: 0;
  font-size: 24px;
  height: auto;
  line-height: 1;
  font-weight: normal;
  padding: 8px 0 4px;
}
#contact-page #contact-form .form-group small {
  font-size: 13px;
  line-height: 1;
  color: #bbb;
}
#contact-page #contact-form .form-group .dropdown .dropdown-toggle {
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #b3d334;
  border-radius: 0;
  width: 100%;
  text-align: left;
  padding: 8px 0 7px;
  text-shadow: none;
  color: #999;
  font-size: 24px;
  line-height: 1;
  box-shadow: none;
}
#contact-page #contact-form .form-group .dropdown .dropdown-toggle i {
  position: absolute;
  right: 15px;
}
#contact-page #contact-form .form-group .dropdown .dropdown-menu {
  width: 100%;
  border-radius: 0;
  font-size: 20px;
}
#contact-page #contact-form .form-group .dropdown .dropdown-menu li {
  padding: 5px 15px 5px 30px;
  cursor: pointer;
}
#contact-page #contact-form .form-group .dropdown .dropdown-menu li:hover {
  background-color: #b3d334;
}
#contact-page #contact-form .form-group.details label {
  position: relative;
  color: #b3d334;
  width: 100%;
}
#contact-page #contact-form .form-group.details textarea {
  border: 1px solid #b3d334;
  height: 120px;
  border-radius: 3px;
  width: 100%;
  font-size: 16px;
  padding: 6px 15px;
  resize: none;
}
#contact-page #contact-form .form-group.attachment .btn-choose-file {
  padding: 5px 20px;
  border-radius: 3px;
  color: #b3d334;
  font-size: 20px;
  background: none;
  border: 1px solid #b3d334;
  box-shadow: none;
  line-height: 1;
}
#contact-page #contact-form .form-group.attachment .btn-choose-file:hover {
  background-color: #b3d334;
  color: white;
}
#contact-page #contact-form .form-group.attachment small {
  clear: both;
  display: block;
  padding: 5px 0;
}
#contact-page #contact-form .form-group.submit button.btn-submit {
  background: #b3d334;
  border-radius: 3px;
  font-size: 22px;
  padding: 7px 20px;
  line-height: 1;
  color: white;
  border: none;
}
#contact-page #contact-form .details .maps {
  margin-bottom: 20px;
}
#contact-page #contact-form .details .address p {
  font-size: 16px;
  line-height: 1;
}
#contact-page #contact-form .details .address p i {
  position: absolute;
  color: #b3d334;
}
#contact-page #contact-form .details .address p span {
  padding-left: 20px;
  display: inline-block;
}
#contact-page #contact-form .details .address p span strong {
  font-size: 26px;
}
#contact-page #contact-form .details .address h5 {
  font-size: 20px;
  text-align: left;
  color: #74a433;
  margin: 15px 0 10px;
}
#contact-page #contact-form .details .locations {
  padding-left: 80px;
  padding-bottom: 10px;
  position: relative;
}
#contact-page #contact-form .details .locations:before {
  content: '';
  position: absolute;
  background: transparent url("../img/ico/icon-contact-us.png");
  background-position: 180px 0;
  width: 60px;
  height: 70px;
  left: 0;
  top: 0;
}
#contact-page #contact-form .details .locations h4 {
  font-size: 20px;
  text-align: left;
  color: #74a433;
  margin: 15px 0 10px;
}
#contact-page #contact-form .details .locations p {
  font-size: 16px;
  line-height: normal;
}
#contact-page #contact-form .details .locations ul li a {
  font-size: 18px;
  color: #b3d334;
}


#contact-page #contact-form .details .leads {
  padding-left: 80px;
  padding-bottom: 10px;
  position: relative;
}
#contact-page #contact-form .details .leads:before {
  content: '';
  position: absolute;
  background: transparent url("../img/ico/icon-contact-us.png");
  background-position: 249px 0;
  width: 60px;
  height: 70px;
  left: 0;
  top: 0;
}
#contact-page #contact-form .details .leads h4 {
  font-size: 20px;
  text-align: left;
  color: #74a433;
  margin: 15px 0 10px;
}
#contact-page #contact-form .details .leads p {
  font-size: 16px;
  line-height: normal;
}
#contact-page #contact-form .details .leads ul li a {
  font-size: 18px;
  color: #b3d334;
}


#contact-page #contact-form .details .feedback-btn-group .btn-primary {
  border: none;
  font-size: 18px;
  border-radius: 10px;
  padding: 6px 15px;
  margin-right: 5px;
  margin-top: 12px;
  outline: none;
  background: linear-gradient(to bottom, #b3d334 0%, #a8c72b 100%);
}
#contact-page #contact-form .details .feedback-btn-group .btn-primary i {
  margin-right: 5px;
}
#contact-page #contact-form .details .feedback-btn-group .btn-primary:hover {
  background: linear-gradient(to bottom, #b3d334 3%, #819921 100%);
}
@media (max-width: 767px) {
  #contact-page #contact-form .details .feedback-btn-group {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 3;
    left: 0;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
  }
  #contact-page #contact-form .details .feedback-btn-group .btn-primary {
    font-size: 18px;
    margin-top: 0;
    width: 48%;
    padding: 4px;
    margin-right: 0;
    text-align: center;
  }
}
@media (max-width: 576px) {
  #contact-page.en {
    margin-bottom: 86px;
  }
  #contact-page.en .feedback-btn-group .btn-primary {
    display: block;
    width: 100% !important;
  }
  #contact-page.en .feedback-btn-group .btn-primary:first-child {
    margin-bottom: 5px;
  }
  #contact-page.en .footer_copy {
    padding: 15px;
  }
}
@media (min-width: 767px) {
  .modal .modal-dialog {
    width: 75%;
  }
}
.modal .modal-header {
  color: #93ae26;
}
.modal .modal-body {
  color: #000;
}
.modal .modal-body label {
  font-weight: 300;
}
@media (max-width: 991px) {
  .modal .modal-body label {
    font-size: 16px;
    line-height: 1;
  }
}
.modal .modal-body .asteriskField {
  color: red;
}
.modal .modal-body .panel-heading a {
  color: #93ae26;
}
/*# sourceMappingURL=contact.css.map */