.booknow {
	background-color: #CA1B22;
	margin-right: 10px;
	transition: .2s ease-in-out;
}
.booknow {
	display: table;
}
.top-header .booknow {
	display: inline-block;
}
.booknow a {
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
	color: #fff;
	letter-spacing: 1.08px;
	font-family: bebas-neue;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 30px;
	outline: none;
}
.booknow:hover {
	background-color: #ef2028;
	transition: .2s ease-in-out;
}
.top-menu li {
	padding-left: 18px;
	padding-right: 18px;
}
.book-now #top-image, .thank-you #top-image {
	max-height: 350px;
}