/*@font-face {
  font-family: 'VideoJS';
  src: url('font/vjs.eot');
  src: url('font/vjs.eot?#iefix') format('embedded-opentype'), url('font/vjs.woff') format('woff'), url('font/vjs.ttf') format('truetype'), url('font/vjs.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}*/


.ui-page{
	outline: none;
	border: none;
	overflow: hidden;
	min-height: 0px !important;	
}


.ui-loading .ui-loader { display: none; }
.ui-loader { display: none; }

@font-face {
  font-family: 'VideoJS';
  src: url('font/icomoon.eot');
  src: url('font/icomoon.eot?#iefix') format('embedded-opentype'), url('font/icomoon.woff') format('woff'), url('font/icomoon.ttf') format('truetype'), url('font/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-size: 14px;

}

 @font-face {
    font-family: Roboto; /* Гарнитура шрифта */
    src: url(font/Roboto-Regular.ttf); /* Путь к файлу со шрифтом */
    font-size: 12px;
 }

.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 .mejs-controls { visibility:hidden !important; }*/


.mejs-container {
	position: relative;
	background: #000;
	font-family: Roboto;
	clear: both;
	vertical-align: top;
	text-indent: 0;
	outline: none;
	overflow: hidden;
}

.me-plugin {
	position: absolute;
}

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

.mejs-fullscreen {
	/* set it to not show scroll bars so 100% will work */
	/*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-clear {
	clear: both;
}

/* 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;
	background-size: contain ;
	background-position: 50% 50% ;
	background-repeat: no-repeat ;
}
:root .mejs-poster img {
	display: none ;
}

.mejs-poster img {
	border: 0;
	padding: 0;
	border: 0;
}

.mejs-overlay {
	position: absolute;
	top: 0;
	left: 0;
}


.mejs-overlay-play {

	position: absolute;

}

.mejs-overlay-button {
	cursor: pointer;
}
.mejs-overlay-button:before {

	content: "\e006";
	font-family: VideoJS !important;
	cursor: pointer;
	font-size: 60px;
	position: absolute;
	color: #cccccc;
	vertical-align:center;
	top: 50%;
	left: 50%;
margin: -30px 0 0 -30px;
  /* border-radius */

}

.mejs-overlay-button:hover:before {
	color: #93BCFF;
}





.mejs-overlay-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;


	z-index: 10;

}

.mejs-overlay-loading span {
	display: block;
	width: 80px;
	height: 80px;
	background: url(loading.gif) 50% 50% no-repeat;
	z-index: 10;
    image-rendering: -moz-crisp-edges;         /* Firefox */
    image-rendering:   -o-crisp-edges;         /* Opera */
    image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

.mejs-overlay-dvr { 
		display: table;  
		background-color: rgba(143, 139, 136, 0.4);   
		width: inherit;  
		height: inherit;  
} 

.mejs-overlay-current { 
		display: table;  
		background-color: rgba(143, 139, 136, 1);   
		width: 200px;  
		height: 100px;  
		border: 1px solid white; 
		border-radius: 30px; 
		color: white; 
		cursor: pointer;
		font-size: 12px;
		font-family: Roboto;	
		text-align: center;	
		margin-top: 100px;
		margin-left: 70px;
		float: left;
	
} 

.mejs-overlay-current span{ 
		display: table-cell;
		vertical-align: middle;
}

.mejs-overlay-current:hover { 
	color: #93BCFF;
	border-color: #93BCFF;
}

.mejs-overlay-live { 
		display: table;  
		background-color: rgba(143, 139, 136, 1);   
		width: 200px;  
		height: 100px;  
		border: 1px solid white; 
		border-radius: 30px; 
		color: white; 
		cursor: pointer;
		font-size: 12px;
		font-family: Roboto;	
		text-align: center;	
		margin-top: 100px;
		margin-right: 70px;
		float: right;
} 

.mejs-overlay-live span{ 
		display: table-cell;
		vertical-align: middle;
}

.mejs-overlay-live:hover { 
	color: #93BCFF;
	border-color: #93BCFF;
}

/* End: LAYERS */

/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
clear: both;


  position: absolute;
  /* Place control bar at the bottom of the player box/video.
     If you want more margin below the control bar, add more height. */
  bottom: 0;
  /* Use left/right to stretch to 100% width of player div */
  left: 0;
  right: 0;
  /* Height includes any margin you want above or below control items */
  height: 32px;
  /* background-color-with-alpha */

  /*background-color: #07141e;*/
  background-color: rgba(7, 20, 30, 0.7);
    
  /* Visibility needed to make sure things hide in older browsers too. */
  visibility: visible;
  opacity: 1;


}
.mejs-container .mejs-controls  div {
	font-family: VideoJS !important;
	font-size: 12pt;
	display: block;
	margin-top: 7px;
	color: #cccccc;

}


