/*==================     Subscribe Form     ======================*/
.subscribe-form {
  position: relative;
  display: block;
}
.subscribe-form label {
  display: inline-block;
  position: relative;
  padding: 9px 10px 9px;
  background: #ffffff;
  border: 1px solid #cccccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.subscribe-form label.name {
  width: 86%;
}
.subscribe-form label.email {
  width: 86%;
}
.subscribe-form input {
  outline: none;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  vertical-align: baseline;
  box-shadow: none;
  color: #6d7482;
  display: block;
  padding: 0;
  margin: 0;
  line-height: 17px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
}
.subscribe-form a[data-type="submit"] {
  display: inline-block;
  padding: 10px 27px 10px 27px;
  text-align: center;
  background: #70B636;
  color: #FFF;
}
.subscribe-form a[data-type="submit"]:hover {
	background-color: #3C3C3C;
}
.subscribe-form .error,
.subscribe-form .success {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 10px;
  line-height: 12px;
}
.subscribe-form .error {
  color: #f00;
  overflow: hidden;
  height: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.subscribe-form label.invalid .error {
  height: 21px;
}
.subscribe-form .success {
  display: none;
  color: #0f0;
}
@media (max-width: 979px) {
  .subscribe-form label.name,
  .subscribe-form label.email {
    display: block;
    width: 100%;
  }
  .subscribe-form * + label,
  .subscribe-form * + a[data-type='submit'] {
    margin-top: 10px;
  }
}
form label + .btn2 {
  margin-left: 2px;
}
@media (max-width: 1199px) {
  .btn2 {
    margin-top: 20px;
  }
}
.subscribe-form label.name__,
.subscribe-form label.email__,
.subscribe-form label.phone {
  width: 100%;
}
.contact_form input,
textarea {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  color: #9f9f9f;
  height: 31px;
  text-indent: 10px;
}
.contact_form label + label {
  margin-top: 19px;
}
textarea {
  outline: none;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  vertical-align: baseline;
  box-shadow: none;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 16.5px 10px 9px;
  background: #ffffff;
  border: 1px solid #cccccc;
  height: 189px;
  width: 100%;
  overflow: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
label + .btn_right {
  margin-top: 25px;
}
