.ads {
    width: 100%;
}

.ads-margin {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    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: -webkit-fit-content;
    width: -moz-fit-content;
    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;
    font-family: 'Rubik', sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    color:#13141c;
}

#expand {
    cursor: pointer !important;
}

.force_full_screen {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 99999;
    top: 0px !important;
    border: 0px !important;
    left: 0px !important;
    right: 0px !important;
    cursor: pointer !important;
}

/*menu*/

.nav, .nav li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.d-block {
    display: block;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.al {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sp {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.jc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hidden {
    display: none;
}

.container {
    max-width: var(--width);
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.row {
    width: 100%;
}

.app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.no-pading {
    padding: 0;
}

.header {
    background-color: #262626;
    border-bottom: 1px solid #BDCAD2;
    font-weight: 600;
}

.menuheader__bar--search form {
    position: relative;
    width: 200px;
    background: #fff;
    border-radius: 5px;
    font-size: 14px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.search-input-desktop {
    width: 100%;
    height: 100%;
    padding: 5px 32px 5px 10px;
    min-height: 32px;
    box-sizing: border-box;
    font-size: inherit;
    border: 0;
    outline: 0;
}

.search-submit-desktop {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    outline: 0;
}

.nav {
    width: 100%;
    text-align: right;
    margin-left: auto;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.nav-item {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.menu-header-bar {
    height: 70px;
    position: relative;
}

.nav-link {
    padding: 15px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: capitalize;
    color: #999999;
}

.menuheader__bar--search form {
    position: relative;
    width: 200px;
    background: #fff;
    border-radius: 5px;
    font-size: 14px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.search-input-desktop {
    width: 100%;
    height: 100%;
    padding: 5px 32px 5px 10px;
    min-height: 32px;
    box-sizing: border-box;
    font-size: inherit;
    border: 0;
    outline: 0;
}

.search-submit-desktop {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    outline: 0;
}

.mobile-icon {
    width: 48px;
    height: 48px;
    cursor: pointer;
    display: none;
    box-sizing: border-box;
    position: relative;
    right: -12px;
    justify-content: center;
    align-items: center;
}

.nav-link:hover {
    color: #FFF;
}

.mobile-menu {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 300px;
    right: -310px;
    height: 100%;
    background-color: #F0F0F0;
    border-top: 1px solid #dbe1e5;
    -webkit-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;
    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;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
    z-index: 10;
    overflow-y:auto
}

.mobile-close {
    width: 48px;
    height: 48px;
    position: relative;
    margin: 15px 5px 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;
}
.mobile-menu-bar .menuheader__bar--search{
    background-color: #fafafa;
    padding: 17px 20px 16px;
    border-bottom: 1px solid #dbe1e5;
}
.mobile-menu-bar form{
    width: 100%;
}

/*game_item*/
.game_item {
    padding-top: 16px;
}

.site-content a {
    color: rgb(0, 0, 238);
}

h1 {
    text-transform: capitalize;
}

.grid-frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 15px;
}

.frame-box-game {
    width: 100%;
    max-width: var(--width);
    padding: 0 15px;
    box-sizing: border-box;
}

#iframehtml5 {
    min-height: 663px;
}

.games-child {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: var(--width);
    margin: 0 auto
}

.a-child {
    width: 200px;
    margin: 15px;
    text-decoration: none;
    background: #fff;
    -webkit-box-shadow: 0 5px 20px rgb(0 0 0 / 7%);
    box-shadow: 0 5px 20px rgb(0 0 0 / 7%);
}

.a-child:hover {
    -webkit-box-shadow: 0 5px 20px rgb(0 0 0 / 15%);
    box-shadow: 0 5px 20px rgb(0 0 0 / 15%);
}

.a-child img {
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
}

.a-child:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.child-image {
    height: 133px;
    width: 100%;
    overflow: hidden;
}

.child-info {
    padding: 10px 15px 15px;
}

.child-title {
    font-weight: 600;
    color: #13141c;
    text-align: center;
    font-size: 18px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.child-excerpt {
    font-size: 13px;
    color: #2b2e3a;
    margin-bottom: 10px;
    text-align: center;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.group-star svg {
    margin: 0 2px;
}

.rate-average {
    font-weight: 800;
    font-size: 14px;
    margin-left: 5px;
    color: #ff0000;
    line-height: 15px;
}

.center-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagination {
    margin: 15px 0;
    text-align: center;
}

.next_page {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 4px;
    background-color: #fff;
    margin: 0 5px;
    cursor: pointer;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    font-weight: 600;
}

.active_ {
    cursor: default;
    background-color: #000;
    color: #fff;
}

.next_page:hover {
    background-color: #000;
    color: #fff;
}

/*game_play*/
.overwrite-breadcumb {
    margin-top: 20px;
}

.bread-crumb-item {
    text-transform: capitalize;
}

.bread-crumb-item:after {
    content: '/';
    font-size: 10px;
    color: #b8b8b8;
    margin: 0 5px;
}

.bread-after:after {
    content: "";
}

.header-game {
    background-color: #2f3136;
    min-height: 50px;
    height: auto;
    overflow: hidden;
    color: #fff;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: left;
}

.box-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.box-header h1 {
    font-size: 20px;
    white-space: nowrap;
    text-transform: uppercase;
}

.header-game-extend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-game-extend>span {
    padding: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.expand-btn {
    margin-right: -10px;
}

.header-game-extend>span>svg {
    width: 26px;
    height: 26px;
    fill: #fff;
}

.header-game-extend>span:hover {
    background-color: #202225;
}

.exit-fullscreen {
    width: 36px;
    height: 36px;
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 100000;
    padding: 6px;
    background-color: rgba(0, 0, 0, 0.65);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.clipboard-share {
    position: fixed;
    z-index: 100;
    background-color: #fff;
    padding: 16px;
    border-radius: 8px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 300px;
    min-height: 45px;
}

.hide-zindex {
    z-index: -20;
    visibility: hidden;
}

.close-sharing-box {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.65);
    display: none;
}

.inline-sharing-box h3 {
    margin-bottom: 10px;
    color: #000;
}

.share-btn {
    margin-left: 5px;
}

@media (max-width: 640px) {
    .header-game {
        max-height: unset;
    }

    .box-header {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .box-header h1 {
        width: 100%;
        text-align: center;
    }
}

@media (max-width:500px) {
    .header-game-extend {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #append-rate {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 10px
    }
}

.site-content img {
    max-width: 100%;
}

.site-content ul, .site-content ol {
    padding-left: 40px;
}

.site-content li {
    list-style: disc;
}

.target-link {
    display: inline-block;
    padding: 4px 4px 4px 0;
    text-transform: uppercase;
    margin-right: 10px;
}

.target-link:hover {
    text-decoration: underline;
}

/*footer*/

footer {
    margin-top: auto;
    background-color: #262626;
    padding: 15px 0;
}

.menu-footer-bar {
    text-align: center;
}

.link {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin: 0;
    padding: 8px 16px;
}

.dmca-message {
    text-align: center;
    color: #fff;
}

.text-center {
    text-align: center;
}

.btn-targetlink:hover {
    background-color: #59ca52 !important;
}

:root {
    --width: 1150px;
}

@media (min-width:992px) {
    .throw-ads-768x90 {
        display: block;
    }
}

@media (min-width:1080px) {
    .throw-ads-160x600-right {
        display: block;
    }
}

@media (min-width: 1151px) {
    .mobile-menu {
        right: -310px !important;
    }
}

@media (min-width:1365px) {
    .throw-ads-160x600 {
        display: block;
    }
}

@media (max-width: 1151px) {
    .nav {
        display: none;
    }

    .mobile-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .menuheader__bar--search{
        display: none;
    }
    .mobile-menu-bar .menuheader__bar--search{
        display: block;
    }
}

@media (max-width:991px) {
    .throw-ads-320x90 {
        display: block;
    }
}