/* line 1, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-offscreen {
  /* Accessibility: hide screen reader texts (and prefer "top" for RTL languages).  Reference: http://blog.rrwd.nl/2015/04/04/the-screen-reader-text-class-why-and-how/ */
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 - no likey commas */
  clip: rect(1px, 1px, 1px, 1px);
  /* IE8-IE11 - we likey commas, no support for clip-path */
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
          clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* line 12, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-container {
  position: relative;
  background: #000;
  font-family: "Helvetica", Arial, serif;
  text-align: left;
  vertical-align: top;
  text-indent: 0;
}

/* line 21, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-fill-container, .mejs-fill-container .mejs-container {
  width: 100%;
  height: 100%;
}

/* line 26, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-fill-container {
  overflow: hidden;
}

/* line 30, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-container:focus {
  outline: none;
}

/* line 34, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.me-plugin {
  position: absolute;
}

/* line 38, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-embed, .mejs-embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden;
}

/* line 47, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-fullscreen {
  /* set it to not show scroll bars so 100% will work */
  overflow: hidden !important;
}

/* line 52, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000;
}

/* line 61, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  width: 100%;
  height: 100%;
}

/* line 67, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-clear {
  clear: both;
}

/* Start: LAYERS */
/* line 72, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-background {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 78, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 86, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* line 94, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
:root .mejs-poster img {
  display: none;
}

/* line 98, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-poster img {
  border: 0;
  padding: 0;
}

/* line 103, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 109, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-overlay-play {
  cursor: pointer;
}

/* line 113, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url(/bigplay.svg) no-repeat;
}

/* line 123, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.no-svg .mejs-overlay-button {
  background-image: url(/bigplay.png);
}

/* line 127, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px;
}

/* line 131, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: #333;
  background: url(/background.png);
  background: rgba(0, 0, 0, 0.9);
  background: linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
}

/* line 149, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-overlay-loading span {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url(/loading.gif) 50% 50% no-repeat;
}

/* End: LAYERS */
/* Start: CONTROL BAR */
/* line 159, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-container .mejs-controls {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  background: url(/background.png);
  background: rgba(0, 0, 0, 0.7);
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  height: 30px;
  width: 100%;
}

/* line 177, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-container .mejs-controls div {
  list-style-type: none;
  background-image: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  font-size: 11px;
  line-height: 11px;
  font-family: "Helvetica", Arial, serif;
  border: 0;
}

/* line 192, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  margin: 7px 5px;
  padding: 0;
  position: absolute;
  height: 16px;
  width: 16px;
  border: 0;
  background: transparent url(/controls.svg) no-repeat;
}

/* line 207, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.no-svg .mejs-controls .mejs-button button {
  background-image: url(/controls.png);
}

/* :focus for accessibility */
/* line 212, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-button button:focus {
  outline: dotted 1px #999;
}

/* End: CONTROL BAR */
/* Start: Time (Current / Duration) */
/* line 219, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-container .mejs-controls .mejs-time {
  color: #fff;
  display: block;
  height: 17px;
  width: auto;
  padding: 10px 3px 0 3px;
  overflow: hidden;
  text-align: center;
  box-sizing: content-box;
}

/* line 232, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-container .mejs-controls .mejs-time a {
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  display: block;
  float: left;
  margin: 1px 2px 0 0;
  width: auto;
}

/* End: Time (Current / Duration) */
/* Start: Play/Pause/Stop */
/* line 244, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-play button {
  background-position: 0 0;
}

/* line 248, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-pause button {
  background-position: 0 -16px;
}

/* line 252, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-stop button {
  background-position: -112px 0;
}

/* Start: Play/Pause/Stop */
/* Start: Progress Bar */
/* line 258, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls div.mejs-time-rail {
  direction: ltr;
  width: 200px;
  padding-top: 5px;
}

/* line 264, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-time-rail span, .mejs-controls .mejs-time-rail a {
  display: block;
  position: absolute;
  width: 180px;
  height: 10px;
  border-radius: 2px;
  cursor: pointer;
}

/* line 275, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 5px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
}

/* line 287, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-time-rail .mejs-time-buffering {
  width: 100%;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 15px 15px;
  animation: buffering-stripes 2s linear infinite;
}

@keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}

/* line 312, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #3caac8;
  background: rgba(60, 170, 200, 0.8);
  background: linear-gradient(rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  width: 0;
}

/* line 324, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  width: 0;
}

/* line 336, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center;
}

/* line 351, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  background: #eee;
  width: 36px;
  height: 17px;
  border: solid 1px #333;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111;
}

/* line 364, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0;
}

/* line 372, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent transparent;
  border-radius: 0;
  top: 15px;
  left: 13px;
}

/* line 387, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
  width: 48px;
}

/* line 391, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 44px;
}

/* line 395, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  left: 18px;
}

/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
	visibility:visible;
}
*/
/* End: Progress Bar */
/* Start: Fullscreen */
/* line 407, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-fullscreen-button button {
  background-position: -32px 0;
}

/* line 411, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-unfullscreen button {
  background-position: -32px -16px;
}

/* End: Fullscreen */
/* Start: Mute/Volume */
/* line 421, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-mute button {
  background-position: -16px -16px;
}

/* line 425, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-unmute button {
  background-position: -16px 0;
}

/* line 429, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-volume-button {
  position: relative;
}

/* line 433, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: url(/background.png);
  background: rgba(50, 50, 50, 0.7);
  border-radius: 0;
  top: -115px;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 0;
}

/* line 449, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-volume-button:hover {
  border-radius: 0 0 4px 4px;
}

/*
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
	display: block;
}
*/
/* line 461, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.5);
  margin: 0;
}

/* line 472, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  margin: 0;
}

/* line 483, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  left: 4px;
  top: -3px;
  width: 16px;
  height: 6px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  cursor: N-resize;
  border-radius: 1px;
  margin: 0;
}

/* horizontal version */
/* line 499, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls a.mejs-horizontal-volume-slider {
  height: 26px;
  width: 56px;
  position: relative;
  display: block;
  float: left;
  vertical-align: middle;
}

/* line 508, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  border-radius: 2px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
}

/* line 530, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  border-radius: 2px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
}

/* line 552, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: none;
}

/* End: Mute/Volume */
/* Start: Track (Captions and Chapters) */
/* line 559, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-captions-button {
  position: relative;
}

/* line 563, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-captions-button button {
  background-position: -48px 0;
}

/* line 566, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-captions-button .mejs-captions-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -51px;
  width: 85px;
  height: 100px;
  background: url(/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px 10px 0 10px;
  overflow: hidden;
  border-radius: 0;
}

/* line 583, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-captions-button:hover .mejs-captions-selector {
  visibility: visible;
}

/* line 587, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}

/* line 595, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}

/* line 604, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}

/* line 610, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
  width: 55px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: "Helvetica", Arial, serif;
  font-size: 10px;
}

/* line 619, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-captions-button .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px 0;
}

/* line 624, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  border-right: solid 1px #fff;
  width: 10000px;
  z-index: 1;
}

/* line 633, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-chapters .mejs-chapter {
  position: absolute;
  float: left;
  background: #222;
  background: rgba(0, 0, 0, 0.7);
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000);
  overflow: hidden;
  border: 0;
}

/* line 649, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-chapters .mejs-chapter .mejs-chapter-block {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  cursor: pointer;
}

/* line 659, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  border-right: none;
}

/* line 663, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  background: #666;
  background: rgba(102, 102, 102, 0.7);
  background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232);
}

/* line 675, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  font-size: 12px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px 0;
  line-height: 12px;
}

/* line 685, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 4px 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 694, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
}

/* line 704, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline;
}

/* line 709, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal;
}

/* line 714, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
}

/* line 721, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-captions-position-hover {
  bottom: 35px;
}

/* line 725, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-captions-text {
  padding: 0;
  background: url(/background.png);
  background: rgba(20, 20, 20, 0.5);
  white-space: pre-wrap;
  box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
}

/* End: Track (Captions and Chapters) */
/* Start: Error */
/* line 739, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.me-cannotplay a {
  color: #fff;
  font-weight: bold;
}

/* line 744, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.me-cannotplay span {
  padding: 15px;
  display: block;
}

/* End: Error */
/* Start: Loop */
/* line 752, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-loop-off button {
  background-position: -64px -16px;
}

/* line 756, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-loop-on button {
  background-position: -64px 0;
}

/* End: Loop */
/* Start: backlight */
/* line 763, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-backlight-off button {
  background-position: -80px -16px;
}

/* line 767, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-backlight-on button {
  background-position: -80px 0;
}

/* End: backlight */
/* Start: Picture Controls */
/* line 773, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0;
}

/* End: Picture Controls */
/* context menu */
/* line 780, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-contextmenu {
  position: absolute;
  width: 150px;
  padding: 10px;
  border-radius: 4px;
  top: 0;
  left: 0;
  background: #fff;
  border: solid 1px #999;
  z-index: 1001;
  /* make sure it shows on fullscreen */
}

