.mejs__offscreen
{
	clip: rect(1px,1px,1px,1px);
	clip-path: polygon(0 0,0 0,0 0,0 0);
	height: 1px;
	overflow: hidden;
	position: absolute!important;
	webkit-clip-path: polygon(0 0,0 0,0 0,0 0);
	width: 1px;
}
.mejs__container
{
	background: #000;
	font-family: Helvetica,Arial,serif;
	position: relative;
	text-align: left;
	text-indent: 0;
	vertical-align: top;
}
.mejs__container,.mejs__container *
{
	box-sizing: border-box;
}
.mejs__container video::-webkit-media-controls-start-playback-button
{
	display: none!important;
	webkit-appearance: none;
}
.mejs__fill-container,.mejs__fill-container .mejs__container
{
	height: 100%;
	width: 100%;
}
.mejs__fill-container
{
	background: transparent;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.mejs__container:focus
{
	outline: none;
}
.me-plugin
{
	position: absolute;
}
.mejs__embed,.mejs__embed body
{
	background: #000;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
.mejs__fullscreen
{
	overflow: hidden!important;
}
.mejs__container-fullscreen
{
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2;
}
.mejs__container-fullscreen .mejs__mediaelement,.mejs__container-fullscreen video
{
	height: 100%!important;
	width: 100%!important;
}
.mejs__clear
{
	clear: both;
}
.mejs__background,.mejs__mediaelement
{
	left: 0;
	position: absolute;
	top: 0;
}
.mejs__mediaelement
{
	height: 100%;
	width: 100%;
}
.mejs__poster
{
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	left: 0;
	position: absolute;
	top: 0;
}
:root .mejs__poster-img
{
	display: none;
}
.mejs__poster-img
{
	border: 0;
	padding: 0;
}
.mejs__overlay
{
	left: 0;
	position: absolute;
	top: 0;
}
.mejs__overlay-play
{
	cursor: pointer;
}
.mejs__overlay-button
{
	background: url(mejs-controls.svg) no-repeat;
	background-position: 0 -39px;
	height: 80px;
	left: 50%;
	margin: -40px 0 0 -40px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	width: 80px;
}
.mejs__overlay:hover>.mejs__overlay-button
{
	background-position: -80px -39px;
}
.mejs__overlay-loading
{
	height: 80px;
	left: 50%;
	margin: -40px 0 0 -40px;
	position: absolute;
	top: 50%;
	width: 80px;
}
.mejs__overlay-loading-bg-img
{
	animation: a 1s linear infinite;
	background: transparent url(mejs-controls.svg) -160px -40px no-repeat;
	display: block;
	height: 80px;
	width: 80px;
}
@keyframes a
{
	to
	{
		transform: rotate(1turn);
	}
}
.mejs__controls
{
	bottom: 0;
	height: 40px;
	left: 0;
	list-style-type: none;
	margin: 0;
	padding: 0 10px;
	position: absolute;
	width: 100%;
}
.mejs__controls:not([style*="display: none"])
{
	background: linear-gradient(transparent,rgba(0,0,0,.35));
	background: #184eb4;/*rgba(255,0,0,.7);*/
}
.mejs__button,.mejs__time,.mejs__time-rail
{
	float: left;
	font-size: 10px;
	height: 40px;
	line-height: 10px;
	margin: 0;
	width: 32px;
}
.mejs__button>button
{
	background: transparent url(mejs-controls.svg);
	border: 0;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 20px;
	line-height: 0;
	margin: 10px 6px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	text-decoration: none;
	width: 20px;
}
.mejs__button>button:focus
{
	outline: 1px dotted #999;
}
.mejs__container-keyboard-inactive [role=slider],.mejs__container-keyboard-inactive [role=slider]:focus,.mejs__container-keyboard-inactive a,.mejs__container-keyboard-inactive a:focus,.mejs__container-keyboard-inactive button,.mejs__container-keyboard-inactive button:focus
{
	outline: 0;
}
.mejs__time
{
	box-sizing: content-box;
	color: #fff;
	display: block;
	font-size: 11px;
	font-weight: 700;
	height: 24px;
	overflow: hidden;
	padding: 16px 6px 0;
	text-align: center;
	width: auto;
}
.mejs__play>button
{
	background-position: 0 0;
}
.mejs__pause>button
{
	background-position: -20px 0;
}
.mejs__replay>button
{
	background-position: -280px 0;
}
.mejs__time-rail
{
	direction: ltr;
	height: 40px;
	margin: 0 10px;
	padding-top: 10px;
	position: relative;
	width: 200px;
}
.mejs__time-buffering,.mejs__time-current,.mejs__time-float,.mejs__time-float-corner,.mejs__time-float-current,.mejs__time-handle,.mejs__time-loaded,.mejs__time-marker,.mejs__time-total
{
	border-radius: 2px;
	cursor: pointer;
	display: block;
	height: 10px;
	position: absolute;
}
.mejs__time-total
{
	background: hsla(0,0%,100%,.3);
	margin: 5px 0 0;
	width: 100%;
}
.mejs__time-buffering
{
	animation: b 2s linear infinite;
	background: linear-gradient(-45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
	background-size: 15px 15px;
	width: 100%;
}
@keyframes b
{
	0%
	{
		background-position: 0 0;
	}
	to
	{
		background-position: 30px 0;
	}
}
.mejs__time-loaded
{
	background: hsla(0,0%,100%,.3);
	width: 0;
}
.mejs__time-current
{
	background: hsla(0,0%,100%,.9);
	width: 0;
}
.mejs__time-handle
{
	background: #fff;
	border: 2px solid #333;
	border-radius: 5px;
	cursor: pointer;
	margin: 0;
	top: -2px;
	width: 10px;
}
.mejs__time-float,.mejs__time-handle
{
	display: none;
	position: absolute;
	text-align: center;
}
.mejs__time-float
{
	background: #eee;
	border: 1px solid #333;
	color: #111;
	height: 17px;
	margin-left: -18px;
	top: -26px;
	width: 36px;
}
.mejs__time-float-current
{
	display: block;
	left: 0;
	margin: 2px;
	text-align: center;
	width: 30px;
}
.mejs__time-float-corner
{
	border: 5px solid #eee;
	border-color: #eee transparent transparent;
	border-radius: 0;
	display: block;
	height: 0;
	left: 13px;
	line-height: 0;
	position: absolute;
	top: 15px;
	width: 0;
}
.mejs__long-video .mejs__time-float
{
	width: 48px;
}
.mejs__long-video .mejs__time-float-current
{
	width: 44px;
}
.mejs__long-video .mejs__time-float-corner
{
	left: 18px;
}
.mejs__broadcast
{
	color: #fff;
	height: 10px;
	position: absolute;
	top: 15px;
	width: 100%;
}
.mejs__fullscreen-button>button
{
	background-position: -80px 0;
}
.mejs__unfullscreen>button
{
	background-position: -100px 0;
}
.mejs__mute>button
{
	background-position: -60px 0;
}
.mejs__unmute>button
{
	background-position: -40px 0;
}
.mejs__volume-button
{
	position: relative;
}
.mejs__volume-button>.mejs__volume-slider
{
	background: rgba(50,50,50,.7);
	border-radius: 0;
	display: none;
	height: 115px;
	left: 5px;
	margin: 0;
	position: absolute;
	top: -115px;
	width: 25px;
	z-index: 1;
}
.mejs__volume-button:hover
{
	border-radius: 0 0 4px 4px;
}
.mejs__volume-total
{
	background: hsla(0,0%,100%,.5);
	height: 100px;
	left: 11px;
	margin: 0;
	position: absolute;
	top: 8px;
	width: 2px;
}
.mejs__volume-current
{
	bottom: 0;
	height: 100%;
	margin: 0;
	width: 100%;
}
.mejs__volume-current,.mejs__volume-handle
{
	background: hsla(0,0%,100%,.9);
	left: 0;
	position: absolute;
}
.mejs__volume-handle
{
	border-radius: 1px;
	bottom: 100%;
	cursor: ns-resize;
	height: 6px;
	margin: 0 0 -3px -7px;
	width: 16px;
}
.mejs__horizontal-volume-slider
{
	display: block;
	float: left;
	height: 36px;
	position: relative;
	vertical-align: middle;
	width: 56px;
}
.mejs__horizontal-volume-total
{
	background: rgba(50,50,50,.8);
	height: 8px;
	top: 16px;
	width: 50px;
}
.mejs__horizontal-volume-current,.mejs__horizontal-volume-total
{
	border-radius: 2px;
	font-size: 1px;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
}
.mejs__horizontal-volume-current
{
	background: hsla(0,0%,100%,.8);
	height: 100%;
	top: 0;
	width: 100%;
}
.mejs__horizontal-volume-handle
{
	display: none;
}
.mejs__captions-button
{
	position: relative;
}
.mejs__captions-button>button
{
	background-position: -140px 0;
}
.mejs__captions-button>.mejs__captions-selector
{
	background: rgba(50,50,50,.7);
	border: 1px solid transparent;
	border-radius: 0;
	bottom: 40px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: -51px;
	visibility: hidden;
	visibility: visible;
	width: 85px;
}
.mejs__captions-selector-list
{
	display: block;
	list-style-type: none!important;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.mejs__captions-selector-list-item
{
	color: #fff;
	cursor: pointer;
	display: block;
	list-style-type: none!important;
	margin: 0 0 6px;
	overflow: hidden;
	padding: 0 10px;
}
.mejs__captions-selector-list-item:hover
{
	background-color: #c8c8c8!important;
	background-color: hsla(0,0%,100%,.4)!important;
}
.mejs__captions-selector-input
{
	clear: both;
	float: left;
	left: -1000px;
	margin: 3px 3px 0 5px;
	position: absolute;
}
.mejs__captions-selector-label
{
	cursor: pointer;
	float: left;
	font-size: 10px;
	line-height: 15px;
	padding: 4px 0 0;
	width: 55px;
}
.mejs__captions-selected
{
	color: #21f8f8;
}
.mejs__captions-translations
{
	font-size: 10px;
	margin: 0 0 5px;
}
.mejs__chapters
{
	border-right: 1px solid #fff;
	left: 0;
	position: absolute;
	top: 0;
	width: 10000px;
	z-index: 1;
}
.mejs__chapter
{
	background: linear-gradient(rgba(50,50,50,.7),rgba(0,0,0,.7));
	background: rgba(0,0,0,.7);
	border: 0;
	float: left;
	overflow: hidden;
	position: absolute;
}
.mejs__chapter-block
{
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 11px;
	padding: 5px;
}
.mejs__chapter-block-last
{
	border-right: none;
}
.mejs__chapter-block:hover
{
	background: hsla(0,0%,40%,.7);
	background: linear-gradient(hsla(0,0%,40%,.7),rgba(50,50,50,.6));
}
.mejs__chapter-block .ch-title
{
	font-weight: 700;
	margin: 0 0 3px;
}
.mejs__chapter-block .ch-timespan,.mejs__chapter-block .ch-title
{
	display: block;
	font-size: 12px;
	line-height: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.mejs__chapter-block .ch-timespan
{
	margin: 3px 0 4px;
}
.mejs__captions-layer
{
	bottom: 0;
	color: #fff;
	font-size: 16px;
	left: 0;
	line-height: 20px;
	position: absolute;
	text-align: center;
}
.mejs__captions-layer a
{
	color: #fff;
	text-decoration: underline;
}
.mejs__captions-layer[lang=ar]
{
	font-size: 20px;
	font-weight: 400;
}
.mejs__captions-position
{
	bottom: 15px;
	left: 0;
	position: absolute;
	width: 100%;
}
.mejs__captions-position-hover
{
	bottom: 35px;
}
.mejs__captions-text
{
	background: hsla(0,0%,8%,.5);
	box-shadow: 5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5);
	padding: 0;
	white-space: pre-wrap;
}
.me-cannotplay a
{
	color: #fff;
	font-weight: 700;
}
.me-cannotplay span
{
	display: block;
	padding: 15px;
}
