.sc-player{
  width: 100%;
  height: 130px;
  position: relative;
  margin: 20px 0;
}

.sc-player ol, .sc-player li{
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

/* Artworks */

.sc-player .sc-artwork-list{
  display: none;
}

.sc-player .sc-artwork-list li{
  list-style-type: none;
  display: none;
}

.sc-player .sc-artwork-list li.active{
  list-style-type: none;
  display: block;
}

.sc-player .sc-artwork-list li img, .sc-player .sc-artwork-list li div{
  list-style-type: none;
  width: 100%;
  height: 100%;
}

/* controls */

.sc-player .sc-controls{
  position: relative;
  width: 100px;
  height: 100px;
  top: 8px;
  float: left;
}

.sc-player .sc-controls a{
  display: block;
  width: 100px;
  height: 100px;
}

.sc-player .sc-controls a.sc-play, .sc-player .sc-controls a.sc-pause{
  text-indent: -3000px;
}


.sc-player .sc-controls a.sc-pause{
  display: none;
}

.sc-player.playing .sc-controls a.sc-play{
  display: none;
}

.sc-player.playing .sc-controls a.sc-pause{
  display: block;
  top: 8px;
}

/* scrubber */

.sc-scrubber {
display: block;
float: left;
  position: relative;
  top: 8px;
  bottom: 10px;
  height: 40px;
  width: 88%;
}

.sc-player:hover .sc-scrubber, .sc-player.playing .sc-scrubber {
  
}



.sc-scrubber .sc-time-span{
  margin: 5px;
  position: relative;
  cursor: pointer;
}

.sc-scrubber .sc-buffer, .sc-scrubber .sc-played{
  height: 90px;
  position: absolute;
  top: 0;
  width: 0;
  -webkit-transition: width 0.1s linear;
}

.sc-scrubber .sc-time-indicators{
  position: absolute;
  right: 10px;
}

.sc-volume-slider {
     background-color: #ccc;
     display: block;
     height: 11px;
     left: 10px;
     position: absolute;
     top: 100px;
     width: 100px;
	 cursor: pointer;
	 border-radius: 5px;
	 opacity:0.6;

}

.sc-volume-slider .sc-volume-status {
    height: 9px;
    left: 1px;
    position: absolute;
    top: 1px;
    width: 0;
	border-radius: 5px;
	
}



/* tracks */

/* Track listings*/

.sc-player ol.sc-trackslist{
  position: absolute;
  float: left;
  width: 92%;
  height: 100%;
  left: 45px;
  overflow: auto;
  top:100px;
  display: none;
}

.sc-player ol.sc-trackslist li{
  float: left;
  width: 95.5%;
  cursor: pointer;
  margin: 5px;
  padding: 5px;
  list-style: none;
}

/* Track info*/

.sc-player .sc-info{
  position: absolute;
  top: 10px;
  left: -5000px;
  width : 500px;
  padding: 5px;
  height: 450px;
  z-index: 500;
  margin-left: -40px;
}

.sc-player .sc-info.active{
  left: 25%;
  top: 5%;
}


.sc-player .sc-info-toggle{
  position: absolute;
  top: 10px;
  left: 10px;
  display: none;
}

.sc-player .sc-info-toggle.active{
  left: -5000px;
}

.sc-player .sc-info-close{
  position: absolute;
  top: 10px;
  right: 20px;
}

/* utilities */

.sc-player .hidden {
  display: none;
}

.sc-player-engine-container{
  width: 1px;
  height: 1px;
  position: fixed;
  top: 2px;
  left: 2px;
}

	@media only screen and (max-width: 959px) {
.sc-scrubber {

  width: 85%;
}

}

	@media only screen and (max-width: 767px) {
.sc-scrubber {

  width: 75%;
}

}

	@media only screen and (max-width: 479px) {
.sc-scrubber {

  width: 64%;
}

}

