@charset "UTF-8";
#ui-id-1 {
  background: #1da5f8;
}

#ui-id-2 {
  background: #e7e7e7;
}

#ui-id-3 {
  background: #1a98ea;
}

#ui-id-2 {
  background: #e7e7e7;
}

#ui-id-5 {
  background: #178bda;
}

#ui-id-2 {
  background: #e7e7e7;
}

#ui-id-7 {
  background: #157eca;
}

#ui-id-2 {
  background: #e7e7e7;
}

.bg-1 {
  background: url("../../images/bg_top_bonus.png") center/cover no-repeat;
}

.bg-2 {
  background: url("../../images/bg_more_bonus.png") center/cover no-repeat;
}

.bg-3 {
  background: url("../../images/bg_bonus_guide.png") center/cover no-repeat;
}

.code-bg-1 {
  background: #bfe4ed;
}

.code-bg-2 {
  background: #e7cfd8;
}

.code-bg-3 {
  background: #e3d9e5;
}

.code-bg-4 {
  background: #e6dfc0;
}

.link-1 {
  color: #0195b8 !important;
}

.link-2 {
  color: #e84987 !important;
}

.link-3 {
  color: #71407f !important;
}

.link-4 {
  color: #c39119 !important;
}

#promotions h2 {
  text-align: center !important;
}

.bonus-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bonus-menu__item {
  width: calc((100% - 12px) / 3);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.bonus-menu__item:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.bonus-menu__item--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  text-decoration: none;
}
.bonus-menu__item--link:hover {
  text-decoration: none;
}
.bonus-menu__item--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bonus-menu__item--image .icons {
  max-width: 51px !important;
}
@media (max-width: 768px) {
  .bonus-menu__item--image {
    display: none;
  }
}
.bonus-menu__item--content {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .bonus-menu__item--content p {
    margin: 0;
    padding: 10px;
    text-align: center;
    font-size: 16px;
  }
}

.dk-bonus {
  max-width: calc((100% - 24px) / 2);
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.28);
  border: 1px solid #cccccc;
  background-color: rgba(255, 255, 255, 0.767);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(144, 160, 215, 0.34)), color-stop(53%, rgba(144, 160, 215, 0.34)), to(rgba(255, 255, 255, 0.34)));
  background-image: linear-gradient(to top, rgba(144, 160, 215, 0.34) 0%, rgba(144, 160, 215, 0.34) 53%, rgba(255, 255, 255, 0.34) 100%);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 20px 0;
}
.dk-bonus__container {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dk-bonus__container--amount {
  /* Style for "330% Welco" */
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(30, 71, 134, 0.5)), color-stop(36%, rgba(30, 71, 134, 0.34)), color-stop(51%, rgba(38, 98, 167, 0.34)), color-stop(93%, rgba(29, 165, 246, 0.34)), to(rgba(29, 165, 246, 0.34)));
  background: linear-gradient(to top, rgba(30, 71, 134, 0.5) 0%, rgba(30, 71, 134, 0.34) 36%, rgba(38, 98, 167, 0.34) 51%, rgba(29, 165, 246, 0.34) 93%, rgba(29, 165, 246, 0.34) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 70px;
  line-height: 0.8em;
  font-weight: 700;
  margin: 0;
}
.dk-bonus__container--title {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(1%, rgba(30, 71, 134, 0.34)), color-stop(36%, rgba(30, 71, 134, 0.34)), color-stop(51%, rgba(38, 98, 167, 0.34)), color-stop(93%, rgba(29, 165, 246, 0.34)), to(rgba(29, 165, 246, 0.34)));
  background: linear-gradient(to top, rgba(30, 71, 134, 0.34) 1%, rgba(30, 71, 134, 0.34) 36%, rgba(38, 98, 167, 0.34) 51%, rgba(29, 165, 246, 0.34) 93%, rgba(29, 165, 246, 0.34) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #1da5f6;
}
.dk-bonus__container ul {
  list-style-image: url("../../images/icons/checked.svg");
}
@media (max-width: 467px) {
  .dk-bonus__container ul {
    list-style: none;
    padding: 0;
  }
}
.dk-bonus__container--bonuscode {
  background: #fff;
  color: #1da5f6;
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  font-size: 24px;
  margin-top: 10px;
}
.dk-bonus__container--button {
  background: #e3bd23;
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 10px;
  font-size: 18px;
  text-align: center;
}
.dk-bonus__container--button:hover {
  text-decoration: none;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.dk-bonus .bold {
  font-weight: 700;
  text-align: center;
}
.dk-bonus span {
  font-weight: 600;
  color: #1da5f6;
}
@media (max-width: 768px) {
  .dk-bonus {
    max-width: 100%;
    width: 100%;
  }
}

.bonus-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 !important;
}
.bonus-accordion__title {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  color: white;
  padding: 20px;
  font-weight: 400;
  outline: none;
  cursor: pointer;
}
.bonus-accordion__title:first-child {
  border-radius: 8px 8px 0 0;
}
.bonus-accordion__title:nth-last-child(2) {
  border-radius: 0 0 8px 8px;
}
.bonus-accordion__title img {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform: translatey(40%);
          transform: translatey(40%);
}
.bonus-accordion__content {
  font-size: 16px;
  background: #e7e7e7;
}
.bonus-accordion__content p {
  line-height: 24px;
  padding: 20px;
  margin: 0;
  font-size: 16px;
}

.game-bonus {
  margin: 20px 0;
}
.game-bonus__container {
  width: 100%;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-left: 2px solid #e7e7e7;
  border-right: 2px solid #e7e7e7;
}
.game-bonus__container:first-child {
  border-radius: 8px 8px 0 0;
  color: #676767;
}
.game-bonus__container:nth-child(odd) {
  background: #e7e7e7;
}
.game-bonus__container:nth-last-child(1) {
  border-radius: 0 0 8px 8px;
}
.game-bonus__container--name {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}
@media (max-width: 500px) {
  .game-bonus__container--name {
    display: none;
  }
}
.game-bonus__container--bonus {
  width: 37.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}
@media (max-width: 500px) {
  .game-bonus__container--bonus {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.game-bonus__container--code {
  width: 37.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}
@media (max-width: 500px) {
  .game-bonus__container--code {
    display: none;
  }
}
.game-bonus__container--image {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}
@media (max-width: 500px) {
  .game-bonus__container--image {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.game-bonus__container--image img {
  max-width: 120px !important;
}
.game-bonus__container--text {
  width: 37.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  color: #1da5f6;
  font-size: 16px;
}
@media (max-width: 500px) {
  .game-bonus__container--text {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.game-bonus__container--link {
  width: 37.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}
@media (max-width: 500px) {
  .game-bonus__container--link {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.game-bonus__container--link a {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  text-decoration: none;
}
.game-bonus__container--link a:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.bonus-cashier {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
}
.bonus-cashier__link {
  padding: 10px 30px;
  border-radius: 4px;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #e3bd23;
  color: #fff !important;
  text-align: center;
  font-weight: 600;
}
.bonus-cashier__link:hover {
  text-decoration: none;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 420px) {
  .bonus-cashier__link {
    font-size: 16px;
  }
}

@font-face {
  font-family: "fontello";
  src: url("../font/fontello.eot?5136281");
  src: url("../font/fontello.eot?5136281#iefix") format("embedded-opentype"), url("../font/fontello.woff2?5136281") format("woff2"), url("../font/fontello.woff?5136281") format("woff"), url("../font/fontello.ttf?5136281") format("truetype"), url("../font/fontello.svg?5136281#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
img[src^="//my.rtmark.net/"] {
  position: absolute;
  top: 0;
  left: 0;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-user:before {
  content: "\e800";
}

.icon-gift:before {
  content: "\e801";
}

.icon-home:before {
  content: "\e802";
}

.icon-chat:before {
  content: "\e803";
}

.icon-phone:before {
  content: "\e804";
}

.icon-credit-card:before {
  content: "\e805";
}

.icon-star:before {
  content: "\e806";
}

.icon-cancel:before {
  content: "\e807";
}

.icon-blog-menu:before {
  content: "\e820";
}

.icon-menu:before {
  content: "\f0c9";
}

.icon-mobile:before {
  content: "\f10b";
}

.icon-diamond:before {
  content: "\f219";
}

.container a {
  color: #1da5f6;
}

body {
  background-color: #f4f4f4;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  overflow-x: hidden;
}

.hidden {
  display: none;
}

#downloadtargetframe {
  position: absolute;
  top: 0;
  left: 0;
}

#homeGames ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  display: table;
  width: 100%;
}
#homeGames ul li {
  display: inline-block;
  width: 25%;
  padding: 1em;
  text-align: center;
  vertical-align: top;
  font-weight: 700;
}
#homeGames ul li img {
  width: 100%;
  max-width: 190px;
  display: block;
  margin: 0 auto;
  border-bottom: 7px solid #1da5f6;
  margin-top: 10px;
  margin-bottom: 20px;
}
#homeGames button.btn-primary {
  background-color: #1da5f6;
  color: #fff;
  border: 0;
  text-transform: uppercase;
  font-weight: 900;
  width: 300px;
  margin: auto;
  display: block;
}

a.btn_cta {
  display: inline-block;
  margin: 1.5em auto;
  clear: both;
  padding: 0.75em 1.2em;
  font-size: 1.75em;
  min-width: 250px;
  width: auto;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #1da5f6;
  border-radius: 5px;
  line-height: normal;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

a.btn_cta:hover {
  background-color: #0cf;
}

.forgotpswlink {
  /*font-size:14px;*/
  text-decoration: underline;
}

#top {
  background-image: none;
  background-color: #03061d;
  font-size: 15px;
}
#top img.logo {
  padding: 20px 0;
  max-height: 115px;
  width: 19%;
  max-width: 300px;
}
#top #getsocial {
  position: absolute;
  top: 8px;
  right: 1em;
}
#top #getsocial div#___plusone_0 {
  position: relative;
  width: 75px !important;
}
#top #getsocial div.fb-like {
  position: relative;
  top: 0px;
  left: 5px;
  width: 97px;
  float: left;
}
#top ul.topsubnav {
  position: absolute;
  right: 15px;
  bottom: 35px;
  font-size: 1em;
  font-weight: 700;
}
#top ul.topsubnav li a {
  text-transform: uppercase;
  line-height: 2.15em;
  padding: 0 20px;
  display: block;
  text-align: center;
  cursor: pointer;
}
#top ul.topsubnav li a.iflog {
  color: #1da5f6;
  cursor: pointer;
  border: 1px solid #3d3d3d;
  font-size: 0.9em;
  text-decoration: none;
}
#top ul.topsubnav li a.iflog:hover {
  background-color: #f4f4f4;
}
#top ul.topsubnav li a:hover, #top ul.topsubnav li a:focus {
  text-decoration: none;
}
#top ul.topsubnav li a.dk-link {
  color: #fff;
}
#top ul.topsubnav li a.dk-link:hover {
  color: #1da5f6;
}
#top ul.topsubnav li a.tsn_signup {
  color: #fff;
  border: 1px solid #3d3d3d;
  font-size: 0.9em;
  text-decoration: none;
}
@media (max-width: 380px) {
  #top ul.topsubnav li a.tsn_signup {
    display: none;
  }
}
#top ul.topsubnav li a.tsn_signup:hover {
  background-color: #1da5f6;
}
#top header #headerSupport {
  position: absolute;
  top: 0;
  right: 0;
}
#top header #headerSupport ul {
  color: #fff;
  list-style: none;
  margin: 0;
  padding: 1em;
}
#top header #headerSupport ul li {
  display: inline-block;
  padding-left: 1em;
  line-height: 1em;
  text-transform: uppercase;
}
#top header #headerSupport ul li:first-child {
  padding-right: 1em;
}
#top header #headerSupport ul a {
  color: #fff;
  text-decoration: none;
}
#top header #headerSupport ul a:hover {
  color: #1da5f6;
}
#top header nav {
  background-color: #f4f4f4;
  border-bottom: 1px solid #a8a8a8;
}
#top ul#mainnav.nav {
  text-transform: uppercase;
}
#top ul#mainnav.nav li {
  border-right: 1px solid #a8a8a8;
  text-align: center;
}
#top ul#mainnav.nav li:hover {
  background: #b4b4b6;
  background: -webkit-gradient(linear, left top, left bottom, from(#b4b4b6), color-stop(2%, #b4b4b4), color-stop(8%, #bcbcbc), color-stop(25%, #cecece), color-stop(42%, #d8d8d8), color-stop(53%, #dbdbdb), to(#dbdbdb));
  background: linear-gradient(to bottom, #b4b4b6 0%, #b4b4b4 2%, #bcbcbc 8%, #cecece 25%, #d8d8d8 42%, #dbdbdb 53%, #dbdbdb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b4b4b6", endColorstr="#dbdbdb",GradientType=0 );
}
#top ul#mainnav.nav li:first-child {
  border-left: 1px solid #a8a8a8;
}
#top ul#mainnav.nav li a {
  line-height: 3.5em;
  padding: 0;
  color: #4d4d4d;
}
#top ul#mainnav.nav .icon-home {
  font-size: 1.4em;
}

