@charset "UTF-8";

.op #mid .r:before {
  display: none;
}

/* LIVE CASINO */
.op #mid .r .sub-nav {
  background-color: #60605f;
  color: #e5e3e3;
  padding: 0 8px;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  border-bottom: none;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.4);
  z-index: 10;
  overflow: hidden;
}
.op #mid .r .sub-nav li {
  padding: 5px 9px 3px 9px;
  margin: 3px 0.2em 0 0;
  float: left;
  display: inline-block;
}
.op #mid .r .sub-nav li a {
  color: #b8b6b5;
  line-height: 15px;
  display: block;
  margin-top: -1px;
}
.op #mid .r .sub-nav li a:hover {
  color: #e5e3e3;
}
.op #mid .r .sub-nav li.active a {
  color: #fbc302;
}
.op #mid .r .sub-nav li.active {
  background-color: #252526;
  border-radius: 4px;
}
.op #mid .r #ui-cont {
  background-color: #030e20;
}
.op h1.section.b-crumbs .current {
  color: #e5e3e3;
  font-weight: 900;
}

.op #footer {
  border-top: none;
  padding-top: 0;
}
.op #footer ul.links {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 0;
  /*	background: #030e20 url(../img/twinkle-bg-dark.jpg)top center no-repeat;*/
  background-size: 1260px;
}
.op #footer .disclaimer {
  border-top: none;
}
.op #footer .sponsor-logos {
  margin-top: 0px;
}

.op .bg-holder {
  width: 100%;
  max-width: 1792px;
  height: 318px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  display: none;
  position: relative;
  z-index: 0;
  margin: auto;
  -webkit-transition: height 0.7s linear;
  -moz-transition: height 0.7s linear;
  -o-transition: height 0.7s linear;
  transition: height 0.7s ease-out;
}
.op .cnt-holder,
.op .bg-holder .img,
.search-games {
  width: 1260px;
  margin: auto;
  margin-top: -1px;
  -webkit-transition: width 0.7s linear;
  -moz-transition: width 0.7s linear;
  -o-transition: width 0.7s linear;
  transition: width 0.7s ease-out;
}
/* settings for pages with full screen bg */
.op #ui-cont.full-screen-bg .bg-holder {
  height: 100%;
  width: 100%;
  position: absolute;
  background-size: 100%;
  z-index: 0;
  max-width: none;
}
.op #ui-cont.full-screen-bg .cnt-holder {
  margin: 318px auto 0 auto;
}

.op .bg-holder .img {
  height: 100%;
  position: relative;
}
.op .bg-holder .img .h-txt {
  position: absolute;
  right: 80px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 369px;
  height: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.op .bg-holder .img .h-txt font {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  display: block;
}
.op .bg-holder .img .h-txt h2 {
  font-size: 50px;
  line-height: 50px;
  -webkit-font-smoothing: auto;
}

.op .lc-games {
  background-color: #3b3b3b;
  padding: 0.9%;
  padding-bottom: 0.6%;
  border-top: 1px solid #484747;
  position: relative;
  text-align: center;
}
.op .lc-games .thumb {
  width: 33.1%;
  overflow: visible;
  display: inline-block;
  text-align: center;
  padding-top: 0.7%;
  padding-bottom: 0.7%;
}
.op .lc-games .thumb img,
.op .lc-games .thumb span.img {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.op .lc-games .thumb img {
  vertical-align: top;
  width: 100.2%;
  height: 100.2%;
}
.op .lc-games .thumb span.img {
  width: 96%;
  position: relative;
  overflow: hidden;
  border: 1px solid #141414;
  min-height: 209px;
}
.op .dark-layer {
  content: "";
  background-color: #000;
  opacity: 0.4;
  position: absolute;
  top: -1px;
  bottom: 0px;
  left: -1px;
  right: -1px;
  z-index: 10;
  margin: 0px;
  visibility: hidden;
}
.op #owl-top10 .dark-layer {
  border-radius: 50%;
}

.fade-Out {
  opacity: 0; /* make things invisible upon start */
  -webkit-animation: fadeOut ease-in 0.12s;
  -moz-animation: fadeOut ease-in 0.12s;
  animation: fadeOut ease-in 0.12s;

  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;

  -webkit-animation-duration: 0.12s;
  -moz-animation-duration: 0.12s;
  animation-duration: 0.12s;

  visibility: visible !important;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 0;
  }
}

.fade-in {
  opacity: 0; /* make things invisible upon start */
  -webkit-animation: fadeIn ease-in 0.12s;
  -moz-animation: fadeIn ease-in 0.12s;
  animation: fadeIn ease-in 0.12s;

  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;

  -webkit-animation-duration: 0.12s;
  -moz-animation-duration: 0.12s;
  animation-duration: 0.12s;

  visibility: visible !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.4;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.4;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.4;
  }
}

