@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 .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/ui-assets/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 .7s linear;
    -moz-transition: height .7s linear;
    -o-transition: height .7s linear;
    transition: height .7s ease-out;
}
.op .cnt-holder, .op .bg-holder .img, .search-games {
	width: 1260px;
	margin: auto;
	margin-top: -1px;
	-webkit-transition: width .7s linear;
    -moz-transition: width .7s linear;
    -o-transition: width .7s linear;
    transition: width .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.ntl {
    overflow: hidden;
}
.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: .9%;
	padding-bottom: .6%;
	border-top: 1px solid #484747;
	position: relative;
	text-align: center;
}
.op .lc-games .thumb {
	width: 33.10%;
	overflow: visible;
	display: inline-block;
	text-align: center;
	padding-top: .7%;
    padding-bottom: .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: #000000;
    opacity: 0;
    position: absolute;
    top: -1px;
    bottom: 0px;
    left: -1px;
    right: -1px;
    z-index: 10;
    margin: 0px;
    visibility: hidden;
    /* display: none; */
}
.op #owl-top10 .dark-layer {
	border-radius: 50%;
}

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

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

  -webkit-animation-duration:.12s;
  -moz-animation-duration:.12s;
  animation-duration:.12s;
  
  visibility: visible!important;
}

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


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

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

  -webkit-animation-duration:.12s;
  -moz-animation-duration:.12s;
  animation-duration:.12s;
  
  visibility: visible!important;
}

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:.8; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:.8; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:.55; } }


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

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

  -webkit-animation-duration:.15s;
  -moz-animation-duration:.15s;
  animation-duration:.15s;
  
  visibility: visible!important;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .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(.3, .3, .3);
    transform: scale3d(.3, .3, .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 .25s;
    -webkit-animation: slide-in  ease-out .25s;
    /*animation-delay: 250ms;*/

visibility: visible!important;
}

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

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

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

@-webkit-keyframes slide-out {
    0% { -webkit-transform: translateY(0%); }
    75% { -webkit-transform: translateY(-5%); }
    100% { -webkit-transform: translateY(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: .96;
	visibility: hidden;
	border-radius: 50%;
    filter: saturate(1.8);
}
.op .ban button.play {
	top: 52px;
}
.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: .6;
    color: #3b3b3b;
	z-index: 800;
	cursor: pointer;
	visibility: hidden;
}
.op button.demo:hover {
	opacity: .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: .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/ui-assets/twinkle-bg-dark.jpg) top center no-repeat;
	background-size: 1262px;
	position: relative;
}

#live-casino #TOP_GAMES {
    background: url(../img/ui-assets/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: .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: .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;
	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: .8;
}
.my-owl-nav-table .owl-prev:before {
	content: '';
	background-position: -48px -1571px;
	width: inherit;
	height: 30px;
	display: inline-block;
	opacity: .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: .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;
	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: .8;
}
.my-owl-nav-slots .owl-prev:before {
	content: '';
	background-position: -48px -1571px;
	width: inherit;
	height: 30px;
	display: inline-block;
	opacity: .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: .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;
	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: .8;
}
.my-owl-nav-top10 .owl-prev:before {
	content: '';
    background-position: -64px -2195px;
    background-size: 160px;
    width: inherit;
    height: 30px;
    display: inline-block;
    opacity: .8;
}
.op .c-games h2.top10 {
	width: 536px;
	height: 98px;
	margin: auto;
	margin-top: -11px;
	background: url(../img/ui-assets/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: .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: 1582px;
}
.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/media/live-casino/light-bottom.png) bottom center no-repeat;
    background-size: 50% 58px;
}
.ntl #tabs_lc .navi {
	min-height: 68px;
	background: url(../img/ui-assets/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/media/live-casino/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/ui-assets/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 font, #casino .ban span.d font {
display: inline-block;
padding-top: 3px;
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/ui-assets/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/ui-assets/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: .7%;
    padding-bottom: 0;
	-webkit-transition: width .7s linear;
    -moz-transition: width .7s linear;
    -o-transition: width .7s linear;
    transition: width .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;
	filter: saturate(0.97);
}
.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%,rgb(31 31 31) 78%,rgb(31 31 31) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00030e20', endColorstr='#020b16',GradientType=0 );
}
.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/ui-assets/twinkle-bg-dark.jpg) top center no-repeat;
    background-size: 1262px;
}