.top--sticky {
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section#carousel .carousel-item a.btn {
  position: absolute;
  width: 33%;
  font-size: 40px;
  font-size: 3.3vw;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.875em;
  border-radius: 5px;
  padding: 0;
  right: 8%;
  bottom: 0.7em;
  background-color: #1da5f6;
  color: #fff;
  border: none;
}
section#carousel .carousel-item a.btn:hover {
  background-color: #00ccff;
}
section#carousel .carousel-control-next-icon {
  background-image: url("/images/tpl/arrow-right.png");
  width: 36px;
  height: 51px;
}
section#carousel .carousel-control-prev {
  width: 38px;
  opacity: 1;
}
section#carousel .carousel-control-next {
  width: 38px;
  opacity: 1;
}
section#carousel .carousel-control-prev-icon {
  background-image: url("/images/tpl/arrow-left.png");
  width: 36px;
  height: 51px;
}
section#carousel img {
  width: 100%;
  display: block;
}

section#jackpot-winners {
  padding: 10px 0;
}
section#jackpot-winners .jackpot {
  position: relative;
  width: 50%;
  float: left;
}
section#jackpot-winners .jackpot #total_jackpot.tjp_amount {
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 0.5em;
  font-size: 2.5em;
  display: block;
  right: 0.7em;
  text-align: right;
  width: 100%;
}
section#jackpot-winners .jackpot #total_jackpot::before {
  content: "$";
}
section#jackpot-winners #winnerslist {
  width: 48%;
  display: inline-block;
  float: right;
  overflow: hidden;
  max-height: 280px;
}
section#jackpot-winners #winnerslist h3 {
  text-transform: uppercase;
  margin-bottom: 1em;
  font-size: 1.5em;
}
section#jackpot-winners #winnerslist ul#ccc_jackpot_winners_list {
  margin: 0;
  padding: 0;
}
section#jackpot-winners #winnerslist ul#ccc_jackpot_winners_list li {
  border-top: 1px dotted #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section#jackpot-winners #winnerslist ul#ccc_jackpot_winners_list li span.prize {
  display: inline-block;
  font-size: 1.3em;
  font-weight: 900;
  color: #1da5f6;
}
section#jackpot-winners #winnerslist ul#ccc_jackpot_winners_list li strong {
  font-weight: 500;
  text-transform: uppercase;
}
section#jackpot-winners #winnerslist ul#ccc_jackpot_winners_list li span.username {
  color: #90919a;
}
section#jackpot-winners #winnerslist ul#ccc_jackpot_winners_list li span.statement {
  font-weight: 500;
  padding-left: 0.2em;
}
@media (max-width: 414px) {
  section#jackpot-winners #winnerslist ul#ccc_jackpot_winners_list li span.statement {
    padding-left: 0;
  }
}

section#games-carousel #homecarousel {
  width: 100%;
  height: 186px;
  background-image: -ms-linear-gradient(90deg, rgb(22, 22, 22) 20%, rgb(35, 35, 35) 50%, rgb(50, 50, 50) 100%);
  -webkit-box-shadow: inset 1px 1.732px 3px 0px rgba(0, 0, 0, 0.75);
          box-shadow: inset 1px 1.732px 3px 0px rgba(0, 0, 0, 0.75);
}
section#games-carousel #homecarousel .cgc_wrap {
  width: 90% !important;
  height: 130px;
  display: block;
  padding-top: 16px;
  margin: 0 auto;
}
section#games-carousel #homecarousel .cgc_wrap .bx-window {
  width: 100% !important;
}
section#games-carousel #homecarousel .cgc_prev a {
  width: 22px;
  height: 61px;
  background: url(/images/tpl/tsn_icons.png) no-repeat 0 -189px;
  display: block;
  float: left;
  position: relative;
  top: 62px;
  left: 10px;
}
section#games-carousel #homecarousel .cgc_next a {
  width: 22px;
  height: 61px;
  background: url(/images/tpl/tsn_icons.png) no-repeat 0 -128px;
  display: block;
  float: right;
  position: relative;
  top: 62px;
  right: 10px;
}
section#games-carousel #homecarousel ul#casino_games {
  margin: 0;
  padding: 0px;
}
section#games-carousel #homecarousel ul#casino_games li {
  height: 164px;
  width: 206px !important;
  text-align: center;
  padding-top: 5px;
}
section#games-carousel #homecarousel ul#casino_games li img {
  width: 175px;
  position: absolute;
  top: 5px;
  right: 2px;
  left: 5px;
}
section#games-carousel #homecarousel ul#casino_games li span {
  display: block;
  position: relative;
  width: 110px;
  height: 110px;
}

section#best-casino h1 {
  color: #00ccff;
  font-weight: 400;
  font-size: 1.3em;
}

section#feature-boxes {
  text-align: center;
  margin: 0 auto;
}
section#feature-boxes .homefbox {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  max-width: 357px;
  width: 32.2807017544%;
  padding: 1em 2em 1em 1em;
  background: #e8e8e8;
  overflow: hidden;
  margin-bottom: 1.2em;
  height: 90%;
  max-height: 285px;
}
section#feature-boxes .homefbox .img {
  float: left;
  display: block;
  max-width: 60x;
  width: 16.3043478261%;
}
section#feature-boxes .homefbox .txt {
  float: right;
  width: 80%;
}
section#feature-boxes .homefbox .txt h2 {
  font-size: 1em;
  color: #00ccff;
}
@media (max-width: 768px) {
  section#feature-boxes .homefbox .txt h2 {
    font-size: 20px;
  }
}
section#feature-boxes .homefbox .txt p {
  font-size: 0.9em;
}
section#feature-boxes .homefbox:nth-child(3n+2) {
  margin: 0 1em;
}

/******************Internal Pages*******************/
.entry-header {
  margin: 12px 0 20px 0;
}
.entry-header h1 {
  font-weight: 700;
}

h2 {
  color: #1da5f6;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 10px;
}

h3 {
  color: #1da5f6;
  font-size: 16px;
  font-weight: normal;
}

/*a{text-decoration: none !important;}*/
.topimage {
  width: 100%;
  overflow: hidden;
  z-index: 1;
  position: relative;
  margin: 0 auto;
}
.topimage img {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0 15px;
}
.topimage span {
  position: absolute;
  bottom: 36%;
  /*right: 0;*/
  right: 6%;
  width: 33%;
}
.topimage span.bgktoplivechat a {
  text-align: center;
  border-radius: 5px;
  padding: 3%;
}
.topimage span a {
  display: block;
  background-color: #1da5f6;
  text-transform: uppercase;
  font-size: 2.6em;
  padding: 6% 20%;
  font-weight: 900;
  position: absolute;
  /*border: 1px solid #49a2f5;*/
  border-radius: 3px;
  line-height: 20px;
  color: #fff;
  top: 9px;
}
.topimage span a:hover {
  background-color: #00ccff;
}

.page404 .topimage span {
  right: 8.4%;
  bottom: 44%;
}

a#backtotop {
  position: fixed;
  bottom: -100px;
  right: 30px;
  width: 35px;
  height: 35px;
  overflow: hidden;
  z-index: 1000;
  background: url(/images/tpl/backtotop.png) no-repeat;
}

article {
  padding: 10px;
}

.line {
  border-top: 1px solid #a8a8a8;
  height: 1px;
  width: 100%;
  margin: 30px 0;
}

.game {
  padding-right: 15px;
}

/*Subnav int page*/
ul.subnav,
ul.bankingsubnav {
  height: auto;
  padding: 5px 0px;
  list-style: none;
  display: block;
  margin: 15px auto;
  text-align: left;
}
ul.subnav li,
ul.bankingsubnav li {
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  padding: 6px;
  text-transform: uppercase;
  text-align: center;
  margin: 0.1em 0 !important;
}
ul.subnav li a,
ul.bankingsubnav li a {
  padding: 6px;
  text-transform: uppercase;
  font-size: 12px;
}
ul.subnav li a:hover,
ul.bankingsubnav li a:hover {
  color: #00ccff;
}

/********Promotions Page*******/
section#promotions img {
  width: 100%;
  padding-bottom: 8px;
}

/************Screenshots CasinoGame-SEO page************/
.gamebox {
  text-align: center;
  padding: 0;
  max-width: 256px;
  -webkit-box-flex: 1;
      -ms-flex: 1 30%;
          flex: 1 30%;
  margin: 0.5em 0.25em 0;
}
.gamebox img {
  border: 5px solid #fff;
}

/************SEO pages************/
.games-list {
  margin-bottom: 20px;
  text-align: center;
  padding: 0 1.438em 1em;
}
.games-list .gamebox img {
  width: 100%;
  height: auto;
}
.games-list li {
  list-style: none;
}

.list3games {
  margin-top: 20px;
  text-align: center;
  padding: 0;
}
.list3games .gamebox img {
  width: 100%;
  max-width: 215px;
  height: auto;
  border: none;
}

.testimonial {
  background-color: #e8e8e8;
  display: block;
  border-radius: 6px;
  border: 2px #fff inset;
  margin: 15px auto;
  padding: 9px;
  font-size: 11px;
  color: #666;
  font-style: italic;
  font-size: 14px;
  overflow: auto;
}
.testimonial img {
  float: right;
  margin: 0 0 0 20px;
}
.testimonial p.name {
  text-align: right;
  font-weight: bold;
  font-style: normal;
  margin: 7px 0 0 0 !important;
  font-size: 12px;
}

