.ads {
    width: 100%;
}

.ads-margin {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}

.ads-left {
    display: none;
    position: absolute;
    top: 155px;
    left: 0;
    text-align: left;
    height: 600px;
}

.ads-right {
    display: none;
    position: absolute;
    top: 155px;
    right: 0;
    text-align: right;
}

.ads-content {
    height: 600px;
}

.ads-box {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.ads-title{
    display:block;
    text-align:center;
    background:0 0;
    font-size:11px;
    margin:0;
    padding:0;
    color:#b3b3b3;
    opacity:.6
}
.horizontal-title{
    text-align:left!important
}

.ads, .ads-left, .ads-right {
    z-index: 100;
}
.throw-ads-160x600, .throw-ads-768x90, .throw-ads-320x90{
    display: none;
}
.throw-ads-160x600-left{
    margin-right: 50px;
}
.throw-ads-160x600-right{
    margin-left: 50px;
}
body{
    margin: 0;
	font-family:'Roboto', sans-serif;
}

/*menu*/
.nav, .nav li{
    list-style: none;
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
.d-block{
    display: block;
}
.d-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.al{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.sp{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.jc{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.container{
    max-width: 1255px;
    margin: 0 auto;
    padding: 0 15px;
}
.row{
    widith: 100%;
}

.app{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
}
.no-pading{
    padding: 0;
}
.text-overflow {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.header{
    background-color: #0f3850;
    border-bottom: 1px solid #BDCAD2;
    font-weight: 600;
}

.nav{
    width: 100%;
    text-align: right;
    margin-left: auto;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.nav-item{
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.menu-header-bar{
    height: 70px;
    position: relative;
}
.nav-link{
    padding:10px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.mobile-icon{
    width: 40px;
    height: 40px;
    padding: 8px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -7px;
    cursor: pointer;
    display: none;
}
.nav-link:hover{
    text-decoration:underline;
}
.mobile-menu{
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 300px;
    right: -310px;
    height: 100%;
    background-color: #F0F0F0;
    border-top: 1px solid #dbe1e5;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
            box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
    z-index: 10;
}
.mobile-close{
    width: 40px;
    height: 40px;
    position: relative;
    margin: 15px 7px 15px auto;
    cursor: pointer;        
}
.mobile-menu-link{
    display: block;
    background-color: #FAFAFA;
    border-bottom: 1px solid #dbe1e5;
    border-left: 3px solid #0f3850;
    color: #111;
    margin-right: 0;
    padding: 17px 20px 16px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.menuheader__bar--search form {
	position: relative;
	width: 200px;
	background: #fff;
	border-radius: 5px;
	font-size: 14px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.search-input-desktop {
	width: 100%;
	height: 100%;
	padding: 5px 32px 5px 10px;
	min-height: 32px;
	box-sizing: border-box;
	font-size: inherit;
	border:0;
	outline:0;
}

.search-submit-desktop {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 100%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border:0;
	outline:0;
}
.mobile-menu form{
	width:100%;
	max-width:320px;
	margin:0;
}
.mobile-menu input{
	min-height: 36px;
}

/*game_item*/
.game_item{
    padding-top: 16px;
}
.site-content a{
    color: rgb(0, 0, 238);
}
.site-content h1,.site-content h2,.site-content h3,.site-content h4,.site-content h5,.site-content h6{
	margin:revert;
	font-weight:bold;
}
.site-content ul{
	list-style:dist;
}
.site-content li{
	list-style:dist;
}

.site-content img{
	max-width:100%;
	height:auto;
}
h1{
    text-transform: capitalize;
}
.grid-frame{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.frame-box-game{
    width: 100%;
    max-width: 1225px;
}
#iframehtml5{
    min-height: 640px;
}
.games-child{
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.a-child{
    width: 200px;
    margin: 15px;
    text-decoration: none;
    background: #fff;
    -webkit-box-shadow: 0 5px 20px rgb(0 0 0 / 7%);
            box-shadow: 0 5px 20px rgb(0 0 0 / 7%);
    border-radius: 10px;
}
.a-child:hover{
    -webkit-box-shadow: 0 5px 20px rgb(0 0 0 / 15%);
            box-shadow: 0 5px 20px rgb(0 0 0 / 15%);
}
.a-child img{
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
}
.a-child:hover img{
    -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
            transform: scale(1.15);
}
.child-image{
    height: 200px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}
.child-info{
    padding:10px 15px 15px;
	border-top:1px solid #efefef;
}
.child-title{
    font-weight: 600;
    color:#13141c;
    text-align: center;
    font-size: 18px;
    margin-bottom: 8px;
    text-transform: capitalize;
}
.child-excerpt{
    font-size: 13px;
    color: #2b2e3a;
    margin-bottom:10px;
	text-align:center;
	overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.group-star svg{
    margin: 0 2px;
}
.rate-average{
    font-weight: 800;
    font-size: 14px;
    margin-left: 5px;
    color: #57422d;
    line-height: 16px;
}
.center-box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.tag{
	display:inline-block;
	margin-bottom:10px;
	margin-right:10px;
	padding: 8px 10px;
	text-transform:lowercase;
	background: #f4f4f5;
    border-radius: 5px;
}

.tag:hover{
	text-decoration:underline;
}

/*footer*/

footer{
    margin-top: 5rem;
    background-color: #0f3850;
    padding: 15px 0;
}

.menu-footer-bar{
    text-align: center;
}
.link{
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin: 0;
    padding: 8px 16px;
}
.dmca-message{
    text-align: center;
    color: #fff;
}
.text-center{
	text-align:center;
}
.btn-targetlink:hover {
	background-color: #59ca52 !important;
}
@media (min-width:992px){
    .throw-ads-768x90{
        display: block;
    }
}
@media (min-width:1080px){
    .throw-ads-160x600-right{
        display: block;
    }
}
@media (min-width: 1256px){
    .mobile-menu{
        right: -310px!important;
    }
}
@media (min-width:1365px){
    .throw-ads-160x600{
        display: block;
    }
}
@media (max-width: 1255px){
    .nav{
        display: none;
    }
    .mobile-icon{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
	.menu-header-bar .menuheader__bar--search{
		display:none;
	}
}
@media (max-width:991px){
    .throw-ads-320x90{
        display: block;
    }
	
}