/* line 791, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-contextmenu .mejs-contextmenu-separator {
  height: 1px;
  font-size: 0;
  margin: 5px 6px;
  background: #333;
}

/* line 798, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-contextmenu .mejs-contextmenu-item {
  font-family: "Helvetica", Arial, serif;
  font-size: 12px;
  padding: 4px 6px;
  cursor: pointer;
  color: #333;
}

/* line 805, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-contextmenu .mejs-contextmenu-item:hover {
  background: #2C7C91;
  color: #fff;
}

/* Start: Source Chooser */
/* line 811, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-sourcechooser-button {
  position: relative;
}

/* line 815, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-sourcechooser-button button {
  background-position: -128px 0;
}

/* line 819, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url(/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  border-radius: 0;
}

/* line 835, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}

/* line 843, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}

/* line 852, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}

/* line 858, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: "Helvetica", Arial, serif;
  font-size: 10px;
}

/* End: Source Chooser */
/* Start: Postroll */
/* line 869, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-postroll-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/background.png);
  background: rgba(50, 50, 50, 0.7);
  z-index: 1000;
  overflow: hidden;
}

/* line 880, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-postroll-layer-content {
  width: 100%;
  height: 100%;
}

/* line 884, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-postroll-close {
  position: absolute;
  right: 0;
  top: 0;
  background: url(/background.png);
  background: rgba(50, 50, 50, 0.7);
  color: #fff;
  padding: 4px;
  z-index: 100;
  cursor: pointer;
}

/* End: Postroll */
/* Start: Speed */
/* line 899, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
div.mejs-speed-button {
  width: 46px !important;
  position: relative;
}

/* line 904, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-button.mejs-speed-button button {
  background: transparent;
  width: 36px;
  font-size: 11px;
  line-height: normal;
  color: #ffffff;
}

/* line 912, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-speed-button .mejs-speed-selector {
  display: none;
  position: absolute;
  top: -100px;
  left: -10px;
  width: 60px;
  height: 100px;
  background: url(/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 0;
  overflow: hidden;
  border-radius: 0;
}

/* line 930, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-speed-button:hover > .mejs-speed-selector {
  display: block;
}

/* line 934, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
  color: #21f8f8;
}

/* line 938, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}

/* line 946, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
  margin: 0 0 6px 0;
  padding: 0 10px;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}

/* line 955, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
  display: none;
}

/* line 962, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
  width: 60px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: "Helvetica", Arial, serif;
  font-size: 11px;
  color: white;
  margin-left: 5px;
  cursor: pointer;
}

/* line 974, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
}

/* End: Speed */
/* Start: Jump Forward */
/* line 982, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-button.mejs-jump-forward-button {
  background: transparent url(/jumpforward.png) no-repeat 3px 3px;
}

/* line 985, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-button.mejs-jump-forward-button button {
  background: transparent;
  font-size: 9px;
  line-height: normal;
  color: #ffffff;
}

/* End: Jump Forward */
/* Start: Skip Back */
/* line 996, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-button.mejs-skip-back-button {
  background: transparent url(/skipback.png) no-repeat 3px 3px;
}

/* line 999, vendor/assets/bower_components/mediaelement/build/mediaelementplayer.css */
.mejs-controls .mejs-button.mejs-skip-back-button button {
  background: transparent;
  font-size: 9px;
  line-height: normal;
  color: #ffffff;
}

