  footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #f4511e;
  }
  footer {
    background: #404040;
    border-top: 4px solid #404040;
    font-size: 0.9em;
    margin-top: 50px;
    padding: 80px 0 0;
    position: relative;
    clear: both;
	}
  footer .container .row > div {
    margin-bottom: 25px;
  }
  footer h1, footer h2, footer h3, footer h4 {
    color: #fff !important;
  }
  footer .contact {
    list-style: none;
	margin: 0;
	padding: 0;
  }
  footer .contact p{
    margin-bottom: 10px;
	color: #777777;
	line-height: 24px;
	margin: 0 0  20px;
  }
  footer .contact i {
    display: block;
    float: left;
    font-size: 1.2em;
    margin: 7px 8px 10px 0;
    position: relative;
    text-align: center;
    top: -2px;
    width: 16px;
  }
  .social-links {
    padding-inline-start: 20px !important;
    list-style: none;
    padding-bottom: 10px;
  }
  .social-links li a {
	text-align: center;
	float: left;
	width: 36px;
	height: 36px;
	background-color: #fff;
	border: 1px solid #909090;	
	border-radius: 50%;
	margin-right: 7px; /*space between*/
  } 
  .social-links li a i {
	font-size: 20px;
	line-height: 38px;
	color: #909090;
  }
