html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: rgba(0, 0, 0, .85);
    padding: 0;
    margin: 0;
    background: #f7f8fd
}

#customers {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin: 30px 0;
}

#customers td,
#customers th {
    border: 1px solid #ddd;
    padding: 8px;
}

#customers tr:hover {
    background-color: #969696;
}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #04AA6D;
    color: white;
}

img {
display: block;
margin: 0 auto;
max-width: 100%;
}
figure img {
border-radius: 14px;
margin: 20px auto;
}


#customers {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin: 30px 0;
}

#customers td,
#customers th {
    border: 1px solid #ddd;
    padding: 8px;
}

#customers tr:hover {
    background-color: #969696;
}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #04AA6D;
    color: white;
}

img {
display: block;
margin: 0 auto;
max-width: 100%;
}
figure img {
border-radius: 14px;
margin: 20px auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    height: 120px
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    padding: 0;
    font-weight: 700;
    line-height: 1.3;
    color: #000
}

h1 {
    font-size: 28px
}

h2 {
    font-size: 25px
}

h3 {
    font-size: 22px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

hr {
    height: 0;
    margin-top: -1px;
    margin-bottom: 24px;
    padding-top: 24px;
    border: 1px solid #ccc;
    border-width: 0 0 1px 0;
    clear: both
}

p {
    margin: 0 0 15px
}

b,
strong {
    font-weight: 700
}

dfn,
cite,
em,
i {
    font-style: italic
}

blockquote {
    border-left: 4px solid #00a89d;
    margin: 0 0 15px;
    padding: 0 0 0 15px;
    font-style: italic;
    font-size: 17px
}

pre {
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    line-height: 1.75;
    margin: 0 0 24px;
    max-width: 100%;
    overflow: auto;
    padding: 24px
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: .9375rem
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

mark,
ins {
    text-decoration: none
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    bottom: 1ex
}

sub {
    top: .5ex
}

small {
    font-size: 75%
}

big {
    font-size: 125%
}

html {
    box-sizing: border-box
}

*,
*::after,
*::before {
    box-sizing: inherit
}

embed,
iframe,
object {
    max-width: 100%
}

hr {
    height: 1px;
    width: auto;
    background-color: #ddd;
    border: 0;
    margin: 0 0 1.5rem 0
}

figure {
    margin: 0
}

ul,
ol {
    margin: 0 0 15px 15px;
    padding: 0
}

ul {
    list-style: square
}

ol {
    list-style: decimal
}

dt {
    font-weight: 700
}

dd {
    margin: 0 15px 15px 0
}

table {
    border-collapse: collapse;
    margin: 0 0 15px;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .1);
    text-align: left
}

th {
    padding: 10px 15px;
    border: 1px solid rgba(0, 0, 0, .1)
}

td {
    padding: 10px 15px;
    border: 1px solid rgba(0, 0, 0, .1)
}

@media screen and (max-width:767px) {
    .bct {
        width: 100%;
        overflow: auto !important;
        border: 1px solid rgba(0, 0, 0, .1);
        box-sizing: border-box;
        margin: 20px 0 20px
    }

    .bct table {
        margin: 0 0 0 0 !important;
        border: none !important;
        border-radius: 0 !important
    }
}

input {
    line-height: normal
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
    background: #a7aaad;
    border: 0;
    border-radius: 0;
    color: #fff;
    border-radius: 5px;
    font-weight: 700;
    padding: 10px 20px
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    background: #95979a;
    outline: 0;
    border: none;
    box-shadow: none
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    box-sizing: border-box;
    border-radius: 0;
    color: #686868;
    padding: 10px;
    min-width: 100% !important;
    width: 100%
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
    outline: 0;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, .1);
    color: #1a1a1a;
    outline: 0
}

.post-password-form {
    margin-bottom: 1.75em
}

.post-password-form label {
    color: #686868;
    display: block;
    font-size: 13px;
    font-size: .8125rem;
    letter-spacing: .076923077em;
    line-height: 1.6153846154;
    margin-bottom: 1.75em;
    text-transform: uppercase
}

.post-password-form input[type="password"] {
    margin-top: .4375em
}

.post-password-form>:last-child {
    margin-bottom: 0
}

