.sekce_1 {
    width: 100%;
    height: 100%;
    position: relative;
}

.fullpage {
    width: 100%;
    height: 100%;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*background:#000 url('/images/logobg.png') no-repeat center;*/
	color:#fff;
	overflow:hidden;
	z-index:900;
}
.kzakryti{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index:999;
}
.bg {
    display: none
}
.fullpage div img{
	display: block;
    height: auto;
    width: 100%;
}
.fullpage div video{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrap_rotace{
	position:relative;
	    width: 100%;
    height: 100%;
}
.rotace_doleva{
	transform: rotate(-90deg);
	transform-origin: top left;
	top: 100vh;
	height: 100vw;
	width: 100vh;
	position: absolute;
}
.rotace_doprava{
	transform: rotate(90deg);
	transform-origin: bottom left;
	top: -100vw;
	height: 100vw;
	width: 100vh;
	position: absolute;
}
.rotace_dokola{
	transform: rotate(180deg);
	height: 100vh;
	width: 100vw;
	position: absolute;
}

.copy{
	width: 100%;
    height: 30px;
	color:#fff;
	bottom:0;
	left:0;
	right:0;
    position: absolute;
	z-index:9999;
	padding:0 0 0 20px;
	-webkit-transform: translateZ(0);
}

.hornipruh{
	width: 100%;
    height: 250px;
	top:0;
	left:0;
	right:0;
    position: absolute;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%); 
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
	z-index:1000;

}
.spodnipruh{
	width: 100%;
    height: 250px;
	bottom:0;
	left:0;
	right:0;
    position: absolute;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); 
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); 
	z-index:1001;

}

.datum {
    position: absolute;
    top: 40px;
    right: 40px;
	color:#fff;
    text-align: right;
	z-index:1000;
}
h1 {
	font-size:300%;
}
h2 {
	font-size:250%;
	font-weight:normal;
}
h3 {
	font-size:220%;
	font-weight:normal;
}
h2 span{
	font-weight:normal;
}
h3 span{
	font-size:70%;
}