@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    min-height: 100%;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    background-color: #e9e9e9;
    position: relative;
    z-index: 0;
    line-height: 1.5;
    color: #fff;
}
body, main, .s1 {
    height: 100%;
    min-height: 100vh;
}
body a {
    color: #fff;
}
html, body, #descBS, .text {
    scrollbar-color: #2e2e47 #4d4d69;
}

header.top {
    /*! background-image: linear-gradient(to bottom, #007fff, #007af5, #0075ec, #0070e2, #006bd9, #0069d4, #0066cf, #0064ca, #0063c8, #0063c6, #0062c5, #0061c3); */
    box-shadow: 0 5px 10px rgba(12, 57, 103, 0.4);
    position: fixed;
    font-size: 110%;
    top: 0;
    z-index: 1;
    width: 100%;
    display:-ms-flexbox;
    display: flex;
    align-items: center;
    padding: 0 10px;
    background-color: #000;
}
header.top a {
    color: #fff;
}
.logo {
    border: 0;
    margin-right: 10px;
}
.logo img {
    width: 57px;
    height: 57px;
    display: block;
    margin-bottom: 3px;
}

.button-more, .btn, .btn2, section.btm > div {
    border-radius: 30px;
    text-transform: uppercase;
}

header.top > div {
    display:-ms-flexbox;
    display: flex;
    width: 100%;
    align-items: center;
}

.lTop {
    justify-content: flex-start;
}

.rTop {
    justify-content: flex-end;
}

.hotGame {
    padding: 0 35px;
    background-color: #0065cd;
    text-decoration: none;
}

.hotGame:hover {
    /*! background-image: linear-gradient(to bottom, #ff7200, #ff7900, #ff7f00, #ff8500, #ff8b00); */
}

.search {
    width: 45px;
    margin-left: 10px;
    background: #FF6000 url(../images/icons1.png) no-repeat;
    cursor: pointer;
}

.search:hover {
    /*! background: #0065CD url(../images/icons1.png) no-repeat; */
}

.search, .search:hover {
    background-position: 8px 8px;
}
.searchBox {
    position: absolute;
    z-index: 999999;
    top: 60px;
    width: 100%;
    height: 85px;
    background: rgba(0,35,70,0.90);
    display: none;
 }
.searchBox input {
    width: 96%;
    background: none;
    border: none;
    outline: none;
    color: #fff;
    box-shadow: none;
    font-size: 120%;
    margin: 1% 2%;
    padding: 5px;
    border-bottom: solid thin #2f4a68;
}
.close, .hotBadge, .social a {
    background: url(../images/icons1.png) no-repeat;
}
.close {
    width: 20px;
    height: 20px;
    background-position: -54px 0px;
    position: absolute;
    top: 18px;
    right: 15px;
    cursor: pointer;
}

.popLinks {
    width: 100%;
    position: relative;
    transition: height 0.5s ease-out;
    padding-top: 80px;
}

.popLinks ul {
    height: 60px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.popLinks ul li {
    min-width: 14.2%;
    max-width: 14.2%;
    white-space: nowrap;
    text-overflow: ellipsis;
    list-style-type: none;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both;
    white-space: nowrap;
    padding: 0 10px 10px 0;
}

.popLinks ul li a{
    background: #fff;
    display: flex;
    border-radius: 27px;
    padding: 2px;
    color: #1a1a1a;
    cursor: pointer;
    transition: 0.1s all linear;
    text-decoration: none;
    border: solid thin #c0bdbd;
}

.popLinks ul li a:hover {
    color: #fff;;
    background: #111;
    border: solid thin #555;
}

.popLinks ul li img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inherit;
    background: #f07a3c;
}

