@charset "UTF-8";
.mt-0 {
  margin-top: 0 !important;
}

.center {
  text-align: center;
}

.casino-review-header {
  position: sticky;
  top: 72px;
  display: flex;
  background: linear-gradient(to bottom, #25b1d1, #016cbc);
  border-radius: 5px;
  padding: 10px;
  color: #fff;
  margin-bottom: 15px;
  z-index: 50;
}
.casino-review-header .casino-logo {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 100px;
  background: url("../images/225x155.png") center no-repeat;
  background-size: 100% 100%;
  margin-right: 13px;
}
.casino-review-header .cr-left {
  flex: 0 1 auto;
}
.casino-review-header .casino-title {
  font-size: 26px;
  line-height: 1.1;
  font-weight: 600;
}
.casino-review-header .rating {
  margin-top: 5px;
}
.casino-review-header .rating i {
  font-size: 16px;
  color: #eac815;
  margin: 0;
}
.casino-review-header .rating-title {
  line-height: 1.2;
  margin-bottom: 5px;
}
.casino-review-header .rating-wrapp {
  line-height: 1;
}
.casino-review-header .rating-votes {
  font-size: 14px;
}
.casino-review-header .rating-votes span {
  margin-right: 5px;
}
.casino-review-header .bonus-block {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}
.casino-review-header .bonus-type {
  line-height: 1.1;
  text-align: center;
}
.casino-review-header .bonus-size {
  font-size: 22px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  color: #60ffa7;
  margin-top: 7px;
  text-align: center;
}
.casino-review-header .btn-wrap {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.casino-review-header .btn-wrap a {
  display: inline-block;
  padding: 8px 60px;
  border-radius: 5px;
  background-color: #eac815;
  color: #000;
}
.casino-review-header .btn-wrap a:hover {
  background-color: #d3b413;
}

.casino-info-mobile {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  background: #016cbc;
  max-width: 500px;
  width: calc(100% - 30px);
  border-radius: 5px 5px 0 0;
  padding: 10px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms linear;
}
.casino-info-mobile .bonus-size {
  flex: 1 1 auto;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  color: #60ffa7;
  text-align: center;
  margin: 7px;
}
.casino-info-mobile a {
  flex: 0 0 auto;
  display: inline-block;
  padding: 8px 60px;
  border-radius: 5px;
  background-color: #eac815;
  color: #000;
  font-weight: bold;
}
.casino-info-mobile a:hover {
  background-color: #d3b413;
}

.casino-params {
  border-radius: 10px;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.15), 0 0 15px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  margin-bottom: 15px;
  padding: 20px;
}
.casino-params .param-row {
  display: flex;
  margin-bottom: 10px;
}
.casino-params .param-row:last-of-type {
  margin-bottom: 0;
}
.casino-params .param-name {
  flex: 0 0 160px;
  display: flex;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 1px;
  margin-right: 15px;
  color: #2c2e2e;
  font-weight: 700;
}
.casino-params .param-value {
  flex: 1 1 auto;
  font-size: 14px;
  color: #6f7374;
  line-height: 18px;
}
.casino-params .paysys-item {
  display: inline;
  width: 36px;
  height: 24px;
  margin: 0 10px 5px 0;
  border: none;
  border-radius: 3px;
}
.casino-params i {
  width: 17px;
  height: 17px;
  margin-top: -1px;
}
.casino-params i.param-gear {
  background-image: url("../images/icons/param-gear.svg");
}
.casino-params i.param-gift {
  background-image: url("../images/icons/param-gift.svg");
}
.casino-params i.param-currency {
  background-image: url("../images/icons/param-currency.svg");
}
.casino-params i.param-deposit {
  background-image: url("../images/icons/param-deposit.svg");
}
.casino-params i.param-withdraw {
  background-image: url("../images/icons/param-withdraw.svg");
}
.casino-params i.param-time {
  background-image: url("../images/icons/param-time.svg");
}
.casino-params i.param-apps {
  background-image: url("../images/icons/param-apps.svg");
}
.casino-params i.param-payment {
  background-image: url("../images/icons/param-payment.svg");
}
.casino-params i.param-payment-v2 {
  background-image: url("../images/icons/param-payment-v2.svg");
}
.casino-params i.param-language {
  background-image: url("../images/icons/param-language.svg");
}
.casino-params i.param-license {
  background-image: url("../images/icons/param-license.svg");
}
.casino-params i.param-email {
  background-image: url("../images/icons/param-email.svg");
}
.casino-params i.param-phone {
  background-image: url("../images/icons/param-phone.svg");
}
.casino-params i.param-support {
  background-image: url("../images/icons/param-support.svg");
}

.two-columns .sidebar .sb-block.v2 {
  margin: 0 auto 18px;
  border-radius: 10px;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.15), 0 0 15px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  border: none;
}
.two-columns .sidebar .sb-block.v2:last-of-type {
  margin-bottom: 0;
}
.two-columns .sidebar .sb-block.v2 .pluses-minuses > div {
  border: none;
}
.two-columns .sidebar .sb-block.v2 .sidebar-stars {
  border: none;
}
.two-columns .sidebar .sb-block.v2 .block-title {
  position: static;
  transform: none;
  background: none;
  display: block;
  font-weight: 700;
  font-size: 16px;
  text-transform: none;
  max-width: 100%;
  padding: 0;
}
.bonuses-table-wrap {
  background: #016cbc;
  border-radius: 5px;
  padding: 10px 20px 20px;
  color: #fff;
  text-align: center;
  margin: 30px 0;
}

