
/* mediaelementplayer.css */

/* 1   */ .mejs-container {
/* 2   */ 	position: relative;
/* 3   */ 	min-width:150px;
/* 4   */ 	background: none;
/* 5   */ 	font-family: sans-serif;
/* 6   */ 	text-align: left;
/* 7   */ 	vertical-align: top;
/* 8   */ 	width:100% !important;
/* 9   */ 
/* 10  */ }
/* 11  */ 
/* 12  */ 
/* 13  */ .me-plugin {
/* 14  */ 	position: absolute;
/* 15  */ }
/* 16  */ 
/* 17  */ .mejs-embed, .mejs-embed body {
/* 18  */ 	width: 100%;
/* 19  */ 	height: 100%;
/* 20  */ 	margin: 0;
/* 21  */ 	padding: 0;
/* 22  */ 	background: #000;
/* 23  */ 	overflow: hidden;
/* 24  */ }
/* 25  */ 
/* 26  */ .mejs-container-fullscreen {
/* 27  */ 	position: fixed;
/* 28  */ 	left: 0;
/* 29  */ 	top: 0;
/* 30  */ 	right: 0;
/* 31  */ 	bottom: 0;
/* 32  */ 	overflow: hidden;
/* 33  */ 	z-index: 1000;
/* 34  */ }
/* 35  */ .mejs-container-fullscreen .mejs-mediaelement,
/* 36  */ .mejs-container-fullscreen video {
/* 37  */ 	width: 100%;
/* 38  */ 	height: 100%;
/* 39  */ }
/* 40  */ 
/* 41  */ /* Start: LAYERS */
/* 42  */ .mejs-background {
/* 43  */ 	position: absolute;
/* 44  */ 	top: 0;
/* 45  */ 	left: 0;
/* 46  */ }
/* 47  */ .mejs-mediaelement {
/* 48  */ 	position: absolute;
/* 49  */ 	top: 0;
/* 50  */ 	left: 0;

/* mediaelementplayer.css */

/* 51  */ 	width: 100%;
/* 52  */ 	height: 100%;
/* 53  */ }
/* 54  */ .mejs-poster {
/* 55  */ 	position: absolute;
/* 56  */ 	top: 0;
/* 57  */ 	left: 0;
/* 58  */ 	overflow:hidden;
/* 59  */ }
/* 60  */ .mejs-poster img {
/* 61  */ 	border: 0;
/* 62  */ 	padding: 0;
/* 63  */ 	border: 0;
/* 64  */ 	display: block;
/* 65  */ 	width: auto;
/* 66  */ 	height: 100%;
/* 67  */ }
/* 68  */ .mejs-overlay {
/* 69  */ 	position: absolute;
/* 70  */ 	top: 0;
/* 71  */ 	left: 0;
/* 72  */ 	width: 100% !important;
/* 73  */ 	height: 100% !important;
/* 74  */ }
/* 75  */ .mejs-overlay-play {
/* 76  */ 	cursor: pointer;
/* 77  */ 	width:100% !important;
/* 78  */ 	height:100% !important;
/* 79  */ }
/* 80  */ .mejs-overlay-button {
/* 81  */ 	position: absolute;
/* 82  */ 	top: 50%;
/* 83  */ 	left: 50%;
/* 84  */ 	width: 100px;
/* 85  */ 	height: 100px;
/* 86  */ 	margin: -50px 0 0 -50px;
/* 87  */ 	background: url("../../../themes/enfold/js/mediaelement/skin-1/bigplay.png") no-repeat;
/* 88  */ }
/* 89  */ .mejs-overlay:hover .mejs-overlay-button{
/* 90  */ 	background-position: 0 -100px ;
/* 91  */ }
/* 92  */ .mejs-overlay-loading {
/* 93  */ 	position: absolute;
/* 94  */ 	top: 50%;
/* 95  */ 	left: 50%;
/* 96  */ 	width: 80px;
/* 97  */ 	height: 80px;
/* 98  */ 	margin: -40px 0 0 -40px;
/* 99  */ }
/* 100 */ .mejs-overlay-loading span {

/* mediaelementplayer.css */

/* 101 */ 	display:block;
/* 102 */ 	width: 80px;
/* 103 */ 	height: 80px;
/* 104 */ 	background: #3A3C3D url("../../../themes/enfold/js/mediaelement/skin-1/loading.gif") 50% 50% no-repeat;
/* 105 */ 	border-radius: 40px;
/* 106 */ }
/* 107 */ 
/* 108 */ /* End: LAYERS */
/* 109 */ 
/* 110 */ /* Start: CONTROL BAR */
/* 111 */ .mejs-container .mejs-controls {
/* 112 */ 	position: absolute;
/* 113 */ 	margin: 0;
/* 114 */ 	padding: 0;
/* 115 */ 	bottom: 0;
/* 116 */ 	left: 0;
/* 117 */ 	height: 30px;
/* 118 */ 	width: 100%;
/* 119 */ 	background: #3a3c3d url("../../../themes/enfold/js/mediaelement/skin-1/background.png");
/* 120 */ 	background: -webkit-linear-gradient(#4a4c4d, #2b2d2d); 
/* 121 */ 	background: -moz-linear-gradient(#4a4c4d, #2b2d2d);
/* 122 */ 	background: -o-linear-gradient(#4a4c4d, #2b2d2d); 
/* 123 */ 	background: -ms-linear-gradient(#4a4c4d, #2b2d2d); 	
/* 124 */ 	background: linear-gradient(#4a4c4d, #2b2d2d); 	
/* 125 */ 	list-style: none;
/* 126 */ 	white-space: nowrap;
/* 127 */ }
/* 128 */ 
/* 129 */ .mejs-audio .mejs-controls{
/* 130 */ 	border-radius:3px;
/* 131 */ }
/* 132 */ 
/* 133 */ .mejs-container .mejs-controls  div {
/* 134 */ 	list-style-type: none;
/* 135 */ 	display: inline-block;
/* 136 */ 	margin: 0;
/* 137 */ 	padding: 0;
/* 138 */ 	width: 32px;
/* 139 */ 	height: 30px;
/* 140 */ 	font-size: 11px;
/* 141 */ 	line-height: 11px;
/* 142 */ 	font-family: sans-serif;
/* 143 */ 	background: url("../../../themes/enfold/js/mediaelement/skin-1/sep.png") left no-repeat;
/* 144 */ 	border: 0;
/* 145 */ }
/* 146 */ 
/* 147 */ .mejs-controls .mejs-button button {
/* 148 */ 	cursor: pointer;
/* 149 */ 	display: block;
/* 150 */ 	font-size: 0;

/* mediaelementplayer.css */

/* 151 */ 	line-height: 0;
/* 152 */ 	text-decoration: none;
/* 153 */ 	margin: 7px 7px 0 9px;
/* 154 */ 	padding: 0;
/* 155 */ 	position: absolute;
/* 156 */ 	height: 16px;
/* 157 */ 	width: 15px;
/* 158 */ 	border: 0;
/* 159 */ 	background: transparent url("../../../themes/enfold/js/mediaelement/skin-1/controls.png") no-repeat;
/* 160 */ }
/* 161 */ 
/* 162 */ /* :focus for accessibility */
/* 163 */ .mejs-controls .mejs-button button:focus {
/* 164 */ 	
/* 165 */ }
/* 166 */ 
/* 167 */ /* End: CONTROL BAR */
/* 168 */ 
/* 169 */ /* Start: Time (current / duration) */
/* 170 */ .mejs-container .mejs-controls .mejs-time {
/* 171 */ 	color: #fff;
/* 172 */ 	display: inline-block;
/* 173 */ 	height: 17px;
/* 174 */ 	width: auto;
/* 175 */ 	padding: 8px 8px 5px 10px;
/* 176 */ 	overflow: hidden;
/* 177 */ 	text-align: center;
/* 178 */ 	box-sizing: content-box;
/* 179 */ 	-moz-box-sizing: content-box;
/* 180 */ 	-webkit-box-sizing: content-box;
/* 181 */ }
/* 182 */ .mejs-container .mejs-controls .mejs-time span {
/* 183 */ 	font-size: 11px;
/* 184 */ 	color: #ddd;
/* 185 */ 	line-height: 12px;
/* 186 */ 	display: block;
/* 187 */ 	float: left;
/* 188 */ 	width: auto;
/* 189 */ 	margin:1px 2px 0 2px;
/* 190 */ }
/* 191 */ /* End: Time (current / duration) */
/* 192 */ 
/* 193 */ 
/* 194 */ /* Start: Play/pause */
/* 195 */ .mejs-container .mejs-controls .mejs-playpause-button {
/* 196 */ 	cursor: pointer;
/* 197 */ 	background: none;
/* 198 */ 	width: 30px;
/* 199 */ }
/* 200 */ .mejs-controls .mejs-playpause-button button {

/* mediaelementplayer.css */

/* 201 */ 	margin:7px 8px;
/* 202 */ }
/* 203 */ .mejs-controls .mejs-play button {
/* 204 */ 	background-position:0 0;
/* 205 */ }
/* 206 */ .mejs-controls .mejs-play:hover button {
/* 207 */ 	background-position:0 -32px;
/* 208 */ }
/* 209 */ .mejs-controls .mejs-pause button {
/* 210 */ 	background-position:0 -16px;
/* 211 */ }
/* 212 */ .mejs-controls .mejs-pause:hover button {
/* 213 */ 	background-position:0 -48px;
/* 214 */ }
/* 215 */ /* End: Play/pause */
/* 216 */ 
/* 217 */ 
/* 218 */ /* Stop */
/* 219 */ .mejs-controls .mejs-stop button {
/* 220 */ 	background-position: -112px 0;
/* 221 */ }
/* 222 */ .mejs-controls .mejs-stop:hover button {
/* 223 */ 	background-position: -112px -32px;
/* 224 */ }
/* 225 */ /* End: Play/pause */
/* 226 */ 
/* 227 */ /* Start: Progress bar */
/* 228 */ 
/* 229 */ 
/* 230 */ .mejs-controls div.mejs-time-rail {
/* 231 */ 	width: 200px;
/* 232 */ }
/* 233 */ 
/* 234 */ .mejs-controls .mejs-time-rail span {
/* 235 */ 	display: block;
/* 236 */ 	position: absolute;
/* 237 */ 	width: 180px;
/* 238 */ 	height: 5px;
/* 239 */ 	cursor: pointer;
/* 240 */ }
/* 241 */ .mejs-controls .mejs-time-rail .mejs-time-total {
/* 242 */ 	padding: 1px;
/* 243 */ 	margin: 11px 8px 0 10px;
/* 244 */ 	background: #262929;
/* 245 */ 	border-bottom: #3d3f40 1px solid;
/* 246 */ 	box-shadow: inset 1px 1px rgba(0, 0, 0, .4);
/* 247 */ }
/* 248 */ .mejs-controls .mejs-time-rail .mejs-time-buffering {
/* 249 */ 	width:100%;
/* 250 */ 	background:#464849;

/* mediaelementplayer.css */

/* 251 */ 	background-image: -webkit-linear-gradient(-45deg, #464849 25%, #262929 25%, #262929 50%, #464849 50%, #464849 75%, #262929 75%, #262929);
/* 252 */ 	background-image: -moz-linear-gradient(-45deg, #464849 25%, #262929 25%, #262929 50%, #464849 50%, #464849 75%, #262929 75%, #262929);
/* 253 */ 	background-image: -o-linear-gradient(-45deg, #464849 25%, #262929 25%, #262929 50%, #464849 50%, #464849 75%, #262929 75%, #262929);
/* 254 */ 	background-image: -ms-linear-gradient(-45deg, #464849 25%, #262929 25%, #262929 50%, #464849 50%, #464849 75%, #262929 75%, #262929);
/* 255 */ 	background-image: linear-gradient(-45deg, #464849 25%, #262929 25%, #262929 50%, #464849 50%, #464849 75%, #262929 75%, #262929);
/* 256 */ 	-moz-background-size: 6px 6px;
/* 257 */ 	background-size: 6px 5px;
/* 258 */ 	-webkit-background-size: 6px 5px;
/* 259 */ 	-webkit-animation: buffering-stripes 2s linear infinite;
/* 260 */ 	-moz-animation: buffering-stripes 2s linear infinite;
/* 261 */ 	-ms-animation: buffering-stripes 2s linear infinite;
/* 262 */ 	-o-animation: buffering-stripes 2s linear infinite;
/* 263 */ 	animation: buffering-stripes 2s linear infinite;
/* 264 */ 	z-index: 1;
/* 265 */ }
/* 266 */ 
/* 267 */ @-webkit-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
/* 268 */ @-moz-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
/* 269 */ @-ms-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
/* 270 */ @-o-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
/* 271 */ @keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
/* 272 */ 
/* 273 */ .mejs-controls .mejs-time-rail .mejs-time-loaded {
/* 274 */ 	background: #464849;
/* 275 */ 	width: 0;
/* 276 */ }
/* 277 */ .mejs-controls .mejs-time-rail .mejs-time-current {
/* 278 */ 	width: 0;
/* 279 */ 	background: #feea36;
/* 280 */ 	background-image: -webkit-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
/* 281 */ 	background-image: -moz-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
/* 282 */ 	background-image: -o-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
/* 283 */ 	background-image: -ms-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
/* 284 */ 	background-image: linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
/* 285 */ 	-moz-background-size: 6px 6px;
/* 286 */ 	background-size: 6px 6px;
/* 287 */ 	-webkit-background-size: 6px 5px;
/* 288 */ 	z-index: 1;
/* 289 */ }
/* 290 */ 
/* 291 */ .mejs-controls .mejs-time-rail .mejs-time-handle {
/* 292 */ 	display: none;
/* 293 */ 	position: absolute;
/* 294 */ 	margin: 0;
/* 295 */ 	width: 5px;
/* 296 */ 	background: transparent;
/* 297 */ 	cursor: pointer;
/* 298 */ 	top: 1px;
/* 299 */ 	z-index: 1;
/* 300 */ 	text-align: center;

/* mediaelementplayer.css */

/* 301 */ }
/* 302 */ 
/* 303 */ .mejs-controls .mejs-time-rail .mejs-time-float {
/* 304 */ 	position: absolute;
/* 305 */ 	display: none;
/* 306 */ 	background: #C2C8CF;
/* 307 */ 	background: -webkit-linear-gradient(#E3E6E9, #C2C8CF);
/* 308 */ 	background: -moz-linear-gradient(#E3E6E9, #C2C8CF);
/* 309 */ 	background: -o-linear-gradient(#E3E6E9, #C2C8CF);
/* 310 */ 	background: -ms-linear-gradient(#E3E6E9, #C2C8CF);
/* 311 */ 	background: linear-gradient(#E3E6E9, #C2C8CF);
/* 312 */ 	width: 36px;
/* 313 */ 	height: 17px;
/* 314 */ 	border-radius: 4px;
/* 315 */ 	box-shadow:0 1px 1px rgba(0, 0, 0, .4);
/* 316 */ 	top: -26px;
/* 317 */ 	margin-left: -18px;
/* 318 */ 	text-align: center;
/* 319 */ 	color: #111;
/* 320 */ }
/* 321 */ 
/* 322 */ .mejs-controls .mejs-time-rail .mejs-time-float-current {
/* 323 */ 	margin: 3px;
/* 324 */ 	width: 30px;
/* 325 */ 	display: block;
/* 326 */ 	text-align: center;
/* 327 */ 	left: 0;
/* 328 */ }
/* 329 */ .mejs-controls .mejs-time-rail .mejs-time-float-corner {
/* 330 */ 	position: absolute;
/* 331 */ 	display: block;
/* 332 */ 	width: 0;
/* 333 */ 	height: 0;
/* 334 */ 	line-height: 0;
/* 335 */ 	border: solid 4px #C2C8CF;
/* 336 */ 	border-color: #C2C8CF transparent transparent transparent;
/* 337 */ 	-webkit-border-radius: 0;
/* 338 */ 	-moz-border-radius: 0;
/* 339 */ 	border-radius: 0;
/* 340 */ 	top: 17px;
/* 341 */ 	left: 13px;
/* 342 */ 
/* 343 */ }
/* 344 */ 
/* 345 */ 
/* 346 */ 
/* 347 */ 
/* 348 */ /*
/* 349 *| .mejs-controls .mejs-time-rail:hover .mejs-time-handle {
/* 350 *| 	visibility:visible;

/* mediaelementplayer.css */

/* 351 *| }
/* 352 *| */
/* 353 */ /* End: Progress bar */
/* 354 */ 
/* 355 */ /* Start: Fullscreen */
/* 356 */ .mejs-controls .mejs-fullscreen-button button {
/* 357 */ 	background-position:-32px 0;
/* 358 */ }
/* 359 */ .mejs-controls .mejs-unfullscreen button {
/* 360 */ 	background-position:-32px -16px;
/* 361 */ }
/* 362 */ /* End: Fullscreen */
/* 363 */ 
/* 364 */ 
/* 365 */ /* Start: Mute/Volume */
/* 366 */ .mejs-controls .mejs-volume-button {
/* 367 */ }
/* 368 */ 
/* 369 */ .mejs-controls .mejs-mute button {
/* 370 */ 	background-position:-16px -16px;
/* 371 */ }
/* 372 */ 
/* 373 */ .mejs-controls .mejs-mute button:hover {
/* 374 */ 	background-position:-16px -48px;
/* 375 */ }
/* 376 */ 
/* 377 */ .mejs-controls .mejs-unmute button {
/* 378 */ 	background-position:-16px 0;
/* 379 */ }
/* 380 */ 
/* 381 */ .mejs-controls .mejs-unmute button:hover {
/* 382 */ 	background-position:-16px -32px;
/* 383 */ }
/* 384 */ 
/* 385 */ .mejs-controls .mejs-volume-button {
/* 386 */ 	position: relative;
/* 387 */ }
/* 388 */ 
/* 389 */ .mejs-controls .mejs-volume-button .mejs-volume-slider {
/* 390 */ 	display: none;
/* 391 */ 	height: 68px;
/* 392 */ 	width: 31px;
/* 393 */ 	background: #3A3C3D;
/* 394 */ 	-webkit-border-radius: 0;
/* 395 */ 	-moz-border-radius: 0;
/* 396 */ 	border-radius: 0;
/* 397 */ 	top: -68px;
/* 398 */ 	left: 1px;
/* 399 */ 	z-index: 1;
/* 400 */ 	position: absolute;

/* mediaelementplayer.css */

/* 401 */ 	margin: 0;
/* 402 */ }
/* 403 */ .mejs-controls .mejs-volume-button:hover {
/* 404 */ 	-webkit-border-radius: 0 0 4px 4px;
/* 405 */ 	-moz-border-radius: 0 0 4px 4px;
/* 406 */ 	border-radius: 0 0 4px 4px;
/* 407 */ }
/* 408 */ /*
/* 409 *| .mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
/* 410 *| 	display: block;
/* 411 *| }
/* 412 *| */
/* 413 */ 
/* 414 */ .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
/* 415 */ 	position: absolute;
/* 416 */ 	left: 13px;
/* 417 */ 	top: 8px;
/* 418 */ 	width: 5px;
/* 419 */ 	height: 50px;
/* 420 */ 	background: #262929;
/* 421 */ 	border-bottom: #3d3f40 1px solid;
/* 422 */ 	box-shadow: inset 1px 1px rgba(0, 0, 0, .4);
/* 423 */ 	margin: 0;
/* 424 */ 	padding: 1px;
/* 425 */ }
/* 426 */ 
/* 427 */ .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
/* 428 */ 	position: absolute;
/* 429 */ 	left: 13px;
/* 430 */ 	top: 8px;
/* 431 */ 	width: 5px;
/* 432 */ 	height: 50px;
/* 433 */ 	background: #feea36;
/* 434 */ 	background-image: -webkit-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
/* 435 */ 	background-image: -moz-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
/* 436 */ 	background-image: -o-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
/* 437 */ 	background-image: -ms-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
/* 438 */ 	background-image: linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
/* 439 */ 	-moz-background-size: 6px 6px;
/* 440 */ 	background-size: 6px 6px;
/* 441 */ 	-webkit-background-size: 6px 5px;
/* 442 */ 	background-position: bottom;
/* 443 */ 	margin: 1px;
/* 444 */ }
/* 445 */ 
/* 446 */ .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
/* 447 */ 	position: absolute;
/* 448 */ 	left: 14px;
/* 449 */ 	top: 16px;
/* 450 */ 	width: 5px;

/* mediaelementplayer.css */

/* 451 */ 	height: 5px;
/* 452 */ 	background: transparent;
/* 453 */ 	margin: 0;
/* 454 */ }
/* 455 */ 
/* 456 */ 
/* 457 */ /* horizontal version */
/* 458 */ 
/* 459 */ .mejs-controls div.mejs-horizontal-volume-slider {
/* 460 */ 	height: 30px;
/* 461 */ 	width: 62px;
/* 462 */ 	position: relative;
/* 463 */ 	background:none;
/* 464 */ }
/* 465 */ 
/* 466 */ .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
/* 467 */ 	position: absolute;
/* 468 */ 	left: 0;
/* 469 */ 	top: 11px;
/* 470 */ 	width: 50px;
/* 471 */ 	height: 5px;
/* 472 */ 	margin: 0;
/* 473 */ 	padding: 1px;
/* 474 */ 	font-size: 1px;
/* 475 */ 	background: #262929;
/* 476 */ 	border-bottom: #3d3f40 1px solid;
/* 477 */ 	box-shadow: inset 1px 1px rgba(0, 0, 0, .4);
/* 478 */ 
/* 479 */ }
/* 480 */ 
/* 481 */ .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
/* 482 */ 	position: absolute;
/* 483 */ 	left: 0;
/* 484 */ 	top: 11px;
/* 485 */ 	width: 50px;
/* 486 */ 	height: 5px;
/* 487 */ 	margin: 1px;
/* 488 */ 	padding: 0;
/* 489 */ 	font-size: 1px;
/* 490 */ 
/* 491 */ 	background: #feea36;
/* 492 */ 	background-image: -webkit-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
/* 493 */ 	background-image: -moz-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
/* 494 */ 	background-image: -o-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
/* 495 */ 	background-image: -ms-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
/* 496 */ 	background-image: linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
/* 497 */ 	-moz-background-size: 6px 6px;
/* 498 */ 	background-size: 6px 6px;
/* 499 */ 	-webkit-background-size: 6px 5px;
/* 500 */ 

/* mediaelementplayer.css */

/* 501 */ }
/* 502 */ 
/* 503 */ 
/* 504 */ .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
/* 505 */ 	display: none;
/* 506 */ }
/* 507 */ 
/* 508 */ /* End: Mute/Volume */
/* 509 */ 
/* 510 */ 
/* 511 */ 
/* 512 */ 
/* 513 */ /* Start: TRACK (Captions and Chapters) */
/* 514 */ .mejs-controls .mejs-captions-button {
/* 515 */ 	position: relative;
/* 516 */ }
/* 517 */ 
/* 518 */ .mejs-controls .mejs-captions-button button {
/* 519 */ 	background-position:-48px 0;
/* 520 */ }
/* 521 */ .mejs-controls .mejs-captions-button:hover button {
/* 522 */ 	background-position:-48px -32px;
/* 523 */ }
/* 524 */ .mejs-controls .mejs-captions-button .mejs-captions-selector {
/* 525 */ 	visibility: hidden;
/* 526 */ 	position: absolute;
/* 527 */ 	bottom: 30px;
/* 528 */ 	right: -10px;
/* 529 */ 	width: 130px;
/* 530 */ 	height: 100px;
/* 531 */ 	background: #3A3C3D; 	
/* 532 */ 	border: solid 1px transparent;
/* 533 */ 	padding: 10px;
/* 534 */ 	overflow: hidden;
/* 535 */ 	-webkit-border-radius: 0;
/* 536 */ 	-moz-border-radius: 0;
/* 537 */ 	border-radius: 0;
/* 538 */ }
/* 539 */ /*
/* 540 *| .mejs-controls .mejs-captions-button:hover  .mejs-captions-selector {
/* 541 *| 	visibility: visible;
/* 542 *| }
/* 543 *| */
/* 544 */ 
/* 545 */ .mejs-controls .mejs-captions-button .mejs-captions-selector ul {
/* 546 */ 	margin: 0;
/* 547 */ 	padding: 0;
/* 548 */ 	display: block;
/* 549 */ 	list-style-type: none !important;
/* 550 */ 	overflow: hidden;

/* mediaelementplayer.css */

/* 551 */ }
/* 552 */ .mejs-controls .mejs-captions-button .mejs-captions-selector ul li{
/* 553 */ 	margin: 0 0 6px 0;
/* 554 */ 	padding: 0;
/* 555 */ 	list-style-type: none !important;
/* 556 */ 	display:block;
/* 557 */ 	color: #fff;
/* 558 */ 	overflow: hidden;
/* 559 */ }
/* 560 */ .mejs-controls .mejs-captions-button .mejs-captions-selector ul li input{
/* 561 */ 	clear: both;
/* 562 */ 	float: left;
/* 563 */ 	margin: 3px 3px 0 5px;
/* 564 */ }
/* 565 */ .mejs-controls .mejs-captions-button .mejs-captions-selector ul li label{
/* 566 */ 	width: 100px;
/* 567 */ 	float: left;
/* 568 */ 	padding: 4px 0 0 0;
/* 569 */ 	line-height: 15px;
/* 570 */ 	font-family: sans-serif;
/* 571 */ 	font-size: 10px;
/* 572 */ }
/* 573 */ 
/* 574 */ .mejs-controls .mejs-captions-button .mejs-captions-translations {
/* 575 */ 	font-size: 10px;
/* 576 */ 	margin: 0 0 5px 0;
/* 577 */ }
/* 578 */ 
/* 579 */ 
/* 580 */ .mejs-chapters {
/* 581 */ 	position: absolute;
/* 582 */ 	top: 0;
/* 583 */ 	left: 0;
/* 584 */ 	-xborder-right: solid 1px #fff;
/* 585 */ 	width: 10000px;
/* 586 */ 	z-index: 1;
/* 587 */ }
/* 588 */ .mejs-chapters .mejs-chapter {
/* 589 */ 	position: absolute;
/* 590 */ 	float: left;
/* 591 */ 	background: #3A3C3D;
/* 592 */ 	background: rgba(58, 60, 61, 0.7);
/* 593 */ 	background: -webkit-linear-gradient(top, rgba(74, 76, 77, 0.7), rgba(0, 0, 0, 0.7));
/* 594 */ 	background: -moz-linear-gradient(top, rgba(74, 76, 77, 0.7), rgba(0, 0, 0, 0.7));
/* 595 */ 	background: -o-linear-gradient(top, rgba(74, 76, 77, 0.7), rgba(0, 0, 0, 0.7));
/* 596 */ 	background: -ms-linear-gradient(top, rgba(74, 76, 77, 0.7), rgba(0, 0, 0, 0.7));
/* 597 */ 	background: linear-gradient(top, rgba(74, 76, 77, 0.7), rgba(0, 0, 0, 0.7));	
/* 598 */ 	overflow: hidden;
/* 599 */ 	border: 0;
/* 600 */ }

/* mediaelementplayer.css */

/* 601 */ .mejs-chapters .mejs-chapter .mejs-chapter-block {
/* 602 */ 	font-size: 11px;
/* 603 */ 	color: #fff;
/* 604 */ 	padding: 5px;
/* 605 */ 	display: block;
/* 606 */ 	border-right: solid 1px #313335;
/* 607 */ 	border-right: solid 1px rgba(49, 51, 53, .7);
/* 608 */ 	border-bottom: solid 1px #313335;
/* 609 */ 	border-bottom: solid 1px rgba(49, 51, 53, .7);
/* 610 */ 	cursor: pointer;
/* 611 */ }
/* 612 */ .mejs-chapters .mejs-chapter .mejs-chapter-block-last {
/* 613 */ 	border-right: none;
/* 614 */ }
/* 615 */ 
/* 616 */ .mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
/* 617 */ 	background: #333;
/* 618 */ 	background: rgba(102,102,102, 0.7);
/* 619 */ 	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102,102,102,0.7)), to(rgba(50,50,50,0.6)));
/* 620 */ 	background: -webkit-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
/* 621 */ 	background: -moz-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
/* 622 */ 	background: -o-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
/* 623 */ 	background: -ms-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
/* 624 */ 	background: linear-gradient(rgba(102,102,102,0.7), rgba(50,50,50,0.6));	
/* 625 */ }
/* 626 */ .mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title{
/* 627 */ 	font-size: 12px;
/* 628 */ 	font-weight: bold;
/* 629 */ 	display: block;
/* 630 */ 	white-space:nowrap;
/* 631 */ 	text-overflow: ellipsis;
/* 632 */ 	margin: 0 0 3px 0;
/* 633 */ 	line-height: 12px;
/* 634 */ }
/* 635 */ .mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan{
/* 636 */ 	font-size: 12px;
/* 637 */ 	line-height: 12px;
/* 638 */ 	margin: 3px 0 4px 0;
/* 639 */ 	display: block;
/* 640 */ 	white-space:nowrap;
/* 641 */ 	text-overflow: ellipsis;
/* 642 */ }
/* 643 */ 
/* 644 */ 
/* 645 */ .mejs-captions-layer {
/* 646 */ 	position: absolute;
/* 647 */ 	bottom: 0;
/* 648 */ 	left: 0;
/* 649 */ 	text-align:center;
/* 650 */ 	/*font-weight: bold;*/

/* mediaelementplayer.css */

/* 651 */ 	line-height: 22px;
/* 652 */ 	font-size: 12px;
/* 653 */ 	color: #fff;
/* 654 */ }
/* 655 */ .mejs-captions-layer  a {
/* 656 */ 	color: #fff;
/* 657 */ 	text-decoration: underline;
/* 658 */ }
/* 659 */ .mejs-captions-layer[lang=ar] {
/* 660 */ 	font-size: 20px;
/* 661 */ 	font-weight: normal;
/* 662 */ }
/* 663 */ 
/* 664 */ .mejs-captions-position {
/* 665 */ 	position: absolute;
/* 666 */ 	width: 100%;
/* 667 */ 	bottom: 15px;
/* 668 */ 	left: 0;
/* 669 */ }
/* 670 */ 
/* 671 */ .mejs-captions-position-hover {
/* 672 */ 	bottom: 45px;
/* 673 */ }
/* 674 */ 
/* 675 */ .mejs-captions-text {
/* 676 */ 	padding: 5px 7px;
/* 677 */ 	background: #3a3c3d;
/* 678 */ 	background: rgba(58, 60, 61, 0.8);
/* 679 */ 	border-radius: 4px;
/* 680 */ 
/* 681 */ }
/* 682 */ /* End: TRACK (Captions and Chapters) */
/* 683 */ 
/* 684 */ 
/* 685 */ 
/* 686 */ .mejs-clear {
/* 687 */ 	clear: both;
/* 688 */ }
/* 689 */ 
/* 690 */ /* Start: ERROR */
/* 691 */ .me-cannotplay {
/* 692 */ }
/* 693 */ .me-cannotplay a {
/* 694 */ 	color: #fff;
/* 695 */ 	font-weight: bold;
/* 696 */ }
/* 697 */ .me-cannotplay span {
/* 698 */ 	padding: 15px;
/* 699 */ 	display: block;
/* 700 */ }

/* mediaelementplayer.css */

/* 701 */ /* End: ERROR */
/* 702 */ 
/* 703 */ 
/* 704 */ /* Start: Loop */
/* 705 */ .mejs-controls .mejs-loop-off button{
/* 706 */ 	background-position: -64px -16px;
/* 707 */ }
/* 708 */ .mejs-controls .mejs-loop-off:hover button{
/* 709 */ 	background-position: -64px -48px;
/* 710 */ }
/* 711 */ .mejs-controls .mejs-loop-on button {
/* 712 */ 	background-position: -64px 0;
/* 713 */ }
/* 714 */ .mejs-controls .mejs-loop-on::hover button {
/* 715 */ 	background-position: -64px -32px;
/* 716 */ }
/* 717 */ /* End: Loop */
/* 718 */ 
/* 719 */ /* Start: backlight */
/* 720 */ .mejs-controls .mejs-backlight-off button{
/* 721 */ 	background-position: -80px -16px;
/* 722 */ }
/* 723 */ .mejs-controls .mejs-backlight-off:hover button{
/* 724 */ 	background-position: -80px -48px;
/* 725 */ }
/* 726 */ .mejs-controls .mejs-backlight-on button {
/* 727 */ 	background-position: -80px 0;
/* 728 */ }
/* 729 */ .mejs-controls .mejs-backlight-on:hover button {
/* 730 */ 	background-position: -80px -32px;
/* 731 */ }
/* 732 */ /* End: backlight */
/* 733 */ 
/* 734 */ 
/* 735 */ /* Start: picture controls */
/* 736 */ .mejs-controls .mejs-picturecontrols-button{
/* 737 */ 	background-position: -96px 0;
/* 738 */ }
/* 739 */ .mejs-controls .mejs-picturecontrols-button:hover{
/* 740 */ 	background-position: -96px -32px;
/* 741 */ }
/* 742 */ /* End: picture controls */
/* 743 */ 
/* 744 */ 
/* 745 */ /* context menu */
/* 746 */ .mejs-contextmenu {
/* 747 */ 	position: absolute;
/* 748 */ 	width: 150px;
/* 749 */ 	padding: 10px;
/* 750 */ 	border-radius: 4px;

/* mediaelementplayer.css */

/* 751 */ 	top: 0;
/* 752 */ 	left: 0;
/* 753 */ 	background: #fff;
/* 754 */ 	border: solid 1px #999;
/* 755 */ 	z-index: 1001; /* make sure it shows on fullscreen */
/* 756 */ }
/* 757 */ .mejs-contextmenu .mejs-contextmenu-separator {
/* 758 */ 	height: 1px;
/* 759 */ 	font-size: 0;
/* 760 */ 	margin: 5px 6px;
/* 761 */ 	background: #333;	
/* 762 */ }
/* 763 */ 
/* 764 */ .mejs-contextmenu .mejs-contextmenu-item {
/* 765 */ 	font-family: sans-serif;
/* 766 */ 	font-size: 12px;
/* 767 */ 	padding: 4px 6px;
/* 768 */ 	cursor: pointer;
/* 769 */ 	color: #333;	
/* 770 */ }
/* 771 */ .mejs-contextmenu .mejs-contextmenu-item:hover {
/* 772 */ 	background: #2C7C91;
/* 773 */ 	color: #fff;
/* 774 */ }
/* 775 */ 
/* 776 */ 
/* 777 */ /* Start: SourceChooser */
/* 778 */ .mejs-controls .mejs-sourcechooser-button {
/* 779 */ 	position: relative;
/* 780 */ }
/* 781 */ 
/* 782 */ .mejs-controls .mejs-sourcechooser-button button {
/* 783 */ 	background-position: -128px 0;
/* 784 */ }
/* 785 */ .mejs-controls .mejs-sourcechooser-button button {
/* 786 */ 	background-position: -128px -32px;
/* 787 */ }
/* 788 */ .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
/* 789 */ 	visibility: hidden;
/* 790 */ 	position: absolute;
/* 791 */ 	bottom: 26px;
/* 792 */ 	right: -10px;
/* 793 */ 	width: 130px;
/* 794 */ 	height: 100px;
/* 795 */ 	background: #3A3C3D;
/* 796 */ 	border: solid 1px transparent;
/* 797 */ 	padding: 10px;
/* 798 */ 	overflow: hidden;
/* 799 */ 	-webkit-border-radius: 0;
/* 800 */ 	-moz-border-radius: 0;

/* mediaelementplayer.css */

/* 801 */ 	border-radius: 0;
/* 802 */ }
/* 803 */ 
/* 804 */ .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
/* 805 */ 	margin: 0;
/* 806 */ 	padding: 0;
/* 807 */ 	display: block;
/* 808 */ 	list-style-type: none !important;
/* 809 */ 	overflow: hidden;
/* 810 */ }
/* 811 */ .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li{
/* 812 */ 	margin: 0 0 6px 0;
/* 813 */ 	padding: 0;
/* 814 */ 	list-style-type: none !important;
/* 815 */ 	display:block;
/* 816 */ 	color: #fff;
/* 817 */ 	overflow: hidden;
/* 818 */ }
/* 819 */ .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input{
/* 820 */ 	clear: both;
/* 821 */ 	float: left;
/* 822 */ 	margin: 3px 3px 0 5px;
/* 823 */ }
/* 824 */ .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label{
/* 825 */ 	width: 100px;
/* 826 */ 	float: left;
/* 827 */ 	padding: 4px 0 0 0;
/* 828 */ 	line-height: 15px;
/* 829 */ 	font-family: sans-serif;
/* 830 */ 	font-size: 10px;
/* 831 */ }
/* 832 */ /* End: SourceChooser */
/* 833 */ 
/* 834 */ 
/* 835 */ 
/* 836 */ 
/* 837 */ 
/* 838 */ 
/* 839 */ 
/* 840 */ 
/* 841 */ 
/* 842 */ 
/* 843 */ 
/* 844 */ 
/* 845 */ 
/* 846 */ 
/* 847 */ /*additions:*/
/* 848 */ .mejs-video{overflow: hidden;}
/* 849 */ 
/* 850 */ 

/* mediaelementplayer.css */

/* 851 */ .one_third .mejs-controls div.mejs-time-rail, .one_fourth .mejs-controls div.mejs-time-rail, .one_fourth .mejs-controls .mejs-volume-button{
/* 852 */ display:none;
/* 853 */ }
/* 854 */ 
/* 855 */ .one_third .mejs-controls div.mejs-horizontal-volume-slider, .one_fourth .mejs-controls div.mejs-horizontal-volume-slider, .one_third .mejs-controls .mejs-volume-button{
/* 856 */ float:right;
/* 857 */ }
/* 858 */ 
/* 859 */ 
/* 860 */ .avia_mobile .mejs-overlay-button{
/* 861 */ display:none;
/* 862 */ }
/* 863 */ 
