@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,700');

*{
	padding:0;
	margin:0;
}



/* The footer is fixed to the bottom of the page */

footer{
  position: relative;
  bottom:0;
  height: auto;
  box-shadow: 0px 0 50px gray;
}

@media (max-height:800px){
	footer { position: static; }
	header { padding-top:40px; }
}


.footer-distributed{
	background-color: rgba(26, 28, 38, 1);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	padding: 50px 50px 60px 50px;
	
}

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

.footer-distributed h3{
	color:  #f0f0f0;
	margin: 0;
  font-size: 40px;
}

/* The company logo */

.footer-distributed .footer-left img{
	width: 30%;
}

.footer-distributed h3 span{
	color:  #f0f0f0;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
}

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

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

/* Footer Center */

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


.footer-distributed .footer-center i{
	background-color:  #f0f0f0;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 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: #f0f0f0;
	vertical-align: middle;
	margin:0;
  padding: 10px;
}



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


/* Footer Right */

.footer-distributed .footer-right{
  padding: 2%;
	width: 17%;
  border: 1px solid white;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #f0f0f0;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #f0f0f0;
	font-size: 18px;
	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: rgba(26, 28, 38, 1);
	border-radius: 2px;
	font-size: 20px;
	color: #f0f0f0;
	text-align: center;
	line-height: 35px;
	margin-right: 3px;
	margin-bottom: 5px;
}

/* Here is the code for Responsive Footer */
/* You can remove below code if you don't want Footer to be responsive */


@media (max-width: 1100px) {

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

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  white;
  font-size: 13px;
}


}

@media only screen and (max-width: 963px) {
  .footer-distributed h3{
    font-size: 30px;
  }
  .footer-distributed .footer-links a{
        font-size: 19px;
  }
}

@media only screen and (max-width: 748px) {
  .footer-distributed h3{
    font-size: 25px;
  }
  .footer-distributed .footer-links a{
        font-size: 16px;
  }
}

@media only screen and (max-width: 426px) {
    .footer-distributed .footer-links2 a{
      font-size: 19px;
    }
      .footer-distributed .footer-links{
        display:show;
      }
}

@media only screen and (max-width: 360px) {
  #email{
    font-size: 15px;
  }
}

#email a{
  color:  #f0f0f0;
  text-decoration: none;
}