#myModal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 7.5%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0,0,0,0.7);
/* Modal Content */
}
#myModal .modal-content {
  position: relative;
  margin: auto;
  width: 80%;
  max-width: 900px;
  vertical-align: middle;
  border-radius: 0;
  background: none;
  border: none;
/* The Close Button */
}
#myModal .modal-content .video {
  height: 100%;
  background-color: #000 !important;
}
#myModal .modal-content .video video {
  width: 100%;
  height: 100%;
}
#myModal .modal-content .bottom {
  width: 98%;
  height: 83px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 14px;
  border-radius: 10px;
  background-color: rgba(0,0,0,0.8);
  padding: 11px;
}
#myModal .modal-content .bottom .video-progress {
  bottom: 30px;
  width: 100%;
  left: 0px;
  height: 8.4px;
  margin-bottom: 10px;
}
#myModal .modal-content .bottom .video-progress input#seek {
  width: 100%;
  background: #aaa;
  top: -10px;
  height: 6px;
  border: 0;
  opacity: 0.8;
  display: inline;
}
#myModal .modal-content .bottom .video-progress input#seekr::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4caf50;
  cursor: pointer;
}
#myModal .modal-content .bottom .video-progress .seek-tooltip {
  display: none;
  position: absolute;
  background-color: #000;
  padding: 10px;
  top: -27px;
  margin-left: -20px;
  font-size: 12px;
  content: attr(data-title);
  font-weight: bold;
  color: #fff;
}
#myModal .modal-content .bottom .video-progress .seek:hover+.seek-tooltip {
  display: block;
}
#myModal .modal-content .bottom .back-button {
  background-image: url("/images/discas/images/videotagplayer/10back_off.png.pagespeed.ce.bJQscY1M_7.png");
  cursor: pointer;
  position: absolute;
  bottom: 14px;
  left: 15px;
  width: 32px;
  height: 32px;
}
#myModal .modal-content .bottom .back-button:hover {
  background-image: url("/images/discas/images/videotagplayer/10back_on.png.pagespeed.ce.aY4iDtzhgq.png");
}
#myModal .modal-content .bottom .play-button {
  background-image: url("/images/discas/images/videotagplayer/play_off.png.pagespeed.ce.5m84F-ixfS.png");
  cursor: pointer;
  position: absolute;
  bottom: 14px;
  left: 65px;
  width: 32px;
  height: 32px;
}
#myModal .modal-content .bottom .play-button:hover {
  background-image: url("/images/discas/images/videotagplayer/play_on.png.pagespeed.ce.QQA_Nwb5qU.png");
}
#myModal .modal-content .bottom .pause-button {
  background-image: url("/images/discas/images/videotagplayer/xpause_off.png.pagespeed.ic.w_whf_mPTW.png");
  cursor: pointer;
  position: absolute;
  bottom: 14px;
  left: 65px;
  width: 32px;
  height: 32px;
}
#myModal .modal-content .bottom .pause-button:hover {
  background-image: url("/images/discas/images/videotagplayer/xpause_on.png.pagespeed.ic.826gaziwS0.png");
}
#myModal .modal-content .bottom .skip-button {
  background-image: url("/images/discas/images/videotagplayer/30skip_off.png.pagespeed.ce._OYiIJsyja.png");
  cursor: pointer;
  position: absolute;
  bottom: 14px;
  left: 115px;
  width: 32px;
  height: 32px;
}
#myModal .modal-content .bottom .skip-button:hover {
  background-image: url("/images/discas/images/videotagplayer/30skip_on.png.pagespeed.ce.QRhLGP2OOh.png");
}
#myModal .modal-content .bottom .mute-popup-back {
  display: none;
  background-color: rgba(0,0,0,0.8);
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  position: absolute;
  bottom: 46px;
  left: 165px;
  width: 44px;
  padding: 10px 0;
  height: 118px;
  opacity: 0.8;
}
#myModal .modal-content .bottom .mute-popup-back #volum-tooltip {
  position: absolute;
  top: 46%;
  transform: rotate(270deg);
  height: 4px;
  width: 106px;
  margin-left: -32px;
  -webkit-appearance: auto;
}
#myModal .modal-content .bottom .mute-popup-back #volum-tooltip::-moz-range-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4caf50;
  cursor: pointer;
}
#myModal .modal-content .bottom #mute-button {
  cursor: pointer;
  position: absolute;
  bottom: 14px;
  left: 165px;
  width: 32px;
  height: 32px;
}
#myModal .modal-content .bottom .mute-button {
  background-image: url("/images/discas/images/videotagplayer/volume_off.png.pagespeed.ce.FLg2T78_pR.png");
}
#myModal .modal-content .bottom .mute-button:hover {
  background-image: url("/images/discas/images/videotagplayer/xvolume_on.png.pagespeed.ic.lA3jW7u72C.png");
}
#myModal .modal-content .bottom .mute-2-button {
  background-image: url("/images/discas/images/videotagplayer/mute_2_off.png.pagespeed.ce.MFUlvxdnWP.png");
}
#myModal .modal-content .bottom .mute-2-button:hover {
  background-image: url("/images/discas/images/videotagplayer/mute_2_on.png.pagespeed.ce.0QchuY-D8Y.png");
}
#myModal .modal-content .bottom .time {
  color: #fff;
  position: absolute;
  bottom: 6px;
  left: 215px;
  height: 32px;
}
#myModal .modal-content .bottom .speed-divbutton {
  border: 2px solid #fff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  text-align: center;
  padding: 2px;
  color: #fff;
  cursor: pointer;
  position: absolute;
  bottom: 14px;
  right: 64px;
  height: 30px;
  width: 52px;
}
#myModal .modal-content .bottom .speed-divbutton span#speed-value {
  font-size: 12px;
}
#myModal .modal-content .bottom .screen-big-button {
  background-image: url("/images/discas/images/videotagplayer/screen_big_off.png.pagespeed.ce._yvn2bGjmU.png");
  position: absolute;
  bottom: 14px;
  right: 12px;
  width: 32px;
  height: 32px;
}
#myModal .modal-content .bottom .screen-big-button:hover {
  background-image: url("/images/discas/images/videotagplayer/screen_big_on.png.pagespeed.ce.v4gYBa6hR3.png");
}
#myModal .modal-content .bottom .screen-big-button.on {
  background-image: url("/images/discas/images/videotagplayer/screen_small_off.png.pagespeed.ce.lxCXO-MKxU.png");
  position: absolute;
  bottom: 14px;
  right: 12px;
  width: 32px;
  height: 32px;
}
#myModal .modal-content .bottom .screen-big-button.on:hover {
  background-image: url("/images/discas/images/videotagplayer/screen_small_on.png.pagespeed.ce.I6Mkt57d5w.png");
}
#myModal .modal-content .close {
  float: right;
  font-size: 28px;
  font-weight: bold;
  color: #fff !important;
  opacity: 1;
  text-shadow: none;
  margin-bottom: 12px;
  background: url("/cosmo_common/images/icon_close.png") no-repeat center center;
  width: 44px;
  height: 44px;
}
#myModal .modal-content .video-loading {
  position: absolute;
  top: 55px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url("/images/discas/images/videotagplayer/loading.gif.pagespeed.ce.cW49pbZeQ7.gif");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: '#000';
}
#myModal .modal-content #speed-tooltip {
  display: none;
  background-color: rgba(0,0,0,0.8);
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  position: absolute;
  padding: 0;
  height: 204px;
  bottom: 45px;
  right: 57px;
  width: 66px;
}
#myModal .modal-content .speed_head {
  background: #aaa;
  padding: 5px 9px 4px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
}
#myModal .modal-content .speed_txt {
  padding: 3px 10px 5px;
  position: relative;
  color: #fff;
  font-size: 12px;
}
#myModal .modal-content #speed-tooltip-range {
  position: absolute;
  top: 56%;
  transform: rotate(270deg);
  height: 3px;
  width: 151px;
  margin-left: -92px;
}

 /*# sourceMappingURL=modal.css.map */