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

.center {
  text-align: center;
}

.post-ratings img, .post-ratings-loading img, .post-ratings-image img {
    margin: 0 2px 0 0;
}

.casino-review-header {
  top: 72px;
  display: flex;
  background: #fff;
  border-radius: 4px;
  padding: 10px;
  color: #26292d;
  margin-bottom: 15px;
  z-index: 50;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
  justify-content: space-between;
  margin: 15px 0;
}
.casino-review-header .casino-logo {
    flex: 0 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* height: 100px; */
    background-size: 100% 100%;
    margin-right: 13px;
    flex-direction: column;
}
.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: 35px;
    max-width: 230px;
    text-align: center;
    padding: 0 10px;
}
.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: 4px;
  background-color: #2396f7;
  color: #fff;
}
.casino-review-header .btn-wrap a:hover {
  background-color: #d3b413;
}

.popular-casinos .item:first-child {
    border-top: none;
}

.popular-casinos .item {
    border-top: 1px solid #eee;
    height: 50px;
    line-height: 50px;
    position: relative;
    overflow: hidden;
}
.popular-casinos .item .card__media--overlay {
    text-align: center;
    overflow: hidden;
}

.popular-casinos .item .top10__img {
    position: absolute;
    top: 50%;
    margin-top: -26px;
    left: 6px;
    transition: left .2s ease-out;
}

.popular-casinos .item .top10__link:not(.no-link):hover .top10__img {
    left: -32px;
}

.popular-casinos .item .top10__name {
    padding-left: 60px;
    display: inline-block;
    overflow: hidden;
    max-width: 95%;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: padding .2s ease-out;
}

.popular-casinos .item .top10__link:not(.no-link):hover .top10__name {
    padding-left: 17px;
    padding-right: 43px;
}

.popular-casinos .item .top10__link {
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    letter-spacing: 1px;
}

.popular-casinos .item .top10__link>a {
    display: block;
    color: #373b40;
}

.popular-casinos .item .top10__visit {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -80px;
    height: 100%;
    width: 80px;
    text-align: center;
    background: #2396f7;
    color: #f8f8f8;
    transition: right .2s ease-out;
}

.popular-casinos .item .top10__link:not(.no-link):hover .top10__visit {
    right: 0;
}

.popular-casinos .item .top10__link>a.top10__visit {
    color: #f8f8f8;
}

.popular-casinos .item .top10__link>a.top10__visit:hover {
    color: #f8f8f8;
    background: #65b6fa;
}

.sb-reading-now ul{
    padding: 0 15px;
    list-style: none;
}

.sb-reading-now ul li{
    counter-increment: i;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
}

.sb-reading-now ul li:before{
    content: counter(i);
    position: absolute;
    top: -3px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 1px solid #272b2f;
    color: #272b2f;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    border-radius: 50%;
}

.slots-list, .random-games,
.random-games .slick-slide {
    display: flex!important;
    justify-content: center;
    flex-wrap: wrap;
    margin: 15px auto;
}

.random-games{
  width: 240px
}

.random-games .btn-wrap{
  text-align: center;
}

/*.random-games:not(.active){
  display: none;
}*/

.slots-list .item, .random-games .item {
    flex: 0 0 187px;
    position: relative;
    margin: 5px;
    overflow: hidden;
    border-radius: 5px;
    width: 187px;
    display: block;
}

.slots-list .item .item-info, .random-games .item .item-info {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(81,81,81,.7);
    opacity: 0;
}

.slots-list .item:hover .item-info, .random-games .item:hover .item-info {
    opacity: 1;
}

.slots-list .item .item-name, .random-games .item .item-name {
    margin-top: 20px;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 2px #000;
    padding: 0 10px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
}

.slots-list .item .btn, .random-games .item .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0;
}

.random-games .btn-wrap {
    flex-basis: 100%;
    text-align: center;
    margin-top: 8px;
}

.btn.btn-red {
    background: #dc3a40;
}

.btn.btn-red:hover {
    background: #e35a5f;
}

.game-placeholder {
    position: relative;
    padding: 0;
    background: #000;
    margin-bottom: 20px;
}

.game-placeholder .img {
    display: block;
    opacity: 1;
    transition: all .2s;
}

.game-placeholder .start-game {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 14px;
    transition: all .2s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0 auto;
    padding: 15px;
    width: 150px;
    opacity: 0;
    z-index: 10;
}

