﻿@import url('css2-Robotowght400500700_swap.css');


body, html {
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-size: 14px;
    background: #01060a;
    font-family: 'Roboto', sans-serif;
}

body {
    margin: 0px auto;
    /*height: 100%;*/
    position: relative;
    z-index: 0;
    color: #ffffff;
    /* overflow-x: hidden !important;
    overflow: scroll;*/
    background: url("../../willbetgambling/image/main-bg.jpg") 50% 0% no-repeat #01060a;
    background-size: cover;
    background-attachment: fixed;
    overflow-x: hidden;
}

body {
    background-color: #222222;
    overflow-y: scroll;
}

footer {
    margin: 0 auto;
    /* background-color: #8aa39e; */
}

.footer-inner {
    margin: 0 auto;
    padding: 10px 0 0 0;
}

footer {
    margin: 0 auto;
    /* background-color: #152834;
    border-top:3px solid #43c2ad; */
}

.footer-inner {
    margin: 0 auto;
    padding: 0px 0 0 0;
}

.crypto{
    height:35px;
}

.bank-img {
    margin: 0px auto 20px;
    text-align: center;
}

    .bank-img img {
        margin: 5px 5px;
        height: 25px;
    }

    footer a{
        display: inline-block;
        width: fit-content;
    }

    .aff img{
        display: block;
        width: fit-content;
        margin: 0 auto;
    }

/*MAGIC CIRCLE CSS start*/


@keyframes glowing {
    from {
        box-shadow: 0 0 20px 10px #3fff59;
    }

    to {
        box-shadow: 0 0 20px 10px #20bf35;
    }
}



/*@keyframes appear {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.3;
    }
}*/

#spell {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 800px;
    height: 800px;
    border-radius: 50%;
    opacity: 0;
    z-index:-1;
    border: 1px solid white;
    box-shadow: 0 0 10px 1px #3fff59, 0 0 10px 1px #3fff59 inset;
    animation: appear 3s linear forwards;
    animation-delay: 5s;

}

@keyframes rotating {
    from {
        transform: rotate(-360deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#spell .center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 400px;
    height: 400px;
    border: 1px solid white;
    box-shadow: 0 0 10px 1px #3fff59, 0 0 10px 1px #3fff59 inset;
    animation: rotating 12s linear infinite;
}

    #spell .center.circle {
        border-radius: 50%;
    }

    #spell .center.square1 {
        animation-delay: 1.4s;
    }

    #spell .center.square3 {
        animation-delay: 5.2s;
    }

    #spell .center.square4 {
        animation-delay: 2.6s;
        animation-duration: 10s;
        animation-direction: reverse;
        width: 392px;
        height: 392px;
    }

#spell .center2.circle {
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 568px;
    height: 576px;
    border: 1px solid white;
    box-shadow: 0 0 10px 1px #3fff59, 0 0 10px 1px #3fff59 inset;
    animation: rotating 8s linear infinite;
}

#spell .center3.circle {
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 600px;
    height: 608px;
    border: 1px solid white;
    box-shadow: 0 0 10px 1px #3fff59, 0 0 10px 1px #3fff59 inset;
    animation: rotating 8s linear infinite;
}

#spell .center4.circle {
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 760px;
    height: 768px;
    border: 1px solid white;
    box-shadow: 0 0 10px 1px #3fff59, 0 0 10px 1px #3fff59 inset;
    animation: rotating 8s linear reverse infinite;
}
/*MAGIC CIRCLE CSS end*/


* {
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    -webkit-tap-highlight-color: rgba(1, 6, 10, 0)
}

:focus {
    outline: none
}

img {
    display: block;
    border: 0px !important;
    outline: none !important;
    height: auto
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}



.icons {
    margin-top: 0px !important;
}

.text-center {
    text-align: center;
}


.monster {
    max-width: 280px;
    margin: 0 auto;
    display: none;
}


/* .ClearFix {
    clear: both
} */

.Transitions {
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.NoSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.Obj {
    display: block;
    width: 100%;
    min-height: 100px;
    height: auto;
    margin: 0px auto;
    position: relative
}

.CBronze {
    color: #dbad64
}

.CRed {
    color: #dbad64
}

#Mask {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    pointer-events: none;
    z-index: 0;
    overflow: hidden
}

    #Mask #ImgSymbols {
        display: block;
        width: 100%;
        height: auto;
        position: absolute;
        left: 0px;
        top: 0px;
        pointer-events: none;
        z-index: 0
    }

