.header{
	background: #fff;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 44px;

	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 75px;
	padding: 0 15px;
	position: relative;
}
.header.fixed {
	position: fixed;
	top: 0;
	left: 0;
}
.header a {
	display: block;
	width: 48px;
	height: 18px;
	padding: 11px;
	margin: 2px;
	position: absolute;
	top: 18px;
	left: 15px;
}
.header a:before,
.header a:after {
	content: '';
	display: block;
	background: #222;
	height: 2px;
}
.header a span {
	background: #222;
	display: block;
	height: 2px;
	margin: 6px 0;
}
.mobile-logo img{
	float: right;
	width: 235px;
	margin-top: 3px
}
span.btn-get-quote{
	background: #0166B8 !important;
	color: #Fff !important;
	padding: 10px 15px;
}




