.mejs-wrapper
{
  padding-bottom:48px;
}

.mejs-container *
{
  outline:0;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  margin:0;
  padding:0;
}

.mejs-container ul
{
  list-style:none;
}

.mejs-fullscreen
{
  overflow:hidden!important;
}

.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%;
}

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

.me-plugin
{
  position:absolute;
}

.me-cannotplay a
{
  font-weight:700;
}

.me-cannotplay span
{
  display:block;
  padding:15px;
}

.mejs-container
{
  position:relative;
  text-align:left;
  vertical-align:top;
  height:auto;
  font-family:Helvetica, Arial;
}

.mejs-mediaelement
{
  position:relative;
  width:100%;
}

.mejs-layers
{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
}

.mejs-overlay
{
  position:absolute;
  width:100%;
  height:100%!important;
}

.mejs-poster
{
  position:absolute;
  top:0;
  left:0;
  background-color: #000;
  background-size:100% auto;
  background-position:center center;
  background-repeat:no-repeat;
}

.mejs-poster img
{
  border:0;
  vertical-align:middle;
}

.mejs-overlay-loading
{
  position:absolute;
  top:50%;
  left:50%;
  width:60px;
  height:60px;
  border-radius:50%;
  margin:-30px 0 0 -30px;
}

.mejs-overlay-loading span
{
  position:relative;
  display:block;
  width:100%;
  height:100%;
  background-position:center;
  background-repeat:no-repeat;
}

.mejs-overlay-button
{
  position:absolute;
  top:50%;
  left:50%;
  width:60px;
  height:60px;
  border-radius:50%;
  margin-top:-30px!important;
  margin-left:-30px;
  background-position:23px 50%;
  background-repeat:no-repeat;
}

.mejs-controls
{
  position:absolute;
  height:48px;
  bottom:0;
  width:100%;
  padding:0 18px;
}

.mejs-container-fullscreen .mejs-controls
{
  bottom:0;
}

.mejs-controls > div
{
  display:block;
  float:left;
  font-size:11px;
}

.mejs-controls > div + div
{
  margin-left:18px;
}

.mejs-button button
{
  display:block;
  height:12px;
  width:12px;
  margin-top:18px;
  border:0;
  background-repeat:no-repeat;
  font-size:0;
  line-height:0;
  opacity:0.7;
  cursor:pointer;
  padding:0;
}

.mejs-button button:hover
{
  opacity:1;
}

.mejs-play button
{
  background-position:0 0;
}

.mejs-pause button
{
  background-position:-12px 0;
}

.mejs-stop button
{
  background-position:-24px 0;
}

.mejs-time a
{
  display:block;
  float:left;
}

.mejs-time .mejs-currenttime
{
  line-height:48px;
}

.mejs-controls .mejs-loop-off button
{
  background-position:-36px 0;
}

.mejs-controls .mejs-loop-on button
{
  opacity:1;
  background-position:-36px -24px;
}

.mejs-blue .mejs-controls .mejs-loop-on button
{
  background-position:-36px -12px;
}

.mejs-yellow .mejs-controls .mejs-loop-on button
{
  background-position:-36px -36px;
}

.mejs-turquoise .mejs-controls .mejs-loop-on button
{
  background-position:-36px -48px;
}

.mejs-orange .mejs-controls .mejs-loop-on button
{
  background-position:-36px -60px;
}

.mejs-controls .mejs-time-rail
{
  margin-left:10px;
}

.mejs-controls .mejs-time-rail span, .mejs-controls .mejs-time-rail a
{
  display:block;
  cursor:pointer;
}

.mejs-controls .mejs-time-rail .mejs-time-total
{
  position:relative;
  margin-top:23px;
  height:2px;
}

.mejs-controls .mejs-time-rail .mejs-time-total:hover
{
  margin-top:21px;
  height:6px;
}

.mejs-controls .mejs-time-rail .mejs-time-handle
{
  display:none;
  position:absolute;
  height:100%;
  width:10px;
  text-align:center;
  cursor:pointer;
  margin:0;
}

.mejs-controls .mejs-time-rail .mejs-time-float
{
  position:absolute;
  display:none;
  text-align:center;
  margin-top:-8px;
  -webkit-transform:translate(-50%,-100%);
  -moz-transform:translate(-50%,-100%);
  -ms-transform:translate(-50%,-100%);
  -o-transform:translate(-50%,-100%);
  transform:translate(-50%,-100%);
}

