/* CSS Document */
body {
    background: #056194;
}
div.game_top_ad {
    width: 800px;
    height: 90px;
    margin: 0px auto 0 auto;
    margin-right: auto;
    text-align: center;
    /* padding-right:14px; */
}
#game_middle_ad {
    width: 970px;
    height: 90px;
    margin: 10px auto 0 auto;
    text-align: center;
    /* padding-right:14px; */
}
#GameDiv_ArrowAndSwf {
    background-color: #00547c;
}
#Arrow_PreviousGame {
    float: left;
    width: 20px;
    display: none;
}
#Arrow_NextGame {
    float: left;
    width: 20px;
    display: none;
}
#game_middle {
    width: 1425px;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 0 0 0;
}
#pregamediv {
    background-color: #00547c;
    color: #fff;
    font-weight: bold;
    width: 800px;
    height: 626px;
    text-align: center;
    float: left;
}
#pregamediv_ad {
    width: 780px;
    height: 594px;
    padding: 0 5px 0 5px;
}
#SkipAdDiv {
    text-align: center;
    display: none;
    font-weight: bold;
}
#SkipAdDiv a {
    text-decoration: none;
    color: #fff;
}
#GameDiv {
    float: left;
    text-align: center;
}
#GameDiv_OpareateDiv {
    width: calc(100% - 20px);
    padding: 5px 10px 5px 10px;
    background-color: #00547c;
    color: #fff;
    height: 16px;
    font-size: 14px;
    line-height: 16px;
}
#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 {
    float: center;
    height: 16px;
    overflow: hidden;
    vertical-align: top;
}
#GameDiv_SwfDiv,
#GameDiv_ShowGameDiv {
    width: calc(100% - 20px);
    height: 100%;
    float: left;
    padding: 10px 10px 10px 10px;
    background-color: #00547c;
    float: left;
}

#LeftGamesThumbDiv {
    width: 120px;
    height: 606px;
    padding: 10px 5px 10px 5px;
    margin: 0 5px 0 0;
    /* display:none;	*/
    float: left;
    background-color: #00547c;
}
#LeftGamesThumbDiv div.thumb {
    float: left;
    margin: 0px 0px 5px 0px;
    text-align: center;
    width: 120px;
    height: 115px;
}
#LeftGamesThumbDiv div.thumb a img {
    width: 120px;
    height: 115px;
}
#LeftGamesThumbDiv div.thumb span.GameName {
    width: 120px;
    bottom: -1px;
}

#RightGamesThumbDiv {
    width: 120px;
    height: 606px;
    padding: 10px 5px 10px 5px;
    margin: 0 0 0 5px;
    /* display:none;	*/
    float: left;
    background-color: #00547c;
}
#RightGamesThumbDiv div.thumb {
    float: left;
    margin: 0px 0px 8px 0px;
    text-align: center;
    width: 120px;
    height: 115px;
}
#RightGamesThumbDiv div.thumb a img {
    width: 120px;
    height: 115px;
}
#RightGamesThumbDiv div.thumb span.GameName {
    width: 120px;
    bottom: -1px;
}

#LeftAdDiv {
    width: 160px;
    height: 616px;
    padding: 0 5px 10px 5px;
    margin-right: 5px;
    float: left;
    line-height: 15px;
    text-align: center;
    color: #ffffff;
    overflow: hidden;
}
#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;
}

#adsContainer {
    width: calc(100% - 10px);
    height: 100%;
    position: relative;
    z-index: 1000;
    text-align: center;
    overflow: hidden;
}
#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: 26px;
    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 button {
    display: flex;
    justify-content: center;
    line-height: 42px;
    background: #007cc1;
    margin: 10px auto 0 auto;
    border-radius: 10px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    box-shadow: 4px 4px 0 #1f5a8e;
}
#videoElement {
    width: 0;
    height: 0;
}
#adContainer {
    position: absolute;
    text-align: left;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
#GameDiv_GameContainer {
    height: calc(100% - 51px);
    padding: 5px 0 10px 0;
}

