/* Table of Contents

* MediaElement Player

*/

/* MediaElement Player
------------------------------------------------------------ */

.mejs-audio .mejs-poster {
	display: block !important;
}
.mejs-container .mejs-controls,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: rgb(0,0,0);
	background: rgba(0,0,0,.5);
}
.mejs-controls .mejs-time-rail span,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #771113;
}