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;
    color: #13141c;
}

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{
    display:block;
    text-align:center;
    background:0 0;
    font-size:11px;
    margin:0;
    padding:0;
    color:#b3b3b3;
    opacity:.6
}
.horizontal-title{
    text-align:left!important
}

.ads, .ads-left, .ads-right {
    z-index: 100;
}

@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 {
    font-family: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    font-family: Roboto,sans-serif;
    font-size: 16px;
    color: #374151;
    background-color: #fff;
    font-weight: 400;
    line-height: 1.5;
}

a{
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    color: inherit;
}
p{
    margin-bottom: 10px;
}
ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4 {
    font-weight: normal;
    margin: 0;
    text-transform: capitalize;
}

table {
    border-collapse: collapse;
}

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

input, select, textarea, button {
    background-color: transparent;
    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;
}

.container {
    position: relative;
    max-width: 1290px;
    margin: 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;
    -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;
}
.center-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.al {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.loadingImage {
    width: 50px;
    height: 50px;
    background-color: transparent!important;
    -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);
    }
}
.loading_page{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 44px;
    height: 44px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 99;
}
.layer-loading{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
    background-color: rgba(35,39,65,.65);
}
.grid-clayover {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, 200px);
    gap: 10px;
    grid-auto-rows: 200px;
    grid-auto-flow: row dense;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.grid-item {
    padding: 0;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    display: inline-block;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    vertical-align: text-top;
}

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

.span-3x3 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
}
.span-ads{
    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;
}
.clear {
    clear: both;
}
.throw-ads-970x90, .throw-ads-300x600, .throw-ads-160x600, .throw-ads-300x250, .throw-ads-768x90, .throw-ads-468x60, .throw-ads-320x50, .span-ads, .throw-ads-200x200, .throw-ads-320x90{
    display: none;
}
.throw-ads-160x600{
    min-width: 160px;
    width: 160px;
}
.throw-ads-160x600-left{
    margin-right: 30px;
}
.throw-ads-160x600-right{
    margin-left: 30px;
}
.horizontal-ads{
    padding: 10px 0;
}
.vertical-ads{
    padding: 0 10px;
}
/*menu*/

.header__navigation{
    padding: 15px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color:#222;
    text-transform: capitalize;
    border-bottom:  1px solid #333;
}
.header__navigation--logo{
    margin-right: auto;
}
.header__navigation--searchbox{
    width: 100%;
    max-width: 250px;
    position: relative;
}
.searchbox-form-input{
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    font-size: 18px;
    padding-left: 10px;
    padding-right: 45px;
    border: 1px solid #777;
	background-color:#fff;
	border-radius:30px;
}
.searchbox-form-submit{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.header__navigation--parent{
    position: relative;
}
.header__navigation--dropdown{
    position: absolute;
    border-radius: 12px;
    background-color: #fff;
    -webkit-box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%), 0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%);
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%), 0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%);
    padding: 8px 0;
    left: 0;
    top: 100%;
    min-width: 200px;
    display: none;
    z-index: 1000;
}

.header__navigation--list ul li,.header__navigation--list ul li a, .header__navigation--list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__navigation--list li{
    padding: 12px;
    white-space: nowrap;
}
.header__navigation--dropdown >li{
    color: #5a5b75;
    padding: 8px 12px;
}

.header__navigation--parent{
    cursor: default;
}
.header__navigation--parent:hover, .header__navigation--list>li>a:hover{
    color: #aaa;
}
.header__navigation--dropdown a:hover{
    color: #fff;
}
.header__navigation--parent:hover .header__navigation--dropdown{
    display: block;
}
.header__navigation--icon{
    width: 44px;
    height: 44px;
    cursor: pointer;
    /* background-color: #0032d4; */
    border-radius: 4px;
    display: none;
    margin-left: auto;
}
.header__navigation--icon:hover svg{
    
}
.header__navigation--mobile{
    margin-top:8px;
    border-top: 1px solid hsla(0,0%,100%,.14);
    display: none;

}

