.mejs-horizontal-volume-total, .mejs-time-loaded, .mejs-horizontal-volume-total {
    margin-left: 1px !important;
}
.mejs-container {
	position: relative;
	min-width: 150px;
	background: none;
	font-family: sans-serif;
	text-align: left;
	vertical-align: top;
	border-radius: 4px;
	margin: 8px 0;
	display: flex;
	height: 50px !important;
	width: auto !important;
}

.me-plugin {
	position: absolute;
}

.mejs-embed, .mejs-embed body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #000;
	overflow: hidden;
}

.mejs-container-fullscreen {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 1000;
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
	width: 100%;
	height: 100%;
}

/* Start: LAYERS */
.mejs-background {
	position: absolute;
	top: 0;
	left: 0;
}
.mejs-mediaelement {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mejs-poster {
	position: absolute;
	top: 0;
	left: 0;
	overflow:hidden;
}
.mejs-poster img {
	border: 0;
	padding: 0;
	border: 0;
	display: block;
	width: auto;
	height: 100%;
}
.mejs-overlay {
	position: absolute;
	top: 0;
	left: 0;
}
.mejs-overlay-play {
	cursor: pointer;
}
.mejs-overlay-button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	background: url(/plugins/content/lightplayer/images/bigplay.png) no-repeat;
}
.mejs-overlay:hover .mejs-overlay-button{
	background-position: 0 -100px ;
}
.mejs-overlay-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
}
.mejs-overlay-loading span {
	display:block;
	width: 80px;
	height: 80px;
	background: #3A3C3D url(/plugins/content/lightplayer/images/loading.gif) 50% 50% no-repeat;
	border-radius: 40px;
}

/* End: LAYERS */

/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: 0;
	left: 0;
	height: 50px;
	width: 100%;
	list-style: none;
}

.mejs-audio .mejs-controls{
	border-radius:5px;
}

.mejs-container .mejs-controls div {
	list-style-type: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 32px;
	height: 40px;
	font-size: 11px;
	line-height: 11px;
	font-family: sans-serif;
	border: 0;
}

.mejs-controls .mejs-button button {
	cursor: pointer;
	display: block;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
	margin: 7px 7px 0 9px;
	padding: 0;
	position: absolute;
	height: 16px;
	width: 16px;
	border: 0;
	background: transparent url(/plugins/content/lightplayer/images/controls.png) no-repeat;
}

/* :focus for accessibility */
.mejs-controls .mejs-button button:focus {
	/*outline: solid 1px yellow;*/
}

/* End: CONTROL BAR */

/* Start: Time (current / duration) */
.mejs-container .mejs-controls .mejs-time {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
    color: #fff;
    display: block;
    height: 20px;
    overflow: hidden;
    margin: 20px 6px 0;
    text-align: center;
    width: auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	cursor: default;
}
.mejs-container .mejs-controls .mejs-time span {
	font-size: 11px;
	line-height: 12px;
	display: block;
	float: left;
	width: auto;
	font-weight: normal;
}
/* End: Time (current / duration) */


/* Start: Play/pause */
.mejs-container .mejs-controls .mejs-playpause-button {
	cursor: pointer;
	width: 40px;
	border-radius: 5px;
    margin-left: 5px;
    margin-top: 5px;
}
.mejs-controls .mejs-playpause-button button {
	margin: 7px 7px;
}
.mejs-controls .mejs-play button {
    background: url("/plugins/content/lightplayer/images/play.png") no-repeat scroll 0 0 / 26px 26px rgba(0, 0, 0, 0);
    height: 26px;
    width: 26px;
}
.mejs-controls .mejs-play:hover button {
}
.mejs-controls .mejs-pause button {
    background: url("/plugins/content/lightplayer/images/pause.png") no-repeat scroll 0 0 / 26px 26px rgba(0, 0, 0, 0);
    height: 26px;
    width: 26px;
}
.mejs-controls .mejs-pause:hover button {
}
/* End: Play/pause */


/* Stop */
.mejs-controls .mejs-stop button {
	background-position: -112px 0;
}
.mejs-controls .mejs-stop:hover button {
	background-position: -112px -32px;
}
/* End: Play/pause */

/* Start: Progress bar */
.mejs-controls div.mejs-time-rail {
    padding-left: 6px;
    padding-right: 6px;
	width: 200px;
}
.mejs-controls .mejs-time-rail span {
	display: block;
	position: absolute;
	width: 180px;
	height: 13px;
	cursor: pointer;
	border-radius: 5px;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
	padding: 1px;
	margin: 18px 0 0;
	border-radius: 5px;
}
.mejs-controls .mejs-time-rail .mejs-time-buffering {
    background-color: rgba(256, 256, 256, 0.4);
    height: 3px;
    margin-top: 5px;
    width: 99%;
}

@-webkit-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-moz-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-ms-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-o-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }

