﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Libre Franklin', sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    background: #212825;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}



/* pre connect fix for SPC  */

.frame__inner_reg  {height: 120% !important; height: calc(100% + 99px) !important; }





/*Grid classes*/
[class*='col-'] {
    float: left;
    /*Gutter width for columns*/
    padding-right: 0;
}

    [class*='col-']:last-of-type {
        padding-right: 0;
    }

.grid:after {
    content: "";
    display: table;
    clear: both;
}

.col-1-3 {
    width: 33.33%;
}

.col-2-3 {
    width: 66.66%;
}

.col-1 {
    width: 100%;
}

.col-1-2 {
    width: 50%;
}

.col-1-4 {
    width: 25%;
}

.col-1-5 {
    width: 20%;
}

.col-1-6 {
    width: 16.6667%;
}

.col-1-8 {
    width: 12.5%;
}

.col-offset-1-3 {
    margin-left: 33.33%;
}

.col-offset-2-3 {
    margin-left: 66.66%;
}

.col-offset-1-4 {
    margin-left: 25%;
}

.col-offset-1-5 {
    margin-left: 20%;
}

.col-offset-1-8 {
    margin-left: 12.5%;
}

.col-offset-1-2 {
    margin-left: 50%;
}



.container {
    width: 100%;
    max-width: 95%;
    margin: 0 auto;
}

.loader {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}


/*Games list*/
.game-list {
    display: none;
}

/*

    Start jackpot styling


*/

.jackpot__container {
    position: absolute;
    top: -90px;
    right: 2.5%;
    background: white;
    border-radius: 3px;
    box-shadow: 0px 2px 2px rgba(0,0,0,.2);
    text-align: center;
    width: 20%;
}

    .jackpot__container img {
        margin: 0 auto;
        display: block;
    }

    .jackpot__container span {
        color: rgba(0,0,0,.5);
        font-size: 16px;
        font-weight: bold;
    }

    .jackpot__container .jp__text {
        position: relative;
        top: 25px;
    }

    .jackpot__container h1 {
        color: #3d3f5e;
        font-size: 1.8vw;
        font-weight: bold;
        text-shadow: 0px 1px 8px rgba(0,0,0,.2);
    }

.jp__inner {
    max-height: 190px;
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 20px;
    position: relative;
    top: -50px;
}
/*

    Start header/hero styling

*/

.games__hero__wrapper {
    background-size: cover;
    padding-bottom: 45.88%;
    padding-bottom: calc(47% - 111px);
    position:relative;
}

.games__header__wrapper {
    position: absolute;
    line-height: 90px;
    width: 100%;
    background: rgba(0,0,0,.1);
}

    .games__header__wrapper li {
        display: inline-block;
    }

        .games__header__wrapper li.brand img {
            max-width: 150px;
            position: relative;
            top: 20px;
        }

        .games__header__wrapper li:not(.brand) {
            float: right;
        }

/*Header buttons*/
.games__button {
    padding: 15px 35px;
    border-radius: 5px;
    color: white;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 2px;
    transition: all .2s ease;
    cursor: pointer;
}

.button-hero {
    font-size: 36px;
    background: #f7991e;
    padding: 15px 35px 15px 65px;
    font-weight: 700;
    line-height: 95px;
    position: relative;
}

    .button-hero:after {
        transition: all .3s ease;
        content: url(../images/icon-play.png);
        width: 32px;
        height: 32px;
        opacity: 0;
        position: relative;
        top: 3px;
    }

    .button-hero:hover {
        background: #efb247;
    }

        .button-hero:hover:after {
            opacity: 1;
            padding-left: 10px;
            padding-right: 20px;
        }

.button-register {
    background: #efb247;
    margin: 0 10px;
    text-transform:uppercase;
}

    .button-register:hover {
        background: #efb247;
    }

.button-login {
    background: #3d3f5e;
    text-transform:uppercase;
}

    .button-login:hover {
        background: #6b6fa5;
    }

