@charset "UTF-8";

@font-face {
    font-family: Montserrat;
    src: local('Montserrat.woff2'), url(../Fonts/Montserrat.woff2);
    font-display: swap;
    font-style: normal
}

* {
    margin: 0;
    padding: 0
}

html,
body {
    background: #187882;
    /*overflow-x: hidden;*/
    width: 100%;
    font-family: "Montserrat", "arial", sans-serif;
}

body::-webkit-scrollbar {
    width: 8px
}

body::-webkit-scrollbar-button {
    background: #187882;
    display: none
}

body::-webkit-scrollbar-track {
    background: #187882;
    border-radius: 4px
}

body::-webkit-scrollbar-track-piece {
    background: #26686e;
    border-radius: 4px
}

body::-webkit-scrollbar-thumb {
    background: #debf19;
    border-radius: 4px
}

a {
    text-decoration: none
}

img {
    border: 0
}

li {
    list-style: none
}

body {
    scrollbar-face-color: #03509B;
    scrollbar-shadow-color: #0073dd;
    scrollbar-arrow-color: #0064c0;
    scrollbar-track-color: #0064c0
}

.container {
    width: 100%;
    height: 100%
}

.nav {
    background: #ffc41d;
    overflow: hidden;
    position: fixed;
    text-align: center;
    width: 100%;
    height: auto;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2)
}

.content {
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 60px
}

.content-home {
    text-align: center
}

.site-description {
    display: block;
    width: 85%;
    height: 50px;
    font-size: 17px;
    margin: 0 auto;
    padding: 6px 6% 5px;
    margin-bottom: 16px;
    color: #fff;
    border-radius: 19px;
    background: #0fb5a9;
    box-shadow: 0 1px 4px 0 #1a7781;
    font-family: Arial, "sans-serif";
    font-weight: bold;
    line-height: 24px;
    word-spacing: 2px
}

.post {
    width: 10.3%;
    margin: 0 .4% 8px;
    display: inline-block;
    text-align: center;
    position: relative
}

.spo-home .post {
    width: 13.4%
}

.post a {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    border-radius: 10px;
    background: #fff
}

.post a:after {
    content: "";
    display: block;
    padding-top: 100%
}

.post a:before {
    content: "";
    border: 2px solid #fff;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9
}

.post a:hover a {
    background: #fc0
}

.post a:hover:before,
.post-featured a:before {
    border-color: #fc0
}

.post img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    color: #fff
}

.post-name {
    position: absolute;
    bottom: 2px;
    left: 2px;
    display: none;
    background: #fc0;
    color: #035193;
    text-indent: .5em;
    width: 96%;
    border-radius: 0 0 7px 7px
}

a .post-name {
    display: block;
    background: 0;
    color: #2b808d;
    font-size: 20px;
    top: 50%;
    margin-top: -25%;
    word-break: break-all;
    overflow: visible;
    vertical-align: middle;
    height: 46%;
    overflow: hidden;
    font-weight: normal;
    text-transform: capitalize
}

a:hover .post-name {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    width: auto;
    height: auto;
    line-height: 18px;
    overflow: hidden;
    border-radius: 0 0 7px 7px;
    text-indent: 0;
    font-size: 14px;
    display: block;
    background: #fc0;
    color: #035193;
    padding: 5px 6px 6px;
    font-weight: bold;
    z-index: 3;
    transition: .08s, font-size 0s, font-weight 0s
}
.page_loading{
    display: none;
    width: 230px;
    margin: 30px auto;
    display: block;
}
.post-tag-top .post-name {
    visibility: hidden
}

.featured_icon,
.new_icon,
.best_icon {
    width: 65px;
    height: 65px;
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 10
}

.featured_icon {
    background: url(../Images/original/featured_icon.png) no-repeat
}

.new_icon {
    background: url(../Images/original/new_icon.png) no-repeat
}

.best_icon {
    background: url(../Images/original/best_icon.png) no-repeat
}

.post-featured .featured_icon {
    background-image: url(../Images/original/featured_icon_post.png)
}

.nav {
    z-index: 99
}

.nav,
.nav a {
    color: #035193
}

.menu-ul {
    margin: 0 20px;
    margin-left: 0;
    height: 45px;
    overflow: hidden;
    font-size: 0
}

.menu-ul .menu-home {
    border: 0;
    margin-left: -36px;
    vertical-align: top
}

.menu-home img {
    margin-top: 4px
}

.menu-ul .menu-home a {
    height: 100%
}

.menu-ul li {
    display: inline-block;
    border: 0;
    border-left: solid 1px #fff2bd;
    border-right: solid 1px #c39d03;
    text-align: center;
    height: 100%
}

.menu-ul li:last-child {
    border-bottom: solid 1px #fff2bd
}

.menu-ul li:last-child a {
    border-right: solid 1px #fff2bd
}

.menu-ul li a {
    display: block;
    border: 0;
    padding: 0 15px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase
}

.menu-ul li a:hover,
.menu-ul li a.active,
.menu-tos li a:hover,
.menu-tos li a:active {
    background: #f06e00;
    color: #fff;
    text-decoration: none;
    transition: .1s
}

.menu-ul li a span {
    display: inline-block;
    height: 25px;
    margin-left: 5px;
    margin-top: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer
}

.menu-ul li i {
    display: inline-block;
    height: 40px;
    margin: 0 auto;
    background: no-repeat;
    cursor: pointer;
    position: relative;
    top: 1px
}

.menu-ul li i.new {
    width: 38px;
    background-image: url(../Images/original/puzzle.png);
    background-position: 0px 3px;
    background-size: contain;
}

.menu-ul li i.best {
    width: 34px;
    background-image: url(../Images/original/casual.png);
    background-position: 0px 5px;
    background-size: contain;
}

.menu-ul li i.featur {
    width: 34px;
    background-image: url(../Images/original/featured.png);
    background-position: 0px 5px;
    background-size: contain;
}

.menu-ul li i.recent {
    width: 37px;
    background-position: -203px 0
}

.menu-ul li i.cate {
    width: 34px;
    background-image: url(../Images/original/video-game.png);
    background-position: 0px 5px;
    background-size: contain;
}

.menu-ul li i.search {
    width: 41px;
    background-position: -244px 0
}

.menu-ul li i.videos {
    width: 36px;
    background-position: -306px -20px
}

.menu-ul li i.i-login {
    width: 36px;
    background-position: -247px 0
}

.menu-ul li .i-avatar {
    border-radius: 6px;
    background: #ffba00
}

.menu-ul .menu-search {
    height: 44px;
    vertical-align: top;
    border-left: 0
}

.menu-search>span {
    display: inline-block;
    width: 51px;
    height: 33px;
    background: #ffba00;
    border-radius: 13px;
    text-align: center;
    margin: 6px 12px 0;
    transition: .1s;
    cursor: pointer
}

