
.tow-audio-player-container {
  position:fixed;
  width:100%;
  bottom:0;
  z-index: 10000;
}

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

.sc-player [class*="span"] {
  margin:0;
  padding:0;
}




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

.sc-player ol.sc-tracklist {
  left: -20px;
}

.sc-player ol.sc-tracklist li a {
  margin-left:20px;
}

.sc-player ol.sc-trackslist li.active a {
  margin-left:5px;
}



/* Artworks */
.sc-waveform-container {
  height: 40px;
  overflow: hidden;
  width:100%;
}

.sc-waveform-container img {
  margin: 0;
  height:80px !important;
  width:100%;
}

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

/* controls */

.sc-player .sc-controls{
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  z-index: 5000;
}

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

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

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

.playing .sc-controls a.sc-pause{
  display: block;
}

/* scrubber */

.sc-scrubber {
  position: absolute;
  top: 0px;
  margin: 0;
  height: 40px;
  width: 100%;
}

.sc-scrubber .sc-time-span{
  height: 40px;
  position: relative;
}

.sc-scrubber .sc-played, .sc-scrubber .sc-waveform-container{
  height: 40px;
  position: absolute;
  bottom: 0px;
}

.sc-scrubber .sc-buffer{
  height: 3px;
  position: absolute;
  bottom: 0;
  
}

.sc-scrubber .sc-time-indicators{
  position: absolute;
  left: 0;
  top: -30px;
}

/* tracks */

/* Track listings*/

.sc-player ol.sc-trackslist{
 position:absolute;
 top:0;
 text-align: left;
 max-height:350px;
 min-width:300px;
 height:auto;
 overflow-y: -webkit-marquee;
 overflow: scroll;
 overflow-x: hidden;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
  -webkit-box-shadow: 2px -2px 5px rgba(50, 50, 50, 0.51);
-moz-box-shadow:    2px -2px 5px rgba(50, 50, 50, 0.51);
box-shadow:         2px -2px 5px rgba(50, 50, 50, 0.51);
}


/* Track info*/

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

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

.recording {
  position: relative;
  border-left: 2px solid #ccc;
  margin: 10px 0;
}
.recording h4 {
  border:none;
}
.recording p {
  margin-top:10px;
  padding: 0 10px;
}
.recording-play {
  float:right;
  background: url('../images/ui/player/play.png') no-repeat top right;
  width:100px;
  height:25px;
  padding-right:20px;
  text-align: right;
  cursor:pointer;
}

.sc-trackinfo {
  position:absolute;
  bottom: 40px;
  min-width:280px;
  max-width:95%;
  padding:5px 10px;
  cursor:pointer;
  background: #E0E2E7;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
  -webkit-box-shadow: 2px -2px 5px rgba(50, 50, 50, 0.51);
-moz-box-shadow:    2px -2px 5px rgba(50, 50, 50, 0.51);
box-shadow:         2px -2px 5px rgba(50, 50, 50, 0.51);
}


.sc-trackinfo i.toggle-menu {
  float:left;
}
.sc-trackinfo .sc-time-indicators {
  float:left;
  margin-left:5px;
}
.sc-trackinfo h4.sc-trackname {
  float:left;
  margin-left:5px;
  font-size: 1em;
}