/* Start: CONTROL BAR */
.mejs-container.mejs-ill {

}
.mejs-ill .mejs-controls {
  position: absolute;
  background: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  left: 0;
  background: #f4f5f8;
  height: 57px;
  width: 100%;
}
.mejs-ill.mejs-video .mejs-controls {
  bottom: -57px;
}
.mejs-ill.mejs-audio .mejs-controls {
  bottom: 0;
}

.mejs-ill .mejs-controls .mejs-button button:focus {
  outline: 0;
}

.mejs-ill .mejs-controls div {
  list-style-type: none;
  background-image: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  height: 45px;
  font-size: 11px;
  line-height: 11px;
  background: 0;
  font-family: Helvetica, Arial;
  border: 0;
}

.mejs-ill .mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  padding: 0;
  margin: 0;
  position: absolute;
  border: 0;
  background: transparent url(../controls-ill.svg?v=2) no-repeat;
  outline: 0;
}
.mejs-ill .mejs-controls .mejs-button button:active,
.mejs-ill .mejs-controls .mejs-button button:focus/*, .mejs-controls .mejs-button button:hover*/ {
  outline: 0;
}
.mejs-ill.no-svg .mejs-controls .mejs-button button {
  background-image: url(../controls-ill.png?v=2);
}
/* End: CONTROL BAR */

/* Start: Play/pause */
.mejs-ill .mejs-controls .mejs-play,
.mejs-ill .mejs-controls .mejs-pause {
  width: 20px;
  margin: 0 15px;
}

.mejs-ill .mejs-controls .mejs-play button,
.mejs-ill .mejs-controls .mejs-pause button {
  width: 20px;
  height: 26px;
  top: 10px;
}

.mejs-ill .mejs-controls .mejs-play button {
  background-position: -3px -71px;
}

.mejs-ill .mejs-controls .mejs-play button:hover {
  background-position: -26px -71px;
}

.mejs-ill .mejs-controls .mejs-pause button {
  background-position: -72px -70px;
}

.mejs-ill .mejs-controls .mejs-pause button:hover {
  background-position: -95px -70px;
}
/* End: Play/pause */

/* End: Play/pause */

/* Start: Go back/forward 10 sec */
.mejs-ill .mejs-controls .mejs-back-button,
.mejs-ill .mejs-controls .mejs-forward-button {
  width: 8px;
  margin: 0 15px;
}

.mejs-ill .mejs-controls .mejs-back-button button,
.mejs-ill .mejs-controls .mejs-forward-button button {
  width: 8px;
  height: 11px;
  top: 17px;
}

.mejs-ill .mejs-controls .mejs-back-button button {
  background-position: -33px -59px;
}

.mejs-ill .mejs-controls .mejs-back-button button:hover {
  background-position: -43px -59px;
}

.mejs-ill .mejs-controls .mejs-forward-button button {
  background-position: -3px -59px;
}

.mejs-ill .mejs-controls .mejs-forward-button button:hover {
  background-position: -13px -59px;
}
/* End: Go back/forward 10 sec */

/* Start: Mute/Volume */
.mejs-ill .mejs-controls .mejs-volume-wrapper {
  max-width: 128px;
  overflow: hidden;
  width: 118px;
  margin: 0 18px;
}