.no-svg .mejs-controls .mejs-button button {
	background-image: url(controls.png);
}

/* :focus for accessibility */
.mejs-controls .mejs-button:focus {
	outline: none;

	/*outline: dotted 1px #999;*/
}

/* End: CONTROL BAR */

/* Start: Time (Current / Duration) */
.mejs-time {
	color: #fff;
	font-size: 12px;
	font-family: Roboto;
}

.mejs-time .mejs-currenttime, .mejs-time .mejs-duration, .mejs-time .mejs-separatortime {
	font-size: 12px;
	font-family: Roboto;
	margin-top: 2px;
}

/* End: Time (Current / Duration) */

/* START WATCH*/
.mejs-controls .mejs-watch {

	color: #fff;

	margin-right: 17px;
	float: right;

}
.mejs-controls .mejs-watch .mejs-watchall {
	float: right;
	margin-top: 0;
}

.mejs-controls .mejs-watch .mejs-watchall .mejs-iconwatch {
	cursor: pointer;
}
.mejs-controls .mejs-watch .mejs-watchall .mejs-iconwatch:before {
	content: "\e05";
	margin-top: -13px;

	margin-right: 20px;
	float: left;

}
.mejs-controls .mejs-watch .mejs-watchall .mejs-currentwatch {
	padding-top: 2px;
	margin-top: -17px;
	float: right;
	font-size: 12px;
	font-family: Roboto;
}

/* END WATCH*/

/* START SHARE */
.mejs-share {
	background-color: rgba(7, 20, 30, 0.7);
	font-size: 14px;
	/*background-color: #ff00ff;*/
	background-size: 100% 100%
	z-index: 2;
	
	font-family: VideoJS !important;
	color: white;
	letter-spacing: 5px;
	bottom: 50%;
	position: absolute;
	right: -85px;
	/*right: -85px;
	transition: all .5s;*/
}
.mejs-share .mejs-embed {
	width: 105px;
}



/*.mejs-share:hover {
	transition: all .5s;
	right: 0;
}*/

.mejs-share .mejs-embed .mejs-sharebtn {
	cursor: pointer;
}

.mejs-share .mejs-embed .mejs-vkbtn {
	cursor: pointer;
}

.mejs-share .mejs-embed .mejs-twitterbtn {
	cursor: pointer;
}

.mejs-share .mejs-embed .mejs-odnbtn {
	cursor: pointer;
}

.mejs-share .mejs-embed .mejs-sharebtn:before {
	cursor: pointer;
	content: "\e008";
	

}

.mejs-share .mejs-embed .mejs-sharebtn:hover:before {
	color: #93BCFF;
}

.mejs-share .mejs-embed .mejs-vkbtn:before {
	cursor: pointer;
	content: "\e00f";
}

.mejs-share .mejs-embed .mejs-vkbtn:hover:before {
	color: #93BCFF;
}

.mejs-share .mejs-embed .mejs-twitterbtn:before {
	cursor: pointer;
	content: "\e00d";
}

.mejs-share .mejs-embed .mejs-twitterbtn:hover:before {
	color: #93BCFF;
}

.mejs-share .mejs-embed .mejs-odnbtn:before {
	cursor: pointer;
	content: "\e600";
}

.mejs-share .mejs-embed .mejs-odnbtn:hover:before {
	color: #93BCFF;
}

.mejs-share .mejs-embed .mejs-fbbtn:before {
	cursor: pointer;
	content: "\e000";
}

