.filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0;
  color: #9EADAF;
  font-size: 11px;
  line-height: 12px;
}
.filter__country {
  margin-left: 5px;
}
.filter__topic {
  font-weight: 400;
  text-transform: uppercase;
  color: #9EADAF;
  font-size: 11px;
  min-width: 50px;
  height: 15px;
  margin-bottom: 6px;
}
.filter__checkbox input {
  display: none;
}
.filter__checkbox input:checked + span {
  padding-right: 43px;
  background: #F9F9F9;
}
.filter__checkbox input:checked + span svg {
  opacity: 1;
  z-index: 0;
}
.filter__checkbox input + span {
  font-weight: 400;
  font-size: 13px;
  position: relative;
  padding: 12px 15px;
  border-radius: 20px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
  white-space: nowrap;
  letter-spacing: 0.3px;
  color: #475c63;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  line-height: 16px;
}
.filter__checkbox input + span svg {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  padding: 4px;
  width: 18px;
  height: 18px;
  background: #B2B2B2 0 0 no-repeat padding-box;
  color: #fff;
  border-radius: 9px;
  opacity: 0;
  z-index: -1;
}
.filter__checkbox.filter_ajax_online_casinos input + span {
  box-shadow: none;
  padding: 0;
  padding-left: 23px;
  color: #6A828A;
}
.filter__checkbox.filter_ajax_online_casinos input + span:after {
  position: absolute;
  content: "";
  position: absolute;
  top: 4px;
  left: 6px;
  width: 3px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.filter__checkbox.filter_ajax_online_casinos input + span:before {
  position: absolute;
  content: "";
  top: 2px;
  left: 1px;
  width: 9px;
  height: 9px;
  border: 2px solid #c2c2c2;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: border-color 0.3s ease, background-color 0.3s ease;
  -o-transition: border-color 0.3s ease, background-color 0.3s ease;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.filter__checkbox.filter_ajax_online_casinos input:checked + span {
  background: none;
  padding-right: 0;
}
.filter__checkbox.filter_ajax_online_casinos input:checked + span:before {
  border-color: #16A0FF;
  background-color: #16A0FF;
}
.filter__checkbox.filter_ajax_online_casinos input:checked + span:after {
  opacity: 1;
}
.filter__checkbox.filter_by_free_bonus_label {
  margin-left: 26px;
}
.filter__checkbox.filter_ajax_games_by_software input + span.filter-checkbox-title {
  box-shadow: none;
  padding: 0 0 0 26px;
}
.filter__checkbox.filter_ajax_games_by_software input + span.filter-checkbox-title:before {
  position: absolute;
  content: "";
  left: 1px;
  border: 2px solid #c2c2c2;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: border-color 0.3s ease, background-color 0.3s ease;
  -o-transition: border-color 0.3s ease, background-color 0.3s ease;
  transition: border-color 0.3s ease, background-color 0.3s ease;
  width: 12px;
  height: 12px;
  top: 0;
}
.filter__checkbox.filter_ajax_games_by_software input + span.filter-checkbox-title:after {
  position: absolute;
  content: "";
  top: 4px;
  left: 6px;
  width: 3px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.filter__checkbox.filter_ajax_games_by_software input:checked + span.filter-checkbox-title {
  background: none;
}
.filter__checkbox.filter_ajax_games_by_software input:checked + span.filter-checkbox-title:before {
  border-color: #16a0ff;
  background-color: #16a0ff;
}
.filter__checkbox.filter_ajax_games_by_software input:checked + span.filter-checkbox-title:after {
  opacity: 1;
  top: 4px;
  left: 7px;
}
.filter__checkbox.filter_ajax_games input + span:after {
  position: absolute;
  content: "";
  top: 4px;
  left: 6px;
  width: 3px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  opacity: 0;
  transform: rotate(45deg);
  transition: opacity 0.3s ease;
}
.filter__checkbox.filter_ajax_games input + span:before {
  position: absolute;
  content: "";
  top: 2px;
  left: 1px;
  width: 9px;
  height: 9px;
  border: 2px solid #c2c2c2;
  border-radius: 2px;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.filter__checkbox.filter_ajax_games input:checked + span:before {
  border-color: #16A0FF;
  background-color: #16A0FF;
}
.filter__checkbox.filter_ajax_games input:checked + span:after {
  opacity: 1;
}
.filter__checkbox.filter_ajax_games input:checked + span.filter-checkbox-title {
  background: none;
}
.filter__checkbox.filter_ajax_games input + span.filter-checkbox-title {
  box-shadow: none;
  padding: 0 0 0 26px;
}
.filter__radio input {
  display: none;
}
.filter__radio input + span {
  letter-spacing: 0.9px;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-size: 13px;
  font-weight: 400;
}
.filter__radio input + span:after {
  position: relative;
  margin: 0 10px 0 11px;
  width: 1px;
  height: 10px;
  background-color: #475c63;
  display: inline-block;
  content: "";
}
.filter__radio input:checked + span {
  color: #16A0FF;
}
.filter__radio:last-child input + span:after {
  display: none;
}
.filter__layout {
  width: 100%;
}
.filter__layout.js-filter-slider {
  overflow: scroll;
  scrollbar-width: none;
}
.filter__layout.js-filter-slider::-webkit-scrollbar {
  display: none;
}
.filter__layout.js-filter-slider.fixed {
  position: fixed;
  z-index: 55;
  top: 54px;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
}
.filter__layout.js-filter-slider.fixed .filter__wrapper {
  padding: 10px 8px;
}
.filter__wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 5px 2px;
  margin: 0 0 10px;
}
.filter label {
  color: #475c63;
  font-size: 12px;
  line-height: 17px;
}
.filter.bonus_filter .filter__checkbox:not(:last-child) {
  padding-right: 10px;
}

@media (min-width: 599px) {
  .filter__checkbox input + span:after {
    top: 3px;
    left: 7px;
  }
  .filter__checkbox input + span:before {
    width: 12px;
    height: 12px;
    top: 0;
  }
}
@media (min-width: 974px) {
  .filter__checkbox input + span:after {
    top: 4px;
    left: 7px;
  }
  .filter__checkbox input + span {
    font-size: 14px;
  }
  .filter__radio input + span {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .filter__topic {
    margin-bottom: 7px;
  }
  .filter__wrapper {
    margin: -3px 0 10px;
  }
}
@media (min-width: 1024px) {
  .filter__topic {
    letter-spacing: -0.1px;
  }
  .filter__checkbox input + span {
    letter-spacing: 0;
  }
  .filter__radio input + span {
    letter-spacing: 0;
  }
  .filter__radio input + span:after {
    margin: 0 12px 0 14px;
  }
}
@media (min-width: 530px) {
  .games-dropdown .filter-checkbox-row {
    margin: 0;
  }
  .games-filter-title .games-dropdown {
    margin-top: 3px;
  }
  .filter-checkbox-row:first-child {
    border-radius: 0 !important;
  }
  .col-filter.open .games-filter-title {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.16);
  }
  .filter__wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .filter__checkbox.filter_by_free_bonus_label {
    margin-left: 20px;
  }
}
@media (max-width: 340px) {
  .filter__checkbox input + span svg {
    right: 9px;
  }
  .filter__checkbox input:checked + span {
    padding-right: 32px;
  }
  .filter__checkbox.filter_by_free_bonus_label {
    margin-left: 16px;
  }
  .filter__checkbox.filter_ajax_online_casinos input + span {
    padding: 0 0 0 23px;
  }
  .filter__checkbox.filter_ajax_online_casinos input:checked + span {
    padding-right: 0;
  }
  .filter__checkbox.filter_ajax_games_by_software input + span:after {
    position: absolute;
    content: "";
    position: absolute;
    top: 4px;
    left: 6px;
    width: 3px;
    height: 7px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .filter__checkbox.filter_ajax_games_by_software input + span:before {
    position: absolute;
    content: "";
    top: 2px;
    left: 1px;
    width: 9px;
    height: 9px;
    border: 2px solid #c2c2c2;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: border-color 0.3s ease, background-color 0.3s ease;
    -o-transition: border-color 0.3s ease, background-color 0.3s ease;
    transition: border-color 0.3s ease, background-color 0.3s ease;
  }
  .filter__checkbox.filter_ajax_games_by_software input:checked + span:before {
    border-color: #16A0FF;
    background-color: #16A0FF;
  }
  .filter__checkbox.filter_ajax_games_by_software input:checked + span:after {
    opacity: 1;
  }
  .filter__wrapper {
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .filter__wrapper::-webkit-scrollbar {
    display: none;
  }
}
.active_filter {
  border: 1px solid #16a0ff;
}

@media (min-width: 599px) {
  .filter__checkbox.filter_ajax_games_by_software input + span:before {
    width: 12px;
    height: 12px;
    top: 0;
  }
  .filter__checkbox.filter_ajax_games_by_software input + span:after {
    top: 3px;
    left: 7px;
    top: 4px;
    left: 7px;
  }
  .filter__checkbox.filter_ajax_games input + span:before {
    width: 12px;
    height: 12px;
    top: 0;
  }
  .filter__checkbox.filter_ajax_games input + span:after {
    top: 3px;
    left: 7px;
    top: 4px;
    left: 7px;
  }
}
@media (max-width: 767px) {
  .games-filter-title .games-dropdown {
    margin-top: 3px;
  }
}
.game__mobile-support {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 13px;
  color: #2d3e50;
  background: #fee3e2;
  padding: 9px 6px 10px;
  margin-bottom: 10px;
  letter-spacing: -0.4px;
}
.game__mobile-support:after {
  top: auto;
  bottom: 0;
}

.game__main {
  margin: 0 -7px 30px;
  padding: 0;
  position: relative;
  padding-bottom: 76%;
}
.game__main img {
  width: 100%;
}

.col-filter.open .games-dropdown {
  display: block;
  box-shadow: none;
}
.col-filter.open .btn-filter .svg-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.filter-checkbox-row:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.filter-checkbox-row:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom: none;
}
.filter-checkbox-row {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.wrapper-game-filters {
  margin-bottom: 15px;
}

.reset-filter {
  cursor: pointer;
  position: relative;
  -ms-align-items: center;
  align-items: center;
  padding: 0 5px;
  margin-bottom: 5px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: none;
}
.reset-filter .svg-icon {
  margin-right: 5px;
}
.reset-filter input {
  padding: 0;
  margin: 0;
  background: none;
  outline: none;
  border: none;
  color: #16A0FF;
  display: block;
  cursor: pointer;
}

.game-filters.active-reset .reset-filter {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: absolute;
  left: unset;
  top: 12px;
}

.game-filters.hide .reset-filter {
  display: none;
}

.btn-filter {
  border: 1px solid #eee;
  padding: 10px;
  border-radius: 2px;
  display: block;
  position: relative;
  cursor: pointer;
}
.btn-filter .svg-icon {
  position: absolute;
  top: 20px;
  right: 12px;
  font-size: 9px;
  margin-left: 7px;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
}

.games-dropdown {
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  margin-top: 0;
  z-index: 2;
  background: #fff;
  display: none;
  padding: 0 6px;
}

.games-dropdown-inner {
  overflow-x: scroll;
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.16);
}

.col-filter {
  padding: 0;
  width: 50%;
}

.games-filter-title {
  border: 1px solid transparent;
}

.active_filter {
  border: 1px solid #16a0ff;
  border-radius: 2px;
}

.game-filters {
  position: relative;
  color: #475c63;
  font-weight: 400;
  margin: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.game-text.open .game-description {
  height: 100%;
}
.game-text.open .btn-game-text:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.frame {
  display: none;
  width: 100%;
  height: 100% !important;
  overflow: hidden;
}

.game .frame {
  border: none;
  position: absolute;
  width: 100% !important;
}

.game__list h2 {
  color: #2D3E50;
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 16px;
  font-weight: 600;
}
.game__list ul:after {
  content: "";
  display: inline-block;
  width: 100%;
}

.play_bonuses_h2 {
  color: #2D3E50;
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 16px;
  font-weight: 600;
}

.bonus-info span {
  font-size: 14px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 180px;
}

.ajax_img {
  opacity: 0;
}

#game_play_button {
  position: absolute;
  left: 45%;
  top: 45%;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 1.25em;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.8125em;
  padding-left: 1.5em;
  font-size: 1em;
  background-color: #ff333a;
  border-color: #ff0009;
  color: #FFF;
  border-radius: 25px;
}

#overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: blue;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.innner_iframe {
  border: none;
  overflow: hidden;
}

.shield {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 1001;
  background-color: #323232;
}

.fullscr_btn_wrap {
  display: none;
}

#hidden_filter_game {
  display: none;
}

.hidden_types_case {
  left: 50%;
}

iframe .game_play_body {
  width: 100%;
  overflow: hidden;
}
iframe .game_play_body #canvas {
  width: 100%;
}

.fullscreenGameplay .player-holder {
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.fullscreenGameplay .site__content--games {
  z-index: 9;
  z-index: 9;
}
.fullscreenGameplay #gameplay-section-head-controls {
  position: absolute;
  z-index: 10;
  display: block !important;
  position: absolute;
  z-index: 10;
  display: block !important;
}
.fullscreenGameplay .right-player-controler span {
  float: none !important;
  display: block;
  margin: 0 30px 25px !important;
  float: none !important;
  display: block;
  margin: 0 30px 25px !important;
}
.fullscreenGameplay .right-player-controler {
  display: inline-block !important;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  box-sizing: border-box;
}
.fullscreenGameplay .right-player-controler #freakIcon {
  display: block;
  display: block;
}
.fullscreenGameplay .left-player-controler span {
  float: none !important;
  float: none !important;
}
.fullscreenGameplay {
  overflow: hidden;
  overflow: hidden;
}
.fullscreenGameplay .game-player-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  height: 100%;
  width: 100%;
  background: #000;
  max-width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  height: 100%;
  width: 100%;
  background: #000;
  max-width: 100%;
}
.fullscreenGameplay #game-player {
  overflow: auto;
  margin: auto;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: table;
  width: 100%;
  overflow: auto;
  margin: auto;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: table;
  width: 100%;
}
.fullscreenGameplay #gameplay-section-popup:after {
  background: url(../files/img/play-controls.png);
}
.fullscreenGameplay #gameplay-section-popup .expand {
  display: none;
  display: none;
}
.fullscreenGameplay #gameplay-section-popup .contract {
  display: block;
  display: block;
}
.fullscreenGameplay .player {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  height: 100%;
  width: 100%;
  background: #000;
}
.fullscreenGameplay .player-controls .right-player-controler {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  box-sizing: border-box;
  padding: 60px 90px 0 0;
}
.fullscreenGameplay .site__header {
  z-index: 1;
}
.fullscreenGameplay .menu {
  z-index: unset;
}
.fullscreenGameplay #search {
  z-index: unset;
}
.fullscreenGameplay .player-controls-btn .svg-icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.fullscreenGameplay #play-fullscreen {
  display: none !important;
}
.fullscreenGameplay .minimize_icon {
  display: inline-block;
}

