.audio_player .player {
  background: #5c88dd;
  height:100px;
  position: fixed; left:0; width:100%; bottom:0px;
  width: 100%;
  z-index: 99999;
  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 .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: 26px;
  left: 45px;
}
.audio_player .controls .play,
.audio_player .controls .pause {
  width: 44px;
  height: 44px;
  margin: 0 11px 0px 11px; 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/controls/play.png) no-repeat center center; background-size:44px auto !important; }
.audio_player .controls .pause { background: url(../images/controls/pause.png) no-repeat center center; background-size:44px auto !important; display: none; }
.audio_player .controls .rew { background: url(../images/controls/rewind.png) no-repeat center center; background-size:22px auto !important; }
.audio_player .controls .fwd { background: url(../images/controls/next.png) no-repeat center center; background-size:22px auto !important; }
.audio_player .controls .stop { background: url(../images/stop.png) no-repeat center center; 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: 219px;
  position: absolute;
  width: calc(100% - 313px);
  top: 49px;
  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: #fff;
  z-index: 2;
}

.audio_player .bar-played:after{ content:""; position:absolute; width:13px; height:13px; border-radius:50%; background:#fff; right:0; top:-6px; border:1px solid #32aff3; }

.audio_player .timeHolder {
  bottom: auto; left:219px; right:auto; top:62px;
  position: absolute;
  margin: 0;
  width: calc(100% - 313px);
  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: #fff;
  font-family: 'GothamHTF-Book';
  font-weight:normal;
  font-size: 13px;
  line-height: 14px; letter-spacing:0.12px;
  float: left;
}
.audio_player .time-duration{ float:right; }
.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: 767px) {
	
.audio_player .player { height:60px; width:100%; bottom:0px; border-radius:0px; }
.audio_player .player.hide_player{ bottom:-60px; }

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

.audio_player .controls { top: 13px; left:15px; }
.audio_player .controls .play,
.audio_player .controls .pause { width: 34px;  height: 34px;  margin: 0 5px 0 5px; }

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

.audio_player .controls .play { background-size:34px auto !important; }
.audio_player .controls .pause { background-size:34px auto !important; }
.audio_player .controls .rew { background-size:18px auto !important; }
.audio_player .controls .fwd { background-size:18px auto !important; }

.audio_player .title, .audio_player .artist { left: 145px; }
.audio_player .title { top: 8px; font-size: 12px; line-height: 13px; }

.audio_player .progressbar { left: 145px; width: calc(100% - 210px); top: 30px; }
.audio_player .bar-played:after{ width:10px; height:10px; top:-5px; }

.audio_player .timeHolder { left: 145px; top: 40px; width: calc(100% - 210px); }
.audio_player .time-current, .audio_player .time-duration, .audio_player .time-separator { font-size: 10px; line-height: 12px; }

	
}