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: #dc3545;
  color: #222;
  font-weight: 700;
  border-radius: 5px;
  padding: 5px;
  display: inline-block;
  margin-right: 5px;
  color: #fff;
}

.all-links .btn-link-play.active {
  background: #FFD700;
  color: #222;
}

.all-links .btn-link-play[disabled] {
  opacity: 0.8;
  background: #ddd;
  color: #222;
  cursor: default;
}

#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.4);
  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;
}
#site-wrapper #site-footer .block .block-content .block-item {
    margin: 15px 4px;
    width:auto;
}
#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;
}
body .ad-floater.horizontal {
    left: 50%;
    right: initial;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
@media screen and (max-width: 460px) {
  .no-ads {
    width: 35px;
    height: 35px;
    bottom: 75px;
    left: 15px;
  }
}
@media screen and (max-width: 360px) {
  .no-ads {
    width: 30px;
    height: 30px;
    bottom: 75px;
    left: 5px;
  }
}
@media screen and (max-width: 330px) {
  .no-ads {
    width: 25px;
    height: 25px;
    bottom: 58px;
  }
}

.thumb-500x300 {
    text-align: center;
    width: calc(100% - 330px);
    position: relative;
    z-index:100;
}
.thumb-500x300 img {
    border-radius:6px;
    height: 300px;
}
@media screen and (max-width: 1200px) {
    .thumb-500x300 {
        width: 100%;
    }
}
@media screen and (max-width: 991px) {
    .thumb-500x300 img {
        height: 250px;
    }
}
@media screen and (max-width: 600px) {
    .thumb-500x300 img {
        height: auto;
        width: 100%;
        max-width: 300px;
    }
}


.paragraph .field p {
  margin: 5px 0 !important;
}
.paragraph .field strong {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin-top: 15px;
  display: inline-block;
}