
/* 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  */ .mejs-container.mejs-audio{ border-radius: 3px; }
/* 42  */ 
/* 43  */ 
/* 44  */ /* Start: LAYERS */
/* 45  */ .mejs-background {
/* 46  */ 	position: absolute;
/* 47  */ 	top: 0;
/* 48  */ 	left: 0;
/* 49  */ }
/* 50  */ .mejs-mediaelement {

/* mediaelementplayer.css */

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

/* mediaelementplayer.css */

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

/* mediaelementplayer.css */

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

/* mediaelementplayer.css */

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

/* mediaelementplayer.css */

/* 251 */ 	border-bottom: #3d3f40 1px solid;
/* 252 */ 	box-shadow: inset 1px 1px rgba(0, 0, 0, .4);
/* 253 */ 	display: block;
/* 254 */ 	height:7px;
/* 255 */ }
/* 256 */ body .mejs-controls .mejs-time-rail .mejs-time-buffering {
/* 257 */ 	width:100%;
/* 258 */ 	background:#464849;
/* 259 */ 	background-image: -webkit-linear-gradient(-45deg, #464849 25%, #262929 25%, #262929 50%, #464849 50%, #464849 75%, #262929 75%, #262929);
/* 260 */ 	background-image: -moz-linear-gradient(-45deg, #464849 25%, #262929 25%, #262929 50%, #464849 50%, #464849 75%, #262929 75%, #262929);
/* 261 */ 	background-image: linear-gradient(-45deg, #464849 25%, #262929 25%, #262929 50%, #464849 50%, #464849 75%, #262929 75%, #262929);
/* 262 */ 	background-size: 10px 10px;
/* 263 */ 	-webkit-animation: buffering-stripes 2s linear infinite;
/* 264 */ 	-moz-animation: buffering-stripes 2s linear infinite;
/* 265 */ 	animation: buffering-stripes 2s linear infinite;
/* 266 */ 	z-index: 1;
/* 267 */ }
/* 268 */ 
/* 269 */ @-webkit-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
/* 270 */ @-moz-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 */ body .mejs-controls .mejs-time-rail .mejs-time-loaded {
/* 274 */ 	background: #464849;
/* 275 */ 	width: 0;
/* 276 */ }
/* 277 */ body .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: linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
/* 283 */ 	background-size: 6px 6px;
/* 284 */ 	z-index: 1;
/* 285 */ 	
/* 286 */ }
/* 287 */ 
/* 288 */ body .mejs-controls .mejs-time-rail .mejs-time-handle {
/* 289 */ 	display: none;
/* 290 */ 	position: absolute;
/* 291 */ 	margin: 0;
/* 292 */ 	width: 5px;
/* 293 */ 	background: transparent;
/* 294 */ 	cursor: pointer;
/* 295 */ 	top: 1px;
/* 296 */ 	z-index: 1;
/* 297 */ 	text-align: center;
/* 298 */ }
/* 299 */ 
/* 300 */ body .mejs-controls .mejs-time-rail .mejs-time-float {

/* mediaelementplayer.css */

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

/* mediaelementplayer.css */

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

/* mediaelementplayer.css */

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

/* mediaelementplayer.css */

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

/* mediaelementplayer.css */

/* 501 */ 	background-position:-48px 0;
/* 502 */ }
/* 503 */ div .mejs-controls .mejs-captions-button:hover button {
/* 504 */ 	background-position:-48px -32px;
/* 505 */ }
/* 506 */ div .mejs-controls .mejs-captions-button .mejs-captions-selector {
/* 507 */ 	visibility: hidden;
/* 508 */ 	position: absolute;
/* 509 */ 	bottom: 30px;
/* 510 */ 	right: -10px;
/* 511 */ 	width: 130px;
/* 512 */ 	height: 100px;
/* 513 */ 	background: #3A3C3D; 	
/* 514 */ 	border: solid 1px transparent;
/* 515 */ 	padding: 10px;
/* 516 */ 	overflow: hidden;
/* 517 */ 	border-radius: 0;
/* 518 */ }
/* 519 */ /*
/* 520 *| .mejs-controls .mejs-captions-button:hover  .mejs-captions-selector {
/* 521 *| 	visibility: visible;
/* 522 *| }
/* 523 *| */
/* 524 */ 
/* 525 */ div .mejs-controls .mejs-captions-button .mejs-captions-selector ul {
/* 526 */ 	margin: 0;
/* 527 */ 	padding: 0;
/* 528 */ 	display: block;
/* 529 */ 	list-style-type: none !important;
/* 530 */ 	overflow: hidden;
/* 531 */ }
/* 532 */ div .mejs-controls .mejs-captions-button .mejs-captions-selector ul li{
/* 533 */ 	margin: 0 0 6px 0;
/* 534 */ 	padding: 0;
/* 535 */ 	list-style-type: none !important;
/* 536 */ 	display:block;
/* 537 */ 	color: #fff;
/* 538 */ 	overflow: hidden;
/* 539 */ }
/* 540 */ div .mejs-controls .mejs-captions-button .mejs-captions-selector ul li input{
/* 541 */ 	clear: both;
/* 542 */ 	float: left;
/* 543 */ 	margin: 3px 3px 0 5px;
/* 544 */ }
/* 545 */ div .mejs-controls .mejs-captions-button .mejs-captions-selector ul li label{
/* 546 */ 	width: 100px;
/* 547 */ 	float: left;
/* 548 */ 	padding: 4px 0 0 0;
/* 549 */ 	line-height: 15px;
/* 550 */ 	font-family: sans-serif;

/* mediaelementplayer.css */

/* 551 */ 	font-size: 10px;
/* 552 */ }
/* 553 */ 
/* 554 */ div .mejs-controls .mejs-captions-button .mejs-captions-translations {
/* 555 */ 	font-size: 10px;
/* 556 */ 	margin: 0 0 5px 0;
/* 557 */ }
/* 558 */ 
/* 559 */ 
/* 560 */ div .mejs-chapters {
/* 561 */ 	position: absolute;
/* 562 */ 	top: 0;
/* 563 */ 	left: 0;
/* 564 */ 	-xborder-right: solid 1px #fff;
/* 565 */ 	width: 10000px;
/* 566 */ 	z-index: 1;
/* 567 */ }
/* 568 */ div .mejs-chapters .mejs-chapter {
/* 569 */ 	position: absolute;
/* 570 */ 	float: left;
/* 571 */ 	background: #3A3C3D;
/* 572 */ 	background: rgba(58, 60, 61, 0.7);
/* 573 */ 	background: -webkit-linear-gradient(top, rgba(74, 76, 77, 0.7), rgba(0, 0, 0, 0.7));
/* 574 */ 	background: -moz-linear-gradient(top, rgba(74, 76, 77, 0.7), rgba(0, 0, 0, 0.7));
/* 575 */ 	background: linear-gradient(top, rgba(74, 76, 77, 0.7), rgba(0, 0, 0, 0.7));	
/* 576 */ 	overflow: hidden;
/* 577 */ 	border: 0;
/* 578 */ }
/* 579 */ div .mejs-chapters .mejs-chapter .mejs-chapter-block {
/* 580 */ 	font-size: 11px;
/* 581 */ 	color: #fff;
/* 582 */ 	padding: 5px;
/* 583 */ 	display: block;
/* 584 */ 	border-right: solid 1px #313335;
/* 585 */ 	border-right: solid 1px rgba(49, 51, 53, .7);
/* 586 */ 	border-bottom: solid 1px #313335;
/* 587 */ 	border-bottom: solid 1px rgba(49, 51, 53, .7);
/* 588 */ 	cursor: pointer;
/* 589 */ }
/* 590 */ div .mejs-chapters .mejs-chapter .mejs-chapter-block-last {
/* 591 */ 	border-right: none;
/* 592 */ }
/* 593 */ 
/* 594 */ div .mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
/* 595 */ 	background: #333;
/* 596 */ 	background: rgba(102,102,102, 0.7);
/* 597 */ 	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102,102,102,0.7)), to(rgba(50,50,50,0.6)));
/* 598 */ 	background: -webkit-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
/* 599 */ 	background: -moz-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
/* 600 */ 	background: linear-gradient(rgba(102,102,102,0.7), rgba(50,50,50,0.6));	

