.footer-distributed {
	background-color: #FF9200;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: normal 16px sans-serif;
	padding: 45px 50px;
	margin-top: 80px;
}
.footer-distributed .footer-left p {
	color: #8f9296;
	font-size: 14px;
	margin: 0;
}
/* Footer links */

.footer-basic-centered #footer-links {
	font-size: 18px;
	font-weight: bold;
	color: #A7A7A7;
	margin: 0 0 10px;
	padding: 0;
}
.footer-basic-centered #footer-links a {
	display: inline-block;
	line-height: 1.8;
	text-decoration: none;
	color: inherit;
	padding-left: 15px;
}
.footer-basic-centered .footer-right {
	margin: auto;
	margin-top: 6px;
	max-width: 180px;
	padding-bottom: 20px;
}
.footer-basic-centered .footer-right a {
	display: inline-block;
	width: 35px;
	height: 35px;
	background-color: #ffffff;
	color: #FF9200;
	margin-left: 3px;
}
.footer-links a{width:180px; height:155px; vertical-align:top}
.footer-links img{width:40px; margin:auto; margin-bottom:5px; display: block;}
/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 600px) {
.footer-distributed .footer-left,  .footer-distributed .footer-right {
	text-align: center;
}
.footer-distributed .footer-right {
	float: none;
	margin: 0 auto 20px;
}
.footer-distributed .footer-left .footer-links {
	line-height: 1.8;
}
}