/* ======================================================================
  Header
======================================================================== */

.v2-header {

	margin: 0 0 40px;
	overflow: hidden;

}

.v2-header .v2-page-title {

	text-align: center;
	max-height: 100px;
	margin: 0;
	padding: 30px 0;
	background-color: #f6f6f6;
	font-weight: 400;
	font-size: 32px;

}

@media (max-width: 480px) {

	.v2-header .v2-page-title {

		padding: 15px 0;
		font-size: 24px;
	}
}

.v2-header .v2-booking-progress {
	margin: 0;
} 