/* mediaelementplayer.css */

/* 601 */ }
/* 602 */ div .mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title{
/* 603 */ 	font-size: 12px;
/* 604 */ 	font-weight: bold;
/* 605 */ 	display: block;
/* 606 */ 	white-space:nowrap;
/* 607 */ 	text-overflow: ellipsis;
/* 608 */ 	margin: 0 0 3px 0;
/* 609 */ 	line-height: 12px;
/* 610 */ }
/* 611 */ div .mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan{
/* 612 */ 	font-size: 12px;
/* 613 */ 	line-height: 12px;
/* 614 */ 	margin: 3px 0 4px 0;
/* 615 */ 	display: block;
/* 616 */ 	white-space:nowrap;
/* 617 */ 	text-overflow: ellipsis;
/* 618 */ }
/* 619 */ 
/* 620 */ 
/* 621 */ div .mejs-captions-layer {
/* 622 */ 	position: absolute;
/* 623 */ 	bottom: 0;
/* 624 */ 	left: 0;
/* 625 */ 	text-align:center;
/* 626 */ 	/*font-weight: bold;*/
/* 627 */ 	line-height: 22px;
/* 628 */ 	font-size: 12px;
/* 629 */ 	color: #fff;
/* 630 */ }
/* 631 */ div .mejs-captions-layer  a {
/* 632 */ 	color: #fff;
/* 633 */ 	text-decoration: underline;
/* 634 */ }
/* 635 */ div .mejs-captions-layer[lang=ar] {
/* 636 */ 	font-size: 20px;
/* 637 */ 	font-weight: normal;
/* 638 */ }
/* 639 */ 
/* 640 */ div .mejs-captions-position {
/* 641 */ 	position: absolute;
/* 642 */ 	width: 100%;
/* 643 */ 	bottom: 15px;
/* 644 */ 	left: 0;
/* 645 */ }
/* 646 */ 
/* 647 */ div .mejs-captions-position-hover {
/* 648 */ 	bottom: 45px;
/* 649 */ }
/* 650 */ 