.menu-search>span:hover {
    background: #f06e00
}

.menu-search>span:active {
    transform: scale(0.90);
    background: #ec6c00
}

.menu-ul .menu-search i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: -286px -41px;
    margin-top: 6px
}

.menu-tos {
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%
}

.menu-tos li {
    font-size: 12px;
    text-align: center
}

.menu-tos li a {
    display: inline-block;
    text-transform: uppercase;
    padding: 4px 8px;
    background: #ffa900;
    margin: 3px 0;
    border-radius: 10px
}

.menu-tos li span {
    word-break: break-word
}

.menu-copy {
    display: none
}

.catename {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px
}

.common-sprite-bg,
.flag,
.btn-home,
.btn-back,
.btn-fullscreen,
.btn-replay,
.btn-walkthrough i,
.btn-escfull i,
.btn-video span,
#search-close-btn i {
    background-image: url(../Images/original/sprites_v2.png?v2)
}

.content-home #BackTop {
    right: 50px
}

@media screen and (max-width:1500px) and (min-width:1290px) {
    .menu-ul li a {
        border: 0;
        padding: 0 13px
    }

    .content {
        margin-left: 5px;
        margin-right: 5px;
        padding-top: 60px
    }
}

@media screen and (max-width:1290px),
screen and (min-width:1500px) {
    .menu-ul {
        margin: 0 20px;
        margin-left: 0;
        height: 45px;
        overflow: hidden
    }

    .menu-ul .menu-home {
        border: 0;
        margin-left: 0
    }
}

@media screen and (max-width:1376px) {
    .content-home .post {
        width: 10.3%;
        margin: 0 .4% 7px
    }
}

@media screen and (max-width:1290px) {
    .nav {
        text-align: left
    }
}

@media screen and (max-width:1124px) {
    .content-home .post {
        width: 11.5%;
        margin: 0 .5% 6px
    }
}

@media screen and (max-width:900px) {
    .content-home .post {
        width: 15.6%;
        margin: 0 .5% 6px
    }
}

@media screen and (max-width:750px) {
    .menu-ul .menu-search {
        display: none
    }

    .nav .menu-ul .menu-home a {
        border-right: solid 1px #c39d03
    }
}

@media screen and (min-width:658px) {
    .site-description {
        display: none
    }
}

@media screen and (max-width:658px) {
    .menu-top {
        display: block
    }

    .content-home .post {
        width: 18%;
        margin: 0 1% 6px
    }
}

@media screen and (max-width:488px) {
    .menu-ul li a{
        padding: 0 8px
    }

    .content-home .post {
        width: 31%;
        margin: 0 1% 5px
    }

    .container .content-home .post-m {
        display: inline-block
    }

    a .post-name {
        font-size: 16px;
        top: 46%;
        height: 62%
    }

    .similar-games .post-name {
        font-size: 14px
    }

}

@media screen and (max-width:328px) {
    .content-home .post {
        width: 30.2%;
        margin: 0 1.5% 5px
    }
}

@media screen and (min-width:1750px) {
    .content-home .post {
        width: 10.3%;
        margin-bottom: 10px
    }
}



/*game-page*/
.panel-play {
    background: #014f92
}

.page-play .nav {
    position: relative
}

.box-game-init {
    /*background: #000 !important;*/
    border-radius: 0 0 6px 6px !important;
    /*padding-top: 1px;*/
    margin-bottom: 0 !important
}

.box-game-init .box-header,
.box-game-init .box-left {
    display: none;
}

.box-game-init .box-content {
    padding-left: 0
}

.box-game-init .game-container {
    height: 380px
}

.page-play .content {
    padding-top: 20px
}

.page-play #cookieconsent {
    display: none
}

.page-play #BackTop {
    right: 355px
}

.page-play .menu-tos {
    display: none
}

.shadow {
    box-shadow: 0 6px 28px 0 rgba(0, 0, 0, .16)
}

.content-play {
    padding-right: 406px
}

.common-box {
    position: relative;
    background: #0fb5a9;
    border-radius: 6px;
    margin-bottom: 20px
}

@keyframes tada {
    5% {
        -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
        transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg)
    }

    6%,
    8%,
    10%,
    12% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 10deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 10deg)
    }

    7%,
    9%,
    11% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -10deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -10deg)
    }

    13% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

#rec-play {
    display: none;
    position: absolute;
    right: 15px;
    top: 75px;
    -webkit-animation: tada 5s linear 5s 2 backwards;
    -moz-animation: tada 5s linear 5s 2 backwards;
    animation: tada 5s linear 5s 2 backwards;
    z-index: 9999
}

#rec-close {
    position: absolute;
    right: -14px;
    top: -15px;
    background: #4f52ab;
    color: #fff;
    width: 26px;
    height: 26px;
    line-height: 28px;
    font-size: 24px;
    border-radius: 30px;
    cursor: pointer;
    z-index: 9;
    text-align: center
}

#rec-play a {
    display: block;
    box-shadow: 0 4px 9px 2px #777;
    border-radius: 12px;
    position: relative
}

#rec-play .new_icon {
    z-index: 9;
    background-size: 68%
}

#rec-play img {
    display: block;
    width: 68px;
    height: 68px;
    background: #f4fcff;
    border-radius: 12px;
    padding: 4px;
    box-shadow: 0 4px 0 2px #fc0
}

#rec-play a:hover img {
    box-shadow: 0 4px 0 2px #dea31e
}

#rec-play p {
    display: none;
    padding: 2px 0;
    position: absolute;
    bottom: 0;
    margin: 0;
    background: #f3920f;
    color: #fff;
    font-weight: 700;
    width: 76px;
    font-size: 12px;
    border-radius: 0 0 7px 7px
}

#rec-close:hover {
    background: #7074e8
}

.box-header {
    height: 36px;
    border-bottom: 1px dotted #035193;
    overflow: hidden;
    /*display: none;*/
}
.common-box-game .box-header{
    display: none;
}
@media screen and (max-width: 600px) {
    .common-box-game .box-header{
        display: none !important;
    }
}
.box-header h2 {
    position: relative;
    font-size: 16px;
    color: #023d50;
    border-left: solid 4px #ffda19;
    text-indent: 9px;
    text-transform: capitalize;
    margin: 10px 10px 5px;
    overflow: hidden
}

.flag,
.btn-home,
.btn-back,
.btn-fullscreen,
.btn-replay {
    display: inline-block;
    background-repeat: no-repeat
}

.game-name {
    display: inline-block;
    font-size: 16px;
    color: #003d71;
    line-height: 35px;
    margin-right: 8px;
    margin-left: 8px;
}

.flag {
    display: inline-block;
    width: 19px;
    height: 27px;
    background-position: -287px 0;
    margin: 0 8px 0 0;
    vertical-align: -10px
}

