.audio_player .player {
  background: none;
  height:110px;
  /*position: fixed;*/ position: relative; width:100%;
  width: 100%;
  z-index: 9999; border-radius:0;
  transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s; 
}
/*.audio_player .player.hide_player{ bottom:-100px; }*/
.audio_player .player:after{ position:absolute; content:""; }

.audio_player .player .close_audio_player{ display:block; position:absolute; right:25px; top:34px; width:32px; height:30px; background: url(../images/controls/close-audio.png) no-repeat center center; background-size:32px auto; cursor:pointer; z-index:999; }


.audio_player .title,
.audio_player .artist {
  font-family: verdana;
  left: 219px;
  position: absolute;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.audio_player .title {
	top: 18px;
	font-family: 'GothamHTF-Medium';
	font-weight:normal;
	font-size: 18px;
	line-height: 19px; letter-spacing:0.17px;
	color: #fff;  
}

.audio_player .artist {
	top: 54px;
	font-family: 'DM Sans', sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #426292;
	height:22px;
	max-width:calc(100% - 774px);
	overflow:hidden;  
}

.audio_player .pl {
  background: url(../images/playlist.png) no-repeat;
  cursor: pointer;
  height: 40px;
  left: 330px;
  position: absolute;
  top: 20px;
  width: 39px; 
}
.audio_player .pl:hover {
  top: 21px;
}
.audio_player .cover {
  border-radius: 5px 5px 5px 5px;
  height: 76px;
  left: 295px;
  position: absolute;
  top: 6px;
  width: 76px; background-size:cover !important; border-radius:8px; 
}
.audio_player .controls {
  cursor:default;
  position: absolute;
  top: 0;
  left: 0;
}
.audio_player .controls .play{
  width: 100px;
  height: 110px;
  margin: 0; cursor:pointer;
}
.audio_player .controls .pause {
  width: 100px;
  height: 110px;
  margin: 0; cursor:pointer;
}
.audio_player .controls .play,
.audio_player .controls .pause,
.audio_player .controls .rew,
.audio_player .controls .fwd,
.audio_player .controls .stop {
  text-indent: -10000px;
  border: none;
  float: left; cursor:pointer;
}
.audio_player .controls .rew,
.audio_player .controls .fwd,
.audio_player .controls .stop {
  width: 44px;
  height: 44px;
  margin: 0 0; cursor:pointer;
}

.audio_player .controls .play { background: url(../images/play-btn.png) no-repeat center center; background-size:100px auto !important; }
.audio_player .controls .pause { background: url(../images/pause-btn.png) no-repeat center center; background-size:100px auto !important; display:none; }
.audio_player .controls .rew { background: url(../images/controls/rewind.png) no-repeat center center; background-size:22px auto !important; display:none !important; }
.audio_player .controls .fwd { background: url(../images/controls/next.png) no-repeat center center; background-size:22px auto !important; display:none !important; }
.audio_player .controls .stop { background: url(../images/stop.png) no-repeat center center; display:none !important; }

.audio_player .hidden { display: none !important; }

.audio_player .controls .visible { display: block; }

.audio_player .volume {
  height: 8px;
  left: auto;
  right:82px;
  position: absolute;
  top: 39px;
  width: 140px;
}
.audio_player .mute .volume-btn {
  background: url(../images/controls/volume-off.png) no-repeat;
}
.audio_player .volume-btn {
  background: url(../images/controls/volume-up.png) no-repeat;
  height: 48px;
  width: 48px;
  float: left;
  position: relative;
  top: -20px;
}
.audio_player .volume-adjust {
  height: 8px;
  position: relative;
  width: calc(100% - 52px);
  background: #E3E3E3;
  float: right; display:none !important;
}
.audio_player .volume-adjust > div > div {
  height: 8px;
  background: #8770E2;
}
.audio_player .progressbar {
  background: #000;
  cursor: pointer;
  z-index: 1;
  right: auto; /* 110 */
  height: 6px;
  left: 21px;
  position: absolute;
  width: calc(100% - 21px); border-radius:20px;
  top: 12px;
  margin: 0;
}
.audio_player .novolume .progressbar {
  right: 4.375em; /* 70 */
}
.audio_player .progressbar div {
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.audio_player .bar-loaded {
  background-color: rgba(0,0,0,0); border-radius:20px;
  z-index: 1;
}
.audio_player .bar-played {
  background: #000;
  z-index: 2; border-radius:20px;
}

.audio_player .bar-played:after{ content:""; position:absolute; width:6px; height:17px; border-radius:20px; background:#759FC6; right:-3px; top:-6px; }

.audio_player .timeHolder {
  bottom: auto; left:auto; right:0px; top:27px;
  position: absolute;
  margin: 0;
  width: 30px;
  font-family: 'Roboto-Regular';
  font-size: 8px;
line-height: 12px;
text-align: center;
color: #000000;
}

.audio_player .time-current,
.audio_player .time-duration,
.audio_player .time-separator {
  color: #000;
  font-family: 'Roboto-Regular';
  font-size: 8px;
line-height: 12px;
  float: right;
}
.audio_player .time-duration{ float:right; display:none; }
.audio_player .time-separator{ display:none; }
.audio_player .volume .ui-slider-handle {
  background: url("../images/spr.png") no-repeat scroll -201px -188px
    rgba(0, 0, 0, 0);
  height: 13px;
  width: 13px;
}

@media only screen and (max-width: 1024px) {
.audio_player .player { height: 75px; }
.audio_player .controls .play { width: 65px; height: 75px; background-size:65px auto !important; }
.audio_player .controls .pause { width: 65px; height: 75px; background-size:65px auto !important; }
}

@media only screen and (max-width: 767px) {
.audio_player .player { height: 45px; }
.audio_player .controls .play { width: 35px; height: 45px; background-size:35px auto !important; }
.audio_player .controls .pause { width: 35px; height: 45px; background-size:35px auto !important; }
}
