/*
* 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;
}

img.d-block {
    background: #fff url(../imgs/loading-image.gif) 50% 50% no-repeat;
}

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;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-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%;
    }
}

/* Thiet lap quang cao*/
.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: 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: 0px !important;
    ;
    border: 0px !important;
    ;
    left: 0px !important;
    ;
    right: 0px !important;
    cursor: pointer !important;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

html {
    margin: 0;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
    font-size: 16px;
}

body {
    position: relative;
    background-color: #eff1f4;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;

}

p {
    margin-bottom: 10px;
}

i {
    cursor: pointer;
    margin: 0 !important;
}

ul, li {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4 {
    font-weight: normal;
    font-size: 14px;
    margin: 0;
}

table {
    border-collapse: collapse;
}

table th,
table td {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}

input,
select,
textarea,
button {
    background-color: transparent;
    font-size: 14px;
    color: #333;
    outline: none;
}

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;
}

input, button {
    border: 0;
}

img {
    height: 100%;
    cursor: pointer;
    width: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.container {
    position: relative;
    max-width: 1780px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}

.row {
    width: 100%;
    overflow: hidden;
}

.font-bold {
    font-weight: bold;
}

.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;
}

#loading_img {
    width: 42px;
    height: 42px;
    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;
}

/*menu css*/
.header {
    background-color: #fff;
}