.l-link {
    display: inline-block;
    vertical-align: middle
}

.btn-home,
.btn-back {
    width: 25px;
    height: 25px;
    margin-top: 3px
}

.btn-home {
    background-position: -331px -85px;
    margin-right: 8px;
    margin-left: 8px
}

.btn-home:hover {
    background-position: -331px -60px
}

.btn-back {
    background-position: -306px -85px;
    margin-right: 10px;
    cursor: pointer
}

.btn-back:hover {
    background-position: -306px -60px
}

.btn-fullscreen,
.btn-replay {
    vertical-align: middle;
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    cursor: pointer
}

.btn-fullscreen {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-position: -307px 0
}

.btn-replay {
    width: 17px;
    height: 17px;
    background-position: -327px 0
}

.btn-walkthrough {
    position: relative;
    float: right;
    display: inline-block;
    background: #ffb419;
    text-transform: capitalize;
    padding-left: 33px;
    color: #b92507;
    height: 30px;
    margin-top: 3px;
    margin-right: 18px;
    line-height: 30px;
    vertical-align: middle;
    padding-right: 6px;
    border-radius: 6px;
    border: solid 1px #b92507;
    cursor: pointer;
    transition: .08s
}

.btn-walkthrough span {
    vertical-align: middle
}

.btn-walkthrough i {
    display: inline-block;
    position: absolute;
    left: 2px;
    top: 0;
    height: 28px;
    width: 35px;
    background-position: right -116px;
    background-repeat: no-repeat
}

.btn-walkthrough img {
    position: absolute;
    left: 2px;
    top: 0;
    height: 28px
}

.btn-walkthrough:hover {
    background: #ffe019
}

.box-content {
    position: relative;
    padding-left: 98px;
    font-size: 0
}

.box-left {
    position: absolute;
    left: 0;
    width: 98px;
    height: 100%;
    overflow: hidden
}
#mobile-box-left{
    display: none;
}

.box-right {
    position: relative;
    height: 100%
}

.spo {
    background: #06579f;
    border-radius: 2px;
    overflow: hidden;
    background: #99aec129
}

.spo-home {
    padding-right: 228px
}

.spo-hm {
    position: fixed;
    top: 15px;
    right: 8px;
    width: 160px;
    height: 600px;
    padding: 10px 6px;
    padding-top: 16px;
    background: #00acee
}

.spo-hm:before {
    content: "Advertisement";
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 12px;
    line-height: 18px
}

.spo-lt {
    position: absolute;
    top: 20px;
    left: 0;
    display: none;
    width: 160px;
    height: 100%;
    margin-top: 0
}
.spo-lt>.spo{
    position: sticky;
    top: 20px;
}
.spo-r{
    position: absolute;
    top: 20px;
    right: 0;
    height: 100%
}
.spo-rt {
    /*display: block;
    position: absolute;
    top: 20px;
    right: 0;*/
    width: 300px;
    height: 250px
}

.spo-rb {
    /*position: absolute;
    top: 270px;
    right: 0;*/
    width: 300px;
    height: 600px;
    margin-top: 20px
}

.spo-rb-fx {
    position: fixed;
    top: 0;
    right: initial
}

