@charset "utf-8";
/* CSS Document */
*, html {
	margin: 0;
	padding: 0;
}
*, *:before, *:after {box-sizing:  border-box !important;}


.clear {
	clear: both; 
}
.clearing {
	clear: both;
	width: 100%;
	height: 2px;
	font-size: 2px;
	line-height: 2px;
}
html, body {
     height: 100%;
}
body {
	position: relative;
	color: #000000;
	font-family: Open Sans, Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
	text-align: center; 
    min-height: 100%;
    _height: 100%;
	background: #ffffff;
	letter-spacing: 0.1em;	
}
ul {
	list-style: none;
}
h1, h2, h3, h4, h5, form, ul, li, table, tr, td, p {
	margin: 0;
	padding: 0;
	border: 0;
}
table {
	border-collapse: collapse;
}
a, a:hover, a:visited {
	color: #b8cc52;
}
a:hover {
	text-decoration: none;
}
img {
	position: relative;
}
p {
	padding-bottom: 25px;
}
a img {
	border: 0;
}
.right, .vpravo {
	text-align: right;
}
span.maly-sedy {
	font-size: 14px;
	color: #cccccc;
}
.left {
	text-align: left;
}
h1, h2 {
	color: #b8cc52;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 700;
	padding-bottom: 50px;
	line-height: 1.25em;
}



.bounce-up .subject {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bounce-up.in-view .subject {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
#page {
	width: 100%;
	position: relative;
    min-height: 100%;
    _height: 100%; 
    overflow: hidden;
    position: relative;
}
.obsah-in {
	text-align: center;
	width: 980px;
	margin: 0 auto;
	position: relative;
}
.obsah-in2 {
	padding: 0px;
}
#kontakt {
	padding-top: 60px;
	color: #ffffff;
	background-color: #555555;
	padding-bottom: 90px;
	margin-bottom: 35px;
}
#pole1 input, #pole2 input, #pole3 input {
	width: 293px;
	height: 55px;
	border: 1px solid #a8a8a8;
	padding-left: 15px;
	font-size: 14px;
	line-height: 55px;
	color: #000000;
	font-family: Open Sans, Arial, sans-serif;
	font-weight: 400;
}
#pole1, #pole2, #pole3, #pole4 {
	float: left;
	padding-bottom: 31px;
}
#pole1, #pole2 {
	padding-right: 25px;
}
#pole4 textarea {
	border: 1px solid #a8a8a8;
	font-size: 14px;
	line-height: 1.5em;
	color: #000000;
	width: 613px;
	height: 75px;
	border: 0;
	padding: 15px;
	font-family: Open Sans, Arial, sans-serif;
	font-weight: 400;
}
#umistnenic {
	width: 310px;
	float: left;	
}
#tlacitko-odeslat {
	background-color: #555555;
	display: block;
	width: 100%;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	line-height: 56px;
	text-decoration: none;
	border: 2px solid #ffffff;
}	
#tlacitko-odeslat:hover {
	background-color: #ffffff;
	color: #555555;
	text-decoration: none;
	cursor: pointer;
}	
#paticka {
	padding-top: 25px;
	color: #c0c0c0;
	background-color: #262626;
	padding-bottom: 10px;
}
#paticka a, #paticka a:hover, #paticka a:visited {
	color: #c0c0c0;
}
#paticka2 a {
	text-decoration: none;
}
#paticka2 ul li {
	padding-bottom: 1px;
}
#paticka1 {
	text-align: left;
	float: left;
	width: 430px;
}
#paticka2 {
	text-align: left;
	float: left;
	width: 350px;
}
#paticka3 {
	text-align: left;
	float: left;
	width: 200px;
}
#paticka1 {
	padding-right: 25px;
}
#paticka2 {
	padding-right: 25px;
}
#paticka1 p.indiv {
	padding-bottom: 45px;
}
#paticka3 p.indiv {
	padding-bottom: 44px;
}

