html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;background-color: #f7f7f7;font-family:Rubik,Arial,Helvetica,sans-serif;
    overflow-x: hidden;width: 100%;
}
ol, ul {
	list-style: none;
}
button{outline:none;border:0;background-color: transparent;padding:0}
button:hover{cursor: pointer;opacity: .8;}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a,a:visited{color: #337ab7;text-decoration: none;font-family:Rubik,Arial,Helvetica,sans-serif;}
a:hover{opacity: .8;text-decoration: underline;cursor: pointer;}
b{font-weight: 700;}
img{pointer-events: none;}
.minmax{min-width:270px;max-width:1800px;margin:0 auto}
nav{
	width:calc(100% - 50px);
	height: 51px;
	background-color: #fff;
	box-shadow: 0 0 2px 1px rgba(0,0,0,.2);
	padding:0 20px 0 30px;
	z-index: 1500;
	position: fixed;
    top: 0;
    left: 0;
}

a.logo{
	display: block;
	text-indent: -99999px;
	height: 51px;
	width: 130px;
	position: relative;
	float: left;
}

a.logo:before{
	content:'';
	width: 125px;
	height: 35.5px;
	position: absolute;
	top:8px;left:0;
	background: transparent url(https://imgs2.dab3games.com/bg_v3.png) 0 0;
	background-size: 126px 155px;
}

nav h1{
	color:#002a41;
	font-size: 18px;
	font-weight: bold;
	line-height: 49px;
	float: left;
	margin-left: 15px;
    width: calc(100% - 226px);
    overflow: hidden;
    height: 49px;
}

.hdrgt{
	float:right;width: 80px;
}
nav button{
	width:40px;height:50px;float:left;position: relative;text-indent: -9999px;
}
nav button::before{
	content: '';
	top:13px;
	left:8px;
	position: absolute;
	background: transparent url(https://imgs2.dab3games.com/bg_v3.png) 0 -36px;
	background-size: 126px 155px;
	width:22px;height:23px;
}
nav button.menu{margin-right:-5px}
nav button.menu::before{
	background-position: -23px -36px;
	height: 20px;
	top: 15px;
	left:8px;
}

.wrapper{
	background-color: #f7f7f7;
    width: calc(100% - 60px);
    padding: 70px 30px 30px 30px;
}

.icongrid{
	display: grid;
	grid-column-gap: 12px;
	grid-row-gap: 12px;
	clear: both;
	grid-template-rows: min-content 1fr;
	grid-template-columns: repeat(8, 1fr);
}

.icongrid_1 .tt1 { grid-area: 1 / 1 / 3 / 3; }
.icongrid_1 .tt2 { grid-area: 1 / 7 / 3 / 9; }
.icongrid_1 .tt3 { grid-area: 1 / 3 / 2 / 4; }
.icongrid_1 .tt4 { grid-area: 1 / 4 / 2 / 5; }
.icongrid_1 .tt5 { grid-area: 1 / 5 / 2 / 6; }
.icongrid_1 .tt6 { grid-area: 1 / 6 / 2 / 7; }
.icongrid_1 .tt7 { grid-area: 2 / 3 / 3 / 4; }
.icongrid_1 .tt8 { grid-area: 2 / 4 / 3 / 5; }
.icongrid_1 .tt9 { grid-area: 2 / 5 / 3 / 6; }
.icongrid_1 .tt10 { grid-area: 2 / 6 / 3 / 7; }

.icongrid_2 .tt1 { grid-area: 1 / 1 / 2 / 2; }
.icongrid_2 .tt2 { grid-area: 1 / 2 / 2 / 3; }
.icongrid_2 .tt3 { grid-area: 1 / 3 / 2 / 4; }
.icongrid_2 .tt4 { grid-area: 1 / 4 / 2 / 5; }
.icongrid_2 .tt5 { grid-area: 1 / 5 / 2 / 6; }
.icongrid_2 .tt6 { grid-area: 1 / 6 / 2 / 7; }
.icongrid_2 .tt7 { grid-area: 1 / 7 / 2 / 8; }
.icongrid_2 .tt8 { grid-area: 1 / 8 / 2 / 9; }
.icongrid_2 .tt9 { grid-area: 2 / 1 / 3 / 2; }
.icongrid_2 .tt10 { grid-area: 2 / 2 / 3 / 3; }
.icongrid_2 .tt11 { grid-area: 2 / 3 / 3 / 4; }
.icongrid_2 .tt12 { grid-area: 2 / 4 / 3 / 5; }
.icongrid_2 .tt13 { grid-area: 2 / 5 / 3 / 6; }
.icongrid_2 .tt14 { grid-area: 2 / 6 / 3 / 7; }
.icongrid_2 .tt15 { grid-area: 2 / 7 / 3 / 8; }
.icongrid_2 .tt16 { grid-area: 2 / 8 / 3 / 9; }

.icongrid_3 {
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: 1fr;
} 
.icongrid_3 .t1 { grid-area: 1 / 1 / 2 / 2; }
.icongrid_3 .t2 { grid-area: 1 / 2 / 2 / 3; }
.icongrid_3 .t3 { grid-area: 1 / 3 / 2 / 4; }
.icongrid_3 .t4 { grid-area: 1 / 4 / 2 / 5; }
.icongrid_3 .t5 { grid-area: 1 / 5 / 2 / 6; }
.icongrid_3 .t6 { grid-area: 1 / 6 / 2 / 7; }
.icongrid_3 .t7 { grid-area: 1 / 7 / 2 / 8; }


.icongrid_1 .tt1 span.thumbname ,.icongrid_1 .tt2 span.thumbname,.icongrid_3 span.thumbname {
	font-size:15px;
	min-height: 22px;
    line-height: 22px;
}
.thumbWrapper {
    box-shadow: 0 0 3px 0 rgba(0,0,0,.35);
    width: 100%;
    padding-bottom: 100%;
    margin: 0;
    border-radius: 5px;
	overflow: hidden;
    position: relative;
    background-color: #0000002e;
	float:left;
    overflow: hidden;
}

.thumbWrapper.ftexcl{
	padding-bottom: 150%;
}

.thumbWrapper div {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    border-radius: 5px;
	position: absolute;
}
.thumbWrapper a {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 200;
	position: absolute;
    border-radius: 5px;
}
.thumbWrapper a:after {
    background: linear-gradient(#0000 60%,#00000096);
    bottom: 0;
    contain: strict;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: opacity .3s ease;
    width: 100%;
    z-index: 5;
    border-radius: 5px;
}
.thumbWrapper img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    position: absolute;
    transition: transform .3s ease;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.thumbWrapper span.thumbname {
    position: absolute;
    transition: opacity .3s ease;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    width: 94%;
    bottom: 0;
    left: 3%;
    height: auto;
	padding:0 0 6px 0;
    min-height: 18px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
	opacity: 0;
    text-shadow: 0 0 3px black;
}



.ribbon-wrapper-new {
    width: 44px;
    height: 19px;
    background-color: rgba(231,101,20,.9);
    color: #fefefe;
    overflow: hidden;
    position: absolute;
    top: 6px;
    left: 0;
    display: block;
    box-shadow: 0 0 1px 0 rgba(0,0,0,.3);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    font: 700 11px/19px 'Proxima Nova',sans-serif;
}

.ribbon-wrapper-new.new{
	background-color: rgba(153,189,61,.9);
}
.ribbon-wrapper-new.top-rated{
    background-color: rgba(100,153,210,.9);
	width:80px;
}

.titleWrap{
	margin:26px 0 8px 0;width: 100%;float:left;
}
.titleWrap h2,.titleWrap h3{
	color: #002a41;
    font-size: 19px;
    font-weight: bold;
    float: left;
	line-height: 17px;;
}
.titleWrap a{
    float: right;
    line-height: 16px;
    font-size: 16px;
    padding: 2px;
}


ul.categories{
	float:left;clear:both;width:100%;
}
ul.categories li{
    float: left;
    width: calc(20% - 3px);
    margin: 6px 0 15px 3px;
    height: 60px;
}
ul.categories li a{
	font-size: 15px;height:60px;display:block;
    z-index: 100;
    position: relative;
}
ul.categories li img{
	width: 60px;
    height: 60px;
    border-radius: 30px;
    float: left;
    display: block;
    margin-right: 10px;
	box-shadow: 0 0 3px 0 rgba(0,0,0,.35);
	transform: scale(1);
    transition: transform .3s ease;
}
ul.categories li a span.swrp{
display:block;float:left;
line-height: 16px;
margin: 13px 0 0 5px;
width:calc(100% - 75px);
}
ul.categories li a span.gcnt{
clear:both;display:block;
font-size: 12px;color:#333;
}

@media (hover: hover) and (pointer: fine) {
    #game_plug:hover{cursor: pointer;}
    .thumbWrapper:hover span.thumbname {
        display: block;
        text-decoration: none;
        bottom: 0;
        opacity: 1;
        z-index: 10;
    }
    .thumbWrapper:hover img{
        width: 100%;
        height: 100%;
        border-radius: 5px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: scale(1.1);
    }
    .thumbWrapper:hover a:after{
        opacity: 1;
    }
    ul.categories li a:hover{opacity: 1;}
    ul.categories li a:hover span.gtt{text-decoration: underline;}
    ul.categories li a:hover img{
    transform: scale(1.1);
    }
    .scrolling-ad-inline a:hover img{
        transform: scale(1.1);
    }
    .bits_head_caros:hover{opacity: .8;}
    button.cntrbtn.awards:hover:after,button.cntrbtn.fullscreen:hover:after,button.cntrbtn.nightmode:hover:after,button.cntrbtn.trophy:hover:after{position:absolute;bottom:-30px;left:-29px;padding:5px;background-color:#000;z-index:10000;width:90px;color:#fff;border-radius:10px;font-size:13px;letter-spacing:.2px;}
    button.cntrbtn.awards:hover,button.cntrbtn.fullscreen:hover,button.cntrbtn.nightmode:hover,button.cntrbtn.trophy:hover{opacity:1}
    button.cntrbtn.trophy:hover:after{content:"High Scores"}button.cntrbtn.awards:hover:after{content:"Achievements"}
    button.cntrbtn.nightmode:hover:after{content:"Nightmode"; text-indent: 0;}button.cntrbtn.fullscreen:hover:after{content:"Fullscreen";left:auto;right:0}
}

.allgames_list{float:left;clear:both;width:100%;}
.allgames_list li{
    float:left;width:25%;position: relative;margin:3px 0;
}

.allgames_list li a{padding:3px 2px;float:left;display:block;line-height: 24px;position: relative;}
.allgames_list li.scores a,.allgames_list li.awards a{padding-left:30px;}
.allgames_list li.awards.scores a{padding-left:60px;}
.allgames_list li.awards a:before{
    content: '';
    top: 3px;
    left: 0;
    position: absolute;
    background: transparent url(https://imgs2.dab3games.com/bg_v3.png) -25px -59px;
    background-size: 126px 155px;
    width: 24px;
    height: 23px;
}
.allgames_list li.scores a:after{
    content: '';
    top: 4px;
    left: 0;
    position: absolute;
    background: transparent url(https://imgs2.dab3games.com/bg_v3.png) 0 -59px;
    background-size: 126px 155px;
    width: 25px;
    height: 23px;
}
.allgames_list li.scores.awards a:after{left:30px}

.smallft{
	font-size:14px;width:100%;max-width:1000px;float:left;margin-bottom:10px;line-height:18px;
	font-weight: 400;font-family:Arial, Helvetica, sans-serif;
}
.smallft a{font-size:14px;line-height:18px;font-weight: 700;font-family:Arial, Helvetica, sans-serif;}

h2.usernamebig {
    font-size: 38px;
    line-height: 46px;
	padding-bottom: 10px;
}
h2.usernamebig a {
    padding-right: 8px;
}
h2.usernamebig img {
    width: 44px;
    height: 44px;
    border-radius: 44px;
    border: 1px solid #000;
    float: left;
}
h2.usernamebig img.plusavatar, img.plusavatar {
    border: double 3px transparent;
    border-radius: 50px;
    background-image: linear-gradient(white,white),radial-gradient(circle at top left,#e56525,#efc91d,#98bd3b,#6499d1,#eb2a7a,#91268e);
    background-origin: border-box;
    background-clip: padding-box,border-box;
}
.user_iconlist{
	float:left;width: 100%;clear:both;color: #002a41;margin-top:5px;
}
.user_iconlist li{float:left;width:auto;padding-right:20px;height:40px;line-height:40px;margin-right:13px;}

.user_iconlist.clearall{
    margin-bottom:10px
}
.user_iconlist.clearall li{
    width:100%;margin:0;clear:both;
}

.user_iconlist li:last-child{margin-right:0}
.user_iconlist li a,.user_iconlist li span{position: relative;width:calc(100% - 35px);padding:10px 0 10px 35px;}
.user_iconlist li a:before,.user_iconlist li span:before{
    content: '';
    top: 8px;
    left: 2px;
    position: absolute;
    background: transparent url(https://imgs2.dab3games.com/bg_v3.png) 0 -59px;
    background-size: 126px 155px;
    width: 25px;
    height: 23px;
}
.user_iconlist li.search a:before{
	background-position: 0 -36px;
    width: 22px;
	left:3px;
}
.user_iconlist li.awards a:before,.user_iconlist li.awards span:before{
	background-position: -25px -59px;
    width: 24px;
    top:7px;
}
.user_iconlist li.user a:before{
	background-position: -74px -36px;
    width: 18px;
	left:5px;
}
.user_iconlist li.popular a:before{
	background-position: -93px -36px;
    width: 18px;
	left:5px;
}
.user_iconlist li.lmao span:before{
	background-position: 0 -82px;
    width: 22px;
    height: 22px;left:3px;
}
.user_iconlist li.happy span:before{
	background-position: -22px -82px;
    width: 22px;
    height: 22px;left:3px;
}
.user_iconlist li.sad span:before{
	background-position: -44px -82px;
    width: 22px;
    height: 22px;left:3px;
}
.user_iconlist li.angry span:before{
	background-position: -66px -82px;
    width: 22px;
    height: 22px;left:3px;
}


.breadcrumbs{
    float: left;
    clear: both;
    width: 100%;
    font-size: 11px;
    line-height: 20px;
    margin: 0 0 4px 0;
    height: 21px;
    overflow: hidden;
}
.breadcrumbs a{font-size: 14px;padding-right:3px}
.breadcrumbs a.active{color:#333;padding-left:3px}
.breadcrumbs a.lftp{padding-left:3px}

footer{
	float:left;clear:both;
	background-color: #fff;
	width:calc(100% - 50px);
	box-shadow: 0 0 3px 0 rgba(0,0,0,.2);
	padding:20px 20px 30px 30px;
	margin-top:30px;
}

.ftleft{float:left;}
.ftright{float:right;position: relative;}
footer p{clear:both;float:left;font-size: 14px;margin-top:10px}
footer p a{padding:5px;display: inline-block;}
footer p a:first-child{padding-left:0}
p.pflst{margin-top:15px;font-size: 12px;}

.nightmode{
	float:left;width:40px;height:40px;margin-left:5px;position: relative;text-indent: -9999px;margin-right:-5px;
}
.nightmode:before {
	content: '';
    top: 9px;
    left: 10px;
    position: absolute;
    background: transparent url(https://imgs2.dab3games.com/bg_v3.png) -59px -36px;
    background-size: 126px 155px;
    width: 15px;
    height: 23px;
}
.language-select{
	float: left;
	height: 40px;
    line-height: 38px;
    width: 115px;
    border: 2px solid #002a41;
	color:#002a41;
    border-radius: 20px;
	position: relative;
	text-align: center;
	font-size: 14px;
}
.language-select:hover{
	border-color: #666;color:#666; 
}
#togglelang{
    position: absolute;
    overflow-y: scroll;
    overflow-x:hidden;
    width: 300px;
    height: 300px;
    bottom: 45px;
    background-color: #eee;
    border:1px solid #333;
    border-radius: 10px;
    right: 40px;
    text-align: center;
	padding:10px 0;
	z-index: 5000;
	box-shadow: 0px 0px 3px 1px rgba(0,0,0,.2);
}
#togglelang a{float:left;clear:both;width:100%;padding: 7px 0;}
#togglelang a.active{color:#000 !important}

#ajaxsrwr.show{display:block !important}
.ajax_search{
    background-color:transparent;position:fixed;width:100%;height: 100%;top:0;left:0;right:0;bottom:0;z-index:2000;display:none; 
}
.ajax_search.gamepops{display:block;z-index: 20000;}
.ajax_search button.closesrcx{
	width: 38px;
    height: 38px;
    position: absolute;
    left: 255px;
    top: 7px;
    right: auto;
    z-index: 50000000;
    background-color: #fff;
    border-radius: 19px;
}
.ajax_search button.closesrcx:before{
    position: absolute;
	left: 8px;
    top: 8px;
    content: '';
	background: transparent url(https://imgs2.dab3games.com/bg_v3.png) -49px -59px;
    background-size: 126px 155px;
    width: 23px;
    height: 23px;
}

.ajax_search.gamepops button.closesrcx{
    left:calc(100% - 645px);
}
.gamespop-iframe{
    position: absolute;
    top:0;left:0;right:0;bottom:0;width: 100%;height: 100%;
    border:0;outline: none;overflow-y: scroll;
    background: #fff url(https://imgs2.dab3games.com/load-b.svg) 50% 40%/50px 50px no-repeat;
}


.searchmodal{
    width:100%;
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    height: 100%;
    background-color: rgba(0,0,0,0.75);
}
.searchwrap{
    width: calc(100% - 300px);
    position: absolute;
    top:0;right:0;bottom:0;
    height: 100%;
    background-color: #fff;
}

.gamepops .searchwrap{
    width: 600px;
}

.popular_cat_wrap{
    float:left;clear:both;width:100%;height:80px;overflow:hidden;
}

.ajax_search form{
	position: relative;
    padding: 6px 10px 5px 10px;
    width: calc(100% - 20px);
	background-color: #eee;
	box-shadow: 0 0 2px 0 rgba(0,0,0,.4);
}

.poper-wrapper{float:left;width:calc(100% - 30px);padding:15px}
#loginit{
    background-color: transparent;
    box-shadow:none;
    padding:0;
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
#loginit button{
    font-weight: 700;
    border-radius: 15px;
    background-color: #eee;
}

span.span-noresults{
	float: left;
	width: calc(100% - 20px);
	padding: 10px;
    font-size:16px;
}
.searchdrop button{border-radius:0;height:40px;right:0;top:0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.ajaxlistdivwrp{
    height: calc(100% - 60px);
    width: calc(100% - 20px);
    padding: 0 10px;
	float:left;clear:both;z-index:1000;
	background-color:#fff;
    overflow-x: scroll;
}
#ajaxlistdiv{width:100%;height: 100%;margin-top:10px}



.game-page-wrapper{
    float:left;clear:both;width:100%;
}

.game-page-left{
    float:left;width:160px;overflow: hidden;
}

.game-page-left .thumbWrapper{
    width:98%;
    margin:0 1% 15px 1%;
}

.game-page-center{
    float:left;width:calc(100% - 536px);margin:0 20px;overflow: hidden;
}

.pregame-loader{
    width:100%;height: 350px;position: relative;border-radius: 10px;box-shadow: 0 0 2px 0 rgba(0,0,0,.15);overflow: hidden;
    background-color: #dfdfdf;
    background: linear-gradient(#0000 60%,#0000000a);
    margin-bottom:10px;
}

.pregame-loader.hasabit{
    height: 460px;
}

#game-wrapper.isfullscreen{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    top: 0;
    padding-top: 0;
    height: 100% !important;
    z-index: 10000;
    border-radius: 0;
    width: 100%;
}
#game-wrapper.isfullscreen #mobilerightnew{display:none !important}

/* .pregame-loader::after{
    background: linear-gradient(#0000 60%,#0000000a);
    bottom: 0;
    contain: strict;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 5;
    border-radius: 5px;
} */


.pregame-clicky{
    width:500px;text-align: center;
    margin:0 auto;padding-top:5px;
    position: relative;
    z-index: 100;
}
.pregame-loader .pregame-clicky:hover{cursor: pointer;}
.pregame-loader .pregame-clicky h2{
    color:#333;font-size:28px;width:100%;
    line-height: 32px;height: 32px;
    overflow: hidden;
}
.pregame-loader .pregame-clicky img{
    width:180px;height: 180px;border-radius: 5px;clear:both;
    margin:10px auto;box-shadow: 2px 3px 1px 0 rgba(0,0,0,.1);
    display:block;
    transition: transform .3s ease;
}
.pregame-loader .pregame-clicky img:hover{transform: scale(1.01)}
.pregame-loader .pregame-clicky button,a.loadmorebtn{
    width:250px;text-align: center;color:#fff;font-size: 24px;
    padding:20px 0;background-color: #008aff;border-radius:5px;font-weight: 700;
    clear:both;
    box-shadow: 2px 3px 1px 0 rgba(0,0,0,.1);
    position: relative;
    padding-right: 32px;
    transition: transform .3s ease;
}
.pregame-loader .pregame-clicky button:hover,a.loadmorebtn:hover{transform: scale(1.01)}
.pregame-clicky.loading button{
    opacity: .6;
}

.pregame-loader .pregame-clicky button::after,a.loadmorebtn:after{
    position: absolute;
    content:'';
    top: calc(50% - 11px);
    left: calc(50% + 46px);
    background: transparent url(https://imgs2.dab3games.com/bg_v3.png) -71px -59px;
    background-size: 126px 155px;
    width: 23px;
    height: 23px;
}


.preg_bits{
    position: absolute;
    bottom:25px;
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.15);
    padding:5px 10px;
    border-radius: 10px;
    height: 100px;
    overflow: hidden;
    width:300px;
    left:calc(50% - 160px);
}
.preg_bits:hover{cursor: pointer;}
.preg_awards{height: 90px;}
.preg_bits.hsbit{width:250px;left:calc(50% - 135px)}

.bits_head{
    color: #002a41;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 35px;
    position: relative;
}
.bits_head:before{
    position: absolute;
    content: '';
    width: 24px;
    height: 23px;
    left: 2px;
    top: 7px;
    background: transparent url(https://imgs2.dab3games.com/bg_v3.png) -25px -59px;
    background-size: 126px 155px;
}
.preg_bits.hsbit .bits_head:before{
    top: 8px;
    left: 2px;
    width: 25px;
    height: 23px;
    background-position: 0 -59px;
}

.bits_head_caros{
    position: absolute;
    top: 11px;
    right: 0;
    height: 28px;
    line-height: 28px;
    color: #002a41;
    font-size: 13px;
    width: 58px;
    text-align: left;
    text-decoration: underline;
}

.preg_awards .awards_bit{padding:0;height: 46px;width:300px;}
.preg_awards .awards_bit div{width: 100%}
.preg_bits .awards_bit.userbit{padding: 3px 0 0 8px;}
.preg_bits .awards_bit .ranked{
    left: 13px;
    bottom: -6px;
}

a.loadmorebtn{
    margin:25px auto 0 auto;
    float: none;
    display: block;
    padding-right: 20px;
}
a.loadmorebtn:after{
    right: 40px;
    left:auto;
}

a.minibttn,button.minibttn{
    width: 150px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 15px 0;
    background-color: #008aff;
    border-radius: 5px;
    font-weight: 700;
    clear: both;
    box-shadow: 2px 3px 1px 0 rgba(0,0,0,.1);
    float:left;
    margin-top:5px;
}
a.minibttn,a.minibttn:visited,a.minibttn:active{
    color:#fff;
}

.pregame-clicky.loading button:after,a.loadmorebtn.isloading:after{
    background: transparent url(https://imgs2.dab3games.com/load-w.svg) 50% 50%;
    background-size: 23px 23px;
}

#gamePlayer,#gamePreloaderSplash{
    width: 100%;height: 100%;
    position: absolute;top:0;left:0;right:0;bottom:0;z-index: 100;
}
#gamePreloaderSplash {
    z-index: 1000;
    background-color: #000;
    color: #fff;
    text-align: center;
    background: #000 url(https://imgs2.dab3games.com/load-w.svg) 50% 50% no-repeat;
    background-size: 50px 50px;
    padding-top: 25%;
    height: 75%;
    line-height: 50px;
}
.fullscreenpage #gamePlayer{height: calc(100% - 86px);}
.isfullscreen #gamePlayer{height: 100% !important;}

.pregame-loader.videoloaded,.pregame-loader.gameloaded{
    background: #000 url(https://imgs2.dab3games.com/load-w.svg) 50% 50% no-repeat;
    background-size: 50px 50px;
    padding-top: 60%;
    height: 0;
}

.level_block {
    float: left;
    width: 100%;
    padding: 8px 0 12px 0;
    margin-top: 10px
}
.current_place,
.hs_main_wrap,
.level_up_bar,
.next_xp,
.progress_bar {
    width: 100%;
    float: left
}

.level_block .level {
    font-size: 26px;
    float: left;
    padding-right: 15px;
    line-height: 36px
}
.level_block .level span {
    font-weight: 700
}
.level_block .points {
    font-size: 22px;
    float: left;
    line-height: 36px
}
.level_block .points span {
    font-size: 18px
}
.level_up_bar {
    clear: both;
    margin-top: 10px
}
.next_xp {
    clear: both;
    margin-bottom: 6px
}
.current_place{margin-top:6px}
.progress_bar {
    clear: both;
    max-width: 400px;
    border: 1px solid #000;
    background-color: #fff;
    position: relative;
    height: 20px;
    border-radius: 3px
}
.progress_bar .prog_bit {
    height: 18px;
    position: absolute;
    top: 1px;
    left: 1px;
    background-color: #008aff;
    border-radius: 3px;
    min-width: 2%
}


.game-page-right{
    float:right;width:336px;overflow: hidden;
}

.game-page-right .thumbWrapper{
    width:48%;padding-bottom: 48%;margin:0 1% 15px 1%;
}
.sky-ad{
    width:160px;height:600px;clear:both;text-align:center;margin-bottom:15px;
}
.sqr-ad{
    width:336px;min-height:280px;text-align:center;margin-bottom:15px;clear:both;
}
.games-bottom{
    float:left;clear:both;margin-top:15px;width: 100%;margin-bottom:10px;
}
.games-bottom.mgplnw{
    margin: 10px 2px;
    width: calc(100% - 4px);
}
.titleWrap.aftercrumbs{margin-top:0}
.titleWrap.aftercrumbs h2{font-size: 21px;}
.whitebitbar{
    float: left;
    clear: both;
    padding: 20px;
    margin: 10px 2px 10px 2px;
    width: calc(100% - 44px);
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.15);
}
.whitebitbar .titleWrap h2,.whitebitbar .titleWrap h3{line-height: 24px;}

.vidthumb{
    width: 300px;
    float: left;
    position: relative;
    margin: 5px 25px 10px 0;
    border-radius: 5px;
}
.vidthumb:hover{cursor: pointer;}
.vidthumb a {
    display: block;
    float: left;
    width: 100%;
}
.vidthumb img {
    float:left;
    width: 100%;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
    height: auto;
    border-radius: 5px;
}
.vidthumb .runtime {
    right: 0;
    font-size: 12px;
    position: absolute;
    top: 148px;
    background-color: rgba(0,0,0,.5);
    color: #f1f1f1;
    width: 42px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.vidthumb .title {
    float: left;
    width: calc(100% - 5px);
    clear: both;
    padding: 4px 1px 0 1px;
    font-size: 14px;
    line-height: 20px;
}

.awards_bit{
    float:left;width:100%;clear:both;
    height: 50px;
    padding:8px 0;position: relative;
}
.awards_bit a{float:left;width:100%;height: 100%;}
.awards_bit img {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 5px;
}
.awards_bit div {
    padding-top: 7px;
    float: left;
    margin-left: 10px;
    width: calc(100% - 70px);
}
.awards_bit div span {
    float: left;
    display: block;
    clear: both;
}
.awards_bit div span.title {
    font-size: 15px;
    font-weight: 700;
}
.awards_bit div span.desc {
    text-align: left;
    font-size: 12px;
    padding-top: 5px;
    color:#333;
}
.awards_bit.userbit{padding:10px 0 12px 0}
.userbit img{
    border-radius: 25px;
}
img.plusavatar {
    border: double 3px transparent;
    border-radius: 50px;
    background-image: linear-gradient(white,white),radial-gradient(circle at top left,#e56525,#efc91d,#98bd3b,#6499d1,#eb2a7a,#91268e);
    background-origin: border-box;
    background-clip: padding-box,border-box;
}
.awards_bit .ranked{
    position: absolute;
    left: 5px;
    bottom: 3px;
    color: #000;
    background-color: #eee;
    width: 40px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    border-radius: 12px;
    box-shadow: 0 0 2px 1px rgba(0,0,0,.2);
}
.awards_bit .ranked i{
    font-size: 9px;
    text-transform: uppercase;
}
.plususer.userbit .ranked{
    left:7px;
}

.ranked.smallerr{font-size:11px;
    left: 3px;
    width: 44px;
}

.game-controls-open,.video-plug {
    position: absolute;
    bottom: 6px;
    right: 6px;
    width: 36px;
    height: 36px;
    background-color: #fff;
    z-index: 1000;
    border-radius: 10px;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.15);
}
.game-controls-open:before{
    content: '';
    top: 7px;
    left: 7px;
    position: absolute;
    background: transparent url(https://imgs2.dab3games.com/bg_v3.png) -88px -82px;
    background-size: 126px 155px;
    width: 24px;
    height: 24px;
}

.video-plug{
 bottom:47px;
 z-index: 800;
}
.video-plug:before {
    content: '';
    top: 8px;
    left: 8px;
    position: absolute;
    background: transparent url(https://imgs2.dab3games.com/bg_v3.png) -67px -106px;
    background-size: 126px 155px;
    width: 20px;
    height: 20px;
}

.closeitnow.game-controls-open:before{
    background-position: -49px -59px;
    width: 23px;
    height: 23px;
}

#mobilerightnew{display:none}
#mobilerightnew.showmbtn{
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    z-index: 1000;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.15);
    padding-top:26px;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
#mobilerightnew:before{
    content: '';
    position: absolute;
    top:3px;left:4px;
    width: 73px;
    height: 22px;
    background: transparent url(https://imgs2.dab3games.com/bg_v3.png) -41px -130px;
    background-size: 126px 155px;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
#mobilerightnew img{
    width:80px;height: 80px;
    border-bottom-left-radius: 10px;
}

#game-controls-popup{
    position: absolute;
    bottom: 5px;
    width: 500px;
    right: 5px;
    height: 88px;
    z-index: 950;
    margin:0;
    padding:12px 8px 10px 12px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#game-controls-popup .smallft{
    margin: 10px 0 0 5px;
    width: calc(100% - 40px);
}

.contr-btn-wrap{
    position: absolute;
    top: 12px;
    right: 12px;
}

button.cntrbtn{
    width: 42px;
    height: 42px;
    position: relative;
    background-color: #eee;
    border-radius: 15px;
    float:left;
}

#game-controls-popup button.nightmode,button.fullscreen,button.trophy,button.awards{
    margin:0 0 0 6px;
}
button.fullscreen:before{
    content: '';
    bottom: 8px;
    right: 10px;
    position: absolute;
    background: transparent url(https://imgs2.dab3games.com/bg_v3.png) -44px -104px;
    background-size: 126px 155px;
    width: 22px;
    height: 24px;
}
#game-controls-popup button.nightmode:before{
    top:9.5px;
    right: 15px;
    left: auto;
}
button.trophy:before{
    content: '';
    top: 9.5px;
    left: 8.5px;
    position: absolute;
    background: transparent url(https://imgs2.dab3games.com/bg_v3.png) 0 -59px;
    background-size: 126px 155px;
    width: 25px;
    height: 23px;
}
button.awards:before{
    content: '';
    top: 9px;
    left: 9px;
    position: absolute;
    background: transparent url(https://imgs2.dab3games.com/bg_v3.png) -25px -59px;
    background-size: 126px 155px;
    width: 24px;
    height: 23px;
}
button.likegame{
    float: left;
    clear: both;
    font-size: 18px;
    font-family: Rubik,Arial,Helvetica,sans-serif;
    position: relative;
    border-radius: 15px;
    padding: 10px 12px 10px 40px;
    line-height: 22px;
    background-color: #eee;
    color:#002a41;
    width: auto;
}
button.cntrbtn.active{border: 1px solid #000;}
button.likegame:before{
    content: '';
    top: 9px;
    left: 9px;
    position: absolute;
    background: transparent url(https://imgs2.dab3games.com/bg_v3.png) -22px -104px;
    background-size: 126px 155px;
    width: 22px;
    height: 24px;
}
button.dislikegame{
    float: left;
    margin-left: 6px;
}
button.dislikegame:before{
    content: '';
    top: 9px;
    left: 9px;
    position: absolute;
    background: transparent url(https://imgs2.dab3games.com/bg_v3.png) 0 -104px;
    background-size: 126px 155px;
    width: 22px;
    height: 24px;
}

button.gohome{
    display:none;
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 100;
}
button.gohome:before{
    content: '';
    top: 8px;
    left: 10px;
    position: absolute;
    background: transparent url(https://imgs2.dab3games.com/bg_v3.png) 0 -128px;
    background-size: 126px 155px;
    width: 22px;
    height: 26px;
}

.gamepopright{
    position: absolute;
    right: 9px;
    top: 10px;
    width: 210px;
    z-index: 20000;
    height: 50px;
    padding: 11px 10px 10px 47px;
    line-height: 23px;
    margin: 0;
}
.gamepopright:before{
    position: absolute;
    content: '';
    top:12px;left:12px;
    background: transparent url(https://imgs2.dab3games.com/bg_v3.png) 0 -59px;
    background-size: 126px 155px;
    width: 25px;
    height: 23px;
}
.gamepopright:hover{cursor: pointer;}
.gamepopright.awards{height: 60px;width: 240px;}
.gamepopright.awards p.awardnametop{
    font-weight: 700;
}
.gamepopright.awards p.awardnamedesc{
    font-size: 13px;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
}
.gamepopright.awards:before{
    background-position: -25px -59px;
    width: 24px;
}




.form-group{
    float: left;
    width: 100%;
    margin: 5px 0 15px 0;
}

.form-control {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 46px;
    padding: 5px 12px;
    font-size: 14px;
    color:#000;
    border:1px solid #ccc;
    background-color:#fefefe;
    border-radius: 15px;
	outline:none;
    margin-top:5px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#loginit input.form-control{
    color: #002a41;
    background-color: #fff;
    border: 2px solid #002a41;
}
#loginit .btn-full{
    padding:20px;color:#333;border:2px solid #000
}
.ajax_search input.form-control{height:40px;line-height:24px;font-size: 16px;outline:none;}
.error_msg{
    float: left;
    width: 100%;
    padding: 0 0 10px 0;
    color: red;
}

#div-gpt-ad-1702428160119-0{
    min-width:300px;min-height:100px;max-height:280px;width:100%;max-width:970px;margin:20px auto 0 auto;text-align:center;clear:both;
}
.game-page-center #div-gpt-ad-1702428160119-0{margin-top:15px}

.suggestrotate{
    width: calc(100% - 50px);
    height: 50px;
    line-height: 50px;
    background-color: rgba(0,0,0,.8);
    color: #fff;
    padding-left: 50px;
    display: none;
    position: absolute;
    bottom: 86px;
    left: 0;
    right: 0;
    font-weight: 700;
    font-size: 16px;
    z-index: 400;
}
.suggestrotate:before{
    content: '';
    position: absolute;
    top: 12px;
    left: 20px;
    background: transparent url(https://imgs2.dab3games.com/bg_v3.png) -22px -283px;
    background-size: 126px 155px;
    width: 18px;
    height: 26px;
}

.videoinlineroll{position:absolute;top:0;left:0;right:0;bottom:0;z-index: 10;width: 100%;height: 100%;}

.scrolling-ad-inline{
    position: absolute;top:0;left:0;right:0;bottom:0;width:1730px;height:100px;animation:gmslide2 45s linear 1;animation-delay: 5s;animation-fill-mode: forwards;
}
.scrolling-ad-inline:hover{animation-play-state: paused;}
.scrolling-ad-inline a{display:block;float:left;margin:5px 6px 0 0}
.scrolling-ad-inline img{width:90px;height: 90px;border-radius: 50%;}

.adstamp{
    padding-top:11px;position: relative;
}
.adstamp:before{
    content:"advertisement";
    position: absolute;top:0;left:2px;right:0;width:calc(100% - 2px);
    color:#a0a0a0;font-size:9px;line-height: 9px;text-transform: uppercase;letter-spacing: .4px;
}
.fullscreenpage .adstamp{padding-top:0}
.fullscreenpage .adstamp:before{display:none}

.mobile_full_menubottom{
    position: absolute;
    bottom:0;left:0;right:0;width: 100%;z-index: 500;
    background-color: #fff;
    height: 86px;display:block;display:none;
    box-shadow: 0 0 3px 1px rgba(0,0,0,.15);
}
.fullscreenpage .mobile_full_menubottom{
    display:block;
}
.isfullscreen .mobile_full_menubottom{
    display:none !important;
}
.mobile_full_menubottom .logo{float:left;margin:17px 16px 17px 17px}

.menugameswrap{float:left;margin-top:5px;height:76px;width:calc(100% - 235px);overflow: hidden;}
.gamepluglink{float:left;display:block;padding:0 5px 0 0}
.gamepluglink img{float:left;width:76px;height:76px;border-radius: 5px}

#close_game_btn{
    top: 3px;
    left: 3px;
    bottom: auto;
    right:auto;
    width: 25px;
    height: 25px;
    z-index: 101;
    display: none;
    border-radius: 50%;
}
#close_game_btn.game-controls-open:before{top:1px;left:1px;}


.inline-ad-lg{
    overflow: hidden;position: relative;
}
.inline-ad-lg:before{
    content: "";
    top: 0;
    left: 0;
    z-index: 100;
    background-color: transparent;
    width: 3px;
    height: 100px;
    backdrop-filter: blur(1px);
    position: absolute;
}
.inline-ad-lg:after{
    content: "";
    top: 0;
    right: 0;
    z-index: 100;
    background-color: transparent;
    width: 3px;
    height: 100px;
    backdrop-filter: blur(1px);
    position: absolute;
}
@keyframes gmslide2{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(-765px,0,0)}}

a.fulllinky{position: fixed; top:0;left:0;right:0;bottom:0;width: 100%;height: 100%;background-color: rgba(255,255,255,0.01);z-index: 10000000;}

img.skeload{
    display:none !important;
    width:0;height:0;
}
.skload{
    background-color:#00000069;
    animation: Pulsate 1.5s linear 2 forwards;
}
@keyframes Pulsate {
from { background-color:#00000069}
50% { background-color:#0000002e }
to { background-color:#00000069 }
}

#game_plug{
    position: absolute;
    bottom: -200px;
    right: 10px;
    z-index: 1000;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.6);
    border-radius: 10px;
    border-top-right-radius: 0;
    width: 355px;
    animation: slideInTop 0.4s forwards;
}
#game_plug .plugclose{position: absolute;
    right: 0;
    top: -20px;
    background-color: #000;
    color: #fff;
    width: 60px;
    line-height: 20px;
    text-align: center;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
#game_plug .plug_wrap.whitebitbar{margin:0;padding:5px;width: calc(100% - 10px);border-top-right-radius: 0;}
#game_plug .plug_wrap img{float:left;width:110px;height:110px;border-radius: 10px;}
#game_plug .plug_wrap div{float:right;width: calc(100% - 120px);}
#game_plug a.loadmorebtn{padding: 15px 0;
    width: 170px;
    margin: 10px 0 0 0;
    padding-right: 40px;
}
#game_plug h3{padding-top: 9px;font-size: 26px}

@keyframes slideInTop {
    100% { bottom: 10px; }
}
@keyframes slideInTopMob {
    100% { bottom: 76px; }
}
@keyframes slideInTopMobTwo {
    100% { bottom: 92px; }
}

@media (prefers-color-scheme: dark) {
	nav, header,footer,.whitebitbar,.mobile_full_menubottom {background-color: #000;}
	nav{border-bottom:1px solid #eeeeee26;}
	footer{border-top:1px solid #eeeeee26;}
	nav h1,.titleWrap h2,.titleWrap h3,.user_iconlist{color:#e5e5e5}
	a,a:visited{color: rgb(29, 155, 240)}
	body,.wrapper{background-color: #16181c;color:#eee;}
	ul.categories li a span.gcnt{color:#ccc}
	.gamepopright:before,button:before,.user_iconlist li a:before,.user_iconlist li span:before,.allgames_list li a:before,.allgames_list li a:after{filter: invert(100%) grayscale(1);}
    #close_game_btn.game-controls-open:before{filter: invert(100%) grayscale(1);}
	#togglelang {background-color: #16181c;border: 1px solid #fff;}
	#togglelang a.active{color:#fff !important}

	.searchmodal{background-color: rgb(0 0 0 / 90%)}
	.ajax_search form{background-color: #000;}
	.searchwrap,.ajaxlistdivwrp,.ajax_search button.closesrcx{background-color: #16181c}
	.ajax_search input{background-color: #303030;color:#fff;border-color:#434343}
    .breadcrumbs a.active{color:#eee}
    .pregame-loader{ background-color: #000;}
    /* .pregame-loader::before{opacity: 0.2;} */

    .awards_bit div span.desc {color:#eee;}
    .userbit .ranked{background-color: #333;color: #eee;}
    .game-controls-open,.video-plug{background-color: #000;}

    button.cntrbtn{background-color: #222;color:#e5e5e5;}
    button.cntrbtn.active{border: 1px solid #fff;}

    .gamespop-iframe{background: #16181c url(https://imgs2.dab3games.com/load-w.svg) 50% 40%/50px 50px no-repeat;}
    #loginit button{background-color: #111;}
    .language-select,#loginit input.form-control{border-color: #e5e5e5;color:#e5e5e5;background-color: #111;}
    input.form-control{background-color: #303030;}
    a.loadmorebtn, a.loadmorebtn:visited{color:#fff !important}
    .pregame-loader .pregame-clicky h2{color:#eee}
    #mobilerightnew.showmbtn{background-color: #000;}
    a.minibttn, a.minibttn:visited{color:#fff !important}

    .preg_bits{background-color: #16181c;}
    .bits_head,.bits_head_caros{color:#fff}
    .bits_head:before{filter: invert(100%) grayscale(1);}
}

body.night nav, body.night header,body.night footer,body.night .whitebitbar,body.night .mobile_full_menubottom {background-color: #000;}
body.night nav{border-bottom:1px solid #eeeeee26;}
body.night footer{border-top:1px solid #eeeeee26;}
body.night nav h1,body.night .titleWrap h2,body.night .titleWrap h3,body.night .user_iconlist{color:#e5e5e5}
body.night a,body.night a:visited{color: rgb(29, 155, 240)}
body.night,body.night .wrapper{background-color: #16181c;color:#eee;}
body.night ul.categories li a span.gcnt{color:#ccc}
body.night .bits_head:before,body.night .gamepopright:before,body.night button:before,body.night .user_iconlist li a:before,body.night .user_iconlist li span:before,body.night .allgames_list li a:before,body.night .allgames_list li a:after{filter: invert(100%) grayscale(1);}
body.night #togglelang{background-color: #16181c;border: 1px solid #fff;}
body.night #togglelang a.active{color:#fff !important}
body.night .searchmodal{background-color: rgb(0 0 0 / 90%)}
body.night .ajax_search form{background-color: #000;}
body.night .searchwrap,body.night .ajaxlistdivwrp,body.night .ajax_search button.closesrcx{background-color: #16181c}
body.night .form-control, body.night .ajax_search input.form-control{background-color: #303030;color:#fff;border-color:#434343}
body.night .breadcrumbs a.active{color:#eee}
body.night .pregame-loader{background-color: #000;}
/* body.night .pregame-loader::before{ opacity: 0.2;} */
body.night .awards_bit div span.desc {color:#eee;}
body.night .userbit .ranked{background-color: #333;color: #eee;}
body.night .game-controls-open,body.night .video-plug{background-color: #000;}
body.night button.cntrbtn{background-color: #222;color:#e5e5e5;}
body.night button.cntrbtn.active{border: 1px solid #fff;}
body.night .gamespop-iframe{background: #16181c url(https://imgs2.dab3games.com/load-w.svg) 50% 40%/50px 50px no-repeat;}
body.night #loginit button{background-color: #111;}
body.night .language-select,body.night #loginit input.form-control{border-color: #e5e5e5;color:#e5e5e5;background-color: #111;}
body.night a.loadmorebtn, body.day a.loadmorebtn:visited{color:#fff !important}
body.night a.minibttn, body.night a.minibttn:visited{color:#fff !important}
body.night .pregame-loader .pregame-clicky h2{color:#eee !important}
body.night #mobilerightnew.showmbtn{background-color: #000 !important}
body.night .preg_bits{background-color: #16181c;}
body.night .bits_head,body.night .bits_head_caros{color:#fff}
body.night #close_game_btn.game-controls-open:before{filter: invert(100%) grayscale(1);}

body.day nav, body.day header,body.day footer,body.day .whitebitbar,body.day .mobile_full_menubottom {background-color: #fff !important;}
body.day nav,body.day footer{border:none !important}
body.day nav h1,body.day .titleWrap h2,body.day .titleWrap h3,body.day .user_iconlist{color:#002a41 !important}
body.day a,body.day a:visited{color: #337ab7 !important}
body.day a.loadmorebtn, body.day a.loadmorebtn:visited{color:#fff !important}
body.day a.minibttn, body.day a.minibttn:visited{color:#fff !important}
body.day,body.day .wrapper{background-color: #f7f7f7 !important;color:#000 !important;}
body.day ul.categories li a span.gcnt{color:#333 !important}
body.day .bits_head:before,body.day button:before,body.day .user_iconlist li a:before,body.day .user_iconlist li span:before,body.day .allgames_list li a:before,body.day .allgames_list li a:after{filter: none !important;}
body.day #close_game_btn.game-controls-open:before{filter:  none !important;}
body.day #togglelang {background-color: #eee !important;border-color:#333 !important;}
body.day #togglelang a.active{color:#000 !important}
body.day .searchmodal{background-color: rgba(0,0,0,0.75) !important}
body.day .ajax_search form{background-color: #eee !important;}
body.day #loginit{background-color: transparent !important;}
body.day .searchwrap,body.day .ajaxlistdivwrp,body.day .ajax_search button.closesrcx{background-color: #fff}
body.day .form-control, body.day .ajax_search input.form-control{background-color: #fefefe;color:#000 !important;border-color:#ccc !important}
body.day .breadcrumbs a.active{color:#333 !important}
body.day .pregame-loader{background: linear-gradient(#0000 60%,#0000000a) !important;}
/* body.day .pregame-loader::before{ opacity: 0.1 !important;} */
body.day .awards_bit div span.desc {color:#333 !important;}
body.day .userbit .ranked{background-color: #eee !important;color: #000 !important;}
body.day .game-controls-open,body.day .video-plug{background-color: #fff !important;}
body.day button.cntrbtn{background-color: #eee;color:#002a41 !important;}
body.day button.cntrbtn.active{border: 1px solid #000 !important;}
body.day .gamespop-iframe{background: #fff url(https://imgs2.dab3games.com/load-b.svg) 50% 40%/50px 50px no-repeat !important;}
body.day #loginit button{background-color: #eee !important;}
body.day .gamepopright:before,body.day .language-select,body.day #loginit input.form-control{border-color:#002a41 !important;color:#002a41 !important;}
body.day #loginit input.form-control,body.day .language-select{background-color: #fefefe !important;}
body.day .pregame-loader .pregame-clicky h2{color:#333 !important}
body.day #mobilerightnew.showmbtn{background-color: #fff !important}
body.day .preg_bits{background-color: #fff;}
body.day .bits_head,body.day .bits_head_caros{color:#002a41}


.adsensesky,.adsensebig,.adsenseleader{
   display:block;
}

.adsenseleader{max-width: 100%;max-height: 100%;}


@media(max-width:1500px){
    .game-page-left{display:none}
    .game-page-center{margin-left:0;margin-right:15px;width: calc(100% - 351px);}
}

@media(max-width:1180px){
body.fullscreenpage{
    position: fixed;top:0;left:0;right:0;bottom:0;overflow: hidden;
}
body.fullscreenpage .game-page-center{
    position: fixed;top:0;left:0;right:0;z-index: 10000;background-color: #000;
    bottom:0;height: 100%;width: 100%;
}
body.fullscreenpage .pregame-loader.gameloaded{
    padding-top: 0;
    height: 100vh;
    position: absolute;
    top:0;left:0;right:0;
    margin: 0;
}
body.fullscreenpage .postload.game-page-center #div-gpt-ad-1702428160119-0{
    display:none;
}

body.fullscreenpage .postload .whitebitbar{display:none}
body.fullscreenpage .postload #game_plug .plug_wrap.whitebitbar{display:block}

body.fullscreenpage #game_plug{
    right: 6px;
    animation: slideInTopMobTwo 0.4s forwards;
}

body.fullscreenpage .postload #game-controls-popup,body.fullscreenpage .postload .whitebitbar.gamepopright{display:block}


body.fullscreenpage .pregame-loader.gameloaded{border-radius: 0;}
body.fullscreenpage #mobilerightnew.showmbtn{display:block}
body.fullscreenpage .game-page-right,body.fullscreenpage .games-bottom{display: none;}

body.fullscreenpage #close_game_btn{display:block}

body.fullscreenpage button.gohome{display:block}
body.fullscreenpage #game-controls-popup{
    height: 135px;
}
body.fullscreenpage .contr-btn-wrap{
    bottom: 50px;
    left: 6px;
    right:auto;top:auto;
}
body.fullscreenpage #game-controls-popup .smallft{padding-top:54px}
body.fullscreenpage .video-plug{
    bottom:25px;
    right:43px;
    box-shadow: none;
}
body.fullscreenpage .game-controls-open{
    box-shadow: none;
    bottom:25px;right:5px
}
body.fullscreenpage .isfullscreen .game-controls-open{
    bottom:5px;right:5px;
}

.suggestrotate{display:block}
}

@media(max-width:1080px){

    .game-page-left{display:block;float:right}
    .game-page-center{margin-left:0;width: calc(100% - 175px);}

    .game-page-right,.adsensebig{display:none}

	nav {
		width: calc(100% - 10px);
		padding: 0 0 0 10px;
	}
	.wrapper{
		width: calc(100% - 30px);
        padding: 65px 15px 20px 15px;
    }

    .ajax_search button.closesrcx,.ajax_search.gamepops button.closesrcx{
        left: 6px;
    }
    .searchwrap,.gamepops .searchwrap {
        width: calc(100% - 50px);
    }


    .icongrid {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
    .icongrid_2 {
        grid-template-columns: repeat(4, 1fr);
    }
    .icongrid_2 .tt1 { grid-area: 1 / 1 / 2 / 2; }
    .icongrid_2 .tt2 { grid-area: 1 / 2 / 2 / 3; }
    .icongrid_2 .tt3 { grid-area: 1 / 3 / 2 / 4; }
    .icongrid_2 .tt4 { grid-area: 1 / 4 / 2 / 5; }
    .icongrid_2 .tt5 { grid-area: 2 / 1 / 3 / 2; }
    .icongrid_2 .tt6 { grid-area: 2 / 2 / 3 / 3; }
    .icongrid_2 .tt7 { grid-area: 2 / 3 / 3 / 4; }
    .icongrid_2 .tt8 { grid-area: 2 / 4 / 3 / 5; }
    .icongrid_2 .tt9 { grid-area: 3 / 1 / 4 / 2; }
    .icongrid_2 .tt10 { grid-area: 3 / 2 / 4 / 3; }
    .icongrid_2 .tt11 { grid-area: 3 / 3 / 4 / 4; }
    .icongrid_2 .tt12 { grid-area: 3 / 4 / 4 / 5; }
    .icongrid_2 .tt13 { grid-area: 4 / 1 / 5 / 2; }
    .icongrid_2 .tt14 { grid-area: 4 / 2 / 5 / 3; }
    .icongrid_2 .tt15 { grid-area: 4 / 3 / 5 / 4; }
    .icongrid_2 .tt16 { grid-area: 4 / 4 / 5 / 5; }


    .icongrid_1 {
        grid-template-columns: repeat(7, 1fr);
    }
    .icongrid_3{
        grid-template-columns: repeat(3, 1fr); 
    }
    .icongrid_1 .tt1 { grid-area: 1 / 1 / 4 / 4; }
    .icongrid_1 .tt2 { grid-area: 2 / 5 / 4 / 7; }
    .icongrid_1 .tt3 { grid-area: 1 / 4 / 2 / 5; }
    .icongrid_1 .tt4 { grid-area: 2 / 4 / 3 / 5; }
    .icongrid_1 .tt5 { grid-area: 3 / 4 / 4 / 5; }
    .icongrid_1 .tt6 { grid-area: 1 / 5 / 2 / 6; }
    .icongrid_1 .tt7 { grid-area: 1 / 6 / 2 / 7; }
    .icongrid_1 .tt8 { grid-area: 1 / 7 / 2 / 8; }
    .icongrid_1 .tt9 { grid-area: 2 / 7 / 3 / 8; }
    .icongrid_1 .tt10 { grid-area: 3 / 7 / 4 / 8; }

    .icongrid_3 .t1 { grid-area: 1 / 1 / 2 / 2; }
    .icongrid_3 .t2 { grid-area: 1 / 2 / 2 / 3; }
    .icongrid_3 .t3 { grid-area: 1 / 3 / 2 / 4; }
    .icongrid_3 .t4 { grid-area: 2 / 1 / 3 / 2; }
    .icongrid_3 .t5 { grid-area: 2 / 2 / 3 / 3; }
    .icongrid_3 .t6 { grid-area: 2 / 3 / 3 / 4; }
    .icongrid_3 .t7{display:none}

    ul.categories li img{
        margin-right:5px;
    }
    ul.categories li a span.swrp{
        margin: 8px 0 0 5px;
    }
    /* .user_iconlist li {
        width: calc(50% - 13px);
    } */

    .allgames_list li{
        float:left;width:50%;
    }


}

@media(max-width:1000px){
    .game-page-center{margin:0;width:100%;}
    .game-page-left,.adsensesky{display:none}

}


@media(max-width:810px){

    .mobile_full_menubottom{height: 70px;}
    .mobile_full_menubottom .logo{margin:9px 10px 9px 11px}
    .menugameswrap{height:60px;width:calc(100% - 185px);}
    .gamepluglink{padding:0 3px 0 0}
    .gamepluglink img{width:60px;height:60px}
    body.fullscreenpage .game-controls-open{bottom: 17px;}
    .fullscreenpage #gamePlayer {
        height: calc(100% - 70px);
    }
    .suggestrotate{bottom:70px}

    body.fullscreenpage .video-plug{
        display:none !important;
    }
    body.fullscreenpage .postload.game-page-center #div-gpt-ad-1702428160119-0{
        min-width:300px;width:calc(100% - 30px);padding:0 15px;
    }
    body.fullscreenpage #game_plug{
        animation: slideInTopMob 0.4s forwards;
    }

	nav h1{font-size: 15px;}

    .icongrid_1{
        grid-template-columns: repeat(6, 1fr);
    }
    .icongrid_1 .tt1 { grid-area: 1 / 1 / 4 / 4; }
    .icongrid_1 .tt2 { grid-area: 1 / 5 / 3 / 7; }
    .icongrid_1 .tt3 { grid-area: 3 / 4 / 5 / 6; }
    .icongrid_1 .tt4 { grid-area: 1 / 4 / 2 / 5; }
    .icongrid_1 .tt5 { grid-area: 2 / 4 / 3 / 5; }
    .icongrid_1 .tt6 { grid-area: 4 / 1 / 5 / 2; }
    .icongrid_1 .tt7 { grid-area: 4 / 2 / 5 / 3; }
    .icongrid_1 .tt8 { grid-area: 4 / 3 / 5 / 4; }
    .icongrid_1 .tt9 { grid-area: 3 / 6 / 4 / 7; }
    .icongrid_1 .tt10 { grid-area: 4 / 6 / 5 / 7; }

    ul.categories li {
        width: calc(25% - 3px);
    }
    ul.categories li img{margin-right:7px}
    ul.categories li a span.swrp {
        width: calc(100% - 78px);
        padding-right: 3px;
        margin: 8px 0 0 5px;
    }
    ul.categories li:last-child{display:none}
    .ajaxlistdivwrp  .popcats, .ajaxlistdivwrp .categories{display:none}
    #ajaxlistdiv .categories,#ajaxlistdiv ul.categories li:last-child{display:block}

    .notft .ribbon-wrapper-new.top-rated{
        width: 63px;
        font-size: 10px;
        height: 17px;
        line-height: 18px;
    }

}

@media(max-width:600px){

    
    .adsenseleader{
        max-width: 600px;max-height: 90px;
    }
    .hideonmobile{display:none}

    .popular_cat_wrap{
        height:130px;
    }
    .mobile_full_menubottom .logo{margin:9px 7px 9px 8px}
    .lastthird{display:none}
    nav h1{font-size: 13px;line-height: 51px; height: 51px;}
    .pregame-clicky{width: 100%;padding-top:0}
    .pregame-loader{height: 325px;}
    .pregame-loader.hasabit{height: 325px;}
    .preg_bits{display:none}

    .ribbon-wrapper-new {
        width: 44px;
        height: 17px;
        font-size: 11px;
    }
    .ribbon-new {
        width: 41px;
        height: 17px;
        font-size: 11px;
        line-height: 19px;
    }
    .ribbon-wrapper-new.top-rated {
        width: 79px;
    }
    .notft .ribbon-wrapper-new.top-rated{
        width: 56px;
        font-size: 9px;
        height: 15px;
        line-height: 16px;
    }
    .titleWrap a.bgtw{
        margin-left: 0;
        padding-top: 8px;
        float:left;
    }


    .icongrid {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
    }
    .icongrid_1{
        grid-template-columns: repeat(4, 1fr);
    }
    .icongrid_2{
        grid-template-columns: repeat(3, 1fr); 
    }
    .icongrid_3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .icongrid_1 .tt1 { grid-area: 1 / 1 / 4 / 4; }
    .icongrid_1 .tt2 { grid-area: 4 / 3 / 6 / 5; }
    .icongrid_1 .tt3 { grid-area: 5 / 1 / 7 / 3; }
    .icongrid_1 .tt4 { grid-area: 1 / 4 / 2 / 5; }
    .icongrid_1 .tt5 { grid-area: 2 / 4 / 3 / 5; }
    .icongrid_1 .tt6 { grid-area: 3 / 4 / 4 / 5; }
    .icongrid_1 .tt7 { grid-area: 4 / 1 / 5 / 2; }
    .icongrid_1 .tt8 { grid-area: 4 / 2 / 5 / 3; }
    .icongrid_1 .tt9 { grid-area: 6 / 3 / 7 / 4; }
    .icongrid_1 .tt10 { grid-area: 6 / 4 / 7 / 5; }

    /* .icongrid_1.feedpage{margin-top:5px}
    .icongrid_1.feedpage .tt1 { grid-area: 1 / 1 / 5 / 5; }
    .icongrid_1.feedpage .tt2 { grid-area: 5 / 1 / 7 / 3; }
    .icongrid_1.feedpage .tt3 { grid-area: 5 / 3 / 6 / 4; }
    .icongrid_1.feedpage .tt4 { grid-area: 5 / 4 / 6 / 5; }
    .icongrid_1.feedpage .tt5 { grid-area: 6 / 3 / 7 / 4; }
    .icongrid_1.feedpage .tt6 { grid-area: 6 / 4 / 7 / 5; }
    .icongrid_1.feedpage .tt7 { grid-area: 7 / 1 / 8 / 2; }
    .icongrid_1.feedpage .tt8 { grid-area: 7 / 2 / 8 / 3; }
    .icongrid_1.feedpage .tt9 { grid-area: 7 / 3 / 8 / 4; }
    .icongrid_1.feedpage .tt10 { grid-area: 7 / 4 / 8 / 5; }

    .feedpage .thumbname{display:none}
    .feedpage .thumbWrapper a:after{display:none;}
    .feedpage .thumbWrapper a.loadmorebtn:after{display:block;opacity: 1;}
    .feedpage .thumbWrapper:hover span.thumbname{display: none;}
    .feedpage .thumbWrapper:hover img{
        transform: scale(1);
    }

    .feedpage .thumbWrapper.tt1 .videoinlineroll{display:none}

    .feedpage .thumbWrapper.tt1{
        padding-bottom: calc(100% + 150px);background-color:transparent;box-shadow:none;
        margin:0 20px;width: calc(100% - 40px);
    }
    .feedpage .thumbWrapper.tt1 img{
        height: calc(100% - 190px);box-shadow: 0 0 3px 0 rgba(0,0,0,.35);
    }

    .feedpage .thumbWrapper.tt1.isloading img{
        opacity: 0.3;
    }
    .feedpage .thumbWrapper.tt1.isloading:after{
        background: transparent url(https://imgs2.dab3games.com/load-b.svg) 50% 50%;
        background-size: 50px 50px;
        content:"";
        position: absolute;
        top:calc(50% - 115px);left:calc(50% - 25px);width:50px;height: 50px;
    }

    .feedpage .feedplug{
        display:block;
        top: auto;
        height: 170px;
        width: calc(100% - 20px);
        padding: 0 10px;
        text-align: center;
    }
    .feedplug .titleWrap{
        margin:0;overflow: hidden;height: 20px;
    }
    .feedplug .titleWrap h2{
        width:100%
    }
    .feedplug .user_iconlist{
        margin-top: 20px;
    } */



    .icongrid_2 .tt1 { grid-area: 1 / 1 / 2 / 2; }
    .icongrid_2 .tt2 { grid-area: 1 / 2 / 2 / 3; }
    .icongrid_2 .tt3 { grid-area: 1 / 3 / 2 / 4; }
    .icongrid_2 .tt4 { grid-area: 2 / 1 / 3 / 2; }
    .icongrid_2 .tt5 { grid-area: 2 / 2 / 3 / 3; }
    .icongrid_2 .tt6 { grid-area: 2 / 3 / 3 / 4; }
    .icongrid_2 .tt7 { grid-area: 3 / 1 / 4 / 2; }
    .icongrid_2 .tt8 { grid-area: 3 / 2 / 4 / 3; }
    .icongrid_2 .tt9 { grid-area: 3 / 3 / 4 / 4; }
    .icongrid_2 .tt10 { grid-area: 4 / 1 / 5 / 2; }
    .icongrid_2 .tt11 { grid-area: 4 / 2 / 5 / 3; }
    .icongrid_2 .tt12 { grid-area: 4 / 3 / 5 / 4; }
    .icongrid_2 .tt13 { grid-area: 5 / 1 / 6 / 2; }
    .icongrid_2 .tt14 { grid-area: 5 / 2 / 6 / 3; }
    .icongrid_2 .tt15 { grid-area: 5 / 3 / 6 / 4; }
    .icongrid_2 .tt16 { display:none }
    .games-bottom .icongrid_2 .tt16, .show16.icongrid_2 .tt16 { display:block }

    .icongrid_3 .t1 { grid-area: 1 / 1 / 2 / 2; }
    .icongrid_3 .t2 { grid-area: 1 / 2 / 2 / 3; }
    .icongrid_3 .t3 { grid-area: 2 / 1 / 3 / 2; }
    .icongrid_3 .t4 { grid-area: 2 / 2 / 3 / 3; }
    .icongrid_3 .t5 { grid-area: 3 / 1 / 4 / 2; }
    .icongrid_3 .t6 { grid-area: 3 / 2 / 4 / 3; }

    ul.categories li {
        width: calc(33.33%);
        text-align: center;
        margin: 10px 0 10px 0;
        height: 120px;
    }
    ul.categories li a {
        height: 120px;
    }
    ul.categories li img {
        margin: 0;
        float: none;
        display: inline;
    }
    ul.categories li a span.swrp {
        width: 100%;
        padding-right: 0;
        margin: 8px 0 0 0;
        clear: both;
    }
    ul.categories li a span.gcnt{padding-top: 3px;}
    ul.categories li:last-child{display:block}
    .user_iconlist li {
        width: 100%;
        height: 46px;
        line-height: 46px;
        margin-right:0;padding-right:0;
    }

    .vidthumb{
        width: 201px;
    }
    .vidthumb .runtime{
        top: 92px;
    }

    #game-controls-popup{
        width:calc(96% - 20px);max-width: 500px;
    }
}


@media(max-width:450px){
    button.gohome{display:block}
    #game-controls-popup{
        height: 135px;
    }
    .contr-btn-wrap{
        bottom: 50px;
        left: 6px;
        right:auto;top:auto;
    }
    #game-controls-popup .smallft{padding-top:54px}

}

@media only screen and (max-width:1024px) and (max-height:500px) and (orientation:landscape) {
    body.fullscreenpage{
        position: fixed;top:0;left:0;right:0;bottom:0;overflow: hidden;
    }
    body.fullscreenpage .game-page-center{
        position: fixed;top:0;left:0;right:0;z-index: 10000;background-color: #000;
    }
    body.fullscreenpage .pregame-loader.gameloaded{
        padding-top: 0;
        height: 100vh;
    }
    .pregame-loader.gameloaded{border-radius: 0;}
    #mobilerightnew.showmbtn{display:block}
    .game-page-center {
        width: 100%;
    }
    .pregame-loader{height: 325px;}
    .pregame-loader.hasabit{height: 445px;}
    .pregame-clicky{padding-top:10px}
    .pregame-loader .pregame-clicky img{margin-top:12px;width: 160px;height: 160px;}
    .game-page-center #div-gpt-ad-1702428160119-0{display:none}
    button.gohome{display: block;}
    button.fullscreen{display:none !important}
    .game-page-left{display:none;}

    .preg_bits{bottom:17px}
    .fullscreenpage #gamePlayer{height: 100%;}
    .fullscreenpage .mobile_full_menubottom,body.fullscreenpage .video-plug{display:none !important}
    body.fullscreenpage .game-controls-open{bottom:5px;right:5px}
    .suggestrotate{
        bottom:0
    }

    body.fullscreenpage #game_plug{
        animation: slideInTop 0.4s forwards;
    }

}

body.day #loginit button.slim-btn,#loginit button.slim-btn{
    background-color: rgba(0, 0, 0, 0.7) !important;
}