.zoom-in {
  opacity: 0;
  -webkit-animation: zoomIn ease-out 0.15s;
  -moz-animation: zoomIn ease-out 0.15s;
  animation: zoomIn ease-out 0.15s;

  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;

  -webkit-animation-duration: 0.15s;
  -moz-animation-duration: 0.15s;
  animation-duration: 0.15s;

  visibility: visible !important;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
  75% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
  75% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.slide-in {
  animation: slide-in ease-out 0.15s;
  -webkit-animation: slide-in ease-out 0.15s;

  visibility: visible !important;
}

.slide-out {
  animation: slide-out 0s forwards;
  -webkit-animation: slide-out 0s forwards;

  visibility: visible;
}

@keyframes slide-in {
  0% {
    transform: translateX(130%);
  }
  75% {
    transform: translateX(-5%);
  }
  100% {
    transform: translateX(0%);
  }
}

@-webkit-keyframes slide-in {
  0% {
    -webkit-transform: translateX(130%);
  }
  75% {
    -webkit-transform: translateX(-5%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}

@keyframes slide-out {
  0% {
    transform: translateX(0%);
  }
  75% {
    transform: translateX(-5%);
  }
  100% {
    transform: translateX(140%);
  }
}

@-webkit-keyframes slide-out {
  0% {
    -webkit-transform: translateX(0%);
  }
  75% {
    -webkit-transform: translateX(-5%);
  }
  100% {
    -webkit-transform: translateX(140%);
  }
}

.op button.play {
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 122;
  width: 54px;
  height: 54px;
  background-image: none;
  background-color: #d0af08;
  border: none;
  font-size: 32px;
  line-height: 0px;
  text-shadow: none;
  color: #4b4a4a;
  opacity: 0.96;
  visibility: hidden;
  border-radius: 50%;
}
.op button.play.small {
  width: 44px;
  height: 44px;
  font-size: 29px;
}
.op button.play:hover {
  background-color: #e3c00f;
}
.op .thumb button.play.ico:before {
  content: "";
  width: 22px;
  height: 23px;
  display: block;
  margin: auto;
  background-position: -55px -1651px;
}
.op button.demo {
  background-color: #eaeaeb;
  border-radius: 5px;
  padding: 5px 12px 4px 12px;
  position: absolute;
  bottom: 9px;
  right: 9px;
  border: none;
  font-family: inherit;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  opacity: 0.6;
  color: #3b3b3b;
  z-index: 800;
  cursor: pointer;
  visibility: hidden;
}
.op button.demo:hover {
  opacity: 0.77;
  background-color: #eaeaeb;
}
.op .lc-games h2 {
  color: #e5e3e3;
  font-size: 30px;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 12px;
  padding-left: 1.6%;
  float: left;
  position: relative;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 1);
  margin-top: 0.8%;
  line-height: 30px;
  white-space: nowrap;
  width: initial;
  text-overflow: ellipsis;
}
.op .lc-games .live {
  color: #fbc302;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
  float: left;
  margin-top: -1px;
  margin-left: 10px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 1);
}

#casino .op .c-games {
  padding-left: 0;
  padding-right: 0;
  margin-left: 4px;
}
.op .c-games {
  border-top: 1px solid #07101d;
  padding: 18px 0;
  padding-top: 41px;
  background: url(../img/twinkle-bg-dark.jpg) top center no-repeat;
  background-size: 1262px;
  position: relative;
}

#live-casino #TOP_GAMES {
  background: url(../img/twinkle-bg-dark.jpg) top center no-repeat;
  background-size: 1262px;
  padding-top: 41px;
  margin-top: -15px;
}

.op .c-games h2,
.op .adv h3 {
  color: #fbc302;
  font-size: 30px;
  width: 100%;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 1);
  display: table;
  table-layout: auto;
  margin-bottom: 20px;
}
.op .c-games h2 font {
  display: table-cell;
  white-space: nowrap;
  width: 0%;
  position: relative;
}
.op .c-games h2 font:first-child,
.op .c-games h2 font:last-child {
  width: 49%;
  border-top: 1px solid #3a404c;
  opacity: 0.8;
}
.op .c-games h2 font span {
  display: block;
  margin: auto 10px;
  margin-top: -10px;
}
.op a.thumb {
  pointer-events: auto;
}
.op .custom-popup_4 img {
  display: block;
}

/* OWL table games*/
.owl-wrap-table {
  margin: auto 37px;
  position: relative;
  margin-bottom: 42px;
}

.my-owl-nav-table {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 2px;
  margin: auto;
  width: 100%;
}
.owl-carousel-table .owl-dots {
  display: none !important;
}
.my-owl-nav-table .owl-next,
.my-owl-nav-table .owl-prev {
  width: 32px;
  height: 100%;
  overflow: hidden;
  opacity: 0.7;
  cursor: pointer;
  background-color: #1c2940;
  position: relative;
  border: 1px solid #2f3746;
  border-radius: 3px;
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}
.my-owl-nav-table .owl-next:hover,
.my-owl-nav-table .owl-prev:hover {
  background-color: #1e2e4a;
  border-color: #2f3746;
  opacity: 1;
}
.my-owl-nav-table .owl-next {
  margin-left: 17px;
  float: left;
  bolder: 1px solid red;
  margin-left: -40px;
}
.my-owl-nav-table .owl-prev {
  margin-right: 17px;
  float: right;
  margin-right: -40px;
}
.my-owl-nav-table .owl-next:before,
.my-owl-nav-table .owl-prev:before {
  position: absolute;
  top: 0;
  bottom: 0px;
  margin: auto;
}
.my-owl-nav-table .owl-next:before {
  content: "";
  background-position: -48px -1609px;
  width: inherit;
  height: 30px;
  display: inline-block;
  opacity: 0.8;
}
.my-owl-nav-table .owl-prev:before {
  content: "";
  background-position: -48px -1571px;
  width: inherit;
  height: 30px;
  display: inline-block;
  opacity: 0.8;
}
.owl-carousel-table .item {
  margin: auto 1px;
  border: 1px solid #1c2942;
  background-color: #000;
  position: relative;
  margin: auto;
}
.c-games .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  min-height: 143px;
  -webkit-transform-style: preserve-3d;
}

