*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

    .free_spin_modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  font-family: Lato;
}


.free_spin_modal_content {
  background-color: #fefefe;
  margin: auto;
  border: 1px solid #888;
  width: 537px;
  position:relative
}

/* The Close Button */
.free_spin_close {
  position:absolute;
  top:5%;
  right:5%;
}

.free_spin_close:hover,
.free_spin_close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.form_header_img{
    height: 140px;
    width: 537px;
}
.form_header_img img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.free_spin_form_wrapper{
    margin:42px 85px 43px 85px;
}
.free_spin_form_wrapper h1{
    color: #090909;
    margin-bottom:24px;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 21px;

  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 21px;
}
.free_spin_form_wrapper label{
  display:block;
  color: #090909;

  font-size: 14px;
  letter-spacing: 0.42px;
  line-height: 17px;
  margin-bottom:7.5px;
}
.free_spin_form_wrapper input{
    display:block;
    height: 38px;
      width: 100%;
      border: 1px solid #E0E0E0;
      border-radius: 5px;
}
input[type=text],input[type=email], input[type=password],input[type=tel]{
    color: #A6A6A6;
  font-size: 14px;
  letter-spacing: 0.42px;
  line-height: 17px;
  padding-left:17.5px;
}
.free_spin_fullname,.free_spin_email,.free_spin_phone{
    margin-bottom:12.5px;
}
.free_spin_form_btn{
    height: 37px;
    width: 100%;
    border-radius: 7px;
    background: linear-gradient(225deg, #DB4E57 0%, #3B458B 100%);
    box-shadow: 0 3px 30px 0 rgba(17,22,45,0.3);
    color: #FFFFFF;
 
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.45px;
  line-height: 18px;
  outline:none;
  border:none;
}
#free_spin_pass1{
    margin-bottom:6px;
}
.free_spin_form_wrapper span{
    margin-bottom:17.5px;
    margin-top:19px;
}
.pass_wrapper{
    position:relative;
}
.pass_wrapper img{
    height: 9px;
  width: 15px;
    position:absolute;
  top: 50%;
  transform: translate(-50%, -50%);
    right:12px;
    cursor:pointer;
    color:red;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(#000, 0);
    line-height: 1.15
}

@-ms-viewport {
    width: device-width
}

/*free spins btn*/
.free-spins-btns{
    padding: 9px 70px 10px 70px;
    margin-top:25px;
    border-radius: 6px;
    background: linear-gradient(225deg, #DB4E57 0%, #3B458B 100%);
    box-shadow: 0 3px 30px 0 rgba(17,22,45,0.3);
    display:flex;
    justify-content:center;
    align-items:center;
    cursor:pointer;
}
.free-spins-btns img{
    height: 18px;
    width: 18px;
    margin-right:7px;
}
.free-spins-btns span{
    color: #FFFFFF;
    font-family: Lato;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.45px;
    line-height: 18px;

}
.tp_filters_desktop{
    display:flex;
    justify-content:space-between;
}
/*end*/

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}
.s_content ul{
    list-style:unset !important;
    padding:0 30px;
}
.s_content ol {
    list-style:auto !important;
    padding:0 30px;
    line-height:1.5;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    background-color: #000;
    color: #feffff;
    font-family: "Proxima Nova";
    line-height: 1.2
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5em
}

dl,
ol,
p,
ul {
    padding: 0;
    list-style: none;
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    -webkit-text-decoration: underline dotted;
    border-bottom: 0;
    text-decoration: underline dotted;
    cursor: help
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

.partner_row .col_bonus>div p,
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.header_nav ul>li.active>a,
dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote,
figure {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    -webkit-text-decoration-skip: objects;
    background-color: transparent;
    color: #2660a4;
    text-decoration: underline
}

a:hover {
    color: #000
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace;
    font-size: 1em
}

pre {
    -ms-overflow-style: scrollbar;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

img,
svg {
    vertical-align: middle
}

img {
    border-style: none
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: 12px;
    padding-bottom: 12px;
    color: gray;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: .5rem;
    padding: 0;
    color: inherit;
    font-size: 1.5rem;
    line-height: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: none;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

p:empty {
    display: none
}

@font-face {
    src: url(/web/20220923170718im_/https://top10onlinecasinonj.com/assets/fonts/ProximaNova/ProximaNovaT-Thin.woff2) format("woff2"), url(/web/20220923170718im_/https://top10onlinecasinonj.com/assets/fonts/ProximaNova/ProximaNovaT-Thin.woff) format("woff");
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 100;
    font-display: swap;
}

@font-face {
    src: url(/web/20220923170718im_/https://top10onlinecasinonj.com/assets/fonts/ProximaNova/ProximaNovaA-Regular.woff2) format("woff2"), url(/web/20220923170718im_/https://top10onlinecasinonj.com/assets/fonts/ProximaNova/ProximaNovaA-Regular.woff) format("woff");
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    src: url(/web/20220923170718im_/https://top10onlinecasinonj.com/assets/fonts/ProximaNova/ProximaNova-Semibold.woff2) format("woff2"), url(/web/20220923170718im_/https://top10onlinecasinonj.com/assets/fonts/ProximaNova/ProximaNova-Semibold.woff) format("woff");
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

@font-face {
    src: url(/web/20220923170718im_/https://top10onlinecasinonj.com/assets/fonts/ProximaNova/ProximaNovaA-Bold.woff2) format("woff2"), url(/web/20220923170718im_/https://top10onlinecasinonj.com/assets/fonts/ProximaNova/ProximaNovaA-Bold.woff) format("woff");
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    src: url(/web/20220923170718im_/https://top10onlinecasinonj.com/assets/fonts/Fontello/fontello.eot) format("embedded-opentype"), url(/web/20220923170718im_/https://top10onlinecasinonj.com/assets/fonts/Fontello/fontello.woff2) format("woff2"), url(/web/20220923170718im_/https://top10onlinecasinonj.com/assets/fonts/Fontello/fontello.woff) format("woff"), url(/web/20220923170718im_/https://top10onlinecasinonj.com/assets/fonts/Fontello/fontello.ttf) format("truetype");
    font-family: Fontello;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

.star:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 1em;
    font-family: Fontello;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    text-decoration: inherit;
    text-transform: none
}
/* new changes */
.tp_filters {
    margin-bottom: 30px;
}

.tc_filter-btns {
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-top: 25px
}

.tc_filter-btns a {
    display: inline-block;
    padding: 0 16px;
    border: 1px solid #eceaea;
    border-radius: 6px;
    background-color: transparent;
    color: #fff;
    line-height: 30px;
    text-align: center;
    text-decoration: none
}

.tc_filter-btns a.active {
    background-color: #2660a4;
    pointer-events: none
}

.tc_filter-btns a:hover {
    background-color: rgba(236, 234, 234, .2)
}

.tc_filter-btns a:not(:last-child) {
    margin-right: 10px
}

.tc_filters-mobile {
    margin: 15px 0;
    font-size: 12px;
    font-weight: 100;
    text-transform: uppercase
}

.tc_filters-mobile select {
    min-width: 260px;
    height: 25px;
    margin: 0 20px 0 10px;
    background-color: #fff;
    color: #666
}
.list_features>li:not(:first-child) {
    margin-left: 20px
}

.list_features>li>span {
    margin-left: 5px
}
.tc_filters-mobile {
    display: none !important
}

.list_features,
.list_features>li,
.tc_filters-mobile {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}
.list_features,
.tc_filters-mobile {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    flex-wrap: wrap;
    justify-content: center
}
.list_features {
    width: 100%;
    margin-top: 20px
}

.list_features>li {
    margin-bottom: 10px
}
.tc_filters-mobile select {
    margin-right: 0
}

.tc_filters-mobile {
    margin: 0;
    padding: 20px 0 0
}
/* new changes */
.partner_row.first_row {
    position: relative
}

.partner_row.first_row .t_col {
    z-index: 1;
    position: relative
}

.t_exclusive {
    z-index: 0;
    position: absolute;
    top: -2px;
    left: 0;
    height: 147px;
    padding-left: 180px
}

.partner_exclusive,
.t_exclusive:after {
    position: absolute;
    top: 0;
    height: 100%;
    background-color: #193755
}

.t_exclusive:after {
    content: '';
    z-index: 1;
    left: 0;
    width: 180px
}

.partner_exclusive {
    -webkit-transition: -webkit-transform .6s ease-out;
    -o-transition: transform .6s ease-out;
    z-index: 0;
    left: 15px;
    width: 165px;
    padding: 25px 15px 25px 0;
    color: #fff;
    font-size: 14px;
    text-align: left;
    text-transform: uppercase;
    transition: transform .6s ease-out;
    transition: transform .6s ease-out, -webkit-transform .6s ease-out
}

.partner_exclusive p {
    margin: 0 0 7px
}

.partner_exclusive a {
    display: block;
    width: 111px;
    padding: 0 8px;
    border: 1px solid #fff;
    border-radius: 6px;
    color: #fff;
    font-size: 12px;
    line-height: 27px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    height: auto !important;
}

.partner_exclusive a:hover {
    background-color: rgba(236, 234, 234, .2)
}

.partner_row.first_row:hover .partner_exclusive {
    -webkit-transform: translate(100%);
    -ms-transform: translate(100%);
    transform: translate(100%)
}

.partner_row.first_row .partner_bonus,
.partner_row.first_row .t_facts:hover~.partner_bonus {
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    opacity: 1;
    transition: opacity .2s ease-out;
    transition-delay: .3s;
    z-index: 0;
}

/*.partner_row.first_row:hover .partner_bonus {*/
/*    -webkit-transition-delay: 0s;*/
/*    -o-transition-delay: 0s;*/
/*    opacity: 0;*/
/*    transition-delay: 0s*/
/*}*/

/*.partner_exclusive,*/
/*.partner_row.first_row .t_facts:hover~.t_exclusive .partner_exclusive {*/
/*    -webkit-transform: translate(0%);*/
/*    -ms-transform: translate(0%);*/
/*    transform: translate(0%)*/
/*}*/

.partner_exclusive:after {
    position: absolute;
    top: 50%;
    right: -13px;
    width: 0;
    height: 0;
    margin-top: -20px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 15px solid #193755;
    content: ''
}
/* end */
/* changes for what we like */
.col_options {
    width: 170px
}
.partner_options ul {
    margin-bottom: 0;
    padding: 0 0 0 15px;
    color: #3d3d3d;
    font-size: 12px;
    line-height: 18px;
    list-style: url(/web/20220923170718im_/https://top10onlinecasinonj.com/assets/img/check.svg);
    /* text-align: left */
}

/* end */

body.overflow-y-hide {
    overflow-y: hidden
}

.header_burger span,
.header_nav ul,
.modal,
.modal-content,
.nav_logo,
.star:before,
a,
a>h3 {
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out
}

select:focus {
    -webkit-box-shadow: 0 0 4px #ddca4f;
    border-color: #ddca4f;
    outline: 0;
    box-shadow: 0 0 4px #ddca4f
}

.container {
    position: relative;
    max-width: 1200px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto
}

.container-full {
    position: relative;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto
}

#edcode,
#games,
#articles,
#article,
#reviews,
#review,
#page {
    background-color: rgba(0, 0, 0, .5)
}

[class*=list_],
[class^=list_] {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.logo a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%
}

.modal {
    display: none;
    z-index: 15;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto
}

.modal.modal-open {
    background-color: rgba(0, 0, 0, .65)
}

.modal-content {
    -webkit-transform: translate(-50%, -50%) scale(.6);
    -ms-transform: translate(-50%, -50%) scale(.6);
    -webkit-box-shadow: 0 0 14px 1px #d79f31;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.6);
    border-radius: 4px;
    background-color: #232426;
    box-shadow: 0 0 14px 1px #d79f31;
    opacity: 0
}

.modal-content:not(.container) {
    padding: 10px
}

.modal.modal-open .modal-content {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.modal-content h3 {
    font-size: 20px
}

.bmn_main {
    position: relative;
    background-color: #000;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%
}

.bmn_main>section {
    z-index: 1;
    position: relative
}

.bmn_main.bg-top {
    background-image: url(/web/20220923170718im_/https://top10onlinecasinonj.com/assets/img/bg/bg-top.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.bmn_main.bg-top.bg-top-bet {
    background-image: url(/web/20220923170718im_/https://top10onlinecasinonj.com/assets/img/bg/bg-top-bet.jpg)
}

.dktest {
    font-size: 32px
}

.bmn_header {
    background-color: #0a0b0b;
    position: fixed;
    z-index: 3;
    width: 100%;
}

.header_inner,
.header_nav ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

.header_inner {
    min-height: 60px;
    padding: 12.5px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header_logo img {
    max-width: 140px;
    max-height: 35px
}

.nav_logo img {
    max-width: 160px;
    max-height: 60px
}

.header_nav ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 0;
    list-style: none
}

.header_nav ul>li>a {
    position: relative;
    color: #fff;
    text-decoration: none
}

.header_nav ul>li:not(:last-child) {
    margin-right: 20px
}

.header_nav ul>li>a:hover {
    /*text-shadow: 1px 0 20px #ddca4f;*/
    background-color: #205384;
    border-radius: 6px;
    padding: 5px 15px;
}

#top-content {
    padding: 70px 0 20px
}

.s_title {
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 24px
}

.s_title.align-center,
.s_title.align-end {
    margin-top: 10px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.s_title.align-center img {
    position: relative;
    top: 8px
}

.s_title h1 {
    margin: 0 0 0 12px;
    font-size: 28px
}

.s_title img {
    width: 48px;
    height: 48px
}
 #review .s_content {
    color: #000;
}
.s_content h2,
.s_content h3 {
    font-size: 20px;
    font-weight: 700
}

.s_content div:not(:last-child),
.s_content p:not(:last-child) {
    margin-bottom: 15px
}

.s_content p:last-child {
    margin-bottom: 0
}

#bottom-content .s_content {
    text-align: left;
    color: #000;
    font-family: "Proxima Nova";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px
}

#bottom-content {
    margin-top: 90px;
    padding: 90px;
    background-color: #fff
}

.s_filters {
    margin: 15px 0;
    font-size: 12px;
    font-weight: 100;
    text-transform: uppercase
}

.s_filters select {
    min-width: 120px;
    height: 25px;
    margin: 0 20px 0 10px;
    color: #666
}

.list_features,
.list_features>li,
.s_filters {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

.list_features>li:not(:first-child) {
    margin-left: 20px
}

.list_features>li>span {
    margin-left: 5px
}

.bmn_footer {
    padding: 40px 0;
    background-color: #232426
}

.footer_bottom,
.footer_top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.footer_bottom {
    margin-top: 30px;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: .4px
}

.footer_logo img {
    max-width: 140px;
    max-height: 35px
}

.list_cert,
.list_menu {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end
}

.list_menu>li>a {
    color: inherit;
    text-decoration: none
}

.list_menu>li>a:hover {
    -webkit-text-decoration: #ddca4f underline;
    text-decoration: #ddca4f underline
}

.list_cert>li:not(:last-child) {
    margin-right: 10px
}

.list_menu>li:not(:last-child) {
    margin-right: 0;
}

.bmn_table {
    background-color: #fff
}



.si_title,
.t_head,
.t_title {
    background-color: #193755;
}

.t_head .t_col>span {
    font-size: 14px;
    line-height: 1.5;
    text-transform: uppercase
}

.t_head .t_col,
.t_title {
    min-height: 50px
}

.t_col,
.t_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.t_row {
    text-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.t_col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    flex-direction: column;
    justify-content: center
}

.t_title {
    padding: 0 20px;
    line-height: 50px
}

.t_title h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 400
}

#partners {
    padding-top: 20px
}

#top-filters+#partners {
    padding-top: 0
}

.partner_row {
    color: #50555b;
    position: relative;
    transition: all .4s ease-in-out;
}

.partner_row .col_bonus>span {
    display: none;
    margin-bottom: 5px;
    color: #7b7b7b;
    font-size: 16px;
    text-transform: uppercase
}



.partner_row .col_bonus>div {
    color: #4e5b64;
    font-weight: 600;
    line-height: 1.47;
    font-size: 18px;
    font-weight: 700;
}

.partner_row .col_bonus p {
    font-size: 18px;
    font-weight: 700;
}

.partner_row .col_score span {
    margin-bottom: 12px;
    color: #2660a4;
    font-size: 50px
}

.partner_row .col_name a {
    width: 140px
}

.partner_row .col_name a,
.si_top3ca .ca_name a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    position: relative;
    justify-content: center;
    height: 94px;
    margin: 0 auto
}

.ca_name span {
    color: #4e5b64;
    line-height: 1.47;
    font-size: 14px;
    font-weight: 700;
}
.partner_row .col_name img {
    width: 140px;
    height: 73px;
}

.partner_row .col_rating>span {
    margin-bottom: .5em;
    font-size: 16px;
}

.partner_row .read-review {
    margin-top: 15.5px
}

.partner_row .col_name,
.partner_row .col_play {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.partner_row .col_review {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #7b7b7b;
    font-size: 12px;
    text-align: left
}

.partner_row .col_review p {
    margin-bottom: 10px
}

.read-review {
    font-size: 16px;
}
.get-bonus {
    -webkit-box-shadow: 0 1.5px 2.5px 0 rgba(0, 0, 0, .15);
    display: inline-block;
    padding: 11.5px 5px;
    border-radius: 4px;
    background-image: -o-linear-gradient(195deg, #dcb74f, #b98518);
    background-image: linear-gradient(255deg, #dcb74f, #b98518);
    box-shadow: 0 1.5px 2.5px 0 rgba(0, 0, 0, .15);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase
}

.get-bonus:hover {
    background-image: -o-linear-gradient(65deg, #dcb74f, #b98518);
    background-image: linear-gradient(25deg, #dcb74f, #b98518);
    color: #fff
}

.get-bonus-2 {
    -webkit-box-shadow: 0 1.5px 2.5px 0 rgba(0, 0, 0, .15);
    display: inline-block;
    padding: 11.5px 5px;
    border-radius: 4px;
  background: linear-gradient(144.24deg, #DB0029 0%, #FF002F 100%);
margin-bottom:10px;
    box-shadow: 0 1.5px 2.5px 0 rgba(0, 0, 0, .15);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase
}

.get-bonus-2:hover {
    background-image: -o-linear-gradient(65deg, #dcb74f, #b98518);
    background-image: linear-gradient(25deg, #dcb74f, #b98518);
    color: #fff
}

.read-review,
.ribbon,
.visit-site {
    display: inline-block;
    font-size: 16px
}

.ribbon {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    padding: 3px 8px;
    background: #C60B30;
    color: #fff;
    font-size: 11px;
    text-align: center;
    white-space: nowrap
}

.ribbon:after {
    display: block;
    position: absolute;
    top: 0;
    right: -18px;
    border: 10px solid #C60B30;
    border-left-width: 10px;
    border-right-color: transparent;
    content: ""
}

.ribbon span {
    position: relative;
    top: 1px;
    text-transform: uppercase
}

.ribbon:empty {
    display: none
}

.list_stars {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.star {
    cursor: pointer;
    margin-top: 5px;
}

.star:before {
    display: inline-block;
    color: #7b7b7b;
    font-size: 16px;
    content: "\e801"
}

.star:not(:last-child):before {
    margin-right: 3px
}

.star.filled:before,
.star.hover:before {
    color: #fdcc64
}

.star.empty:before {
    color: #7b7b7b
}

.bmn_twocol,
.thanks-for-rating {
    -webkit-box-align: end;
    -ms-flex-align: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end
}

.thanks-for-rating img {
    width: 32px;
    height: 32px;
    margin-right: 10px
}

.thanks-for-rating span {
    color: #efae32;
    font-size: 22px;
    font-weight: 100
}

.bmn_twocol {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    justify-content: space-between
}

.bmn_sidebar {
    width: 100%
}

.bmn_sidecard {
    background-color: #fff
}

.si_title {
    height: 50px;
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase
}

.si_title h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 600
}

.si_title span {
    position: relative;
    top: -5px;
    font-size: 10px;
    font-weight: 100
}

.si_top3ca {
    padding: 15px
}

.si_ca {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 300px;
    margin: 0 auto
}

.si_top3ca .ca_name a {
    width: 130px
}

.si_top3ca .ca_name img {
    width: 110px
}

.si_top3ca .ca_info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 10px
}

.si_top3ca .ca_info>span {
    color: #2660a4;
    font-size: 35px;
    line-height: 1
}

.si_top3ca .list_stars {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 5px
}

.si_top3ca .get-bonus {
    width: 100%;
    padding: 8.5px 2.5px 6.5px;
    font-size: 13px
}

.si_top3ca:not(:last-child) {
    border-bottom: 1px solid rgba(32, 33, 47, .1)
}

#article,
#articles,
#page,
#review {
    padding-top: 10px
}

.single_row {
    background-color: #f6f6f6
}

.single_row .col_rating {
    width: 130px
}

.single_row .col_name {
    width: 190px;
    padding-left: 30px
}

.single_row .col_play {
    width: 230px;
    padding-right: 30px
}

.single_row .col_score {
    width: 100px
}

.single_row .col_play>.get-bonus {
    margin-bottom: 0
}

#article .s_content,
#page .s_content,
#review .s_content {
    padding: 30px
}

.t_news,
.t_page,
.t_review {
    color: #000
}

.t_review div,
.t_review p {
    text-align: left !important
}

#article .s_content>h2 {
    color: #2660a4;
    font-size: 24px
}

.article_row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-bottom:5px;
}

.article_row:nth-of-type(2n+2) {
    background-color: #f6f6f6
}

.article_cover,
.article_hero {
    position: relative;
    overflow: hidden
}

.article_hero {
    height: 0;
    padding-bottom: 47%
}

.article_cover {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 250px;
    height: 220px
}

.article_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover
}

.article_details,
.article_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.article_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px 15px 15px
}

.article_info h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600
}

.article_info p {
    color: #7b7b7b;
    font-size: 14px
}

.article_details {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid rgba(32, 33, 47, .1)
}

.article_date,
.article_details a {
    color: rgba(32, 33, 47, .4);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase
}

.article_details a,
.article_info a,
.dropdown-menu a {
    text-decoration: none
}

.article_details a:hover,
.article_info a:hover>h3 {
    color: #2660a4;
}

#article .article_date {
    display: block;
    margin-bottom: 5px
}

.news {
    margin-top: 40px
}

.news-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.news-card {
    padding: 10px 10px 0 10px;
    margin-bottom: 15px;
    width: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    text-align: center
}

.news-img img {
    width: 100%;
    height: 173px
}

.news-date {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    border-radius: 4px;
    background: linear-gradient(230.52deg, #dcb74f 0, #b98518 100%);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .15)
}

.news-date a {
    text-decoration: none;
    padding: 0 70px;
    color: #fff;
    font-family: "Proxima Nova";
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 48px;
    text-align: center
}

.news-articles {
    padding: 0 15px;
    margin: 15px 0
}

.news-articles a {
    text-decoration: none
}

.news-articles p {
    color: #000;
    font-family: "Proxima Nova";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center
}

.facts {
    text-transform: uppercase;
    text-decoration: none;
    width: 111px;
    margin: 0 auto;
    border: 1px solid #2660a4;
    line-height: 27px;
    display: block;
    padding: 0 8px;
    border-radius: 6px;
    color: #2660a4;
    font-size: 12px
}

.facts:hover {
    background-color: #2660a4;
    color: #fff
}

.dropdown-facts {
    padding: 17px 34px 0;
    border-top: 1px solid #e1e1e1;
    position: absolute;
    background-color: #fff;
    width: 100%;
    z-index: 1;
    top: 100%;
    height: 200px;
    display: block;
    transition: display .3s opacity .3s, visibility .3s 0s;
    visibility: hidden;
    opacity: 0;
}

.dropdown-facts.active {
    visibility: visible;
    transition:  opacity .3s, visibility .3s .3s;
    opacity: 1;
  
}

.dropdown-facts-inner {
    display: flex;
    justify-content: space-between
}

.partner_row.active {
    margin-bottom: 200px;
}

.t_facts {
    order: 100;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 20px;
    color: #000;
    text-align: left;
    border-top: 1px solid #e1e1e1
}

.tf_col {
    padding-left: 34px;
    background-repeat: no-repeat;
    background-size: auto 28px;
    background-position: top left
}

.tf_col h4 {
    line-height: 28px;
    font-size: 16px;
    font-weight: 700
}

.tf_col ul {
    list-style: none;
    padding: 0;
    margin: 7px 0 0
}

.tf_col ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    line-height: 30px;
    width: 290px;
    max-width: 100%;
    border-bottom: 1px solid #e7e7e7
}

.tf_col ul li strong {
    font-weight: 600
}

.partner_highlights a {
    display: none;
    color: #2660a4;
    font-size: 12px;
    line-height: 14px;
    margin: 16px 0 6px
}

.partner_slots ul li img {
    max-width: 64px;
    max-height: 18px;
    border-radius: 6px
}
.partner_slots ul li span {
    margin: auto;
}

.partner_website {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 130px;
}

.partner_website ul {
    margin-top: 0
}

.partner_website ul li {
    border-color: transparent;
    width: 260px
}

.partner_website ul li a {
    color: #2660a4;
    font-size: 14px;
    text-decoration: none
}

.partner_website ul li a:hover {
    text-decoration: underline
}

.partner_website a.play-now {
    display: inline-block;
    line-height: 48px;
    min-width: 166px;
    border-radius: 6px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    background-color: #2660a4;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .15);
    text-decoration: none
}

.partner_website a.play-now:hover {
    background-color: #193755
}



.not_found {
    padding: 40px 0 60px;
    color: #000
}

.not_found h1 {
    margin-bottom: 20px;
    color: #232426;
    font-size: 141px
}

.not_found h1,
.not_found p {
    text-align: center
}

.dropdown {
    position: relative
}

.dropdown-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
    position: absolute;
    top: 38px;
    left: 0;
    flex-direction: column;
    background-color: #232426
}

.dropdown-menu a {
    display: block;
    min-width: 140px;
    padding: 13px;
    border-top: 1px solid #313234;
    color: #fff;
    font-size: 14px
}

.dropdown-menu a:first-child {
    border-top: 2px solid #60a0ec
}

.dropdown-menu a:hover {
    color: #60a0ec
}

.fancy-popup *,
.fancy-popup ::after,
.fancy-popup ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fancy-popup,
.fancy-popup-backdrop {
    z-index: 2001;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fancy-popup-backdrop {
    width: 100vw;
    height: 100vh;
    background-color: rgba(4, 2, 16, .77)
}

.fancy-popup-content {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    z-index: 10000;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 725px;
    transform: translate(-50%, -50%);
    transform-origin: 0 0
}

.fancy-popup-partner-img,
.fancy-popup-partner-img img {
    display: block;
    width: 100%
}

.col_play {
    position: relative;
}
#viewers {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
        box-sizing: border-box;
        border: 1px solid #BCBCBC;
        border-radius: 7px;
        background-color: #FFFFFF;
            color: #505050;
            font-family: 'Lato',sans-serif;
            font-size: 11px;
            letter-spacing: 0;
            line-height: 13px;
                height: 36px;
                width: 242px;
                position: absolute;
    bottom: -2px;
    left: -10px;
    z-index: 99;
    visibility: hidden;
             
}

.col_play:hover #viewers {
    visibility: visible !important;

}
#viewers::after {
    content: '';
    display: block;
    position: absolute;
    top: -6px;
    left:50%;
    width: 10px;
    height: 10px; 
        background: #FFFFFF;
        border-right:1px solid #BCBCBC;
        border-bottom:1px solid #BCBCBC;
     -moz-transform:rotate(225deg);
      -webkit-transform:rotate(225deg);
}

.t_body_mob {
    display: none;
}
.col_games {
    position: relative;
    width: 180px;
}

.col_games ul {
    display: flex;
    align-items: center;
}
.col_games ul li {
    margin-right: 10px;
    border-radius: 50%;
    background-color: #fff;
}



.col_games ul li:last-child {
    margin-right: 0;
}


.col_games .img-main img {
    width: 50px;
    height: 48px;
    border-radius: 50%;
    transition: transform .3s linear;
}


.game-title {
    display: flex;
    align-items: center;
}
.game-title span {
    width: 100px;
    margin-right: 10px;
    font-size: 12px;
}
.game-title span:last-child {
    margin-right: 0;
}

.col_games ul li:nth-child(2) .img-modal  {
    left: -5px;
    top: -200px;
    padding: 8px;
        position: absolute;
        height: 220px;
        width: 250px;
        border-radius: 5px;
        background-color: #FFFFFF;
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
        z-index: 99;
}
.col_games ul li:nth-child(4) .img-modal  {
    left: 55px;
    top: -200px;
    padding: 8px;
        position: absolute;
        height: 220px;
        width: 250px;
        border-radius: 5px;
        background-color: #FFFFFF;
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
        z-index: 99;
}
.col_games ul li:nth-child(6) .img-modal  {
    left: 115px;
    top: -200px;
    padding: 8px;
        position: absolute;
        height: 220px;
        width: 250px;
        border-radius: 5px;
        background-color: #FFFFFF;
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
        z-index: 99;
}
.img-modal img {
    width: 100% !important;
    border-radius: 0 !important;
    height: 100% !important;
}

.img-modal::after {
    content: '';
    display: block;
    width: 0; 
  height: 0; 
  left: 20px;
  bottom: -8px;
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
}

.col_games .img-main:hover .img-modal {
    display: block;
}

.col_games ul li:nth-child(2) {
    display: none;
}
.col_games ul li:nth-child(4) {
    display: none;
}
.col_games ul li:nth-child(6) {
    display: none;
}

.col_games ul li:nth-child(1):hover .col_games ul li:nth-child(2)  {
    display: block !important;
}


.footer-inner {
    display: flex;
    flex-direction:column;
    align-items:center;
    justify-content: center;
    }
    .footer_top .list_menu li a {
        font-size: 12px;
    }
    .footer_top .list_menu li a::after {
        margin: 5px;
        display: inline-block;
        content: "|";
        width: 4px;
        
    }
    .footer_top .list_menu li:last-child a::after{
        display: none;
    }
    .footer_top .list_menu li:last-child {
        margin: auto;
    
    }
    .footer_rights {
        margin-top: 10px;
        text-align: center;
    }
    .footer_rights span {
        font-size: 15px;
    }
    .footer_rights p {
        font-size: 12px;
        margin-top: 10px;
    }
    
    .footer_logo img {
        max-width: 140px;
        max-height: 35px
    }
    
    
    .footer_bottom,
    .footer_top {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: space-between
    }
    
    .footer_bottom {
        margin-top: 30px;
        font-size: 14px;
        font-weight: 100;
        letter-spacing: .4px
    }
    
    .footer_logo img {
        max-width: 140px;
        max-height: 35px
    }
    
#pop-close {
    cursor: pointer;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.fancy-popup-partner-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 35px;
    left: 50px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 330px;
    height: 240px;
    pointer-events: none
}

.fancy-popup-bonus {
    display: block;
    margin-bottom: 15px;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 1.4;
    pointer-events: none
}

.fancy-popup-btn {
    -webkit-box-shadow: 0 0 17px 0 transparent;
    -webkit-transition: all .3s cubic-bezier(.075, .82, .165, 1);
    -o-transition: all .3s cubic-bezier(.075, .82, .165, 1);
    display: inline-block;
    position: relative;
    min-width: 256px;
    padding: 12px 16px;
    border-radius: 4px;
    background-color: #bd8c20;
    box-shadow: 0 0 17px 0 transparent;
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 31px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    pointer-events: all;
    transition: all .3s cubic-bezier(.075, .82, .165, 1)
}

.fancy-popup-btn span {
    z-index: 10;
    position: relative
}

.fancy-popup-btn:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(39, 39, 39, .58);
    box-shadow: 0 0 20px 0 rgba(39, 39, 39, .58);
    color: #fff;
    text-decoration: none
}

@media (max-width:767.9px) {
    .free_spin_modal_content {
        width:100%;
    }
    .form_header_img{
        width:100%;
    }
   .free_spin_form_wrapper{
       margin: 42px 40px 43px 40px;
   }
    .tp_filters_desktop{
        display:block;
    }
    .tc_filters-mobile {
        display: block !important;
        text-align: center;
    }
    .tc_filter-btns {
        display: none;
    }
    .fancy-popup-content {
        width: 100%
    }

    .fancy-popup-partner-info {
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        padding: 25px
    }

    .fancy-popup-bonus {
        max-width: 220px;
        margin-bottom: 0
    }

    .fancy-popup-btn {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        min-width: none;
        transform: translateY(100%);
        border-radius: 0
    }
}

@media (max-width:559.9px) {
    .tp_filters_desktop{
        display:block;
    }
   .t_row.partner_row
    .t_col.col_pop.logo img {
        border-radius: 4px;
        height: 150px;
        width: 246px;
    }
    #popwrap{
        padding: 10px 0 0 0;
    }
    .t_body_mob.slots .t_row.partner_row h3 {
      color: #000000;
      font-family: "Proxima Nova",sans-serif;
      font-size: 18px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 15px;
      text-align: center;
        margin: 16px 0;
    }
    .col_pop.casino img {
        height: 43px;
        width: 68px;
    }
    .col_pop.casino li {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .col_pop.casino > li:first-child {
        border-top: 1px solid #e9e9e9;
        border-bottom: 1px solid #e9e9e9;
    }
    .col_pop.casino > li:last-child {
        margin-top: 13px;
    }
    .col_pop.casino span {
        color: #000000;
      font-family: "Proxima Nova",sans-serif;
      font-size: 15px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 15px;
    }
    .container-mob {
        margin: 0 auto;
    }
    
    .tc_filters-mobile {
        display: block !important;
        text-align: center;
    }
    .tc_filter-btns {
        display: none;
    }
    .footer_top .list_menu li a::after {
        display: none;
    }
    .t_body {
        display: none;
    }
    
    .t_body_mob {
        display: block;
    }
    .top_slots{
        display:none;
    }
#review   .t_body {
        display: block !important;
    }
#review  .container {
padding: 0 !important;
}

