*, :after, :before {
    box-sizing: inherit
}

center {
    margin: 0 0 20px
}

body {
    font-family: open sans, Open-Sans-fallback, sans-serif;
    font-weight: 400;
    line-height: 1.4;
    color: #4a4a4a;
    background: #fff;
    font-smoothing: antialiased;
    osx-font-smoothing: grayscale;
    font-size: 15px;
    margin: 0
}

p i, .disclaimer-ca-text {
    font-family: open sans, Open-Sans-fallback, sans-serif
}

body, html {
    box-sizing: border-box
}

h1, h2, h3, h4, h5, h6, .h2, .h3, .h4 {
    text-align: center;
    font-family: open sans, Open-Sans-fallback, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: inherit;
    margin-top: 0;
    margin-bottom: 6px;
    line-height: 1.4
}

ul, ol {
    padding: 0 0 0 15px
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}


picture img {
    border-radius: 14px;
    margin: 20px auto;
}

div > div > a.dmca-badge > img {
    width: 100px !important;
    height: 20px !important
}

#wrapper {
    display: grid;
    grid-template-areas:"newheader newheader" "breadcrumb breadcrumb" "banner-caxon banner-caxon" "newfull newfull" "newleft newright";
    grid-template-columns:68% auto;
    gap: 0 30px;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px
}

#wrapper.homepage {
    grid-template-areas:"newheader" "banner-caxon" "full_new";
    grid-template-columns:100%
}

#wrapper.review {
    grid-template-areas:"newheader newheader" "breadcrumb breadcrumb" "topswrapper topswrapper" "banner-caxon banner-caxon" "reviewtop newright" "newleft newright" "newleftbottom newright"
}

div.tops__wrapper {
    grid-area: topswrapper;
    margin-bottom: 20px
}

div.newheader {
    grid-area: newheader;
    position: relative;
    display: flex;
    margin: 0 0 25px;
    justify-content: space-between;
    height: 104px
}

div.newfull {
    grid-area: newfull;
    margin: 0 0 20px
}

div.newleft {
    grid-area: newleft;
    margin: 0 0 20px
}

div.newleftbottom {
    grid-area: newleftbottom;
    margin: 0 0 20px
}

div.newright {
    grid-area: newright;
    margin: 0 0 20px
}

div#breadcrumb {
    grid-area: breadcrumb;
    font-size: 13px;
    margin: 0 0 10px
}

div#breadcrumb ol {
    list-style: none;
    margin: 0;
    padding: 0
}

div#breadcrumb li {
    display: inline
}

div#breadcrumb li:not(:first-child):before {
    content: ">"
}

div#breadcrumb li:last-child a {
    color: inherit
}

div.reviewtop {
    grid-area: reviewtop;
    margin: 0 0 20px
}

div.newright > div {
    margin: 0 0 20px
}

.button {
    display: grid;
    align-items: center;
    cursor: pointer;
    appearance: none;
    margin: 0;
    font-size: 16px;
    background: var(--color-cta-button);
    color: var(--color-text-on-cta-button);
    text-align: center;
    padding: 3px;
    line-height: 1;
    min-height: 40px;
    min-width: 90px;
    border-radius: 3px;
    text-transform: uppercase;
    border: none;
    font-weight: 700
}

.button:focus, .button:hover {
    background: var(--color-hover-on-cta-button);
    color: var(--color-text-on-cta-button)
}

.button-on-banner {
    align-items: center;
    cursor: pointer;
    appearance: none;
    transition: background-color .25s ease-out, color .25s ease-out;
    margin: 0;
    font-size: 16px;
    background: var(--color-cta-button);
    color: var(--color-text-on-cta-button);
    text-align: center;
    padding: 3px;
    line-height: 1;
    border-radius: 3px;
    text-transform: uppercase;
    border: none;
    position: absolute;
    padding: 12px;
    bottom: 40px;
    left: 30px;
    width: 37%
}

.button-on-banner:focus, .button-on-banner:hover {
    background: var(--color-hover-on-cta-button);
    color: var(--color-text-on-cta-button)
}

.gameindexcolorimage {
    display: block;
    width: 100%
}

.ctabox {
    margin: 0 0 20px
}

.ctabox a.button {
    margin: 0 auto;
    width: 500px;
    max-width: 100%;
    line-height: 30px;
    padding: 10px 20px;
    font-size: 20px
}

a.logo {
    width: 200px;
    height: 94px;
    align-self: center;
    flex-shrink: 0
}

a.logo img {
    width: 100%;
    height: 100%;
    display: block
}

#menu-main-menu {
    list-style: none;
    display: flex;
    margin: 0;
    align-content: flex-start;
    align-items: flex-start;
    white-space: nowrap
}

#menu-main-menu li {
    border-top: 2px solid #fff;
    display: flex;
    padding: 44px 0 0;
    margin: 0 0 0 20px;
    position: relative
}

#menu-main-menu li:hover {
    border-top: 2px solid #2199e8
}

#menu-main-menu li a {
    color: #0a0a0a;
    font-weight: 700;
    display: block
}

#menu-main-menu > li:hover > a {
}

#menu-main-menu li a.button a {
    padding: 0;
    color: #fff
}

#menu-main-menu li.cta:hover {
    border-top: 2px solid #fff
}

#menu-main-menu li.cta a {
    margin: 10px;
    padding: 10px;
    display: inline-block;
    background: #2199e8;
    color: #fff
}

#menu-main-menu .submenu {
    padding: 10px;
    background: #1f1f1f;
    z-index: 100;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5)
}

#menu-main-menu .submenu > li {
    border-bottom: 1px solid #4a4a4a;
    border-top: 0
}

#menu-main-menu .submenu > li a {
    padding: 12px 0;
    color: #fff
}

#menu-main-menu .submenu > li a:hover {
    color: #9b9ba7
}

#menu-main-menu .submenu > li:last-child {
    border-bottom: none
}

#menu-main-menu .submenu > li ul {
    z-index: 150
}

#menu-main-menu .submenu > li.is-right-arrow > a:after {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 10px;
    display: block;
    width: 0;
    height: 0;
    border: 5px inset;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #fff;
    opacity: .7
}

#menu-main-menu li.w-submenu {
    position: relative;
    margin-right: 20px
}

.w-submenu > .submenu-icon {
    position: absolute;
    left: 100%;
    width: 25px;
    height: 25px;
    padding: 5px;
    bottom: -2px
}

.w-submenu > .submenu-icon span {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #098ee6 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1JyBoZWlnaHQ9JzUnPjxwYXRoIGZpbGwtcnVsZT0nZXZlbm9kZCcgZmlsbD0nI0ZGRicgZD0nTTUgM0gzdjJIMlYzSDBWMmgyVjBoMXYyaDJ2MXonLz48L3N2Zz4=) 50% 50% no-repeat
}

#menu-main-menu .d-submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: -10px;
    z-index: 500
}

#menu-main-menu .d-submenu-list {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 115px);
    position: relative;
    margin: 30px 0 0;
    padding: 4px 20px 6px;
    width: 240px;
    list-style-type: none;
    background-color: #fff;
    border-top: 9px solid var(--color-sub-menu);
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, .1)
}

#menu-main-menu .d-submenu::before {
    display: block;
    position: absolute;
    top: 17px;
    left: 60px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 500;
    border-width: 0 13px 13px;
    border-color: transparent transparent var(--color-sub-menu) transparent
}

#menu-main-menu .d-submenu-item {
    padding: 0;
    margin: 0;
    min-height: 0
}

#menu-main-menu .d-submenu-item:first-child, #menu-main-menu .d-submenu-item:first-child:hover {
    border: none
}

#menu-main-menu .d-submenu-item:not(:first-child) {
    border-top: 2px solid #f2f2f2
}

#menu-main-menu .d-submenu-item:hover {
    border-top: 2px solid #f2f2f2
}

#menu-main-menu .d-submenu-item .d-submenu-link {
    padding: 15px 0;
    margin: 0;
    font-family: open sans, Open-Sans-fallback, sans-serif;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    color: #4a4a4a
}

#menu-main-menu .d-submenu-item .d-submenu-link:hover {
    color: #2c9ee9
}

.m-submenu {
    display: none;
    position: relative;
    top: -5px;
    left: -15px;
    width: calc(100% + 30px)
}

.themenumobile > ul .m-submenu-list {
    list-style-type: none;
    padding: 4px 0 11px;
    margin: 0;
    border: none;
    background-color: #f2f2f2;
    border-top: 3px solid var(--color-sub-menu)
}

.m-submenu::before {
    display: block;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 500;
    border-width: 0 5px 5px;
    border-color: transparent transparent var(--color-sub-menu) transparent
}

.themenumobile ul li.m-submenu-item {
    padding: 0 15px
}

.themenumobile ul li.m-submenu-item:not(:first-child) > a {
    border-top: 2px solid #fff
}

.themenumobile ul li.m-submenu-item .m-submenu-link {
    padding: 15px 10px;
    font-family: open sans, Open-Sans-fallback, sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #4a4a4a;
    font-weight: 400
}

.themenumobile ul li.m-submenu-item .m-submenu-link.active, .themenumobile ul li.m-submenu-item .m-submenu-link:hover {
    color: #2c9ee9
}

.w-m-submenu {
    position: relative
}

.themenumobile ul li.w-m-submenu > a {
    padding-right: 40px
}

.w-m-submenu.active > a {
    border-bottom-color: transparent
}

.w-m-submenu > .submenu-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    padding: 10px;
    z-index: 500;
    cursor: pointer;
    transition: opacity .3s ease
}

.w-m-submenu > .submenu-icon::before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    cursor: pointer;
    border-radius: 50%;
    background: #098ee6 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1JyBoZWlnaHQ9JzUnPjxwYXRoIGZpbGwtcnVsZT0nZXZlbm9kZCcgZmlsbD0nI0ZGRicgZD0nTTUgM0gzdjJIMlYzSDBWMmgyVjBoMXYyaDJ2MXonLz48L3N2Zz4=) 50% 50% no-repeat;
    background-size: 9px 9px
}

.w-m-submenu > .submenu-icon:hover {
    opacity: .5
}

.w-m-submenu.active > .submenu-icon::before {
    background: #098ee6 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1JyBoZWlnaHQ9JzEnPjxwYXRoIGZpbGwtcnVsZT0nZXZlbm9kZCcgZmlsbD0nI0ZGRicgZD0nTTAgMGg1djFIMFYweicvPjwvc3ZnPg==) 50% 50% no-repeat;
    background-size: 7px 2px
}