/******Casino Games Pages*******/
.game_preview {
  margin: 20px auto !important;
  height: auto;
  text-align: center;
}
.game_preview .gamebox img {
  width: 100%;
  max-width: 190px;
  height: auto;
}

/*************FAQ*************/
#faqwrap .q {
  position: relative;
  padding-left: 10px;
  font-size: 14px;
  color: #4e6e81;
  margin: 10px 0 0 0 !important;
  background: url(/images/tpl/oc.png) no-repeat;
  padding: 0 0 0 15px;
  cursor: pointer;
  background-position-y: 2px;
}
#faqwrap .ui-accordion-content p {
  padding: 20px;
}
#faqwrap .ui-state-active {
  background-position-y: -82px;
}
#faqwrap a.b2t {
  display: block;
  float: right;
  text-align: right;
  color: #1da5f6;
  font-size: 10px;
}

/*******Rules Page*******/
#casinorules {
  font-size: 14px;
}
#casinorules ul.ruleslist {
  padding-right: 25px;
}
#casinorules h2 {
  color: #1da5f6;
  font-size: 20px;
}
#casinorules h3 {
  color: #1da5f6;
  font-size: 18px;
}
#casinorules a.btnbackrulestop {
  display: none;
}

/*******Sidebar*******/
#sidebar {
  position: relative;
  width: 100%;
  float: right; /*min-height:560px;*/
  margin-right: 10px;
  background: url(/images/tpl/bgk_sidebar.png) repeat-x;
  padding: 0;
}
#sidebar .banner img {
  margin: 30px auto 0 auto;
  width: 100%;
  max-width: 198px;
  height: auto;
}
#sidebar #sidebar_jackpot_info p {
  padding-left: 20px;
}
#sidebar a.btn-primary {
  background-color: #1da5f6;
  color: #fff;
  border: 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  width: 92%;
  margin: 4%;
}
#sidebar a.btn-primary:hover {
  background-color: #00ccff;
}
#sidebar .sb_contactus {
  color: #666;
  font-size: 12px;
  text-align: left;
  line-height: 16px;
}
#sidebar .sb_contactus p {
  padding: 0 18px;
  font-size: 12px;
  text-align: left;
}
#sidebar h2 {
  color: #1da5f6;
  font-weight: 400;
  padding: 3px 3px 5px 15px;
  background: #fff;
  border-radius: 0 4px 4px 0;
  width: 75%;
  margin-bottom: 19px;
  font-size: 22px;
  margin-top: 16px;
  text-align: left;
}
#sidebar ul.sbn_promos,
#sidebar ul.sb_related_games,
#sidebar ul.sbn_desktoppages {
  margin: 9px 0 0 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}
#sidebar ul.sbn_promos li,
#sidebar ul.sb_related_games li,
#sidebar ul.sbn_desktoppages li {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  display: block;
  padding: 5px 0 6px 16px;
  text-align: left;
  /*&:first-child {border-top: 1px solid #CCC;}*/
}
#sidebar ul.sbn_promos li a,
#sidebar ul.sb_related_games li a,
#sidebar ul.sbn_desktoppages li a {
  color: #666;
  text-decoration: none;
  background: url(/images/tpl/tsn_icons.png) no-repeat 0 -77px;
  display: block;
  padding: 3px 0 0 27px;
  font-size: 13px;
}
#sidebar ul.sbn_promos li a:hover,
#sidebar ul.sb_related_games li a:hover,
#sidebar ul.sbn_desktoppages li a:hover {
  color: #1da5f6;
  background-position: 0 -107px;
}
#sidebar ul.sbn_promos li:hover,
#sidebar ul.sb_related_games li:hover,
#sidebar ul.sbn_desktoppages li:hover {
  background-color: #fff;
}
#sidebar .sb_seopgs p {
  color: #666;
  font-size: 12px;
  line-height: 16px;
}
#sidebar .sb_seopgs img {
  margin: 0 auto;
  width: 100%;
  max-width: 198px;
  height: auto;
}
#sidebar .sb_seopgs ul.steps {
  padding-left: 7px;
}
#sidebar .sb_seopgs ul.steps li {
  width: 209px;
  height: 158px;
  text-align: center;
  padding: 45px 20px 0 20px;
  list-style: none;
  font-size: 12px;
}
#sidebar .sb_seopgs ul.steps li.step1 {
  background: url(/images/tpl/sb_seopgs1.png) no-repeat;
}
#sidebar .sb_seopgs ul.steps li.step2 {
  background: url(/images/tpl/sb_seopgs2.png) no-repeat;
}
#sidebar .sb_seopgs ul.steps li.step3 {
  background: url(/images/tpl/sb_seopgs3.png) no-repeat;
}
#sidebar .sidebar_payment {
  display: -ms-flexbox;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
#sidebar .sidebar_payment img {
  width: 90%;
  margin-bottom: 20px;
}
#sidebar .centered {
  text-align: center;
}
#sidebar .centered .sb_contactus p {
  text-align: center !important;
}
#sidebar .titulo_centrado {
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  color: #1da5f6;
  margin: 20px auto 20px auto;
}

/********** contactus page **********/
section#contactus ul.contactbox {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
  text-align: left;
  display: block;
}
section#contactus ul.contactbox li {
  vertical-align: middle;
  display: inline-block;
}
section#contactus ul.contactbox li:first-child img {
  width: 100%;
  max-width: 106px;
}
section#contactus ul.contactbox li:last-child {
  padding-left: 10px;
}

/********** 404page **********/
#page_not_found h2 {
  color: #1da5f6;
  padding: 0;
  font-size: 20px;
  line-height: normal;
  margin: 0 0 10px 0;
  font-weight: 700;
}
#page_not_found ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
#page_not_found ul li a {
  color: #4e6e81;
  font-size: 14px;
  line-height: 2em;
}
#page_not_found ul li a:hover {
  color: #014e7d;
}
#page_not_found #cse {
  margin-bottom: 20px;
}
#page_not_found div#cse div.gsc-control-cse {
  background: none;
  border: none;
  padding: 0;
}
#page_not_found div#cse div.gsc-control-cse div.gsc-control-wrapper-cse div.gsc-wrapper div.gsc-resultsbox-visible {
  background-color: #fff;
  padding: 10px;
}
#page_not_found .gsst_a {
  padding-top: 7px;
}
#page_not_found input.gsc-input {
  font-size: 14px;
}
#page_not_found .gsc-input-box {
  height: 27px !important;
}
#page_not_found td#gs_tti0.gsib_a {
  padding-top: 0;
}
#page_not_found input.gsc-search-button-v2 {
  height: 27px !important;
  width: auto;
  margin-top: 4px;
}
#page_not_found #offers {
  display: block;
  height: auto;
  margin: 30px auto 0 auto;
  padding: 6px 0 20px 0;
  width: 100%;
}
#page_not_found #offers a.btn-primary {
  background-color: #1da5f6;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  font-weight: 900;
  font-size: 30px;
  width: 100%;
  margin: 0 auto 20px auto;
  display: block;
  max-width: 300px;
  padding: 5px;
}
#page_not_found #offers a.btn-primary:hover {
  background-color: #00ccff;
}
#page_not_found #offers h3 {
  color: #1da5f6;
  font-size: 24px;
  margin: 0;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.061em;
}
#page_not_found #offers h4 {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
#page_not_found #offers p {
  color: #666;
  font-size: 14px;
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-align: left;
}
#page_not_found #offers p.text-top {
  font-weight: bold;
}
#page_not_found #offers .text-footer p {
  font-size: 11px;
  line-height: 17px;
  text-align: left;
}
#page_not_found #offers ul.bonus {
  display: block;
  width: 100%;
  margin: 15px auto 35px auto;
  padding: 0;
  list-style: none;
}
#page_not_found #offers ul.bonus li {
  border: 1px solid #a8a8a8;
  vertical-align: top;
  display: inline-block;
  width: 49%;
  margin: 0;
  padding: 0;
}
#page_not_found #offers ul.bonus li:first-child {
  border-right: none;
  margin-right: -3px;
}
#page_not_found #offers ul.bonus li .bonusarea {
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}
#page_not_found #offers ul.bonus li .bonusarea h1 {
  color: #1da5f6;
  font-weight: 900;
  font-size: 90px;
  line-height: 80px;
  text-align: center;
  margin: 0;
  padding: 0;
}
#page_not_found #offers ul.bonus li .bonusarea h2 {
  color: #1da5f6;
  padding: 0;
  font-size: 20px;
  margin: 0 0 10px 0;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
#page_not_found #offers ul.bonus li .bonusarea p {
  text-align: center;
}
#page_not_found #offers ul.bonus li .bonusarea .redeem {
  text-align: center;
  font-size: 18px;
  color: #666;
  margin-top: 10px;
}
#page_not_found #offers ul.bonus li .bonusarea .redeem strong {
  color: #1da5f6;
  font-weight: 500;
  line-height: normal;
}

/***********VIP Program*************/
section#vip_program {
  margin-bottom: 30px;
  /*Level Page*/
  /*VIP Specials Page*/
  /*VIP Department Page*/
}
section#vip_program .nav-tabs {
  border: 0;
  margin: 0 auto 20px auto;
}
section#vip_program .nav-tabs .nav-item {
  background-color: #03061d;
  width: 25%;
  border: 0;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  margin-right: 1px;
}
section#vip_program .nav-tabs .nav-item a.nav-link {
  color: #fff;
  border: 0;
  border-radius: 0;
}
section#vip_program .nav-tabs .nav-item a.active {
  background-color: #1da5f6;
  color: #fff;
}
section#vip_program .nav-tabs .nav-item:hover {
  background-color: #1da5f6 !important;
}
section#vip_program .nav-tabs .nav-item:hover a.nav-link {
  color: #fff;
  border: 0;
  border-radius: 0;
}
section#vip_program .nav-tabs .nav-item:hover a.nav-link:active {
  color: #fff;
}
section#vip_program .levelbox {
  text-align: left;
  margin-bottom: 20px;
}
section#vip_program .levelbox h1 {
  font-size: 14px;
  padding: 5px;
  text-align: center;
  color: #fff;
}
section#vip_program .levelbox div.image {
  text-align: center;
}
section#vip_program .levelbox h5 {
  font-size: 1.2em;
  color: #1da5f6;
  margin: 10px auto 2px auto;
  width: 90%;
}
section#vip_program .levelbox ul#benefits {
  width: 90%;
  margin: 0 auto;
}
section#vip_program .levelbox ul#benefits li {
  font-size: 12px;
  margin-left: -20px;
}
section#vip_program .levelbox p {
  font-size: 12px;
  width: 90%;
  margin: 0 auto;
}
section#vip_program #info_text {
  margin-right: 20px;
}
section#vip_program #vip_specials img {
  width: 100%;
  margin-bottom: 20px;
}
section#vip_program #vip_specials h3 {
  font-size: 22px;
}
section#vip_program #vip_specials h1 {
  padding: 0;
  font-size: 50px;
  text-align: center;
  margin: 0;
  line-height: 0.8em;
  color: #1da5f6;
}
section#vip_program #vip_specials h2 {
  padding: 0;
  font-size: 20px;
  text-align: center;
  margin: 0 0 10px 0;
  font-weight: 700;
}
section#vip_program #vip_specials .specialsbox {
  border-left: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8;
  text-align: center;
  padding: 15px 10px;
  width: 15.64%;
  float: left;
  display: inline-block;
  min-height: 180px;
  margin: 0;
  font-size: 16px;
}
section#vip_program #vip_specials .specialsbox:first-child {
  border-left: 0px !important;
}
section#vip_program #vip_specials .row:nth-child(3) .specialsbox {
  border-bottom: 0px !important;
}
section#vip_program #vip_specials p {
  font-size: 14px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  section#vip_program #vip_specials p {
    font-size: 16px;
  }
}
section#vip_program #vip_departament div {
  margin-bottom: 10px;
}
section#vip_program #vip_departament p {
  color: #666;
}
section#vip_program #vip_departament p a {
  color: #1da5f6;
}
section#vip_program #vip_departament p a:hover {
  color: #00ccff;
}
section#vip_program #vip_departament img {
  width: 100%;
  max-width: 104px;
}

