<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ANIMACE */
.bp_animace {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
}
.bp_animace img {
	width: 100%;
	height: auto;
}

/* ANIMACE */
.wbn_img_animace {
	width: 100%!important;
	height: 37vw!important;
	overflow: hidden;	
	display: block;
	left: 0px;
	top: 0px;	
	float: left;
	clear: both;
}
.wbn_img_animace_box {
	position: absolute;
	width: 75%!important;
	height: 37vw!important;
	overflow: hidden!important;
	margin: 0;
	padding: 0;
	background-size: cover;
}

figure {
	position: absolute;
	width: 100%;
	height: 37vw;
	opacity: 0;
	/*animation*/
	animation: slideShow 24s linear infinite 0s;
	-o-animation: slideShow 24s linear infinite 0s;
	-moz-animation: slideShow 24s linear infinite 0s;
	-webkit-animation: slideShow 24s linear infinite 0s;
	margin: 0;
	padding: 0;
}
figurecaption {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
}

/*  OBRAZKY ANIMACE */
.wbn_img_01 {
	opacity: 1;
  	background: url(../img/animace/podlaha_01.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.wbn_img_02 {
  animation-delay: 6s;
  -o-animation-delay: 6s;
  -moz--animation-delay: 6s;
  -webkit-animation-delay: 6s;
  background: url(../img/animace/podlaha_02.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.wbn_img_03 {
  animation-delay: 12s;
  -o-animation-delay: 12s;
  -moz--animation-delay: 12s;
  -webkit-animation-delay: 12s;
  background: url(../img/animace/podlaha_03.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/*
.wbn_img_04 {
  animation-delay: 18s;
  -o-animation-delay: 18s;
  -moz--animation-delay: 18s;
  -webkit-animation-delay: 18s;
  background: url(../img/animace/podlaha_04.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.wbn_img_05 {
  animation-delay: 24s;
  -o-animation-delay: 24s;
  -moz--animation-delay: 24s;
  -webkit-animation-delay: 24s;
  background: url(../img/animace/podlaha_05.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.wbn_img_06 {
  animation-delay: 30s;
  -o-animation-delay: 30s;
  -moz--animation-delay: 30s;
  -webkit-animation-delay: 30s;
  background: url(../img/animace/podlaha_06.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.wbn_img_07 {
  animation-delay: 36s;
  -o-animation-delay: 36s;
  -moz--animation-delay: 36s;
  -webkit-animation-delay: 36s;
  background: url(../img/animace/podlaha_07.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.wbn_img_08 {
  animation-delay: 42s;
  -o-animation-delay: 42s;
  -moz--animation-delay: 42s;
  -webkit-animation-delay: 42s;
  background: url(../img/animace/podlaha_08.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.wbn_img_09 {
  animation-delay: 48s;
  -o-animation-delay: 48s;
  -moz--animation-delay: 48s;
  -webkit-animation-delay: 48s;
  background: url(../img/animace/podlaha_09.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.wbn_img_10 {
  animation-delay: 56s;
  -o-animation-delay: 56s;
  -moz--animation-delay: 56s;
  -webkit-animation-delay: 56s;
  background: url(../img/animace/podlaha_10.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
*/</pre></body></html>