div.newfooter {
    position: relative;
    padding: 50px 0 0
}

div.newfooter > div {
    background: #202020;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 5px;
    gap: 25px
}

div.newfooter.kpo > div, div.newfooter.x2388 > div, div.newfooter.x2951 > div, div.newfooter.codp > div, div.newfooter.bocch > div {
    padding: 65px 5px
}

div.newfooter.bjf > div {
    background: var(--footer-color)
}

div.newfooter ul {
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
    margin: 0
}

div.newfooter ul li {
    color: #fff;
    margin: 0 10px 10px
}

div.newfooter ul li a {
    color: inherit
}

div.newfooter ul li a:hover {
    text-decoration: underline
}

@media (max-width: 750px) {
    div.newfooter.kpo > div, div.newfooter.x2388 > div, div.newfooter.x2951 > div, div.newfooter.codp > div, div.newfooter.bocch > div {
        padding: 70px 35px 25px
    }
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 0;
    border-radius: 3px;
    border-bottom: 2px #ccc solid
}

tbody, tfoot, thead {
    border: 1px solid #f2f2f2;
    background-color: #fff
}

tfoot, thead {
    background: #f9f9f9;
    color: #9b9b9b
}

tfoot td, tfoot th, thead td, thead th {
    font-weight: 600
}

table:not(#wagertablenew) tbody tr.odd {
    background-color: #f2f2f2
}

a {
    color: #2199e8;
    text-decoration: none
}

a:focus, a:hover {
    color: #1585cf
}

a:link, a:visited:link {
    tap-highlight-color: rgba(0, 0, 0, .3)
}

#fg, #fg div.all {
    position: absolute;
    border-radius: 25px 25px 5px 5px;
    background: #3d3d3d;
    height: 86px
}

#fg {
    display: flex;
    top: 25px;
    left: 50px;
    flex-direction: column-reverse;
    align-items: center;
    width: 50px;
    padding: 0 0 10px
}

#fg > span {
    cursor: pointer
}

#fg div.all {
    width: 225px;
    flex-wrap: wrap;
    display: none;
    padding: 5px;
    left: 0;
    top: 0;
    cursor: auto;
    overflow: hidden
}

#fg.bjf, #fg.bjf div.all {
    background: #5bb7c3
}

#fg .me {
    display: block;
    width: 28px;
    height: 28px
}

#fg .me, #fg a {
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-size: 28px
}

#fg a {
    margin: 5px
}

#fg .f_x2951 {
    background-position: 0 -20px
}

#fg .f_coe {
    background-position: 0 -48px
}

#fg .f_ocnz {
    background-position: 0 -76px
}

#fg .f_bocch {
    background-position: 0 -104px
}

#fg .f_kpo {
    background-position: 0 -132px
}

#fg .f_bjf {
    background-position: 0 -160px
}

#fg .f_ocrb {
    background-position: 0 -188px
}

#fg .f_x2338 {
    background-position: 0 -216px
}

#fg .f_codp {
    background-position: 0 -244px
}

#fg .f_cacca {
    background-position: 0 -272px
}

#fg .o, #fg .c {
    background-size: 28px;
    width: 10px;
    height: 10px;
    display: block
}

#fg .o {
    margin: 0 0 18px;
    width: 7px
}

#fg .c {
    background-position: 0 -10px;
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer
}

.h1, h1, .h2, h2, .h3, h3, .h4, h4 {
    overflow-wrap: break-word
}

.h1, h1 {
    margin: 0 0 10px;
    display: block;
    font-weight: 800;
    font-size: 22px;
    color: var(--color-h1)
}

.h2, h2 {
    margin: 0 0 10px;
    display: block;
    font-weight: 700;
    font-size: 20px;
    color: var(--color-h2)
}

.h3, h3 {
    margin: 0 0 10px;
    display: block;
    font-weight: 700;
    font-size: 18px;
    color: var(--color-h3)
}

.h4, h4 {
    margin: 0 0 6px;
    display: block;
    font-weight: 600;
    font-size: 17px;
    color: var(--color-h4)
}

.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, h1 a, h2 a, h3 a, h4 a, h5 a {
    text-decoration: none;
    color: inherit
}

.h2 + div, h2 + div {
    margin-top: 15px
}

h1#hph1 {
    font-size: 22px
}

.button, #menu-main-menu li a {
    font-family: open sans, Open-Sans-fallback, sans-serif
}

.maintext div.topr {
    margin: 0 0 25px
}

div#toprhead {
    margin: 0
}

div.topr.fixed {
    position: fixed;
    top: 10px
}

#nav-toggle:hover span, #nav-toggle:hover span:after, #nav-toggle:hover span:before, .game-overlay {
    background: #0a0a0a
}

#nav-toggle span, #nav-toggle span:after, #nav-toggle span:before {
    cursor: pointer;
    border-radius: 1px;
    height: 2px;
    width: 25px;
    background: #9b9ba7;
    position: absolute;
    display: block;
    content: ''
}

#nav-toggle span:before {
    top: 7px
}

#nav-toggle span:after {
    bottom: -14px
}

.maintext {
    line-height: 25px
}

p, ol, ul {
    font-size: var(--normal-font-size);
    margin-bottom: 16px;
    line-height: 28px;
    text-align: start;
}

/*.maintext p:not(:last-child), .maintext h3, .maintext h2 {
    margin: 0 0 20px
}*/

.filter_ocrb h2 {
    text-align: center
}

.maintext p:last-child {
    margin: 0
}

.maintext p + h2 {
    margin: 30px 0 20px
}

.maintext p + h3 {
    margin: 25px 0 20px
}

.maintext ol, .maintext ul {
    padding: 0 0 0 40px
}

.maintext td > ol, .maintext td > ul {
    margin: 20px 0
}

.maintext table {
    margin: 0 0 30px;
    line-height: 1.4
}

.maintext table td, .maintext table th {
    padding: 10px;
    text-align: left
}

.maintext table h2, .maintext table h3 {
    margin: 0
}

.maintext article > div {
    margin-bottom: 30px
}

.articlelist_wrapper {
    margin: 40px 0 0
}

.articlelist {
    display: flex;
    flex-direction: column;
    line-height: 1.4
}

.articlelist > div {
    display: grid;
    grid-template-columns:250px auto;
    margin: 0 0 30px;
    gap: 10px 20px
}

.articlelist > div a.img {
    display: flex;
    justify-content: center;
    grid-area: 1/1/5/2;
    aspect-ratio: 16/9;
    width: 100%;
    background: #f2f2f2
}

.coe-site .articlelist > div a.img {
    background: 0 0
}

.articlelist > div a.img img {
    object-fit: none;
    aspect-ratio: 16/9;
    width: auto
}

.coe-site .articlelist > div a.img img {
    object-fit: scale-down
}

.articlelist > div div.h3 {
    margin: 0
}

.articlelist_wrapper a.button {
    max-width: 500px;
    margin: 0 auto
}

.casinotable {
    width: 100%;
    color: #0a0a0a;
    line-height: 1.2
}

.casinotable thead tr th {
    padding: 0;
    text-align: center;
    height: 40px;
    background-color: var(--color-table-header);
    color: var(--color-text-on-table-header);
    font-weight: 500;
    line-height: 16px
}

.casinotable thead tr th:last-child {
    text-align: center
}

.casinotable tbody tr td {
    vertical-align: middle;
    padding: 8px 2px
}

.casinotable tbody tr td a {
    color: var(--color-casino-name-on-table)
}

.casinotable tbody tr td a.button {
    background: var(--color-cta-button);
    display: grid;
    align-items: center;
    box-shadow: 0;
    margin: 0 auto;
    color: var(--color-text-on-cta-button);
    max-width: 200px
}

.casinotable tbody tr td a.button:hover {
    background: var(--color-hover-on-cta-button);
    color: var(--color-text-on-cta-button)
}

.casinotable tbody tr td img {
    border-radius: 50%;
    width: 50px;
    display: block;
    margin: 0 auto
}

.casinotable td.b1, .casinotable td.b2 {
    text-align: center
}

.casinotable td.nm {
    font-size: 13px;
    max-width: 60px
}

.casinotable td.bn {
    text-align: center
}

.rating {
    list-style-type: none;
    margin: 0
}

.rating li {
    font-family: open sans, Open-Sans-fallback, sans-serif;
    display: inline-block;
    color: #0a0a0a
}

.rating li.star:before {
    content: "\f5bc"
}

.rating li:before {
    content: "\f5be"
}

.casino-reviews-grid {
    display: flex;
    flex-wrap: wrap;
    min-width: 0;
    gap: 15px;
    margin: 0 0 20px;
    position: relative
}

.casino-reviews-grid .card {
    background: #f5f5f5;
    display: flex;
    flex-flow: column;
    flex-grow: 1;
    width: 0;
    min-width: 161px
}

.casino-reviews-grid .card .review-type-star {
    background: 0 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 10px
}

.casino-reviews-grid .card .vh-casino-title {
    text-align: center;
    color: var(--color-casino-name-on-table);
    text-transform: uppercase;
    line-height: 1;
    word-break: break-word;
    padding: 3px;
    height: 35px;
    display: grid;
    margin: 7px;
    align-items: center;
    overflow: hidden
}

.casino-reviews-grid .card .vh-casino-overlay {
    min-height: 112px
}

.casino-reviews-grid .card .vh-casino-overlay img {
    margin: 0 auto;
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%
}

.casino-reviews-grid .card .vh-bonus-text {
    padding: 9px;
    text-align: center;
    color: #0a0a0a;
    font-weight: 700;
    flex-grow: 1
}

.casino-reviews-grid .card .vh-bonus-text span {
    display: block;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400
}

.casino-reviews-grid .card .terms-link {
    display: block;
    text-align: center;
    margin-bottom: 10px
}

.casino-reviews-grid .card .button {
    display: grid;
    align-items: center;
    margin: 0 10px 10px
}

.casino-reviews-grid .card:hover {
    cursor: pointer;
    background: #fff;
    box-shadow: 0 6px 17px 0 rgba(0, 0, 0, .16)
}

.casino-reviews-grid .card:hover .button {
    background: var(--color-hover-on-cta-button)
}

.casino-reviews-grid .grid-casino-rating {
    min-height: 62px
}

.card.newcard {
    padding-top: 20px
}

.card.newcard .vh-casino-title {
    margin: 0 7px
}