/* End: Skip Back */
/* line 4, app/assets/stylesheets/course-audio.css.scss */
.mejs-container {
  top: 1rem;
}

/* line 8, app/assets/stylesheets/course-audio.css.scss */
.mejs-container {
  background-color: #d9d9d9;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  width: 100% !important;
  padding: 4px 2px;
}

/* line 15, app/assets/stylesheets/course-audio.css.scss */
.mejs-container .mejs-controls {
  background: none;
  /* Start: Progress Bar */
  /* Start: Mute/Volume */
}

/* line 18, app/assets/stylesheets/course-audio.css.scss */
.mejs-container .mejs-controls .mejs-button {
  /* Start: Play/Pause */
  /* End: Play/Pause */
  /* Start: Mute/Volume */
  /* End: Mute/Volume */
}

/* line 19, app/assets/stylesheets/course-audio.css.scss */
.mejs-container .mejs-controls .mejs-button button {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
}

/* line 24, app/assets/stylesheets/course-audio.css.scss */
.mejs-container .mejs-controls .mejs-button button:focus {
  outline: 5px auto Highlight;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 31, app/assets/stylesheets/course-audio.css.scss */
.mejs-container .mejs-controls .mejs-button.mejs-play button {
  background-image: url(https://assets.kalkomey.com/shared/images/glyphicons/svg/glyphicons-play.svg);
  background-size: 16px;
  margin-top: 1.75px;
}

/* line 37, app/assets/stylesheets/course-audio.css.scss */
.mejs-container .mejs-controls .mejs-button.mejs-pause button {
  background-image: url(https://assets.kalkomey.com/shared/images/glyphicons/svg/glyphicons-pause.svg);
  background-size: 10px;
  margin-top: 1.75px;
}

/* line 45, app/assets/stylesheets/course-audio.css.scss */
.mejs-container .mejs-controls .mejs-button.mejs-mute button {
  background-image: url(https://assets.kalkomey.com/shared/images/glyphicons/svg/glyphicons-mute.svg);
}

/* line 49, app/assets/stylesheets/course-audio.css.scss */
.mejs-container .mejs-controls .mejs-button.mejs-unmute button {
  background-image: url(https://assets.kalkomey.com/shared/images/glyphicons/svg/glyphicons-volume-up.svg);
}

/* line 55, app/assets/stylesheets/course-audio.css.scss */
.mejs-container .mejs-controls .mejs-time,
.mejs-container .mejs-controls .mejs-time-float {
  color: #000;
  font-size: 14px;
  font-weight: normal;
}

/* line 63, app/assets/stylesheets/course-audio.css.scss */
.mejs-container .mejs-controls .mejs-time-rail {
  margin: 0;
  margin-top: -10px;
}

/* line 67, app/assets/stylesheets/course-audio.css.scss */
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total,
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-buffering,
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded,
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-hovered,
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-handle-content {
  border-radius: 4px;
  height: 22px;
}

/* line 77, app/assets/stylesheets/course-audio.css.scss */
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total,
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background-color: #d9d9d9;
}

/* line 82, app/assets/stylesheets/course-audio.css.scss */
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
  background-color: #688d34;
}

/* line 86, app/assets/stylesheets/course-audio.css.scss */
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-hovered {
  background-color: #b3d387;
}

/* line 90, app/assets/stylesheets/course-audio.css.scss */
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-handle-content {
  border: solid 1px #545454;
}

/* line 94, app/assets/stylesheets/course-audio.css.scss */
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-float {
  height: 1.8em;
  width: 3.5em;
}

/* line 99, app/assets/stylesheets/course-audio.css.scss */
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-float-current {
  bottom: 5px;
  left: 5px;
}

/* line 104, app/assets/stylesheets/course-audio.css.scss */
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  border: solid 5px #545454;
  border-color: #545454 transparent transparent;
}

/* line 110, app/assets/stylesheets/course-audio.css.scss */
.mejs-container .mejs-controls .mejs-volume-button {
  margin-top: -4px;
}

/* line 114, app/assets/stylesheets/course-audio.css.scss */
.mejs-container .mejs-controls .mejs-currenttime-container {
  margin-top: -5px;
}

/* line 118, app/assets/stylesheets/course-audio.css.scss */
.mejs-container .mejs-controls .mejs-duration-container {
  margin-top: -5px;
}

@media (max-width: 767px) {
  /* line 123, app/assets/stylesheets/course-audio.css.scss */
  .mejs-container .mejs-controls .mejs-horizontal-volume-slider {
    display: none;
  }
}

/* line 128, app/assets/stylesheets/course-audio.css.scss */
.mejs-container .mejs-controls .mejs-horizontal-volume-slider div {
  border-radius: 4px;
  height: 22px;
}

/* line 133, app/assets/stylesheets/course-audio.css.scss */
.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: #d9d9d9;
  margin-top: -10px;
}

/* line 138, app/assets/stylesheets/course-audio.css.scss */
.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #688d34;
  margin-top: -10px;
}

/* line 145, app/assets/stylesheets/course-audio.css.scss */
.mejs-container .mejs-controls .mejs__language-toggle {
  margin-left: 3px;
  margin-top: -5px;
}

/* line 149, app/assets/stylesheets/course-audio.css.scss */
.mejs-container .mejs-controls .mejs__language-toggle button {
  height: 66%;
  padding: 0 4px;
}
