
   @font-face {
  font-family: "888";
  src: url('/en/css//fonts/888-thin-webfont.eot');
  src: url('/en/css//fonts/888-thin-webfont.eot') format("embedded-opentype"), url('/en/css//fonts/888-thin-webfont.woff') format("woff"), url('/en/css//fonts/888-thin-webfont.woff2') format("woff2"), url('/en/css//fonts/888-thin-webfont.ttf') format("truetype"), url('/en/css//fonts/888-thin-webfont.otf') format("opentype"), url('/en/css//fonts/888-thin-webfont.svg') format("svg");
  font-weight: 100;
  font-display: swap; 
}

@font-face {
  font-family: "888";
  src: url('/en/css//fonts/888-light-webfont.eot');
  src: url('/en/css//fonts/888-light-webfont.eot') format("embedded-opentype"), url('/en/css//fonts/888-light-webfont.woff') format("woff"), url('/en/css//fonts/888-light-webfont.woff2') format("woff2"), url('/en/css//fonts/888-light-webfont.ttf') format("truetype"), url('/en/css//fonts/888-light-webfont.otf') format("opentype"), url('/en/css//fonts/888-light-webfont.svg') format("svg");
  font-weight: 200;
  font-display: swap; 
}

@font-face {
font-family: '888';
src: url('/en/css//fonts/888-regular-webfont.woff') format('woff'),
url('/en/css//fonts/888-regular-webfont.svg') format('svg');
font-weight: 300;
}
@font-face {
font-family: '888';
src: url('/en/css//fonts/888-medium-webfont.woff') format('woff'),
url('/en/css//fonts/888-medium-webfont.svg') format('svg');
font-weight: 400;
}
@font-face {
font-family: '888';
src: url('/en/css//fonts/888-demibold-webfont.woff') format('woff'),
url('/en/css//fonts/888-demibold-webfont.svg') format('svg');
font-weight: 500;
}

@font-face {
font-family: '888';
src: url('/en/css//fonts/888-bold-webfont.woff') format('woff'),
url('/en/css//fonts/888-bold-webfont.svg') format('svg');
font-weight: 600;
}

@font-face {
font-family: '888';
src: url('/en/css//fonts/888-black-webfont.woff') format('woff'),
url('/en/css//fonts/888-black-webfont.svg') format('svg');
font-weight: 700;
}


   * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

#CookieMessageDiv {
    font-size: 12px !important;
    font-weight: 600 !important;
}

#CookieMessageDiv.bar .message_block {
    margin: 0 auto !important;
    width: 95% !important;
}

#CookieMessageDiv.bar .message_block div {
    flex: inherit !important;
    -webkit-box-flex: inherit !important;
    -webkit-flex: inherit !important;
    padding: 0 5px !important;
}

#CookieMessageDiv img.icon {
    max-width: 100% !important;
    height: auto !important;
    width: 20px !important;
}