.card.newcard .vh-bonus-text {
    padding-top: 0;
    min-height: 40px
}

.card.newcard .vh-casino-overlay {
    min-height: 105px
}

.casino-reviews-grid-5 .card, .casino-reviews-grid-6 .card {
    min-width: 215px
}

#hptopgames ul {
    display: grid;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    grid-template-columns:repeat(auto-fit, minmax(136px, 1fr));
    gap: 15px;
    padding: 0
}

#hptopgames li a {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between
}

#hptopgames li a:hover img {
    opacity: .5
}

#hptopgames span.h3 {
    display: flex;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
    background: #f5f5f5;
    padding: 5px;
    margin: 0
}

div#btt {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 2;
    cursor: pointer;
    display: none;
    opacity: .9
}

.dv_mobile.withbanner div#btt {
    bottom: 80px
}

div.tablecon {
    width: 100%;
    overflow: auto;
    padding: 0
}

div.tablecon table {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%
}

div.tablecon table tr {
    vertical-align: top
}

div.tablecon table tr > td > ul {
    padding: 0 0 0 20px
}

div.tablecon table p {
    margin-bottom: 0
}

div.tablecon + .banners {
    margin-top: -62px
}

div.imgintxt {
    display: block;
    max-width: 100%;
    clear: both
}

div.imgintxt img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

div.imgintxt div {
    float: none;
    text-align: center;
    border: 1px #ccc solid;
    padding: 5px;
    margin: 5px auto 0;
    box-sizing: border-box
}

div.floatleft {
    float: left;
    margin: 8px 10px 10px 0
}

div.floatright {
    float: right;
    margin: 8px 0 10px 10px
}

div.floatnone, div.forcefloatnone {
    float: none;
    margin: 0 0 20px
}

div.forcefloatnone img {
    height: auto !important
}

.forcefloatnone.fullonmobile img {
    width: 100% !important
}

.forcefloatnone.fullonmobile div {
    width: 100%;
    max-width: none !important
}

.banners img {
    width: 100%
}

.newsletter > div, .monthly > div {
    text-align: center;
    box-shadow: 0 5px 12px rgb(0 0 0/15%);
    background: #fff
}

.newsletter span.title, .monthly span.title {
    background-image: url(/img/others/newsletter-icon.png);
    display: block;
    height: 61px;
    background-color: var(--color-box-header);
    background-repeat: no-repeat;
    background-position: 30px center
}

.newsletter > div > div {
    margin: 15px;
    display: flex;
    flex-flow: column;
    font-size: 14px;
    line-height: 1.5
}

.newsletter > div > div p {
    margin: 0 10px 15px
}

.newsletter form {
    display: flex;
    flex-flow: column
}

.newsletter input.nlf-field, .newsletter_new input.nlf-field {
    height: 39px;
    padding: 10px;
    border: 1px solid #9b9ba7;
    margin: 0 0 15px;
    font-family: inherit;
    font-size: 15px;
    color: #0a0a0a;
    background-color: #fff;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, .1);
    border-radius: 3px;
    appearance: none
}

.newsletter .button {
    margin: 15px 0 20px;
    text-transform: uppercase;
    border: none
}

.newsletter .tncv {
    display: flex;
    padding: 0 20px
}

.newsletter .tncv input {
    margin: 2px 0 0
}

.newsletter input.tnc {
    margin: 0
}

.newsletter label {
    font-size: 12px;
    text-align: left;
    margin: 0 0 0 10px
}

#newslettersubmit_info {
    display: none;
    color: #ff5a61;
    text-align: center;
    margin: 10px 0 0
}

.monthly {
    margin: 0 0 20px
}

.monthly span.title {
    background-image: url(/img/others/monthly-icon.png)
}

.monthly img {
    width: 100px;
    border-radius: 50%;
    margin-right: 30px
}

.monthly > div > div > div {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center
}

.monthly > div > div {
    margin: 15px;
    display: flex;
    flex-direction: column
}

.monthly a.name {
    font-weight: 700;
    color: #4a4a4a
}

.monthly ul li {
    padding: 0;
    border: none;
    line-height: normal;
    margin-bottom: 5px
}

.monthly ul {
    margin: 0 auto 20px;
    text-align: left;
    max-width: 400px;
    word-break: break-word
}

.monthly a.button {
    margin: 0 auto 20px;
    max-width: 500px;
    width: 100%
}

.clearfloat {
    clear: both
}

.rtop {
    background: #f5f5f5;
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px
}

.rtop img {
    width: 200px;
    height: 200px
}

.rtop a.button {
    width: 100%;
    max-width: 500px;
    margin: 40px auto 10px;
    display: grid;
    align-items: center
}

.rtop .sr {
    width: 146px;
    text-align: center;
    align-self: center;
    margin: 0 20px
}

.rtop > div {
    display: inline-block;
    vertical-align: top
}

.rtop #pt3 {
    flex-grow: 2;
    width: 210px;
    margin: 0 20px
}

.rtop #pt3 span {
    font-size: 20px;
    color: #555;
    font-weight: 700;
    margin: 0 0 15px;
    display: block
}

.rtop #pt3 span a {
    color: inherit
}

.rtop ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.rtop ul li {
    margin-bottom: 12px;
    line-height: 20px;
    background: url(/img/others/check.svg) no-repeat 0 center;
    padding-left: 36px;
    background-size: 28px;
    min-height: 28px;
    padding-top: 3px
}

.bottom-md {
    display: none
}

.bottom-lg {
    display: block
}

.ocrb-new-rtop {
    display: flex;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    background-color: #f5f5f5;
    margin-bottom: 20px;
    align-items: stretch
}

.ocrb-new-rtop > .left > a {
    height: 197px;
    width: 197px
}

.ocrb-new-rtop > .left, .ocrb-new-rtop > .right {
    height: auto
}

.ocrb-new-rtop > .left {
    width: 197px;
    flex: 0 0 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1px 0
}

.ocrb-new-rtop > .left img {
    max-width: 100%;
    max-height: 100%
}

.ocrb-new-rtop > .right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 10px 0 20px
}

.ocrb-new-rtop > .right > .top {
    display: flex;
    justify-content: space-between;
    height: 100%
}

.ocrb-new-rtop > .right > .top > .top-left {
    flex: 0 0 45%;
    padding: 0 10px 0 0;
    box-sizing: border-box
}

.ocrb-new-rtop > .right > .top > .top-right {
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    padding: 9px 0 9px 20px;
    margin: 2px 0 27px;
    flex: 0 0 55%
}

.ocrb-new-rtop > .right > .top > .bottom {
    justify-content: center
}

.ocrb-new-rtop > .right button {
    width: 100%;
    padding: 10px 20px;
    color: inherit;
    border: none;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    background: inherit;
    border-radius: 3px;
    opacity: 1;
    text-transform: uppercase
}

.ocrb-new-rtop > .right > .top > .top-right > ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.ocrb-new-rtop > .right > .top > .top-right > ul > li {
    margin-bottom: 14px;
    line-height: 20px;
    background: url(/img/others/ocrb-new-check.svg) no-repeat 0 top;
    padding-left: 36px;
    background-size: 22px;
    min-height: 22px
}

.ocrb-new-rtop > .right > .top > .top-right > ul > li:last-child {
    margin-bottom: inherit
}

.ocrb-new-rtop > .right > .top > .top-left > span {
    font-size: 20px;
    color: #555;
    font-weight: 700;
    margin: 0 0 13px;
    display: block
}

.rating-number {
    letter-spacing: 0;
    color: #555;
    font-size: 17px;
    font-weight: 700;
    text-align: right;
    margin-right: 5px
}

.rating-text {
    font-size: 17px;
    text-align: left;
    letter-spacing: 0;
    color: #4a4a4a;
    white-space: nowrap
}

.rating-space {
    display: flex;
    align-items: center;
    justify-content: left
}

.rtno {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    background: var(--color-ranking-bg);
    color: #fff;
    font-size: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.rimg {
    background: #f5f5f5;
    margin: 0 0 20px;
    padding: 10px
}

.rimg div {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap
}

.rimg div a {
    width: 30%;
    max-width: 212px;
    min-width: 183px
}

.rimg div img {
    width: 100%;
    display: block;
    margin: 0 0 5px
}

.stars, .starsbg {
    margin: 15px auto;
    overflow: hidden
}

.rtable {
    background: #f5f5f5;
    padding: 10px
}

.vbbutton {
    width: 500px;
    max-width: 100%;
    line-height: 30px;
    padding: 10px 20px;
    font-size: 20px
}

.vbbuttonmain {
    margin: 40px auto 50px;
    display: block
}

div#wnt {
    overflow: auto;
    margin: 0 0 10px
}

table#wagertablenew {
    border-collapse: collapse;
    width: 100%;
    margin: 0
}

table#wagertablenew th {
    background: var(--color-table-header);
    color: var(--color-text-on-table-header);
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    padding: 10px 1px;
    min-width: 50px
}

table#wagertablenew > tbody > tr > td {
    font-size: 14px;
    color: #333;
    padding: 15px 5px
}

table#wagertablenew .stable {
    width: 100%;
    border: none;
    margin: 0
}

table#wagertablenew .stable td {
    font-size: 14px;
    font-weight: 700;
    padding: 8px
}

table#wagertablenew .stable td.nt + td {
    font-weight: 400
}

table#wagertablenew .stable tr td:first-child {
    width: 180px;
    font-weight: 400
}

table#wagertablenew td.moreinfo {
    text-align: center
}

table#wagertablenew td.gg {
    text-align: center;
    padding: 0 10px
}

table#wagertablenew td.bm {
    text-align: center
}

table#wagertablenew td.pc {
    text-align: center
}

table#wagertablenew td.moreinfo div {
    background: url(/img/others/moreinfo.png);
    width: 25px;
    height: 33px;
    display: block;
    margin: 0 auto;
    cursor: pointer
}

table#wagertablenew td.moreinfo div.opened {
    background-position: center bottom
}

table#wagertablenew tr.tr_moreinfo > td > div {
    max-height: 0;
    overflow: hidden
}

table#wagertablenew tr.tr_moreinfo > td {
    padding-top: 0;
    padding-bottom: 0
}

table#wagertablenew tr.tr_fm {
    display: none;
    background: #f5f5f5
}

table#wagertablenew tr.tr_fm td {
    padding-top: 0
}

table#wagertablenew tr.tr_fm .button {
    width: 100%
}

table#wagertablenew .button {
    margin: 0;
    width: 100%;
    display: grid;
    align-items: center
}