.game-placeholder:hover .img {
    opacity: .35;
}

.game-placeholder:hover .start-game {
    opacity: 1;
}

.iframe-slot{
  display: block;
}

.under-game-btn {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 10px 0;
}

.under-game-btn a{
  width: 100%
}

.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: 4px 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: 4px;
  background-color: #eac815;
  color: #000;
  font-weight: bold;
}
.casino-info-mobile a:hover {
  background-color: #d3b413;
}

.casino-params {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 15px;
    max-width: 745px;
}
.casino-add-params{
  margin: 0 auto;
  background-color: #f8f8f8;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);
  border-radius: 4px;
  padding: 20px;
}
.casino-params .param-row {
  display: flex;
  margin-bottom: 10px;
  width: 50%;
  align-items: center;
}
.casino-params .param-row:last-of-type {
  margin-bottom: 0;
}
.casino-params .param-name {
    flex: 0 0 160px;
    display: flex;
    font-size: 18px;
    line-height: 21px;
    margin-top: 1px;
    margin-right: 15px;
    color: #2c2e2e;
    font-weight: 700;
    align-items: center;
}
.casino-params .param-value {
  flex: 1 1 auto;
  line-height: 20px;
}
.casino-params .paysys-item {
  display: inline;
  width: 36px;
  height: 24px;
  margin: 0 10px 5px 0;
  border: none;
  border-radius: 3px;
}
.casino-params i {
  width: 25px;
  height: 25px;
  margin-top: -1px;
}
.casino-params i.param-gear {
  background-image: url("../images/icons/comp-game.svg");
}
.casino-params i.param-gift {
  background-image: url("../images/icons/comp-bonuses.svg");
}
.casino-params i.param-currency {
  background-image: url("../images/icons/currency.svg");
}
.casino-params i.param-deposit {
  background-image: url("../images/icons/payment.svg");
}
.casino-params i.param-withdraw {
  background-image: url("../images/icons/cash.svg");
}
.casino-params i.param-time {
  background-image: url("../images/icons/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/credit-card.svg");
}
.casino-params i.param-payment-v2 {
  background-image: url("../images/icons/comp-money.svg");
}
.casino-params i.param-language {
  background-image: url("../images/icons/lt2.webp");
}
.casino-params i.param-license {
  background-image: url("../images/icons/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/comp-mobile.svg");
}
.casino-params i.param-support {
  background-image: url("../images/icons/comp-support.svg");
}
i.icon-gift {
  width: 25px;
  height: 25px;
  margin-top: -1px;  
  background-image: url("../images/icons/gift.svg");
  flex: 0 0 auto;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  flex-shrink: 0;  
}
.two-columns .sidebar .sb-block.v2 {
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
    border-radius: 4px;
    margin: 15px 0;
    overflow: hidden;
}
.two-columns .sidebar .sb-block.v2:first-of-type {
    margin-top: 0;
}
.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 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #272b2f;
    color: #fff;
    text-align: center;
    margin: 0 -15px 15px;
    padding: 5px;
    border-radius: 4px 4px 0 0;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
    min-height: 30px;
}
.two-columns .sidebar .sb-block.v2 .stars-wrap:not(:first-child) .block-title{
  border-radius: 0
}
.bonuses-table-wrap {
  background: #016cbc;
  border-radius: 4px;
  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: 4px;
  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: 4px;
  background-color: #eac815;
  color: #000;
  width: 100%;
}
.bonuses-table .bonus-item a:hover {
  background-color: #d3b413;
}
.bonuses-table .bonus-size {
  color: #bc014f;
}

.last-review {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f8f8f8;
    border-radius: 0 0 4px 4px;
    transition: border .2s linear;
}
.last-review .stars{
    display: flex;
    align-items: center;
}
.last-review .stars i{
  color: #00965f;
  margin-right: 2px;
}

.last-review .stars .rating-value{
    margin-left: 10px;
    margin-top: 1px;  
}

.last-review .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    max-width: 90px;
    overflow: hidden;
}

