@font-face {
  font-family: "web-fonts";
  src: url("/_static/web-fonts//web-fonts.eot?#iefix") format("eot"), url("/_static/web-fonts//web-fonts.ttf") format("ttf"), url("/_static/web-fonts//web-fonts.woff") format("woff");
}
.inline-login a.second:after, .inline-login a.ingBusinessOnline:after {
  font-family: "web-fonts";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.ingBusinessOnline, .statistics {
  width: 100%;
  position: relative;
  max-width: 275px;
}

.inline-login a.ingBusinessOnline:after {
  content: "\E025";
  position: absolute;
  top: 4px;
  right: 8px;
  bottom: 4px;
  width: 32px;
  text-align: center;
  line-height: 27px;
  color: #f60;
  margin-left: 5px;
  font-size: 12px;
  color: inherit;
}

.inline-login a.second:after {
  content: "\E042";
  position: absolute;
  top: 4px;
  right: 8px;
  bottom: 4px;
  width: 32px;
  text-align: center;
  line-height: 29px;
  font-size: 19px;
  color: inherit;
}

.inline-login {
  margin: 0 20px;
}

@media only screen and (max-width: 480px) {
  .footers_box .footer_links .column_container {
    width: 100% !important;
    padding-left: 0;
  }
}