
#Subheader {
	display: none !important;
}

.wp_left, #Footer {
	float: left;
	width: 100%;
}

.banner_area {
	position: relative;
	padding: 180px 0px 150px;
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.banner_area:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	top: 0;
	left: 0;
}

.banner_area .container {
	position: relative;
	z-index: 99;
}

.banner_area h1 {
	text-align: center;
	font-family: "Montserrat", sans-serif;
}

.book_seat {
	background: #c60011;
	padding: 30px;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	text-align: center;
}