.last-review .stars-wrap {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.last-review .stars-wrap .rating-value {
    margin-left: 10px;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
}

.last-review .info-bottom {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    width: 100%;
    border-top: 1px solid #dddee1;
    padding: 15px;
    margin-top: 20px;
    border-radius: 0 0 4px 4px;
}

.last-review .text {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
}

.last-review .btns-wrap .btn {
    width: 100%;
}

.rating {
    position: relative;
    width: 130px;
    height: 35px;
}

.stars-wrap.small-star .rating, .stars-wrap.small-star .rating__best {
    width: 200px;
}

.stars-wrap.small-star .rating, .stars-wrap.small-star .rating__current, .stars-wrap.small-star .rating__star, .stars-wrap.small-star .rating__best {
    height: 20px;
}

.stars-wrap.small-star .rating__best {
    background-position: 1px 0;
}

.stars-wrap.small-star .rating__current, .stars-wrap.small-star .rating__best, .stars-wrap.small-star .rating__star_opacity {
    background-size: 200px 81px;
}

.stars-wrap .rating, .stars-wrap .rating__current, .stars-wrap .rating__star, .stars-wrap .rating__best {
    height: 25px;
}

.stars-wrap.small-star .rating__current {
    background-position: 1px -27px;
}

/*.stars-wrap .rating__best {
    background: url("../images/stars-wide.png") no-repeat;
}*/

.stars-wrap .rating__current {
    background: url("../images/stars-wide.png") 0 -35px no-repeat;
}

.stars-wrap.small-star .rating__star {
    width: 20px;
    height: 20px;
}

.stars-wrap.small-star .rating__star_10 {
    left: 180px;
}

.stars-wrap.small-star .rating__star_9 {
    left: 160px;
}

.stars-wrap.small-star .rating__star_8 {
    left: 140px;
}

.stars-wrap.small-star .rating__star_7 {
    left: 120px;
}

.stars-wrap.small-star .rating__star_6 {
    left: 100px;
}

.stars-wrap.small-star .rating__star_5 {
    left: 80px;
}

.stars-wrap.small-star .rating__star_4 {
    left: 60px;
}

.stars-wrap.small-star .rating__star_3 {
    left: 40px;
}

.stars-wrap.small-star .rating__star_2 {
    left: 20px;
}

.stars-wrap.small-star .rating__star_1 {
    left: 0;
}


.last-article {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 0 0 4px 4px;
}

.last-article .logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.last-article .meta-info {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    line-height: 1;
    padding: 8px 20px;
    background: #f8f8f8;
    border-top: 1px solid #dddee1;
    border-bottom: 1px solid #dddee1;
}

.last-article .btns-wrap {
    margin: 5px 15px 15px;
}

.last-article .title {
    text-align: center;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
    padding: 5px;
}

i.clock {
    background-image: url("../images/icons/article-clock.svg");
    background-size: cover;
}

.last-article .btns-wrap .btn {
    width: 100%;
}

.last-article .date, .last-article .views {
    display: flex;
    align-items: center;
}

.last-article .date, .last-article .views {
    display: flex;
    align-items: center;
}

.last-article .meta-info i {
    width: 13px;
    height: 13px;
    margin-right: 7px;
}

.articles-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 35px;
}

.articles-list .last-article {
    flex: 0 0 285px;
    display: flex;
    flex-direction: column;
    max-width: 285px;
    background: #fff;
    margin: 0 10px 10px;
    border: 1px solid #dddee1;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
    border-radius: 4px;
    transition: border .2s linear;
}

.articles-list .last-article .logo{
  height: 200px
}

