html {
  background: #000;
}
body {
  background: url('/Content/Images/contact-bg.jpg') no-repeat center 0, url('/Content/Images/gr-bg.jpg') repeat-x center 0;
}
.title-container {
  background: 0;
}
.section-contact {
  padding: 30px 0 60px;
}
.contacts-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
  padding: 12px 10px;
  border-radius: 35px;
  background: #fff;
}
.contact-box {
  width: 585px;
  max-width: 100%;
  padding: 25px 30px 40px;
  background: #50afff;
  border-radius: 30px;
}
.contact-labels {
  display: block;
  margin: 0 0 20px;
  font-size: 33px;
  text-transform: uppercase;
  font-weight: 800;
  color: #232323;
}
.contact-box .contact-labels {
  text-align: center;
}
.contact-col {
  text-align: right;
}
.contacts-wrapper .form-field {
  position: relative;
  padding-left: 40px;
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}
.contacts-wrapper .form-field i {
  position: absolute;
  bottom: 5px;
  left: 6px;
  color: #232323;
  font-size: 30px;
}
.contacts-wrapper .form-field i.fa-comment {
  bottom: 15px;
}
.contacts-wrapper .form-field input.form-control {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 20px;
  line-height: 1.2;
  color: #232323;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.contacts-wrapper .form-field textarea {
  width: 100%;
  height: 44px;
  padding: 10px;
  font-size: 20px;
  line-height: 1.2;
  color: #232323;
  text-transform: capitalize;
  border: 0;
  background: transparent;
  box-shadow: none;
  resize: none;
}
.contacts-wrapper .form-field input.form-control::-webkit-input-placeholder {
  color: #232323;
}
.contacts-wrapper .form-field input.form-control::-moz-placeholder {
  color: #232323;
}
.contacts-wrapper .form-field input.form-control:-ms-input-placeholder {
  color: #232323;
}
.contacts-wrapper .form-field input.form-control:-moz-placeholder {
  color: #232323;
}
.contacts-wrapper .form-field textarea::-webkit-input-placeholder {
  color: #232323;
}
.contacts-wrapper .form-field textarea::-moz-placeholder {
  color: #232323;
}
.contacts-wrapper .form-field textarea:-ms-input-placeholder {
  color: #232323;
}
.contacts-wrapper .form-field textarea:-moz-placeholder {
  color: #232323;
}
.form-field-recaptcha {
  padding-top: 100px;
  margin-bottom: 20px;
  text-align: center;
}
.form-field-recaptcha .g-recaptcha > div {
  margin: 0 auto;
}
.contacts-wrapper .btn {
  padding: 5px 50px;
  font-size: 20px;
  line-height: 1.2;
  color: #232323;
  text-transform: uppercase;
  border-radius: 4px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.8);
}
.contactform-actions {
  text-align: center;
}
.contact-p div {
  margin-bottom: 15px;
}
.contact-p {
  font-size: 18px;
  margin-bottom: 50px;
}
.contact-p i {
  color: #50afff;
}
.contact-p .footer-icons i {
  font-size: 36px;
}
.desktop .contacts-wrapper .btn:hover {
  background: #50afff;
  color: #fff;
}
.footer-icons i {
  margin-right: 10px;
}
#gps-icon:before {
  content: "\F041";
  left: 10px;
}
#phone-icon:before {
  content: "\F095";
  left: 10px;
}
.contacts-wrapper .form-field textarea::-webkit-input-placeholder {
  text-transform: initial;
}
.contacts-wrapper .form-field textarea::-moz-placeholder {
  text-transform: initial;
}
.contacts-wrapper .form-field textarea:-ms-input-placeholder {
  text-transform: initial;
}
.contacts-wrapper .form-field textarea:-moz-placeholder {
  text-transform: initial;
}
.main-menu ul li a span {
  color: #fff;
}

/*# sourceMappingURL=index.css.map*/