.game-intro {
    height: 80px;
    font-size: 13px;
    line-height: 21px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

.spo-mid {
    height: 90px;
    margin: 20px 0;
    margin-left: 0;
    padding-left: 10px;
    background-image: url(../Images/original/bg_a728.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    text-align: center
}

.spo-mid div {
    height: 100%;
    text-align: center;
    min-width: 728px
}

.spo-mid-b {
    display: none
}

.spo-roll-r .spo-rt {
    display: none !important
}

.spo-roll-r .spo-rb {
    top: 0
}

.bg-black {
    background-color: #000
}

.loading-style {
    background-image: url(../Images/original/loading.svg);
    background-position: center;
    background-repeat: no-repeat
}

.loading-eater-style {
    background-image: url(../Images/original/loading_eater.svg);
    background-position: center;
    background-repeat: no-repeat
}

.side-list {
    text-align: center;
    padding-top: 3px;
    height: 100%
}

.side-list li {
    display: inline-block;
    width: 79%;
    border-radius: 18px;
    margin: 3px 0;
    overflow: hidden;
    box-shadow: 0 6px 28px 0 rgba(0, 0, 0, .16)
}

.side-list a {
    position: relative;
    height: 98%;
    display: block;
    overflow: hidden;
    border: solid 1px #fff;
    border-radius: 18px;
    cursor: pointer;
    background: #6fcdf1
}

.side-list a:after {
    content: "";
    display: block;
    padding-top: 100%
}

.side-list-h a:after {
    content: "";
    display: block;
    padding-top: 101%
}

.side-list img,
.side-list span {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.side-list img {
    width: 100%;
    z-index: 8
}

.side-list span {
    display: none;
    top: auto;
    bottom: 0;
    right: 0;
    height: auto;
    padding: 1px 4px 3px;
    word-break: break-all;
    overflow: visible;
    vertical-align: middle;
    overflow: hidden;
    background: #fc0;
    color: #035193;
    font-size: 13px;
    z-index: 9
}

.side-list li a:hover span {
    display: block
}

.game-container {
    position: relative;
    height: 380px
}

.game-intro {
    position: relative;
    padding: 9px 9px 15px 112px;
    height: 80px;
    background: #0fcfc0;
    color: #023d50
}

.game-intro p {
    height: 100%;
    overflow: hidden
}

.game-intro img {
    position: absolute;
    width: 85px;
    height: 85px;
    left: 7px;
    top: 7px;
    border-radius: 18px;
    box-shadow: 0 6px 18px 0 rgba(0, 0, 0, .16)
}

.game-intro p b {
    display: none
}

.game-intro-more {
    display: none
}
/*#game-fullsrceen-box{
    width: 100%;
    height: 100%;
}*/
#game-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
    position: relative;
}

#game-front {
    overflow: hidden;
    /*top: -1px;*/
    /*height: 100.5%;*/
    height: 100%;
    position: relative
}

.front-bg {
    width: 100%;
    height: 100%;
    background: #000;
    filter: url(../Images/original/blur.svg#blur);
    -ms-filter: blur(45px);
    -webkit-filter: blur(45px);
    filter: blur(45px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=45, MakeShadow=false)
}

.front-bg-at {
    display: none
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .front-bg {
        opacity: .06;
        background: #000
    }
}

.front-icon {
    background: #95c8db;
    cursor: pointer;
    border-radius: 90px;
    border: solid 1px #fff;
    position: absolute;
    left: 50%;
    top: 15%;
    box-shadow: 0 0 22px #666;
    width: 160px;
    height: 160px;
    margin-left: -80px
}

.front-button {
    position: absolute;
    top: 53%;
    width: 100%;
    height: 50px;
    text-align: center
}

.front-button-inner {
    display: inline-block;
    text-transform: capitalize;
    min-width: 160px;
    padding: 0 13px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    background: #99c506;
    border-radius: 10px;
    border: solid 3px #457f02;
    border-width: 1px 1px 4px;
    text-shadow: 1px 1px #505050;
    cursor: pointer;
    color: #fff
}

.front-button-inner:hover {
    background: #6cc506;
    border-color: #3b8000;
    border-bottom-width: 6px
}

.front-button-inner img {
    position: relative;
    display: inline;
    vertical-align: text-top;
    margin-right: 10px;
    width: 13px;
    vertical-align: -2px;
    animation: .6s arrow infinite
    
}

/*#game-front:hover .front-button-inner img {
    animation: .6s arrow infinite
}
*/
.front-title {
    position: absolute;
    overflow: hidden;
    bottom: 20px;
    font-size: 20px;
    text-align: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-shadow: 1px 1px #505050;
    background: -moz-linear-gradient(left, rgba(30, 87, 153, 0) 0, rgba(0, 0, 0, .3) 50%, rgba(125, 185, 232, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(30, 87, 153, 0) 0, rgba(0, 0, 0, .3) 50%, rgba(125, 185, 232, 0) 100%);
    background: linear-gradient(to right, rgba(30, 87, 153, 0) 0, rgba(0, 0, 0, .3) 50%, rgba(125, 185, 232, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#007db9e8', GradientType=1);
    color: #fff;
    top: 78%;
    text-transform: capitalize
}

.front-at {
    display: none
}

.front-bg.front-pr {
    opacity: .3
}

.front-title-pr {
    opacity: .6;
    display: none
}

.front-pr {
    display: block
}

.box-sidebar {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 10%;
    left: 0
}

#game-container.elm-fullscreen,
#walkthrough.elm-fullscreen,
.elm-fullscreen {
    position: fixed;
    width: 100% !important;
    height: 100% !important;
    z-index: 9999;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 0 !important
}

.elm-fullscreen #howtoplay-container {
    height: calc(100% - 70px) !important
}

.elm-fullscreen .box-sidebar {
    display: inline-block
}

.btn-escfull {
    width: 62px;
    height: 46px;
    background: #fff;
    box-shadow: 0 16px 32px rgba(0, 0, 0, .24);
    border-radius: 0 16px 16px 0;
    overflow: hidden
}

.btn-escfull i {
    display: inline-block;
    width: 16px;
    height: 27px;
    background: -287px -120px no-repeat;
    margin-top: 8px;
    margin-left: 3px;
    vertical-align: middle;
    transform: scale(.6)
}

.btn-escfull span,
.btn-video span {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url("../Images/original/fast-backward.png") center no-repeat;
    background-size: 100%;
    vertical-align: middle;
    margin-top: 7px;
}

.btn-video {
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 32px;
    text-align: center;
    margin-top: 10px;
    margin-left: 8px;
    background: #ffb419;
    box-shadow: 0 16px 32px rgba(0, 0, 0, .24)
}

.btn-video span {
    position: relative;
    top: -2px;
    left: 1px;
    background: right -111px no-repeat;
    transform: scale(.8)
}

@media all and (orientation:landscape) {
    .box-sidebar {
        bottom: auto;
        top: 10%
    }

    .btn-escfull {
        background: #fff
    }
}

#game-preloading {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: #000
}

#time-remaining {
    position: absolute;
    top: -20px;
    color: #fff;
    color: #ffeb3bb0;
    font-size: 14px;
    line-height: 24px;
    padding: 0 6px
}

.game-fullscreen .box-right {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 112
}

.game-fullscreen .#game-preloading {
    width: auto;
    height: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 113
}

#Boxshadow {
    display: none;
    position: fixed;
    width: 100%;
    background: #000;
    opacity: .9;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 111
}

#fullscreen-close,
#Boxshadow div {
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer
}

.game-fullscreen #Boxshadow {
    display: block
}

#fullscreen-close {
    position: fixed;
    z-index: 999;
    background: #000;
    background: #00073;
    padding: 2px 8px;
    border-radius: 6px
}

#fullscreen-close:hover {
    background: #001746;
    background: #0017467a
}

#fullscreen-close b {
    vertical-align: middle;
    font-size: 22px
}

.more-about {
    padding: 5px 12px 12px;
    line-height: 26px;
    text-align: justify;
    font-size: 14px;
    color: #023d50
}

.more-about-list li {
    list-style: none;
    margin-bottom: 5px
}

.more-about-list li b {
    margin-right: 5px;
    text-align: left;
    display: inline-block
}

.more-about-tags {
    margin: 12px 0
}

.more-about-tags li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 8px
}

.more-about-tags a {
    display: block;
    height: 26px;
    line-height: 26px;
    padding: 0 8px;
    border: solid 2px #8fe0ff;
    border-radius: 20px;
    color: #034985;
    transition: .2s;
    background: #0fcca8;
    text-transform: capitalize
}

.more-about-tags a:hover {
    background: #f06e00;
    color: #fff;
    border-color: #fff
}

.video-container {
    overflow: hidden;
    border-bottom-right-radius: 6px;
    height: 360px
}

.game-loading {
    height: 500px !important;
    margin: 20px 0
}

.game-loading .side-list li {
    width: 86%
}

.game-expand {
    height: 480px !important
}

.game-expand .side-list li {
    width: 86.8% !important
}

.similar-games {
    padding: 8px 0 0;
    text-align: center
}

.similar-games .post {
    width: 13.3%;
    margin-bottom: 5px;
    font-size: 16px;
}

#preroll {
    position: relative;
    height: 100%;
    overflow: hidden
}

#preroll ul {
    width: 336px;
    height: 280px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -168px;
    margin-top: -180px;
    background: #fff
}

#preroll .p728 {
    width: 728px;
    height: 90px;
    margin-left: -364px;
    margin-top: -60px;
    background: #f1f3fd
}

#preroll .p728 li {
    width: 15.5%;
    height: 91.2%;
    border-radius: 13px;
    overflow: hidden;
    border: solid 1px #68aee5;
    margin: 3px
}

.preroll-close {
    position: absolute;
    right: 2px;
    top: 2px;
    background: #3c4043;
    color: #fff;
    width: 26px;
    border-radius: 13px;
    height: 26px;
    opacity: .93;
    line-height: 26px;
    font-size: 24px;
    cursor: pointer
}

.preroll-expand {
    display: none;
    position: absolute;
    top: -14px;
    left: 50%;
    width: 28px;
    height: 14px;
    overflow: hidden;
    line-height: 16px;
    background: #bcbcbc;
    font-size: 15px;
    border: solid 1px #fff;
    border-bottom: 0;
    color: #0b0b0b;
    cursor: pointer;
    opacity: .7;
    margin-left: -14px
}

