  footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #f4511e;
  }
  footer {
    background-color: rgba(233,200,95,1); 
    color: black;	
    /*border-top: 4px solid #404040;*/
    /*font-size: 0.9em;*/
    font-size: 10px;
    font-weight: bolder;
    clear: both;
    width: 100%;
  }
/*
  footer div {
    text-align: center;
    display: flex;
    position: relative;
    flex-flow: row nowrap; /*flex-direction flex-wrap*/
    justify-content: space-evenly;
  }
  footer div p {
    text-align: center;
    padding: 5px;
  }
  footer .container .row > div {
    margin-bottom: 25px;
  }
  footer h1, footer h2, footer h3, footer h4 {
    color: #fff !important;
  }
*/
  /*footer .contact {*/
  .contact {
    list-style: none;
	margin: 0;
	padding: 0;
  }
  /*footer .contact p{*/
  .contact p{
    margin-bottom: 10px;
	/*color: #777777;*/
	color: #FFF;
	line-height: 24px;
	margin: 0 0  20px;
  }
  /*footer .contact i {*/
  .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;
  }
