.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

#footer .inbox {
  position: relative;
  padding: 32px 0;
  width: 1100px;
  margin: 0 auto;
  border-top: 1px solid #0d1213;
}
#footer .inbox .r {
  text-align: right;
  position: absolute;
  top: 13px;
  right: 0;
  bottom: auto;
  left: auto;
  width: 220px;
}
#footer .inbox .r img {
  margin: 0 0 5px;
}
