.footer-distributed{
	background: url(../img/backgroundf.png) repeat top center;
	color: #8da2b7;
	background-color: #000;
	font-family: 'Quicksand', sans-serif;
	width: 100%;
	margin: 0auto;
	margin-top: 20px;
	text-align: left;
	font: bold 16px;
	padding: 10px 50px;
	padding-bottom: 30px;
	opacity: 1;
}

.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%;
	font-size: .7em;
}

/* The company logo */



/* Footer links */

.footer-distributed .footer-links{
	 color: #8da2b7;
	margin: 9px 0 9px 0;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.3;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-links a:hover{
	color: #5383d3;
} 

.footer-distributed .footer-company-name{
	 color: #8da2b7;
	font-size: 10px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
	margin-left: -55px;
}

.footer-distributed .footer-center i{
	background-color:  #000;
	 border: 1px solid #4f7f90;
	 color: #8da2b7;
	font-size: .8em;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	text-align: center;
	line-height: 38px;
	margin: 8px 5px;

	vertical-align: center;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: .8em;
	line-height: 35px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #8da2b7;
	vertical-align: middle;
	margin:0;
}

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

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


/* Footer Right */

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

.footer-distributed .footer-company-about{
	line-height: 20px;
	color: #8da2b7;
	margin-left: 28px;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #8da2b7;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}




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

@media (max-width: 880px) {

	

	.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{
	
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}
