/* CSS Document */
div.game_top_ad {
    width: 800px;
    height: 90px;
    margin: 5px auto 0 auto;
    margin-right: auto;
    text-align: center;
    /* padding-right:14px; */
}
#game_middle_ad {
    width: 970px;
    height: 90px;
    margin: 5px auto 0 auto;
    text-align: center;
    /* padding-right:14px; */
}
#GameDiv_GameContainer {
    background-color: #0050a4;
    height: calc(100% - 51px);
    padding: 10px 0 10px 0;
}
#game_middle {
    width: 1425px;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 0 0 0;
}
#pregamediv {
    background-color: #0050a4;
    color: #fff;
    font-weight: bold;
    width: 800px;
    height: 626px;
    text-align: center;
    float: left;
}
#pregamediv_ad {
    position: relative;
    width: 780px;
    height: 594px;
    padding: 10px 10px 0 10px;
}
#adTitle {
    height: 450px;
    position: relative;
    text-align: center;
}
#adTitle img {
    border-radius: 10px;
    width: 240px;
}
#adTitle .titleText {
    vertical-align: middle;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}
#adTitle .titleText .GameNameText {
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
    line-height: 45px;
    width: 100%;
    height: 45px;
    overflow: hidden;
    background: linear-gradient(
        to right,
        rgba(30, 87, 153, 0) 0,
        rgba(0, 0, 0, 0.3) 50%,
        rgba(125, 185, 232, 0) 100%
    );
}
#adTitle .titleText a {
    text-decoration: none;
}
#adTitle .titleText button {
    display: flex;
    justify-content: center;
    line-height: 42px;
    background: #027fee;
    margin: 10px auto 0 auto;
    border-radius: 10px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    box-shadow: 4px 4px 0 #004480;
}
#adsContainer {
    width: calc(100% - 20px);
    height: 100%;
    display: none;
    position: absolute;
    top: 10px;
    z-index: 100;
}
#videoElement {
    width: 0;
    height: 0;
}

#SkipAdDiv {
    text-align: center;
    display: none;
    font-weight: bold;
    line-height: 22px;
}
#SkipAdDiv a {
    text-decoration: none;
    color: #fff;
}
#GameDiv {
    float: left;
    text-align: center;
}
#GameDiv_OpareateDiv {
    background-color: #0050a4;
    color: #fff;
    height: 16px;
    font-size: 14px;
    line-height: 16px;
    width: calc(100% - 20px);
    padding: 5px 10px 5px 10px;
    margin-bottom: 5px;
}
#GameDiv_OpareateDiv img {
    padding-left: 10px;
}
#GameDiv_OpareateDiv #GameNameDiv {
    float: left;
    height: 16px;
    overflow: hidden;
    cursor: pointer;
    text-align: left;
}
#GameDiv_OpareateDiv #GameOpareateDiv {
    float: right;
    height: 16px;
    overflow: hidden;
}
#GameDiv_OpareateDiv #VoteGameDiv {
    height: 16px;
    overflow: hidden;
    vertical-align: top;
}
#GameDiv_ShowGameDiv {
    background-color: #0050a4;
}

#LeftGamesThumbDiv {
    width: 120px;
    height: 626px;
    padding: 0px 5px 0px 5px;
    margin: 0 5px 0 0;
    /* display:none;	*/
    float: left;
}
#LeftGamesThumbDiv div.thumb {
    float: left;
    margin: 0px 0px 6px 0px;
    text-align: center;
    width: 120px;
    height: 120px;
}
#LeftGamesThumbDiv div.thumb a img {
    width: 120px;
    height: 120px;
}

