@charset "UTF-8";
footer {
	color: #bba453;
	font-size: 11px;
	z-index: 1000;
	height: 20px;
	padding-top: 5px;
	line-height: 11px;
	width: auto;
	text-align: right;
}
footer a:link, footer a:visited {
	color: #bba453;
	text-decoration: none;
}
footer a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.Left-MobileYes  , .Left-MobileNo{
	float: left;
	margin-left: 90px;
	display: none;
}
.Right-MobileNo  , .Right-MobileYes{
	float: right;
	text-align: right;
}
******************* RESPONSIVE CSS {
}
@media (max-width:650px) {
.Left-MobileYes  , .Right-MobileYes{
	width: 100%;
	margin-left: 0px;
	text-align: right;
}
.Right-MobileNo , .Left-MobileNo{
	width: 100%;
	margin-left: 0px;
	display: none;
}
