@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%;
     height: 100vh;
}
body {
	position: relative;
	color: #000000;
	font-family: Open Sans, Arial, sans-serif;
	font-size: 17px;
	line-height: 27px;
	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 {
	text-align: right;
}
.left {
	text-align: left;
}
.blue {
	font-weight: bold;
	color: #b8cc52;
}
#spustit {
	cursor: pointer;
}
#spustene {
	width: 1280px;
	height: 720px;
	z-index: 5000;
   position: fixed;
   left: 50%;
   top: 50%;
   -webkit-transform: translateY(-50%) translateX(-50%);
   display: none;
}
#spustene-podklad {
	top:0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 4999;
	background: url("../obrazky/cerna50.png") top center repeat;	
   position: fixed;
	cursor: pointer;
   display: none;
}
h2 {
	font-size: 25px;
	line-height: 1.5em;
	padding-bottom: 10px;
	font-weight: normal;
	/*color: #b8cc52;*/
}
.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: 100vh; 
    _height: 100%; 
    overflow: hidden;
}

/* uvodni strana */
#umistnenic {
	width: 33%;
	margin-top: 25px;
	float: left;	
}
#tlacitko-odeslat {
	float: left;
	background-color: #707071;
	display: block;
	width: 67%;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 19px;
	font-weight: 800;
	margin-bottom: 30px;
	text-align: center;
	line-height: 56px;
	text-decoration: none;
	margin-top: 30px;
	border: 0;
}	
#tlacitko-odeslat:hover {
	background-color: #ffffff;
	color: #777777;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 19px;
	font-weight: 800;
	margin-bottom: 30px;
	text-align: center;
	line-height: 56px;
	text-decoration: none;
	cursor: pointer;
}	

	#uvod {
		margin-top: 104px;
		position: relative;
		width: 100%;
		height: 100vh;
		background: url("../obrazky/pardubice_kamera1-siroka_rel01-billboard_web.jpg") no-repeat top center;
		-webkit-background-size: cover; 
		-moz-background-size: cover;    
		-o-background-size: cover;      
		background-size: cover; 
	}
	#hlavicka-obal {
		width: 100%;
		position: fixed;
		top: 0px;
		background: url("../obrazky/menu-pozadi.gif") top center repeat-x;
	}	
	#hlavicka {
		width: 1130px;
		padding: 0px;
		margin: 0 auto;	
		height: 104px;	
		position: relative;
		
	}	
	#hlavicka-logo {
		padding: 0;
		float: left;	
		height: 104px;
		width: 500px;
		/*background: url("../obrazky/uvod-logo.gif") top left no-repeat;*/
		text-align: left;
	}
	#nav-packed {
		display: none;
	}	
	#nav {
		height: auto;
		display: block;
		padding-top: 0px;
		width: 1500px;
	}
	#nav ul.navigation li {
		float: left;
	}
	#nav ul.navigation li a, #nav ul.navigation li a:visited {
		text-transform: uppercase;
		font-size: 17px;
		line-height: 50px;
		padding: 25px 20px 37px 20px;
		display: block;
		color: #646464;
		text-decoration: none;
		background: url("../obrazky/menu-pozadi.gif") top center repeat-x;		
	}
	#nav ul.navigation li a:hover {
		color: #b8cc52;	
		text-decoration: none;
		background: url("../obrazky/menu-pozadi-over.gif") top center repeat-x;		
	}
	#nav ul.navigation li.delitko {
		font-size: 0;
		width: 2px;
		height: 104px;
		background: url("../obrazky/menu-pozadi-delitko.gif") top center repeat-x;		
	}	
	#nav ul.navigation li.active a, #nav ul.navigation li.active a:visited {
		color: #b8cc52;	
		text-decoration: none;
		background: url("../obrazky/menu-pozadi-over.gif") top center repeat-x;		
	}		
	.obsah-in {
		text-align: left;
		width: 1130px;
		margin: 0 auto;

		position: relative;
	}
	.obsah-in2 {
		padding: 0px;
	}
#jazyky {
	font-size: 14px;
		line-height: 104px;
		position: absolute;
		top: 0;
		right: 0;
	}
#jazyky a {
	color: #646464;
	text-decoration: none;
	}
		#jazyky a:hover {
	text-decoration: underline;
	}
