.custom-booking-panel {
	text-align: center;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.custom-booking-panel {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(244,241,235,.85);
	width: 100%;
	z-index: 999;
}
.custom-booking-panel.collapsed {
	max-height: 0px;
	overflow: hidden;
	opacity: 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;
	display: table;
	width: 100%;
}
.custom-booking-panel .wrapper {
	position: relative;
	display: inline-block;
}
.custom-booking-panel .book-title,
.custom-booking-panel div.check_in_date,
.custom-booking-panel div.check_out_date,
.custom-booking-panel div.num_of_adults,
.custom-booking-panel .book-now {
	display: table-cell;
	position: relative;
	border-right: 1px solid rgba(0,0,0,.15);
	padding: 30px 50px;
	vertical-align: middle;
	text-align: left;
}

.custom-booking-panel div.check_in_date,
.custom-booking-panel div.check_out_date,
.custom-booking-panel div.num_of_adults {
	padding: 30px 80px;
}
.custom-booking-panel input[type=text],
.custom-booking-panel select {
	width: 100px;
	color: #000000;
	font-size: 20px;
	border-radius: 0;
	text-align: left;
	background: transparent;
	font-family: 'Fournier MT',Helvetica,Arial,Lucida,sans-serif;
	border: 0;
	letter-spacing: 2px;
	font-style: italic;
}
.custom-booking-panel div.check_in_date .wrapper::after,
.custom-booking-panel div.check_out_date .wrapper::after,
.custom-booking-panel div.num_of_adults .wrapper::after {
	content: '\33';
	font-family: ETmodules;
    color: #000000;
    position: absolute;
    bottom: 10px;
    right: 0;
    font-size: 32px;
    font-weight: normal;
    line-height: 16px;
    vertical-align: middle;
    z-index: -1;
}
.custom-booking-panel input[type=submit],
.custom-booking-panel button {
	border: none;
	background-color: transparent;
	color: #eaeaea;
	text-transform: uppercase;
	font-size: 16px;
	cursor: pointer;
	border-radius: 0;
	font-weight: bold;
	width: 100%;
	height: 100%;
	padding: 30px 50px;
	letter-spacing: 2px;
	text-align: center;
	display: block;
}

.custom-booking-panel button::after {
    content: '\24';
    font-family: ETmodules;
    color: #eaeaea;
    position: relative;
    top: 0px;
    left: 15px;
    font-size: 32px;
    font-weight: normal;
    line-height: 16px;
    vertical-align: middle;
}
.custom-booking-panel .check_in_date .dashicons,
.custom-booking-panel .num_of_adults .dashicons {
	position: absolute;
	color: #333333;
	top: 50%;
	left: 10px;
	margin-top: -12px;
	z-index: 2;
}
.custom-booking-panel .book-title h3 {
	font-size: 30px;
	text-transform: uppercase;
	color: #231f20;
	padding-bottom: 0;
}
.custom-booking-panel h4 {
	font-size: 14px;
	color: #8e793e;
	font-family: 'Akzidenz Grotesk BE',Helvetica,Arial,Lucida,sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.custom-booking-panel .book-now {
	background-color: #8d7943;
	border-right: 0;
	padding: 0;
}
.custom-booking-panel .book-title .dashicons {
	line-height: 30px;
}
.ui-datepicker {
	z-index: 99999!important;
}
.custom-booking-panel .book-title {
	text-align: left;
}

.select2-container--default .select2-selection--single {
	border-radius: 0;
	border: 0;
	height: 28px;
	line-height: 28px;
	background: transparent;
	color: #000000;
	font-size: 20px;
	font-family: 'Fournier MT',Helvetica,Arial,Lucida,sans-serif;
	font-style: italic;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-weight: normal;
	color: #000000;
	font-family: 'Fournier MT',Helvetica,Arial,Lucida,sans-serif;
	font-size: 20px;
	padding: 0;
	text-align: left;
	font-style: italic;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}

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

.et_pb_code {
	max-width: 100%!important;
}

#booking-button {
	position: fixed;
	top: 30%;
	right: 0;
	width: auto;
	min-width: 50px;
	max-width: 500px;
	min-height: 170px;
	margin-top: -135px;
	z-index: 99999;	
	box-shadow: 1px 10px 15px rgba(0,0,0,0.75);	
	padding: 0;
	background: #8d7943;
	display: table;
}

#booking-button #booking-button-link {
	display: table-cell;
	text-decoration: none;
	margin: 0 auto;
	text-align: center;
	cursor: pointer;
	padding: 0 25px;
	color: #ffffff;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
	width: 50px;
	white-space: nowrap;
	height: 100%;
	vertical-align: top;
}

#booking-button #booking-button-link span {
	width: 270px;
	height: 50px;
	display: inline-block;
	transform: rotate(90deg);
	position: absolute;
	left: -110px;
	top: 50%;
	margin-top: -30px;
	line-height: 50px;
}


@media (max-width: 1024px) {
	.custom-booking-panel .book-title h3 {
		font-size: 16px;
	}

	.custom-booking-panel .book-title {
		display: none;
	}

	.custom-booking-panel .book-title,
	.custom-booking-panel div.check_in_date,
	.custom-booking-panel div.check_out_date,
	.custom-booking-panel div.num_of_adults,
	.custom-booking-panel button {
		padding: 15px 25px;
	}

	.custom-booking-panel input[type=text] {
		width: 100px;
	}

	#booking-button {
		min-width: 30px;
	}

	#booking-button #booking-button-link {
		padding: 0 15px;
		width: 30px;
	}

	#booking-button #booking-button-link span {
		height: 30px;
		line-height: 30px;
		left: -122px;
		margin-top: -16px;
	}
}

@media (max-width: 480px) {
	.custom-booking-panel {
		display: none;
	}

	.custom-booking-panel form {
		display: block;
	}

	.custom-booking-panel div.check_in_date,
	.custom-booking-panel div.check_out_date,
	.custom-booking-panel div.num_of_adults,
	.custom-booking-panel .book-now {
		display: block;
	}

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

	#booking-button {
		top: unset;
		bottom: 220px;
		min-height: 140px;
	}
}
