@charset "UTF-8";
/* CSS Document */


.live {
  display: block;
  height: auto;
  margin: 0;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  position: relative;
  -webkit-animation: backgroundFade 2s infinite;
  -moz-animation: backgroundFade 2s infinite;
  animation: backgroundFade 2s infinite;
}

@-webkit-keyframes backgroundFade {
  0% {
    background-color: #061a2e;
  }
  100% {
    background-color: #406993;
  }
}

@-moz-keyframes backgroundFade {
  0% {
    background-color: #061a2e;
  }
  100% {
    background-color: #406993;
  }
}

@keyframes backgroundFade {
  0% {
    background-color: #061a2e;
  }
  100% {
    background-color: #406993;
  }
}


.preBanner {
  display: none;
}
.liveBanner {
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
}
.liveBanner img {
  width: 45px;
  height: 45px;
  margin-left: 10px;
}
.live .liveBanner a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}
.sort-holder {
  width: 300px;
  position: relative;
  top: 0px;
  z-index: 99;
}
.sort-holder li a {
  display: block;
  text-decoration: none;
  line-height: 1.4;
  padding: 10px 0px;
  border-radius: 0px;
  text-transform: uppercase;
  background-color: #fff;
  color: #000000;
}
.tcolor4 {
  color: #ffb700;
}