a.live-chat img {
    max-width: 140px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
}
.font400 {
    font-weight: 400;
}
.lucky-wheel-spin {
    position: fixed;
    bottom: 20%;
    z-index: 9;
    width: 120px;
}
.LockOn {
    display: block;
    position: absolute;
    z-index: 1080;
    top: 0px;
    left: 0px;
    width: 105%;
    height: 125%;
    background-color: white;
    vertical-align: bottom;
    padding-top: 20%;
    filter: alpha(opacity=75);
    opacity: 0.75;
    background-image: url(../img/bewin_loader.gif);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
.download-btn {
    text-align: center;
    border-top: 1px solid #efba31;
    background: -webkit-linear-gradient(90deg, #000000 0%, #1f1f1f 18%, #000000 100%);
    background: -moz-linear-gradient(90deg, #000000 0%, #1f1f1f 18%, #000000 100%);
    background: -o-linear-gradient(90deg, #000000 0%, #1f1f1f 18%, #000000 100%);
    background: linear-gradient(90deg, #000000 0%, #1f1f1f 18%, #000000 100%);
    margin: 0 0 20px;
}
.download-btn div {
    padding: 5px 10px;
    cursor: pointer;
}
.download-btn div p {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 14px;
}
.download-btn div + div {
    border-left: 1px solid #000;
}
.youtube-channel + .btn,
.download-btn div:hover {
    background: -webkit-linear-gradient(90deg, #efba31 0%, #f5efb6 18%, #efba31 100%);
    background: -moz-linear-gradient(90deg, #efba31 0%, #f5efb6 18%, #efba31 100%);
    background: -o-linear-gradient(90deg, #efba31 0%, #f5efb6 18%, #efba31 100%);
    background: linear-gradient(90deg, #efba31 0%, #f5efb6 18%, #efba31 100%);
    color: #000;
}
@media only screen and (max-width: 768px) {
    .live-chat {
        display: none;
    }
    .lucky-wheel-spin {
        bottom: 75px;
        width: 100px;
    }
}
@media only screen and (min-width: 768px) {
    .socials {
        display: inline-block;
        text-align: center;
    }
    .socials li {
        list-style: none;
        display: inline-block;
    }
    .socials li img {
        width: 20px;
    }
}