.articles-list .last-article .logo img{
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.casino-info-right {
    flex: 0 0 225px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 15px;
}

.casino-info-right .info-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.casino-info-right .info-row .caption {
    font-size: 20px;
}

.casino-info-right .info-row .value {
    margin-left: 10px;
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
}

.casino-info-right .casino-rating{
  color: #00965f;
}


.slots-wrapp.slider {
  padding: 0 70px;
}
.slots-wrapp.slider .item-wrap {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  min-width: 185px;
  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: 185px;
  height: 217px;
  background-size: contain;
  background-position: top;
  padding: 13px 0;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.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-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 300px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 285px;
    background: #f8f8f8;
    border: 1px solid #dddee1;
    border-radius: 4px;
    padding-top: 30px;
    padding-bottom: 15px;
    margin: 10px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
    transition: border .2s linear;
}
.casino-card .rating-value {
    margin-left: 10px;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    display: inline-block;
    color: #000
}
.casino-card .ribbon {
    width: 100%;
    position: absolute;
    top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ef3c41;
    border-top: 2px solid #d22328;
    border-bottom: 2px solid #d22328;
    height: 32px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    z-index: 10;
}
.casino-card .ribbon.ribbon-blue {
    background-color: #2396f7;
    border-color: #0081c5;
}
.casino-card .ribbon.ribbon-red {
    background-color: #dc3a40;
    border-color: #bf272c;
}
.casino-card .ribbon.ribbon-green {
    background-color: #9bcb64;
    border-color: #87bb51;
}
.casino-card .ribbon:before, .casino-card .ribbon:after {
    content: "";
    position: absolute;
    top: -2px;
    display: block;
    background-size: 10px 41px;
    background-repeat: no-repeat;
    width: 10px;
    height: 41px;
}
.casino-card .ribbon.ribbon-blue:before {
    left: -10px;
    background-image: url("../images/ribbon-blue-left.png");
}
.casino-card .ribbon.ribbon-blue:after {
    right: -10px;
    background-image: url("../images/ribbon-blue-right.png");
}
.casino-card .ribbon.ribbon-red:before {
    left: -10px;
    background-image: url("../images/ribbon-red-left.png");
}
.casino-card .ribbon.ribbon-red:after {
    right: -10px;
    background-image: url("../images/ribbon-red-right.png");
}
.casino-card .ribbon.ribbon-green:before {
    left: -10px;
    background-image: url("../images/ribbon-green-left.png");
}
.casino-card .ribbon.ribbon-green:after {
    right: -10px;
    background-image: url("../images/ribbon-green-right.png");
}
.casino-card > div{
  padding: 0 15px
}
.casino-card .casino-card-head{
  background: #f8f8f8;
  width: 100%;
  padding: 15px;
  border-radius: 4px;
}
.casino-card .casino-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  /*
  width: 215px;
  height: 110px;
  */
  margin: 0 auto;

  border-radius: 50%;
  width: 150px;
  height: 150px;
  overflow: hidden;
}
.casino-card .casino-title {
  margin-top: 10px;
  font-weight: bold;
}
.casino-card .casino-rating {
  margin-top: 10px;
  color: #00965f;
  font-size: 16px;
}
.casino-card .casino-rating i {
  margin: 0;
}
.casino-card .casino-card-params {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.casino-card .param-row {
    display: flex;
    justify-content: space-between;
}
.casino-card .param-row .param-name {
    font-weight: 700;
}
.casino-card .param-row .param-value {
    text-align: right;
}
.casino-card .casino-bonus {
  flex-grow: 1;
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  color: #e72b2b;
  margin: 15px 0;
  justify-content: center;
}
.btn{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 4px;
    font-size: 12px;
    letter-spacing: .15em;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    color: #f8f8f8 !important;
    padding: 10px 15px;
    transition: all .2s ease-out;
    cursor: pointer;  
    background-color: #2396f7;
}
.btn:hover {
  background-color: #65b6fa;
}
.bonus-btn{
    padding-bottom: 15px;
    display: flex;
    justify-content: center;  
}
.bonus-btn a{
  max-width: 170px;
}
.casino-card .btn{
    width: 100%;
}
.casino-card .read-review {
  background-color: #64cb71;
}
.casino-card .read-review:hover {
  background-color: #83ec90;
}

.casino-card .btn:not(:last-of-type) {
    margin-bottom: 10px;
}

.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: #272b2f;
}
.sub-menu li:hover{
  background: #fff
}
.sub-menu li a:hover{
  color: #000!important;
  background: #fff
}
.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: flex-start;
  flex-wrap: wrap;
}
.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: 4px;
  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: 4px;
  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: 4px;
  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 {
    opacity: 1;
    transform: scaleY(1);
    position: relative;
    padding-top: 0 !important;
    transition: none;
    width: 100%;
    order: 1;
  }
  .sub-menu li {
    background: #fff;
  }
  .sub-menu a {
    padding: 12px 15px 12px 58px !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;
    margin-top: 10px;
    margin-bottom: 10px;    
  }
  .casino-review-header .bonus-block {
    margin: 20px 0;
  }

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

  .casino-params .param-row {
    flex-direction: row;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 14px;
    border: 1px solid #dddee1;
    background: #fff;
    border-radius: 4px;
    padding: 5px 15px;
    margin-bottom: 5px;    
  }

  .casino-params .param-name {
    flex: 0 0 auto;
    font-size: 15px;
  }
  .casino-params .param-value {
    text-align: right;
    line-height: 27px;
  }

  .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;
  }
}