.popLinks ul li span{
    height: auto;
    line-height: 50px;
    padding: 0 16px 0 10px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    font-weight: bold;
    font-family: Tahoma;
    font-size: 110%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.popLinks button {
    background: #fff;
    border: none;
    outline: 0px;
    color: #21A179;
    border-radius: 11px;
    font-size: 12px;
    padding: 5px 10px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    bottom: -4px;
    cursor: pointer;
    z-index: 11;
    transition: 0.2s all linear;
}

.gameArea {
    display:-ms-flexbox;
    display: flex;
    padding: 20px 10px 20px 0;
}
.col2 {
    margin: 0 10px;
    min-width: 160px;
    text-align: center;
}

.col1 {
    margin-top: -.4rem;
    width: 280px;
    height: 830px;
    overflow: hidden;
}

.col1 a {
    border-radius: 15px;
    width: 100px;
    height: 100px;
    display: inline-block;
}

.col1 a div {
    font-size: 100% !important;
}

.col1 a img {
    width: 100px;
    height: 100px;
}

#banner3 {
    margin-top: 25px;
}

.g a {
    overflow: hidden;
    position: relative;
    border: 3px solid transparent;
    color: #fff;
}
.g a img {
    position: static;
    opacity: 1;
    display: block;
    transition: .5s ease;
    backface-visibility: hidden;
    margin: 0;
}
.g a div, .g a span {
    position: absolute;
    bottom: -50%;
    left: 0;
    right: 0;
    font-weight: 700;
}
.g a div {
    text-align: center;
    background-color: rgba(0, 0, 0, .75);
    padding: 7% 10px;
    margin-bottom: 0;
    width: 100%;
    height: 0%;
    font-size: 115%;
    line-height: 1.5;
}
.g a span {
    font-size: 16px;
    padding: 2px;
    margin: auto;
    width: 40%;
    background-color: #72d825;
    border-radius: 7px;
    text-align: center;
}
.g a p {
    display: none;
}

.g a:hover {
    border: 3px solid #fff;
    transition: border-color .3s linear;
}

.g a:hover div {
    bottom: 0;
    height: 100%;
    transform: translate(0, 0);
}

.g a span:hover {
    background-color: #f5c31a;
}

.game {
    min-height: 600px;
    flex-basis: 100%;
    text-align: center;
    padding: 10px;
    background-color: #35354b;
}
.moreGames a img {
    width: 100%;
    height: auto;
}

.gameHead {
    max-width: 85%;
    margin: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
}

#addGameBox {
    padding: 0 15px 0 44px;
    height: 40px;
    line-height: 40px;
    border-radius: 15px;
    color: white;
    text-transform: uppercase;
    border: none;
    font-weight: bold;
    cursor: pointer;
    margin: 0 5px 0 10px;
    background: #f6b800 url(../images/icons1.png) no-repeat;
    background-position: -58px -146px;
}
@-moz-document url-prefix() {
    #addGameBox {
        background-position: -58px -144px;
    }
}
#addGameBox:hover {
    background-color: #ffc826;
}
.addthis_inline_share_toolbox {
    flex-grow: 1;
}
.share {
    flex-grow: 1;
    background: #f6b800 url(../images/1.png) no-repeat;
    background-position: 0px 0px;
}
.a1 {
    width: 100%;
    height: 100%;
    display: flex;
    background-color: #000;
    margin: auto
}
.a3 {
    width: 336px;
    margin: 70px auto;
}
.a4 {
    padding: 20px;
    font-size: 16px;
}
/*
.s1 {
    position: absolute;
    height: 100%;
    bottom: -90px;
}
*/
section.btm {
    display:-ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.btm > div {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 15px;
    padding: 20px;
    margin-bottom: 1%;
}

section.btm a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    transition: transform 0.2s ease;
}

section.btm > div:first-child {
    width: 100%;
}

section.s2 > div:last-child {
    background-color: transparent !important;
}


.rating {
    display:-ms-flexbox;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 175px;
}

#ratingDiv span {
    padding: 0 5px;
}

.starRating {
    width: 175px;
    height: 24px;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    background: url(../images/star.png) 0 -2px;
}

.starRating a:active, .starRating a:focus, .starRating a:hover {
    background: url(../images/star.png) 0 -60px
}

.starRating li.current-rating {
    background-position: 0 -32px;
    text-indent: -1000px;
    background-image: url(../images/star.png)
}

.starRating li {
    height: 23px;
    float: left;
}

.starRating a {
    height: 24px;
    line-height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -1000em;
    outline: 0;
    overflow: hidden;
    border: none
}

