.mejs-container {
	background: rgb(0, 0, 0); text-align: left; font-family: Helvetica, Arial; vertical-align: top; position: relative;
}
.me-plugin {
	position: absolute;
}
.mejs-embed {
	background: rgb(0, 0, 0); margin: 0px; padding: 0px; width: 100%; height: 100%; overflow: hidden;
}
.mejs-embed body {
	background: rgb(0, 0, 0); margin: 0px; padding: 0px; width: 100%; height: 100%; overflow: hidden;
}
.mejs-container-fullscreen {
	left: 0px; top: 0px; right: 0px; bottom: 0px; overflow: hidden; position: fixed; z-index: 1000;
}
.mejs-container-fullscreen .mejs-mediaelement {
	width: 100%; height: 100%;
}
.mejs-container-fullscreen video {
	width: 100%; height: 100%;
}
.mejs-background {
	left: 0px; top: 0px; position: absolute;
}
.mejs-mediaelement {
	left: 0px; top: 0px; width: 100%; height: 100%; position: absolute;
}
.mejs-poster {
	left: 0px; top: 0px; position: absolute;
}
.mejs-poster img {
	padding: 0px; border: 0px currentColor; display: block;
}
.mejs-overlay {
	left: 0px; top: 0px; position: absolute;
}
.mejs-overlay-play {
	cursor: pointer;
}
.mejs-overlay-button {
	background: url("bigplay.png") no-repeat; margin: -50px 0px 0px -50px; left: 50%; top: 50%; width: 100px; height: 100px; position: absolute;
}
.mejs-overlay:hover .mejs-overlay-button {
	background-position: 0px -100px;
}
.mejs-overlay-loading {
	background: rgba(0, 0, 0, 0.9); margin: -40px 0px 0px -40px; left: 50%; top: 50%; width: 80px; height: 80px; position: absolute;
}
.mejs-overlay-loading span {
	background: url("loading.gif") no-repeat 50% 50%; width: 80px; height: 80px; display: block;
}
.mejs-container .mejs-controls {
	background: rgba(0, 0, 0, 0.7); margin: 0px; padding: 0px; left: 0px; width: 100%; height: 30px; bottom: 0px; list-style-type: none; position: absolute;
}
.mejs-container .mejs-controls div {
	background: 0px; margin: 0px; padding: 0px; border: 0px currentColor; width: 26px; height: 26px; line-height: 11px; font-family: Helvetica, Arial; font-size: 11px; float: left; display: block; list-style-type: none;
}
.mejs-controls .mejs-button button {
	background: url("controls.png") no-repeat; margin: 7px 5px; padding: 0px; border: 0px currentColor; width: 16px; height: 16px; line-height: 0; font-size: 0px; text-decoration: none; display: block; position: absolute; cursor: pointer;
}
.mejs-controls .mejs-button button:focus {
	outline: yellow solid 1px;
}
.mejs-container .mejs-controls .mejs-time {
	padding: 8px 3px 0px; width: auto; height: 17px; text-align: center; color: rgb(255, 255, 255); overflow: hidden; display: block; box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing: content-box;
}
.mejs-container .mejs-controls .mejs-time span {
	margin: 1px 2px 0px 0px; width: auto; color: rgb(255, 255, 255); line-height: 12px; font-size: 11px; float: left; display: block;
}
.mejs-controls .mejs-play button {
	
}
.mejs-controls .mejs-pause button {
	background-position: 0px -16px;
}
.mejs-controls .mejs-stop button {
	background-position: -112px 0px;
}
.mejs-controls div.mejs-time-rail {
	width: 200px; padding-top: 5px;
}
.mejs-controls .mejs-time-rail span {
	border-radius: 2px; width: 180px; height: 10px; display: block; position: absolute; cursor: pointer; -moz-border-radius: 2px; -webkit-border-radius: 2px;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
	background: rgba(50, 50, 50, 0.8); margin: 5px;
}
.mejs-controls .mejs-time-rail .mejs-time-buffering {
	width: 100%; background-size: 15px 15px; -webkit-background-size: 15px 15px; -moz-background-size: 15px 15px; -o-background-size: 15px 15px; -webkit-animation: buffering-stripes 2s linear infinite; -moz-animation: buffering-stripes 2s linear infinite; -ms-animation: buffering-stripes 2s linear infinite; -o-animation: buffering-stripes 2s linear infinite; animation: buffering-stripes 2s linear infinite;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: rgba(60, 170, 200, 0.8); width: 0px;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
	background: rgba(255, 255, 255, 0.8); width: 0px;
}
.mejs-controls .mejs-time-rail .mejs-time-handle {
	background: rgb(255, 255, 255); margin: 0px; border-radius: 5px; border: 2px solid rgb(51, 51, 51); top: -2px; width: 10px; text-align: center; display: none; position: absolute; cursor: pointer; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.mejs-controls .mejs-time-rail .mejs-time-float {
	background: rgb(238, 238, 238); border: 1px solid rgb(51, 51, 51); top: -26px; width: 36px; height: 17px; text-align: center; color: rgb(17, 17, 17); margin-left: -18px; display: none; position: absolute;
}
.mejs-controls .mejs-time-rail .mejs-time-float-current {
	margin: 2px; left: 0px; width: 30px; text-align: center; display: block;
}
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
	border-width: 5px; border-style: solid; border-color: rgb(238, 238, 238) transparent transparent; border-radius: 0px; left: 13px; top: 15px; width: 0px; height: 0px; line-height: 0; display: block; position: absolute; -moz-border-radius: 0; -webkit-border-radius: 0;
}
.mejs-controls .mejs-fullscreen-button button {
	background-position: -32px 0px;
}
.mejs-controls .mejs-unfullscreen button {
	background-position: -32px -16px;
}
.mejs-controls .mejs-volume-button {
	
}
.mejs-controls .mejs-mute button {
	background-position: -16px -16px;
}
.mejs-controls .mejs-unmute button {
	background-position: -16px 0px;
}
.mejs-controls .mejs-volume-button {
	position: relative;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider {
	background: rgba(50, 50, 50, 0.7); margin: 0px; border-radius: 0px; left: 0px; top: -115px; width: 25px; height: 115px; display: none; position: absolute; z-index: 1; -moz-border-radius: 0; -webkit-border-radius: 0;
}
.mejs-controls .mejs-volume-button:hover {
	border-radius: 0px 0px 4px 4px; -moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
	background: rgba(255, 255, 255, 0.5); margin: 0px; left: 11px; top: 8px; width: 2px; height: 100px; position: absolute;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
	background: rgba(255, 255, 255, 0.9); margin: 0px; left: 11px; top: 8px; width: 2px; height: 100px; position: absolute;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
	background: rgba(255, 255, 255, 0.9); margin: 0px; border-radius: 1px; left: 4px; top: -3px; width: 16px; height: 6px; position: absolute; cursor: n-resize; -moz-border-radius: 1px; -webkit-border-radius: 1px;
}
.mejs-controls div.mejs-horizontal-volume-slider {
	width: 60px; height: 26px; position: relative;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: rgba(50, 50, 50, 0.8); margin: 0px; padding: 0px; border-radius: 2px; left: 0px; top: 11px; width: 50px; height: 8px; font-size: 1px; position: absolute; -moz-border-radius: 2px; -webkit-border-radius: 2px;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: rgba(255, 255, 255, 0.8); margin: 0px; padding: 0px; border-radius: 2px; left: 0px; top: 11px; width: 50px; height: 8px; font-size: 1px; position: absolute; -moz-border-radius: 2px; -webkit-border-radius: 2px;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
	display: none;
}
.mejs-controls .mejs-captions-button {
	position: relative;
}
.mejs-controls .mejs-captions-button button {
	background-position: -48px 0px;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector {
	background: rgba(50, 50, 50, 0.7); padding: 10px; border-radius: 0px; border: 1px solid transparent; width: 130px; height: 100px; right: -10px; bottom: 26px; overflow: hidden; visibility: hidden; position: absolute; -moz-border-radius: 0; -webkit-border-radius: 0;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
	margin: 0px; padding: 0px; overflow: hidden; display: block; list-style-type: none !important;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
	margin: 0px 0px 6px; padding: 0px; color: rgb(255, 255, 255); overflow: hidden; display: block; list-style-type: none !important;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
	margin: 3px 3px 0px 5px; clear: both; float: left;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
	padding: 4px 0px 0px; width: 100px; line-height: 15px; font-family: helvetica, arial; font-size: 10px; float: left;
}
.mejs-controls .mejs-captions-button .mejs-captions-translations {
	margin: 0px 0px 5px; font-size: 10px;
}
.mejs-chapters {
	left: 0px; top: 0px; width: 10000px; position: absolute; z-index: 1; -xborder-right: solid 1px #fff;
}
.mejs-chapters .mejs-chapter {
	background: rgba(0, 0, 0, 0.7); border: 0px currentColor; overflow: hidden; float: left; filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000); position: absolute;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block {
	padding: 5px; color: rgb(255, 255, 255); font-size: 11px; border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid; display: block; cursor: pointer;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
	border-right-color: currentColor; border-right-width: medium; border-right-style: none;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
	background: rgba(102, 102, 102, 0.7); filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232);
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
	margin: 0px 0px 3px; line-height: 12px; font-size: 12px; font-weight: bold; display: block; white-space: nowrap; text-overflow: ellipsis;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
	margin: 3px 0px 4px; line-height: 12px; font-size: 12px; display: block; white-space: nowrap; text-overflow: ellipsis;
}
.mejs-captions-layer {
	left: 0px; text-align: center; bottom: 0px; color: rgb(255, 255, 255); line-height: 22px; font-size: 12px; position: absolute;
}
.mejs-captions-layer a {
	color: rgb(255, 255, 255); text-decoration: underline;
}
[lang=ar].mejs-captions-layer {
	font-size: 20px; font-weight: normal;
}
.mejs-captions-position {
	left: 0px; width: 100%; bottom: 15px; position: absolute;
}
.mejs-captions-position-hover {
	bottom: 45px;
}
.mejs-captions-text {
	background: rgba(20, 20, 20, 0.8); padding: 3px 5px;
}
.mejs-clear {
	clear: both;
}
.me-cannotplay {
	
}
.me-cannotplay a {
	color: rgb(255, 255, 255); font-weight: bold;
}
.me-cannotplay span {
	padding: 15px; display: block;
}
.mejs-controls .mejs-loop-off button {
	background-position: -64px -16px;
}
.mejs-controls .mejs-loop-on button {
	background-position: -64px 0px;
}
.mejs-controls .mejs-backlight-off button {
	background-position: -80px -16px;
}
.mejs-controls .mejs-backlight-on button {
	background-position: -80px 0px;
}
.mejs-controls .mejs-picturecontrols-button {
	background-position: -96px 0px;
}
.mejs-contextmenu {
	background: rgb(255, 255, 255); padding: 10px; border-radius: 4px; border: 1px solid rgb(153, 153, 153); left: 0px; top: 0px; width: 150px; position: absolute; z-index: 1001;
}
.mejs-contextmenu .mejs-contextmenu-separator {
	background: rgb(51, 51, 51); margin: 5px 6px; height: 1px; font-size: 0px;
}
.mejs-contextmenu .mejs-contextmenu-item {
	padding: 4px 6px; color: rgb(51, 51, 51); font-family: Helvetica, Arial; font-size: 12px; cursor: pointer;
}
.mejs-contextmenu .mejs-contextmenu-item:hover {
	background: rgb(44, 124, 145); color: rgb(255, 255, 255);
}
.mejs-controls .mejs-sourcechooser-button {
	position: relative;
}
.mejs-controls .mejs-sourcechooser-button button {
	background-position: -128px 0px;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
	background: rgba(50, 50, 50, 0.7); padding: 10px; border-radius: 0px; border: 1px solid transparent; width: 130px; height: 100px; right: -10px; bottom: 26px; overflow: hidden; visibility: hidden; position: absolute; -moz-border-radius: 0; -webkit-border-radius: 0;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
	margin: 0px; padding: 0px; overflow: hidden; display: block; list-style-type: none !important;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
	margin: 0px 0px 6px; padding: 0px; color: rgb(255, 255, 255); overflow: hidden; display: block; list-style-type: none !important;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
	margin: 3px 3px 0px 5px; clear: both; float: left;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
	padding: 4px 0px 0px; width: 100px; line-height: 15px; font-family: helvetica, arial; font-size: 10px; float: left;
}
