/* mediaelementplayer.css */

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

/* mediaelementplayer.css */

/* 51  */ 
/* 52  */ .mejs-container-fullscreen .mejs-mediaelement,
/* 53  */ .mejs-container-fullscreen video {
/* 54  */ 	width: 100%;
/* 55  */ 	height: 100%
/* 56  */ }
/* 57  */ 
/* 58  */ .mejs-clear {
/* 59  */ 	clear: both
/* 60  */ }
/* 61  */ 
/* 62  */ .mejs-background {
/* 63  */ 	position: absolute;
/* 64  */ 	top: 0;
/* 65  */ 	left: 0
/* 66  */ }
/* 67  */ 
/* 68  */ .mejs-mediaelement {
/* 69  */ 	position: absolute;
/* 70  */ 	top: 0;
/* 71  */ 	left: 0;
/* 72  */ 	width: 100%;
/* 73  */ 	height: 100%
/* 74  */ }
/* 75  */ 
/* 76  */ .mejs-poster {
/* 77  */ 	position: absolute;
/* 78  */ 	top: 0;
/* 79  */ 	left: 0;
/* 80  */ 	background-size: contain;
/* 81  */ 	background-position: 50% 50%;
/* 82  */ 	background-repeat: no-repeat
/* 83  */ }
/* 84  */ 
/* 85  */ :root .mejs-poster img {
/* 86  */ 	display: none
/* 87  */ }
/* 88  */ 
/* 89  */ .mejs-poster img {
/* 90  */ 	border: 0;
/* 91  */ 	padding: 0;
/* 92  */ 	border: 0
/* 93  */ }
/* 94  */ 
/* 95  */ .mejs-overlay {
/* 96  */ 	position: absolute;
/* 97  */ 	top: 0;
/* 98  */ 	left: 0
/* 99  */ }
/* 100 */ 

/* mediaelementplayer.css */

