@charset "utf-8";

section.new_footer_mobile{display:none}

@media only screen and (max-width:480px)
{
	section.new_footer_mobile
	{background-color:#a99694;
	font-size:11px;
	text-align:center;
	color:#fff;
	padding-top:5px;
	position:fixed;
	bottom:0!important;
	overflow:hidden;
	z-index:30000;
	width:100%;
	height: 40px;
	display: block;
	}
	section.new_footer_mobile a, section.new_footer_mobile a:hover
	{color:#fff;text-decoration:none}
}