/*============== Enquiry Form =========================*/

.formBox {
  padding-bottom: 74px;
  padding-top: 66px;
  margin-bottom: 39px;
  background: #f8f8f8;
  border-bottom: 1px solid #dfdfdf;
}
#contact-form {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  text-align: left;
}
#contact-form label {
  position: relative;
  display: block;
  min-height: 51px;
  margin: 0;
  font-weight: normal;
  font: 13px "PT Sans Narrow", sans-serif;
  line-height: 18px;
  color: #9f9f9f;
}
#contact-form label span {
  margin-bottom: 2px;
  display: block;
  color: #9f9f9f;
}
#contact-form .holder {
  overflow: hidden;
}
.form-div-1, .form-div-2, .form-div-3 {
  /*float: left;
  width: 243px;
  margin-right: 10px;*/
  margin-bottom:10px;
}
.form-div-3 {
  margin-right: 0;
}
#contact-form ._placeholder {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: text;
  padding: 10px 14px;
  border-radius: 0;
  display: block;
}
#contact-form ._placeholder.focused {
  opacity: 0;
  filter: alpha(opacity=0);
  box-shadow: none;
}
#contact-form ._placeholder.hidden {
  display: none;
}
#contact-form input, #contact-form textarea {
  box-shadow: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  width: 100%;
  outline: none;
  border: 1px solid #e7e7e7;
  background: #fefefe;
  font: 15px "PT Sans Narrow", sans-serif;
  line-height: 18px;
  color: #222;
  padding: 10px 14px;
  height: 41px;
  resize: none;
}
#contact-form textarea {
  height: 220px;
  margin-bottom: 20px;
}
#contact-form .error-message, #contact-form .empty-message {
  height: 0;
  overflow: hidden;
  font: 10px "PT Sans Narrow", sans-serif;
  color: #f08211;
  -webkit-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  position: absolute;
  right: 5px;
  top: 2px;
}
#contact-form .invalid .error-message, #contact-form .empty .empty-message {
  height: 20px;
}
#contact-form .success-message {
  line-height: 30px;
  position: absolute;
  overflow: hidden;
  height: 0;
  left: 0;
  top: 0;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 0;
  background: green;
  color: #fff;
  z-index: 10;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  padding: 0;
}
#contact-form.success .success-message {
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  width: 100%;
  outline: none;
  border: 1px solid #e7e7e7;
  background: green;
  border-radius: 0;
  font: 15px "PT Sans Narrow", sans-serif;
  line-height: 30px;
  color: #fff;
  padding: 0 14px;
  height: 65px;
  resize: none;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.btn-default.btn6 {
  box-shadow: none;
  position: relative;
  text-decoration: none !important;
  padding: 0 32px;
  font:bold 14px/34px "PT Sans Narrow", sans-serif;
  margin: 0;
  text-shadow: none;
  text-transform: uppercase;
  color: #ffffff;
  background: #000;
  border:2px solid #fff;
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.btn-default.btn6:hover {
  color: #000000;
  background: #4198D4;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.btns .btn6 {
  float: left;
  margin-right: 14px;
}
.btns p {
  float: left;
  margin: 6px 0 0 0;
}
.mail {
  color: #f08211;
  font: 14px "PT Sans Narrow", sans-serif;
  text-decoration: underline;
}
.mail:hover {
  color: #262626;
  text-decoration: underline;
}