table#wagertablenew > tbody > tr:nth-child(6n+1) {
    background: #f5f5f5
}

table#wagertablenew div.wg {
    display: inline-block;
    margin-right: 10px;
    font-weight: 700
}

table#wagertablenew div.wg span {
    margin-right: 5px;
    font-weight: 400
}

table#wagertablenew div.shadowbottom {
    background: url(/img/others/shadow-bottom.png) center bottom no-repeat;
    height: 12px
}

table#wagertablenew div.shadowtop {
    background: url(/img/others/shadow-top.png) center bottom no-repeat;
    height: 12px
}

p.tt3 {
    font-size: 20px;
    color: #555;
    font-weight: 700;
    margin: 0 0 15px
}

div#sof {
    margin: 0 0 20px
}

div#sof .bn {
    background: var(--color-box-header);
    height: 56px
}

div#bnk .bn {
    background: var(--color-box-header);
    height: 56px
}

.bn > img {
    margin-left: 15px;
    margin-top: 12px
}

div#sof .cont, div#bnk .cont {
    background: #f5f5f5;
    padding: 10px;
    margin: 0 0 20px;
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(83px, 1fr));
    gap: 10px;
    justify-items: center
}

div#sof .cont img, div#bnk .cont img {
    width: 100%;
    border: 1px #ccc solid;
    padding: 5px;
    max-width: 97px
}

.stars, .starsbg {
    width: 110px;
    min-width: 110px;
    height: 22px;
    background: url(/img/others/starsnew.png) 0 bottom repeat-x;
    margin: 0 auto;
    position: relative
}

.stars div, .starsbg div.starsfg {
    position: absolute;
    height: 22px;
    background: url(/img/others/starsnew.png) 0 0 repeat-x
}

div.stars50 {
    width: 100%
}

div.stars45 {
    width: 90%
}

div.stars40 {
    width: 80%
}

div.stars30 {
    width: 60%
}

.card .stars, .card .starsbg {
    margin: 0 auto 10px
}

#hpfirst {
    position: relative;
    margin-bottom: 20px
}

#hpfirst a {
    position: absolute;
    background: #fff;
    color: var(--color-text-on-white-button);
    text-transform: uppercase;
    left: 5%;
    bottom: 10%;
    margin: 0;
    min-width: 150px
}

#hpfirst a:hover {
    background: var(--color-hover-on-cta-button);
    color: #fff
}

#hpfirst img {
    width: 100%;
    cursor: pointer
}

a.mobile-menu {
    display: none
}

.themenumobile {
    display: none
}

#sistersw {
    border-top: 1px #ccc solid;
    padding: 20px 0;
    margin: 20px 0 0;
    font-style: normal
}

#sistersw p {
    margin: 0
}

#sistersw ul {
    margin: 0;
    padding: 0
}

#sistersw li {
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 10px;
    border-radius: 3px;
    background: #f0f0f0
}

#sistersw li:is(.more,.less) {
    background: #1f1f1d
}

#sistersw li:is(.more,.less) a {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff
}

#sistersw li:not(.more,.less) a:hover {
    text-decoration: underline
}

#sistersw li:is(.more,.less) svg {
    transform: rotate(-90deg);
    height: 12px
}

#sistersw li.less svg {
    transform: rotate(90deg)
}

#sistersw li.hide {
    display: none
}

#sistersw ul li.h {
    display: none
}

#stkhidden {
    display: none
}

#stk {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    left: 0;
    width: 100%;
    padding: 7px 0;
    text-align: center;
    display: flex;
    opacity: 0;
    background: var(--color-sticky-banner);
    box-shadow: 0 1px 3px rgba(0, 0, 1, .5);
    justify-content: center;
    align-items: center
}

.dv_mobile #stk {
    bottom: 0;
    top: auto;
    padding: 15px 0 20px
}

#stk a.button {
    display: inline-grid;
    margin: 0;
    font-size: 17px;
    min-width: 180px;
    padding-top: 6px;
    padding-bottom: 6px
}

#stk span {
    padding: 5px 0;
    color: var(--color-text-on-table-header);
    display: inline-block;
    margin-right: 10px;
    font-weight: 700;
    vertical-align: middle
}

#articleindex {
    margin: 0 0 30px;
    word-break: break-word
}

#articleindextitle {
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 10px
}

#articleindex ul {
    margin: 0;
    width: 100%;
    padding: 0;
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(250px, 1fr));
    line-height: 18px;
    align-items: flex-start
}

#articleindex li {
    list-style: none;
    background: 0 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0
}

#articleindex li:before {
    display: none
}

#articleindex > ul span {
    width: 20px;
    min-width: 20px;
    text-align: center;
    font-size: larger
}

#articleindex > ul > li {
    margin: 0 0 10px
}

#articleindex > ul > li > ul > li {
    margin: 5px 0 0
}

#articleindex > ul > li > a {
    font-weight: 700;
    font-size: 14px;
    margin: 3px 0 0;
    max-width: 90%
}

#articleindex > ul > li > span {
}

#articleindex > ul > li > ul {
}

#articleindex > ul > li > ul > li > a {
    font-size: 14px;
    margin: 1px 0 1px 15px;
    max-width: 86%
}

#articleindex > ul > li > ul > li > ul {
    margin: 2px 0
}

#articleindex > ul > li > ul > li > ul > li > a {
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 0 30px;
    max-width: 82%
}

#articleindex > ul > li > ul > li > ul > li > ul {
    margin: 2px 0
}

#articleindex > ul > li > ul > li > ul > li > ul > li > a {
    font-size: 12px;
    margin: 0 0 0 45px;
    max-width: 78%
}

#articleindex li.closed > ul {
    display: none
}

#articleindex li.closed > span, #articleindex li.opened > span {
    cursor: pointer
}

#articleindex br {
    display: none
}

.rate {
    position: relative;
    width: 146px;
    height: 28px;
    text-align: left;
    background: url(/img/others/stars_empty.svg) center left no-repeat;
    background-size: contain;
    margin-top: 10px
}

.rate + .rate {
    margin-top: 20px
}

.rate:before {
    content: '';
    display: block;
    padding-top: 16.9%
}

.rate-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    text-align: left;
    background: url(/img/others/stars_full.svg) center left no-repeat;
    background-size: auto 100%;
    transition: all 120ms
}

.rate-section {
    position: absolute;
    top: 0;
    height: 100%;
    width: 10%;
    cursor: pointer
}

.rate-section.rs0 {
    left: 0%
}

.rate-section.rs1 {
    left: 10%
}

.rate-section.rs2 {
    left: 20%
}

.rate-section.rs3 {
    left: 30%
}

.rate-section.rs4 {
    left: 40%
}

.rate-section.rs5 {
    left: 50%
}

.rate-section.rs6 {
    left: 60%
}

.rate-section.rs7 {
    left: 70%
}

.rate-section.rs8 {
    left: 80%
}

.rate-section.rs9 {
    left: 90%
}

.rate-orange {
    position: relative;
    width: 93px;
    height: 17px;
    text-align: left;
    background: url(/img/others/stars_empty_orange.svg) center left no-repeat;
    background-size: contain;
    display: flex;
    align-content: center
}

.rate-orange + .rate-orange {
    margin-top: 20px
}

.rate-orange:before {
    content: '';
    display: block;
    padding-top: 16.9%
}

.rate-orange > .rate-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    text-align: left;
    background: url(/img/others/stars_full_orange.svg) center left no-repeat;
    background-size: auto 100%;
    transition: all 120ms
}

.rate-orange > .rate-section {
    position: absolute;
    top: 0;
    height: 100%;
    width: 10%;
    cursor: pointer
}

.rate-orange > .rate-section.rs0 {
    left: 0%
}

.rate-orange > .rate-section.rs1 {
    left: 10%
}

.rate-orange > .rate-section.rs2 {
    left: 20%
}

.rate-orange > .rate-section.rs3 {
    left: 30%
}

.rate-orange > .rate-section.rs4 {
    left: 40%
}

.rate-orange > .rate-section.rs5 {
    left: 50%
}

.rate-orange > .rate-section.rs6 {
    left: 60%
}

.rate-orange > .rate-section.rs7 {
    left: 70%
}

.rate-orange > .rate-section.rs8 {
    left: 80%
}

.rate-orange > .rate-section.rs9 {
    left: 90%
}

.ocrb-new-rtop > .right > .top > .top-left > #voteinfo {
    font: normal normal normal 16px/24px Open Sans;
    letter-spacing: 0;
    text-align: left;
    margin-top: 10px;
    display: none;
    line-height: 1.5
}

#voteinfo {
    text-align: center;
    font-weight: 700;
    margin-top: 10px;
    display: none;
    line-height: 1.5
}

ul.lms {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}

.fgix, .fgixd, .fgixm {
    border: 1px #ccc solid
}

.gmss {
    margin-bottom: 20px
}

.gmsd:not(.active), .gmsm:not(.active) {
    display: none
}

div.games {
    margin: 10px;
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(161px, 1fr));
    gap: 15px 10px
}

a.gitem {
    flex-direction: column;
    overflow: hidden;
    box-sizing: content-box;
    text-align: center;
    line-height: 1.2;
    font-size: 14px;
    position: relative
}

a.gitem img {
    width: 100%
}

a.gitem div.fgx {
    position: absolute;
    top: 0;
    width: 100%;
    background: rgb(0, 0, 0, .8);
    height: 139px;
    display: none;
    align-items: center
}

a.gitem:hover div.fgx {
    display: grid
}

a.gitem .button {
    margin: 0 10%;
    display: grid;
    align-items: center
}

.fg_platform {
    margin: 0;
    padding: 0
}

.fg_platform li {
    display: inline-block;
    padding: 8px 30px 10px;
    border-radius: 10px 10px 0 0;
    background: #ccc;
    margin-right: 5px;
    margin-bottom: 0
}

.fg_platform li a {
    font-size: 16px;
    color: #333
}

.fg_platform li.active {
    background: #000;
    padding: 10px 30px
}

.fg_platform li.active a {
    color: #fff;
    cursor: text;
    text-decoration: none
}

div.playname {
    display: none
}

div.fgl {
    width: 95%;
    height: 107px;
    margin: -164px auto 0;
    text-align: center;
    opacity: 0
}

div.fgl div {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8
}

div.fgl span {
    width: auto;
    display: block;
    opacity: .99;
    margin: -74px 0 0 !important;
    position: relative;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5)
}

