.wmtv .sprites {
  display: inline-block;
}
.wmtv .sprites {
  background: url(../img/sprites.png) no-repeat;
}
.wmtv .fullscreen {
  width: 20px;
  height: 14px;
  background-position: 0 0;
}
.wmtv .mute {
  width: 16px;
  height: 14px;
  background-position: -23px 0;
}
.wmtv .pause {
  width: 9px;
  height: 14px;
  background-position: -76px 0;
}
.wmtv .play {
  width: 12px;
  height: 14px;
  background-position: -61px 0;
}
.wmtv .volume {
  width: 16px;
  height: 14px;
  background-position: -42px 0;
}
div:-webkit-full-screen {
  width: 100% !important;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
div:-webkit-full-screen video {
  width: 100% !important;
  height: 100% !important;
}
div:-moz-full-screen {
  width: 100% !important;
}
div:-moz-full-screen video {
  height: 100% !important;
}
div:-ms-fullscreen {
  width: 100% !important;
}
div:-ms-fullscreen video {
  height: 100% !important;
}
div:fullscreen {
  width: 100% !important;
}
div:fullscreen video {
  height: 100% !important;
}
.wmtv {
  background-color: #000000;
  color: #ffffff;
  position: relative;
  display: inline-block;
  font-size: 10px;
  font-family: Arial, "Helvetica Neue", Helvetica, Verdana, sans-serif;
  overflow: hidden;
}
.wmtv,
.wmtv * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wmtv video {
  width: 100%;
  height: 100%;
}
.wmtv .wntv-video-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent url(../img/big-play.png) no-repeat center center;
  opacity: 0.5;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.wmtv .wntv-video-overlay:hover {
  opacity: 0.8;
}
.wmtv .wntv-video-overlay.hidden,
.wmtv .wntv-video-overlay.hidden:hover {
  opacity: 0;
}
.wmtv .wntv-video-loading {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent url(../img/loader.png) no-repeat center center;
}
.wmtv.loading .wntv-video-loading {
  display: block;
}
.wmtv .wmtv-controls-container {
  height: 32px;
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: #000000;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  z-index: 2;
}
.wmtv .wmtv-progress-container {
  cursor: pointer;
  height: 7px;
}
.wmtv .wmtv-progress-container:-webkit-full-screen,
.wmtv .wmtv-progress-container:-moz-full-screen,
.wmtv .wmtv-progress-container:-ms-fullscreen,
.wmtv .wmtv-progress-container:fullscreen {
  bottom: 0;
  height: 32px;
  position: fixed;
  width: 100%;
  z-index: 1;
}
.wmtv .wmtv-progress-container .wmtv-progress-all,
.wmtv .wmtv-progress-container .wmtv-progress-current,
.wmtv .wmtv-progress-container .wmtv-progress-download {
  position: absolute;
  display: block;
  height: 6px;
  left: 0;
  top: 0;
}
.wmtv .wmtv-progress-container .wmtv-progress-all {
  width: 100%;
  height: 6px;
  background-color: #4b4b4b;
  border-bottom: 1px solid #0f0f0f;
}
.wmtv .wmtv-progress-container .wmtv-progress-current {
  background-color: #f16f0c;
  border-bottom: 1px solid #3c220e;
  z-index: 1;
}
.wmtv .wmtv-progress-container .wmtv-progress-download {
  background-color: #404040;
}
.wmtv .wmtv-controls-left > *,
.wmtv .wmtv-controls-right > * {
  display: inline-block;
  margin-left: -0.3em;
  vertical-align: top;
}
.wmtv .wmtv-controls-left > *:first-child,
.wmtv .wmtv-controls-right > *:first-child {
  margin-left: 0;
}
.wmtv .wmtv-controls-left {
  position: absolute;
  width: 50%;
  left: 0;
  top: 6px;
  height: 25px;
}
.wmtv .wmtv-controls-right {
  position: absolute;
  width: 50%;
  right: 0;
  top: 6px;
  height: 25px;
  text-align: right;
}
.wmtv .wmtv-controls-time-position {
  color: #363636;
  line-height: 27px;
}
.wmtv .wmtv-controls-time-position .wmtv-controls-current {
  color: #ffffff;
}
.wmtv .wmtv-controls-toggle-play {
  width: 30px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
  margin-right: 1px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.wmtv .wmtv-controls-toggle-play:hover {
  opacity: 0.4;
}
.wmtv .wmtv-controls-toggle-play > * {
  vertical-align: middle;
}
.wmtv .wmtv-controls-toggle-play > .play {
  display: inline-block;
}
.wmtv .wmtv-controls-toggle-play > .pause {
  display: none;
}
.wmtv .wmtv-controls-toggle-play.playing > .play {
  display: none;
}
.wmtv .wmtv-controls-toggle-play.playing > .pause {
  display: inline-block;
}
.wmtv .wmtv-fullscreen {
  width: 32px;
  height: 26px;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.wmtv .wmtv-fullscreen:hover {
  opacity: 0.4;
}
.wmtv .wmtv-fullscreen > * {
  vertical-align: middle;
}
.wmtv .wmtv-volume-slider {
  width: 67px;
  height: 24px;
  display: inline-block;
  position: relative;
  margin-right: 5px;
  cursor: pointer;
}
.wmtv .wmtv-volume-slider .wmtv-volume-slider-all,
.wmtv .wmtv-volume-slider .wmtv-volume-slider-current {
  position: absolute;
  display: block;
  height: 5px;
  left: 0;
  top: 11px;
}
.wmtv .wmtv-volume-slider .wmtv-volume-slider-all {
  width: 100%;
  height: 5px;
  background-color: #4b4b4b;
  border-bottom: 1px solid #0f0f0f;
}
.wmtv .wmtv-volume-slider .wmtv-volume-slider-current {
  background-color: #f16f0c;
  border-bottom: 1px solid #3c220e;
}
.wmtv .wmtv-volume-toggle-mute {
  cursor: pointer;
  width: 30px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.wmtv .wmtv-volume-toggle-mute:hover,
.wmtv .wmtv-volume-toggle-mute.mute {
  opacity: 0.4;
}
.wmtv .wmtv-volume-toggle-mute > * {
  vertical-align: middle;
}
.wmtv .wntv-video-wall {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: black;
  text-align: center;
  padding-top: 2%;
  display: none;
  line-height: 0;
}
.wmtv .wntv-video-wall.visible {
  display: block;
}
.wmtv .wntv-video-wall > * {
  display: inline-block;
  position: relative;
  width: 32%;
  height: 27%;
  margin: 0.3%;
}
.wmtv .wntv-video-wall > * a {
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: block;
}
.wmtv .wntv-video-wall > * a span {
  color: white;
  text-decoration: none;
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.7);
  padding: 3px;
  text-align: left;
  line-height: 1.2em;
}
.wmtv .wntv-video-wall > * a:hover span {
  display: block;
}
.wmtv .wntv-video-wall .replay {
  background: url("../img/replay.png") no-repeat center center;
  cursor: pointer;
  position: relative;
}
.wmtv .wntv-video-wall .replay:after {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
}
.wmtv .wntv-video-wall .replay:hover:after {
  opacity: 0.5;
}
.wmtv-banners-container {
  left: 0;
}
.wmtv-banners-container .wmtv-banners-banner {
  bottom: 39px;
  left: 130px;
  position: absolute;
}
.wmtv-banners-container .wmtv-banners-banner-content {
  border: 1px solid black;
}
.wmtv-banners-container .wmtv-banners-banner-content a {
  display: block;
}
.wmtv-banners-container .wmtv-banners-banner-content img {
  display: block;
}
.wmtv-banners-container .wmtv-banners-banner-close {
  background: url("../img/banner-close.png") no-repeat 0 0;
  width: 21px;
  height: 21px;
  position: absolute;
  right: -19px;
  top: -1px;
  cursor: pointer;
}
.wmtv-banners-container iframe,
.wmtv-banners-container img {
  border: none;
}
.wmtv-banners-indicators-indicator {
  background-color: #faff57;
  bottom: 26px;
  display: block;
  height: 6px;
  left: 30%;
  position: absolute;
  width: 3px;
  z-index: 2;
  pointer-events: none;
  -webkit-pointer-events: none;
}
.wmtv-rolls {
  display: none;
}
.wmtv-rolls .wmtv-roll {
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wmtv-rolls .wmtv-roll-message {
  position: absolute;
  top: 2px;
  right: 5px;
}
.wmtv-rolls .wmtv-roll-message:before {
  content: "Reklama: ";
}
.wmtv-rolls .wmtv-roll-skip {
  position: absolute;
  bottom: 35px;
  right: 5px;
}
.wmtv-rolls .wmtv-roll-skip:before {
  content: "Pomiń za: ";
}
.wmtv-rolls .wmtv-roll-skip-button {
  cursor: pointer;
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  bottom: 35px;
  font-size: 16px;
  padding: 3px 10px;
  position: absolute;
  right: 5px;
  z-index: 1;
}
.wmtv-rolls .wmtv-roll-skip-button:after {
  content: "Pomiń ›";
}