.mejs-time-float-current
{
  line-height:1em;
  padding:4px;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner
{
  position:absolute;
  display:inline-block;
  margin-left:-6px;
  width:0;
  height:0;
  bottom:-9px;
  border:solid 6px;
  line-height:0;
}

.mejs-controls .mejs-duration-container
{
  margin-left:10px;
  line-height:48px;
}

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

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

.mejs-unmute button
{
  background-position:-48px -12px;
}

.mejs-controls .mejs-horizontal-volume-slider
{
  height:2px;
  width:60px;
  margin-top:23px;
  margin-left:5px;
  position:relative;
  display: block;
  float: left;
}




.mejs-controls .mejs-horizontal-volume-slider:hover
{
  height:6px;
  margin-top:21px;
}

.mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-horizontal-volume-slider .mejs-horizontal-volume-current
{
  position:absolute;
  left:0;
  height:100%;
  width:100%;
}

.mejs-controls .mejs-sourcechooser-button
{
  position:relative;
  height:48px;
}

.mejs-controls .mejs-sourcechooser-button button
{
  background-position:-72px 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector
{
  visibility:hidden;
  position:absolute;
  bottom:48px;
  border-radius:2px;
  overflow:hidden;
  right:50%;
  padding-bottom:6px;
  -webkit-transform:translate(50%,0%);
  -moz-transform:translate(50%,0%);
  -ms-transform:translate(50%,0%);
  -o-transform:translate(50%,0%);
  transform:translate(50%,0%);
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector:after
{
  content:'';
  display:block;
  position:absolute;
  bottom:-6px;
  left:50%;
  margin-left:-6px;
  width:0;
  height:0;
  border:6px solid;
  -moz-transform:scale(1.01);
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul
{
  display:block;
  border-radius:2px;
  padding:2px 2px 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li
{
  display:block;
  overflow:hidden;
  text-align:center;
  line-height:1em;
  color:rgba(255,255,255,0.8);
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input
{
  visibility:hidden;
  position:absolute;
  width:0;
  height:0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label
{
  margin-bottom:2px;
  border-radius:2px;
  display:block;
  overflow:hidden;
  white-space:nowrap;
  padding:6px;
}

.mejs-clear
{
  clear:both;
}

.mejs-dark .mejs-container button
{
  background-color:transparent;
}

.mejs-dark .mejs-embed,.mejs-embed body,
.mejs-dark .mejs-container,
.mejs-dark .mejs-controls .mejs-time-rail .mejs-time-float
{
  background-color:#000;
}

.mejs-dark .mejs-controls .mejs-time-rail .mejs-time-float-corner
{
  border-color:#000 transparent transparent;
}

.mejs-dark .mejs-controls .mejs-time-rail .mejs-time-total
{
  background-color:rgba(255,255,255,0.05);
}

.mejs-dark .mejs-controls .mejs-time-rail .mejs-time-loaded
{
  background-color:rgba(255,255,255,0.15);
}

.mejs-dark .mejs-horizontal-volume-slider .mejs-horizontal-volume-total
{
  background-color:rgba(255,255,255,0.2);
}

.mejs-dark .me-cannotplay a,
.mejs-dark .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input:checked + label,.mejs-dark .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li:hover label
{
  color:#FFF;
}

.mejs-dark .mejs-overlay-button,
.mejs-dark .mejs-overlay-loading,
.mejs-dark .mejs-controls,
.mejs-dark .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul
{
  background-color:#2A2A2A;
}

.mejs-dark .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector:after
{
  border-color:#2a2a2a transparent transparent;
}

.mejs-dark .mejs-time span
{
  color:#A8A8A8;
}

.mejs-dark .mejs-controls .mejs-time-rail .mejs-time-float
{
  color:gray;
}

.mejs-dark .mejs-blue .mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-dark .mejs-blue .mejs-controls .mejs-time-rail .mejs-time-handle,
.mejs-dark .mejs-blue .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-dark .mejs-blue .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input:checked + label,.mejs-dark .mejs-blue .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li:hover label
{
  background-color:#70C7F4;
}

.mejs-dark .mejs-controls .mejs-time-rail .mejs-time-current,
/* .mejs-dark .mejs-green .mejs-controls .mejs-time-rail .mejs-time-handle, // HWD MOD) */
.mejs-dark .mejs-controls .mejs-time-rail .mejs-time-handle,
/* .mejs-dark .mejs-green .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, // HWD MOD) */
.mejs-dark .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
/* .mejs-dark .mejs-green .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input:checked + label, // HWD MOD) */
/* .mejs-dark .mejs-green .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li:hover label // HWD MOD) */
.mejs-dark .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input:checked + label,.mejs-dark .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li:hover label
{
  background-color:#85C028;
}

.mejs-dark .mejs-yellow .mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-dark .mejs-yellow .mejs-controls .mejs-time-rail .mejs-time-handle,
.mejs-dark .mejs-yellow .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-dark .mejs-yellow .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input:checked + label,.mejs-dark .mejs-yellow .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li:hover label
{
  background-color:#F9BA00;
}

.mejs-dark .mejs-turquoise .mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-dark .mejs-turquoise .mejs-controls .mejs-time-rail .mejs-time-handle,
.mejs-dark .mejs-turquoise .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-dark .mejs-turquoise .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input:checked + label,.mejs-dark .mejs-turquoise .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li:hover label
{
  background-color:#5BCCCA;
}

.mejs-dark .mejs-orange .mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-dark .mejs-orange .mejs-controls .mejs-time-rail .mejs-time-handle,
.mejs-dark .mejs-orange .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-dark .mejs-orange .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input:checked + label,.mejs-dark .mejs-orange .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li:hover label
{
  background-color:#F39F4B;
}

.mejs-dark .mejs-overlay-loading span
{
  background-image:url(spinner.gif);
  background-size:24px 24px;
}

.mejs-dark .mejs-overlay-button
{
  background-image:url(play.png);
  background-size:20px 24px;
}

.mejs-dark .mejs-button button
{
  background-image:url(controls.png);
  background-size:96px 72px;
}

.mejs-mediaelement video,.mejs-mediaelement audio
{
  display:block;
}

:root .mejs-poster img,.mejs-horizontal-volume-slider .mejs-horizontal-volume-handle
{
  display:none;
}

.mejs-overlay-play,.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input:checked + label,.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li:hover label
{
  cursor:pointer;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded,.mejs-controls .mejs-time-rail .mejs-time-current
{
  width:0;
  height:100%;
  position:absolute;
}

.mejs-controls .mejs-fullscreen-button button,.mejs-controls .mejs-unfullscreen button
{
  background-position:-84px 0;
  margin-left:15px;
}















.mejs-chapters {
position:absolute;
top:0;
left:0;
-xborder-right:solid 1px #fff;
width:10000px;
z-index:1;
}

.mejs-chapters .mejs-chapter {
position:absolute;
float:left;
background:linear-gradient(rgba(50,50,50,0.7),rgba(0,0,0,0.7));
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#323232,endColorstr=#000000);
overflow:hidden;
border:0;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block {
font-size:11px;
color:#fff;
display:block;
border-right:solid 1px #333;
border-bottom:solid 1px #333;
cursor:pointer;
padding:5px;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
border-right:none;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
background:linear-gradient(rgba(102,102,102,0.7),rgba(50,50,50,0.6));
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#666666,endColorstr=#323232);
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
font-size:12px;
font-weight:700;
display:block;
white-space:nowrap;
text-overflow:ellipsis;
line-height:12px;
margin:0 0 3px;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
font-size:12px;
line-height:12px;
display:block;
white-space:nowrap;
text-overflow:ellipsis;
margin:3px 0 4px;
}











.mejs-captions-layer {
position:absolute;
bottom:0;
left:0;
text-align:center;
line-height:20px;
font-size:16px;
color:#fff;
}

.mejs-captions-layer a {
color:#fff;
text-decoration:underline;
}

.mejs-captions-layer[lang=ar] {
font-size:20px;
font-weight:400;
}

.mejs-captions-position {
position:absolute;
width:100%;
bottom:7px;
left:0;
}

.mejs-captions-position-hover {
bottom:55px;
}

.mejs-captions-text {
background:rgba(20,20,20,0.5);
white-space:pre-wrap;
padding:3px 5px;
}






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

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

.mejs-controls .mejs-captions-button .mejs-captions-selector {
visibility:hidden;
position:absolute;
bottom:29px;
right:-46px;
width:100px;
height:100px;
background:rgba(50,50,50,0.7);
border:solid 1px transparent;
overflow:hidden;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
padding:10px 10px 0;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
//display:none;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
width:55px;
float:left;
line-height:15px;
font-family:helvetica,arial;
font-size:10px;
padding:4px 0 0;
}

.mejs-controls .mejs-captions-button .mejs-captions-translations {
font-size:10px;
margin:0 0 5px;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul,.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul,.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
display:block;
list-style-type:none!important;
overflow:hidden;
margin:0;
padding:0;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li,.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
list-style-type:none!important;
display:block;
color:#fff;
overflow:hidden;
margin:0 0 6px;
padding:0;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input,.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
clear:both;
float:left;
margin:3px 3px 0 5px;
}






.mejs-offscreen{
/* Accessibility: hide screen reader texts (and prefer "top" for RTL languages). */
	position: absolute !important;
	top: -10000px;
	overflow: hidden;
	width: 1px;
	height: 1px;
}

.mejs-container:focus { 
	outline: none; 
}





.mejs-controls div.mejs-time-rail {
  direction: ltr;
}