.bonuses-table {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.bonuses-table .table-head {
  display: flex;
}
.bonuses-table .head-item {
  flex: 1;
  margin-bottom: 10px;
}
.bonuses-table .bonus-item {
  display: flex;
  align-items: center;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  color: #2c2e2e;
  font-weight: bold;
}
.bonuses-table .bonus-item:last-of-type {
  margin-bottom: 0;
}
.bonuses-table .bonus-item > div {
  flex: 1;
}
.bonuses-table .bonus-item a {
  display: inline-block;
  padding: 8px 60px;
  border-radius: 5px;
  background-color: #eac815;
  color: #000;
  width: 100%;
}
.bonuses-table .bonus-item a:hover {
  background-color: #d3b413;
}
.bonuses-table .bonus-size {
  color: #bc014f;
}

.slots-wrapp.slider {
  padding: 0 70px;
}
.slots-wrapp.slider .item-wrap {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  min-width: 240px;
  outline: none;
}
.slots-wrapp.slider .item-wrap:not(.slick-slide):nth-child(n+5) {
  /*display: none;*/
}
.slots-wrapp.slider .slot-item {
  min-width: 0;
  max-width: 100% !important;
  width: 240px;
  height: 262px;
  background-size: contain;
  padding: 13px 0;
}
.slots-wrapp.slider .slot-item .slot-content {
  padding: 0;
}
.slots-wrapp.slider .slot-item .button {
  width: 224px;
  height: 50px;
  padding: 0;
  outline: none;
}
.slots-wrapp.slider .slot-item img {
  width: 100% !important;
  height: auto !important;
  top: 0 !important;
  left: 0 !important;
}

.other-casinos {
  max-height: 123px;
}
.other-casinos .slides {
  padding: 0 70px;
  overflow: hidden;
}
.other-casinos .item-wrap {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  min-width: 84px;
  outline: none;
}
.other-casinos .item-wrap:not(.slick-slide):nth-child(n+6) {
  display: none;
}
.other-casinos .casino-item {
  flex: 0 0 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 5px;
  outline: none !important;
}
.other-casinos .casino-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 100px;
  background: url(../images/225x155.png) center no-repeat;
  background-size: 100% 100%;
}
.other-casinos .casino-logo img {
  max-width: 100%;
  height: auto;
}
.other-casinos .casino-title {
  line-height: 1.2;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  margin-top: 5px;
}

.slick-list {
  width: 100%;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background-color: #429dcf;
  border: 2px solid #f8f8f8;
  text-indent: -99999px;
  overflow: hidden;
  outline: none;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  cursor: pointer;
  transition: all 0.25s ease;
  z-index: 1;
}
.slick-arrow:hover {
  box-shadow: 0 0 10px 0 #26effa;
}
.slick-arrow.slick-prev {
  left: 15px;
  background-image: url(../images/icons/arrow-left.svg);
}
.slick-arrow.slick-next {
  right: 15px;
  background-image: url(../images/icons/arrow-right.svg);
}

