@import url('https://fonts.googleapis.com/css?family=Oswald|Open+Sans&subset=latin-ext');
@import url('/js/slick.css');

* {
    box-sizing: border-box
}
body,html {
    width: 100%;
    height: 100%;
	font-family: 'Oswald', serif;
	/*font-family: 'Open Sans', sans-serif;*/
}
body {
	background:#000;
	overflow:hidden;
}
.all {
    max-width: 1200px;
    margin: 0 auto;
	padding:0 10px;
    position: relative
}
.nolcd{
	display:none;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
	line-height:0;
}

/* vypis textu */
div.wrap{
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	background:#fff;
	color:#000;
}

div.textobsah {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin:auto;
	height:auto !important;
	text-align:center;
	font-size:130%;
}

.textobsah table{
	margin:50px;
	width: calc(100% - 100px) !important;
}
.textobsah td{
	padding:8px;
	border:#999 solid 1px;
/*	font-size:130%;*/
	line-height:140%;
	text-align:right;
}
.textobsah tr:first-child td {
	background:#000;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}
.textobsah td:first-child {
	text-align:left;
}

.pocasi {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 4%;
  z-index: 1001;
}