/* OWL slot games*/
.owl-carousel-slots .item {
  background-color: #000;
  position: relative;
  margin: auto 1px;
}
.owl-wrap-slots {
  margin: auto 37px;
  position: relative;
  margin-bottom: 42px;
}

.my-owl-nav-slots {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 2px;
  margin: auto;
  width: 100%;
}
.owl-carousel-slots .owl-dots {
  display: none !important;
}
.my-owl-nav-slots .owl-next,
.my-owl-nav-slots .owl-prev {
  width: 32px;
  height: 100%;
  overflow: hidden;
  opacity: 0.7;
  cursor: pointer;
  background-color: #1c2940;
  position: relative;
  border: 1px solid #2f3746;
  border-radius: 3px;
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}
.my-owl-nav-slots .owl-next:hover,
.my-owl-nav-slots .owl-prev:hover {
  background-color: #1e2e4a;
  border-color: #2f3746;
  opacity: 1;
}
.my-owl-nav-slots .owl-next {
  margin-left: 17px;
  float: left;
  bolder: 1px solid red;
  margin-left: -40px;
}
.my-owl-nav-slots .owl-prev {
  margin-right: 17px;
  float: right;
  margin-right: -40px;
}
.my-owl-nav-slots .owl-next:before,
.my-owl-nav-slots .owl-prev:before {
  position: absolute;
  top: 0;
  bottom: 0px;
  margin: auto;
}
.my-owl-nav-slots .owl-next:before {
  content: "";
  background-position: -48px -1609px;
  width: inherit;
  height: 30px;
  display: inline-block;
  opacity: 0.8;
}
.my-owl-nav-slots .owl-prev:before {
  content: "";
  background-position: -48px -1571px;
  width: inherit;
  height: 30px;
  display: inline-block;
  opacity: 0.8;
}
.owl-carousel-slots .item {
  margin: auto 1px;
  border: 1px solid #1c2942;
}

/* OWL top games */
.owl-carousel-top10 .item {
  background-color: #000;
  position: relative;
  margin: auto 3px;
}
.owl-wrap-top10 {
  margin: auto;
  margin-top: 13px;
  position: relative;
  margin-bottom: 0px;
  width: 850px;
  /*width: 796px;*/
}

.my-owl-nav-top10 {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 2px;
  margin: auto;
  width: 100%;
}
.owl-carousel-top10 .owl-dots {
  display: none !important;
}
.my-owl-nav-top10 .owl-next,
.my-owl-nav-top10 .owl-prev {
  width: 45px;
  height: 100%;
  overflow: hidden;
  opacity: 0.7;
  cursor: pointer;
  position: relative;
}
.my-owl-nav-top10 .owl-next:hover,
.my-owl-nav-top10 .owl-prev:hover {
  opacity: 1;
}
.my-owl-nav-top10 .owl-next {
  margin-left: 17px;
  float: left;
  bolder: 1px solid red;
  margin-left: -40px;
}
.my-owl-nav-top10 .owl-prev {
  margin-right: 17px;
  float: right;
  margin-right: -40px;
}
.my-owl-nav-top10 .owl-next:before,
.my-owl-nav-top10 .owl-prev:before {
  position: absolute;
  top: 0;
  bottom: 0px;
  margin: auto;
}
.my-owl-nav-top10 .owl-next:before {
  content: "";
  background-position: -71px -2247px;
  background-size: 160px;
  width: inherit;
  height: 30px;
  display: inline-block;
  opacity: 0.8;
}
.my-owl-nav-top10 .owl-prev:before {
  content: "";
  background-position: -64px -2195px;
  background-size: 160px;
  width: inherit;
  height: 30px;
  display: inline-block;
  opacity: 0.8;
}
.op .c-games h2.top10 {
  width: 536px;
  height: 98px;
  margin: auto;
  margin-top: -11px;
  background: url(../img/bg-top-games.png) center center no-repeat;
  background-size: cover;
  font-size: 18px;
  text-transform: uppercase;
  color: #fbfafa;
}
.op .c-games h2.top10 span {
  width: 66px;
  height: 40px;
  margin-top: 33px;
}
.op .c-games h2.top10 span strong {
  display: block;
}
.owl-carousel-top10 .item {
  border-radius: 50%;
  border: 5px solid #29303d;
  width: 124px;
  height: 124px;
  background-size: 176% !important;
  margin: auto;
  opacity: 0.72;
}
.owl-carousel-top10 .item:hover {
  opacity: 1;
}
.owl-carousel-top10 .item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.owl-carousel-top10 .item a .des {
  margin: auto;
  margin-top: -55px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 40px;
  text-transform: capitalize;
  opacity: 1;
  position: absolute;
  left: 0;
  right: 0;
}
.owl-carousel-top10 .item a .des strong {
  display: inline-block;
  text-align: center;
  font-weight: normal;
}
.owl-carousel-top10 .owl-stage-outer {
  padding-top: 45px;
  padding-bottom: 43px;
  margin-bottom: -43px;
}