div.fgl span p {
    margin-bottom: 0
}

div.fgl span p:hover {
}

div#fgitem {
    margin: 0 0 30px
}

div#fgitem .iframe {
    display: flex;
    flex-flow: column
}

div#fgitem iframe {
    aspect-ratio: 4/3
}

div#fgbanner {
}

#fgbanner .l {
    height: 7px;
    background: url(/img/others/banner-top.png) repeat-x
}

#fgbanner .m {
    background-color: #242e3a;
    vertical-align: middle;
    background-image: linear-gradient(bottom, rgb(33, 41, 51) 0%, rgb(39, 51, 65) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px
}

#fgbanner img {
    width: 150px;
    height: 60px;
    display: inline-block;
    margin-right: 2px
}

#fgbanner span {
    display: inline-block;
    font-family: open sans, Open-Sans-fallback, sans-serif;
    width: 205px;
    line-height: 18px;
    vertical-align: middle;
    font-size: 17px;
    color: #fffeff;
    font-weight: 700;
    padding: 0 5px 0 10px;
    margin: 5px
}

#fgbanner a {
    flex-grow: 1;
    width: max-content;
    margin: 0 20px
}

#fgbanner .split {
    background: url(/img/others/split.jpg);
    width: 2px;
    height: 80px;
    display: inline-block;
    border: none;
    vertical-align: middle
}

#map-canvas {
    width: 100%;
    height: 600px;
    float: left;
    border: 1px #c7c7c7 solid;
    margin: 5px 0 15px
}

#fixedright {
    position: fixed;
    top: 10px
}

body.err404 {
    background: #fff;
    padding: 0 10px;
    box-sizing: border-box
}

div#err404 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
    background: #fff
}

div#err404 .lg {
    width: 130px;
    height: 61px;
    margin-bottom: 15px;
    background: url(/img/others/logo1.png) center no-repeat;
    background-size: contain
}

div#err404 .header__logo {
    margin-bottom: 15px;
    width: 200px
}

div#err404 span.txt {
    font-size: 17px;
    width: 500px;
    max-width: 100%;
    text-align: center;
    line-height: 22px;
    margin-bottom: 30px;
    background: #f1f1f1;
    border-radius: 10px;
    padding: 15px 25px;
    box-sizing: border-box
}

div#err404 .pic {
    width: 350px;
    margin-bottom: 20px;
    max-width: 90%
}

div#err404 .vb1 span {
    width: 250px !important
}

.casinotable td.bm {
    font-weight: 700;
    line-height: 15px;
    color: #333;
    font-size: 15px;
    text-align: center
}

.casinotable td.bm span {
    display: block;
    text-transform: none;
    font-size: 12px;
    font-weight: 400;
    margin-top: 5px
}

.excerpt1 {
    width: 50%;
    float: right;
    margin: 40px 0 50px 25px;
    border: 4px #c5c5c5 solid;
    padding: 50px 15px;
    font-size: 20px;
    position: relative;
    font-family: open sans, Open-Sans-fallback, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    line-height: 26px;
    overflow-wrap: break-word
}

.excerpt1 p {
    font: inherit;
    margin: 0
}

.excerpt1:before, .excerpt1:after {
    content: "";
    display: block;
    width: 70px;
    height: 63px;
    background: #fff url(/img/others/quotes_*shortname*.svg) no-repeat;
    background-size: 100%;
    position: absolute
}

.excerpt1:before {
    top: -45px
}

.excerpt1:after {
    background-position: bottom;
    right: 15px;
    bottom: -45px
}

#footers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%
}

#freegamelist {
    width: 100%;
    margin: 10px 0 20px;
    float: left;
    clear: both;
    display: contents
}

div.fgbar {
    background: #ccc;
    padding: 8px;
    margin: 0 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

select.fgsofsel {
    margin: 8px;
    height: 34px;
    border: none;
    border-radius: 5px;
    padding: 0 10px;
    float: left
}

.fgnav {
    float: none;
    margin: 0;
    text-align: right;
    flex-grow: 1
}

div.games + .fgnav {
    margin: 0 0 10px;
    background: #ccc;
    padding: 5px 10px;
    display: none
}

.fgnav > div {
    float: none
}

.fgnav .fgpagehide {
    display: none
}

span.pn-status {
    line-height: 0
}

span.pn-status a {
    color: #363635
}

span.pn-status span, span.pn-status a {
    display: inline-block;
    font-size: 16px;
    color: #000;
    text-align: center;
    padding: 0 5px;
    line-height: 34px;
    margin: 0 1px;
    min-width: 15px;
    font-weight: 600
}

span.pn-status span, span.pn-status a:hover {
    background: #fff;
    color: #000;
    text-decoration: none;
    font-weight: 600
}

span.pn-status a:hover {
    color: #000 !important
}

a.pn-arrow-prev, a.pn-arrow-next {
    display: inline-block;
    font-size: 14px;
    color: #fff !important;
    vertical-align: bottom;
    cursor: pointer;
    background: #2482bf;
    line-height: 34px;
    margin: 0 5px;
    font-weight: 700;
    padding: 0 10px
}

a.pn-arrow-prev:hover, a.pn-arrow-next:hover {
    text-decoration: none
}

span.pn-status a {
    cursor: pointer
}

span.curfilter {
    display: none
}

span.dot3 {
    color: #363635 !important;
    padding: 0;
    background: 0 0 !important
}

div.full_new {
    grid-area: full_new;
    display: grid;
    gap: 50px 4%;
    grid-template-columns:1fr 1fr
}

div.full_new div.maintext {
    grid-area: auto / 1 /auto/ 3
}

div.full_new div.tops__wrapper {
    grid-area: auto / 1 /auto/ 3
}

.tops__wrapper .topnew_title {
    font-size: 20px;
    display: block;
    font-weight: 600;
    text-align: center;
    border-bottom: none;
    margin: 0 0 20px;
    padding: 0
}

.tops__wrapper .topnew_blocked_title {
    font-size: 15px;
    display: block;
    font-weight: 600;
    text-align: left;
    border-bottom: none;
    margin: 0 0 15px;
    padding: 0
}

.topnew > .tops__inner:not(.filter__container):not(.divLoading) {
    display: grid;
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, .16);
    border-radius: 5px
}

.topnew .tops__container, .topnew .hdnew {
    display: flex;
    align-items: center;
    border-radius: 3px;
    position: relative
}

.topnew .tops {
    background: #fff
}

.tops__term_text {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px
}

.tops__casinos_disclaimer {
    display: flex;
    align-items: center;
    margin-bottom: 6px
}

.tops__casinos_disclaimer > p {
    flex: 0 0 auto;
    max-width: 100%;
    font-size: 10px;
    line-height: 1.2;
    color: #bfbfbf;
    margin: 0 0 0 10px !important;
    padding: 0
}

.tr_disclaimer {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.topnew div.hdnew {
    background-color: var(--color-table-header);
    color: #fff;
    font-size: 17px;
    padding: 17px 0
}

.topnew .tops:nth-of-type(even) {
    background: #f2f2f2
}

.tops__casinos_disclaimer.desktop {
    display: none
}

.topnew div.hdnew div {
    font-weight: 400;
    text-align: center;
    background: 0 0
}

.topnew > div > div.socialproof:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: -10px;
    top: 20px;
    background: 0 0;
    border-top: 5px solid #284515;
    border-right: 5px solid #284515;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent
}

.topnew > div > div.socialproof:after {
    width: 128px;
    height: 20px;
    position: absolute;
    left: -10px;
    top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 12px
}

.topnew > div > div.socialproof_pc:after {
    background: #25a0ed
}

.topnew > div > div.socialproof_tr:after {
    background: #79bd2c
}

.topnew > div > div.socialproof_sp:after {
    background: #ffab1a
}

.topnew > div > div.socialproof_eo:after {
    background: #87318b
}

.topnew .no {
    width: 4%;
    align-self: stretch;
    flex-grow: 1;
    min-width: 32px;
    display: grid;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    color: #b8b8b8
}

.topnew .thumb {
    position: relative;
    text-align: center;
    padding: 5px 0;
    width: 100px;
    margin-left: -4px
}

.topnew .thumb a.log {
    display: grid;
    width: 57px;
    margin: 10px auto
}

.topnew .thumb a.info {
    background: #4b96e3;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 12px;
    right: 0;
    color: #fff;
    font-size: 11px
}

.topnew .thumb img {
    width: 57px;
    border-radius: 50%
}

.topnew .name {
    width: 13%;
    padding: 5px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.topnew .name a {
    font-size: 17px;
    text-align: center;
    text-decoration: none;
    text-align: left;
    font-weight: 600
}

.topnew .name a:hover {
    text-decoration: underline
}

.topnew .bon {
    width: 20%;
    padding: 5px 10px;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    display: grid;
    justify-items: center;
    align-items: center;
    gap: 10px
}

.topnew .bon span {
    display: block;
    text-align: center
}

.topnew .nb0 {
    font-size: 20px
}

.topnew .nb0 span {
    margin: 5px 0 0;
    font-size: 14px;
    font-weight: 400
}

.topnew .jou {
    width: 21%;
    padding: 0 2%;
    flex-grow: 1;
    margin-bottom: 25px
}

.topnew .jou a {
    max-width: 230px;
    display: block;
    margin: 0 auto 5%;
    height: 47px;
    line-height: 47px
}

.topnew .plus18 {
    height: 33px;
    background: url(/img/others/18plus.png) center no-repeat !important;
    width: 8%
}

.topnew .sts {
    display: flex;
    justify-content: center;
    width: 15%;
    min-width: 140px
}

.topnew .sts .stars {
    margin: 0 10px 0 0
}

.topnew .sts span {
    color: #ff9000;
    font-weight: 700;
    font-size: 16px;
    width: 22px
}

.topnew .tops__inner {
    position: relative
}

.monthly_new {
    display: flex;
    flex-direction: column;
    padding: 0 0 20px;
    background: #fff;
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, .16);
    border-radius: 10px;
    overflow: hidden
}

.monthly_new .list {
    flex-grow: 1;
    width: max-content;
    max-width: 400px;
    margin: 0 auto;
    display: grid;
    align-items: center;
    padding: 15px 0
}

.monthly_new a.log {
    text-align: center;
    padding: 15px 0
}

.monthly_new .list li:not(:last-child) {
    margin-bottom: 5px
}