.starRating a.onestar {
    width: 10%;
    z-index: 11
}

.starRating a.twostars {
    width: 20%;
    z-index: 10
}

.starRating a.threestars {
    width: 30%;
    z-index: 9
}

.starRating a.fourstars {
    width: 40%;
    z-index: 8
}

.starRating a.fivestars {
    width: 50%;
    z-index: 7
}

.starRating a.sixstars {
    width: 60%;
    z-index: 6
}

.starRating a.sevenstars {
    width: 70%;
    z-index: 5
}

.starRating a.eightstars {
    width: 80%;
    z-index: 4
}

.starRating a.ninestars {
    width: 90%;
    z-index: 3
}

.starRating a.tenstars {
    width: 100%;
    z-index: 2
}

.rtg {
    background-color: #28a745;
    display: none;
}

.votes {
    background-color: #ffc107;
    display: none;
}


.overlay {
    visibility: hidden;
    opacity: 0;
}
.overlayActive {
    position: fixed;
    background-color: #000;
    width: 100%;
    height: 100%;
    z-index: 63;
    visibility: visible;
    opacity: .4;
}
#gamebox {
    z-index: 11111;
    padding-left: 0;
    list-style-type: none;
    position: fixed;
    width: 300px;
    left: 0;
    top: 0;
    margin: 0;
    height: 100%;
    height: calc(100% + 60px);
    height: -moz-calc(100%);
    padding-bottom: 60px;
    background-color: #fff;
    overflow-y: auto;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-105%);
    -moz-transform: translateX(-105%);
    transform: translateX(-105%);
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    transition: transform 0.2s;
}
.gameboxActive {
    -webkit-transform: translateX(0%) !important;
    -moz-transform: translateX(0%) !important;
    transform: translateX(0%) !important;
}
#gamebox li:first-child {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 20px;
    background: #f6b800;
    padding-top: 30px;
    text-transform: uppercase;
}
#gamebox li {
    width: 100%;
    display: flex;
    padding: 0 15px 20px 10px;
    padding-top: 0px;
}
#gamebox li a {
    color: #000;
    text-decoration: none;
    font-family: verdana;
}
#gamebox li .gameImage {
    width: 80px;
    height: 80px;
}
#gamebox li img {
    width: 80px;
    height: 80px;
    border-radius: 15px;
}
#gamebox li .gameTitle {
    line-height: 20px;
    font-weight: 700;
    padding: 19px 12px 5px 12px;
    max-width: calc(100% - 110px);
    text-align: left;
    flex-grow: 1;
}
#gamebox li .gameRemove {
    width: 30px;
    height: 30px;
    margin-top: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12),0 1px 5px 0 rgba(0,0,0,.2);
    background: #6ac822 url(../images/icons1.png) no-repeat;
    background-position: 6px -139px;
}
#gamebox li .gameRemove:hover {
    background-color: #97f152;
}

.myGamebox {
    background-color: #0065CD;
    position: relative;
    cursor: pointer;
}
.myGamebox:hover {
    background-color: #2E81D7;
}
.myGamebox span {
    background-color: #444;
    position: absolute;
    left: -6px;
    top: -2px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.myGamebox div {
    overflow: hidden;
    white-space: nowrap;
}

.rtg, .votes, .myGamebox, .btn2 {
    padding: 0 20px;
    height: 44px;
    line-height: 44px;
    margin: 0 2px;
}

.fullscreen {
    background: #00aaec url(../images/icons1.png) no-repeat;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 10px;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.fullscreen:hover {
    background: #ffc107 url(../images/icons1.png) no-repeat;
}

.fullscreen, .fullscreen:hover {
    background-position: 10px -30px;
}
.desc {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    color: white;
    background-color: #35354b;
    margin: 10px;
    padding: 0 15px 15px 15px;
    font-size: 110%;
    text-align: left;
    font-family: Tahoma;
}
.desc a {
    color: #ffffff;
}
.desc > div {
    display: flex;
    align-items: center;
}
.desc img {
    width: 55px;
    height: 55px;
    border-radius: 10px;
    box-shadow: 0 0 11px #ffffff75;
    margin-right: 10px;
}
.desc h1 {
    font-size: 28px;
    text-transform: uppercase;
    margin: 0;
}
.iframeGame {
    overflow:hidden;
    border: 0;
}
.tag a {
    background-color: #0065CD !important;
    border-bottom: solid 4px #1DA1F2;
    padding: 8px 18px;
    margin: 15px 2px 0 2px;
    text-decoration: none;
    display: inline-block;
}
.tag a:hover {
    /*! background-color: #448119 !important; */
}

.hotBadge {
    width: 65px;
    height: 64px !important;
    position: absolute;
    left: 0;
    top: 0;
    background-position: 0 -71px;
}

.pulse {
    cursor: pointer;
    box-shadow: 0 0 0 rgba(204,169,44, 0.4);
    animation: pulse 1s infinite;
    margin-left: 10px;
}
.pulse:hover {
    animation: none;
}
@-webkit-keyframes pulse {
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        transform: scaleX(1);
    }
    50% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
        transform: scale3d(1.1,1.1,1.1);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 50, 0, 0);
        transform: scaleX(1);
    }
}