.MainCont {
    display: block;
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0px auto;
    position: relative;
    text-align: center;
    /*padding: 30px 30px;*/
    z-index: 99
}

.Mainwel {
  text-align:center;

}

    .MainCont img {
        display: block;
        width: 100%;
        height: auto
    }

    .MainCont #LogoBrand {
        display: block;
        max-width: 225px;
        height: auto;
        margin: 0px auto
    }

    .MainCont #RowBonus {
        display: block;
        max-width: 985px;
        height: auto;
        margin: 0px auto
    }

    .MainCont #Maintitle {
        display: block;
        max-width: 595px;
        height: auto;
        margin: 0px auto 30px auto
    }

    .MainCont #RowBonus #RowPromos {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: auto;
        position: relative;
        z-index: 10;
        gap: 80px
    }

        .MainCont #RowBonus #RowPromos #Plus {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 73px;
            height: auto
        }

        .MainCont #RowBonus #RowPromos .BoxPromo {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            width: 100%;
            max-width: 380px;
            height: auto;
            justify-content: center
        }

            .MainCont #RowBonus #RowPromos .BoxPromo .RowCode {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                width: 100%;
                max-width: 380px;
                height: 60px;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                border: dashed 1px #ffea00;
                background: rgba(6, 25, 42, 0.8);
                margin: 10px 0px;
                font-size: 25px;
                font-family: 'Roboto', sans-serif;
            }

            .MainCont #RowBonus #RowPromos .BoxPromo h1 {
                font-size: 40px;
                line-height: 10px;
                letter-spacing: -1px;
                margin: 0px;
                padding: 0px;
               font-family: 'Roboto', sans-serif;
            }

            .MainCont #RowBonus #RowPromos .BoxPromo .SubText {
                font-size: 30px;
                line-height: 10px;
                letter-spacing: -1px;
                margin: 0px;
                padding: 0px
            }

            .MainCont #RowBonus #RowPromos .BoxPromo p {
                font-size: 15px;
                line-height: 15px;
                margin: 10px;
                padding: 0px
            }

    .MainCont #RowScreenSteps {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 1050px;
        height: auto;
        margin: 0px auto
    }

    .MainCont #BoxPlayingGame {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 390px;
        max-height: 240px;
        height: auto;
        margin: 50px auto 0px auto;
        border: solid 4px #71e668;
        position: relative
    }

        .MainCont #BoxPlayingGame .Game {
            display: block;
            height: auto;
            margin: 0px auto
        }

        .MainCont #BoxPlayingGame .TitleGame {
            display: block;
            height: auto;
            position: absolute;
            left: 0px;
            top: -30px
        }

    .MainCont #BoxShowSteps {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 490px;
        height: auto;
        margin: 0px auto
    }

        .MainCont #BoxShowSteps #BoxSteps {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: 440px;
            height: 250px;
            margin: 15px auto 0px auto;
            position: relative;
            background: url("../../willbetgambling/image/bg-steps.svg") 50% 50% no-repeat;
            background-size: 100%
        }

            .MainCont #BoxShowSteps #BoxSteps #RowNums {
                display: block;
                width: 100%;
                height: 55px;
                position: absolute;
                left: 0px;
                top: 20px
            }

                .MainCont #BoxShowSteps #BoxSteps #RowNums #CircleNum {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    width: 55px;
                    height: 55px;
                    position: relative;
                    margin: 0px auto;
                    background: #dbad64;
                    border-radius: 100px;
                    border: solid 3px #ffffff;
                    font-size: 25px;
                    font-weight: bold
                }

            .MainCont #BoxShowSteps #BoxSteps #InfoSteps {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                width: 75%;
                height: 70%;
                position: relative;
                font-size: 38px;
                line-height: 42px;
                padding-top: -25px;
                font-weight: 700;
            }

            .MainCont #BoxShowSteps #BoxSteps .BtnArrows {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                width: 50px;
                height: 100%;
                position: absolute;
                top: 5%;
                cursor: pointer;
                pointer-events: all;
                -webkit-transition: all 0.1s ease-in-out;
                -o-transition: all 0.1s ease-in-out;
                transition: all 0.1s ease-in-out
            }

                .MainCont #BoxShowSteps #BoxSteps .BtnArrows:after {
                    content: "";
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    width: 50px;
                    height: 50px;
                    position: relative;
                    pointer-events: none;
                    background: url("https://slotgard.com/affiliates/2025/aff-381/dublin/images/arrows.svg") 0% 0% no-repeat;
                    background-size: 100px 100px
                }

            .MainCont #BoxShowSteps #BoxSteps #BtnStep_L {
                left: -40px
            }

            .MainCont #BoxShowSteps #BoxSteps #BtnStep_R {
                right: -40px
            }

            /*.MainCont #BoxShowSteps #BoxSteps #BtnStep_L:after {
                background-position: 100% 0%
            }

            .MainCont #BoxShowSteps #BoxSteps #BtnStep_L:hover:after {
                background-position: 0% 0%
            }

            .MainCont #BoxShowSteps #BoxSteps #BtnStep_R:after {
                background-position: 0% 100%
            }

            .MainCont #BoxShowSteps #BoxSteps #BtnStep_R:hover:after {
                background-position: 100% 100%
            }

            .MainCont #BoxShowSteps #BoxSteps .BtnArrows:hover {
                -webkit-transform: scale(1.2);
                -ms-transform: scale(1.2);
                transform: scale(1.2)
            }

            .MainCont #BoxShowSteps #BoxSteps .BtnArrows:active {
                -webkit-transform: scale(0.8);
                -ms-transform: scale(0.8);
                transform: scale(0.8)
            }*/

            .MainCont #BoxShowSteps #BoxSteps #BtnStep_L:active {
                left: -50px;
                opacity: 0.8
            }

            .MainCont #BoxShowSteps #BoxSteps #BtnStep_R:active {
                right: -50px;
                opacity: 0.8
            }

