@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400;500;600;700&display=swap');
/*!This file is auto-generated*/
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none
}

.wp-pagenavi {
    clear: both
}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #bfbfbf;
    padding: 3px 5px;
    margin: 2px
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #F2E41D;
    background: #2076b5;
}

.wp-pagenavi span.current {
    font-weight: 700
}

.simplefavorite-button.active {
    opacity: .7
}

.simplefavorite-button.has-count {
    position: relative
}

.simplefavorite-button.preset {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: 0 0;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1), 1px 1px 1px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1), 1px 1px 1px 0 rgba(0, 0, 0, .1);
    padding: .5em 1em .5em 2em;
    position: relative;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.simplefavorite-button.preset:active, .simplefavorite-button.preset:focus {
    outline: none
}

.simplefavorite-button.preset i {
    position: absolute;
    font-size: 1.3em;
    left: .3em
}

.simplefavorite-button.preset:hover {
    background-color: #333;
    border-color: #333;
    color: #fff;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.simplefavorite-button.preset.active {
    background-color: #333;
    color: #fff;
    border-color: #333;
    opacity: 1
}

.simplefavorites-loading {
    margin-left: 8px
}

.sf-icon-spinner-wrapper {
    display: inline-block;
    position: relative;
    min-width: 1em;
    min-height: 1em
}

.sf-icon-spinner {
    -webkit-animation: sf_rotate linear 2s infinite;
    animation: sf_rotate linear 2s infinite;
    position: absolute;
    top: .15em;
    left: 0
}

@-webkit-keyframes sf_rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
}

@keyframes sf_rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
}

.favorites-list {
    list-style: none
}

.favorites-list li {
    zoom: 1;
    border-top: 1px solid rgba(0, 0, 0, .2);
    padding: .75em 0;
    margin: 0
}

.favorites-list li:before, .favorites-list li:after {
    content: " ";
    display: table
}

.favorites-list li:after {
    clear: both
}

.favorites-list li img {
    float: left;
    margin-right: 1em
}

.simplefavorites-modal-backdrop {
    position: fixed;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, .85);
    top: 0;
    left: 50%;
    z-index: 998;
    opacity: 0;
    -webkit-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease
}

.simplefavorites-modal-backdrop.active {
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 1;
    -webkit-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease
}

.simplefavorites-modal-content {
    z-index: 999;
    position: fixed;
    top: -200%;
    left: 50%;
    width: 50%;
    background-color: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    -webkit-box-shadow: 2px 2px 20px 0 rgba(51, 51, 51, .5);
    box-shadow: 2px 2px 20px 0 rgba(51, 51, 51, .5)
}

.simplefavorites-modal-content.small {
    width: 400px
}

.simplefavorites-modal-content.active {
    top: 50px;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.simplefavorites-modal-content.loading .modal-content-body {
    display: none
}

.simplefavorites-modal-content.loading .modal-content-loading {
    display: block
}

.simplefavorites-modal-content-body {
    padding: 1em;
    max-height: 300px;
    overflow: auto;
    zoom: 1
}

.simplefavorites-modal-content-body:before, .simplefavorites-modal-content-body:after {
    content: " ";
    display: table
}

.simplefavorites-modal-content-body:after {
    clear: both
}

.simplefavorites-modal-content-body.no-padding {
    padding: 0
}

.simplefavorites-modal-content-body.has-footer {
    padding-bottom: 0
}

.simplefavorites-modal-content-interior {
    padding: 1em;
    padding-bottom: 0
}

.simplefavorites-modal-content-footer {
    zoom: 1;
    padding: .7em;
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    background-color: rgba(51, 51, 51, .1)
}

.simplefavorites-modal-content-footer:before, .simplefavorites-modal-content-footer:after {
    content: " ";
    display: table
}

.simplefavorites-modal-content-footer:after {
    clear: both
}

.simplefavorites-button-consent-deny {
    float: left;
    opacity: .7
}

.simplefavorites-button-consent-accept {
    float: right
}

@media (max-width: 767px) {
    .simplefavorites-modal-content {
        width: 90%
    }

    .simplefavorites-modal-content.active {
        top: 20px
    }

    .simplefavorites-modal-content-body {
        height: 300px;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        overflow-x: hidden
    }
}

@media print {
    .simplefavorites-modal-backdrop, .simplefavorites-modal-content {
        display: none
    }
}

@font-face {
    font-display: swap;
    font-family: favorites;
    src: url(../../../plugins/favorites/assets/css/fonts/favorites.eot)
}

@font-face {
    font-display: swap;
    font-family: favorites;
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBwcAAAC8AAAAYGNtYXClTaJoAAABHAAAAIxnYXNwAAAAEAAAAagAAAAIZ2x5Ztq6v+MAAAGwAAAEVGhlYWQN7PEkAAAGBAAAADZoaGVhB8IDzgAABjwAAAAkaG10eCoAAgwAAAZgAAAANGxvY2EE9AZcAAAGlAAAABxtYXhwABEAdQAABrAAAAAgbmFtZWwpt2EAAAbQAAABnnBvc3QAAwAAAAAIcAAAACAAAwPNAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADqEAPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAcAAAABgAEAADAAgAAQAg5gHofeia6Nzo5ul76dnqEP/9//8AAAAAACDmAOh96Jro3Ojm6Xvp2eoQ//3//wAB/+MaBBeJF20XLBcjFo8WMhX8AAMAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAIAIP/2A+ADigARABsAAAEfATMPAR8BLwEPAT8BLwEzNxMDIQUDJQUDLQECADMN1oknDTOJJyaKNw0nidYQQHP+kwEmcAEqASZwASr+kwK9oy1jGi2jYxoaY6MtHWYtAWr+o9r+o9fXAV3XAwAAAAABACD/9gPgA4oACQAAAQ0BEyUFEyUhEwJzAW3+1nD+2v7WcP7aAW1zAi0D1/6j19MBXNcBXQAAAAEAVgAdA6oDKwAbAAAlJy4DNTQ+AjMyFhc+ATMyHgIVFA4CBwIAPlKHXzQkP1UyN2YjImY4MVY/JDRfhlMdOEt/dHE9MVY/JDIoKDIkP1YxPXF2f0sAAAADAFYAAQOqA1UAFQAhADsAAAE+ATU0JiMiBg8BJy4BIyIGFRQWHwEBMjY1NCYjIgYVFBYFHgEVFAYHAQ4BIyImJwEuATURNDYzITIWFwLgDxE+LBYnDyAeDyYXKz8PD7b+wBslJRsbJSUCwwwMDAz+1AweEhIeDP6ADAwxIwEsEh4MAR8PJhcrPw8PICAPDz8rFyYPtgIYJRsbJSUbGyXEDB4SEh4M/tQMDAwMAYAMHhIBLCIyDAwAAgAqACsD1gOBABwAIAAAAQczFRQGBwMOASMhIiY1ETQ2NwEXHgEdAQchMhYBETMRA9YCAgMDggkqG/6AIjQODAEYLgkJKgEOIjT8VKwCAQRSCRAH/tQXHTMjAaoSHgwBGi4JFg0OxDL+CAIA/gAAAAEA1gArAyoDKwAKAAABMhYVESUFETQ2MwLWIjL+1v7WMSMDKzQi/VaAgAKqIjQAAAIAIP/wBAADsAA6AHIAAAEuAScuAScuAScuAQcOAQcOAQcOAQcOARceARceARceARceATc+ATc+ATc+ATc+ATc6ATMyNjU8ATUxBw4BBw4BBw4BJy4BJy4BJy4BJy4BNz4BNz4BNz4BNz4BFx4BFx4BFx4BFx4BBzEcARUUFhcOAQcEAAEVFRQ5JCNULi1hMTFfLC1PISE0ERIQAQEUExM2ISJOKytaLi5ZKSlLHh8xEAkOAwECARslZhEzHx9JKChVKipTJyZFHR0sDw8OAQESEBEuHR5DJSVPJydNJCNAGhspDg0NASEYBQ8LAcAyYy0uUiIjNRISEQEBFRMUNyMiUS0sXi8vXCsrTSAgMhAREAEBFBISNCEgTCkZNBslGwEDAaooRx4eLhAPDwEBEhERMR4eRyYnUSkpUCUlQhwbKw4PDQEBERAQLRwcQSQjSyYBAwEZJAMaMxgAAAEAAP/ZBAADpwAKAAABJQsBDQEDJQUDJQQA/p6env6eAQA8ATwBPDwBAAIzMwFB/r8z+v6gpqYBYPoAAAEAAAAgBAADQAAFAAAJAScHCQEDYP4g4KABgAKAA0D+IOCg/oACgAABAAAAAQAAvj/AY18PPPUACwQAAAAAANVm1k8AAAAA1WbWTwAA/9kEAAOwAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAQAAAEAAAAAAAAAAAAAAAAAAAANBAAAAAAAAAAAAAAAAgAAAAQAACAEAAAgBAAAVgQAAFYEAAAqBAAA1gQAACAEAAAABAAAAAAAAAAACgAUAB4AVgByAJ4A+gEyAUoB+AIWAioAAQAAAA0AcwADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAkAAAABAAAAAAACAAcAcgABAAAAAAADAAkAPAABAAAAAAAEAAkAhwABAAAAAAAFAAsAGwABAAAAAAAGAAkAVwABAAAAAAAKABoAogADAAEECQABABIACQADAAEECQACAA4AeQADAAEECQADABIARQADAAEECQAEABIAkAADAAEECQAFABYAJgADAAEECQAGABIAYAADAAEECQAKADQAvGZhdm9yaXRlcwBmAGEAdgBvAHIAaQB0AGUAc1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZhdm9yaXRlcwBmAGEAdgBvAHIAaQB0AGUAc2Zhdm9yaXRlcwBmAGEAdgBvAHIAaQB0AGUAc1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZhdm9yaXRlcwBmAGEAdgBvAHIAaQB0AGUAc0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format("truetype");
    font-weight: 400;
    font-style: normal
}

[class^=sf-icon-], [class*=" sf-icon-"] {
    font-family: favorites !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.sf-icon-spinner:before {
    content: "\e97b"
}

.sf-icon-favorite:before {
    content: "\e9d9"
}

.sf-icon-checkmark:before {
    content: "\ea10"
}

.sf-icon-bookmark:before {
    content: "\e8e6"
}

.sf-icon-love:before {
    content: "\e87d"
}

.sf-icon-wishlist:before {
    content: "\e89a"
}

.sf-icon-like:before {
    content: "\e8dc"
}

.sf-icon-star-empty:before {
    content: "\e600"
}

.sf-icon-star-full:before {
    content: "\e601"
}

* {
    margin: 0;
    border: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

html {
    font-size: 100%
}

body, button, input, select, textarea {
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: 16px;
    line-height: 27px;
    font-display: swap;
    font-weight:400
}


h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font: inherit;
    font-weight: 700
}

.blcnbx h2 {
    font-weight: 700;
    font-size: 24px;
    color: #f2e41d;
    margin-bottom: 10px;
	text-transform:uppercase;
}

.blcnbx h3, .blcnbx h4 {
    font-weight: 700;
    font-size: 24px;
    color: #f2e41d;
    margin-bottom: 10px
}

.responsiveimg {
    width: 100%;
    height: auto
}

.produzetak {
    width: 100%;
    height: 115px;
    position: absolute;
    z-index: 1;
    background: linear-gradient(to bottom, #366cb9 0%, #0a1970 100%)
}

.list li {
    list-style-type: circle;
    margin-left: 20px
}

.grid-container, .yarpp-related {
    display: grid;
    grid-template-columns:repeat(auto-fill, 160px);
    grid-auto-flow: row dense;
    justify-content: center;
    grid-gap: 20px
}

.grid-container-small {
    display: grid;
    grid-template-columns:repeat(auto-fill, 70px);
    grid-auto-flow: row dense;
    justify-content: center;
    grid-gap: 20px
}

.grid-2x2 {
    grid-column: auto/span 2;
    grid-row: auto/span 2
}

.pstcnt_mala .tooltip {
    width: 200px;
    text-align: center;
    border-radius: 5px;
    bottom: 80px;
    left: 50%;
    font-weight: 700;
    margin-left: -100px;
    background: #f2e41d;
    color: #000;
    font-size: 12px;
    display: block;
    opacity: 0;
    padding: 5px;
    pointer-events: none;
    position: absolute;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, .28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, .28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, .28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, .28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .28)
}

.pstcnt_mala .tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%
}

.pstcnt_mala .tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #f2e41d 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0
}