.preroll-expand div {
    display: inline-block;
    height: 9px;
    overflow: hidden;
    font-size: 22px;
    position: relative;
    top: -3px
}

.preroll-expand:hover {
    background: #fff;
    border-color: #333;
    opacity: .9
}

.pre-overlay .preroll-skip,
.pre-overlay .preroll-count {
    display: none
}

.pre-overlay ul {
    margin-top: 0 !important;
    top: 0 !important
}

#preroll li {
    width: 48%;
    height: 48%;
    display: inline-block;
    margin: 3px 2px;
    margin-bottom: -3px
}

#preroll .post-name {
    display: none !important
}

.preroll-icon {
    position: absolute;
    bottom: 3px;
    right: 10px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 1px 3px #333
}

#preroll li a,
#preroll li img {
    width: 100%;
    height: 100%;
    border: 0
}

#preroll li a {
    display: block
}

.preroll-count {
    position: absolute;
    right: 20px;
    bottom: 25px;
    color: gray;
    font-size: 16px
}

.preroll-skip {
    position: absolute;
    right: 5px;
    padding-right: 33px;
    bottom: 60px;
    color: #ddd;
    font-size: 16px
}

.preroll-skip-active {
    border: solid 1px #606060;
    padding: 8px 80px;
    border-radius: 2px;
    font-size: 20px;
    right: -1px;
    cursor: pointer
}

.preroll-skip-active:hover {
    border-color: #fff
}

.s0 .p336 li {
    width: 48.8% !important;
    height: 48.3% !important;
    overflow: hidden
}

.s1 .p336 {
    background: #aff7ff !important
}

.s1 .p336 li {
    border-radius: 16px;
    overflow: hidden;
    height: 47.4% !important;
    border: solid 1px #97dfff
}

.s2 .p336 {
    border: solid 3px #35e3e2;
    width: 330px;
    height: 274px
}

.s2 .p336 li {
    width: 49% !important;
    right: -1px;
    position: relative;
    height: 49.4% !important;
    margin: 0 !important;
    margin-right: 1% !important;
    margin-bottom: -2px !important
}

.s1 .p728 {
    border: solid 3px #35e3e2;
    width: 722px !important;
    height: 84px !important
}

.s1 .p728 li {
    width: 16.1% !important;
    height: 100% !important;
    border-radius: 0 !important;
    border: 0 !important;
    margin: 0 2px !important
}

.s2 .p728 {
    background: #66ebcd !important
}

.s2 .p728 li {
    width: 15.2% !important;
    height: 90% !important;
    border: solid 2px #fff !important
}

#flashEnableBox {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

#flashEnableBox .gamePlay-bg {
    filter: blur(60px)
}

.flashEnable-top,
.flashEnable-bot {
    position: absolute;
    width: 360px;
    top: 20px;
    left: 50%;
    margin-left: -180px;
    background: #272727;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 10px;
    color: #fff;
    text-align: left
}

.flashEnable-top .flashEnable-icon {
    width: 60px;
    height: 60px;
    border: 3px solid #fff;
    margin: 10px;
    border-radius: 50%;
    overflow: hidden;
    float: left
}

.flashEnable-title {
    text-align: left;
    vertical-align: middle;
    font-size: 22px;
    line-height: 86px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.flashEnable-step {
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    text-align: left;
    clear: both;
    padding: 5px 0
}

.step-text {
    font-size: 22px;
    padding: 10px;
    text-align: left;
    width: auto;
    background: #fff;
    color: #272727;
    float: left;
    font-weight: 700
}

/*.step-button {
    display: inline-block;
    background: #99c506;
    background: -webkit-linear-gradient(#aed409, #77952b);
    background: -o-linear-gradient(#aed409, #77952b);
    background: -moz-linear-gradient(#aed409, #77952b);
    background: linear-gradient(#aed409, #77952b);
    padding: 10px 20px;
    border-radius: 10px;
    border: 3px solid #fff;
    color: #fff;
    text-decoration: none;
    margin: 10px;
    max-width: 256px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-left: 20px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    bottom: 0;
    box-shadow: 1px 0 0 0 rgba(0, 0, 0, .7), 0 2px 4px rgba(0, 0, 0, .5);
    cursor: pointer;
    text-shadow: 1px 1px #505050;
    transition: all .2s
}

.step-button:hover {
    border-color: #feefb3;
    background: #6cc506;
    border-color: #3b8000;
    border-bottom-width: 5px
}

.step-button img {
    position: relative;
    display: inline;
    vertical-align: text-top;
    margin-right: 10px;
    width: 13px
}

#pre-content:hover .step-button img {
    animation: .6s arrow infinite
}*/
#pre-content{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    z-index: 90;
    display: none;
}
#pre-content.pre-content-init,
.pre-content-init {
    background: radial-gradient(black 10%, transparent 10%) 0 0, radial-gradient(black 10%, transparent 10%) 8px 8px, radial-gradient(rgba(255, 255, 255, .1) 10%, transparent 10%) 0 1px, radial-gradient(rgba(255, 255, 255, .1) 10%, transparent 10%) 8px 9px;
    background-color: #282828;
    background-size: 16px 16px;
}
.gamePlay-icon, .pre-content-init:before {
    width: 160px;
    height: 160px;
    border: 5px solid #fff;
    margin: 10px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -80px;
    margin-top: -160px;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    background: #fff;
}
.pre-content-init .gamePlay-bg {
    display: none
}

.pre-content-init .gamePlay-icon,
.pre-content-init:before {
    width: 150px;
    height: 150px;
    border-radius: 5px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, .8);
    box-shadow: inset 0 5px 5px rgba(0, 0, 0, .5), 0 2px 4px rgba(0, 0, 0, .3)
}

.pre-content-init:before {
    content: "";
    z-index: 2;
    background: 0 0;
    box-shadow: inset 0 5px 5px rgba(0, 0, 0, .5), 0 2px 4px rgba(0, 0, 0, .3)
}

