
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;
}

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 {
    text-align: center;
    background: #1494CA;
}

.ads-title {
    font-size: 11px;
    margin: 0;
    padding: 0;
}

.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;
}

html {
    font-family: sans-serif;
}

body {
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #fff;
    font-size: 14px;
    background: url(../imgs/dptanker_bg.png) repeat-x top center fixed #019ef0;
    ;
}

a {
    border: 0;
    cursor: pointer;
    text-decoration: none;
}

i {
    cursor: pointer;
    margin: 0;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
    font-family: "Oswald", Impact, Arial, Helvetica, sans-serif !important;
    font-size: 18pt;
    font-weight: 500;
}

input,
button {
    border: 0;
    background: none;
}

img {
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.container {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.row {
    width: 100%;
}

.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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -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;
}

.al {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: 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;
}

.home-title {
    color: #ffef74;
    text-shadow: 0px 1px 5px #004879, 0px 1px 15px #0084de;
    font-size: 20pt;
    margin: 15px 0;
    text-transform: uppercase;
}

.title-game {
    color: #FFF;
    font-size: 16pt;
    margin: 10px auto;
    text-transform: capitalize;
}

.text-center {
    text-align: center;
}

.m-r {
    margin-right: 10px;
}

.m-t {
    margin: 10px 0;
}

.flex-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.gif {
    width: 100%;
    text-align: center;
}

#loading_img {
    width: 32px;
    height: 32px;
    background-color: transparent!important;
}

.hidden {
    display: none;
}

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

.font-fff {
    color: #fff;
}

.flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.flex-3 {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px;
    background-color: #441774;
}

.al {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.grid-clayover {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, 190px);
    gap: 10px;
    grid-auto-rows: 140px;
    grid-auto-flow: row dense;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.grid-3 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
}


/*menu*/

.menu_tab {
    position: relative;
    top: 0;
    width: 100%;
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 231, 103, 1)), to(rgba(254, 182, 69, 1)));
    background: -o-linear-gradient(top, rgba(241, 231, 103, 1) 0%, rgba(254, 182, 69, 1) 100%);
    background: linear-gradient(to bottom, rgba(241, 231, 103, 1) 0%, rgba(254, 182, 69, 1) 100%);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    padding: 15px 0;
}

.css-logo img {
    height: 100%;
}

.item-menu-header {
    overflow: hidden;
    height: 38px;
}

.b-item-header {
    padding: 10px;
    margin-left: 15px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    background-color: #c30810;
    border-radius: 10px;
    font-size: 16px;
    font-family: Oswald, Arial Narrow, Arial, sans-serif;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    white-space: nowrap;
    display: inline-block;
}

#menu-bar {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 44px;
    width: 30px;
    margin-right: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: none;
}

.library {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 55px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 4px 12px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #c30007;
    font-size: 30px;
    cursor: pointer;
    height: 100%;
    box-sizing: border-box;
}

#show-library {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.line {
    width: 100%;
    height: 5px;
    background-color: #c30007;
    position: relative;
    -webkit-box-shadow: 2px 1px 2px white;
            box-shadow: 2px 1px 2px white;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.line:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #c30007;
    -webkit-box-shadow: 2px 1px 2px white;
            box-shadow: 2px 1px 2px white;
    -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: 5px;
    background-color: #c30007;
    -webkit-box-shadow: 2px 1px 2px white;
            box-shadow: 2px 1px 2px white;
    -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;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.line.active:before {
    top: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #c30007;
}

.line.active:after {
    top: 0;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    background-color: #c30007;
}

.search-box {
    min-width: 220px;
    overflow: hidden;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    border: 2px solid transparent;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
}

.txt-search {
    padding-left: 38px;
    background-color: transparent;
    color: #000;
    min-height: 38px;
    outline: none;
    padding-right: 15px;
    border: 2px solid #c30810;
    border-radius: 10px;
}

.txt-search::-webkit-input-placeholder {
    color: #333;
    font-weight: lighter;
    text-transform: uppercase;
}

.txt-search::-moz-placeholder {
    color: #333;
    font-weight: lighter;
    text-transform: uppercase;
}

.txt-search:-ms-input-placeholder {
    color: #333;
    font-weight: lighter;
    text-transform: uppercase;
}

.txt-search::-ms-input-placeholder {
    color: #333;
    font-weight: lighter;
    text-transform: uppercase;
}