.op .search-games {
	height: 53px;
    background: #3b3b3b;
    background-size: cover;
    position: relative;
}
#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: .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: .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,.87));
	background: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.87));
	background: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.87));
	background: linear-gradient(to top, rgba(0,0,0,0), rgba(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,.74));
    background: -o-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,.74));
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,.74));
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(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/ui-assets/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: .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 .15s;  
   -moz-animation:zoomIn ease-out .15s;
   animation:zoomIn ease-out .15s;

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

   -webkit-animation-duration:.15s;
   -moz-animation-duration:.15s;
   animation-duration:.15s;
}

#gp #top a.logo {
   background-image: none;	
   pointer-events: none;
   font-size: 30px;
   width: auto;
   white-space: nowrap;
   margin-top: 14px;
}
#gp #top a.logo::before { display:none; }
.op .ddm-wrap.suppliers .dropdown-menu {
	opacity: .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;
}
#casino .ban.big #slider a.imgLink, #casino .ban.big #slider .video, #casino .ban.big #slider .bgLayer, #casino .ban.big #slider .sliderInner {
	border-radius: 5px!important;
}



/* 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: #d8d8d8;
}
/* 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 */
#betradar_rgs.op #ui-cont.full-screen-bg .cnt-holder {
	margin-top: 25px;
	margin-bottom: 25px;
}

	#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: 2px;
    margin-top: 6px;
}

#v-league.op #footer ul.links {
	background: url(../img/ui-assets/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;
	height: inherit;
}
#slider, #slider .sliderInner {
	width: inherit;
	height: 318px;/* Must be the same size as the slider images */
	border-radius: 0;
}
#casino.games .cnt-holder #slider, #casino.games .cnt-holder #slider .sliderInner {
 height: inherit;
}
#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.png) 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: .7;
	transition: all .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.gif);
	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;
	/* height: inherit!important; */
}
#casino.games #slider .bgLayer {
     height: inherit;
}

#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: -71px;
	right: -74px;
	display: table;
	table-layout: fixed;
	width: 73px;
	height: 73px;
	overflow: auto;
	margin: auto;
	z-index: 1400000000000000;
}
#slider .ico.top {
	top: -69px;
}
#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-weight: bold;
	font-family: 'Calibri', 'Trebuchet MS', 'Arial Unicode MS';
	overflow: hidden;
	padding-top: 3px;
	padding-left: 1px;
	text-transform: uppercase;
	line-height: 15px!important;
	overflow: hidden;
	margin: 0!important;
	padding: 0!important;
}
#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;
	overflow: hidden;
}
#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/media/live-casino/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/media/live-casino/rng-roulette.jpg) left center no-repeat;
background-size: cover;
}

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

.op .cnt-holder .adv .rg {
	margin-left: 9px;
	background: url(../img/media/live-casino/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/media/live-casino/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/media/live-casino/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: visible;
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/media/live-casino/netent-live-roulette.jpg?v=1) left center no-repeat;
    background-size: cover;
}
.op .cnt-holder .adv.netent .mi {
    background: url(../img/media/live-casino/netent-live-blackjack.jpg?v=1) left center no-repeat;
    background-size: cover;
}
.op .cnt-holder .adv.netent .rg {
    background: url(../img/media/live-casino/netent-live-blackjack-cd.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/media/live-casino/netent-live-logo.png) center center no-repeat;
    background-size: cover;
	margin-bottom: 5px;
}
.op .adv.netent h4 .but-gl-on {
	background: url(../img/media/live-casino/netent-live-logo-on.png) center center no-repeat;
    background-size: cover;
	visibility: visible;
	z-index: 105;
	top: 0px;
}



/**VIRTUAL LEAGUE**/

#betradar_rgs .vl {
	border: 0px solid red;
	display: grid;
	grid-template-columns: auto auto auto auto auto auto auto auto auto auto;
	margin: -4px;
	margin-bottom: 4px;
	position: relative;
}
#betradar_rgs .vl a {
	display: flex;
	overflow: hidden;
	justify-content: center;
	align-items: flex-end;
	margin: 4px;
	background-color: #60605f;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	position: relative;
	opacity: .8;
    filter: brightness(80%);
	transition: all .1s ease-in-out;
	-webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
    -ms-filter: grayscale(50%);
    -o-filter: grayscale(50%);
}
#betradar_rgs .vl a:hover, #betradar_rgs .vl a.active {
	opacity: 1;
    filter: brightness(100%);
	transition: all .1s ease-in-out;
	-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}
