button {
  outline: none;
}

.anx_player {
  position: relative;
  width:452px;
  height:85px;
  color: rgb(0, 0, 0);
  font-size:9px;
  overflow:hidden;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-text-size-adjust: 100%;
  line-height: 1em;
  margin: 0 auto;
}
.video-js {
  opacity: 0;
}
.btn_play {
  width: 100%;
  height: 100%;
  background: url(../../radio/img/icon_off.png) top left no-repeat;
  background-size: ;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  cursor: pointer;
  border-radius: 0;
  border: 0;
  text-indent: -9999px;
  background-size: 68px 52px;
  -webkit-background-size: 68px 52px;
  -webkit-transition: .4s linear, right .6s ease .4s;
  transition: .4s linear, right .6s ease .4s;
}
#brightcovePlayer1,
#brightcovePlayer2,
#brightcovePlayer3,
#brightcovePlayer {
  position: relative;
  width:452px;
  height:85px;
  color: rgb(0, 0, 0);
  font-size:9px;
  overflow:hidden;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-text-size-adjust: 100%;
  line-height: 1em;
  background:url(../img/soundPlayer/base.png);
}


#brightcovePlayer {
  margin: 20px 0 20px;
}

#brightcovePlayer1 .btn_play,
#brightcovePlayer2 .btn_play,
#brightcovePlayer3 .btn_play,
#brightcovePlayer .btn_play {
  position: absolute;
  left:19px;
  top:23px;
  width:37px;
  height:36px;
  background:url(../img/soundPlayer/btnPlay.png);
	background-position:0px -36px;
}

.btn_play:hover .on {
  display: block;
}
.btn_play:hover .off {
  display: none;
}

.btn_play.active {
  background: url(../../radio/img/regular/icon.png) top left no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  background-size: 68px 52px;
  -webkit-background-size: 68px 52px;
  -webkit-transition: .4s linear, right .6s ease .4s;
  transition: .4s linear, right .6s ease .4s;
}

#brightcovePlayer1 .btn_play.active {
  position: absolute;
  left: 15px;
  top: 18px;
  width: 40px;
  height: 40px;
}
#brightcovePlayer1 .btn_play.active,
#brightcovePlayer2 .btn_play.active,
#brightcovePlayer3 .btn_play.active,
#brightcovePlayer .btn_play.active  {
  position: absolute;
  left:19px;
  top:23px;
  width:37px;
  height:36px;
  background:url(../img/soundPlayer/btnPause.png);
  background-position:0px -36px;
}

.btn_pause:hover .on {
  display: block;
}

.display_poster {
  position:absolute;
  left: 86px;
  top: 25px;
  width: 265px;
  height:12px;
  overflow:hidden;
  white-space:nowrap;
  color:#000;
  text-align: left;
  text-indent: -17.5em;
}

.display_time {
  position:absolute;
  right: 20px;
  top: 25px;
  color: #000;
  letter-spacing: 0.05rem;
}

.seekbar_vol {
  position: absolute !important;
  left: 324px !important;
  top: 41px !important;
  width: 107px !important;
  height: 14px !important;
  padding: 0 !important;
}
.seekbar_vol_bg {
  background:url(../img/soundPlayer/soundBase.png) !important;
  width: 107px !important;
  height: 14px !important;
  cursor:pointer;
  position:absolute !important;
  left: 0 !important;
  top: 0 !important;
}

.seekbar_vol span {
  background: url(../img/soundPlayer/soundProgress.png) !important;
  width: 107px;
  height: 14px;
  position:absolute;
  left: 0;
  top: 0;
}

.seekbar_time {
  position:absolute;
  left: 85px;
  top: 49px;
  background:url(../img/soundPlayer/seekBase.png);
  width:216px;
  height:7px;
  border-radius: 20px;
}
.seekbar_time span {
  cursor: pointer;
  display: block;
  height: 100%;
  background:url(../img/soundPlayer/seekProgress.png);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
}

.video-js {
  opacity: 0;
}
 
.display_time_par,
.btn_pause,
.btn_stop,
.btn_mute,
.btn_full {
 opacity: 0;
 position: fixed;
 top: -99999px;
 left: -99999px;
}

@media screen and (max-width: 768px) {
}