body .ad-floater {
    height: auto;
}

body .ad-floater.right {
    right: 0;
    left: initial;
}

.ad-floater.tier-3 {
    bottom: 105px;
}

.ad-floater.tier-4 {
    bottom: 200px;
}

@media screen and (max-width: 1260px) {
    body .ad-floater.right {
        bottom: 103px;
    }

    body .ad-floater.tier-3 {
        bottom: 190px;
    }

    body .ad-floater.tier-4 {
        bottom: 290px;
    }
}

@media screen and (max-width: 900px) {
    body .ad-floater.right {
        bottom: 65px;
    }

    body .ad-floater.tier-3 {
        bottom: 120px;
    }

    body .ad-floater.tier-4 {
        bottom: 185px;
    }
}

@media screen and (min-width: 992px) {
    .ad-floater {
        width: 600px;
        height: auto;
    }
}

@media screen and (max-width: 560px) {
    .ad-floater {
        width: 230px;
    }
}

.new-target-goal {
    z-index: 100;
    right: 20px;
    bottom: 100px;
}

.new-floater-goal {
    z-index: 99;
    position: fixed;
    right: 0;
    bottom: 20px;
    height: 170px;
}

@media screen and (max-width: 991px) {
    .new-target-goal {
        -webkit-transform: translateX(10%) scale(0.8);
        -ms-transform: translateX(10%) scale(0.8);
        transform: translateX(10%) scale(0.8);
    }
}

@media screen and (max-width: 560px) {
    .new-target-goal {
        -webkit-transform: translateX(25%) scale(0.5);
        -ms-transform: translateX(25%) scale(0.5);
        transform: translateX(25%) scale(0.5);
    }

    .new-floater-goal {
        -webkit-transform: translateX(19%) scale(0.7);
        -ms-transform: translateX(19%) scale(0.7);
        transform: translateX(19%) scale(0.7);
        bottom: 35px;
    }

    body .ad-floater.tier-3 {
        bottom: 105px;
    }

    body .ad-floater.tier-4 {
        bottom: 160px;
    }
}

.all-links {
    display: inline-block;
    width: 100%;
    margin: 5px 0;
}

.all-links .btn-link-play {
    background: #eee;
    color: #222;
    font-weight: 700;
    border-radius: 5px;
    padding: 5px 5px 6px 5px;
    display: inline-block;
    margin-right: 5px;
}

.all-links .btn-link-play.active {
    background: #861657;
    color: #eee;
}

.all-links .btn-link-play[disabled] {
    opacity: 0.8;
    background: #ddd;
    color: #222;
    cursor: default;
}
a.btn-custom.active, button.btn-custom.active {
    background-color: #861657;
    border-color: #861657;
    color: #eee;
}
#site-wrapper .component.donate {
    display: inline-block;
}

#site-wrapper .component.donate .slogan {
    width: 100%;
    text-align: center;
    margin: 10px 0 0 0;
    padding: 0;
    width: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.partner-site a {
    display: inline-block;
    color: #fff;
    margin: 10px;
    background: #fd6500;
    border-radius: 3px;
    padding: 5px;
    text-decoration: underline;
}

@media screen and (max-width: 660px) {
    #site-wrapper .component.donate .slogan {
        font-size: 18px;
    }

    .partner-site a {
        font-size: 13px;
    }
}

#site-wrapper .component.donate {
    background-image: url(../images/donate_bgv2.jpg);
}

.promotion-popup {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 9999;
}

.promotion-popup .popuptet-bg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
}

.promotion-popup .static-text {
    position: relative;
    color: #222;
}

.promotion-popup .static-text .text1 {
    text-align: center;
    margin-top: 40px;
    text-shadow: 0 0 15px #ffd700;
    color: #FF0000;
    margin-top: 60px;
}

.promotion-popup .static-text .text2 {
    text-align: center;
}

.promotion-popup .btn-goto-lixi {
    background: #FF4500;
    border-radius: 3px;
    padding: 5px;
    width: 120px;
    height: 35px;
    display: block;
    margin: 20px auto 10px auto;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    line-height: 32px;
    text-align: center;
}

.promotion-popup .btn-promotion-close {
    position: absolute;
    right: 0;
    top: -60px;
    font-size: 40px;
    right: 0;
    z-index: 9;
    cursor: pointer;
}

.promotion-popup .promotion-popup-content {
    background-image: url(../images/special/bgtet.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 600px;
    min-height: 300px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px #ff00dd;
    box-shadow: 0 0 10px #ff00dd;
}

.auto-height {
    height: auto !important;
}

@media screen and (max-width: 660px) {
    #site-wrapper .component.donate .slogan {
        font-size: 18px;
    }

    .partner-site a {
        font-size: 13px;
    }
}

#site-wrapper .component.donate {
    background-image: url(../images/donate_bgv2.jpg);
}

.no-ads {
    position: fixed;
    bottom: 115px;
    width: 65px;
    height: 65px;
    background: #fff;
    left: 30px;
    border-radius: 50%;
    z-index: 2000;
    cursor: pointer;
    -webkit-animation-name: light;
    animation-name: light;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.no-ads img {
    width: 100%;
    height: 100%
}

#site-wrapper #site-footer .block .block-content .block-item {
    margin: 15px 4px;
    width: auto;
}

@media screen and (max-width: 600px) {
    .no-ads {
        width: 45px;
        height: 45px
    }
}

#site-wrapper #site-footer .block.contact .block-content.anchorxyz .block-item {
    margin: 5px;
    font-size: 11px;
}

#site-wrapper #site-footer .block.contact .block-content.anchorxyz .block-item:before {
    margin-right: 5px;
}

#site-wrapper .tip {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 30px;
    background: #fb3;
    z-index: 123;
    text-align: center;
    line-height: 28px;
    color: #000;
    font-weight: 600;
}

#site-wrapper .tip p span {
    color: green;
    font-size: 18px;
}

#site-wrapper .tip .icon {
    position: absolute;
    top: 0;
    right: 10px;
    border-radius: 50%;
    background: #fff;
    width: 25px;
    height: 25px;
    color: #222;
    font-size: 13px;
    line-height: 25px;
    cursor: pointer;
}