.mejs-share .mejs-embed .mejs-fbbtn:hover:before {
	color: #93BCFF;
}
/*END SHARE*/

/* START LOGO */
.mejs-logo { 
	z-index: 2;
	position: absolute;

}
/* END LOGO */


/* START BANNER */

.mejs-banner {
	font-size: 14px;
	z-index: 3;
	font-family: VideoJS !important;
	background-size: auto auto;
	bottom: 40px;

}

.mejs-banner .mejs-bannerimage {

	position: absolute;
	
	display: block;	
	cursor: pointer;
}

.mejs-banner .mejs-bannerclose:before {
	position: absolute;
	content: "\ea0d";
	color: white;
}

/* END BANNER */

/* Start: Play/Pause/Stop */
/*.mejs-controls .mejs-play button {
	background-position: 0 0;
}

.mejs-controls .mejs-pause button {
	background-position: 0 -16px;
}*/
.mejs-controls .mejs-play {
	cursor: pointer;
}

.mejs-controls .mejs-pause {
	cursor: pointer;
}
.mejs-controls .mejs-play:before {
	float: left;
	margin-left: 15px; 
	cursor: pointer;
	content: "\e007";
	color: white;

}
.mejs-controls .mejs-play:hover:before {
	color: #93BCFF;
}
.mejs-controls .mejs-pause:before{
	float: left;
	margin-left: 15px;  
  	cursor: pointer;
  	content: "\e005";
  	color: white;

}
.mejs-controls .mejs-pause:hover:before {
	color: #93BCFF;

}

.mejs-controls .mejs-stop button {
	background-position: -112px 0;
}
/* Start: Play/Pause/Stop */

/* Start: Fullscreen */
.mejs-controls .mejs-fullscreen-button {
	cursor: pointer;
}
.mejs-controls .mejs-unfullscreen {
	cursor: pointer;
}
.mejs-controls .mejs-fullscreen-button:before {
	float: right;
	margin-right: 17px;
	cursor: pointer;
	
	content: "\e001";
	color: white;
}

.mejs-controls .mejs-fullscreen-button:hover:before {
	color: #93BCFF;
}

.mejs-controls .mejs-unfullscreen:before {
	float: right;
	margin-right: 17px;
	cursor: pointer;


	content: "\e002";

	
}
.mejs-controls .mejs-unfullscreen:hover:before {
	color: #93BCFF;

}
/* End: Fullscreen */

/* Start: Mute/Volume */
.mejs-controls .mejs-mute {
	cursor: pointer;
}

.mejs-controls .mejs-unmute {
	cursor: pointer;
}

.mejs-controls .mejs-mute:before {
  margin-right: 8px;
  cursor: pointer;
  float: right;

  content: "\e00a";

}

.mejs-controls .mejs-mute:hover:before {
	color: #93BCFF;

}

.mejs-controls .mejs-unmute:before {
	margin-right: 8px;
	cursor: pointer;
	float: right;

	content: "\e00b";
}

.mejs-controls .mejs-unmute:hover:before {
	color: #93BCFF;
}



/*
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
	display: block;
}
*/





/* horizontal version */
.mejs-controls a.mejs-horizontal-volume-slider {
	height: 26px;
	width: 50px;

	margin-right: 17px;
    position: relative;
    display: block;
    float: right;
    
}
.mejs-controls a.mejs-horizontal-volume-slider:before {
	display: none;
    
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	position: absolute;	
	left: 0;	
	top: 5px;
	width: 50px;
	height: 6px;
	margin: 0;
	padding: 0;
	font-size: 1px;


	background: #848484;
	/*background: rgba(50,50,50,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30,30,30,0.8)), to(rgba(60,60,60,0.8)));
	background: -webkit-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -moz-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -o-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -ms-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: linear-gradient(rgba(30,30,30,0.8), rgba(60,60,60,0.8));*/
}

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

	background: #66a8cc;
	/*background: rgba(255,255,255,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.9)), to(rgba(200,200,200,0.8)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -moz-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -o-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -ms-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: linear-gradient(rgba(255,255,255,0.9), rgba(200,200,200,0.8));*/
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
	position: absolute;	
	left: 0;
	top: 5px;	
	width: 4px;
	height: 6px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	background: #fff;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
	cursor: pointer;
	/*border: solid 2px #333;
	top: -2px;*/

}