.mejs-ill .mejs-controls .mejs-volume-wrapper.expanded {
  background: none repeat scroll 0 0 #808080;
}
.mejs-ill .mejs-controls .mejs-volume-button {
  width: 19px;
  padding-left: 8px;
}
.mejs-ill .mejs-controls .mejs-volume-button button {
  width: 19px;
  height: 17px;
  top: 14px;
}
.mejs-ill .mejs-controls .mejs-mute button {
  background-position: -90px -1px;
}
.mejs-ill .mejs-controls .mejs-mute.medium button {
  background-position: -112px -1px;
}
.mejs-ill .mejs-controls .mejs-mute.quiet button {
  background-position: -135px -1px;
}
.mejs-ill .mejs-controls .mejs-volume-wrapper.expanded .mejs-mute button {
  background-position: -3px -1px;
}
.mejs-ill .mejs-controls .mejs-volume-wrapper.expanded .mejs-mute.medium button {
  background-position: -24px -1px;
}
.mejs-ill .mejs-controls .mejs-volume-wrapper.expanded .mejs-mute.quiet button {
  background-position: -47px -1px;
}
.mejs-ill .mejs-controls .mejs-unmute button {
  background-position: -155px -1px;
}
.mejs-ill .mejs-controls .mejs-unmute.mejs-volume-expanded button {
  background-position: -68px -1px;
}
.mejs-ill .mejs-controls .mejs-volume-button {
  position: relative;
}

.mejs-ill .mejs-controls .mejs-volume-button:hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.mejs-ill .mejs-controls .mejs-volume-button.mejs-volume-expanded {
  background: none;
  background: #808080;
}

.mejs-ill .mejs-controls div.mejs-horizontal-volume-slider {
  height: 43px;
  width: 90px;
  position: relative;
  background: #808080;
}

.mejs-ill .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  position: absolute;
  left: 5px;
  top: 19px;
  width: 75px;
  height: 6px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  background: none;
  background: #fff;
}

.mejs-ill .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  left: 5px;
  top: 19px;
  width: 75px;
  height: 6px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  background: none;
  background: #00f3ff;
}

.mejs-ill .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  position: absolute;
  display: block;
  top: 13px;
  width: 5px;
  height: 18px;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1px;
  background: none;
  background: #c4c4c4;
}

/* End: Mute/Volume */

/* Start: Progress bar */
.mejs-ill .mejs-controls div.nouse-sections.mejs-time-rail {
  height: 12px;
  width: 100%;
  position: relative;
  padding: 0;
}
.mejs-ill .mejs-controls div.mejs-time-rail {
  width: 100%;
  position: relative;
}

.mejs-ill .nouse-sections.mejs-time-rail {
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
}

.mejs-ill .mejs-controls .nouse-sections.mejs-time-rail span {
  height: 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mejs-ill .mejs-controls .nouse-sections.mejs-time-rail .mejs-time-handle-current {
  width: 35px;
}
.mejs-ill .mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 0;
  background: none;
  background-color: #A8A8A8;
  filter: none;
}

.mejs-ill .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: none;
  background-color: #808080;
  width: 0;
  filter: none;
}

.mejs-ill .mejs-controls .mejs-time-rail .mejs-time-current {
  width: 0;
  background: none;
  background: #00f4ff;
  filter: none;
}

.mejs-ill .mejs-controls .mejs-time-rail .mejs-time-handle {
  position: absolute;
  display: block;
  margin: 0;
  width: 35px;
  height: 15px;
  top: 12px;
  left: 0; /* to fix strange effect after start */
  left: -18px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
  background: url(../controls-ill.svg?v=2) no-repeat -153px -22px #000;
  color: #FFF;
  text-align: center;
  filter: none;
}
.mejs-ill .mejs-controls .mejs-time-rail .mejs-time-handle.touchable {
  display: inline-block;
  top: -11px;
  width: 35px;
  height: 30px;
  background: none no-repeat 0 0 transparent;
}

