.mejs-container {
	background: none; width: 100% !important; text-align: left; font-family: sans-serif; vertical-align: top; position: relative; min-width: 150px;
}
.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-audio.mejs-container {
	border-radius: 3px;
}
.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; overflow: hidden; position: absolute;
}
.mejs-poster img {
	padding: 0px; border: 0px currentColor; border-image: none; width: auto; height: 100%; display: block;
}
.mejs-overlay {
	left: 0px; top: 0px; width: 100% !important; height: 100% !important; position: absolute;
}
.mejs-overlay-play {
	width: 100% !important; height: 100% !important; cursor: pointer;
}
div .mejs-overlay-button {
	margin: -50px 0px 0px -50px !important; left: 50%; top: 50%; width: 100px; height: 100px; position: absolute;
}
.mejs-overlay-loading {
	margin: -40px 0px 0px -40px; left: 50%; top: 50%; width: 80px; height: 80px; position: absolute;
}
div .mejs-container .mejs-controls {
	background: linear-gradient(rgb(74, 76, 77), rgb(43, 45, 45)); list-style: none; margin: 0px; padding: 0px; left: 0px; width: 100%; height: 30px; bottom: 0px; white-space: nowrap; position: absolute;
}
.mejs-audio .mejs-controls {
	border-radius: 3px;
}
div .mejs-container .mejs-controls div {
	background: url("sep.png") no-repeat left; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; width: 32px; height: 30px; line-height: 11px; font-family: sans-serif; font-size: 11px; display: inline-block; list-style-type: none;
}
div .mejs-controls .mejs-button button {
	background: url("controls.png") no-repeat; margin: 7px 7px 0px 9px; padding: 0px; border: 0px currentColor; border-image: none; width: 15px; height: 16px; line-height: 0; font-size: 0px; text-decoration: none; display: block; position: absolute; cursor: pointer;
}
body .mejs-controls .mejs-button button:focus {
	
}
body .mejs-container .mejs-controls .mejs-time {
	padding: 8px 8px 5px 10px; width: auto; height: 17px; text-align: center; color: rgb(255, 255, 255); overflow: hidden; display: inline-block; box-sizing: content-box; -webkit-box-sizing: content-box; -moz-box-sizing: content-box;
}
body .mejs-container .mejs-controls .mejs-time span {
	margin: 1px 2px 0px; width: auto; color: rgb(221, 221, 221); line-height: 12px; font-size: 11px; float: left; display: block;
}
body .mejs-container .mejs-controls .mejs-playpause-button {
	background: none; width: 30px; cursor: pointer;
}
body .mejs-controls .mejs-playpause-button button {
	margin: 7px 8px;
}
body .mejs-controls .mejs-play button {
	background-position: 0px 0px;
}
body .mejs-controls .mejs-play:hover button {
	background-position: 0px -32px;
}
body .mejs-controls .mejs-pause button {
	background-position: 0px -16px;
}
body .mejs-controls .mejs-pause:hover button {
	background-position: 0px -48px;
}
body .mejs-controls .mejs-stop button {
	background-position: -112px 0px;
}
body .mejs-controls .mejs-stop:hover button {
	background-position: -112px -32px;
}
body .mejs-controls div.mejs-time-rail {
	width: 200px;
}
body .mejs-controls .mejs-time-rail span {
	width: 180px; height: 5px; display: block; position: absolute; cursor: pointer;
}
body .mejs-controls .mejs-time-rail .mejs-time-total {
	background: rgb(38, 41, 41); margin: 12px 8px 0px 10px; padding: 1px; height: 7px; border-bottom-color: rgb(61, 63, 64); border-bottom-width: 1px; border-bottom-style: solid; display: block; box-shadow: inset 1px 1px rgba(0,0,0,0.4);
}
body .mejs-controls .mejs-time-rail .mejs-time-buffering {
	background: linear-gradient(-45deg, rgb(70, 72, 73) 25%, rgb(38, 41, 41) 25%, rgb(38, 41, 41) 50%, rgb(70, 72, 73) 50%, rgb(70, 72, 73) 75%, rgb(38, 41, 41) 75%, rgb(38, 41, 41)) 0% 0% / 10px 10px rgb(70, 72, 73); animation:buffering-stripes 2s linear infinite; width: 100%; z-index: 1; -webkit-animation: buffering-stripes 2s linear infinite; -moz-animation: buffering-stripes 2s linear infinite;
}
body .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: rgb(70, 72, 73); width: 0px;
}
body .mejs-controls .mejs-time-rail .mejs-time-current {
	background: linear-gradient(-45deg, rgb(254, 234, 54) 25%, rgb(253, 213, 0) 25%, rgb(253, 213, 0) 50%, rgb(254, 234, 54) 50%, rgb(254, 234, 54) 75%, rgb(253, 213, 0) 75%, rgb(253, 213, 0)) 0% 0% / 6px 6px rgb(254, 234, 54); width: 0px; z-index: 1;
}
body .mejs-controls .mejs-time-rail .mejs-time-handle {
	background: none; margin: 0px; top: 1px; width: 5px; text-align: center; display: none; position: absolute; z-index: 1; cursor: pointer;
}
body .mejs-controls .mejs-time-rail .mejs-time-float {
	background: linear-gradient(rgb(227, 230, 233), rgb(194, 200, 207)); border-radius: 2px; border: currentColor; border-image: none; top: -26px; width: 36px; height: 17px; text-align: center; color: rgb(17, 17, 17); margin-left: -18px; display: none; position: absolute; box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}
