
.audio,
.audio2,
.audio3 {
  margin: 0px auto;
    width: 100%;
    padding-bottom: 0px;
    box-sizing: border-box;
    padding: 0 20px 0 0;
	float: left
}
.example,
.example2,
.example3 {
  margin: 0px auto;
    width: 100%;
    padding-bottom: 0px;
    box-sizing: border-box;
    padding: 0 20px 0 0;
}

.player {
  background: #1f3466;
  height: 150px;
  position: relative;
  width: 50%;
  z-index: 2;
	border-radius: 7px 7px 7px 7px;
	margin: 10px auto;
	
}

@media screen and (max-width: 1200px) {
    .player {
  	background: #1f3466;
  	height: 150px;
  	position: relative;
  	width: 100%;
  	z-index: 2;
	border-radius: 7px 7px 7px 7px;
	margin: 10px auto;
	
}
}
.title,
.artist {
  font-family: verdana;
  left: 130px;
  position: absolute;

  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.title {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  top: 15px;
}
.artist {
  color: #eeeeee;
  font-size: 11px;
  top: 35px;
	line-height: 1.2 !important;
}
.pl {
  background: url(../images/playlist.png) no-repeat;
  cursor: pointer;
  height: 40px;
  left: 330px;
  position: absolute;
  top: 20px;
  width: 39px;
}
.pl:hover {
  top: 21px;
}
.cover {
  border-radius: 5px 5px 5px 5px;
  height: 94px;
  left: 20px;
  position: absolute;
  top: 20px;
  width: 94px;
}
.controls {
  cursor: pointer;
  left: 0px;
  position: absolute;
  top: 65px;
  left: 122px;
}
.rew .fwd {
	display: none !important;
}
.controls .play,
.controls .pause {
  width: 40px;
  height: 40px;
  margin: 10px 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: 10px 5px 0px 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; display: none;
}
.controls .fwd {
  background: url(../images/next.png) no-repeat; display: none;
}
.controls .stop {
  background: url(../images/stop.png) no-repeat;
}
.hidden {
  display: none;
}
.controls .visible {
  display: block;
}
.volume {
    height: 11px;
    right: 20px;
    position: relative;
    top: 90px;
    width: 110px;
    float: right;
	display: none;
}
.mute .volume-btn {
  background: url(../images/volume-off.png) no-repeat;
}
.volume-btn {
  background: url(../images/volume-up.png) no-repeat;
  height: 20px;
  width: 20px;
  float: left;
  position: relative;
  top: -4px;
}
.volume-adjust {
  height: 11px;
  position: relative;
  width: 80%;
  background: #fff;
  float: right;
}
.volume-adjust > div > div {
  height: 11px;
  background: #2ec5ed;
}
.progressbar {
    background-color: #fff;
    cursor: pointer;
    z-index: 1;
    right: 6.875em;
    height: 5px;
    left: 0px;
    position: absolute;
    width: 90%;
    top: 130px;
    margin: 0px 5%;
}
.novolume .progressbar {
  right: 4.375em; /* 70 */
}
.progressbar div {
  width: 0%;
  height: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
.bar-loaded {
  background-color: #f1f1f1;
  z-index: 1;
}
.bar-played {
  background: #2ec5ed;
  z-index: 2;
}
.timeHolder {
        color: #ffffff;
    font-size: 10px !important;
    font-weight: bold;
    bottom: 45px;
    position: absolute;
    margin: 0px 5%;
    width: 90%;
    left: 225px;
}
@media screen and (min-width: 999px) and (max-width: 1350px) {
	.artist {
  color: #eeeeee;
  font-size: 9px;
  top: 35px;
	line-height: 1.1 !important;
		
}
	.timeHolder {
	display: none;
	}
}
.time-current,
.time-duration,
.time-separator {
  color: #ffffff;
  font-size: 11px;
  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 {
  background-color: #fff;
  list-style-type: none !important;
  margin: -10px 0 0 2px !important;
  padding-bottom: 10px !important;
  padding-top: 15px !important;
  position: relative !important;
  width: 95% !important;
  z-index: 1 !important;
  margin: 0px auto !important;
	display: none !important;
}
.playlist li,
.playlist div {
  color: #2ec5ed !important;
  cursor: pointer !important;
  margin: 0 0 5px 15px !important;
}
.playlist li > a,
.playlist div > a {
  color: #2ec5ed !important;
  text-decoration: none !important;
}
.playlist li.active,
.playlist div.active {
  font-weight: bold !important;
}
.slick-dots {
  bottom: 5px !important;
}
.slick-dots li button:before {
  font-size: 8px !important;
}