.header__navigation--dropdown-mobile{
    padding-left: 40px;
}
.header__navigation--dropdown-mobile li, .header__navigation--dropdown-mobile li a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.header__navigation--dropdown-mobile li::before{
    content: "";
    position: absolute;
    top: 50%;
    left: -20px;
    width: 5px;
    height: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #0032d4;
}
.header__navigation--list-mobile li{
    padding: 8px 0;
}

/*game_item*/
#game-page{
    min-height: calc(100vh - 155px);
    /* padding: 15px 0; */
}
.site-header{
    margin: 15px 0;
}
.site-header > h1{
	font-size: 24px;
}
.bookmark{
    margin-right: 20px;
    cursor: pointer;
}
.bookmark--text{
    margin-left: 10px;
}
.header-site h1{
    text-transform: capitalize;
}
h1{
    font-weight: 500;
}
.secsion-game{
    padding: 0;
}
.games-child{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.a-child{
    width: 258px;
    padding: 15px;
    text-decoration: none;
    border-radius: 10px;
}

.a-child img{
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
}
.a-child:hover .child-title{
    text-decoration: underline;
}
.child-image{
    height: 151px;
    width: 100%;
    overflow: hidden;
}
.child-info{
    padding:4px 0;
}
.child-title{
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.child-excerpt{
    font-size: 13px;
    color: #2b2e3a;
    margin-bottom:10px;
}
.group-star svg{
    margin: 0 2px;
}
.rate-average{
    font-weight: 800;
    font-size: 14px;
    margin-left: 5px;
    color: #57422d;
    line-height: 16px;
}
.pagination{
    padding: 15px 0;
}
.s_paging{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.next_page{
    padding: 10px 16px;
    cursor: pointer;
    -webkit-box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    margin: 0 5px;
}
.next_page:hover{
    text-decoration: underline;
}
.active_{
    cursor: default;
    text-decoration: none;
    background-color: #37384e;
    color: #fff;
}
.bg-grey{
    /*background: #fbf9f5;*/
    padding: 15px 0;
}
footer{
    border-top: 1px solid #e9e9f2;
}
.navigation-footer > ul{
    text-align: center;
}
.navigation-footer > ul > li{
    display: inline-block;
    margin: 0 10px;
}

.header__navigation ul li > a, .header__navigation--item-parent{
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
	text-transform: uppercase;
}
.share-row{
    /*background-color: #219f2a1f;*/
    background-color: #eef1f6;
    padding: 15px 0;
    position: relative;
    box-shadow: 0 2px 8px rgb(18 17 36 / 4%), 0 4px 32px rgb(18 17 36 / 8%);

}
.share-row__title{
    font-size: 30px;
    font-weight: 600;
    margin: 15px 0;
}
.inline-share-row{
    max-width: 630px;
    margin: 15px auto;
}
.share-row__description{
    color: #8492a6;
    font-size: 14px;
    line-height: 1.5;
}
.bottom-fotter{
    background-color: #333;
    padding: 15px 0;
}
.link{
    padding: 10px 5px;
    display: block;
    color: #fff;
}
.link:hover{
    text-decoration: underline;
}

/*game_play*/

.grid-hearder .site-header{
    margin:0;
}

.grid-frame{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.frame-box-game{
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
#iframehtml5{
    min-height: 660px;
}

.bread-crumb-item{
    text-transform: capitalize;
    color: #6e6e6e;
	white-space:nowrap;
}
.bread-crumb-item:after{
    content: '/';
    font-size: 10px;
    color: #737f97;
    margin: 0 5px;
    font-weight: 600;
}
.bread-after:after{
    content: "";
}

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

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    5% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    8% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    12% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
    }
    18% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    5% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    8% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    12% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
    }
    18% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.scale-anim:hover{
    -webkit-animation: scale 3000ms infinite;
    animation: scale 3000ms infinite;
}
.text-area{
    line-height: 1.6;
    padding: 15px 0;
}
.text-area ul, .text-area ol{
    padding-left: 40px;
}
.text-area ul, .text-area li{
    list-style: disc;
}

.text-area h2,.text-area h3, .text-area h4{
	margin:revert;
	font-size:revert;
}
.text-area a{
	color:#0032d4;
}
.text-area img{
	max-width:100%;
	height: auto;
}
.target-link{
    display: inline-block;
    background-color: #fff;
    color: #13141c!important;
    font-size: 13px;
    border-radius: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right:10px;
    padding: 10px 20px;
    line-height: 24px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}
.target-link:hover{
    color: #b8b8b8!important;
}
.dmca-message{
    color:#9599ae;
    text-align: center;
    font-size: 13px;
    margin-top:10px
}
.header-game{
    height: auto;
    overflow: hidden;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 10px;
    text-align: left;
    background-color: #222;
    min-height: 50px;
}
.box-header{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.header-game-extend{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-game-extend > span{
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-game-extend > span > svg{
    width: 24px;
    height: 24px;
    fill: #fff;
}
.exit-fullscreen{
    width: 36px;
    height: 36px;
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 100000;
    padding: 6px;
    background-color: rgba(0,0,0,0.65);
    box-sizing: border-box;
    cursor: pointer;
}
.clipboard-share{
    position: fixed;
    z-index: 100;
    background-color: #fff;
    padding: 16px;
    border-radius: 8px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 300px;
    min-height: 45px;
}
.hide-zindex{
    z-index: -20;
    visibility: hidden;
}
.close-sharing-box{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    background-color: rgba(0,0,0,0.65);
    display: none;
}
.inline-sharing-box h3{
    margin-bottom: 10px;
    color: #000;
}
/*rate*/
#rating{
    font-family: inherit;
    color: inherit;
    margin-bottom: 15px;
}
#rating .text-center{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
}
#rating .rating-element{
    display: inline-block;
    color: inherit;
    margin: 0;
    line-height: 30px;
}
#default-demo{
    width: -webkit-fit-content!important;
    width: -moz-fit-content!important;
    width: fit-content!important;
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#default-demo img{
    width: 30px;
}
.rate-info{
    line-height: 30px;
    letter-spacing: -0.5px;
}
h1.home-title{
    font-weight: 500;
    font-size: 20px;
    margin: 0.67em 0;
}
.search__form--mobile{
    display: none;
    padding: 8px 0;
}
.printable__list{
	margin: 0 -10px;
	padding: 10px 0;
}
.printable__list--item{
	width: 25%;
	padding: 10px;
}
.printable__list--item > a{
	display: block;
	border: 3px solid #000;
}
.printable__list--item > a > img{
	width: 100%;
	height: 100%;
	display: block;
}
.printable__list-link{
	display: block;
	text-align: center;
	padding: 4px 10px;
	color:#2196f3;
}
@media (min-width:1366px){
    .throw-ads-160x600{
        display: block;
    }
}

@media (max-width:1289px){
    .games-child{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (min-width: 1080px){
    .throw-ads-160x600-right{
        display: block;
    }
    .throw-ads-768x90{
        display: block;
    }
}
@media (max-width:1079px){
    .throw-ads-320x90{
        display: block;
    }
	.printable__list--item{
		width: 33.33%;
	}
}
@media(min-width:992px){
    .header__navigation--mobile{
        display: none!important;
    }
}
@media (max-width:991px){
    .header__navigation--menu{
        display: none;
    }
    .header__navigation--icon{
        display: flex;
    }
	
}
@media(max-width:850px){
	.printable__list--item{
		width: 50%;
	}
}
@media (max-width:767px){
    .header__navigation--searchbox{
        display: none;
    }
    .search__form--mobile{
        display: block;
    }
	
}
@media (max-width: 500px){
	.printable__list{
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.printable__list--item{
		width: 100%;
		max-width: 400px;
	}
	.
}