body .mejs-controls .mejs-time-rail .mejs-time-float-current {
	margin: 3px; left: 0px; width: 30px; text-align: center; display: block;
}
body .mejs-controls .mejs-time-rail .mejs-time-float-corner {
	border-width: 4px; border-style: solid; border-color: rgb(194, 200, 207) transparent transparent; border-radius: 0px; border-image: none; left: 13px; top: 17px; width: 0px; height: 0px; line-height: 0; display: block; position: absolute;
}
body .mejs-controls .mejs-fullscreen-button button {
	background-position: -32px 0px;
}
body .mejs-controls .mejs-unfullscreen button {
	background-position: -32px -16px;
}
body .mejs-controls .mejs-volume-button {
	
}
div .mejs-controls .mejs-mute button {
	background-position: -16px -16px;
}
div .mejs-controls .mejs-mute button:hover {
	background-position: -16px -48px;
}
div .mejs-controls .mejs-unmute button {
	background-position: -16px 0px;
}
div .mejs-controls .mejs-unmute button:hover {
	background-position: -16px -32px;
}
div .mejs-controls .mejs-volume-button {
	position: relative;
}
div .mejs-controls .mejs-volume-button .mejs-volume-slider {
	background: rgb(58, 60, 61); margin: 0px; border-radius: 0px; left: 1px; top: -68px; width: 31px; height: 68px; display: none; position: absolute; z-index: 1;
}
div .mejs-controls .mejs-volume-button:hover {
	border-radius: 0px 0px 4px 4px;
}
div .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
	background: rgb(38, 41, 41); margin: 0px; padding: 1px; left: 13px; top: 8px; width: 5px; height: 50px; border-bottom-color: rgb(61, 63, 64); border-bottom-width: 1px; border-bottom-style: solid; position: absolute; box-shadow: inset 1px 1px rgba(0,0,0,0.4);
}
div .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
	background: linear-gradient(-45deg, rgb(254, 234, 54) 25%, rgb(253, 213, 0) 25%, rgb(253, 213, 0) 50%, rgb(254, 234, 54) 50%, rgb(254, 234, 54) 75%, rgb(253, 213, 0) 75%, rgb(253, 213, 0)) bottom / 6px 6px rgb(254, 234, 54); margin: 1px; left: 13px; top: 8px; width: 5px; height: 50px; position: absolute;
}
div .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
	background: none; margin: 0px; left: 14px; top: 16px; width: 5px; height: 5px; position: absolute;
}
div .mejs-controls div.mejs-horizontal-volume-slider {
	background: none; width: 62px; height: 30px; position: relative;
}
div .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: rgb(38, 41, 41); margin: 0px; padding: 1px; left: 0px; top: 12px; width: 50px; height: 7px; font-size: 1px; border-bottom-color: rgb(61, 63, 64); border-bottom-width: 1px; border-bottom-style: solid; position: absolute; box-shadow: inset 1px 1px rgba(0,0,0,0.4);
}
div .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: linear-gradient(-45deg, rgb(254, 234, 54) 25%, rgb(253, 213, 0) 25%, rgb(253, 213, 0) 50%, rgb(254, 234, 54) 50%, rgb(254, 234, 54) 75%, rgb(253, 213, 0) 75%, rgb(253, 213, 0)) 0% 0% / 6px 6px rgb(254, 234, 54); margin: 1px; padding: 0px; left: 0px; top: 12px; width: 50px; height: 5px; font-size: 1px; position: absolute;
}
div .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
	display: none;
}
div .mejs-controls .mejs-captions-button {
	position: relative;
}
div .mejs-controls .mejs-captions-button button {
	background-position: -48px 0px;
}
div .mejs-controls .mejs-captions-button:hover button {
	background-position: -48px -32px;
}
div .mejs-controls .mejs-captions-button .mejs-captions-selector {
	background: rgb(58, 60, 61); padding: 10px; border-radius: 0px; border: 1px solid transparent; border-image: none; width: 130px; height: 100px; right: -10px; bottom: 30px; overflow: hidden; visibility: hidden; position: absolute;
}
div .mejs-controls .mejs-captions-button .mejs-captions-selector ul {
	margin: 0px; padding: 0px; overflow: hidden; display: block; list-style-type: none !important;
}
div .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;
}
div .mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
	margin: 3px 3px 0px 5px; clear: both; float: left;
}
div .mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
	padding: 4px 0px 0px; width: 100px; line-height: 15px; font-family: sans-serif; font-size: 10px; float: left;
}
div .mejs-controls .mejs-captions-button .mejs-captions-translations {
	margin: 0px 0px 5px; font-size: 10px;
}
div .mejs-chapters {
	left: 0px; top: 0px; width: 10000px; position: absolute; z-index: 1; -xborder-right: solid 1px #fff;
}
div .mejs-chapters .mejs-chapter {
	background: rgba(58, 60, 61, 0.7); border: 0px currentColor; border-image: none; overflow: hidden; float: left; position: absolute;
}
div .mejs-chapters .mejs-chapter .mejs-chapter-block {
	padding: 5px; color: rgb(255, 255, 255); font-size: 11px; border-right-color: rgba(49, 51, 53, 0.7); border-bottom-color: rgba(49, 51, 53, 0.7); border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid; display: block; cursor: pointer;
}
div .mejs-chapters .mejs-chapter .mejs-chapter-block-last {
	border-right-color: currentColor; border-right-width: medium; border-right-style: none;
}
div .mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
	background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
}
div .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; -ms-text-overflow: ellipsis;
}
div .mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
	margin: 3px 0px 4px; line-height: 12px; font-size: 12px; display: block; white-space: nowrap; -ms-text-overflow: ellipsis;
}
div .mejs-captions-layer {
	left: 0px; text-align: center; bottom: 0px; color: rgb(255, 255, 255); line-height: 22px; font-size: 12px; position: absolute;
}
div .mejs-captions-layer a {
	color: rgb(255, 255, 255); text-decoration: underline;
}
div [lang=ar].mejs-captions-layer {
	font-size: 20px; font-weight: normal;
}
div .mejs-captions-position {
	left: 0px; width: 100%; bottom: 15px; position: absolute;
}
div .mejs-captions-position-hover {
	bottom: 45px;
}
div .mejs-captions-text {
	background: rgba(58, 60, 61, 0.8); padding: 5px 7px; border-radius: 4px;
}
div .mejs-clear {
	clear: both;
}
div .me-cannotplay {
	
}
div .me-cannotplay a {
	color: rgb(255, 255, 255); font-weight: bold;
}
div .me-cannotplay span {
	padding: 15px; display: block;
}
div .mejs-controls .mejs-loop-off button {
	background-position: -64px -16px;
}
div .mejs-controls .mejs-loop-off:hover button {
	background-position: -64px -48px;
}
div .mejs-controls .mejs-loop-on button {
	background-position: -64px 0px;
}
div .mejs-controls .mejs-backlight-off button {
	background-position: -80px -16px;
}
div .mejs-controls .mejs-backlight-off:hover button {
	background-position: -80px -48px;
}
div .mejs-controls .mejs-backlight-on button {
	background-position: -80px 0px;
}
div .mejs-controls .mejs-backlight-on:hover button {
	background-position: -80px -32px;
}
div .mejs-controls .mejs-picturecontrols-button {
	background-position: -96px 0px;
}
div .mejs-controls .mejs-picturecontrols-button:hover {
	background-position: -96px -32px;
}
div .mejs-contextmenu {
	background: rgb(255, 255, 255); padding: 10px; border-radius: 4px; border: 1px solid rgb(153, 153, 153); border-image: none; left: 0px; top: 0px; width: 150px; position: absolute; z-index: 1001;
}
div .mejs-contextmenu .mejs-contextmenu-separator {
	background: rgb(51, 51, 51); margin: 5px 6px; height: 1px; font-size: 0px;
}
div .mejs-contextmenu .mejs-contextmenu-item {
	padding: 4px 6px; color: rgb(51, 51, 51); font-family: sans-serif; font-size: 12px; cursor: pointer;
}
div .mejs-contextmenu .mejs-contextmenu-item:hover {
	background: rgb(44, 124, 145); color: rgb(255, 255, 255);
}
div .mejs-controls .mejs-sourcechooser-button {
	position: relative;
}
div .mejs-controls .mejs-sourcechooser-button button {
	background-position: -128px 0px;
}
div .mejs-controls .mejs-sourcechooser-button button {
	background-position: -128px -32px;
}
div .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
	background: rgb(58, 60, 61); padding: 10px; border-radius: 0px; border: 1px solid transparent; border-image: none; width: 130px; height: 100px; right: -10px; bottom: 26px; overflow: hidden; visibility: hidden; position: absolute;
}
div .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
	margin: 0px; padding: 0px; overflow: hidden; display: block; list-style-type: none !important;
}
div .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;
}
div .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
	margin: 3px 3px 0px 5px; clear: both; float: left;
}
div .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
	padding: 4px 0px 0px; width: 100px; line-height: 15px; font-family: sans-serif; font-size: 10px; float: left;
}
div .mejs-video {
	overflow: hidden;
}
.one_third .mejs-controls div.mejs-time-rail {
	display: none;
}
.one_fourth .mejs-controls div.mejs-time-rail {
	display: none;
}
.one_fourth .mejs-controls .mejs-volume-button {
	display: none;
}
.one_third .mejs-controls div.mejs-horizontal-volume-slider {
	float: right;
}
.one_fourth .mejs-controls div.mejs-horizontal-volume-slider {
	float: right;
}
.one_third .mejs-controls .mejs-volume-button {
	float: right;
}
.avia_mobile .mejs-overlay-button {
	display: none;
}