.casinos-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.casino-card {
  flex: 0 0 215px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 10px;
  margin: 8px;
  background: #fff;
  line-height: 1.1;
  text-align: center;
}
.casino-card .casino-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 215px;
  height: 110px;
  background: url("../images/225x155.png") center no-repeat;
  background-size: 100% 100%;
}
.casino-card .casino-title {
  margin-top: 10px;
  font-weight: bold;
}
.casino-card .casino-rating {
  margin-top: 10px;
  color: #4faeb2;
  font-size: 20px;
}
.casino-card .casino-rating i {
  margin: 0;
}
.casino-card .casino-bonus {
  flex-grow: 1;
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  color: #bc0176;
  margin: 15px 0;
}
.casino-card .btn-ref {
  flex: 0 0 auto;
  display: inline-block;
  padding: 8px 60px;
  border-radius: 5px;
  background-color: #eac815;
  color: #000;
  font-weight: bold;
  margin-bottom: 7px;
}
.casino-card .btn-ref:hover {
  background-color: #d3b413;
}
.casino-card .read-review {
  color: #1a2949;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  transition: all 0.25s ease;
  border-bottom: 1px solid #1a2949;
}
.casino-card .read-review:hover {
  border-color: transparent;
}

.slick-dots {
  display: flex;
  justify-content: center;
  padding: 0;
  list-style: none;
  margin-top: 7px;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  outline: none;
  background: green;
  border-radius: 50%;
  border: none;
  opacity: 0.5;
}
.slick-dots .slick-active button {
  opacity: 1;
}

header .header-inner .header-topline .mnu > ul > li {
  position: relative;
}
header .header-inner .header-topline .mnu > ul > li:hover .sub-menu {
  opacity: 1;
  transform: scaleY(1);
}
header .header-inner .header-topline .mnu > ul > li > a {
  display: flex;
  align-items: center;
}

.menu-item-has-children > a:after {
  content: "";
  font-family: "FontAwesome";
  color: inherit;
  margin-left: 10px;
  position: relative;
  top: 2px;
}

.sub-menu {
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  opacity: 0;
  padding-top: 10px !important;
  transform: scaleY(0);
  transform-origin: 0 0;
  transition: 0.5s ease-in-out;
  z-index: 500;
}
.sub-menu a {
  position: relative;
  color: #fff !important;
  text-align: left !important;
  padding: 12px 15px !important;
  font-size: 13px !important;
  border: none !important;
  border-radius: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: none !important;
}
.sub-menu a:hover {
  z-index: 1;
}
.sub-menu li {
  margin: 0 !important;
  background: #273f70;
}
.sub-menu li:last-child {
  margin-bottom: 0 !important;
}
.sub-menu li:last-child a {
  border-bottom: none !important;
}

.mobile-mnu .menu-item-has-children {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #a4a4a4;
}
.mobile-mnu .menu-item-has-children:after {
  content: "";
  font-family: "FontAwesome";
  flex: 0 0 auto;
  color: #337ab7;
  margin-left: 15px;
  position: relative;
  top: -2px;
}
.mobile-mnu .menu-item-has-children > a {
  padding-right: 0 !important;
  border: none !important;
}
.mobile-mnu .menu-item-has-children > a:after {
  display: none;
}

.now-win {
  display: flex;
  margin: 30px auto;
  max-width: 100%;
  overflow: hidden;
}
.now-win .winner-item-wrap {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  outline: none;
}
.now-win .winners-item {
  width: 160px;
  margin: 0 auto;
  background: linear-gradient(-17deg, #8ad725, #57b3df);
}
.now-win .winners-username {
  color: #eaffff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.now-win .winners-count {
  font-weight: bold;
}

.slick-dots {
  display: flex;
  justify-content: center;
  padding: 0;
  list-style: none;
  margin-top: 0;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  outline: none;
  background: #1a2949;
  border-radius: 50%;
  border: none;
  opacity: 0.5;
}
.slick-dots .slick-active button {
  opacity: 1;
}

.games-box--game {
  position: relative;
}

.game-panel {
  position: absolute;
  bottom: 0;
  right: 0;
}
.game-panel .fullscreen,
.game-panel .minimize {
  display: flex;
  padding: 5px;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.game-panel .fullscreen:hover,
.game-panel .minimize:hover {
  background: rgba(255, 255, 255, 0.35);
}
.game-panel .fullscreen {
  display: flex;
  align-items: center;
}
.game-panel .fullscreen i {
  margin-left: 10px;
}
.game-panel .minimize {
  display: none;
}
.game-panel i {
  margin: 0;
}
.game-panel i.icon-fullscreen {
  background-image: url("../images/icons/fullscreen.svg");
}
.game-panel i.icon-minimize {
  background-image: url("../images/icons/minimize.svg");
}

.game-fullscreen {
  position: relative;
  overflow: hidden;
}
.game-fullscreen:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 100;
}
.game-fullscreen #gamefileEmbed1 {
  position: fixed;
  top: 50%;
  left: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  z-index: 200;
}
.game-fullscreen .game-panel .fullscreen {
  display: none;
}
.game-fullscreen .game-panel .minimize {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: flex;
  z-index: 10000;
}
.game-fullscreen .scrollup-button {
  display: none;
}

