html, body {
    margin: 0;
    background: #fff;
    position: relative;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body, button, input, select, textarea {
    font-family: open sans, Merriweather, Georgia, serif;
    font-size: 15px;
    color: #1a1a1a;
    line-height: 1.75
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

picture img {
    border-radius: 14px;
    margin: 30px auto;
}

/*img {
    max-width: 100%
}*/

p, ul, ol {
    font-size: var(--normal-font-size);
    margin-bottom: 16px;
    line-height: 28px;
    text-align: start;
}

/*p {
    margin: 0 0 1.75em
}*/

dfn, cite, em, i {
    font-style: italic
}

blockquote {
    border: 0 solid #8a8d8a;
    border-left-width: 2px;
    border-right-width: 2px;
    color: #448;
    font-size: 16px;
    font-style: italic;
    line-height: 1.4;
    margin: 0 0 1.4em;
    padding: 15px 18px
}

@font-face {
    font-family: custom;
    src: url(./font/custom.eot?77516886);
    src: url(./font/custom.eot?77516886#iefix) format('embedded-opentype'), url(./font/custom.woff2?77516886) format('woff2'), url(./font/custom.woff?77516886) format('woff'), url(./font/custom.ttf?77516886) format('truetype'), url(./font/custom.svg?77516886#custom) format('svg');
    font-weight: 400;
    font-style: normal
}

[class^=icon-]:before, [class*=" icon-"]:before {
    font-family: custom;
    font-style: normal;
    font-weight: 400;
    speak: never;
    color: #444;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-star:before {
    content: '\e800'
}

.icon-info-circled:before {
    content: '\e801'
}

.icon-help-circled:before {
    content: '\e802'
}

.icon-ok:before {
    content: '\e803'
}

.icon-th-list:before {
    content: '\e804'
}

.icon-th-large:before {
    content: '\e805'
}

.icon-lock:before {
    content: '\e806'
}

.icon-home:before {
    content: '\e807'
}

.icon-bookmark:before {
    content: '\e808'
}

.icon-flag:before {
    content: '\e809'
}

.icon-forward:before {
    content: '\e80a'
}

.icon-credit-card:before {
    content: '\e80b'
}

.icon-gift:before {
    content: '\e80c'
}

.icon-money:before {
    content: '\f0d6'
}

.icon-mail-alt:before {
    content: '\f0e0'
}

.icon-mobile:before {
    content: '\f10b'
}

.icon-reply:before {
    content: '\f112'
}

.icon-link-ext-alt:before {
    content: '\f14c'
}

.icon-euro:before {
    content: '\f153'
}

.icon-dollar:before {
    content: '\f155'
}

.icon-rouble:before {
    content: '\f158'
}

.icon-bitcoin:before {
    content: '\f15a'
}

.icon-thumbs-up-alt:before {
    content: '\f164'
}

.icon-android:before {
    content: '\f17b'
}

.icon-bank:before {
    content: '\f19c'
}

.icon-toggle-on:before {
    content: '\f205'
}

.icon-user-secret:before {
    content: '\f21b'
}

.icon-hourglass-2:before {
    content: '\f252'
}

.row {
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
    flex-wrap: wrap
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    flex: auto;
    padding: 0 5px;
    box-sizing: border-box
}

.col-1 {
    max-width: 8.333333%;
    flex: 1 0 8.333333%
}

.col-2 {
    max-width: 16.666667%;
    flex: 1 0 16.666666%
}

.col-3 {
    max-width: 25%;
    flex: 1 0 25%
}

.col-4 {
    max-width: 33.333333%;
    flex: 1 0 33.333333%
}

.col-5 {
    max-width: 41.666667%;
    flex: 1 0 41.666667%
}

.col-6 {
    max-width: 50%;
    flex: 1 0 50%
}

.col-7 {
    max-width: 58.333333%;
    flex: 1 0 58.333333%
}

.col-8 {
    max-width: 66.666667%;
    flex: 1 0 66.666667%
}

.col-9 {
    max-width: 75%;
    flex: 1 0 75%
}

.col-10 {
    max-width: 83.333333%;
    flex: 1 0 83.333333%
}

.col-11 {
    max-width: 91.666667%;
    flex: 1 0 91.666667%
}

.col-12 {
    max-width: 100%;
    flex: 1 0 100%
}

@media (min-width: 421px) {
    .col-sm-3 {
        max-width: 25%;
        flex: 1 0 25%
    }

    .col-sm-4 {
        max-width: 33.33333%;
        flex: 1 0 33.33333%
    }

    .col-sm-5 {
        max-width: 41.666667%;
        flex: 1 0 41.666667%
    }

    .col-sm-6 {
        max-width: 50%;
        flex: 1 0 50%
    }

    .col-sm-7 {
        max-width: 58.333333%;
        flex: 1 0 58.333333%
    }
}

@media (min-width: 721px) {
    .col-md-3 {
        max-width: 25%;
        flex: 1 0 25%
    }

    .col-md-4 {
        max-width: 33.33333%;
        flex: 1 0 33.33333%
    }

    .col-md-5 {
        max-width: 41.666667%;
        flex: 1 0 41.666667%
    }

    .col-md-6 {
        max-width: 50%;
        flex: 1 0 50%
    }

    .col-md-7 {
        max-width: 58.333333%;
        flex: 1 0 58.333333%
    }

    .col-md-10 {
        max-width: 83.333333%;
        flex: 1 0 83.333333%
    }
}

@media (min-width: 961px) {
    .col-lg-3 {
        max-width: 25%;
        flex: 1 0 25%
    }

    .col-lg-4 {
        max-width: 33.33333%;
        flex: 1 0 33.33333%
    }

    .col-lg-6 {
        max-width: 50%;
        flex: 1 0 50%
    }

    .col-lg-10 {
        max-width: 83.333333%;
        flex: 1 0 83.333333%
    }
}

@media (max-width: 640px) {
    .hide-md-down {
        display: none
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.mob-visible {
    display: none
}

.align-middle {
    vertical-align: middle
}

.wrapper {
    background: url(./static/back-cubic.png) repeat center top;
    overflow: hidden
}

.align-center {
    text-align: center
}

.center {
    padding: 0 25px 0;
    max-width: 1200px;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, .22);
    border-radius: 2px
}

.header {
    background: url(static/head-back.png) repeat center top;
    background-size: 400px auto;
    position: relative;
    z-index: 4
}

.header .nav {
    max-width: 1160px;
    margin: 0 auto;
    padding: 8px 10px;
    display: flex;
    align-items: center
}

.header .sitelogo {
    flex-grow: 0;
    margin-right: 20px;
    border-radius: 3px;
    box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, .35), 0 4px 1px 1px rgba(0, 0, 70, .4);
    background: rgba(255, 255, 255, .98);
    margin-bottom: -30px;
    margin-top: -4px;
    border-radius: 7px
}

.header .sitelogo img {
    display: block;
    max-width: 100%
}

@media (max-width: 520px) {
    .header .sitelogo {
        width: 80px
    }
}

.header .mobmenu {
    display: none;
    background: url(mmenu.jpg) no-repeat center center;
    background-size: contain;
    width: 115px;
    height: 32px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, .95)
}

.header .menu {
    flex: 1 0 50%;
    display: flex
}

.header .nav-ul {
    jutify-content: center;
    padding: 0;
    margin: 0;
    display: flex
}

@media (max-width: 750px) {
    .header .sitelogo {
        margin-bottom: -10px;
        margin-top: -15px
    }

    .header .nav-fixed {
        height: 34px
    }

    .header .nav {
        position: fixed;
        z-index: 6;
        padding: 2px 10px 0;
        box-sizing: border-box;
        background: url(static/head-back.png) repeat center top;
        background-size: 300px;
        box-shadow: 0 0 3px 3px rgba(0, 0, 0, .3);
        width: 100%
    }

    .header .menu {
        justify-content: flex-end
    }

    .header .nav-ul {
        display: none;
        top: 100%;
        position: absolute;
        z-index: 25;
        box-shadow: 0 3px 20px rgba(10, 10, 10, .4);
        transition: all .24s
    }

    .header .nav-ul.open {
        display: block
    }

    .header .nav-ul li {
        margin: 0 0 1px
    }

    .header .nav-ul a {
        font-size: 1.07em;
        line-height: 1.66
    }

    .header .mobmenu {
        display: inline-block;
        text-indent: -9999px;
        justify-self: flex-end
    }

    .header .menu_item_dropdown {
        display: block;
        position: relative;
        top: 0
    }
}

.header .nav-ul li {
    list-style: none;
    padding: 0;
    margin: 0 8px 0 0
}

.header .nav-ul li:last-child {
    margin-right: 0
}

.header .nav-ul a {
    display: block;
    padding: 10px 6px;
    font-size: 1.05em;
    line-height: 1.1em;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, .35), 0 4px 1px 1px rgba(0, 0, 70, .4);
    background: rgba(255, 255, 255, .98);
    color: #006;
    font-weight: 700;
    text-decoration: none
}

.header .nav-ul .icon-star:before {
    color: inherit
}

.header .nav-ul a:hover {
    box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, .25), 0 2px 1px 1px rgba(0, 0, 70, .4)
}