/*comment*/
section.btm h3 {
    width: 100%;
    margin: 0;
}

.commentArea {
    color: #fff;
    font-size: 93%;
    width: 100%;
}

.commentArea .text {
    line-height: 1.3;
}

#comments {
    margin: 0 0 30px 0;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 340px;
}

.comment {
    border-top: 1px solid #777;
    padding: 20px 5px;
}

.comment img {
    float: left;
    width: 50px;
    height: 50px;
    vertical-align: top;
    border-radius: 50%;
}

.commentRight {
    margin-left: 60px;
    vertical-align: top;
}

.commentTop {
    color: #999;
    font-size: 85%;
    line-height: 200%;
}

.commentTop div {
    display: inline-block;
    color: #fff;
    font-weight: bolder;
    font-size: 130%;
    margin-right: 5px;
}

.comment p {
    margin: 0;
    letter-spacing: .05rem;
}

.commentText, #name, #email {
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
    border: solid 1px #e2e2e2;
}

#commentButton {
    cursor: pointer;
    font-family: Barlow, sans-serif;
    border: 0;
    border-radius: 3px;
    color: #fff;
    background-color: #000;
    padding: 7px 12px;
    outline: 0;
    float: right;
}

/**/
.button-more {
    box-shadow: 0 4px 0 #0061a9 !important;
    background-color: #008af0;
    width: 100%;
    text-align: center;
    padding: 7px;
    margin-top: 10px;
    font-size: 110%;
    cursor: pointer;
    height: 37px;
}
.button-more:hover {
    background-color: #007ad6;
}
footer {
    background-color: #35354b;
    padding: 20px;
    position: relative;
    bottom: 0;
    text-align: center;
}
.pageNo {
    display: none;
}

.social {
    float: right;
}
.social a {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin: 0 3px;
    text-indent: -9999px;
}
.social a:hover {
    opacity: .8;
}
.social a:first-child {
    background-position: -74px -26px;
}
.social a:nth-child(2) {
    background-position: -74px -57px;
}
.social a:nth-child(3) {
    background-position: -74px -88px;
}
.social a:nth-child(4) {
    background-position: -74px -119px;
}
.privacy {
    padding: 10px 50px;
    font-size: 110%;
}
@media only screen and (max-width: 1290px) {

    section.btm > div {
        width: 100%;
    }
}
@media only screen and (max-width: 1100px) {

    .col1, .col2 {
        display: none;
    }
}

@media only screen and (max-width: 1010px) {
    .game {
        min-height: 100px;
    }
    .gameHead {
        max-width: 96%;
    }
    .rating {
        display: none;
    }
}

@media only screen and (max-width: 750px) {

    .hotGame {
        display: none;
    }
}

@media only screen and (max-width: 550px) {

    .popLinks ul li {
        min-width: 65px;
    }

    .popLinks ul {
        padding-left: 10px;
    }
}

@media only screen and (max-width: 430px) {

    section.btm a {
        width: 45%;
    }
}
