/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
.container-game {
    width: 1370px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 1399px) {
    .container-game {
        width: 1140px;
    }
}
@media (max-width: 1199px) {
    .container-game {
        width: 960px;
    }
}
@media (max-width: 991px) {
    .container-game {
        width: 100%;
    }
}
.ads {
    width: 100%;
}
.ads-margin {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}
.ads-margin .ads{
	background-color: #fff;
}
.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: transparent;
    font-size: 11px;
    margin: 0;
    padding: 0;
    color: #b3b3b3;
    opacity: 0.6;
}
.horizontal-title{
    text-align: left!important;
}
.ads,
.ads-left,
.ads-right {
    z-index: 100;
}
@media (min-width: 1340px) {
    .ads-left {
        display: block;
    }
    .ads-right {
        display: block;
    }
    .ads-content {
        width: 160px;
    }
}
@media (min-width: 1880px) {
    .ads-left {
        display: block;
    }
    .ads-right {
        display: block;
    }
    .ads-content {
        width: 300px;
    }
}
#expand {
    cursor: pointer !important;
}
.force_full_screen {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 99999;
    top: 0 !important;
    border: 0 !important;
    left: 0 !important;
    right: 0 !important;
    cursor: pointer !important;
}
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-size: 13px;
}
body {
    margin: 0;
    font-family: Roboto, sans-serif;
    font-size: 13px;
    background: #16181e;
    line-height: 1.42857143;
    color: #333;
    min-height: 100vh;
}
a {
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
    outline: 0;
    color: #fff;
    -webkit-transition: 0.6s ease color, 0.6s ease background, 0.6s ease border;
    -o-transition: 0.6s ease color, 0.6s ease background, 0.6s ease border;
    transition: 0.6s ease color, 0.6s ease background, 0.6s ease border;
}
li,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
h1,
h2,
h3,
h4 {
    font-weight: 400;
    margin: 0;
}
table {
    border-collapse: collapse;
}
table td,
table th {
    font-weight: 400;
    text-align: left;
    vertical-align: top;
}
button,
input,
select,
textarea {
    background-color: transparent;
    font-size: 16px;
    color: #333;
    outline: 0;
}
button {
    -webkit-transition: background-color 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
    -o-transition: background-color 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
}
button,
input {
    border: 0;
}
.container {
    position: relative;
    width: 1125px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.row {
    width: 100%;
}
.font-bold {
    font-weight: 700;
}
.d-block {
    display: block;
}
.d-inline {
    display: inline-block;
}
.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.d-r-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.d-c-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.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;
}
.bz {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.p-r {
    position: relative;
}
.bg-fff {
    background-color: #fff;
}
.absolute {
    position: absolute;
    top: 50%;
}
.text-overflow {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.5;
}
.text-center {
    text-align: center;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.m-r {
    margin-right: 10px;
}
.m-t {
    margin: 10px 0;
}
.flex-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.flex-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.gif {
    width: 100%;
    text-align: center;
    padding: 10px 0;
}
#loading_img {
    width: 50px;
    height: 50px;
    background-color: transparent !important;
}
.hidden {
    display: none;
}
.w-full {
    width: 100%;
}
.h-full {
    height: 100%;
}
.font-fff {
    color: #fff;
}
.al {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.grid-clayover {
    display: -ms-grid;
    display: grid;
    grid-gap: 15px;
    gap: 15px;
    grid-template-columns: repeat(auto-fit, 125px);
    grid-template-rows: repeat(auto-fit, 125px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.grid-item {
    position: relative;
    border-radius: 10px;
    border: 3px solid #fff;
    overflow: hidden;
    cursor: pointer;
    height: 119px;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.span-2x1 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
}
.span-2x2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    height: 220px;
}
.span-3x3 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
    height: 340px;
}
.clear {
    clear: both;
}
header {
    background: #202029;
    z-index: 999;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}
.menu-header-bar {
    width: 100%;
    height: 70px;
    font-size: 15px;
}
.site-logo {
    width: 180px;
    height: 70px;
    line-height: 12px;
    text-align: center;
    background: #16181d;
    font-size: 0;
}
.site-logo {
    text-align: center;
}
.site-logo a {
    width: 141px;
    height: 40px;
    margin: 15px auto;
    display: inline-block;
}
.shadow-box {
    -webkit-box-shadow: rgb(0 0 0 / 15%) 0 5px 5px;
            box-shadow: rgb(0 0 0 / 15%) 0 5px 5px;
}
.a-nav-menu {
    text-transform: uppercase;
    color: #858d97;
    padding: 0 20px;
    font-weight: 600;
}
.a-nav-menu:hover {
    color: #fff;
}
.site-search {
    padding: 0 15px;
    margin-left: auto;
}
.site-search .form {
    width: 270px;
    height: 40px;
    position: relative;
}
.nav-search {
    width: 100%;
    height: 40px;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 10%) inset;
            box-shadow: 0 1px 2px rgb(0 0 0 / 10%) inset;
    padding: 0 20px 0 40px;
    background: #2a2a34;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #fff;
}
.nav-submit {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.button-mobile-menu {
    width: 30px;
    height: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px;
}
.line {
    width: 100%;
    height: 4px;
    background-color: #fff;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: block;
}
.line:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.line:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.line.active {
    background-color: transparent;
}
.line.active:before {
    top: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.line.active:after {
    top: 0;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
}
.nav-side {
    position: fixed;
    top: 0;
    left: -180px;
    width: 180px;
    height: 100%;
    padding-top: 70px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 888;
    background-color: #202029;
    -webkit-transition: left 0.25s ease;
    -o-transition: left 0.25s ease;
    transition: left 0.25s ease;
	overflow-y: auto;
	overflow-x: hidden;
}
.nav-side::-webkit-scrollbar {
    background: 0 0;
    width: 0;
}
.nav-side {
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.nav-side-menu {
    display: block;
    width: 180px;
    height: 60px;
    line-height: 60px;
    font-size: 12px;
    font-weight: 700;
    position: relative;
    padding: 0 20px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    text-transform: capitalize;
}
.nav-side-menu:after {
    content: "";
    left: 20px;
    width: calc(100% - 40px);
    bottom: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.04);
    position: absolute;
}
.nav-side-menu:before {
    content: "";
    position: absolute;
    left: 0;
    width: 4px;
    height: 100%;
    background: #3e4ef0;
    opacity: 0;
    -webkit-transition: 0.6s ease opacity;
    -o-transition: 0.6s ease opacity;
    transition: 0.6s ease opacity;
}
.nav-side-menu:hover {
    color: #3e4ef0;
}
.nav-side-menu:hover:before {
    opacity: 1;
}
.a-nav-menu,
.nav-side-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.a-nav-menu i,
.nav-side-menu i {
    margin-right: 5px;
}
.visible-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.page-wrapper {
    padding: 90px 15px 0 15px;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 90vh;
}
.header-site {
    font-size: 14px;
    color: #fff;
}
.header-site h1 {
    font-size: 28px;
    text-transform: capitalize;
}
.header-site P {
    line-height: 2;
    margin: 0;
    font-size: 14px;
}
hr {
    display: block;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.04);
    margin: 20px 0;
}
.list-game-inner {
    text-align: left;
}
.game {
    width: 211px;
    margin-right: 15px;
    display: inline-block;
    margin-bottom: 15px;
}
.game-box {
    background-color: #202029;
    border-radius: 3px;
}
.game-image {
    width: 100%;
    height: 211px;
    overflow: hidden;
}
.game-image a {
    width: 100%;
    height: 100%;
}
.game-info {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px;
    border: 1px solid transparent;
    border-top: 0;
}
.game-box:hover .game-info {
    border-color: #858d97;
}
.game-title {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
}
.game-follow-category {
    height: 18px;
}
.game-flow-play {
    margin-top: 8px;
}
.game-flow-category {
    color: #858d97;
    font-size: 12px;
    text-transform: capitalize;
}
.game-flow-category:hover {
    color: #f50c06;
}
.game-play {
    font-weight: 600;
    font-size: 12px;
}
.game-play:hover,
.game-title:hover {
    color: #3e4ef0;
}
.advanced-box {
    background-color: #202029;
    margin-bottom: 20px;
}
.choice-slected {
    height: 60px;
    padding: 0 15px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 60px;
    text-align: center;
    position: relative;
    font-weight: 600;
    background-color: #202029;
    min-width: 120px;
}
.choice-slected:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, 0.09);
}
.advanced-box .choice-slected:last-child:after {
    background: 0 0;
}
.active-choice {
    text-decoration: underline;
    background-color: #858d97;
}
.loadingImage {
    -webkit-animation: loadingAnimation 1s linear infinite;
            animation: loadingAnimation 1s linear infinite;
}
@-webkit-keyframes loadingAnimation {
    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes loadingAnimation {
    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
.frame-game-inner {
    position: relative;
}
.frame-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.inner-frame {
    width: 100%;
}
.category-game-box {
    width: 150px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px;
    text-align: center;
}
.mini-similar-game {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
    overflow: hidden;
    -webkit-transition: 0.15s all;
    -o-transition: 0.15s all;
    transition: 0.15s all;
}
.category-game-box .mini-similar-game:last-child {
    margin-bottom: 0;
}
.mini-game-title {
    position: absolute;
    width: 100%;
    text-align: center;
    line-height: 24px;
    height: 24px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-transform: capitalize;
    left: 0;
    bottom: -24px;
    font-weight: 600;
    -webkit-transition: 0.15s all;
    -o-transition: 0.15s all;
    transition: 0.15s all;
}
.mini-similar-game a {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.mini-similar-game:hover .mini-game-title {
    bottom: 0;
}
.blod-box {
    background: #202029;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    color: #fff;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
}
.blod-box h1 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    text-transform: capitalize;
}
.expand {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.035);
    border-left: 1px solid rgba(255, 255, 255, 0.035);
    background-color: transparent;
}
.expand:hover {
    background-color: rgba(255, 255, 255, 0.02);
}
.ticket-new-game {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    padding: 10px 0;
    margin-left: -7.5px;
}
.flow-ticket-new-game {
    height: 120px;
    text-align: left;
    overflow: hidden;
}
.ticket-new-game .mini-similar-game {
    margin: 0 7.5px;
    display: inline-block;
}
.box-relate {
    margin-top: 20px;
}
.box-relate h2 {
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 15px;
}
.frame-game-info {
    background-color: #202029;
    color: #fff;
    -webkit-box-shadow: rgb(0 0 0 / 10%) 0 0 10px;
            box-shadow: rgb(0 0 0 / 10%) 0 0 10px;
    font-size: 14px;
    line-height: 2;
    padding: 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.mini-info a {
    color: #3e4ef0;
}
.mini-info h2,
.mini-info h3,
.mini-info h4 {
    font-weight: 600;
    font-size: 16px;
}
.ctGameBox {
    display: inline-block;
    padding: 2px 8px;
    border: 1px solid rgba(255, 255, 255, 0.035);
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    margin-right: 10px;
    margin-top: 5px;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
    background-color: #fff;
    color: #161820 !important;
    text-transform: lowercase;
    font-weight: 600;
    margin-bottom: 5px;
}
.ctGameBox:hover {
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
}
#expand {
    cursor: pointer !important;
}
.force_full_screen {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 99999;
    top: 0 !important;
    border: 0 !important;
    left: 0 !important;
    right: 0 !important;
    cursor: pointer !important;
}
.comment-box-app {
    max-width: 800px;
    background-color: #fff;
}
.pagination {
    margin: 20px 0 30px;
    text-align: center;
}
.next_page {
    width: 38px;
    height: 38px;
    margin: 0 4px;
    text-align: center;
    color: #3e4ef0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    line-height: 38px;
    font-size: 16px;
    border: 1px solid #3e4ef0;
}
.next_page:hover {
    color: #fff;
}
.active_ {
    color: #fff;
    background-color: #3e4ef0;
}
footer {
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    padding: 20px 0;
    text-align: center;
}
.foot-row {
    padding: 0 15px;
}
.link {
    display: inline-block;
    color: #858d97;
    margin-right: 15px;
    margin-bottom: 5px;
}
.link:hover {
    color: #fff;
}
#back-to-top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
    font-size: 20px;
    color: #000;
    background-color: #fff;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
            box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    visibility: visible;
}
#back-to-top:hover {
    background-color: #f9f9f9;
}
.throw-big-ads {
    display: none;
}
.throw-big-ads .ads-margin{
	margin-left: 0;
}
.throw-ads-300 {
    min-width: 300px;
    display: none;
    overflow: hidden;
}
.throw-ads-160 {
    display: none;
    min-width: 160px;
    overflow: hidden;
}
.throw-vertical-160x600-ads {
    margin: 10px;
	width: 160px;
}
.grep-info {
    max-width: 800px;
}
.throw-ads-468x60 {
    display: none;
    overflow: hidden;
}
.throw-ads-320x90{
	display:none;
}
@media (max-width:999px){
	.throw-ads-320x90{
		display:block;
	}
}
.blue {
    color: #09ffea;
}
.green {
    color: #5dff4b;
}
.red {
    color: #ff2b2b;
}
.orange {
    color: #f27b3e;
}
.yellow {
    color: #ffef4b;
}
.violet {
    color: #9258e3;
}
.pink {
    color: #ff4bde;
}
.cookie {
    color: #fbc574;
}
.size-12 {
    font-size: 12px;
}
.size-13 {
    font-size: 13px;
}
.size-13 {
    font-size: 13px;
}
.size-14 {
    font-size: 14px;
}
.size-15 {
    font-size: 15px;
}
.size-16 {
    font-size: 16px;
}
.size-17 {
    font-size: 17px;
}
.size-18 {
    font-size: 18px;
}
.size-19 {
    font-size: 19px;
}
.size-20 {
    font-size: 20px;
}
@media (min-width: 576px) and (max-width: 1000px) {
    .throw-ads-468x60 {
        display: block;
    }
}
@media (min-width: 1000px) {
    .throw-big-ads {
        display: block;
    }
}
@media (min-width: 1080px) and (max-width: 1365px) {
    .throw-ads-300 {
        width: 160px;
        min-width: 160px;
        display: block;
    }
	.throw-ads-300 .ads{
		width: 160px!important;
        min-width: 160px!important;
	}
}
@media (min-width: 1365px) {
    .throw-ads-160,
    .throw-ads-300 {
        width: 160px;
        min-width: 160px;
        display: block;
    }
	.throw-ads-300 .ads{
		width: 160px!important;
        min-width: 160px!important;
	}
    .button-mobile-menu {
        display: none;
    }
    .page-wrapper {
        padding: 90px 15px 0 200px;
    }
    .nav-side {
        left: 0 !important;
    }
    .visible-mobile {
        display: none;
    }
}
@media (min-width: 1740px) {
    .throw-ads-300 {
        min-width: 300px;
        width: 300px;
    }
	.throw-ads-300 .ads {
		width: 300px!important;
		min-width: 300px!important;
	}
}
@media (max-width: 1079px) {
    .category-game-box {
        display: none;
    }
    .site-nav,
    .site-search {
        display: none;
    }
    .button-mobile-menu {
        margin-left: auto;
    }
    .list-game-inner {
        text-align: center;
    }
    .game {
        margin-left: 15px;
    }
    .frame-box {
        padding-right: 0 !important;
    }
    .expand {
        right: 0 !important;
    }
    #back-to-top {
        visibility: hidden;
    }
    #iframehtml5 {
        height: 500px;
    }
}
@media (max-width: 991px) {
    .frame-game-info {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}
@media (max-width: 576px) {
    .throw-ads-468x60 {
        display: none;
    }
}