.menu_item {
    position: relative
}

.menu_item_dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, .35), 0 4px 1px 1px rgba(0, 0, 70, .4);
    background: rgba(255, 255, 255, .98);
    min-width: calc(100% + 1px);
    padding: 9px 0;
    width: auto
}

.menu_item.open .menu_item_dropdown, .menu_item:hover .menu_item_dropdown {
    display: block
}

.header .menu_item_dropdown a {
    display: block;
    padding: 4px 6px;
    font-size: .96em;
    line-height: 24px;
    border: none;
    box-shadow: none;
    background: rgba(255, 255, 255, .98);
    color: #006;
    font-weight: 400;
    text-decoration: none
}

.header .menu_item_dropdown .icon-money {
    margin-right: 5px
}

.header .menu_item_dropdown a:hover {
    box-shadow: none;
    background: rgba(240, 240, 245, .5)
}

.content {
    padding: 25px 0
}

p {
    margin: 0 0 1em
}

ul, ol {
    margin: 0 0 1.75em 1.25em;
    padding: 0
}

h1, h2, h3 {
    text-align: center;
    color: #00a7e6;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 .33em;
    line-height: 1.32em
}

h1 {
    margin: 0 0 .4em
}

article a {
    color: #4aafe2
}

article img {
    height: auto;
    max-width: 100%;
    border-radius: 3px
}