#hlavicka-obal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: url("../obrazky/hlavicka-pozadi.png") top center repeat-x;		
}
#hlavicka {
	text-align: center;
	width: 980px;
	margin: 0 auto;
	position: relative;
}
#hlavicka-logo-uvod {
	display: block;
	width: 162px;
	height: 178px;
	position: absolute;
	top: 0px;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto;
}
#hlavicka-logo {
	display: block;
	width: 162px;
	height: 99px;
	position: absolute;
	top: 0px;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto;
}
#hlavicka-logo-mobil {
	display: none;
}	
#nav-packed {
	display: none;
}
#nav {
	width: 100%;
	height: 73px;
	overflow: hidden;
}
#nav ul li {
	float: left;
	padding: 0px;
	/*border: 1px solid red;*/
}
#nav ul li.polozka-pulka {
	margin-right: 163px;
}
#nav ul li a {
	line-height: 73px;
	font-size: 16px;
	color: #646464;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: normal;		
}
#nav ul li.aktivni a {
	color: #b8cc52;
}
#nav ul li a:hover {
	color: #646464;
	text-decoration: none;
}
.stin {
	background: url("../obrazky/stiny.png") center -5px no-repeat;		
	width: 100%;
	height: 22px;
}
#uvod {
	margin-top: 73px;
	position: relative;
	width: 100%;
	height: 800px;
	background: url("../obrazky/uvod-hlavni.jpg") no-repeat top center;
	-webkit-background-size: cover; 
	-moz-background-size: cover;    
	-o-background-size: cover;      
	background-size: cover; 
}
#neuvod {
	margin-top: 73px;
	position: relative;
	width: 100%;
	height: 350px;
	background: url("../obrazky/uvod-ostatni.jpg") no-repeat top center;
	-webkit-background-size: cover; 
	-moz-background-size: cover;    
	-o-background-size: cover;      
	background-size: cover; 
}
#arrange {
	margin-top: 0px;
}
#arrange-text {
	font-weight: 800;
	color: #ffffff;
	font-size: 60px;
	text-align: center;
	line-height: 1.2em;
	padding-bottom: 40px;
	width: 500px;
	margin: 0 auto;
}
#arrange-text span {
	background-color: #767676;

}          
#arrange-button {
	text-align: center;
	margin: 0 auto;
	width: 380px;
}
#arrange-button a, #arrange-button a:visited {
	display: block;
	text-decoration: none;
	font-weight: 800;
	font-size: 19px;
	line-height: 67px;
	padding: 0px 40px;
	letter-spacing: 0.1em;
	background-color: #b8cc52; 
	color: #ffffff;
}
#arrange-button a:hover {
	color: #b8cc52;
	background-color: #ffffff; 
	text-decoration: none;
}	
#uvod-blok-obrazek img {
	width: 100%;
}	
#uvod-blok1 {
	padding-top: 100px;
	padding-bottom: 120px;
}
#uvod-standardy {
	padding-top: 100px;
	padding-bottom: 120px;
}
#uvod-standardy .obsah-in {
	text-align: left;
}
#byt-blok1 {
	margin-top: 73px;
	height: 22px;
	width: 100%;
	
}
#byt-blok2 {
	padding-top: 80px;
}
#byt-blok2 img {
	width: 100%;
}
.byt-blok-seda {
	height: 90px;
	background-color: #f2f2f2;
}
.siroke-sede-tlacitko {
	margin-top: 50px;
}
.siroke-sede-tlacitko a {
	background-color: #555555;
	display: block;
	width: 100%;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
	line-height: 60px;
	text-decoration: none;
}	
.siroke-sede-tlacitko a:hover {
	background-color: #ffffff;
	color: #555555;
	line-height: 56px;
	border: 2px solid #555555;
}
#uvod-blok2 .siroke-sede-tlacitko a {
	background-color: #555555;
	display: block;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
	line-height: 56px;
	text-decoration: none;
	border: 2px solid #ffffff;
	margin: 0;
}	
#uvod-blok2 .siroke-sede-tlacitko a:hover {
	background-color: #ffffff;
	color: #555555;
}
#uvod-blok2 {
	color: #ffffff;
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #555555;
}	
#uvod-blok2 h1, #uvod-blok2 h2 {
	color: #ffffff;
}
#uvod-byty-tlacitka {
	padding-top: 50px;
}
.nesiroke-tlacitko {
	float: left;
	margin-bottom: 25px;
}
#byty-tlacitko1, #byty-tlacitko2 {
	margin-right: 40px;
}
.nesiroke-tlacitko a {
	background-color: #555555;
	display: block;
	width: 296px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
	line-height: 56px;
	text-decoration: none;
	border: 2px solid #ffffff;
	margin: 0;
}
.nesiroke-tlacitko a:hover {
	background-color: #ffffff;
	color: #555555;
}
#aktuality-uvod {
	background-color: #f2f2f2;
	padding-top: 100px;
	padding-bottom: 100px;
}	
#aktuality-uvod-in {
}