.mejs-ill .mejs-controls .mejs-time-rail .mejs-time-handle .corner {
  left: 15px;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 100%;
  border-bottom: 3px solid #000;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}

.mejs-ill.no-svg .mejs-time-rail .mejs-time-handle {
  background-image: url(../controls-ill.png?v=2);
}

/* End: Progress bar */

/* Start: Time (current / duration) */
.mejs-ill .mejs-controls .mejs-time {
  height: 45px;
  line-height: 45px;
  display: block;
  overflow: hidden;
  text-align: center;
  padding: 0;
  margin: 0 18px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.mejs-ill .mejs-controls .mejs-time span {
  color: #9D9D9D;
  font-size: 11px;
  font-weight: 300;
  line-height: 45px;
  text-align: left;
  margin: 1px 2px 0 0;
  margin: 0;
  width: auto;
  padding: 0 1px;
}
.mejs-ill .mejs-controls .mejs-time .mejs-currenttime {
  color: #00ACED;
}
.mejs-ill .mejs-controls .mejs-time .mejs-duration {
  color: #9D9D9D;
}
/* panel for custom buttons */
.mejs-ill .mejs-controls .mejs-outeraddons,
.mejs-ill .mejs-controls .mejs-controls-leftpanel {
  position: absolute;
  top: 0;
  right: 0;
  height: 45px;
  width: auto;
}

/* pin/unpin buttons */
.mejs-ill .mejs-controls .mejs-pinunpin {
  width: 21px;
  margin: 0 15px;
}
.mejs-ill .mejs-controls .mejs-pinunpin button {
  width: 21px;
  height: 20px;
  top: 13px;
}
.mejs-ill .mejs-controls .mejs-pinunpin.pinned button,
.mejs-ill .mejs-controls .mejs-pinunpin.unpinned button {
  background-position: -377px -38px;
}
.mejs-ill .mejs-controls .mejs-pinunpin.pinned button:hover,
.mejs-ill .mejs-controls .mejs-pinunpin.unpinned button:hover {
  background-position: -398px -38px;
}
/* notes */
.mejs-ill .mejs-controls .mejs-shownotes {
  width: 24px;
  margin: 0 15px;
}
.mejs-ill .mejs-controls .mejs-shownotes button {
  top: 13px;
  width: 22px;
  height: 20px;
  background-position: -104px -37px;
}
.mejs-ill .mejs-controls .mejs-shownotes.active button,
.mejs-ill .mejs-controls .mejs-shownotes.active button:hover {
  background-position: -153px -37px;
}
.mejs-ill .mejs-controls .mejs-shownotes button:hover {
  background-position: -129px -37px;
}
.mejs-ill .mejs-controls .mejs-shownotes.locked button {
  background-position: -178px -37px;
}
/* mpl */
.mejs-ill .mejs-controls .mejs-mpl {
  width: 23px;
  margin: 0 15px;
}
.mejs-ill .mejs-controls .mejs-mpl button {
  background-position: -3px -38px;
  top: 13px;
  width: 22px;
  height: 20px;
}
.mejs-ill .mejs-controls .mejs-mpl button:hover {
  background-position: -28px -38px;
}
.mejs-ill .mejs-controls .mejs-mpl.active button,
.mejs-ill .mejs-controls .mejs-mpl.active button:hover {
  background-position: -53px -38px;
}
/* End: Time (current / duration) */


/* SPEED */
.mejs-ill .mejs-controls .mejs-speed {
  width: 35px;
  position: relative;
}

.mejs-ill .mejs-speed-wrapper {
  position: absolute;
  top: 15px;
  cursor: pointer;
}

.mejs-ill .mejs-speed-wrapper .mejs-speed-list {
  display: none;
  z-index: 48;
}

.mejs-ill .mejs-speed-wrapper.expanded .mejs-speed-list {
  display: inline-block;
  width: 110px;
  position: absolute;
  left: -37px;
  bottom: 15px;
  padding-bottom: 10px;
  background-color: transparent;
}

.mejs-ill .mejs-speed-wrapper .mejs-speed-list .tiny-line {
  height: 5px;
  background: none;
  background-color: transparent;
  position: relative;
}
.mejs-ill .mejs-speed-wrapper .mejs-speed-list .tiny-line .corner {
  display: inline-block;
  width: 0;
  height: 0;
  line-height: 0px;
  position: absolute;
  left: 50px;
  border-top: 4px solid #353535;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  background-color: transparent;
  background-image: none;
}

.mejs-ill .mejs-speed-wrapper .mejs-speed-list span {
  display: block;
  height: 20px;
  line-height: 20px;
  color: #FFF;
  text-align: center;
  font-weight: 300;
  background: url(../bg_playermenu.png);
}

.mejs-ill .mejs-speed-wrapper .mejs-speed-list .mejs-speed-tip {
  font-weight: 600;
}

.mejs-ill .mejs-speed-wrapper .mejs-speed-list .mejs-speed-item {
  display: inline-block;
  width: 55px;
}

.mejs-ill .mejs-speed-wrapper .mejs-speed-item:hover {
  background-color: #A8A8A8;
}

.mejs-ill .mejs-speed-wrapper .mejs-speed-list .lineh6px {
  display: block;
  height: 6px;
}

.mejs-ill .mejs-speed-wrapper .mejs-speed-title {
  display: inline-block;
  width: 35px;
  height: 15px;
  line-height: 15px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  font-weight: 300;
  background-color: #808080;
  color: #FFF;
}

.mejs-ill .mejs-speed-wrapper .mejs-speed-title:hover {
  background-color: #454748;
}

.mejs-ill .mejs-speed-wrapper.expanded .mejs-speed-title,
.mejs-ill .mejs-speed-wrapper.expanded .mejs-speed-title:hover {
  background-color: #ED1C24;
}

/* few tricks hacks for popup mode */

.popup .mejs-ill.mejs-audio .mejs-speed-wrapper.expanded .mejs-speed-list {
  top: 15px;
  bottom: auto;
}
.popup .mejs-ill.mejs-audio .mejs-speed-wrapper .mejs-speed-list .tiny-line .corner {
  border-style: solid;
  border-width: 0 4px 5px;
  border-color: transparent transparent #353535;
}
.popup .mejs-ill.mejs-audio .mejs-speed-wrapper .mejs-speed-list .tiny-line {
  position: absolute;
  top: 10px;
}
.popup .mejs-ill.mejs-audio .mejs-speed-wrapper .mejs-speed-list .lineh6px {
  height: 0;
}
.popup .mejs-ill.mejs-audio .mejs-speed-wrapper .mejs-speed-list .mejs-speed-tip {
  padding-top: 6px;
}
.popup .mejs-ill.mejs-audio .mejs-speed-wrapper.expanded .mejs-speed-list {
  padding-bottom: 0;
  padding-top: 15px;
}

/* END SPEED */


/* HELP */
.mejs-ill .mejs-controls .mejs-help {
  width: 20px;
  margin: 0 15px;
  position: relative;
}

.mejs-ill .mejs-help-wrapper {
  position: absolute;
  top: 12px;
  cursor: pointer;
}

.mejs-ill .mejs-help-wrapper .mejs-help-list {
  display: none;
  width: 330px;
  z-index: 48;
  position: absolute;
  left: -156px;
  bottom: 19px;
  padding-bottom: 6px;
  background-color: transparent;
}

.mejs-ill .mejs-help-wrapper.expanded .mejs-help-list {
  display: inline-block;
}

.mejs-ill .mejs-help-wrapper .mejs-help-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/static/js/mejs-illplayer/controls-ill.svg?v=2) -203px -38px no-repeat transparent;
}

