.icon {
	max-width:100%;
	max-height:auto;}

.footer-distributed{
background-color: rgba(239, 239, 239, 0.4);
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	font: bold 1em Georgia, "Times New Roman", Times, serif;

	padding: 10px 10px;
	margin-top: 20px;
	
	border-top-right-radius:0px;
	border-top-left-radius:0px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer center */

.footer-distributed .footer-center{
	width: ;
}

/* The company logo */

.footer-distributed h3{
	color:  #000;
	font: normal 2em Lato;
	margin: 0;
}

.footer-distributed h3 span{
	color:  #000;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #009ae1;
	margin: 10px 0 6px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #000;
	font-size: 1em;
	font-weight: normal;
	margin: 0;
}

/* Footer Left */

.footer-distributed .footer-left{
	width: 33%;
	text-align:left
}

.footer-distributed .footer-left i{
	color: #FFF;
	font-size: 1.5em;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 5px 10px;
	vertical-align: middle;
}

.footer-distributed .footer-left i.fa-envelope{
	font-size: 1em;
	line-height: 38px;
	background-color: #000;
}
.footer-distributed .footer-left i.fa-phone{
	font-size: 1em;
	line-height: 38px;
	background-color: #000;
}
.footer-distributed .footer-left i.fa-map-marker{
	font-size: 1em;
	line-height: 38px;
	background-color: #000;
}
.footer-distributed .footer-icons i.fa-facebook{
	font-size: 1em;
	line-height: 38px;
}

.footer-distributed .footer-left p{
	display: inline-block;
	color: #000;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-left p span{
	display:block;
	font-weight: normal;
	font-size:1em;
	line-height:2;
}

.footer-distributed .footer-left p a{
	color:  #000;
	text-decoration: none;;
}


/* Footer Right */

.footer-distributed .footer-right{
	width: 29%;
}
.footer-distributed .footer-right p{
 color:#000
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #000;
	font-size: 1em;
	font-weight: normal;
	margin: 0;
}
.txindent { padding-left:10px;}
.footer-distributed .footer-company-about span{
	display: block;
	color:  #000;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 5px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color: #00ADEF;
	border-radius: 2px;
	font-size: 1.2em;
	color: #FFF;
	text-align: center;
	line-height: 35px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-top: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media only screen and (max-width: 480px){

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left{
		width: 35%;		}
	.footer-distributed .footer-center{
		width: 45%;		}
	.footer-distributed .footer-right{
		width: 19%;		}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}
}