.h-overlay .games__button.button-register {
    background: #f7991e;
}

    .h-overlay .games__button.button-register:hover {
        background: #efb247;
    }

.games__hero__offer__wrapper {
    position: absolute;
    width: 100%;
    top: 25%;
}

    .games__hero__offer__wrapper h1 {
        font-size: 4vw;
        font-weight: 700;
        color: white;
        text-shadow: 0 2px 3px rgba(0,0,0,.3);
        line-height: 85px;
        text-transform: uppercase;
    }

    .games__hero__offer__wrapper h2 {
        font-size: 50px;
        font-weight: 300;
        color: white;
        line-height: 65px;
        text-transform: uppercase;
    }


    .de  .games__hero__offer__wrapper h2, .de-ch  .games__hero__offer__wrapper h2, .fr .games__hero__offer__wrapper h2, .fr-ca .games__hero__offer__wrapper h2, .fr-ch .games__hero__offer__wrapper h2, .sv .games__offer__text h2 , .no  .games__offer__text h2 , .fi  .games__offer__text h2   {
        font-size: 45px;
    }

     .fi .games__offer__text h2 {
        font-size: 39px;
    }

    .sv .games__hero__offer__wrapper h2 {
        font-size: 39px;
    }

    .games__hero__offer__wrapper h3 {
        font-size: 50px;
        font-weight: 300;
        color: white;
        line-height: 45px;
        text-transform: uppercase;
    }

.games__wrapper {
    position: absolute;
    width: 100%;
    background: #03050b;
}

.game__cat__header {
    background: #1b2f6c;
    height: 111px;
    border-bottom: 2px solid #3f4b75;
}

.game__category {
    display: block;
    text-align: center;
    height: 111px;
    transition: all .2s ease;
    cursor: pointer;
}

    .game__category:hover {
        background: #011550;
        transition: all .2s ease;
    }

        .game__category:hover .game_category__content img {
            transition: .2s ease;
            position: relative;
            margin-top: 2px;
        }

