/********************************************
***********  ENQUIRY FORM  *****************
********************************************/
.enquiry-form-ctn {
  width: 100%;
  left: 0;
  position: fixed;
  background: rgba(0,0,0,.8);
  top: 0;
  display: block;
  height: 418px;
  z-index: 99999;
  box-sizing: border-box;
  -webkit-transition: top 1s ease-in-out;
  -moz-transition: top 1s ease-in-out;
  -o-transition: top 1s ease-in-out;
  transition: top 1s ease-in-out;
}
.enquiry-form-ctn.kolca {
  top: -418px;
}
.enquiry-form-ctn .form-wrapper {
  padding: 13px;
}
.enquiry-form-ctn .tab-content-text {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
.enquiry-form-ctn .tab-content-text.thank-you {
  height: 152px;
  top: 50%;
  left: 50%;
  margin-left: -50%;
  margin-top: -106px;
  position: absolute;
}
.enquiry-form-ctn .tab-content-text p {
  padding: 0 20px;
  font-size: 12px;
}
.enquiry-form-ctn .tab-content-text img {
  text-align: center;
}
.enquiry-form-ctn .tab-content-text h3 {
  margin: 10px 0;
  text-transform: uppercase;
  padding: 0;
}
form {
  width: 100%;
  margin: 0 auto;
}
form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
form ul li {
  min-height: 17px;
  width: 100%;
  background-color: transparent;
  border-bottom: 1px solid #444;
}
form ul li.appointmenttime label {
  width: 52%;
}
form ul label {
  width: 31%;
  text-align: left;
  color: #ffffff;
  font-size: 10px;
  line-height: 33px;
  cursor: default;
  display: inline-block;
  text-transform:uppercase;
}
form ul#misc {
  margin: 20px auto;
  position: relative;
  width: 55%;
}
form ul#misc li {
  margin-top: 15px;
}
form ul#misc label {
  width: auto;
  display: inline-block;
  float: left;
}
form ul#misc .devider-line {
  width: 50px;
  background-color: #ffffff;
  margin-bottom: 20px;
}
form ul#misc input[type=checkbox] {
  float: left;
  display: inline-block;
  height: 25px;
  margin-right: 10px;
}
form .sbHolder {
  width: 67%;
}
form .sbOptions {
  width: 293px;
  left: -94px;
  top: 30px !important;
}
form .appointmenttime .sbOptions {
  left: -157px;
}
form input[type=text],
form input[type=email],
form textarea,
form .select-style {
  background: #a14064;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  width: 67%;
  border: 1px solid #fff;
  border-radius: 0px;
  padding: 5px;
  height: 33px;
  color: #000;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}
form input[type=text].errorenquire,
form input[type=email].errorenquire,
form textarea.errorenquire,
form select.errorenquire
{
  border: 1px solid #e74c3c !important; 
}
form textarea {
  height: 252px;
  border: none;
  resize: none;
}
form .select-style {
  background: #011f34 url(../images/arrow-dropselect.png) no-repeat right center;
  overflow: hidden;
  padding: 0;
  border: none;
  display: inline-block;
  vertical-align: middle;
}
form .select-style select {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #fff;
  background: transparent;
  background-image: none;
  padding: 5px;
  width: 106%;
  height: 38px;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  /*Removes default arrow from firefox*/
}
form .select-style select:focus {
  outline: none;
}
form input:focus,
form textarea:focus {
  outline: none;
  background: rgba(0,0,0,.5);
}
form select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
form button[type=submit] {
  background: #0c324d;
  color: #ffffff;
  border: none;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  padding: 10px 0;
  width: 100%;
  margin-top: 15px;
}
form input.error,
form select.error {
  border: solid 1px red;
}

.form-wrapper.heightfix {
  overflow-y:auto!important;
}

#enquiremessage {
  display: none;
  font-size: 22px;
}
#enquiremessage p {
  padding: 20px 0px !important;
}

/* Medium devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) {

  .enquire {
    position: absolute;
    bottom: -39px;
    left: 50%;
    margin-left: -90px;
  }
  /*  FORM  */
  .enquiry-form-ctn {
    height: 480px;
  }
  .enquiry-form-ctn.kolca {
    top: -601px;
  }
  form#enquire {
    width: 470px;
    margin: 20px auto 2px auto;
  }
  form#enquire ul li {
    min-height: 25px;
  }
  form#enquire ul li.appointmenttime label {
    width: 46%;
  }
  form#enquire ul li.appointmenttime .sbHolder {
    width: 53%;
  }
  form#enquire input[type=text],
  form#enquire input[type=email],
  form#enquire textarea,
  form#enquire .select-style {
    width: 68%;
    font-size: 13px !important;
    height: 38px !important;
  }
  form#enquire label {
    font-size: 14px !important;
    line-height: 43px !important;
	font-size: 10px !important;
	line-height: 43px !important;
	text-transform: uppercase;
  }
  form#enquire .sbOptions {
    width: 470px;
    left: -149px;
    top: 35px !important;
  }
  form#enquire .sbOptions a {
    font-size: 11px;
	line-height:1.2;
  }
  form#enquire li.appointmenttime .sbOptions {
    left: -220px;
  }
  form#enquire li.appointmenttime .sbOptions a {
    font-size: 11px;
  }
  form#enquire button[type=submit] {
    margin-top: 36px;
    padding: 13px 0;
  }
  .form-wrapper {
    padding: 10px !important;
  }
  .tab-content-text {
    width: 314px;
    padding: 0 74px;
  }
  .tab-content-text img {
    text-align: center;
  }
  .tab-content-text h3 {
    margin: 27px 0 22px 0!important;
    font-size: 1.538em;
    line-height: 23px;
  }
  .tab-content-text p {
    font-size: 14px;
    max-width: 360px;
    margin: 0 auto;
    padding: 0;
  }
  
}