#game-player {
  font-size: 0;
  text-align: center;
  width: 100%;
  font-size: 0;
  text-align: center;
  width: 100%;
}

#game-player.fullscreen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.gameplay-section-head-controls span {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  display: inline-block;
  background: #E8EAF3;
  color: #60686A;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 0 0 15px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  display: inline-block;
  background: #E8EAF3;
  color: #60686A;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 0 0 15px;
}

.top-player-controler #gameplay-section-refresh {
  float: left;
  margin-left: 0;
  float: left;
  margin-left: 0;
}
.top-player-controler {
  display: block;
  padding: 20px;
  top: 0;
  display: block;
  padding: 20px;
  top: 0;
  left: 50%;
}
.top-player-controler span {
  float: right;
  float: right;
}

.left-player-controler {
  display: inline-block;
  position: absolute;
  left: 0;
  height: auto;
  vertical-align: middle;
  top: 50vh;
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  left: 0;
  height: auto;
  vertical-align: middle;
  top: 50vh;
  box-sizing: border-box;
}
.left-player-controler span {
  display: block;
  margin: 0 30px !important;
  display: block;
  margin: 0 30px !important;
}
.left-player-controler #gameplay-section-popup {
  margin-bottom: 20px !important;
  margin-bottom: 20px !important;
}
.left-player-controler .fulscreen_icon {
  display: none !important;
}