h2:before, h3:before, h4:before {
    content: "!";
    font-weight: 700;
    display: inline-block;
    background: rgba(40, 40, 60, .06);
    font-size: 1.25em;
    width: 32px;
    height: 32px;
    vertical-align: center;
    text-align: center;
    line-height: 32px;
    border: 1px solid #d1d1d1;
    box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, .21);
    margin-right: 15px;
    margin-left: -5px;
    border-radius: 50%
}

.content p img {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1);
    border: 1px dashed rgba(70, 70, 50, .4);
    border-radius: 3px;
    max-width: 100%;
    height: auto
}

.casinos .title {
    font-size: 20px;
    line-height: 21px;
    display: flex;
    margin-bottom: 10px;
    align-items: center
}

.casinos .title .name {
    flex: 1 0 50%
}

.action-button {
    background: #f03010;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    box-shadow: 0 -5px 3px rgba(255, 255, 255, .3) inset, 0 5px 3px rgba(0, 0, 0, .2);
    line-height: 28px;
    padding: 4px 16px 7px;
    border-radius: 2px;
    vertical-align: middle;
    text-decoration: none;
    text-shadow: 0 2px 0 #7324;
    transition: color .16s, border .18s, background .16s;
    box-sizing: border-box
}

.casinos .title .action-button {
    flex: 1 0 50%
}

@media (max-width: 940px) {
    .casinos .title {
        font-size: 18px
    }

    .action-button {
        font-size: 19px
    }
}

