.small-link,
.footer a,
.footer button {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.spinner-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.spinner-wrapper div.loading-msg:after {
  overflow: hidden;
  position: absolute;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4, end) 2000ms infinite;
  animation: ellipsis steps(4, end) 2000ms infinite;
  content: "\2026";
  /* ascii code for the ellipsis character */
  width: 0px;
}

@keyframes ellipsis {
  to {
    width: 20px;
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 20px;
  }
}

.footer .footer-copy {
  text-align: left;
  margin-top: 1.2em;
}
@media (max-width: 768px) {
  .footer .footer-copy {
    text-align: center;
    margin-top: 1.2em;
  }
}

.footer a,
.footer button {
  margin: auto;
  padding: 0 7px;
  color: #141414;
  transition: all linear 0.2s;
}
.footer a:hover,
.footer button:hover {
  color: #e74642;
  text-decoration: underline;
}

.footer img.lb-logo {
  width: 100%;
  max-width: 55px;
  margin: 0;
  margin-bottom: 14px;
  display: inline-block;
}
@media (max-width: 767px) {
  .footer img.lb-logo {
    display: inherit;
  }
}

.footer p.footer-note {
  font-size: 10px;
  margin-left: 16px;
  text-align: left;
  display: inline-block;
}
@media (max-width: 767px) {
  .footer p.footer-note {
    display: inherit;
    text-align: center;
    margin-left: 0;
  }
}

.footer .footer-links {
  text-align: left;
}
@media (max-width: 768px) {
  .footer .footer-links {
    text-align: center;
  }
}

.footer .footer-links .fa {
  vertical-align: -10%;
}

.footer-row {
  background-color: #f2f2f2;
  padding: 30px 0 20px;
  -webkit-box-shadow: 0 -4px 0 #dddddd;
  box-shadow: 0 -4px 0 #dddddd;
}

.footer-row button.navbar-lang {
  background: transparent;
  border: none;
  display: inline-block;
  width: auto;
  top: 0;
  text-transform: none;
}
@media (max-width: 767px) {
  .footer-row button.navbar-lang {
    margin-top: 0.8em;
  }
}

.footer-row form {
  display: inline-block;
}

@media (max-width: 768px) {
  .footer-row.clear-tabbar {
    padding-bottom: 6.6em;
  }
}