.no-svg .mejs-ill .mejs-help-wrapper .mejs-help-icon {
  background-image: url(/static/js/mejs-illplayer/controls-ill.png?v=2);
}

.mejs-ill .mejs-help-wrapper .mejs-help-icon:hover {
  background-position: -225px -38px;
}

.mejs-ill .mejs-help-wrapper.expanded .mejs-help-icon,
.mejs-ill .mejs-help-wrapper.expanded .mejs-help-icon:hover {
  background-position: -247px -38px;
}

.mejs-ill .mejs-help-wrapper .mejs-help-list .tiny-line {
  display: block;
  height: 7px;
  background: none;
  background-color: transparent;
  position: relative;
}
.mejs-ill .mejs-help-wrapper .mejs-help-list .tiny-line .corner {
  display: inline-block;
  width: 0;
  height: 0;
  line-height: 0px;
  position: absolute;
  left: 160px;
  bottom: 3px;
  border-top: 4px solid #353535;
  border-left: 4px solid #f4f5f8;
  border-right: 4px solid #f4f5f8;
  background-color: transparent;
}

.mejs-ill .mejs-help-wrapper .mejs-help-list span {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  color: #FFF;
  text-align: left;
  font-weight: 300;
  overflow: hidden;
  white-space: nowrap;
  background: url(../bg_playermenu.png);
}