#RightGamesThumbDiv {
    width: 120px;
    height: 626px;
    padding: 0px 5px 0px 5px;
    margin: 0 0 0 5px;
    /* display:none;	*/
    float: left;
}
#RightGamesThumbDiv div.thumb {
    float: left;
    margin: 0px 0px 6px 0px;
    text-align: center;
    width: 120px;
    height: 120px;
}
#RightGamesThumbDiv div.thumb a img {
    width: 120px;
    height: 120px;
}
#LeftGamesThumbDiv div.thumb div.GameName,
#RightGamesThumbDiv div.thumb div.GameName {
    bottom: 0px;
    font-size: 12px;
}
#LeftGamesThumbDiv div.thumb .tag-featured,
#RightGamesThumbDiv div.thumb .tag-featured {
    display: none;
}
#LeftAdDiv {
    width: 160px;
    height: 616px;
    padding: 0 5px 10px 5px;
    margin-right: 5px;
    float: left;
    line-height: 15px;
    text-align: center;
    color: #ffffff;
}
#RightAdTopDiv {
    width: 300px;
    height: 266px;
    padding: 0 5px 0px 5px;
    line-height: 15px;
    text-align: center;
    color: #ffffff;
    position: absolute;
    top: 61px;
    right: 15px;
    overflow: hidden;
}
#RightAdMiddleDiv {
    width: 300px;
    height: 616px;
    padding: 0 5px 0px 5px;
    line-height: 15px;
    text-align: center;
    color: #ffffff;
    position: absolute;
    top: 332px;
    right: 15px;
    overflow: hidden;
}
div.game_bottomthumbs {
    width: 990px;
    height: 70px;
    overflow: hidden;
    margin: 5px auto 5px auto;
    text-align: center;
}
div.game_bottomthumbs img {
    width: 70px;
    height: 70px;
    padding: 0px 3px 0px 3px;
    border-radius: 10px;
}
div.game_bottomthumbs a:hover img {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.game_content {
    width: 880px;
    padding: 5px 0;
    overflow: hidden;
    color: #fff;
    display: block;
}
div.game_content_left {
    width: 160px;
    float: left;
    padding: 0 10px 0 0;
}
div.game_content_left img {
    width: 160px;
    height: 120px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 2px 3px 5px #222;
}
div.game_content_right {
    float: left;
    width: 710px;
    height: 120px;
    padding: 0;
}
div.game_content_left_title {
    width: 100%;
    height: 70px;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    display: none;
}
div.game_content_left_title a {
    color: #fff;
    text-decoration: none;
}
div.game_content_right_desc {
    width: 100%;
    height: 125px;
    line-height: 26px;
    font-size: 14px;
    overflow: hidden;
}
div.game_content_right_desc a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
#ExitFullScreenDiv {
    background: url(/images/blue/delete.png) 0 0px;
    width: 44px;
    height: 44px;
    position: absolute;
    top: -12px;
    right: -12px;
    cursor: pointer;
    z-index: 1100;
}

#backtogame {
    width: 200px;
    height: 50px;
    margin: 10px auto 10px auto;
    cursor: pointer;
    background: url(/images/blue/back_to_game.png);
    background-size: 100% 100%;
}

.BottomGames {
    width: 990px;
    overflow: hidden;
    margin: 5px auto 5px auto;
    background-color: #035193;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 5px 10px 10px 12px;
}
.box-header {
    height: 36px;
    border-bottom: 1px dotted #00acee;
    overflow: hidden;
}
.box-header h2 {
    position: relative;
    font-size: 16px;
    color: #fff;
    border-left: solid 4px #ffda19;
    text-indent: 9px;
    text-transform: capitalize;
    margin: 5px 10px 5px;
    overflow: hidden;
}
.BottomGames div.thumb {
    margin: 7px;
    width: 123px;
    height: 123px;
}
.BottomGames div.thumb div.GameName {
    bottom: 0px;
    font-size: 12px;
}
.GameInfo {
    width: 990px;
    overflow: hidden;
    margin: 5px auto 5px auto;
    background-color: #035193;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 5px 10px 10px 12px;
    color: #fefefe;
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
}
.GameInfo b {
    margin-right: 5px;
    text-align: left;
    display: inline-block;
}
.GameInfo a {
    text-decoration: none;
    color: #fcfcfc;
}

#GameDiv {
    display: none;
}
#pregamediv_ad {
    width: 780px;
    height: 594px;
}
#pregamediv {
    width: 800px;
    height: 626px;
}

#LeftGamesThumbDiv {
    display: none;
}
#RightGamesThumbDiv {
    display: none;
}
#LeftAdDiv {
    display: none;
}
#RightAdTopDiv {
    display: none;
}
#RightAdMiddleDiv {
    display: none;
}
#game_middle {
    margin-left: 5px;
    height: 626px;
    width: calc(100% - 10px);
    min-width: 800px;
}

