﻿@-webkit-keyframes scroll {
  0%,
  50%,
  100% {
    left: 0px;
  }
  25%,
  75% {
    left: -30px;
  }
}
@-moz-keyframes scroll {
  0%,
  50%,
  100% {
    left: 0px;
  }
  25%,
  75% {
    left: -30px;
  }
}
@-ms-keyframes scroll {
  0%,
  50%,
  100% {
    left: 0px;
  }
  25%,
  75% {
    left: -30px;
  }
}
@-o-keyframes scroll {
  0%,
  50%,
  100% {
    left: 0px;
  }
  25%,
  75% {
    left: -30px;
  }
}
@keyframes scroll {
  0%,
  50%,
  100% {
    left: 0px;
  }
  25%,
  75% {
    left: -30px;
  }
}
.promotions .nav.nav-pills li {
  position: relative;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.4);
  border: none;
  vertical-align: top;
  min-width: 60px;
  color: white;
  text-align: center;
  margin-top: 0;
  margin-right: 12px / 2;
  margin-bottom: 12px / 2;
  margin-left: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .promotions .nav.nav-pills li {
    margin-bottom: 11px;
  }
}
.promotions .nav.nav-pills li a {
  color: white;
  display: block;
  padding: 12px / 3 12px / 2;
}
@media (min-width: 768px) {
  .promotions .nav.nav-pills li a {
    padding: 5px 10px;
  }
}
.promotions .nav.nav-pills li a:hover,
.promotions .nav.nav-pills li a:active {
  text-decoration: none;
  background-color: transparent;
}
.promotions .nav.nav-pills li a > * {
  opacity: 0.6;
}
.promotions .nav.nav-pills li a .iconcasino {
  position: relative;
  top: 2px;
  margin-right: 2px;
  font-size: 15px;
}
.promotions .nav.nav-pills li a .fa {
  position: relative;
  top: 1px;
  margin-right: 2px;
}
.promotions .nav.nav-pills li:hover,
.promotions .nav.nav-pills li.active {
  background-color: rgba(0, 0, 0, 0.5);
}
.promotions .nav.nav-pills li:hover > a,
.promotions .nav.nav-pills li.active > a {
  background-color: transparent;
}
.promotions .nav.nav-pills li:hover > a > *,
.promotions .nav.nav-pills li.active > a > * {
  opacity: 1;
}
.promotions .tab-content {
  padding: 0;
  border: 0;
  background-color: transparent;
}
.promotion {
  background-color: rgba(0, 0, 0, 0.5);
  margin-bottom: 12px / 2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  text-align: left;
}
@media (min-width: 768px) {
  .promotion {
    margin-bottom: 12px;
  }
}
.promotion[data-status="Waiting"] .promotion-wrapper-popup__time-to-start {
  display: block;
}
.promotion[data-status="Waiting"] .promotion_ranking .btn-loginform {
  display: none;
}
.promotion[data-status="Finished"] .promotion_ranking .btn-loginform {
  display: none;
}
.promotion[data-status="Finished"] .promotion_timer > span > span {
  display: none;
}
.promotion[data-status="Finished"] .promotion_timer > span > span + span {
  display: inline;
}
.promotion-popup {
  margin: 0;
}
.promotion-slider {
  cursor: pointer;
  margin: 0;
  background-color: transparent !important;
}
.promotion-slider .promotion_quickinfo {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 62px;
}
@media (min-width: 768px) {
  .promotion-slider .promotion_quickinfo {
    height: 72px;
  }
}
@media (min-width: 1024px) {
  .promotion-slider .promotion_quickinfo {
    height: 36px;
  }
}
.promotion-slider .promotion_quickinfo .amount + .amount:before {
  content: " + ";
  display: inline;
}
.promotion-slider .promotion_img2 {
  position: absolute;
  top: 42px;
  bottom: 66px;
  left: 0;
  right: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .promotion-slider .promotion_img2 {
    bottom: 76px;
  }
}
@media (min-width: 1024px) {
  .promotion-slider .promotion_img2 {
    bottom: 40px;
  }
}
.promotion-slider .promotion_img2 > div {
  display: none;
  position: absolute;
  top: 50%;
  text-align: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.8);
  left: 5%;
  font-size: 16px;
  width: 90%;
  margin-left: 0;
  margin-top: -31px;
  padding: 6px 0;
}
.promotion-slider .promotion_img2 > div > span {
  font-size: 1.25em;
}
.promotion-wrapper {
  width: auto !important;
  max-width: 100%;
  height: 20px;
  position: relative;
  line-height: 20px;
  background-color: transparent;
  margin-bottom: 0;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 568px) {
  .promotion-wrapper {
    max-width: 250px;
  }
}
@media (min-width: 768px) {
  .promotion-wrapper {
    max-width: calc(50vw - 200px);
  }
}
.promotion-wrapper .icon-tournaments,
.promotion-wrapper .icon-bonus {
  color: white;
  position: relative;
  top: 0px;
}
@media (min-width: 1024px) {
  .promotion-wrapper .icon-tournaments,
  .promotion-wrapper .icon-bonus {
    font-size: 22px;
    top: 5px;
    margin-right: 2px;
  }
}
.promotion-wrapper .icon-timer2 {
  font-size: 11px;
  margin-left: 6px;
  opacity: 0.6;
}
@media (min-width: 1024px) {
  .promotion-wrapper .icon-timer2 {
    margin-left: 13px;
  }
}
.promotion-wrapper .promotion_timer {
  opacity: 0.6;
}
.promotion-wrapper .promotion_timer + span {
  opacity: 0.6;
}
.promotion-wrapper .icon-podium {
  font-size: 12px;
  margin-left: 6px;
  position: relative;
  top: 1px;
  opacity: 0.6;
}
@media (min-width: 1024px) {
  .promotion-wrapper .icon-podium {
    font-size: 18px;
    position: relative;
    top: 3px;
  }
}
.promotion-wrapper .promotion_sequence {
  opacity: 0.6;
}
.promotion-wrapper .promotion_arrow-up {
  position: absolute;
  top: 1px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 0;
  border-color: transparent #00ff00 transparent transparent;
}
@media (min-width: 1024px) {
  .promotion-wrapper .promotion_arrow-up {
    border-width: 0 10px 10px 0;
    top: 6px;
  }
}
.promotion-wrapper .promotion_arrow-down {
  position: absolute;
  bottom: 1px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 6px 6px;
  border-color: transparent transparent #ff0000 transparent;
}
@media (min-width: 1024px) {
  .promotion-wrapper .promotion_arrow-down {
    border-width: 0 0 10px 10px;
    bottom: 6px;
  }
}
.promotion-wrapper .promotion_arrow-spacer {
  display: inline-block;
  width: 2px;
}
@media (min-width: 1024px) {
  .promotion-wrapper .promotion_arrow-spacer {
    width: 6px;
  }
}
.promotion-sidebar {
  margin-top: 0 !important;
  padding: 0 !important;
}
.promotion-sidebar .panel-heading {
  padding: 6px 12px;
}
.promotion-sidebar .panel-body {
  padding: 0 12px / 2;
  margin: 0 0 12px;
  border-top: 0 !important;
}
.promotion-sidebar .panel-body table {
  table-layout: fixed;
}
.promotion-sidebar .panel-body th,
.promotion-sidebar .panel-body td {
  font-size: 0.85em;
}
.promotion-sidebar .panel-body th div,
.promotion-sidebar .panel-body td div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.promotion-sidebar .panel-body th div .pull-right,
.promotion-sidebar .panel-body td div .pull-right {
  text-align: right;
}
.promotion-sidebar .panel-body th div .fa,
.promotion-sidebar .panel-body td div .fa {
  line-height: 16px !important;
}
.promotion-sidebar .panel-body th:nth-child(1),
.promotion-sidebar .panel-body td:nth-child(1) {
  padding-right: 0;
  width: 25px;
}
.promotion-sidebar .panel-body td:nth-child(4) {
  white-space: nowrap;
}
.promotion-sidebar .panel-body .btn {
  margin: 0 6px;
}
.promotion_header {
  height: 42px;
  line-height: 42px;
  padding: 0 12px / 2;
  font-size: 1.2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
@media (min-width: 768px) {
  .promotion_header {
    padding: 0 12px;
  }
}
.promotion_header .iconcasino {
  font-size: 24px;
  position: relative;
  top: 5px;
}
.promotion_img {
  cursor: pointer;
  position: relative;
}
.promotion_img-cover {
  padding-bottom: 122px;
  background-position: center center;
  background-size: cover;
  margin-bottom: 12px / 2;
}
.promotion_img > div {
  display: none;
  position: absolute;
  top: 50%;
  text-align: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.8);
  left: 5%;
  font-size: 16px;
  width: 90%;
  margin-left: 0;
  margin-top: -30px;
  padding: 6px 0;
}
@media (min-width: 768px) {
  .promotion_img > div {
    left: 50%;
    font-size: 20px;
    width: 300px;
    margin-left: -150px;
    margin-top: -41px;
  }
}
.promotion_img > div > span {
  font-size: 1.5em;
}
.promotion_ranking {
  float: right;
  white-space: nowrap;
}
.promotion_ranking .iconcasino {
  color: #fba10d;
}
.promotion_timer {
  position: relative;
  float: left;
  margin-right: 12px / 3;
}
.promotion_timer > span > span + span {
  display: none;
}
.promotion_timer > div {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 9px;
  left: 4px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .promotion_timer > div {
    width: 14px;
    height: 14px;
    top: 12px;
    left: 4px;
  }
}
.promotion_quickinfo {
  height: 30px;
  line-height: 31px;
  padding: 0 12px / 2;
  cursor: pointer;
}
.promotion_quickinfo .row > div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.promotion_quickinfo .iconcasino {
  font-size: 21px;
  position: relative;
  top: 3px;
}
.promotion_quickinfo .iconcasino.icon-prize-pool,
.promotion_quickinfo .iconcasino.icon-win-rules,
.promotion_quickinfo .iconcasino.icon-minimum-bet {
  color: #fba10d;
  color: #fff;
}
@media (min-width: 768px) {
  .promotion_quickinfo {
    height: 36px;
    line-height: 36px;
    font-size: 1.15em;
    padding: 0 12px;
  }
  .promotion_quickinfo .iconcasino {
    font-size: 24px;
    top: 5px;
    margin-right: 6px;
  }
}
.promotion_extended {
  padding: 0 12px / 2 12px / 2 12px / 2;
  display: none;
}
@media (min-width: 768px) {
  .promotion_extended {
    padding: 0 12px 12px 12px;
  }
}
.promotion_extended .iconcasino {
  font-size: 21px;
  position: relative;
  top: 3px;
}
.promotion_extended .iconcasino.icon-win-rules,
.promotion_extended .iconcasino.icon-minimum-bet {
  color: #fba10d;
}
.promotion_extended .nav-tabs {
  border: 0;
  width: 100%;
  margin-top: 12px / 2;
  margin-bottom: 1px;
}
@media (min-width: 1024px) {
  .promotion_extended .nav-tabs {
    display: none;
  }
}
.promotion_extended .nav-tabs > li {
  width: 50%;
}
.promotion_extended .nav-tabs > li a,
.promotion_extended .nav-tabs > li a:active,
.promotion_extended .nav-tabs > li a:hover,
.promotion_extended .nav-tabs > li a:visited,
.promotion_extended .nav-tabs > li a:focus {
  border: 0;
  margin: 0;
  text-align: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
}
.promotion_extended .nav-tabs > li.active a,
.promotion_extended .nav-tabs > li.active a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.promotion_extended .tab-content {
  background-color: rgba(0, 0, 0, 0.4);
  border: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .promotion_extended .tab-content {
    background-color: transparent;
  }
}
.promotion_extended .tab-content .tab_header {
  padding: 0;
}
.promotion_extended .tab-content .tab_header i {
  font-size: 24px;
  position: relative;
  top: 5px;
  margin-right: 6px;
}
.promotion_extended .tab-content .tab_header span {
  line-height: 36px;
  font-size: 1.15em;
}
@media (min-width: 1024px) {
  .promotion_extended .tab-content > .tab-pane {
    display: block;
    width: 50%;
    float: left;
  }
}
.promotion_extended .tab-content > .tab-pane > div.inner {
  padding: 12px / 2;
}
.promotion_extended .tab-content > .tab-pane > div.inner table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.promotion_extended .tab-content > .tab-pane > div.inner table > thead > tr > th,
.promotion_extended .tab-content > .tab-pane > div.inner table > tbody > tr > th,
.promotion_extended .tab-content > .tab-pane > div.inner table > tfoot > tr > th,
.promotion_extended .tab-content > .tab-pane > div.inner table > thead > tr > td,
.promotion_extended .tab-content > .tab-pane > div.inner table > tbody > tr > td,
.promotion_extended .tab-content > .tab-pane > div.inner table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
}
.promotion_extended .tab-content > .tab-pane > div.inner table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.promotion_extended .tab-content > .tab-pane > div.inner table > thead > tr > th,
.promotion_extended .tab-content > .tab-pane > div.inner table > tbody > tr > th,
.promotion_extended .tab-content > .tab-pane > div.inner table > tfoot > tr > th,
.promotion_extended .tab-content > .tab-pane > div.inner table > thead > tr > td,
.promotion_extended .tab-content > .tab-pane > div.inner table > tbody > tr > td,
.promotion_extended .tab-content > .tab-pane > div.inner table > tfoot > tr > td {
  padding: 5px 8px;
}
.promotion_extended .tab-content > .tab-pane > div.inner table > thead > tr > th .btn.btn-xs,
.promotion_extended .tab-content > .tab-pane > div.inner table > tbody > tr > th .btn.btn-xs,
.promotion_extended .tab-content > .tab-pane > div.inner table > tfoot > tr > th .btn.btn-xs,
.promotion_extended .tab-content > .tab-pane > div.inner table > thead > tr > td .btn.btn-xs,
.promotion_extended .tab-content > .tab-pane > div.inner table > tbody > tr > td .btn.btn-xs,
.promotion_extended .tab-content > .tab-pane > div.inner table > tfoot > tr > td .btn.btn-xs {
  margin-top: -2px;
  margin-bottom: -1px;
}
.promotion_extended .tab-content > .tab-pane > div.inner table > tbody > tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .promotion_extended .tab-content > .tab-pane > div.inner table > tbody > tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.25);
  }
}
.promotion_moregames {
  font-size: 2em;
  line-height: 1;
  text-align: center;
  position: relative;
  top: 50%;
  margin-top: -28px;
}
.promotion_tabs {
  width: 100%;
  border: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.promotion_tabs > li {
  width: 50%;
  float: left;
}
.promotion_tabs > li a {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #c0c0c0;
  background-color: #c47007;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  border: 0;
  margin: 0;
  padding: 0;
  height: 32px;
  line-height: 32px;
}
.promotion_tabs > li.active a,
.promotion_tabs > li:focus a,
.promotion_tabs > li:hover a {
  border: 0 !important;
  background-color: #dd7e08 !important;
  color: #fff !important;
}
.promotion_overlay {
  padding: 6px 0 6px 6px;
  background-image: url('../images/tournaments-wrapper-bg.jpg');
  background-position: top center;
  background-size: cover;
  height: 271px;
  overflow: hidden;
  position: absolute;
  vertical-align: top;
  top: 0;
  left: 0;
  right: 0;
  touch-action: manipulation;
  background-repeat: no-repeat;
  background-color: #0c320d;
  right: auto;
  width: 356px;
  bottom: 0;
  height: 100%;
}
.promotion_overlay * {
  touch-action: manipulation;
}
.promotion_overlay .tab-content {
  max-height: 228px;
  overflow: none;
  border: 0;
  background-color: transparent;
  padding: 0;
}
.promotion_overlay .tab-content > table {
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.promotion_overlay .tab-content .tab-pane {
  display: none;
}
.promotion_overlay .tab-content .tab-pane.active {
  display: block;
}
.promotion_overlay .tab-content .tab-pane.active#tournamentLeaderboard {
  position: absolute;
  top: 6px;
  left: 6px;
  padding-right: 12px;
  bottom: 32px;
  margin-bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 568px) {
  .promotion_overlay .tab-content .tab-pane.active#tournamentLeaderboard {
    bottom: 0px;
    left: 0px;
    top: 0px;
    padding-right: 6px;
  }
}
@media (min-width: 568px) {
  .promotion_overlay .tab-content {
    max-height: none;
    position: absolute;
    top: 6px;
    left: 6px;
    right: 0;
    bottom: 32px;
  }
  .promotion_overlay .tab-content table tbody tr td {
    vertical-align: middle;
  }
}
@media (min-width: 568px) {
  .promotion_overlay + table {
    margin-left: 356px;
    width: calc(100vw - 356px) !important;
  }
}
.promotion_overlay + table td {
  padding-top: 50%;
}
@media (min-width: 568px) {
  .promotion_overlay + table td {
    padding-top: 0%;
  }
}
.promotion_overlay .promotion {
  background: none;
  padding-right: 6px;
  width: 100%;
  align-self: flex-start;
}
.promotion_overlay table.leaderboard {
  table-layout: auto !important;
  height: 1px !important;
}
.promotion_overlay table.leaderboard tr td {
  white-space: nowrap;
}
.promotion_overlay .loading {
  position: absolute;
  top: 115px;
  left: 50%;
  margin-left: -30px;
  opacity: 0.5;
  color: white;
}
@media (min-width: 568px) {
  .promotion_overlay-lobby {
    width: 356px;
  }
}
.promotion_overlay-lobby .col-xs-5 {
  width: 5 / 12 * 100% !important;
}
.promotion_overlay-lobby .col-xs-7 {
  width: 7 / 12 * 100% !important;
}
.promotion_overlay-lobby .col-xs-7.text-right {
  text-align: right !important;
}
.promotion_overlay-lobby .col-xs-12 {
  width: 100% !important;
}
.promotion_overlay-lobby .hidden-xs {
  display: none !important;
}
.promotion_overlay-lobby .tab-content {
  top: 280px;
  left: 6px;
  right: 0;
  bottom: 0;
  background-color: transparent;
  border: 0 !important;
}
.promotion_overlay-lobby .promotion_tabs {
  position: absolute;
  top: 248px;
  bottom: auto;
  left: 0;
  right: 0;
}
.promotion_overlay-lobby .promotion_games,
.promotion_overlay-lobby .promotion_games-desktop {
  position: absolute;
  left: 0;
  top: 6px;
  right: -6px;
  bottom: 0;
  overflow-x: visible;
  overflow-y: auto;
}
.promotion_overlay-lobby .promotion_games .game,
.promotion_overlay-lobby .promotion_games-desktop .game {
  clear: none;
}
.promotion_overlay-lobby .promotion_games::-webkit-scrollbar,
.promotion_overlay-lobby .promotion_games-desktop::-webkit-scrollbar {
  width: 0px;
  display: none;
}
.promotion_overlay-lobby #tournamentLeaderboard,
.promotion_overlay-lobby #tournamentLeaderboard2,
.promotion_overlay-lobby #tournamentRules,
.promotion_overlay-lobby #tournamentRules2 {
  overflow-x: visible;
  overflow-y: auto;
}
.promotion_overlay-lobby #tournamentLeaderboard::-webkit-scrollbar,
.promotion_overlay-lobby #tournamentLeaderboard2::-webkit-scrollbar,
.promotion_overlay-lobby #tournamentRules::-webkit-scrollbar,
.promotion_overlay-lobby #tournamentRules2::-webkit-scrollbar {
  width: 0px;
  display: none;
}
.promotion_overlay-lobby #tournamentLeaderboard2,
.promotion_overlay-lobby #tournamentRules,
.promotion_overlay-lobby #tournamentRules2 {
  bottom: 0px;
  left: 6px;
  top: 12px;
  padding-right: 12px;
  text-align: left;
  color: white;
  position: absolute;
  margin-bottom: 0;
}
.promotion_games .scroll {
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-width: calc(100% - 7px);
}
@media (min-width: 568px) {
  .promotion_games .scroll {
    max-width: 349px;
  }
}
.promotion_games .scroll.start > div {
  position: relative;
  animation: scroll 1.25s 1 ease-in-out;
  -moz-animation: scroll 1.25s 1 ease-in-out;
  -webkit-animation: scroll 1.25s 1 ease-in-out;
  -o-animation: scroll 1.25s 1 ease-in-out;
  animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
}
.promotion_games .game {
  width: 117px;
  height: 117px;
  clear: left;
}
.promotion_games .game .icons {
  display: none;
}
.promotion_games .game .name {
  display: none !important;
}
.promotion_games .game .buttons {
  text-align: center;
}
.promotion_games .game .buttons a {
  display: block;
  margin: 0 auto;
  margin-bottom: 2px !important;
  width: 95% !important;
  font-size: 11px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  line-height: 14px !important;
}
.promotion_games .game > div {
  bottom: 6px;
  right: 6px;
}
.promotion_games .game:hover .wrap .overlay {
  visibility: hidden;
  opacity: 0;
}
.promotion_games .game.hover .wrap .overlay {
  visibility: visible !important;
  opacity: 1 !important;
}
.promotion_games-desktop .game {
  width: 117px;
  height: 117px;
  clear: left;
}
.promotion_games-desktop .game .icons {
  display: none;
}
.promotion_games-desktop .game .name {
  display: none !important;
}
.promotion_games-desktop .game .buttons {
  text-align: center;
}
.promotion_games-desktop .game .buttons a {
  display: block;
  margin: 0 auto;
  margin-bottom: 2px !important;
  width: 95% !important;
  font-size: 11px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  line-height: 14px !important;
}
.promotion_games-desktop .game > div {
  bottom: 6px;
  right: 6px;
}
.promotion table {
  margin-bottom: 12px / 2;
}
@media (min-width: 768px) {
  .promotion table {
    margin-bottom: 12px;
  }
}
.promotion table thead tr td,
.promotion table thead:first-child tr td,
.promotion table thead tr:first-child td,
.promotion table thead:first-child tr:first-child td,
.promotion table thead tr th,
.promotion table thead:first-child tr th,
.promotion table thead tr:first-child th,
.promotion table thead:first-child tr:first-child th {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 0;
  font-weight: normal;
}
.promotion table tbody tr td,
.promotion table tbody tr th {
  border-top: 0;
}
.promotion table tbody tr td .fa,
.promotion table tbody tr th .fa {
  font-size: 10px;
  top: -1px;
  position: relative;
}
.promotion table tbody tr th {
  width: 30px;
  font-weight: normal;
}
.promotion table.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .promotion table.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.25);
  }
}
.promotion.open {
  background-color: rgba(0, 0, 0, 0.4);
}
.promotion.open .promotion_extended {
  display: block;
}
.promotionslider {
  position: relative;
  float: left;
}
.promotionslider > .wrap {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.force-hidden {
  display: none !important;
}
.text-right {
  text-align: right;
}
@media (min-width: 768px) {
  .col-sm-text-left {
    text-align: left;
  }
}
.tournaments-toggle {
  display: none;
  cursor: pointer;
  height: auto;
  position: absolute;
  top: -14px;
  padding: 12px;
}
@media (min-width: 768px) {
  .tournaments-toggle {
    top: -12px;
  }
}
.tournaments-toggle img {
  width: 100%;
}
.tournaments-toggle .tap {
  -moz-animation: cssAnimation 0s ease-in 4s forwards;
  -webkit-animation: cssAnimation 0s ease-in 4s forwards;
  -o-animation: cssAnimation 0s ease-in 4s forwards;
  animation: cssAnimation 0s ease-in 4s forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  display: block;
  width: 70%;
  height: 70%;
  position: absolute;
  top: 33%;
  left: 20%;
}
@keyframes cssAnimation {
  to {
    width: 0;
    height: 0;
    overflow: hidden;
  }
}
@-webkit-keyframes cssAnimation {
  to {
    width: 0;
    height: 0;
    visibility: hidden;
  }
}
.tmp-tournaments-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 356px;
  z-index: 100;
  display: none;
}
.tmp-tournaments-wrapper .promotion_header,
.tmp-tournaments-wrapper .promotion_img,
.tmp-tournaments-wrapper .promotion_quickinfo {
  cursor: auto;
}
.tmp-tournaments-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 356px;
  z-index: 99;
  display: none;
}
.tmp-tournaments-overlay span {
  display: inline-block;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 50%;
  margin-top: -60px;
  left: 50%;
  margin-left: -60px;
  text-align: center;
  font-size: 20px;
  text-shadow: 1px 1px 0px #000;
  text-transform: uppercase;
}
.tmp-tournaments-overlay span object,
.tmp-tournaments-overlay span svg {
  width: 75px;
  height: 75px;
  margin-top: 12px;
  margin-right: 12px;
  filter: drop-shadow(1px 1px 0 #000000);
  cursor: pointer;
}
.mobile-true .tmp-tournaments-overlay .mobile,
.mobile-true .tmp-tournaments-wrapper .mobile {
  display: block;
}
.mobile-true .tmp-tournaments-overlay .desktop,
.mobile-true .tmp-tournaments-wrapper .desktop {
  display: none;
}
.mobile-false .tmp-tournaments-overlay .mobile,
.mobile-false .tmp-tournaments-wrapper .mobile {
  display: none;
}
.mobile-false .tmp-tournaments-overlay .desktop,
.mobile-false .tmp-tournaments-wrapper .desktop {
  display: block;
}
/* Marqeee */
.marquee {
  position: relative;
  height: 20px;
  line-height: 20px;
  margin: 0 auto;
  overflow: hidden;
  font-size: 12px;
  color: white;
}
@media (min-width: 1024px) {
  .marquee {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
}
.marquee.marquee-hidden-xs {
  display: none;
}
@media (min-width: 568px) {
  .marquee.marquee-hidden-xs {
    display: block;
  }
}
.marquee__wrapper {
  border: 0;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  right: 0;
}
.marquee__current {
  position: absolute;
  top: 0;
  right: 0;
  background: black;
  padding: 0 9px;
  z-index: 10;
  display: none;
}
.marquee__current > div {
  display: inline-block;
}
.marquee__current:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  height: 20px;
  width: 20px;
  background-image: -webkit-linear-gradient(left, transparent 0%, black 100%);
  background-image: -o-linear-gradient(left, transparent 0%, black 100%);
  background-image: linear-gradient(to right, transparent 0%, black 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff000000', GradientType=1);
}
@media (min-width: 1024px) {
  .marquee__current:before {
    height: 36px;
    width: 36px;
  }
}
.marquee__list,
.marquee__hidden {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style: none;
  counter-reset: my-awesome-counter;
  z-index: 9;
  position: relative;
  text-align: left;
}
.marquee__list li,
.marquee__hidden li {
  counter-increment: my-awesome-counter;
  /*&:nth-child(1),
                &:nth-child(2),
                &:nth-child(3) {
                    &::before {
                        content: "";
                    }

                    list-style-type: none;
                    background-repeat: no-repeat;
                    background-position-x: 6px;
                    background-position-y: center;
                    background-size: @iconsize;
                    padding-left: @iconsize * 1.6;

                    @media (min-width: @screen-md) {
                        background-size: @iconsize-big;
                        padding-left: @iconsize-big * 1.4;
                    }
                }

                &:nth-child(1) {
                    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='_x31__2_' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 15' style='enable-background:new 0 0 16 15;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23E7CA3E;%7D%0A%3C/style%3E%3Cg id='_x31__2_'%3E%3Cg%3E%3Cpath id='_x31__15_' class='st0' d='M16,2.8v1.6c0,1-0.6,2-1.7,2.8c-0.9,0.6-1.9,1-3.1,1.2c-0.9,1.4-1.9,2-1.9,2v2h1.3 c1,0,1.8,0.6,1.8,1.6v0.3c0,0.2-0.1,0.3-0.3,0.3H3.9c-0.2,0-0.3-0.1-0.3-0.3v-0.3c0-1,0.8-1.6,1.8-1.6h1.3v-2c0,0-1-0.6-1.9-2 C3.7,8.2,2.6,7.8,1.7,7.1C0.6,6.4,0,5.3,0,4.3V2.8c0-0.4,0.3-0.7,0.7-0.7h2.9V1c0-0.4,0.3-0.7,0.7-0.7h7.6c0.4,0,0.7,0.3,0.7,0.7 v1.1h2.9C15.7,2.1,16,2.4,16,2.8z M3.9,6.3C3.7,5.6,3.6,4.8,3.6,3.9H1.8v0.4c0,0.3,0.3,0.9,1,1.4C3.1,5.9,3.5,6.1,3.9,6.3z M14.2,3.9h-1.8c0,0.9-0.2,1.7-0.4,2.4c0.4-0.1,0.8-0.3,1.2-0.6c0.5-0.4,1-0.9,1-1.4V3.9z'/%3E%3Cpath id='_x31__14_' class='st0' d='M8.8,8.5H7.4V4L6,4.4V3.4l2.7-0.9h0.1V8.5z'/%3E%3C/g%3E%3Cg%3E%3Cpath id='_x31__13_' class='st0' d='M16,2.8v1.6c0,1-0.6,2-1.7,2.8c-0.9,0.6-1.9,1-3.1,1.2c-0.9,1.4-1.9,2-1.9,2v2h1.3 c1,0,1.8,0.6,1.8,1.6v0.3c0,0.2-0.1,0.3-0.3,0.3H3.9c-0.2,0-0.3-0.1-0.3-0.3v-0.3c0-1,0.8-1.6,1.8-1.6h1.3v-2c0,0-1-0.6-1.9-2 C3.7,8.2,2.6,7.8,1.7,7.1C0.6,6.4,0,5.3,0,4.3V2.8c0-0.4,0.3-0.7,0.7-0.7h2.9V1c0-0.4,0.3-0.7,0.7-0.7h7.6c0.4,0,0.7,0.3,0.7,0.7 v1.1h2.9C15.7,2.1,16,2.4,16,2.8z M3.9,6.3C3.7,5.6,3.6,4.8,3.6,3.9H1.8v0.4c0,0.3,0.3,0.9,1,1.4C3.1,5.9,3.5,6.1,3.9,6.3z M14.2,3.9h-1.8c0,0.9-0.2,1.7-0.4,2.4c0.4-0.1,0.8-0.3,1.2-0.6c0.5-0.4,1-0.9,1-1.4V3.9z'/%3E%3Cpath id='_x31__12_' d='M8.8,8.5H7.4V4L6,4.4V3.4l2.7-0.9h0.1V8.5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
                }

                &:nth-child(2) {
                    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='_x32__2_' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 15' style='enable-background:new 0 0 16 15;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23E7CA3E;%7D .st1%7Bfill:%23D3DCDD;%7D%0A%3C/style%3E%3Cg id='_x32__2_'%3E%3Cg%3E%3Cpath id='_x32__15_' class='st0' d='M16,2.8v1.6c0,1-0.6,2-1.7,2.8c-0.9,0.6-1.9,1-3.1,1.2c-0.9,1.4-1.9,2-1.9,2v2h1.3 c1,0,1.8,0.6,1.8,1.6v0.3c0,0.2-0.1,0.3-0.3,0.3H3.9c-0.2,0-0.3-0.1-0.3-0.3v-0.3c0-1,0.8-1.6,1.8-1.6h1.3v-2c0,0-1-0.6-1.9-2 C3.7,8.2,2.6,7.8,1.7,7.1C0.6,6.4,0,5.3,0,4.3V2.8c0-0.4,0.3-0.7,0.7-0.7h2.9V1c0-0.4,0.3-0.7,0.7-0.7h7.6c0.4,0,0.7,0.3,0.7,0.7 v1.1h2.9C15.7,2.1,16,2.4,16,2.8z M3.9,6.3C3.7,5.6,3.6,4.8,3.6,3.9H1.8v0.4c0,0.3,0.3,0.9,1,1.4C3.1,5.9,3.5,6.1,3.9,6.3z M14.2,3.9h-1.8c0,0.9-0.2,1.7-0.4,2.4c0.4-0.1,0.8-0.3,1.2-0.6c0.5-0.4,1-0.9,1-1.4V3.9z'/%3E%3Cpath id='_x32__14_' class='st0' d='M10.2,8.5H6.1V7.6l1.9-2c0.5-0.5,0.7-0.9,0.7-1.3c0-0.3-0.1-0.4-0.2-0.6 C8.4,3.7,8.3,3.6,8,3.6c-0.2,0-0.4,0.1-0.5,0.3C7.4,4.1,7.4,4.3,7.4,4.5H6c0-0.4,0.1-0.7,0.3-1C6.4,3.2,6.7,3,7,2.8 c0.3-0.2,0.7-0.3,1.1-0.3c0.6,0,1.1,0.1,1.5,0.4C9.9,3.3,10,3.7,10,4.3c0,0.2,0,0.5-0.1,0.7C9.8,5.2,9.7,5.4,9.5,5.6 C9.3,5.9,9,6.2,8.6,6.6L7.9,7.5h2.3V8.5z'/%3E%3C/g%3E%3Cg%3E%3Cpath id='_x32__13_' class='st1' d='M16,2.8v1.6c0,1-0.6,2-1.7,2.8c-0.9,0.6-1.9,1-3.1,1.2c-0.9,1.4-1.9,2-1.9,2v2h1.3 c1,0,1.8,0.6,1.8,1.6v0.3c0,0.2-0.1,0.3-0.3,0.3H3.9c-0.2,0-0.3-0.1-0.3-0.3v-0.3c0-1,0.8-1.6,1.8-1.6h1.3v-2c0,0-1-0.6-1.9-2 C3.7,8.2,2.6,7.8,1.7,7.1C0.6,6.4,0,5.3,0,4.3V2.8c0-0.4,0.3-0.7,0.7-0.7h2.9V1c0-0.4,0.3-0.7,0.7-0.7h7.6c0.4,0,0.7,0.3,0.7,0.7 v1.1h2.9C15.7,2.1,16,2.4,16,2.8z M3.9,6.3C3.7,5.6,3.6,4.8,3.6,3.9H1.8v0.4c0,0.3,0.3,0.9,1,1.4C3.1,5.9,3.5,6.1,3.9,6.3z M14.2,3.9h-1.8c0,0.9-0.2,1.7-0.4,2.4c0.4-0.1,0.8-0.3,1.2-0.6c0.5-0.4,1-0.9,1-1.4V3.9z'/%3E%3Cpath id='_x32__12_' d='M10.2,8.5H6.1V7.6l1.9-2c0.5-0.5,0.7-0.9,0.7-1.3c0-0.3-0.1-0.4-0.2-0.6C8.4,3.7,8.3,3.6,8,3.6 c-0.2,0-0.4,0.1-0.5,0.3C7.4,4.1,7.4,4.3,7.4,4.5H6c0-0.4,0.1-0.7,0.3-1C6.4,3.2,6.7,3,7,2.8c0.3-0.2,0.7-0.3,1.1-0.3 c0.6,0,1.1,0.1,1.5,0.4C9.9,3.3,10,3.7,10,4.3c0,0.2,0,0.5-0.1,0.7C9.8,5.2,9.7,5.4,9.5,5.6C9.3,5.9,9,6.2,8.6,6.6L7.9,7.5h2.3 V8.5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
                }

                &:nth-child(3) {
                    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='_x33__2_' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 15' style='enable-background:new 0 0 16 15;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23E7CA3E;%7D .st1%7Bfill:%23FAAC8A;%7D%0A%3C/style%3E%3Cg id='_x33__2_'%3E%3Cg%3E%3Cpath id='_x33__17_' class='st0' d='M16,2.8v1.6c0,1-0.6,2-1.7,2.8c-0.9,0.6-1.9,1-3.1,1.2c-0.9,1.4-1.9,2-1.9,2v2h1.3 c1,0,1.8,0.6,1.8,1.6v0.3c0,0.2-0.1,0.3-0.3,0.3H3.9c-0.2,0-0.3-0.1-0.3-0.3v-0.3c0-1,0.8-1.6,1.8-1.6h1.3v-2c0,0-1-0.6-1.9-2 C3.7,8.2,2.6,7.8,1.7,7.1C0.6,6.4,0,5.3,0,4.3V2.8c0-0.4,0.3-0.7,0.7-0.7h2.9V1c0-0.4,0.3-0.7,0.7-0.7h7.6c0.4,0,0.7,0.3,0.7,0.7 v1.1h2.9C15.7,2.1,16,2.4,16,2.8z M3.9,6.3C3.7,5.6,3.6,4.8,3.6,3.9H1.8v0.4c0,0.3,0.3,0.9,1,1.4C3.1,5.9,3.5,6.1,3.9,6.3z M14.2,3.9h-1.8c0,0.9-0.2,1.7-0.4,2.4c0.4-0.1,0.8-0.3,1.2-0.6c0.5-0.4,1-0.9,1-1.4V3.9z'/%3E%3Cpath id='_x33__16_' class='st0' d='M7.4,4.9H8c0.5,0,0.8-0.2,0.8-0.7c0-0.2-0.1-0.3-0.2-0.5C8.5,3.6,8.3,3.5,8.1,3.5 c-0.2,0-0.3,0.1-0.5,0.2C7.5,3.8,7.4,3.9,7.4,4.1H6.1c0-0.3,0.1-0.6,0.3-0.8C6.5,3,6.8,2.8,7.1,2.7c0.3-0.1,0.6-0.2,1-0.2 c0.6,0,1.2,0.1,1.5,0.4c0.4,0.3,0.6,0.7,0.6,1.2c0,0.3-0.1,0.5-0.2,0.7C9.8,5.1,9.5,5.3,9.2,5.4C9.6,5.5,9.8,5.7,10,5.9 c0.2,0.2,0.3,0.5,0.3,0.8c0,0.5-0.2,0.9-0.6,1.3C9.2,8.3,8.7,8.5,8.1,8.5C7.7,8.5,7.3,8.4,7,8.3C6.7,8.1,6.4,7.9,6.3,7.7 C6.1,7.4,6,7.1,6,6.8h1.4c0,0.2,0.1,0.3,0.2,0.5c0.1,0.1,0.3,0.2,0.5,0.2c0.2,0,0.4-0.1,0.6-0.2C8.8,7.1,8.9,7,8.9,6.8 c0-0.3-0.1-0.5-0.2-0.6C8.5,6,8.3,5.9,8.1,5.9H7.4V4.9z'/%3E%3C/g%3E%3Cg%3E%3Cpath id='_x33__15_' class='st1' d='M16,2.8v1.6c0,1-0.6,2-1.7,2.8c-0.9,0.6-1.9,1-3.1,1.2c-0.9,1.4-1.9,2-1.9,2v2h1.3 c1,0,1.8,0.6,1.8,1.6v0.3c0,0.2-0.1,0.3-0.3,0.3H3.9c-0.2,0-0.3-0.1-0.3-0.3v-0.3c0-1,0.8-1.6,1.8-1.6h1.3v-2c0,0-1-0.6-1.9-2 C3.7,8.2,2.6,7.8,1.7,7.1C0.6,6.4,0,5.3,0,4.3V2.8c0-0.4,0.3-0.7,0.7-0.7h2.9V1c0-0.4,0.3-0.7,0.7-0.7h7.6c0.4,0,0.7,0.3,0.7,0.7 v1.1h2.9C15.7,2.1,16,2.4,16,2.8z M3.9,6.3C3.7,5.6,3.6,4.8,3.6,3.9H1.8v0.4c0,0.3,0.3,0.9,1,1.4C3.1,5.9,3.5,6.1,3.9,6.3z M14.2,3.9h-1.8c0,0.9-0.2,1.7-0.4,2.4c0.4-0.1,0.8-0.3,1.2-0.6c0.5-0.4,1-0.9,1-1.4V3.9z'/%3E%3Cpath id='_x33__14_' d='M7.4,4.9H8c0.5,0,0.8-0.2,0.8-0.7c0-0.2-0.1-0.3-0.2-0.5C8.5,3.6,8.3,3.5,8.1,3.5c-0.2,0-0.3,0.1-0.5,0.2 C7.5,3.8,7.4,3.9,7.4,4.1H6.1c0-0.3,0.1-0.6,0.3-0.8C6.5,3,6.8,2.8,7.1,2.7c0.3-0.1,0.6-0.2,1-0.2c0.6,0,1.2,0.1,1.5,0.4 c0.4,0.3,0.6,0.7,0.6,1.2c0,0.3-0.1,0.5-0.2,0.7C9.8,5.1,9.5,5.3,9.2,5.4C9.6,5.5,9.8,5.7,10,5.9c0.2,0.2,0.3,0.5,0.3,0.8 c0,0.5-0.2,0.9-0.6,1.3C9.2,8.3,8.7,8.5,8.1,8.5C7.7,8.5,7.3,8.4,7,8.3C6.7,8.1,6.4,7.9,6.3,7.7C6.1,7.4,6,7.1,6,6.8h1.4 c0,0.2,0.1,0.3,0.2,0.5c0.1,0.1,0.3,0.2,0.5,0.2c0.2,0,0.4-0.1,0.6-0.2C8.8,7.1,8.9,7,8.9,6.8c0-0.3-0.1-0.5-0.2-0.6 C8.5,6,8.3,5.9,8.1,5.9H7.4V4.9z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
                }*/
}
.marquee__list li::before,
.marquee__hidden li::before {
  content: counter(my-awesome-counter) ". ";
}
.marquee__list li.highlight-true,
.marquee__hidden li.highlight-true {
  color: #fba10d;
}
.marquee__list {
  display: none;
  min-width: 100vw;
}
.marquee__hidden {
  animation: none;
  position: absolute;
  opacity: 0;
  min-width: 100vw;
}
.marquee__item {
  display: inline-block;
  vertical-align: top;
  padding: 0 9px;
  position: relative;
  min-width: 80px;
  text-align: left;
}
@media (min-width: 1024px) {
  .marquee__item {
    padding: 0 13.5px;
  }
}
.marquee__score,
.marquee__userscore {
  opacity: 0.6;
  padding-left: 12px;
}
.marquee__position-2::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 0;
  border-color: transparent green transparent transparent;
  position: absolute;
  top: 2px;
  right: 2px;
}
@media (min-width: 1024px) {
  .marquee__position-2::after {
    border-width: 0 9px 9px 0;
  }
}
.marquee__position-1::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 6px 6px;
  border-color: transparent transparent red transparent;
  position: absolute;
  bottom: 2px;
  right: 2px;
}
@media (min-width: 1024px) {
  .marquee__position-1::after {
    border-width: 0 0 9px 9px;
  }
}
@keyframes marquee {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes marquee2 {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-200%);
  }
}