.monthly_new span.title {
    display: block;
    height: 61px;
    background-color: var(--color-box-header);
    background-repeat: no-repeat;
    background-position: 30px center;
    background-image: url(/img/others/icon1.png);
    color: #fff;
    padding: 0 0 0 100px;
    line-height: 61px;
    font-size: 20px
}

.monthly_new.offer_new span.title {
    background-image: url(/img/others/icon2.png)
}

.monthly_new a.button {
    width: 100%;
    max-width: min(400px, 85%);
    margin: 0 auto
}

.newcasinos {
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, .16);
    grid-area: auto / 1 /auto/ 3;
    border-radius: 10px;
    overflow: hidden
}

.newcasinos span.title {
    display: block;
    text-align: center;
    height: 61px;
    background-color: var(--color-box-header);
    background-repeat: no-repeat;
    background-position: 30px center;
    color: #fff;
    line-height: 61px;
    font-size: 20px
}

.newcasinos .casino-reviews-grid {
    margin: 15px;
    display: flex
}

.banner_new img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100% !important;
    border-radius: 10px
}

.newsletter_new {
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, .16);
    border-radius: 10px;
    overflow: hidden
}

.newsletter_new label {
    text-align: left;
    margin: 0 0 0 5px
}

.newsletter_new > div {
    padding: 15px;
    max-width: 450px;
    margin: 0 auto
}

.newsletter_new span.title {
    background-image: url(/img/others/diamond.png);
    display: block;
    height: 61px;
    background-color: var(--color-box-header);
    background-repeat: no-repeat;
    background-position: 30px center;
    padding: 0 0 0 100px;
    font-size: 20px;
    color: #fff;
    line-height: 61px
}

.newsletter_new form {
    display: flex;
    flex-flow: column
}

.newsletter_new .vip {
    background-repeat: no-repeat;
    display: grid;
    font-style: normal;
    font-size: 18px;
    align-items: center;
    min-height: 90px;
    margin: 0 0 20px;
    grid-auto-flow: column;
    grid-gap: 10px
}

.newsletter_new .tncv {
    margin: 0 0 20px
}

.hptopgames_new {
    grid-area: auto / 1 /auto/ 3
}

.hptopgames_new ul {
    display: grid;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    grid-template-columns:1fr 1fr 1fr 1fr;
    gap: 20px 3%;
    padding: 0
}

.hptopgames_new li a {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between
}

.hptopgames_new li a:hover img {
    opacity: .5
}

.hptopgames_new span.h3 {
    display: flex;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    background: #f5f5f5;
    padding: 5px;
    margin: 0
}

.hptopgames_new img {
    object-fit: cover;
    height: auto;
    width: 100%
}

.container-banner-caxon {
    background: #e0e0e0 0% 0% no-repeat padding-box;
    border-radius: 20px;
    opacity: 1;
    width: 100%;
    max-width: 1300px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 1.5rem 0 !important
}

.flex-banner-caxon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    -ms-flex-align: center !important;
    align-items: center !important
}

.banner-container-caxon-inner-text {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left !important;
    -ms-flex-order: 13;
    order: 13
}

.banner-container-caxon-inner-text .banner-caxon-title {
    text-align: left;
    letter-spacing: 0;
    color: #1f2447;
    text-transform: uppercase;
    font-size: 19px;
    margin-bottom: 1rem !important
}

.banner-container-caxon-inner-text .text1 {
    text-align: left;
    font: normal normal bold 15px/14px Arial;
    letter-spacing: 0;
    color: #1f2447;
    font-size: 14px;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.banner-container-caxon-inner-text .text2 {
    text-align: left;
    font: normal normal normal 13px/14px Arial;
    letter-spacing: 0;
    color: #1f2447;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.banner-container-caxon-inner-image {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-order: -1;
    order: -1;
    margin-top: .5rem !important
}

.banner-caxon {
    grid-area: banner-caxon
}

.disclaimer-ca-text {
    font-style: normal;
    font-size: 13px;
    line-height: 1.8
}

div#ratingtext {
    color: var(--color-box-header);
    padding-top: 5px;
    text-align: center
}

.author-box-container {
    display: inline-flex;
    background-color: #f2f2f2;
    padding: 2%;
    margin: 2% 0 0;
    opacity: 1
}

.author-box-img {
    width: 100px;
    opacity: 1
}

.author-name-comment {
    text-align: justify;
    letter-spacing: 0;
    line-height: 1.5em;
    opacity: 1;
    padding: 0 0 0 2%
}

.author-box-name {
    font-size: 18px;
    font-weight: 700;
    color: #4799e2;
    margin: 0 0 1rem;
    display: flex;
    column-gap: 3px
}

.author-box-social img {
    width: 28px;
    height: 24px;
    margin: 0 .5% 0 0;
    padding: 0 10%
}

.topnew .jou {
    margin-bottom: unset
}

.gmss {
    margin-bottom: 20px
}

.gms:not(.active) {
    display: none
}

.tab-links {
    border-radius: 2px 2px 0 0;
    background-clip: padding-box;
    background-color: var(--color-table-header);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 1, .5);
    text-align: center
}

.tab-links li {
    display: inline-block;
    height: 30px;
    margin-top: 4px
}

.tab-links li a {
    padding: 5px 16px;
    display: inline-block;
    height: auto;
    line-height: 16px;
    color: #fff;
    font-size: 16px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    cursor: pointer
}

.tab-links li a:hover {
    color: #fffa74
}

li.act {
    margin-bottom: 4px
}

.tab-links li a.tab-selected, .tab-links li a.act {
    background: #fff;
    color: #252e39;
    border: 1px solid #3f699d;
    border-radius: 3px 3px 0 0;
    background-clip: padding-box;
    background-color: #fff;
    border-bottom: 1px solid #d2d2d2;
    text-shadow: none;
    cursor: text
}

.tab-item-container {
    min-height: auto !important;
    float: left;
    width: 100%
}

.tab-item {
    display: none
}

.tab-item-container .tab-item:first-child {
    display: block
}

.free-game-items {
    padding-bottom: 15px
}

.tab-links {
    container-type: inline-size;
    container-name: freegameshort
}

.tab-links ul {
    margin: 0 auto
}

.hppromonews {
    grid-column: span 2
}

.fgmtitle {
    margin-bottom: 36px;
    text-transform: uppercase
}

.text-block {
    margin-right: auto;
    margin-left: auto;
    letter-spacing: .02em;
    word-wrap: break-word;
    max-width: 840px
}

.promonews_title {
    text-align: center
}

div.new_articles {
    display: grid;
    grid-template-columns:repeat(3, minmax(250px, 1fr));
    gap: 20px 15px
}

div.new_articles > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    box-shadow: 0 2px 0 0 rgba(57, 72, 101, .3);
    border-radius: 5px;
    padding: 0 0 26px
}

div.new_articles a.na_image {
    width: 100%;
    aspect-ratio: 305/116;
    margin-bottom: 18px;
    overflow: hidden;
    border-radius: 5px 5px 0 0
}

div.new_articles.bksf a.na_image {
    width: 172px;
    height: 116px;
    border-radius: unset;
    aspect-ratio: unset;
    margin: 5px 0 10px
}

div.new_articles a.na_image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top
}

div.new_articles a.button {
    margin: 0;
    width: calc(100% - 40px);
    border: 1px solid #d0d0d0;
    background: #d0d0d0;
    box-shadow: 0 5px 0 0 silver
}

div.new_articles a.button:hover {
    transform: translateY(5px);
    box-shadow: none
}

div.new_articles div.na_text {
    flex-grow: 1;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: .02em;
    color: #2d3751;
    padding: 0 20px;
    margin-bottom: 20px;
    min-height: 30px
}

div.new_articles a.na_title {
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
    text-decoration: none;
    font-weight: 700;
    margin-bottom: 5px;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    line-clamp: 2;
    box-orient: vertical
}

div.new_articles a.na_title:hover {
    text-decoration: underline
}

#ocrb_footer {
    content-visibility: auto;
    contain-intrinsic-height: 350px
}

.det-images {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto
}

.fancybox {
    text-align: center
}

span.tt3 {
    font-size: 20px;
    color: #555;
    font-weight: 700;
    margin-bottom: 15px;
    display: block
}

.slider-container {
    padding: 20px;
    background-color: #f5f5f5;
    margin: 0 0 20px
}

.slideshow-images {
    margin-bottom: 15px
}

.topnew .name .div-a {
    font-size: 17px;
    text-align: left;
    font-weight: 600;
    color: #2199e8
}

.nm-a {
    color: var(--color-casino-name-on-table);
    font-size: 13px;
    text-align: left;
    line-height: 1.4
}

.filter__checkbox {
    max-width: unset !important;
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, .16)
}

.children-list-showMoreBox {
    display: flex;
    margin: 0 0 2rem 16.875rem
}

.children-list-showMoreBtn {
    min-width: 144px;
    height: 43px;
    padding-left: 1rem;
    border-radius: 2px;
    color: #fff;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font: normal normal bold 17px/23px Open Sans
}

body.ocnz-site .children-list-showMoreBtn {
    color: #332e32
}

@media screen and (max-width: 639px) {
    .children-list-showMoreBox {
        margin-left: 0
    }
}

.children-list-showMoreBtn span:nth-child(2), .children-list-showMoreBtn.active span:nth-child(1), .hidden-item {
    display: none !important
}

button.children-list-showMoreBtn.active span:nth-child(2) {
    display: inline !important
}

.children-list-showMoreBtn svg {
    margin: 5px 10px 0 7px;
    float: right
}

body.ocnz-site .children-list-showMoreBtn svg path {
    fill: #332e32 !important
}

.children-list-showMoreBtn.active svg {
    transform: rotate(180deg)
}

.newright .topr {
    display: none
}

tfoot, thead, th {
    background: var(--color-table-header);
    color: #fff
}

table {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 2px 0 #00000029;
    border: 1px solid #f2f2f2;
    border-collapse: initial
}

table tr {
    vertical-align: middle
}

table tr:nth-child(2n) {
    background: #f9f9f9 0% 0% no-repeat padding-box
}

@media (hover: hover) {
    #menu-main-menu li.w-submenu:hover > .d-submenu {
        display: block
    }

    #menu-main-menu li.w-submenu:hover > .submenu-icon span {
        background: #098ee6 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1JyBoZWlnaHQ9JzEnPjxwYXRoIGZpbGwtcnVsZT0nZXZlbm9kZCcgZmlsbD0nI0ZGRicgZD0nTTAgMGg1djFIMFYweicvPjwvc3ZnPg==) 50% 50% no-repeat
    }
}