/* mediaelementplayer.css */

/* 651 */ div .mejs-captions-text {
/* 652 */ 	padding: 5px 7px;
/* 653 */ 	background: #3a3c3d;
/* 654 */ 	background: rgba(58, 60, 61, 0.8);
/* 655 */ 	border-radius: 4px;
/* 656 */ 
/* 657 */ }
/* 658 */ /* End: TRACK (Captions and Chapters) */
/* 659 */ 
/* 660 */ 
/* 661 */ 
/* 662 */ div .mejs-clear {
/* 663 */ 	clear: both;
/* 664 */ }
/* 665 */ 
/* 666 */ /* Start: ERROR */
/* 667 */ div .me-cannotplay {
/* 668 */ }
/* 669 */ div .me-cannotplay a {
/* 670 */ 	color: #fff;
/* 671 */ 	font-weight: bold;
/* 672 */ }
/* 673 */ div .me-cannotplay span {
/* 674 */ 	padding: 15px;
/* 675 */ 	display: block;
/* 676 */ }
/* 677 */ /* End: ERROR */
/* 678 */ 
/* 679 */ 
/* 680 */ /* Start: Loop */
/* 681 */ div .mejs-controls .mejs-loop-off button{
/* 682 */ 	background-position: -64px -16px;
/* 683 */ }
/* 684 */ div .mejs-controls .mejs-loop-off:hover button{
/* 685 */ 	background-position: -64px -48px;
/* 686 */ }
/* 687 */ div .mejs-controls .mejs-loop-on button {
/* 688 */ 	background-position: -64px 0;
/* 689 */ }
/* 690 */ div .mejs-controls .mejs-loop-on::hover button {
/* 691 */ 	background-position: -64px -32px;
/* 692 */ }
/* 693 */ /* End: Loop */
/* 694 */ 
/* 695 */ /* Start: backlight */
/* 696 */ div .mejs-controls .mejs-backlight-off button{
/* 697 */ 	background-position: -80px -16px;
/* 698 */ }
/* 699 */ div .mejs-controls .mejs-backlight-off:hover button{
/* 700 */ 	background-position: -80px -48px;

/* mediaelementplayer.css */

/* 701 */ }
/* 702 */ div .mejs-controls .mejs-backlight-on button {
/* 703 */ 	background-position: -80px 0;
/* 704 */ }
/* 705 */ div .mejs-controls .mejs-backlight-on:hover button {
/* 706 */ 	background-position: -80px -32px;
/* 707 */ }
/* 708 */ /* End: backlight */
/* 709 */ 
/* 710 */ 
/* 711 */ /* Start: picture controls */
/* 712 */ div .mejs-controls .mejs-picturecontrols-button{
/* 713 */ 	background-position: -96px 0;
/* 714 */ }
/* 715 */ div .mejs-controls .mejs-picturecontrols-button:hover{
/* 716 */ 	background-position: -96px -32px;
/* 717 */ }
/* 718 */ /* End: picture controls */
/* 719 */ 
/* 720 */ 
/* 721 */ /* context menu */
/* 722 */ div .mejs-contextmenu {
/* 723 */ 	position: absolute;
/* 724 */ 	width: 150px;
/* 725 */ 	padding: 10px;
/* 726 */ 	border-radius: 4px;
/* 727 */ 	top: 0;
/* 728 */ 	left: 0;
/* 729 */ 	background: #fff;
/* 730 */ 	border: solid 1px #999;
/* 731 */ 	z-index: 1001; /* make sure it shows on fullscreen */
/* 732 */ }
/* 733 */ div .mejs-contextmenu .mejs-contextmenu-separator {
/* 734 */ 	height: 1px;
/* 735 */ 	font-size: 0;
/* 736 */ 	margin: 5px 6px;
/* 737 */ 	background: #333;	
/* 738 */ }
/* 739 */ 
/* 740 */ div .mejs-contextmenu .mejs-contextmenu-item {
/* 741 */ 	font-family: sans-serif;
/* 742 */ 	font-size: 12px;
/* 743 */ 	padding: 4px 6px;
/* 744 */ 	cursor: pointer;
/* 745 */ 	color: #333;	
/* 746 */ }
/* 747 */ div .mejs-contextmenu .mejs-contextmenu-item:hover {
/* 748 */ 	background: #2C7C91;
/* 749 */ 	color: #fff;
/* 750 */ }