/* 101 */ .mejs-overlay-play {
/* 102 */ 	cursor: pointer
/* 103 */ }
/* 104 */ 
/* 105 */ .mejs-overlay-button {
/* 106 */ 	position: absolute;
/* 107 */ 	top: 50%;
/* 108 */ 	left: 50%;
/* 109 */ 	width: 100px;
/* 110 */ 	height: 100px;
/* 111 */ 	margin: -50px 0 0 -50px;
/* 112 */ 	background: url(../../../themes/maithiri-theme/css/mediaelement/bigplay.svg) no-repeat
/* 113 */ }
/* 114 */ 
/* 115 */ .no-svg .mejs-overlay-button {
/* 116 */ 	background-image: url(../../../themes/maithiri-theme/css/mediaelement/bigplay.png)
/* 117 */ }
/* 118 */ 
/* 119 */ .mejs-overlay:hover .mejs-overlay-button {
/* 120 */ 	background-position: 0 -100px
/* 121 */ }
/* 122 */ 
/* 123 */ .mejs-overlay-loading {
/* 124 */ 	position: absolute;
/* 125 */ 	top: 50%;
/* 126 */ 	left: 50%;
/* 127 */ 	width: 80px;
/* 128 */ 	height: 80px;
/* 129 */ 	margin: -40px 0 0 -40px;
/* 130 */ 	background: #333;
/* 131 */ 	background: url(../../../themes/maithiri-theme/css/mediaelement/background.png);
/* 132 */ 	background: rgba(0, 0, 0, .9);
/* 133 */ 	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(50, 50, 50, .9)), to(rgba(0, 0, 0, .9)));
/* 134 */ 	background: -webkit-linear-gradient(top, rgba(50, 50, 50, .9), rgba(0, 0, 0, .9));
/* 135 */ 	background: -moz-linear-gradient(top, rgba(50, 50, 50, .9), rgba(0, 0, 0, .9));
/* 136 */ 	background: -o-linear-gradient(top, rgba(50, 50, 50, .9), rgba(0, 0, 0, .9));
/* 137 */ 	background: -ms-linear-gradient(top, rgba(50, 50, 50, .9), rgba(0, 0, 0, .9));
/* 138 */ 	background: linear-gradient(rgba(50, 50, 50, .9), rgba(0, 0, 0, .9))
/* 139 */ }
/* 140 */ 
/* 141 */ .mejs-overlay-loading span {
/* 142 */ 	display: block;
/* 143 */ 	width: 80px;
/* 144 */ 	height: 80px;
/* 145 */ 	background: transparent url(../../../themes/maithiri-theme/css/mediaelement/loading.gif) 50% 50% no-repeat
/* 146 */ }
/* 147 */ 
/* 148 */ .mejs-container .mejs-controls {
/* 149 */ 	position: absolute;
/* 150 */ 	list-style-type: none;

/* mediaelementplayer.css */

/* 151 */ 	margin: 0;
/* 152 */ 	padding: 0;
/* 153 */ 	bottom: 0;
/* 154 */ 	left: 0;
/* 155 */ 	/*background: #eee;*/
/* 156 */ 	height: 50px;
/* 157 */ 	width: 100%
/* 158 */ }
/* 159 */ 
/* 160 */ .mejs-container .mejs-controls div {
/* 161 */ 	list-style-type: none;
/* 162 */ 	background-image: none;
/* 163 */ 	display: block;
/* 164 */ 	float: left;
/* 165 */ 	margin: 0;
/* 166 */ 	padding: 0;
/* 167 */ 	width: 50px;
/* 168 */ 	height: 50px;
/* 169 */ 	font-size: 11px;
/* 170 */ 	line-height: 11px;
/* 171 */     font-family: 'Roboto Slab', 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
/* 172 */ 	border: 0
/* 173 */ }
/* 174 */ 
/* 175 */ .mejs-container .mejs-controls .mejs-volume-button {
/* 176 */     padding-top: 12px;
/* 177 */ }
/* 178 */ 
/* 179 */ .mejs-controls .mejs-button button {
/* 180 */ 	cursor: pointer;
/* 181 */ 	display: block;
/* 182 */ 	font-size: 0;
/* 183 */ 	line-height: 0;
/* 184 */ 	text-decoration: none;
/* 185 */ 	margin: 5px;
/* 186 */ 	padding: 0;
/* 187 */ 	position: absolute;
/* 188 */ 	height: 16px;
/* 189 */ 	width: 16px;
/* 190 */ 	border: 0;
/* 191 */ 	background: transparent url(../../../themes/maithiri-theme/css/mediaelement/controls.svg) no-repeat
/* 192 */ }
/* 193 */ 
/* 194 */ .no-svg .mejs-controls .mejs-button button {
/* 195 */ 	background-image: url(../../../themes/maithiri-theme/css/mediaelement/controls.png)
/* 196 */ }
/* 197 */ 
/* 198 */ .no-svg .mejs-controls .mejs-playpause-button button,
/* 199 */ .mejs-controls .mejs-playpause-button button {
/* 200 */     height: 40px;

/* mediaelementplayer.css */

/* 201 */     width: 40px;
/* 202 */     background: transparent url(../../../themes/maithiri-theme/css/mediaelement/buttons.png) no-repeat
/* 203 */ }
/* 204 */ 
/* 205 */ .no-svg .mejs-controls .mejs-volume-button button,
/* 206 */ .mejs-controls .mejs-volume-button button {
/* 207 */     background: transparent url(../../../themes/maithiri-theme/css/mediaelement/buttons.png) no-repeat
/* 208 */ }
/* 209 */ 
/* 210 */ .mejs-controls .mejs-button button:focus {
/* 211 */ 	outline: dotted 1px #999
/* 212 */ }
/* 213 */ 
/* 214 */ .mejs-container .mejs-controls .mejs-time {
/* 215 */ 	color: #222;
/* 216 */     font-size: 17px;
/* 217 */ 	display: block;
/* 218 */ 	height: 17px;
/* 219 */ 	width: auto;
/* 220 */ 	padding: 17px 3px 0;
/* 221 */ 	overflow: hidden;
/* 222 */ 	text-align: center;
/* 223 */ 	-moz-box-sizing: content-box;
/* 224 */ 	-webkit-box-sizing: content-box;
/* 225 */ 	box-sizing: content-box;
/* 226 */ }
/* 227 */ 
/* 228 */ .mejs-container .mejs-controls .mejs-time a {
/* 229 */ 	color: #ccc;
/* 230 */ 	font-size: 11px;
/* 231 */ 	line-height: 12px;
/* 232 */ 	display: block;
/* 233 */ 	float: left;
/* 234 */ 	margin: 1px 2px 0 0;
/* 235 */ 	width: auto
/* 236 */ }
/* 237 */ 
/* 238 */ .mejs-controls .mejs-play button {
/* 239 */ 	background-position: 0 0
/* 240 */ }
/* 241 */ 
/* 242 */ .mejs-controls .mejs-pause button {
/* 243 */ 	background-position: -40px 0
/* 244 */ }
/* 245 */ 
/* 246 */ .mejs-controls .mejs-stop button {
/* 247 */ 	background-position: -112px 0
/* 248 */ }
/* 249 */ 
/* 250 */ .mejs-controls div.mejs-time-rail {

/* mediaelementplayer.css */

/* 251 */ 	direction: ltr;
/* 252 */ 	width: 200px;
/* 253 */ 	padding-top: 18px
/* 254 */ }
/* 255 */ 
/* 256 */ .mejs-controls .mejs-time-rail span,
/* 257 */ .mejs-controls .mejs-time-rail a {
/* 258 */ 	display: block;
/* 259 */ 	position: absolute;
/* 260 */ 	width: 180px;
/* 261 */ 	height: 4px;
/* 262 */ 	-webkit-border-radius: 2px;
/* 263 */ 	-moz-border-radius: 2px;
/* 264 */ 	border-radius: 2px;
/* 265 */ 	cursor: pointer
/* 266 */ }
/* 267 */ 
/* 268 */ .mejs-controls .mejs-time-rail .mejs-time-total {
/* 269 */ 	margin: 5px;
/* 270 */ 	background: #333;
/* 271 */ 	background: rgba(50, 50, 50, .8);
/* 272 */ 	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(30, 30, 30, .8)), to(rgba(60, 60, 60, .8)));
/* 273 */ 	background: -webkit-linear-gradient(top, rgba(30, 30, 30, .8), rgba(60, 60, 60, .8));
/* 274 */ 	background: -moz-linear-gradient(top, rgba(30, 30, 30, .8), rgba(60, 60, 60, .8));
/* 275 */ 	background: -o-linear-gradient(top, rgba(30, 30, 30, .8), rgba(60, 60, 60, .8));
/* 276 */ 	background: -ms-linear-gradient(top, rgba(30, 30, 30, .8), rgba(60, 60, 60, .8));
/* 277 */ 	background: linear-gradient(rgba(30, 30, 30, .8), rgba(60, 60, 60, .8))
/* 278 */ }
/* 279 */ 
/* 280 */ .mejs-controls .mejs-time-rail .mejs-time-buffering {
/* 281 */ 	width: 100%;
/* 282 */ 	background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
/* 283 */ 	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, .15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.75, rgba(255, 255, 255, .15)), color-stop(0.75, transparent), to(transparent));
/* 284 */ 	background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
/* 285 */ 	background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
/* 286 */ 	background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
/* 287 */ 	background-image: linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
/* 288 */ 	-webkit-background-size: 15px 15px;
/* 289 */ 	-moz-background-size: 15px 15px;
/* 290 */ 	-o-background-size: 15px 15px;
/* 291 */ 	background-size: 15px 15px;
/* 292 */ 	-webkit-animation: buffering-stripes 2s linear infinite;
/* 293 */ 	-moz-animation: buffering-stripes 2s linear infinite;
/* 294 */ 	-ms-animation: buffering-stripes 2s linear infinite;
/* 295 */ 	-o-animation: buffering-stripes 2s linear infinite;
/* 296 */ 	animation: buffering-stripes 2s linear infinite
/* 297 */ }
/* 298 */ 
/* 299 */ @-webkit-keyframes buffering-stripes {
/* 300 */ 	from {

/* mediaelementplayer.css */

/* 301 */ 		background-position: 0 0
/* 302 */ 	}
/* 303 */ 	to {
/* 304 */ 		background-position: 30px 0
/* 305 */ 	}
/* 306 */ }
/* 307 */ 
/* 308 */ @-moz-keyframes buffering-stripes {
/* 309 */ 	from {
/* 310 */ 		background-position: 0 0
/* 311 */ 	}
/* 312 */ 	to {
/* 313 */ 		background-position: 30px 0
/* 314 */ 	}
/* 315 */ }
/* 316 */ 
/* 317 */ @-ms-keyframes buffering-stripes {
/* 318 */ 	from {
/* 319 */ 		background-position: 0 0
/* 320 */ 	}
/* 321 */ 	to {
/* 322 */ 		background-position: 30px 0
/* 323 */ 	}
/* 324 */ }
/* 325 */ 
/* 326 */ @-o-keyframes buffering-stripes {
/* 327 */ 	from {
/* 328 */ 		background-position: 0 0
/* 329 */ 	}
/* 330 */ 	to {
/* 331 */ 		background-position: 30px 0
/* 332 */ 	}
/* 333 */ }
/* 334 */ 
/* 335 */ @keyframes buffering-stripes {
/* 336 */ 	from {
/* 337 */ 		background-position: 0 0
/* 338 */ 	}
/* 339 */ 	to {
/* 340 */ 		background-position: 30px 0
/* 341 */ 	}
/* 342 */ }
/* 343 */ 
/* 344 */ .mejs-controls .mejs-time-rail .mejs-time-loaded {
/* 345 */ 	background: #3caac8;
/* 346 */ 	background: rgba(60, 170, 200, .8);
/* 347 */ 	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(44, 124, 145, .8)), to(rgba(78, 183, 212, .8)));
/* 348 */ 	background: -webkit-linear-gradient(top, rgba(44, 124, 145, .8), rgba(78, 183, 212, .8));
/* 349 */ 	background: -moz-linear-gradient(top, rgba(44, 124, 145, .8), rgba(78, 183, 212, .8));
/* 350 */ 	background: -o-linear-gradient(top, rgba(44, 124, 145, .8), rgba(78, 183, 212, .8));

