/*footer*/
footer{
	display:block;
	font-size:13px;
	position:absolute;
	bottom:0;
	left:0;
	text-align:center;
	padding:20px 0 20px;
}
footer p{
	width:100%;
	float:left;
	padding-bottom:3px;
}
footer ul{
	width:100%;
	float:left;
	border-bottom:1px solid #000;
	padding:0 0 20px;
	margin-bottom:20px;
}
footer li{
	width:16.6%;
	float:left;
}


@media only screen and (max-width: 959px){

footer{
	position: relative;
}
footer ul{
	padding-top:10px;
}
footer li{
	line-height:30px;
}
footer img{
	width:auto;
}

}
@media only screen and (max-width: 600px){
footer li{
	width:33.3%;
	float:left;
}	
footer{
	font-size:12px;
}
}