@import '../fonts/font-awesome.min.css';
/* CSS for jquery.fancyform.js */
/*custom mixins */
/*end custom mixins */
/* Control Holder */

#bookingForm {
	margin-top: 30px;
	position: relative;
	display: block;
	padding-right: 5px;
	color: #333;
	font: 300 14px/24px 'Lato', sans-serif;
}
#bookingForm .btn {
	margin-top: 15px;
}
#bookingForm .btn+.btn {
	margin-left: 13px;
}
.f_sep1 {
	height: 4px;
}
.tmInput {
	position: relative;
}
.mr0 {
	margin-right: 0;
}
.tmTextarea {
	padding-top: 12px;
}
.fl1 {
	float: left;
	/*width: 152px;
	margin-top: -7px;*/
}
.fl1 +.fl1 {
	margin-left: 61px;
}
.fl1 em {
	font-style: normal;
	padding-top: 12px;
	display: block;
	float: left;
	margin-right: 10px;
}
.fl1 em +div {
	float: right;
}
.tmInput {
	width: 100%;
	margin-bottom: 2%;
}
.height1 {
	height: 44px !important;
}
.fl1 em +.controlHolder {
	margin-bottom: 0;
}
.tmSelect {
	margin-bottom: 8px !important;
}
#bookingForm input, #bookingForm textarea {
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 12px;
	width: 100%;
	color: #333;
	font: 300 14px/24px 'Lato', sans-serif;
	border: 1px solid #f1f1f1;
	background: #fdfdfd;
	height: 40px;
}
#bookingForm textarea {
	resize: none;
	padding-top: 10px !important;
	font: 300 14px/24px 'Lato', sans-serif;
	height: 143px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
 #bookingForm input::-webkit-input-placeholder {
 color: #999;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color:#999;
}
 input::-moz-placeholder, textarea::-moz-placeholder {
color:#999;
}
#bookingForm input:focus, #bookingForm textarea:focus {
	background: #fff;
}
#bookingForm a.btn {
}
#bookingForm a.btn:hover {
}
.controlHolder {
	position: relative;
	margin-bottom: 12px;
}
/* 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;
	color: gray;
	margin: 5px 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: '\f107' !important;
	position: absolute;
	top: 8px;
	right: 9px;
	font: normal normal 18px 'FontAwesome';
	color: #ccc;
	z-index: 4;
}
.tmSelect.auto, .tmSelect2.auto {
	cursor: pointer;
	padding: 0 28px 0 0;
	margin: 6px 0 20px 0;
	color: #737272;
	font: 300 14px/24px 'Lato', sans-serif;
	border: 1px solid #f1f1f1;
	background: #fdfdfd;
	width: 100%;
	height: 30px;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tmSelect.auto span, .tmSelect2.auto span {
	background: transparent;
}
.tmSelect.auto:focus, .tmSelect2.auto:focus {
	background: #fff;
}
.tmSelect.auto ul, .tmSelect2.auto ul {
	display: inline-block;
	margin: 0px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tmSelect.auto > li:first-child > span, .tmSelect2.auto > li:first-child > span {
	padding: 4px 8px 6px;
	color: #737272;
	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: 128%;
	max-height: 210px;
	padding: 5px 0px;
	top: 29px;
	margin: 0px;
	right: -28px;
	color: #737272;
	min-height: 65px;
	background: #fff;
	border: solid 1px #ccc;
	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;
	color: #737272;
	padding: 0px 9px;
	text-align: center;
	line-height: 24px;
}
.tmSelect ul span:hover, .tmSelect2 ul span:hover, .tmSelect .transformSelectDropdown span:hover, .tmSelect2 .transformSelectDropdown span:hover {
	background: #e7e6e6;
}
.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: '';
	background-color: #e7e6e6;
	border: 1px solid #e1e1e1;
	width: 21px;
	height: 20px;
	text-align: center;
	color: #adaeaf;
	font-size: 14px;
	line-height: 23px;
	right: 4px;
	margin-top: 2px;
}
/* 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: 282px;
	float: right;
	padding-top: 1px;
	padding-bottom: 1px;
}
.tmDatepicker {
	display: block;
	margin-bottom: 0;
}
.tmDatepicker:after {
	content: '\f073';
	position: absolute;
	bottom: 7px;
	right: 16px;
	font: normal normal 22px/24px 'FontAwesome';
	color: #adacac;
	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;
	color: #737272;
	font: 300 14px/24px 'Lato', sans-serif;
	border: 1px solid #f1f1f1;
	background: #fdfdfd;
}
.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;
}
#bookingForm .tmDatepicker input {
padding-left: 18px;
}