#BtnCta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 400px;
    height: 80px;
    position: relative;
    margin: 30px auto;
    position: relative;
    z-index: 99;
    font-size: 40px;
    text-decoration: none;
    color: #ffffff;
    background: #43c2ad;
    color: #0d0d0d;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    border-radius: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    /*border: 3px solid #43c2ad;*/
}

    #BtnCta:hover {
        background: #ffffff;
        color: #051420;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }

    

  
    #BtnCta:hover:before {
        top: -65px;
        background-size: 70%
    }

    #BtnCta:hover:after {
        bottom: -65px;
        background-size: 70%
    }

.CapBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    pointer-events: none;
    border-radius: 10px
}

    .CapBtn:after {
        content: "";
        display: block;
        width: 200px;
        height: 600px;
        position: absolute;
        left: -50%;
        top: -300px;
        opacity: 0.9;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        background-color: green;
        background: white;
        background: -webkit-linear-gradient(357deg, rgba(255, 255, 255, 0) 10%, white 50%, rgba(255, 255, 255, 0) 90%);
        background: -o-linear-gradient(357deg, rgba(255, 255, 255, 0) 10%, white 50%, rgba(255, 255, 255, 0) 90%);
        background: linear-gradient(93deg, rgba(255, 255, 255, 0) 10%, white 50%, rgba(255, 255, 255, 0) 90%)
    }

#ImgBrandsFooter {
    display: block;
    width: 100%;
    max-width: 675px;
    margin: 100px auto 20px auto;
    opacity: 1
}

.CapBtn:after {
    -webkit-animation: MoveShine 1s infinite;
    -moz-animation: MoveShine 1s infinite;
    -o-animation: MoveShine 1s infinite;
    -ms-animation: MoveShine 1s infinite;
    animation: MoveShine 1s infinite
}

@-webkit-keyframes MoveShine {
    0% {
        left: -50%
    }

    to {
        left: 150%
    }
}

@-moz-keyframes MoveShine {
    0% {
        left: -50%
    }

    to {
        left: 150%
    }
}

@-ms-keyframes MoveShine {
    0% {
        left: -50%
    }

    to {
        left: 150%
    }
}

@-o-keyframes MoveShine {
    0% {
        left: -50%
    }

    to {
        left: 150%
    }
}