.pstcnt_mala:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.lte8 .pstcnt_mala .tooltip {
    display: none
}

.lte8 .pstcnt_mala:hover .tooltip {
    display: block
}

#nav-menu-item-15334 a {
    background: brown
}

button, input {
    overflow: visible;
    line-height: normal
}

button, input, select, textarea {
    vertical-align: top
}

input, textarea, input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], input[disabled] {
    cursor: default
}

select, input[type=file] {
    height: 20px;
    line-height: 20px
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

textarea {
    overflow: auto;
    resize: none
}

em, i {
    font-style: italic
}

th {
    font-weight: 400
}

strong, b, dt {
    font-weight: 700
}

hr {
    border: solid #f5f5f5;
    border-width: 1px 0 0;
    margin: 20px 0
}

a {
    text-decoration: none
}

a hover {
    cursor: pointer
}

del {
    text-decoration: line-through
}

table {
    width: 100%
}

ul {
    list-style: none
}

.post img {
    margin: 3px
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

code {
    background-color: #fef9e7;
    padding: 0 10px;
    display: inline-block
}

abbr[title] {
    text-decoration: underline;
    cursor: help
}

:focus {
    outline: 0
}

[class*=botn], [class*=licos] li:before, [class*=licob] li a:before, [class*=icona-]:after, [class*=iconb-]:before, [class*=generic-button] a {
    display: inline-block;
    vertical-align: top;
    margin-top: 0
}

[class*=licos] li:before, [class*=licob] li a:before {
    content: ""
}

.clfl:after, .cont:after, [class^=hdcn]:after, [class^=bdcn]:after, [class^=ftcn]:after, article:after, article header:after, article section:after, article footer:after, .frmspr:after, [class*=frmcols]:after, [class*=lstli]:after, .bltitl:after, .padder:after, .item-list-tabs:after, ul#activity-stream li.activity-item:after, .activity-inner:after {
    content: "";
    clear: both;
    display: table;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden
}

nav a, [class*=botn], button, input, .mt_input, .mt_input i, .mt_input:before, .menucn ul, .socsl > li span, .pstcnt figure a:after, .pstcnt header, .iconb-menu, .iconb-game, .bx-controls a, .widget_tag_cloud a, .menusr ul, .game_opts a, [class*=generic-button] a, li.load-more a {
    transition: all .2s
}

[class*=botn], [class*=rnd5], .pstgms .pstcnt figure a:after, .wp-pagenavi a, .wp-pagenavi span, .tagcloud a, .widget_display_stats dd strong, .menusr ul, span.activity, .widget_mabp_recent_games .bx-controls a, .navcom a, .navcom span, .imgcnt, .lstabs > li > a > span > strong, .gamecnt, [class*=generic-button] a, li.load-more a, .widget_display_replies li div, .widget_display_topics li div, .widget_recent_entries .post-date {
    border-radius: 5px
}

.mt_label.radio .mt_input, .mt_label.radio .mt_input i, [class*=rnd50], .pstcnt .iconb-game, .pstcnt .iconb-game span, #progressbar > div > span, .item-list-tabs li a span {
    border-radius: 50%
}

[class*=flol], [class*=lstli] > li, .alignleft, .align-left {
    float: left
}

.maau, .aligncenter, .align-center {
    display: block;
    margin: auto
}

[class*=flor], .alignright, .align-right {
    float: right
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

.background-placeholder {
    background: #fff url(../../../themes/arcadexls/img/loader.gif) no-repeat center center
}

[class*=ictxt], [class*=icona-]:after, [class*=iconb-]:before, .menu-item-has-children > a:after, .checkbox .mt_input:before, .bx-prev, .bx-next, .wp-pagenavi a.previouspostslink:before, .wp-pagenavi a.nextpostslink:before, .wp-pagenavi a.prev:before, .wp-pagenavi a.next:before, .blkcnt li a:before, .widget_recent_comments li:before, .logout-link:before, .logout:before, .remove-parent:after, .widget_myscore_latest_scores li:before, .comment-reply-link:before, .picker-checkbox .picker-flag:before, .icon-folder-open:before, a.button.fav:before, a.button.unfav:before, .activity-header .activity-date:before, span.activity:before, .activity-meta .acomment-reply:before, .activity-meta .delete-activity-single:before, .acomment-options .acomment-reply:before, .acomment-options .acomment-delete:before, .activity-meta .delete-activity:before, .widget_myscore_leaderboard .playerinfo > center > div:before, .widget_display_replies li div:before, .widget_display_topics li div:before, .widget_recent_entries .post-date:before, .bx-loading:before, .widget_myscore_todays_scores .bltitl + ul > li:before, .ui-icon-closethick:before {
    font-family: "Font Awesome\ 5 Pro";
    font-weight: 900;
    font-style: normal;
    font-size: 14px;
    text-decoration: inherit;
    width: auto;
    height: auto;
    line-height: inherit
}

.iconb-home:before {
    content: "\f015"
}

.iconb-cate:before, .widget_categories li a:before, .icon-folder-open:before {
    content: "\f192"
}

#nav-menu-item-14883 .iconb-cate:before, #nav-menu-item-14883 .widget_categories li a:before, #nav-menu-item-14883 .icon-folder-open:before {
    content: "\f0f4"
}

.iconb-rand:before {
    content: "\f074"
}

.iconb-reddit:before {
    content: "\f1a1"
}

.iconb-game:before {
    content: "\f8bc"
}

.iconb-srch:before {
    content: "\f002"
}

.iconb-face:before {
    content: "\f09a"
}

.iconb-twit:before {
    content: "\f099"
}

.iconb-goog:before {
    content: "\f0d5"
}

.iconb-yout:before {
    content: "\f167"
}

.iconb-pinterest:before {
    content: "\f0d2"
}

.iconb-rss:before {
    content: "\f09e"
}

.iconb-btop:before {
    content: "\f077"
}

.iconb-menu:before {
    content: "\f0c9"
}

.icona-clos:after, .remove-parent:after, .activity-meta .delete-activity-single:before, .acomment-options .acomment-delete:before, .activity-meta .delete-activity:before, .ui-icon-closethick:before {
    content: "\f00d"
}

.iconb-load:before {
    content: "\f110"
}

.iconb-hert:before, a.button.fav:before, a.button.unfav:before, .wpfp_widget_view li a:before, .wpfp_users_favorites_widget_view li a:before {
    content: "\f004"
}

.iconb-comt:before {
    content: "\f075"
}

.iconb-trop:before, .widget_myscore_latest_scores li:before, .widget_myscore_leaderboard .playerinfo > center > div:before, .widget_myscore_todays_scores .bltitl + ul > li:before {
    content: "\f091"
}

.iconb-date:before {
    content: "\f073"
}

.iconb-tags:before {
    content: "\f02b"
}

.iconb-rate:before {
    content: "\f164"
}

.widget_views li a:before {
    content: "\f06e"
}

.menu-item-has-children > a:after {
    content: "\f078"
}

.checkbox .mt_input:before, .picker-checkbox .picker-flag:before {
    content: "\f00c"
}

.wp-pagenavi a.prev:before, .wp-pagenavi a.previouspostslink:before, .iconb-prev:before {
    content: "\f053"
}

.wp-pagenavi a.next:before, .wp-pagenavi a.nextpostslink:before, .iconb-next:before {
    content: "\f054"
}

.widget_archive li a:before {
    content: "\f073"
}

.widget_nav_menu li a:before, .widget_meta li a:before {
    content: "\f0c1"
}

.widget_pages li a:before, .widget_myarcadecontest_finished_contest li a:before {
    content: "\f15b"
}

.widget_recent_comments li:before {
    content: "\f075"
}

.widget_recent_entries li a:before, .widget_display_forums li a:before, .widget_display_views li a:before, .widget_myarcadecontest_active_contest li a:before {
    content: "\f0f6"
}

.activity-header .activity-date:before, span.activity:before, .widget_display_replies li div:before, .widget_display_topics li div:before, .widget_recent_entries .post-date:before {
    content: "\f017"
}

.bx-loading:before {
    content: "\f110"
}

span.activity, .widget_display_replies li div, .widget_display_topics li div, .widget_recent_entries .post-date {
    background-color: rgba(0, 0, 0, .05)
}

.hdcn1 {
    z-index: 999
}

.hdcn1:after, .navcnt:before, .usrbx:after, .btnshd:before, .menusr ul li:hover {
    background-color: rgba(0, 0, 0, .1)
}

.hdcn2:before, .logo:after, .navcnt:after, .usrbx:before, .btnshd:after, .srcsoc:before {
    background-color: rgba(255, 255, 255, .1)
}

[class*=rgba1], .btnshd .botn:before, .menucn ul ul li:hover a, .advmnt:after, .bltitl.lstabs a, #progressbar {
    background-color: rgba(0, 0, 0, .2)
}

.pstcnt figure a:after, .single .ui-dialog:before {
    background-color: rgba(0, 0, 0, .5)
}

.pstcnt figure a:after, .lstfavgms .remove-parent, .menusr ul, .pstcnt header, .fade, .tooltip, .modal-backdrop.fade {
    opacity: 0
}

.menucn > ul > li > a:before, .menucn > ul > li > a:after, .menucn ul ul a, .srchbx button:hover, .bx-controls-direction a.disabled, .brdcrm a, .brdcrm strong, .game_opts a, .modal-backdrop.in {
    color: #0a1970
}
.flash-container{
    margin-bottom:-8px;
}
.tooltip.in {
    opacity: .9
}

.menucn > ul > li:hover > a:before, .menucn ul ul a:hover, .srchbx button:active, .pstcnt:hover figure a:after, .brdcrm a:hover, .lstfavgms li:hover .remove-parent, .menusr li:hover ul, .mycnt [class*=botn]:hover, .game_opts a:hover, .pstcnt:hover header, .fade.in, [class*=generic-button] a:hover, li.load-more a:hover {
    opacity: 1
}

.wrpp {
    margin: auto;
    min-width: 320px;
    max-width: 1420px;
    display: flex;
    flex-direction: column;
    position:relative;
    z-index: 22
}

.centriraj {
    text-align: center
}

.hdcn {
    font-size: 13px;
    margin-bottom: 20px;
    position: relative;
    z-index: 3
}

.logo {
    height: 60px;
    padding: 5px 15px 5px 6px;
    z-index: 1
}

.btnshd {
    padding: 15px 10px;
    height: 60px
}

.btnshd > li {
    padding: 0 5px
}

.btnshd .botn {
    height: 30px;
    line-height: 30px;
    padding: 0 10px 0 0;
    font-size: 12px
}

.btnshd .botn:before {
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 5px 0 0 5px;
    margin-right: 10px
}

.navcnt {
    padding: 15px 10px;
    height: 60px;
    text-transform: uppercase;
    font-weight: 700;
    z-index: 2
}

.menucn > ul > li {
    float: left;
    padding: 0 5px;
    position: relative
}