.game_content {
    width: 980px;
    margin: 10px auto;
    padding: 10px;
    overflow: hidden;
    background-color: #00547c;
}
div.game_con {
    width: 100%;
    float: left;
}
div.game_desc .title,
div.embedcode .title {
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
div.game_desc .title,
div.embedcode .title a {
    color: #fff;
}
div.game_desc .desc_con {
    width: 100%;
    line-height: 25px;
    font-size: 14px;
    text-align: left;
}
div.game_desc {
    width: 100%;
    line-height: 25px;
    text-align: center;
    padding: 5px 0 5px 0;
    overflow: hidden;
}
div.embedcode {
    width: 100%;
    text-align: center;
    padding: 0 0 10px 0;
    vertical-align: middle;
    margin-top: 10px;
}
div.embedcode .game_embedcode {
    width: 100%;
    line-height: 20px;
    height: 20px;
    background-color: #00547c;
    color: #fff;
    border: 1px dotted #ccc;
    overflow: hidden;
}

.prcode {
    width: 240px;
    height: 345px;
    background: #056194;
    float: left;
    text-align: center;
    padding-top: 5px;
}
.prcode .con {
    width: 240px;
    height: 240px;
    margin: 5px auto;
}
.prcode .con .title {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.prcode .con .device {
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin: 2px auto;
    color: #ccc;
}
.prcode .con .device span {
    color: #fec501;
}
.prcode .con #code {
    width: 200px;
    height: 200px;
    margin: 7px auto;
    background: #fff1df;
}

div.game_bottom_ad {
    width: 728px;
}

#AdBlockMessage {
    display: none;
    padding: 4px 10px 4px 10px;
    position: fixed;
    z-index: 1050;
    font-family: Verdana;
    width: 430px;
    min-height: 160px;
    color: #00335e;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0px 0px 11px #000000;
    -webkit-box-shadow: 0px 0px 11px #000000;
    box-shadow: 0px 0px 11px #000000;
    left: 50%;
    margin-left: -225px; /* Half of the width */
    top: 50%;
    margin-top: -150px;
    opacity: 1;
    background-image: url('/images/blue/msgBoxBackGround.png');
}
div.msgBoxTitle {
    padding: 5px 0 5px 0;
    font-variant: small-caps;
    font-size: 16pt;
    font-weight: lighter;
    color: #00335e;
    width: 100%;
    border-bottom: 1px solid #002c5f;
}
div.msgBoxImage {
    margin: 20px 5px 0 5px;
    display: inline-block;
    float: left;
    height: 75px;
    width: 75px;
}
div.msgBoxImage img {
    height: 75px;
    width: 75px;
}
div.msgBoxContent {
    font-size: 11pt;
    margin: 0 3px 6px 3px;
    display: inline-block;
    float: left;
    height: 110px;
    width: 319px;
}
div.msgBoxContent p {
    padding: 0;
    margin: 0;
    display: table;
    height: 100%;
    width: 100%;
}

div.msgBoxContent span {
    display: table-cell;
    vertical-align: middle;
    color: #00335e;
}
div.msgBoxButtons {
    display: inline-block;
    width: 100%;
    text-align: right;
}
div.msgBoxButtons input[type='button'] {
    cursor: pointer;
    margin: 2px;
    height: 35px;
    width: 90px;
    border: 1px solid #afafaf;
    background-color: #004076;
    color: #ffffff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    outline: none;
}
div.msgBoxButtons input[type='button']:hover {
    background-color: #00549c;
    color: White;
}
div.msgBoxButtons input[type='button']:active {
    background-color: #aaaaaa;
    color: White;
}
div.msgBoxButtons input[type='button']:focus {
    outline: none;
    border: solid 2px #ffcc66; /* replace outline by a border */
    -o-transform: rotate(0); /*remove opera outline*/
}
div.msgBoxButtons input[type='button']::-moz-focus-inner /*remove firefox inner outline*/ {
    outline: none;
    border: none;
}

div.walk_video {
    width: 990px;
    height: 470px;
    margin: auto;
    padding: 10px 0 0 10px;
    display: none;
    background-color: #00547c;
}
div.video-content {
    width: 820px;
    float: left;
}
div.video_games {
    float: left;
}
div.video_games {
    width: 140px;
    height: 455px;
    padding: 0px 10px 0px 5px;
    margin: 0 0 0 10px;
    float: left;
    background-color: #00547c;
}
div.video_games div.thumb {
    float: left;
    margin: 3px 0px 8px 0px;
    text-align: center;
    width: 140px;
    height: 105px;
}
div.video_games div.thumb a img {
    width: 140px;
    height: 105px;
}
div.video_games div.thumb span.GameName {
    width: 140px;
    bottom: -1px;
}

div.game_bottom_similiargames {
    width: 1000px;
    margin: 0px auto;
    padding: 10px 5px 10px 20px;
    overflow: hidden;
    background-color: #00547c;
    color: #fff;
    box-sizing: border-box;
    border-radius: 10px;
}
div.game_bottom_similiargames div.thumb {
    float: left;
    margin: 0px 12px 15px 0px;
    text-align: center;
    width: 150px;
    height: 150px;
}
div.game_bottom_similiargames div.thumb a img {
    width: 150px;
    height: 150px;
}

#ExitFullScreenDiv {
    background: url(/images/blue/delete.png) 0 0px;
    width: 44px;
    height: 44px;
    position: absolute;
    top: -12px;
    right: -12px;
    cursor: pointer;
    z-index: 1100;
}

#game_middle {
    margin-left: 5px;
    height: 626px;
    width: calc(100% - 20px);
    min-width: 800px;
}

#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: 100%;
    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;
    }
}

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

.show-text-card,
.hide-text-card {
    background-color: #00547c;
}
.hide-text-card .show-button,
.show-text-card .show-button {
    background-color: #00547c;
}
.hide-text-card .show-button {
    background: linear-gradient(180deg, rgba(19, 20, 30, 0) 0%, #00547c 35.42%);
}
