.ads {
    width: 100%;
}

.ads-margin {
    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: 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;
}

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

.app{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.no-pading{
    padding: 0;
}
.header{
    background-color: #FAFAFA;
    border-bottom: 1px solid #BDCAD2;
    font-weight: 600;
}

.nav{
    width: 100%;
    text-align: right;
    margin-left: auto;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
}
.nav-item{
    text-align: center;
    display: flex;
}
.menu-header-bar{
    height: 70px;
    position: relative;
}
.nav-link{
    padding:15px 10px;
    box-sizing: border-box;
    text-transform: uppercase;
    color: #555;
    font-size: 14px;
    font-weight: 600;
}
.mobile-icon{
    width: 40px;
    height: 40px;
    padding: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -7px;
    cursor: pointer;
    display: none;
}
.nav-link:hover{
    color: #111;
}
.mobile-menu{
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 300px;
    right: -310px;
    height: 100%;
    background-color: #F0F0F0;
    border-top: 1px solid #dbe1e5;
    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;
    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 transparent;
    color: #111;
    margin-right: 0;
    padding: 17px 20px 16px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
/*game_item*/
.game_item{
    padding-top: 16px;
}
.site-content a{
    color: rgb(0, 0, 238);
}
h1{
    text-transform: capitalize;
}
.grid-frame{
    display: flex;
    padding: 0 15px;
    justify-content: center;
}
.frame-box-game{
    width: 100%;
    max-width: 1225px;
}
#iframehtml5{
    min-height: 663px;
}
/*footer*/

footer{
	margin-top: auto;
    background-color: #ffffff;
    padding: 15px 0;
    color: #000;
    border-top: #000;
    border: 1px solid #c3c1c1;
    border-bottom: none;
    border-right: none;
    border-left: none;
	
}

.menu-footer-bar{
    text-align: center;
}
.link{
    display: inline-block;
    color: #000;
    font-size: 16px;
    margin: 0;
    padding: 8px 16px;
}
.dmca-message{
    text-align: center;
    color: #000;
}
@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: flex;
    }
}
@media (max-width:991px){
    .throw-ads-320x90{
        display: block;
    }
}
