.footer-distributed {
	background-color: #333;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	padding: 5%;
	margin-top: 80px;
	overflow: hidden;
}


.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: 45%;
	margin: 0 auto;
}

.footer-distributed ul {
  list-style: none;
}

/* The company logo */

.footer-distributed h4 {
	color:  #fff;
	font-size: 20px;
	margin-left: 5px;
}

.footer-distributed h4 span{
	color:  #007bff;
}

/* Footer links */

.footer-distributed .footer-links {
	color:  #fff;
	margin: 20px 0px 12px;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

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

.footer-distributed .footer-links a:hover{
	color: #007bff;
}
.footer-distributed .footer-company-name{
	color:  #007bff;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */
.footer-distributed .footer-center{
	width: 20%;
  margin: 0 auto;
}

.footer-distributed .footer-left i {
	background-color:  #007bff;
	color: #ffffff;
	font-size: 16px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 5px;
	vertical-align: middle;
}

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

.footer-distributed .footer-left p {
	display: inline-block;
	color: #ffffff;
	vertical-align: left;
  text-align: left;
	margin:-3px;
  font-weight: lighter;
	font-size: 12x;
}

.footer-distributed .footer-left p span {
	display:block;
	font-weight: normal;
	font-size:12px;
	line-height:2;
}


.footer-distributed .footer-left p a {
	color:  #ffffff;
	text-decoration: none;
}


/* Footer Right */

.footer-distributed .footer-right {
	padding-top: 20px;
	margin: 0 auto;
	width: 30%;
  text-align: left;
	float: right;
}


.footer-company-hours li {
	color:  #ffffff;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	margin: 0 auto;
}


.footer-company-hours span {
	display: block;
	color:  #f5f5f5;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-top-links span {
	display: block;
	color:  #f5f5f5;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a {
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #007bff;
	border-radius: 2px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 35px;
	margin-right: 3px;
	margin-bottom: 5px;
}

.footer-distributed .footer-icons p {
	font-weight: normal;
}

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

@media (max-width: 880px) {

	.footer-distributed{
		font:  12px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 50px;

	}

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


footer > hr {
  margin:0;
}



footer > h1, h2, h3, h4, h5 {
  color: #007bff;
}

footer .fa > li > a {
  color: #007bff;
}
footer .fa > li > a:hover {
  color: #fff;
}
footer > li > a > p {
  font-size: 14px;
}

footer p {
  color: #fff;
	font-size: 12px;
}


#companyName {
  float:right;
  padding-left:15px;
  font-size: 14px;
  color: #000;
  padding-top:2px;
  padding-bottom: 2px;
}

#copyright {
  display: block;
  margin: 0 auto;
	padding-left: 20px;
}