.aktualita {
  width: 245px;
  float: left;
	text-align: left;  
}	
.aktualita-in {
	margin: 3px;
  background-color: #ffffff;
 padding-bottom: 25px;
}
.aktualita img {
	width: 100%;
}
.aktualita-datum {
	color: #b2b2b2;
	font-size: 18px;
	line-height: 36px;
	padding-left: 13px;
}
.aktualita-obsah-text {
	color: #b8cc52;
	font-size: 18px;
	line-height: 21px;
	padding-left: 13px;
	font-weight: 700;
	padding-top: 25px;
	padding-bottom: 25px;	
}
.aktualita-tlacitko a {
	display: block;
	color: #b8cc52;
	border: 1px solid #b8cc52;
	font-size: 16px;
	line-height: 28px;
	width: 144px;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
}
.aktualita-detail {
	padding-bottom: 0px;
}
.aktualita-detail-datum {
	color: #b2b2b2;
	font-size: 18px;
	line-height: 36px;
	padding-left: 13px;
	padding-bottom: 20px
}
.aktualita-detail-obrazek {
	padding-bottom: 25px;
}
.aktualita-detail-obrazek img {
	width: 100%;
}
#uvod-blok3 {
	padding-top: 100px;
	padding-bottom: 80px;
}
.vyhoda-obal {
	width: 310px;
	float: left;
	padding-bottom: 40px;
}
#vyhoda1, #vyhoda2 {
	margin-right: 25px;
}
.vyhoda-nadpis {
	background-color: #b8cc52;
	color: #ffffff;
	font-size: 23px;
	line-height: 40px;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	width: 180px;
	margin: 0 auto;
}
.vyhoda-text {
	width: 250px;	
	margin: 0 auto;
	padding-top: 60px;
}
#map-canvas {
	width: 100%;	
	height: 700px;
}
#legenda {
	padding-top: 40px;
	padding-bottom: 60px;
}
.lok-blok {
	float: left;
	height: 39px;
	padding-right: 20px;
	margin-bottom: 20px;
}
.lok-blok img {
	float: left;
}
.leg-text {
	float: left;
	line-height: 39px;
}
#uvod-hledani {
	height: 95px;
	background-color: #555555;
	text-transform: uppercase;
	color: #ffffff;
}
#uvod-hledani2 {
	height: 95px;
	background-color: #555555;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 30px;
	padding-left: 80px;
}
#hledani-nadpis {
	float: left;
	width: 213px;
	line-height: 95px;
	font-size: 24px;
}
#hledani-tlacitko {
	float: left;
	width: 95px;
	line-height: 95px;
	background-color: #b8cc52;
	font-size: 24px;
	font-weight: 700;	
	cursor: pointer;
}
.hledani-prvek {
	float: left;
	text-align: center;
	width: 220px;
	cursor: pointer;
	height: 95px;	
}
#hledani-dispozice {
	margin-right: 12px;
}
.hledani-prvek-nadpis {
	padding-top: 15px;
	font-size: 12px;
}
.hledani-prvek-vybrane {
	font-size: 24px;
	font-weight: 700;	
}
#hledani-etapa-rozbal, #hledani-stav-rozbal, #hledani-dispozice-rozbal {
	position: absolute;
	top:0;
	left:0;	
	width: 220px;
	/*background-color: #555555;*/
	background: url("../obrazky/rozbal-stin.png?xd=2") bottom center no-repeat;	
	font-size: 24px;
	line-height: 1.25em;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;	
	padding-bottom: 15px;
	display:none;
}
#hledani-etapa-rozbal div, #hledani-stav-rozbal div, #hledani-dispozice-rozbal div {
	cursor: pointer;
	padding-bottom: 5px;
}

