/* HTML5 Audio player with playlist styles */
.example,
.player1,
.example3 {
  margin: 0 auto;
  max-width: 600px;
  width:100%;
  padding-bottom: 0;
}

.player {
  height: 530px;
  position: relative;
  width: 100%;
  z-index: 2;
  border-bottom: 1px solid #a3a3a3;
}
.player .info{
/* position: absolute;
z-index: 2;
left: 0;
bottom: 77px;
right: 0; */
height: 92px;
background: rgba(0,0,0,.8);
display: flex;
flex-direction: column;
justify-content: center;
padding: 0 30px;
text-align: center;
}
.title,
.artist {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.title {
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	text-transform:uppercase;
  color: #ffffff;
  font-size: 24px;
  margin-bottom:5px;
}
.artist {
	font-family: 'Roboto', sans-serif;
  color: #fff;
  font-size: 14px;
  text-transform:uppercase;
}
.pl {
  background: url(../images/playlist.png) no-repeat;
  cursor: pointer;
height: 21px;
right: calc( 50% - 130px );
position: absolute;
bottom: 32px;
width: 24px;
}
.pl:hover {
  
}
.cover {
	border-radius: 0;
	height: 360px;
	/* left: 0;
	position: absolute;
	z-index: 1;
	top: 0; */
	width: 100%;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/New-villians.jpg)!important;
}
.controls {
  cursor: pointer;
  position: absolute;
bottom: 12px;
left: 50%;
transform: translate(-50%,0);
min-width: 174px;
}
.controls .play,
.controls .pause {
  width: 64px;
  height: 62px;
  margin: 0 5px 0px 5px;
}
.controls .play,
.controls .pause,
.controls .rew,
.controls .fwd,
.controls .stop {
  text-indent: -10000px;
  border: none;
  float:left;
}
.controls .rew,
.controls .fwd,
.controls .stop {
  width: 40px;
  height: 40px;
  margin: 11px 5px 5px 5px;
}
.controls .play {
  background: url(../images/play.png) no-repeat;
}
.controls .pause {
  background: url(../images/pause.png) no-repeat;
  display: none;
}
.controls .rew {
  background: url(../images/rewind.png) no-repeat;
}
.controls .fwd {
  background: url(../images/next.png) no-repeat;
}
.controls .stop {
  background: url(../images/stop.png) no-repeat;
}
.hidden {
  display: none;
}
.controls .visible {
  display: block;
}
.volume {
  height: 21px;
  position: absolute;
  width: 26px;
bottom: 28px;
left: calc( 50% - 130px );
cursor:pointer;
}
.mute .volume-btn {
  background: url(../images/volume-off.png) no-repeat;
}
.volume-btn {
  background: url(../images/volume-up.png) no-repeat;
  height: 21px;
  width: 26px;
  float: left;
  position: relative;
  top: -4px;
}
.volume-adjust {display:none;
  height: 11px;
  position: relative;
  width: 80%;
  background: #fff;
  float: right;
}
.volume-adjust > div > div {
  height: 11px;
  background: #151b48;
}
.progressbar {
  background-color: #fff;
  cursor: pointer;
  z-index: 1;
  right: 6.875em; /* 110 */
  height: 15px;
  left: 0px;
  position: absolute;
  width: 90%;
  top: 170px;
  margin: 0px 5%;
}
.novolume .progressbar {
  right: 4.375em; /* 70 */
}
.progressbar div {
  width: 0%;
  height: 15px;
  position: absolute;
  left: 0;
  top: 0;
}
.bar-loaded {
  background-color: #f1f1f1;
  z-index: 1;
}
.bar-played {
  background: #151b48;
  z-index: 2;
}
.timeHolder {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  bottom: 10px;
  position: absolute;
  margin: 0px 5%;
  width: 90%;
}
.time-current,
.time-duration,
.time-separator {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  float: left;
}
.volume .ui-slider-handle {
  background: url("../images/spr.png") no-repeat scroll -201px -188px
    rgba(0, 0, 0, 0);
  height: 13px;
  width: 13px;
}
.playlist {
  list-style-type: decimal;
  padding: 0;
  position: relative;
  z-index: 1;
  margin: 0px auto;
  font-size:18px;
}
.playlist li,
.playlist div {
  color: #888888;
  cursor: pointer;
  margin: 10px 0 0 20px;
}
.playlist li > a,
.playlist div > a {
  color: #888888;
  text-decoration: none;
}
.playlist li.active,
.playlist div.active {
  font-weight: bold;
}
.playlist li span{position: absolute;
right: 0;}
.slick-dots {
  bottom: 5px !important;
}
.slick-dots li button:before {
  font-size: 8px !important;
}