.menucn > ul > li > a {
    display: block;
    border-radius: 5px;
    font-weight: 700;
    padding: 0 10px;
    line-height: 30px;
    background: #ffffff;
    color: #0a1970;
}

.menucn > ul > li > a:before {
    margin-right: 5px
}

.menucn > ul > li > a:after {
    margin-left: 5px
}

.widget_nav_menu .menu-item-has-children > a:after {
    display: none
}

.srcsoc {
    padding: 10px;
    margin: 0
}

section.srcsoc:before {
    left: -1px
}

.socsl > li {
    margin-left: 5px;
    display: inline-block;
    vertical-align: top;
    height: 30px
}

.socsl > li:first-child {
    margin-left: 0
}

.socsl > li a {
    display: block
}

.socsl > li span, .socsl > li span:before, .iconb-menu:before {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px
}

.socsl > li span, .iconb-menu {
    font-size: 0;
    display: inline-block
}

.logo:after, .usrbx:before, .usrbx:after, .btnshd:before, .navcnt:before, .navcnt:after, .srcsoc:before {
    content: '';
    position: absolute;
    width: 1px;
    top: 0;
    bottom: 0;
    left: 0
}

.logo:after, .usrbx:before, .navcnt:after {
    right: 0;
    left: auto
}

.btn-collapse {
    background-color: transparent;
    padding: 0;
    line-height: 0;
    position: absolute;
    top: -45px;
    right: 15px
}

.btn-collapse:active {
    box-shadow: none
}

.btn-collapse span {
    vertical-align: top
}

.bdcn {
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
    min-height: 90vh;
}

.bdcn > :last-child, .cont > :last-child, .sdbr > :last-child, .blcnbx p.form-submit {
    margin-bottom: 0
}

.bnrsld {
    margin-bottom: 20px;
    min-height: 110px;
    padding: 10px;
    clear: both
}

.bnrsld .bnr728 {
    max-width: 738px
}

.sldrgmcnt, .sldrgmcnt .bx-viewport, .sldrgm {
    height: 90px
}

.sldrgmcnt {
    padding-left: 200px;
    padding-right: 35px;
    width: 925px
}

.sldrgmcnt .bx-prev, .sldrgmcnt .bx-next {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center
}

.sldrgmcnt .bx-prev {
    left: -30px
}

.sldrgmcnt .bx-next {
    right: -30px
}

.sldrgm {
    overflow: hidden
}

.sldrgm > li {
    float: left
}

.sldrgm .pstcnt figure a {
    padding: 0
}

.sldrgm .pstcnt figure, .sldrgm .pstcnt figure img {
    width: 90px;
    height: 90px
}

.sldrgm .pstcnt:hover .iconb-game {
    top: 0
}

.sldrgm .pstcnt .iconb-game {
    top: 200px;
    bottom: 0;
    width: 50px;
    height: 50px
}

.sldrgm .pstcnt .iconb-game span, .sldrgm .pstcnt .iconb-game:before {
    width: 40px;
    height: 40px;
    line-height: 39px
}

.sldrgm .pstcnt .iconb-game:before {
    font-size: 20px
}

.sldr-title, .sldr-title:before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -40px
}

.sldr-title {
    left: 40px;
    line-height: 20px;
    font-size: 20px;
    height: 40px
}

.sldr-title strong {
    display: block
}

.sldr-title:before {
    width: 30px;
    text-align: center;
    font-size: 20px;
    height: 30px;
    line-height: 30px
}

.bx-wrapper {
    position: relative
}

.bx-controls a.disabled {
    cursor: default
}

.pstgms > li {
    padding: 0 10px;
    margin-bottom: 20px;
    width: 170px
}

.pstcnt {
    position: relative;
    width: 156px;
    height: 156px;
    float: left
}

#content .pstcnt:hover {
    transform: scale(1.06);
    transition: all .2s
}

.pstcnt figure {
    width: 150px;
    height: 150px
}

.pstcnt img, .imgcnt img {
    width: 150px;
    height: 150px;
    border-radius: 5px;
    object-fit: cover;
}

.pstcnt figure a, .imgcnt {
    padding: 5px;
    display: block
}

.pstcnt figure a:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 5px
}

.pstcnt {
    border-radius: 5px
}

.pstcnt header {
    height: 0;
    overflow: hidden;
   left: 4px;
    right: 4px;
    bottom: 4px;
    position: absolute;
    border-radius: 0 0 5px 5px;
    text-align: center;
    padding: 0 5px
}

.pstcnt header h2, .pstcnt header p {
    font-size: 12px;
    line-height: 20px
}

.pstcnt header h2, .pstcnt header p {
    margin-bottom: 0
}

.pstcnt header h2,.pstcnt header span {
    font-weight: 700;
        color: #fff;
    font-size: 12px;
    line-height: 1;
}

.pstcnt header p a:hover {
    text-decoration: underline
}

.pstcnt:hover header {
    padding: 20px 5px 5px;
    overflow: visible;
    height: 45%
}

.pstcnt .iconb-game {
    width: 40px;
    height: 40px;
    padding: 5px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -20px;
    z-index: 2
}

.pstcnt .iconb-game span, .pstcnt .iconb-game:before {
    width: 30px;
    height: 30px;
    display: block
}

.pstcnt .iconb-game:before {
    font-size: 16px;
    text-align: center;
    line-height: 29px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.pstcnt .iconb-game span {
    font-size: 0
}

.advmnt {
    padding: 20px;
    height: 340px;
    width: 340px
}

.pstcnt_mala {
    width: 70px;
    height: 70px
}

.pstcnt_mala figure {
    width: 66px;
    height: 66px
}

.pstcnt_mala img {
    width: 66px;
    height: 66px;
    border-radius: 5px;
    margin: 2px
}

.pstcnt_mala header {
    height: 0;
    overflow: hidden;
    left: 2px;
    right: 2px;
    bottom: 2px;
    position: absolute;
    border-radius: 0 0 2px 2px;
    text-align: center;
    padding: 0 5px
}

.pstcnt_mala:hover header {
    padding: 0;
    overflow: visible;
    height: 45%
}

.advmnt-a:after {
    line-height: 50px;
    content: "Advertisement";
    display: block;
    text-align: center;
    border-radius: 5px;
    margin: 0 0 5px;
    background: brown;
    color: #fff;
    font-size: 12px;
    font-weight: 500
}

.navshr {
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
    gap: 10px;
    padding-bottom: 18px;
}
.categories_list{
	display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
    gap: 10px;
}

.brdcrm {
    font-size: 12px
}

.brdcrm span {
    padding: 0 5px 0 0;
    color: #fff
}

.brdcrm a:before {
    margin-right: 5px
}

.title {
    padding: 10px;
    font-size: 30px;
    margin-bottom: 20px
}

.cont {
    margin-bottom: 20px
}

.blkcnt .blcnbx {
    margin-bottom: 15px;
    padding: 20px
}

.wp-caption {
    border: 1px solid #f2f3f7;
    padding: 10px;
    text-align: center
}

.wp-caption p {
    margin-bottom: 0;
    padding-top: 10px
}

.post-blog-single {
    border-radius: 5px
}

.post-blog .blcnbx > section p:first-child {
    margin-bottom: 20px;
    font-size: inherit
}

.alignleft, .align-left {
    margin-right: 20px
}

.alignright, .align-right {
    margin-right: 20px
}

.alignleft, .align-left, .alignright, .align-right, .aligncenter, .align-center {
    margin-bottom: 20px
}

.game-brcn {
    padding: 5px 5px 0 10px;
    font-size: 12px;
    min-height: 30px;
    line-height: normal
}

.game-brcn :before {
    margin-right: 5px
}

.game-brcn div.flor span + span {
    margin-left: 15px
}

.game-brcn div.flol > span, .game-brcn div.flol > div.votcnt, .game-brcn div.flol > div.votcnt > div {
    float: left
}

.game-brcn div.flol > div.votcnt > div {
    margin-left: 10px
}

.scrlbr ul.pstgms, .scrlbr ul.pstgms > li {
    margin-bottom: 0
}

.pnf404 h1 {
    font-size: 60px;
    line-height: 70px
}

.pnf404 p {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px
}

.pnf404 .srchbx input {
    width: 100%
}

.shrpst li + li {
    width: 123px;
    margin-left: 5px
}

.shrpst li + li + li {
    width: 100px
}

.shrpst :before {
    margin-right: 5px
}

.shrpst img {
    vertical-align: top
}

.title-play {
    position: relative;
    text-align: center
}

.title-play > h1 {
    padding: 0 120px
}

.title-play > span {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    overflow: hidden
}

.title-play .iconb-prev {
    left: 15px
}

.title-play .iconb-prev a {
    padding-left: 20px
}

.title-play .iconb-prev:before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0
}

.title-play .iconb-next {
    right: 15px
}

.title-play .iconb-next a {
    padding-right: 20px
}

.title-play .iconb-next:before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0
}

.title-play > span a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 17px
}

.bltitl + div.tab-pane, .bltitl + div.lstabcn_cn {
    padding: 0
}

.bltitl.lstabs {
    padding: 10px 20px 0
}

.bltitl.lstabs a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    padding: 10px 15px;
    border-radius: 5px 5px 0 0
}

.bltitl.lstabs > li {
    margin-right: 5px
}

.lstabcn .navcom {
    border-top: 1px solid #e6e7eb;
    display: block;
    margin: 0
}

.lstabcn .navcom a, .lstabcn .navcom span {
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    min-width: 20px
}

.lstabcn .navcom li {
    margin-left: 0
}

.lstabcn .lstcmnts {
    padding: 20px 0
}

.navcom + .titin {
    border-top: 1px solid #e6e7eb
}

.titin {
    font-size: 16px;
    font-weight: 700;
    padding: 20px 20px 0
}

.lstabs > li > a > strong {
    display: none
}

.lstabs > li > a > span > strong {
    display: inline-block;
    vertical-align: top;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-left: 5px
}

.game {
    margin: 0 auto 20px;
    position: relative;
    display: table
}

.game_play {
    min-height: 100px
}

.gamecnt {
    max-width: 100%;
    padding: 0;
    position: relative;
    z-index: 1051;
    min-width: 300px;
    line-height: 0
}

.game_load {
    padding-top: 350px;
    position: relative
}

.bnr300 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

#progressbar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px
}

#progressbar > div {
    position: relative;
    height: 5px
}

#progressbar > div > span {
    font-size: 0;
    width: 15px;
    height: 15px;
    position: absolute;
    top: -5px;
    right: 0
}

.game_opts {
    width: fit-content;
    padding: 5px;
    z-index: 1;
    top: 20px;
    left: 0;
    line-height: 0;
    font-size: 0;
    text-align: center;
    margin: 0 auto;
    border-radius: 5px 5px 0 0
}

.game_opts > li {
    overflow: hidden;
    display: inline-flex
}

.game_opts > li img {
    position: absolute;
    visibility: hidden
}

.game_opts > li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 20px;
    display: block;
    margin-bottom: 5px
}

.game_opts > li:last-child a {
    margin-bottom: 0
}

form[name=select_all] textarea {
    max-height: 70px
}

.game-info.post-advrsm .blcnbx {
    /*padding-right: 240px;*/
    position: relative;
    /*min-height: 350px*/
}

.game-info.post-advrsm .bnrpst {
    position: absolute;
    top: 20px;
    right: 20px
}

.game-info .blcnbx > .imgcnt {
    float: left;
    margin-right: 20px;
    height: 160px;
    width: 160px
}

.game-info .blcnbx > section {
    text-align: justify
}

.game-info .footer {
    padding: 20px 20px 0;
    margin: 0 20px;
    background: #1a48ad;
    font-size: 12px;
    margin-bottom: 20px;
    border-radius: 5px
}

