@charset "UTF-8";
/* CSS Document */


/*-------HEADER IMG------*/


#header_img_wrapper
{
	position: relative;
	width: 100%;
	background: #EAEBEC;
	border-bottom: solid 2px #fff;
	margin: 0 0 0 0;
}


#header_img
{
	position: relative;
	width: 1200px;
	max-width: 100%;
	height: 400px;
	min-height: 400px;
	min-width: 980px;
	overflow: hidden;
	margin: 0 auto;
}


/*-------BOOKINGS WRAPPER------*/


#bookings_wrapper
{
	position: relative;
	width: 100%;
	background: #EAEBEC;
	margin: 0 0 0 0;
}


#bookings_content
{
	position: relative;
	width: 960px;
	padding: 18px 10px;
	margin: 0 auto 0 auto;
}


/*-------INTRO WRAPPER------*/


#intro_wrapper
{
	position: relative;
	width: 924px;
	background: #fff;
	border-top: solid 2px #211D70;
	padding: 18px;
	margin: 0 0 0 0;
}


#intro_wrapper h2
{
	position: relative;
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #211D70;
	line-height: 100%;
	text-align: left;
	margin: 0 0 10px 0;
}


/*-------CONTACT FORM------*/


#contact_form
{
	position: relative;
	width: 960px;
	margin: 0 0 0 0;
}


.contact_form_row
{
	position: relative;
	width: 960px;
	margin: 2px 0 0 0;
}


.title
{
	float: left;
	width: 272px;
	height: 16px;
	background: #F8CA0F;
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 100%;
	text-align: left;
	padding: 18px;
	margin: 0 0 0 0;
}


.input
{
	float: right;
	width: 614px;
	height: 16px;
	background: #fff;
	border: none;
	font-family: 'Muli', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #6D6E70;
	line-height: 100%;
	text-align: left;
	padding: 18px;
	margin: 0 0 0 0;
}


#contact_form_rightcol
{
	float: right;
	width: 650px;
	margin: 0 0 0 0;
}


.text_area
{
	position: relative;
	width: 614px;
	height: 140px;
	background: #fff;
	border: none;
	font-family: 'Muli', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #6D6E70;
	line-height: 100%;
	text-align: left;
	padding: 18px;
	margin: 0 0 0 0;
}


#send_btn
{
	position: relative;
	width: 650px;
	margin: 2px 0 0 0;
}


#pdf_download
{
	position: relative;
	width: 650px;
	margin: 18px 0 0 0;
}


#pdf_download a
{
	display: block;
	background: #414042;
	text-decoration: none;
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 100%;
	text-align: center;
	padding: 18px 0;
	margin: 0 0 0 0;
}


#pdf_download a:hover
{
	display: block;
	background: #6D6E70;
	text-decoration: none;
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 100%;
	text-align: center;
	padding: 18px 0;
	margin: 0 0 0 0;
}


.detect
{
	display: none;
}





