﻿@-webkit-keyframes shockwaveJump
{
    0%
    {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    60%
    {
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
    }
    75%
    {
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }
    90%
    {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    to
    {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes shockwaveJump
{
    0%
    {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    60%
    {
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
    }
    75%
    {
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }
    90%
    {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    to
    {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.games-block-wrapper .games-block
{
    grid-template-rows: auto auto;
}
.games-block
{
    grid-gap: 10px 8px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    display: grid;
    grid-auto-flow: column;
    justify-content: start;
    overflow-x: auto;
    overflow-y: hidden;
    padding-left: 10px;
    scrollbar-width: none;
}
.games-block:after
{
    background-color: #fff;
    content: "";
    display: block;
    grid-row: 1/-1;
    height: 100%;
    width: 5px;
    z-index: 5;
}
.games-block::-webkit-scrollbar
{
    display: none;
}
.games-block .games-block__game
{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}
@-webkit-keyframes loading
{
    0%
    {
        -webkit-transform: skewX(-10deg) translateX(0);
        transform: skewX(-10deg) translateX(0);
    }
    to
    {
        -webkit-transform: skewX(-10deg) translateX(200%);
        transform: skewX(-10deg) translateX(200%);
    }
}
@keyframes loading
{
    0%
    {
        -webkit-transform: skewX(-10deg) translateX(0);
        transform: skewX(-10deg) translateX(0);
    }
    to
    {
        -webkit-transform: skewX(-10deg) translateX(200%);
        transform: skewX(-10deg) translateX(200%);
    }
}
.games-block .games-block__game--skeleton
{
    background: #eee;
    border-radius: 10px;
    height: 140px;
    min-height: 140px;
    min-width: 140px;
    width: 140px;
}
.games-block .games-block__game--skeleton.loading:before
{
    -webkit-animation: loading .6s infinite;
    animation: loading .6s infinite;
    background: -webkit-gradient(linear,left top,right top,from(transparent),color-stop(hsla(0,0%,100%,.9)),to(transparent));
    background: linear-gradient(90deg,transparent,hsla(0,0%,100%,.9),transparent);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
}
.games-block .games-block__game a:not(.button--demo) img
{
    aspect-ratio: 1/1;
    border-radius: 10px;
    display: block;
    height: 140px;
    min-height: 140px;
    min-width: 140px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 140px;
}
.games-block .games-block__game .game-title
{
    -webkit-text-fill-color: #232323;
    color: #232323;
    font-family: roboto-medium-webfont,sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    margin: 4px 0;
    max-width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.games-block .games-block__game .game-producer
{
    -webkit-text-fill-color: #232323;
    color: #232323;
    font-family: roboto-regular-webfont,sans-serif;
    font-size: 10px;
    line-height: 13px;
    text-transform: capitalize;
}
.games-block .games-block__game .game-hover
{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    aspect-ratio: 1/1;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    display: none;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 140px;
    justify-content: center;
    left: 0;
    min-height: 140px;
    min-width: 140px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 140px;
}
.games-block .games-block__game .game-hover .button--demo
{
    -webkit-text-fill-color: #fff;
    color: #fff;
    font-family: roboto-medium-webfont,sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    margin-top: 8px;
    text-align: center;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-transform: uppercase;
}
.games-block .games-block__game .game-hover .button--play
{
    -webkit-text-fill-color: #1a1a1a;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-gradient(linear,left top,left bottom,from(#ffe600),to(#ffb800));
    background: linear-gradient(180deg,#ffe600,#ffb800);
    border-radius: 50px;
    -webkit-box-shadow: inset 0 -2px 0 #f90;
    box-shadow: inset 0 -2px 0 #f90;
    color: #1a1a1a;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: roboto-medium-webfont,sans-serif;
    font-size: 10px;
    font-weight: 400;
    height: 29px;
    justify-content: center;
    line-height: 12px;
    min-height: 29px;
    min-width: 77px;
    padding: 0;
    text-align: center;
    text-shadow: 0 1px 0 #ffe249;
    text-transform: uppercase;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    width: 77px!important;
}
.games-block .games-block__game .game-hover .button--play:hover
{
    background: -webkit-gradient(linear,left top,left bottom,from(#ffb800),to(#ffe600));
    background: linear-gradient(180deg,#ffb800,#ffe600);
}
.games-block .games-block__game .game-hover .game-title
{
    display: none;
}
.games-block .games-block__game .game-hover--active
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
}
.games-block .games-block__game .game-add-favourite
{
    cursor: pointer;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 0;
    visibility: hidden;
    z-index: 2;
}
.games-block .games-block__game .game-add-favourite--favourited
{
    visibility: visible;
}
.games-block .games-block__game .game-add-favourite form label
{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 0 0 5px 5px;
    cursor: pointer;
    height: 37px;
    justify-content: center;
    width: 30px;
    z-index: 1;
}
.games-block .games-block__game .game-add-favourite form label.is-favorite
{
    background: #232323;
}
.games-block .games-block__game .game-add-favourite form label.is-favorite span
{
    -webkit-filter: unset;
    filter: unset;
}
.games-block .games-block__game .game-add-favourite form label.is-favorite.animate span
{
    -webkit-animation: shockwaveJump .5s linear;
    animation: shockwaveJump .5s linear;
}
.games-block .games-block__game .game-add-favourite form label input
{
    cursor: pointer;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.games-block .games-block__game .game-add-favourite form label span
{
    background-image: url(../../bcgamebettingde/image/star.fea49f3d.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    -webkit-filter: invert(50%) sepia(0) saturate(1350%) hue-rotate(139deg) brightness(28%) contrast(75%);
    filter: invert(50%) sepia(0) saturate(1350%) hue-rotate(139deg) brightness(28%) contrast(75%);
    height: 19px;
    min-height: 19px;
    min-width: 20px;
    width: 20px;
}
.games-block .games-block__game .game-locked
{
    background: rgba(0,0,0,.7);
    border-radius: 10px;
    cursor: pointer;
    display: block;
    height: calc(100% - 34px);
    left: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    z-index: 1;
}
.games-block .games-block__game .game-locked:after
{
    background-image: url(../../bcgamebettingde/image/games-lock.98371452.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 45px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 40px;
}
@media(min-width: 500px)
{
    .games-block .games-block__game .game-locked:after
    {
        top: 54%;
    }
}
@media(min-width: 1000px)
{
    .games-block .games-block__game .game-locked:after
    {
        height: 70px;
        width: 50px;
    }
}
.games-block .games-block__game .game-locked span
{
    display: none;
}
@media(min-width: 600px)
{
    .games-block .games-block__game .game-locked
    {
        height: calc(100% - 34px);
    }
}
@media(min-width: 1000px)
{
    .games-block .games-block__game .game-locked
    {
        height: calc(100% - 41px);
    }
}
@media(min-width: 1300px)
{
    .games-block .games-block__game .game-locked
    {
        height: calc(100% - 47px);
    }
}
.games-block .games-block__game .game-image
{
    background-color: #035d03;
    background-image: url(../../bcgamebettingde/image/games-default.171c309d.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
}
.games-block .games-block__game .tournament-game-label
{
    border-radius: 10px 0 0 0;
    height: 36%;
    left: 0;
    position: absolute;
    top: 0;
    width: auto;
}
.games-block .games-block__game .game-jackpot
{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffba00;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 16px;
    justify-content: center;
    left: 10px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    min-height: 16px;
    min-width: 84px;
    padding: 2px 5px;
    position: absolute;
    top: 10px;
}
.games-block .games-block__game .game-jackpot__amount, .games-block .games-block__game .game-jackpot__currency
{
    font-family: roboto-bold-webfont,sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    text-transform: uppercase;
}
.games-block .games-block__game .game-jackpot__currency
{
    margin-right: 5px;
}
.games-block .games-block__game .game-hover--active~.game-jackpot
{
    display: none;
}
.button--load-games--hidden
{
    display: none!important;
}
.button--load-games
{
    all: unset;
    border: 2px solid #035d03;
    border-radius: 50px;
    cursor: pointer;
    display: block;
    height: 26px;
    margin: 20px auto 0;
    min-width: 56px;
    padding: 0 15px;
    text-align: center;
    z-index: 5;
}
.button--load-games.button--load-games--hidden
{
    display: none;
}
.button--load-games span
{
    -webkit-text-fill-color: #035d03;
    color: #035d03;
    font-family: roboto-regular-webfont,sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.button--load-games:hover
{
    background-color: #035d03;
}
.button--load-games:hover span
{
    -webkit-text-fill-color: #fff;
    color: #fff;
}
.games-block-wrapper.amusnet-block .games-block, .games-block-wrapper.amusnet-jackpot-block .games-block, .games-block-wrapper.exclusive-tournament-block .games-block, .games-block-wrapper.megaways-block .games-block, .games-block-wrapper.new-block .games-block, .games-block-wrapper.new-provider-block .games-block, .games-block-wrapper.only-on-brazino-block .games-block, .games-block-wrapper.scratch-cards-block .games-block
{
    grid-template-rows: auto;
}
.games-block .games-block__game .game-add-favourite--favourited
{
    pointer-events: none;
}
.games-block .games-block__game .game-add-favourite form label
{
    display: none;
}
.games-block .games-block__game .game-add-favourite form label.is-favorite
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.games-block .games-block__game .game-tag
{
    background-image: url(../../bcgamebettingde/image/game-tag-bg.5c2bba90.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 73.5px;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 87.5px;
}
@media(min-width: 600px)
{
    .games-block .games-block__game .game-tag
    {
        height: 105px;
        width: 125px;
    }
}
.games-block .games-block__game .game-tag-title
{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: roboto-medium-webfont,sans-serif;
    font-size: 12.649px;
    font-style: italic;
    font-weight: 500;
    height: 82%;
    justify-content: center;
    line-height: 100%;
    text-shadow: 0 .9333333969px .9333333969px rgba(0,0,0,.31);
    text-transform: uppercase;
    width: 82%;
}
@media(min-width: 600px)
{
    .games-block .games-block__game .game-tag-title
    {
        font-size: 18.069px;
        height: 80%;
        text-shadow: 0 1.3333333731px 1.3333333731px rgba(0,0,0,.31);
        width: 80%;
    }
}
.games-block .games-block__game .game-tag-title span
{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 15px;
    justify-content: center;
    -webkit-transform: rotate(-38.771deg);
    transform: rotate(-38.771deg);
}
@media(min-width: 600px)
{
    .games-block .games-block__game .game-tag-title span
    {
        height: 18px;
    }
}
.button--load-games.spinning
{
    background: #035d03;
    border-radius: 50%;
    height: 26px;
    min-width: 26px;
    padding: 0;
    position: relative;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: width,min-width,background-color,color,border-radius;
    transition-property: width,min-width,background-color,color,border-radius;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    width: 26px;
}
.button--load-games.spinning:after
{
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
    background: #035d03;
    border: 3px solid;
    border-color: #fff #fff transparent;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 22px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 22px;
}
@-webkit-keyframes rotation
{
    0%
    {
        -webkit-transform: translate(-50%,-50%) rotate(0deg);
        transform: translate(-50%,-50%) rotate(0deg);
    }
    to
    {
        -webkit-transform: translate(-50%,-50%) rotate(1turn);
        transform: translate(-50%,-50%) rotate(1turn);
    }
}
@keyframes rotation
{
    0%
    {
        -webkit-transform: translate(-50%,-50%) rotate(0deg);
        transform: translate(-50%,-50%) rotate(0deg);
    }
    to
    {
        -webkit-transform: translate(-50%,-50%) rotate(1turn);
        transform: translate(-50%,-50%) rotate(1turn);
    }
}
.button--load-games.spinning span
{
    display: none;
}
@media(min-width: 600px)
{
    .button--load-games
    {
        margin-top: 30px;
    }
}
@media(min-width: 1000px)
{
    .games-block
    {
        grid-gap: 16px 10px;
        margin: 0 auto;
        padding-left: 0;
        width: 100%;
    }
    .games-block:after
    {
        display: none;
    }
    .games-block .games-block__game a:not(.button--demo) img
    {
        display: block;
    }
    .games-block .games-block__game a:not(.button--demo) img, .games-block .games-block__game--skeleton
    {
        height: 180px;
        min-height: 180px;
        min-width: 180px;
        width: 180px;
    }
    .games-block .games-block__game .game-title
    {
        font-size: 14px;
        line-height: 16px;
        margin: 8px 0 4px;
        max-width: 170px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .games-block .games-block__game .game-producer
    {
        font-size: 12px;
        line-height: 15px;
    }
    .games-block .games-block__game .game-hover
    {
        height: 180px;
        min-height: 180px;
        min-width: 180px;
        width: 180px;
    }
    .games-block .games-block__game .game-hover .button--demo
    {
        font-size: 14px;
        line-height: 16px;
    }
    .games-block .games-block__game .game-hover .button--play
    {
        font-size: 14px;
        height: 40px;
        line-height: 16px;
        min-height: 40px;
        min-width: 102px;
        width: 102px!important;
    }
    .games-block .games-block__game .game-jackpot
    {
        height: 20px;
        min-height: 20px;
        min-width: 117px;
        padding: 2px 7px;
    }
    .games-block .games-block__game .game-jackpot__amount, .games-block .games-block__game .game-jackpot__currency
    {
        font-size: 14px;
        line-height: 16px;
    }
    .button--load-games
    {
        height: 36px;
        min-width: 96px;
    }
    .button--load-games span
    {
        font-size: 14px;
    }
    .button--load-games.spinning
    {
        height: 36px;
        min-width: 36px;
        width: 36px;
    }
    .button--load-games.spinning:after
    {
        height: 28px;
        width: 28px;
    }
}
@media(min-width: 1300px)
{
    .games-block
    {
        max-width: 1280px;
        padding: 0;
    }
    .games-block .games-block__game a:not(.button--demo) img, .games-block .games-block__game--skeleton
    {
        height: 200px;
        min-height: 200px;
        min-width: 300px;
        width: 300px;
    }
    .games-block .games-block__game a:not(.button--demo) img
    {
        aspect-ratio: revert;
    }
    .games-block .games-block__game .game-hover
    {
        height: 200px;
        min-height: 200px;
        min-width: 300px;
        width: 300px;
    }
    .games-block .games-block__game .game-title
    {
        font-size: 16px;
        line-height: 19px;
        max-width: 290px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .games-block .games-block__game .game-producer
    {
        font-size: 14px;
        line-height: 17px;
    }
    .games-block .games-block__game .game-add-favourite
    {
        right: 20px;
    }
    .games-block .games-block__game .game-jackpot
    {
        left: 20px;
        top: 20px;
    }
}
.games-block .odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .games-block .odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .games-block .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .games-block .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner
{
    -webkit-transition: -webkit-transform 1s!important;
    transition: -webkit-transform 1s!important;
    transition: transform 1s!important;
    transition: transform 1s,-webkit-transform 1s!important;
}
.games-block .odometer .odometer-inside .odometer-digit:last-child, .games-block .odometer .odometer-inside .odometer-digit:nth-last-child(2)
{
    display: none!important;
}
.odometer.odometer-auto-theme, .odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default, .odometer.odometer-theme-default .odometer-digit
{
    *zoom: 1;
    display: inline-block;
    *display: inline;
    position: relative;
    vertical-align: middle;
    *vertical-align: auto;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer
{
    *zoom: 1;
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    *vertical-align: auto;
    visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner
{
    bottom: 0;
    display: block;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: left;
    top: 0;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon
{
    display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner
{
    -webkit-backface-visibility: hidden;
    display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value
{
    display: block;
    -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value
{
    position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner
{
    -webkit-transition: -webkit-transform 2s;
    transition: -webkit-transform 2s;
    transition: transform 2s;
    transition: transform 2s,-webkit-transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner
{
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner
{
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 2s;
    transition: -webkit-transform 2s;
    transition: transform 2s;
    transition: transform 2s,-webkit-transform 2s;
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default
{
    font-family: Helvetica Neue,sans-serif;
    line-height: 1.1em;
}
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value
{
    text-align: center;
}