.game-info .footer :before {
    margin-right: 5px
}

.game-info .footer a, .game-info .footer strong,.category-item {
    margin: 0;
    background: #F2E41D;
    padding: 0 5px;
    box-shadow: 0px 8px 0px #fd9539;
    -webkit-box-shadow: 0px 8px 0px #fd9539;
    border-radius: 6px;
    position: relative;
    transition: margin-top 0.15s, margin-bottom 0.15s, border 0.15s, padding 0.15s, top 0.15s, bottom 0.15s, width 0.15s, height 0.15s, box-shadow 0.15s;
    display: inline-block;
    color: #000;
    bottom: 0;
    margin-bottom: 10px
}

.game-info .footer a, .activity-meta a,.category-item {
    font-weight: 700
}

.game-info .footer a:hover,.category-item:hover {
    bottom: -8px;
    box-shadow: 0px 0px 0px #00a0d1;
}

.activity-inner, .acomment-content {
    margin-bottom: 10px
}

.activity-meta, .acomment-options {
    padding-top: 10px;
    font-size: 12px
}

.activity-meta .acomment-reply, .activity-meta .delete-activity-single, .acomment-options .acomment-reply, .acomment-options .acomment-delete, .activity-meta .delete-activity {
    font-weight: 400;
    margin-right: 10px
}

.activity-meta .acomment-reply:before, .activity-meta .delete-activity-single:before, .acomment-options .acomment-reply:before, .acomment-options .acomment-delete:before, .activity-meta .delete-activity:before {
    margin-right: 5px
}

.activity-meta a span {
    font-weight: 700;
    display: inline-block;
    vertical-align: top
}

.bnrpst {
    width: 200px
}

.bnrpst > div {
    margin-bottom: 20px
}

.bnrpst a {
    display: block
}

#bordeswf {
    text-align: center
}

.navcom {
    margin: -5px -5px -5px 0;
    min-width: 280px;
    vertical-align: top;
    display: inline-block;
    font-size: 0
}

.navcom li {
    margin-left: 5px;
    display: inline-block;
    vertical-align: top
}

.navcom li a, .navcom li span {
    margin: 0
}

.navcom a.prev, .navcom a.next {
    font-family: "Font Awesome\ 5 Pro";
    font-size: 14px;
    font-weight: 400
}

.bltitl > h3 + .wp-pagenavi.navcom {
    text-align: right;
    float: right;
    margin-bottom: -5px
}

.bltitl > h3 + .wp-pagenavi.navcom a, .bltitl > h3 + .wp-pagenavi.navcom span {
    margin-bottom: 0
}

.pagination {
    overflow: hidden;
    margin-bottom: 20px
}

.pag-count {
    float: left
}

.pagination-links {
    float: right
}

.pagination-links span.current {
    font-weight: 700
}

.pagination-links a, .pagination-links span {
    min-width: 20px;
    text-align: center;
    margin: 0 2px;
    display: inline-block
}

.sdbr {
    width: 320px
}

.sdbr .advmnt {
    margin: 0 auto 20px;
    max-width: 320px
}

.blkcnt, .padder, ul#activity-stream li.activity-item {
    border-radius: 5px
}

.bltitl {
    border-radius: 5px 5px 0 0;
    padding: 10px;
    font-size: 20px;
    font-weight: 700
}

.bltitl > h1, .bltitl > h2, .bltitl > h3 {
    display: inline-block;
    vertical-align: top
}

.bltitl + form {
    padding: 20px
}

.bltitl + ul, .widget_nav_menu ul {
    padding: 10px 0
}

.bltitl + ul > li, .widget_nav_menu li a, .lstfavgms > li {
    line-height: 30px
}

.bltitl + ul > li > a, .widget_nav_menu li a, .widget_recent_comments ul li, .widget_myscore_latest_scores li {
    position: relative;
    display: block;
    padding-left: 50px;
    padding-right: 10px
}

.bltitl + ul > li > a:before, .widget_nav_menu li a:before, .widget_recent_comments li:before, .widget_myscore_latest_scores li:before, .widget_myscore_todays_scores .bltitl + ul > li:before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 0
}

.bltitl + ul > li > a:before, .widget_nav_menu a:before, .widget_recent_comments li:before, .widget_myscore_latest_scores li:before, .info-ics :before, .infcmt :before, .game-info footer :before, .activity-meta .acomment-reply, .activity-meta .delete-activity-single, .acomment-options .acomment-reply, .acomment-options .acomment-delete, .activity-meta .delete-activity, .widget_myscore_todays_scores .bltitl + ul > li:before {
    color: #ddd
}

#prev a, #next a {
    padding: 0 15px
}

#prev a {
    float: left
}

#next a {
    float: right
}

.tagcloud {
    font-size: 0;
    text-align: center
}

.tagcloud a {
    display: inline-block;
    font-size: 12px !important;
    margin: 2px;
    padding: 0 10px;
    line-height: 25px;
    vertical-align: top;
    background-color: #f2f3f7
}

.widget_mabp_most_played ul.pstgms, .widget_mabp_most_rated ul.pstgms, .widget_mabp_random_games ul.pstgms {
    margin: 0;
    padding: 10px
}

.widget_mabp_most_played ul.pstgms > li, .widget_mabp_most_rated ul.pstgms > li, .widget_mabp_random_games ul.pstgms > li {
    padding: 2px;
    background-color: transparent !important;
    margin-bottom: 0;
    width: 25%;
    /*overflow: hidden*/
}

.widget_mabp_most_played ul.pstgms > li article figure, .widget_mabp_most_rated ul.pstgms > li article figure, .widget_mabp_random_games ul.pstgms > li article figure, .widget_mabp_most_played ul.pstgms > li article, .widget_mabp_most_rated ul.pstgms > li article, .widget_mabp_random_games ul.pstgms > li article {
    width: 80px;
    height: 80px;
    margin: auto
}

.widget_mabp_most_played ul.pstgms .pstcnt figure a:before, .widget_mabp_recent_games .pstcnt figure a:before, .widget_mabp_most_rated ul.pstgms .pstcnt figure a:before, .widget_mabp_random_games ul.pstgms .pstcnt figure a:before {
    background-image: url(../../../themes/arcadexls/img/bgtrng-1.png);
    width: 80px;
    height: 80px
}

.widget_mabp_most_played ul.pstgms .iconb-game, .widget_mabp_recent_games .pstcnt .iconb-game, .pstcnt .iconb-game.iconb-zomi, .widget_mabp_most_rated ul.pstgms .iconb-game, .widget_mabp_random_games ul.pstgms .iconb-game {
    top: 200px;
    bottom: 0
}

.widget_mabp_most_played ul.pstgms .pstcnt:hover .iconb-game, .widget_mabp_recent_games .pstcnt:hover .iconb-game, .pstcnt:hover .iconb-game.iconb-zomi, .widget_mabp_most_rated .pstcnt:hover .iconb-game, .widget_mabp_random_games ul.pstgms .pstcnt:hover .iconb-game {
    top: 0
}

.widget_mabp_most_played ul.pstgms .pstcnt figure img, .widget_mabp_recent_games .pstcnt figure img, .widget_mabp_most_rated ul.pstgms .pstcnt figure img, .widget_mabp_random_games ul.pstgms .pstcnt figure img {
    width: 70px;
    height: 70px
}

.widget_ratings-widget ul li {
    line-height: 20px;
    padding: 10px 20px;
    font-size: 12px
}

.widget_ratings-widget ul li a {
    padding-left: 0;
    font-size: 14px
}

.videowidget video, .videowidget iframe, .videowidget object, .videowidget embed {
    width: 300px;
    height: 250px
}

.widget_search input[type=text] {
    margin-bottom: 10px
}

.wpfp_users_favorites_widget_view li, .widget_myscore_todays_scores li, .widget_myarcadecontest_active_contest li {
    text-align: center
}

.wpfp_users_favorites_widget_view li a, .widget_myscore_todays_scores li a, .widget_myarcadecontest_active_contest li a {
    text-align: left
}

.wpfp_users_favorites_widget_view a {
    overflow: hidden
}

.widget_views li {
    font-size: 12px
}

.widget_views li a {
    font-size: 14px
}

.widget_yarpp_widget img {
    display: none
}

.widget_yarpp_widget ol {
    padding-left: 30px
}

.widget_myscore_most_active_players li {
    padding-left: 10px
}

.widget_myscore_todays_scores .bltitl + ul > li {
    text-align: left;
    padding-left: 50px;
    position: relative
}

.widget_myscore_todays_scores .bltitl + ul > li > a {
    padding: 0
}

div#contest-details {
    margin: 0;
    width: auto
}

.contest-media {
    float: left;
    max-width: 150px
}

div.contest-media div.contest-image img {
    padding: 0;
    border-radius: 5px
}

.ft {
    font-size: 12px;
    position: relative;
    z-index: 1;
    clear: both
}

.ftxt {
    text-align: center
}

.ftxt a {
    font-weight: 700
}

.ftxt a:hover {
    text-decoration: underline
}

.ftcn .navcnt:after {
    display: none
}

.wp-pagenavi, .wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink, .wp-pagenavi a.next, .wp-pagenavi a.prev {
    font-size: 0;
    text-align: center
}

.wp-pagenavi {
    margin-bottom: 20px;
    margin-top: 20px
}

.wp-pagenavi a, .wp-pagenavi span, .widget_mabp_recent_games .bx-controls a, .navcom a, .navcom span {
    text-align: center;
    display: inline-block;
    min-width: 30px;
    line-height: 30px;
    font-weight: 700;
    font-size: 13px;
    vertical-align: top;
    margin: 0 4px 5px;
    padding: 0 5px
}

.wp-pagenavi a:before {
    vertical-align: middle
}

#colorbox {
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    margin: auto;
    position: fixed !important
}

#cboxOverlay {
    opacity: .7 !important
}

.frmctr {
    margin-left: 175px;
    min-height: 40px
}

.frmgro .frmlbl {
    float: left;
    width: 160px
}

.frmlbl {
    display: inline-block
}

.frmlblk {
    display: block;
    position: relative
}

input[type=text], input[type=password], input[type=email], textarea, select, .slctbx {
    width: 100%;
    padding: 9px 14px;
    min-height: 40px;
    line-height: 20px;
    border-radius: 5px;
    border: 1px solid #fff
}

input[type=text]:focus, input[type=password]:focus, textarea:focus, .slctbx.focus {
    box-shadow: 0 0 10px rgba(0, 0, 0, .05)
}

.slctbx_cn {
    position: relative
}

.slctbx > div:before {
    float: right
}

.inracn, .inchcn {
    padding-left: 20px
}

.inracn input[type=radio], .inchcn input[type=checkbox] {
    float: left;
    line-height: normal;
    margin: 4px 0 0 -20px
}

.inracn input[type=radio] {
    margin-top: 3px
}

.hiddenCheckbox {
    display: none
}

.frmgro .mt_label {
    float: none;
    width: auto
}

.mt_label {
    padding-left: 30px;
    margin-right: 15px;
    position: relative;
    cursor: pointer
}

.mt_label .mt_input {
    width: 25px !important;
    height: 25px !important;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 5px
}

.mt_label.radio .mt_input i {
    height: 11px;
    width: 11px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.mt_label.checked .mt_input i {
    background-color: #009cfc
}

.mt_label.checkbox, .mt_label.radio {
    margin-right: 0;
    display: block
}

.checkbox .mt_input:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    line-height: 23px;
    color: #fff
}

.frm_inprw {
    margin-bottom: 10px
}

[class*=botn], a[class*=botn], button, input[type=reset], input[type=submit], [class*=generic-button] a, li.load-more a {
    padding: 5px 15px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    border-radius: 5px
}

