.footer-distributed{
	font-family: 'Hero';
	font-size: 18px;
	font-weight: normal;
	background-color: #ffffff;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	padding: 5px 0px;
	margin-top: 0px;
}
.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}
/* Footer left */
.footer-distributed .footer-left{
	width: 40%;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}
/* The company logo */
.footer-logo{
	height: 60px;
	padding: 10px 3px;
	margin: 0px
}
/* Footer links */
.footer-distributed .footer-links{
	color:  #777777;
	margin: 20px 0 12px;
	padding: 0px 0px 0px 10px;
}
.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}
.footer-distributed .footer-links a:hover{
	color:  #63B22E;
}
.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	padding: 0px 10px 5px;
	margin: 0;
	text-decoration: none;
}
.footer-distributed .footer-company-name a{
color: #3c3c3c;
text-decoration: none;
}
.footer-distributed .footer-company-name a:hover{
color: #FFD100;
text-decoration: none;
}
/* Footer Center */
.footer-distributed .footer-center{
	width: 35%;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}
.footer-icon{
	padding: 5px 10px 5px 10px;
	height: 40px;
	vertical-align:middle;
}
.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #777777;
	font-size: 25px;
	width: 38px;
	width: 38px
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}
.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}
.footer-distributed .footer-center p{
	display: inline-block;
	color: #777777;
	vertical-align: middle;
	margin:0;
}
.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}
.footer-distributed .footer-center p a{
	color:  #63B22E;
	text-decoration: none;;
}
/* Footer Right */

.footer-distributed .footer-right{
	width: 20%;
	padding: 0px;
	margin: 0px;
}
.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}
.footer-distributed .footer-company-about span{
	display: block;
	color:  #000000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.footer-distributed .footer-icons{
	margin-top: 20px;
}
.footer-distributed .footer-icons a{
	display: inline-block;
	text-align: center;
	line-height: 35px;
	margin-right: 3px;
	margin-bottom: 5px;
}
/* If you don't want the footer to be responsive, remove these media queries */
@media (max-width: 880px) {
	.footer-distributed{
		font-family: 'Hero';
		font-size: 16px;
		font-weight: normal;
	}
	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}
	.footer-distributed .footer-center i{
		margin-left: 0;
	}
}
#mail:hover{
	color: #FFD100;
}