.mejs-ill .mejs-help-wrapper .mejs-help-list .mejs-help-tip {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: 600;
}

.mejs-ill .mejs-help-wrapper .mejs-help-list .mejs-help-key {
  width: 40px;
  padding: 0 0 0 12px;
  font-weight: 600;
}

.mejs-ill .mejs-help-wrapper .mejs-help-list .mejs-help-item {
  width: 110px;
  padding: 0 3px 0 0;
}

.mejs-ill .mejs-help-wrapper .mejs-help-list .lineh8px {
  display: block;
  height: 8px;
}
/* popup hacks */

.popup .mejs-ill.mejs-audio .mejs-help-wrapper .mejs-help-list {
  padding-bottom: 0;
  padding-top: 14px;
  left: -256px;
  top: 19px;
}
.popup .mejs-ill.mejs-video .mejs-help-wrapper .mejs-help-list {
  left: -256px;
}
.popup .mejs-ill.mejs-audio .mejs-help-wrapper .mejs-help-list .tiny-line {
  position: absolute;
  top: 9px;
  width: inherit;
  height: 5px;
}
.popup .mejs-ill.mejs-audio .mejs-help-wrapper .mejs-help-list .tiny-line .corner {
  left: 262px;
  background-image: none;
  background-color: transparent;
  border-style: solid;
  border-width: 0 4px 5px;
  border-color: transparent transparent #353535;
  bottom: 0;
}
.popup .mejs-ill.mejs-video .mejs-help-wrapper .mejs-help-list .tiny-line .corner {
  left: 262px;
}
/* END HELP */

.mejs-ill .mejs-controls .mejs-fullscreen-button {
  width: 20px;
  margin: 0 15px;
}
.mejs-ill .mejs-controls .mejs-fullscreen-button button {
  background-position: -290px -38px;
  width: 20px;
  height: 20px;
  top: 13px;
}
.mejs-ill .mejs-controls .mejs-fullscreen-button button:hover {
  background-position: -312px -38px;
}
.mejs-ill .mejs-controls .mejs-fullscreen-button.active button,
.mejs-ill .mejs-controls .mejs-fullscreen-button.active button:hover {
  background-position: -334px -38px;
}
.mejs-ill .mejs-controls .mejs-fullscreen-button.mejs-unfullscreen button,
.mejs-ill .mejs-controls .mejs-fullscreen-button.mejs-unfullscreen button:hover {
  background-position: -334px -38px;
}
.mejs-ill .mejs-overlay-loading span {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url(../video-loader.gif) 50% 50% no-repeat;
}









/* SMALL PLAYER */
.ill-onebuttonplayer {
  position: relative;
  display: inline-block;
}
.ill-onebuttonplayer .mejs-container {
  background-color: transparent;
}

.ill-onebuttonplayer .mejs-controls .mejs-button button:focus {
  outline: 0;
}

.ill-onebuttonplayer .mejs-container .mejs-controls {
  height: 20px;
  width: 21px;
  border: 0;
  background: none  0 0 transparent;
}

.ill-onebuttonplayer .mejs-container .mejs-controls div {
  margin: 0;
  padding: 0;
  top: 0;
}

.ill-onebuttonplayer .mejs-container .mejs-controls .mejs-play,
.ill-onebuttonplayer .mejs-container .mejs-controls .mejs-pause {
  width: 21px;
  height: 20px;
}

