﻿*
{
    margin: 0;
    padding: 0;
}
img
{
    width: 100%;
    height: auto;
    display: block;
}
a
{
    color: inherit;
    text-decoration: underline;
}
a:hover
{
    text-decoration: none;
}
html
{
    height: 100%;
}
.page
{
    font-family: 'Roboto',Arial,sans-serif;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 1.15;
    -webkit-tap-highlight-color: transparent;
    font-size: 10px;
    background: url("../../bcgamebettingde/image/bg-desk.jpg") 50% 0 no-repeat #000012;
    background-size: 192em 108em;
    height: 100%;
    overflow-x: hidden;
}
.blur_wrap
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    filter: blur(5px);
    width: 100%;
    min-height: 100%;
    z-index: 5;
}
.layout
{
    min-height: 100vh;
    position: relative;
    z-index: 2;
    font-size: 85%;
}
.mob
{
    display: none;
}
html.hide
{
    display: block;
}
html.hide .blur_wrap
{
    background: transparent;
    position: relative;
    filter: none;
}
.preloader
{
    width: 5em;
    height: 5em;
    position: absolute;
    z-index: 6;
}
html.en .en
{
    display: block;
}
html .en
{
    display: none;
}
html.de .de
{
    display: block;
}
html .de
{
    display: none;
}
html.pl .pl
{
    display: block;
}
html .pl
{
    display: none;
}
html.no .no
{
    display: block;
}
html .no
{
    display: none;
}
.lang_switcher_outer
{
    position: absolute;
    font-family: 'Roboto',Arial,sans-serif;
    top: 2em;
    right: 3em;
    width: 14.5em;
    height: 3.5em;
    z-index: 3;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}