.screen-reader-text {
    height: auto;
    width: 1px;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    height: auto;
    width: auto;
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: 700;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    z-index: 100000
}

.alignleft {
    display: inline;
    float: left;
    margin: 0 24px 0 0
}

.alignright {
    display: inline;
    float: right;
    margin: 0 0 0 24px
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
    clear: both;
    content: "";
    display: block
}

a {
    color: #1c83ec;
    text-decoration: none
}

a:hover,
a:focus,
a:active {
    color: #000;
    text-decoration: none;
    outline: 0
}

.head-btn {
    float: left;
    width: 35%;
    text-align: right;
    padding-top: 15px
}

.main-navigation {
    padding-top: 15px;
    float: left;
    width: 35%
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0
}

.main-navigation li {
    position: relative;
    display: inline-block;
    margin: 0 15px
}

.main-navigation a {
    color: #000;
    display: block;
    font-weight: 700
}

.main-navigation a:hover {
    color: #00a89d
}

.menu-toggle {
    display: none
}

.wrapper {
    margin: 0 auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative
}

@media(min-width:576px) {
    .wrapper {
        max-width: 530px
    }
}

@media(min-width:768px) {
    .wrapper {
        max-width: 730px
    }
}

@media(min-width:992px) {
    .wrapper {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .wrapper {
        max-width: 1160px
    }
}

#secondary {
    background: #fff;
    border-radius: 10px;
    display: block;
    margin: 0;
    padding: 15px;
    height: 100%
}

#secondary ul {
    margin: 0
}

#secondary ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

#secondary ul li a {
    font-weight: 700;
    line-height: 1.3;
    display: block
}

#secondary .widget-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000
}

#primary.content-area {
    padding: 40px 0
}

.site-header {
    background: #fff;
    margin: 0;
    padding: 10px 0 5px;
    border-bottom: 2px solid #eaedff
}

.site-branding {
    margin: 0;
    float: left;
    width: 30%
}

.site-branding img {
    max-width: 170px
}

.widget {
    margin: 0 0 30px;
    padding: 0
}

.footer-wrap .widget {
    margin: 0
}

.widget select {
    max-width: 100%
}

.widget ul,
.widget ol {
    list-style: none
}

.search-submit {
    display: none
}

.wp-block-search label {
    display: none
}

.wp-block-search button {
    display: none
}

.comments-area {
    margin: 0
}

ol.comment-list {
    list-style: none;
    margin: 0;
    padding: 0
}

ol.comment-list ol {
    list-style: none;
    margin: 0;
    padding-left: 30px
}

.comment-form label {
    opacity: .7;
    font-size: 14px;
    margin: 0 0 6px
}

.comments-title,
.comment-reply-title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
    color: #000
}

.comment-head img {
    float: left;
    margin-right: 20px
}

.commentmetadata {
    font-size: 14px;
    opacity: .6
}

a.comment-reply-link {
    font-weight: 700
}

.comment-content {
    padding-bottom: 20px
}

.comment-date {
    opacity: .7;
    font-size: 13px
}

p.form-submit {
    margin: 0
}

.required {
    color: #c0392b
}

.site-footer {
    clear: both;
    width: 100%;
    text-align: center;
    background: #fff;
    padding: 40px 0 0
}

.footer-wrap {
    padding: 30px 0 20px
}

.footer-wrap ul li {
    display: inline-block;
    margin: 0 10px 5px
}

.footer-wrap ul li a {
    color: #000;
    font-weight: 700
}

.footer-wrap ul li a:hover {
    color: #00a89d
}

a.cart {
    display: block;
    margin: 30px auto 30px;
    padding: 13px;
    max-width: 250px;
    border-radius: 5px;
    text-align: center;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    background: #b33eb7;
    color: #fff
}

.site-info {
    padding: 0 0 15px;
    font-size: 13px
}

.site-info p {
    opacity: .7
}

.site-info ul {
    list-style: none;
    margin: 0 0 10px
}

.site-info ul li {
    display: inline-block;
    margin: 0 10px 5px
}

.page-title {
    font-weight: 700;
    font-size: 23px;
    margin-bottom: 15px
}

