.page-item.active .page-link {
  background-color: #000000;
  border-color: #000000;
}

.cards {
  transition: all 0.2s;
  background-image: url(/images/card_logos.png?71d8e697caf57e59698ef0a1292d0e9f);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 31px;
  margin-right: 8px;
  text-indent: -9999px;
  width: 50px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.visa {
  background-position: 0 0;
}

.mastercard {
  background-position: -50px 0;
}

.hipercard {
  background-position: -100px 0;
}

.discover, .diners, .diners_club_international, .diners_club_carte_blanche {
  background-position: -150px 0;
}

.elo {
  background-position: -200px 0;
}

.amex {
  background-position: -250px 0;
}

.dropzone .dz-message {
  font-weight: lighter;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  margin: 4em 0;
}

.dropzone .dz-message i {
  clear: both;
  display: block;
  font-size: 70px;
  color: #CCC;
}

.topbar-light .navbar-custom .topnav-menu .nav-link {
  color: #000;
}

@media (max-width: 991px) {
  #navigation {
    height: 80vh;
  }
}
.navbar-custom .app-search {
  overflow: inherit;
  max-width: 250px;
}