#review .col_rating  {
display: none !important;
}

#review .col_bonus  {
display: none !important;
}

#reviews   .t_body {
    display: block !important;
}
#reviews .t_row.partner_row {
flex-direction: column !important ;
}
#reviews .col_review p {
color: #fff !important
}
#reviews .visit-site {
margin-top: 10px;
}

#reviews #partners {
padding-top: 0 !important;
}

#reviews .s_title {
margin:0 !important;
}

#article .t_body {
    display: block !important;
}
#articles   .t_body {
    display: block !important;
}
#page   .t_body {
    display: block !important;
}


    .t_body .t_col {
        padding: 10px 0;
        
    }
    .col_play {
        margin-top: 10px;
    }
   
    .t_col.col_score span {
        color: #FFFFFF;
        font-size: 30px !important;
        font-weight: bold;
        letter-spacing: -0.42px;
        line-height: 30px;
        text-align: center;
    }
    .t_col.col_score {
        margin-left: 15px;
    }
    
    .allbonus {
        width:120px;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .get-bonus {
        background: #05D091;
        width: 150px !important;
    }
    .t_col.col_bonus span {
        margin: 20px 0;
            color: #FFD102;
            font-size: 14px;
            letter-spacing: 0;
            line-height: 15px;
            text-align: center;
    }

    .t_col.col_bonus p{
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 20px;
        text-align: center;
    }

    #partners .container {
        padding: 0;
    }
    .t_row.partner_row {
        
        display: flex;
        flex-direction: row;
    }

     .t_row.partner_row {
         border-bottom: 2px solid #cb2744;
     }

    .allrating {
        margin-left: 10px;
        display: flex;
        justify-content: space-between;
    }

    .t_col.col_name.logo  strong {
            color: #a4a4a0;
            font-size: 14px;
            font-weight: 900;
            letter-spacing: 0;
            line-height: 10px;
            text-align: center;
    }

    #deposit {
        color: #fff;
        font-size: 13px;
    }
    .t_body .t_col {
        width: unset;
    }
    .s_title h1 {
        text-transform: uppercase;
        margin: 6px !important;
        font-size: 20px !important;
    }
    .s_title img {
        display: none;
    }
   #top-content .s_content{
        display: none;
    }

    #bottom-content {
        padding: 20px;
    }
    
  
    #top-content {
        padding-bottom: 0 !important;
        padding: 0 20px;
    }

    .partner_row {
        padding: 0 5px 10px 5px !important;
    }
  
    .partner_row .col_score span {
        margin-bottom: 0;
    }
   
    .s_filters {

        padding: 0  !important;
    }
    .list_features li:first-child span {
        /* display: none; */
    }
    .list_features {
        margin-top: 0 !important;
        flex-wrap: nowrap !important;
    }
    .s_filters  select { 
        display: none;
    }
    .s_filters > span { 
        display: none;
    }
    .list_stars {
        display: flex;
    }
    .partner_row .col_bonus>span {
        display: block;
    }
    .partner_row .col_bonus>div {
        font-size: 14px;
    }
    .partner_row .col_score span {
        font-size: 25px;
    }
    .news-inner {
        justify-content: center
    }

    .partner_row .read-review {
        margin-top: 0 !important;
    }
    .get-bonus {
        padding: 11px 5px;
        font-size: 15px;
    }
    .fancy-popup-partner-info {
        padding: 17px
    }

    

    .fancy-popup-bonus {
        max-width: 135px;
        font-size: 13px
    }

    .fancy-popup-btn {
        font-size: 21px
    }

    .t_body_mob.slots .t_row.partner_row {
        background: #fff;
        height: auto;
        border-radius: 4px;
        padding: 0 !important;
        width: 265px;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: baseline;
    }
    .t_body_mob.slots .t_row.partner_row .col_name a {
        width: auto !important;
        height: auto;
    }

    .t_body_mob.slots .t_col.col_name.logo {
        padding-top: 10px;
        display: flex;
        flex-direction: row;
        margin: auto;
      
    }

    .t_body_mob.slots .t_col.col_name.logo img {
        width: 82px;
        height: 50px;
        border-radius: 3px;
    }
    .t_body_mob.slots .t_col.col_name.logo span {
        text-align: left;
        color: #FFFFFF;
        font-family: "Proxima Nova";
        font-size: 13px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 15px;
        margin-bottom: 0 !important;
    }
    

    .t_body_mob.slots .t_col.col_name.logo .list_stars {
        margin-bottom: 2px;
        justify-content: flex-start;
    }
    .t_body_mob.slots .t_col.col_name.logo .list_stars .star::before {
        font-size: 11px;
    }
    .t_body_mob.slots .t_col.col_name.logo .allrating strong {
        text-align: left;
        color: #B3B3B3;
        font-family: 'Montserrat',sans-serif;
        font-size: 8px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 10px;
    }
    .t_body_mob.slots .t_col.col_score {
        padding-top: 16px;
    }
    .t_body_mob.slots .t_col.col_score span {
        color: #FFFFFF;
        font-family: 'Montserrat',sans-serif;
        font-size: 26px !important;
        font-weight: bold;
        letter-spacing: -0.43px;
        line-height: 32px;
        text-align: center;
    }

    .t_body_mob.slots .t_col.col_bonus {
        width: 100%;
        max-width: 200px;
        margin: 10px auto;
    }
    .t_body_mob.slots .t_col.col_bonus p {
        color: #FFFFFF;
        font-family: "Proxima Nova";
        font-size: 11px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 15px;
        text-align: center;
    }
    .t_body_mob.slots .t_col.col_rating {
        width: 66px;
    }
    .t_body_mob.slots .t_col.col_play {
        padding-bottom: 13px;
        width: 100%;
        margin-top: 13px !important;
    }
    .t_body_mob.slots  .t_col.col_play .get-bonus {
        width: 100% !important;
        max-width: initial;
    }

    .t_body_mob.slots .t_col.col_games {
        width: auto;
        margin: auto;
    }
    .t_body_mob.slots .t_col.col_games ul {
        justify-content: space-between;
        margin-bottom: 8px;
    }
    .t_body_mob.slots .t_col.col_games .game-wrapper li {
        margin: 0 auto !important;
        width: 50px;
    }

    .t_body_mob.slots .t_col.col_games .game-title {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .t_body_mob.slots .t_col.col_games .game-wrapper span{
        color: #FFFFFF;
    font-family: 'Montserrat',sans-serif;
    font-size: 7px;
    letter-spacing: 0;
    line-height: 8px;
    text-align: center;
    width: auto;
    margin-right: 0;
    }
    
    


}

