/* line 217, sass/skin-vbo-light.scss */
.mejs-time-float-current {
  font-size: 0.688em;
}

/* line 220, sass/skin-vbo-light.scss */
.mejs-time-total {
  border: 1px solid #9b9b9b;
}

/* line 223, sass/skin-vbo-light.scss */
.mejs-container {
  background: #000;
  font: 1.1em Arial, Helvetica, sans-serif;
  position: relative;
}

/* line 228, sass/skin-vbo-light.scss */
.me-plugin {
  position: absolute;
}

/* line 231, sass/skin-vbo-light.scss */
.mejs-embed {
  background: #000;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
/* line 238, sass/skin-vbo-light.scss */
.mejs-embed body {
  background: #000;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}


/* line 261, sass/skin-vbo-light.scss */
.mejs-background {
  left: 0;
  position: absolute;
  top: 0;
}

/* line 266, sass/skin-vbo-light.scss */
.mejs-mediaelement {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 273, sass/skin-vbo-light.scss */
.mejs-poster {
  left: 0;
  position: absolute;
  top: 0;
}
/* line 277, sass/skin-vbo-light.scss */
.mejs-poster img {
  border: 0;
  display: block;
  padding: 0;
}

/* line 283, sass/skin-vbo-light.scss */
.mejs-overlay {
  left: 0;
  position: absolute;
  top: 0;
}
/* line 287, sass/skin-vbo-light.scss */
.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px;
}

/* line 291, sass/skin-vbo-light.scss */
.mejs-overlay-play {
  cursor: pointer;
}

/* line 294, sass/skin-vbo-light.scss */
.mejs-overlay-button {
  background: url("bigplay.png") no-repeat;
  height: 100px;
  left: 50%;
  margin: -50px 0 0 -50px;
  position: absolute;
  top: 50%;
  width: 100px;
}

/* line 302, sass/skin-vbo-light.scss */
.mejs-overlay-loading {
  background: #191919;
  background: rgba(0, 0, 0, 0.9);
  height: 80px;
  left: 50%;
  margin: -40px 0 0 -40px;
  position: absolute;
  top: 50%;
  width: 80px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(50, 50, 50, 0.9)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background-image: -webkit-linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background-image: -moz-linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background-image: -o-linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background-image: linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF323232', endColorstr='#FF000000');
}
/* line 312, sass/skin-vbo-light.scss */
.mejs-overlay-loading span {
  background: transparent url("loading.gif") 50% 50% no-repeat;
  display: block;
  height: 80px;
  width: 80px;
}

/* line 323, sass/skin-vbo-light.scss */
.mejs-container .mejs-controls {
  background: none;
  background: #b1b1b1;
  bottom: 0;
  left: 0;
  list-style-type: none;
  margin: 0;
  position: absolute;
  width: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cbcbcb), color-stop(100%, #b1b1b1));
  background-image: -webkit-linear-gradient(#cbcbcb, #b1b1b1);
  background-image: -moz-linear-gradient(#cbcbcb, #b1b1b1);
  background-image: -o-linear-gradient(#cbcbcb, #b1b1b1);
  background-image: linear-gradient(#cbcbcb, #b1b1b1);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFCBCBCB', endColorstr='#FFB1B1B1');
}
/* line 334, sass/skin-vbo-light.scss */
.mejs-container .mejs-controls div {
  background: 0;
  background-image: url("noise.png");
  border: 0;
  display: inline-block;
  font: 0.917em Arial, Helvetica, sans-serif;
  list-style-type: none;
  margin: 0;
  vertical-align: middle;
}

/* line 351, sass/skin-vbo-light.scss */
.mejs-controls button,
.mejs-tooltip button {
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 100%;
  height: 1.200em;
  line-height: 0;
  margin: 0.1em;
  text-decoration: none;
  width: 1.1em;
}

/* line 363, sass/skin-vbo-light.scss */
.mejs-container .mejs-controls > div {
  display: table-cell;
  padding: 5px 8px;
  text-align: center;
}
/* line 368, sass/skin-vbo-light.scss */
.mejs-container .mejs-controls .mejs-time-rail {
  padding: 0;
}
/* line 371, sass/skin-vbo-light.scss */
.mejs-container .mejs-controls .mejs-time {
  color: #222222;
  text-align: center;
}
/* line 374, sass/skin-vbo-light.scss */
.mejs-container .mejs-controls .mejs-time span {
  color: #222222;
  font-size: 0.688em;
  font-weight: bold;
}
/* line 380, sass/skin-vbo-light.scss */
.mejs-container .mejs-controls .mejs-time .mejs-currenttime,
.mejs-container .mejs-controls .mejs-time .mejs-duration {
  position: relative;
  bottom: 1px;
}

/* line 387, sass/skin-vbo-light.scss */
.mejs-tooltip {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 1000;
}
/* line 392, sass/skin-vbo-light.scss */
.mejs-tooltip button {
  background: transparent url("tooltip") no-repeat;
  filter: alpha(opacity=20);
  height: 0.6em;
  position: absolute;
  opacity: 0.2;
  right: 5px;
  top: 5px;
  width: 0.6em;
}
/* line 402, sass/skin-vbo-light.scss */
.mejs-tooltip button:focus, .mejs-tooltip button:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

/* line 408, sass/skin-vbo-light.scss */
.bubble-text {
  background-color: #222222;
  border-radius: 10px;
  bottom: -1.3em;
  color: black;
  display: none;
  font-size: 0.6em;
  line-height: 1em;
  max-width: 8em;
  padding: 0.4em;
  position: absolute;
  right: 0.8em;
  text-align: left;
  z-index: 1001;
}

/* line 425, sass/skin-vbo-light.scss */
.mejs-controls button {
  overflow: visible;
}
/* line 428, sass/skin-vbo-light.scss */
.mejs-controls .mejs-play button {
  background: transparent url("controls/vbo-light/play.svg") no-repeat ;
  background-size: contain;
}
/* line 152, sass/skin-vbo-light.scss */
.mejs-controls .mejs-play button:focus {
  background-color: #666666;
}
/* line 431, sass/skin-vbo-light.scss */
.mejs-controls .mejs-pause button {
  background: transparent url("controls/vbo-light/pause.svg") no-repeat ;
  background-size: contain;
}
/* line 152, sass/skin-vbo-light.scss */
.mejs-controls .mejs-pause button:focus {
  background-color: #666666;
}
/* line 434, sass/skin-vbo-light.scss */
.mejs-controls .mejs-stop button {
  background: transparent url("controls/vbo-light/stop.svg") no-repeat ;
  background-size: contain;
}
/* line 152, sass/skin-vbo-light.scss */
.mejs-controls .mejs-stop button:focus {
  background-color: #666666;
}
/* line 443, sass/skin-vbo-light.scss */
.mejs-controls .mejs-mute button {
  background: transparent url("controls/vbo-light/mute.svg") no-repeat ;
  background-size: contain;
}
/* line 152, sass/skin-vbo-light.scss */
.mejs-controls .mejs-mute button:focus {
  background-color: #666666;
}
/* line 446, sass/skin-vbo-light.scss */
.mejs-controls .mejs-unmute button {
  background: transparent url("controls/vbo-light/unmute.svg") no-repeat ;
  background-size: contain;
}
/* line 152, sass/skin-vbo-light.scss */
.mejs-controls .mejs-unmute button:focus {
  background-color: #666666;
}
/* line 449, sass/skin-vbo-light.scss */
.mejs-controls .mejs-playpause-button button {
  position: relative;
}
/* line 454, sass/skin-vbo-light.scss */
.mejs-controls .mejs-playpause-button button:after {
  right: -6px;
  top: -6px;
  background: url("controls/vbo-light/bkg-separator.png") repeat-y;
  content: '';
  height: 1.188em;
  padding: 6px 0;
  position: absolute;
  width: 0.125em;
}
/* line 459, sass/skin-vbo-light.scss */
.mejs-controls .mejs-volume-button > button {
  margin-top: 2px;
  position: relative;
}
/* line 465, sass/skin-vbo-light.scss */
.mejs-controls .mejs-volume-button > button:after {
  right: -11px;
  top: -6px;
  background: url("controls/vbo-light/bkg-separator.png") repeat-y;
  content: '';
  height: 1.188em;
  padding: 6px 0;
  position: absolute;
  width: 0.125em;
}
/* line 470, sass/skin-vbo-light.scss */
.mejs-controls .mejs-captions-button button {
  background: transparent url("controls/vbo-light/caption.svg") no-repeat ;
  background-size: contain;
  margin-top: 2px;
  position: relative;
}
/* line 152, sass/skin-vbo-light.scss */
.mejs-controls .mejs-captions-button button:focus {
  background-color: #666666;
}
/* line 477, sass/skin-vbo-light.scss */
.mejs-controls .mejs-captions-button button:after {
  right: -11px;
  top: -6px;
  background: url("controls/vbo-light/bkg-separator.png") repeat-y;
  content: '';
  height: 1.188em;
  padding: 6px 0;
  position: absolute;
  width: 0.125em;
}
/* line 480, sass/skin-vbo-light.scss */
.mejs-controls .mejs-captions-button button:before {
  left: -10px;
  top: -6px;
  background: url("controls/vbo-light/bkg-separator.png") repeat-y;
  content: '';
  height: 1.188em;
  padding: 6px 0;
  position: absolute;
  width: 0.125em;
}
/* line 485, sass/skin-vbo-light.scss */
.mejs-controls .mejs-time-rail {
  width: 100%;
  @-webkit-keyframes buffering-stripes {
    /* line 159, sass/skin-vbo-light.scss */
    from {
      background-position: 0 0;
    }

    /* line 159, sass/skin-vbo-light.scss */
    to {
      background-position: 30px 0;
    }
}

  @-moz-keyframes buffering-stripes {
    /* line 160, sass/skin-vbo-light.scss */
    from {
      background-position: 0 0;
    }

    /* line 160, sass/skin-vbo-light.scss */
    to {
      background-position: 30px 0;
    }
}

  @-ms-keyframes buffering-stripes {
    /* line 161, sass/skin-vbo-light.scss */
    from {
      background-position: 0 0;
    }

    /* line 161, sass/skin-vbo-light.scss */
    to {
      background-position: 30px 0;
    }
}

  @-o-keyframes buffering-stripes {
    /* line 162, sass/skin-vbo-light.scss */
    from {
      background-position: 0 0;
    }

    /* line 162, sass/skin-vbo-light.scss */
    to {
      background-position: 30px 0;
    }
}

  @keyframes buffering-stripes {
    /* line 163, sass/skin-vbo-light.scss */
    from {
      background-position: 0 0;
    }

    /* line 163, sass/skin-vbo-light.scss */
    to {
      background-position: 30px 0;
    }
}

}
/* line 488, sass/skin-vbo-light.scss */
.mejs-controls .mejs-time-rail span {
  cursor: pointer;
  display: block;
  height: 0.6em;
  width: 180px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
/* line 495, sass/skin-vbo-light.scss */
.mejs-controls .mejs-time-rail > span {
  position: relative;
}
/* line 497, sass/skin-vbo-light.scss */
.mejs-controls .mejs-time-rail > span > span {
  left: 0;
  position: absolute;
  top: 0;
}
/* line 503, sass/skin-vbo-light.scss */
.mejs-controls .mejs-time-rail .mejs-time-total {
  background: #9b9b9b;
  background: #9b9b9b;
  width: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9b9b9b), color-stop(100%, #9b9b9b));
  background-image: -webkit-linear-gradient(#9b9b9b, #9b9b9b);
  background-image: -moz-linear-gradient(#9b9b9b, #9b9b9b);
  background-image: -o-linear-gradient(#9b9b9b, #9b9b9b);
  background-image: linear-gradient(#9b9b9b, #9b9b9b);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF9B9B9B', endColorstr='#FF9B9B9B');
}
/* line 510, sass/skin-vbo-light.scss */
.mejs-controls .mejs-time-rail .mejs-time-buffer {
  background: rgba(255, 255, 255, 0.15);
  width: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(221, 221, 221, 0.2)), color-stop(100%, rgba(221, 221, 221, 0.2)));
  background-image: -webkit-linear-gradient(rgba(221, 221, 221, 0.2), rgba(221, 221, 221, 0.2));
  background-image: -moz-linear-gradient(rgba(221, 221, 221, 0.2), rgba(221, 221, 221, 0.2));
  background-image: -o-linear-gradient(rgba(221, 221, 221, 0.2), rgba(221, 221, 221, 0.2));
  background-image: linear-gradient(rgba(221, 221, 221, 0.2), rgba(221, 221, 221, 0.2));
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFDDDDDD', endColorstr='#FFDDDDDD');
}
/* line 515, sass/skin-vbo-light.scss */
.mejs-controls .mejs-time-rail .mejs-time-current {
  background-size: 15px 15px;
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -o-background-size: 15px 15px;
  animation: buffer-stripes 2s linear infinite;
  -webkit-animation: buffer-stripes 2s linear infinite;
  -moz-animation: buffer-stripes 2s linear infinite;
  -ms-animation: buffer-stripes 2s linear infinite;
  -o-animation: buffer-stripes 2s linear infinite;
}
/* line 526, sass/skin-vbo-light.scss */
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #5b5b5b;
  background: #5b5b5b;
  width: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5b5b5b), color-stop(100%, #5b5b5b));
  background-image: -webkit-linear-gradient(#5b5b5b, #5b5b5b);
  background-image: -moz-linear-gradient(#5b5b5b, #5b5b5b);
  background-image: -o-linear-gradient(#5b5b5b, #5b5b5b);
  background-image: linear-gradient(#5b5b5b, #5b5b5b);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF5B5B5B', endColorstr='#FF5B5B5B');
}
/* line 532, sass/skin-vbo-light.scss */
.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #52c4ed;
  background: #27abdd;
  width: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7edefd), color-stop(100%, #27abdd));
  background-image: -webkit-linear-gradient(#7edefd, #27abdd);
  background-image: -moz-linear-gradient(#7edefd, #27abdd);
  background-image: -o-linear-gradient(#7edefd, #27abdd);
  background-image: linear-gradient(#7edefd, #27abdd);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF7EDEFD', endColorstr='#FF27ABDD');
}
/* line 538, sass/skin-vbo-light.scss */
.mejs-controls .mejs-time-rail .mejs-time-handle {
  background: #fff;
  border: 0;
  cursor: pointer;
  margin: 0;
  opacity: 1;
  position: absolute;
  text-align: center;
  top: 0px;
  width: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
/* line 550, sass/skin-vbo-light.scss */
.mejs-controls .mejs-time-rail .mejs-time-handle-rewind {
  background-color: transparent;
  background-size: contain;
  height: 0.8em;
  left: -0.2em;
  position: absolute;
  top: -0.2em;
  width: 0.8em;
  background: transparent url("controls/vbo-light/rail_rewind.svg") no-repeat ;
  background-size: contain;
}
/* line 152, sass/skin-vbo-light.scss */
.mejs-controls .mejs-time-rail .mejs-time-handle-rewind:focus {
  background-color: #666666;
}
/* line 559, sass/skin-vbo-light.scss */
.mejs-controls .mejs-time-rail .mejs-time-handle-rewind:focus {
  background-color: #666666;
}
/* line 563, sass/skin-vbo-light.scss */
.mejs-controls .mejs-time-rail .mejs-time-handle-forward {
  background-color: transparent;
  height: 0.8em;
  position: absolute;
  right: -1em;
  top: -0.2em;
  width: 0.8em;
  background: transparent url("controls/vbo-light/rail_forward.svg") no-repeat ;
  background-size: contain;
}
/* line 152, sass/skin-vbo-light.scss */
.mejs-controls .mejs-time-rail .mejs-time-handle-forward:focus {
  background-color: #666666;
}
/* line 571, sass/skin-vbo-light.scss */
.mejs-controls .mejs-time-rail .mejs-time-handle-forward:focus {
  background-color: #666666;
}
/* line 576, sass/skin-vbo-light.scss */
.mejs-controls .mejs-time-rail .mejs-time-float {
  background: #eee;
  border: none;
  color: #111;
  display: none;
  height: auto;
  left: 0;
  margin-left: -1.49em;
  padding: 0.2em 0.3em;
  position: absolute;
  text-align: center;
  top: -2.20em;
  width: auto;
}
/* line 590, sass/skin-vbo-light.scss */
.mejs-controls .mejs-time-rail .mejs-time-float-current {
  display: block;
  height: auto;
  text-align: center;
  width: auto;
}
/* line 596, sass/skin-vbo-light.scss */
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  border: solid 0.35em #eeeeee;
  border-color: #eeeeee transparent transparent transparent;
  bottom: -0.57em;
  display: block;
  height: 0;
  left: 50%;
  line-height: 0;
  margin-left: -0.3em;
  position: absolute;
  width: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
/* line 611, sass/skin-vbo-light.scss */
.mejs-controls .mejs-volume-button:hover {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
/* line 614, sass/skin-vbo-light.scss */
.mejs-controls .mejs-volume-button .mejs-volume-slider {
  bottom: 1em;
  display: none;
  height: 7.4em;
  margin: 0;
  position: absolute;
  width: 1em;
  z-index: 1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cbcbcb), color-stop(100%, #b1b1b1));
  background-image: -webkit-linear-gradient(#cbcbcb, #b1b1b1);
  background-image: -moz-linear-gradient(#cbcbcb, #b1b1b1);
  background-image: -o-linear-gradient(#cbcbcb, #b1b1b1);
  background-image: linear-gradient(#cbcbcb, #b1b1b1);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFCBCBCB', endColorstr='#FFB1B1B1');
}
/* line 627, sass/skin-vbo-light.scss */
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total,
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  height: 5.7em;
  left: 0.5em;
  margin: 0;
  position: absolute;
  top: 1.2em;
}
/* line 634, sass/skin-vbo-light.scss */
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  background: #9b9b9b;
  background: #9b9b9b;
  width: 0.1em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9b9b9b), color-stop(100%, #9b9b9b));
  background-image: -webkit-linear-gradient(#9b9b9b, #9b9b9b);
  background-image: -moz-linear-gradient(#9b9b9b, #9b9b9b);
  background-image: -o-linear-gradient(#9b9b9b, #9b9b9b);
  background-image: linear-gradient(#9b9b9b, #9b9b9b);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF9B9B9B', endColorstr='#FF9B9B9B');
}
/* line 641, sass/skin-vbo-light.scss */
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  background: #52c4ed;
  background: #27abdd;
  width: 0;
  -moz-border-radius-topleft: 1px;
  -webkit-border-top-left-radius: 1px;
  border-top-left-radius: 1px;
  -moz-border-radius-bottomleft: 1px;
  -webkit-border-bottom-left-radius: 1px;
  border-bottom-left-radius: 1px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7edefd), color-stop(100%, #27abdd));
  background-image: -webkit-linear-gradient(#7edefd, #27abdd);
  background-image: -moz-linear-gradient(#7edefd, #27abdd);
  background-image: -o-linear-gradient(#7edefd, #27abdd);
  background-image: linear-gradient(#7edefd, #27abdd);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF7EDEFD', endColorstr='#FF27ABDD');
}
/* line 648, sass/skin-vbo-light.scss */
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  display: none;
}
/* line 649, sass/skin-vbo-light.scss */
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-plus {
  height: 0.8em;
  left: 0.1em;
  position: absolute;
  top: 0.1em;
  width: 0.8em;
  background: transparent url("controls/vbo-light/volume_up.svg") no-repeat ;
  background-size: contain;
}
/* line 152, sass/skin-vbo-light.scss */
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-plus:focus {
  background-color: #666666;
}
/* line 656, sass/skin-vbo-light.scss */
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-plus:focus {
  background-color: #666666;
}
/* line 660, sass/skin-vbo-light.scss */
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-minus {
  bottom: 0.1em;
  height: 0.8em;
  left: 0.1em;
  position: absolute;
  width: 0.8em;
  background: transparent url("controls/vbo-light/volume_down.svg") no-repeat ;
  background-size: contain;
}
/* line 152, sass/skin-vbo-light.scss */
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-minus:focus {
  background-color: #666666;
}
/* line 667, sass/skin-vbo-light.scss */
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-minus:focus {
  background-color: #666666;
}
/* line 673, sass/skin-vbo-light.scss */
.mejs-controls .mejs-volume-button .mejs-volume-slider.horizontal {
  height: 1.5em;
  margin-left: -4.5em;
  padding-bottom: 0.125em;
  width: 7.6em;
  bottom: 2.300em;
  overflow: visible;
}
/* line 685, sass/skin-vbo-light.scss */
.mejs-controls .mejs-volume-button .mejs-volume-slider.horizontal:after {
  background: transparent url("controls/vbo-light/volume_box_arrow.svg") no-repeat ;
  background-size: contain;
  content: '';
  height: 1.1em;
  position: absolute;
  right: -2.813em;
  top: 0.875em;
  width: 5.662em;
}
/* line 152, sass/skin-vbo-light.scss */
.mejs-controls .mejs-volume-button .mejs-volume-slider.horizontal:after:focus {
  background-color: #666666;
}
/* line 695, sass/skin-vbo-light.scss */
.mejs-controls .mejs-volume-button .mejs-volume-slider.horizontal .mejs-volume-total {
  height: 0.813em;
  left: 1.500em;
  padding: 1px 0;
  top: 0.450em;
  width: 5.300em;
}
/* line 702, sass/skin-vbo-light.scss */
.mejs-controls .mejs-volume-button .mejs-volume-slider.horizontal .mejs-volume-current {
  height: 0.813em;
  left: 1.500em;
  margin-left: 1px;
  margin-top: 1px;
  max-width: 5.200em;
  top: 0.450em;
  width: 5.300em;
}
/* line 711, sass/skin-vbo-light.scss */
.mejs-controls .mejs-volume-button .mejs-volume-slider.horizontal .mejs-volume-handle {
  cursor: e-resize;
  height: 0.8em;
  left: 1.1em;
  top: 0.15em;
  width: 6px;
}
/* line 718, sass/skin-vbo-light.scss */
.mejs-controls .mejs-volume-button .mejs-volume-slider.horizontal .mejs-volume-plus {
  left: 6.410em;
  top: 0.325em;
}
/* line 722, sass/skin-vbo-light.scss */
.mejs-controls .mejs-volume-button .mejs-volume-slider.horizontal .mejs-volume-minus {
  left: 0.190em;
  top: 0.375em;
}
/* line 731, sass/skin-vbo-light.scss */
.mejs-controls .mejs-captions-button.activeButton {
  background-color: #b1b1b1;
}
/* line 734, sass/skin-vbo-light.scss */
.mejs-controls .mejs-captions-button .mejs-captions-selector {
  background: url("background.png");
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  bottom: 26px;
  height: 100px;
  overflow: hidden;
  padding: 10px;
  position: absolute;
  right: -10px;
  visibility: hidden;
  width: 130px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
/* line 747, sass/skin-vbo-light.scss */
.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
  display: block;
  list-style-type: none !important;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
/* line 753, sass/skin-vbo-light.scss */
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  display: block;
  color: #fff;
  list-style-type: none !important;
  margin: 0 0 6px 0;
  overflow: hidden;
  padding: 0;
}
/* line 760, sass/skin-vbo-light.scss */
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}
/* line 765, sass/skin-vbo-light.scss */
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
  font: 10px Arial, Helvetica, sans-serif;
  float: left;
  line-height: 15px;
  padding: 4px 0 0 0;
  width: 100px;
}
/* line 775, sass/skin-vbo-light.scss */
.mejs-controls .mejs-captions-button .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px 0;
}

/* line 781, sass/skin-vbo-light.scss */
.mejs-chapters {
  left: 0;
  position: absolute;
  top: 0;
  -xborder-right: solid 1px white;
  width: 10000px;
}
/* line 787, sass/skin-vbo-light.scss */
.mejs-chapters .mejs-chapter {
  background: black;
  background: rgba(0, 0, 0, 0.7);
  border: 0;
  float: left;
  overflow: hidden;
  position: absolute;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(102, 102, 102, 0.7)), color-stop(100%, rgba(0, 0, 0, 0.7)));
  background-image: -webkit-linear-gradient(rgba(102, 102, 102, 0.7), rgba(0, 0, 0, 0.7));
  background-image: -moz-linear-gradient(rgba(102, 102, 102, 0.7), rgba(0, 0, 0, 0.7));
  background-image: -o-linear-gradient(rgba(102, 102, 102, 0.7), rgba(0, 0, 0, 0.7));
  background-image: linear-gradient(rgba(102, 102, 102, 0.7), rgba(0, 0, 0, 0.7));
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF666666', endColorstr='#FF000000');
}
/* line 796, sass/skin-vbo-light.scss */
.mejs-chapters .mejs-chapter .mejs-chapter-block {
  border-bottom: solid 1px #333333;
  border-right: solid 1px #333333;
  color: #222222;
  cursor: pointer;
  display: block;
  font-size: 0.688em;
  padding: 5px;
}
/* line 805, sass/skin-vbo-light.scss */
.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  border-right: none;
}
/* line 809, sass/skin-vbo-light.scss */
.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  background: #323232;
  background: rgba(50, 50, 50, 0.6);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(102, 102, 102, 0.6)), color-stop(100%, rgba(50, 50, 50, 0.6)));
  background-image: -webkit-linear-gradient(rgba(102, 102, 102, 0.6), rgba(50, 50, 50, 0.6));
  background-image: -moz-linear-gradient(rgba(102, 102, 102, 0.6), rgba(50, 50, 50, 0.6));
  background-image: -o-linear-gradient(rgba(102, 102, 102, 0.6), rgba(50, 50, 50, 0.6));
  background-image: linear-gradient(rgba(102, 102, 102, 0.6), rgba(50, 50, 50, 0.6));
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF666666', endColorstr='#FF323232');
}
/* line 816, sass/skin-vbo-light.scss */
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title,
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  display: block;
  font-size: 12px;
  line-height: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 823, sass/skin-vbo-light.scss */
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  font-weight: bold;
  margin: 0 0 3px 0;
}
/* line 827, sass/skin-vbo-light.scss */
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  margin: 3px 0 4px 0;
}

/* line 833, sass/skin-vbo-light.scss */
.mejs-captions-layer {
  bottom: 0;
  color: #fff;
  font-size: 1em;
  left: 0;
  line-height: 1.575em;
  position: absolute;
  text-align: center;
}
/* line 841, sass/skin-vbo-light.scss */
.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline;
}
/* line 845, sass/skin-vbo-light.scss */
.mejs-captions-layer[lang=ar] {
  font-size: 1.25em;
  font-weight: normal;
}

/* line 850, sass/skin-vbo-light.scss */
.mejs-captions-position {
  bottom: 2em;
  left: 0;
  position: absolute;
  width: 100%;
}

/* line 856, sass/skin-vbo-light.scss */
.mejs-captions-position-hover {
  bottom: 2.5em;
}

/* line 859, sass/skin-vbo-light.scss */
.mejs-captions-text {
  background: url("background.png");
  background: rgba(20, 20, 20, 0.8);
  padding: 3px 5px;
}

/* line 864, sass/skin-vbo-light.scss */
.mejs-clear {
  clear: both;
}

/* line 868, sass/skin-vbo-light.scss */
.me-cannotplay a {
  color: #fff;
  font-weight: bold;
}
/* line 872, sass/skin-vbo-light.scss */
.me-cannotplay span {
  display: block;
  padding: 15px;
}

/* line 878, sass/skin-vbo-light.scss */
.mejs-controls .mejs-loop-off button {
  background: transparent url("loopoff") no-repeat;
  background-size: contain;
}
/* line 882, sass/skin-vbo-light.scss */
.mejs-controls .mejs-loop-on button {
  background: transparent url("loopon") no-repeat;
  background-size: contain;
}
/* line 886, sass/skin-vbo-light.scss */
.mejs-controls .mejs-backlight-off button {
  background: transparent url("backlightoff") no-repeat;
  background-size: contain;
}
/* line 890, sass/skin-vbo-light.scss */
.mejs-controls .mejs-backlight-on button {
  background: transparent url("backlighton") no-repeat;
  background-size: contain;
}
/* line 894, sass/skin-vbo-light.scss */
.mejs-controls .mejs-picturecontrols-button {
  background: transparent url("picturecontrols") no-repeat;
  background-size: contain;
}

/* line 899, sass/skin-vbo-light.scss */
.mejs-contextmenu {
  background: #fff;
  border: solid 1px #999999;
  left: 0;
  padding: 10px;
  position: absolute;
  top: 0;
  width: 150px;
  z-index: 1001;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 910, sass/skin-vbo-light.scss */
.mejs-contextmenu .mejs-contextmenu-separator {
  background: #333;
  height: 1px;
  font-size: 0;
  margin: 5px 6px;
}
/* line 916, sass/skin-vbo-light.scss */
.mejs-contextmenu .mejs-contextmenu-item {
  color: #333;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  padding: 4px 6px;
}
/* line 922, sass/skin-vbo-light.scss */
.mejs-contextmenu .mejs-contextmenu-item:hover {
  background: #2C7C91;
  color: #fff;
}

/* line 928, sass/skin-vbo-light.scss */
.mejs-controls .mejs-sourcechooser-button {
  position: relative;
}

/* line 931, sass/skin-vbo-light.scss */
.mejs-controls .mejs-sourcechooser-button button {
  background-position: -128px 0;
}

/* line 934, sass/skin-vbo-light.scss */
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
  background: url("background.png");
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  bottom: 26px;
  height: 100px;
  overflow: hidden;
  padding: 10px;
  position: absolute;
  right: -10px;
  visibility: hidden;
  width: 130px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
/* line 947, sass/skin-vbo-light.scss */
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
  display: block;
  list-style-type: none !important;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
/* line 953, sass/skin-vbo-light.scss */
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
  color: #fff;
  display: block;
  list-style-type: none !important;
  margin: 0 0 6px 0;
  overflow: hidden;
  padding: 0;
}
/* line 960, sass/skin-vbo-light.scss */
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}
/* line 965, sass/skin-vbo-light.scss */
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.625em;
  line-height: 0.9375em;
  padding: 4px 0 0 0;
  width: 100px;
}

/* line 978, sass/skin-vbo-light.scss */
.no-svg .mejs-tooltip {
  background: transparent url("controls/vbo-light/tooltip.png") no-repeat center center;
}
/* line 982, sass/skin-vbo-light.scss */
.no-svg .mejs-controls .mejs-play button {
  background: transparent url("controls/vbo-light/play.png") no-repeat center center;
}
/* line 985, sass/skin-vbo-light.scss */
.no-svg .mejs-controls .mejs-pause button {
  background: transparent url("controls/vbo-light/pause.png") no-repeat center center;
}
/* line 988, sass/skin-vbo-light.scss */
.no-svg .mejs-controls .mejs-stop button {
  background: transparent url("controls/vbo-light/stop.png") no-repeat center center;
}

/* line 995, sass/skin-vbo-light.scss */
.no-svg .mejs-controls .mejs-unfullscreen button {
  background: transparent url("controls/vbo-light/unfullscreen.png") no-repeat center center;
  margin: 0;
}
/* line 999, sass/skin-vbo-light.scss */
.no-svg .mejs-controls .mejs-mute button {
  background: transparent url("controls/vbo-light/mute.png") no-repeat center center;
}
/* line 1002, sass/skin-vbo-light.scss */
.no-svg .mejs-controls .mejs-unmute button {
  background: transparent url("controls/vbo-light/unmute.png") no-repeat center center;
}
/* line 1005, sass/skin-vbo-light.scss */
.no-svg .mejs-controls .mejs-captions-button {
  position: relative;
}
/* line 1007, sass/skin-vbo-light.scss */
.no-svg .mejs-controls .mejs-captions-button button {
  background: transparent url("controls/vbo-light/caption.png") no-repeat center center;
}
/* line 1011, sass/skin-vbo-light.scss */
.no-svg .mejs-controls .mejs-loop-off button {
  background: transparent url("controls/vbo-light/loopoff.png") no-repeat center center;
}
/* line 1014, sass/skin-vbo-light.scss */
.no-svg .mejs-controls .mejs-loop-on button {
  background: transparent url("controls/vbo-light/loopon.png") no-repeat center center;
}
/* line 1017, sass/skin-vbo-light.scss */
.no-svg .mejs-controls .mejs-backlight-off button {
  background: transparent url("controls/vbo-light/backlightoff.png") no-repeat center center;
}
/* line 1020, sass/skin-vbo-light.scss */
.no-svg .mejs-controls .mejs-backlight-on button {
  background: transparent url("controls/vbo-light/backlighton.png") no-repeat center center;
}
/* line 1023, sass/skin-vbo-light.scss */
.no-svg .mejs-controls .mejs-picturecontrols-button {
  background: transparent url("controls/vbo-light/picturecontrols.png") no-repeat center center;
}
/* line 1026, sass/skin-vbo-light.scss */
.no-svg .mejs-controls .mejs-time-rail {
  background: transparent url("controls/vbo-light/rail_rewind.png") no-repeat center center;
}
/* line 1027, sass/skin-vbo-light.scss */
.no-svg .mejs-controls .mejs-time-rail .mejs-time-handle-rewind {
  background-color: transparent;
}
/* line 1030, sass/skin-vbo-light.scss */
.no-svg .mejs-controls .mejs-time-rail .mejs-time-handle-forward {
  background-color: transparent;
  background: transparent url("controls/vbo-light/rail_forward.png") no-repeat center center;
}
/* line 1036, sass/skin-vbo-light.scss */
.no-svg .mejs-controls .mejs-volume-button .mejs-volume-slider, .no-svg .mejs-controls .mejs-volume-button .mejs-volume-slider.horizontal {
  background-color: #222222;
}
/* line 1038, sass/skin-vbo-light.scss */
.no-svg .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-plus, .no-svg .mejs-controls .mejs-volume-button .mejs-volume-slider.horizontal .mejs-volume-plus {
  background-color: black;
  background: transparent url("controls/vbo-light/volume_up.png") no-repeat center center;
}
/* line 1042, sass/skin-vbo-light.scss */
.no-svg .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-minus, .no-svg .mejs-controls .mejs-volume-button .mejs-volume-slider.horizontal .mejs-volume-minus {
  background-color: black;
  background: transparent url("controls/vbo-light/volume_down.png") no-repeat center center;
}
/* line 1051, sass/skin-vbo-light.scss */
.no-svg .mejs-volume-slider.horizontal:after {
  background: transparent url("controls/vbo-light/volume_box_arrow.png") no-repeat ;
  height: 0.4375em;
  position: absolute;
  top: 1.600em;
}
/* line 1059, sass/skin-vbo-light.scss */
.no-svg .mejs-duration-container span:after {
  position: static;
}

/* line 1064, sass/skin-vbo-light.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 1074, sass/skin-vbo-light.scss */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 1084, sass/skin-vbo-light.scss */
.invisible {
  display: none;
}
