@charset "utf-8";
/* CSS Document */


*, html {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both; 
}
.clearing {
	clear: both;
	width: 100%;
	height: 2px;
	font-size: 2px;
	line-height: 2px;
}
html, body {
     height: 100%;
}
body {
	position: relative;
	color: #3e3e3e;
	font-family: Quicksand, sans-serif;
	font-size: 16px;
	line-height: 1.25em;
	text-align: center; 
    min-height: 100%;
    _height: 100%;
	background: #ffffff;
}
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: #24cd45;
}
#paticka a, #paticka a:hover, #paticka a:visited {
	color: #ffffff;
}
a:hover {
	text-decoration: none;
}
img {
	position: relative;
}
p {
	line-height: 2em;
	padding-bottom: 30px;
	width: 730px;
	margin: 0 auto;
}
.text-obrazek {
	padding-bottom: 80px;
}
a img {
	border: 0;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
h1 {
	text-align: center;
	font-size: 48px;
	line-height: 1.25em;
	font-weight: 700;
	background: url("../obrazky/h1_bg.png") no-repeat bottom center;
	padding: 60px 0 50px 0;
	margin-bottom: 50px;
}
h2 {
	text-align: center;
	font-size: 30px;
	line-height: 1.25em;
	font-weight: 700;
	padding-bottom: 35px;
}
h3 {
	text-align: center;
	font-size: 22px;
	line-height: 1.25em;
	font-weight: 700;
	padding-bottom: 30px;
}
#page {
	width: 100%;
	position: relative;
    min-height: 100%;
    _height: 100%; 
	text-align: left;
	background: url("../obrazky/pozadi.gif") top center no-repeat;	
}
#obsah {
	width: 1110px;
	position: relative;
	text-align: left;
	margin: 0 auto;	
	padding-bottom: 100px;
}
#hlavicka-obal {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-bottom: 14px;
	background: url("../obrazky/hlavicka-stin.png") repeat-x bottom left;
}	
#hlavicka {
	width: 100%;
	height: 90px;
	background-color: white;
	overflow: hidden;
}	
#hlavicka-in {
	position: relative;
	width: 1110px;
	margin: 0 auto;	
}
#logo-dachi {
	padding: 20px 10px 19px 20px;
	float: left;
}	
#logo-projekt {
	padding: 20px 10px 19px 20px;
	float: left;	
}	
#obsah-top-pic {
	width: 100%;
	height: 525px;
	position: relative;
	background: url("../obrazky/ostatni_viualizace6.jpg") top center no-repeat;
}	
#nav {
	z-index: 9999;		
	width: auto;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}
#nav ul.navigation li {
	float: left;
}
#nav ul.navigation li a, #nav ul.navigation li a:visited {
	line-height: 90px;
	display: block;
	color: #4a4a4a;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
}	
#nav ul.navigation li.aktiv a {
	background: url("../obrazky/menu-pozadi.gif") top left repeat-x;	
}	
#nav .navigation {
	text-align: left;
}	
#nav-packed {
	display: none;
}	
#paticka {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 90px;
	background-color: #414141;
}
#paticka-in {
	width: 1110px;
	margin: 0 auto;	
}
#paticka-dachi {
	float: left;
	color: white;
	padding: 20px 250px 19px 0;
	line-height: 51px;
	vertical-align: middle;
}
#paticka-dachi img {
	vertical-align: middle;
	margin-right: 30px;
}
#paticka-telefon {
	float: left;
	background: url("../obrazky/telefon.png") 0 34px no-repeat;	
	padding-left: 35px;
	color: white;
	padding-top: 32px;
	font-size: 24px;
	line-height: 1em;
	font-weight: 500;
}
#paticka-rtnext {
	float: right;
	text-align: right;
	line-height: 90px;
}
	#mala-mapa {
		width: 100%;
		height: 480px;
		margin-bottom: 80px;
	}
#velka-mapa	 {
		width: 100%;
		height: 640px;
	}
	.foto-blok {
	padding-bottom: 20px;
	}