/* mediaelementplayer.css */

/* 351 */ 	background: -ms-linear-gradient(top, rgba(44, 124, 145, .8), rgba(78, 183, 212, .8));
/* 352 */ 	background: linear-gradient(rgba(44, 124, 145, .8), rgba(78, 183, 212, .8));
/* 353 */ 	width: 0
/* 354 */ }
/* 355 */ 
/* 356 */ .mejs-controls .mejs-time-rail .mejs-time-current {
/* 357 */ 	background: #fff;
/* 358 */ 	background: rgba(255, 255, 255, .8);
/* 359 */ 	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, .9)), to(rgba(200, 200, 200, .8)));
/* 360 */ 	background: -webkit-linear-gradient(top, rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
/* 361 */ 	background: -moz-linear-gradient(top, rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
/* 362 */ 	background: -o-linear-gradient(top, rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
/* 363 */ 	background: -ms-linear-gradient(top, rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
/* 364 */ 	background: linear-gradient(rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
/* 365 */ 	width: 0
/* 366 */ }
/* 367 */ 
/* 368 */ .mejs-controls .mejs-time-rail .mejs-time-handle {
/* 369 */ 	display: none;
/* 370 */ 	position: absolute;
/* 371 */ 	margin: 0;
/* 372 */ 	width: 10px;
/* 373 */ 	background: #fff;
/* 374 */ 	-webkit-border-radius: 5px;
/* 375 */ 	-moz-border-radius: 5px;
/* 376 */ 	border-radius: 5px;
/* 377 */ 	cursor: pointer;
/* 378 */ 	border: solid 2px #333;
/* 379 */ 	top: -2px;
/* 380 */ 	text-align: center
/* 381 */ }
/* 382 */ 
/* 383 */ .mejs-controls .mejs-time-rail .mejs-time-float {
/* 384 */ 	position: absolute;
/* 385 */ 	display: none;
/* 386 */ 	background: #333;
/* 387 */ 	width: 36px;
/* 388 */ 	height: 17px;
/* 389 */ 	top: -26px;
/* 390 */ 	margin-left: -18px;
/* 391 */ 	text-align: center;
/* 392 */ 	color: #fff
/* 393 */ }
/* 394 */ 
/* 395 */ .mejs-controls .mejs-time-rail .mejs-time-float-current {
/* 396 */ 	margin: 2px;
/* 397 */ 	width: 30px;
/* 398 */ 	display: block;
/* 399 */ 	text-align: center;
/* 400 */ 	left: 0

/* mediaelementplayer.css */

/* 401 */ }
/* 402 */ 
/* 403 */ .mejs-controls .mejs-time-rail .mejs-time-float-corner {
/* 404 */ 	position: absolute;
/* 405 */ 	display: block;
/* 406 */ 	width: 0;
/* 407 */ 	height: 0;
/* 408 */ 	line-height: 0;
/* 409 */ 	border: solid 5px #333;
/* 410 */ 	border-color: #333 transparent transparent;
/* 411 */ 	-webkit-border-radius: 0;
/* 412 */ 	-moz-border-radius: 0;
/* 413 */ 	border-radius: 0;
/* 414 */ 	top: 15px;
/* 415 */ 	left: 13px
/* 416 */ }
/* 417 */ 
/* 418 */ .mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
/* 419 */ 	width: 48px
/* 420 */ }
/* 421 */ 
/* 422 */ .mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
/* 423 */ 	width: 44px
/* 424 */ }
/* 425 */ 
/* 426 */ .mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
/* 427 */ 	left: 18px
/* 428 */ }
/* 429 */ 
/* 430 */ .mejs-controls .mejs-fullscreen-button button {
/* 431 */ 	background-position: -32px 0
/* 432 */ }
/* 433 */ 
/* 434 */ .mejs-controls .mejs-unfullscreen button {
/* 435 */ 	background-position: -32px -16px
/* 436 */ }
/* 437 */ 
/* 438 */ .mejs-controls .mejs-mute button {
/* 439 */ 	background-position: -80px 0
/* 440 */ }
/* 441 */ 
/* 442 */ .mejs-controls .mejs-unmute button {
/* 443 */ 	background-position: -80px -16px
/* 444 */ }
/* 445 */ 
/* 446 */ .mejs-controls .mejs-volume-button {
/* 447 */ 	position: relative
/* 448 */ }
/* 449 */ 
/* 450 */ .mejs-controls .mejs-volume-button .mejs-volume-slider {

/* mediaelementplayer.css */

/* 451 */ 	display: none;
/* 452 */ 	height: 115px;
/* 453 */ 	width: 25px;
/* 454 */ 	background: url(../../../themes/maithiri-theme/css/mediaelement/background.png);
/* 455 */ 	background: rgba(50, 50, 50, .7);
/* 456 */ 	-webkit-border-radius: 0;
/* 457 */ 	-moz-border-radius: 0;
/* 458 */ 	border-radius: 0;
/* 459 */ 	top: -115px;
/* 460 */ 	left: 0;
/* 461 */ 	z-index: 1;
/* 462 */ 	position: absolute;
/* 463 */ 	margin: 0
/* 464 */ }
/* 465 */ 
/* 466 */ .mejs-controls .mejs-volume-button:hover {
/* 467 */ 	-webkit-border-radius: 0 0 4px 4px;
/* 468 */ 	-moz-border-radius: 0 0 4px 4px;
/* 469 */ 	border-radius: 0 0 4px 4px
/* 470 */ }
/* 471 */ 
/* 472 */ .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
/* 473 */ 	position: absolute;
/* 474 */ 	left: 11px;
/* 475 */ 	top: 8px;
/* 476 */ 	width: 2px;
/* 477 */ 	height: 100px;
/* 478 */ 	background: #ddd;
/* 479 */ 	background: rgba(255, 255, 255, .5);
/* 480 */ 	margin: 0
/* 481 */ }
/* 482 */ 
/* 483 */ .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
/* 484 */ 	position: absolute;
/* 485 */ 	left: 11px;
/* 486 */ 	top: 8px;
/* 487 */ 	width: 2px;
/* 488 */ 	height: 100px;
/* 489 */ 	background: #ddd;
/* 490 */ 	background: rgba(255, 255, 255, .9);
/* 491 */ 	margin: 0
/* 492 */ }
/* 493 */ 
/* 494 */ .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
/* 495 */ 	position: absolute;
/* 496 */ 	left: 4px;
/* 497 */ 	top: -3px;
/* 498 */ 	width: 16px;
/* 499 */ 	height: 6px;
/* 500 */ 	background: #ddd;