[class*=botn]:hover, a[class*=botn]:hover, button:hover, input[type=reset]:hover, input[type=submit]:hover, [class*=generic-button] a:hover, li.load-more a:hover {
    opacity: .9
}

[class*=botn]:active, a[class*=botn]:active, button:active, input[type=reset]:active, input[type=submit]:active, [class*=generic-button] a:active, li.load-more a:active {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .2), 0 1px 0 rgba(255, 255, 255, .2);
    opacity: 1
}

.frmgro, .frmspr {
    margin-bottom: 10px
}

[class*=spr10] {
    margin: 0 -5px
}

[class*=spr10] .frmspr {
    margin-left: 5px;
    margin-right: 5px
}

[class*=spr20] {
    margin: 0 -10px
}

[class*=spr20] .frmspr {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px
}

ul[class*=frmcols] {
    margin-bottom: 0
}

[class*=frmcols] > li {
    float: left
}

[class*=frmcols2] > li {
    width: 50%
}

[class*=frmcols3] > li {
    width: 33.33333333333333%
}

[class*=frmcols4] > li {
    width: 25%
}

[class*=pore] {
    position: relative
}

[class*=poab] {
    position: absolute
}

[class*=pofi] {
    position: fixed
}

[class*=mbot20] {
    margin-bottom: 20px
}

[class*=bnr] {
    overflow: hidden
}

.bnr728 {
    width: 728px;
    height: 90px
}

.bnr300 {
    width: 300px;
    height: 250px
}

.bnr200 {
    width: 200px;
    height: 200px;
    background: #000
}

button {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0)
}

.fade {
    transition: opacity .15s linear
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

.open > .dropdown-menu {
    display: block
}

.dropdown {
    position: relative
}

.dropdown-menu {
    display: none
}

.tab-pane {
    height: 0;
    overflow: hidden
}

.tab-pane.active {
    height: auto;
    overflow: inherit
}

.custom-html-widget {
    margin-bottom: 15px;
    padding: 10px 10px 5px
}

.bgco111 {
    background: #ccc
}

#recent-posts-3 {
    margin-bottom: 15px
}

.cool-tag-cloud {
    margin: 5px
}

.sjena {
    text-shadow: 2px 2px 4px #000
}

.lgtbxbg-pofi {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.lgtbxbg-pofi {
    background-color: #000
}

.social_share_button {
    clear: both;
    display: table-cell;
    height: 50px
}

.slicne_igre {
    overflow: hidden
}

.google300x250 {
    width: 300px;
    height: 250px;
    background: #000;
    display: block;
    float: left
}

body {
    background: linear-gradient(to bottom, #002d42, #16167f);
    position: relative;
    color: #fff;
}
body::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-image: url("../images/star.gif");
}

[class*=bgdg1], .bltitl, .game_opts {
    background: #6484b1;
    background: linear-gradient(to bottom, #366cb9 0%, #0a1970 100%)
}

[class*=bgco1], .pstcnt header, .pstcnt .iconb-game, .wp-pagenavi a, .wp-pagenavi span, .widget_mabp_recent_games .bx-controls a, .navcom a, .navcom span, .imgcnt, .lstabs > li > a > span > strong, .gamecnt, .game_opts a:hover {
    background-color: #0a1970;
}

@media screen and (min-width: 1061px) {
    .menucn > ul > li:hover > a, .menucn ul ul {
        background-color: #2076b5;
        color: #fff;
    }
    .menucn > ul > li:hover > a::before{
        color:#fff;
    }
}

[class*=bgco2], .bltitl.lstabs a.active, .bltitl.lstabs li.active a, #progressbar > div > span, .padder, ul#activity-stream li.activity-item {
    background-color: #fff
}

[class*=botn], a[class*=botn], button, input[type=reset], input[type=submit], .iconb-menu:hover, .iconb-btop:hover, .widget_calendar caption, .widget_calendar tbody a, .tagcloud a:hover, .widget_display_stats dd strong, .menusr ul, .lstabs > li > a.active > span > strong, .item-list-tabs li a span, [class*=generic-button] a, li.load-more a {
    background-color: #f2e41d
}

.iconb-face:hover {
    background-color: #4f62ae
}

.iconb-twit:hover {
    background-color: #2396cd
}

.iconb-goog:hover {
    background-color: #be4661
}

.iconb-yout:hover {
    background-color: #ce2029
}

.botn.iconb-user {
    background-color: #8cb91e
}

.botn.iconb-lgot, [class*=botn].logout {
    background-color: #ec5465
}

.pstcnt .iconb-game span {
    background-color: #F2E41D
}

.pstcnt .iconb-game:before {
    color: #0a1970;
    text-shadow: 1px 1px 0 #e1ff00
}

::-webkit-scrollbar {
    background-color: #253f97
}

.mCSB_draggerRail {
    background-color: #e6e7eb
}

::-webkit-scrollbar-thumb {
    background-color: #1abef3
}

#progressbar > div, .mCSB_dragger_bar {
    background-color: #f2c510
}

.ft .ftxt, .brdcrm, .shrpst {
    color: #fff
}

.ft .ftxt a, .brdcrm a {
    color: #fff
}

.ft .ftxt a:hover, .brdcrm a:hover {
    color: #fff
}

a, .bltitl.lstabs a.active, .bltitl.lstabs li.active a {
    color: #f2e41d
}

a:hover, .bltitl + ul > li > a:hover:before, #today, .widget_nav_menu a:hover:before, .lstfavgms > li:hover > a, .widget_bp_core_members_widget .item-options a.selected, code, abbr[title], .usrcmt a, .comment-reply-link:hover:before, .infcmt a:hover, .game-info footer a:hover, .lstabcn .navcom span.current, .lstabcn .navcom a:hover, .checkbox.checked .mt_input:before, .pagination-links span.current, .widget_bp_groups_widget .item-options a.selected, .picker-checkbox.checked .picker-flag:before, .activity-meta .acomment-reply:hover, .acomment-options .acomment-reply:hover {
    color: #dd8080
}

.hdcn, .hdcn a, .ft, .ft a, .pstcnt a, .loadcn, .sldrgmcnt, .bx-controls a, .bx-controls a.disabled:hover, .title, .brdcrm, .brdcrm a, .wp-pagenavi, .wp-pagenavi a, .bltitl, .bltitl a, .widget_calendar caption, .widget_calendar tbody a, .tagcloud a:hover, .widget_display_stats dd strong, .menusr ul a, .navcom, .navcom a, .game-brcn, .shrpst, .title-play > span a, .bltitl.lstabs a, .lstabs > li > a > span > strong, .lstabs > li > a.active > span > strong, .game_opts a, .item-list-tabs li a span, #bordeswf, [class*=botn], a[class*=botn], button, input[type=reset], input[type=submit], [class*=generic-button] a, li.load-more a {
    color: #fff
}

.usrbx p + p a, .menucn > ul > li:hover > a:before, .pstcnt header h2 a:hover, .iconb-load:before, .sldr-title:before, .bx-controls a:hover, .brdcrm a:before, .wp-pagenavi a:hover, .wp-pagenavi span.current, .bltitl > span, .bltitl > h3 > span, .navcom a:hover, .navcom span.current, .game-brcn :before, .shrpst :before, .title-play > span:hover, .title-play > span a:hover, .lstabs > li > a > span > strong, .game_opts a:hover {
    color: #F2E41D;

}

span.activity, .widget_ratings-widget ul li, .info-ics, .infcmt, .infcmt a, .game-info footer, .game-info footer a, .srchbx input[type=text]:focus, .widget_display_replies li div, .widget_display_topics li div, .widget_recent_entries .post-date {
    color: #aaa
}

input, select, textarea, .slctbx, .widget_calendar thead th, .tagcloud a, img.avatar {
    background-color: #f2f3f7;
    border-color: #f2f3f7
}

input:focus, select:focus, textarea:focus, .slctbx.focus {
    background-color: #fff
}

::-webkit-input-placeholder {
    color: #999
}

:-moz-placeholder {
    color: #999
}

::-moz-placeholder {
    color: #999
}

:-ms-input-placeholder {
    color: #999
}

input, select, textarea, .slctbx {
    color: #999
}

input:focus, select:focus, textarea:focus, .slctbx.focus {
    color: #666
}

.modal-header .close, .logout-link, .logout, a.remove-parent, .lstfavgms > li:hover > a + a, a.button.fav, a.button.unfav, .activity-meta .delete-activity-single:hover, .acomment-options .acomment-delete:hover, .activity-meta .delete-activity:hover, .ui-icon-closethick:before {
    color: #ec5465
}

.lstabcn .navcom a, .lstabcn .navcom span {
    color: #999
}

body {
    min-height: 100vh
}

#button-desktop, #picture-desktop {
    display: block
}

#button-mobile, #picture-mobile {
    display: none
}

@media screen and (max-width: 768px) {
    #button-desktop {
        display: none
    }

    #button-mobile {
        display: block
    }
}

@media screen and (max-width: 768px) {
    #picture-desktop {
        display: none
    }

    #picture-mobile {
        display: block
    }
}

.pstgmsgames {
    margin: 0
}

.pstgmsgames > li {
    width: 150px;
    padding: 0;
    margin-right: 15px
}

.pstgmsgames > li:nth-child(2n) {
    float: right
}

.containervideo {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%
}

.containervideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#recent_viewed_posts-2 {
    background-color: transparent;
    box-shadow: none
}

.zadnjeigrano {
    overflow: hidden;
    height: 160px;
    margin-top: 20px
}

.popularno {
    margin-top: 20px
}

.gameboxfront {
    margin-top: 20px;
    margin-bottom: 20px
}

.bgco202 {
    box-shadow: rgba(50, 50, 93, .25) 0 2px 5px -1px, rgba(0, 0, 0, .3) 0 1px 3px -1px
}

.bgco1 {
    background: #fff;
    box-shadow: rgba(50, 50, 93, .25) 0 2px 5px -1px, rgba(0, 0, 0, .3) 0 1px 3px -1px
}

.bgco38 {
    background: linear-gradient(45deg, #1858D9, transparent)
}

.bgco222 {
    box-shadow: rgba(50, 50, 93, .25) 0 2px 5px -1px, rgba(0, 0, 0, .3) 0 1px 3px -1px
}

.bgco2 {
    background: #2076b5
}

.marginbottom10 {
    margin-bottom: 10px
}

.marginbottom15 {
    margin-bottom: 20px
}

#playframe {
    -moz-box-shadow: 0 0 4px 4px #333;
    -webkit-box-shadow: 0 0 4px 4px #333;
    box-shadow: 0 0 4px 4px #333;
    border-radius: 4px
}

#gtranslate_selector {
    padding: 3px 7px;
    min-height: 30px;
    line-height: 15px
}

#dd_last_viewed-2 {
    background: 0 0
}

#categories-3 {
    margin-top: 15px
}

