body { font: 12px "Arial", "Lucida Grande", sans-serif;  }


.fp-fullscreen {
	opacity: 1 !important;
	position: absolute !important;
	top: auto !important;
	bottom:0px !important;
	right: 10px !important;
	z-index: 9999;
}

.fp-engine {
	position: relative;
}

.subtitle {
	width: 100%;
	height: 35px;
	position: relative;
	background: #000000;
	border-bottom: 5px solid #36b5d5;
	margin-top: -5px !important;
}

.fp-timeline, .fp-buffer, .fp-volume, .fp-embed, .fp-time {
	display: none !important;
}
.functional .fp-controls, .functional .fp-progress {
	background: none;
}
.title {
	position: absolute;
	bottom: 2px;
	z-index: 9999;
	left: 35px;
	color: white;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
}
.title strong {
	font-size: 20px;
	line-height: 20px;
	font-weight: normal !important;
}
 .logo{
	position: absolute;
	z-index: 9999;
	display: block;
	left: 10px;
	top: 10px;
	
	
}

.logo img {
	height: 40px;
	width: auto;
	border-radius: 5px;
	opacity: 0.9;
	box-shadow: 0 0 3px rgba(0,0,0,0.6);
	transition: .4s;
}

.logo img:hover {
	opacity: 1;
	box-shadow: 0 0 5px rgba(0,0,0,0.9);
}


.pogoda {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 9999;
	background-color: rgba(255,255,255,0.9);
	border-radius: 5px;
	overflow: hidden;
	width: 110px;
	height: 40px;
	box-shadow: 0 0 3px rgba(0,0,0,0.6);
	transition: .4s;
	
}
.pogoda:hover {
	box-shadow: 0 0 3px rgba(0,0,0,0.6);
}
.pogoda iframe {
	margin-top: -2px;
	margin-left: 5px;
}

.flowplayer {
	margin-bottom: 0px !important
	width: 100% !important;
	height: auto;
	background: #999999;
}

.flowplayer video {
	width: 100%;
	height: auto;
}

.polineo {
	padding-left: 80px;
	height: 25px;
	border-radius: 5px;
	opacity: 0.9;
	background: #fbfbfb url('../polineo.png') no-repeat 5px 0;
	position: absolute;
	z-index: 9999;
	top: 10px;
	right: 10px;
	line-height: 25px;
	padding-right: 10px;
	color: #666666;
	box-shadow: 0 0 3px rgba(0,0,0,0.6);
	transition: .4s;
}

.polineo:hover {
	opacity: 1;
	box-shadow: 0 0 5px rgba(0,0,0,0.9);
}

.fb{
    position: absolute;
    z-index: 9999;
    left: 5px;
    bottom: 5px;
    display: block;
    width: 20px;
    height: 20px;
    background: url('../fb.png');
    text-indent: -9999px;
    border-radius: 5px;
}

.mp4style {
	background-color: #999999 !important;
}

.mp4style .subtitle {
	margin-top: -22px !important;
}

.mp4style .polineo {
	top: 30px;
}

.mp4style .pogoda { 
	bottom: 30px;
}

.fp-play {
  display: none !important;
}

.functional.is-mouseout .fp-fullscreen {
  position: absolute !important;
  bottom: -30px !important;
  right: 5px !important;
}

.functional.is-mouseout .fp-fullscreen:hover {
  position: absolute !important;
  bottom: -30px !important;
  right: 5px !important;
}

.fp-ui:hover .fp-fullscreen {
  position: absolute !important;
  bottom: -30px !important;
  right: 5px !important;
}

.flowplayer:hover .fp-fullscreen {
  position: absolute !important;
  bottom: -30px !important;
  right: 5px !important;
}

.flowplayer:hover a[href="http://flowplayer.org"] {
font-size: 0px !important;
opacity: 0 !important;
}