.footer-distributed{
	background-color: #3498da;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: normal 14px verdana;
	padding: 15px;
}

.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%;
}

/* The company logo */

.footer-distributed h3{
	color:  #ffffff;
	font: normal 34px 'Verdana';
	margin: 0;
}

.footer-distributed h3 span{
	color:  #ffff00;
}
.footer-distributed h4{
	color:  #ffffff;
	font: normal 20px 'Verdana';
	margin: 0;
}
.footer-distributed h4 span{
	color:  #ffff00;
}



/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 10px 0 10px;
	padding: 0;
}

.footer-distributed .footer-links a{
	line-height: 1.8em;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #ffff00;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}


/* Footer Center */

.footer-distributed .footer-center{
	width: 33%;
}

.footer-distributed .footer-center i{
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	border-radius: 50%;
	text-align: center;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 12px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
		margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:3;
}

.footer-distributed .footer-center p a{
	color:  #ffff00;
	text-decoration: none;;
}


/* Footer Right */

.footer-distributed .footer-right{
	width: 25%;
}

.footer-distributed .footer-company-about{
	line-height: 30px;
	color:  #292c31;
	font-size: 15px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
}


.footer-distributed .footer-icons{
	color:  #8f9296;
	font-size: 12px;
	font-weight: normal;
}
#copyright {
	with:100%;
    background-color:black;
    color:white;
    clear:both;
    text-align:center;
    padding:5px; 
}


/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px verdana;
	}

	.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;
	}

}