/* NEW LIVE CASINO - NEW TABS LAYOUT */
.op .cnt-holder.ntl,
.op .bg-holder.ntl .img {
  width: 1270px;
}
.ntl #tabs_lc {
  min-height: 40px;
  background-color: #151f30;
  border-radius: 5px;
  overflow: hidden;
}
.ntl #tabs_lc .adj {
  padding: 11px;
  padding: 11px;
  background: url(../img/light-bottom.png) bottom center no-repeat;
  background-size: 50% 58px;
}
.ntl #tabs_lc .navi {
  min-height: 68px;
  background: url(../img/twinkle-bg-bright-2.jpg) center center no-repeat;
  background-size: 120%;
  background-color: #0b1627;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
#tabs_lc .navi li {
  width: 100%;
  border-radius: 0;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}
#tabs_lc .navi li.ui-state-active {
  background: url(../img/light.png) top center no-repeat;
  background-size: 158px 58px;
  background-color: #151f30;
}
#tabs_lc .navi li.ui-state-active span {
  content: "";
  width: 17px;
  height: 10px;
  display: block;
  position: absolute;
  top: -41px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/sprite.png);
  background-repeat: no-repeat;
  background-size: 115px;
  background-position: -73px -1816px;
}
#mid #tabs_lc .navi .ui-tabs-anchor {
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-weight: bold;
  float: none;
  height: 68px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#tabs_lc .adj .row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
#tabs_lc .adj .row .col {
  display: flex;
  flex-direction: column;
  flex: 312px;
  max-width: 312px;
}
#tabs_lc .adj .row .col .wr {
  margin: 11px;
  background-color: #292d35;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 216px;
  border-radius: 5px;
  overflow: hidden;
}
#tabs_lc .wr .i,
#tabs_lc .wr .d {
  display: flex;
  width: 100%;
  height: 164px;
}
#tabs_lc .wr span.d {
  height: 51px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 111px 49px;
}
#tabs_lc .wr span.d font {
  display: inline-block;
  padding-top: 1px;
  padding-left: 12px;
  max-width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
#tabs_lc .wr span.d i.live {
  float: left;
  font-size: 12px;
  text-transform: uppercase;
  color: #fbc302;
  font-weight: bold;
  margin-left: 8px;
  margin-top: -5px;
}
#tabs_lc .wr a.i {
  background-size: 290px;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 5px 5px 0px 0px;
}
.op .light-tw {
  background: url(../img/twinkle-bg-dark.jpg);
  background-size: 1262px;
  background-position: center top;
  height: 60px;
}

/* CASINO */
.op .games-cont {
  padding: 0.9%;
  padding-top: 0.7%;
  position: relative;
  text-align: center;
  background: #3b3b3b; /*url(../img/twinkle-bg-bright.jpg) top center no-repeat;*/
  background-size: 1262px;
}
.op .games-cont .thumb {
  width: 19.72%;
  overflow: visible;
  display: inline-block;
  text-align: center;
  padding-top: 0.7%;
  padding-bottom: 0;
  -webkit-transition: width 0.7s linear;
  -moz-transition: width 0.7s linear;
  -o-transition: width 0.7s linear;
  transition: width 0.7s ease-out;
}

.op .games-cont .thumb img,
.op .games-cont .thumb span.img {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.op .games-cont .thumb img {
  vertical-align: top;
  width: 101.5%;
  white-space: nowrap;
}

.op .games-cont .thumb span.img {
  width: 96%;
  position: relative;
  overflow: hidden;
  border: 1px solid #1d242d;
  height: 149px;
}
.op .games-cont .thumb span.img:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 29%;
  background: -moz-linear-gradient(
    top,
    rgba(3, 14, 32, 0) 0%,
    rgba(2, 12, 26, 0.91) 58%,
    rgba(2, 11, 22, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(3, 14, 32, 0) 0%,
    rgba(2, 12, 26, 0.91) 58%,
    rgba(2, 11, 22, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(3, 14, 32, 0) 0%,
    rgba(2, 12, 26, 0.91) 58%,
    rgba(2, 11, 22, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00030e20', endColorstr='#020b16',GradientType=0 ); /* IE6-9 */
}
.op .games-cont .thumb span.img font.desc {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 45%;
  /* height: inherit; */
  font-weight: 900;
  text-align: left;
  font-size: 14px;
  color: #e5e3e3;
  padding: 9px;
  padding-right: 0;
  padding-bottom: 6px;
  z-index: 998;
  text-transform: capitalize;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
div#games_list_all {
  padding-top: 4px;
  padding-bottom: 9px;
  padding-left: 1px;
  background: url(../img/twinkle-bg-dark.jpg) top center no-repeat;
  background-size: 1262px;
}
.op .search-games {
  height: 53px;
  background: #3b3b3b;
  background-size: cover;
  position: relative;
}
.op .search-games,
#casino.op .c-games {
  width: 1250px;
}
.op .search-games form.thm-1#search {
  margin: 0;
  box-shadow: none;
  border-bottom: none;
}
#casino.op .c-games {
  padding-left: 0;
  padding-right: 0;
  margin-left: 4px;
}
.op .search-games form.thm-1 .inp {
  width: 550px;
  padding: 4px;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 1px;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 900;
  opacity: 0.85;
}
.op .search-games form.thm-1#search .inp {
  background-color: #545454;
}
.op .search-games .filter {
  padding-right: 10px;
  position: absolute;
  top: 21px;
  right: 10px;
  color: #b8b6b5;
}
.op .search-games .filter:hover {
  color: #e5e3e3;
  cursor: pointer;
}
.op .search-games .filter:after {
  content: "";
  width: 18px;
  height: 17px;
  display: block;
  float: right;
  background-position: -46px -267px;
  opacity: 0.8;
}
.op .search-games .filter:hover:after {
  opacity: 1;
}
.op .ddm-wrap.suppliers::before {
  right: 8px;
  left: auto;
}
.op .ddm-wrap.suppliers {
  margin-right: 10px;
  margin-top: 51px;
  top: 0 !important;
  right: 0 !important;
  left: auto !important;
}

