.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Default rem baseline.
 * 
 * @type Number
 */
/**
 * Transform a value into rem.
 *
 * @param {Number} $value
 * @param {Number} $baseline ($guss-rem-baseline)
 *
 * @requires {variable} guss-rem-baseline
 *
 * @return {List | Number}
 */
/**
 * Output `rem` units with `px` fallback.
 *
 * @link http://sassmeister.com/gist/7451284 Usage
 * 
 * @param {Map} $properties
 *
 * @requires {function} rem
 */
.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.primary-font, body[data-active-product=casino] header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu #user-dropdown-container a.button,
body[data-active-product=casino] header#mobile-navigation.navigation-holder .mobile-offcanvas #user-dropdown-container a.button,
body[data-active-product=live-casino] header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu #user-dropdown-container a.button,
body[data-active-product=live-casino] header#mobile-navigation.navigation-holder .mobile-offcanvas #user-dropdown-container a.button,
body[data-active-product=game-shows] header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu #user-dropdown-container a.button,
body[data-active-product=game-shows] header#mobile-navigation.navigation-holder .mobile-offcanvas #user-dropdown-container a.button, body[data-active-product=casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown a.button,
body[data-active-product=casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown li.dropdown:hover > a.button,
body[data-active-product=live-casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown a.button,
body[data-active-product=live-casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown li.dropdown:hover > a.button,
body[data-active-product=game-shows] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown a.button,
body[data-active-product=game-shows] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown li.dropdown:hover > a.button {
  font-family: "open_sansregular", Arial, sans-serif;
}

.bold-font {
  font-family: "open_sansbold", Arial, sans-serif;
}

.title-font {
  font-family: "nunitoextrabold", Arial, sans-serif;
}

.bold-title-font {
  font-family: "nunitobold", Arial, sans-serif;
}

.semibold-title-font {
  font-family: "nunitosemibold", Arial, sans-serif;
}

.extrabold-title-font {
  font-family: "nunitoextrabold", Arial, sans-serif;
}

body[data-active-product=casino],
body[data-active-product=live-casino],
body[data-active-product=game-shows] {
  background-color: #000; /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#424242), to(#000));
  background-image: -webkit-linear-gradient(top, #424242, #000);
  background-image: -moz-linear-gradient(top, #424242, #000);
  background-image: -ms-linear-gradient(top, #424242, #000);
  background-image: -o-linear-gradient(top, #424242, #000);
  background-image: linear-gradient(top, #424242, #000);
}
body[data-active-product=casino].template-login #main-layout-container,
body[data-active-product=live-casino].template-login #main-layout-container,
body[data-active-product=game-shows].template-login #main-layout-container {
  background-color: #2d1f01; /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#faaa00), to(#2d1f01));
  background-image: -webkit-linear-gradient(top, #faaa00, #2d1f01);
  background-image: -moz-linear-gradient(top, #faaa00, #2d1f01);
  background-image: -ms-linear-gradient(top, #faaa00, #2d1f01);
  background-image: -o-linear-gradient(top, #faaa00, #2d1f01);
  background-image: linear-gradient(top, #faaa00, #2d1f01);
}
body[data-active-product=casino] #loader-container,
body[data-active-product=live-casino] #loader-container,
body[data-active-product=game-shows] #loader-container {
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#474b4f+0,000000+100 */
  background: #000; /* Old browsers */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #000000 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #000000 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #2b2b2b 0%, #000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2b2b2b", endColorstr="#000000",GradientType=0 ); /* IE6-9 */
}
body[data-active-product=casino] #loader-container .logo,
body[data-active-product=live-casino] #loader-container .logo,
body[data-active-product=game-shows] #loader-container .logo {
  height: auto;
  margin-bottom: 20px;
}
body[data-active-product=casino] #loader-container .logo img,
body[data-active-product=live-casino] #loader-container .logo img,
body[data-active-product=game-shows] #loader-container .logo img {
  width: 220px;
}
body[data-active-product=casino] header.navigation-holder#mobile-navigation .topbar,
body[data-active-product=live-casino] header.navigation-holder#mobile-navigation .topbar,
body[data-active-product=game-shows] header.navigation-holder#mobile-navigation .topbar {
  background: #464646;
  background: -moz-linear-gradient(right, #464646 0%, #000 100%);
  background: -webkit-linear-gradient(right, #464646 0%, #000 100%);
  background: linear-gradient(to right, #464646 0%, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}
body[data-active-product=casino] header.navigation-holder#mobile-navigation .topbar #navbar-toggler .icon,
body[data-active-product=live-casino] header.navigation-holder#mobile-navigation .topbar #navbar-toggler .icon,
body[data-active-product=game-shows] header.navigation-holder#mobile-navigation .topbar #navbar-toggler .icon {
  color: #fff;
}
body[data-active-product=casino] header.navigation-holder#mobile-navigation .topbar #menu-registration-form a.button,
body[data-active-product=live-casino] header.navigation-holder#mobile-navigation .topbar #menu-registration-form a.button,
body[data-active-product=game-shows] header.navigation-holder#mobile-navigation .topbar #menu-registration-form a.button {
  color: #fff;
}
body[data-active-product=casino] header.navigation-holder#mobile-navigation .topbar #menu-registration-form.menu-user-items a,
body[data-active-product=casino] header.navigation-holder#mobile-navigation .topbar #menu-registration-form.menu-user-items a.button,
body[data-active-product=casino] header.navigation-holder#mobile-navigation .topbar #menu-registration-form.menu-user-items .user-menu,
body[data-active-product=live-casino] header.navigation-holder#mobile-navigation .topbar #menu-registration-form.menu-user-items a,
body[data-active-product=live-casino] header.navigation-holder#mobile-navigation .topbar #menu-registration-form.menu-user-items a.button,
body[data-active-product=live-casino] header.navigation-holder#mobile-navigation .topbar #menu-registration-form.menu-user-items .user-menu,
body[data-active-product=game-shows] header.navigation-holder#mobile-navigation .topbar #menu-registration-form.menu-user-items a,
body[data-active-product=game-shows] header.navigation-holder#mobile-navigation .topbar #menu-registration-form.menu-user-items a.button,
body[data-active-product=game-shows] header.navigation-holder#mobile-navigation .topbar #menu-registration-form.menu-user-items .user-menu {
  color: #fff;
}
body[data-active-product=casino] header#desktop-navigation.navigation-holder .topbar,
body[data-active-product=live-casino] header#desktop-navigation.navigation-holder .topbar,
body[data-active-product=game-shows] header#desktop-navigation.navigation-holder .topbar {
  background: #464646;
  background: -moz-linear-gradient(right, #464646 0%, #000 100%);
  background: -webkit-linear-gradient(right, #464646 0%, #000 100%);
  background: linear-gradient(to right, #464646 0%, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}
body[data-active-product=casino] header#desktop-navigation.navigation-holder .topbar .shopping-cart-icon .shopping-cart-icon-value,
body[data-active-product=live-casino] header#desktop-navigation.navigation-holder .topbar .shopping-cart-icon .shopping-cart-icon-value,
body[data-active-product=game-shows] header#desktop-navigation.navigation-holder .topbar .shopping-cart-icon .shopping-cart-icon-value {
  background-color: #E09900;
}
body[data-active-product=casino] header#desktop-navigation.navigation-holder .topbar .primary-menu li.active > a.nav-link,
body[data-active-product=live-casino] header#desktop-navigation.navigation-holder .topbar .primary-menu li.active > a.nav-link,
body[data-active-product=game-shows] header#desktop-navigation.navigation-holder .topbar .primary-menu li.active > a.nav-link {
  color: #222;
  background-color: #fff;
}
body[data-active-product=casino] header#desktop-navigation.navigation-holder .topbar .primary-menu li.active > a.nav-link:hover,
body[data-active-product=live-casino] header#desktop-navigation.navigation-holder .topbar .primary-menu li.active > a.nav-link:hover,
body[data-active-product=game-shows] header#desktop-navigation.navigation-holder .topbar .primary-menu li.active > a.nav-link:hover {
  color: #000;
  background-color: #fff;
}
body[data-active-product=casino] header#desktop-navigation.navigation-holder .topbar .primary-menu a.nav-link:hover, body[data-active-product=casino] header#desktop-navigation.navigation-holder .topbar .primary-menu a.nav-link:focus,
body[data-active-product=live-casino] header#desktop-navigation.navigation-holder .topbar .primary-menu a.nav-link:hover,
body[data-active-product=live-casino] header#desktop-navigation.navigation-holder .topbar .primary-menu a.nav-link:focus,
body[data-active-product=game-shows] header#desktop-navigation.navigation-holder .topbar .primary-menu a.nav-link:hover,
body[data-active-product=game-shows] header#desktop-navigation.navigation-holder .topbar .primary-menu a.nav-link:focus {
  background-color: #444444;
}
body[data-active-product=casino] header#desktop-navigation.navigation-holder .topbar .primary-menu a.nav-link:active,
body[data-active-product=live-casino] header#desktop-navigation.navigation-holder .topbar .primary-menu a.nav-link:active,
body[data-active-product=game-shows] header#desktop-navigation.navigation-holder .topbar .primary-menu a.nav-link:active {
  background-color: #333;
}
body[data-active-product=casino] header#desktop-navigation.navigation-holder .topbar .secondary-menu a.nav-link,
body[data-active-product=live-casino] header#desktop-navigation.navigation-holder .topbar .secondary-menu a.nav-link,
body[data-active-product=game-shows] header#desktop-navigation.navigation-holder .topbar .secondary-menu a.nav-link {
  color: #222;
}
body[data-active-product=casino] header#desktop-navigation.navigation-holder .topbar .secondary-menu a.nav-link:hover, body[data-active-product=casino] header#desktop-navigation.navigation-holder .topbar .secondary-menu a.nav-link:focus,
body[data-active-product=live-casino] header#desktop-navigation.navigation-holder .topbar .secondary-menu a.nav-link:hover,
body[data-active-product=live-casino] header#desktop-navigation.navigation-holder .topbar .secondary-menu a.nav-link:focus,
body[data-active-product=game-shows] header#desktop-navigation.navigation-holder .topbar .secondary-menu a.nav-link:hover,
body[data-active-product=game-shows] header#desktop-navigation.navigation-holder .topbar .secondary-menu a.nav-link:focus {
  color: #000;
  background-color: #efefef;
}
body[data-active-product=casino] header#desktop-navigation.navigation-holder .topbar .secondary-menu a.nav-link:active,
body[data-active-product=live-casino] header#desktop-navigation.navigation-holder .topbar .secondary-menu a.nav-link:active,
body[data-active-product=game-shows] header#desktop-navigation.navigation-holder .topbar .secondary-menu a.nav-link:active {
  color: #222;
  background-color: #efefef;
}
body[data-active-product=casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .nav-item-redeem:before,
body[data-active-product=casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .nav-item-replays:before,
body[data-active-product=casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .nav-item-cart:before,
body[data-active-product=casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .nav-item-funds:before,
body[data-active-product=casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .nav-item-activity:before,
body[data-active-product=casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .nav-item-profile:before,
body[data-active-product=casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .nav-item-help:before,
body[data-active-product=live-casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .nav-item-redeem:before,
body[data-active-product=live-casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .nav-item-replays:before,
body[data-active-product=live-casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .nav-item-cart:before,
body[data-active-product=live-casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .nav-item-funds:before,
body[data-active-product=live-casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .nav-item-activity:before,
body[data-active-product=live-casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .nav-item-profile:before,
body[data-active-product=live-casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .nav-item-help:before,
body[data-active-product=game-shows] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .nav-item-redeem:before,
body[data-active-product=game-shows] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .nav-item-replays:before,
body[data-active-product=game-shows] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .nav-item-cart:before,
body[data-active-product=game-shows] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .nav-item-funds:before,
body[data-active-product=game-shows] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .nav-item-activity:before,
body[data-active-product=game-shows] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .nav-item-profile:before,
body[data-active-product=game-shows] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .nav-item-help:before {
  color: #E09900;
}
body[data-active-product=casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items a:hover, body[data-active-product=casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items a:focus, body[data-active-product=casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items a:before,
body[data-active-product=live-casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items a:hover,
body[data-active-product=live-casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items a:focus,
body[data-active-product=live-casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items a:before,
body[data-active-product=game-shows] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items a:hover,
body[data-active-product=game-shows] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items a:focus,
body[data-active-product=game-shows] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items a:before {
  background-color: #444444;
}
body[data-active-product=casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items a:active,
body[data-active-product=live-casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items a:active,
body[data-active-product=game-shows] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items a:active {
  background-color: #333;
}
body[data-active-product=casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-menu:hover, body[data-active-product=casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-menu:focus,
body[data-active-product=live-casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-menu:hover,
body[data-active-product=live-casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-menu:focus,
body[data-active-product=game-shows] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-menu:hover,
body[data-active-product=game-shows] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-menu:focus {
  background-color: #444444;
}
body[data-active-product=casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-menu[aria-expanded=true], body[data-active-product=casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-menu:active,
body[data-active-product=live-casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-menu[aria-expanded=true],
body[data-active-product=live-casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-menu:active,
body[data-active-product=game-shows] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-menu[aria-expanded=true],
body[data-active-product=game-shows] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-menu:active {
  background-color: #fff;
  color: #222;
}
body[data-active-product=casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items li.dropdown.show .user-menu,
body[data-active-product=live-casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items li.dropdown.show .user-menu,
body[data-active-product=game-shows] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items li.dropdown.show .user-menu {
  color: #222;
}
body[data-active-product=casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown a[aria-expanded=true],
body[data-active-product=live-casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown a[aria-expanded=true],
body[data-active-product=game-shows] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown a[aria-expanded=true] {
  background-color: #dcdcdc;
}
body[data-active-product=casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown a:hover, body[data-active-product=casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown a:focus,
body[data-active-product=casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown li.dropdown:hover > a:hover,
body[data-active-product=casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown li.dropdown:hover > a:focus,
body[data-active-product=live-casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown a:hover,
body[data-active-product=live-casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown a:focus,
body[data-active-product=live-casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown li.dropdown:hover > a:hover,
body[data-active-product=live-casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown li.dropdown:hover > a:focus,
body[data-active-product=game-shows] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown a:hover,
body[data-active-product=game-shows] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown a:focus,
body[data-active-product=game-shows] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown li.dropdown:hover > a:hover,
body[data-active-product=game-shows] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown li.dropdown:hover > a:focus {
  color: #000;
  background-color: #efefef;
}
body[data-active-product=casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown a:active,
body[data-active-product=casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown li.dropdown:hover > a:active,
body[data-active-product=live-casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown a:active,
body[data-active-product=live-casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown li.dropdown:hover > a:active,
body[data-active-product=game-shows] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown a:active,
body[data-active-product=game-shows] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown li.dropdown:hover > a:active {
  color: #222;
  background-color: #efefef;
}
body[data-active-product=casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown a.button,
body[data-active-product=casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown li.dropdown:hover > a.button,
body[data-active-product=live-casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown a.button,
body[data-active-product=live-casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown li.dropdown:hover > a.button,
body[data-active-product=game-shows] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown a.button,
body[data-active-product=game-shows] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown li.dropdown:hover > a.button {
  color: #fff;
}
body[data-active-product=casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown a.button:hover,
body[data-active-product=casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown li.dropdown:hover > a.button:hover,
body[data-active-product=live-casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown a.button:hover,
body[data-active-product=live-casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown li.dropdown:hover > a.button:hover,
body[data-active-product=game-shows] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown a.button:hover,
body[data-active-product=game-shows] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown li.dropdown:hover > a.button:hover {
  background: #ffb514;
  border-color: #ffb514;
  color: #fff;
}
body[data-active-product=casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown .dropdown-menu,
body[data-active-product=live-casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown .dropdown-menu,
body[data-active-product=game-shows] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown .dropdown-menu {
  background-color: #dcdcdc;
  border-color: #E09900;
}
body[data-active-product=casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown .dropdown-menu a,
body[data-active-product=live-casino] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown .dropdown-menu a,
body[data-active-product=game-shows] header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown .dropdown-menu a {
  color: #000;
}
body[data-active-product=casino] header#mobile-navigation.navigation-holder .topbar #navbar-toggler:before,
body[data-active-product=live-casino] header#mobile-navigation.navigation-holder .topbar #navbar-toggler:before,
body[data-active-product=game-shows] header#mobile-navigation.navigation-holder .topbar #navbar-toggler:before {
  background-color: #000;
}
body[data-active-product=casino] header#mobile-navigation.navigation-holder .topbar #navbar-toggler .icon,
body[data-active-product=live-casino] header#mobile-navigation.navigation-holder .topbar #navbar-toggler .icon,
body[data-active-product=game-shows] header#mobile-navigation.navigation-holder .topbar #navbar-toggler .icon {
  color: #fff;
}
body[data-active-product=casino] header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu,
body[data-active-product=casino] header#mobile-navigation.navigation-holder .mobile-offcanvas,
body[data-active-product=live-casino] header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu,
body[data-active-product=live-casino] header#mobile-navigation.navigation-holder .mobile-offcanvas,
body[data-active-product=game-shows] header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu,
body[data-active-product=game-shows] header#mobile-navigation.navigation-holder .mobile-offcanvas {
  background-color: #000;
}
body[data-active-product=casino] header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu h6.dropdown-header,
body[data-active-product=casino] header#mobile-navigation.navigation-holder .mobile-offcanvas h6.dropdown-header,
body[data-active-product=live-casino] header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu h6.dropdown-header,
body[data-active-product=live-casino] header#mobile-navigation.navigation-holder .mobile-offcanvas h6.dropdown-header,
body[data-active-product=game-shows] header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu h6.dropdown-header,
body[data-active-product=game-shows] header#mobile-navigation.navigation-holder .mobile-offcanvas h6.dropdown-header {
  background-color: #000;
}
body[data-active-product=casino] header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu ul li a .icon,
body[data-active-product=casino] header#mobile-navigation.navigation-holder .mobile-offcanvas ul li a .icon,
body[data-active-product=live-casino] header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu ul li a .icon,
body[data-active-product=live-casino] header#mobile-navigation.navigation-holder .mobile-offcanvas ul li a .icon,
body[data-active-product=game-shows] header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu ul li a .icon,
body[data-active-product=game-shows] header#mobile-navigation.navigation-holder .mobile-offcanvas ul li a .icon {
  color: #ffb921;
}
body[data-active-product=casino] header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu .mobile-offcanvas,
body[data-active-product=casino] header#mobile-navigation.navigation-holder .mobile-offcanvas .mobile-offcanvas,
body[data-active-product=live-casino] header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu .mobile-offcanvas,
body[data-active-product=live-casino] header#mobile-navigation.navigation-holder .mobile-offcanvas .mobile-offcanvas,
body[data-active-product=game-shows] header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu .mobile-offcanvas,
body[data-active-product=game-shows] header#mobile-navigation.navigation-holder .mobile-offcanvas .mobile-offcanvas {
  background-color: #fff;
}
body[data-active-product=casino] header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu .mobile-offcanvas a,
body[data-active-product=casino] header#mobile-navigation.navigation-holder .mobile-offcanvas .mobile-offcanvas a,
body[data-active-product=live-casino] header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu .mobile-offcanvas a,
body[data-active-product=live-casino] header#mobile-navigation.navigation-holder .mobile-offcanvas .mobile-offcanvas a,
body[data-active-product=game-shows] header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu .mobile-offcanvas a,
body[data-active-product=game-shows] header#mobile-navigation.navigation-holder .mobile-offcanvas .mobile-offcanvas a {
  color: #ad7600;
}
body[data-active-product=casino] header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu #user-dropdown-container .nav-item-redeem:before,
body[data-active-product=casino] header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu #user-dropdown-container .nav-item-replays:before,
body[data-active-product=casino] header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu #user-dropdown-container .nav-item-cart:before,
body[data-active-product=casino] header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu #user-dropdown-container .nav-item-funds:before,
body[data-active-product=casino] header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu #user-dropdown-container .nav-item-activity:before,
body[data-active-product=casino] header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu #user-dropdown-container .nav-item-profile:before,
body[data-active-product=casino] header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu #user-dropdown-container .nav-item-help:before,
body[data-active-product=casino] header#mobile-navigation.navigation-holder .mobile-offcanvas #user-dropdown-container .nav-item-redeem:before,
body[data-active-product=casino] header#mobile-navigation.navigation-holder .mobile-offcanvas #user-dropdown-container .nav-item-replays:before,
body[data-active-product=casino] header#mobile-navigation.navigation-holder .mobile-offcanvas #user-dropdown-container .nav-item-cart:before,
body[data-active-product=casino] header#mobile-navigation.navigation-holder .mobile-offcanvas #user-dropdown-container .nav-item-funds:before,
body[data-active-product=casino] header#mobile-navigation.navigation-holder .mobile-offcanvas #user-dropdown-container .nav-item-activity:before,
body[data-active-product=casino] header#mobile-navigation.navigation-holder .mobile-offcanvas #user-dropdown-container .nav-item-profile:before,
body[data-active-product=casino] header#mobile-navigation.navigation-holder .mobile-offcanvas #user-dropdown-container .nav-item-help:before,
body[data-active-product=live-casino] header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu #user-dropdown-container .nav-item-redeem:before,
body[data-active-product=live-casino] header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu #user-dropdown-container .nav-item-replays:before,
body[data-active-product=live-casino] header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu #user-dropdown-container .nav-item-cart:before,
body[data-active-product=live-casino] header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu #user-dropdown-container .nav-item-funds:before,
body[data-active-product=live-casino] header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu #user-dropdown-container .nav-item-activity:before,
body[data-active-product=live-casino] header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu #user-dropdown-container .nav-item-profile:before,
body[data-active-product=live-casino] header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu #user-dropdown-container .nav-item-help:before,
body[data-active-product=live-casino] header#mobile-navigation.navigation-holder .mobile-offcanvas #user-dropdown-container .nav-item-redeem:before,
body[data-active-product=live-casino] header#mobile-navigation.navigation-holder .mobile-offcanvas #user-dropdown-container .nav-item-replays:before,
body[data-active-product=live-casino] header#mobile-navigation.navigation-holder .mobile-offcanvas #user-dropdown-container .nav-item-cart:before,
body[data-active-product=live-casino] header#mobile-navigation.navigation-holder .mobile-offcanvas #user-dropdown-container .nav-item-funds:before,
body[data-active-product=live-casino] header#mobile-navigation.navigation-holder .mobile-offcanvas #user-dropdown-container .nav-item-activity:before,
body[data-active-product=live-casino] header#mobile-navigation.navigation-holder .mobile-offcanvas #user-dropdown-container .nav-item-profile:before,
body[data-active-product=live-casino] header#mobile-navigation.navigation-holder .mobile-offcanvas #user-dropdown-container .nav-item-help:before,
body[data-active-product=game-shows] header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu #user-dropdown-container .nav-item-redeem:before,
body[data-active-product=game-shows] header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu #user-dropdown-container .nav-item-replays:before,
body[data-active-product=game-shows] header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu #user-dropdown-container .nav-item-cart:before,
body[data-active-product=game-shows] header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu #user-dropdown-container .nav-item-funds:before,
body[data-active-product=game-shows] header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu #user-dropdown-container .nav-item-activity:before,
body[data-active-product=game-shows] header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu #user-dropdown-container .nav-item-profile:before,
body[data-active-product=game-shows] header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu #user-dropdown-container .nav-item-help:before,
body[data-active-product=game-shows] header#mobile-navigation.navigation-holder .mobile-offcanvas #user-dropdown-container .nav-item-redeem:before,
body[data-active-product=game-shows] header#mobile-navigation.navigation-holder .mobile-offcanvas #user-dropdown-container .nav-item-replays:before,
body[data-active-product=game-shows] header#mobile-navigation.navigation-holder .mobile-offcanvas #user-dropdown-container .nav-item-cart:before,
body[data-active-product=game-shows] header#mobile-navigation.navigation-holder .mobile-offcanvas #user-dropdown-container .nav-item-funds:before,
body[data-active-product=game-shows] header#mobile-navigation.navigation-holder .mobile-offcanvas #user-dropdown-container .nav-item-activity:before,
body[data-active-product=game-shows] header#mobile-navigation.navigation-holder .mobile-offcanvas #user-dropdown-container .nav-item-profile:before,
body[data-active-product=game-shows] header#mobile-navigation.navigation-holder .mobile-offcanvas #user-dropdown-container .nav-item-help:before {
  color: #E09900;
}
body[data-active-product=casino] header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu #user-dropdown-container a,
body[data-active-product=casino] header#mobile-navigation.navigation-holder .mobile-offcanvas #user-dropdown-container a,
body[data-active-product=live-casino] header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu #user-dropdown-container a,
body[data-active-product=live-casino] header#mobile-navigation.navigation-holder .mobile-offcanvas #user-dropdown-container a,
body[data-active-product=game-shows] header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu #user-dropdown-container a,
body[data-active-product=game-shows] header#mobile-navigation.navigation-holder .mobile-offcanvas #user-dropdown-container a {
  color: #c78800;
}
body[data-active-product=casino] header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu #user-dropdown-container a.button,
body[data-active-product=casino] header#mobile-navigation.navigation-holder .mobile-offcanvas #user-dropdown-container a.button,
body[data-active-product=live-casino] header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu #user-dropdown-container a.button,
body[data-active-product=live-casino] header#mobile-navigation.navigation-holder .mobile-offcanvas #user-dropdown-container a.button,
body[data-active-product=game-shows] header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu #user-dropdown-container a.button,
body[data-active-product=game-shows] header#mobile-navigation.navigation-holder .mobile-offcanvas #user-dropdown-container a.button {
  color: #fff;
}
body[data-active-product=casino] header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu #user-dropdown-container a.button:hover,
body[data-active-product=casino] header#mobile-navigation.navigation-holder .mobile-offcanvas #user-dropdown-container a.button:hover,
body[data-active-product=live-casino] header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu #user-dropdown-container a.button:hover,
body[data-active-product=live-casino] header#mobile-navigation.navigation-holder .mobile-offcanvas #user-dropdown-container a.button:hover,
body[data-active-product=game-shows] header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu #user-dropdown-container a.button:hover,
body[data-active-product=game-shows] header#mobile-navigation.navigation-holder .mobile-offcanvas #user-dropdown-container a.button:hover {
  background: #ffb514;
  border-color: #ffb514;
  color: #fff;
}
body[data-active-product=casino] #menu-registration-form a.button.nav-link,
body[data-active-product=casino] .slides-container input[type=submit],
body[data-active-product=casino] .standard-button,
body[data-active-product=live-casino] #menu-registration-form a.button.nav-link,
body[data-active-product=live-casino] .slides-container input[type=submit],
body[data-active-product=live-casino] .standard-button,
body[data-active-product=game-shows] #menu-registration-form a.button.nav-link,
body[data-active-product=game-shows] .slides-container input[type=submit],
body[data-active-product=game-shows] .standard-button {
  background-color: #c78800;
  border-color: #c78800;
}
body[data-active-product=casino] #menu-registration-form a.button.nav-link.button-link,
body[data-active-product=casino] .slides-container input[type=submit].button-link,
body[data-active-product=casino] .standard-button.button-link,
body[data-active-product=live-casino] #menu-registration-form a.button.nav-link.button-link,
body[data-active-product=live-casino] .slides-container input[type=submit].button-link,
body[data-active-product=live-casino] .standard-button.button-link,
body[data-active-product=game-shows] #menu-registration-form a.button.nav-link.button-link,
body[data-active-product=game-shows] .slides-container input[type=submit].button-link,
body[data-active-product=game-shows] .standard-button.button-link {
  border: transparent;
  background-color: transparent;
}
body[data-active-product=casino] #menu-registration-form a.button.nav-link:hover, body[data-active-product=casino] #menu-registration-form a.button.nav-link:active,
body[data-active-product=casino] .slides-container input[type=submit]:hover,
body[data-active-product=casino] .slides-container input[type=submit]:active,
body[data-active-product=casino] .standard-button:hover,
body[data-active-product=casino] .standard-button:active,
body[data-active-product=live-casino] #menu-registration-form a.button.nav-link:hover,
body[data-active-product=live-casino] #menu-registration-form a.button.nav-link:active,
body[data-active-product=live-casino] .slides-container input[type=submit]:hover,
body[data-active-product=live-casino] .slides-container input[type=submit]:active,
body[data-active-product=live-casino] .standard-button:hover,
body[data-active-product=live-casino] .standard-button:active,
body[data-active-product=game-shows] #menu-registration-form a.button.nav-link:hover,
body[data-active-product=game-shows] #menu-registration-form a.button.nav-link:active,
body[data-active-product=game-shows] .slides-container input[type=submit]:hover,
body[data-active-product=game-shows] .slides-container input[type=submit]:active,
body[data-active-product=game-shows] .standard-button:hover,
body[data-active-product=game-shows] .standard-button:active {
  background-color: #ad7600;
  border-color: #ad7600;
}
body[data-active-product=casino] .not-registered #create-a-new-account-button,
body[data-active-product=live-casino] .not-registered #create-a-new-account-button,
body[data-active-product=game-shows] .not-registered #create-a-new-account-button {
  background-color: transparent;
  color: #b77d00;
  border-color: #b77d00;
}
body[data-active-product=casino] .cancel-button,
body[data-active-product=live-casino] .cancel-button,
body[data-active-product=game-shows] .cancel-button {
  color: #b77d00;
}
body[data-active-product=casino] .main-content a,
body[data-active-product=casino] .text-highlight,
body[data-active-product=casino] .order-values-container .highlight-border,
body[data-active-product=live-casino] .main-content a,
body[data-active-product=live-casino] .text-highlight,
body[data-active-product=live-casino] .order-values-container .highlight-border,
body[data-active-product=game-shows] .main-content a,
body[data-active-product=game-shows] .text-highlight,
body[data-active-product=game-shows] .order-values-container .highlight-border {
  color: #b77d00;
}
body[data-active-product=casino] .main-content a:hover,
body[data-active-product=casino] .text-highlight:hover,
body[data-active-product=casino] .order-values-container .highlight-border:hover,
body[data-active-product=live-casino] .main-content a:hover,
body[data-active-product=live-casino] .text-highlight:hover,
body[data-active-product=live-casino] .order-values-container .highlight-border:hover,
body[data-active-product=game-shows] .main-content a:hover,
body[data-active-product=game-shows] .text-highlight:hover,
body[data-active-product=game-shows] .order-values-container .highlight-border:hover {
  color: #946500;
}
@media screen and (min-width: 990px) {
  body[data-active-product=casino] .main-content a:active,
  body[data-active-product=casino] .text-highlight:active,
  body[data-active-product=casino] .order-values-container .highlight-border:active,
  body[data-active-product=live-casino] .main-content a:active,
  body[data-active-product=live-casino] .text-highlight:active,
  body[data-active-product=live-casino] .order-values-container .highlight-border:active,
  body[data-active-product=game-shows] .main-content a:active,
  body[data-active-product=game-shows] .text-highlight:active,
  body[data-active-product=game-shows] .order-values-container .highlight-border:active {
    color: #946500;
  }
}
body[data-active-product=casino] h3,
body[data-active-product=live-casino] h3,
body[data-active-product=game-shows] h3 {
  color: #232323;
}
body[data-active-product=casino] .main-content h3.title-date,
body[data-active-product=casino] .progress-bar-container #progress-bar,
body[data-active-product=casino] .title-bar, body[data-active-product=casino] h2.page-title,
body[data-active-product=casino] .cart-header,
body[data-active-product=casino] #modal-message-message h2,
body[data-active-product=casino] .notification-bar.replay-container,
body[data-active-product=live-casino] .main-content h3.title-date,
body[data-active-product=live-casino] .progress-bar-container #progress-bar,
body[data-active-product=live-casino] .title-bar,
body[data-active-product=live-casino] h2.page-title,
body[data-active-product=live-casino] .cart-header,
body[data-active-product=live-casino] #modal-message-message h2,
body[data-active-product=live-casino] .notification-bar.replay-container,
body[data-active-product=game-shows] .main-content h3.title-date,
body[data-active-product=game-shows] .progress-bar-container #progress-bar,
body[data-active-product=game-shows] .title-bar,
body[data-active-product=game-shows] h2.page-title,
body[data-active-product=game-shows] .cart-header,
body[data-active-product=game-shows] #modal-message-message h2,
body[data-active-product=game-shows] .notification-bar.replay-container {
  background: #ad7600;
  background: -moz-linear-gradient(right, #ad7600 0%, #faaa00 100%);
  background: -webkit-linear-gradient(right, #ad7600 0%, #faaa00 100%);
  background: linear-gradient(to right, #ad7600 0%, #faaa00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}
body[data-active-product=casino] .text-based-button, body[data-active-product=casino] button.text-based-button,
body[data-active-product=live-casino] .text-based-button,
body[data-active-product=live-casino] button.text-based-button,
body[data-active-product=game-shows] .text-based-button,
body[data-active-product=game-shows] button.text-based-button {
  color: #996800;
}
body[data-active-product=casino] .text-based-button:hover, body[data-active-product=casino] .text-based-button:active, body[data-active-product=casino] button.text-based-button:hover, body[data-active-product=casino] button.text-based-button:active,
body[data-active-product=live-casino] .text-based-button:hover,
body[data-active-product=live-casino] .text-based-button:active,
body[data-active-product=live-casino] button.text-based-button:hover,
body[data-active-product=live-casino] button.text-based-button:active,
body[data-active-product=game-shows] .text-based-button:hover,
body[data-active-product=game-shows] .text-based-button:active,
body[data-active-product=game-shows] button.text-based-button:hover,
body[data-active-product=game-shows] button.text-based-button:active {
  background-color: #946500;
  border-color: #946500;
}
body[data-active-product=casino] #sticky-footer,
body[data-active-product=live-casino] #sticky-footer,
body[data-active-product=game-shows] #sticky-footer {
  background-color: #000;
}
body[data-active-product=casino] #sticky-footer a,
body[data-active-product=casino] #sticky-footer button,
body[data-active-product=live-casino] #sticky-footer a,
body[data-active-product=live-casino] #sticky-footer button,
body[data-active-product=game-shows] #sticky-footer a,
body[data-active-product=game-shows] #sticky-footer button {
  color: #fff !important;
}
body[data-active-product=casino] #casino-navigation,
body[data-active-product=live-casino] #casino-navigation,
body[data-active-product=game-shows] #casino-navigation {
  position: sticky;
  z-index: 5;
}
@media screen and (max-width: 1200px) {
  body[data-active-product=casino] #casino-navigation,
  body[data-active-product=live-casino] #casino-navigation,
  body[data-active-product=game-shows] #casino-navigation {
    top: 50px;
  }
}
@media screen and (min-width: 1200px) and (min-height: 1000px) {
  body[data-active-product=casino] #casino-navigation,
  body[data-active-product=live-casino] #casino-navigation,
  body[data-active-product=game-shows] #casino-navigation {
    top: 114px;
  }
}
body[data-active-product=casino] #casino-navigation .title-button-banner,
body[data-active-product=live-casino] #casino-navigation .title-button-banner,
body[data-active-product=game-shows] #casino-navigation .title-button-banner {
  display: block;
}
@media (min-width: 1440px) {
  body[data-active-product=casino] .right-sidebar-holder,
  body[data-active-product=live-casino] .right-sidebar-holder,
  body[data-active-product=game-shows] .right-sidebar-holder {
    background-image: url("../images/sidebar-image.jpg");
    background-color: #000;
  }
}
body[data-active-product=casino] #no-search-result,
body[data-active-product=live-casino] #no-search-result,
body[data-active-product=game-shows] #no-search-result {
  text-align: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

[data-sitetype=websales].template-game-landing .games-list.casino-games {
  float: none;
}
@media screen and (max-width: 525px) {
  [data-sitetype=websales].template-game-landing .games-list.casino-games {
    padding-top: 10px;
    margin-top: 0;
  }
}
[data-sitetype=websales].template-game-landing .games-list.casino-games .game-part-container {
  margin-top: 0;
}
@media screen and (max-width: 525px) {
  [data-sitetype=websales].template-game-landing .games-list.casino-games .game-part-container {
    padding: 0px 5px 0;
  }
}
[data-sitetype=websales].template-game-landing .games-list.casino-games .game-part-container a {
  border-radius: 20px;
  background: #111;
  background: -moz-linear-gradient(right, #111 0%, #000 100%);
  background: -webkit-linear-gradient(right, #111 0%, #000 100%);
  background: linear-gradient(to right, #111 0%, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
  position: relative;
  height: 100%;
  min-height: 90px;
  display: block;
}
[data-sitetype=websales].template-game-landing .games-list.casino-games .game-part-container a .casino-game.button-container {
  background: #111;
  background: -moz-linear-gradient(right, #111 0%, #000 100%);
  background: -webkit-linear-gradient(right, #111 0%, #000 100%);
  background: linear-gradient(to right, #111 0%, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
  min-height: auto;
  position: relative;
  margin-top: 0;
  width: 100%;
  height: 100% !important;
  margin: 0;
  padding: 0;
  border-radius: 20px;
  min-height: 110px;
  padding-top: 56.3333333333%;
  transition: box-shadow 0.2s ease-in-out, border 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out, all 0.2s ease-in-out;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 0px 15px rgba(199, 136, 0, 0.1882352941);
  -moz-box-shadow: 0px 0px 15px rgba(199, 136, 0, 0.1882352941);
  box-shadow: 0px 0px 15px rgba(199, 136, 0, 0.1882352941);
  /*
  &:after {
  	position: absolute;
  	content: "";
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	display: block;
  	@include gradient( rgba(0,0,0,1), rgba(0,0,0,0.2), top );
  	pointer-events:none;
  }		
  */
}
[data-sitetype=websales].template-game-landing .games-list.casino-games .game-part-container a .casino-game.button-container:hover {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.75);
  background: #000;
  background: -moz-linear-gradient(right, #000 0%, #000 100%);
  background: -webkit-linear-gradient(right, #000 0%, #000 100%);
  background: linear-gradient(to right, #000 0%, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}
[data-sitetype=websales].template-game-landing .games-list.casino-games .game-part-container a .casino-game.button-container:active {
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.5) inset;
  background: #000;
  background: -moz-linear-gradient(right, #000 0%, #000 100%);
  background: -webkit-linear-gradient(right, #000 0%, #000 100%);
  background: linear-gradient(to right, #000 0%, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
  position: relative;
  top: 1px;
  top: 0.1rem;
}
@media screen and (min-width: 375px) {
  [data-sitetype=websales].template-game-landing .games-list.casino-games .game-part-container a .casino-game.button-container {
    min-height: 125px;
  }
}
@media screen and (min-width: 450px) {
  [data-sitetype=websales].template-game-landing .games-list.casino-games .game-part-container a .casino-game.button-container {
    min-height: 146px;
  }
}
@media screen and (min-width: 690px) {
  [data-sitetype=websales].template-game-landing .games-list.casino-games .game-part-container a .casino-game.button-container {
    min-height: 136px;
  }
}
@media screen and (min-width: 740px) {
  [data-sitetype=websales].template-game-landing .games-list.casino-games .game-part-container a .casino-game.button-container {
    min-height: 146px;
  }
}
@media screen and (min-width: 840px) {
  [data-sitetype=websales].template-game-landing .games-list.casino-games .game-part-container a .casino-game.button-container {
    min-height: 165px;
  }
}
@media screen and (min-width: 1120px) {
  [data-sitetype=websales].template-game-landing .games-list.casino-games .game-part-container a .casino-game.button-container {
    min-height: 166px;
  }
}
@media screen and (min-width: 1200px) {
  [data-sitetype=websales].template-game-landing .games-list.casino-games .game-part-container a .casino-game.button-container {
    min-height: 177px;
  }
}
@media screen and (min-width: 1440px) {
  [data-sitetype=websales].template-game-landing .games-list.casino-games .game-part-container a .casino-game.button-container {
    min-height: 211px;
  }
}
@media screen and (min-width: 1800px) {
  [data-sitetype=websales].template-game-landing .games-list.casino-games .game-part-container a .casino-game.button-container {
    min-height: 261px;
  }
}
[data-sitetype=websales].template-game-landing .games-list.casino-games .game-part-container a .casino-game.button-container img {
  width: 100%;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
[data-sitetype=websales].template-game-landing .games-list.casino-games .game-part-container a .casino-game.button-container .game-name a {
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  padding-top: 5px;
  padding-top: 0.5rem;
  padding-bottom: 5px;
  padding-bottom: 0.5rem;
  color: #fff !important;
}
[data-sitetype=websales].template-game-landing .games-list.casino-games .game-part-container a .casino-game.button-container .game-name a:hover {
  text-decoration: none;
}
[data-sitetype=websales].template-game-landing .games-list.casino-games .game-part-container a .casino-game.button-container .game-name {
  color: #fff !important;
  font-size: 14px;
  line-height: 16px;
  padding-top: 5px;
  padding-bottom: 7px;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
  width: 100%;
}
@media screen and (max-width: 450px) {
  [data-sitetype=websales].template-game-landing .games-list.casino-games .game-part-container a .casino-game.button-container .game-name {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
[data-sitetype=websales].template-game-landing .games-list.casino-games .game-part-container a .casino-game.button-container .button-holder {
  float: left;
  width: 100%;
  text-align: center;
  display: none;
}
[data-sitetype=websales].template-game-landing .games-list.casino-games .game-part-container a .casino-game.button-container .game-listing-button {
  display: block;
  position: relative;
  margin-bottom: 0;
  width: 90%;
  max-width: none;
  top: auto;
  z-index: 1;
  padding: 0;
  margin-top: 10px;
  margin-top: 1rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 450px) {
  [data-sitetype=websales].template-game-landing .games-list.casino-games .game-part-container a .casino-game.button-container .game-listing-button {
    width: 80%;
    max-width: 220px;
  }
}

.casino-games-banner {
  background-color: #121212;
}
.casino-games-banner h2.page-title {
  background-color: transparent;
  color: #fff !important;
}
.casino-games-banner h2.page-title .casino-play-button a {
  color: #b77d00;
}
.casino-games-banner .scroll-container {
  flex-flow: row;
  padding: 10px;
}
.casino-games-banner .scroll-container a {
  color: #fff !important;
  text-align: center;
  flex-grow: 1;
  padding: 5px 15px;
  -webkit-transition: all 0.25s ease-out 0.05s;
  transition: all 0.25s ease-out 0.05s;
  border-radius: 20px;
}
.casino-games-banner .scroll-container a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (min-width: 690px) {
  .casino-games-banner .scroll-container a {
    padding: 5px 18px;
  }
}
@media screen and (min-width: 1200px) {
  .casino-games-banner .scroll-container a {
    padding: 10px 20px;
  }
}
.casino-games-banner .scroll-container a .text-string {
  text-transform: uppercase;
  font-size: 8px;
  line-height: 12px;
  display: block;
  pointer-events: none;
}
@media screen and (min-width: 1200px) {
  .casino-games-banner .scroll-container a .text-string {
    font-size: 12px;
  }
}
.casino-games-banner .scroll-container a .icon {
  font-size: 30px;
  margin-bottom: 5px;
  display: block;
  pointer-events: none;
}
@media screen and (min-width: 1200px) {
  .casino-games-banner .scroll-container a .icon {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
.casino-games-banner .scroll-container a[data-active=true] {
  background: #ad7600;
  background: -moz-linear-gradient(right, #ad7600 0%, #e09900 100%);
  background: -webkit-linear-gradient(right, #ad7600 0%, #e09900 100%);
  background: linear-gradient(to right, #ad7600 0%, #e09900 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
  color: #ffffff;
}
.casino-games-banner .scroll-container a[data-active=true] .icon {
  text-shadow: none;
}
@media screen and (min-width: 1200px) {
  .casino-games-banner .scroll-container a#open-search-bar {
    display: none;
  }
}
.casino-games-banner .scroll-container #search-bar {
  flex-grow: 2;
  padding: 18px 10px 17px 20px;
  position: relative;
  max-width: 350px;
}
@media screen and (max-width: 1200px) {
  .casino-games-banner .scroll-container #search-bar {
    display: none;
  }
  .casino-games-banner .scroll-container #search-bar[data-search-active=true] {
    max-width: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 1;
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .casino-games-banner .scroll-container #search-bar {
    max-width: 400px;
    padding: 10px 30px 20px 20px;
  }
}
.casino-games-banner .scroll-container #search-bar .icon-search {
  position: absolute;
  top: 21px;
  left: 26px;
  font-size: 36px;
  z-index: 5;
}
@media screen and (min-width: 1200px) {
  .casino-games-banner .scroll-container #search-bar .icon-search {
    top: 33px;
  }
}
.casino-games-banner .scroll-container #search-bar input {
  text-indent: 40px;
  margin-top: 0;
  width: calc(100% - 52px);
  float: left;
}
@media screen and (min-width: 1200px) {
  .casino-games-banner .scroll-container #search-bar input {
    margin-top: 20px;
    width: 100%;
    float: none;
  }
}
.casino-games-banner .scroll-container #search-bar #close-search {
  width: 52px;
  height: 42px;
  font-size: 30px;
  line-height: 42px;
  float: right;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  .casino-games-banner .scroll-container #search-bar #close-search {
    display: none;
  }
}
.casino-games-banner .scroll-container #search-bar #close-search .icon {
  top: 2px;
  position: relative;
  pointer-events: none;
}
.casino-games-banner .scroll-container #search-bar #close-search:hover, .casino-games-banner .scroll-container #search-bar #close-search:active .casino-games-banner .scroll-container #search-bar #close-search:focus {
  text-decoration: none;
}
.casino-games-banner .scroll-container #search-bar #casino-clear-search {
  position: absolute;
  right: 62px;
  top: 18px;
  width: 70px;
  height: 40px;
  text-align: center;
  z-index: 5;
  display: none;
  font-size: 14px;
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  .casino-games-banner .scroll-container #search-bar #casino-clear-search {
    right: 30px;
    top: 31px;
  }
}
.casino-games-banner .scroll-container #search-bar #casino-clear-search:hover {
  text-decoration: none;
}
.casino-games-banner .scroll-container #search-bar #casino-clear-search .icon {
  font-size: 18px;
  pointer-events: none;
  position: relative;
  top: 2px;
  display: inline-block;
}

#search-results {
  display: none;
}
#search-results[data-active=true] {
  display: flex;
}

#casino-game-listing-container[data-active=false] {
  display: none;
}

.casino-games-listing,
.casino-games-section {
  background-color: #171717; /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#272727), to(#171717));
  background-image: -webkit-linear-gradient(top, #272727, #171717);
  background-image: -moz-linear-gradient(top, #272727, #171717);
  background-image: -ms-linear-gradient(top, #272727, #171717);
  background-image: -o-linear-gradient(top, #272727, #171717);
  background-image: linear-gradient(top, #272727, #171717);
}
.casino-games-listing h3,
.casino-games-section h3 {
  color: #fff;
}
.casino-games-listing .button.button-outline.white,
.casino-games-section .button.button-outline.white {
  border-color: #E09900;
}
.casino-games-listing .button.button-outline.white .icon,
.casino-games-section .button.button-outline.white .icon {
  color: #E09900;
}
.casino-games-listing .button.button-outline.white:hover, .casino-games-listing .button.button-outline.white:active,
.casino-games-section .button.button-outline.white:hover,
.casino-games-section .button.button-outline.white:active {
  color: #fff;
  background-color: #ad7600;
  border-color: #ad7600;
}
.casino-games-listing .button.button-outline.white:hover .icon, .casino-games-listing .button.button-outline.white:active .icon,
.casino-games-section .button.button-outline.white:hover .icon,
.casino-games-section .button.button-outline.white:active .icon {
  color: #fff;
}

/*# sourceMappingURL=style.css.map */