.foto-blok-obrazek-obal {
		width: 21%;
		float: left;
		background-color: #f6f6f6;
		padding: 1%;
		margin: 1%;
		text-align: center;
		font-weight: 500;

}
	.foto-blok-obrazek {
		width: 100%;
		display: inline-block;
	  position: relative;
	  overflow: hidden;
	  margin-bottom:5px;
	}
	.foto-blok-obrazek:after {
	  padding-top: 70%;
	  display: block;
	  content: '';
	}
	a.obr {
	height: 96%;
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  right: 0;
	  left: 0;
	  color: white;
	  display: block;
	  text-align: center;
	  margin: 2%;
	  overflow: hidden;
	}
	.foto-blok a.obr img {
		display: block;
		width: 100%;
		min-height: 100%;
		height: auto;
		position: absolute;
		top: 0px;
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
ul { 
	width: 730px;
	margin: 0 auto;	
	margin-bottom: 15px;	
}
#obsah ul li { 

	background: url("../obrazky/iko-li.png") 10px 8px no-repeat;	
	padding-left: 30px;	
	padding-bottom: 15px;	
}
table { 
	border-collapse: collapse;
	width: 730px;
	margin: 0 auto;	
	margin-bottom: 30px;	
}
table th { 
	border: 1px solid #24cd45;
	padding: 8px;
	font-weight: 600;
	text-align: center;
	background-color: #24cd45;
	color: white;	
}
table td { 
	border: 1px solid #ededed;
	padding: 8px;
	vertical-align: top;
}
#cenik { 
	padding: 20px 50px;
}
#cenik table { 
	width: 100%;
}

#cenik table td { 
	border: 0;
	text-align: center;
	border-bottom: 1px solid #ededed;
	padding: 10px;
	vertical-align: bottom;
	font-weight: 500;
	color: #252426;
}
#cenik table td.volne { 
	color: #24cd45;
}
#cenik table td.prodano { 
	color: #a4a4a5;
}
#cenik table td.rezervace, #cenik table td.zamluveno { 
	color: #ea9d17;
}
#cenik table tr.suda { 
	background-color: #f9f9f9;
}
#cenik table th { 
	border: 0;
	padding: 10px;
	text-align: center;
	background-color: #24cd45;
	color: white;
	font-weight: 700;
}	
#cenik table th a, #cenik table th a:hover, #cenik table th a:visited { 
	color: white;
}	
#cedulka-d, #cedulka { 
	width: 360px;
	margin: 0 auto;
}
#cedulka-d, #cedulka { 
	margin-bottom: 30px;
}
#cedulka-d { 
	text-align: center;
}
#cedulka-d div { 
	padding-bottom: 10px;
}
#cedulka-d span { 
	font-size: 18px;
	color: #24cd45;	
	font-weight: 500;
}
#cedulka-d-texty table td { 
	vertical-align: top;
	padding-bottom: 10px;
}
#cedulka-d-texty table td strong { 
	font-size: 18px;
}
#cedulka-fotka, #cedulka-texty { 
	float: left;
}
#cedulka-d #cedulka-d-fotka { 
	width: 100%;
	padding-bottom: 15px;
}
#cedulka-fotka { 
	margin-right: 25px;
	margin-bottom: 30px;
}
#cedulka-texty-1 { 
	padding-bottom: 10px;
	font-size: 18px;	
}
#cedulka-texty-3 { 
	color: #24cd45;
	font-size: 25px;
	line-height: 2em;
	font-weight: 700;
}
#tlacitko-formular {
	/*cursor: pointer;*/
	font-weight: bold;
	/*color: white;*/
	color: #24cd45;
	/*padding: 10px 0;*/
	padding-bottom: 15px;
	font-size: 22px;
	line-height: 1.25em;
	text-transform: uppercase;
	text-align: center;
	/*background-color: #24cd45;*/
	width: 400px;
	margin: 0 auto;	
}
#kontakt-formular, .classic-form {
	background-color: #ffffff;
	/*border-bottom: 1px solid #cccccc;	
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;	*/
	font-size: 16px;	
	overflow: hidden;
	width: 400px;
	margin: 0 auto;	
}	
#kontakt-formular-in, .classic-form-in {
	padding: 0 40px;
}
#kontakt-formular table, .classic-form table {
	width: 100%;
	border: 0;
}
#kontakt-formular table td, .classic-form table td {
	border: 0;
	padding: 2px 0;
}
#kontakt-formular table input, .classic-form table input {
	padding: 5px 0;
	margin-bottom: 10px;
	width: 99%;
	border: 1px solid #cccccc; 
}
#kontakt-formular table textarea {
	margin-bottom: 15px;
	border: 1px solid #cccccc; 
	width: 99%;
}
#umistnenic {
	margin-bottom: 15px;

}
#kontakt-formular table input#tlacitko-odeslat {
	font-size: 18px;
	line-height: 1.25em;
	border: 0;
	margin-top: 5px;
	cursor: pointer;
	font-weight: 500;
	color: white;
	padding: 10px 0;
	text-transform: uppercase;
	text-align: center;
	background-color: #24cd45;
	width: 50%;
}
.invalid input, .invalid textarea, .invalid checkbox {
     background-color: #f0a0a0;
}
@media only screen and (min-width: 1400px) {

}
@media only screen and (min-width: 1110px) and (max-width: 1399px) {
		
}
@media only screen and (min-width: 1110px) {
	#nav ul.navigation li a {
		margin: 0 15px;
	}	
	#nav {
		padding-right: 55px;
	}	
}
@media only screen and (max-width: 1110px) {
#obsah {
	width: 100%;
}
.text-obrazek {
	width: 100%;
}
.text-obrazek img{
	width: 100%;
}
#hlavicka-in {
	width: 100%;
}
#paticka-in {
	width: auto;
	padding-left: 3%;
	padding-right: 3%;
}
#paticka-dachi {
	float: left;
	color: white;
	padding: 20px 20px 19px 0;
	line-height: 51px;
	vertical-align: middle;
}
#paticka-dachi img {
	vertical-align: middle;
	margin-right: 10px;
}
#paticka-telefon {
	float: left;
	background: url("../obrazky/telefon.png") 0 34px no-repeat;	
	padding-left: 35px;
	color: white;
	padding-top: 32px;
	font-size: 24px;
	line-height: 1em;
	font-weight: 500;
}
#paticka-rtnext {
	float: right;
	text-align: right;
	line-height: 90px;
}
#paticka {
	height: auto;
}

