footer {
  /*background: #2E2F31;*/
  background: url(../img/footer_bg.png);
  height: 180px;
  color: #a2a2a2;
  font-size: 14px;
  text-align: center;
  padding-top: 45px;
  /*display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;*/
}

footer div {
  margin-top: 10px;
}

footer img {
  height: 36px;
  opacity:0.6;
  filter:alpha(opacity=60);
}

footer div i {
  margin-left: 20px;
}

footer a {
  color: #a2a2a2;
}

footer a:hover {
  color: #ccc;
  text-decoration: none;
}

@media (max-width: 400px ) {
  footer {
    padding-top: 35px;
  }

  footer span {
    display: block;
  }
}