.audio_player .player {
  background: #fff;
  height:88px;
  position: fixed; left:0; width:100%; bottom:0px;
  width: 100%;
  z-index: 9999; border-radius:20px 20px 0 0; box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.2);
  transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s; 
}
.audio_player .player.hide_player{ bottom:-88px; }




.audio_player .player .close_audio_player{ display:block; position:absolute; right:55px; top:30px; 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: 396px;
  position: absolute;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.audio_player .title {
	top: 10px;
	font-family: 'DM Sans', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #426292;  
}

.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: pointer;
  position: absolute;
  top: 12px;
  left: 80px;
}
.audio_player .controls .play,
.audio_player .controls .pause {
  width: 64px;
  height: 64px;
  margin: 0 4px 0px 4px;
}
.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;
}
.audio_player .controls .rew,
.audio_player .controls .fwd,
.audio_player .controls .stop {
  width: 48px;
  height: 48px;
  margin: 8px 4px;
}

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

.audio_player .hidden { display: none; }

.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-color: #E3E3E3;
  cursor: pointer;
  z-index: 1;
  right: auto; /* 110 */
  height: 2px;
  left: 405px;
  position: absolute;
  width: calc(100% - 774px);
  top: 42px;
  margin: 0;
}
.audio_player .novolume .progressbar {
  right: 4.375em; /* 70 */
}
.audio_player .progressbar div {
  width: 0%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
}
.audio_player .bar-loaded {
  background-color: #E3E3E3;
  z-index: 1;
}
.audio_player .bar-played {
  background: #8770E2;
  z-index: 2;
}

.audio_player .bar-played:after{ content:""; position:absolute; width:10px; height:10px; border-radius:50%; background:#8770E2; right:0; top:-4px; }

.audio_player .timeHolder {
  bottom: auto; left:auto; right:224px; top:34px;
  position: absolute;
  margin: 0;
  width: 130px;
  font-family: 'DM Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #8770E2;
}

.audio_player .time-current,
.audio_player .time-duration,
.audio_player .time-separator {
  color: #8770E2;
  font-family: 'DM Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  float: left;
}
.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: 1023px) {

.audio_player .controls { left: 10px; }
.audio_player .cover { left: 205px; }

.audio_player .title, .audio_player .artist { left: 290px; }
.audio_player .title { top: 11px; font-size: 14px; line-height: 18px; }
.audio_player .artist { top: 55px; font-size: 13px; line-height: 17px; height: 19px; max-width: calc(100% - 600px); }

.audio_player .progressbar { left: 299px; width: calc(100% - 610px); }

.audio_player .timeHolder { right: 185px; top: 35px; width: 110px; font-size: 13px; line-height: 17px; letter-spacing: 0.5px; }
.audio_player .time-current, .audio_player .time-duration, .audio_player .time-separator { font-size: 13px; line-height: 17px; }

.audio_player .volume { right: 40px; }

}

@media only screen and (max-width: 767px) {
	
.audio_player .player { height:76px; width:100%; bottom:0px; border-radius:0px; }
.audio_player .player.hide_player{ bottom:-76px; }

.audio_player .player .close_audio_player{  right:15px; top:15px; background: url(../images/controls/close-audio.png) no-repeat center center; background-size:24px auto; }

.audio_player .cover,
.audio_player .progressbar,
.audio_player .artist,
.audio_player .volume
 {   display:none !important; }	


.audio_player .controls { top: 11px; }
.audio_player .controls .play,
.audio_player .controls .pause { width: 40px;  height: 40px;  margin: 0 4px 0px 4px; }

.audio_player .controls .rew,
.audio_player .controls .fwd,
.audio_player .controls .stop { width: 40px;  height: 40px;  margin: 0px 4px; }

.audio_player .controls .play { background: url(../images/controls/play_mob.png) no-repeat; }
.audio_player .controls .pause { background: url(../images/controls/pause_mob.png) no-repeat; }
.audio_player .controls .rew { background: url(../images/controls/rewind_mob.png) no-repeat; }
.audio_player .controls .fwd { background: url(../images/controls/next_mob.png) no-repeat; }

.audio_player .title, .audio_player .artist { font-size: 12px; line-height: 16px; color: #426292; left: 166px; }
.audio_player .title { top: 13px; }
.audio_player .timeHolder {
	right: auto;
	top: 31px;
	width: 110px;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1px;
	left: 166px; }

.audio_player .time-current, .audio_player .time-duration, .audio_player .time-separator {
	font-size: 12px;
	line-height: 16px;
}

	
}