.game_category__content {
    padding: 15px 0;
}

    .game_category__content img {
        display: block;
        margin: 0 auto;
    }

    .game_category__content a {
        display: block;
        line-height: 18px;
        color: #fff;
        font-size: 11px;
        font-weight: 300;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

.game__cat__header .show-cat {
    display: none;
}

.game-cat-active {
    background: #efb247;
    border-bottom: 2px solid #f7991e;
}

.more_info_dialog .reg-close {
    right: 10px;
    color: #3f4a74;
}

.more-info-button {
    background: black;
    cursor: pointer;
    padding: 15px 85px;
}

.fi .more-info-button {
    padding: 15px 58px;
}

.sv .more-info-button {
    padding: 15px 56px;
}
/*more info dialog box*/
.more_info_dialog {
    background-color: #080c14;
    border: 3px solid #1f2234;
    border-radius: 5px;
    font-size: 14px;
    top: 0;
    max-width: 650px;
    text-align: center;
    margin: 50px auto 0;
    position: relative;
}

.bonus-text {
    margin: 20px auto 35px auto;
    max-width: 95%;
    color: white;
    line-height: 2;
    font-family: 'Open Sans',sans-serif;
}

.bonus-button {
    text-transform: uppercase;
    padding: 0;
    color: white;
    font-weight: bold;
    background: #efb247;
    border-radius: 5px;
    width: 55%;
    display: block;
    margin: 20px auto;
    font-size: 25px;
    cursor: pointer;
}

.bonus-button:hover {
    background: #fcca73;
}

/*game list*/
.game__list__wrapper {
    margin: 0 auto;
}

    .game__list__wrapper .game__box {
        border: 1px solid #111;
        position: relative;
        background-size: cover;
        height: 230px;
        transition: all .2s ease;
    }

        .game__list__wrapper .game__box .game__box__img__container {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            overflow: hidden;
        }

            .game__list__wrapper .game__box .game__box__img__container img {
                position: absolute;
                top: 50%;
                left: 50%;
                width: auto;
                height: auto;
                max-height: none;
                max-width: 320px;
                min-height: 100%;
                min-width: 100%;
                transform: translate3d(-50%, -50%, 0);
                -webkit-transform: translate3d(-50%, -50%, 0);
                /* transform-style: preserve-3d; */
                transition: opacity .3s, transform .3s;
            }

.h-overlay {
    opacity: 0;
}

.game__list__wrapper .game__box:hover .h-overlay {
    transition: background .25s ease;
    width: 100%;
    height: 100%;
    position: relative;
    background: rgba(65, 65, 65, 0.46);
    opacity: 1;
    text-align: center;
}

.game__list__wrapper .game__box:hover img {
    transform: translate3d(-50%, -20%, 0);
    transform-origin: center center;
}

.h-overlay h4 {
    font-size: 16px;
    color: rgba(255,255,255,.8);
    padding-top: 20px;
}

.h-overlay .games__button {
    transition: all .45s ease;
    position: relative;
    top: 30%;
    width: 70%;
    margin: 0 auto;
    line-height: 1.5;
}
/*Footer*/
.footer {
    position: relative;
    width: 100%;
    background: rgba(0,0,0,.2);
    text-align: center;
}

    .footer p {
        color: rgba(255,255,255,.5);
        font-size: 11px;
        line-height: 18px;
        padding-bottom: 20px;
    }

    .footer .games__footer__icons {
        margin: 15px auto;
        text-align: center;
    }

        .footer .games__footer__icons img:first-child {
            display: block;
            margin: 0 auto;
        }

        .footer .games__footer__icons img {
            display: inline-block;
            opacity: .5;
            transition: all .2s ease;
            max-width: 100%;
        }

            .footer .games__footer__icons img:hover {
                opacity: 1;
            }

    .footer .games__footer__btns {
        margin: 15px 0;
    }

        .footer .games__footer__btns a {
            font-size: 11px;
            padding: 5px 20px;
            background: rgba(0,0,0,.3);
            color: rgba(255,255,255,.3);
            transition: all .2s ease;
            line-height: 3em;
        }

            .footer .games__footer__btns a:hover {
                background: rgba(0,0,0,.6);
                color: rgba(255,255,255,.6);
            }
/*General queries*/
.live__support {
    display: inline-block !important;
}

.ls__fixed__btn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9999 !important;
}

.button-ls {
    background: rgb(255, 255, 255);
    padding: 0;
    display: block;
    width: 55px;
    height: 55px;
    border-radius: 75px;
    transition: all .2s ease;
    cursor: pointer;
    box-shadow: 0px 10px 25px rgba(0,0,0,.3);
}

    .button-ls img {
        max-width: 59%;
        margin: 20%;
    }

    .button-ls:hover {
        background: rgb(222,222,222);
    }
/*Games list queries */
@media (min-width:1024px) and (max-width:1366px) {
    .games__hero__wrapper {
        padding-bottom: 43%;
    }

    .fi .games__hero__offer__wrapper h1 {
        line-height: 68px;
    }

    .games__hero__offer__wrapper h1 {
        font-size: 4vw;
        line-height: 45px;
        margin-bottom:0!important;
    }

    .games__hero__offer__wrapper h2 {
        font-size: 32px;
        line-height: 1;
    }

    .fi .games__hero__offer__wrapper h2 {
        font-size: 24px !important;
    }

    .games__hero__offer__wrapper {
        top: 150px;
    }
}