.slick-slider {
    -webkit-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-initialized .slick-slide:active, .slick-initialized .slick-slide:focus {
    outline: 0;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

html, body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

html.no-scroll, body.no-scroll {
    overflow: hidden;
}

body {
    font-family: "888", verdana, sans-serif;
    overflow: hidden;
    position: relative;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.025rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
    background-color: #000000;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    /** Black background when the popups are opened **/
}

body .overlay {
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

body .overlay.show {
    z-index: 301;
    opacity: 0.85;
}

/*******************/

section:after, section:before, header:after, header:before, footer:before, footer:after, main:before, main:after, .main-carousal:before, .main-carousal:after {
    display: table;
    content: " ";
}

section:after, header:after, footer:before, main:after, .main-carousal:after {
    clear: both;
}

.no-padding {
    padding: 0;
}

.img-responsive {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

h1 h2, h3, h4, h5, h6, p, ul, li {
    font-family: "888", verdana, sans-serif;
}

p {
    margin: 1.25rem 0;
}

ul {
    margin: 0;
    padding-left: 1.66rem;
}

li {
    margin-bottom: 0.416rem;
}

a {
    color: inherit;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    opacity: 0.9;
}

a:hover, a:active, a:visited {
    color: inherit;
    text-decoration: none;
    outline: none;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.inner-content-text table, .inner-content-text tbody, .inner-content-text tfoot, .inner-content-text thead, .inner-content-text tr, .inner-content-text th, .inner-content-text td {
    border: 1px solid #232323;
    text-align: left !important;
    padding: 10px;
    vertical-align: middle;
    background-color: #fff;
    font-size: 1.04rem;
}

.inner-content-text th {
    background-color: #232323;
    color: #fff;
}

.inner-content-text li {
    padding: 0.416rem 0;
    font-size: 1.25rem;
}

b, strong {
    font-weight: 600;
}

.TextContent a {
    text-decoration: underline;
}

.casino-color {
    color: #7cf700;
}

.poker-color {
    color: #0b76d8;
}

.sport-color {
    color: #fe6601;
}

.ladies-color {
    color: #ff647a;
}

.light-grey-bg {
    background-color: #d2d2d2;
}

.posh-bingo-color {
    color: #ff0a0a;
}

#back-to-top {
    position: fixed;
    bottom: 1.25rem;
    right: 2.5rem;
    z-index: 299;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#back-to-top.show {
    opacity: 1;
}

#back-to-top:hover .back-to-top-text {
    opacity: 1;
}

#back-to-top .back-to-top-icon {
    position: relative;
    display: block;
    margin: auto;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: rgba(35, 35, 35, 0.7);
    color: #666666;
    cursor: pointer;
    border: 2px solid #666666;
    border-radius: 100px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#back-to-top .back-to-top-icon:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url("//images.images4us.com/888/EN/0-shell-sprite-1619692017851.png");
    background-repeat: no-repeat;
    background-position: -171px -165px;
    background-size: 707px 786px;
    width: 12px;
    height: 7px;
}

#back-to-top .back-to-top-icon:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

#back-to-top .back-to-top-text {
    display: block;
    margin-top: 10px;
    color: #666666;
    font-size: 1rem;
    font-weight: 500;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#back-to-top-Trigger {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: transparent;
    cursor: pointer;
}

/***/

.light-bg {
    background: -moz-radial-gradient(center, circle cover, #ffffff 0%, #f4f4f4 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffffff), color-stop(100%, #f4f4f4));
    background: -webkit-radial-gradient(center, circle cover, #ffffff 0%, #f4f4f4 100%);
    background: -o-radial-gradient(center, circle cover, #ffffff 0%, #f4f4f4 100%);
    background: -ms-radial-gradient(center, circle cover, #ffffff 0%, #f4f4f4 100%);
    background: radial-gradient(center, circle cover, #ffffff 0%, #f4f4f4 100%);
    background-color: #ffffff;
}

.light-bg .section-title {
    color: #000000;
}

.light-bg .section-title:after {
    background-color: #000000;
}

/** Dark Texture Background **/

.dark-tx-bg {
    position: relative;
    width: 100%;
    background: -moz-radial-gradient(center, circle cover, #000000 0%, #161616 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #000000), color-stop(100%, #161616));
    background: -webkit-radial-gradient(center, circle cover, #000000 0%, #161616 100%);
    background: -o-radial-gradient(center, circle cover, #000000 0%, #161616 100%);
    background: -ms-radial-gradient(center, circle cover, #000000 0%, #161616 100%);
    background: radial-gradient(center, circle cover, #000000 0%, #161616 100%);
    background-color: #000000;
    color: #ffffff;
}

.dark-tx-bg:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url("//images.images4us.com/888/EN/texture-1518520339701.png");
    width: 100%;
    height: 100%;
}

.dark-tx-bg .section-title {
    color: #ffffff;
}

.dark-tx-bg .section-title:after {
    background-color: #ffffff;
}

/** Dark Texture Background **/

.ladies-tx-bg {
    position: relative;
    width: 100%;
    background-color: #ffffff;
}

.ladies-tx-bg:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url("//images.images4us.com/888/EN/ladies-texture-1521559255908.png");
    width: 100%;
    height: 100%;
}

.ladies-tx-bg .section-title {
    color: #000000;
}

.ladies-tx-bg .section-title:after {
    background-color: #000000;
}

.container {
    position: relative;
    width: 100%;
    max-width: 100rem;
    padding: 0 1.25rem;
    margin: 0 auto;
}

.container-wide {
    width: 100%;
    /*padding: 0 1.25rem;*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

section {
    padding: 5.833rem 0;
}

.section-title, .general-title, h1 {
    position: relative;
    font-size: 3.334rem;
    font-weight: 700;
    width: 100%;
    line-height: normal;
    margin-bottom: 1.67rem;
    margin-top: 0;
}

.general-sub-title, h2 {
    font-size: 1.67rem;
    font-weight: 500;
}

.section-text, .general-text {
    font-size: 1.334rem;
    margin: 1.67rem 0;
}

.section-text.center, .general-text.center {
    text-align: center;
}

.section-text {
    font-size: 1.5rem;
    text-align: center;
}

.section-title {
    text-align: center;
    padding-bottom: 1.67rem;
    /** LIne under the title **/
}

.section-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 10.834rem;
    height: 0.416rem;
}

.section-title.light-color {
    color: #ffffff;
}

.section-title.light-color:after {
    background-color: #ffffff;
}

.section-title.dark-color {
    color: #000000;
}

.section-title.dark-color:after {
    background-color: #000000;
}

@media only screen and (max-width: 1480px) {
    html, body {
        font-size: 12px;
    }
}

@media only screen and (max-width: 1024px) {
    html, body {
        font-size: 12px;
    }
    html.no-scroll, html.top-fixed, body.no-scroll, body.top-fixed {
        height: 100%;
        position: relative;
    }
    body {
        -webkit-text-size-adjust: 100%;
        -moz-text-size-adjust: 100%;
    }
    #back-to-top {
        right: 0.834rem;
        bottom: 45px;
        bottom: 3.75rem;
    }
    #back-to-top .back-to-top-text {
        display: none;
    }
    a, a:visited {
        color: inherit;
    }
    a:active {
        text-decoration: underline;
    }
    /*.container, .container-wide {
        padding-left: calc(15px + constant(safe-area-inset-left));
        padding-left: calc(15px + env(safe-area-inset-left));
        padding-right: calc(15px + constant(safe-area-inset-right));
        padding-right: calc(15px + env(safe-area-inset-right));
    }*/
    section {
        padding: 2.5rem 0;
    }
    .section-title, .general-title, h1 {
        font-size: 2.5rem;
    }
    .section-text {
        font-size: 1.334rem;
    }
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
    #back-to-top {
        right: 1.25rem;
        bottom: 65px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title, .general-title, h1 {
        font-size: 2.083rem;
    }
    .general-sub-title {
        font-size: 1.334rem;
    }
    .section-text, .general-text {
        font-size: 1.167rem;
    }
}

.brand-bttn {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    border-style: solid;
    border-width: 2px;
    padding: 0.834rem 2.5rem;
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /*** Button Shape ***/
    /*** Button Style ***/
}

@media only screen and (max-width: 413px) {
    .brand-bttn {
        padding: 0.834rem 1.67rem;
    }
}

.brand-bttn.round {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
}

.brand-bttn.info-bttn-full {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #000000;
}

.brand-bttn.info-bttn-full:hover {
    background-color: #000000;
    color: #ffffff;
}

.brand-bttn.info-bttn-full:focus, .brand-bttn.info-bttn-full:active {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #000000;
}

.brand-bttn.info-bttn-strok {
    background-color: #000000;
    border-color: #ffffff;
    color: #ffffff;
}

.brand-bttn.info-bttn-strok:hover {
    background-color: #ffffff;
    color: #000000;
}

.brand-bttn.casino-bttn-strok {
    background-color: #000000;
    border-color: #7cf700;
    color: #7cf700;
}

.brand-bttn.casino-bttn-strok:hover {
    background-color: #7cf700;
    color: #000000;
}

.brand-bttn.casino-bttn-full {
    background-color: #7cf700;
    border-color: #7cf700;
    color: #000000;
}

.brand-bttn.casino-bttn-full:hover {
    background-color: #000000;
    color: #7cf700;
    text-decoration: none;
}

.brand-bttn.poker-bttn-strok {
    background-color: #000000;
    border-color: #0b76d8;
    color: #0b76d8;
}

.brand-bttn.poker-bttn-strok:hover {
    background-color: #0b76d8;
    color: #000000;
    text-decoration: none;
}

.brand-bttn.poker-bttn-full {
    background-color: #0b76d8;
    border-color: #0b76d8;
    color: #000000;
}

.brand-bttn.poker-bttn-full:hover {
    background-color: #000000;
    color: #0b76d8;
    text-decoration: none;
}

.brand-bttn.sport-bttn-strok {
    background-color: #000000;
    border-color: #fe6601;
    color: #fe6601;
}

.brand-bttn.sport-bttn-strok:hover {
    background-color: #fe6601;
    color: #000000;
    text-decoration: none;
}

.brand-bttn.sport-bttn-full {
    background-color: #fe6601;
    border-color: #fe6601;
    color: #000000;
}

.brand-bttn.sport-bttn-full:hover {
    background-color: #000000;
    color: #fe6601;
    text-decoration: none;
}

.brand-bttn.ladies-bttn-strok {
    background-color: #000000;
    border-color: #ff647a;
    color: #ff647a;
}

.brand-bttn.ladies-bttn-strok:hover {
    background-color: #ff647a;
    color: #000000;
    text-decoration: none;
}

.brand-bttn.ladies-bttn-full {
    background-color: #ff0080;
    border-color: #ff0080;
    color: #000000;
}

.brand-bttn.ladies-bttn-full:hover {
    background-color: #000000;
    color: #ff0080;
    text-decoration: none;
}

.brand-bttn.ladies-bttn-full-light {
    background-color: #ff0080;
    border-color: #ff0080;
    color: #ffffff;
}

.brand-bttn.ladies-bttn-full-light:hover {
    background-color: #ffffff;
    color: #ff0080;
    text-decoration: none;
}

.brand-bttn.posh-bingo-bttn-strok {
    background-color: #000000;
    border-color: #ff0a0a;
    color: #ff0a0a;
}

.brand-bttn.posh-bingo-bttn-strok:hover {
    background-color: #ff0a0a;
    color: #000000;
    text-decoration: none;
}

@media only screen and (max-width: 1024px) {
    .brand-bttn {
        /*** Button Style ***/
    }
    .brand-bttn.full-bttn:hover {
        background-color: #ffffff;
        border-color: #ffffff;
        color: #000000;
        text-decoration: none;
    }
    .brand-bttn.strok-bttn:hover {
        background-color: #000000;
        border-color: #ffffff;
        color: #ffffff;
        text-decoration: none;
    }
    .brand-bttn.casino-bttn-strok:hover {
        background-color: #000000;
        border-color: #7cf700;
        color: #7cf700;
        text-decoration: none;
    }
    .brand-bttn.casino-bttn-full:hover {
        background-color: #7cf700;
        border-color: #7cf700;
        color: #000000;
        text-decoration: none;
    }
    .brand-bttn.poker-bttn-strok:hover {
        background-color: #0b76d8;
        color: #000000;
        text-decoration: none;
    }
    .brand-bttn.poker-bttn-full:hover {
        background-color: #0b76d8;
        border-color: #0b76d8;
        color: #000000;
        text-decoration: none;
    }
    .brand-bttn.sport-bttn-strok:hover {
        background-color: #000000;
        border-color: #fe6601;
        color: #fe6601;
        text-decoration: none;
    }
    .brand-bttn.sport-bttn-full:hover {
        background-color: #fe6601;
        border-color: #fe6601;
        color: #000000;
        text-decoration: none;
    }
    .brand-bttn.ladies-bttn-strok:hover {
        background-color: #000000;
        border-color: #ff0080;
        color: #ff0080;
        text-decoration: none;
    }
    .brand-bttn.ladies-bttn-full:hover {
        background-color: #ff0080;
        border-color: #ff0080;
        color: #000000;
        text-decoration: none;
    }
    .brand-bttn.ladies-bttn-full-light:hover {
        background-color: #ff0080;
        border-color: #ff0080;
        color: #ffffff;
        text-decoration: none;
    }
    .brand-bttn.posh-bingo-bttn-strok:hover {
        background-color: #000000;
        border-color: #ff0a0a;
        color: #ff0a0a;
    }
}

.brand-bttn:focus {
    text-decoration: none;
}

.main-popup {
    position: fixed;
    z-index: 401;
    width: 54.167rem;
    height: 29.167rem;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #181818;
    border: 1px solid #232323;
    visibility: hidden;
    -webkit-transform: translate3d(0, -100vh, 0);
    -moz-transform: translate3d(0, -100vh, 0);
    -o-transform: translate3d(0, -100vh, 0);
    transform: translate3d(0, -100vh, 0);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.main-popup.show-popup {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.main-popup .close-popup {
    position: absolute;
    right: 5px;
    top: 5px;
    display: inline-block;
    background-image: url("//images.images4us.com/888/EN/0-shell-sprite-1619692017851.png");
    background-repeat: no-repeat;
    background-position: -243px -141px;
    background-size: 707px 786px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    text-decoration: none;
}

.main-popup .main-popup-logo-box {
    display: inline-block;
    width: 10rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-5rem);
    -ms-transform: translateY(-5rem);
    -o-transform: translateY(-5rem);
    transform: translateY(-5rem);
}

.main-popup .main-popup-title {
    font-size: 1.5rem;
    font-weight: 500;
    color: #d2d2d2;
    text-align: center;
    padding: 0 1.25rem;
    margin-bottom: 8.334rem;
    -webkit-transform: translateY(6.25rem);
    -ms-transform: translateY(6.25rem);
    -o-transform: translateY(6.25rem);
    transform: translateY(6.25rem);
}

.main-popup .main-popup-logo-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
    width: 100%;
    height: 100%;
}

.main-popup .brand-bttn {
    font-size: 1.083rem;
    min-width: 8.334rem;
    line-height: 1;
}

.main-popup .brand-logo-inner-circle {
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-popup .brand-logo-inner-circle:hover {
    box-shadow: 0 0 3px #666666, inset 0 0 3px #666666;
}

@media only screen and (max-width: 1024px) {
    .main-popup {
        width: 100%;
        height: 100vh;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .main-popup .close-popup {
        background-position: -284px -146px;
        width: 28px;
        height: 28px;
        top: 15%;
        right: 5%;
    }
    .main-popup .main-popup-logo-box {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        position: relative;
        display: block;
        margin: 0;
    }
    .main-popup .main-popup-title {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        margin: 1.67rem 0;
    }
    .main-popup .main-popup-logo-row {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: auto;
        margin-top: 0.834rem;
    }
    .main-popup .brand-logo-holder {
        display: block;
    }
    .main-popup .brand-logo-box {
        margin: 0 1.67rem;
    }
}

@media only screen and (max-height: 375px) and (min-width: 812px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
    .main-popup .main-popup-title {
        margin: 0 0 0.834rem;
    }
    .main-popup .main-popup-logo-row {
        margin-top: 0.416rem;
    }
    .main-popup .brand-bttn {
        display: none;
    }
}

@media only screen and (max-width: 812px) and (orientation: landscape) {
    .main-popup .main-popup-title {
        margin: 0 0 0.834rem;
    }
    .main-popup .main-popup-logo-row {
        margin-top: 0.416rem;
    }
    .main-popup .brand-bttn {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .main-popup .main-popup-title {
        font-size: 1.166rem;
    }
    .main-popup .brand-logo-box {
        margin: 0 2px;
    }
    .main-popup .brand-bttn {
        display: none;
    }
}

.main-nav {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 300;
    height: 5.416rem;
    width: 100%;
    background-color: #000000;
    padding: 0 2.5rem;
}

.main-nav .main-nav-logo {
    display: inline-block;
    vertical-align: middle;
    line-height: 5.416rem;
    background-image: url("//images.images4us.com/888/EN/0-shell-sprite-1619692017851.png");
    background-repeat: no-repeat;
    background-position: -69px -10px;
    background-size: 707px 786px;
    width: 60px;
    height: 44px;
    position: relative;
}

.main-nav .mobile-menu-bttn {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .main-nav {
        width: 100%;
        display: block;
        padding: 0 1.25rem;
        border-bottom: 1px solid #232323;
        padding-left: calc(10px + constant(safe-area-inset-left));
        padding-left: calc(10px + env(safe-area-inset-left));
        padding-right: calc(10px + constant(safe-area-inset-right));
        padding-right: calc(10px + env(safe-area-inset-right));
    }
    .main-nav.open {
        height: 100%;
        background-color: transparent;
    }
    .main-nav.open:after {
        content: "";
        position: fixed;
        position: absolute;
        width: 100%;
        height: 5.416rem;
        top: 0;
        left: 0;
        background-color: #000000;
    }
    .main-nav .main-nav-logo {
        position: absolute;
        z-index: 300;
        left: 0;
        right: 0;
        top: 1.083rem;
        margin: auto;
    }
    .main-nav .mobile-menu-bttn {
        z-index: 301;
        display: inline-block;
        width: 35px;
        height: 35px;
        background-color: #181818;
        border: 1px solid #1f1f1f;
        position: relative;
        top: 1.25rem;
        /* Burger Animation */
        /** When The Menu Opened **/
        /******/
    }
    .main-nav .mobile-menu-bttn .line {
        display: block;
        position: absolute;
        height: 4px;
        width: 25px;
        background: #ffffff;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        right: 0;
        margin: auto;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .main-nav .mobile-menu-bttn .line:nth-child(1) {
        top: 7px;
    }
    .main-nav .mobile-menu-bttn .line:nth-child(2) {
        top: 14px;
    }
    .main-nav .mobile-menu-bttn .line:nth-child(3) {
        top: 21px;
    }
    .main-nav .mobile-menu-bttn.open .line:nth-child(1) {
        top: 14px;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .main-nav .mobile-menu-bttn.open .line:nth-child(2) {
        opacity: 0;
        left: -60px;
    }
    .main-nav .mobile-menu-bttn.open .line:nth-child(3) {
        top: 14px;
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
}

.main-content {
    display: block;
    position: relative;
    padding-top: 5.416rem;
    width: 100%;
    overflow: hidden;
    color: #000000;
    background: -moz-radial-gradient(center, circle cover, #ffffff 0%, #f4f4f4 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffffff), color-stop(100%, #f4f4f4));
    background: -webkit-radial-gradient(center, circle cover, #ffffff 0%, #f4f4f4 100%);
    background: -o-radial-gradient(center, circle cover, #ffffff 0%, #f4f4f4 100%);
    background: -ms-radial-gradient(center, circle cover, #ffffff 0%, #f4f4f4 100%);
    background: radial-gradient(center, circle cover, #ffffff 0%, #f4f4f4 100%);
    background-color: #ffffff;
}

@media only screen and (max-width: 1024px) {
    .main-content {
        margin-top: 5.416rem;
        padding: 0;
        -webkit-transition: transform 0.3s ease;
        -moz-transition: transform 0.3s ease;
        -ms-transition: transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
    }
    .main-content.transform-right {
        -webkit-transform: translate3d(22.5rem, 0, 0);
        -moz-transform: translate3d(22.5rem, 0, 0);
        -o-transform: translate3d(22.5rem, 0, 0);
        transform: translate3d(22.5rem, 0, 0);
        z-index: 0;
        overflow: hidden;
    }
}

.main-footer {
    width: 100%;
    position: relative;
    background-color: #000000;
    z-index: 100;
    overflow: hidden;
}

.main-footer .footer-license {
    width: 100%;
    padding: 0.834rem 0;
}

#footerLicense p {
    font-size: 1rem;
    color: #666666;
    font-weight: 600;
    text-align: center;
}

.main-footer .footer-license-text a {
    text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
    .main-footer {
        -webkit-transition: transform 0.3s ease;
        -moz-transition: transform 0.3s ease;
        -ms-transition: transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
    }
    .main-footer.transform-right {
        -webkit-transform: translate3d(22.5rem, 0, 0);
        -moz-transform: translate3d(22.5rem, 0, 0);
        -o-transform: translate3d(22.5rem, 0, 0);
        transform: translate3d(22.5rem, 0, 0);
        z-index: 0;
        white-space: nowrap;
        overflow: hidden;
    }
}

.lang-switch-mobile {
    display: none;
}

.lang-switch-dropdown {
    position: absolute;
    right: 0;
    top: 5.416rem;
    background-color: #181818;
    width: 25rem;
    border: 1px solid #232323;
    border-top: 0;
    text-align: left;
    padding: 0 1.67rem;
    visibility: hidden;
    max-height: 0;
    opacity: 0;
    cursor: default;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.lang-switch-dropdown.show {
    max-height: 41.667rem;
    opacity: 1;
    padding: 1.67rem;
    visibility: visible;
}

.lang-switch-dropdown .languagesTitle, .lang-switch-dropdown .countriesTitle {
    font-size: 1.167rem;
    width: 100%;
    color: #d2d2d2;
    font-weight: 500;
    float: left;
    margin: 0.834rem 0;
    padding: 0;
}

.languagesList, .countriesList {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 0.416rem;
    list-style-type: none;
    margin-bottom: 0.834rem;
    padding-bottom: 0.834rem;
}

.languagesList {
    border-bottom: 1px solid #232323;
}

.languageLink, .countryLink {
    display: inline-block;
    width: 50%;
    float: left;
    font-size: 1.083rem;
    font-weight: 500;
    color: #666666;
    vertical-align: middle;
    line-height: 2.5;
    margin: 0;
}

.languageLink a, .countryLink a {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.languageLink a:hover, .countryLink a:hover {
    color: #ffffff;
}

/*** Media Query ***/

@media only screen and (max-width: 1024px) {
    .lang-switch-mobile {
        display: block;
        position: relative;
        width: 100%;
        border-bottom: 1px solid #232323;
    }
    .lang-switch-mobile .lang-switch-dropdown {
        position: relative;
        opacity: 1;
        visibility: visible;
        transform: none;
        border: 0;
        left: 0;
        top: 0;
        right: auto;
        width: 100%;
        padding: 0;
        padding-left: 1.67rem;
        max-height: 0;
        height: 0;
        overflow: hidden;
        margin-left: 0;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    .lang-switch-mobile .lang-switch-dropdown.show {
        max-height: 100%;
        height: auto;
    }
    .lang-switch-mobile .lang-switch-dropdown .languagesTitle, .lang-switch-mobile .lang-switch-dropdown .countriesTitle {
        padding-top: 0.834rem;
    }
    .lang-switch-mobile .languagesList, .lang-switch-mobile .countriesList {
        margin-bottom: 0;
    }
    .lang-switch-mobile .languageLink a:hover, .lang-switch-mobile .countryLink a:hover {
        color: #ffffff;
    }
}

/*** Menu ***/

.main-nav-menu {
    display: inline-block;
    vertical-align: middle;
}

.main-nav-menu .main-nav-menu-list {
    list-style-type: none;
    margin: 0;
    padding-left: 3.334rem;
}

.main-nav-menu .main-nav-menu-item {
    display: inline-block;
    position: relative;
    margin: 0;
    cursor: pointer;
    background-color: transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-nav-menu .main-nav-menu-item:hover {
    background-color: #181818;
}

.main-nav-menu .main-nav-menu-item:hover .main-nav-menu-link {
    color: #ffffff;
}

.main-nav-menu .main-nav-menu-link {
    display: inline-block;
    font-size: 1.167rem;
    font-weight: 500;
    color: #d2d2d2;
    padding: 0 1.67rem;
    line-height: 5.416rem;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.main-nav-menu .login-mobile, .main-nav-menu .lang-mobile, .main-nav-menu .support-mobile {
    display: none;
}

/***/

@media only screen and (max-width: 1024px) {
    .main-nav-menu>a {
        border-top: 1px solid #232323;
        border-bottom: 1px solid #232323;
    }
    .main-nav-menu>a:first-child, .main-nav-menu>a:last-child {
        border-top: 0;
    }
    .main-nav-menu>a:last-child {
        border-bottom: 0;
    }
    .main-nav-menu {
        position: fixed;
        left: 0;
        top: 0;
        padding-top: 5.416rem;
        padding-bottom: 5.416rem;
        background-color: #000000;
        height: 100%;
        width: 0;
        -webkit-transform: translate3d(-22.5rem, 0, 0);
        -moz-transform: translate3d(-22.5rem, 0, 0);
        -o-transform: translate3d(-22.5rem, 0, 0);
        transform: translate3d(-22.5rem, 0, 0);
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        padding-left: calc(10px + constant(safe-area-inset-left));
        padding-left: calc(10px + env(safe-area-inset-left));
        padding-right: calc(10px + constant(safe-area-inset-right));
        padding-right: calc(10px + env(safe-area-inset-right));
    }
    .main-nav-menu.open {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        width: 100%;
        padding-top: 5.416rem;
        padding-bottom: 5.416rem;
    }
    .main-nav-menu .main-nav-menu-list {
        padding-left: 0;
        border-top: 5px solid #181818;
        border-bottom: 5px solid #181818;
    }
    .main-nav-menu .main-nav-menu-item {
        -webkit-transition-property: none;
        -moz-transition-property: none;
        -o-transition-property: none;
        transition-property: none;
    }
    .main-nav-menu .main-nav-menu-item {
        display: block;
        border-top: 1px solid #232323;
    }
    .main-nav-menu .main-nav-menu-item:last-child {
        border-bottom: 1px solid #232323;
    }
    .main-nav-menu .main-nav-menu-item:hover {
        background-color: inherit;
    }
    .main-nav-menu .main-nav-menu-item:active {
        background-color: #232323;
    }
    .main-nav-menu .login-mobile, .main-nav-menu .lang-mobile, .main-nav-menu .support-mobile {
        color: #d2d2d2;
        position: relative;
        margin-left: 0;
    }
    .main-nav-menu .lang-mobile, .main-nav-menu .support-mobile {
        display: block;
    }
    .main-nav-menu .main-nav-menu-link {
        position: relative;
        line-height: 4.58rem;
        color: #ffffff;
        padding-left: 5rem;
        white-space: nowrap;
        text-decoration: none;
        width: 100%;
    }
    .main-nav-menu .main-nav-menu-link.lang-mobile {
        padding: 0;
        height: 4.58rem;
    }
    .main-nav-menu .main-nav-menu-link.lang-mobile .current-language {
        display: block;
        width: 100%;
        padding-left: 5rem;
        z-index: 500000;
        /* height: 5.5rem; */
        position: absolute;
    }
    .main-nav-menu .main-nav-menu-link:hover, .main-nav-menu .main-nav-menu-link:focus {
        text-decoration: none;
        outline: 0;
    }
    .main-nav-menu .main-nav-menu-link:before, .main-nav-menu .main-nav-menu-link:after {
        content: "";
        position: absolute;
        left: 1.67rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        background-image: url("//images.images4us.com/888/EN/0-shell-sprite-1619692017851.png");
        background-size: 707px 786px;
        background-repeat: no-repeat;
        width: 23px;
        height: 23px;
    }
    .main-nav-menu .main-nav-menu-link.casino-link:before {
        background-position: -428px -151px;
    }
    .main-nav-menu .main-nav-menu-link.poker-link:before {
        background-position: -402px -151px;
    }
    .main-nav-menu .main-nav-menu-link.sport-link:before {
        background-position: -376px -151px;
    }
    .main-nav-menu .main-nav-menu-link.ladies-link:before {
        background-position: -350px -151px;
    }
    .main-nav-menu .main-nav-menu-link.about-link:before {
        background-position: -323px -151px;
    }
    .main-nav-menu .main-nav-menu-link.promotion-link:before {
        background-position: -323px -151px;
    }
    .main-nav-menu .main-nav-menu-link.login-mobile:before {
        background-position: -202px -136px;
    }
    .main-nav-menu .main-nav-menu-link.support-mobile:before {
        background-position: -141px -135px;
    }
    .main-nav-menu .main-nav-menu-link.lang-mobile:before {
        background-position: -174px -136px;
    }
    .main-nav-menu .main-nav-menu-link.lang-mobile:after {
        background-position: -226px -165px;
        float: right;
        width: 12px;
        height: 7px;
        right: 1.67rem;
        left: auto;
        top: 2.083rem;
        transform: none;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .main-nav-menu .main-nav-menu-link.lang-mobile.open:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@media only screen and (max-width: 767px) {
    .main-nav-menu .login-mobile {
        display: block;
    }
}

.main-nav-buttons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    float: right;
    height: 5.416rem;
}

.main-nav-buttons .brand-bttn {
    font-size: 1.083rem;
    margin: 0 0.416rem;
    line-height: 1;
}

.main-nav-buttons .lang-bttn, .main-nav-buttons .support-bttn {
    position: relative;
    height: 5.416rem;
    width: 5.416rem;
    border-right: 1px solid #232323;
    border-left: 1px solid #232323;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.main-nav-buttons .lang-bttn:hover, .main-nav-buttons .lang-bttn.active, .main-nav-buttons .support-bttn:hover, .main-nav-buttons .support-bttn.active {
    background-color: #181818;
}

.main-nav-buttons .lang-bttn {
    border-left: 0;
    margin-right: 1.67rem;
    text-align: center;
    /* Arrow Language when open*/
}

.main-nav-buttons .lang-bttn .current-language {
    position: relative;
    line-height: 5.416rem;
    font-size: 1.167rem;
    font-weight: 500;
    color: #d2d2d2;
    display: inline-block;
    width: 100%;
    padding-right: 5px;
    /* Arrow Language */
}

.main-nav-buttons .lang-bttn .current-language:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url("//images.images4us.com/888/EN/0-shell-sprite-1619692017851.png");
    background-repeat: no-repeat;
    background-position: -207px -166px;
    background-size: 707px 786px;
    width: 10px;
    height: 7px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

@-moz-document url-prefix() {
    .main-nav-buttons .lang-bttn .current-language:after {
        top: 3px;
    }
}

.main-nav-buttons .lang-bttn.active .current-language:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    top: -5px;
}

@-moz-document url-prefix() {
    .main-nav-buttons .lang-bttn.active .current-language:after {
        top: 0;
    }
}

.main-nav-buttons .support-bttn-icon {
    background-image: url("//images.images4us.com/888/EN/0-shell-sprite-1619692017851.png");
    background-repeat: no-repeat;
    background-size: 707px 786px;
    display: block;
    cursor: pointer;
    width: 23px;
    height: 23px;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.main-nav-buttons .support-bttn-icon {
    background-position: -141px -135px;
}

@media only screen and (max-width: 1024px) {
    .main-nav-buttons {
        position: relative;
        display: inline-block;
        z-index: 301;
        height: auto;
        top: 1.25rem;
    }
    .main-nav-buttons .lang-bttn, .main-nav-buttons .support-bttn {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .main-nav-buttons .login-bttn {
        display: none;
    }
}

/*** Payments Slider Style ***/

.slick-list.draggable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.footer-payment-strip {
    /* Custom Arrow */
}

.footer-payment-strip .slick-slider {
    text-align: center;
    position: relative;
    width: 95%;
    margin: auto;
}

.footer-payment-strip .slick-slide:hover, .footer-payment-strip .slick-slide:focus, .footer-payment-strip .slick-slide:active, .footer-payment-strip .slick-slide:visited {
    outline: 0;
    outline: none;
}

.footer-payment-strip .slick-list:before, .footer-payment-strip .slick-list:after {
    content: "";
    z-index: 2;
    position: absolute;
    right: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background-color: #181818;
    box-shadow: -3px 0px 6px #080808, inset 8px 0px 17px #171717;
}

.footer-payment-strip .slick-list:after {
    left: 0;
    right: auto;
    box-shadow: 3px 0px 6px #080808, inset -8px 0px 17px #171717;
}

.footer-payment-strip .prev, .footer-payment-strip .next {
    color: #999;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    width: 45px;
    height: 100%;
    left: 0em;
    font-size: 1.5em;
}

.footer-payment-strip .prev :hover, .footer-payment-strip .next :hover {
    cursor: pointer;
}

.footer-payment-strip .next {
    right: 0em;
    left: auto;
}

.footer-payment-strip .prev-icon, .footer-payment-strip .next-icon {
    position: absolute;
    background-image: url("//images.images4us.com/888/EN/0-shell-sprite-1619692017851.png");
    background-repeat: no-repeat;
    background-position: -226px -137px;
    background-size: 707px 786px;
    width: 11px;
    height: 21px;
    cursor: pointer;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.footer-payment-strip .next.slick-arrow.slick-disabled, .footer-payment-strip .prev.slick-arrow.slick-disabled {
    opacity: 0.4;
}

.footer-payment-strip .next.slick-arrow.slick-disabled .prev-icon, .footer-payment-strip .next.slick-arrow.slick-disabled .next-icon, .footer-payment-strip .prev.slick-arrow.slick-disabled .prev-icon, .footer-payment-strip .prev.slick-arrow.slick-disabled .next-icon {
    cursor: default;
}

.footer-payment-strip .next-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media only screen and (max-width: 1024px) {
    .footer-payment-strip {
        padding-left: calc(15px + constant(safe-area-inset-left));
        padding-left: calc(15px + env(safe-area-inset-left));
    }
    .footer-payment-strip .slick-slider {
        width: 90%;
    }
    .footer-payment-strip .prev {
        left: 0.8rem;
        padding-left: calc(30px + constant(safe-area-inset-left));
        padding-left: calc(30px + env(safe-area-inset-left));
    }
    .footer-payment-strip .next {
        right: 0.8rem;
    }
}

@media only screen and (max-width: 767px) {
    .footer-payment-strip .slick-slider {
        width: 80%;
    }
    .footer-payment-strip .prev {
        left: 3px;
    }
    .footer-payment-strip .next {
        right: 3px;
    }
}

/*** Payments Slider Strip ***/

.footer-payment-strip {
    position: relative;
    background-color: #181818;
    padding: 0;
    overflow: hidden;
}

.footer-payment-strip:focus {
    outline: 0;
    outline: none;
}

.footer-payment-strip .container {
    position: relative;
}

.payment-item-link {
    display: inline-block;
    margin: 0.416rem;
    text-indent: -9000px;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
    background-image: url("//images.images4us.com/888/EN/0-shell-sprite-1619692017851.png");
    background-repeat: no-repeat;
    background-size: 707px 786px;
    width: 111px;
    height: 44px;
}

.payment-item-link:focus, .payment-item-link:active {
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
}

.payment-item-link:focus {
    outline: 0;
}

.payment-item-link.visa {
    background-position: -10px -346px;
}

.payment-item-link.mastercard {
    background-position: -247px -346px;
}

.payment-item-link.neteller {
    background-position: -129px -449px;
}

.payment-item-link.entropay {
    background-position: -10px -398px;
}

.payment-item-link.webmoney {
    background-position: -10px -449px;
}

.payment-item-link.bank-transfer {
    background-position: -247px -449px;
}

.payment-item-link.apple-pay {
    background-position: -10px -501px;
}

.payment-item-link.payr {
    background-position: -129px -398px;
}

.payment-item-link.astropay {
    background-position: -247px -398px;
}

.footer-site-map {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
    padding: 2.5rem 0;
    /*** Open the Accordion in Mobile view */
}

.footer-site-map a {
    text-decoration: none;
}

.footer-site-map .site-map-group {
    position: relative;
}

.footer-site-map input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.footer-site-map .site-map-group-title {
    display: block;
    font-size: 1.166rem;
    color: #666666;
    font-weight: 600;
    margin: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-site-map .site-map-group-title:hover {
    color: #ffffff;
}

.footer-site-map .site-map-group-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-site-map .site-map-group-item {
    margin: 0;
}

.footer-site-map .site-map-link {
    display: block;
    font-size: 1rem;
    color: #666666;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-site-map .site-map-link:hover {
    color: #ffffff;
}

@media only screen and (max-width: 1024px) {
    .footer-site-map {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 1.25rem 0;
        /* :checked  - open the site map group list */
        /*** Animation Opening the Accordion **/
        /******************/
    }
    .footer-site-map .site-map-group {
        width: 100%;
        border-bottom: 1px solid #181818;
    }
    .footer-site-map .site-map-group-title {
        color: #d2d2d2;
        margin: 0;
        cursor: pointer;
        line-height: 4.167rem;
        padding-left: 0.834rem;
        font-size: 1.083rem;
    }
    .footer-site-map .site-map-group-title:hover {
        color: #d2d2d2;
    }
    .footer-site-map .site-map-group-list {
        max-height: 0;
        overflow: hidden;
        margin: 0;
        padding: 0 0.834rem;
        background-color: #181818;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    .footer-site-map input:checked~.site-map-group-list {
        max-height: 500px;
        opacity: 1;
        padding: 0.834rem;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
    .footer-site-map label:after {
        position: absolute;
        right: 20px;
        top: 25px;
        display: block;
        width: 10px;
        height: 10px;
        line-height: 10px;
        font-size: 1.67rem;
        font-weight: 300;
        text-align: center;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .footer-site-map input[type=checkbox]+label::after {
        content: "";
        background-image: url("//images.images4us.com/888/EN/0-shell-sprite-1619692017851.png");
        background-repeat: no-repeat;
        background-position: -226px -165px;
        background-size: 707px 786px;
        width: 12px;
        height: 7px;
    }
    .footer-site-map input[type=checkbox]:checked+label::after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .footer-site-map .site-map-link {
        color: #d2d2d2;
        line-height: 2;
    }
    .footer-site-map .site-map-link:hover {
        color: #d2d2d2;
        text-decoration: underline;
    }
}

.footer-banners, .footer-banner-holder {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin: 0 1.67rem;
}

.footer-banner-holder {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 1.67rem 1.67rem;
    width: 100%;
}

.footer-banner-box .brand-terms-box {
    display: none;
}

.footer-banners .brand-terms-box {
    max-width: 100%;
    font-size: 10px;
    padding-top: 0.416rem;
    background: #0c0c0c;
    border: 1px solid #181818;
}

.footer-banners .brand-content-box {
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
    padding: 0;
}

.footer-banners .brand-content-box .brand-name-title {
    display: none;
}

.footer-banners .brand-content-box .brand-small-title {
    font-size: 1.8em;
    font-weight: 300;
}

.footer-banners .brand-content-box .brand-large-title {
    font-size: 2.8em;
    font-weight: 700;
}

.footer-banners .brand-content-box .brand-medium-title {
    font-size: 1.8em;
    font-weight: 500;
}

.footer-banners .brand-content-box .brand-bttn {
    margin-top: 1em;
    font-size: 1.3em;
    white-space: nowrap;
    padding:0.834rem;
}

.footer-banner-box {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    border: 1px solid #181818;
    width: 100%;
    height: 16.7rem;
    overflow: hidden;
    padding: 0.416rem;
}

.footer-banner-holder .tncLink {
    display: inline-block
}

.footer-banner-box.casino {
    background: #000000;
    background: -webkit-linear-gradient(top, #000000, #132500, #000000);
    background: -moz-linear-gradient(top, #000000, #132500, #000000);
    background: linear-gradient(to bottom, #000000, #132500, #000000);
}

.footer-banner-box.poker {
    background: #000000;
    background: -webkit-linear-gradient(top, #000000, #010f17, #000000);
    background: -moz-linear-gradient(top, #000000, #010f17, #000000);
    background: linear-gradient(to bottom, #000000, #010f17, #000000);
}

.footer-banner-box .footer-banner-box-image {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: auto 18.334rem;
    background-repeat: no-repeat;
    background-position: 50% center;
}

.footer-banner-box .footer-banner-box-text {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.footer-banner-box .log-terms-links-item {
    color: #d2d2d2;
    font-size: 1rem;
    cursor: pointer;
}

.footer-banner-box .log-terms-links-item:hover {
    color: #ffffff;
}

.footer-banner-box .log-terms-links-item:after {
    background-color: #d2d2d2;
}

@media only screen and (max-width: 1480px) {
    .footer-banners .brand-content-box {
        font-size: 9px;
    }
}

@media only screen and (max-width: 1024px) {
    .footer-banners {
        margin: 0;
    }
    .footer-banner-holder {
        margin: 0.834rem 0.834rem 0;
    }
    .footer-banner-box .footer-banner-box-image {
        display: none;
    }
    .footer-banner-box .footer-banner-box-text {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .footer-banners {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer-banner-box {
        margin: 0.834rem 0.834rem 0;
        width: 100%;
    }
}

.footer-partners {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    text-align: center;
    padding: 1rem 0;
}

.footer-partners-item {
    display: inline-block;
    position: relative;
    text-indent: -9000px;
width: 60px;
    height: 50px;
    margin: 0 0.834rem;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-partners-item:before, .footer-partners-item:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url("//images.images4us.com/888/EN/0-shell-sprite-1619692017851.png");
    background-repeat: no-repeat;
    background-size: 707px 786px;
    opacity: 0.8;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.footer-partners-item:after {
    opacity: 0;
}

.footer-partners-item:hover:before {
    opacity: 0;
}

.footer-partners-item:hover:after {
    opacity: 1;
}

.footer-partners-item.casino:before, .footer-partners-item.casino:after {
    background-position: -393px -55px;
    width: 60px;
    height: 50px;
}

.footer-partners-item.casino:after {
    background-position: -393px -3px;
}

.footer-partners-item.poker:before, .footer-partners-item.poker:after {
    background-position: -328px -55px;
    width: 60px;
    height: 50px;
}

.footer-partners-item.poker:after {
    background-position: -328px -3.5px;
}

.footer-partners-item.sport:before, .footer-partners-item.sport:after {
    background-position: -266px -55px;
    width: 60px;
    height: 50px;
}

.footer-partners-item.sport:after {
    background-position: -266px -3px;
}

.footer-partners-item.games:before, .footer-partners-item.games:after {
    background-position: -138px -53px;
    width: 60px;
    height: 50px;
}

.footer-partners-item.games:after {
    background-position: -138px -2px;
}

.footer-partners-item.ladies:before, .footer-partners-item.ladies:after {
    background-position: -204px -53px;
    width: 60px;
    height: 50px;
}

.footer-partners-item.ladies:after {
    background-position: -204px -2px;
}

@media only screen and (max-width: 1024px) {
    .footer-partners .footer-partners-item:hover:before {
        opacity: 0.8;
    }
    .footer-partners .footer-partners-item:hover:after {
        opacity: 0;
    }
}

@media only screen and (max-width: 767px) {
    .footer-partners {
        padding: 1.67rem 0;
    }
    .footer-partners .footer-partners-item {
        margin: 0 3px;
    }
}

.footer-bottom-strip {
    position: relative;
    width: 100%;
    background-color: #181818;
    padding: 1rem 0;
}

.footer-bottom-strip .footer-menu-links {
    line-height: 3.75rem;
    float: left;
}

.footer-bottom-strip .footer-menu-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    font-weight: 600;
    color: #666666;
    padding: 0 0.834rem;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-bottom-strip .footer-menu-item:hover {
    color: #d2d2d2;
}

.footer-bottom-strip .footer-menu-item:after {
    content: "|";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    color: #666666;
}

.footer-bottom-strip .footer-menu-item:last-child:after {
    display: none;
}

.footer-bottom-strip .footer-social-links {
    float: right;
    line-height: 3.75rem;
    display: inline-block;
}

.footer-bottom-strip .footer-social-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
    text-indent: -9000px;
    border: 1px solid #666666;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-bottom-strip .footer-social-item:hover {
    background-color: #d2d2d2;
}

.footer-bottom-strip .footer-social-item:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url("//images.images4us.com/888/EN/0-shell-sprite-1619692017851.png");
    background-repeat: no-repeat;
    background-size: 707px 786px;
}

.footer-bottom-strip .footer-social-item.google:after {
    background-position: -106px -136px;
    width: 19px;
    height: 12px;
}

.footer-bottom-strip .footer-social-item.twitter:after {
    background-position: -77px -136px;
    width: 20px;
    height: 16px;
}

.footer-bottom-strip .footer-social-item.youtube:after {
    background-position: -52px -136px;
    width: 17px;
    height: 21px;
}

.footer-bottom-strip .footer-social-item.facebook:after {
    background-position: -26px -136px;
    width: 17px;
    height: 17px;
}

@media only screen and (max-width: 767px) {
    .footer-bottom-strip .footer-menu-links, .footer-bottom-strip .footer-social-links {
        float: none;
        display: block;
        width: 100%;
        line-height: normal;
        text-align: center;
        padding: 1rem 0;
    }
}

.footer-regulation {
    width: 100%;
    padding: 1rem 0;
    text-align: center;
}

.footer-regulation-item {
    display: inline-block;
    text-align: center;
    border: 1px solid #121212;
    border-radius: 2px;
    width: 11.25rem;
    height: 4.583rem;
    line-height: 4.167rem;
    margin: 2px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-regulation-item:hover {
    background-color: #181818;
}

.footer-regulation-item.no-hover:hover {
    background-color: inherit;
    cursor: default;
}

.footer-regulation-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 2.5px;
    text-indent: -9000px;
    background-image: url("//images.images4us.com/888/EN/0-shell-sprite-1619692017851.png");
    background-repeat: no-repeat;
    background-size: 707px 786px;
    color: transparent;
}

.footer-regulation-icon.safe-secure-banking {
    background-position: -251px -179px;
    width: 85px;
    height: 35px;
}

.footer-regulation-icon.responsible-888 {
    background-position: -385px -183px;
    width: 67px;
    height: 33px;
}

.footer-regulation-icon.safe-888 {
    background-position: -339px -183px;
    width: 41px;
    height: 32px;
}

.footer-regulation-icon.london-stock-exchange {
    background-position: -139px -226px;
    width: 105px;
    height: 25px;
}

.footer-regulation-icon.ecogra {
    background-position: -7px -225px;
    width: 116px;
    height: 30px;
}

.footer-regulation-icon.gibraltar-gambling-license {
    background-position: -7px -272px;
    width: 38px;
    height: 31px;
}

.footer-regulation-icon.gambling-commission {
    background-position: -61px -277px;
    width: 96px;
    height: 23px;
}

.footer-regulation-icon.gbga {
    background-position: -100px -183px;
    width: 61px;
    height: 23px;
}

.footer-regulation-icon.un-global-compact {
    background-position: -374px -226px;
    width: 29px;
    height: 30px;
}

.footer-regulation-icon.gamcare {
    background-position: -179px -184px;
    width: 64px;
    height: 24px;
}

.footer-regulation-icon.responsible-gaming {
    background-position: -414px -226px;
    width: 30px;
    height: 30px;
}

.footer-regulation-icon.gambleaware {
    background-position: -259px -238px;
    width: 106px;
    height: 11px;
}

.footer-regulation-icon.essa {
    background-position: -7px -186px;
    width: 78px;
    height: 30px;
}

.footer-regulation-icon.gamStop {
    background-position: -12px -311px;
    width: 105px;
    height: 25px;
}

i.footer-regulation-icon.gt {
    background-position: -127px -307px;
    width: 50px;
    height: 25px;
}

.footer-regulation-icon.forest {
    background-position: -179px -263px;
    width: 108px;
    height: 43px;
}

.footer-regulation-icon.birmingham {
    background-position: -319px -264px;
    width: 112px;
    height: 42px;
}

.footer-regulation-icon.mga {
    background-position: -179px -306px;
    width: 74px;
    height: 25px;
}

@media only screen and (max-width: 1024px) {
    .footer-regulation-item:hover {
        background-color: transparent;
    }
}

@media only screen and (max-width: 767px) {
    .footer-regulation {
        padding: 1.67rem 0;
        border-top: 1px solid #232323;
        border-bottom: 1px solid #232323;
        text-align: center;
    }
    .footer-regulation-item {
        width: 48%;
    }
}

.brand-logo-box {
    position: relative;
    display: inline-block;
    text-align: center;
}

.brand-logo-circle, .brand-logo-inner-circle {
    position: relative;
    display: block;
    width: 110px;
    height: 110px;
    background-color: #000000;
    border-radius: 50%;
    border: 1px solid #232323;
    padding: 0.5rem;
    margin: 0 auto 1rem;
    text-decoration: none;
}

.brand-logo-circle.large-circle, .brand-logo-inner-circle.large-circle {
    width: 120px;
    height: 120px;
}

.brand-logo-circle:hover, .brand-logo-inner-circle:hover {
    color: transparent;
    text-decoration: inherit;
}

.brand-logo-inner-circle {
    position: relative;
    width: 100%;
    height: 100%;
    border: none;
    box-shadow: 0 0 7px #666666, inset 0 0 7px #666666;
}

.brand-logo-inner-circle:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("//images.images4us.com/888/EN/0-shell-sprite-1619692017851.png");
    background-repeat: no-repeat;
    background-size: 707px 786px;
    width: 60px;
    height: 50px;
    margin: auto;
    margin-top: 0.5rem;
}

.brand-logo-inner-circle.casino:before {
    background-position: -393px -2px;
}

.brand-logo-inner-circle.poker:before {
    background-position: -328px -2px;
}

.brand-logo-inner-circle.sport:before {
    background-position: -266px -2px;
}

.brand-logo-inner-circle.ladies:before {
    background-position: -202px -2px;
}

.brand-logo-inner-circle.eight-logo:before {
    background-position: -62px -87px;
    width: 70px;
    height: 40px;
    margin-top: 0;
}

.brand-logo-inner-circle.posh-bingo:before {
    background-position: -60px -620px;
    height: 62px;
    margin-top: 0;
}

@media only screen and (max-width: 767px) {
    .brand-logo-box {
        padding: 2px;
    }
    .brand-logo-circle, .brand-logo-inner-circle {
        padding: 0.416rem;
        margin-bottom: 0;
    }
    .brand-logo-circle.large-circle, .brand-logo-inner-circle.large-circle {
        width: 7.083rem;
        height: 7.083rem;
    }
    .brand-logo-circle {
        width: 6.667rem;
        height: 6.667rem;
    }
    .brand-logo-inner-circle {
        width: 100%;
        height: 100%;
    }
    .brand-logo-inner-circle:before {
        width: 40px;
        height: 34px;
        margin-top: 2px;
    }
    .brand-logo-inner-circle.casino:before {
        background-position: -412px -107px;
    }
    .brand-logo-inner-circle.poker:before {
        background-position: -365px -107px;
    }
    .brand-logo-inner-circle.sport:before {
        background-position: -321px -107px;
    }
    .brand-logo-inner-circle.ladies:before {
        background-position: -272px -107px;
    }
    .brand-logo-inner-circle.eight-logo:before {
        background-position: -216px -104px;
        width: 50px;
        height: 30px;
    }
}

.brand-main-banner {
    position: relative;
    background-color: #000000;
    width: 100%;
    height: 47.5rem;
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}

.brand-main-banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 91.667rem;
    height: 100%;
    background: -webkit-linear-gradient(-90deg, transparent 0%, black 55%);
    background: -o-linear-gradient(-90deg, transparent 0%, black 55%);
    background: -moz-linear-gradient(-90deg, transparent 0%, black 55%);
    background: -ms-linear-gradient(-90deg, transparent 0%, black 55%);
    background: linear-gradient(-90deg, transparent 0%, black 55%);
}

.brand-main-banner.default {
    height: 33.334rem;
}

.brand-main-banner.default:before {
    display: none;
}

.brand-main-banner .log-terms-links {
    display: none;
}

/* hide the T&C link on brand boxes . UK only  */

.tncSpan {
    display: none;
}

.main-carousal-boxes .tncSpan {
    display: block;
}

.main-carousal-boxes p.brand-terms-box-text .tncLink {
    display: none;
}

/* end hide tnc link */

@media only screen and (max-width: 1480px) {
    .brand-main-banner {
        height: 40rem;
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }
    .brand-main-banner:before {
        width: 66.667rem;
    }
}

@media screen and (max-height: 850px) {
    .brand-main-banner {
        height: 40rem;
    }
}

@media only screen and (max-width: 1024px) {
    .brand-main-banner {
        height: 25rem;
        padding: 0;
    }
    .brand-main-banner:before {
        width: 41.667rem;
    }
}

@media only screen and (max-width: 767px) {
    .brand-main-banner {
        height: 20rem;
        background-size: auto 20rem;
        background-position: 40% center;
    }
    .brand-main-banner:before {
        width: 25rem;
    }
    .brand-main-banner.default {
        height: 18.334rem;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-size: cover;
    }
}

@media only screen and (max-width: 480px) {
    .brand-main-banner:before {
        width: 20.83rem;
    }
}

/** Main Image Titles **/

.main-banner-title, .main-banner-sub-title {
    margin: 0;
    padding: 0;
    color: #ffffff;
}

.main-banner-title {
    font-size: 7.5rem;
    font-weight: 700;
}

.main-banner-sub-title {
    font-size: 2.22rem;
    font-weight: 500;
    padding-left: 1rem;
}

/**/

.brand-content-box {
    position: relative;
    color: #ffffff;
    padding: 0 0.834rem;
    line-height: 1.2;
}

@media only screen and (max-width: 1024px) {
    .main-banner-title {
        font-size: 5rem;
    }
    .brand-content-box {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .main-banner-title, .main-banner-sub-title {
        text-align: center;
    }
    .main-banner-title {
        font-size: 3.334rem;
    }
    .main-banner-sub-title {
        font-size: 1.834rem;
        padding-left: 0;
    }
}

.brand-terms-box-mobile {
    position: relative;
    display: block;
    padding: 0.834rem;
    background-color: #000000;
    color: #666666;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
}

.brand-terms-box {
    position: relative;
    max-width: 41.667rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    color: #666666;
    padding: 1.25rem 0.834rem;
}

.brand-terms-box .brand-terms-box-text {
    margin: 0;
}

p.brand-terms-box-text a {
    text-decoration: underline;
}

a.termsOnBanner {
    display: inline-block;
    padding-left: 3.334rem;
}

@media only screen and (max-width: 1024px) {
    a.termsOnBanner {
        display: none;
    }
}

.main-carousal-boxes a.termsOnBanner {
    display: none;
}

.brand-terms-box-link {
    display: none;
}

.log-terms-links {
    margin-top: 1.25rem;
    text-align: center;
}

.log-terms-links-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    padding: 0 0.416rem;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.log-terms-links-item:hover {
    color: #ffffff;
    text-decoration: underline;
}

.log-terms-links-item:after {
    content: "";
    position: absolute;
    right: -2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background-color: #666666;
}

.log-terms-links-item:last-child:after {
    display: none;
}

.grid-row {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 2.5rem auto 0;
    padding-right: 1px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.grid-row .grid-item {
    padding: 0.416rem;
    padding-bottom: 0;
    margin-bottom: 0.416rem;
    overflow: hidden;
}

.grid-row .grid-item-box {
    position: relative;
    display: block;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);*/
    border: 1px solid #232323;
    background-color: #000000;
    overflow: hidden;
    min-height: 16.667rem;
}

.content-wrapper .grid-item-box {
    border-radius: 0.834rem;
    min-height: auto;
}

.grid-row a {
    text-decoration: none;
}

.grid-row .grid-item-box .trems-link {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 0.416rem 0.834rem;
    font-weight: 400;
    font-size: 1rem;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.grid-row .grid-item-box .trems-link:hover {
    opacity: 0.9;
}

.grid-row .grid-item-box img {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.grid-row .grid-item-box:hover .grid-item-content, .grid-row .grid-item-box:active .grid-item-content {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-height: 100%;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}

.grid-row .grid-item-box:hover .grid-item-description, .grid-row .grid-item-box:active .grid-item-description {
    opacity: 1;
}

.grid-row .grid-item-box .grid-item-content {
    max-height: 12rem;
    -webkit-transform: translate3d(0, 6rem, 0);
    -moz-transform: translate3d(0, 6rem, 0);
    -o-transform: translate3d(0, 6rem, 0);
    transform: translate3d(0, 6rem, 0);
    overflow: hidden;
    background: rgba(0, 0, 0, 0.95);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #ffffff;
    text-align: left;
    padding: 0 2rem;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.grid-row .grid-item-box .grid-item-title {
    line-height: 5rem;
    /* background: rgba(0, 0, 0, 0.95); */
}

.grid-row .grid-item-box .grid-item-title .grid-item-title-text {
    line-height: normal;
    font-size: 1.166rem;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    max-height: 2.916rem;
    overflow: hidden;
}

.grid-row .grid-item-box .grid-item-description {
    width: 100%;
    -webkit-transform: translate3d(0, -1rem, 0);
    -moz-transform: translate3d(0, -1rem, 0);
    -o-transform: translate3d(0, -1rem, 0);
    transform: translate3d(0, -1rem, 0);
    margin-bottom: 1rem;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.grid-row .grid-item-box .grid-item-description .grid-item-description-text {
    display: block;
    font-size: 1.083rem;
    max-height: 5rem;
    overflow: hidden;
    margin-bottom: 0.416rem;
}

.grid-row .grid-item-box .read-more {
    float: right;
    margin-top: 20px;
    font-size: 1.083rem;
    text-decoration: underline;
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.grid-row .grid-item-box .brand-bttn {
    margin-top: 0.834rem;
    font-size: 1.083rem;
    padding: 0.5rem 1.25rem;
    max-width: 200px;
}

@media only screen and (max-width: 1024px) {
    .grid-row {
        padding-bottom: 2.5rem;
    }
    .grid-row .grid-item-box .read-more {
        font-size: 1rem;
        font-weight: 500;
        right: 0.5rem;
    }
    .grid-row .grid-item-box .grid-item-content, .grid-row .grid-item-box .grid-item-description {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        margin-top: 0.834rem;
    }
    .grid-row .grid-item-box .grid-item-content {
        position: relative;
        max-height: 100%;
        min-height: 1.416rem;
        padding: 0.66rem;
    }
    .grid-row .grid-item-box .grid-item-title {
        line-height: normal;
    }
    .grid-row .grid-item-box .grid-item-description {
        opacity: 1;
    }
    .grid-row .grid-item-box .grid-item-title .grid-item-title-text {
        max-height: 100%;
    }
    .grid-row .grid-item-box .grid-item-description .grid-item-description-text {
        display: none;
    }
    .grid-row .grid-item-box .grid-item-title .grid-item-title-text {
        line-height: 1.5;
        font-size: 1.25rem;
        vertical-align: top;
    }
}

@media only screen and (max-width: 767px) {
    .grid-row .grid-item-box {
        display: inline-block;
        width: 100%;
    }
    .grid-row .grid-item-box .brand-bttn {
        font-size: 1rem;
        padding: 0.5rem 1.67rem;
        max-width: 200px;
    }
}

/***/

.see-more-button {
    display: block;
    z-index: 2;
    position: absolute;
    right: 1.67rem;
    bottom: -2.5rem;
}

.see-more-link {
    position: relative;
    display: inline-block;
    font-size: 1.166rem;
    font-weight: 500;
    color: #ffffff;
    padding-right: 1.25rem;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.see-more-link:hover {
    opacity: 0.6;
}

.see-more-link:before, .see-more-link:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-image: url("//images.images4us.com/888/EN/0-shell-sprite-1619692017851.png");
    background-repeat: no-repeat;
    background-position: -207px -166px;
    background-size: 707px 786px;
    width: 9px;
    height: 5px;
}

.see-more-link:before {
    right: 5px;
}

.light-bg .see-more-link, .ladies-tx-bg .see-more-link {
    color: #181818;
}

.light-bg .see-more-link:before, .light-bg .see-more-link:after, .ladies-tx-bg .see-more-link:before, .ladies-tx-bg .see-more-link:after {
    background-position: -192px -166px;
}

@media only screen and (max-width: 1024px) {
    .see-more-button {
        right: 0;
        left: 0;
        margin: auto;
        bottom: 0;
    }
}

@media only screen and (max-width: 764px) {
    .see-more-button {
        bottom: -0.834rem;
    }
}

/***/

/**/

@media screen and (min-width: 1025px) {
    .carousel-tabs-nav .slick-list, .carousel-tabs-nav .slick-track {
        -webkit-transform: translate3d(0, 0, 0) !important;
        -moz-transform: translate3d(0, 0, 0) !important;
        -ms-transform: translate3d(0, 0, 0) !important;
        -o-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        overflow: visible;
    }
    .carousel-tabs-nav .slick-list .slick-slide:last-child .carousel-tabs-nav-item, .carousel-tabs-nav .slick-track .slick-slide:last-child .carousel-tabs-nav-item {
        border-right: 0;
    }
    .carousel-tabs-nav .slick-list .slick-current .carousel-tabs-nav-item, .carousel-tabs-nav .slick-track .slick-current .carousel-tabs-nav-item {
        border-radius: 0;
    }
    .carousel-tabs-nav .slick-list .slick-current:first-child .carousel-tabs-nav-item, .carousel-tabs-nav .slick-track .slick-current:first-child .carousel-tabs-nav-item {
        border-radius: 100px 0 0 100px;
    }
    .carousel-tabs-nav .slick-list .slick-current:last-child .carousel-tabs-nav-item, .carousel-tabs-nav .slick-track .slick-current:last-child .carousel-tabs-nav-item {
        border-radius: 0 100px 100px 0;
        border-right: 0;
    }
}

/***/

/**/

.carousel-tabs {
    width: 100%;
}

.carousel-tabs .grid-row {
    margin: 0 auto;
}

/** Tabs Navigation **/

.carousel-tabs-nav {
    position: relative;
    width: 100%;
    margin: 0 auto 2.5rem;
    border-radius: 100px;
    background-color: rgba(0, 0, 0, 0.7);
    border: 2px solid #232323;
    text-align: center;
    overflow: hidden;
}

.carousel-tabs-nav-item {
    font-size: 1.166rem;
    line-height: normal;
    font-weight: 600;
    color: #666666;
    width: 100%;
    margin: 0;
    padding: 1.5rem 0;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
    border-right: 2px solid #232323;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    /***/
    /****/
}

.carousel-tabs-nav-item:hover {
    color: #000000;
}

.carousel-tabs-nav-item.casino:hover {
    color: #7cf700;
}

.carousel-tabs-nav-item.poker:hover {
    color: #0b76d8;
}

.carousel-tabs-nav-item.sport:hover {
    color: #fe6601;
}

.carousel-tabs-nav-item.ladies:hover {
    color: #ff0080;
}

.slick-current .carousel-tabs-nav-item {
    color: #000000;
    border-radius: 100px 0 0 100px;
}

.slick-current .carousel-tabs-nav-item.casino {
    background-color: #7cf700;
    color: #000000;
}

.slick-current .carousel-tabs-nav-item.poker {
    background-color: #0b76d8;
    color: #000000;
}

.slick-current .carousel-tabs-nav-item.sport {
    background-color: #fe6601;
    color: #000000;
}

.slick-current .carousel-tabs-nav-item.ladies {
    background-color: #ff0080;
    color: #000000;
}

@media only screen and (max-width: 1024px) {
    /* Slick Arrow */
    .slick-arrow {
        position: absolute;
        transform: translateY(-50%);
        top: 50%;
        width: 50px;
        height: 100%;
        left: 0;
        color: transparent;
        background-color: transparent;
        border: 0;
        z-index: 2;
    }
    .slick-arrow:hover {
        cursor: pointer;
    }
    .slick-arrow:focus {
        outline: 0;
    }
    .slick-next:after, .slick-prev:after {
        content: "";
        position: absolute;
        background-image: url("//images.images4us.com/888/EN/0-shell-sprite-1619692017851.png");
        background-repeat: no-repeat;
        background-position: -226px -137px;
        background-size: 707px 786px;
        width: 11px;
        height: 21px;
        cursor: pointer;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .slick-next {
        right: 0;
        left: auto;
    }
    .slick-next:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    /***/
    .carousel-tabs-nav {
        border-radius: 0;
        border: 0;
    }
    .carousel-tabs-nav-item {
        border: 0;
        /****/
    }
    .slick-current .carousel-tabs-nav-item {
        color: #000000;
    }
    .slick-current .carousel-tabs-nav-item.casino {
        background-color: transparent;
        color: #7cf700;
    }
    .slick-current .carousel-tabs-nav-item.poker {
        background-color: transparent;
        color: #0b76d8;
    }
    .slick-current .carousel-tabs-nav-item.sport {
        background-color: transparent;
        color: #fe6601;
    }
    .slick-current .carousel-tabs-nav-item.ladies {
        background-color: transparent;
        color: #ff0080;
    }
}

@-webkit-keyframes sticky-header {
    0% {
        -webkit-transform: translateY(0.5rem);
        -ms-transform: translateY(0.5rem);
        -o-transform: translateY(0.5rem);
        transform: translateY(0.5rem);
    }
    100% {
        -webkit-transform: translateY(5.416rem);
        -ms-transform: translateY(5.416rem);
        -o-transform: translateY(5.416rem);
        transform: translateY(5.416rem);
    }
}

@-moz-keyframes sticky-header {
    0% {
        -webkit-transform: translateY(0.5rem);
        -ms-transform: translateY(0.5rem);
        -o-transform: translateY(0.5rem);
        transform: translateY(0.5rem);
    }
    100% {
        -webkit-transform: translateY(5.416rem);
        -ms-transform: translateY(5.416rem);
        -o-transform: translateY(5.416rem);
        transform: translateY(5.416rem);
    }
}

@-ms-keyframes sticky-header {
    0% {
        -webkit-transform: translateY(0.5rem);
        -ms-transform: translateY(0.5rem);
        -o-transform: translateY(0.5rem);
        transform: translateY(0.5rem);
    }
    100% {
        -webkit-transform: translateY(5.416rem);
        -ms-transform: translateY(5.416rem);
        -o-transform: translateY(5.416rem);
        transform: translateY(5.416rem);
    }
}

@-o-keyframes sticky-header {
    0% {
        -webkit-transform: translateY(0.5rem);
        -ms-transform: translateY(0.5rem);
        -o-transform: translateY(0.5rem);
        transform: translateY(0.5rem);
    }
    100% {
        -webkit-transform: translateY(5.416rem);
        -ms-transform: translateY(5.416rem);
        -o-transform: translateY(5.416rem);
        transform: translateY(5.416rem);
    }
}

@keyframes sticky-header {
    0% {
        -webkit-transform: translateY(0.5rem);
        -ms-transform: translateY(0.5rem);
        -o-transform: translateY(0.5rem);
        transform: translateY(0.5rem);
    }
    100% {
        -webkit-transform: translateY(5.416rem);
        -ms-transform: translateY(5.416rem);
        -o-transform: translateY(5.416rem);
        transform: translateY(5.416rem);
    }
}

.brand-top-header-holder {
    position: relative;
    height: 5.834rem;
    width: 100%;
}

.brand-top-header {
    position: absolute;
    z-index: 299;
    width: 100%;
    height: 5.834rem;
    top: 0;
    left: 0;
    background-color: #232323;
    -webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
}

.brand-top-header.sticky {
    position: fixed;
    z-index: 299;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-name: sticky-header;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-duration: 0.5s;
    -moz-animation-name: sticky-header;
    -moz-animation-fill-mode: forwards;
    -o-animation-timing-function: ease-in-out;
    -o-animation-duration: 0.5s;
    -o-animation-name: sticky-header;
    -o-animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    animation-duration: 0.5s;
    animation-name: sticky-header;
    animation-fill-mode: forwards;
}

.brand-top-header-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 25%;
    height: 5.834rem;
    float: left;
    border-right: 1px solid #000000;
}

.brand-top-header-box:first-child {
    border-left: 1px solid #000000;
}

.brand-top-header-box .brand-bttn {
    margin-left: 1.67rem;
    font-size: 1.083rem;
    line-height: 1.1;
    max-width: 200px;
}

.brand-top-header-box .brand-logo {
    display: inline-block;
    background-image: url("//images.images4us.com/888/EN/0-shell-sprite-1619692017851.png");
    background-repeat: no-repeat;
    background-size: 707px 786px;
    width: 60px;
    height: 50px;
    margin-top: 0.333rem;
}

.brand-top-header-box .brand-logo a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.brand-top-header-box .brand-logo.casino {
    background-position: -393px -2px;
}

.brand-top-header-box .brand-logo.poker {
    background-position: -328px -2px;
}

.brand-top-header-box .brand-logo.sport {
    background-position: -266px -2px;
}

.brand-top-header-box .brand-logo.ladies {
    background-position: -202px -2px;
}

@media only screen and (max-width: 1024px) {
    html, body {
        -webkit-overflow-scrolling: touch;
    }
    .brand-top-header-holder {
        display: none;
    }
}

.breadcrumbs {
    margin-bottom: 1.67rem;
    line-height: 1;
}

.breadcrumbs a {
    text-decoration: none;
}

.BreadCrumb, .BreadCrumbCurrent {
    font-size: 1.041rem;
    font-weight: 400;
    position: relative;
    padding-left: 0.834rem;
}

.BreadCrumb:first-child {
    padding: 0;
}

.BreadCrumb:hover, .BreadCrumbCurrent:hover {
    color: inherit;
}

.BreadCrumb:hover {
    text-decoration: underline;
}

span.breadcrumb-Separator {
    width: 6px;
    height: 6px;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg);
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.5rem;
}

.inner-content {
    display: block;
    padding: 5.416rem 0 2.5rem;
    width: 100%;
    font-size: 1.25rem;
}

.inner-content .inner-content-text {
    -webkit-transform: translateY(-4rem);
    -ms-transform: translateY(-4rem);
    -o-transform: translateY(-4rem);
    transform: translateY(-4rem);
}

.inner-content.side-nav-layout .side-nav {
    display: inline-block;
}

.inner-content.side-nav-layout .inner-content-text {
    width: 75%;
    display: inline-block;
    padding-left: 4.167rem;
}

.inner-content .side-nav {
    display: none;
}

.inner-content .inner-content-text {
    width: 100%;
}

.inner-content .content-wrapper .grid-row {
    padding: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    margin-top: 0;
}

.inner-content .content-wrapper .grid-item {
    overflow: visible;
}

.inner-content .content-wrapper p {
    padding: 0 1rem;
}

.inner-content .content-wrapper .grid-item {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.inner-content .content-wrapper .grid-item:hover {
    opacity: 0.8;
}

.inner-content .content-wrapper .grid-item-title {
    width: 100%;
    min-height: 4.16rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    line-height: normal;
    padding: 0.416rem 1.25rem;
    color: #ffffff;
    text-align: left;
    font-size: 1.166rem;
    background-color: #181818;
    overflow: hidden;
}

@media only screen and (max-width: 1024px) {
    .inner-content {
        margin-top: 0;
        padding: 1.67rem 0;
    }
    .inner-content .inner-content-text {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .inner-content.side-nav-layout .side-nav {
        display: none;
    }
    .inner-content.side-nav-layout .inner-content-text {
        width: 100%;
        float: none;
        padding-left: 0;
    }
    .inner-content .content-wrapper .grid-item-title {
        font-size: 1.083rem;
    }
    .inner-content .content-wrapper .grid-item:hover {
        opacity: 1;
    }
}

@media only screen and (max-width: 767px) {
    .inner-content {
        font-size: 1.166rem;
    }
}

.side-nav {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    max-width: 20rem;
    overflow: hidden;
    padding: 1px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.side-nav a {
    text-decoration: none;
}

.side-nav .side-nav-list {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    background-color: #cecece;
}

.side-nav .side-nav-item, .side-nav .side-nav-item1, .side-nav .side-nav-item2, .side-nav .side-nav-item1Current {
    margin: 0;
    border-bottom: 1px solid #ffffff;
}

.side-nav .side-nav-item:last-child, .side-nav .side-nav-item1:last-child, .side-nav .side-nav-item2:last-child, .side-nav .side-nav-item1Current:last-child {
    border: 0;
}

.side-nav .side-nav-link, .side-nav .side-nav-item1 a, .side-nav .side-nav-item2 a, .side-nav .side-nav-item1Current a {
    width: 100%;
    display: inline-block;
    padding: 0.834rem 1.67rem;
    color: #181818;
    font-size: 1.125rem;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.side-nav .side-nav-item2 a {
    font-size: 1.05rem;
    padding-left: 3.334rem;
    background-color: #f6f6f6;
    position: relative;
}

.side-nav .side-nav-item2.Last a, .side-nav .side-nav-item2.Last a:hover {
    background-color: #cacaca;
    font-weight: 600;
}

.side-nav .side-nav-item2.Last a:after, .side-nav .side-nav-item2.Last a:hover:after {
    content: "";
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #848484;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.side-nav .side-nav-link:hover, .side-nav .side-nav-item1 a:hover {
    background-color: #bbbbbb;
}

.side-nav .side-nav-item2 a:hover {
    background-color: #cacaca;
}

.side-nav .side-nav-item1Current a, .side-nav .side-nav-item1Current a:hover {
    background-color: #f6f6f6;
    color: #181818;
    font-weight: 600;
}

.side-nav.side-offer-layout {
    box-shadow: none;
}

.side-nav.side-offer-layout .side-nav-list {
    background-color: #000000;
}

.side-nav.side-offer-layout .side-nav-list .side-nav-item, .side-nav.side-offer-layout .side-nav-list .side-nav-item1, .side-nav.side-offer-layout .side-nav-list .side-nav-item2, .side-nav.side-offer-layout .side-nav-list .side-nav-item1Current {
    border-color: #232323;
}

.side-nav.side-offer-layout .side-nav-list .side-nav-link, .side-nav.side-offer-layout .side-nav-list .side-nav-item1 a, .side-nav.side-offer-layout .side-nav-list .side-nav-item2 a {
    color: #d2d2d2;
}

.side-nav.side-offer-layout .side-nav-list .side-nav-link:hover, .side-nav.side-offer-layout .side-nav-list .side-nav-item1 a:hover, .side-nav.side-offer-layout .side-nav-list .side-nav-item2 a:hover {
    background-color: #181818;
}

.side-nav.side-offer-layout .side-nav-list .side-nav-link.active, .side-nav.side-offer-layout .side-nav-list .side-nav-item1 a.active, .side-nav.side-offer-layout .side-nav-list .side-nav-item2 a.active {
    background-color: #232323;
}

.side-nav.side-offer-layout .side-nav-list .side-nav-item1Current a {
    background-color: #232323;
}

.side-nav.side-offer-layout .side-offer-box {
    padding: 2.083rem 0.834rem;
    border: 1px solid #232323;
    background-color: #000000;
    text-align: center;
    margin-bottom: 1.667rem;
}

.side-nav.side-offer-layout .brand-content-box {
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
}

.side-nav.side-offer-layout .brand-content-box .brand-small-title {
    font-size: 1.6em;
    font-weight: 300;
}

.side-nav.side-offer-layout .brand-content-box .brand-large-title {
    font-size: 2.6em;
    font-weight: 700;
}

.side-nav.side-offer-layout .brand-content-box .brand-medium-title {
    font-size: 1.6em;
    font-weight: 500;
}

.side-nav.side-offer-layout .brand-content-box .brand-bttn {
    margin-top: 1em;
    font-size: 1.2em;
    line-height: 1.1;
}

.side-nav.side-offer-layout .brand-terms-box {
    display: none;
}

.side-nav.side-offer-layout .brand-content-box .brand-name-title {
    display: none;
}

.side-nav.side-offer-layout .log-terms-links-item {
    font-size: 1rem;
    color: #d2d2d2;
}

@media only screen and (max-width: 1024px) {
    .side-nav {
        display: none;
    }
}

/*table responsive */

@media only screen and (max-width: 640px) {
    .inner-content-text .Table {
        overflow-x: scroll;
    }
}

/****/

.general-image {
    margin-bottom: 3rem;
}

.practice-play-bttn {
    text-align: center;
    margin-bottom: 2.5rem;
}

img.game_btn {
    cursor: pointer;
}

.iframeClose {
    cursor: pointer;
}

/**print display**/

@media print {
    .main-nav, .brand-top-header-holder, .side-nav, .main-footer {
        display: none!important;
    }
}

/* join button from promo section */

.join-promo-button {
    height: 30px;
}

.join-promo-button .brand-bttn.round {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
    white-space: nowrap;
}

@media only screen and (max-width: 1024px) {
    .join-promo-button {
        height: 60px;
    }
    .join-promo-button .brand-bttn.round {
        bottom: -10px;
    }
}

#mobile-page .brand-logo-box .brand-logo-circle {
    cursor: pointer;
}

@media only screen and (max-width: 380px) {
    #mobile-page .main-content-brands .brand-bttn {
        padding: 0.834rem;
    }
}
span.brand-logo-inner-circle.eight-logo{
    cursor: default;

}