
.sc-player{
  width: 100%;
  margin: 0 auto;
  height: 60px;
  position: relative;
  transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;   
}
}

.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{
  width: 100px;
  height: 100px;
  background-size: 100px 100px;
  display: block;
  float:left;
}

.sc-player .sc-controls a{
  display: block;
  width: 100px;
  height: 100px;
  background-size: 100px 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;
}

/* scrubber */

.sc-scrubber {
    position: absolute;
    height: 40px;
    width: 100%;
    right: 0;
    top: 37px;
    transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out; 
}

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

}



.sc-scrubber .sc-time-span{
  height: 10px;
  margin: 5px;
  position: relative;
  overflow: hidden;
}

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

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

}

/* tracks */

/* Track listings*/

.sc-player ol.sc-trackslist{
  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{
  display: none;
}

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






.sc-player {
  font: 12px Arial, sans-serif;
  color: #333;
  font-size: 1.6em;
  line-height: 1.6em;
  font-weight: bold;
  
}

.sc-player.special {
  border: 2px solid #ff3300;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  padding: 5px;
}

.sc-player a {
  text-decoration: none;
  color: #333;
}

/* scrubber */

.sc-scrubber {

}

.sc-scrubber .sc-time-span {
  background-color: #e9e9e9;
  height: 10px;
}

.sc-scrubber .sc-time-span img {
  height: 30px;
  width: 100%;
  background-color: transparent;
}

.sc-scrubber .sc-buffer, .sc-scrubber .sc-played {
  background-color: #fff;
  opacity: 0.4;
}

.sc-scrubber .sc-played {
  background-color: #000;
  opacity: 1;
}

/* controls */

.sc-player .sc-controls a {
  color: transparent;
  background: url('/img/play.png');
  background-repeat: no-repeat;
  background-size: 100px 100px;
  transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;  
        margin-left: -100px !important;
}

#sticky.stick .sc-player .sc-controls a {
  background-size: 40px 40px;
  transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;  
    margin-left: 0px !important;
}

#sticky.stick .sc-player .sc-controls  {
  padding-top:15px;
  transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;  
}

#sticky.stick .sc-scrubber {
    width: 95%;
    transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    top: 24px;
}

#sticky.stick .c8 {
    width: 95%;
    transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
}

.sc-player .sc-controls a:hover {
  opacity:.7;
}

.sc-player .sc-controls a.sc-pause {
  background: url('/img/play.png');
  background-size: 100px 100px;
}

.sc-player .sc-controls a.sc-pause:hover{
   opacity:.7;
}

.sc-player.playing .sc-controls a.sc-pause{
  background: url('/img/pause.png');
  background-size: 100px 100px;
    background-repeat: no-repeat;
}

.sc-player.playing .sc-controls a.sc-pause:hover{
  opacity:.7;
}  

.sc-scrubber .sc-time-indicators{
  color: #E9E9ED;
  padding: 2px;
  font-size: 11px;
  font-weight: normal;
  line-height: 1em;
}

/* Track listings*/

.sc-player ol.sc-trackslist li.active, .sc-player ol.sc-trackslist li:hover {
  background-color: #fff;
  padding: 4px;
  color: #000;
}

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

.sc-track-duration {
  text-align: right;
  float: right;
  padding: 0 5px;
  margin-left: 5px;
  display: none;
}

/* Track info*/

.sc-player .sc-info{
  background: #fff;
  opacity: 0.9;
}

.sc-player .sc-info-toggle{
  background: #fff;
  color: #003399;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow: 1px 1px 4px #ccc;
  -webkit-box-shadow: 1px 1px 4px #ccc;
  padding: 4px;
}

.sc-player .sc-info-toggle:hover{
  background: #003399;
  color: #eee;
}

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

/* Media query for iPad and tablets */
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) and (orientation:portrait){

  .sc-player .sc-controls a {
     background-size: 60px 60px !important;
     width: 60px !important;
       height: 60px !important;
        margin-left: 0px !important;
  }

   #sticky.stick .sc-player .sc-controls a {
     background-size: 40px 40px !important;
     width: 40px !important;
       height: 40px !important;
       margin-left:15px;
  }

  .sc-scrubber {
      width: 80%;
      top: 18px;
  }

  #sticky.stick .sc-scrubber{
     width: 80%;
  }

 
   
}