/***********Getting Started***********/
a.button-gs {
  width: 100%;
  max-width: 210px;
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  display: block;
  float: left;
  background-color: #1da5f6;
  border: 0px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 15px 12px;
  line-height: 0.8em;
  text-decoration: none;
}
a.button-gs span {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
a.button-gs:hover {
  text-decoration: none;
  background-color: #00ccff;
}

ul#gettingstarted_steps li {
  list-style: none;
  width: 100%;
  display: block;
  font-size: 14px;
  padding: 14px;
  color: #666;
  position: relative;
  margin-bottom: 10px;
  background: #e0e0e0;
  background: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), color-stop(1%, #fefefe), color-stop(98%, #f3f3f3), color-stop(99%, #f2f2f2), to(#e0e0e0));
  background: linear-gradient(to bottom, #e0e0e0 0%, #fefefe 1%, #f3f3f3 98%, #f2f2f2 99%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e0e0e0", endColorstr="#e0e0e0",GradientType=0 );
}
ul#gettingstarted_steps li::before {
  position: absolute;
  background-color: #1da5f6;
  border-radius: 50px;
  padding: 15px 25px;
  font-size: 20px;
  font-weight: 900;
  left: -30px;
  color: #fff;
}
ul#gettingstarted_steps li .thumbnail {
  width: 40%;
  float: left;
  text-align: center;
  margin: 0 30px;
}
ul#gettingstarted_steps li.step1 {
  height: 105px;
}
ul#gettingstarted_steps li.step1 a {
  margin: 0 50px 0 9.6%;
}
ul#gettingstarted_steps li.step1::before {
  content: "1";
  top: 26px;
}
ul#gettingstarted_steps li.step2 {
  height: 180px;
}
ul#gettingstarted_steps li.step2::before {
  content: "2";
  top: 47px;
}
ul#gettingstarted_steps li.step3 {
  height: 185px;
}
ul#gettingstarted_steps li.step3::before {
  content: "3";
  top: 60px;
}
ul#gettingstarted_steps li.step4 {
  height: 182px;
}
ul#gettingstarted_steps li.step4::before {
  content: "4";
  top: 60px;
}
ul#gettingstarted_steps li.step5 {
  height: 182px;
}
ul#gettingstarted_steps li.step5::before {
  content: "5";
  top: 60px;
}
ul#gettingstarted_steps li.step6 {
  height: 182px;
}
ul#gettingstarted_steps li.step6::before {
  content: "6";
  top: 60px;
}
ul#gettingstarted_steps li.step7 {
  height: 182px;
}
ul#gettingstarted_steps li.step7::before {
  content: "7";
  top: 60px;
}

/********Redeem Coupons Page********/
section#redeem-coupons ul#redeem_steps li {
  list-style: none;
  width: 100%;
  display: block;
  font-size: 14px;
  padding: 14px;
  color: #666;
  position: relative;
  margin-bottom: 10px;
  background: #e0e0e0;
  background: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), color-stop(1%, #fefefe), color-stop(98%, #f3f3f3), color-stop(99%, #f2f2f2), to(#e0e0e0));
  background: linear-gradient(to bottom, #e0e0e0 0%, #fefefe 1%, #f3f3f3 98%, #f2f2f2 99%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e0e0e0", endColorstr="#e0e0e0",GradientType=0 );
  border: 1px solid #e8e8e8;
}
section#redeem-coupons ul#redeem_steps li::before {
  position: absolute;
  background-color: #1da5f6;
  border-radius: 50px;
  padding: 15px 25px;
  font-size: 20px;
  font-weight: 900;
  left: -30px;
  color: #fff;
}
section#redeem-coupons ul#redeem_steps li .thumbnail {
  width: 40%;
  float: left;
  text-align: center;
  margin: 0 30px;
}
section#redeem-coupons ul#redeem_steps li.step1 {
  height: 112px;
}
section#redeem-coupons ul#redeem_steps li.step1 a {
  margin: 0 50px 0 9.6%;
}
section#redeem-coupons ul#redeem_steps li.step1::before {
  content: "1";
  top: 26px;
}
section#redeem-coupons ul#redeem_steps li.step2 {
  height: 180px;
}
section#redeem-coupons ul#redeem_steps li.step2::before {
  content: "2";
  top: 60px;
}
section#redeem-coupons ul#redeem_steps li.step3 {
  height: 180px;
}
section#redeem-coupons ul#redeem_steps li.step3::before {
  content: "3";
  top: 60px;
}
section#redeem-coupons ul#redeem_steps li.step4 {
  height: 185px;
}
section#redeem-coupons ul#redeem_steps li.step4::before {
  content: "4";
  top: 60px;
}
section#redeem-coupons ul#redeem_steps li.step5 {
  height: 195px;
}
section#redeem-coupons ul#redeem_steps li.step5::before {
  content: "5";
  top: 60px;
}

/********Banking Page********/
#banking {
  text-align: left;
}
#banking .box .logos img {
  height: 21px !important;
  width: auto !important;
  margin-bottom: 8px;
}
#banking h2 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 13px;
}

/*******download page********/
.box_download_form {
  padding: 20px;
  background-color: #e8e8e8;
  margin: 20px auto;
}
.box_download_form form#DForm {
  margin-top: 20px;
  margin-bottom: 20px;
}
.box_download_form form#DForm a {
  color: #1da5f6;
}
.box_download_form form#DForm button.btn-primary {
  width: 90%;
  max-width: 280px;
  font-size: 25px;
  line-height: 25px;
  font-weight: 900;
  text-align: center;
  display: block;
  background-color: #1da5f6;
  border: 0px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 10px 12px;
  line-height: 0.8em;
  margin: 10px auto 0 auto;
}
.box_download_form form#DForm button.btn-primary span {
  display: block;
  font-size: 10px;
  line-height: 12px;
  font-weight: 500;
}

/**********download thx********/
#download-ribbon {
  background: url(/images/download/download-ribbon.jpg) no-repeat center top;
  background-size: contain;
  max-width: 679px;
  width: 100%;
  margin: 0 auto;
  padding: 12px 12px 6% 12px;
  text-align: center;
}

#dty_tabs {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  height: auto;
  overflow: hidden;
}
#dty_tabs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#dty_tabs ul li {
  width: 24.8%;
  margin: 0 -1px 0 0 !important;
  padding: 0;
  background-color: #03061d;
  text-align: left;
}
#dty_tabs ul li:hover {
  background-color: #1da5f6;
}
#dty_tabs ul li a {
  margin: 0;
  padding: 1em;
  display: block;
  width: 100%;
}
#dty_tabs ul li a .ntab {
  color: #fff;
  text-align: center;
  padding-right: 0.5em;
}
#dty_tabs ul li a .tabheader {
  color: #fff;
}
#dty_tabs ul li.ui-state-active {
  background-color: #1da5f6;
}
#dty_tabs ul li.ui-state-active a .ntab {
  color: #fff;
}
#dty_tabs ul li.ui-state-active a .tabheader {
  color: #fff;
}
#dty_tabs .dty_tab {
  display: block;
  height: auto;
  min-height: 230px;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(229, 229, 229)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(229, 229, 229) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#e5e5e5",GradientType=0 );
}
#dty_tabs .dty_tab img {
  margin: 0 !important;
  float: right;
  vertical-align: top;
  padding: 0 0 1em 1em;
}
#dty_tabs .dty_tab p {
  margin: 0;
}

/*jQuery UI Tabs Layout - download thx page*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.1;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  zoom: 1;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-tabs {
  position: relative;
  padding: 0.2em;
  zoom: 1;
}
.ui-tabs .ui-tabs-hide {
  display: none !important;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em;
  background: none;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none; /*float: left; */
  display: inline-block;
  position: relative;
  margin: 0 !important;
  border-bottom: 0 !important;
  padding: 0; /*white-space: nowrap; */
}
.ui-tabs .ui-tabs-nav li a {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text;
}

.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
}

/******Bonus Codes Page**********/
section#no-deposit-bonus {
  text-align: center;
}
section#no-deposit-bonus h2 {
  text-align: left;
  font-size: 30px;
}
section#no-deposit-bonus p {
  text-align: left;
  margin-bottom: 0 !important;
}
section#no-deposit-bonus .bonuscodebox {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 20px;
  text-align: center;
  font-size: 16px;
  margin: 0 auto 20px auto;
}
section#no-deposit-bonus .bonuscodebox h2 {
  padding: 0;
  font-size: 60px;
  margin: 0;
  line-height: 0.8em;
  color: #1da5f6;
  font-weight: 700;
  text-align: center;
}
section#no-deposit-bonus .bonuscodebox span {
  padding: 0;
  color: #1da5f6;
  font-size: 16px;
  margin: 0 auto 10px auto;
  font-weight: 600;
  text-align: center;
}
section#no-deposit-bonus .bonuscodebox div {
  margin: 20px 0;
}
section#no-deposit-bonus .bonuscodebox .bonuscode {
  color: #000;
  line-height: 15px;
  font-size: 16px;
  margin: 10px 0 10px 0;
  display: block;
  font-weight: 500;
  line-height: 1.7em;
}
section#no-deposit-bonus .bonuscodebox .bonuscode strong {
  font-size: 22px;
  display: block;
  color: #1da5f6;
  font-weight: 500;
  padding-bottom: 10px;
}
section#no-deposit-bonus .bonuscodebox a.box {
  color: #4e6e81;
  text-decoration: none;
  border: 1px solid #4e6e81;
  border-radius: 2px;
  padding: 2%;
  font-size: 13px;
  background-color: #fff;
  margin: 0;
}
section#no-deposit-bonus .bonuscodebox a.box:hover {
  color: #fff;
  border: 1px solid #00ccff;
  background-color: #00ccff;
}
section#no-deposit-bonus .bonuscodebox:nth-of-type(1) {
  border-right: 1px solid #a8a8a8;
}

table.gamesp_table {
  border: 1px solid #1da5f6;
  padding: 10px;
  margin: 15px auto;
  border-radius: 4px;
  -webkit-box-shadow: 3px 3px 4px #ccc;
          box-shadow: 3px 3px 4px #ccc;
  width: 100%;
}
table.gamesp_table tr:nth-child(odd) {
  background: #fff;
}
table.gamesp_table th {
  font-size: 10px;
  text-align: left;
  background-color: #e8e8e8;
  padding: 2px;
}