#arrange {
	margin-top: 0px;
}
#arrange-text {
	font-weight: 800;
	color: #ffffff;
	font-size: 60px;
	text-align: center;
	line-height: 1.2em;
	padding-bottom: 40px;
	/*background-color: #777777;*/
	/*background: url("../obrazky/cerna50.png") repeat top center;*/
	width: 500px;
	/*padding-top: 30px;*/
	margin: 0 auto;
}   #arrange-text {
	font-weight: 800;
	color: #ffffff;
	font-size: 60px;
	text-align: center;
	line-height: 1.2em;
	padding-bottom: 40px;
	/*background-color: #777777;*/
	/*background: url("../obrazky/cerna50.png") repeat top center;*/
	width: 500px;
	/*padding-top: 30px;*/
	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;
}	
#paticka {
	position: absolute;
	bottom: 0;
	right: 0;
	padding-right: 25px; 
	padding-top: 50px;
		text-align: right;
		padding-bottom: 80px;
	}
#paticka a, #paticka a:hover, #paticka a:visited {
	color: #ffffff;
}	
#byt, #apartment {
	background-color: #cccccc;
	/*background: url("../obrazky/pozadi-2.jpg") no-repeat top center;*/
		padding-bottom: 30px;
		position: relative;
}
#maria-alm, #maria-alm-en {
	/*background-color: #cccccc;*/
	color: #ffffff;
		padding-bottom: 30px;
}
#uvod2 {
		padding-bottom: 40px;
}
#maria-alm a, #maria-alm a:hover, #maria-alm a:visited, #maria-alm h2, #maria-alm-en a, #maria-alm-en a:hover, #maria-alm-en a:visited, #maria-alm-en h2 {
	color: #ffffff;
}
.d50 {
	width: 50%;
	float: left;
}
#galerie, #gallery, #video {
	color: #ffffff;	
		padding-bottom: 50px;
	}
#galerie .obsah-in, #maria-alm .obsah-in, #kontakt .obsah-in, #gallery .obsah-in, #maria-alm-en .obsah-in, #contact .obsah-in {
		overflow: hidden;
	}	
#kontakt, #contact {
	background-color: #cccccc;
		/*background: url("../obrazky/pozadi-4.jpg") no-repeat top center;*/
		padding-bottom: 30px;
}
#kontakt .obsah-in2, #contact .obsah-in2 {
	/*height: 650px;
	padding: 0 25px;*/
	position: relative;
	padding-bottom: 60px;
}


.slide-nadpis {
	width: 100%;
	height: 90px;
}
#nadpis-byt {
	background: url("../obrazky/nadpis1.png") no-repeat top center;
}
#nadpis-maria-alm {
	background: url("../obrazky/nadpis2.png") no-repeat top center;
}
#nadpis-galerie {
	background: url("../obrazky/nadpis3.png") no-repeat top center;
}
#nadpis-video {
	background: url("../obrazky/nadpis_vid.png") no-repeat top center;
}
#nadpis-kontakt {
	background: url("../obrazky/nadpis4.png") no-repeat top center;
}
#nadpis-apartment {
	background: url("../obrazky/nadpis1en.png") no-repeat top center;
}
#nadpis-maria-alm-en {
	background: url("../obrazky/nadpis2en.png") no-repeat top center;
}
#nadpis-gallery {
	background: url("../obrazky/nadpis3en.png") no-repeat top center;
}
#nadpis-contact {
	background: url("../obrazky/nadpis4en.png") no-repeat top center;
}
.stin {
	background: url("../obrazky/stiny.png") center -5px no-repeat;		
	width: 100%;
	height: 70px;
}

#druha-galerie {
	width: 690px;
	float: left;
}
#vedle-galerie {
	width: 440px;
	float: left;
}
/*#mini-fotogalerie {
	width: 1150px;
	position: relative;
}*/
.mini-fotogalerie-fotka {
	margin-right: 20px;
	float: left;
	margin-bottom: 20px;	
}
#um-fotka2 {
	position: absolute;
	top: 230px;
	left: 0px;
}
#vedle-galerie-text {
	height: 460px;
	overflow: hidden;
}
/*#cenik {
	background: url("../obrazky/obr-blok-1-cenik.jpg") top center no-repeat;		
	width: 440px;

}*/
	.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%);
}

#pole1 input, #pole2 input, #pole3 input {
	width: 340px;
	height: 55px;
	border: 0;
	padding-left: 15px;
	font-size: 14px;
	line-height: 55px;
	color: #000000;
	font-family: Open Sans, Arial, sans-serif;
	font-weight: 400;
}
#pole1, #pole2, #pole3 {
	float: left;
	padding-bottom: 31px;
}
#pole1, #pole2 {
	padding-right: 30px;
}
#pole4 textarea {
	font-size: 14px;
	line-height: 1.5em;
	color: #000000;
	width: 1115px;
	height: 180px;
	border: 0;
	padding: 15px;
	font-family: Open Sans, Arial, sans-serif;
	font-weight: 400;
}
#formular, #kontakt-formular {
	width: 100%;
	overflow: hidden;
	position: relative;
}
#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: 10px 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: 10px 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: 10px 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;
}
	}
