.footer {
  width: 100%;
  background: #f7f7f7;
  border-top: 2px solid #e1e1e1;
  padding: 20px 0;
  margin: 0 auto;
}
.foot-info{
  padding: 20px 0;
  text-align: center;
  white-space: nowrap;
}
.footer p{
	font-size: 0;
    color: #7e7e7e;
    line-height: 2.5;
}
.footer em{
  margin: 0 10px;
}

.footer em,.footer span,.footer a{
  display: inline-block;
  font-size: 14px;
  color: #7e7e7e;
}
.footer i{
  margin: 0 5px;
}
.footer img{
  height: 20px;
  margin-top: -10px;
}