#gameplay-section-popup .contract {
  display: none;
  display: none;
}

.player-controls.top-player-controler {
  left: 0;
  display: block;
  padding: 20px;
}
.player-controls.top-player-controler span:first-child {
  float: left;
}

.player-holder {
  padding-bottom: 63%;
  font-size: 0;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.player-holder.fullscreen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}

.player-wrap {
  position: relative;
}

.player-controls {
  display: block;
  text-align: center;
  padding: 20px 0;
  font-size: 0;
  overflow: auto;
}

.player-controls-btn .svg-icon {
  margin: 0 auto;
  font-size: 18px;
  position: relative;
  top: 10px;
}
.player-controls-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 7px;
  position: relative;
  border: 1px solid #9eadaf;
  padding: 0;
  border-radius: 50%;
  text-indent: 100%;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}

#gameplay_iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
#gameplay_iframe body {
  overflow: hidden;
}

.player-controls.top-player-controler-normal {
  display: flex;
  justify-content: flex-end;
  padding: 20px;
  opacity: 1;
  z-index: 999999;
  position: absolute;
}

.minimize_icon {
  display: none;
}

.player-controls.left-player-controler {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  box-sizing: border-box;
}
.player-controls.left-player-controler span {
  display: block;
  margin: 0 10px;
  margin-top: 31px !important;
}
.player-controls.left-player-controler span:first-child {
  position: initial;
  margin-top: -15px;
}