@media (max-width: 1023px) {
    .live__support {
        display: none !important;
    }

    .hero-text-left {
        text-align: center;
    }

    .games__hero__wrapper {
        padding-bottom: 105%;
        background-size: cover;
        background-position: left;
    }

    .games__offer__text {
        text-align: center;
        margin-bottom: 31vw;
    }


    .sv .games__offer__text {
        margin-bottom: 21vw;
    }

        .games__offer__text h1 {
            font-size: 8vw;
            text-shadow: 0px 1px 2px black;
            line-height: 7vw;
        }

        .games__offer__text h2, .de .games__offer__text h2, .de-ch .games__offer__text h2, .fr-ch  .games__offer__text h2, .fr-ca .games__offer__text h2, .sv .games__offer__text h2 , .no  .games__offer__text h2 , .fi  .games__offer__text h2   {
            font-size: 3vw;
            color: white;
            text-shadow: 0px 1px 2px black;
            padding: 10px 10% 0;
            line-height: 1.3;
        }

    .games__hero__offer__wrapper {
        padding-left: 0;
        top: 35vw;
    }

    .games__offer__text .games__button {
        font-size: 5vw;

    }

    .games__hero__offer__wrapper .col-offset-1-3 {
        margin-left: 0;
    }

    .games__hero__offer__wrapper .col-2-3 {
        width: 100%;
    }

    .game__list__wrapper .col-1-6 {
        width: 33.33%;
    }

    .game__cat__header .hide-cat {
        display: none;
    }

    .game__cat__header .show-cat {
        display: block;
    }

    .game__cat__header .col-1-8 {
        width: 25%;
    }

    .game__list__wrapper .game__box .game__box__img__container img {
        max-width: 310px;
    }
}

@media (max-width: 1745px) {
    .game__list__wrapper .game__box {
        height: 195px;
    }
}

@media (max-width: 1545px) {
    .game__list__wrapper .game__box {
        height: 180px;
    }
}

@media (max-width: 1366px) {
    .game__list__wrapper .game__box {
        height: 190px;
    }

    .game__list__wrapper .col-1-6 {
        width: 20%;
    }
}

@media (max-width: 1245px) {
    .game__list__wrapper .game__box {
        height: 220px;
    }

    .game__list__wrapper .col-1-6 {
        width: 25%;
    }

    .game__list__wrapper .game__box .game__box__img__container img {
        max-width: 150px;
    }
}

@media (max-width: 1066px) {
    .game__list__wrapper .game__box {
        height: 190px;
    }

    .game__list__wrapper .col-1-6 {
        width: 25%;
    }
}

@media (max-width: 996px) {
    .game__list__wrapper .game__box {
        height: 250px;
    }

    .game__list__wrapper .col-1-6 {
        width: 33.33%;
    }

    .fi .games__offer__text h1 {
        font-size: 6vw;
    }
}

@media (max-width: 850px) {
    .game__list__wrapper .game__box {
        height: 200px;
    }

    .game__list__wrapper .col-1-6 {
        width: 33.33%;
    }
}

@media (max-width: 750px) {
    .hero-text-left {
        text-align: center;
    }

    .game__list__wrapper .game__box {
        height: 230px;
    }

        .game__list__wrapper .game__box img {
            max-width: 50%;
        }

    .game__list__wrapper .col-1-6 {
        width: 50%;
    }
}

@media (max-width: 500px) {
    .hero-text-left {
        text-align: center;
    }

    .games__hero__wrapper {
        padding-bottom: 105%;
    }

    .games__header__wrapper li.brand img {
        max-width: 130px;
        position: relative;
        top: 10px;
    }

    .button-hero {
        font-size: 18px;
        padding: 15px 0 15px 28px;
    }

        .button-hero:after {
            top: 8px;
        }

    .games__header__wrapper ul li:not(.brand) {
        display: none;
    }

    .games__header__wrapper ul li:nth-child(2) {
        display: block;
    }

    .game__list__wrapper .game__box {
        height: 260px;
    }

        .game__list__wrapper .game__box img {
            max-width: 50%;
        }

    .game__list__wrapper .col-1-6 {
        width: 100%;
    }

    .games__offer__text {
        margin-bottom: 17vw;
    }

    .more-info-button {
        padding: 15px 35px;
    }

    .sv .button-hero,  .no .button-hero, .fi .button-hero {
        padding: 15px 35px 15px 65px;
    }

    .sv .more-info-button {
    padding: 15px 10px;
    }  
    
    .fi .more-info-button {
    padding: 15px 10px;
    } 
}
