@charset "utf-8";
/* CSS Document */
.footer{
	background:#20202A;
	padding-top:10px;
	padding-bottom:10px;
}
.footer .right ul{
   overflow:hidden;
   margin-top:15px;
   float:none;
   width:60%;
}
.footer .right ul li{
	float:left;
}
.footer .right ul li a.last{
	background-image:none;
}
.footer .right ul li a{
	font-size:18px;
	color:#727272;
	padding:10px 20px;
	background:url(../images/footer_2.png) no-repeat right center;
	text-align: center;
}
.footer .right p{
	font-size:14px;
	color:#727272;
}
.footer .right p span{
	margin-left:15px;
}
.footer .right p a{
	color:#727272;
}
.footer .right p a:hover{
	color:#f00;
}
@media (max-width: 991px) {
     .footer .right ul li a{
	   background-image:none;
	 }
	 .footer .right ul li{
	   float:none;
     }

}

