.spec{
    background-color: #111;
}
.whitebitbarmob{
    float: left;
    clear: both;
    margin-top: 8px;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 15%);
    background-color: #fff;
    padding: 10px 12px;
    width: calc(100% - 24px);
}
#mobile-menu{
    width: 200px;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 70%);
    background-color: #eee;
}
.similargames_title_logo{
    background-color: #222
}
.similargames_logo{
    margin-top: 8px;
    margin-bottom: 8px;
}
#menuwrapper{
    -webkit-overflow-scrolling: touch;
    z-index: 3000;
    overflow: hidden;
    overflow-y: scroll;
    position: absolute;
    top: 65px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.gameinfo img{
    width: 38px;
    height: 38px;
    margin: 10px 7px 12px;
}
.bottom-game-name{
    font-size: 20px;
    line-height: 22px;
    margin-top: 10px;
}
.bottom-game-name h1{
    max-height: 44px;
}
.bottom-game-name p{
    color: #ddd;
    font-size: 11px;
    float: left;
    clear: both;
    padding-top: 2px;
    font-family: Roboto-Regular
}

.similargames_title{
    background-color: #111;
    border-bottom: none;
}
.gameinfo{
    background-color: #111;
}
.instructions {
    font-size: 13px;
    float: left;
    clear: both;
    line-height: 18px;
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 15%);
    width: calc(100% - 30px);
    margin-bottom: 0;
    margin-top: 8px;
}
.instructions b{
    font-family: Roboto-Bold
}
.mobile_whitebitbarmob{
    display: none;
}
a.rL {
    color: #2a6797;
    float: left;
    display: block;
    clear: both;
    text-align: center;
    background-color: #fff;
    border-radius: 3px;
    font-size: 15px;
    text-decoration: none;
    padding: 8px 0;
    margin: 8px 10px 0;
    width: calc(100% - 20px);
    box-shadow: 1px 1px 0 0 #00000017;
}
a.rL.eG{
    background-color: #2a6490;
    color: #fff;
}


#rightsidenew{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 180px;
    overflow: hidden;
    /*z-index: 4000;*/
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 70%);
    background-color: #eee;
    overflow-y: scroll;
}

.moregamerrs{
    padding: 6px 7px 0;
    width: calc(100% - 14px);
    margin-top: 0
}
.menumoregames{
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 5px;
}
.thumbWrapper{
    float: left;
    overflow: hidden;
    position: relative;
    background-color: rgba(220,220,220,.9);
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 50%);
    border-radius: 5px;
    width: 92%;
    padding-bottom: 92%;
    margin: 5px 4%;
}

.thumbWrapper div{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    border-radius: 5px;
}
.thumbWrapper a{
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 200;
    text-indent: -99999px;
}

.thumbWrapper img{
    width: 100%;
    height: 100%;
    border-radius: 2px;
}
.thumbWrapper .pop_name{
    font-size: 11px;
    line-height: 16px;
}
.thumbWrapper:hover .pop_name{
    display: block;
    text-decoration: none;
    bottom: 0;
}
.lg_detail_trend{
    float: left;
    width: calc(100% - 380px);
    height: auto;
    padding: 0;
    margin: 0 180px 0 200px;
}
.game{
    /*margin-left: 200px;
    width: calc(100% - 380px);*/
    float: left;
    margin: 0;
    margin-left: 50px;
    height: auto;
    width: calc(100% - 480px);
    position: absolute;
    top: 10px;
    bottom: 127px;
    overflow: hidden;
    background-color: #111;
}
#ads_fix{
    /*width: calc(100% - 380px);
    margin: 0 0 0 200px;*/
    display: block;
    width: calc(100% - 480px);
    margin-left: 50px;
    height: 100px;
    text-align: center;
    position: absolute;
    bottom: 0;
    overflow: hidden;
}
#gameplug{
    position: absolute;
    top: 15px;
    right: 240px;
    z-index: 1000;
}

#ad-leaderboard{
    display: none;
    clear: both;
    float: left;
    display: block;
    width: calc(100% - 480px);
    margin-left: 50px;
    min-height: 50px;
    height: 100px;
    text-align: center;
    overflow: hidden;
    background-color: transparent;
    max-height: 100px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    top: auto;
}
.moregameslistbottom{
    float: none;
    margin: 5px auto 0;
    height: 90px;
    overflow: hidden;
}
.moregameslistbottom .thumbWrapper{
    width: 90px;
    padding-bottom: 90px;
    margin: 0 5px;
}

@media only screen and (max-width: 1024px){
    .spec .lg_detail_trend{
        margin: 0
    }
    #rightsidenew{
        display: none;
    }
    #mobile-right{
        right: 0;
        left: auto;
        top: 0;
        border-radius: 0;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        background-color: #ff5b5b;
        /*transition: right .2s ease-out;*/
    }
    #mobile-menu{
        display: block;
        left: auto;
        right: -300px;
        width: 295px;
        box-shadow: 0 2px 8px 0 rgb(0 0 0 / 80%);
        transition: right .2s ease-out;
    }
    #gameplug{
        right: auto;
        left: 10px;
        top: 10px;
    }
    .gameinfo img{
        width: 48px;
        height: 48px;
        margin: 12px 10px;
    }
    .bottom-game-name{
        font-size: 23px;
        height: 30px;
        line-height: 30px;
    }
    .bottom-game-name p{
        font-size: 12px;
        line-height: 14px;
        padding-top: 0;
    }
    .game{
        width: 100%;
        margin: 0;
        top: 0;
        bottom: 110px;
    }
    #ads_fix{
        width: 100%;
        margin: 0;
    }
    .mobile_whitebitbarmob{
        display: block;
    }
    .whitebitbarmob h4{
        font-size: 17px;
        font-weight: 700;
        color: #111;
        text-transform: none;
        margin: 3px 0 10px;
    }
    .menumoregames .thumbWrapper{
        width: 48%;
        padding-bottom: 48%;
        margin: 1% 1% 6px;
    }
    .thumbWrapper .pop_name{
        margin: 0
    }
    #ad-leaderboard{
        width: calc(100% - 100px)
    }

}

@media only screen and (min-width: 1025px){
    #ad-leaderboard{
        display: block;
    }
    .moregameslistbottom{
        width: 500px;
    }
}
@media only screen and (min-width: 1080px){
    .moregameslistbottom{
        width: 600px;
    }
}
@media only screen and (min-width: 1180px){
    .moregameslistbottom{
        width: 700px;
    }
}
@media only screen and (min-width: 1280px){
    .moregameslistbottom{
        width: 800px;
    }
}
@media only screen and (min-width: 1380px){
    .moregameslistbottom{
        width: 900px;
    }
}
@media only screen and (min-width: 1480px){
    .moregameslistbottom{
        width: 1000px;
    }
}
@media only screen and (min-width: 1580px){
    .moregameslistbottom{
        width: 1100px;
    }
}
@media only screen and (min-width: 1680px){
    .moregameslistbottom{
        width: 1200px;
    }
}






