@media (hover: none) {
    #menu-main-menu .w-submenu.active .d-submenu {
        display: block
    }

    .w-submenu.active > .submenu-icon span {
        background: #098ee6 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1JyBoZWlnaHQ9JzEnPjxwYXRoIGZpbGwtcnVsZT0nZXZlbm9kZCcgZmlsbD0nI0ZGRicgZD0nTTAgMGg1djFIMFYweicvPjwvc3ZnPg==) 50% 50% no-repeat
    }
}

@media screen and (max-width: 1024px) {
    .ocrb-new-rtop > .left > a {
        height: 151px;
        max-width: 151px
    }

    .ocrb-new-rtop > .left img {
        height: 151px;
        width: 151px
    }

    .tab-links {
        text-align: center
    }

    nav.tab-links ul {
        display: flex;
        flex-wrap: wrap;
        border: 1px #333 solid;
        padding: 0;
        list-style: none;
        text-align: center;
        margin: 0
    }

    nav.tab-links ul li {
        width: 25%;
        margin: 0;
        height: auto;
        border-bottom: 1px #000 solid;
        border-right: 1px #000 solid;
        align-items: center;
        text-align: center
    }

    nav.tab-links ul li.act {
        background: #fff
    }

    nav.tab-links ul li a.act {
        border: none;
        background: 0 0
    }

    a.banner_new {
        grid-area: auto / 1 /auto/ 3
    }

    .newsletter_new {
        grid-area: auto / 1 /auto/ 3
    }

    #wrapper {
        grid-template-areas:"newheader" "breadcrumb" "banner-caxon" "newleft" "newright";
        grid-template-columns:100%
    }

    #wrapper.homepage:not(.newhomepage) {
        grid-template-areas:"newheader" "breadcrumb" "banner-caxon" "newleft" "newright" "newleftbottom";
        grid-template-columns:1fr
    }

    #wrapper.review {
        grid-template-areas:"newheader" "breadcrumb" "topswrapper" "banner-caxon" "reviewtop" "newright" "newleft" "newleftbottom"
    }
}

@media screen and (max-width: 1120px) {
    .ocrb-new-rtop > .left {
        border-radius: 8px 0 0 8px
    }

    .rating-space {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap
    }

    .rating-number {
        flex: 0 0 auto;
        display: flex;
        align-items: center
    }

    .rate-orange {
        flex: 0 0 auto;
        display: flex;
        align-items: center
    }

    .rating-text {
        flex: 1 0 100%;
        margin-top: 2px
    }

    #menu-main-menu {
        display: none
    }

    #fgbanner .m {
        flex-wrap: wrap
    }

    #fgbanner a {
        width: 100%;
        margin: 10px
    }

    #fgbanner .split {
        display: none
    }

    #fgbanner span {
        width: auto
    }

    .active.boxed {
        max-width: 100%
    }

    .boxed {
    }

    body {
        overflow-x: hidden;
        overflow-y: auto
    }

    body.menu-active {
        overflow: hidden;
        position: relative;
        height: 100%
    }

    .menu-active .boxed {
        margin-left: 50%;
        overflow: hidden
    }

    .boxed {
        z-index: 2;
        position: relative;
        width: 100%;
        transition: margin .2s;
        height: 100%
    }

    a.mobile-menu {
        display: block !important;
        position: absolute;
        font-size: 30px;
        right: 0;
        top: 28px;
        width: 40px;
        height: 40px;
        line-height: 100%;
        padding: 5px;
        background: #fff;
        color: #e51048;
        text-align: center
    }

    body.menu-active .themenumobile {
        -ms-filter: "alpha(opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        height: 100vh
    }

    .themenumobile {
        display: block;
        z-index: 1;
        background: #232323;
        width: 50%;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        box-shadow: inset -60px 0 60px -70px rgba(0, 0, 0, .3);
        overflow-x: hidden;
        overflow-y: auto;
        -ms-filter: "alpha(opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0
    }

    .themenumobile strong {
        display: block;
        margin: 20px 15px -15px;
        border-bottom: 2px solid rgba(255, 255, 255, .1);
        text-align: center;
        font-size: 18px;
        color: #ccc;
        padding-bottom: 20px
    }

    .themenumobile > ul {
        display: block;
        margin: 15px
    }

    .themenumobile > ul ul {
        border-left: 4px solid rgba(255, 255, 255, .05)
    }

    .themenumobile ul li {
        display: block
    }

    .themenumobile ul li a {
        display: block;
        padding: 12px 10px;
        border-bottom: 1px solid rgba(255, 255, 255, .05);
        font-weight: 700;
        color: #ccc;
        font-size: 14px
    }

    .themenumobile ul li a:hover {
        background: rgba(255, 255, 255, .05)
    }

    .escape-mobile-menu {
        display: block;
        position: absolute;
        height: 100%;
        top: 0;
        right: 0;
        width: 50%;
        z-index: 1;
        background: #232323;
        -ms-filter: "alpha(opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        box-shadow: inset 30px 0 30px -40px #000, inset 1px 0 0 rgba(255, 255, 255, .3)
    }

    body.menu-active .escape-mobile-menu {
        z-index: 3;
        -ms-filter: "alpha(opacity=50)";
        filter: alpha(opacity=50);
        opacity: .5
    }

    body.menu-active .escape-mobile-menu:hover {
        -ms-filter: "alpha(opacity=40)";
        filter: alpha(opacity=40);
        opacity: .4
    }

    .list1 > div {
        width: 33.3333%;
        margin: 0;
        padding: 5px
    }

    .list1 > div div {
        width: auto
    }

    a.logo {
        height: 70px;
        width: 150px
    }

    .desktop_banner {
        display: none !important
    }

    .mobile_banner {
        display: block !important
    }

    div.newheader {
        height: 80px;
        margin-bottom: 10px;
        justify-content: center
    }
}

@media (max-width: 1200px) and (min-width: 1099px) {
    a.logo {
        height: 70px;
        width: 150px;
        min-width: 100px;
        flex-shrink: unset
    }

    #menu-main-menu li {
        margin: 0 0 0 10px
    }

    .coe-site a.logo {
        min-width: 130px
    }
}

@media screen and (max-width: 1099px) and (min-width: 767px) {
    .ocrb-new-rtop > .left {
        max-width: 151px;
        min-height: 200px
    }

    .ocrb-new-rtop > .left img {
        object-fit: contain
    }
}

@media screen and (max-width: 1000px) {
    .newcasinos .casinocount_5 div.card, .newcasinos .casinocount_6 div.card {
        min-width: 25%
    }
}

@media screen and (max-width: 991px) {
    .filter__dropdown .filter__option .filter__name {
        display: flex
    }

    .filter__dropdown .filter__option:not(:last-child) {
        border-bottom: 1px solid #d3d3d3
    }

    .filter__dropdown .filter__option {
        padding: 10px
    }
}

@media (min-width: 431px) and (max-width: 810px) {
    div.new_articles {
        display: grid;
        grid-template-columns:repeat(2, minmax(250px, 1fr));
        gap: 20px 15px
    }
}