/* mediaelementplayer.css */

/* 501 */ 	background: rgba(255, 255, 255, .9);
/* 502 */ 	cursor: N-resize;
/* 503 */ 	-webkit-border-radius: 1px;
/* 504 */ 	-moz-border-radius: 1px;
/* 505 */ 	border-radius: 1px;
/* 506 */ 	margin: 0
/* 507 */ }
/* 508 */ 
/* 509 */ .mejs-controls a.mejs-horizontal-volume-slider {
/* 510 */ 	height: 50px;
/* 511 */ 	width: 56px;
/* 512 */ 	position: relative;
/* 513 */ 	display: block;
/* 514 */ 	float: left;
/* 515 */ 	vertical-align: middle
/* 516 */ }
/* 517 */ 
/* 518 */ .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
/* 519 */ 	position: absolute;
/* 520 */ 	left: 0;
/* 521 */ 	top: 21px;
/* 522 */ 	width: 50px;
/* 523 */ 	height: 8px;
/* 524 */ 	margin: 0;
/* 525 */ 	padding: 0;
/* 526 */ 	font-size: 1px;
/* 527 */ 	-webkit-border-radius: 2px;
/* 528 */ 	-moz-border-radius: 2px;
/* 529 */ 	border-radius: 2px;
/* 530 */ 	background: #333;
/* 531 */ 	background: rgba(50, 50, 50, .8);
/* 532 */ 	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(30, 30, 30, .8)), to(rgba(60, 60, 60, .8)));
/* 533 */ 	background: -webkit-linear-gradient(top, rgba(30, 30, 30, .8), rgba(60, 60, 60, .8));
/* 534 */ 	background: -moz-linear-gradient(top, rgba(30, 30, 30, .8), rgba(60, 60, 60, .8));
/* 535 */ 	background: -o-linear-gradient(top, rgba(30, 30, 30, .8), rgba(60, 60, 60, .8));
/* 536 */ 	background: -ms-linear-gradient(top, rgba(30, 30, 30, .8), rgba(60, 60, 60, .8));
/* 537 */ 	background: linear-gradient(rgba(30, 30, 30, .8), rgba(60, 60, 60, .8))
/* 538 */ }
/* 539 */ 
/* 540 */ .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
/* 541 */ 	position: absolute;
/* 542 */ 	left: 0;
/* 543 */ 	top: 21px;
/* 544 */ 	width: 50px;
/* 545 */ 	height: 8px;
/* 546 */ 	margin: 0;
/* 547 */ 	padding: 0;
/* 548 */ 	font-size: 1px;
/* 549 */ 	-webkit-border-radius: 2px;
/* 550 */ 	-moz-border-radius: 2px;