.pre-content-init .step-button {
    border-radius: 5px;
    border: 0;
    background: linear-gradient(0deg, #21a179, #1c8464);
    color: #fff;
    text-transform: uppercase;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
    margin-top: 10px;
    text-shadow: none;
    color: transparent;
    width: 150px;
    height: 21px;
    padding: 8px 0;
    margin-left: -78px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
}

.pre-content-init .step-button:hover {
    background: linear-gradient(0deg, #1c8464, #21a179)
}

.pre-content-init .step-button:active {
    box-shadow: 0 0 2px rgba(0, 0, 0, .5);
    background: linear-gradient(0deg, #1c8464, #15674e)
}

.pre-content-init .step-button img {
    display: none
}

.pre-content-init .step-button:before {
    content: "PLAY";
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center
}

.pre-content-init .gamePlay-title {
    position: absolute;
    bottom: 20px;
    font-size: 23px;
    text-align: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-shadow: 1px 1px #505050;
    background: -moz-linear-gradient(left,rgba(30,87,153,0) 0,rgba(0,0,0,.3) 50%,rgba(125,185,232,0) 100%);
    background: -webkit-linear-gradient(left,rgba(30,87,153,0) 0,rgba(0,0,0,.3) 50%,rgba(125,185,232,0) 100%);
    background: linear-gradient(to right,rgba(30,87,153,0) 0,rgba(0,0,0,.3) 50%,rgba(125,185,232,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799',endColorstr='#007db9e8',GradientType=1);
    color: #fff;
    top: 78%;
    bottom: -10px;
    top: initial;
    font-size: 18px;
    font-family: Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    background: 0;
    font-weight: 700
}


#flashEnableBox:hover .step-button img {
    animation: .6s arrow infinite
}

#flashEnableSplash-mask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../Images/original/mask.png?ac) center repeat;
    z-index: 9999
}

#flashEnableSplash {
    position: absolute;
    top: 60px;
    left: 15px;
    max-height: 86%;
    background: #fff;
    width: 455px;
    padding: 15px;
    border-radius: 5px;
    overflow-x: hidden
}

#flashEnableSplash::-webkit-scrollbar {
    width: 10px
}

#flashEnableSplash::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 20px
}

#flashEnableSplash::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 20px
}

.flashSplash-arrow {
    position: absolute;
    width: 100px;
    left: 76px;
    height: 80px;
    top: 0
}

.flashSplash-text {
    font-size: 16px
}

.flashSplash {
    width: 450px
}

.flashSplash-option2 {
    margin-top: 15px;
    padding-top: 5px;
    border-top: solid 1px #ccc
}

#flashSplash-close {
    position: absolute;
    left: 480px;
    top: 45px;
    font-size: 30px;
    background: #333;
    color: #fff;
    width: 30px;
    height: 30px;
    cursor: pointer;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    z-index: 99
}

#flashSplash-close:hover {
    background: #666
}

@keyframes arrow {
    0% {
        left: 0
    }

    100% {
        left: 10px
    }
}

.flashEnable-bot {
    top: 200px;
    background: #8e8e8e
}

.flashEnable-bot img {
    margin: 10px
}

.game-expand .flashEnable-top {
    top: 70px
}

.game-expand .flashEnable-bot {
    top: 250px
}

#blckr-notice {
    position: absolute;
    top: -150%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    text-align: center;
    color: #fff;
    transition: .2s
}

.blckr-show {
    top: 0 !important
}

#blckr-notice span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=80);
    opacity: .7;
    background: #000
}

.blckr-content {
    position: absolute;
    z-index: 9;
    width: 84.5%;
    margin-left: -44%;
    background: #0a7bb0 url(../Images/original/video-game.png) center 20px no-repeat;
    background-color: #0a7bb0d6;
    background-size: 200px;
    border-radius: 16px;
    left: 50%;
    top: 6%;
    padding: 30px 2%;
    padding-top: 150px;
    box-shadow: 3px 0 20px 1px #000
}

#blckr-notice b {
    font-size: 29px;
    font-weight: 400;
    margin: 20px 0;
    display: block
}

#blckr-notice p {
    font-size: 18px
}

#blckr-notice button {
    background: #ef6c00;
    height: 55px;
    line-height: 50px;
    border-radius: 30px;
    border: 0;
    border-bottom: 5px solid #bf5600;
    cursor: pointer;
    transition: .1s;
    font-size: 18px;
    color: #fff;
    padding: 0 25px;
    margin-top: 30px
}

#blckr-notice button:hover {
    background: #ff9a01;
    outline: 0;
    border-bottom-color: #cc6801
}

#blckr-notice button:focus,
#blckr-notice button:active {
    background: #d05700;
    outline: 0
}

#veediWTbtn,
.veediWTbtnAnimated {
    display: none !important
}

@media screen and (max-width:1500px) and (min-width:1290px) {
    .content-play {
        padding-left: 230px;
        padding-right: 370px
    }

    .spo-lt {
        display: block;
        width: 160px;
        /*height: 600px;*/
        margin-top: 0
    }

    .spo-rb {
        display: block;
        width: 300px
    }

    .page-play #BackTop {
        right: 375px
    }
}

@media screen and (max-width:1376px) {
    .game-intro {
        padding: 7px 9px 12px 112px
    }
}

@media screen and (max-width:1290px) {
    .game-container, #game-fullsrceen-box, #game-preloading {
        height: 328px
    }
    .side-list li {
        width: 75%
    }

    .game-expand .side-list li {
        width: 75%
    }
}

@media screen and (max-width:1124px) {
    .content-play {
        padding-right: 266px
    }

    .page-play .content {
        margin-left: 2px;
        margin-right: 2px
    }

    .spo-rt {
        display: none
    }

    .spo-rb {
        width: 160px;
        top: 15px;
        margin-top: 0
    }

    .spo-mid {
        padding-left: 10px;
        background-position: left center
    }
}

@media screen and (max-width:900px) {
    .game-container {
        padding-left: 0
    }

    .game-container .box-left {
        display: none
    }

    .video-container {
        padding-left: 0
    }

    .video-container .box-left {
        display: none
    }

    .spo-mid div {
        min-width: initial
    }

    .spo-mid {
        min-height: 90px;
        height: initial
    }
}

@media screen and (max-width:808px) {
    .spo-rb {
        display: none
    }

    .page-play .content {
        margin-left: 5px;
        margin-right: 5px
    }

    .content-play {
        padding-right: 0
    }
}

@media screen and (max-width:658px) {
    .video-container {
        height: 380px !important
    }

    .similar-games .post {
        width: 18.8%
    }

    .spo-mid-t {
        _display: none;
        margin-top: 0
    }

    .box-game-init {
        margin-bottom: 20px !important
    }

    .spo-mid {
        padding-left: 0;
        background-image: none
    }
}

