@charset "UTF-8";
header {
	line-height: 0px;
	background-image: url(../_assets/backgrounds/bg-banner50.png);
	background-repeat: no-repeat;
	background-position: right 53px;
	display: block;
	position: relative;
	margin-bottom: 14px;
	overflow: visible;
	min-height: 152px;
}
.banner {
	position: absolute;
	z-index: 100;
	left: -27px;
}
.banner img {
	width: 276px;
}
footer {
	color: #FFFFFF;
	font-size: 12px;
	z-index: 1000;
	height: 20px;
	padding-top: 4px;
	line-height: 11px;
	width: 100%;
	padding-bottom: 30px;
	float: right;
	text-align: right;
}
footer a:link, footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
footer a:hover {
	color: #666666;
	text-decoration: none;
}
******************* RESPONSIVE CSS {
}
@media (max-width:700px) {
header {
	/* Only the following 3 lines are important for sticky */
	position: -webkit-sticky;
!important;
	position: sticky;
!important;
	top: 0px;
!important;
	min-height: 0px;
	padding-left: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	z-index: 10000;
	background-color: #FFFFFF;
	background-image: url(../_assets/backgrounds/bg-banner-mobile.png);
	background-repeat: no-repeat;
	background-position: 55% top;
}
.banner {
	margin-bottom: 0px;
	position: relative;
	left: 0px;
	padding: 8px;
}
.banner img{
	width: 50%;
}