@media only screen and (max-width:991.9px) {
    .tp_filters_desktop{
        display:block;
    }
   
    .partner_row {
        
        margin: auto;
    }
    .col_options {
margin: auto;
}
 .partner_options ul {
        color: #fff;
    }
#viewers {
        width: 242px;
    position: absolute;
    bottom: -34px;
    left: 164px;
    }
    .partner_row.first_row:hover .partner_bonus {
       opacity: 1;
    }
    .game-title span {
        color: #fff;
    }
    .col_games {
        margin: auto;
    }
    .partner_row {
        margin-bottom: 15px;
    }
    .partner_row .visit-site {
        color: #918329;
        margin-top: 10px;
    }
    .partner_row .col_score span {
        color: #fff;
    }
    .partner_row .read-review {
        color: #918329;
    }
    .partner_row .col_bonus>div {
        color: #FFF;
    }
    .partner_row .col_rating>span {
        color: #FFF;
    }
   .t_col .col_bonus>span {
       color: #fff;
   }
    
    /* new changes  */
    .tc_filters-mobile {
        display: block !important;
        text-align: center;
    }
    .tc_filter-btns {
        display: none;
    }
    .t_exclusive {
        display: none;
    }
    /* end new changes */
    .container {
        width: 740px;
        padding: 0 60px
    }

    .dropdown-menu {
        display: none !important
    }

    .header_nav ul {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        z-index: 9;
        position: fixed;
        top: 0;
        right: 0;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 280px;
        height: 100%;
        padding-left: 0;
        overflow: auto;
        transform: translateX(100%);
        background: #000
    }

    .header_nav.open ul {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .header_nav ul>li {
        width: 100%
    }

    .header_nav ul>li.active>a {
        position: relative;
        background-color: #4b4b4b;
        font-weight: 400
    }

    .header_nav ul>li.active>a:before {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        border-left: 2px solid #fff;
        content: ''
    }

    .header_nav ul>li>a {
        display: block;
        padding: 15px 0 15px 40px;
        line-height: 1.5
    }

    .header_overlay {
        z-index: 7;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 0%;
        background: rgba(0, 0, 0, .3)
    }

    .header_nav.open .header_overlay {
        height: 100%
    }

    .nav_logo {
        padding: 20px 0
    }

    .header_burger {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 11;
        position: absolute;
        top: 50%;
        right: 14px;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 32px;
        margin-top: -16px;
        background-color: transparent;
        cursor: pointer
    }

    .header_burger span {
        top: 50%;
        margin-top: -1px
    }

    .header_burger span,
    .header_burger span:after,
    .header_burger span:before {
        display: block;
        position: absolute;
        width: 18px;
        height: 2px;
        border-radius: 1px;
        background-color: #fff
    }
    .header_burger span:before {
        top: -6px;
        content: ""
    }

    .header_burger span:after {
        bottom: -6px;
        content: ""
    }

    .header_burger.active {
        position: fixed;
        top: 30px
    }

    .header_burger.active span {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .header_burger.active span:before {
        top: 0;
        opacity: 0
    }

    .header_burger.active span:after {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        bottom: 0;
        transform: rotate(-90deg)
    }

    #top-content {
        padding-bottom: 15px
    }

    #top-content .s_content,
    .s_title {
        text-align: center
    }

    .s_title {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 10px
    }

    .s_title h1 {
        width: 100%;
        margin-top: 15px
    }

    .bmn_main {
        background: #000
    }

    .bg-fixed #top-content {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover
    }

    .bmn_main.bg-home #top-content {
        background-image: url(/web/20220923170718im_/https://top10onlinecasinonj.com/assets/img/bg/bg-home.webp)
    }

    .bmn_main.bg-reviews #top-content {
        background-image: url(/web/20220923170718im_/https://top10onlinecasinonj.com/assets/img/bg/bg-reviews.jpg)
    }

    .bmn_main.bg-betting #top-content {
        background-image: url(/web/20220923170718im_/https://top10onlinecasinonj.com/assets/img/bg/bg-betting.jpg)
    }

    .bmn_main.bg-149 #top-content {
        background-image: url(/web/20220923170718im_/https://top10onlinecasinonj.com/assets/img/bg/bg-149.jpg)
    }

    .bmn_main.bg-150 #top-content {
        background-image: url(/web/20220923170718im_/https://top10onlinecasinonj.com/assets/img/bg/bg-150.jpg)
    }

    .bmn_main.bg-151 #top-content {
        background-image: url(/web/20220923170718im_/https://top10onlinecasinonj.com/assets/img/bg/bg-151.jpg)
    }

    .bmn_main.bg-152 #top-content {
        background-image: url(/web/20220923170718im_/https://top10onlinecasinonj.com/assets/img/bg/bg-152.jpg)
    }

    .bmn_main.bg-153 #top-content {
        background-image: url(/web/20220923170718im_/https://top10onlinecasinonj.com/assets/img/bg/bg-153.jpg)
    }

    .list_features,
    .s_filters {
        -ms-flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        flex-wrap: wrap;
        justify-content: center
    }

    .list_features {
        width: 100%;
        margin-top: 20px
    }

    .s_filters select {
        margin-right: 0
    }

    .s_filters {
        margin: 0;
        padding: 20px 0
    }

    #partners .bmn_table {
        background-color: transparent
    }

    #article .bmn_table,
    #articles .bmn_table,
    #review .bmn_table,
    .list_features>li {
        margin-bottom: 10px
    }

    #partners .t_title,
    .t_head {
        display: none
    }

    .partner_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px 20px;
        position: relative;
    }

    .partner_row:not(.single_row) {
        background-image: linear-gradient(270deg, #5C002F 0%, #2F0015 100%);;
    }

    .t_body .t_col {
        padding: 10px 0
    }

  

    .partner_row .read-review {
        margin-top: 5px;
        font-size: 16px !important;
    }
    
    .col_rating a {
        font-size: 16px !important;

    }

    .partner_row .ribbon,
    .partner_row .visit-site,
    .partner_row:not(.single_row) .col_rating>span {
        display: block
    }

    .partner_row .col_review {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        text-align: center
    }

   

    .footer_top,
    .list_menu,
    .partner_row .col_play,
    .partner_row .col_review {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .partner_row .get-bonus {
        width: 100%;
        max-width: 190px
    }

    .footer_top,
    .list_menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        flex-direction: column;
        justify-content: center
    }

    .footer_bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .footer_logo,
    .list_menu {
        margin-bottom: 20px
    }

    .list_menu>li:not(:last-child) {
        margin: 0 0 5px
    }

    #top-content:before {
        z-index: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .3);
        content: ''
    }

    .bmn_twocol {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .t_title {
        text-align: center
    }

    #article,
    #articles,
    #page,
    #review {
        padding-top: 20px
    }

    #article .s_content,
    #articles .s_content,
    #page .s_content,
    #review .s_content {
        padding: 15px 20px
    }

    .header_nav .nav_logo a {
        display: inline-block;
        width: auto
    }
}