/* End: Mute/Volume */

/* Start: Progress Bar */
.mejs-container .mejs-progress {

	width: 100%;
	vertical-align: bottom;
	position: absolute;
	outline: none;
	/* Place control bar at the bottom of the player box/video.
	 If you want more margin below the control bar, add more height. 
	bottom: 37px;
	/*transition: all .5s;*/
}

.mejs-container .mejs-progress:hover {
	width: 100%;
	vertical-align: bottom;
	position: absolute;
	/*bottom: 42px;
	/*transition: all .5s;*/
}



.mejs-progress div.mejs-time-rail {
	direction: ltr;
	width: 100%

	left: 0;
	right: 0;

  /*width: 100%;
  font-size: 0.3em;
  height: 1em;
  /* Set above the rest of the controls. */
 /* top: -1em;
  /* Shrink the bar slower than it grows. */
  /* transition */
  /*-webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;*/
}
/*.mejs-container:hover .mejs-progess div.mejs-time-rail {
  font-size: .9em;


}*/


.mejs-progress .mejs-time-rail span, .mejs-controls .mejs-time-rail a {
	display: block;
	position: absolute;
	outline: none;
	width: 100%;
	/*height:5px;

	/*transition: all .5s;*/
	cursor: pointer;


  /*height: 100%;
  margin: 0;
  padding: 0;
  /* updated by javascript 
  // width: 0;
  /* Needed for IE6 
  left: 0;
  top: 0;*/
}

.mejs-progress .mejs-time-rail:hover span:not(.mejs-time-float) {


	/*height:10px;
	
/*	transition: all .5s;*/
	cursor: pointer;

}

.mejs-progress .mejs-time-rail .mejs-time-total {
	
	background: #848484;
	/*background: rgba(50,50,50,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30,30,30,0.8)), to(rgba(60,60,60,0.8)));
	background: -webkit-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -moz-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -o-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -ms-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: linear-gradient(rgba(30,30,30,0.8), rgba(60,60,60,0.8));*/
}

.mejs-progress .mejs-time-rail .mejs-time-buffering {
	width: 100%;
	background: #bfbfbf;
	/*background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	-webkit-background-size: 15px 15px;
	-moz-background-size: 15px 15px;
	-o-background-size: 15px 15px;
	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;*/
}

/*@-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-progress .mejs-time-rail .mejs-time-loaded {
	background: #bfbfbf;
	/*background: rgba(60,170,200,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(44,124,145,0.8)), to(rgba(78,183,212,0.8)));
	background: -webkit-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
	background: -moz-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
	background: -o-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
	background: -ms-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
	background: linear-gradient(rgba(44,124,145,0.8), rgba(78,183,212,0.8));*/
	width: 0;
}

.mejs-progress .mejs-time-rail .mejs-time-current {
	/*background: #fff;
	background: rgba(255,255,255,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.9)), to(rgba(200,200,200,0.8)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -moz-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -o-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -ms-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: linear-gradient(rgba(255,255,255,0.9), rgba(200,200,200,0.8));*/
	background: #66a8cc;
	width: 0;
}

.mejs-progress .mejs-time-rail .mejs-time-handle {

	margin: 0;
	width: 5px;
	background: #fff;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
	cursor: pointer;
	/*border: solid 2px #333;
	top: -2px;*/
	text-align: center;
}

.mejs-progress .mejs-time-rail .mejs-time-float {
	position: absolute;
	display: none;
	background: rgba(50,50,50,0.7);
	width: 36px;
	height: 20px;
	border: solid 1px rgba(50,50,50,0);
	top: -30px;
	margin-left: -18px;

	text-align: center;
	color: #fff;
}

.mejs-progress .mejs-time-rail .mejs-time-float-current {
	margin: 4px;
	width: 30px;
	height: 10px;
	display: block;
	text-align: center;
	font-size: 12px;
	left: 3px;
}

