       
.subfooter {
	margin: 0;
	padding: 6px 0;
	background-color: #262626;
	border-top: 0px solid #000;
    color: cdcdcd;
	position: fixed; 
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 30px;
	z-index: 10;
}

.small-music-player .play,.small-music-player  .pause,.small-music-player  .forward,.small-music-player  .previous{
	
	cursor:pointer;
	width:20px;
	}
.small-music-player  .forward{margin-left:3px;}
.small-music-player 	.player{  
  display:inline-block;
}
.small-music-player  .player-controls{
  
	 display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
flex-direction:row;
  flex-flow:row;
  margin:auto;
  
  max-height: 10px;
}
.small-music-player  .main .play,.small-music-player  .main{
    color:#fff;
    
}
.small-music-player  .player-controls .progress-wrapper,.small-music-player  .player-controls .main{
margin-left:5px;
margin-right:5px;  
  max-height: 10px;
}
.small-music-player  .player-controls .main{
  margin-top:-5px;
  
}
.small-music-player  .progress-wrapper, .small-music-player  .progress{
  min-width: 135px;
  border-radius:3px;
  height:10px;
}
.small-music-player  .progress{
  background:#fff;
  
}
.small-music-player  .progress .elapsed{
  background:#a00;
  
}
.small-music-player  .track-info{
  display:block;
  margin-top: -5px;
  margin-left: 10px;
    color:#fff;
   width:100px;
}

	
						
.small-music-player .hideThis{display:none;}
.small-music-player  .player .progress-wrapper {
    height: 5px;
    width: 135px;
 display:block;
    margin-right:5px;
    border-radius: 2px;
     background:#aaa;
}
.small-music-player  .jp-duration,.small-music-player  .jp-current-time{display:none;}
.small-music-player  .player .progress {
    height: 8px;
    width: 135px;
    cursor: pointer;
margin-top:1px;
}

.small-music-player .player .elapsed {
    height: 6px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 1px;
    width: 60%;
    background: #bd2d2e;
}

.fa-forward{cursor:pointer;}


.activeSong{
  background:#bd2d2e;
  color:#fff;
}
.playerVisual{
  float:right;
   font-size:20px;
  margin:-10px 5px -10px -5px;
}

.time-remaining {
    color: #fff;
    margin-top: -5px;
}