@import "http://gidnes.cz/fonts/lft-etica.css" screen and (min-width:0px);
@font-face {
	font-family: "LFT Etica";
	src/*\**/: url("http://gidnes.cz/fonts/lft-etica-reg.eot")\9;
	font-style: normal;
}
@font-face {
	font-family: "LFT Etica";
	src/*\**/: url("http://gidnes.cz/fonts/lft-etica-italic.eot")\9;
	font-style: italic;
}
@font-face {
	font-family: "LFT Etica";
	src/*\**/: url("http://gidnes.cz/fonts/lft-etica-semibold.eot")\9;
	font-style: normal;
	font-weight: bold;
}

html, body {
  background: #FFF;
  color: #333;
  font-family: 'LFT Etica', Arial, sans-serif;
  line-height: 1.4;
  margin: 0;
  height: 100%;
}
html {
  overflow-x: hidden;
}

.text {
  text-align: justify;
  margin: auto;
  width: 630px;
  position: relative;
  z-index: 5;
  padding: 2em 1em;
}
.box-napravo {
  float: right;
  width: 11em;
  border-left: 2px solid #06C;
  color: #06C;
  text-align: left;
  font-size: 150%;
  margin: 0 -8em 0 1em;
  padding: 0.25em 0 0.5em 1em;
}

.velefoto {
  background: #000;
}
.velefoto .pozadi {
  width: 100%;
  height: 100%;
  position: absolute;
  background: none no-repeat 50% 50%;
  background-size: cover
}

.velefoto > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
.velefoto .text {
  color: #FFF;
  margin: 0 0 0 50%;
  padding: 10em 1.75em 20em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.polofix {
  position: relative;
}
.polofix.fix > .pozadi {
  position: fixed;
  top: 0;
}
.polofix.fix-dole > .pozadi {
  top: auto;
  bottom: 0;
}

.prekryv-horni {
  z-index: 8;
  clip: rect(0, 10000px, 6.75em, 0);
}
.polofix.fix > .prekryv-dolni {
  position: fixed;
  display: block;
}
.polofix.fix-dole > .prekryv-dolni {
  display: none
}

.prekryv-dolni {
  z-index: 8;
  display: none;
  width: 100%;
  bottom: 0;
  height: 6.75em;
  overflow: hidden;
}
.prekryv-dolni .pozadi {
  position: absolute;
  bottom: 0;
}

.pozadi div {
  position: absolute;
  background: rgba(0,0,0,0.5);
}