.mejs-progress .mejs-time-rail .mejs-time-float-corner {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	line-height: 0;
	border: solid 5px rgba(50,50,50,0.7);
	border-color: rgba(50,50,50,0.7) transparent transparent transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	top: 20px;
	left: 27px;
}

.mejs-progress .mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
	width: 70px;
	height: 10px;
}

.mejs-progress .mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
	width: 70px;
	height: 10px;
}

.mejs-progress .mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
	left: 18px;
}

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

/*Start: Quality */


.mejs-controls .mejs-qualities-button {
  	z-index: 20;

	cursor: pointer;
	margin-right: 17px;

}

.mejs-controls .mejs-qualities-button .mejs-qualities-btn .mejs-symbolquality {
	cursor: pointer;
}

.mejs-controls .mejs-qualities-button .mejs-qualities-btn .mejs-symbolquality:before {
	margin-top: -17px;
	margin-left: -15px;
	margin-right: 5px;
	color: inherit;
	float: right;
	content: "\e01";
	transition: color 0s;
}

.mejs-controls .mejs-qualities-button .mejs-qualities-btn .mejs-namequality {
	padding-top: 2px;
	margin-right: 24px;
	float: left;
	font-size: 12px;
	font-family: Roboto;
}

.mejs-controls .mejs-qualities-button .mejs-qualities-btn {
	margin-top: 0;
	color: white;
	float: right;

}

.mejs-controls .mejs-qualities-button .mejs-qualities-btn:hover div:before {
	color: #93BCFF;
	transform: rotate(180deg); 
	margin-top: -23px;

}
.mejs-controls .mejs-qualities-button .mejs-qualities-btn:hover span {
	color: #93BCFF;
}




/*.mejs-controls .mejs-qualities-button:hover:before {
	color: #93BCFF;

}*/

.mejs-controls .mejs-qualities-button .mejs-qualities-selector {
  visibility: hidden;
  z-index:20;
  
  margin-top: -88px;
  margin-right: -50px;
  width: 60px;
  height: 61px;
  background: rgba(50,50,50,0.7);
  border: solid 1px transparent;
  
  float: right;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;

}
.mejs-controls .mejs-qualities-button .mejs-triangle {
	z-index: 20;
	visibility: hidden;
	display: block;
	float: right;
	margin-top: -18px;
	margin-right: -50px;
	border-left: 32px solid rgba(50,50,50,0);
	border-right: 32px solid rgba(50,50,50,0);
	border-top: 18px solid rgba(50,50,50,0); 

	/*border-bottom: 32px solid 	rgba(50,50,50,1);*/
}

        

.mejs-controls .mejs-qualities-button .mejs-qualities-selector ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none !important;
	overflow: hidden;
}
.mejs-controls .mejs-qualities-button .mejs-qualities-selector ul li {
	/*margin: 0 0 6px 0;
	padding: 0;
	list-style-type: none !important;
	display: block;
	color: red;
	overflow: hidden;*/
	  list-style: none;
  margin: 0;
  
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  
}

.mejs-controls .mejs-qualities-button .mejs-qualities-selector ul li label {
	width: 60px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: Roboto;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
}


.mejs-controls .mejs-qualities-button .mejs-qualities-selector ul li label:focus,
.mejs-controls .mejs-qualities-button .mejs-qualities-selector ul li label:hover {
  /*outline: 0;*/
  outline: none;

  color: #ff00ff;

  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.5);

  /*-webkit-box-shadow: 0 0 1em #ffffff;
  -moz-box-shadow: 0 0 1em #ffffff;
  box-shadow: 0 0 1em #ffffff;*/
}



/*end quality*/

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

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

/*
.mejs-controls .mejs-captions-button:hover  .mejs-captions-selector {
	visibility: visible;
}
*/


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

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

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

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

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

.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: #222;
	background: rgba(0, 0, 0, 0.7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.7)), to(rgba(0,0,0,0.7)));
	background: -webkit-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -moz-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -o-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -ms-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	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;
	padding: 5px;
	display: block;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	cursor: pointer;
}

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

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
	background: #666;
	background: rgba(102,102,102, 0.7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102,102,102,0.7)), to(rgba(50,50,50,0.6)));
	background: -webkit-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	background: -moz-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	background: -o-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	background: -ms-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	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: bold;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 0 3px 0;
	line-height: 12px;
}

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