#betradar_rgs .vl a.active {
	box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 40%);
}
#betradar_rgs .vl a.active img.i {
	transform: scale(1.050);
}
#betradar_rgs .vl a:hover img.i {
	transition: all .3s ease-in-out;
}
#betradar_rgs .vl a:hover font, .vl a.active font {
	color: #fbc302!important;
}
#betradar_rgs .vl img.i {
	display: block;
	width: 100%;
	height: auto;
	transition: all .3s ease-in-out;
}
#betradar_rgs .vl a font {
	color: #afb1b2;
	position: absolute;
	padding: 0 10px;
	height: 42px;
	display: flex;
	align-items: center;
	line-height: 14px;
}

.banners.newdomain a.holder {
	position: relative;
}
.banners.newdomain .size-holder {
	visibility: hidden;
}
.banners.newdomain .n-domain {
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/media/new-domain/bg.png) center right no-repeat;
    background-size: cover;
    background-color: #4b4b4a;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding-left: 0;
}
.banners.newdomain .n-domain .icon {
	width: 40px;
	height: 40px;
	position:  relative;
	margin-left: 11px
}
.banners.newdomain.phone .n-domain .icon {
 height: 43px;
}
.banners.newdomain .buzz, .banners .bell {
	width: inherit;
	height: inherit;
	position: absolute;
	z-index: 101;
	background: url("../img/media/new-domain/buzz.png") center center no-repeat;
	background-size: cover;
	visibility: hidden;
}
.banners.newdomain.phone .buzz {
	z-index: 100;
	background: url("../img/media/new-domain/phone.png")  center center no-repeat;
	background-size: cover;	
}
.banners.newdomain .bell {
	z-index: 100;
	background: url("../img/media/new-domain/bell.png") center center no-repeat;
	background-size: cover;	
}

.banners.newdomain .n-domain .text {
	width: auto;
	min-height: 40px;
	margin-left: 9px;
	display:  flex;
   align-items: center;
	display: flex;
	flex-direction: column;
   align-items: flex-start;
   justify-content: center;
}
.banners.newdomain .n-domain .txt_1 {
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
	color: #ebebeb;
	visibility: hidden;
}
.banners.newdomain.phone .n-domain .txt_1 {
	text-transform: inherit;
}
.banners.newdomain .n-domain .txt_2 {
	font-size: inherit;
	visibility: hidden;
}

/**************** NEW CASINO LAYOUT ****************/
#casino.games .slide-in { animation: slide-in  ease-out .25s; -webkit-animation: slide-in  ease-out .25s; visibility: visible!important; }
#casino.games .slide-out { animation: slide-out .0s forwards; -webkit-animation: slide-out .0s forwards; visibility: visible; }
@keyframes slide-in { 0% { transform: translateY(130%); }  75% { transform: translateY(-5%); }  100% { transform: translateY(0%); } }
@-webkit-keyframes slide-in {0% { transform: translateY(130%); } 75% { transform: translateY(-5%); } 100% { transform: translateY(0%); }}
@keyframes slide-out { 0% { transform: translateY(0%); } 75% { transform: translateY(-5%); }  100% { transform: translateY(140%); }}
@-webkit-keyframes slide-out {0% { -webkit-transform: translateY(0%); }75% { -webkit-transform: translateY(-5%); } 100% { -webkit-transform: translateY(140%); }}


#casino.new #mid .r #ui-cont {
	display: none;
}

#casino.games button.demo {
    background-color: #bfbfbf;
    border-radius: 50px;
    padding: 5px 12px 4px 12px;
    position: absolute;
    bottom: 16px;
    right: 9px;
    left: 9px;
    border: none;
    font-family: inherit;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    opacity: .96; 
    color: #28292a;
    z-index: 900;
    cursor: pointer;
    visibility: hidden;
    width: 81px;
    margin: auto;
}
#casino.games  button.demo:hover {
	opacity: 1;
	background-color: #c9cdce;
}