/* mediaelementplayer.css */

/* 551 */ 	border-radius: 2px;
/* 552 */ 	background: #fff;
/* 553 */ 	background: rgba(255, 255, 255, .8);
/* 554 */ 	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, .9)), to(rgba(200, 200, 200, .8)));
/* 555 */ 	background: -webkit-linear-gradient(top, rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
/* 556 */ 	background: -moz-linear-gradient(top, rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
/* 557 */ 	background: -o-linear-gradient(top, rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
/* 558 */ 	background: -ms-linear-gradient(top, rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
/* 559 */ 	background: linear-gradient(rgba(255, 255, 255, .9), rgba(200, 200, 200, .8))
/* 560 */ }
/* 561 */ 
/* 562 */ .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
/* 563 */ 	display: none
/* 564 */ }
/* 565 */ 
/* 566 */ .mejs-controls .mejs-captions-button {
/* 567 */ 	position: relative
/* 568 */ }
/* 569 */ 
/* 570 */ .mejs-controls .mejs-captions-button button {
/* 571 */ 	background-position: -48px 0
/* 572 */ }
/* 573 */ 
/* 574 */ .mejs-controls .mejs-captions-button .mejs-captions-selector {
/* 575 */ 	visibility: hidden;
/* 576 */ 	position: absolute;
/* 577 */ 	bottom: 26px;
/* 578 */ 	right: -51px;
/* 579 */ 	width: 85px;
/* 580 */ 	height: 100px;
/* 581 */ 	background: url(../../../themes/maithiri-theme/css/mediaelement/background.png);
/* 582 */ 	background: rgba(50, 50, 50, .7);
/* 583 */ 	border: solid 1px transparent;
/* 584 */ 	padding: 10px 10px 0;
/* 585 */ 	overflow: hidden;
/* 586 */ 	-webkit-border-radius: 0;
/* 587 */ 	-moz-border-radius: 0;
/* 588 */ 	border-radius: 0
/* 589 */ }
/* 590 */ 
/* 591 */ .mejs-controls .mejs-captions-button .mejs-captions-selector ul {
/* 592 */ 	margin: 0;
/* 593 */ 	padding: 0;
/* 594 */ 	display: block;
/* 595 */ 	list-style-type: none!important;
/* 596 */ 	overflow: hidden
/* 597 */ }
/* 598 */ 
/* 599 */ .mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
/* 600 */ 	margin: 0 0 6px;

/* mediaelementplayer.css */

/* 601 */ 	padding: 0;
/* 602 */ 	list-style-type: none!important;
/* 603 */ 	display: block;
/* 604 */ 	color: #ccc;
/* 605 */ 	overflow: hidden
/* 606 */ }
/* 607 */ 
/* 608 */ .mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
/* 609 */ 	clear: both;
/* 610 */ 	float: left;
/* 611 */ 	margin: 3px 3px 0 5px
/* 612 */ }
/* 613 */ 
/* 614 */ .mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
/* 615 */ 	width: 55px;
/* 616 */ 	float: left;
/* 617 */ 	padding: 4px 0 0;
/* 618 */ 	line-height: 15px;
/* 619 */ 	font-family: helvetica, arial;
/* 620 */ 	font-size: 10px
/* 621 */ }
/* 622 */ 
/* 623 */ .mejs-controls .mejs-captions-button .mejs-captions-translations {
/* 624 */ 	font-size: 10px;
/* 625 */ 	margin: 0 0 5px
/* 626 */ }
/* 627 */ 
/* 628 */ .mejs-chapters {
/* 629 */ 	position: absolute;
/* 630 */ 	top: 0;
/* 631 */ 	left: 0;
/* 632 */ 	-xborder-right: solid 1px #fff;
/* 633 */ 	width: 10000px;
/* 634 */ 	z-index: 1
/* 635 */ }
/* 636 */ 
/* 637 */ .mejs-chapters .mejs-chapter {
/* 638 */ 	position: absolute;
/* 639 */ 	float: left;
/* 640 */ 	background: #222;
/* 641 */ 	background: rgba(0, 0, 0, .7);
/* 642 */ 	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(50, 50, 50, .7)), to(rgba(0, 0, 0, .7)));
/* 643 */ 	background: -webkit-linear-gradient(top, rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
/* 644 */ 	background: -moz-linear-gradient(top, rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
/* 645 */ 	background: -o-linear-gradient(top, rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
/* 646 */ 	background: -ms-linear-gradient(top, rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
/* 647 */ 	background: linear-gradient(rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
/* 648 */ 	filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232, endColorstr=#000000);
/* 649 */ 	overflow: hidden;
/* 650 */ 	border: 0

/* mediaelementplayer.css */

/* 651 */ }
/* 652 */ 
/* 653 */ .mejs-chapters .mejs-chapter .mejs-chapter-block {
/* 654 */ 	font-size: 11px;
/* 655 */ 	color: #ccc;
/* 656 */ 	padding: 5px;
/* 657 */ 	display: block;
/* 658 */ 	border-right: solid 1px #333;
/* 659 */ 	border-bottom: solid 1px #333;
/* 660 */ 	cursor: pointer
/* 661 */ }
/* 662 */ 
/* 663 */ .mejs-chapters .mejs-chapter .mejs-chapter-block-last {
/* 664 */ 	border-right: 0
/* 665 */ }
/* 666 */ 
/* 667 */ .mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
/* 668 */ 	background: #666;
/* 669 */ 	background: rgba(102, 102, 102, .7);
/* 670 */ 	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(102, 102, 102, .7)), to(rgba(50, 50, 50, .6)));
/* 671 */ 	background: -webkit-linear-gradient(top, rgba(102, 102, 102, .7), rgba(50, 50, 50, .6));
/* 672 */ 	background: -moz-linear-gradient(top, rgba(102, 102, 102, .7), rgba(50, 50, 50, .6));
/* 673 */ 	background: -o-linear-gradient(top, rgba(102, 102, 102, .7), rgba(50, 50, 50, .6));
/* 674 */ 	background: -ms-linear-gradient(top, rgba(102, 102, 102, .7), rgba(50, 50, 50, .6));
/* 675 */ 	background: linear-gradient(rgba(102, 102, 102, .7), rgba(50, 50, 50, .6));
/* 676 */ 	filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666, endColorstr=#323232)
/* 677 */ }
/* 678 */ 
/* 679 */ .mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
/* 680 */ 	font-size: 12px;
/* 681 */ 	font-weight: 700;
/* 682 */ 	display: block;
/* 683 */ 	white-space: nowrap;
/* 684 */ 	text-overflow: ellipsis;
/* 685 */ 	margin: 0 0 3px;
/* 686 */ 	line-height: 12px
/* 687 */ }
/* 688 */ 
/* 689 */ .mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
/* 690 */ 	font-size: 12px;
/* 691 */ 	line-height: 12px;
/* 692 */ 	margin: 3px 0 4px;
/* 693 */ 	display: block;
/* 694 */ 	white-space: nowrap;
/* 695 */ 	text-overflow: ellipsis
/* 696 */ }
/* 697 */ 
/* 698 */ .mejs-captions-layer {
/* 699 */ 	position: absolute;
/* 700 */ 	bottom: 0;

/* mediaelementplayer.css */

/* 701 */ 	left: 0;
/* 702 */ 	text-align: center;
/* 703 */ 	line-height: 20px;
/* 704 */ 	font-size: 16px;
/* 705 */ 	color: #ccc
/* 706 */ }
/* 707 */ 
/* 708 */ .mejs-captions-layer a {
/* 709 */ 	color: #ccc;
/* 710 */ 	text-decoration: underline
/* 711 */ }
/* 712 */ 
/* 713 */ .mejs-captions-layer[lang=ar] {
/* 714 */ 	font-size: 20px;
/* 715 */ 	font-weight: 400
/* 716 */ }
/* 717 */ 
/* 718 */ .mejs-captions-position {
/* 719 */ 	position: absolute;
/* 720 */ 	width: 100%;
/* 721 */ 	bottom: 15px;
/* 722 */ 	left: 0
/* 723 */ }
/* 724 */ 
/* 725 */ .mejs-captions-position-hover {
/* 726 */ 	bottom: 35px
/* 727 */ }
/* 728 */ 
/* 729 */ .mejs-captions-text {
/* 730 */ 	padding: 3px 5px;
/* 731 */ 	background: url(../../../themes/maithiri-theme/css/mediaelement/background.png);
/* 732 */ 	background: rgba(20, 20, 20, .5);
/* 733 */ 	white-space: pre-wrap
/* 734 */ }
/* 735 */ 
/* 736 */ .me-cannotplay {}
/* 737 */ 
/* 738 */ .me-cannotplay a {
/* 739 */ 	color: #ccc;
/* 740 */ 	font-weight: 700
/* 741 */ }
/* 742 */ 
/* 743 */ .me-cannotplay span {
/* 744 */ 	padding: 15px;
/* 745 */ 	display: block
/* 746 */ }
/* 747 */ 
/* 748 */ .mejs-controls .mejs-loop-off button {
/* 749 */ 	background-position: -64px -16px
/* 750 */ }