.ill-onebuttonplayer .mejs-controls .mejs-play button,
.ill-onebuttonplayer .mejs-controls .mejs-pause button {
  width: 21px;
  height: 20px;
  top: 0;
  background:
    url(/static/images/icons_sprites/icn_playintroduction.png)
    no-repeat transparent;
}

.ill-onebuttonplayer .mejs-controls .mejs-play button {
  background-position: 0 0;
}

.ill-onebuttonplayer .mejs-controls .mejs-pause button {
  background-position: -21px 0;
}
/* END SMALL PLAYER */



.ill-onebuttonplayer .mejs-container .mejs-controls .mejs-button button {
  margin: 0;
}
/* styles for 17x17 pixels onebuttonplayer */
.ill-onebuttonplayer.s17x17px {
  display: inline-block;
  position: relative;
  width: 17px;
  height: 17px;
}
.ill-onebuttonplayer.s17x17px .mejs-container .mejs-controls .mejs-play,
.ill-onebuttonplayer.s17x17px .mejs-container .mejs-controls .mejs-pause,
.ill-onebuttonplayer.s17x17px .mejs-container .mejs-controls,
.ill-onebuttonplayer.s17x17px .mejs-container .mejs-controls .mejs-button button {
  width: 17px;
  height: 17px;
}
.ill-onebuttonplayer.s17x17px .mejs-controls .mejs-play button {
  background: url("/static/images/icons_sprites/icn_audio.png") no-repeat scroll -51px 0 transparent;
}
.ill-onebuttonplayer.s17x17px .mejs-controls .mejs-play button:hover {
  background-position: 0 0;
}
.ill-onebuttonplayer.s17x17px .mejs-controls .mejs-pause button,
.ill-onebuttonplayer.s17x17px .mejs-controls .mejs-pause button:hover {
  background: url("/static/images/icons_sprites/icn_audio.png") no-repeat scroll -17px 0 transparent;
}

.ill-onebuttonplayer.s17x17px.locked,
.ill-onebuttonplayer.s17x17px.locked:hover {
  background: url("/static/images/icons_sprites/icn_audio.png") no-repeat scroll -34px 0 transparent;
}
.onebutton-ios-dummy-play.s17x17px {
  background: url("/static/images/icons_sprites/icn_audio.png") no-repeat scroll -51px 0 transparent;
}
.onebutton-ios-dummy-play.s17x17px:hover {
  background-position: 0 0;
}
.ill-onebuttonplayer.s17x17px .mejs-controls .mejs-button.onebutton-loading button {
  background: url(data:image/gif;base64,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) no-repeat transparent 0 0 !important;
}
/* styles for 21x20 onebuttonplayer */
.ill-onebuttonplayer.s21x20px,
.ill-onebuttonplayer.s21x20px .mejs-container .mejs-controls .mejs-play,
.ill-onebuttonplayer.s21x20px .mejs-container .mejs-controls .mejs-pause,
.ill-onebuttonplayer.s21x20px .mejs-controls .mejs-play button,
.ill-onebuttonplayer.s21x20px .mejs-container .mejs-controls,
.ill-onebuttonplayer.s21x20px .mejs-controls .mejs-pause button {
  width: 21px;
  height: 20px;
}
.ill-onebuttonplayer.s21x20px .mejs-controls button {
  background: url("/static/images/icons_sprites/icn_playintroduction.png") no-repeat transparent;
}
.ill-onebuttonplayer.s21x20px .mejs-controls .mejs-play button {
  background-position: 0 0;
}
.ill-onebuttonplayer.s21x20px .mejs-controls .mejs-pause button {
  background-position: -21px 0;
}
.onebutton-ios-dummy-play.s21x20px {
  background: url("/static/images/icons_sprites/icn_playintroduction.png") no-repeat 0 0 transparent;
}
/* todo: styles for spinner icon */