.popularneigre {
    background: linear-gradient(to bottom, #356bb8 0%, #0a1970 100%)
}

.zadnjeigranotitle {
    background: linear-gradient(to bottom, #356bb8 0%, #0a1970 100%)
}

.gdrts-rating-text {
    float: left;
    margin-left: 10px
}

.gdrts-with-image {
    float: left
}

.simplefavorite-button {
    width: 100%;
    margin-top: 20px
}

.simplefavorites-clear {
    margin-top: 20px;
    width: 100%
}

#playframe {
    background: #fff
}

@media screen and (min-width: 1461px) {
    .hdcn3, .ftcn2 {
        border-radius: 0 5px 5px 0
    }

    .boxed .cont {
        width: 1060px
    }
}

@media screen and (min-width: 1461px) {
    .wrpp {
        max-width: 1420px
    }

    .boxed .hdcn1, .boxed .hdcn2 {
        margin-bottom: 1px
    }

    .boxed .hdcn3, .boxed .ftcn1, .boxed .ftcn2 {
        float: none;
        clear: both
    }

    .boxed .socsl, .boxed .socsl > li {
        float: none;
        font-size: 0;
        text-align: center
    }

    .boxed .socsl > li {
        display: inline-block;
        margin: 0 2px
    }

    .boxed section.srcsoc:before {
        width: 100%;
        height: 1px;
        display: block;
        left: 0;
        top: -1px
    }

    .boxed .sldrgmcnt {
        width: 410px;
        padding-left: 185px
    }

    .cont {
        width: 1060px
    }
}

@media screen and (max-width: 1460px) {
    .wrpp {
        max-width: 1240px
    }

    .hdcn1, .hdcn2 {
        margin-bottom: 1px
    }

    .hdcn3, .ftcn1, .ftcn2 {
        float: none;
        clear: both
    }

    .hdcn3, .ftcn2 {
        border-radius: 0 0 5px 5px
    }

    .socsl, .socsl > li {
        float: none;
        font-size: 0;
        text-align: center
    }

    .socsl > li {
        display: inline-block;
        margin: 0 2px
    }

    section.srcsoc:before {
        width: 100%;
        height: 1px;
        display: block;
        left: 0;
        top: -1px
    }

    .cont {
        width: 880px
    }

    .sldrgmcnt {
        width: 410px;
        padding-left: 185px
    }

    .grid-container-small {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 1280px) {
    .boxed .hdcn1, .boxed .hdcn2 {
        margin-bottom: 1px
    }

    .boxed .hdcn3, .boxed .ftcn1, .boxed .ftcn2 {
        float: none;
        clear: both
    }

    .boxed .socsl, .boxed .socsl > li {
        float: none;
        font-size: 0;
        text-align: center
    }

    .boxed .socsl > li {
        display: inline-block;
        margin: 0 2px
    }

    .boxed section.srcsoc:before {
        width: 100%;
        height: 1px;
        display: block;
        left: 0;
        top: -1px
    }

    .boxed .sldrgmcnt {
        width: 410px;
        padding-left: 185px
    }

    .cont {
        width: 720px
    }

    .grid-container-small {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 1280px) {
    .wrpp {
        max-width: 1060px
    }

    .bnrsld .bnr728, .bnrsld .sldrgmcnt {
        float: none;
        margin: auto
    }

    .bnrsld .bnr728 {
        margin-bottom: 10px
    }

    .sldrgmcnt {
        width: 1000px;
        padding-left: 270px
    }

    .cont {
        width: 700px
    }

    .sldrgmcnt {
        width: 1050px;
        padding-left: 265px
    }

    .boxed .sldrgmcnt {
        width: 1050px;
        padding-left: 265px
    }

    .game-info.post-advrsm .blcnbx {
        padding-right: 20px
    }

    .game-info.post-advrsm .bnrpst {
        position: static;
        margin: 0 auto;
        padding-top: 20px
    }

    .game-info .blcnbx {
        text-align: center
    }

    .game-info .blcnbx section {
        text-align: left
    }

    .game-info .blcnbx > .imgcnt {
        float: none;
        margin: 0 0 20px;
        display: inline-block
    }

    *

/ .game-info footer [class*=iconb-] {
      display: block;
      line-height: 21px;
      margin-right: 0
  }
}

@media screen and (min-width: 1101px) {
    .btn-collapse {
        display: none
    }

    .menucn > ul > li:hover > a {
        box-shadow: 0 1px 0 rgba(255, 255, 255, .1)
    }

    .menucn > ul > li > ul > li {
        height: 0;
        overflow: hidden
    }

    .menucn > ul > li:hover > ul {
        padding: 5px 0
    }

    .menucn > ul > li:hover > ul > li {
        height: auto;
        overflow: inherit
    }

    .menucn > ul > li > ul {
        box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
        border-radius: 0 5px 5px 5px;
        top: 25px;
        left: 5px;
        position: absolute;
        width: 220px;
        background: #1858D9;
    }

    .menucn > ul > li > ul > li > a {
        display: block;
        padding: 0 15px;
        line-height: 30px;
        color: #fff;
    }

    .menucn > ul > li > ul > li > a:hover {
        background: #2076b5
    }

    .menucn.collapse {
        display: block !important;
        height: auto !important;
        overflow: visible !important
    }
}

@media screen and (max-width: 1100px) {
    .menucn > ul > li > a:before {
        display: none
    }

    .wrpp {
        max-width: 880px
    }

    .hdcn1:after, .hdcn2:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        width: 100%;
        visibility: visible
    }

    .hdcn2:before {
        bottom: auto;
        top: -1px
    }

    .logo:after {
        display: none
    }

    .hdcn1, .hdcn2, .logo, .navcnt, .menucn > ul > li {
        float: none
    }

    .navcnt {
        padding: 0;
        height: auto
    }

    .navcnt:before, .usrbx:before, .usrbx:after, .btnshd:before, .navcnt:after, .srcsoc:before {
        display: none
    }

    .btnshd {
        float: right
    }

    .menucn > ul > li {
        padding: 0
    }

    .menucn > ul > li > a {
        border-radius: 0
    }

    .menucn a {
        padding: 0 15px;
        display: block;
        line-height: 40px
    }

    .menucn ul ul a {
        padding-left: 30px
    }

    .menucn a:hover, .menucn ul ul a:hover {
        background-color: rgba(0, 0, 0, .2)
    }

    .menucn ul {
        background-color: #fff
    }

    .cont {
        width: 520px
    }

    .sldrgmcnt, .boxed .sldrgmcnt {
        width: 870px;
        padding-left: 195px
    }

    .game-brcn > div + div {
        padding-top: 5px
    }

    .navshr nav, .navshr ul {
        float: none
    }

    .navshr ul {
        padding-top: 10px
    }

    .title-play > span a {
        font-size: 0
    }

    .title-play > span:before {
        left: 0;
        right: 0
    }

    .title-play > h1 {
        padding: 0 30px
    }

    .frmgro .frmlbl {
        float: none;
        width: auto
    }

    .frmctr {
        margin-left: 0
    }

    [class*=frmcols] > li {
        float: none;
        width: auto
    }

    .grid-container-small {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 920px) {
    .wrpp {
        max-width: 700px
    }

    .logo:after, .usrbx:after {
        display: none
    }

    .cont {
        width: 340px
    }

    .sldrgmcnt, .boxed .sldrgmcnt {
        width: 690px;
        padding-left: 225px
    }

    .bltitl .navcom {
        float: none;
        clear: both;
        padding-top: 10px;
        width: 100%
    }

    .bltitl .navcom, .bltitl .navcom > li {
        float: none;
        font-size: 0
    }

    .bltitl .navcom, .bltitl > h3 + .wp-pagenavi.navcom {
        margin: 0;
        text-align: center
    }

    .bltitl .navcom > li {
        display: inline-block
    }

    .lstcmnts section > figure {
        display: none
    }

    .lstcmnts li li section:first-child:before, .lstcmnts li li section:first-child:after {
        left: 0;
        right: 0;
        margin: auto
    }

    .lstcmnts li li section, .lstcmnts li li li section {
        padding-left: 0
    }

    .lstcmnts li li section > figure + div {
        border-left: 5px solid;
        border-left-color: #eee;
        padding-left: 20px
    }

    .lstabs > li > a.active > span, .lstabs > li > a > strong {
        display: block
    }

    .lstabs > li > a.active > strong, .lstabs > li > a > span {
        display: none
    }

    .grid-container-small {
        margin-bottom: 0
    }
}

@media screen and (max-width: 740px) {
    .wrpp {
        max-width: 520px
    }

    .hdcn1, .hdcn2, .logo, .navcnt {
        float: none
    }

    .cont, .sdbr {
        float: none;
        width: auto
    }

    .sldrgmcnt, .boxed .sldrgmcnt {
        width: 510px;
        padding-left: 255px
    }

    .grid-container-small {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 560px) {
    body {
        padding: 0 0 20px
    }

    .wrpp {
        max-width: 340px;
        min-width: 340px
    }

    .advmnt:after {
        display: none
    }

    .modal-header .close span, .remove-parent {
        font-size: 10px
    }

    .sldrgmcnt, .boxed .sldrgmcnt {
        width: 310px;
        padding-left: 185px
    }

    .pstgms > li {
        padding: 0
    }

    .pstgms > li:nth-child(2n) {
        float: right
    }

    .game {
        padding-left: 0;
        text-align: center
    }

    .game_opts {
        width: auto;
        padding-bottom: 0;
        border-radius: 5px 5px 0 0;
        position: static
    }

    .game_opts, .game_opts li {
        display: inline-block;
        vertical-align: top
    }

    .grid-container-small {
        margin-bottom: 0
    }
}

.wpcc-container {
    opacity: 1
}

.wpcc-transparency-5 {
    opacity: .95
}

.wpcc-transparency-10 {
    opacity: .9
}

.wpcc-transparency-15 {
    opacity: .85
}

.wpcc-transparency-20 {
    opacity: .8
}

.wpcc-transparency-25 {
    opacity: .75
}

.wpcc-container {
    border-style: solid;
    border-width: 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.5em;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    overflow: hidden;
    position: fixed;
    transition: opacity 1s ease;
    z-index: 9999
}

@media print {
    .wpcc-container {
        display: none
    }
}

.wpcc-pushdown-wrap {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 1s;
    -moz-transition: max-height 1s;
    -ms-transition: max-height 1s;
    -o-transition: max-height 1s;
    transition: max-height 1s
}

.wpcc-pushdown {
    margin: 0 !important;
    position: static
}

.wpcc-invisible {
    opacity: 0
}

.wpcc-fontsize-tiny {
    font-size: 12px
}

.wpcc-fontsize-small {
    font-size: 14px
}

.wpcc-fontsize-large {
    font-size: 18px
}

.wpcc-border-thin {
    border-width: 1px
}

.wpcc-border-normal {
    border-width: 3px
}

.wpcc-border-thick {
    border-width: 5px
}

.wpcc-float {
    flex-direction: column;
    max-width: 22em;
    padding: 1.5em
}

.wpcc-float.wpcc-padding-small {
    padding: 1em
}

.wpcc-float.wpcc-padding-large {
    padding: 2em
}

.wpcc-banner {
    flex-direction: row;
    margin: 1em;
    padding: 1em
}

.wpcc-banner.wpcc-padding-small {
    padding: .5em .5em .5em 1em
}

.wpcc-banner.wpcc-padding-large {
    padding: 1.5em
}

.wpcc-banner.wpcc-margin-none {
    margin: 0
}

.wpcc-banner.wpcc-margin-small {
    margin: .5em
}

.wpcc-banner.wpcc-margin-large {
    margin: 1.5em
}

.wpcc-padding-none {
    padding: 0
}

.wpcc-padding-none.wpcc-float .wpcc-message {
    margin: 1em
}

.wpcc-padding-none.wpcc-banner .wpcc-message {
    margin: .8em 1em
}

.wpcc-padding-none.wpcc-banner .wpcc-btn {
    height: 100%;
    padding: .9em 1.5em
}

.wpcc-btn, .wpcc-privacy {
    cursor: pointer
}

.wpcc-privacy {
    display: inline-block;
    opacity: .85;
    text-decoration: underline
}

.wpcc-privacy:hover {
    opacity: 1
}

.wpcc-privacy:active, .wpcc-privacy:visited {
    color: initial
}

.wpcc-btn {
    display: block;
    font-size: .9em;
    font-weight: 700;
    padding: .4em .8em;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: background-color .2s ease;
    -moz-transition: background-color .2s ease;
    -ms-transition: background-color .2s ease;
    -o-transition: background-color .2s ease
}

.wpcc-btn:hover {
    text-decoration: none
}

.wpcc-top {
    top: 1em
}

.wpcc-top.wpcc-margin-none {
    top: 0
}

.wpcc-top.wpcc-margin-small {
    top: .5em
}

.wpcc-top.wpcc-margin-large {
    top: 1.5em
}

.wpcc-left {
    left: 1em
}

.wpcc-left.wpcc-margin-none {
    left: 0
}

.wpcc-left.wpcc-margin-small {
    left: .5em
}

.wpcc-left.wpcc-margin-large {
    left: 1.5em
}

.wpcc-right {
    right: 1em
}

.wpcc-right.wpcc-margin-none {
    right: 0
}

.wpcc-right.wpcc-margin-small {
    right: .5em
}

.wpcc-right.wpcc-margin-large {
    right: 1.5em
}

.wpcc-bottom {
    bottom: 1em
}

.wpcc-bottom.wpcc-margin-none {
    bottom: 0
}

.wpcc-bottom.wpcc-margin-small {
    bottom: .5em
}

.wpcc-bottom.wpcc-margin-large {
    bottom: 1.5em
}

.wpcc-float .wpcc-message {
    display: block;
    margin-bottom: 1em
}

.wpcc-banner {
    align-items: center
}

.wpcc-banner.wpcc-top {
    left: 0;
    right: 0;
    top: 0
}

.wpcc-banner.wpcc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.wpcc-banner .wpcc-message {
    display: block;
    flex: 1 1 auto;
    margin-right: 1em;
    max-width: 100%
}

.wpcc-float .wpcc-compliance {
    flex: 1 0 auto
}

.wpcc-corners-small {
    border-radius: 5px
}

.wpcc-corners-normal {
    border-radius: 7px
}

.wpcc-corners-large {
    border-radius: 10px
}

.wpcc-corners-round .wpcc-btn {
    border-radius: 4px
}

.wpcc-corners-round.wpcc-margin-none, .wpcc-corners-round.wpcc-padding-none .wpcc-btn {
    border-radius: 0
}

.wpcc-corners-round.wpcc-margin-none {
    border-radius: 0
}

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
    .wpcc-top {
        top: 0 !important
    }

    .wpcc-bottom {
        bottom: 0 !important
    }

    .wpcc-banner, .wpcc-float, .wpcc-left, .wpcc-right {
        left: 0 !important;
        margin: 0 !important;
        right: 0 !important
    }

    .wpcc-banner {
        align-items: unset;
        flex-direction: column
    }

    .wpcc-corners-round {
        border-radius: 0 !important
    }

    .wpcc-float {
        max-width: none
    }

    .wpcc-message {
        margin-bottom: 1em
    }

    .wpcc-banner.wpcc-padding-small {
        padding: .5em
    }

    .wpcc-padding-small .wpcc-message {
        margin-bottom: .5em
    }
}

@keyframes aspAnFadeIn {
    0% {
        opacity: 0
    }
    50% {
        opacity: .6
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes aspAnFadeIn {
    0% {
        opacity: 0
    }
    50% {
        opacity: .6
    }
    100% {
        opacity: 1
    }
}

@keyframes aspAnFadeOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: .6
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes aspAnFadeOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: .6
    }
    100% {
        opacity: 0
    }
}

@keyframes aspAnFadeInDrop {
    0% {
        opacity: 0;
        transform: translate(0, -50px)
    }
    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}

@-webkit-keyframes aspAnFadeInDrop {
    0% {
        opacity: 0;
        transform: translate(0, -50px);
        -webkit-transform: translate(0, -50px)
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0)
    }
}

@keyframes aspAnFadeOutDrop {
    0% {
        opacity: 1;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0)
    }
    100% {
        opacity: 0;
        transform: translate(0, -50px);
        -webkit-transform: translate(0, -50px)
    }
}

@-webkit-keyframes aspAnFadeOutDrop {
    0% {
        opacity: 1;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0)
    }
    100% {
        opacity: 0;
        transform: translate(0, -50px);
        -webkit-transform: translate(0, -50px)
    }
}