.txt-search::placeholder {
    color: #333;
    font-weight: lighter;
    text-transform: uppercase;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

input:focus::-ms-input-placeholder {
    color: transparent;
}

input:focus::placeholder {
    color: transparent;
}

.search-button {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    width: 40px;
    height: 100%;
    top: 0;
    left: 0;
    color: #c30810;
}


/*mobi menu*/

.mobile-menu {
    width: 250px;
    height: 100%;
    position: fixed;
    left: -250px;
    top: 0;
    z-index: 99;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 231, 103, 1)), to(rgba(254, 182, 69, 1)));
    background: -o-linear-gradient(top, rgba(241, 231, 103, 1) 0%, rgba(254, 182, 69, 1) 100%);
    background: linear-gradient(to bottom, rgba(241, 231, 103, 1) 0%, rgba(254, 182, 69, 1) 100%);
    color: gray;
    -webkit-transition: left .5s ease;
    -o-transition: left .5s ease;
    transition: left .5s ease;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 74px 15px 0;
    overflow-y: auto;
}

#close-menu {
    position: absolute;
    width: 30px;
    height: 44px;
    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;
    color: #c30007;
    font-size: 30px;
    top: 15px;
    left: 15px;
}

.mobile-menu::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}

.mobile-menu::-webkit-scrollbar-thumb {
    background-color: #c30810;
    border-radius: 5px;
    cursor: pointer;
}

.search-box-mobile {
    width: 100%;
    height: 36px;
    display: none;
}

.txt-search2 {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .5);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -o-transition: background-color .25s, width .25s, opacity .25s;
    -webkit-transition: background-color .25s, width .25s, opacity .25s;
    transition: background-color .25s, width .25s, opacity .25s;
    outline: 0;
    font-size: 14px;
    box-sizing: border-box;
    color: #1a1a1a;
    padding-right: 40px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    text-indent: 15px;
}

.search-button2 {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    line-height: 36px!important;
    padding: 0 10px;
    font-size: 20px!important;
}

.mobile-menu>.b-item-header {
    display: block;
    margin-left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 15px;
}

.corona:hover {
    background-color: #565656;
    color: #fff;
}

.virus:hover {
    background: #FAC609;
    color: #2D0C51;
}

.toggle-libra {
    display: none;
}


/*game-item*/

.list_game_item {
    margin-top: 40px;
}

figure {
    height: 100%;
    position: relative;
    background: #000;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 5px black;
            box-shadow: 1px 1px 5px black;
}

.a-flash img {
    height: 100%;
    display: block;
}

.B_caption {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    color: #ffe493;
    font-size: 9pt;
    padding: 30px 10px;
    text-shadow: 0 0 5px #000;
    -webkit-transition: opacity 0.7s, -webkit-transform 0.5s;
    transition: opacity 0.7s, -webkit-transform 0.5s;
    -o-transition: transform 0.5s, opacity 0.7s;
    transition: transform 0.5s, opacity 0.7s;
    transition: transform 0.5s, opacity 0.7s, -webkit-transform 0.5s;
    opacity: 0;
}

.L_caption {
    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;
}

.a-flash:hover img {
    -webkit-transform: scale(.8) rotate(5deg);
        -ms-transform: scale(.8) rotate(5deg);
            transform: scale(.8) rotate(5deg);
}

.a-flash:hover .B_caption {
    opacity: 1;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
}

.title-found {
    font-size: 18px;
    color: #fff;
}

.not_found {
    padding: 8px 15px;
}

.search_found p {
    margin-top: 10px;
}

.content-box {
    background: rgba(1, 158, 240, 0.7);
    padding: 15px;
    margin: 15px 0;
    line-height: 2;
    color: #000;
    font-weight: 600;
}

.content-box ul,
.content-box ol {
    padding-left: 40px;
}

.content-box ul,
.content-box ol,
.content-box li {
    list-style: disc;
}


/*game-slug*/

.full-play {
    max-width: 1000px;
    background: rgba(1, 158, 240, 0.7);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 10px;
    margin-top: 40px;
}

#iframehtml5 {
    display: block;
}

.title-option,
.content-box>h2,
.content-box>h3,
.content-box>h4 {
    color: #F4523D;
    margin: 10px 0;
    text-transform: capitalize;
    text-align: left;
    color: #ffef74;
    text-shadow: 0px 1px 5px #004879, 0px 1px 15px #0084de;
}

.mini-tag {
    height: 28px;
    line-height: 28px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 10px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 10px rgba(0, 0, 0, 0.075);
    background-color: #c30810;
    font-size: 13px;
    padding: 0 8px;
    border-radius: 2px;
    margin-top: 10px;
    margin-right: 10px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    color: #fff;
    opacity: 0.9;
    text-transform: lowercase;
}

.action-controls {
    padding: 5px 0;
}

