#aGames .api-saldo {
  font-weight: bold;
  float: right;
  font-size: 20px;
}
#aGames .grid .grid-item {
  background: #ffffff;
  position: relative;
  overflow: hidden;
  padding: 0;
  margin-right: 0;
  transition: all 0.5s ease;
}
#aGames .grid .grid-item .gamesImage {
  position: relative;
  overflow: hidden;
  /*height: 143.99px;*/
  max-height: 200px;
  padding: 10px 10px 0 10px;
  transition: all 0.5s ease;
}
/*#aGames .mobile .grid-item .gamesImage {*/
/*	max-height: auto;*/
/*}*/
#aGames .grid .grid-item.joker .gamesImage {
  height: 205.74px;
}

#aGames .grid .grid-item img {
  width: auto;
  height: 100%;
  transition: all 0.5s ease;
}
#aGames .grid .grid-item.joker img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
}
#aGames .grid .grid-item .pTitle {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  font-weight: bold;
  z-index: 2;
  padding: 0 10px;
}
#aGames .grid .grid-item .title {
  /* text-shadow: 1px 1px 2px rgba(214, 214, 214, 0.555); */
  /* color: #ffee58; */
  color: #222222;
  line-height: 1;
  /* color: #222; */
}

#aGames .habanero .gamesImage {
  height: 153.99px;
}
#aGames .habanero .gamesImage img {
  width: 100%;
  height: auto;
}
#aGames .prag .gamesImage {
  height: 153.98px;
}
#aGames .prag .gamesImage img {
  width: 100%;
  height: auto;
}
#aGames .qm .gamesImage {
  height: 145.01px;
  padding: 10px;
}
#aGames .qm .gamesImage img {
  width: 100%;
  height: auto;
}

#aGames .mobile .grid-item.joker .gamesImage {
  height: auto;
}
#aGames .spadegaming .gamesImage {
  height: 153.98px;
  padding: 10px;
}
#aGames .spadegaming .gamesImage img {
  width: 100%;
  height: auto;
}
#aGames .sg .gamesImage {
  height: 174.09px;
  padding: 10px;
}
#aGames .sg .gamesImage img {
  width: 100%;
  height: auto;
}
#aGames .sbo .gamesImage {
  height: 148.63px;
  padding: 10px;
}
#aGames .sbo .gamesImage img {
  width: 100%;
  height: auto;
}
#aGames .sbo:hover .gamesImage img {
  transform-origin: top right;
}
#aGames .sbo .gamesImage img.trans-ori--left {
  transform-origin: left;
}
#aGames .mobile a.grid-item .gamesImage {
  height: auto;
}
#aGames .mobile .grid-item img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
}
#aGames .mobile .grid-item .pTitle {
  height: 30px;
}
#aGames .mobile .grid-item .title {
  font-size: 10px;
}
#aGames .grid a.grid-item:hover .gamesImage img {
  transform: scale(1.5);
  transform-origin: bottom;
}
#aGames .grid a.grid-item:hover .gamesImage {
  padding: 0;
}
.pbar {
  padding: 0px 10px 10px 10px;
}
.progress {
  width: 100%;
  height: 2.5em;
  position: relative;
}
.progress-bar {
  text-align: center;
}
.pbar-title {
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  bottom: 0;
  color: #141414;
  font-weight: bold;
  font-size: 1.5em;
}

.img-daily_wins {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 70px !important;
  height: auto !important;
}

.progress-bar {
  -webkit-transition: width 4s ease !important;
  -moz-transition: width 4s ease !important;
  -o-transition: width 4s ease !important;
  transition: width 4s ease !important;
}
.desc {
  margin: 10px;
  padding: 10px;
  color: #222222;
  border-radius: 0.25em;
}
.desc .text-light {
  color: #c7c7c7;
}
.desc .title {
  margin-bottom: 0;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
}
.desc .subtitle {
  margin-bottom: 10px;
  line-height: 1.2;
  font-weight: normal;
  text-transform: uppercase;
}
.desc .notes {
  margin-bottom: 0;
  line-height: 1.2;
  font-weight: normal;
  text-transform: uppercase;
}
.shdow {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,0.35)!important
}