@media screen and (max-width:488px) {
    .content-home .post {
        width: 31%;
        margin: 0 1% 5px
    }

    .content-home .post-m {
        display: inline-block !important
    }

    .similar-games .post {
        width: 23%;
        margin: 0 .9% 3px
    }

    .similar-games .post:nth-last-child(-n+3) {
        display: none
    }

    .common-box {
        border-radius: 6px !important;
        overflow: hidden
    }

    .box-game-init {
        margin-bottom: 35px !important
    }

    .box-game-init .game-container {
        height: 150px
    }

    .front-icon {
        left: 3%;
        top: 50%;
        width: 120px;
        height: 120px;
        margin-left: 0;
        margin-top: -60px
    }

    .front-button {
        top: 50%;
        right: 3%;
        margin-top: -25px;
        width: initial
    }

    .front-bg {
        height: auto
    }

    .front-bg-at {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: #21c2ff
    }

    .front-title.front-at {
        display: none !important
    }

    .front-title-pr {
        height: 36px;
        line-height: 36px;
        top: 69%
    }

    .game-intro {
        position: relative;
        padding-left: 9px;
        padding-bottom: 16px;
        height: auto
    }

    .game-intro img {
        display: none
    }

    .game-intro p {
        font-size: 14px;
        text-align: justify;
        line-height: 19px;
        max-height: 87px;
    }

    .game-intro p b {
        display: block;
        font-size: 18px;
        line-height: 30px;
        color: #023d50;
        height: 30px;
        overflow: hidden
    }

    .game-intro-more {
        display: inline-block;
        position: absolute;
        right: 0;
        bottom: 16px;
        background: #0fcfc0;
        padding: 0 10px 0 8px
    }
    .elm-fullscreen #game-fullsrceen-box{
        height: calc(100% - 70px);
        width: 100%
    }
    .elm-fullscreen #game-box {
        /*height: calc(100% - 70px);*/
        overflow: visible;
    }

    .elm-fullscreen #mobile-box-left {
        display: block;
        position: fixed;
        z-index: 9999;
        left: 0;
        bottom: 0;
        right: 0;
        width: initial;
        height: 70px;
        background: #187882
    }

    .elm-fullscreen .side-list li {
        width: 17.3% !important;
        height: 88% !important;
        margin: 1px 1.2% !important
    }

    .spo-mid {
        position: relative;
        overflow: initial;
        margin: 30px 0 20px;
        display: block
    }

    .spo-mid:before {
        content: "Advertisement";
        position: absolute;
        left: 0;
        right: 0;
        top: -18px;
        color: #adcbe5;
        font-size: 12px;
        text-transform: uppercase;
        font-family: cursive, arial
    }

    .spo-mid-t {
        display: block;
        margin: 8px 0 20px;
        min-height: 250px
    }

    .video-container {
        height: 320px !important
    }

    #rec-play img {
        width: 60px;
        height: 60px
    }
}

@media screen and (max-width:328px) {
    .similar-games .post {
        width: 31%
    }

    .similar-games .post:nth-last-child(-n+2) {
        display: inline-block
    }

    .similar-games .post:nth-last-child(2) {
        display: none
    }

    #cookieconsent {
        display: none
    }

    .front-icon {
        width: 100px;
        height: 100px
    }

    .front-button {
        right: 2%
    }
}

@media screen and (min-width:1500px) {
    .page-play .content {
        padding-left: 296px
    }

    .spo-lt {
        display: block;
        width: 160px;
        /*height: 600px*/
    }
}

@media screen and (min-width:1750px) {
    .page-play .content {
        padding-left: 436px
    }

    .spo-lt {
        display: block;
        width: 300px;
        /*height: 600px*/
    }
}

@media screen and (max-height:650px) and (max-width:800px) {
    .game-container,
    #game-fullsrceen-box,
    #game-preloading {
        height: 360px
    }

    .game-container .side-list li {
        width: 88%;
        height: 22%
    }

    .game-expand .side-list li {
        height: auto
    }
}

@media screen and (min-height:800px) {

    .game-container,
    .video-container,
    #game-fullsrceen-box,
    #game-preloading {
        height: 480px
    }

    .side-list li {
        width: 88%;
        height: 17.8%
    }
}

@media screen and (min-height:950px) and (min-width:1500px) {

    .game-container,
    .video-container,
    #game-fullsrceen-box,
    #game-preloading {
        height: 500px
    }
}




#page_finished {
    position: relative;
    width: 100px;
    height: 100px;
    background: #333;
    margin: 0 auto;
    color: #000;
    background: #fc0 url(../Images/original/puzzle.png) 17px 13px no-repeat;
    background-size: 76%;
    border: solid 3px #ffe26e;
    border-radius: 60px;
    cursor: pointer;
    transition: .1s
}

#page_finished:before {
    opacity: 0;
    content: "";
    position: absolute;
    left: 50%;
    width: 16px;
    margin-left: -11px;
    height: 16px;
    transform: rotate(45deg);
    top: -4px;
    border-top: solid 6px #fc0;
    border-left: solid 6px #fc0;
    transition: .1s
}

#page_finished:hover {
    background-color: #f06e00;
    border-color: #ff963c
}

#page_finished:hover:before {
    opacity: 1;
    top: -24px
}

.footer-tos {
    text-align: center;
    margin: 50px 0 30px
}

.footer-tos li {
    display: inline-block;
    margin: 0 10px
}

.footer-tos li,
.footer-tos li a {
    color: #00284d;
    transition: .2s;
    padding: 8px 0
}

.footer-tos li a:hover {
    color: #fff;
    text-decoration: underline
}

#footer .footer-dmca {
    display: block
}
.company{
    text-align: center;
    color: #00284d;
    font-size: 12px;
}
#BackTop {
    display: none;
    background: #ffa200;
    width: 60px;
    height: 60px;
    border-radius: 40px;
    border-bottom: 4px solid #d07300;
    position: fixed;
    bottom: 40px;
    right: 366px;
    cursor: pointer;
    z-index: 99;
    transition: .1s
}

#BackTop:before {
    content: " ";
    position: absolute;
    transform: rotate(45deg);
    border-left: solid 6px #fff;
    border-top: solid 6px #fff;
    width: 30%;
    height: 30%;
    top: 35%;
    left: 30%;
    transition: .1s
}

#BackTop:hover {
    background: #ff6b02;
    border-color: #ca3800
}

#BackTop:hover:before {
    top: 32%
}

#bridgeMsg {
    display: none
}

#cookieconsent {
    display: block;
    position: fixed;
    right: 10px;
    bottom: 33px;
    width: 342px;
    padding: 15px;
    background: #383b75;
    color: #fff;
    border-radius: 12px;
    font-size: 16px;
    text-align: center;
    opacity: 0
}

#cookieconsent span a {
    color: #aee8ff;
    text-decoration: underline
}

#cookieconsent {
    right: 250px
}

.cc-btn {
    display: block;
    color: #2070e8;
    width: 150px;
    background-color: #fff;
    margin: 10px auto 0;
    padding: 8px;
    border-radius: 6px;
    font-weight: 700;
    cursor: pointer
}

.cc-btn:hover {
    text-decoration: none;
    background: #fff9b6
}

.search-container {
    background: #00acee;
    width: 100%;
    height: 100%;
    background: url(../Images/original/mask.png?ac) center repeat;
    background: rgba(0, 0, 0, .5);
    transition: opacity .25s;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    display: none
}

.search-container-inner {
    background: #00acee;
    width: 700px;
    height: 100%;
    overflow: auto;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .3);
    position: absolute;
    z-index: 2;
    left: -700px;
    transition: all .25s
}