.modal-dialog {
  margin: 20vh auto !important;
}
.modal-dialog .modal-content {
  padding: 15px !important;
}
.modal-dialog h2 {
  text-transform: uppercase;
  font-weight: 900;
  color: #1da5f6;
}
.modal-dialog form#login-form {
  margin-top: 10px;
}
.modal-dialog form#login-form .field-set {
  position: relative;
  margin-bottom: 10px;
}
.modal-dialog form#login-form .field-set input {
  padding: 0.9em 0.55em 0.25em;
  border: 1px solid #0275d8;
  border-radius: 6px;
  color: #333;
  font-family: inherit;
  font-size: 18px;
}
.modal-dialog form#login-form label {
  color: #4d4d4d;
  text-transform: uppercase;
  padding-bottom: 0px;
  font-size: 12px;
}
.modal-dialog form#login-form .autofillfix {
  border: none;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}
.modal-dialog form#login-form #btn_login {
  background-color: #1da5f6;
  width: 100%;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 900;
  border: 0;
  font-size: 18px;
  margin-bottom: 10px;
}
.modal-dialog form#login-form #btn_login:hover {
  cursor: pointer;
}
.modal-dialog p {
  float: right;
  text-align: right;
  padding-right: 10px;
}
.modal-dialog p a {
  color: #1da5f6;
}

/************sitemap page**************/
#sitemap ul {
  display: block;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
#sitemap ul li {
  margin: 0 0 10px 0;
}
#sitemap ul li a {
  color: #666;
  font-size: 13px;
}
#sitemap ul li a::before {
  content: "•";
  margin-right: 5px;
}
#sitemap ul li a:hover {
  color: #00ccff;
}

#gamesList {
  width: 100%;
  max-width: 100%;
}
#gamesList h2 {
  padding-left: 25px;
}
#gamesList ul.full_list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#gamesList ul.full_list li {
  padding-bottom: 5px;
  max-width: 33%;
  width: 33%;
}
#gamesList ul.full_list li a {
  color: #666;
}
#gamesList ul.full_list li a::before {
  content: "•";
  margin-right: 5px;
}
#gamesList ul.full_list li .fulllistnew {
  color: #ff0000;
}

#loginloader {
  display: block;
  margin: 21px auto 22px auto;
  display: none;
}

.symbols {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  grid-auto-flow: column dense;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .symbols {
    grid-auto-flow: dense;
  }
}
@media (max-width: 467px) {
  .symbols {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
.symbols img {
  margin: 10px 0 !important;
}
@media (max-width: 768px) {
  .symbols img:nth-child(even) {
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
@media (max-width: 467px) {
  .symbols img:nth-child(even) {
    grid-row: auto;
  }
}

/***************************************************media****************************************************/
@media screen and (max-width: 1199px) {
  /*homepage*/
  #top ul.topsubnav {
    bottom: 30px;
  }
  section#jackpot-winners .jackpot #total_jackpot.tjp_amount {
    font-size: 2.1em;
    bottom: 5.5em;
  }
  section#feature-boxes .homefbox {
    width: 31.8421052632%;
    max-height: none;
    height: auto; /*max-height:190px;*/
  }
  /*sidebar*/
  #sidebar h2 {
    font-size: 20px;
  }
  #sidebar .banner img {
    width: 85% !important;
  }
  #sidebar .sb_seopgs img {
    width: 85% !important;
  }
  #sidebar .sidebar_payment {
    margin: -10px 0 30px 0;
  }
}
@media screen and (max-width: 991px) {
  /*homepage*/
  #top img.logo {
    width: 30%;
  }
  #top ul.topsubnav {
    bottom: 35px;
  }
  #top ul.topsubnav li a.dk-link {
    display: none;
  }
  section#jackpot-winners .jackpot #total_jackpot.tjp_amount {
    font-size: 1.6em;
    bottom: 7em;
  }
  section#jackpot-winners #winnerslist ul#ccc_jackpot_winners_list li {
    padding: 5px 0;
  }
  section#jackpot-winners #winnerslist ul#ccc_jackpot_winners_list li strong {
    font-size: 0.9em;
  }
  section#jackpot-winners #winnerslist ul#ccc_jackpot_winners_list li span.prize {
    font-size: 1em;
  }
  section#jackpot-winners #winnerslist ul#ccc_jackpot_winners_list li span.dk-time {
    font-size: 0.9em;
  }
  section#feature-boxes .homefbox {
    width: 48.7%;
    max-height: 312px;
    height: 90%;
  }
  section#feature-boxes .homefbox:nth-child(3n+2) {
    margin: 0;
  }
  section#feature-boxes .homefbox:nth-child(2n+1) {
    margin: 0 0.9em 0 0;
  }
  section#feature-boxes .homefbox:nth-child(n+1) {
    margin-bottom: 1.2em;
  }
  /*sidebar*/
  #sidebar .banner {
    display: none;
  }
  #sidebar .sb_seopgs img {
    display: none;
  }
  #sidebar h2 {
    display: none;
  }
  /******Bonus Codes Page**********/
  section#no-deposit-bonus .bonuscodebox {
    display: block;
  }
  section#no-deposit-bonus .bonuscodebox:nth-of-type(1) {
    border-right: none;
  }
  section#no-deposit-bonus .bonuscodebox:nth-of-type(2) {
    border-top: 1px solid #a8a8a8;
  }
  /*footer*/
}
@media screen and (max-width: 767px) {
  section#carousel .carousel-item a.btn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  /*getting started*/
  ul#gettingstarted_steps li {
    text-align: center;
  }
  ul#gettingstarted_steps li .thumbnail {
    width: 100%;
    text-align: center;
    margin: 0 auto 10px auto;
  }
  ul#gettingstarted_steps li.step1 {
    height: 160px;
    text-align: center;
  }
  ul#gettingstarted_steps li.step1 a {
    float: none;
    margin: 0 auto 10px auto;
    display: block;
  }
  ul#gettingstarted_steps li.step1::before {
    top: 25px;
  }
  ul#gettingstarted_steps li.step2 {
    height: 255px;
  }
  ul#gettingstarted_steps li.step2::before {
    top: 50px;
  }
  ul#gettingstarted_steps li.step3 {
    height: 250px;
  }
  ul#gettingstarted_steps li.step3::before {
    top: 50px;
  }
  ul#gettingstarted_steps li.step4 {
    height: 272px;
  }
  ul#gettingstarted_steps li.step4::before {
    top: 50px;
  }
  ul#gettingstarted_steps li.step5 {
    height: 300px;
  }
  ul#gettingstarted_steps li.step5::before {
    top: 50px;
  }
  ul#gettingstarted_steps li.step6 {
    height: 235px;
  }
  ul#gettingstarted_steps li.step6::before {
    top: 50px;
  }
  ul#gettingstarted_steps li.step7 {
    height: 250px;
  }
  ul#gettingstarted_steps li.step7::before {
    top: 50px;
  }
  /*Redeem Coupons Page*/
  section#redeem-coupons ul#redeem_steps li {
    text-align: center;
  }
  section#redeem-coupons ul#redeem_steps li .thumbnail {
    width: 100%;
    text-align: center;
    margin: 0 auto 10px auto;
  }
  section#redeem-coupons ul#redeem_steps li.step1 {
    height: 170px;
    text-align: center;
    padding: 14px 30px;
  }
  section#redeem-coupons ul#redeem_steps li.step1 a {
    float: none;
    margin: 0 auto 10px auto;
    display: block;
  }
  section#redeem-coupons ul#redeem_steps li.step2 {
    height: 295px;
  }
  section#redeem-coupons ul#redeem_steps li.step3 {
    height: 260px;
  }
  section#redeem-coupons ul#redeem_steps li.step4 {
    height: 260px;
  }
  section#redeem-coupons ul#redeem_steps li.step5 {
    height: 332px;
  }
}
@media screen and (min-width: 768px) {
  .undercarousel {
    display: none;
  }
  section#jackpot-winners {
    padding: 30px 0 10px 0;
  }
}
@media screen and (orientation: landscape) and (max-width: 768px) {
  #fixed-mobile-footer {
    display: none;
  }
  .topimage span {
    right: 6%;
    bottom: 42%;
  }
  .topimage span a {
    font-size: 150%;
    padding: 6px 15%;
  }
}
@media screen and (min-width: 768px) {
  #hpslider.carousel img.tablet {
    display: block;
  }
  #hpslider.carousel img.phone {
    display: none;
  }
  .topimage span {
    /*right: 6%;*/
    right: 4%;
    bottom: 44%;
  }
  .topimage span a {
    font-size: 100%;
    padding: 0 15%;
  }
}
@media screen and (max-width: 767px) {
  /*homepage*/
  section#best-casino h1 {
    font-size: 22px !important;
  }
  section#vip_program .levelbox ul#benefits {
    width: 90%;
    margin: 0 auto;
  }
  section#vip_program .levelbox ul#benefits li {
    font-size: 16px;
    margin-left: -20px;
  }
  section#vip_program .levelbox p {
    font-size: 16px;
    width: 90%;
    margin: 0 auto;
  }
  section#feature-boxes p {
    font-size: 16px !important;
  }
  section#best-casino p {
    font-size: 16px !important;
  }
  section#jackpot-winners .jackpot {
    width: 100%;
    float: none;
    display: block;
    margin: 0 auto;
  }
  section#jackpot-winners .jackpot #total_jackpot.tjp_amount {
    font-size: 2.3em;
    bottom: 5em;
  }
  section#jackpot-winners #winnerslist {
    padding-top: 1.8em;
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  section#jackpot-winners #winnerslist h3 {
    text-transform: uppercase;
    margin-bottom: 1em;
  }
  section#jackpot-winners #winnerslist ul#ccc_jackpot_winners_list li strong {
    display: inline-block;
  }
  section#feature-boxes .homefbox {
    width: 100%;
    max-width: 100%;
    display: block;
    height: auto;
    max-height: none;
    margin: 0 auto;
  }
  section#feature-boxes .homefbox:nth-child(3n+2) {
    margin: auto;
  }
  section#feature-boxes .homefbox:nth-child(2n+1) {
    margin: auto;
  }
  section#feature-boxes .homefbox:nth-child(n+1) {
    margin-bottom: 1.2em;
  }
  section#feature-boxes .homefbox:last-child {
    margin-bottom: 2em;
  }
  /*sitemap*/
  #sitemap ul {
    margin-left: 15px;
  }
  #sitemap ul.full_list li {
    width: 100%;
  }
  /*VIP Program*/
  section#vip_program {
    margin-bottom: 25px;
  }
  section#vip_program .nav-tabs {
    border: 0;
    display: block;
    width: 100%;
  }
  section#vip_program .nav-tabs .nav-item {
    /*width: 100%;*/
    margin: 0 auto 0.1em auto;
    display: block;
  }
  section#vip_program .levelbox h1 {
    font-size: 22px;
  }
  /*download thx*/
  #dty_tabs ul li {
    width: 49.8%;
    min-height: 30px;
    margin: 0 -1px 0.1em 0 !important;
    font-size: 13px;
  }
  #dty_tabs ul li a {
    padding: 0.8em;
  }
  #dty_tabs .dty_tab {
    font-size: 13px;
  }
  /*subnav int pages*/
  ul.subnav,
