@import '../font/font-awesome.css';
/* CSS for jquery.fancyform.js */
/*custom mixins */
/*end custom mixins */
/* Control Holder */

.tmInput {
  position: relative;
}

.mr0 {
  margin-right: 0;
}


.fl1 {padding: 13px 10px 44px;}

.fl2 {
  width: 100%;
  padding: 0;
  margin: 32px 0 3px;
}

.fl1 em, 
.fl2 em {
  font-style: normal;
  display: block;
  float: left;
  text-transform: uppercase;
}

.fl1 em + div {
    float: left;
    width: 100%;
}

.fl2 em + div {
    float: left;
    width: 100%;
    margin-bottom: 23px;
}

.fl2 .link1 {
  margin-top: -2px;
  padding: 0 37px;
  width: auto;
}

.tmInput {
    width: 100%;
}

.fl1 em +.controlHolder {
  margin-bottom: 0;
}

.tmSelect {margin-bottom: 10px !important;}

.tmInput {
  margin-right: 47px;
}

#bookingForm {
  position: relative;
  overflow: hidden;
  background: #00426e;
  display: block;
  color: #fff;
  font: 700 16px/23px 'Lato', sans-serif;
}
#bookingForm input,
#bookingForm textarea {
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  border: 1px solid #f1f1f1;
  color: #737272;
  background: #f0f3f5;
  padding: 5px 12px;
  width: 100%;
  font: 14px/20px 'Lato', sans-serif;
  height: 30px;
  cursor:pointer;
 
}


#bookingForm input::-webkit-input-placeholder { 
  color: #737272; 
}

input::-webkit-input-placeholder ,
textarea::-webkit-input-placeholder 
{color:#737272;}

input::-moz-placeholder,
textarea::-moz-placeholder
{color:#737272;}

#bookingForm input:focus,
#bookingForm textarea:focus {
  background: #fff;
}

#bookingForm a.btn {
  margin-top: 16px;
  padding-left: 21px;
  padding-right: 21px;
}
#bookingForm a.btn:hover {
}
.controlHolder {
  position: relative;
  margin-bottom: 13px;
}
/* Messages */
.error-message {
  position: absolute;
  top: 31px;
  white-space: nowrap;
  right: 0px;
  font-weight: normal;
  text-align: right;
  font-size: 10px;
  line-height: 1em;
  color: gray;
  z-index: 4;
  color: #fe5353;
}
.success-message {
  position: relative;
  text-align: left;
  margin: 3px 0px;
  color: #000;
}
/* transformSelect CSS */
/* 1st type of select */
.tmSelect,
.tmSelect2 {
  clear: both;
  width: 100%;
  margin: 0px;
}
.tmSelect li,
.tmSelect2 li {
  position: relative;
  list-style: none;

}
.tmSelect span,
.tmSelect2 span,
.tmSelect input[type=text],
.tmSelect2 input[type=text] {
  position: relative;
  cursor: pointer;
  display: block;
  left: 0;
  top: 0;
  margin: 0;
}
.tmSelect:after,
.tmSelect2:after {
  content: '\f002';
  position: absolute;
  top: 8px;
  right: 9px;
  font: normal normal 18px 'FontAwesome';
  color: #777777;
  z-index: 99;
}
.tmSelect.auto,
.tmSelect2.auto {
  cursor: pointer;
  padding: 0;
  margin: -1px 0 0;
  border: none;
  color: #777777;
  background: #fff;
  font: 13px/26px 'Lato', sans-serif;
  width: 100%;
  height: 35px;
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
}
.tmSelect.auto span,
.tmSelect2.auto span {
  background: transparent;
}
.tmSelect.auto:focus,
.tmSelect2.auto:focus {
  background: #fff;
}
.tmSelect.auto ul,
.tmSelect2.auto ul {
  margin: 0;
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  left: 0;
  min-height: 44px;
  background: #fafafa;  
}
.tmSelect.auto > li:first-child > span,
.tmSelect2.auto > li:first-child > span {
  padding: 4px 8px 5px;
  color: #777777;
  width: 100%;
  z-index: 10;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tmSelect ul,
.tmSelect2 ul,
.tmSelect .transformSelectDropdown,
.tmSelect2 .transformSelectDropdown {
  position: absolute;
  width: 100%;
  max-height: 210px;
  padding: 0px 0px;
  top: 29px;
  margin: 0px;
  right: 0;
  border: 1px #ccc solid;
  color: #737272;
  min-height: 65px;
  background: #fff;
  font: 12px/18px Arial, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
  z-index: 999;
}
.tmSelect ul:focus,
.tmSelect2 ul:focus,
.tmSelect .transformSelectDropdown:focus,
.tmSelect2 .transformSelectDropdown:focus {
  background: #fff;
}
.tmSelect ul span,
.tmSelect2 ul span,
.tmSelect .transformSelectDropdown span,
.tmSelect2 .transformSelectDropdown span {
  border: 0;
  padding: 0px 5px;
  font-size: 14px;
  line-height: 20px;
}
.tmSelect ul span:hover,
.tmSelect2 ul span:hover,
.tmSelect .transformSelectDropdown span:hover,
.tmSelect2 .transformSelectDropdown span:hover {
  background: #d2dae0;
}
.tmSelect ul li input[type=checkbox],
.tmSelect2 ul li input[type=checkbox] {
  position: relative;
  top: 2px;
  margin: 0 5px 0 0;
  cursor: pointer;
}
/* 2nd type of select */
.tmSelect2:after {
  content: "\f0d7"; 
  text-align: center;
  color: #000;
  font-size: 15px;
  line-height: 18px;
  right: 8px;
  margin-top: 0;
}
/* Radio */
.trans-element-radio {
  display: inline-block;
  display: block;
  zoom: 1;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.tmRadio {
  padding-left: 0;
}
.tmRadio p {
  padding-bottom: 0;
  margin-bottom: 0;
  padding-top: 0px;
  position: relative;
  top: -6px;
}
.tmRadio p {
  padding-bottom: 0;
  margin-bottom: 3px;
  padding-left: 30px;
}
.tmRadio input {
  margin-right: 5px;
}
.tmRadio .unchecked,
.tmRadio .checked {
  position: relative;
  cursor: pointer;
  margin-right: 5px;
}

.tmRadio strong {
  margin-left: 30px;
}

.tmRadio {
  margin-left: -30px !important;
}
.tmRadio .unchecked:after,
.tmRadio .checked:after {
  content: '\f10c';
  position: relative;
  top: 1px;
  font: normal normal 20px 'FontAwesome';
  color: #adaeaf;
}
.tmRadio .checked:after {
  content: '\f05d';
  color: #98a6b3;
}
/* Checkbox */
.trans-element-checkbox {
  cursor: pointer;
  zoom: 1;
}
.trans-element-checkbox span {
  padding-left: 40px;

}
.trans-element-checkbox.checked:after {
  content: '\f046';
}
.trans-element-checkbox:after {
  content: '\f096';
  position: relative;
  display: inline-block;
  top: 2px;
  width: 17px;
  font: normal normal 18px 'FontAwesome';
  color: #ccc;
}
.trans-element-checkbox.unchecked:after {
  content: '\f096';
}
.tmCheckbox,
.tmRadio {
  margin-left: 0;
  padding-left: 0;
  padding: 0;
}
.tmCheckbox span,
.tmRadio span {
  position: relative;
  margin-right: 10px;
  top: 1px;
}
/* Datepicker */
.tmDatepicker {
  position: relative;
  margin-bottom: 20px;
}

#bookingForm>strong {
  display: block;
  font-weight: normal;
  float: left;
  padding-top: 7px;
}


#bookingForm>strong+.controlHolder {
  width: 336px;
  float: right;
  padding-top: 1px;
}