@keyframes MoveShine {
    0% {
        left: -50%
    }

    to {
        left: 150%
    }
}

.ColorCode {
    -webkit-animation: color-change 0.2s infinite;
    -moz-animation: color-change 0.2s infinite;
    -o-animation: color-change 0.2s infinite;
    -ms-animation: color-change 0.2s infinite;
    animation: color-change 0.2s infinite
}

@-webkit-keyframes color-change {
    0% {
        color: #dbad64
    }

    60% {
        color: #ffffff
    }

    80% {
        color: #01060a
    }

    to {
        color: #dbad64
    }
}

@-moz-keyframes color-change {
    0% {
        color: #dbad64
    }

    60% {
        color: #ffffff
    }

    80% {
        color: #01060a
    }

    to {
        color: #dbad64
    }
}

@-ms-keyframes color-change {
    0% {
        color: #dbad64
    }

    60% {
        color: #ffffff
    }

    80% {
        color: #01060a
    }

    to {
        color: #dbad64
    }
}

@-o-keyframes color-change {
    0% {
        color: #dbad64
    }

    60% {
        color: #ffffff
    }

    80% {
        color: #01060a
    }

    to {
        color: #dbad64
    }
}

@keyframes color-change {
    0% {
        color: #dbad64
    }

    60% {
        color: #ffffff
    }

    80% {
        color: #01060a
    }

    to {
        color: #dbad64
    }
}

@media only screen and (min-width:681px) and (max-width:950px) {
    .MainCont #LogoBrand {
        max-width: 180px
    }

    .MainCont {
        padding: 20px 20px
    }

        .MainCont.Second {
            padding: 0px 20px
        }

        .MainCont #Maintitle {
            max-width: 595px;
            margin: 20px auto 20px auto
        }

        .MainCont #RowBonus {
            max-width: 700px
        }

            .MainCont #RowBonus #RowPromos {
                padding: 0px 30px;
                gap: 20px
            }

        .MainCont #RowScreenSteps {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin: 0px auto 0px auto
        }

        .MainCont #BoxShowSteps {
            padding-top: 20px;
            margin: 0px auto 50px auto
        }

            .MainCont #BoxShowSteps #BoxSteps #BtnStep_L {
                left: -30px
            }

            .MainCont #BoxShowSteps #BoxSteps #BtnStep_R {
                right: -30px
            }

            .MainCont #BoxShowSteps #BoxSteps #BtnStep_L:active {
                left: -40px;
                opacity: 0.8
            }

            .MainCont #BoxShowSteps #BoxSteps #BtnStep_R:active {
                right: -40px;
                opacity: 0.8
            }

    #BtnCta {
        max-width: 380px;
        height: 70px;
        margin: 0px auto 40px;
    }


    .MainCont #RowBonus #RowPromos #Plus {
        width: 50px;
        margin: 20px auto
    }

    .MainCont #RowBonus #RowPromos .BoxPromo .RowCode {
        font-size: 20px
    }

    .MainCont #RowBonus #RowPromos .BoxPromo h1 {
        font-size: 30px;
        line-height: 25px
    }

    .MainCont #RowBonus #RowPromos .BoxPromo .SubText {
        font-size: 20px;
        line-height: 20px
    }

    .MainCont #BoxShowSteps #BoxSteps #InfoSteps {
        font-size: 16px;
        line-height: 16px;
        padding-top: 30px
    }

    .monster{
        display:block;
    }

}