.action {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #fff;
    background-color: #c30810;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    margin: 0 5px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

hr {
    margin-top: 25px;
    width: 100%;
    padding: 0;
    border: none;
    height: 2px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgb(253, 126, 21, .9), rgba(0, 0, 0, 0));
    color: #333;
    text-align: center;
}

.ratefor {
    display: none;
}

#default-demo img {
    width: unset!important;
}

#default-demo {
    position: static;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
}

.exit-fullscreen {
    width: 48px;
    height: 48px;
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 100000;
    padding: 8px;
    background-color: rgba(0, 0, 0, 0.65);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    border-radius: 10px;
}


/*full-rate*/

#rating .text-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    overflow: hidden;
    white-space: nowrap;
    color: #000;
}

#rating .rating-element {
    display: flex;
}

#default-demo {
    width: -webkit-fit-content!important;
    width: -moz-fit-content!important;
    width: fit-content!important;
    margin-right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#default-demo img {
    width: 18px;
}

.rate-info {
    line-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}


/*footer*/

.description {
    padding: 25px 40px;
    border-top: solid 3px red;
}

.p-des {
    font-size: 12px;
    font-weight: 600;
}

.footer {
    text-align: center;
    padding: 15px 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 231, 103, 1)), to(rgba(254, 182, 69, 1)));
    background: -o-linear-gradient(top, rgba(241, 231, 103, 1) 0%, rgba(254, 182, 69, 1) 100%);
    background: linear-gradient(to bottom, rgba(241, 231, 103, 1) 0%, rgba(254, 182, 69, 1) 100%);
    margin-top: 2px;
}

.link {
    padding: 15px;
    font-size: 14px;
    text-transform: capitalize;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
    font-weight: 600;
    display: inline-block;
}

.cookies {
    margin: 0 auto;
    padding: 10px;
    letter-spacing: .1em;
    text-align: left;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 8;
    border-top: 1px solid #191616;
    height: 60px;
}

.cookies p {
    color: #fff;
    font-size: 13px;
}

.data {
    display: none;
}

.inside-cookies {
    padding: 0 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.inside-cookies .title-option {
    margin-top: 0;
    margin-bottom: 5px;
}

#back-to-top {
    position: fixed;
    right: 15px;
    bottom: 60px;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 4px;
    z-index: 7;
    font-size: 1.5rem;
    -webkit-transition: background 450ms cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s ease;
    -o-transition: background 450ms cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s ease;
    transition: background 450ms cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s ease;
    font-family: sans-serif;
    background: #222;
    color: #dedede;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}


/*pagination*/

.paging_section {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 25px;
    margin-bottom: 25px;
    float: left;
}

.button-cookies {
    line-height: 36px;
    padding: 0 10px;
    text-align: center;
    text-transform: capitalize;
    cursor: pointer;
    opacity: 0.9;
    color: #fff;
    background-color: #c30810;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 8px;
    -webkit-transition: none 0s ease 0s;
    -o-transition: none 0s ease 0s;
    transition: none 0s ease 0s;
}

.s_paging {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.go_top {
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #000;
    background-color: transparent;
    padding: 6px 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 3px;
    margin-right: 3px;
    cursor: pointer;
}


/*hover*/

.b-item-header:hover {
    background: #ff8100;
}

.search-box:hover {}

.link:hover {
    color: #3030ff;
}

.action:hover {
    background-color: #ff8100;
}

.mini-tag:hover {
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
    opacity: 1;
}

.bread-crumb-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: capitalize;
}

.bread-after:before {
    content: "»";
    margin: 0 5px;
}

.overwrite-breadcumb a:last-child {
    cursor: default;
}

@media (min-width:992px) {
    .mobile-menu {
        left: -250px!important;
    }
}

@media screen and (max-width: 991px) {
    .links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        line-height: 1.5;
        padding-top: 20px!important;
        padding-bottom: 20px!important;
        height: auto;
        border-width: 1px;
        border-top-width: 10px;
        border-bottom-width: 1px;
    }
    .link {
        margin: 0;
    }
    .link:after {
        content: "";
    }
    .menu-header {
        display: none;
    }
    #menu-bar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width: 767px) {
    .search-box-mobile {
        display: block;
    }
    .cookies {
        display: none!important;
    }
    .play-title {
        padding: 0;
    }
    .header .play-title::after {
        content: "";
    }
    .header .play-title::before {
        content: "";
    }
}

@media (max-width:500px) {
    .logo {
        display: none;
    }
	.action-controls{
		flex-wrap:wrap;
		justify-content:center;

	}
}