.foto-blok-obrazek-obal {
		width: 29%;

}
}
@media only screen and (min-width: 1024px) {
	#nav ul.navigation li a {
		margin: 0 10px;
	}	
	
}
@media only screen and (min-width: 1024px) {
	#nav ul.navigation li a {
		margin: 0 10px;
	}	
}
@media only screen and (max-width: 1023px) {
	#hlavicka {
		height: 90px;
		overflow: visible;
	}
	#nav-packed {
		width: 100px;
		height: 90px;
		background: url("../obrazky/menu-icon.gif") center right no-repeat;	
		font-size: 36px;
		line-height: 90px;
		text-align: left;
		color: #666666;
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		cursor: pointer;
		padding: 0;
	}
	#nav {
		position: relative;
		padding-top: 0px;
		width: 100%;
		overflow: hidden;
		display: none;
		position: static;
		background-color: white;
		height: 0;
	}
	#nav .navigation {
		text-align: center;
		position: relative;
	}
	
	#nav ul {
		padding: 0;
		width: 100%;
	}
	
	#nav ul li {
		width: 100%;
		border-bottom: 1px solid #cccccc;
	}
	
	#nav ul.navigation li a {
		font-size: 25px;
		line-height: 1em;
		display: block;
		color: #4a4a4a;
		padding: 15px;
	}
	
	#nav ul.navigation li a:hover,
	#nav ul.navigation li a:focus {
		color: #24cd45;
	}
		
}
@media only screen and (max-width: 800px) {
p {
	width: auto;
	padding-left: 3%;
	padding-right: 3%;
}
table { 
	width: auto;
	margin-left: 3%;
	margin-right: 3%;
}
ul { 
	width: auto;
	margin-left: 3%;
	margin-right: 3%;
}
.foto-blok-obrazek-obal {
		width: 46%;

}
}
	/*tooltip*/
