@charset "utf-8";

@media only screen and (max-width: 750px) {
footer {
	width: 100%;
	color: #ffffff;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #54595a;
	padding-bottom:16.25%
}
footer a {
	color: #ffffff;
}

footer .footerNav {
	float: left;
}
footer .footerNav:first-child {
	margin-top:10px;
}
footer .footerNav li{
	width:100%;
	margin-top:10px;
}
footer .footerNav .sub {
	font-size: 13px; 
	margin-left: 16px;
}
footer .footerNav .sub li {
	border-left: solid 1px #ffffff;
	padding-left: 5px;
	margin-top: 8px;
}
footer .copyright {
	font-size: 10px;
	text-align:center;
	line-height: 1em;
	margin-top: 40px;
}

footer .contact{
	position:fixed;
	bottom:0 !important;
	left:0 !important;
	width:100%;
	z-index:999999;
	display:block !important;

}
}