footer{
	margin: 20px 0px;
	border-top: 1px solid #e5e5e5;
}
footer a.logo{

}footer img.logo{
  height: 60px;
}footer span.logo{
  position: relative;
  bottom: 10px;
  left: 0px;
  font-size: 18px;
  color: #7d7d7d;
}footer div.footer-txt{
  font-size: 15px;
  color: #8d8d8d;
}footer div.footer-txt.space{
  margin-top: 0px;
  margin-bottom: 15px;
}footer div.footer-txt i{
  font-size: 13px;
}footer div.footer-txt a{
  font-size: 13px;
  color: #007bff;
  transition: 0.2s;
}footer div.footer-txt a:hover{
 opacity: 0.8;
}
footer ul{
  position: absolute;
  top: -25px;
  right: 0px;
  display: flex;
  margin: 0px;
  padding-right: 15px;
  padding-left: 15px;
  list-style: none;
  z-index: 1;
}footer ul li{
  display: flex;
  align-items: center;
  border-left: 2px solid #eaeaea;
}footer ul li:first-child{
  border-left: none;
}footer ul li a{
  padding: 0px 5px;
  font-size: 12px;
  color: #bdbdbd;
  transition: 0.3s;
}footer ul li a img{
  filter: grayscale(100%);
  height: 26px;
  transition: 0.5s;
}footer ul li a img:hover{
  filter: grayscale(0%);
}footer ul li a:hover{
  color: #727272;
}

@media screen and (min-width: 991px) {
	footer{
    padding-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  footer{
    padding-top: 50px;
  }
  footer ul{
    width: 100%;
		top: -45px;
    justify-content: center;
  }
}