/* gameplay */
#gp {
  display: none;
}
#gp,
#gp .bg-layer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
#gp .bg-layer {
  top: 74px;
  background-color: #000;
}
#gp .cover-it {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  background-color: #000;
}
#gp .bg-layer .top-shadow,
#gp .bg-layer .bottom-shadow {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 177px;
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.87)
  );
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.87));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.87));
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.87));
}
#gp .bg-layer .bottom-shadow {
  top: auto;
  bottom: 0;
  background: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.74)
  );
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.74));
  background: -moz-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.74)
  );
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.74));
  height: 200px;
}
.op .ddm-wrap.ac-details {
  z-index: 100002;
}
.op .dark-box,
.op .dark-box_2,
.op .dark-box_3,
.op .dark-box_4 {
  z-index: 100003;
}
.op .custom-popup,
.op.custom-popup_2,
.op .custom-popup_3,
.op .custom-popup_4 {
  z-index: 100004;
}
#gp #top {
  height: 74px;
  background: #3b3b3b url(../img/bg-gp-top.jpg) center center no-repeat;
  background-size: 1308px;
  z-index: 100007;
}
#gp #top .auth {
  top: 26px;
}
#gp #top ul.nav {
  top: 28px;
}
#gp #top ul.nav a.active {
  background-color: #212e3d;
}

/* game popup */
#gp .game-popup {
  visibility: visible;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  z-index: 100006;
  background-color: #5d5d5c;
  border-radius: 6px;
  overflow: hidden;
  padding: 3px;

  width: 1280px;
  height: 720px;
  max-width: 1280px;
  max-height: 720px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);

  /*
	width: 68.5vw;
    height: 40.625vw;

    max-width: 117.78vh;
    max-height: 69.8vh;
*/
}
#gp .game-popup .p-header {
  min-height: 16px;
  background-color: #adabab;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  font-size: 17px;
  color: #545352;
  font-weight: bold;
  padding: 8px 0 7px 9px;
  background-image: linear-gradient(#b7b4b4, #a4a3a3);
  position: relative;
  border-bottom: 1px solid #505050;
}
#gp .game-popup .iframe {
  background-color: #3b3b3b;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
#gp .game-popup .p-header a.p-close {
  display: block;
  position: absolute;
  top: -3px;
  right: 0px;
  width: 34px;
  height: 35px;
  background-position: -40px -383px;
  overflow: hidden;
}
#gp .game-popup .p-content {
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
}
#gp .close-game,
#gp .full-screen {
  width: 36px;
  height: 36px;
  display: block;
  position: absolute;
  right: 17px;
  top: 17px;
  z-index: 1000007;
}
#gp .full-screen {
  right: 66px;
}
#gp .close-game:before,
#gp .full-screen:before {
  content: "";
  width: inherit;
  height: inherit;
  display: block;
  background-position: -46px -1686px;
  opacity: 0.75;
}
#gp .full-screen:before {
  background-position: -46px -1731px;
}
#gp .close-game:hover:before,
#gp .full-screen:hover:before {
  opacity: 1;
  -webkit-animation: zoomIn ease-out 0.15s;
  -moz-animation: zoomIn ease-out 0.15s;
  animation: zoomIn ease-out 0.15s;

  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;

  -webkit-animation-duration: 0.15s;
  -moz-animation-duration: 0.15s;
  animation-duration: 0.15s;
}

