.text-justify{text-align: justify;}
.text-center{text-align: center;}
footer {padding: 60px 0 80px; }
footer p{font-size: 14px; line-height: 16px;} 
footer ul{text-align: center; padding: 0 0 20px; margin: 0;}
footer ul li{display:inline-block; background: none; line-height: 0; vertical-align: middle; list-style: none; padding: 0 15px 0 0; }
footer ul li a{font-size: 14px; text-decoration: none; color: #000;}
footer ul li a:hover{text-decoration: underline;}
footer ul li a img{width: 120px;}


@media screen and (max-width: 768px){
	footer { background:#f1f1f1; padding: 60px 0 80px; }
	footer p{font-size: 14px; line-height: 16px;} 
	footer ul{text-align: center; padding: 0 0 20px; margin: 0;}
	footer ul li{display:block; text-align: center; background: none; line-height: 0; vertical-align: middle; list-style: none; padding: 0 0px 25px 0; }
	footer ul li a{font-size: 14px; text-decoration: none; color: #000;}
	footer ul li a:hover{text-decoration: underline;}
	footer ul li a img{width: 120px;}
}