.flowplayer.fp-default-playlist .fp-playlist{
	display: none!important;
}

.flowplayer .fp-waiting {
  background: url(//www.hokej.cz/tv/images/icons/reload.svg) center no-repeat;
  /*height: 100%;*/
  display: none; 
}



#lbx_banner
{
    position: absolute;
    bottom: 42px;
    right: 90px;
    z-index: 12;
    display: block;
    width: calc(100% - 180px);
    
    background: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
}
#lbx_banner .lbx_divClose
{
    display: inline-block;
    position: relative;
    margin: 0 auto;
    
}
#lbx_banner .close
{
    position: absolute;
    top: 0;
    right: 0;
    background: #FFF;
    border: 1px solid #adadad;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 0;
    padding: 10px 5px 10px;
    text-transform: uppercase;
    text-decoration: none;
    color: #adadad;
}
#lbx_banner .close:hover
{
    background: #e6e6e6;
    color: #333;
}
#lbx_banner img
{
    max-width: 100%;
    max-height: 88px;
    margin: 0 auto;
    display: block;
}
        .fp-ad-container
        {
            z-index: 100;
            position: absolute;
            top: 0em;
            left: 0em;
            width: 100%;
			height: 85%;
			height: calc(100%-40px);
            display: none;
        }
.fp-ad-container .fp-title
        {
            z-index: 102;
            position: absolute;
            top: 0em;
            left: 0em;
			padding: 1em;
	    right: auto !important;
            color: white!important;
-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
        }
        .fp-ad-container a
        {
            z-index: 101;
            position: absolute;
            top: 0;
            left: 0;
						padding: 1em;
			width: 100%;
			height: 100%;
        }
/* customized error display and message */
.flowplayer.is-offline .fp-controls,
.flowplayer.is-offline .fp-play {
  display: none !important;
}
.flowplayer.is-offline .fp-message {
  color: transparent; /* hides engine prefix of message */
  width: 100%;
  height: 100%;
  background-image: url(//play.elh.livebox.cz/img/interruption.png);
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.flowplayer.is-offline .fp-message h2,
.flowplayer.is-offline .fp-message p {
  font-weight: bold;
  color: #000;
  text-shadow: 1px 1px #fff
}
.flowplayer.is-offline .fp-message h2 {
  margin-top: 15%;
  font-size: 120%;
}







.lbx-seek-button, .lbx-seek-insert{
	border: 1px solid #ccc;
	padding: 0.3em 0.5em;
	line-height: 2em;
	margin-right: 0.5em;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.lbx-seek-button-inline:hover {
	background: #bbb;
}
.lbx-seek-button-inline {
    font-size: 80%;
	text-align: center;
	border: 1px solid #999;
    -moz-border-radius: 3px;
     cursor: pointer;
	     background: #ccc;
    margin: 0 0.1em!important;
    padding: 0.3em;
    width: 3.2em;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	color: #000;
}
.lbx-seek-button-inline i {
	display: block;
}