.social-footer {
	display: none;
}


@media screen and (max-width: 1100px) {	

.social-footer {	position: sticky;	bottom: 0;	width: 100%; background: #FFFFFF;	padding: 5px 0 0;	z-index: 9;}

.social-footer {
  padding: 1rem;
  background: #8a8a8a;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.social-footer .social-footer-icons li:last-of-type {
  margin-right: 0;
}

.social-footer .social-footer-icons .fa {
  font-size: 1.3rem;
  color: #fefefe;
}

.social-footer .social-footer-icons .fa:hover {
  color: #4a4a4a;
  transition: color 0.3s ease-in;
}

.menu_simple li {
	
	display: inline-block;
	width:23%;
}

.social-footer-icons {
	width: 100%;
	text-align: center;
}

.menu_simple {
	width: 100%;
	margin-left: -25px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: -5px;
}

}