#cenik {
	width: 100%;
	}
#cenik table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 70px;
}
#cenik table.form th {
	background-color: #707071;
	color: #ffffff;
	font-weight: 700;
	padding: 25px 10px;
	font-size: 15px;
	line-height: 1.25em;
}
#cenik table.form tr td {
	padding: 3px 10px;
	border-top: 1px solid #5f5f5f;	
	border-bottom: 1px solid #5f5f5f;	
	background-color: #909091;
	font-size: 15px;
}
#cenik table.form tr.volne td {
	background-color: #707071;
	color: #ffffff;
	padding: 3px 10px;
	border-top: 1px solid #5f5f5f;	
	border-bottom: 1px solid #5f5f5f;	
	font-size: 15px;
}
#cenik table.form tr.volne td.barva_volne {
	background-color: #b8cc52;
	color: #ffffff;
	padding: 3px 20px;
	border-top: 1px solid #5f5f5f;	
	border-bottom: 1px solid #5f5f5f;	
	text-transform: uppercase;
	text-align: center;
}
#cenik table.form tr td.barva_prodano, #cenik table.form tr td.barva_zamluveno, #cenik table.form tr td.barva_rezervace {
	background-color: #909091;
	color: #000000;
	padding: 10px 25px;
	border-top: 1px solid #5f5f5f;	
	border-bottom: 1px solid #5f5f5f;	
	text-transform: uppercase;
	text-align: center;
}
	.foto-blok {
	padding-bottom: 20px;

	}

	.foto-blok-obrazek {
		width: 33%;
		float: left;
		display: inline-block;
		position: relative;
		overflow: hidden;
	}
	.foto-blok-obrazek-text {
		width: 33%;
		float: left;
		display: inline-block;
		position: relative;
		overflow: hidden;
	}
.foto-blok-obrazek-text:after {
  padding-top: 100%;
  display: block;
  content: '';
}

.foto-blok-obrazek:after {
  padding-top: 100%;
  display: block;
  content: '';
}
a.obr {
height: 103%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  color: white;
  display: block;
  text-align: center;
  /*margin: 4%;*/
  overflow: hidden;
}
.foto-blok a.obr img {
	display: block;
	height: 100%;
	min-width: 100%;
	width: auto;
	position: absolute;
	top: 0px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.table-stan {
	margin-bottom: 40px;
}
.table-stan td {
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eeeeee;
}
.table-stan td.tslevy {
	width: 30%;
	font-weight: 600;
	padding-right: 15px;
}
h2.inverz {
	background-color: #b8cc52;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	padding-top: 10px;
	padding-bottom: 10px;
	color: white;
	margin-bottom:20px;
}
h3 {
	color: #b8cc52;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 700;
}
h4 {
	color: #666666;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
}
.sirka-2 {
	width: 470px;
	float: left;
	margin-right: 15px;
}
.sirka-2-s-obrazkem {
	width: 485px;
	float: left;
}
.obrazky-3 {
	width: 495px;
	float: left;
}
.sirka-1 {
	width: 305px;
	float: left;
	margin-right: 15px;
}
.sirka-1-maly {
	width: 230px;
	float: left;
	margin-right: 15px;
}
.obrazek-vyssi {
	width: 150px;
	height: 225px;
	margin-right: 15px;
	float: left;
	display: inline-block;
	position: relative;
	overflow: hidden;	
	margin-bottom: 15px;
}
.obrazek-nizsi {
	width: 150px;
	height: 100px;
	margin-right: 15px;
	float: left;
	display: inline-block;
	position: relative;
	overflow: hidden;	
	margin-bottom: 15px;
}
a.obr {
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	color: white;
	display: block;
	text-align: center;
	overflow: hidden;
}
.obrazek-vyssi a.obr img, .obrazek-nizsi a.obr img {
	display: block;
	height: 100%;
	min-width: 100%;
	width: auto;
	position: absolute;
	top: 0px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.obrazky-6 .obrazek-nizsi {
	margin-right: 13px;
}

@media only screen and (max-width: 979px) {
	#byt-blok1 {
	margin-top: 215px;
}
		#hlavicka-logo-uvod {
	display: none;

}
#paticka1, #paticka2, #paticka3 {
	width: auto;
}	
	.foto-blok-obrazek {
		width: 50%;

	}
	.foto-blok-obrazek-text {
		width: 50%;
	}		
	#hlavicka {
		width: 100%;
	}	
	#hlavicka-logo-mobil {
		width: 100%;
		height: 115px;
		display: block;
		text-align: center;
		position: absolute;
		top: 0px;
		left: 0px; 
		background-color: #f2f2f2;
	}	
	#hlavicka-logo {
		display: none;
	}	
	
	.obsah-in {
		width: 96%;
		padding-left: 2%;
		padding-right: 2%;
	}	