.menu-header {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.branch {
    width: 160px;
    height: 55px;
    margin-right: 10px;
}

.listCateogory {
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.aNavCategory {
    position: relative;
    margin: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    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;
}

.aNavCategory>h2 {
    color: #333;
    font-weight: bold;
    font-size: 16px;
    text-transform: capitalize;
}

.aNavCategory:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.aNavCategory:hover:after {
    background-color: #f94941;
}

.searchBox {
    width: 240px;
    margin-left: auto;
}

.form-controls {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 40px 5px 10px;
    height: 40px;
    background-color: #f5f5f5;
    border-radius: 5px;
    font-size: 14px;
}

.button-controls {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

/*menu mobile*/
#dropdownMenuMobile {
    border-top: 3px solid #666;
    display: none;
}

.iconMenuMobile {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 19px;
    right: 10px;
    display: none;
}

.menuBoxMobile {
    background-color: #fff;
    padding: 20px 10px 5px 10px;
    width: 100%;
    max-width: 400px;
    z-index: 13;
}

.mobileCategory {
    margin: 10px 0;
    padding: 5px;
    margin: 2.5px;
    color: #666;
    text-transform: capitalize;
    font-size: 16px;
}

/*game_item*/
.game_item {
    min-height: 90vh;
}

.flex-boxGame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 60px;
}

.box-L {
    width: 340px;
}

.innerBoxL {
    padding: 5px;
    background-color: #f94941;
    border-radius: 6px;
}

.outerGameBox {
    width: 110px;
    padding: 5px;
}

.gameBoxL {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*height: 84px;*/
    border: 3px solid #fff;
    border-radius: 6px;
    overflow: hidden;
}

.box-R {
    width: calc(100% - 360px);
    width: -o-calc(100% - 360px);
    margin-bottom: 30px;
}

.description-box {
    margin: 20px 0;
}

.description-box h1.article-title {
    margin-bottom: 20px;
}

/*slider*/
.swiper-slide {
    width: 100%;
    max-width: 340px;
}

.sliderImage {
    height: 255px;
    width: 100%;
    overflow: hidden;
}

.sliderInfo {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gInfo {
    margin-right: 10px;
}

.categorySlider {
    color: #999;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 10px;
}

.gPlay {
    color: #f94941;
    padding: 6px 15px;
    border-radius: 3px;
    border: 1px solid #f94941;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: auto;
}

.sliderPagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 140px;
    position: absolute;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 0;
    right: 0;
}

.button-pn {
    width: 60px;
    height: 30px;
    background-color: #fff;
    border-radius: 4px;
    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;
    cursor: pointer;
}

.button-pn:hover {
    opacity: 0.4;
}

.prev svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.disableBTN {
    opacity: 0.4;
    cursor: default;
}

.sliderGame:hover img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.sliderGame:hover .game-name {
    color: #f94941;
}

.gPlay:hover {
    background-color: #f94941;
    color: #fff;
}

.top-games {
    margin-bottom: 20px;
}

.forEachGame {
    margin-top: 20px;
    width: calc(100% + 20px);
    width: -o-calc(100% + 20px);
}

.article-title {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

h3.article-title {
    font-size: 20px;
}

h4.article-title {
    font-size: 18px;
}

.gameBox {
    width: 160px;
    background-color: #fff;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 6px;
    overflow: hidden;
}

.imgGameBox {
    width: 100%;
    height: 120px;
    overflow: hidden;
}

.game-name {
    padding: 10px;
    font-size: 14px;
    color: #333;
    font-weight: 700;
    margin: 0;
    text-transform: capitalize;
}

.game-name p {
    margin: 0;
}

.gameNameSlider {
    font-size: 16px;
    padding: 0 !important;
}

.aGameBox:hover img, .gameBoxL:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.aGameBox:hover .game-name {
    color: #f94941;
}

.more-game {
    display: block;
    width: 200px;
    height: 40px;
    margin-left: auto;
    text-align: center;
    line-height: 40px;
    margin-right: auto;
    border-radius: 6px;
    background-color: #f94941;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-transform: uppercase;
}

.more-game:hover {
    background-color: rgba(249, 73, 65, .6);
}

/*game play*/
.innerGamePlay {
    margin-top: 20px;
    margin-bottom: 20px;
    width: calc(100% + 20px);
    width: -o-calc(100% + 20px);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.play-L {
    width: 1080px;
}

.play-R {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: calc(100% - 1080px);
    width: -o-calc(100% - 1080px);
}

.innerPlayL {
    width: 100%;
    /*display: flex;*/
}

.leftRelateGame {
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, #FEC700), to(#FF8D00));
    background: -o-linear-gradient(left, #FEC700 10%, #FF8D00 100%);
    background: linear-gradient(90deg, #FEC700 10%, #FF8D00 100%);
    padding: 10px 15px 0;
    width: 160px;
    border-radius: 4px;
    min-width: 160px;
}

.gameCategoryRelate {
    height: 106px;
    width: 100%;
    margin-bottom: 14px;
}

.gFeatured {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 7px;
    text-align: center;
    line-height: 30px;
}

.frameGameBox {
    width: 100%;
    margin: 0 20px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px 10px;
    border-radius: 4px;
    float: left;
}

.leftRelateGame, .frameGameBox {
    height: 672px;
    margin-bottom: 20px;
}

.gameTitleBox {
    line-height: 32px;
}

.expand {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
}

.frameBox {
    margin-top: 15px;
    height: 600px;
    position: relative;
}

#frames-display .gameBox {
    float: left;
}

#retroGameThumbImg {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.informationGame {
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
    /*    max-height: 600px;
    overflow-y: auto;*/
    margin-bottom: 20px;
}

.informationGame, .informationGame p, .informationGame li, .informationGame b {
    color: #666;
}

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

.informationGame li {
    list-style: disc;
}

.informationGame .article-title {
    margin-bottom: 10px;
}

.tagcate {
    height: 30px;
    background-color: #f94941;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    padding: 0 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: inline-block;
    text-transform: capitalize;
}

.tagcate:hover {
    background-color: rgba(249, 73, 65, .8);
}

.all-games2 {
    margin-top: 20px;
}

.rating img {
    width: 24px;
    height: 24px;
}

.throw-ads-300 {
    width: 340px;
    height: 326px;
    background-color: #fff;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    float: left;
    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;
}

.throw-ads {
    background-color: #fff;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    float: left;
    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;
}

.throw-ads-728x90, .throw-ads-160x600, .throw-ads-320x90 {
    display: none;
}

.throw-ads-160x600 {
    width: 160px;
    min-width: 160px;
    margin-right: 20px;
}

.showNewGame {
    width: 100%;
    float: left;
}

.showNewGame .gameBox {
    float: left;
}

.svg-star {
    width: 22px;
    height: 22px;
}

.relateBoxGame {
    text-align: center;
}

/*not found*/
.not_found {
    width: 100%;
    padding: 22px 12.5px;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    color: #000;
    border-radius: 5px;
    margin-top: 20px;
}

.search_found li {
    list-style: disc !important;
    list-style-position: inside !important;
    margin-bottom: 5px;
}

.suggestion {
    margin: 12px 0;
}

.not_found li, .not_found p, .not_found span {
    font-size: 16px;
}

/*footer*/
footer {
    width: 100%;
    background-color: #363536;
}

.footer-logo {
    width: 160px;
    margin-right: 42px;
    /*height: 50px;*/
}

.logo-h50 {
    width: 100%;
    height: 50px;
}

.inner-row-footer {
    overflow: hidden;
    padding: 20px 0;
    margin-bottom: 20px;
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.top-row {
    border-bottom: 1px solid #444;
}

.fp {
    color: #999;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 14px;
}

.link {
    color: #999;
    font-size: 14px;
    font-weight: 600;
    margin-right: 50px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-transform: uppercase;
    display: inline-block;
}

.link:hover {
    color: #f94941;
}


.ad-section {
    position: relative;
    background-color: #fff;
    padding: 20px 3px 3px;
    border: 1px solid #e0e0e0;
    border-radius: 3px
}

.ad-section .ad-label {
    position: absolute;
    left: 0;
    top: 0;
    background: #e0e0e0;
    color: #777;
    font-size: 10px;
    padding: 2px 6px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px
}

#about-game {
    margin-right: 20px;
}

.bread-crumb-item {
    color: inherit;
    text-transform: capitalize;
    white-space: nowrap;
}

.bread-after::before {
    content: "/";
    margin: 0 8px;
    color: #ddd
}

@media (max-width: 1900px) {
    .container {
        width: 1420px;
    }
}

@media (max-width: 1440px) {
    .container {
        width: 1060px;
    }

    .play-L {
        width: 720px;
    }

    .play-R {
        width: calc(100% - 720px);
        width: -o-calc(100% - 720px);
    }
}

@media (max-width: 1079px) {
    .menu-header {
        padding: 0 10px;
    }

    .container {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .leftRelateGame {
        display: none;
    }

    .frameGameBox {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        padding: 10px;
    }

    .innerGamePlay {
        width: 100%;
    }

    .play-L {
        width: 540px;
    }

    .play-R {
        width: calc(100% - 540px);
        width: -o-calc(100% - 540px);
    }

    .play-R {
        width: calc(100% - 540px);
        width: -o-calc(100% - 540px);
    }

    .gameBox {
        margin-left: 10px;
        margin-right: 10px;
    }

    #about-game {
        margin-right: 10px;
    }
}

@media (max-width: 992px) {
    .menu-header .searchBox, .navCategory {
        display: none;
    }

    .iconMenuMobile {
        display: block;
    }

    .play-L {
        width: 100%;
    }

    .play-R {
        width: 100%;
    }

    .link {
        margin-right: 10px;
        margin-bottom: 10px;
        white-space: nowrap;
    }

    .informationGame, .inner-row-footer {
        padding: 20px 10px;
    }

    .flex-boxGame {
        padding: 0 10px;
    }

    .throw-ads-320x90 {
        display: block;
    }

    #about-game {
        margin-right: 0;
    }

    .forEachGame {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .inner-row-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;

    }

    .footer-logo {
        margin: auto;
        margin-bottom: 15px;
    }

    .top-row, .fp {
        text-align: center;
        min-height: auto;
    }

    .top-row {
        padding-bottom: 15px;
    }

    .flex-boxGame {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;

    }

    .box-L, .box-R {
        width: 100%;
    }
}

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

    #dropdownMenuMobile {
        display: none !important;
    }
}

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

.example {
    display: -ms-grid;
    display: grid;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
    background: -o-linear-gradient(top, white, black);
    background: linear-gradient(to bottom, white, black);
}