/************* FIXED AUDIO PLAYER HORIZONTAL *******************/ 
#fixedaudioplayer {
				
                display:block; min-width:200px;  max-width:200px; 
				position:fixed;
            
                height:74px; 
                border:1px solid #E3AE23; 
                border-radius:8px;
        
                background:rgba(204, 153, 0, 0.14);
				
				right:22px;
				bottom:22px;
				z-index:1; 
                
                font-size:14px;
                font-weight:bold;
                text-shadow: 1px 1px #000;
                color:#E3AE23; 
                letter-spacing:4px;
                text-decoration:none;
                text-align:center;
                line-height: 1.5;
			    
                padding-left:6px;
                padding-right:6px;
				padding-top:6px;
				padding-bottom:6px;	
				margin-left:4px;
                margin-top:4px;
				margin-right:4px;
		    	}
        
               .buttonsimage {
                padding-right:8px;
                padding-left:8px;
                width:300px;
                float:left;
                margin:auto;
            
                }
				.buttons {
                padding-right:5px;
                padding-left:5px;
                width:38px;
                float:left;
                margin:auto;
            
                }

                .featureimg {border-radius: 4px;}

      


/*************  AUDIO PLAYER MA  single *******************/         


.custom-select {
font-family: Arial;
background-color: #999;
}

@charset "utf-8";
/* CSS Document */
.slidecontainer {
    width: 100%;
	height: 60px;
	display:flex;
	justify-content: space-around;
    border-radius: 4px;
	align-items: center;
	background-color:#3D3D3D;
    opacity: 0.7;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.slider {
    -webkit-appearance: none;
    width: 100px;
    height: 18px;
    border-radius: 8px;
    background: #335483;
    outline: none;

}

.slider:hover {
background: #000000;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 33px;
    height: 33px;
    border-radius: 50%;
	border: 2px #000 solid;
    background: #3D3D3D;
    cursor: pointer;
   
}

.slider::-moz-range-thumb {
    width: 33px;
    height: 33px;
    border-radius: 50%;
	border: 2px #000 solid;
    background: #3D3D3D;
    cursor: pointer;
   
}

#myVol{width: 80px;
border-radius: 8px;}


.playbutton {width: 33px;
    height: 33px;} 

.soundoff {width: 18px;
    height: 19px;} 


.pos{width: 120px;}

.vol{width: 80px;}