#uvod {
	margin-top: 115px;

}	
	#nav-packed {
		width: 100%;
		margin-top: 115px;
		height: 54px;
		background: #f2f2f2 url("../obrazky/mobilni_menu.png") center center no-repeat;	
		display: block;
		cursor: pointer;
	}
	#nav-packed-in {
		padding: 10px;
	}
	#nav {
		padding-top: 0;
		width: 100%;
		height: 0px;
		overflow: hidden;
		display: none;
		background-color: #f2f2f2;
		
	}
#nav ul li.polozka-pulka {
	margin-right: 0;
}	
	#nav ul.navigation li {
		width: 100%;
		border-top: 1px solid #d0d0d0;
		height: auto;
		padding: 0;
		margin:0;		
	}
	#nav ul.navigation li.delitko {
		display: none;
	}	
	#nav ul.navigation li a, #nav ul.navigation li a:visited {
		padding: 0;
		margin:0;
		height: auto;	
		font-size: 18px;
		line-height: 25px;
		padding: 15px 0;
		display: block;
		width: 100%;
		font-weight: 600;
		color: #666666;
		text-decoration: none;
	}
	#nav ul.navigation li a:hover {
		color: #b8cc52;
		text-decoration: underline;
	}
	#nav ul.navigation li.active a, #nav ul.navigation li.active a:visited {
		color: #b8cc52;
		text-decoration: underline;
	}
	
#uvod-hledani {
	height: auto;
}
#uvod-hledani2 {
	padding-left: 0;
	height: auto;
}

#paticka1 p.indiv {
	padding-bottom: 15px;
}
#paticka3 p.indiv {
	padding-bottom: 15px;
}	
		
}
@media only screen and (max-width: 680px) {

		#cenik table.form th {
	padding: 3px;
}
#cenik table.form tr td {
	padding: 3px;
	font-size: 15px;
}
#cenik table.form tr.volne td {
	padding: 3px;
	font-size: 15px;
}
#cenik table.form tr.volne td.barva_volne {
	padding: 3px;
	font-size: 15px;
}
#cenik table.form tr td.barva_prodano, #cenik table.form tr td.barva_zamluveno, #cenik table.form tr td.barva_rezervace {
	padding: 3px;
	font-size: 15px;
}
	
