.title_bk {
	background: #981c1e;
	color: #fff;
	text-transform: uppercase;
	margin: 15px 0;
	font-size: 16px;
	padding: 7px 0;
	text-indent: 20px;
}
.booking-wrap label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}
.booking-wrap .wpcf7-form-control-wrap{
	width: 100%;
	margin:0;
	margin-bottom: 15px;
}
.booking-wrap  .wpcf7-form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.booking-wrap .wpcf7-form-control.wpcf7-radio {
	border: none;
	box-shadow: none;
}
.booking-wrap textarea.wpcf7-form-control.wpcf7-textarea {
	height: 90px;
}
.booking-wrap input.wpcf7-form-control.wpcf7-quiz{
	width: 100%;
}
.booking-wrap .col-submit{
	text-align: center;
}
.booking-wrap .wpcf7-form-control.wpcf7-submit{
	width: auto;
	border-radius: 0;
	float: none;
	display: inline-block;
}