.mejs-controls .mejs-time-rail .mejs-time-loaded {
	width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
	width: 0;
	-moz-background-size: 6px 6px;
	background-size: 6px 6px;
	-webkit-background-size: 6px 5px;
	z-index: 1;
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
	display: block;
	position: absolute;
	margin: 0;
	height: 9px;
	width: 9px;
	cursor: pointer;
	top: 3px;
	z-index: 1;
	text-align: center;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
	position: absolute;
	display: none;
	background: #C2C8CF;
	background: -webkit-linear-gradient(#E3E6E9, #C2C8CF);
	background: -moz-linear-gradient(#E3E6E9, #C2C8CF);
	background: -o-linear-gradient(#E3E6E9, #C2C8CF);
	background: -ms-linear-gradient(#E3E6E9, #C2C8CF);
	background: linear-gradient(#E3E6E9, #C2C8CF);
	width: 36px;
	height: 17px;
	border-radius: 4px;
	box-shadow:0 1px 1px rgba(0, 0, 0, .4);
	top: -26px;
	margin-left: -18px;
	text-align: center;
	color: #111;
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
	margin: 3px;
	width: 30px;
	display: block;
	text-align: center;
	left: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	line-height: 0;
	border: solid 4px #C2C8CF;
	border-color: #C2C8CF transparent transparent transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	top: 17px;
	left: 13px;

}




/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
	visibility:visible;
}
*/
/* End: Progress bar */

/* Start: Fullscreen */
.mejs-controls .mejs-fullscreen-button button {
	background-position:-32px 0;
}
.mejs-controls .mejs-unfullscreen button {
	background-position:-32px -16px;
}
/* End: Fullscreen */


/* Start: Mute/Volume */
.mejs-controls .mejs-volume-button {
}

.mejs-controls .mejs-mute button {
	background-position:-16px -16px;
}

.mejs-controls .mejs-mute button:hover {
	background-position:-16px -48px;
}

.mejs-controls .mejs-unmute button {
	background-position:-16px 0;
}

.mejs-controls .mejs-unmute button:hover {
	background-position:-16px -32px;
}

.mejs-controls .mejs-volume-button {
	position: relative;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
	display: none;
	height: 68px;
	width: 31px;
	background: #3A3C3D;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	top: -68px;
	left: 1px;
	z-index: 1;
	position: absolute;
	margin: 0;
}
.mejs-controls .mejs-volume-button:hover {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
/*
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
	display: block;
}
*/

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
	position: absolute;
	left: 13px;
	top: 8px;
	width: 5px;
	height: 50px;
	background: #262929;
	border-bottom: #3d3f40 1px solid;
	box-shadow: inset 1px 1px rgba(0, 0, 0, .4);
	margin: 0;
	padding: 1px;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
	position: absolute;
	left: 13px;
	top: 8px;
	width: 5px;
	height: 50px;
	background: #feea36;
	background-image: -webkit-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
	background-image: -moz-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
	background-image: -o-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
	background-image: -ms-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
	background-image: linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
	-moz-background-size: 6px 6px;
	background-size: 6px 6px;
	-webkit-background-size: 6px 5px;
	background-position: bottom;
	margin: 1px;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
	position: absolute;
	left: 14px;
	top: 16px;
	width: 5px;
	height: 5px;
	background: transparent;
	margin: 0;
}


/* horizontal version */

.mejs-controls div.mejs-horizontal-volume-slider {
	height: 30px;
	width: 62px;
	padding-right: 3px;
	padding-left: 3px;
	position: relative;
	background:none;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	position: absolute;
	left: 0;
	top: 5px;
	width: 50px;
	height: 5px;
	font-size: 1px;
    border-radius: 5px;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	position: absolute;
	left: 0;
	top: 5px;
	width: 50px;
	padding: 0;
	font-size: 1px;
	border-radius: 5px;
}


.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
	background-image: none;
	border-radius: 5px;
	position: absolute;
	display: block;
	height: 9px;
    width: 9px;
	top: 2px;
	}

/* Start: TRACK (Captions and Chapters) */
.mejs-controls .mejs-captions-button {
	position: relative;
}

.mejs-controls .mejs-captions-button button {
	background-position:-48px 0;
}

/* Customized Player */

.mejs-container .mejs-controls .mejs-playpause-button {
}

.mejs-time-current, .mejs-time-handle, .mejs-horizontal-volume-current, .mejs-horizontal-volume-handle {
    background-color: #ee3d83; /* Current time and volume bar */
}

.mejs-horizontal-volume-total, .mejs-time-loaded {
    background-color: #fff; /* Seek and volume bar */
}

.mejs-controls {
    background-color: #3a3b40; /* Player background */
}

.mejs-container .mejs-controls .mejs-time span {
	color: #ccc; /* Current and duration time */
}

.mejs-inner .mejs-controls .lightplayer-logo {
    height: 50px;
    width: 40px;
    display: none;
    align-items: center;
    justify-content: center;
}

.mejs-inner .mejs-controls .lightplayer-logo-container {
    height: 30px;
    width: 30px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}

/* Light Player */

.lightplayer-download-link-icon {
    flex: auto;
}
.lightplayer-download-link-icon::before {
    content: "\e021  ";
    font-family: "IcoMoon";
}

.lightplayer-download-link-container {
    display: none;
    margin-bottom: 6px;
}

.mejs-time-buffering {
    display: block !important;
}

.mejs-time-rail {
    height: 38px !important;
}

.mejs-currenttime-container, .mejs-time-rail, .mejs-duration-container, .mejs-horizontal-volume-slider {

}

.mejs-button.mejs-volume-button {
    display: none !important;
}

.lightplayer-time-total {
    cursor: pointer;
    height: 13px !important;
    margin-top: 19px !important;
    position: relative;
    width: 50px !important;
}

.mejs-time-current, .mejs-time-loaded, .mejs-horizontal-volume-total, .mejs-horizontal-volume-current {
    height: 3px !important;
    margin-top: 5px;
}

button:focus {
    outline:0;
}

@media only screen and (max-width : 640px) {

.mejs-horizontal-volume-slider.mejs-mute {
    display: none !important;
}

.mejs-container.svg.mejs-audio {
    width: 100% !important;
    max-width: 100% !important;
}

}

@media only screen and (max-width : 480px) {

.mejs-container {
	padding-top: 5px;
}

.mejs-horizontal-volume-total {
    display: none !important;
}

.mejs-horizontal-volume-current {
    display: none !important;
}

.mejs-horizontal-volume-handle {
    display: none !important;
}

.mejs-horizontal-volume-slider {
    width: 0 !important;
}

.mejs-volume-button {
    display: none !important;
}

}