/*
.section {
	position: relative;
	height: 100vh;
}

.section .section-center {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);	
}
*/

.booking-form {
	/*max-width: 642px;*/
	width: 100%;
	/*margin: auto;*/
	background-color: #dfdfdf;
	border-radius: 5px;
	margin-top: 10px;
	padding: 0px;
	background-image: url('../img/_skin/form_bg.png');
}

#map {
	/*max-width: 642px;*/
	width: 98% !important;
	height: 700px !important;
	margin-top: 0px;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 10px;
	background-color: #334455;
	border-radius: 10px;
	padding: 5px;
	display: none;
	border-style: solid;
	border-color: #ccc;
	border-width: 1px;
}

#map_b {
	/*max-width: 642px;*/
	width: 98% !important;
	height: 700px !important;
	margin-top: 0px;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 10px;
	background-color: #334455;
	border-radius: 10px;
	padding: 5px;
	display: none;
	border-style: solid;
	border-color: #ccc;
	border-width: 1px;
}

.booking-form .form-group {
	position: relative;
	margin-bottom: 15px;
}

/*
.booking-form .form-control {
	background-color: #fff;
	border: none;
	height: 45px;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 400;
	color: #000000;
}
*/

.form-control{
	background-color1: #fff !important;
	border: none !important;
	height: 45px !important;
	border-radius: 20px !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	font-weight1: 400 !important;
	color1: #000000 !important;
	font-size: 14px !important;
}

input[readonly] {
  background-color: #fff !important;
}

input[type=password] {
	border: none !important;
	height: 45px !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline:none;
	width: 70%;
	margin-left: 10px;
	/*font-family: 'dejavu_sansbook';*/
	font-size: 13px;
}

/*
.booking-form .form-control::-webkit-input-placeholder {
	color: rgba(16, 17, 19, 0.6);
	font-family: 'dejavu_sansbook';
	font-size: 13px;
}

.booking-form .form-control:-ms-input-placeholder {
	color: rgba(16, 17, 19, 0.6);
	font-family: 'dejavu_sansbook';
	font-size: 13px;
}

.booking-form .form-control::placeholder {
	color: rgba(16, 17, 19, 0.6);
	font-family: 'dejavu_sansbook';
	font-size: 13px;
}*/

/*.booking-form input[type="date"].form-control:invalid {*/
input[type="date"].form-control {
	color: rgba(16, 17, 19, 0.6);
	font-family: 'dejavu_sansbook';
	font-size: 13px;
}

.booking-form select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.booking-form select.form-control+.select-arrow {
	position: absolute;
	right: 0px;
	bottom: 6px;
	width: 32px;
	line-height: 32px;
	height: 32px;
	text-align: center;
	pointer-events: none;
	color: #101113;
	font-size: 14px;
}

.booking-form select.form-control+.select-arrow:after {
	content: '\279C';
	display: block;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.form-label {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 5px;
	display: block;
	color: #fff;
	font-family: 'form_font';
}

.submit-btn {
	color: #fff;
	background-color: #000;
	font-weight: 700;
	height: 50px;
	border: none;
	width: 100%;
	display: block;
	border-radius: 20px;
	text-transform: uppercase;
	outline: none;
	margin: auto;
}
.submit-btn:hover{
	background-color: #fff;
	color: #000;
}
.form-control,option{
	font-family: 'dejavu_sansbook';
	font-size: 13px;
}