.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: normal;
}

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

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

.mejs-captions-text {
	padding: 3px 5px;
	background: url(background.png);
	background: rgba(20, 20, 20, 0.5);
	white-space: pre-wrap;
}
/* End: Track (Captions and Chapters) */

/* Start: Error */
.me-cannotplay {
	
}

.me-cannotplay {
	color: #fff;
	font-weight: bold;
}

.me-cannotplay span {
	
	display: block;
}
/* End: Error */


/* Start: Loop */
.mejs-controls .mejs-loop-off button {
	background-position: -64px -16px;
}

.mejs-controls .mejs-loop-on button {
	background-position: -64px 0;
}

/* End: Loop */

/* Start: backlight */
.mejs-controls .mejs-backlight-off button {
	background-position: -80px -16px;
}

.mejs-controls .mejs-backlight-on button {
	background-position: -80px 0;
}
/* End: backlight */

/* Start: Picture Controls */
.mejs-controls .mejs-picturecontrols-button {
	background-position: -96px 0;
}
/* End: Picture Controls */


/* context menu */
.mejs-contextmenu {
	position: absolute;
	width: 150px;
	padding: 10px;
	border-radius: 4px;
	top: 0;
	left: 0;
	background: #fff;
	border: solid 1px #999;
	z-index: 1001; /* make sure it shows on fullscreen */
}
.mejs-contextmenu .mejs-contextmenu-separator {
	height: 1px;
	font-size: 0;
	margin: 5px 6px;
	background: #333;
}

.mejs-contextmenu .mejs-contextmenu-item {
	font-family: Roboto;
	font-size: 12px;
	padding: 4px 6px;
	cursor: pointer;
	color: #333;
}
.mejs-contextmenu .mejs-contextmenu-item:hover {
	background: #2C7C91;
	color: #fff;
}

/* Start: Source Chooser */
.mejs-controls .mejs-sourcechooser-button {
	position: relative;
}

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

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

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

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

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

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
	width: 100px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: Roboto;
	font-size: 10px;
}
/* End: Source Chooser */

/* Start: Postroll */
.mejs-postroll-layer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(background.png);
	background: rgba(50,50,50,0.7);
	z-index: 1000;
	overflow: hidden;
}
.mejs-postroll-layer-content {
	width: 100%;
	height: 100%;
}
.mejs-postroll-close {
	position: absolute;
	right: 0;
	top: 0;
	background: url(background.png);
	background: rgba(50,50,50,0.7);
	color: #fff;
	padding: 4px;
	z-index: 100;
	cursor: pointer;
}
/* End: Postroll */


/* Start: Speed */
div.mejs-speed-button {
	width: 46px !important;
	position: relative;
}

.mejs-controls .mejs-button.mejs-speed-button button {
	background: transparent;
	width: 36px;
	font-size: 11px;
	line-height: normal;
	color: #ffffff;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector {
	visibility: hidden;
	position: absolute;
	top: -100px;
	left: -10px;
	width: 60px;
	height: 100px;
	background: url(background.png);
	background: rgba(50, 50, 50, 0.7);
	border: solid 1px transparent;
	padding: 0;
	overflow: hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.mejs-controls .mejs-speed-button:hover > .mejs-speed-selector {
	visibility: visible;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
	color: rgba(33, 248, 248, 1);
}

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

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

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
	clear: both;
	float: left;
	margin: 3px 3px 0 5px;
	display: none;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
	width: 60px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: Roboto;
	font-size: 11.5px;
	color: white;
	margin-left: 5px;
	cursor: pointer;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
	background-color: rgb(200, 200, 200) !important;
	background-color: rgba(255,255,255,.4) !important;
}
/* End: Speed */

/* Start: Skip Back */

.mejs-controls .mejs-button.mejs-skip-back-button {
	background: transparent url(skipback.png) no-repeat;
	background-position: 3px 3px;
}
.mejs-controls .mejs-button.mejs-skip-back-button button {
	background: transparent;
	font-size: 9px;
	line-height: normal;
	color: #ffffff;
}

/* End: Skip Back */