#search-close-btn {
    position: absolute;
    top: 0;
    width: 76px;
    height: 60px;
    border-radius: 30px;
    text-align: right;
    z-index: 1;
    box-shadow: 0 2px 6px 0 #0003b;
    cursor: pointer;
    background: #fff;
    left: -40px;
    transition: all .25s
}

#search-close-btn:hover {
    left: -42px;
    background-color: #ffd83e
}

#search-close-btn i {
    display: inline-block;
    width: 16px;
    height: 27px;
    background-position: -287px -120px;
    background-repeat: no-repeat;
    margin-right: 15px;
    margin-top: 17px
}

.search-container-inner {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.search-container-inner::-webkit-scrollbar {
    display: none;
    width: 0;
    background: 0 0
}

.search-show .search-container-inner {
    left: 0
}

.search-show #search-close-btn {
    left: 666px
}

.search-show #search-close-btn:hover {
    left: 664px
}

.excseFrame {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9
}

.search-header {
    height: 111px;
    position: relative;
    overflow: hidden
}

.search-header>div {
    background-image: url(../Images/original/loading.svg);
    background-position: center;
    background-repeat: no-repeat
}

.search-header>div {
    position: absolute;
    z-index: 9;
    width: 400px;
    left: 50%;
    margin-left: -173px;
    top: 26px;
    background-color: #fff73;
    height: 44px;
    border-radius: 18px;
    background-size: 50px;
    background-position: 345px center
}

.search-logo {
    position: absolute;
    z-index: 9;
    width: 68px;
    left: 50%;
    margin-left: -238px;
    top: 7px
}

form.gsc-search-box {
    font-size: 13px;
    margin-bottom: 0;
    box-shadow: 0 3px 6px 0 #e5b800;
    box-shadow: 0 3px 6px 0 #00020;
    border-radius: 18px
}

.search-header:after {
    content: " ";
    width: 120%;
    height: 200%;
    left: -10%;
    top: -100%;
    background: #fc0;
    position: absolute;
    border-radius: 100%
}

.gsib_a {
    padding: 5px 15px 4px
}

.gsc-input-box {
    border: 1px solid #fff !important;
    background: #fff;
    border-radius: 18px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.gsc-input {
    font-size: 16px;
    height: 33px !important;
    color: #002b50
}

table.gsc-search-box td.gsc-input {
    padding-right: 0
}

.gsc-search-button {
    margin-left: 0
}

.gsc-search-button-v2 {
    height: 44px;
    border-radius: 18px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.gsc-search-button-v2 svg {
    height: 18px;
    width: 18px
}

.gs-no-results-result .gs-snippet,
.gs-error-result .gs-snippet {
    padding: 16px;
    margin: 5px;
    border: 1px solid #fc3;
    background-color: #fff4c2;
    font-size: 14px;
    text-align: center;
    border-radius: 6px
}

.gsc-adBlock {
    position: relative;
    display: block;
    border: 0;
    margin-bottom: 4px;
    padding-bottom: 0;
    border: 0;
    border-color: #fff;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 13px;
    box-shadow: 0 4px 3px 0 #008abf;
    box-shadow: 0 4px 3px 0 #0003b;
    padding: 5px 6px
}

.gsc-result-info {
    color: #003d71;
    font-weight: 700;
    font-size: 14px
}

.gsc-control-cse {
    border-color: #00acee;
    background-color: #00acee;
    padding: 13px 20px
}

.gsc-webResult.gsc-result {
    margin: 0;
    padding: 8px 7px;
    border: 1px solid #fff
}

.gs-webResult div.gs-visibleUrl {
    margin: 6px 0
}

.gs-web-image-box .gs-image,
.gs-promotion-image-box .gs-promotion-image {
    max-width: 80px
}

.gs-web-image-box,
.gs-promotion-image-box {
    padding: 2px 8px 2px 0;
    width: 86px
}

.gsc-above-wrapper-area {
    border-bottom: 0
}

.gsc-control-cse .gsc-table-result {
    line-height: 18px
}

.gsc-webResult.gsc-result,
.gsc-results .gsc-imageResult {
    border-color: #fff;
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 15px;
    box-shadow: 0 4px 3px 0 #008abf;
    box-shadow: 0 4px 3px 0 #0003b;
    position: relative;
    overflow: hidden
}

.gsc-webResult.gsc-result:before {
    content: " ";
    width: 60px;
    height: 60px;
    background: #81dcff;
    opacity: .7;
    position: absolute;
    right: -30px;
    border-radius: 100px;
    top: -30px;
    z-index: 0
}

.gsc-results {
    padding-bottom: 2px;
    width: 100%
}

.gsc-results .gsc-cursor-box {
    margin: 25px 0;
    text-align: center
}

.gsc-control-cse,
.gsc-control-cse .gsc-table-result,
input.gsc-input,
.search-rec-title {
    font-family: montserrat, verdana, arial, sans-serif
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
    border-color: #666;
    background-color: #fff;
    color: #666;
    padding: 8px 12px;
    font-size: 15px;
    border-radius: 3px;
    box-shadow: 0 2px 3px 0 #008abf;
    box-shadow: 0 2px 3px 0 #0003b
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    border-color: #1a73e8;
    background-color: #fc0;
    color: #1a73e8
}

.gcsc-more-maybe-branding-root {
    text-align: center
}

.search-rec-games {
    color: #243841;
    padding: 5px 20px 41px
}

.search-rec-title {
    font-weight: 700;
    font-size: 16px;
    color: #003d71;
    margin-bottom: 15px
}

.search-rec-list a .post-name {
    font-size:
}

.search-rec-list .post {
    width: 100px;
    transition: .08s;
    margin-right: 7px
}

.search-rec-list .post:hover {
    transform: scale(1.05)
}

.search-rec-list .post a:before {
    display: none
}

.search-rec-list .post a {
    border-radius: 10px;
    box-shadow: 0 5px 6px 0 #079bd4;
    box-shadow: 0 5px 6px 0 #33336
}

.scroll-hidden {
    overflow: hidden !important
}

@media screen and (max-width:1124px) {
    #BackTop {
        right: 202px !important
    }

    #cookieconsent {
        right: 10px
    }
}

@media screen and (max-width:808px) {
    #BackTop {
        right: 20px !important
    }
}

@media screen and (max-width:488px) {
    #cookieconsent {
        width: initial;
        right: 10px;
        left: 10px;
        bottom: 15px;
        font-size: 12px
    }
}

@media screen and (max-width:328px) {
    #cookieconsent {
        display: none
    }
}

#backdrop{
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 80%);
    position: fixed;
    top: 0;
    z-index: 99;
    display: none; 
}
.inner{
    font-family: Montserrat;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    width: 500px;
    position: absolute;
    top: 240px;
    left: 24%;
}
.arrow{
    width: 80px;
    position: absolute;
    top: -90px;
    transform: scaleX(-1) rotate(24deg);
}