@media screen and (max-width: 767px) {
    .ocrb-new-rtop > .right > .top > .top-right {
        justify-content: space-evenly
    }

    .ocrb-new-rtop > .right > .top > .top-right > ul > li:last-child {
        margin-bottom: unset
    }

    .ocrb-new-rtop > .left {
        border-radius: 8px 8px 0 0
    }

    .ocrb-new-rtop > .left > a {
        height: 137px;
        width: 137px
    }

    .ocrb-new-rtop > .left img {
        height: 137px;
        width: 137px
    }

    .ocrb-new-rtop > .right > .top > .top-left > #voteinfo {
        text-align: center
    }

    .fancybox {
        display: none
    }

    .det-images > .fancybox:nth-child(-n+1) {
        display: block
    }

    .prev, .next {
        display: block !important;
        cursor: pointer;
        position: absolute;
        z-index: 2;
        padding: 8px 10px;
        top: 50%;
        transform: translateY(-50%);
        color: #fff;
        background-color: rgb(0, 0, 0, .2);
        font-weight: 700;
        font-size: 18px;
        transition: .6s ease;
        border-radius: 10px;
        user-select: none
    }

    .next {
        right: 0;
        margin-right: 20px
    }

    .slideshow-dots {
        display: flex;
        gap: 10px;
        justify-content: center
    }

    .slidedots {
        width: 20px;
        height: 20px;
        background-color: rgb(0, 0, 0, .2);
        border-radius: 10px
    }

    .det-images-big .fancybox img, .det-images .fancybox a {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .slider-container {
        position: relative
    }

    select.fgsofsel {
        width: 100%;
        margin: 6px !important;
        margin-bottom: 15px !important
    }

    .next-button {
        float: right !important
    }

    .pn-status {
        padding-left: 15%
    }

    .fgnav {
        text-align: left !important
    }

    div.full_new {
        gap: 0;
        grid-template-columns:100%;
        grid-template-areas:"first_text_new" "top_new_casinos" "newcasinos" "hptopgames_new" "text_new" "monthly_new" "offer_new" "banner_new" "newsletter_new" "hppromonews" "show_author";
        grid-area: auto / 1 /auto/ 2
    }

    div.full_new > div:not(:last-child), div.full_new > a:not(:last-child) {
        margin-bottom: 30px
    }

    .newsletter_new {
        grid-area: newsletter_new
    }

    .hptopgames_new {
        grid-area: hptopgames_new
    }

    div.full_new div#text_new {
        grid-area: text_new
    }

    .topnew > div:not(.filter__container):not(.divLoading) {
        grid-template-columns:repeat(auto-fill, minmax(250px, 1fr));
        box-shadow: none;
        border-radius: none;
        gap: 20px
    }

    .topnew .tops__container, .topnew .hdnew {
        flex-direction: column;
        box-shadow: 0 0 17px 0 rgb(0 0 0/16%);
        padding: 25px 5px 0;
        background: url(/img/others/topbg.png) repeat-x;
        border-radius: 5px
    }

    .topnew div.hdnew ~ div:nth-of-type(even) {
        background: url(/img/others/topbg.png) repeat-x
    }

    .topnew .thumb a.log {
        width: 150px;
        height: 150px;
        margin: 0 auto
    }

    .filters__flex_payment {
        margin-top: 10px;
        margin-left: 16.666667%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .filter__swipe .filter-options__container {
        display: inline-flex
    }

    .filter__swipe.filter__container {
        overflow-x: scroll;
        scrollbar-width: none;
        width: 110%;
        margin-left: -15px
    }

    .filter__swipe.filter__container::-webkit-scrollbar {
        display: none
    }

    .filter__swipe .filter__option:first-child {
        margin-left: 15px
    }

    .filter__swipe .filter__option:last-child {
        margin-right: 15px
    }

    .filters__list div.filters__flex:not(:last-child) {
        border-bottom: 1px solid #fff
    }

    .filters__flex {
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
        padding: 5px
    }

    .filters__flex_payment {
        margin-top: 10px;
        margin-left: 16.666667%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .topnew .jou a {
        margin: 0 auto 5%
    }

    .wrapper {
        display: grid !important
    }

    .container {
        width: 92vw
    }

    #sistersw {
        width: 100% !important
    }

    div.full_new div#first_text_new {
        grid-area: first_text_new
    }

    div.full_new div.tops__wrapper {
        grid-area: top_new_casinos
    }

    div.full_new div#show_author {
        grid-area: show_author
    }

    .monthly_new {
        grid-area: monthly_new
    }

    a.banner_new {
        grid-area: banner_new
    }

    div#banner_new {
        grid-area: banner_new
    }

    .monthly_new.offer_new {
        grid-area: offer_new
    }

    .newcasinos {
        grid-area: newcasinos
    }

    .hppromonews {
        grid-column: auto !important;
        grid-area: hppromonews
    }

    .topnew div.hdnew {
        display: none
    }

    .topnew .sts {
        display: none
    }

    .topnew .bon {
        width: auto;
        flex-grow: 1;
        padding: 5px 0 15px
    }

    .topnew .jou {
        width: 100%;
        flex-grow: 0
    }

    .topnew .name {
        width: auto;
        margin: 5px 0 0
    }

    .topnew .thumb img {
        width: 100%;
        height: 100%
    }

    .topnew .thumb {
        margin-left: 0;
        width: auto;
        padding: 0
    }

    .topnew .no {
        position: absolute;
        top: 0
    }

    .topnew .plus18 {
        display: none
    }

    .topnew > div > div.socialproof:before {
        top: 65px
    }

    .topnew > div > div.socialproof:after {
        top: 45px
    }

    .topnew .thumb a.info {
        display: none
    }

    .rtop {
        flex-flow: column
    }

    .rtop #pt3 span {
        text-align: center
    }

    .rtop #pt3 {
        width: 100%
    }

    .rtop ul {
        width: max-content;
        max-width: min(100%, max(300px, 50%));
        margin: 0 auto
    }

    .rtop img {
        width: 150px;
        height: 150px
    }

    .bottom-md {
        display: block
    }

    .bottom-lg {
        display: none
    }

    .ocrb-new-rtop {
        flex-direction: column;
        align-items: center
    }

    .ocrb-new-rtop > .left {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 20px
    }

    .ocrb-new-rtop > .right {
        width: 100%;
        padding: 0
    }

    .ocrb-new-rtop > .right > .top {
        flex-direction: column
    }

    .ocrb-new-rtop > .right > .top > .top-left, .ocrb-new-rtop > .right > .top > .top-right {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box
    }

    .ocrb-new-rtop > .right > .top > .top-right {
        order: 3;
        margin-top: 20px;
        margin-bottom: 5px;
        padding: 0 15px
    }

    .ocrb-new-rtop > .right > .top > .top-left {
        order: 1
    }

    .rating-space {
        width: 100%;
        justify-content: center;
        margin-top: 10px
    }

    .ocrb-new-rtop > .right > .top > .bottom {
        order: 2;
        width: 100%;
        margin-top: 20px;
        justify-content: center
    }

    .rating-text {
        flex: unset;
        margin-top: 0
    }

    .top-left > span {
        text-align: center
    }

    .casino-reviews-grid-5 .card, .casino-reviews-grid-6 .card {
        min-width: 161px
    }
}

@media screen and (max-width: 680px) {
    .newcasinos .casinocount_4 div.card {
        min-width: 45%
    }
}

@media screen and (max-width: 639px) {
    .hptopgames_new ul {
        grid-template-columns:1fr 1fr;
        gap: 15px 3%
    }

    td.gg, th.gg {
        display: none
    }

    table#wagertablenew tr.tr_fm {
        display: table-row
    }

    .articlelist > div {
        grid-template-columns:100%
    }

    .articlelist > div a.img {
        grid-area: 1/1/1/1;
        height: 150px
    }

    .ocnz-site .articlelist > div a.img {
        height: 150px
    }

    .casinotable:not(.bonustable) .b1, .casinotable.bonustable .bm, .casinotable .b2 {
        display: none
    }

    .casinotable tbody tr td img {
        width: 40px;
        height: 40px
    }

    .casinotable td.nm {
        font-size: 11px
    }

    .rtop a.button {
        margin: 20px auto
    }
}

@media screen and (max-width: 600px) {
    .nm-a {
        text-align: center
    }

    .newright .casinotable {
        border: 0 !important
    }

    .newright .casinotable thead {
        display: none
    }

    .newright .casinotable tbody {
        width: 100% !important;
        border: 0 !important
    }

    .newright .casinotable tbody tr {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
        border: 1px solid #c8c8c8
    }

    .newright .casinotable tbody tr td img {
        width: 120px !important;
        height: 120px !important
    }

    .newright .casinotable tbody tr td.nm {
        max-width: 100%;
        text-align: center;
        padding-top: 0
    }

    .newright .casinotable tbody tr td:first-child, .newright .casinotable tbody tr .nm {
        background: #fff
    }

    .newright .casinotable tbody tr .bm {
        background: #f0f0f0;
        height: 50px
    }

    .newright .casinotable tbody tr .bn {
        background: #fff
    }
}

@media screen and (max-width: 428px) {
    div.tablecon table tr td > div.ctabox a.button {
        width: 100%
    }

    .bo_image_desktop {
        display: none !important
    }
}

@media screen and (max-width: 413px) {
    nav.tab-links ul li {
        width: 50%
    }

    select.fgsofsel {
        width: 100%;
        margin: 6px !important;
        margin-bottom: 15px !important
    }

    .pn-status {
        padding-left: 10%
    }
}

@media screen and (max-width: 359px) {
    .newcasinos .casinocount_4 div.card, .newcasinos .casinocount_5 div.card, .newcasinos .casinocount_6 div.card {
        width: 100%
    }
}

@media (min-width: 429px) {
    .bo_image_mobile {
        display: none !important
    }

    .special_cta_class_mobile {
        display: none !important
    }
}

@media screen and (max-width: 430px) {
    .special_cta_class_desktop {
        display: none !important
    }

    div.new_articles {
        display: grid;
        grid-template-columns:repeat(1, minmax(250px, 1fr));
        gap: 20px 15px
    }

    .hptopgames_new span.h3 {
        font-size: 14px
    }
}

@media screen and (max-width: 400px) {
    div.games {
        grid-template-columns:repeat(auto-fill, minmax(149px, 1fr))
    }
}

@media screen and (max-width: 460px) {
    .author-box-container {
        display: block;
        padding: 4%;
        margin: 4% 0 0;
        text-align: center
    }

    .author-name-comment {
        text-align: center;
        letter-spacing: 0;
        line-height: 1.5em;
        opacity: 1;
        padding: 10px 0 0
    }

    .author-box-name {
        justify-content: center
    }
}

@media screen and (max-width: 500px) {
    .newcasinos .casinocount_5 div.card, .newcasinos .casinocount_6 div.card {
        min-width: 50%
    }

    .excerpt1 {
        width: 100%;
        margin-left: 0
    }

    div#fgitem {
        margin: 0 -15px
    }

    #fgbanner span, #fgbanner img {
        display: none
    }

    th.userrating, td.userrating {
        display: none
    }

    #stk span {
        display: none
    }

    #stk a.button {
        width: 90%
    }
}

@media screen and (max-width: 590px) {
    nav.tab-links ul li {
        width: 33.3333%
    }
}

@media (min-width: 768px) {
    .ocrb-new-rtop > .right > .top > .top-right::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 1px;
        background-color: rgba(112, 112, 112, .3)
    }

    .tops__casinos_disclaimer.mobile {
        display: none
    }

    .tops__casinos_disclaimer.desktop {
        display: block
    }

    .container-banner-caxon {
        padding-left: 1.5rem !important;
        padding-right: 3rem !important
    }

    .banner-container-caxon-inner-text {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        -ms-flex-order: -1;
        order: -1
    }

    .banner-container-caxon-inner-image {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        -ms-flex-order: 13;
        order: 13
    }

    .filter__checkbox label {
        font-size: 14px;
        margin-right: 15px
    }

    .filters__flex, .filters__flex_payment {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .filters__form-check {
        justify-content: left
    }

    .gpwa-div {
        margin: 0 0 0 25px
    }
}

@media (min-width: 992px) {
    .filters__flex, .filters__flex_payment {
        -ms-flex: 0 0 auto;
        flex: 0 0 max-content;
        max-width: max-content;
        margin-right: 20px
    }

    .container-banner-caxon {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .filter__option {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 12px;
        background-color: #fafafa;
        border-radius: 5px;
        transition: all .3s;
        flex-wrap: nowrap;
        width: max-content;
        border: 1px solid #ff5a62
    }

    .filter__option:not(.filter_checkbox):not(.filters__form-select) {
        cursor: pointer
    }

    .filter__dropdown .filter__container {
        position: unset
    }

    .filter__dropdown .show-filter__toggle {
        display: none
    }

    .filter__dropdown .filter-options__container {
        display: flex;
        justify-content: center;
        border: 0 #fff solid
    }

    .filter__dropdown .filter__option:not(:last-child) {
        margin-right: 15px
    }

    .filter__dropdown .filter__option:nth-child(odd) {
        background-color: #fafafa
    }

    .filter__dropdown .filter__option:hover {
        background-color: #ff5a62;
        color: #fff
    }

    .filter__dropdown .filter__option.active-filter__option {
        background-color: #ff5a62;
        color: #fff
    }

    .filter__dropdown .filter__option input {
        display: none
    }
}

@media (min-width: 1010px) {
    #spanfooter {
        width: 81% !important
    }
}

@media (min-width: 1100px) {
    .desktop_banner {
        display: block !important
    }

    .mobile_banner {
        display: none !important
    }
}

@media (min-width: 1024px) {
    .newright .topr {
        display: block
    }
}

@media (min-width: 1281px) {
    #spanfooter {
        width: 75% !important
    }
}