ul.bankingsubnav {
    margin-top: 0;
  }
  ul.subnav li,
ul.bankingsubnav li {
    background-color: #03061d;
    padding: 10px;
    text-align: center;
    width: 49%;
  }
  ul.subnav li:hover,
ul.bankingsubnav li:hover {
    background-color: #1da5f6;
    cursor: pointer;
  }
  ul.subnav li a,
ul.bankingsubnav li a {
    color: #fff;
  }
  ul.subnav li a:hover,
ul.bankingsubnav li a:hover {
    color: #fff;
  }
  #gamesList ul.full_list li {
    max-width: 50%;
    width: 50%;
  }
  /*full games list*/
  #games-full-list ul.full_list li {
    width: 49%;
  }
  /*404page*/
  #page_not_found #offers ul.bonus li {
    display: block;
    width: 100%;
  }
  #page_not_found #offers ul.bonus li:first-child {
    border-bottom: none;
    border-right: 1px solid #a8a8a8;
    margin-right: 0;
  }
  /*VIP Program*/
  section#vip_program #vip_specials h3 {
    font-size: 22px;
  }
  section#vip_program #vip_specials h1 {
    padding: 0;
    font-size: 50px;
    text-align: center;
    margin: 0;
    line-height: 0.8em;
    color: #1da5f6;
  }
  section#vip_program #vip_specials h2 {
    padding: 0;
    font-size: 20px;
    text-align: center;
    margin: 0 0 10px 0;
    font-weight: 700;
  }
  section#vip_program #vip_specials .specialsbox {
    border-left: none;
    border-bottom: 1px solid #a8a8a8;
    padding: 15px 10px;
    width: 90%;
    float: none;
    display: block;
    min-height: auto;
    margin: 0 auto;
  }
  section#vip_program #vip_specials .row:nth-child(3) .specialsbox {
    border-bottom: 1px solid #a8a8a8 !important;
  }
  /*Screenshot Games*/
  .gamebox {
    padding: 0 1%;
  }
  .list3games {
    text-align: center;
    margin: 20px auto;
  }
  .list3games .gamebox {
    display: inline-block;
    max-width: 160px;
  }
}
@media screen and (max-width: 575px) {
  #top ul.topsubnav {
    font-size: 1em;
    bottom: 1.5em;
  }
  section#no-deposit-bonus h2 {
    font-size: 25px;
  }
  section#vip_program #vip_departament .row p:first-child {
    text-align: center;
  }
  section#vip_program #vip_departament p {
    color: #666;
    display: block;
    text-align: left;
    margin: 0 auto;
  }
  section#vip_program #vip_departament img {
    width: 38%;
    margin-right: 15px;
    display: block;
    margin: 0 auto;
  }
  section#jackpot-winners {
    padding: 15px 0;
  }
}
@media screen and (max-width: 470px) {
  /*homepage*/
  section#games-carousel #homecarousel .cgc_wrap .bx-window {
    width: 88% !important;
    margin: 0 22px;
  }
  /*contact us*/
  section#contactus ul.contactbox li:first-child {
    width: 22.6012793177%;
  }
  section#contactus ul.contactbox li:last-child {
    padding-left: 10px;
    padding-top: 10px;
    width: 68%;
  }
  /*subnav int pages*/
  ul.subnav li a {
    font-size: 9px;
  }
  ul.bankingsubnav li {
    display: block;
    width: 100%;
    padding: 1%;
  }
  ul.bankingsubnav li a {
    font-size: 10px;
  }
  /*Screenshot Games*/
  .gamebox {
    display: inline-block;
    width: 49%;
    margin: 0 auto 10px auto !important;
  }
  /*download thx*/
  #dty_tabs ul li {
    width: 100%;
    margin: 0 -1px 0.1em 0 !important;
  }
  #dty_tabs .dty_tab {
    font-size: 13px;
  }
  #gamesList ul.full_list li {
    width: 100%;
    max-width: 100%;
  }
  /*full games list*/
  #games-full-list ul.full_list li {
    width: 90%;
  }
  /**Getting Started*/
  ul#gettingstarted_steps li {
    font-size: 12px;
  }
  /*Redeem Coupons Page*/
  section#redeem-coupons ul#redeem_steps li {
    font-size: 12px;
  }
}
#cookieChoiceInfo {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  margin: 0;
  left: 0;
  bottom: 0;
  padding: 1em 1.8em;
  z-index: 100000;
  text-align: left;
  line-height: 1.5em;
}
#cookieChoiceInfo span {
  display: inline-block;
  margin-top: 5px;
}
#cookieChoiceInfo a {
  color: #000000;
  text-decoration: underline !important;
}
#cookieChoiceInfo a#cookieChoiceDismiss {
  display: inline-block;
  width: 80px;
  background: #438bc5;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  padding: 4px 0 3px 0;
  text-decoration: none !important;
}

@media screen and (max-width: 1024px) {
  #cookieChoiceInfo a#cookieChoiceDismiss {
    margin-top: 20px;
  }
}
@media screen and (max-width: 550px) {
  .topimage span a {
    font-size: 1em;
    padding: 0 10px;
  }
}
@media screen and (max-width: 550px) {
  .topimage span a {
    font-size: 1em;
    padding: 0 10px;
  }
}
@media screen and (max-width: 550px) {
  .topimage span a {
    font-size: 1.3em;
    padding: 3% 19%;
  }
}
@media screen and (max-width: 414px) {
  .topimage span a {
    font-size: 1em;
  }
  .topimage span.bgktoplivechat a {
    font-size: 1em;
  }
  #top header#mobile-header a.logo {
    display: inline-block;
    width: 100px;
    max-width: 205px;
  }
  #top header#mobile-header .hamburger {
    line-height: 45px;
    font-size: 35px;
    top: 5%;
    right: 2%;
  }
  #top .menu li a {
    font-size: 12px;
  }
  section#jackpot-winners .jackpot #total_jackpot.tjp_amount {
    font-size: 3.4em;
  }
  section#jackpot-winners #winnerslist ul#ccc_jackpot_winners_list li span.prize {
    width: 100px;
  }
  section#jackpot-winners #winnerslist ul#ccc_jackpot_winners_list li span.statement {
    display: block;
    padding-left: 0;
  }
  section#jackpot-winners #winnerslist ul#ccc_jackpot_winners_list li br {
    display: none;
  }
  section#carousel img {
    max-height: 313px;
  }
  section#carousel a {
    width: 100%;
  }
  section#carousel a img {
    max-height: 325px;
  }
  #homeGames ul li {
    width: 50%;
    font-size: 12px !important;
  }
  section#promotions {
    font-size: 14px;
  }
  section#promotions img {
    width: 100%;
    float: none;
    padding: 0px;
    margin-bottom: 10px;
  }
  #rulestopnav {
    margin: -20px 0px 20px 0px !important;
  }
  section#promotions .phone {
    display: block !important;
  }
  section#promotions .tablet {
    display: none !important;
  }
  .desktop {
    display: none;
  }
  .game_preview div.gamebox:nth-child(3) {
    display: none;
  }
  .games-list div.gamebox:nth-child(3) {
    display: none;
  }
}
.entry-content img {
  display: block;
  max-width: 100%;
  margin: 10px auto;
}

.entry-content img.alignleft {
  display: block;
  float: left;
  margin: 10px 10px 10px 0;
}

.entry-content img.alignright {
  display: block;
  float: right;
  margin: 10px 0 10px 10px;
}

.entry-content img.aligncenter {
  display: block;
  float: none;
  margin: 10px auto;
  clear: both;
}

.entry-content .img--newest-game {
  margin: 0 auto;
}

/*withdraw page flagship*/
#withdraw_fs {
  background: #f4f4f4;
  color: #292b2c;
  font-family: "Lato", sans-serif;
}

#withdraw_fs #content {
  text-align: left;
  width: auto;
  float: none;
  padding: 0;
}

#withdraw_fs header {
  padding: 6px 0;
  position: relative;
  top: inherit;
  min-width: inherit;
  z-index: inherit;
}

#withdraw_fs header img {
  height: 55px;
  width: auto;
  display: block;
  margin: 0 auto;
}

#withdraw_fs article {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 1em;
  min-height: 80vh;
}

#withdraw_fs article h1 {
  font-weight: 700;
  text-align: center;
  margin: 1em 0;
  font-size: 1.5em;
  color: #1da5f6;
}

#withdraw_fs article h2 {
  font-weight: 700;
  text-align: left;
  margin: 1em 0;
  font-size: 1.2em;
  color: #1da5f6;
}

#withdraw_fs article h3 {
  color: #1da5f6;
}

#withdraw_fs article a {
  color: #1da5f6;
}

#withdraw_fs #default {
  text-align: left;
}

#withdraw_fs #loginbox label {
  color: #1da5f6;
}

#withdraw_fs #loginbox input {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #1da5f6 !important;
  padding: 0 2em !important;
  line-height: 36px !important;
  height: 36px;
  display: block;
}

#withdraw_fs #loginbox #btnSubmit {
  background: #1da5f6;
  border-radius: 4px;
  color: #fff;
  border: none;
  font-weight: 900;
  cursor: pointer;
  line-height: 2em;
  font-size: 1.5em;
  font-family: "Lato", sans-serif;
}

#withdraw_fs #loginbox #btnSubmit:hover {
  background: #fff;
  border: 1px solid #1da5f6;
  color: #1da5f6;
}

#withdraw_fs #loginbox .loginerror {
  font-weight: 700;
  color: red;
  text-align: center;
}

#withdraw_fs footer {
  clear: both;
  font-size: 11px;
  text-align: center;
  padding: 2em 1em;
  background: none;
  min-height: initial;
}

#withdraw_fs a.btnDeposit {
  background: #1da5f6;
  border-radius: 4px;
  color: #fff;
  border: 1px solid #1da5f6;
  font-weight: 700;
  cursor: pointer;
  line-height: 2em;
  font-size: 1.25em;
  text-decoration: none;
  text-transform: uppercase;
}

#withdraw_fs a.btnDeposit:hover {
  background: #fff;
  border: 1px solid #1da5f6;
  color: #1da5f6;
}

#withdraw_fs ol li {
  margin-bottom: 0.5em;
}

#withdraw_fs #requestWithdraw {
  background: rgba(0, 0, 0, 0.05);
  color: #333;
  max-width: none;
  text-align: left;
}

#withdraw_fs .responsetxt {
  text-align: left;
}

#withdraw_fs #requestWithdraw select {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #1da5f6;
  height: 40px;
}

#withdraw_fs #requestWithdraw .amountwrap {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #1da5f6;
  height: 40px;
}

#withdraw_fs #requestWithdraw .amountwrap input {
  background: none;
  border: none;
  line-height: 36px;
  padding: 0 1em;
  width: 80%;
  font-weight: 400;
  color: #000;
}

#withdraw_fs #requestWithdraw .amountwrap > span {
  line-height: 36px;
}

#withdraw_fs .responsetxt {
  max-width: none;
}

#withdraw_fs #expressWithdrawal form#bankwireinfoform td.section {
  font-style: italic;
}