#casino.games #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;
    position: relative;
}


#casino.games #tabs_lc .wr span.d font, #casino.games .ban span.d font {
	display: inline-block;
	padding-top: 2px;
	padding-left: 12px;
	max-width: 50%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
}


#casino.games #tabs_lc .wr a.i {
	background-size: 290px;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	filter: saturate(0.76);
}

#casino.games #tabs_lc .ui-state-disabled {
 display:none;
}

#casino.games #sliderFrame.new-casino {
	width: inherit;
	height: 270px;
}

#casino.games #sliderFrame.new-casino .navBulletsWrapper {
    top: 235px;
}

#casino.games #sliderFrame.new-casino .text {
	 margin: auto 20px;
	 width: 281px;
	 height: inherit;
}
#casino.games #sliderFrame.new-casino .text h1 {
    font-size: 36px;
}


#casino.games .cnt-holder input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 1000px #29384d inset!important;
    -webkit-text-fill-color:#A9A8A8!important;
}
#casino.games .cnt-holder input:autofill {
    font-family: 'Trebuchet MS'!important;
    font-weight: bold!important;
    font-size: 14px!important;
}

#casino.games .cnt-holder .search-games {
	height: 52px;
	position: relative;
	width: 100%;
	margin: 21px 0 22px 0;
	border-radius: 5px;
	background: #151f30 url(../img/media/live-casino/light-bottom.png) bottom center no-repeat;
	background-size: 127% 243px;
}
#casino.games .cnt-holder .search-games form.thm-1#search {
	margin: 0;
	border-bottom: 0;
	box-shadow: none;
}
#casino.games .cnt-holder .search-games form.thm-1 .inp {
	width: 892px;
	padding: 5px 6px 6px 6px;
	height: 2px;
	position: absolute;
	top: 1px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	margin-top: 7px;
	font-size: 16px;
	font-weight: 900;
	opacity: .85;
}
#casino.games .cnt-holder .search-games form.thm-1#search .inp {
    background-color: #29384d;
}
#casino.games .cnt-holder .search-games .filter {
	padding-right: 20px;
	position: absolute;
	top: 19px;
	right: 1px;
	color: #b8b6b5;
	opacity: .8;
}
#casino.games .cnt-holder .search-games .filter:hover {
	color: #e5e3e3;
	cursor: pointer;
}
#casino.games .cnt-holder .search-games .filter:after {
	content: '';
	width: 18px;
	height: 17px;
	display: block;
	float: right;
	background-position: -46px -267px;
	opacity: .8;
}
#casino.games .cnt-holder .search-games .filter:hover:after {
	opacity: 1;
}
#casino.games .cnt-holder .ddm-wrap.suppliers::before {
	right: 8px;
	left: auto;
    display: none;
}
#casino.games .cnt-holder .ddm-wrap.suppliers {
	margin-right: 1px;
	margin-top: 48px;
	top: 0!important;	
	right: 0!important;
	left: auto!important;
}
#casino.games .cnt-holder .dropdown-menu li {
    min-height: 16px;
    display: block;
    border-top: none;
    box-shadow: none;
}
#casino.games .cnt-holder .ddm-wrap .dropdown-menu li.current a {
    background-color: #888a90;
    color: #e1e1e3;
    font-weight: 900;
}
#casino.games .cnt-holder form.thm-1#search .inp input {
    font-size: 14px;
    text-shadow: none!important;
    padding-top: 2px;
}
#casino.games .cnt-holder form.thm-1#search .inp:before {
    left: 11px;
}
#casino.games .bnr-con {
    width: inherit;
    min-height: 270px;
    margin-top: 22px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    /* background-color: #152030; */
    /* padding: 24px 0px; */
    /* border: 1px solid #283445; */
    border-radius: 5px;
    justify-content: center;
    align-content: center;
}
#casino.games .ban {
    background-color: #292d35;
    width: 290px;
    margin-right: 22px;
    border-radius: 5px;
    overflow:  hidden;
    position: relative;
}
#casino.games .ban:first-child {
    margin-left: 22px;
}
#casino.games .ban.big {
    width: 600px;
	 overflow: visible;
    z-index: 997;
}
#casino.games .ban 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;
    background-color: #292d35;
    border-radius: 0px 0px 5px 5px;
}
#casino.games .ban .i {
    background-size: 295px;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: relative;
    display: flex;
    width: 100%;
    filter: saturate(0.73);
    height: 219px;
    overflow: hidden;
}
#casino.games .ban span.d font {
    color: #e5e3e3;
    /* opacity: .6; */
    font-weight: bold;
}
#casino.games .ban .i .ico.topgame {
    width: 58px;
    height: 58px;
    position: absolute;
    z-index: 101;
    top: -10px;
    right: -12px;
    display:  flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align:  center;
    font-size: 11px;
    text-transform: uppercase;
    color: #3d3931;
    font-weight: bold;
    line-height: 14px;
    font-family: 'Calibri', 'Trebuchet MS', 'Arial Unicode MS';
    filter: saturate(1.4);
}
#casino.games .ban .i .ico.topgame font {
    display: block;
    font-size: 19px;
}
#casino.games .ban .i .ico.topgame:before {
    content:'';
    width: inherit;
    height: inherit;
    display:  flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: -1;
    background-position: -30px -2734px;
}
#casino.games span.fav-g {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 222;
    top: 15px;
    right: 14px;
    width: 30px;
    height: 30px;
    filter: grayscale(1);
    opacity: 0;
    transition: all .24s ease-in-out;
}
#casino.games .favcont span.fav-g {
	/* opacity: 1; */
	filter: grayscale(0);
}
#casino.games .wr.ban span.fav-g {
	top: 64px;
}
#casino.games .wr:hover span.fav-g {
    opacity: 1;
    -webkit-animation:zoomIn ease-out .15s;
    -moz-animation:zoomIn ease-out .15s;
    animation:zoomIn ease-out .15s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
    -webkit-animation-duration:.15s;
    -moz-animation-duration:.15s;
    animation-duration:.15s;
    visibility: visible!important;
}
#casino .ico:before, #casino .ico .i-bg:before, #casino #slider .ico font {
	/*transform: scale(.87);*/
}
#casino.games #slider .ico, #casino.games #slider .ico.exc {
    top: -17px;
    right: -38px;
    z-index: 10000;
    overflow: hidden;
}

