/* custom flowplayer skin */
/* line 2, sass/flowplayer.scss */
.videoPlayerFlow {
  display: block;
  position: relative;
/*  width: 640px; */
  width: auto;
  overflow: hidden;
}

#article .videoPlayerFlow {
  width: 100%;
}

/* line 10, sass/flowplayer.scss */
.flowplayer.is-error {
  background: #909090 !important;
}

/* line 14, sass/flowplayer.scss */
.flwplayer .fp-progress {
  width: 640px;
}

/* line 18, sass/flowplayer.scss */
.flwplayer .fp-progress {
  background-color: #ff0000 !important;
}

/* line 22, sass/flowplayer.scss */
.flwplayer.ad-active .adClick {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 900;
  width: 300px;
  height: 300px;
  display: block;
}

/* line 32, sass/flowplayer.scss */
.adv-view {
  position: relative;
}

.adv-view .adv-skip {
  display: block;
  width: 300px;
  height: 30px;
  z-index: 999;
  background: #000000;
  border: 0px solid #00aa00;
  position: relative;
}

.adv-view .adv-mute {
  display: block;
  width: 18px;
  height: 18px;
  z-index: 1001;
  position: absolute;
  right: 27px;
  top: 5px;
}

.adv-view .adv-mute .muteBtn {
  display: block;
  width: 18px;
  height: 18px;
  z-index: 1001;
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  _cursor: hand;
}

.adv-view .adv-mute.muteSound .muteBtn {
  background: rgba(0,0,0,0.4) url(/images/base-cz/videoplayer-sprite.png?v=65) 1px 1px no-repeat;
}

.adv-view .adv-mute.unmuteSound .muteBtn {
  background: rgba(0,0,0,0.4) url(/images/base-cz/videoplayer-sprite.png?v=65) -14px 1px no-repeat;
}

/* line 44, sass/flowplayer.scss */
.adv-view .fp-adon,
.adv-view .adv-skip {
  display: block;
  font-family: inherit;
  font-size: 12px;
  color: #ffffff;
  background: #000000;
  height: 30px;
  opacity: 0.8;
  margin: 0px;
  padding: 0px;
  width: 150px;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 25px;
  z-index: 999;
}

/* line 63, sass/flowplayer.scss */
.fp-adon {
  z-index: 1000;
}

/* line 67, sass/flowplayer.scss */
.adv-view .adv-skip {
  cursor: pointer !important;
  _cursor: hand !important;
}

/* line 73, sass/flowplayer.scss */
.adv-hidden .fp-adon,
.adv-hidden .adv-skip {
  display: none;
}

/* line 77, sass/flowplayer.scss */
.adv-hidden {
  display: none;
}

/* line 81, sass/flowplayer.scss */
.fp-playlist {
  display: none;
}

/* line 85, sass/flowplayer.scss */
.flwplayer .fp-logo {
  top: 20px;
  opacity: 0.7 !important;
}

/* line 90, sass/flowplayer.scss */
.flwplayer .fp-speed {
  display: none;
}

/* line 94, sass/flowplayer.scss */
.flwplayer.no-back {
  background-image: none !important;
}

/* line 100, sass/flowplayer.scss */
.is-hidden .fp-controls,
.is-hidden .fp-fullscreen,
.is-hidden .fp-time .fp-duration,
.is-hidden.play-button .fp-elapsed {
  display: none;
}

/* line 104, sass/flowplayer.scss */
.is-hidden.play-button .fp-remaining {
  /*	display: block; */
  /*	left:27px; */
}

/* line 110, sass/flowplayer.scss */
#click-ad {
  position: absolute;
  top: 15px;
  left: 0px;
  z-index: 900;
  width: 640px;
  height: 365px;
  display: none;
  cursor: hand;
  cursor: pointer;
  border: 0px solid #00aa00;
}

/* line 123, sass/flowplayer.scss */
.active-click {
  display: block !important;
}

/* line 128, sass/flowplayer.scss */
.videoPaging {
  display: none;
}

/* line 132, sass/flowplayer.scss */
.flowplayer.is-error .fp-message {
  display: none;
}

#article .videoPlayerFlow .flow img{
/*  width: auto; */
/*  height: auto; */
}

.reportVideo .videoPlayerFlow{
  width: 480px;
}

#article .videoInArticle .flwplayer img {
    width: auto;
    height: auto;
}

.online_report .report_item .media .fp-ui a {
/*
  width: auto;
  height: auto;
*/
}



/* oprava onlinereportu  */
.flowplayer .fp-time em {
    width: 35px !important;
    height: 10px !important;
    line-height: 10px !important;
    text-align: center !important;
    position: absolute !important;
    bottom: 5px !important;
    margin: 0px !important;
    padding: 0px !important;
    font-size: 13px !important;
    background: none repeat scroll 0% 0% transparent !important;
}

.flowplayer .fp-remaining {
    display: none !important;
}








