/* BOOKING */
.booking-wrapper {
	margin-bottom: 50px;
	position: relative;
	padding-bottom: 80px;
}
.booking-wrapper h2 {
	font: 400 38px/.65 "DIN Next LT W01 Black", sans-serif;
	color: #434444;
	text-transform: uppercase;
	margin: 0 0 0 10%;
}
form.booking {
	position: relative;
	padding: 20px 0 5px;
	margin-bottom: 25px;
}
form.booking::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -50%;
	right: -50%;
	z-index: -1;
	background-color: #434444;
}
form.booking [class$='-container'] {
	position: relative;
	display: block;
	margin: 0 10px 35px;
	flex: 1 1 225px;
}
.booking-wrapper .heading-container h3 {
	font: 400 30px/1 "DIN Next LT W01 Black", sans-serif;
	color: #fff;
	text-transform: uppercase;
}
.booking-wrapper .heading-container p {
	display: none;
	font: 400 16px/1 "DIN Next LT W01 Regular",sans-serif;
	color: #fff;
	margin: 0;
}
.booking-wrapper .heading-container p strong {
	font: 400 16px/1 "DIN Next LT W01 Bold", sans-serif;
}
form.booking label {
	font: 400 14px/1 "DIN Next LT W01 Regular",sans-serif;
	color: #cbcccc;
	text-transform: uppercase;
	height: 0px;
}
form.booking input {
	font: 400 18px/1 "DIN Next LT W01 Medium",sans-serif;
	padding: 10px 5px;
	margin-bottom: 5px;
	height: 44px;
}
form.booking input::placeholder {
	color: #434444
}
form.booking i.fas {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 20px;
}
form.booking .numbers-container {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0 10px 14px;
	flex: 1 1 250px;
}
form.booking .numbers-container > div:first-child {
	margin-left: 0;
}
form.booking .numbers-container > div:last-child {
	margin-right: 0;
}
form.booking .numbers-container input {
	text-align: center;
}
form.booking button {
	font: 400 18px/1 "DIN Next LT W01 Medium Italic",sans-serif;
	letter-spacing: 2px;
	border: 4px solid #fff;
	color: #fff;
	display: block;
	padding: 10px;
	margin: 0px 10px;
}
.booking-wrapper h3 {
	font: 400 30px/.68 "DIN Next LT W01 Black", sans-serif;
	color: #434444;
	text-transform: uppercase;
	margin-bottom: 0px;
	/* float: left; */
}
.booking-wrapper > a.sh-all-link {
	position: absolute;
	bottom: 0px;
	float: right;
}
.booking-slider {
	margin: 0 -0.9375rem;
}
.booking-slider .slider-container {
	position: relative;
}
.booking-slider figure {
	position: relative;
	margin: 0 0.9375rem;
}
.booking-slider figure .call-to-action {
	background-color: #434444;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 14px;
	margin-bottom: 15px;
}
.booking-slider figure .call-to-action div {
	color: #fff;
}
.booking-slider figure .call-to-action a {
	font: 400 18px/1 "DIN Next LT W01 Medium Italic",sans-serif;
	letter-spacing: 1.5px;
	color: #fff;
}
.booking-slider figure .call-to-action .divider {
	content: "";
	position: relative;
	width: 1px;
	height: 30px;
	background-color: #fff;
	margin-top: -7px;
	margin-bottom: -7px;
}
.booking-slider figure h3 {
	font: 400 22px/1.3 "DIN Next LT W01 Bold",sans-serif;
	width: 100%;
	margin-bottom: 5px;
}
.booking-wrapper figure figcaption .rating i.fas {
	color: #8e8f8f;
}
.booking-wrapper .booking-arrows {
	position: absolute;
	left: -15px;
	right: -15px;
	bottom: 60%;
	height: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.booking-wrapper .booking-arrows i.fas {
	font-size: 40px;
	color: #ff4539;
	background-color: #fff;
	border-radius: 50px;
	border: 3px solid #fff;
}
.booking-wrapper button {
	background: transparent!important;
}
.booking-wrapper .fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "\f123";
	font-family: "fontAwesome";
}
@media screen and (max-width: 40em) {
	form.booking .check-in-container {
		margin-top: -15px;
	}
	.booking-wrapper > a.sh-all-link {
		padding: 13px 50px;
	}
}
@media screen and (min-width: 40.063em) {
	form.booking {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-flow: row wrap;
	}
	.booking-wrapper {
		padding-bottom: 0px;
	}
	.booking-wrapper h2 {
		font-size: 85px;
		line-height: 50px;
		margin: 0 !important;
		transition: margin .35s ease;
	}
	.booking-wrapper .heading-container h3 {
		margin-bottom: 20px;
	}
	form.booking [class$='-container'] {
		position: relative;
		margin: 0 10px 20px;
		flex: 1 1 225px;
	}
	.booking-wrapper .heading-container {
		flex: 1 1 350px;
	}
	.booking-slider figure h3 {
		font-family: "DIN Next LT W01 Bold", sans-serif;
		font-size: 24px;
		line-height: 28px;
		width: 100%;
		margin-bottom: 5px;
	}
	.booking-wrapper .heading-container h3 {
		position: static;
		display: block;
		font-size: 53px;
		color: #fff;
		text-transform: uppercase;
		margin-bottom: 10px;
		float: none;
	}
	.booking-wrapper .heading-container p {
		display: block;
		color: #fff;
		margin: 0;
	}
	.booking-wrapper > a.sh-all-link {
		position: relative;
		margin: 0 20px -26px 0;
		z-index: 20;
		transform: translateY(-5px);
		padding: 15px 50px;
		border: 4px solid #ff4539;
	}
	.booking-wrapper > h3 {
		font-size: 55px;
		line-height: 38px;
	}
	.booking-wrapper .booking-arrows {
	}
}
@media screen and (min-width: 64.063em) {
	.booking-wrapper .booking-arrows {
	}
}
@media screen and (min-width: 81.563em) {
	.booking-wrapper h2 {
		margin-left: -4% !important;
	}
}