a.tooltip { 
position:relative; 
z-index:24;
}
@media only screen and (min-width: 846px) {
a.tooltip:hover {
z-index:25;
}

a.tooltip span {
display: none;
}

a.tooltip:hover span { 
font-weight: normal;
text-align: left;
display: block;
position: absolute;
top: 25px;
left: 0;
width: 130px;
background-color: #ffffe5;
color: #000;
padding: 3px;
border: 1px solid #cc9;
white-space: normal !important;
}
}	
@media only screen and (max-width: 600px) {
	
	#logo-dachi {
		display: none;
	}	
}
@media only screen and (max-width: 845px) {
	
	#logo-dachi {
		display: none;
	}	
			/* 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%; 
	}
	
	#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;
	}
	
	/*
	Label the data
	*/
	#cenik table td:nth-of-type(1):before { content: "Č.bytu"; }
	#cenik table td:nth-of-type(2):before { content: "Dispozice"; }
	#cenik table td:nth-of-type(3):before { content: "Patro"; }
	#cenik table td:nth-of-type(4):before { content: "Vnitřní užitná plocha"; }
	#cenik table td:nth-of-type(5):before { content: "Plocha lodžie/balkonu/terasy"; }
	#cenik table td:nth-of-type(6):before { content: "Plocha zahrady"; }
	#cenik table td:nth-of-type(7):before { content: "Cena"; }
	#cenik table td:nth-of-type(8):before { content: "Stav"; }
	#cenik table td:nth-of-type(9):before { content: ""; }

/*tooltip*/
a.tooltip { 
position:relative;
z-index:24;
}

a.tooltip:hover {
z-index:25;
}

a.tooltip span {
display: block;
font-size: 16px;
}
a.tooltipa span {
display: none;
}
.tooltipa {
display: none;
}		
}
@media only screen and (max-width: 400px) {
#cedulka-d, #cedulka { 
	width: 95%;
	margin: 0 auto;
}
#tlacitko-formular {
	width: 95%;
	margin: 0 auto;	
}
#kontakt-formular {
	width: 95%;
	margin: 0 auto;	
}	
#kontakt-formular-in {
	padding: 1%;
}
#kontakt-formular table {
	width: 90%;
}
#kontakt-formular table input {
	padding: 5px 0;
	width: 99%;
	border: 1px solid #cccccc; 
}
#kontakt-formular table textarea {
	border: 1px solid #cccccc; 
	width: 99%;
}
}
@media only screen and (max-width: 350px) {
	#logo-projekt {
		width: 180px;
		overflow: hidden;
	}		
.foto-blok-obrazek-obal {
		width: 95%;

}
}
@media only screen and (min-height: 600px) and (max-height: 800px) {


}
@media only screen and (max-height: 599px) {

}


.form-cenik-vyhledat  { 
	background-color: #24cd45;
	color: #ffffff;
	border: none;
	padding: 15px 20px;
	border: none;
	font-weight: bold;
	cursor: pointer;
   border-radius: 5px;	
}
#vyhledavani-nahore  { 
	padding-top: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dddddd;
	background: #f1f1f1;
}
#vyhledavani-dole  { 
	padding-top: 30px;
	padding-bottom: 15px;
	border-top: 1px solid #dddddd;
	background: #f1f1f1;
}
.vyhledavac-pole  { 
	width: 15%;
	float: left;
	font-size: 15px;
	padding-bottom: 15px;
	margin-left: 50px;
}
.vyhledavac-pole select { 
   border-radius: 5px;	
	width: 180px;
	padding: 15px 20px 15px 10px;
	border: 1px solid #dddddd;
	outline:none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: transparent;
   background: #ffffff url("../obrazky/sipka.png") right center no-repeat;	
}
.vyhledavac-pole select option { 
	padding-left: 10px;
}

@media only screen and (min-width: 601px) and (max-width: 1009px) {
	.vyhledavac-pole  { 
	width: 25%;
}
}
@media only screen and (max-width: 600px) {
		.vyhledavac-pole  { 
	width: 50%;
}

@media only screen and (max-width: 400px) {
	 {
		.vyhledavac-pole  { 
	width: 200px;
}