/* mediaelementplayer.css */

/* 751 */ 
/* 752 */ .mejs-controls .mejs-loop-on button {
/* 753 */ 	background-position: -64px 0
/* 754 */ }
/* 755 */ 
/* 756 */ .mejs-controls .mejs-backlight-off button {
/* 757 */ 	background-position: -80px -16px
/* 758 */ }
/* 759 */ 
/* 760 */ .mejs-controls .mejs-backlight-on button {
/* 761 */ 	background-position: -80px 0
/* 762 */ }
/* 763 */ 
/* 764 */ .mejs-controls .mejs-picturecontrols-button {
/* 765 */ 	background-position: -96px 0
/* 766 */ }
/* 767 */ 
/* 768 */ .mejs-contextmenu {
/* 769 */ 	position: absolute;
/* 770 */ 	width: 150px;
/* 771 */ 	padding: 10px;
/* 772 */ 	border-radius: 4px;
/* 773 */ 	top: 0;
/* 774 */ 	left: 0;
/* 775 */ 	background: #fff;
/* 776 */ 	border: solid 1px #999;
/* 777 */ 	z-index: 1001
/* 778 */ }
/* 779 */ 
/* 780 */ .mejs-contextmenu .mejs-contextmenu-separator {
/* 781 */ 	height: 1px;
/* 782 */ 	font-size: 0;
/* 783 */ 	margin: 5px 6px;
/* 784 */ 	background: #333
/* 785 */ }
/* 786 */ 
/* 787 */ .mejs-contextmenu .mejs-contextmenu-item {
/* 788 */ 	font-family: Helvetica, Arial;
/* 789 */ 	font-size: 12px;
/* 790 */ 	padding: 4px 6px;
/* 791 */ 	cursor: pointer;
/* 792 */ 	color: #333
/* 793 */ }
/* 794 */ 
/* 795 */ .mejs-contextmenu .mejs-contextmenu-item:hover {
/* 796 */ 	background: #2C7C91;
/* 797 */ 	color: #ccc
/* 798 */ }
/* 799 */ 
/* 800 */ .mejs-controls .mejs-sourcechooser-button {

/* mediaelementplayer.css */

/* 801 */ 	position: relative
/* 802 */ }
/* 803 */ 
/* 804 */ .mejs-controls .mejs-sourcechooser-button button {
/* 805 */ 	background-position: -128px 0
/* 806 */ }
/* 807 */ 
/* 808 */ .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
/* 809 */ 	visibility: hidden;
/* 810 */ 	position: absolute;
/* 811 */ 	bottom: 26px;
/* 812 */ 	right: -10px;
/* 813 */ 	width: 130px;
/* 814 */ 	height: 100px;
/* 815 */ 	background: url(../../../themes/maithiri-theme/css/mediaelement/background.png);
/* 816 */ 	background: rgba(50, 50, 50, .7);
/* 817 */ 	border: solid 1px transparent;
/* 818 */ 	padding: 10px;
/* 819 */ 	overflow: hidden;
/* 820 */ 	-webkit-border-radius: 0;
/* 821 */ 	-moz-border-radius: 0;
/* 822 */ 	border-radius: 0
/* 823 */ }
/* 824 */ 
/* 825 */ .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
/* 826 */ 	margin: 0;
/* 827 */ 	padding: 0;
/* 828 */ 	display: block;
/* 829 */ 	list-style-type: none!important;
/* 830 */ 	overflow: hidden
/* 831 */ }
/* 832 */ 
/* 833 */ .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
/* 834 */ 	margin: 0 0 6px;
/* 835 */ 	padding: 0;
/* 836 */ 	list-style-type: none!important;
/* 837 */ 	display: block;
/* 838 */ 	color: #ccc;
/* 839 */ 	overflow: hidden
/* 840 */ }
/* 841 */ 
/* 842 */ .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
/* 843 */ 	clear: both;
/* 844 */ 	float: left;
/* 845 */ 	margin: 3px 3px 0 5px
/* 846 */ }
/* 847 */ 
/* 848 */ .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
/* 849 */ 	width: 100px;
/* 850 */ 	float: left;

