@charset "UTF-8";
header {
	background-image: url(../_assets/backgrounds/bg-trans-banner40white.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-bottom: 14px;
}
.banner {
	text-align: right;
	line-height: 0px;
	margin-bottom: 12px;
}
.banner-inner  {
	-moz-box-shadow: 6px 12px 40px -10px #000;
	-webkit-box-shadow: 6px 12px 40px -10px #000;
	box-shadow: 6px 12px 40px -10px #000;
	text-align: right;
	background-color: #000;
}
footer {
	color: #FFFFFF;
	font-size: 12px;
	z-index: 1000;
	padding-top: 3px;
	height: 16px;
	display: block;
	line-height: 14px;
}
footer p{
	margin: 0px;
}
footer a:link, footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
footer a:hover {
	color: #bba453;
	text-decoration: none;
}
.Left-MobileYes  , .Left-MobileNo{
	margin-left: 85px;
	min-width: 300px;
	display: none;
	float: left;
}
.Right-MobileNo  , .Right-MobileYes{
	float: right;
	text-align: right;
	width: 100%;
}
******************* RESPONSIVE CSS {
}
@media (max-width:800px) {
header {
	position: -webkit-sticky;
!important;
	position: sticky;
!important;
	top: 0;
!important;
	background-image: none;
	z-index: 10000;
	padding-bottom: 0px;
}
.banner {
	display: none;
}
.banner-inner {
	-moz-box-shadow: 0px 0px 0px 0px #000;
	-webkit-box-shadow: 0px 0px 0px 0px #000;
	box-shadow: 0px 0px 0px 0px #000;
	width: 100%;
}
.Left-MobileYes  , .Right-MobileYes{
	width: 100%;
	margin-left: 0px;
	text-align: right;
	display: block;
}
.Right-MobileNo , .Left-MobileNo{
	width: 100%;
	display: none;
}