/* mediaelementplayer.css */

/* 751 */ 
/* 752 */ 
/* 753 */ /* Start: SourceChooser */
/* 754 */ div .mejs-controls .mejs-sourcechooser-button {
/* 755 */ 	position: relative;
/* 756 */ }
/* 757 */ 
/* 758 */ div .mejs-controls .mejs-sourcechooser-button button {
/* 759 */ 	background-position: -128px 0;
/* 760 */ }
/* 761 */ div .mejs-controls .mejs-sourcechooser-button button {
/* 762 */ 	background-position: -128px -32px;
/* 763 */ }
/* 764 */ div .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
/* 765 */ 	visibility: hidden;
/* 766 */ 	position: absolute;
/* 767 */ 	bottom: 26px;
/* 768 */ 	right: -10px;
/* 769 */ 	width: 130px;
/* 770 */ 	height: 100px;
/* 771 */ 	background: #3A3C3D;
/* 772 */ 	border: solid 1px transparent;
/* 773 */ 	padding: 10px;
/* 774 */ 	overflow: hidden;
/* 775 */ 	border-radius: 0;
/* 776 */ }
/* 777 */ 
/* 778 */ div .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
/* 779 */ 	margin: 0;
/* 780 */ 	padding: 0;
/* 781 */ 	display: block;
/* 782 */ 	list-style-type: none !important;
/* 783 */ 	overflow: hidden;
/* 784 */ }
/* 785 */ div .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li{
/* 786 */ 	margin: 0 0 6px 0;
/* 787 */ 	padding: 0;
/* 788 */ 	list-style-type: none !important;
/* 789 */ 	display:block;
/* 790 */ 	color: #fff;
/* 791 */ 	overflow: hidden;
/* 792 */ }
/* 793 */ div .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input{
/* 794 */ 	clear: both;
/* 795 */ 	float: left;
/* 796 */ 	margin: 3px 3px 0 5px;
/* 797 */ }
/* 798 */ div .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label{
/* 799 */ 	width: 100px;
/* 800 */ 	float: left;

/* mediaelementplayer.css */

/* 801 */ 	padding: 4px 0 0 0;
/* 802 */ 	line-height: 15px;
/* 803 */ 	font-family: sans-serif;
/* 804 */ 	font-size: 10px;
/* 805 */ }
/* 806 */ /* End: SourceChooser */
/* 807 */ 
/* 808 */ 
/* 809 */ 
/* 810 */ 
/* 811 */ 
/* 812 */ 
/* 813 */ 
/* 814 */ 
/* 815 */ 
/* 816 */ 
/* 817 */ 
/* 818 */ 
/* 819 */ 
/* 820 */ 
/* 821 */ /*additions:*/
/* 822 */ div .mejs-video{overflow: hidden;}
/* 823 */ 
/* 824 */ 
/* 825 */ .one_third .mejs-controls div.mejs-time-rail, .one_fourth .mejs-controls div.mejs-time-rail, .one_fourth .mejs-controls .mejs-volume-button{
/* 826 */ display:none;
/* 827 */ }
/* 828 */ 
/* 829 */ .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{
/* 830 */ float:right;
/* 831 */ }
/* 832 */ 
/* 833 */ 
/* 834 */ .avia_mobile .mejs-overlay-button{
/* 835 */ display:none;
/* 836 */ }
/* 837 */ 
/* 838 */ 
