.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 {
  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: #00233d; /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#005a9b), to(#00233d));
  background-image: -webkit-linear-gradient(top, #005a9b, #00233d);
  background-image: -moz-linear-gradient(top, #005a9b, #00233d);
  background-image: -ms-linear-gradient(top, #005a9b, #00233d);
  background-image: -o-linear-gradient(top, #005a9b, #00233d);
  background-image: linear-gradient(top, #005a9b, #00233d);
}
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: #004475;
  background: -moz-linear-gradient(right, #004475 0%, #000 100%);
  background: -webkit-linear-gradient(right, #004475 0%, #000 100%);
  background: linear-gradient(to right, #004475 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,
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: #004475;
  background: -moz-linear-gradient(right, #004475 0%, #000 100%);
  background: -webkit-linear-gradient(right, #004475 0%, #000 100%);
  background: linear-gradient(to right, #004475 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] #sticky-footer,
body[data-active-product=live-casino] #sticky-footer,
body[data-active-product=game-shows] #sticky-footer {
  background-color: #002037;
}
body[data-active-product=casino] #sticky-footer a,
body[data-active-product=live-casino] #sticky-footer a,
body[data-active-product=game-shows] #sticky-footer a {
  color: #fff;
}

#casino-navigation {
  position: sticky;
  z-index: 5;
}
@media screen and (max-width: 1200px) {
  #casino-navigation {
    top: 50px;
  }
}
@media screen and (min-width: 1200px) and (min-height: 1000px) {
  #casino-navigation {
    top: 114px;
  }
}

.casino-games-listing,
.casino-games-section {
  background-color: #171717; /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#464646), to(#171717));
  background-image: -webkit-linear-gradient(top, #464646, #171717);
  background-image: -moz-linear-gradient(top, #464646, #171717);
  background-image: -ms-linear-gradient(top, #464646, #171717);
  background-image: -o-linear-gradient(top, #464646, #171717);
  background-image: linear-gradient(top, #464646, #171717);
}
.casino-games-listing h3,
.casino-games-section h3 {
  color: #fff;
}

[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: 5px;
  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: 5px;
  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);
  /*
  &: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 .scroll-container {
  flex-flow: row;
  padding-bottom: 0;
}
.casino-games-banner .scroll-container a {
  color: #fff;
  text-align: center;
  flex-grow: 1;
  padding: 10px 20px;
  -webkit-transition: all 0.25s ease-out 0.05s;
  transition: all 0.25s ease-out 0.05s;
}
.casino-games-banner .scroll-container a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (min-width: 1200px) {
  .casino-games-banner .scroll-container a {
    padding: 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-color: #464646;
  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: 13px 10px 12px 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: 17px;
  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: 14px;
  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;
}

#no-search-result {
  text-align: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

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