.casinoMaps .map{
    height: calc(100vh - 100px);
    max-height: 1200px;
}
.casinoMaps .grid.no-space > .row > .col_40{
    height: calc(100vh - 100px);
    max-height: 1200px;
}

@media screen and (max-width: 1024px){
    .casinoMaps .grid.no-space > .row > .col_40{
        height: auto;
    }
}

.hb10-wrapper .hb10-grouped-sub{
    display: none !important;
}
.hb10-wrapper .hb10-badge{
    background:#8d2631;
    color:white;
    border-radius:3px;
    font-size:12px;
    display:inline-block;
    padding: 5px 10px;
    line-height: 1;
    position: relative;
    top: -2px;
}

.hb10-wrapper .casino-search.row{
    background-color: #082a5e;
    color: white;
}
.hb10-wrapper button#google-formcontrol-submit{
    line-height: 36px;
    background-color: #8d2631;
}
.hb10-wrapper button.button-light{
    line-height: 36px;
}

.informMobileApp{
    display: none;
    padding: 10px 2.5% 0;
    text-align: center;
    font-weight: 600;
}
.informMobileApp .appBox{
    margin: 15px 0 0 0;
}
.informMobileApp .appBox .appLink{
    padding: 0 21px 0 0;
}
.informMobileApp .appBox .appLink img{
    max-width: 37.5%;
    height: auto;
}

@media screen and (max-width: 1024px){
    .casino-wrapper .col_15{
        background-color: lime;
        flex-basis: calc(100%) !important;
    }
    .informMobileApp{
        display: block;
    }
}

#hb10-spinny{
    margin: 25px 0 0 0;
    display: none;
}
.hb10-ripple {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
.hb10-ripple div {
    position: absolute;
    border: 4px solid #082a5e;
    opacity: 1;
    border-radius: 50%;
    animation: hb10-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.hb10-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes hb10-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }
    4.9% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }
    5% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}