div.ajaxsearchpro.asp_an_fadeIn, div.ajaxsearchpro.asp_an_fadeOut, div.ajaxsearchpro.asp_an_fadeInDrop, div.ajaxsearchpro.asp_an_fadeOutDrop {
    -webkit-animation-duration: 100ms;
    animation-duration: 100ms;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.asp_an_fadeIn, div.ajaxsearchpro.asp_an_fadeIn {
    animation-name: aspAnFadeIn;
    -webkit-animation-name: aspAnFadeIn
}

.asp_an_fadeOut, div.ajaxsearchpro.asp_an_fadeOut {
    animation-name: aspAnFadeOut;
    -webkit-animation-name: aspAnFadeOut
}

div.ajaxsearchpro.asp_an_fadeInDrop {
    animation-name: aspAnFadeInDrop;
    -webkit-animation-name: aspAnFadeInDrop
}

div.ajaxsearchpro.asp_an_fadeOutDrop {
    animation-name: aspAnFadeOutDrop;
    -webkit-animation-name: aspAnFadeOutDrop
}

div.ajaxsearchpro.asp_main_container {
    transition: width 130ms linear;
    -webkit-transition: width 130ms linear
}

asp_w_container, div.asp_w.ajaxsearchpro, div.asp_w.asp_r, div.asp_w.asp_s, div.asp_w.asp_sb, div.asp_w.asp_sb * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
    text-decoration: none;
    text-align: left;
    text-indent: initial;
    letter-spacing: normal;
    font-display: swap
}

div.asp_w_container div[id*=__original__] {
    display: none !important
}

div.asp_w.ajaxsearchpro {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

div.asp_w.asp_r, div.asp_w.asp_r * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

div.asp_w.ajaxsearchpro input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

div.asp_w.ajaxsearchpro input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

div.asp_w.ajaxsearchpro input[type=search]::-webkit-search-decoration, div.asp_w.ajaxsearchpro input[type=search]::-webkit-search-cancel-button, div.asp_w.ajaxsearchpro input[type=search]::-webkit-search-results-button, div.asp_w.ajaxsearchpro input[type=search]::-webkit-search-results-decoration {
    display: none
}

div.asp_w.ajaxsearchpro input[type=search] {
    appearance: auto !important;
    -webkit-appearance: none !important
}

.clear {
    clear: both
}

.asp_clear {
    display: block !important;
    clear: both !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: 0 !important
}

.hiddend {
    display: none !important
}

div.asp_w.ajaxsearchpro {
    width: 100%;
    height: auto;
    border-radius: 0;
    background: transparent;
    overflow: hidden
}

div.asp_w.ajaxsearchpro.asp_non_compact {
    min-width: 200px
}

#asp_absolute_overlay {
    width: 0;
    height: 0;
    position: fixed;
    text-align: center;
    background: rgba(255, 255, 255, .5);
    top: 0;
    left: 0;
    display: block;
    z-index: 0;
    opacity: 0;
    transition: opacity 200ms linear;
    -webkit-transition: opacity 200ms linear
}

div.asp_m.ajaxsearchpro .proinput input:before, div.asp_m.ajaxsearchpro .proinput input:after, div.asp_m.ajaxsearchpro .proinput form:before, div.asp_m.ajaxsearchpro .proinput form:after {
    display: none
}

div.asp_w.ajaxsearchpro textarea:focus, div.asp_w.ajaxsearchpro input:focus {
    outline: none
}

div.asp_m.ajaxsearchpro .probox .proinput input::-ms-clear {
    display: none
}

div.asp_m.ajaxsearchpro .probox {
    width: auto;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    border: 1px solid #fff;
    box-shadow: 1px 0 3px #ccc inset;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    direction: ltr;
    align-items: stretch;
    isolation: isolate
}

div.asp_m.ajaxsearchpro .probox .proinput {
    width: 1px;
    height: 100%;
    margin: 0 0 0 10px;
    padding: 0 5px;
    float: left;
    box-shadow: none;
    position: relative;
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    z-index: 0
}

div.asp_m.ajaxsearchpro .probox .proinput form {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important
}

div.asp_m.ajaxsearchpro .probox .proinput input {
    height: 100%;
    width: 100%;
    border: 0;
    background: 0 0;
    box-shadow: none;
    margin: -1px;
    padding: 0;
    left: 0;
    padding-top: 2px;
    min-width: 120px;
    min-height: unset;
    max-height: unset
}

div.asp_m.ajaxsearchpro .probox .proinput input.autocomplete {
    border: 0;
    background: 0 0;
    width: 100%;
    box-shadow: none;
    margin: 0;
    padding: 0;
    left: 0
}

div.asp_m.ajaxsearchpro .probox .proinput.iepaddingfix {
    padding-top: 0
}

div.asp_m.ajaxsearchpro .probox .proloading, div.asp_m.ajaxsearchpro .probox .proclose, div.asp_m.ajaxsearchpro .probox .promagnifier, div.asp_m.ajaxsearchpro .probox .prosettings {
    width: 20px;
    height: 20px;
    min-width: unset;
    min-height: unset;
    background: 0 0;
    background-size: 20px 20px;
    float: right;
    box-shadow: none;
    margin: 0;
    padding: 0;
    text-align: center;
    z-index: 1
}

div.asp_m.ajaxsearchpro button.promagnifier:focus-visible {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .4)
}

div.asp_m.ajaxsearchpro .probox .proloading, div.asp_m.ajaxsearchpro .probox .proclose {
    background-position: center center;
    display: none;
    background-size: auto;
    background-repeat: no-repeat;
    background-color: transparent
}

div.asp_m.ajaxsearchpro .probox .proloading {
    padding: 2px;
    box-sizing: border-box
}

div.asp_m.ajaxsearchpro .probox .proclose {
    position: relative;
    cursor: pointer;
    z-index: 2
}

div.asp_m.ajaxsearchpro .probox .promagnifier .innericon, div.asp_m.ajaxsearchpro .probox .prosettings .innericon, div.asp_m.ajaxsearchpro .probox .proclose .innericon {
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 100%;
    height: 100%;
    line-height: initial;
    text-align: center;
    overflow: hidden
}

div.asp_m.ajaxsearchpro .probox .promagnifier .innericon svg, div.asp_m.ajaxsearchpro .probox .prosettings .innericon svg, div.asp_m.ajaxsearchpro .probox .proloading svg {
    height: 100%;
    width: 22px;
    vertical-align: baseline;
    display: inline-block
}

div.asp_m.ajaxsearchpro .probox .proclose svg {
    background: #333;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    left: 50%;
    margin-left: -10px;
    fill: #fefefe;
    padding: 4px;
    box-sizing: border-box;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .9)
}

.opacityOne {
    opacity: 1
}

.opacityZero {
    opacity: 0
}

div.asp_w.asp_s [disabled].noUi-connect, div.asp_w.asp_s [disabled] .noUi-connect {
    background: #b8b8b8
}

div.asp_w.asp_s [disabled] .noUi-handle {
    cursor: not-allowed
}

div.asp_w.asp_r p.showmore {
    display: none;
    margin: 0
}

div.asp_w.asp_r.asp_more_res_loading p.showmore a, div.asp_w.asp_r.asp_more_res_loading p.showmore a span {
    color: transparent !important
}

@-webkit-keyframes shm-rot-simple {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        opacity: .85
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        opacity: 1
    }
}

@keyframes shm-rot-simple {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        opacity: .85
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        opacity: 1
    }
}

div.asp_w.asp_r div.asp_showmore_container {
    position: relative
}

div.asp_w.asp_r. div.asp_moreres_loader {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .2)
}

div.asp_w.asp_r.asp_more_res_loading div.asp_moreres_loader {
    display: block !important
}

