div-audio, div-video { line-height: 1.6; color: #666; border: 1px solid #2c2c2c; background-color: #eeeeee; position: relative; }

div-video div-jplayer { min-height: 270px; }
.one_third div-video div-jplayer { min-height: 150px; }
.one_fourth div-video div-jplayer { min-height: 120px; }

div-video-270p { width: 480px; }

div-video-resp { width: 99.5%; }

div-video-full { position: static !important; position: relative; }

.jp-view-container { position: relative; }
.jp-view-container .jp-video-play { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

div-jplayer video { display: block; }
div-jplayer object { min-height: 270px; }

div-video-full div-jplayer { top: 0; left: 0; position: fixed !important; overflow: hidden; z-index: 1000; position: relative; overflow: hidden; }
div-video-full div-gui { position: fixed !important; position: static; bottom: 0; left: 0; width: 100%; height: 36px; z-index: 1001; }
div-video-full div-interface { position: absolute !important; bottom: 0; left: 0; z-index: 1000; }

/* controls container */
div-interface { position: relative; background-color: #3d3d3d; width: 100%; height: 36px; border-top: 1px solid #2c2c2c; }

/* controls */
div-interface ul { list-style-type: none; margin: 0; padding: 0; overflow: hidden; display: inline-block; height: 36px; text-align: center; }
div-interface ul li { margin: 0; }
div-interface ul li a { line-height: 36px; width: 36px; display: block; text-indent: -9999px; }

.jp-play-controls { border-right: 1px solid #2c2c2c; float: left; }

a-play, a-pause, a-full-screen, a-mute, a-unmute, a-volume-max, div-volume-bar, a-restore-screen, a-repeat, a-repeat-off, a-shuffle, a-shuffle-off, div-volume-bar-value { background: url("dark-player.controls.png") 0 0 no-repeat; }

a-play { background-position: 0     0; }

a-play:hover { background-position: -40px 0; }

a-pause { background-position: 0 -40px; display: none; }

a-pause:hover { background-position: -40px -40px; }

/*  progress bar */
div-progress-container { margin-left: 40px; margin-right: 90px; height: 36px; }

div-progress { overflow: hidden; margin: 13px 10px; background: #292929; }

div-audio div-progress { height: 10px; }

div-video div-progress { height: 10px; }

div-seek-bar { background: #2c2c2c; width: 0px; height: 100%; cursor: pointer; }

div-play-bar { background: #cecece; width: 0px; height: 100%; }

div-seeking-bg { background: url("jplayer.blue.seeking.gif"); }

/* VOLUME and TOGGLE fullscreen */
.jp-volume-toggle { position: absolute; right: 0; top: 1px; border-left: 1px solid #2c2c2c; width: 85px; }

/* volume controls */
.jp-volume-container { height: 36px; float: left; }

.jp-volume-controls { float: left; margin-right: -8px !important; }

div-volume-bar { overflow: hidden; background-position: 0 -250px; width: 30px; height: 10px; cursor: pointer; margin: 13px 2px 13px 10px; display: inline-block; }

div-volume-bar-value { background-position: 0 -260px; width: 0px; height: 10px; }

a-mute { background-position: 0px -160px; }
a-mute:hover { background-position: -40px -160px; }

a-unmute { background-position: 0px -200px; display: none; }
a-unmute:hover { background-position: -40px -200px; }

a-volume-max { background-position: 0 -186px; }
a-volume-max:hover { background-position: -19px -186px; }

div-current-time { width: 44px; line-height: 36px; float: left; font-size: 11px; text-align: center; }

div-video-play { position: absolute; top: 0; left: 0; width: 100%; cursor: pointer; background-color: rgba(255, 255, 255, 0.5); }

div-video-270p div-video-play { height: 270px; }

div-video-360p div-video-play { height: 360px; }

div-video-full div-video-play { height: 100%; z-index: 1000; }

a-video-play-icon { position: absolute; display: block; width: 60px; height: 40px; margin-left: -30px; margin-top: -20px; left: 50%; top: 50%; text-indent: -9999px; background: url("dark-video-play.png") 0px -50px no-repeat; }

a-video-play-icon:hover { background-position: 0px 0px; }

div-jplayer audio, div-jplayer { width: 0px; height: 0px; background-color: #3d3d3d; position: relative; }

/* toggle */
ul-toggles { float: right; }

a-full-screen { background-position: 0 -80px; }

a-full-screen:hover { background-position: -40px -80px; }

a-restore-screen { background-position: -60px -310px; }

a-restore-screen:hover { background-position: -90px -310px; }

a-repeat { background-position: 0 -290px; }

a-repeat:hover { background-position: -30px -290px; }

a-repeat-off { background-position: -60px -290px; }

a-repeat-off:hover { background-position: -90px -290px; }

a-shuffle { background-position: 0 -270px; }

a-shuffle:hover { background-position: -30px -270px; }

a-shuffle-off { background-position: -60px -270px; }

a-shuffle-off:hover { background-position: -90px -270px; }

/* NO SOLUTION error feedback */
.jp-no-solution { position: absolute; width: 390px; margin-left: -202px; left: 50%; top: 10px; padding: 5px; font-size: .8em; background-color: #eee; border: 2px solid #009be3; color: #000; display: none; }
.jp-no-solution a { color: #000; }
.jp-no-solution span { font-size: 1em; display: block; text-align: center; font-weight: bold; }

/* Light Skin */
.jp-light-audio, .jp-light-video { border: 1px solid #eeeeee; background-color: #2c2c2c; }
.jp-light div-interface { background-color: #f8f8f8; border-top: 1px solid #eeeeee; }
.jp-light .jp-play-controls { border-right: 1px solid #eeeeee; }
.jp-light div-progress { background: #e0e0e0; }
.jp-light div-seek-bar { background: #eeeeee; }
.jp-light div-play-bar { background: #3d3d3d; }
.jp-light .jp-volume-toggle { border-left: 1px solid #eeeeee; }
.jp-light div-jplayer audio, .jp-light div-jplayer { background-color: #f8f8f8; }
.jp-light a-play, .jp-light a-pause, .jp-light a-full-screen, .jp-light a-mute, .jp-light a-unmute, .jp-light a-volume-max, .jp-light div-volume-bar, .jp-light a-restore-screen, .jp-light a-repeat, .jp-light a-repeat-off, .jp-light a-shuffle, .jp-light a-shuffle-off, .jp-light div-volume-bar-value { background-image: url("light-player.controls.png"); }
.jp-light a-video-play-icon { background-image: url("light-video-play.png"); }
.jp-light div-video-play { background-color: rgba(255, 255, 255, 0.65); }

div-audio div-interface { border-top-color: transparent; }

@media only screen and (max-width: 649px) { div-video div-jplayer { min-height: 145px; } }
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
