.custom-booking-panel {
	text-align: center;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
    background-color: transparent;
	position: absolute;
	top: 0;
	right: 30px;
	font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
}
.custom-booking-panel {
	max-height: 500px;
	height: auto;
}
#custom-booking-form {
	padding: 10px 0;
}
.custom-booking-panel form {
	-webkit-transition: max-height 0.4s ease-out;
	-moz-transition: max-height 0.4s ease-out;
	transition: max-height 0.4s ease-out;
}
.custom-booking-panel div.check_in_date,
.custom-booking-panel div.check_out_date,
.custom-booking-panel div.num_of_adults,
.custom-booking-panel div.num_of_children {
	display: inline-block;
	margin-left: 5px;
	position: relative;
	font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
	vertical-align: top;
}

.custom-booking-panel input[type=text],
.custom-booking-panel select {
	width: 100%;
	border: none;
	color: #ffffff;
	height: 35px;
	line-height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #ffffff;
	font-size: 16px;
	border-radius: 0;
	background-color: transparent;
}

.custom-booking-panel div.check_in_date,
.custom-booking-panel div.check_out_date {
	width: 130px;
}

.custom-booking-panel div.num_of_adults {
	width: 130px;
}

.custom-booking-panel div.check_in_date input[type=text],
.custom-booking-panel div.check_out_date input[type=text] {
	padding-left: 40px;
}

.custom-booking-panel input[type=submit],
.custom-booking-panel button {
	border: none;
	height: 35px;
	line-height: 35px;
	background-color: #666666;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	cursor: pointer;
	padding: 0 30px 0 30px;
	border-radius: 0;
	border: 1px solid #999999;
	font-weight: bold;
	font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
}

.custom-booking-panel .book-now {
	display: inline-block;
	margin-left: 0;
	vertical-align: top;
}

.custom-booking-panel .check_in_date .dashicons,
.custom-booking-panel .check_out_date .dashicons,
.custom-booking-panel .num_of_adults .dashicons {
	position: absolute;
	color: #ffffff;
	top: 50%;
	left: 10px;
	margin-top: -11px;
	z-index: 2;
}

.custom-booking-panel .book-title .dashicons {
	font-size: 14px;
	line-height: 30px;
	display: none;
}

.ui-datepicker {
	z-index: 99999!important;
}

.custom-booking-panel .book-title {
	display: inline-block;
	font-size: 20px;
	color: #ffffff;
	line-height: 32px;
	margin-right: 5px;
	font-weight: 600;
	vertical-align: top;
}

.select2-container--default .select2-selection--single {
	border-radius: 0;
	border: 1px solid #d5d5d5;
	height: 35px;
	line-height: 35px;
	background-color: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-weight: normal;
	color: #ffffff;
	font-size: 16px;
	padding-left: 28px;
	line-height: 32px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #ffffff transparent transparent transparent;
	margin-left: -6px;
	margin-top: 2px;
}

.select2-dropdown {
	z-index: 99999;
}

@media (max-width: 980px) {
	.custom-booking-panel {
		right: 0;
	}

	.custom-booking-panel input[type=text],
	.custom-booking-panel select,
	.custom-booking-panel button,
	.custom-booking-panel .book-title  {
		font-size: 14px;
		line-height: 30px;
		height: 30px;
	}

	.select2-container--default .select2-selection--single {
		height: 30px;
		line-height: 30px;
	}

	.select2-container--default .select2-selection--single .select2-selection__rendered {
		line-height: 30px;
	}

	.select2-container--default .select2-selection--single .select2-selection__arrow b {
		margin-top: 0;
	}

	.custom-booking-panel {
	}

	.custom-booking-panel input[type=submit],
	.custom-booking-panel button {
		line-height: 30px;
		padding: 0 10px;
	}

	.custom-booking-panel div.check_in_date,
	.custom-booking-panel div.check_out_date {
		width: 100px;
	}
}

@media (max-width: 480px) {
	.custom-booking-panel {
		background: #167fab;
	}
	.custom-booking-panel form {
		width: 80%;
		margin: 0 auto;
	}
	.custom-booking-panel .book-title {
		font-size: 18px;
	}
	.custom-booking-panel .book-title .dashicons {
		display: inline-block;
	}
	.custom-booking-panel.collapsed {
		max-height: 30px;
		overflow: hidden;
	}
	.custom-booking-panel .book-title,
	.custom-booking-panel .book-now,
	.custom-booking-panel div.check_in_date,
	.custom-booking-panel div.check_out_date,
	.custom-booking-panel div.num_of_adults {
		display: block;
		margin: 0 auto;
	}

	.custom-booking-panel div.check_in_date,
	.custom-booking-panel div.check_out_date,
	.custom-booking-panel div.num_of_adults {
		margin-bottom: 10px;
	}

	.custom-booking-panel form div.check_in_date,
	.custom-booking-panel form div.num_of_adults,
	.custom-booking-panel form div.book-now {
		opacity: 1;
		-webkit-transition: opacity 0.4s ease-in;
		-moz-transition: opacity 0.4s ease-in;
		transition: opacity 0.4s ease-in;
	}

	.custom-booking-panel form.collapsed div.check_in_date,
	.custom-booking-panel form.collapsed div.num_of_adults,
	.custom-booking-panel form.collapsed div.book-now {
		opacity: 0;
	}

	.custom-booking-panel {
		width: 100vw;
		bottom: unset;
		top: 90px;
		right: -12.5%;
	}

	#custom-booking-form {
		padding-top: 0;
	}

	.custom-booking-panel input[type=submit],
	.custom-booking-panel button {
		width: 100%;
	}

	.custom-booking-panel input[type=text],
	.custom-booking-panel select,
	.custom-booking-panel button,
	.custom-booking-panel .book-title {
		font-size: 16px;
	}

	.custom-booking-panel form div.check_in_date,
	.custom-booking-panel form div.check_out_date,
	.custom-booking-panel form div.num_of_adults {
		width: 100%;
		display: inline-block;
	}

	.select2-container--default .select2-selection--single .select2-selection__rendered {
		padding-left: 40px;
		text-align: left;
	}
}