iframe {
  max-width: 100% !important;
  min-width: 100%;
}
.wpd-comment-wrap {
  background: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
  box-shadow: 0 0 7px 0 rgba(0,0,0,.15);
}
#wpdcom .wpd-comment-text {
  color: #686868;
  background: #f6f6f6;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  padding: 5px 10px;
  margin-bottom: 5px;
}
#wpdcom .wpd-comment-text p:first-of-type {
  margin-top: 0;
}
.last-comment .comment-body {
  color: #686868;
  background: #f6f6f6;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  padding: 5px 10px;
}
@media screen and (max-width: 1220px) {
  .header-topline .logo {
    width: 100%;
    text-align: center;
  }

  .main-content {
    padding-top: 141px;
  }

  .casino-review-header {
    top: 137px;
  }
  .table-wrap {
    overflow-x: scroll;
  }
}
@media (max-width: 768px) {
  .header-topline .logo {
    width: auto;
  }

  .sub-menu {
    display: none;
    opacity: 1;
    transform: scaleY(1);
    position: relative;
    padding-top: 0 !important;
    transition: none;
    width: 100%;
    order: 1;
  }
  .sub-menu li {
    background: #384b72;
  }
  .sub-menu a {
    text-align: center !important;
  }

  .slots-wrapp.slider {
    padding: 0;
  }
  .slots-wrapp.slider .slick-arrow {
    display: none;
  }

  .other-casinos .slides {
    padding: 0;
  }
  .other-casinos .slick-arrow {
    display: none;
  }

  .casino-review-header {
    position: static;
    flex-direction: column;
    align-items: center;
  }
  .casino-review-header .casino-logo {
    width: 255px;
    height: 155px;
    margin: 0 0 10px;
  }
  .casino-review-header .rating {
    text-align: center;
  }
  .casino-review-header .rating-title {
    display: none;
  }
  .casino-review-header .bonus-block {
    margin: 20px 0;
  }

  .casino-info-mobile.show-info {
    opacity: 1;
    visibility: visible;
  }

  .casino-params .param-row {
    flex-direction: column;
  }
  .casino-params .param-name {
    flex: 0 0 auto;
    margin: 0 0 7px;
  }
  .casino-params .param-value {
    margin-left: 28px;
  }

  .two-columns .sidebar .sb-block.v2 {
    margin-bottom: 15px !important;
  }

  .bonuses-table-wrap {
    padding: 10px;
  }

  .bonuses-table .table-head,
.bonuses-table .bonus-match,
.bonuses-table .bonus-wager {
    display: none;
  }
  .bonuses-table .bonus-item {
    flex-direction: column;
  }
  .bonuses-table .bonus-type {
    font-size: 18px;
  }
  .bonuses-table .bonus-size {
    font-size: 24px;
    margin-top: 7px;
  }
  .bonuses-table .bonus-btn {
    margin-top: 10px;
  }
}
@media (max-width: 500px) {
  .casino-info-mobile {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
  }
  .casino-info-mobile .bonus-size {
    margin-top: 0;
  }
  .slick-dots li {
    margin: 0 3px;
  }
  .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 4px;
  }
}




/* 3-sub  menu fix */

header .header-inner .header-topline .mnu > ul > li:hover > ul.sub-menu {
  opacity: 1;
  transform: scaleY(1);
}
header .header-inner .header-topline .mnu > ul > li:hover .sub-menu {
  opacity: 0;
  transform: scaleY(0);
}
header .header-inner .header-topline .mnu > ul > li:hover .sub-menu li:hover .sub-menu {
  opacity: 1;
  transform: scaleY(1);
}

.mnu .sub-menu li {
  position: relative;
}
.mnu .sub-menu .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
  padding-top: 0 !important;
}
.mnu .sub-menu .menu-item-has-children > a:after {
  display: inline-block;
  transform: rotate(272deg);
}

.mobile-mnu .menu-item-has-children:hover > .sub-menu {
  display: block;
}