.error-404 {
    text-align: center;
    padding: 80px 0
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

img {
    height: auto;
    max-width: 100%
}

.wp-caption {
    margin: 0 0 1.5rem 0;
    max-width: 100%
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto
}

.wp-caption.aligncenter {
    margin: 0 auto 24px auto
}

.wp-caption.alignleft {
    margin-right: 24px
}

.wp-caption.alignright {
    margin-left: 24px
}

.wp-caption .wp-caption-text {
    margin: 12px 0
}

.wp-caption-text {
    text-align: center
}

a.btn1 {
    text-align: center;
    font-weight: 700;
    border-radius: 5px;
    padding: 10px 30px;
    color: #fff;
    background: #00a89d
}

a.btn2 {
    border-radius: 5px;
    text-align: center;
    font-weight: 700;
    padding: 10px 30px;
    color: #fff;
    background: #1c83ec
}

.head-btn a.btn1,
.foot-btn a.btn1 {
    margin-right: 10px
}

.foot-btn {
    text-align: center;
    padding: 0 0 40px
}

#welcome-pack {
    padding-top: 100px;
    background: url(/wp-content/uploads/2021/12/2cats.jpg) no-repeat center center;
    height: 396px;
    position: relative
}

.welcome-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.wtitle {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.3
}

#welcome-pack p {
    font-weight: 700;
    color: #fff;
    font-size: 50px;
    line-height: 1.2
}

@media (max-width:1920px) {
    #welcome-pack {
        padding-top: 70px;
        height: 300px;
        background-size: cover
    }
}

@media (max-width:991px) {
    #welcome-pack {
        padding-top: 70px;
        height: 250px
    }

    .wtitle {
        font-size: 30px
    }

    #welcome-pack p {
        font-size: 40px
    }
}

@media (max-width:767px) {
    #welcome-pack {
        padding-top: 50px;
        height: 200px
    }

    .wtitle {
        font-size: 20px
    }

    #welcome-pack p {
        font-size: 30px
    }
}

.home h1 {
    font-size: 22px
}

.home h2,
.home .h2 {
    font-size: 22px;
    margin: 0 0 15px;
    font-weight: 700
}

.home h3 {
    font-size: 18px
}

#homepage {
    padding: 40px 0
}

#homepage ul,
#homepage ol {
    margin: 0 0 15px;
    list-style: none
}

#homepage ul {
    margin: 0 -15px 15px 0
}

#homepage ul::after {
    clear: both;
    content: "";
    display: block
}

#homepage ul li,
#homepage ol li {
    position: relative
}

#homepage ul li {
    padding-left: 17px;
    padding-bottom: 5px;
    float: left;
    width: 100%
}


#homepage ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    background: #1c83ec
}

#homepage ol li {
    padding-left: 40px;
    padding-bottom: 15px
}

#homepage ol li:last-child {
    padding-bottom: 0
}

#homepage ol li:before {
    content: "1";
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    font-weight: 700;
    color: #000;
    border: 2px solid #1c83ec
}

#homepage ol li:nth-child(2):before {
    content: "2"
}

#homepage ol li:nth-child(3):before {
    content: "3"
}

#homepage ol li:nth-child(4):before {
    content: "4"
}

#homepage ol li:nth-child(5):before {
    content: "5"
}

#homepage ol li:nth-child(6):before {
    content: "6"
}

#homepage ol li:nth-child(7):before {
    content: "7"
}

a.bounty {
    font-weight: 700;
    border-radius: 5px;
    padding: 6px;
    text-align: center;
    color: #000;
    border: 2px solid #00a89d;
    display: block;
    max-width: 180px;
    margin: 10px auto 20px
}

.box {
    margin-bottom: 30px;
    padding: 15px;
    background: rgba(0, 0, 0, .1)
}

.gamesbox {
    background: #151529;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    border-radius: 5px;
    overflow: hidden
}

.gamesbox .gameshover {
    width: 100%;
    position: absolute;
    left: 0;
    top: 20%;
    display: none
}

.gamesbox img {
    display: block;
    width: 100%
}

.gamesbox:hover img {
    opacity: .3
}

.gamesbox:hover .gameshover {
    display: block
}

.gameshover a.btn1 {
    margin: 10px auto;
    display: block;
    max-width: 170px;
    padding: 5px
}

.gameshover span {
    color: #fff;
    font-size: 14px
}

a.btntext {
    text-decoration: underline;
    color: #fff;
    font-weight: 700
}