/* mediaelementplayer.css */

/* 851 */ 	padding: 4px 0 0;
/* 852 */ 	line-height: 15px;
/* 853 */ 	font-family: helvetica, arial;
/* 854 */ 	font-size: 10px
/* 855 */ }
/* 856 */ 
/* 857 */ .mejs-postroll-layer {
/* 858 */ 	position: absolute;
/* 859 */ 	bottom: 0;
/* 860 */ 	left: 0;
/* 861 */ 	width: 100%;
/* 862 */ 	height: 100%;
/* 863 */ 	background: url(../../../themes/maithiri-theme/css/mediaelement/background.png);
/* 864 */ 	background: rgba(50, 50, 50, .7);
/* 865 */ 	z-index: 1000;
/* 866 */ 	overflow: hidden
/* 867 */ }
/* 868 */ 
/* 869 */ .mejs-postroll-layer-content {
/* 870 */ 	width: 100%;
/* 871 */ 	height: 100%
/* 872 */ }
/* 873 */ 
/* 874 */ .mejs-postroll-close {
/* 875 */ 	position: absolute;
/* 876 */ 	right: 0;
/* 877 */ 	top: 0;
/* 878 */ 	background: url(../../../themes/maithiri-theme/css/mediaelement/background.png);
/* 879 */ 	background: rgba(50, 50, 50, .7);
/* 880 */ 	color: #ccc;
/* 881 */ 	padding: 4px;
/* 882 */ 	z-index: 100;
/* 883 */ 	cursor: pointer
/* 884 */ }
/* 885 */ 
/* 886 */ div.mejs-speed-button {
/* 887 */ 	width: 46px!important;
/* 888 */ 	position: relative
/* 889 */ }
/* 890 */ 
/* 891 */ .mejs-controls .mejs-button.mejs-speed-button button {
/* 892 */ 	background: transparent;
/* 893 */ 	width: 36px;
/* 894 */ 	font-size: 11px;
/* 895 */ 	line-height: normal;
/* 896 */ 	color: #ccc
/* 897 */ }
/* 898 */ 
/* 899 */ .mejs-controls .mejs-speed-button .mejs-speed-selector {
/* 900 */ 	display: none;

/* mediaelementplayer.css */

/* 901 */ 	position: absolute;
/* 902 */ 	top: -100px;
/* 903 */ 	left: -10px;
/* 904 */ 	width: 60px;
/* 905 */ 	height: 100px;
/* 906 */ 	background: url(../../../themes/maithiri-theme/css/mediaelement/background.png);
/* 907 */ 	background: rgba(50, 50, 50, .7);
/* 908 */ 	border: solid 1px transparent;
/* 909 */ 	padding: 0;
/* 910 */ 	overflow: hidden;
/* 911 */ 	-webkit-border-radius: 0;
/* 912 */ 	-moz-border-radius: 0;
/* 913 */ 	border-radius: 0
/* 914 */ }
/* 915 */ 
/* 916 */ .mejs-controls .mejs-speed-button:hover>.mejs-speed-selector {
/* 917 */ 	display: block
/* 918 */ }
/* 919 */ 
/* 920 */ .mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
/* 921 */ 	color: rgba(33, 248, 248, 1)
/* 922 */ }
/* 923 */ 
/* 924 */ .mejs-controls .mejs-speed-button .mejs-speed-selector ul {
/* 925 */ 	margin: 0;
/* 926 */ 	padding: 0;
/* 927 */ 	display: block;
/* 928 */ 	list-style-type: none!important;
/* 929 */ 	overflow: hidden
/* 930 */ }
/* 931 */ 
/* 932 */ .mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
/* 933 */ 	margin: 0 0 6px;
/* 934 */ 	padding: 0 10px;
/* 935 */ 	list-style-type: none!important;
/* 936 */ 	display: block;
/* 937 */ 	color: #ccc;
/* 938 */ 	overflow: hidden
/* 939 */ }
/* 940 */ 
/* 941 */ .mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
/* 942 */ 	clear: both;
/* 943 */ 	float: left;
/* 944 */ 	margin: 3px 3px 0 5px;
/* 945 */ 	display: none
/* 946 */ }
/* 947 */ 
/* 948 */ .mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
/* 949 */ 	width: 60px;
/* 950 */ 	float: left;

