.sc-player{
  width: 100%;
  height: 220px;
  position: relative;
}

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

/* Artworks */

.sc-player .sc-artwork-list{
  width: 100%;
  height: 70px;
  background-color: transparent;
  list-style-type: none;
  position: relative;
}

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

.sc-player .sc-artwork-list li.active{
  list-style-type: none;
  display: block;
  height: 100%;
  width: 57px;
}

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

/* controls */

.sc-player .sc-controls{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 57px;
  height: 70px;
  text-align: center;
  line-height: 70px;
}

.sc-player .sc-controls a{
  display: block;
  line-height: 70px;
}

.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;
}

.sc-player.playing .sc-controls a.hidden{
  visibility: visible !important;
}
/* scrubber */

.sc-scrubber {
  position: absolute;
  left: 72px;
  right: 30px;
  top: 57px;
  height: 4px;
}

.sc-player .sc-scrubber {
  display: block;
}

.sc-scrubber .sc-time-bar{
  display: block;
  float: none !important;
  width: auto !important;
  min-height: 4px !important;
  max-height: 4px !important;
  position: relative;
  cursor: pointer;
  margin: 0px;
}

.sc-scrubber .sc-buffer, .sc-scrubber .sc-played{
  height: 100%;
  position: absolute;
  top: 0;
}

.sc-scrubber .sc-time-indicators{
  position: absolute;
  right: 0px;
  top: -17px;
}

/* volume control */
.sc-volume-slider {
  position: absolute;
  top: -50px;
  right: -20px;
  width: 8px;
  height: 43px;
  cursor: pointer;
  overflow: hidden;
}
.sc-volume-slider .sc-volume-status{
  width: 6px;
  height: 0%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  margin: 0 1px;
}


/* tracks */

/* Track listings*/

.sc-player ol.sc-trackslist{
  position: absolute;
  float: left;
  width: 100%;
  height: 67%;
  top: 37%;
  left: 0;
  overflow: auto;
}

.sc-player ol.sc-trackslist li{
  width: 92%;
  cursor: pointer;
  margin: 5px;
}

/* Track info*/

.sc-player .sc-info{
  position: absolute;
  top: 0;
  left: 72px;
  right: 30px;
  z-index: 500;
}

.sc-player .sc-info h4{
  color: #777777;
  margin: 2px 0 0;
  font-size: 12px;
  line-height: 12px;
}

.sc-player .sc-info h3{
  white-space: pre;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  padding: 15px 0 8px;
  line-height: 15px;
}

.sc-player .sc-info.active{
  left: 50%;
  top: 12%;
}


.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;
}

.sc-player {
  font: 12px Arial, sans-serif;
  color: #fff;
  font-size: 0.7em;
  line-height: 1.4em;
}


.sc-player a {
  text-decoration: none;

}

/* Artworks */

.sc-player .sc-artwork-list{
  background: #fff;
}

.sc-player .sc-artwork-list li{
  background: #ec5538;
}
/* scrubber */

.sc-scrubber:after {
  content: "\f028";
  font-family: FontAwesome;
  position: absolute;
  bottom: -7px;
  right: -22px;
  font-size: 13px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #b4b4b4;
}

.sc-scrubber .sc-time-bar {
  background-color: #b4b4b4;
}

.sc-volume-slider {
  background-color: #e5e5e5;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.sc-volume-slider .sc-volume-status{
  background-color: #666;
  height: 43px;
}


.sc-scrubber .sc-waveform-container {
  z-index: 800;
  width: 100%;
  position: absolute;
}

.sc-scrubber .sc-time-bar img {
  height: 4px;
  width: 100%;
  visibility: hidden;
  /*background: -moz-linear-gradient(top, black, #22B573 0px, #7decba 90%);
  background: -webkit-gradient(linear, left top, left 90%, from(black), color-stop(0%, #22B573), to(#7decba));*/

}

.sc-scrubber .sc-buffer, .sc-scrubber .sc-played {
  background-color: #999;
  z-index: 1;
  position: absolute;
}

.sc-scrubber .sc-played {
  background-color: #ec5538;
  z-index: 799;
}

/* controls */

/*.sc-player .sc-controls a:after {
    content: "\f144";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    top: 18px;
    font-size: 50px;
    right: 8px;
    color: #fff;
}*/

.sc-player .sc-controls a {
  position: relative;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 36px;
  color: #fff;
  /*background-image: url('../../css/sc-player-standard/img/play-white.png');*/
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.sc-player .sc-controls a:hover{
  color: #ddd;

}

.sc-player .sc-controls a.sc-pause {
  /*background: url('../../css/sc-player-standard/img/play-white.png');*/

}

.sc-player .sc-controls a.sc-pause:hover{
  /*background: url('../../css/sc-player-standard/img/play-green-hover.png');*/
}

.sc-player.playing .sc-controls a.sc-pause{
  /*background: url('../../css/sc-player-standard/img/pause-green.png');*/
}

.sc-player.playing .sc-controls a.sc-pause:hover{
  /*background: url('../../css/sc-player-standard/img/pause-green-hover.png');*/
  color: #ddd;
}  

.sc-scrubber .sc-time-indicators{
  color: #a3a3a3;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  z-index: 999;
}

/* Track listings*/

.sc-player ol.sc-trackslist li {
  color: #333;
  -webkit-transition: background 0.3s ease-in;
  border-bottom: 1px solid #343434;
  list-style: none;
}

.sc-player ol.sc-trackslist li a{  
  display: inline-block;
}

.sc-player ol.sc-trackslist li a.sp_audio_player_song_title{
  color: #333;
  white-space: pre;
  text-overflow: ellipsis; 
  overflow: hidden;
  max-height: 14px;
}

.sc-player ol.sc-trackslist li .sc-track-duration{
  float: right;
}

.sc-player ol.sc-trackslist li:hover a, .sc-player ol.sc-trackslist li:hover {  
  color: #000;   
}

.sc-player ol.sc-trackslist li.active{  
  border-bottom: 1px solid #ec5538;

}

.sc-player ol.sc-trackslist li.active span{
   color: #000;
}

.sc-player ol.sc-trackslist li.active a {
  color: #000;
  position: relative;
  padding-left: 20px;
}

.sc-player ol.sc-trackslist li.active a:after {
  content: "\f001";
  font-family: FontAwesome;
  position: absolute;
  top: 35%;
  left: 0;
  margin-top: -10px;
  font-size: 14px;
  color: #EC5538;
}


/* Track info*/


.sc-player .sc-info h3{
  color: #000;
}

.sc-player .sc-info a {
  color: #777777;
}

.sc-player .sc-info-toggle{
  background: #22B573;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 4px;
}

.sc-player .sc-info-toggle:hover{
  background: #333;
  color: #fff;
}

.sc-player .sc-info-close{
  background: #22B573;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 2px 4px;
  font-weight: bold;
}


/* Standers */

.sidebar {
float: right;
width: 200px;
padding-left: 10px;
padding-bottom: 20px;
margin-right: 10px;
border-left: 1px dotted #000;
}

.footer {
  float: left;
  width: 800px;
  border-top: 1px dotted #000;
  padding: 10px 0;
  text-align: right;
}