.tmDatepicker {
  display: block;
  margin-bottom: 0;
}

.tmDatepicker:after {
  content: '\f073';
  position: absolute;
  bottom: 5px;
  right: 23px;
  font: normal normal 20px/20px 'FontAwesome';
  color: #98a6b3;
  z-index: 4;
  cursor: text;
}
.ui-datepicker {
  padding: 10px;
  width: 300px;
  font-size: 13px;
  display: none;
  z-index: 100 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px #ccc solid;
  color: #737272;
  background: #F0F3F5;
}
.ui-datepicker:focus {
  background: #fff;
}
.ui-datepicker a {
  color: #777;
}
.ui-datepicker a:hover {
  color: #000;
  text-decoration: none;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  cursor: pointer;
  float: left;
}
.ui-datepicker-next {
  float: right;
}
.ui-datepicker-title {
  text-align: center;
}
.ui-datepicker-calendar {
  margin: 10px 11px;
}
.ui-datepicker-calendar td {
  padding: 1px 10px;
  text-align: center;
}
.ui-datepicker-calendar .ui-datepicker-current-day,
.ui-datepicker-calendar .ui-datepicker-today {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 6px 15px;
  border: 1px #ccc solid;
  background: #f5f5f5;
  color: #000;
  font-weight: normal;
  padding: 3px;
}
.ui-datepicker-calendar .ui-datepicker-current-day:hover,
.ui-datepicker-calendar .ui-datepicker-today:hover {
  background: #efefef;
}
.ui-datepicker-calendar .ui-datepicker-today {
  border-color: #fff;
}
button.ui-state-default {
  border: none;
  padding: 3px 7px;
  font: 12px/18px Arial, sans-serif;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 6px 15px;
  border: 1px #ccc solid;
  background: #f5f5f5;
  color: #000;
  font-weight: normal;
}
button.ui-state-default:hover {
  background: #efefef;
}
.ui-datepicker-close {
  float: right;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

@media only screen and (max-width: 979px) {

.fl1 {padding: 13px 10px 22px;}

.fl1 em, .fl2 em {font-size: 14px;}

}

@media only screen and (max-width: 767px) {

.tmSelect.auto ul, .tmSelect2.auto ul {width: 100%;}

.fl1 .link1 {margin-top: 21px;}

}
.cls_btn_refine{
    float:right;
    width:50%;
	position:relative!important;
}
.cls_btn_reset{
    float:left;
    width:28%;
	position:relative!important;
}
.cls_btn_reset .link1, .cls_btn_refine .link1{
    width:auto !important;
    height:35px !important;
}