#gp #top a.logo {
  background-image: none;
  pointer-events: none;
  font-size: 30px;
  width: auto;
  white-space: nowrap;
  margin-top: 14px;
}
.op .ddm-wrap.suppliers .dropdown-menu {
  opacity: 0.97;
}
.op .sub-nav.fixed {
  position: fixed !important;
  top: 0px;
  width: 100%;
  z-index: 1000 !important;
  -webkit-box-shadow: -4px 10px 35px 0px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: -4px 10px 35px 0px rgba(0, 0, 0, 0.75!important);
  box-shadow: -4px 10px 35px 0px rgba(0, 0, 0, 0.75) !important;
}
.op #ui-cont.push {
  padding-top: 24px;
}
.op .games-cont {
  padding: 0;
  margin-bottom: 0;
  position: relative;
  margin: auto;
}
/* lottery */
#lotto.op #ui-cont.full-screen-bg .cnt-holder {
  margin-top: 25px;
  margin-bottom: 25px;
}
#lotto.op .iframe-template {
  width: 100%;
}
.op .iframe-template {
  width: 100%;
  border-radius: 0px;
}
#lotto.op .games-cont {
  margin-bottom: -4px;
  position: relative;
  padding: 17px;
  background-color: rgba(234, 233, 233, 1);
}
/* backgammon */
#backgammon.op #ui-cont.full-screen-bg .cnt-holder {
  margin-top: 25px;
  margin-bottom: 25px;
}
#backgammon.op .games-cont {
  margin-bottom: -4px;
  text-align: center;
}
/* binary options */
#binary.op #ui-cont.full-screen-bg .cnt-holder {
  margin-top: 25px;
  margin-bottom: 25px;
}
#binary.op .games-cont {
  margin: auto;
  margin-bottom: -4px;
  text-align: center;
  padding: 17px;
  background-color: #eae9e9;
  width: 764px;
}
/* v-sports */
#navBar {
  width: 100%;
  height: 40px;
  background-color: #8a8a8b;
  background-image: linear-gradient(#929292, #6e6f70);
  padding: 0;
  margin: 0;
  display: table;
  table-layout: fixed;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 14px;
  clear: both;
}
#navBar a {
  display: table-cell;
  list-style: none;
  height: 100%;
  border-right: 1px solid #6a6a6c;
  text-align: center;
  vertical-align: middle;
  padding: 0 2px;
  color: #efefef;
  height: inherit;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.26);
  font-weight: bold;
}
#navBar a:hover {
  color: #fff;
  background-color: #8a8a8b;
}
#navBar a:last-child {
  border-right: none;
}
#navBar a.active {
  background-image: linear-gradient(#286ce8, #2053b3);
  /*		-webkit-box-shadow: inset 0px 2px 13px 0px rgba(0,0,0,0.5);*/
  color: #fbc302;
  font-weight: bold;
  -moz-box-shadow: inset 0px 2px 13px 0px rgba(0, 0, 0, 0.5);
  /*		box-shadow: inset 0px 2px 13px 0px rgba(0,0,0,0.4);*/
}
#v-league.op #mid .r #ui-cont {
  background-color: transparent;
}
#v-league.op .iframe-template {
  margin-bottom: 4px;
}

#v-league.op #footer ul.links {
  background: url(../img/bg-footer.png) top left repeat;
  background-size: 63px;
  padding-top: 0;
}
#v-league.op #footer .disclaimer {
  border-top: 1px solid #333;
}
#v-league.op #footer {
  border-top: 1px solid #333;
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.05);
  padding-top: 30px;
}
#v-league.op #footer .sponsor-logos {
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.05);
}

/*** TOP SLIDER ***/
#sliderFrame,
#sliderFrame div {
  box-sizing: content-box;
}
#sliderFrame {
  width: 1252px;
  margin: 0 auto;
  position: relative;
}
#slider,
#slider .sliderInner {
  width: inherit;
  height: 318px; /* Must be the same size as the slider images */
  border-radius: 0;
}
#slider {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translate3d(0, 0, 0);
}
#slider .bgLayer {
  background-size: auto;
}
#slider img {
  display: none !important;
}
/* the link style (if an image is wrapped by a link) */
#slider a.imgLink,
#slider .video {
  z-index: 2;
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
#slider .video {
  background: transparent url(video.html) no-repeat 50% 50%;
}
/* Caption styles */
#slider .mc-caption {
  position: absolute;
  width: 100%;
  height: auto;
  padding: 10px 0;
  left: 0px;
  bottom: 0px;
  top: auto;
  overflow: hidden;
  font: bold 14px/20px Arial;
  color: #eee;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
}
#slider .mc-caption a {
  color: #fb0;
}
#slider .mc-caption a:hover {
  color: #da0;
}
/* ------ built-in navigation bullets wrapper ------*/
#slider .navBulletsWrapper {
  top: 276px;
  text-align: center;
  background: none;
  position: relative;
  z-index: 2100;
}
/* each bullet */
#slider .navBulletsWrapper div {
  width: 12px;
  height: 12px;
  font-size: 0;
  color: White; /*hide the index number in the bullet element*/
  display: inline-block;
  *display: inline;
  zoom: 1;
  overflow: hidden;
  cursor: pointer;
  margin: 0 6px; /* set distance between each bullet*/
  background-color: #a8abb5;
  border-radius: 50%;
}
#slider .navBulletsWrapper .active,
#slider .navBulletsWrapper .active:hover {
  background-position: 0 -11px;
  background-color: #e4b12c;
}
#slider .navBulletsWrapper div:hover {
  background-color: #fff;
}
/* --------- Others ------- */

#slider img,
#slider > b,
#slider a > b {
  position: absolute;
  border: none;
  display: none;
}
#slider .sliderInner {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
#slider > a,
#slider video,
#slider audio {
  display: none;
}
#slider div {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/*----------- navigation buttons on both sides of the slider -----------*/
.group1-Wrapper {
  position: absolute;
  z-index: 20;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 0px;
}
a.group1-Prev,
a.group1-Next {
  width: 47px;
  height: 47px;
  display: block;
  cursor: pointer;
  position: absolute;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto 35px;
  opacity: 0.7;
  transition: all 0.2s ease-in-out;
}
.group1-Wrapper a:hover {
  opacity: 1;
  cursor: default;
}
a.group1-Prev {
  background-position: 0 0;
  left: 0px;
}
a.group1-Next {
  background-position: 0 -150px;
  right: 0px;
}
.group1-Wrapper a.group1-Prev:before,
.group1-Wrapper a.group1-Next:before {
  content: "";
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-position: -65px -2368px;
}
.group1-Wrapper a.group1-Prev:before {
  background-position: -45px -2368px;
}
a.group1-Prev:hover {
  background-position: 50px 0;
  border: 1px solid #373d48;
}
a.group1-Next:hover {
  background-position: 50px -150px;
  border: 1px solid #373d48;
}
/* ----------- navigation buttons in the nav bar ---------- */
a.group2-Prev,
a.group2-Next,
a.group2-Play,
a.group2-Pause {
  width: 20px;
  height: 20px;
  background: transparent url(navbuttons.html);
  display: inline-block;
  *display: inline;
  zoom: 1; /*IE hack*/
  margin-left: 4px;
  margin-right: 4px;
  cursor: pointer;
}
a.group2-Pause {
  background-position: 0 0;
}
a.group2-Play {
  background-position: 0 -20px;
}
a.group2-Next {
  background-position: 0 -40px;
}
a.group2-Prev {
  background-position: 0 -60px;
}
a.group2-Pause:hover {
  background-position: 20px 0;
}
a.group2-Play:hover {
  background-position: 20px -20px;
}
a.group2-Next:hover {
  background-position: 20px -40px;
}
a.group2-Prev:hover {
  background-position: 20px -60px;
}