@media only screen and (max-width:767.9px) {
    
    .container {
        width: 100%;
        max-width: 680px;
        padding: 0 30px
    }

    #article .s_content>h2,
    .s_title h1 {
        font-size: 20px
    }

    .s_content {
        font-size: 14px
    }

    .article_info h3,
    .t_title h2 {
        font-size: 18px
    }

    .thanks-for-rating span {
        font-size: 16px
    }

    .article_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .article_cover {
        width: 100%;
        height: 0;
        padding-bottom: 71%
    }

    .article_row:not(:last-child) .article_info {
        padding-bottom: 25px
    }
}
@media (max-width:992px) and (min-width:768px) {
    .partner_row {
        max-width: 270px;
    }
    .t_col .col_games {
        display: none;
    }
}

@media only screen and (max-width:992px) {
   
    
    .facts {
        display: none
    }
    .dropdown-facts {
        display: none;
    }
}


@media only screen and (min-width:992px) {
   

    /* html {
        display: none;
    }
    */

    .mobile-link,
    .nav_logo,
    .nav_page {
        display: none
    }

    .dropdown>a:after {
        position: relative;
        top: 12px;
        left: 3px;
        width: 0;
        height: 0;
        border-top: 5px solid #fff;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        content: ''
    }

    .dropdown.show>a:after {
        top: -12px;
        border-top: 0;
        border-bottom: 5px solid #fff
    }

    .bmn_main.bg-fixed {
        background-attachment: fixed
    }

    .bmn_main.bg-home {
        background-image: url(/web/20220923170718im_/https://top10onlinecasinonj.com/assets/img/bg/bg-home.jpg)
    }

    .bmn_main.bg-reviews {
        background-image: url(/web/20220923170718im_/https://top10onlinecasinonj.com/assets/img/bg/bg-reviews.jpg)
    }

    .bmn_main.bg-betting {
        background-image: url(/web/20220923170718im_/https://top10onlinecasinonj.com/assets/img/bg/bg-betting.jpg)
    }

    .bmn_main.bg-149 {
        background-image: url(/web/20220923170718im_/https://top10onlinecasinonj.com/assets/img/bg/bg-149.jpg)
    }

    .bmn_main.bg-150 {
        background-image: url(/web/20220923170718im_/https://top10onlinecasinonj.com/assets/img/bg/bg-150.jpg)
    }

    .bmn_main.bg-151 {
        background-image: url(/web/20220923170718im_/https://top10onlinecasinonj.com/assets/img/bg/bg-151.jpg)
    }

    .bmn_main.bg-152 {
        background-image: url(/web/20220923170718im_/https://top10onlinecasinonj.com/assets/img/bg/bg-152.jpg)
    }

    .bmn_main.bg-153 {
        background-image: url(/web/20220923170718im_/https://top10onlinecasinonj.com/assets/img/bg/bg-153.jpg)
    }

    .t_body .t_col {
        min-height: 150px
    }

    .col_name {
        width: 180px;
        padding: 0 20px
    }

    .col_bonus,
    .col_rating {
        width: 220px;
        padding: 10px 10px
    }

    .col_rating {
        width: 180px
    }

    .col_score {
        width: 140px
    }

    .col_play {
        width: 220px;
        padding: 0 20px
    }

    div.partner_row:nth-of-type(2n+2) {
        background-color: #f6f6f6
    }

    .partner_row .get-bonus {
        margin-bottom: 10px
    }

    .bmn_sidebar {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 280px;
        margin-left: 10px
    }

    .bmn_sidecard {
        width: 280px
    }
}
/*
     FILE ARCHIVED ON 17:07:18 Sep 23, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 05:54:03 Jun 19, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.005
  exclusion.robots: 0.039
  exclusion.robots.policy: 0.032
  esindex: 0.009
  cdx.remote: 23.525
  LoadShardBlock: 129.508 (3)
  PetaboxLoader3.datanode: 84.728 (4)
  PetaboxLoader3.resolve: 110.272 (2)
  load_resource: 69.009
*/