#casino.games .ban .i .mask-t {
	width: inherit;
	position: absolute;
	top: 0px;
	background: #151f30 url(../img/media/casino/mask-top.png);
	background-repeat: no-repeat;
	background-size: 292px;
	background-position-y: -7px;
	z-index: 2180;
	height: 51px;
	display:  flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Trebuchet MS', 'Arial Unicode MS', sans-serif;
	border-radius: 5px 5px 0px 0px;
	padding:  0;
	overflow: hidden;
	text-overflow: ellipsis;
}
#casino.games .ban .i .mask-t .tg {
	position: relative;
	display: flex;
	justify-content: center;
	text-align: center;
}
#casino.games .ban .i .mask-t .tg.a {
	width: inherit;
	text-align: right;
	justify-content: flex-end;
}
#casino.games .ban .i .mask-t .tg.b {
	width: 60%;
	display: contents;
	white-space: nowrap;
}
#casino.games .ban .i .mask-t .tg.c {
	width: inherit;
	justify-content: flex-start;
	/* overflow: hidden; */
}
#casino.games .ban .i .mask-t  lines {
	border-top: 1px solid #716343;
	border-bottom: 1px solid #716343;
	display: inline-block;
	width: inherit;
	height: 3px;
	margin: 0 34px;
}
#casino.games .ban .i .mask-t .tg.a lines {
	margin-left: 19px;
}
#casino.games .ban .i .mask-t .tg star {
	display: block;
	width: 13px;
	height: 13px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
#casino.games .ban .i .mask-t .tg star:before {
	content: '';
	width: inherit;
	height: inherit;
	display: block;
	background-position: -101px -2525px;
}
#casino.games .ban .i .mask-t .tg star.s-l {
	right: 8px
}
#casino.games .ban .i .mask-t .tg star.s-r {
	left: 8px
}
#casino.games .ban .i .mask-t .tg.c lines {
	margin-right: 19px
}
#casino.games .ban .i .ico.topgame {
    width: 58px;
    height: 58px;
    position: absolute;
    z-index: 101;
    /* top: 20px; */
    /* right: 18px; */
    top: -10px;
    right: -12px;
    display:  flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align:  center;
    font-size: 11px;
    text-transform: uppercase;
    color: #3d3931;
    font-weight: bold;
    line-height: 14px;
    font-family: 'Calibri', 'Trebuchet MS', 'Arial Unicode MS';
}
#casino.games .ban .i .ico.topgame font {
    display: block;
    font-size: 19px;
}
#casino.games .ban .i .ico.topgame:before {
    content:
    '';
    width: inherit;
    height: inherit;
    display:  flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: -1;
    background-position: -30px -2734px;
}

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

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

}

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

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

}