/* slider custom */
#slider .sliderInner .mcSlc,
#slider .bgLayer {
  background-size: cover !important;
}
#slider .text {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  right: 0px;
  top: 100px;
  bottom: 100px;
  margin: auto 115px;
  width: 455px;
}
#slider .text h1 {
  font-size: 38px;
  font-weight: bold;
  line-height: 38px;
  margin-bottom: 5px;
  position: relative;
  text-align: center;
}
#slider .text h2 {
  font-size: 17px;
  font-style: italic;
  font-weight: normal;
  line-height: 23px;
  text-align: center;
  display: block;
  margin: 0 54px;
}
/*
#slider .big-cta {
	padding: 10px 20px;
	text-transform: uppercase;
	cursor: pointer;
	color: #545352;
	font-family: inherit;
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px;
	border: none;
	background-color: #d0af08;
	margin-top: 21px;
	display: inline-block;
}
*/
#slider .big-cta {
  padding: 10px 20px;
  text-transform: uppercase;
  cursor: pointer;
  color: #d5e2f7;
  font-family: inherit;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  border: none;
  background-color: #0b5be4;
  margin-top: 21px;
  display: inline-block;
}
#slider .big-cta:hover {
  background-color: #0b65fd;
}
#slider .ico {
  position: absolute;
  top: -79px;
  right: -74px;
  display: table;
  table-layout: fixed;
  width: 73px;
  height: 73px;
  overflow: auto;
  margin: auto;
}
#slider .ico.top {
  top: -69px;
  /*left: 0;
	right: 0;*/
}
#slider .ico.top font {
  color: #545352;
}
#slider .ico.rec {
  width: auto;
  height: auto;
  right: -149px;
  top: -54px;
  padding: 2px 8px 6px 8px;
  background-color: #cdcfd2;
  border-radius: 8px;
  color: #545352;
  font-style: italic;
}
#slider .ico font {
  display: table-cell;
  width: inherit;
  height: auto;
  vertical-align: middle;
  text-align: center;
  font-size: 22px;
  font-family: "Calibri", "Trebuchet MS", "Arial Unicode MS";
  overflow: hidden;
  padding-top: 3px;
  padding-left: 1px;
  text-transform: uppercase;
  line-height: 17px;
}
#slider .ico.rec font {
  font-size: 18px;
  padding: 6px 4px 1px 5px;
  font-weight: bold;
}
#slider .ico font strong {
  font-size: 9px;
  display: block;
  line-height: 11px;
  margin: 0 4px;
}
#slider .ico.new .i-bg {
  display: block;
  width: inherit;
  height: inherit;
  z-index: -1;
  position: absolute;
}
#slider .ico:before,
#slider .ico .i-bg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
#slider .ico.new .i-bg:before {
  background-position: -21px -2417px;
}
#slider .ico.top:before {
  background-position: -19px -2504px;
}
#slider .ico.rec:after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  bottom: 0;
  left: -10px;
  z-index: 1;
  background-position: -51px -2393px;
}
#slider h1 .stars {
  display: block;
  width: 100px;
  height: 40px;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
}
#slider h1 .stars:before {
  content: "";
  background-position: -10px -2582px;
  display: block;
  width: inherit;
  height: inherit;
}

#slider .ico.exc {
  width: 195px;
  height: 141px;
  z-index: -1;
  top: -107px;
  right: -100px;
  /*transform: scale(1.2)!important;*/
  opacity: 0;
}
#slider .ico.exc .i-bg:before {
  background: url(../img/exclusive-offer.png);
  background-position: center;
  background-size: cover;
}
#slider .ico.exc font {
  font-size: 15px;
  line-height: 14px;
  transform: rotate(12deg);
  color: #fbe4e7;
  text-shadow: 0 0 0px #fff, 0 0 4px #fff, 0 0 19px #f91111, 0 0 20px #ff0000,
    0 0 7px #fb2525, 0 0 15px #f44336, 0 0 19px #ff0021;
}
#slider .ico.exc font b {
  width: 108px;
  display: inline-block;
  margin-top: -3px;
  margin-left: 1px;
  font-weight: normal;
}

/* Netent top banner */
.op .cnt-holder .adv {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  min-height: 176px;
  width: auto;
  border: 1px solid #2f3642;
  margin-bottom: 26px;
  margin-top: 8px;
  position: relative;
  text-align: center;
}