.home .site-main {
    padding-bottom: 30px
}

.home .site-main img {
    display: block;
    margin-bottom: 15px
}

#news article {
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 30px
}

#news article img {
    width: 100%;
    display: block
}

.titlelink {
    padding: 15px
}

.titlelink a {
    font-size: 14px;
    display: block;
    line-height: 1.3;
    font-weight: 700
}

.foot-img {
    background: #f7f8fd;
    padding: 20px 0 20px;
    border-radius: 10px
}

.foot-img img {
    vertical-align: middle;
    margin: 10px 15px;
    max-height: 36px;
    max-width: 110px
}

.breadcrumbs {
    font-size: 14px
}

.entry-header h1 {
    font-size: 23px
}

.entry-image {
    width: 45%;
    float: left;
    margin-bottom: 15px;
    margin-right: 20px
}

.entry-image img {
    width: 100%
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content ul,
.entry-content ol,
.entry-content blockquote,
.entry-content p {
    clear: both
}

.entry-content p:first-of-type {
    clear: none
}

.right-btn a {
    margin: 0 0 15px;
    display: block
}

.entry-title a {
    font-size: 18px;
    font-weight: 700;
    display: block;
    line-height: 1.3;
    margin-bottom: 10px
}

article .content-wrap {
    padding-bottom: 15px
}

.taxonomy-description {
    padding-top: 30px
}

.devlist ul {
    margin: 0;
    list-style: none
}

.devlist ul li {
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 20px
}

.devlist ul li a {
    padding: 7px 20px;
    font-weight: 700;
    border: 1px solid #ffcf86
}

.entry-content iframe {
    width: 100%;
    height: 450px;
    border: none;
    padding: 0
}

.slotlink {
    text-align: center;
    padding: 30px 0
}

.hcenter {
    text-align: center;
    padding: 10px 0 20px
}

.wp-pagenavi {
    clear: both
}

.wp-pagenavi a,
.wp-pagenavi span {
    text-decoration: none;
    background: #fff;
    padding: 7px 14px;
    margin-right: 5px;
    color: #000;
    font-weight: 700
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    background: #1c83ec;
    color: #fff
}

.gutters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.p1 {
    border: 1px dashed #41ca3e;
    color: #fff;
    font-weight: 700;
    padding: 15px;
    text-align: center;
    margin: 0 0 15px
}

.p2 {
    text-align: center
}

.p2 b {
    display: block;
    margin: 0 0 15px
}

.p2 p {
    border: 1px dashed #eeeb00;
    color: #fff;
    font-weight: 700;
    padding: 15px
}

.p3,
.p4 {
    background: #2a6ead;
    color: #fff;
    font-weight: 700;
    padding: 15px;
    text-align: center
}

.p4 {
    position: fixed;
    z-index: 99;
    width: 100%;
    left: 0;
    top: 0
}

span.promobonus {
    position: relative;
    margin-right: 25px;
    cursor: pointer;
    color: #ff4200;
    font-weight: 700
}

span.promobonus:after {
    content: '';
    -webkit-mask-image: url(/wp-content/themes/jws/images/copy.svg);
    mask: url(/wp-content/themes/jws/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #ff4200;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 2px;
    right: -22px
}

@media (min-width:992px) {
    .col {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media only screen and (max-width:1199px) {
    .entry-content iframe {
        height: 400px
    }

    .main-navigation li {
        margin: 0 7px
    }

    .main-navigation a {
        font-size: 14px
    }

    .gamesbox .gameshover {
        top: 13%
    }

    #news .col-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media only screen and (max-width:991px) {

    #homepage ul:nth-of-type(1) li,
    #homepage ul:nth-of-type(5) li {
        width: 100%
    }

    #slots .col-3,
    .slotcat .col-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .site-branding img {
        margin: 0 auto
    }

    .gamesbox .gameshover {
        top: 24%
    }

    .head-btn {
        width: 100%;
        text-align: center;
        padding-top: 9px;
        padding-bottom: 20px
    }

    .main-navigation {
        width: 100%
    }

    .site-branding {
        width: 100%;
        text-align: center
    }

    .main-navigation {
        float: none
    }

    .main-navigation ul {
        display: none
    }

    .menu-toggle,
    .main-navigation.toggled ul {
        display: block
    }

    .main-navigation.toggled ul {
        margin: 0 0 15px;
        background: #f3f5fc
    }

    .main-navigation li {
        display: block;
        margin: 0;
        padding: 10px 15px;
        border-bottom: 1px solid rgba(0, 0, 0, .05)
    }

    .main-navigation li:last-child {
        border: none
    }

    .menu-toggle {
        background: none !important;
        border: 0 !important;
        font-size: 16px;
        color: #000;
        margin: 0 auto;
        text-shadow: none
    }

    .menu-toggle:before {
        font-family: fontawesome;
        display: inline-block;
        margin-right: 8px;
        position: relative
    }


    #secondary {
        margin: 30px 0 0;
        height: auto
    }
}

@media (max-width:767px) {
    .entry-content iframe {
        height: 300px
    }

    .entry-image {
        width: 100%;
        margin-right: 0
    }

    .foot-img img {
        margin: 10px 10px;
        max-width: 120px
    }

    article .content-wrap {
        padding-bottom: 30px
    }

    .gamesbox .gameshover {
        top: 16%
    }
}

@media (max-width:500px) {
    .gamesbox .gameshover {
        top: 23%
    }

    #slots .col-3,
    .slotcat .col-3,
    #news .col-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .titlelink {
        min-height: auto
    }

    .entry-content iframe {
        height: 250px
    }
}

@media (max-width:370px) {
    .entry-content iframe {
        height: 200px
    }

    .head-btn a.btn1,
    .foot-btn a.btn1 {
        margin-right: 0;
        margin-bottom: 15px;
        display: block
    }

    .head-btn a.btn2,
    .foot-btn a.btn2 {
        display: block
    }

    .gamesbox .gameshover {
        top: 18%
    }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url(../../../themes/casino/assets/fonts/fonts/fontello.eot);
    src: url('../../../themes/casino/assets/fonts/fonts/fontello.eot?#iefix') format('embedded-opentype'), url(../../../themes/casino/assets/fonts/fonts/fontello.woff2) format('woff2'), url(../../../themes/casino/assets/fonts/fonts/fontello.woff) format('woff'), url(../../../themes/casino/assets/fonts/fonts/fontello.ttf) format('truetype'), url('../../../themes/casino/assets/fonts/fonts/fontello.svg?#fontawesomeregular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-viber:before {
    content: '\e800'
}

.fa-search:before {
    content: '\e801'
}

.fa-right-open:before {
    content: '\e802'
}

.fa-cancel:before {
    content: '\e803'
}

.fa-quote:before {
    content: '\e804'
}

.fa-ok:before {
    content: '\e806'
}

.fa-right:before {
    content: '\e808'
}

.fa-left:before {
    content: '\e809'
}

.fa-circle:before {
    content: '\e80a'
}

.fa-at:before {
    content: '\e80b'
}

.fa-dot-3:before {
    content: '\e80c'
}

.fa-cancel-1:before {
    content: '\e80d'
}

.fa-ok-circle:before {
    content: '\e80e'
}

.fa-play-2:before {
    content: '\f00f'
}

.fa-twitter:before {
    content: '\f099'
}

.fa-facebook:before {
    content: '\f09a'
}

.fa-bars:before {
    content: '\f0c9'
}

.fa-angle-left:before {
    content: '\f104'
}

.fa-angle-right:before {
    content: '\f105'
}

.fa-angle-up:before {
    content: '\f106'
}

.fa-angle-down:before {
    content: '\f107'
}

.fa-skype:before {
    content: '\f17e'
}

.fa-vkontakte:before {
    content: '\f189'
}

.fa-paper-plane:before {
    content: '\f1d8'
}

.fa-whatsapp:before {
    content: '\f232'
}

.fa-user-circle-o:before {
    content: '\f2be'
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

html.with--no_scroll {
    overflow: hidden;
    margin-right: 17px
}

.popup__layout {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1000;
    will-change: top;
    opacity: .75;
    visibility: visible;
    -webkit-transition: opacity 300ms cubic-bezier(.2, 0, .2, 1), visibility 0ms 0ms;
    transition: opacity 300ms cubic-bezier(.2, 0, .2, 1), visibility 0ms 0ms
}

.popup__container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-perspective: 600px;
    perspective: 600px;
    z-index: 1001;
    text-align: center;
    visibility: visible;
    overflow-y: scroll;
    padding: 15px
}

.popup__container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.popup__body {
    background-color: #d5c0ac;
    pointer-events: auto;
    position: relative;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    -webkit-transition: all 300ms cubic-bezier(.2, 0, .2, 1), visibility 0ms 0ms;
    transition: all 300ms cubic-bezier(.2, 0, .2, 1), visibility 0ms 0ms;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    padding: 15px;
    max-width: 800px
}

.popup__body.mobile {
    background-color: #33302e !important;
    max-width: 340px
}

.popup__body a.btn1 {
    display: block;
    margin: 20px auto 10px;
    padding: 10px;
    max-width: 200px
}

.popup__close {
    position: absolute;
    font-size: 1.2rem;
    right: 0;
    top: 0;
    cursor: pointer;
    color: #fff;
    background: #000 url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTQgMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik02Ljk5OTk5IDUuNTg1MThMMi4wNTA4IDAuNjM1OTg2TDAuNjM2NTg1IDIuMDUwMkw1LjU4NTc3IDYuOTk5MzlMMC42MzUzNzYgMTEuOTQ5OEwyLjA0OTU5IDEzLjM2NEw2Ljk5OTk5IDguNDEzNkwxMS45NTAzIDEzLjM2MzlMMTMuMzY0NSAxMS45NDk3TDguNDE0MiA2Ljk5OTM5TDEzLjM2MzMgMi4wNTAyOUwxMS45NDkxIDAuNjM2MDc5TDYuOTk5OTkgNS41ODUxOFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPg==) 50% 50% no-repeat;
    background-size: 13px;
    width: 30px;
    height: 30px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.popup__close:hover {
    color: #fff;
    background: #000 url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTQgMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik02Ljk5OTk5IDUuNTg1MThMMi4wNTA4IDAuNjM1OTg2TDAuNjM2NTg1IDIuMDUwMkw1LjU4NTc3IDYuOTk5MzlMMC42MzUzNzYgMTEuOTQ5OEwyLjA0OTU5IDEzLjM2NEw2Ljk5OTk5IDguNDEzNkwxMS45NTAzIDEzLjM2MzlMMTMuMzY0NSAxMS45NDk3TDguNDE0MiA2Ljk5OTM5TDEzLjM2MzMgMi4wNTAyOUwxMS45NDkxIDAuNjM2MDc5TDYuOTk5OTkgNS41ODUxOFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPg==) 50% 50% no-repeat;
    background-size: 13px;
    width: 30px;
    height: 30px
}

.popup__heading {
    font-size: 18px;
    line-height: 21px;
    margin: 0 0 12px;
    color: #000;
    font-weight: 700;
    text-align: center
}

.promo__text {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto
}

.promo__image {
    margin: 30px auto 15px;
    display: block
}

.popup__heading__promo {
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    margin: 0 0 30px
}

@media (max-width:768px) {
    .popup__body {
        min-width: auto
    }

    .promo__image {
        margin-top: 10px
    }

    html.with--no_scroll {
        margin-right: 0
    }
}

.faq__block {
    background: #fff
}

.faq__block+.faq__block {
    margin-top: 5px
}

.faq__question:before {
    content: '';
    position: absolute;
    top: calc(50% - 8px);
    right: 13px;
    width: 10px;
    height: 10px;
    border-bottom: 3px solid #00a89d;
    border-left: 3px solid #00a89d;
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotate(-45deg);
    transition: all ease .3s;
    transform: rotateZ(-45deg)
}

.faq__question.open:before {
    transform: rotate(135deg)
}

label.faq__question {
    padding: 15px 15px !important;
    cursor: pointer;
    font-weight: 700;
    position: relative;
    display: block
}

.faq__answer {
    display: none;
    padding: 15px 15px 1px;
    border-top: 1px solid #f7f8fd
}

.faq__answer a {
    text-decoration: underline
}

.faq__answer a:hover {
    text-decoration: none
}

.fag-checkbox {
    position: absolute;
    left: -100vw
}

.fag-checkbox:checked~.faq__answer {
    display: block
}

.faq__answer {
    display: none
}