.casinos .cas-wrap {
    text-align: center;
    padding: 5px 5px 3px;
    background: rgba(20, 20, 20, .03);
    border: 2px solid #e0e0fa;
    border-radius: 3px;
    height: 100%;
    box-sizing: border-box;
    margin-bottom: 0
}

.casinos > div {
    margin-bottom: 12px
}

.casinos .bonus {
    text-align: center;
    font-weight: 700;
    color: #b00;
    font-size: 1.1em;
    margin: 0 0 4px
}

.casinos .image {
    display: block;
    padding: 4px 0;
    box-shadow: 0 -5px 4px -4px rgba(0, 0, 0, .2) inset, 0 5px 4px -4px rgba(0, 0, 0, .2) inset;
    margin: 0 0 3px;
    background: url(static/back-cubic.png) repeat center top;
    background-size: 200px auto;
    border-radius: 4px 4px 0 0
}

.casinos .image img {
    border-radius: 2px;
    vertical-align: middle;
    max-width: 100%;
    width: 220px;
    height: auto;
    box-shadow: 0 0 10px 0 #00e;
    transition: all .27s
}

.casinos .image:hover img {
    box-shadow: 0 0 8px 0 #f0961c
}

.casinos .payicons {
    justify-content: center
}

.payicon {
    border: 1px solid rgba(60, 60, 60, .2);
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(20, 20, 20, .1) inset;
    text-align: center;
    flex-grow: 0;
    margin: 1px;
    display: flex;
    align-items: center;
    padding: 0
}

.details .payicon {
    display: inline-block;
    margin: 1px 2px;
    vertical-align: middle
}

.details .payicon img {
    vertical-align: middle
}

.casino-details .cas-logo {
    border-radius: 3px;
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, .12)
}

.casino-details .action-button {
    display: block;
    padding: 6px 14px 10px
}

.main-det {
    text-align: center
}

.casino-details .cas-logo {
    margin-bottom: 15px
}

@media (max-width: 640px) {
    .casino-details .cas-logo {
        margin-bottom: 5px
    }
}

.details {
}

.details td:first-child {
    font-weight: 700
}

.casino-details .bonus {
    font-size: 17px;
    padding: 5px 0;
    color: #a44;
    text-align: center
}

table, th, td {
    border: 1px solid #dbdbdb
}

table {
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    font-size: .97em;
    box-shadow: 2.5px 4.3px 5px rgba(0, 0, 0, .07), inset 0 0 0 2px #fff;
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    background: url(static/back-cubic.png) repeat center top;
    overflow: scroll
}

table tr {
    background: rgba(250, 250, 250, .7)
}

table tr:nth-child(2n+1) {
    background: #fafafb
}

td, th {
    border-width: 0 1px 1px 0;
    padding: 5px 7px
}

td p:last-child {
    margin-bottom: 0
}

.faq-list {
    padding: 20px 10px 10px;
    max-width: 1000px;
    margin: 0 auto;
    border-top: 1px dashed #bbb
}

.faq-list .title {
    font-size: 1.2em;
    font-weight: 700;
    text-align: center;
    display: block;
    margin: 0 0 10px
}

.faq-item {
    margin: 0 0 12px;
    border: 1px solid #999;
    border-radius: 3px
}

.faq-list .question {
    font-size: 1.3em;
    font-weight: 700;
    padding: 10px;
    background: rgba(30, 30, 30, .004);
    border-bottom: 1px dashed #ccc
}

.faq-list .question:before {
    content: "?";
    color: #b20;
    border-radius: 40%;
    box-shadow: inset -2px 1px 3px 0 rgba(0, 0, 0, .21);
    margin-right: 10px;
    margin-left: -10px
}

.faq-list .answer {
    font-size: 1.1em;
    padding: 10px 10px 10px 20px;
    color: #252;
    margin: 0
}

.footer {
    max-width: 1160px;
    margin: 15px auto;
    padding: 15px;
    background: rgba(250, 250, 250, .95);
    color: #555;
    text-align: center
}

footer img {
    vertical-align: middle
}