.op .cnt-holder .adv .lf,
.op .cnt-holder .adv .rg,
.op .cnt-holder .adv .mi {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: left;
  border: 1px solid #273142;
  width: 100%;
  margin: 26px 26px;
  position: relative;
}

.op .cnt-holder .adv .lf {
  margin-right: 10px;
  background: url(../img/rng-roulette.jpg) left center no-repeat;
  background-size: cover;
}

.op .cnt-holder .adv .mi {
  margin-left: 9px;
  margin-right: 9px;
  background: url(../img/rng-blackjack.jpg) left center no-repeat;
  background-size: cover;
}

.op .cnt-holder .adv .rg {
  margin-left: 9px;
  background: url(../img/rng-blackjack.jpg) left center no-repeat;
  background-size: cover;
}
.op .adv h4 {
  font-size: 23px;
  line-height: 24px;
  padding-right: 74px;
  margin-right: 66px;
  position: relative;
  width: 172px;
}
.op .adv h4 .but-gl,
.op .adv h4 .but-gl-on {
  width: 54px;
  height: 42px;
  position: absolute;
  left: auto;
  right: 0px;
  top: 3px;
  bottom: 0;
  margin: auto;
  background: url(../img/rng-but-golive.png) center center no-repeat;
  background-size: cover;
  display: block;
  z-index: 101;
}

.op .adv.netent h4 .but-gl,
.op .adv.netent h4 .but-gl-on {
  position: relative;
  margin: 0;
}

.op .adv h4 .but-gl-on {
  z-index: 102;
  background-image: url(../img/rng-but-golive-on.png);
  visibility: hidden;
}
.op .adv h3 {
  position: absolute;
  top: -11px;
  left: 0;
  right: 0;
  margin: auto;
}
.op .adv h3 font {
  position: relative;
  padding: 0 10px;
  display: inline-block;
  border-radius: 10px;
  visibility: show;
  text-shadow: 4px 0px 14px rgba(3, 14, 32, 1);
}
.op .adv .slogan {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.op .adv .wrap-bg {
  /*background-color: #030e20;*/
  display: inline-block;
  height: 20px;
  width: 350px;
}
.op .adv font div div {
  background-color: #030e20;
}
.op .adv font div div:first-child {
  padding-left: 10px;
}
.op .adv font div div:last-child {
  padding-right: 10px;
}
.op .adv a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100000;
}

/* RNG top banner */
.op .cnt-holder .adv.rng {
  margin-top: 26px;
  margin-bottom: 26px;
}

.op .cnt-holder .adv.netent {
  margin-top: 8px;
}

.op .cnt-holder .adv.netent .lf {
  background: url(../img/netent-live-roulette3860.jpg?v=1) left center no-repeat;
  background-size: cover;
}
.op .cnt-holder .adv.netent .mi {
  background: url(../img/netent-live-blackjack3860.jpg?v=1) left center no-repeat;
  background-size: cover;
}
.op .cnt-holder .adv.netent .rg {
  background: url(../img/netent-live-blackjack-cd3860.jpg?v=1) left center no-repeat;
  background-size: cover;
}
.op .adv.netent h4 {
  margin-right: 0;
  width: 100%;
  margin-left: 40px;
  margin-right: 40px;
  font-style: italic;
}
.op .adv.netent h4 .sub {
  display: block;
  font-size: 13px;
  font-style: normal;
}
.op .adv.netent h4 .but-gl,
.op .adv.netent h4 .but-gl-on {
  width: 132px;
  height: 26px;
  background: url(../img/netent-live-logo.png) center center no-repeat;
  background-size: cover;
  margin-bottom: 5px;
}
.op .adv.netent h4 .but-gl-on {
  background: url(../img/netent-live-logo-on.png) center center no-repeat;
  background-size: cover;
  visibility: visible;
  z-index: 105;
  top: 0px;
}

/* MEDIA QUERIES */
@media screen and (max-width: 1279px) {
  /*if doc is smaller than 1279*/
  .op .cnt-holder,
  .op .bg-holder .img,
  .search-games {
    width: 1160px;
  }
  .op .search-games,
  #casino.op .c-games {
    width: 1150px;
  }
  .op #mid,
  .op #top,
  .op #footer {
    min-width: 1160px;
  }
  #sliderFrame {
    width: 1152px;
  }
  #slider .text {
    width: 395px;
  }
  /*
.op .bg-holder {
	height: 250px;
}*/
  .custom-popup_4 {
    width: 1150px;
    top: 0.5%;
  }
  .op .games-cont .thumb {
    width: 19.7188%;
  }
  .op .games-cont .thumb span.img {
    min-height: 143px;
  }
  .op .cnt-holder.ntl,
  .op .bg-holder.ntl .img {
    width: 1080px;
  }
  #tabs_lc .adj .row .col {
    flex: 264px;
    max-width: 264px;
  }
  #tabs_lc .adj .row .col .wr {
    min-height: 188px;
  }
  #tabs_lc .wr a.i {
    height: 137px;
    background-size: 242px;
  }
  #tabs_lc .wr span.d i.live {
    font-size: 10px;
    margin-left: 6px;
  }
  .op button.play {
    width: 48px;
    height: 48px;
  }
  .ntl #tabs_lc .navi {
    background-size: 140%;
  }
}
@media screen and (max-width: 1175px) {
  #gp .full-screen {
    right: 17px;
    top: 66px;
  }
}