#withdraw_fs #expressWithdrawal form#bankwireinfoform input {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #1da5f6;
}

#withdraw_fs #expressWithdrawal form#bankwireinfoform td .iconq {
  color: #fff;
}

#withdraw_fs #expressWithdrawal form#bankwireinfoform td .tooltip {
  border: none;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0;
}

#withdraw_fs #expressWithdrawal form#bankwireinfoform td .tooltip:after {
  border-color: transparent rgba(0, 0, 0, 0.2) transparent transparent;
  right: 100%;
}

#withdraw_fs #requestWithdraw #btn_submitWithdrawalRequest {
  background: #1da5f6;
  border-radius: 4px;
  color: #fff;
  border: 1px solid #1da5f6;
  font-weight: 700;
  cursor: pointer;
  line-height: 2em;
  font-size: 1.2em;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
}

#withdraw_fs #requestWithdraw #btn_submitWithdrawalRequest:hover {
  background: #fff;
  border: 1px solid #1da5f6;
  color: #1da5f6;
}

#withdraw_fs #loadingoverlay {
  background: rgba(0, 0, 0, 0.8);
}

#withdraw_fs #loadingoverlay img {
  background: #000;
  border-radius: 1px;
  padding: 2px;
}

@media screen and (max-width: 414px) {
  .topimage span a {
    font-size: 1em;
  }
  .topimage span.bgktoplivechat a {
    font-size: 1em;
  }
  #top header#mobile-header a.logo {
    display: inline-block;
    width: 100px;
    max-width: 205px;
  }
  #top header#mobile-header .hamburger {
    line-height: 45px;
    font-size: 35px;
    top: 5%;
    right: 2%;
  }
  #top .menu li a {
    font-size: 12px;
  }
  section#jackpot-winners .jackpot #total_jackpot.tjp_amount {
    font-size: 3.4em;
  }
  section#jackpot-winners #winnerslist ul#ccc_jackpot_winners_list li span.prize {
    width: 100px;
  }
  section#jackpot-winners #winnerslist ul#ccc_jackpot_winners_list li span.statement {
    display: block;
    padding-left: 0;
  }
  section#jackpot-winners #winnerslist ul#ccc_jackpot_winners_list li br {
    display: none;
  }
  section#carousel img {
    max-height: 313px;
  }
  section#carousel a {
    width: 100%;
  }
  section#carousel a img {
    max-height: 325px;
  }
  #homeGames ul li {
    width: 50%;
    font-size: 12px !important;
  }
  section#promotions {
    font-size: 14px;
  }
  section#promotions img {
    width: 100%;
    float: none;
    padding: 0px;
    margin-bottom: 10px;
  }
  #rulestopnav {
    margin: -20px 0px 20px 0px !important;
  }
  section#promotions .phone {
    display: block !important;
  }
  section#promotions .tablet {
    display: none !important;
  }
  .desktop {
    display: none;
  }
  .game_preview div.gamebox:nth-child(3) {
    display: none;
  }
  .games-list div.gamebox:nth-child(3) {
    display: none;
  }
}
#maintenancealert {
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#maintenancealert .box {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 400px;
  background: #000;
  color: #fff;
  padding: 1em;
  border: 1px solid #fff;
}

#maintenancealert .box > strong:first-child {
  font-size: 1.5em;
  margin: 0;
  color: #ff0;
}

#maintenancealert .box .close {
  position: absolute;
  top: -30px;
  right: 0px;
  border: 1px solid #fff;
  background: none;
  color: inherit;
  text-transform: none;
  padding: 0;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: 400;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  line-height: 17px;
  text-align: center;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#maintenancealert .box .close:hover {
  cursor: pointer;
}

.steps,
.steps p {
  text-align: center;
}

.promo-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 22px 22px 14px;
  background-color: #fff;
}

.steps {
  display: table;
  font-size: 20px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.steps p {
  height: 2em;
  margin-bottom: 3px !important;
  color: #000;
  font-weight: 600;
  font-size: 18px;
  margin-top: 25px;
}

.col13 {
  width: 33.33%;
  display: block;
  float: left;
}

#filters {
  text-align: left;
  color: #fbf80a;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.desktoptxt,
.mbl {
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  border: none;
  padding: 11px 12px;
  min-width: 140px;
  height: auto;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  background: #fff;
  color: #1da5f6;
  margin-bottom: 5px;
  margin-right: 5px;
}

.desktoptxt:hover,
.mbl:hover {
  background: #fff;
  text-decoration: underline;
}

.articlecont {
  padding: 0 5px;
}

.main-cta {
  vertical-align: top;
  display: inline-block;
  font-size: 1.3125em;
  padding: 0.5em 1.2em;
  border-radius: 4px;
  color: #232323;
  background: -ms-linear-gradient(90deg, #e4af0d 0, #ffff20 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E4AF0D', endColorstr='#FFFF20' ,GradientType=0)";
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e4af0d), to(#ffff20));
  background: linear-gradient(0deg, #e4af0d 0, #ffff20 100%);
  -webkit-box-shadow: 0 3px 5px rgba(22, 25, 19, 0.7);
          box-shadow: 0 3px 5px rgba(22, 25, 19, 0.7);
  -webkit-transition: 0.15s -webkit-transform ease;
  transition: 0.15s -webkit-transform ease;
  transition: 0.15s transform ease;
  transition: 0.15s transform ease, 0.15s -webkit-transform ease;
  -webkit-transition: 0.15s transform ease;
}

.promotions-page .main-cta-block {
  position: relative;
  z-index: 15;
  margin: 1em 0 1em 1em;
  text-align: center;
}

#terms-conditions p {
  margin: 0 0 1em 0;
}
#terms-conditions h2 {
  border-bottom: 1px dotted #666;
  color: #000;
  font-size: 2.5em;
  font-weight: 700;
  margin: 2em 0 1em 0;
}
#terms-conditions h2:first-child {
  display: none;
}
#terms-conditions h3 {
  font-weight: 700;
  font-size: 1.35em;
}
#terms-conditions ul {
  margin: 1em 0;
  padding: 0 0 0 1.5em;
  list-style: disc;
}
#terms-conditions ul li {
  margin-bottom: 0.5em;
  padding-left: 0.6em;
}
#terms-conditions ol {
  margin: 1em 0;
  padding: 0 0 0 1.5em;
  list-style: decimal;
}
#terms-conditions ol li {
  margin-bottom: 0.5em;
  padding-left: 0.6em;
}
#terms-conditions ol li ol {
  list-style: lower-alpha;
}
#terms-conditions a {
  text-decoration: underline;
}
#terms-conditions a:hover {
  text-decoration: underline;
}

#privacy-policy h2 {
  margin-top: 2em;
}
#privacy-policy h3 {
  font-weight: 700;
  color: #000;
}

@media only screen and (max-width: 999px) {
  .col13 {
    width: 49%;
    display: block;
    float: left;
    font-size: 0.87em;
  }
}
@media only screen and (max-width: 700px) {
  .col13 img {
    width: 85%;
    margin-top: 10px;
  }
  .steps p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 400px) {
  .col13 {
    width: 100%;
  }
  .col13 p {
    text-align: center;
  }
  .steps p {
    height: 2em;
  }
}
.steps span {
  font-weight: 900;
  color: #1da5f6;
}

.htr-tittle {
  font-size: 24px;
  color: #333;
  padding: 0;
  margin: 10px 0 20px;
  font-weight: 700;
}

.coupon__cta {
  display: inline-block;
  padding: 10px 20px;
  background-color: #1da5f6;
  text-transform: uppercase;
  font-weight: 900;
  border: 1px solid #49a2f5;
  border-radius: 3px;
  line-height: 20px;
  color: #fff !important;
  margin: 0 5px 10px 0;
}

.coupon__cta:hover {
  background-color: #0cf;
}

@media screen and (max-width: 767px) {
  .desktoptxt,
.mbl {
    background-color: #03061d;
    padding: 10px;
    text-align: center;
    width: 49%;
  }
  .desktoptxt:hover,
.mbl:hover {
    background-color: #1da5f6;
  }
}
.wlr-programs {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

#_obcall_requestCall {
  overflow: auto;
  background: url(/images/contactus/contact-phone.jpg) no-repeat top left;
  padding-left: 120px;
}

#_obcall_requestCall.hdn {
  display: none;
}

#_obcall_requestCall * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#_obcall_requestCall > div {
  float: left;
  padding: 1em 0;
}

#_obcall_requestCall h3 {
  margin-top: 2em;
}

#_obcall_requestCall p._obcall_requester {
  text-align: left;
  margin: 0 0 4em 0;
}

#_obcall_requestCall form {
  -webkit-transition: all 1s;
  transition: all 1s;
  height: 0px;
  overflow: hidden;
  width: 100%;
  max-width: 498px;
}

#_obcall_requestCall form p {
  padding: 0;
  margin: 0 0 1em 0;
}

#_obcall_requestCall form.open {
  height: auto;
}

#_obcall_requestCall form .validationmsg {
  margin-bottom: 5px;
}

#_obcall_requestCall form .validationmsg.error {
  color: red;
}

#_obcall_requestCall form .validationmsg.warning {
  color: #ff9000;
}

#_obcall_requestCall select {
  height: 30px;
  display: block;
  border-radius: 4px;
  margin: 0 0 4px 0;
  width: 100%;
  padding: 0 1em;
  color: #333;
}

#_obcall_requestCall textarea {
  margin: 0 0 4px 0;
  padding: 1em;
  width: 100%;
  min-height: 90px;
  color: #333;
}

#_obcall_requestCall input {
  width: 100%;
  line-height: 30px;
  height: 30px;
  padding: 0 0 4px 0;
  margin: 0 0 4px 0;
  display: block;
  color: #333;
}

#_obcall_requestCall input._obcall_submit {
  line-height: 36px;
  display: block;
  height: 36px;
  background: #1da5f6;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: 700;
  font-size: 18px;
  border: none;
  cursor: pointer;
  border-radius: 0.3rem;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}

#_obcall_requestCall input._obcall_submit:hover {
  background: #00ccff;
}

#_obcall_requestCall ._obcall_anotherPhoneOption {
  display: none;
  height: 30px;
  line-height: 30px;
  padding: 0 1em;
  border-radius: 4px;
  border: 1px solid #999;
  background-color: #fff;
}

#_obcall_requestCall ._obcall_anotherPhoneOption.visible {
  display: block;
}

#_obcall_requestCall ._obcall_anotherPhoneOption.checking {
  background: url(/modules/zendesk/inbound/images/phone_checking.gif) no-repeat #fff 97% center;
}

#_obcall_requestCall ._obcall_anotherPhoneOption.doubt {
  background: url(/modules/zendesk/inbound/images/phone_alert.png) no-repeat #fff 97% center;
}

#_obcall_requestCall ._obcall_anotherPhoneOption.verified {
  background: url(/modules/zendesk/inbound/images/phone_ok.png) no-repeat #fff 97% center;
}

#_obcall_requestCall #_obcall_btnRequestCall {
  cursor: pointer;
  color: #1da5f6;
  text-decoration: underline;
}

#_obcall_confirmation h3 {
  font-size: 18px;
  color: #1da5f6;
}