@media only screen and (min-width:320px) and (max-width:680px) {

    body {
        margin: 0px auto;
        /*height: 100%;*/
        position: relative;
        z-index: 0;
        color: #ffffff;
        /* overflow-x: hidden !important;
    overflow: scroll;*/
        background: url("../../willbetgambling/image/bg-main__mob.jpg") 57% 0% no-repeat #01060a;
        background-size: cover;
        background-attachment: fixed
    }

    #Mask #ImgSymbols {
        width: 150%;
        left: -25%;
        top: 0%
    }

    .MainCont #LogoBrand {
        max-width: 180px
    }

    .MainCont {
        padding: 20px 20px
    }

        .MainCont.Second {
            padding: 0px 20px
        }

        .MainCont #Maintitle {
            max-width: 100%;
            margin: 20px auto 20px auto
        }

        .MainCont #RowBonus #RowPromos {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 100%;
            position: relative;
            left: auto;
            bottom: auto;
            gap: 0px
        }

        .MainCont #RowScreenSteps {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin: 0px auto 0px auto
        }

        .MainCont #BoxShowSteps {
            padding-top: 20px;
            margin: 0px auto 50px auto
        }

            .MainCont #BoxShowSteps #BoxSteps #BtnStep_L {
                left: -30px
            }

            .MainCont #BoxShowSteps #BoxSteps #BtnStep_R {
                right: -30px
            }

            .MainCont #BoxShowSteps #BoxSteps #BtnStep_L:active {
                left: -40px;
                opacity: 0.8
            }

            .MainCont #BoxShowSteps #BoxSteps #BtnStep_R:active {
                right: -40px;
                opacity: 0.8
            }

    #BtnCta {
        max-width: 85%;
        height: 62px;
        margin: 0px auto 40px;
        font-size: 34px;
    }

    .MainCont #RowBonus #RowPromos #Plus {
        width: 50px;
        margin: 20px auto
    }

    .MainCont #RowBonus #RowPromos .BoxPromo .RowCode {
        font-size: 20px;
        max-width: 300px
    }

    .MainCont #BoxShowSteps #BoxSteps #InfoSteps {
        font-size: 32px;
        line-height: 36px;
        padding-top: -1px;
    }
    

    #ImgBrandsFooter {
        margin: 0px auto 20px auto
    }

    .MainCont #RowBonus #RowPromos .BoxPromo h1 {
        font-size: 30px;
        line-height: 30px
    }

    .monster {
        display: block;
    }
}

@media only screen and (min-width:320px) and (max-width:370px) {
    .MainCont #RowBonus #RowPromos .BoxPromo h1 {
        font-size: 30px;
        line-height: 25px
    }

    .MainCont #RowBonus #RowPromos .BoxPromo .SubText {
        font-size: 20px;
        line-height: 20px
    }
}

@media only screen and (min-width:0px) and (max-width:319px) {
    body {
        display: none
    }
}

#BarFooter #BtnFooter {
    text-transform: uppercase;
    display: block;
    width: 100%;
    max-width: 180px;
    height: 50px;
    line-height: 50px;
    margin: 0px auto;
    letter-spacing: 0px;
    background: #dbad64;
    background-size: 100%;
    position: relative;
    font-size: 20px;
    color: #01060a;
    cursor: pointer;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;;
    background: url("../../willbetgambling/image/bnt-terms.svg") 50% 50% no-repeat;
    background-size: 100% 100%
}

#BarFooter {
    display: block;
    width: 100%;
    height: auto;
    margin: 0px;
    position: relative;
    bottom: 0px;
    text-align: center;
    cursor: pointer;
    z-index: 999;
   /* border-bottom: 0px #dbad64 solid;
    background: #01060a;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(1, 6, 10, 0.8)), to(rgba(1, 6, 10, 0)));
    background: -webkit-linear-gradient(bottom, rgba(1, 6, 10, 0.8) 20%, rgba(1, 6, 10, 0) 100%);
    background: -o-linear-gradient(bottom, rgba(1, 6, 10, 0.8) 20%, rgba(1, 6, 10, 0) 100%);
    background: linear-gradient(0deg, rgba(1, 6, 10, 0.8) 20%, rgba(1, 6, 10, 0) 100%)*/
}

    #BarFooter .TextFooter {
        display: block;
        width: 100%;
        max-width: 1200px;
        margin: 30px auto;
        padding: 0px 15px;
        font-size: 11px;
        color: #01060a;
        position: relative;
        z-index: 10;
        cursor: default;
        background: black;
        padding-top: 28px;
    

    }

        #BarFooter .TextFooter p {
            display: block;
            margin: 0px auto 20px auto;
            padding: 0px 0px;
            text-align: justify;
            font-size: 14px;
            font-family: 'Roboto', sans-serif;
            color: aliceblue;
        }

    #BarFooter #TxtTerms {
        display: none
    }

    #BarFooter .TextFooter strong {
        color: #01060a
    }

    #BarFooter:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: -45px;
        left: 0px;
        z-index: 0;
       
        -webkit-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out
    }
/*# sourceMappingURL=landing.min.css.map */