footer.site-footer {
    background: url(/wp-content/themes/binary/images/fbg.png) center top;
    padding: 20px 12px;
    color: #444;
    width: 100%;
    box-sizing: border-box;
    border-top: 2px solid #88a;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1)
}

.footer-nav .title {
    color: #cecece;
    text-transform: uppercase;
    margin-bottom: 15px
}

.site-footer a {
    color: #249
}

.site-footer .inner {
    max-width: 1200px;
    margin: 0 auto
}

.footer-menu {
    margin: 0 0 5px
}

.footer-menu li {
    list-style: none;
    display: inline-block;
    margin: 2px 5px
}

.footer-menu a {
    display: inline-block;
    padding: 2px 6px;
    background: #fff;
    border: 1px solid rgba()
}

.footer-menu a span {
    display: inline-block
}

.cc {
}

.cc .title {
    font-size: 1.37em;
    margin: 0 0 7px
}

.cc .c-t {
    border-radius: 3px;
    background: #fff;
    box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, .1);
    padding: 4px 6px;
    border: 1px solid #d1d1d1;
    color: #686868;
    width: 100%;
    box-sizing: border-box
}

.cc form {
    padding-left: 20px;
    margin-left: 15px;
    border-left: 2px solid #b16971;
    margin-bottom: 20px
}

.cc form .name {
    border-radius: 3px;
    border: 1px solid #d1d1d1;
    color: #686868;
    background: #fff;
    box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, .1);
    padding: 4px 6px;
    margin-right: 20px;
    max-width: 100%;
    box-sizing: border-box
}

.cc .submit {
    border-radius: 3px;
    border: 1px solid #d1d1d1;
    color: #333;
    padding: 1px 16px;
    font-size: 1.2em;
    cursor: pointer
}

.cc .submit img {
    vertical-align: middle
}

.ccs li {
    list-style: none;
    margin: 0 0 15px;
    padding: 5px
}

.ccs .text {
    border-radius: 3px;
    border: 1px solid #d1d1d1;
    color: #686868;
    padding: 8px 14px;
    margin: 0 0 10px
}

.ccs .name {
    font-weight: 700;
    display: inline-block;
    margin-right: 15px
}

.ccs .avatar {
    font-weight: 700;
    display: inline-block;
    background: rgba(40, 40, 60, .06);
    font-size: 1.2em;
    width: 32px;
    height: 32px;
    vertical-align: center;
    text-align: center;
    line-height: 32px;
    border: 1px solid #d1d1d1;
    box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, .2);
    margin-right: 15px;
    border-radius: 50%
}

.ccs .date {
    font-size: .96em;
    color: #779
}

.ccs .date img {
    margin-right: 5px
}

.totop {
    position: fixed;
    right: 15px;
    bottom: 15px;
    text-align: center;
    padding: 12px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 1px 5px 3px rgba(0, 0, 0, .3);
    display: none;
    cursor: pointer;
    color: #555
}

.totop.visible {
    display: block
}

.totop span {
    display: block;
    font-size: 1.4em;
    margin: -4px
}

.totop span:before {
    color: #555
}

.games .item {
    text-align: center;
    padding: 10px
}

.games .img {
    display: block;
    margin-bottom: 5px
}

.games .img img {
    width: 100%;
    display: block;
    border-radius: 5px
}

.casino-list {
    margin: 10px 0 20px;
    padding: 15px 0;
    border-top: 2px solid rgba(40, 40, 60, .3)
}

.casino-list li {
    list-style: none;
    margin-bottom: 10px
}

.casino-list img {
    vertical-align: middle;
    border-radius: 3px
}

@media (max-width: 900px) {
}

@media (max-width: 640px) {
    body {
        line-height: 1.55
    }

    .mob-hidden {
        display: none
    }

    .mob-visible {
        display: block
    }

    .totop {
        right: 5px;
        bottom: 5px;
        padding: 8px;
        border-radius: 4px
    }
}

@media (max-width: 520px) {
    .center {
        padding: 0 8px
    }

    h1 {
        font-size: 22px;
        line-height: 29px
    }

    h2 {
        font-size: 20px
    }

    h3 {
        font-size: 19px
    }
}