div.asp_w.asp_r div.asp_moreres_loader-inner {
    height: 24px;
    width: 24px;
    animation: shm-rot-simple .8s infinite linear;
    -webkit-animation: shm-rot-simple .8s infinite linear;
    border: 4px solid #353535;
    border-right-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    margin: -12px auto auto -12px;
    left: 50%
}

div.asp_hidden_data, div.asp_hidden_data * {
    display: none
}

div.asp_w.asp_r {
    display: none
}

div.asp_w.asp_r * {
    text-decoration: none;
    text-shadow: none
}

div.asp_w.asp_r .results {
    overflow: hidden;
    width: auto;
    height: 0;
    margin: 0;
    padding: 0
}

div.asp_w.asp_r .asp_nores {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    overflow: hidden;
    width: auto;
    height: auto;
    position: relative;
    z-index: 2
}

div.asp_w.asp_r .results .item {
    overflow: hidden;
    width: auto;
    margin: 0;
    padding: 3px;
    position: relative;
    background: #f4f4f4;
    border-left: 1px solid rgba(255, 255, 255, .6);
    border-right: 1px solid rgba(255, 255, 255, .4)
}

div.asp_w.asp_r .results .item, div.asp_w.asp_r .results .asp_group_header {
    animation-delay: 0s;
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-timing-function: ease;
    backface-visibility: hidden;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    -webkit-backface-visibility: hidden
}

div.asp_w.asp_r .results .item .asp_image {
    overflow: hidden;
    background: 0 0;
    padding: 0;
    float: left;
    background-position: center;
    background-size: cover;
    position: relative
}

div.asp_w.asp_r .results .asp_image canvas {
    display: none
}

div.asp_w.asp_r .results .asp_image .asp_item_canvas {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    opacity: 1;
    background-position: inherit;
    background-size: inherit;
    transition: opacity .5s
}

div.asp_w.asp_r .results .item:hover .asp_image .asp_item_canvas, div.asp_w.asp_r .results figure:hover .asp_image .asp_item_canvas {
    opacity: 0
}

div.asp_w.asp_r a.asp_res_image_url, div.asp_w.asp_r a.asp_res_image_url:hover, div.asp_w.asp_r a.asp_res_image_url:focus, div.asp_w.asp_r a.asp_res_image_url:active {
    box-shadow: none !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline !important
}

div.asp_w.asp_r .results .item .asp_image_auto {
    width: auto !important;
    height: auto !important
}

div.asp_w.asp_r .results .item .asp_image img {
    width: 100%;
    height: 100%
}

div.asp_w.asp_r .results a span.overlap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

div.asp_w.asp_r .resdrg {
    height: auto
}

div.asp_w.ajaxsearchpro .asp_results_group {
    margin: 10px 0 0
}

div.asp_w.ajaxsearchpro .asp_results_group:first-of-type {
    margin: 0 !important
}

div.asp_w.asp_r.isotopic > nav, div.asp_w.asp_r.isotopic nav.asp_navigation {
    display: none;
    background: rgba(255, 255, 255, .6);
    margin: 0;
    position: relative
}

div.asp_w.asp_r.isotopic nav.asp_navigation[style='display:block;'] + .results {
    margin-top: 2px;
    margin-bottom: 2px
}

div.asp_w.asp_r.isotopic a.asp_prev, div.asp_w.asp_r.isotopic a.asp_next {
    display: block;
    float: left;
    z-index: 100;
    max-height: 36px;
    position: relative;
    word-wrap: nowrap
}

div.asp_w.asp_r.isotopic a.asp_next {
    float: right
}

div.asp_w.asp_r.isotopic nav.asp_navigation a svg {
    -webkit-backface-visibility: hidden
}

div.asp_w.asp_r.isotopic nav.asp_navigation a.asp_prev, div.asp_w.asp_r.isotopic nav.asp_navigation a.asp_next {
    background: #3f3f3f;
    height: 36px;
    padding: 0 10px;
    cursor: pointer
}

div.asp_w.asp_r.isotopic nav.asp_navigation ul {
    float: left;
    word-wrap: nowrap;
    overflow: hidden;
    max-height: 36px;
    z-index: 0;
    position: absolute;
    left: 36px;
    top: 0;
    width: 300000px;
    -webkit-transition: left 120ms linear;
    transition: left 120ms linear
}

div.asp_w.asp_r.isotopic nav.asp_navigation a.asp_next {
    float: right
}

div.asp_w.asp_r.isotopic nav.asp_navigation a.asp_prev svg, div.asp_w.asp_r.isotopic nav.asp_navigation a.asp_next svg {
    fill: #eee;
    height: 100%;
    width: 18px
}

div.asp_w.asp_r.isotopic nav.asp_navigation a.asp_prev svg {
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

div.asp_w.asp_r.isotopic nav.asp_navigation ul li {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    height: 36px;
    width: 36px;
    cursor: pointer;
    text-align: center
}

div.asp_w.asp_r.isotopic nav.asp_navigation ul li.asp_active {
    background: rgba(255, 255, 255, .6)
}

div.asp_w.asp_r.isotopic nav.asp_navigation ul li:hover {
    background: rgba(255, 255, 255, .6)
}

div.asp_w.asp_r.isotopic nav.asp_navigation ul li span {
    font-family: sans-serif;
    font-size: 11px;
    vertical-align: middle;
    color: #333;
    line-height: 36px;
    font-weight: 700;
    text-shadow: none
}

div.asp_w.asp_r.isotopic .results .item {
    box-sizing: border-box;
    background-clip: padding-box;
    border: 0 solid transparent
}

div.asp_w.asp_r.isotopic .results .item .asp_item_overlay, div.asp_w.asp_r.isotopic .results .item .asp_item_overlay_m {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    background: rgba(0, 0, 0, .2);
    top: 0;
    left: 0;
    display: block;
    opacity: 0;
    z-index: 4;
    cursor: pointer;
    transition: all .3s
}

div.asp_w.asp_r.isotopic .results .item .asp_item_overlay_m {
    display: block;
    background: 0 0
}

div.asp_w.asp_r.isotopic .results .item .asp_item_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px;
    background: #ddd;
    box-sizing: padding-box;
    border-radius: 50%;
    background: rgba(0, 0, 0, .7);
    text-align: center;
    z-index: 2;
    line-height: 66px
}

div.asp_w.asp_r.isotopic .results .item .asp_item_inner svg, div.asp_w.asp_r.isotopic .results .item .asp_item_inner img {
    height: 100%;
    width: 32px;
    fill: #fff;
    display: inline-block
}

div.asp_w.asp_r.isotopic .results .item .asp_item_inner img {
    height: 32px;
    vertical-align: middle;
    display: inline-block
}

div.asp_w.asp_r.isotopic .results .item .asp_content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .8);
    border: 0;
    backface-visibility: visible;
    -webkit-backface-visibility: visible;
    box-sizing: border-box;
    z-index: 3;
    padding: 4px 6px
}

div.asp_w.asp_r.isotopic .results .item .asp_image + .asp_content {
    height: auto;
    top: auto;
    bottom: 0
}

div.asp_w.asp_r.isotopic .results .item .asp_image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    background-size: cover;
    background-position: center
}

div.asp_w.asp_r.isotopic .results .item .asp_item_overlay_img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    filter: url(#aspblur);
    -moz-filter: url(#aspblur);
    -webkit-filter: url(#aspblur);
    -ms-filter: url(#aspblur);
    -o-filter: url(#aspblur);
    transition: all .2s;
    display: block;
    opacity: 0;
    cursor: pointer;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center
}

.asp_two_column {
    margin: 8px 0 12px
}

.asp_two_column .asp_two_column_first, .asp_two_column .asp_two_column_last {
    width: 48%;
    padding: 1% 2% 1% 0;
    float: left;
    box-sizing: content-box
}

.asp_two_column .asp_two_column_last {
    padding: 1% 0 1% 2%
}

.asp_shortcodes_container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px 0 12px -10px;
    box-sizing: border-box
}

.asp_shortcodes_container .asp_shortcode_column {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    min-width: 120px;
    padding: 10px 0 0 10px;
    flex-basis: 33%;
    -webkit-flex-basis: 33%;
    box-sizing: border-box
}

p.asp-try {
    color: #555;
    font-size: 14px;
    margin-top: 5px;
    line-height: 28px;
    font-weight: 300;
    visibility: hidden
}

p.asp-try a {
    color: #ffb556;
    margin-left: 10px;
    cursor: pointer;
    display: inline-block
}

.rtl .asp_content, .rtl .asp_nores, .rtl .asp_content *, .rtl .asp_nores *, .rtl .searchsettings form {
    text-align: right !important;
    direction: rtl !important
}

.rtl .asp_nores > * {
    display: inline-block
}

.rtl .searchsettings .asp_option {
    flex-direction: row-reverse !important;
    -webkit-flex-direction: row-reverse !important
}

.rtl .asp_option {
    direction: ltr
}

.rtl .asp_label, .rtl .asp_option div.asp_option_label {
    text-align: right !important
}

.rtl .asp_label {
    max-width: 1000px !important;
    width: 100%;
    direction: rtl !important
}

.rtl .asp_label input[type=radio] {
    margin: 0 0 0 6px !important
}

.rtl .asp_option_cat_level-0 div.asp_option_label {
    font-weight: 700 !important
}

.rtl fieldset .asp_option_cat_level-1 {
    margin-right: 12px !important;
    margin-left: 0
}

.rtl fieldset .asp_option_cat_level-2 {
    margin-right: 24px !important;
    margin-left: 0
}

.rtl fieldset .asp_option_cat_level-3 {
    margin-right: 36px !important;
    margin-left: 0
}

.rtl .searchsettings legend {
    text-align: right !important;
    display: block;
    width: 100%
}

.rtl .searchsettings input[type=text], .rtl .searchsettings select {
    direction: rtl !important;
    text-align: right !important
}

.rtl div.asp_w.asp_s.searchsettings form, .rtl div.asp_w.asp_sb.searchsettings form {
    flex-direction: row-reverse !important
}

.rtl div.horizontal.asp_r div.item {
    float: right !important
}

.rtl p.asp-try {
    direction: rtl;
    text-align: right;
    margin-right: 10px;
    width: auto !important
}

.asp_elementor_nores {
    text-align: center
}

.elementor-sticky__spacer .asp_w, .elementor-sticky__spacer .asp-try {
    visibility: hidden !important;
    opacity: 0 !important;
    z-index: -1 !important
}

.yarpp-related {
    margin-bottom: 1em;
    margin-top: 1em
}

.yarpp-related a {
    font-weight: 700;
    text-decoration: none
}

.yarpp-related .yarpp-thumbnail-title {
    font-size: 96%;
    font-weight: 700;
    text-align: left;
    text-decoration: none
}

.yarpp-related h3 {
    font-size: 125%;
    font-weight: 700;
    margin: 0;
    padding: 0 0 5px;
    text-transform: capitalize
}

.footer_bottom {
    margin-top: auto;
}
.player{
    border-radius: 10px;
    overflow: hidden;
}
.blkcnt .blcnbx p {
    margin-bottom: 10px;
}
.game-info {
	    position: relative;
    overflow: hidden;
}
.attr_name h2, .attr_name h3{ 
	 font-size: 12px !important;
	 color: #000 !important;
	 text-transform: lowercase !important;
	  margin-bottom: 0!important ;
}
 .ads-class {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 24px auto;
}

.ads-top-txt span {
	font-size: 12px;
	color: #fff;
	text-align: center;
	display: block;
}

.ads-class .ads {
	width: 100%;
	min-height: 90px;
	max-width: 1200px;
	margin: 0px auto 18px auto;
}

.ads_side {
	max-width: 100%;
	width: 100%;
	margin-bottom : 12px;
}