/* mediaelementplayer.css */

/* 951 */ 	padding: 4px 0 0;
/* 952 */ 	line-height: 15px;
/* 953 */ 	font-family: helvetica, arial;
/* 954 */ 	font-size: 11.5px;
/* 955 */ 	color: #ccc;
/* 956 */ 	margin-left: 5px;
/* 957 */ 	cursor: pointer
/* 958 */ }
/* 959 */ 
/* 960 */ .mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
/* 961 */ 	background-color: #c8c8c8!important;
/* 962 */ 	background-color: rgba(255, 255, 255, .4)!important
/* 963 */ }
/* 964 */ 
/* 965 */ .mejs-controls .mejs-button.mejs-jump-forward-button {
/* 966 */ 	background: transparent url(../../../themes/maithiri-theme/css/mediaelement/jumpforward.png) no-repeat;
/* 967 */ 	background-position: 3px 3px
/* 968 */ }
/* 969 */ 
/* 970 */ .mejs-controls .mejs-button.mejs-jump-forward-button button {
/* 971 */ 	background: transparent;
/* 972 */ 	font-size: 9px;
/* 973 */ 	line-height: normal;
/* 974 */ 	color: #ccc
/* 975 */ }
/* 976 */ 
/* 977 */ .mejs-controls .mejs-button.mejs-skip-back-button {
/* 978 */ 	background: transparent url(../../../themes/maithiri-theme/css/mediaelement/skipback.png) no-repeat;
/* 979 */ 	background-position: 3px 3px
/* 980 */ }
/* 981 */ 
/* 982 */ .mejs-controls .mejs-button.mejs-skip-back-button button {
/* 983 */ 	background: transparent;
/* 984 */ 	font-size: 9px;
/* 985 */ 	line-height: normal;
/* 986 */ 	color: #ccc
/* 987 */ }