@media screen and (max-width: 470px) {
  #_obcall_requestCall {
    padding-left: 0;
    background-size: 22.5%;
  }
  #_obcall_requestCall h3 {
    margin-top: 1em;
    margin-left: 24.8%;
  }
  #_obcall_requestCall p._obcall_requester {
    margin: 0 0 1.5em 24.8%;
  }
  #_obcall_requestCall form.open {
    margin: 4em 0 1em 0;
  }
}
#breadcrumbs {
  width: 100%;
  background-color: transparent;
  margin: 7px 15px 0 15px;
  padding: 0 7px;
  list-style: none;
  display: block;
  clear: both;
  border-bottom: 1px solid #ccc;
  height: 24px;
  font-size: 12px;
  border-radius: 0;
}
#breadcrumbs span:first-child {
  background: none;
  padding: 0 10px 0 0;
}
#breadcrumbs span:first-child a {
  color: #03061d;
}
#breadcrumbs span:first-child a:hover {
  text-decoration: none;
  color: #03061d;
}
#breadcrumbs span {
  background: url(/images/tpl/tsn_icons.png) no-repeat 0 -60px;
  padding: 0 10px 0 20px;
  color: #666;
  height: 18px;
  color: transparent;
}
#breadcrumbs span a {
  color: #03061d;
}
#breadcrumbs span.breadcrumb_last {
  color: #666;
}

.dk-site-header__menu-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dk-game-image {
  width: 85px;
  height: 50px;
  padding-right: 0.5em;
}

.dk-text-list {
  padding-right: 0.2em;
  padding-left: 0.2em;
}

.dk-menu {
  width: 27px;
  height: 27px;
  margin-left: 20px;
  cursor: pointer;
}

.site-menu-desktop {
  display: none;
  background: #01071d;
}
.site-menu-desktop__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  padding-top: 1.5rem;
}
.site-menu-desktop__list-item {
  cursor: pointer;
  border-bottom: 1px solid #232323;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-menu-desktop__list-item a {
  display: block;
  padding: 1rem 1.5rem;
  color: #f6f6f6;
  font-size: 1.1rem;
  text-decoration: none;
  text-transform: uppercase;
}
.site-menu-desktop__list-item:hover {
  background: #1da6f6;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.site-menu-desktop__list-icon {
  margin-left: 40px;
}
.site-menu-desktop__list-exit {
  position: absolute;
  top: 1.5rem;
  right: 0px;
  padding: 10px;
  z-index: 1;
  font-size: 1em;
  cursor: pointer;
  display: inline-block;
}

.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  min-width: 320px;
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none;
}

.slideout-menu-left {
  left: 0;
}

.slideout-menu-right {
  right: 0;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  will-change: transform;
  background-color: #fff; /* A background-color is required */
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}

.page-container {
  padding-top: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .page-container {
    padding-top: 70px !important;
  }
}

.game-jackpot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.game-jackpot__biggest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 19px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f4f4f4;
}
.game-jackpot__biggest p {
  margin-bottom: 0;
}
.game-jackpot__biggest--image {
  /* Style for "game image" */
  max-width: 126px;
  max-height: 66px;
}
@media (max-width: 1200px) {
  .game-jackpot__biggest--image {
    max-width: 25%;
  }
}
@media (max-width: 510px) {
  .game-jackpot__biggest--image {
    max-width: 25%;
  }
}
@media (max-width: 380px) {
  .game-jackpot__biggest--image {
    width: 50%;
    max-hegiht: 90px;
  }
}
.game-jackpot__biggest--text {
  font-size: 16px;
  font-weight: 900;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.game-jackpot__biggest--text .dk-text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.game-jackpot__biggest--text .dk-text-container .regular--text {
  font-weight: 400;
  margin-right: 0.5em;
}
.game-jackpot__biggest--text .dk-text-container .dk-jackpot-text {
  color: #1da5f6;
  font-size: 27px;
  font-weight: 900;
}
@media (max-width: 1200px) {
  .game-jackpot__biggest--text .dk-text-container .dk-jackpot-text {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .game-jackpot__biggest--text .dk-text-container .dk-jackpot-text {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .game-jackpot__biggest--text .dk-text-container .dk-jackpot-text {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .game-jackpot__biggest--text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .game-jackpot__biggest--text {
    font-size: 16px;
  }
}
@media (max-width: 567px) {
  .game-jackpot__biggest--text {
    width: 75%;
  }
}
@media (max-width: 510px) {
  .game-jackpot__biggest--text {
    width: 75%;
  }
}
@media (max-width: 380px) {
  .game-jackpot__biggest--text {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 10px;
    width: 50%;
  }
}
.game-jackpot__biggest--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  text-decoration: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 33.3333333333%;
  padding: 0;
  background: #1da5f6;
  font-size: 24px;
  font-weight: 600;
  line-height: 8.65px;
  text-transform: uppercase;
  color: #ffffff !important;
}
@media (max-width: 1200px) {
  .game-jackpot__biggest--button {
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  .game-jackpot__biggest--button {
    font-size: 14px;
  }
}
@media (max-width: 380px) {
  .game-jackpot__biggest--button {
    width: 50%;
    height: 30px;
  }
}
.game-jackpot__biggest--button:hover {
  text-decoration: none !important;
  background-color: #0cf;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.games-lists {
  display: -ms-grid;
  display: grid;
  grid-gap: 15px;
  margin: 15px auto;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1140px;
}
@media (min-width: 767px) {
  .games-lists {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .games-lists {
    padding: 0 15px;
  }
}
.games-lists__regular {
  margin: 30px 0;
}
.games-lists__regular .games-list {
  margin-bottom: 5px;
}

.dk-overlay {
  position: relative !important;
  background: #000;
}
.dk-overlay img {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.dk-overlay:hover img {
  opacity: 0.2;
}
.dk-overlay:hover .dk-overlay__middle {
  opacity: 1;
}
.dk-overlay__middle {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dk-overlay__button {
  display: block;
  margin-bottom: 0 !important;
  border: 1px solid #1da5f6;
  font-size: 16px !important;
  padding: 16px 32px;
  font-weight: bold !important;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 3px;
}
@media (max-width: 992px) {
  .dk-overlay__button {
    font-size: 14px !important;
    padding: 12px 24px;
  }
}
.dk-overlay__button:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #1da5f6;
  color: #fff !important;
}

.dk-offer {
  max-width: 1110px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dk-offer .dk-offer--image-container {
  width: 50%;
}
@media (max-width: 1200px) {
  .dk-offer .dk-offer--image-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .dk-offer .dk-offer--image-container {
    width: 100%;
  }
  .dk-offer .dk-offer--image-container a img {
    width: 100%;
  }
}
.dk-offer .dk-offer--terms {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: #0275d8;
}
@media (max-width: 991px) {
  .dk-offer .dk-offer--terms {
    font-size: 12px;
  }
}
.dk-offer .dk-offer--terms:hover {
  color: #00ccff;
}
.dk-offer .dk-offer__action {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991px) {
  .dk-offer .dk-offer__action {
    margin-top: 10px;
  }
}
.dk-offer .dk-offer__action--link {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1da6f6;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #1da6f6;
  margin-right: 2em;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .dk-offer .dk-offer__action--link {
    margin-right: 1em;
    padding: 8px;
  }
}
.dk-offer .dk-offer__action--link:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #1da5f6;
  color: #fff;
}
.dk-offer .dk-offer__action--redeem {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  padding: 10px;
  border-radius: 5px;
  background: #1da6f6;
  text-decoration: none;
}
@media (max-width: 991px) {
  .dk-offer .dk-offer__action--redeem {
    margin-top: 6px;
    padding: 8px;
  }
}
@media (max-width: 768px) {
  .dk-offer .dk-offer__action--redeem {
    margin-top: 0;
  }
}
@media (max-width: 464px) {
  .dk-offer .dk-offer__action--redeem {
    margin-top: 6px;
  }
}
@media (max-width: 330px) {
  .dk-offer .dk-offer__action--redeem {
    font-size: 12px;
  }
}
.dk-offer .dk-offer__action--redeem:hover {
  background: white;
  color: #1da6f6;
  border: 1px solid #1da6f6;
}
.dk-offer .dk-offer--container {
  width: 50%;
  background: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px;
  line-height: 24px;
  font-size: 1rem;
}
@media (max-width: 1200px) {
  .dk-offer .dk-offer--container {
    padding: 34px;
  }
}
@media (max-width: 991px) {
  .dk-offer .dk-offer--container {
    padding: 15px;
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  .dk-offer .dk-offer--container {
    width: 100%;
    padding: 30px;
    font-size: 0.9rem;
  }
}
.dk-offer .dk-offer--container h2 {
  color: #00ccff;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .dk-offer .dk-offer--container h2 {
    font-size: 20px;
  }
}
.dk-offer .dk-offer--container span {
  color: #1da5f6;
  font-weight: 900;
  text-transform: uppercase;
}
.dk-offer .dk-offer--container strong {
  font-weight: 900;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  .dk-offer,
.games-lists {
    max-width: 930px;
  }
}
@media (max-width: 991px) {
  .dk-offer,
.games-lists {
    max-width: 690px;
  }
}
@media (max-width: 767px) {
  .dk-offer,
.games-lists {
    max-width: 510px;
  }
}
@media (max-width: 510px) {
  .dk-offer,
.games-lists {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 567px) {
  #top img.logo {
    width: 30%;
  }
}
@media (max-width: 380px) {
  #top img.logo {
    width: 45%;
  }
}

@media (max-width: 567px) {
  .topsubnav {
    bottom: 35px;
  }
}

.desk-jackpot {
  width: 100%;
  display: block;
}
@media (max-width: 375px) {
  .desk-jackpot {
    display: none;
  }
}

.mobile-jackpot {
  display: none;
  width: 100%;
}
@media (max-width: 375px) {
  .mobile-jackpot {
    display: block;
  }
}

@media (max-width: 510px) {
  section#jackpot-winners .jackpot #total_jackpot.tjp_amount {
    font-size: 2.1em;
  }
}
@media (max-width: 430px) {
  section#jackpot-winners .jackpot #total_jackpot.tjp_amount {
    font-size: 1.8em;
    bottom: 6.3em;
  }
}
@media (max-width: 380px) {
  section#jackpot-winners .jackpot #total_jackpot.tjp_amount {
    font-size: 1.6em;
    bottom: 9.1em;
  }
}

.homepage_boxes_container {
  display: -ms-grid;
  display: grid;
  grid-gap: 15px;
  padding: 0 15px;
  margin-bottom: 15px;
}
@media (min-width: 767px) {
  .homepage_boxes_container {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1000px) {
  .homepage_boxes_container {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.homepage_boxes_container .homepage_boxes {
  text-align: left;
  padding: 1em 2em 1em 1em;
  background: #e8e8e8;
}
.homepage_boxes_container .homepage_boxes .img {
  float: left;
  display: block;
  max-width: 60px;
  width: 16%;
}
.homepage_boxes_container .homepage_boxes .txt {
  float: right;
  width: 80%;
}
.homepage_boxes_container .homepage_boxes .txt h2 {
  font-size: 1em;
  color: #0cf;
}
.homepage_boxes_container .homepage_boxes .txt p {
  font-size: 0.9em;
}
.homepage_boxes_container .homepage_boxes .txt p a {
  color: #1da5f6;
}