#pole4 {
	width: 100%;
}	
#pole4 textarea {
	width: 90%;
}
#pole1 input, #pole2 input, #pole3 input {
	width: 90%;
}
#pole1, #pole2, #pole3 {
	padding-right: 0px;
	width: 100%;
}
.vyhoda-obal {
	width: 100%;
	float: left;
	padding-bottom: 40px;
}
.vyhoda-text {
	padding-top: 20px;
}
.nesiroke-tlacitko {
	float: none;
	margin-bottom: 25px;
}
#byty-tlacitko1, #byty-tlacitko2 {
	margin-right: 0px;
}
.nesiroke-tlacitko a {
	margin: 0 auto;
}
}
@media only screen and (max-width: 600px) {
	.sirka-2 {
	width: 92%;
	margin-left: 4%;
	margin-right: 4%;
	text-align: center;
}
.sirka-2-s-obrazkem {
	width: 92%;
	margin-left: 4%;
	margin-right: 4%;
	text-align: center;
}
.obrazky-3 {
	width: 92%;
	margin-left: 4%;
	margin-right: 4%;
	text-align: center;
}
.sirka-1 {
	width: 92%;
	margin-left: 4%;
	margin-right: 4%;
	text-align: center;
}
.sirka-1-maly {
	width: 92%;
	margin-left: 4%;
	margin-right: 4%;
	text-align: center;
}

		.foto-blok-obrazek {
		width: 100%;

	}
	.foto-blok-obrazek-text {
		width: 100%;
	}	
#hledani-nadpis {
	float: none;
	width: 100%;
	height: 70px;
}
#hledani-etapa-rozbal, #hledani-stav-rozbal, #hledani-dispozice-rozbal {
	width: 92%;
}
#hledani-tlacitko {
	float: none;
	margin: 0 auto;
}
.hledani-prvek {
	float: none;
	width: 100%;
	height: 70px;
}
	#arrange-text {
		font-size: 35px;
		width: 80%;
	}               
	#arrange-button {
		width: 80%;
	}	
	#arrange-button {
		text-align: center;
		margin: 0 auto;
		width: 80%;
	}
	#arrange-button a, #arrange-button a:visited {
		font-size: 16px;
		line-height: 50px;
		padding: 0px 0px;
	
	}	
#uvod-hledani {
	height: auto;
}	
			/* Force table to not be like tables anymore */
	#cenik table, #cenik thead, #cenik tbody, #cenik table th, #cenik table td, #cenik table tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	#cenik table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	#cenik table tr { border-bottom: 1px solid #ccc; }
	
	#cenik table td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		text-align: right;
	}
	
	#cenik table td:before { 

		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align: left;
	}
	
	/*
	Label the data
	*/
	#cenik table td:nth-of-type(1):before { content: "Etapa"; }
	#cenik table td:nth-of-type(2):before { content: "Číslo bytu"; }
	#cenik table td:nth-of-type(3):before { content: "Typ bytu"; }
	#cenik table td:nth-of-type(4):before { content: "Podlaží"; }
	#cenik table td:nth-of-type(5):before { content: "Užitná plocha"; }
	#cenik table td:nth-of-type(6):before { content: "Balkon"; }
	#cenik table td:nth-of-type(7):before { content: "Cena"; }
	#cenik table td:nth-of-type(8):before { content: "Půdorys"; }
	#cenik table td:nth-of-type(9):before { content: "Stav"; }

}
@media only screen and (max-width: 500px) {
	#arrange-text {
		font-size: 30px;
	}               
}
/*@media only screen and (max-width: 400px) {
	#arrange-text {
		font-size: 25px;
	}               
}
@media only screen and (max-width: 980px) {
    #aktuality-uvod-in {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}
@media only screen and (max-width: 800px) {
    #aktuality-uvod-in {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}



@media only screen and (min-width: 900px) {
    #aktuality-uvod-in {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

@media only screen and (min-width: 1100px) {
    #aktuality-uvod-in {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}*/

@media print {
   …
}
/*vyber*/
#dum-vypis-1 {
	width: 130px;
	margin-right: 45px;
	float: left;
}
#dum-vypis-2 {
	width: 130px;
	float: left;
}
#dum {
	float: left;
}
.tlac-vyber-patro {
	border: 2px solid #555555;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 4px;
	cursor: pointer;
	border-color: #555555;
	background-color: #ffffff;
}
.tlac-vyber-patro:hover {
	border: 2px solid #cccccc;
	border-color: #cccccc;
	background-color: #b8cc52;
}
.nadpis-vyber-patro {
	padding-bottom: 10px;
}
#plate-patro {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	display: none;
	z-index: 9995;
}
#plate-byt {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	display: none;
	z-index: 9996;
}