@media (max-width: 550px) {
  .games-dropdown {
    width: 205% !important;
    padding: 0 3px !important;
  }
  .col-filter.game-software .games-dropdown {
    left: 0 !important;
  }
  .col-filter.game-type .games-dropdown {
    left: -105% !important;
  }
}
@media (max-width: 700px) {
  .games-filter-title {
    position: relative;
    width: unset;
    height: 40px;
  }
  .games-filter-title .btn-filter {
    width: unset !important;
  }
  .game-filters.active-reset .reset-filter {
    top: -25px;
  }
}
@media (min-width: 701px) {
  .games-filter-title {
    position: relative;
    width: 170px;
    height: 50px;
  }
  .games-filter-title .btn-filter {
    width: 170px;
  }
}
@media screen and (max-width: 767px) {
  .btn-filter .svg-icon {
    top: 13px;
  }
  .bonus-info span {
    font-size: 13px;
    width: 170px;
  }
  .game-filters {
    margin: 8px -6px 0;
  }
  .game-filters .col-filter {
    padding: 0 5px;
  }
  .game-filters.active-reset .reset-filter {
    right: 0;
    left: unset;
  }
}
@media (min-width: 530px) {
  .games-dropdown {
    padding: 0;
  }
  .col-filter.open .btn-filter {
    border: none;
  }
  .game__list.second ul {
    margin: 0 -7px;
  }
}
@media (min-width: 768px) {
  .game__list.second ul {
    margin: 0 0 0 -12px;
  }
  .game__mobile-support {
    font-size: 13px;
    padding: 18px 6px 18px 25px;
    margin: 18px -17px 31px;
    letter-spacing: 0.1px;
  }
  .game__list h2 {
    letter-spacing: -0.2px;
    font-size: 18px;
    margin-bottom: 30px;
  }
  .game__list ul:after {
    content: "";
    display: inline-block;
    width: 100%;
  }
  .play_bonuses_h2 {
    letter-spacing: -0.2px;
    font-size: 18px;
    margin-bottom: 30px;
  }
  .col-filter {
    width: inherit;
  }
  .game-filters {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .reset-filter {
    width: 112px;
    padding: 0 10px;
    position: absolute;
    right: -10px;
    left: unset;
    top: 12px;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .reset-filter .svg-icon {
    margin-right: 7px;
  }
  .reset-filter input {
    font-size: 13px;
  }
}
@media (min-width: 975px) {
  .game__list.second {
    margin-bottom: 26px;
  }
  .game__mobile-support {
    display: none;
  }
  .frame {
    display: block;
    border: 0;
    overflow: auto;
    -ms-overflow-style: none;
  }
  .game__list h2 {
    margin-bottom: 30px;
  }
  .play_bonuses_h2 {
    margin-bottom: 30px;
  }
  .game__main {
    margin-bottom: 85px;
    position: relative;
    height: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (orientation: landscape) {
  .site.fullscreen .game .frame {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 84% !important;
  }
  .site.fullscreen .fullscr_btn_wrap {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    right: 7px;
  }
  .site.fullscreen .fullscr_btn_wrap .refresh_game {
    margin: 6px 0;
  }
  .site.fullscreen .fullscr_btn_wrap .close_game {
    margin: 6px 0;
  }
}
@media screen and (min-width: 1200px) {
  .fullscreenGameplay .right-player-controler span {
    width: 60px !important;
    height: 60px !important;
    width: 60px !important;
    height: 60px !important;
  }
  .fullscreenGameplay .right-player-controler .svg-icon {
    width: 22px;
    height: 22px;
    width: 22px;
    height: 22px;
  }
  .fullscreenGameplay .left-player-controler span {
    width: 60px !important;
    height: 60px !important;
    width: 60px !important;
    height: 60px !important;
  }
  .fullscreenGameplay .left-player-controler .svg-icon {
    width: 22px;
    height: 22px;
    width: 22px;
    height: 22px;
  }
  .fullscreenGameplay .left-player-controler {
    margin-top: -64px;
    margin-top: -64px;
  }
  .fullscreenGameplay .top-player-controler span {
    width: 60px !important;
    height: 60px !important;
    width: 60px !important;
    height: 60px !important;
  }
  .fullscreenGameplay .top-player-controler .svg-icon {
    width: 22px;
    height: 22px;
    width: 22px;
    height: 22px;
  }
  .fullscreenGameplay .top-player-controler #gameplay-section-popup {
    margin-left: 20px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 690px) {
  .fullscreenGameplay .right-player-controler span {
    width: 54px !important;
    height: 54px !important;
    width: 54px !important;
    height: 54px !important;
  }
  .fullscreenGameplay .right-player-controler .svg-icon {
    width: 24px;
    height: 24px;
    width: 24px;
    height: 24px;
  }
  .fullscreenGameplay .left-player-controler span {
    width: 54px !important;
    height: 54px !important;
    width: 54px !important;
    height: 54px !important;
  }
  .fullscreenGameplay .left-player-controler .svg-icon {
    width: 24px;
    height: 24px;
    width: 24px;
    height: 24px;
  }
  .fullscreenGameplay .top-player-controler span {
    width: 54px !important;
    height: 54px !important;
    width: 54px !important;
    height: 54px !important;
  }
  .fullscreenGameplay .top-player-controler .svg-icon {
    width: 24px;
    height: 24px;
    width: 24px;
    height: 24px;
  }
  .fullscreenGameplay .top-player-controler #gameplay-section-popup {
    margin-left: 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 690px) {
  .fullscreenGameplay .right-player-controler span {
    width: 40px !important;
    height: 40px !important;
    width: 40px !important;
    height: 40px !important;
  }
  .fullscreenGameplay .right-player-controler .svg-icon {
    width: 15px;
    height: 15px;
  }
  .fullscreenGameplay .left-player-controler span {
    width: 40px !important;
    height: 40px !important;
    margin: 0 10px !important;
    width: 40px !important;
    height: 40px !important;
  }
  .fullscreenGameplay .left-player-controler .svg-icon {
    width: 15px;
    height: 15px;
    width: 15px;
    height: 15px;
  }
  .fullscreenGameplay .top-player-controler span {
    width: 40px !important;
    height: 40px !important;
    width: 40px !important;
    height: 40px !important;
  }
  .fullscreenGameplay .top-player-controler .svg-icon {
    width: 15px;
    height: 15px;
    width: 15px;
    height: 15px;
  }
  .fullscreenGameplay .top-player-controler #gameplay-section-popup {
    margin-left: 10px;
    margin-left: 10px;
  }
  .fullscreenGameplay .player-controls {
    display: block;
    position: relative;
  }
  .player-controls-btn .fullscreenGameplay .right-player-controler .svg-icon {
    width: 15px;
    height: 15px;
  }
  .player-controls.left-player-controler span {
    position: absolute;
    bottom: 20px;
    margin-top: 0px !important;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .fullscreenGameplay #gameplay_iframe {
    top: 50%;
    left: 50%;
    width: 100vw !important;
    height: 100vh !important;
    transform: translate(-50%, -50%);
  }
  .fullscreenGameplay .player-holder {
    width: inherit;
    height: inherit;
  }
  .fullscreenGameplay .player {
    height: 100vh;
    width: 100vw;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .fullscreenGameplay #gameplay_iframe {
    top: 50%;
    left: 50%;
    width: 100vw !important;
    height: 100vh !important;
    transform: translate(-50%, -50%);
  }
  .fullscreenGameplay .player-holder {
    width: inherit;
    height: inherit;
  }
  .fullscreenGameplay .player {
    height: 100vh;
    width: 100vw;
  }
}
@media (max-width: 690px) and (orientation: landscape) {
  .fullscreenGameplay #gameplay_iframe {
    width: calc(100vw - 132px) !important;
  }
  .fullscreenGameplay .player-controls {
    padding: 15px 0;
    position: absolute;
  }
  .fullscreenGameplay .right-player-controler span {
    margin: 0 12px 12px !important;
  }
}
.game {
  margin-bottom: 60px;
}
.game__list ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.game__list ul-casino {
  margin: 0 -7px;
}
.game__list_game {
  margin: -10px 0 0 -10px;
}
.game__item {
  padding: 25px 7px 0;
  width: 50%;
  border-radius: 2px;
  overflow: hidden;
}
.game__item-pic {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.game__item-pic:nth-child(1) {
  padding-top: 0;
}
.game__item-pic:nth-child(2) {
  padding-top: 0;
}
.game__item-pic:last-child {
  padding-bottom: 0;
}
.game__item-pic-bonus span {
  color: #16A0FF;
  margin-bottom: 3px;
}

.game__list.second {
  margin-bottom: 20px;
}

[data-page=play] .game {
  margin-bottom: 30px;
}

.games-dropdown .nano {
  overflow: hidden;
}
.games-dropdown .nano > .nano-content {
  right: -17px !important;
}
.games-dropdown .nano > .nano-pane {
  right: -1px;
}

@media (max-width: 530px) {
  .game-item__image {
    width: 80px;
    height: 53px;
    float: left;
  }
  .game__list_game .game__item-pic {
    max-height: 89px;
    overflow: hidden;
  }
  .game__list_game .box-img img {
    max-height: 89px;
  }
}
@media (max-width: 700px) {
  .games-filter-title {
    position: relative;
    width: unset !important;
    height: 40px;
  }
  .games-filter-title .btn-filter {
    width: unset !important;
  }
}
@media (min-width: 701px) {
  .games-filter-title {
    position: relative;
    width: 170px;
    height: 50px;
  }
  .games-filter-title .btn-filter {
    width: 170px;
  }
}
@media screen and (max-width: 1023px) {
  .game__item {
    padding: 25px 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .game__item {
    width: 100%;
    padding: 0;
    margin: 10px 0 0;
    line-height: 10px;
  }
  .game__item:nth-child(1) {
    padding-top: 0;
    margin-top: 10px;
  }
  .game__item:nth-child(2) {
    padding-top: 0;
    margin-top: 10px;
  }
  .game__item-bonus span {
    font-size: 13px;
  }
  .game__list-casino {
    margin: -10px 0 0 !important;
  }
  [data-page=play] .game {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .game-item .desc_item {
    font-size: 14px;
  }
  .games-filter-title .btn-filter {
    padding: 16px;
    width: 170px;
    height: 50px;
  }
  .games-filter-title .btn-filter:after {
    top: 22px;
    right: 20px;
  }
  .game-filters .col-filter + .col-filter {
    padding-right: 0;
  }
  .game-filters .col-filter {
    padding-right: 20px;
  }
  .wrapper-game-filters .game-filters {
    margin: 0;
  }
  .xzgames-dropdown .filter-checkbox-row {
    padding: 12px;
  }
  .game-text {
    margin-bottom: 30px;
  }
  .game-description {
    font-size: 14px;
  }
  .game__item-bonus a {
    font-size: 14px;
  }
  .game__item-software {
    font-size: 12px;
  }
}
@media (min-width: 530px) {
  .games-dropdown .filter-checkbox-row {
    margin: 0;
  }
  .games-filter-title .games-dropdown {
    margin-top: 3px;
  }
  .filter-checkbox-row:first-child {
    border-radius: 0 !important;
  }
  .col-filter.open .games-filter-title {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.16);
  }
  .filter_by_free_bonus_label {
    margin-left: 40px;
  }
  .wrapper-filter__checkbox_casinos {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.game__item-bonus {
  padding: 12px 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -ms-flex-align: end;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  border-radius: 2px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.game__item-bonus a {
  color: #16A0FF;
}
.game__item-img {
  width: 150px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.game__item-pic {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
.game__item-software {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #2D3E50;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 36px;
  flex-grow: 0;
  flex-shrink: 0;
}
.game__item-time {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: end;
  font-size: 11px;
  color: #9EADAF;
  font-weight: normal;
  -ms-align-items: center;
  align-items: center;
}
.game__item-time div {
  margin-right: 3px;
  width: 75%;
}
.game__item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2px 0 0 2px;
  aspect-ratio: 4/3;
}
.game__item > a {
  display: block;
  color: #16A0FF;
  font-size: 16px;
  display: inline-block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  border: 1px solid #eee;
  border-radius: 2px;
}
.game__title {
  font-size: 16px;
  color: #2D3E50;
  text-align: left;
  margin-bottom: 5px;
  text-transform: capitalize;
}

@media screen and (max-width: 767px) {
  .game__item-software {
    margin-bottom: 11px;
    line-height: 17px;
  }
  .game__item-img {
    width: 120px;
    max-height: 88px;
  }
  .game__item-time {
    margin-top: auto;
  }
  .game__item-bonus {
    padding: 10px;
  }
  .game__item-bonus span {
    line-height: 18px;
  }
}
@media (min-width: 975px) {
  .game__title {
    font-size: 18px;
  }
}

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