#casino.games .wr:hover span.fav-g:hover, #casino.games .col.favcont .wr span.fav-g {
    filter: grayscale(0);
}
#casino.games .wr span.fav-g:before {
    content:
    '';
    width: 24px;
    height: 24px;
    display: block;
    background-position: -91px -2708px;
}

#casino.games .ddm-wrap.suppliers {
	margin-right: 1px;
	margin-top: 48px;
	top: 0!important;
	right: 0!important;
	left: auto!important;
}

#casino.games #mid .r #ui-cont.add-bg {
    background: url(/tempobet_new/img/ui-assets/twinkle-bg-dark.jpg);
    background-size: 2949px;
    background-position: center 0px;
    background-repeat: no-repeat;    
}

#casino.games #mid .r #ui-cont {
    background: url(../img/ui-assets/twinkle-bg-dark.jpg);
    background-size: 2362px;
    background-position: center -7px;
    background-repeat: no-repeat;
    background-color: #030e20;
}

#casino.games .d.p1 {  background-image: url(../img/media/casino/providers/1.png); }
#casino.games .d.p2 {  background-image: url(../img/media/casino/providers/2.png); }
#casino.games .d.p3 {  background-image: url(../img/media/casino/providers/3.png); }
#casino.games .d.p4 {  background-image: url(../img/media/casino/providers/4.png); }
#casino.games .d.p5 {  background-image: url(../img/media/casino/providers/5.png); }
#casino.games .d.p6 {  background-image: url(../img/media/casino/providers/6.png); }
#casino.games .d.p7 {  background-image: url(../img/media/casino/providers/7.png); }
#casino.games .d.p8 {  background-image: url(../img/media/casino/providers/8.png); }
#casino.games .d.p9 {  background-image: url(../img/media/casino/providers/9.png); }
#casino.games .d.p10 {  background-image: url(../img/media/casino/providers/10.png); }
#casino.games .d.p11 {  background-image: url(../img/media/casino/providers/11.png); }
#casino.games .d.p12 {  background-image: url(../img/media/casino/providers/12.png); }
#casino.games .d.p13 {  background-image: url(../img/media/casino/providers/13.png); }
#casino.games .d.p14 {  background-image: url(../img/media/casino/providers/14.png); }
#casino.games .d.p15 {  background-image: url(../img/media/casino/providers/15.png); }
#casino.games .d.p16 {  background-image: url(../img/media/casino/providers/16.png); }
#casino.games .d.p17 {  background-image: url(../img/media/casino/providers/17.png); }
#casino.games .d.p18 {  background-image: url(../img/media/casino/providers/18.png); }
#casino.games .d.p19 {  background-image: url(../img/media/casino/providers/19.png); }
#casino.games .d.p20 {  background-image: url(../img/media/casino/providers/20.png); }


/* MEDIA QUERIES */
@media screen and (min-width: 1640px) { /*if doc is bigger than 1640*/ 
#live-casino #sliderFrame {
    /* transform: scale(1.05); */
}
#live-casino #slider {
	left: -60px;
}
#live-casino #slider .text {
	right: -117px;
}
#live-casino a.group1-Prev {
    left: -130px;
}
#live-casino a.group1-Next {
    background-position: 0 -150px;
    right: -130px;
}
}
@media screen and (max-width: 1640px) { /*if doc is smaller than 1640*/ 
.op .cnt-holder.ntl, .op .bg-holder.ntl .img {
	width: 1270px;
}
#casino.op .bnr-con div.ban:last-child {
	display: none!important;
}
.op .bnr-con div.ban:first-child {
	display: block;
}
.op .search-games form.thm-1 .inp, #casino.games .cnt-holder .search-games form.thm-1 .inp {
	width: 590px;
}
}