#pregamediv,
#GameDiv {
    width: 100%;
    height: 626px;
}

#pregamediv_ad {
    width: calc(100% - 20px);
    height: 594px;
}

#belowGameDiv {
    margin: 10px auto 10px auto;
}

@media only screen and (min-width: 1000px) {
    #LeftGamesThumbDiv {
        display: none;
    }
    #RightGamesThumbDiv {
        display: none;
    }
    #LeftAdDiv {
        display: none;
    }
    #RightAdTopDiv {
        display: none;
    }
    #RightAdMiddleDiv {
        width: 160px;
        display: block;
        top: 61px;
    }
    #game_middle {
        margin-left: 5px;
        height: 626px;
        width: calc(100% - 170px - 20px);
    }
}
@media only screen and (min-width: 1160px) {
    #LeftGamesThumbDiv {
        display: none;
    }
    #RightGamesThumbDiv {
        display: none;
    }
    #LeftAdDiv {
        display: none;
    }
    #RightAdTopDiv {
        display: none;
    }
    #RightAdMiddleDiv {
        width: 300px;
        display: block;
        top: 61px;
    }
    #game_middle {
        margin-left: 5px;
        height: 626px;
        width: calc(100% - 310px - 20px);
    }
}
@media only screen and (min-width: 1280px) {
    #LeftGamesThumbDiv {
        display: none;
    }
    #RightGamesThumbDiv {
        display: block;
    }
    #LeftAdDiv {
        display: none;
    }
    #RightAdTopDiv {
        display: none;
    }
    #RightAdMiddleDiv {
        width: 300px;
        display: block;
        top: 61px;
    }
    #game_middle {
        margin-left: 5px;
        height: 626px;
        width: calc(100% - 310px - 15px);
    }
    #pregamediv,
    #GameDiv {
        width: calc(100% - 140px);
        height: 626px;
    }
}
@media only screen and (min-width: 1350px) {
    #LeftGamesThumbDiv {
        display: none;
    }
    #RightGamesThumbDiv {
        display: block;
    }
    #LeftAdDiv {
        display: none;
    }
    #RightAdTopDiv {
        display: block;
    }
    #RightAdMiddleDiv {
        width: 300px;
        display: block;
        top: 332px;
    }
    #game_middle {
        margin-left: 5px;
        height: 626px;
        width: calc(100% - 310px - 15px);
    }
    #pregamediv,
    #GameDiv {
        width: calc(100% - 140px);
        height: 626px;
    }
    #belowGameDiv {
        margin-left: calc((100% - 310px - 1000px) / 2);
    }
}

@media only screen and (min-width: 1460px) {
    #LeftGamesThumbDiv {
        display: block;
    }
    #RightGamesThumbDiv {
        display: none;
    }
    #LeftAdDiv {
        width: 160px;
        display: block;
    }
    #RightAdTopDiv {
        display: block;
    }
    #RightAdMiddleDiv {
        width: 300px;
        display: block;
        top: 332px;
    }
    #game_middle {
        margin-left: 5px;
        height: 626px;
        width: calc(100% - 310px - 15px);
    }
    #pregamediv,
    #GameDiv {
        width: calc(100% - 150px - 170px);
        height: 626px;
    }
}

@media only screen and (min-width: 1620px) {
    #LeftGamesThumbDiv {
        display: block;
    }
    #RightGamesThumbDiv {
        display: block;
    }
    #LeftAdDiv {
        width: 160px;
        display: block;
    }
    #RightAdTopDiv {
        display: block;
    }
    #RightAdMiddleDiv {
        width: 300px;
        display: block;
        top: 332px;
    }
    #game_middle {
        margin-left: 5px;
        height: 626px;
        width: calc(100% - 310px - 15px);
    }
    #pregamediv,
    #GameDiv {
        width: calc(100% - 140px - 150px - 170px);
        height: 626px;
    }
}

a.gameCard {
    width: calc((100% - 50px) / 2);
}

.show-text-card,
.hide-text-card {
    margin: 10px 5px;
}
.game-category .list a {
    width: calc(25% - 14px);
}