@media only screen and (max-width: 1160px){


#pole1, #pole2, #pole3 {
	width: 100%;
	padding-right: 0;
}
#pole4 textarea {
	width: 90%;
	padding-left: 0;
	padding-right: 0;
}
}
@media only screen and (max-width: 1129px){

	#hlavicka {
		width: 100%;
	}
	.obsah-in {
		width: 100%;
	}
	.obsah-in2 {
		padding: 0 3%;
	}	
	#zmensit1, #big-fotka2 {
		width: 210px;
		height: 210px;
	}	
	#zmensit1 img, #big-fotka2 img {
		width: 210px;
		height: 210px;
	}	
	#um-fotka2 {
		position: static;
		float: left;
	}	
#druha-galerie {
	width: 100%;
}
#vedle-galerie {
	width: 100%;
}
#vedle-galerie-text {
	height: auto;
}
#mini-fotogalerie {
	width: 100%;
}	
#puleny {
	width: 100%;
}	
#pole1, #pole2, #pole3 {
	width: 100%;
	padding-right: 0;
}
#pole4 textarea {
	width: 90%;
	padding-left: 0;
	padding-right: 0;
}
}

@media only screen and (max-width: 1023px) {
	#umistnenic {
	width: 100%;
	margin-top: 25px;
	float: none;	
}
#tlacitko-odeslat {
	width: 100%;
	float: none;	
}
	.obsah-in {
		width: 100%;
	}
	.obsah-in2 {
		padding: 0 3%;
	}	
		#cedulka {
		display: none;
	}	
	#uvod {
		margin-top: 169px;
		position: relative;
		width: 100%;
		height: 100vh;
		background: url("../obrazky/pozadi-1.jpg") no-repeat top center;
		-webkit-background-size: cover; 
		-moz-background-size: cover;    
		-o-background-size: cover;      
		background-size: cover; 
	}	
	#hlavicka-obal {
		width: 100%;
		position: fixed;
		top: 0px;
		background-color: #ffffff;		
		height: auto;
	}	
	#hlavicka {
		width: 100%;
		padding: 0px;
		margin: 0 auto;	
		border-bottom: 1px solid #d0d0d0;	
	}	
	#nav-packed {
		width: 100%;
		height: 65px;
		background: url("../obrazky/menu-icon.gif") center right no-repeat;	
		font-size: 36px;
		line-height: 45px;
		text-align: left;
		color: #666666;
		font-weight: 400;
		display: block;
		z-index:100;
		cursor: pointer;
	}
	#nav-packed-in {
		padding: 10px;
	}
	#nav {
		padding-top: 65px;
		width: 100%;
		height: 0px;
		overflow: hidden;
		display: none;
		
	}
	#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;
	}	
#pole1, #pole2, #pole3 {
	width: 100%;
	padding-right: 0;
}
#pole4 textarea {
	width: 90%;
}	

	.foto-blok-obrazek {
		width: 50%;

	}
	.foto-blok-obrazek-text {
		width: 50%;
	}	
	
}
@media only screen and (max-width: 600px) {
	h2, p {
	text-align: center;
}
/*.schovavacitd {
	display: none;
}*/
#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;
}
.d50 {
	width: 100%;
}	
#paticka {
	position: static;
	bottom: 0;
	right: 0;
	padding-right: 25px; 
	padding-top: 0px;
		text-align: right;
		padding-bottom: 0px;
	}
#pole1, #pole2, #pole3, #pole4 {
	text-align: center;
}
#pole1 input, #pole2 input, #pole3 input {
	width: 90%;
	margin: 0 auto;
}
#pole4 textarea {
	width: 90%;
	margin: 0 auto;	
}	
#umistnenic {
	width: 100%;
	margin-top: 25px;
	float: none;	
}
#tlacitko-odeslat {
	width: 100%;
	float: none;	
}	
	.foto-blok-obrazek {
		width: 100%;

	}
	.foto-blok-obrazek-text {
		width: 100%;
	}	
#arrange-text {
	font-size: 25px;
	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;

}	
			/* 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: "Číslo bytu"; }
	#cenik table td:nth-of-type(2):before { content: "Typ bytu"; }
	#cenik table td:nth-of-type(3):before { content: "Podlaží"; }
	#cenik table td:nth-of-type(4):before { content: "Užitná plocha"; }
	#cenik table td:nth-of-type(5):before { content: "Balkon"; }
	#cenik table td:nth-of-type(6):before { content: "Cena"; }
	#cenik table td:nth-of-type(7):before { content: "Půdorys"; }
	#cenik table td:nth-of-type(8):before { content: "Stav"; }


}