.lang_switcher_outer .lang_switcher
{
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    display: block;
    cursor: pointer;
    border-radius: 1.3em;
    position: relative;
    padding-bottom: 1.75em;
    z-index: 3;
    background: #000a4c;
}
.lang_switcher_outer .lang_switcher .curr_lang
{
    position: relative;
    display: inline-block;
    top: .5em;
    margin: 0 .5em 0 0;
}
.lang_switcher_outer .lang_switcher .curr_lang span
{
    font-size: 1.3em;
    padding: .35em 0 0 0;
    display: inline-block;
}
.lang_switcher_outer .lang_switcher .curr_lang em
{
    top: .4em;
    margin: 0 .5em 0 0;
}
.lang_switcher_outer i
{
    background: url("../../bcgamebettingde/image/lang-arr.png") 0 0 no-repeat;
    background-size: contain;
    width: 1.3em;
    position: absolute;
    height: .8em;
    right: 1em;
    top: 1.25em;
}
.lang_switcher_outer p
{
    font-size: 1.1em;
    position: relative;
    color: #fff;
    top: .5em;
    text-transform: none;
    display: inline-block;
    width: 50%;
    text-align: center;
}
.lang_flag
{
    display: inline-block;
    width: 1.6em;
    height: 1.6em;
    background-image: url("../../bcgamebettingde/image/flags.png");
    background-size: 1.6em 32em;
    margin: 0 .7em 0 1.1em;
    position: relative;
    top: .25em;
}
.lang_flag.flag_en
{
    background-position: 0 0;
}
.lang_flag.flag_ru
{
    background-position: 0 -1.6em;
}
.lang_flag.flag_pt
{
    background-position: 0 -3.2em;
}
.lang_flag.flag_es
{
    background-position: 0 -4.8em;
}
.lang_flag.flag_hu
{
    background-position: 0 -6.4em;
}
.lang_flag.flag_ro
{
    background-position: 0 -8em;
}
.lang_flag.flag_fi
{
    background-position: 0 -9.6em;
}
.lang_flag.flag_de
{
    background-position: 0 -12.8em;
}
.lang_flag.flag_pl
{
    background-position: 0 -14.4em;
}
.lang_flag.flag_dk
{
    background-position: 0 -16em;
}
.lang_flag.flag_no
{
    background-position: 0 -17.6em;
}
.lang_flag.flag_fr
{
    background-position: 0 -19.2em;
}
.lang_flag.flag_jp
{
    background-position: 0 -11.2em;
}
.lang_flag.flag_cz
{
    background-position: 0 -20.8em;
}
.lang_flag.flag_gr
{
    background-position: 0 -22.4em;
}
.lang_flag.flag_no
{
    background-position: 0 -24em;
}
.lang_flag.flag_es
{
    background-position: 0 -25.6em;
}
.lang_flag.flag_ee
{
    background-position: 0 -27.2em;
}
.lang_flag.flag_lv
{
    background-position: 0 -28.8em;
}
.lang_flag.flag_lt
{
    background-position: 0 -30.4em;
}
.lang_list
{
    position: absolute;
    list-style-type: none;
    top: 2.5em;
    display: none;
    right: 0;
    width: 8.2em;
    border-radius: 0 0 1em 1em;
    overflow: hidden;
    cursor: auto;
}
.lang_list.act
{
    display: block;
}
.lang_list li
{
    background: #000a4c;
    height: 3em;
    cursor: pointer;
}
.lang_list li span
{
    font-size: 1.3em;
    padding: .5em 0 0 0;
    display: inline-block;
}
.lang_list li.curr
{
    pointer-events: none;
    background: #00ffd1;
}
.lang_list li.curr span
{
    color: #000a4c;
}
.lang_list li:hover
{
    background: #00ffd1;
}
.lang_list li:hover span
{
    color: #000a4c;
}
.lang_list li:first-of-type
{
    padding-top: 1.25em;
}
.logo_wrap
{
    padding: 5em 0;
}
.logo
{
    width: 30.8em;
    height: 6em;
    margin: 0 auto;
}
.container
{
    padding: 0 0 10em 0;
    overflow: hidden;
}
.game_wrap
{
    position: relative;
    width: 100em;
    margin: 0 auto;
    min-height: 75em;
}
.txt_1
{
    text-align: center;
    color: #00215a;
    font-weight: 900;
    font-size: 6em;
    font-family: 'Roboto',Arial,sans-serif;
    text-transform: uppercase;
    padding: 0 2em;
}
#game_1 .txt_1
{
    margin: 0 0 1.1em 0;
}
.wheel_wrap
{
    width: 63.7em;
    height: 63.7em;
    position: relative;
    margin: 0 auto;
}
.wheel_spinner
{
    margin: 0 auto;
    width: 63.7em;
    height: 63.7em;
    position: relative;
    transform-origin: 50%;
}
.wheel_spinner.wheel_spinner_animated
{
    animation: 2s spinner ease-in-out infinite;
}
.wheel_spinner.wheel_spinner_animated_1
{
    animation: 4s spinTo1 ease-in-out forwards;
}
.wheel_win_frame
{
    background: url("../../bcgamebettingde/image/wheel-win-frame.png") 0 0 no-repeat;
    width: 11.8em;
    height: 13.7em;
    background-size: contain;
    position: absolute;
    top: -7.5em;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
.wheel_btn
{
    cursor: pointer;
    position: absolute;
    top: 26em;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    background: url("../../bcgamebettingde/image/wheel-btn.png") 50% 0 no-repeat;
    background-size: 33.3em 63.6em;
    width: 33.3em;
    height: 31.8em;
    text-align: center;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 13.5em 0;
    font-size: 75%;
}
.wheel_btn:hover
{
    background-position: 50% -31.8em;
}
.wheel_btn.disabled
{
    pointer-events: none;
}
.wheel_btn span
{
    color: #fff;
    text-transform: uppercase;
    font-size: 4.6em;
    line-height: 1;
    font-family: 'Open Sans','Roboto',Arial,sans-serif;
    font-weight: 700;
}
html.ro .wheel_btn, html.hu .wheel_btn, html.ee .wheel_btn, html.cz .wheel_btn, html.ru .wheel_btn
{
    padding: 9.75em 0;
}
html.ro .wheel_btn span, html.hu .wheel_btn span, html.ee .wheel_btn span, html.cz .wheel_btn span, html.ru .wheel_btn span
{
    font-size: 3.5em;
}
.bonus_wrap
{
    width: 15.6em;
    height: 14.7em;
    box-sizing: border-box;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    border: .2em solid #00ffd1;
    border-radius: 1.2em;
    background: #011b3e;
    padding: 3em 0 0 0;
    left: -12em;
    display: none;
}
.bonus_wrap div
{
    margin: 0 0 1.5em 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
}
.bonus_wrap div em
{
    font-style: normal;
    color: #fff;
    font-family: 'GothamProMed','Roboto',Arial,sans-serif;
    font-size: 2.7em;
    position: relative;
    top: -.1em;
    display: inline-block;
}
.bonus_wrap img
{
    margin: 0 1.2em 0 0;
    display: inline-block;
}
.bonus_wrap strong
{
    color: #00ffd1;
    font-size: 2.65em;
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 900;
}
.bonus_wrap strong .jp
{
    font-size: 80%;
}
.bonus_wrap.bonus_1
{
    top: 7em;
}
.bonus_wrap.bonus_1 img
{
    width: 2.6em;
    height: 2.5em;
}
.bonus_wrap.bonus_2
{
    top: 24.5em;
}
.bonus_wrap.bonus_2 img
{
    width: 3.6em;
    height: 2.6em;
}
.bonus_wrap.bonus_2 strong .no
{
    font-size: 85%;
}
#game_2
{
    display: none;
}
.scratches_wrap
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
}
.scratch_outer
{
    background: url("../../bcgamebettingde/image/scratch-bg.png") 0 0 no-repeat;
    background-size: contain;
    width: 49.1em;
    height: 34.3em;
    position: relative;
    cursor: pointer;
    margin: 0 -2em -5em;
}
.scratch_outer.scratch_outer_hover .scratch_hover
{
    animation: opacity .35s ease-in-out forwards;
}
.scratch_outer.used
{
    cursor: auto;
    pointer-events: none;
}
.scratch_outer.used .scratch_action, .scratch_outer.used .scratch_hover
{
    display: none;
}
.scratch_outer.used .scratch_used, .scratch_outer.used .scratch_bonus, .scratch_outer.used .scratch_txt
{
    opacity: 1;
    display: block;
}
.scratch_outer.scratch_outer_action_1
{
    pointer-events: none;
}
.scratch_outer.scratch_outer_action_1 .scratch_action
{
    animation: opacity .35s ease-in-out forwards;
    display: block;
}
.scratch_outer.scratch_outer_action_1 .scratch_bonus
{
    animation: opacity .7s ease-in-out forwards;
    display: block;
}
.scratch_outer.scratch_outer_action_1 .scratch_txt
{
    animation: opacity 1.05s ease-in-out forwards;
    display: block;
}
.scratch_outer.scratch_outer_action_1 .scratch_hover
{
    display: none;
}
.scratch_hover
{
    position: absolute;
    left: -.1em;
    top: -.1em;
    opacity: 0;
    background: url("../../bcgamebettingde/image/scratch-hover.png") 0 0 no-repeat;
    width: 49.1em;
    height: 34.3em;
    background-size: contain;
    transition: .5s ease opacity;
    z-index: 2;
}
.scratch_hover.scratch_hover_mouseleave
{
    animation: opacity-reverse .35s ease-in-out forwards;
}
.scratch_action
{
    position: absolute;
    display: none;
    width: 40em;
    height: 30em;
    left: 2.5em;
    top: .5em;
    font-size: 110%;
    z-index: 3;
}
.scratch_used
{
    position: absolute;
    display: none;
    width: 40em;
    height: 30em;
    left: 2em;
    top: .3em;
    font-size: 113%;
    z-index: 4;
}
.scratch_bonus
{
    width: 35.7em;
    height: 20.3em;
    z-index: 2;
    left: 8.2em;
    top: 8.2em;
    text-align: center;
    opacity: 0;
    position: absolute;
    box-sizing: border-box;
    font-size: 95%;
}
.scratch_bonus div
{
    width: 100%;
    height: 100%;
}
.scratch_txt
{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 12.5em;
    opacity: 0;
    z-index: 3;
}
.scratch_txt span
{
    font-size: 7.2em;
    font-weight: 700;
    color: #fff;
    text-shadow: -0 -.03em .01em #000a4c,0 -.03em .01em #000a4c,-0 .03em .01em #000a4c,0 .03em .01em #000a4c,-.03em -0 .01em #000a4c,.03em -0 .01em #000a4c,-.03em 0 .01em #000a4c,.03em 0 .01em #000a4c,-.01em -.03em .01em #000a4c,.01em -.03em .01em #000a4c,-.01em .03em .01em #000a4c,.01em .03em .01em #000a4c,-.03em -.01em .01em #000a4c,.03em -.01em .01em #000a4c,-.03em .01em .01em #000a4c,.03em .01em .01em #000a4c,-.02em -.03em .01em #000a4c,.02em -.03em .01em #000a4c,-.02em .03em .01em #000a4c,.02em .03em .01em #000a4c,-.03em -.02em .01em #000a4c,.03em -.02em .01em #000a4c,-.03em .02em .01em #000a4c,.03em .02em .01em #000a4c,-.03em -.03em .01em #000a4c,.03em -.03em .01em #000a4c,-.03em .03em .01em #000a4c,.03em .03em .01em #000a4c,-.03em -.03em .01em #000a4c,.03em -.03em .01em #000a4c,-.03em .03em .01em #000a4c,.03em .03em .01em #000a4c;
}
.x_img
{
    width: 24.3em;
    height: 13.1em;
}
.elem_cur_brl, .elem_cur_pe, .elem_cur_cl
{
    display: none;
}
html.cur_pe .elem_cur_cl, html.cur_pe .elem_cur_ar
{
    display: none;
}
html.cur_pe .elem_cur_pe
{
    display: inline-block;
}
html.cur_cl .elem_cur_pe, html.cur_cl .elem_cur_ar
{
    display: none;
}
html.cur_cl .elem_cur_cl
{
    display: inline-block;
}
html.cur_brl .elem_cur_pt
{
    display: none;
}
html.cur_brl .elem_cur_brl
{
    display: inline-block;
}
@keyframes opacity
{
    0%
    {
        opacity: 0;
    }
    100%
    {
        opacity: 1;
    }
}
@keyframes opacity-reverse
{
    0%
    {
        opacity: 1;
    }
    100%
    {
        opacity: 0;
    }
}
@keyframes spinner
{
    0%
    {
        transform: rotate(-53deg);
    }
    50%
    {
        transform: rotate(-46deg);
    }
    100%
    {
        transform: rotate(-53deg);
    }
}
@keyframes spinTo1
{
    0%
    {
        transform: rotate(-53deg);
    }
    70%
    {
        transform: rotate(679deg);
    }
    80%
    {
        transform: rotate(669deg);
    }
    100%
    {
        transform: rotate(675deg);
    }
}
#footer
{
    text-align: center;
    padding: 0 0 2em 0;
}
#footer img
{
    max-width: 92.9em;
    margin: 0 auto 3.25em;
}
#footer p
{
    color: #fff;
    text-transform: uppercase;
    font-size: 1.1em;
    max-width: 90em;
    margin: 0 auto 2.5em;
    opacity: .35;
}
#footer p.copy
{
    margin: 0 auto;
    font-size: 1.4em;
}
.popup_overlay
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.75);
    z-index: 4;
    display: none;
}
.popup_window
{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 16.5em;
    width: 62em;
    box-sizing: border-box;
    min-height: 50em;
    border-radius: 1.2em;
    overflow: hidden;
    border: .8em solid #00beee;
    background: #000a4c;
    padding: 3em 4.25em;
    text-align: center;
    display: none;
    font-size: 100%;
}
.popup_window#popup_window_2, .popup_window#popup_window_3
{
    padding: 3em 5em;
}
.popup_window#popup_window_3
{
    font-size: 85%;
}
.popup_txt_1
{
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 900;
    font-size: 4.8em;
    margin: 0 0 .25em 0;
}
.popup_anim
{
    margin: 0 auto 1em;
    width: 37.4em;
    height: 37.4em;
}
.popup_btn
{
    min-width: 32em;
    height: 8.5em;
    border-radius: 4em;
    overflow: hidden;
    text-decoration: none;
    margin: 0 auto;
    background-color: #00ffd1;
    transition: .2s ease box-shadow;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    padding: 1.7em 1em;
    max-width: 45em;
    white-space: nowrap;
}
.popup_btn:hover
{
    box-shadow: 0 0 1.5em #00ffd1;
}
.popup_btn span
{
    font-size: 4.4em;
    text-transform: uppercase;
    color: #000a4c;
    font-weight: 700;
    font-family: 'Roboto',Arial,sans-serif;
    white-space: nowrap;
}
.popup_btn.hu, .popup_btn.ro, .popup_btn.cz, .popup_btn.de
{
    padding: 2.2em 1em;
}
.popup_btn.hu span, .popup_btn.ro span, .popup_btn.cz span, .popup_btn.de span
{
    font-size: 3.4em;
}
.popup_btn#popup_btn_1
{
    max-width: 40em;
}
.popup_txt_2
{
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 900;
    font-size: 4.8em;
    margin: 0 0 .25em 0;
}
.popup_txt_2 strong
{
    color: #00ffd1;
    display: block;
}
.popup_txt_2 .jp, .popup_txt_2 .gr, .popup_txt_2 .lt, .popup_txt_2 .lv, .popup_txt_2 .ro, .popup_txt_2 .cz
{
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 700;
}
.popup_img
{
    margin: 2.5em auto;
    width: 33em;
    height: 23.8em;
}
.popup_txt_3
{
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 4.8em;
}
.popup_txt_3 strong
{
    color: #00ffd1;
}
.popup_txt_3 .jp, .popup_txt_3 .hu, .popup_txt_3 .gr, .popup_txt_3 .lt, .popup_txt_3 .lv, .popup_txt_3 .ro, .popup_txt_3 .cz
{
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 700;
}
.popup_bonuses
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    padding: 2.5em 0;
}
.popup_bonuses .bonus_wrap
{
    position: static;
    margin: 0 1.4em;
}
.popup_txt_4
{
    text-align: center;
    color: #fff;
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 700;
    font-size: 4.8em;
    line-height: 1;
    margin: 0 0 .15em 0;
}
.popup_txt_4 .gr
{
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 700;
}
.popup_code_txt
{
    text-align: center;
    display: inline-block;
    font-size: 4.8em;
    color: #00ffd1;
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    margin: 0 0 .35em 0;
}
.popup_code_txt:after
{
    position: absolute;
    right: -.75em;
    top: -.05em;
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 700;
    content: ']';
    font-size: inherit;
    color: #fff;
}
.popup_code_txt:before
{
    position: absolute;
    left: -.75em;
    top: -.05em;
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 700;
    content: '[';
    font-size: inherit;
    color: #fff;
}
@media(min-width: 1921px) and (orientation: landscape)
{
    .page
    {
        background-size: cover;
    }
    .layout
    {
        font-size: 100%;
    }
}
@media(max-width: 1280px)
{
    .page
    {
        font-size: 9px;
    }
}
@media(max-width: 1140px)
{
    .page
    {
        font-size: 8.75px;
    }
}
@media(max-width: 1100px)
{
    .page
    {
        font-size: 8px;
    }
}
@media(max-width: 1000px)
{
    .page
    {
        font-size: 7px;
    }
}
@media(max-width: 880px)
{
    .page
    {
        font-size: 6.5px;
    }
}
@media(max-width: 820px)
{
    .page
    {
        font-size: 6px;
    }
}
@media(max-width: 740px)
{
    .page
    {
        font-size: 5px;
    }
}
@media(max-width: 930px) and (orientation: landscape)
{
    .page
    {
        font-size: 4.75px;
        background-size: cover;
    }
    .lang_switcher_outer
    {
        font-size: 7px;
    }
    .layout
    {
        font-size: 100%;
    }
}
@media(max-width: 812px) and (orientation: landscape)
{
    .page
    {
        font-size: 4.5px;
    }
}
@media(max-width: 736px) and (orientation: landscape)
{
    .page
    {
        font-size: 4.25px;
    }
}
@media(max-width: 667px) and (orientation: landscape)
{
    .page
    {
        font-size: 4px;
    }
}
@media(max-width: 568px) and (orientation: landscape)
{
    .page
    {
        font-size: 3.75px;
    }
}
@media(max-width: 650px) and (orientation: portrait)
{
    .page
    {
        font-size: 10px;
        background: url("../../bcgamebettingde/image/bg-mob.jpg") 50% 0 no-repeat #000113;
        background-size: 650px;
    }
    .game_wrap
    {
        width: 100%;
    }
    .wheel_wrap
    {
        font-size: 85%;
    }
    .scratches_wrap
    {
        font-size: 65%;
    }
    .popup_window
    {
        font-size: 85%;
    }
    .txt_1
    {
        padding: 0 1em;
        font-size: 5em;
    }
    #game_1 .txt_1
    {
        margin: 0 0 2em 0;
    }
    .bonus_wrap
    {
        bottom: 0;
        z-index: 4;
    }
    .bonus_wrap.bonus_1
    {
        left: 14em;
        top: auto;
    }
    .bonus_wrap.bonus_2
    {
        right: 14em;
        top: auto;
        left: auto;
        z-index: 4;
    }
    .lang_switcher_outer
    {
        font-size: 7.5px;
        width: 8.5em;
        right: 1em;
        top: 1em;
    }
    .lang_switcher_outer p
    {
        display: none;
    }
    .lang_switcher_outer .lang_switcher .curr_lang
    {
        margin: 0 .5em 0 1em;
    }
    .logo_wrap
    {
        padding: 8em 0;
    }
    .mob
    {
        display: block;
    }
    .desk
    {
        display: none;
    }
    #footer img
    {
        max-width: 43.6em;
    }
    #footer p
    {
        font-size: 1.4em;
        max-width: 35em;
    }
}
@media(max-width: 605px) and (orientation: portrait)
{
    .page
    {
        font-size: 9px;
        background-size: 605px;
    }
}
@media(max-width: 555px) and (orientation: portrait)
{
    .page
    {
        font-size: 8px;
        background-size: 555px;
    }
}
@media(max-width: 495px) and (orientation: portrait)
{
    .page
    {
        font-size: 7px;
        background-size: 495px;
    }
}
@media(max-width: 425px) and (orientation: portrait)
{
    .page
    {
        font-size: 6px;
        background-size: 425px;
    }
}
@media(max-width: 375px) and (orientation: portrait)
{
    .page
    {
        font-size: 5px;
        background-size: 375px;
    }
}/*# sourceMappingURL=style.css.map */