@media screen and (max-width: 1279px) { /*if doc is smaller than 1279*/ 
.op .cnt-holder, .op .bg-holder .img, .search-games  {
	width: 1160px;
}
.op #mid, .op #top, .op #footer {
	min-width: 1080px;
}
#live-casino .bg-holder {
	max-width: 1149px;
	/*margin-top: -16px;
	transform: scale(.88);
	margin-top: -19px;
   margin-bottom: -19px;
   */
}
#live-casino #sliderFrame {
	width: inherit;
	/*transform: scale(.9);*/
}
#slider .text h1 {
	font-size: 32px;
   line-height: 35px;
}
#slider .text h2 {
    font-size: 15px;
    line-height: 22px;
    margin: 0 54px;
}
#slider .text {
	width: 395px;
	right: 0px;
}
#live-casino a.group1-Prev {
    left: -10px;
}
#live-casino a.group1-Next {
    right: -10px;
}
#casino.games #slider .ico {
	top: -53px;
	right: -51px;
}

.custom-popup_4 {
    width: 1150px;
    top: .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;
}
#casino.games #tabs_lc .wr a.i, #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%;
}
#casino .bnr-con {
	height: 247px;
	min-height: auto;
}
#casino .ban.big {
    width: 504px;
	height: inherit;
}
#casino .ban {
    width: 242px;
}
#casino .ban .i {
    background-size: 244px;
	 height: 195px;	 
}
#casino .ban .i .ico.topgame {
	top: 10px;
   right: 8px;
}
#sliderFrame.new-casino {
	height: 247px;
}
#sliderFrame.new-casino .text {
	margin-right: -6px;
	transform: scale(.8);
}
#slider.new-casino .text h1 {
	line-height: 38px;
	margin-bottom: 6px;
}
#sliderFrame.new-casino .navBulletsWrapper {
	top: 212px;
}
#slider .bgLayer {
	 width: 100%!important;
}

#casino.games .bnr-con {
	height: 247px;
	min-height: auto;
}
#casino.games .ban.big {
    width: 504px;
	 height: inherit;
}
#casino.games .ban {
    width: 242px;
}
#casino.games .ban .i {
    background-size: 244px;
	 height: 195px;	 
}
#casino.games .ban .i .ico.topgame {
	top: 10px;
   right: 8px;
}
#casino.games #sliderFrame.new-casino {
	height: 247px;
}
#casino.games #sliderFrame.new-casino .text {
	margin-right: -6px;
}
#casino.games #slider.new-casino .text h1 {
	line-height: 38px;
	margin-bottom: 6px;
}
#casino.games #sliderFrame.new-casino .navBulletsWrapper {
	top: 212px;
}
#casino.games #slider .bgLayer {
	 width: 100%!important;
	 height: inherit;
}

.op .cnt-holder.ntl, .op .bg-holder.ntl .img {
width: 1080px;
}
.op .search-games form.thm-1 .inp {
width: 490px;
}
}



@media screen and (max-width: 1175px) { 
#gp .full-screen {
	right: 17px;
	top: 66px;

}
}

@media screen and (max-width: 1340px) { /*if doc is bigger */
#betradar_rgs .vl {
	grid-template-columns: auto auto auto auto auto auto auto auto auto auto;
}
}

@media screen and (min-width: 1400px) { /*if doc is bigger */
#betradar_rgs .vl a font {
	height: 50px;
}
}
@media screen and (min-width: 1800px) { /*if doc is bigger */
#betradar_rgs .vl {
	grid-template-columns: auto auto auto auto auto auto auto auto auto auto;
}
#betradar_rgs .vl a font {
	font-weight: bold;
}
}
@media screen and (min-width: 2000px) { /*if doc is bigger */
#betradar_rgs .vl {
	grid-template-columns: auto auto auto auto auto auto auto auto auto auto;
}
}
@media screen and (min-width: 2200px) { /*if doc is bigger */
#betradar_rgs .vl {
	grid-template-columns: auto auto auto auto auto auto auto auto auto auto;
}
}
@media screen and (min-width: 1599px) {
	.banners.newdomain .n-domain .icon {
		margin-left: 17px;
	}
	.banners.newdomain .n-domain .text {
		margin-left: 13px;
	}
}
