.mejs-container{
	background:#eaeaea;
}
.mejs-container .mejs-controls{
    background: url(background.png);	
    background: rgba(234, 234, 234, 1);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(234, 234, 234, 1)), to(rgba(234, 234, 234, 1)));
    background: -webkit-linear-gradient(top, rgba(234, 234, 234, 1), rgba(234, 234, 234, 1));
    background: -moz-linear-gradient(top, rgba(234, 234, 234, 1), rgba(234, 234, 234, 1));
    background: -o-linear-gradient(top, rgba(234, 234, 234, 1), rgba(234, 234, 234, 1));
    background: -ms-linear-gradient(top, rgba(234, 234, 234, 1), rgba(234, 234, 234, 1));
    background: linear-gradient(rgba(234, 234, 234, 1), rgba(234, 234, 234, 1));
    height: 32px !important;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{
	border-radius:0;
	background: #333;
    background: rgba(50,50,50,0.8);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30,30,30,0.8)), to(rgba(60,60,60,0.8)));
    background: -webkit-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
    background: -moz-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
    background: -o-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
    background: -ms-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
    background: linear-gradient(rgba(30,30,30,0.8), rgba(60,60,60,0.8)); 
}

.mejs-container .mejs-controls .mejs-playpause-button {
    list-style-type: none;
    background-image: none;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 32px !important;
    height: 32px !important;
    font-size: 11px;
    line-height: 11px;
    font-family: Helvetica, Arial;
    border: 0;
    position: relative;
}
.mejs-controls .mejs-button button {
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    margin: 0 !important;
    padding: 0;
    position: absolute;
    height: 32px !important;
    width: 32px !important;
    border: 0;
    background: transparent !important;
    z-index: 2;
}
.mejs-button.mejs-playpause-button.mejs-pause:after {
    content: "\f04c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 8.5px;
    line-height: 18px;
    position: absolute;
    top: 5px;
    left: 5px;
    height: 22px;
    width: 22px;
    text-align: center;
    border: 2px solid #000;
    border-radius: 50%;
    z-index: 1;
}
.mejs-button.mejs-playpause-button.mejs-play:after {
    content: "\f04b";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 8.5px;
    line-height: 18.5px;
    position: absolute;
    top: 5px;
    left: 5px;
    height: 22px;
    width: 22px;
    text-align: center;
    border: 2px solid #000;
    border-radius: 50%;
    z-index: 1;
}
.mejs-controls div.mejs-time-rail {
    direction: ltr;
    width: 200px;
    padding-top: 5px;
    display: none !important;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    position: absolute;
    left: 0;
    top: 13px !important;
    width: 50px;
    height: 7px !important;
    margin: 0;
    padding: 0;
    font-size: 1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: rgba(119, 119, 119, 0.5) !important;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    position: absolute;
    left: 0;
    top: 13px !important;
    width: 50px;
    height: 7px !important;
    margin: 0;
    padding: 0;
    font-size: 1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #000 !important;
}
.mejs-button.mejs-volume-button {
    width: 45px !important;
    margin-left: 15px !important;
}
.mejs-button.mejs-volume-button.mejs-mute:after {
    content: "\f028";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 17.5px;
    line-height: 22px;
    position: absolute;
    top: 5px;
    left: 5px;
    height: 22px;
    width: 22px;
    text-align: left;
    border-radius: 50%;
    z-index: 1;
}
.mejs-button.mejs-volume-button.mejs-unmute:after {
    content: "\f026";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 17.5px;
    line-height: 22px;
    position: absolute;
    top: 5px;
    left: 5px;
    height: 22px;
    width: 22px;
    text-align: left;
    border-radius: 50%;
    z-index: 1;
}
