@charset "utf-8";
/* CSS Document */
*, html {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both; 
}
.clearing {
	clear: both;
	width: 100%;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}
html, body {
     height: 100%;
}
body {
	position: relative;
	color: #595959;
	font-family: Dosis, Arial, sans-serif;
	font-size: 17px;
	line-height: 1.6em;
	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;
}
table td {
	padding-top: 2px;
	padding-bottom: 2px;
}
a, a:hover, a:visited {
	color: #000000;
}
a:hover {
	text-decoration: none;
}
a.blok-odkaz {
	display: block;
	text-align: right;
	padding-right: 10px;
	text-transform: uppercase;
	padding-bottom: 5px;
	text-decoration: none;
	font-weight: bold;
	background: url("../obrazky/zatrh.png?xd=1") bottom right no-repeat;	
	margin-bottom: 95px;
}
img {
	position: relative;
}
p {
	padding-bottom: 25px;
}
a img {
	border: 0;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.semibold {
	font-weight: 600;
}
h1 {
	font-size: 36px;
	line-height: 100px;
	padding-top: 25px;
	font-weight: bold;
	letter-spacing: 5px;
	text-align: center;
	color: #404041;
	letter-spacing: 1px;	
}
h2 {
	font-size: 38px;
	line-height: 1.25em;
	padding-bottom: 5px;
	font-weight: 300;
	color: #404041;
	letter-spacing: 1px;	
}
h3 {
	font-size: 22px;
	line-height: 1.25em;
	padding-bottom: 25px;
	font-weight: 700;
	color: #404041;
	text-transform: uppercase;
}
.obsah-in ul {
	padding-bottom: 30px;
}
.obsah-in ul li {
	padding-left: 30px;
	padding-bottom: 5px;
	background: url("../obrazky/li-bod.png?xd=1") 0 7px no-repeat;	
}
#page {
	width: 100%;
	position: relative;
    min-height: 100%;
    _height: 100%; 
}
#uvod {
	position: relative;
	width: 100%;
	min-height: 650px;
	height:100vh;
	_height: 100%;
	background: url("../obrazky/pozadi.jpg?xd=1") no-repeat center center;
	-webkit-background-size: cover; 
	-moz-background-size: cover;    
	-o-background-size: cover;      
	background-size: cover; 
}
#velky {
	padding-top: 130px;
	padding-bottom: 45px;
	color: #ffffff;

}	
#velky img {
	max-width: 100%;
}	
#arange {
	position: absolute;
	bottom: 55px;
	right: 55px;
	font-size: 46px;
	line-height: 1.5em;
	text-align: right;
	color: #ffffff;
	font-weight: 600;
}	
.schovatobr1 {
	display: none;
}
.schovatobr2 {
	display: inherit;
}
#hlavicka-obal {
	z-index:1000;
	width: 100%;
	position: fixed;
	top: 0px;
	background: url("../obrazky/hlavicka-pozadi.gif?xd=1") center center repeat;
}	
#hlavicka {
	width: 1170px;
	margin: 0 auto;
	height: 133px;	
	position: relative;
}	
#hlavicka-logo {
	float: left;	
	height: 133px;
	width: 163px;
	background: url("../obrazky/logo-hlavicka3.png?xd=1") top right no-repeat;
}
#hlavicka-in {
	width: 1007px;
	height: 133px;	
	float: left;	
}	
#hlavicka-horni-pruh {
	height: 53px;
	width: 100%;
	background-color: #ffffff;
}
#hlavicka-dolni-pruh {
	height: 80px;
	width: 100%;
	background-color: #766e6c;
		position: relative;
}
#map-canvas	{
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 750px;
	overflow: hidden;
	width: 100%;
	background-color: #cccccc;
    z-index: 0;	
}
#mapa {
	position: relative;
	height: 750px;	
}
#map-canvas-pos	{
	position: absolute;
	top: 0;
	left: 0;
	height: 750px;
	width: 100%;
	pointer-events: none;	
}
#map-canvas2 {
	display: block;
	height: 690px;
	width: 100%;
pointer-events: none;	
}
#nav-packed {
	display: none;
}	
#nav {
	height: auto;
	display: block;
	padding-top: 0px;
	/*width: 500px;*/
	position: absolute;
	top: 0;
	right: 0;
}
#nav ul.navigation li {
	float: left;
}
#nav ul.navigation li a, #nav ul.navigation li a:visited {
	font-size: 18px;
	line-height: 80px;
	padding: 0px 30px 0px 30px;
	display: block;
	color: #ffffff;	
	text-decoration: none;
	background: none;		
	font-weight: 600;
	text-transform: uppercase;
	
}
#nav ul.navigation li a:hover {
	color: #ffffff;	
	text-decoration: none;
	background-color: #58bc34;		
}

#nav ul.navigation li.active a, #nav ul.navigation li.active a:visited {
	color: #ffffff;	
	text-decoration: none;
	background-color: #58bc34;	
}	

#nav ul ul {
	position:		static;
	display: none;
	width:			15em; /* left offset of submenus need to match (see below) */
}
#nav li:hover ul,
#nav li.sfHover ul {
	display: block;
	left:			0;
	top:			73px; /* match top ul list item height */
	z-index:		99;
	width: 130px;
	background: black;		
}
#nav ul.navigation li li a, #nav ul.navigation li li a:visited {
	font-size: 18px;
	line-height: 50px;
	padding: 0px 10px 0px 10px;
	display: block;
	color: #ffffff;	
	text-decoration: none;
	text-align: center;
	width: 110px;
	background: url("../obrazky/hlavicka-pozadi.gif?xd=1") center bottom repeat;	

	
}	
#nav ul.navigation li li a:hover {
	color: #ffffff;	
	text-decoration: none;
	background: none;
	background-color: #58bc34;		
}
.obsah-in {
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	width: 1110px;
	margin: 0 auto;
	position: relative;
}
.obsah-in-pata {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	width: 1140px;
	margin: 0 auto;
	position: relative;
}
.obsah-in2 {
	padding-left: 160px;
}
.obsah-in2b {
	padding-top: 60px;
	background:  #ffffff url("../obrazky/modra.png?xd=1") 0 0 repeat-y;		
}
.obsah-in2c {
	padding-top: 60px;
	background:  url("../obrazky/modra.png?xd=1") 0 0 repeat-y;		
}
.obsah-in3 {
	padding-top: 60px;
	background: url("../obrazky/modra.png?xd=1") 0 0 repeat-y;		
}
.obsah-in3b {
	pointer-events: none;
	padding-top: 60px;
	background: url("../obrazky/modra.png?xd=1") 0 0 repeat-y;		
}
#obsah-in4 {
	display: none;
	padding-top: 60px;
	background: url("../obrazky/vertical-zacatek.png?xd=1") bottom left no-repeat;		
}
.uzky-text {
	width: 730px;
	padding-left: 65px;
	padding-right: 30px;
	float: left;
}
.uzky-text-sirsi {
	padding-left: 65px;
	padding-right: 65px;

}
.uzky-text-obrazek {
	padding-top: 70px;
	width: 250px;
	float: left;
}
.uzky-text-levy {
	width: 445px;
	padding-left: 65px;
	padding-right: 70px;
	float: left;
}
.uzky-text-pravy {
	width: 445px;
	padding-right: 50px;
	float: left;
}
.uzky-text-nadpis {
	height: 140px;
}

.uzky-text-zvyrazneny {
	background: url("../obrazky/prechod.png?xd=1") top left repeat-y;
	 background-size: 100% 10px;
	font-weight: 600;
	font-size: 22px;
	line-height: 1.5em;
	padding: 20px;
	color: #ffffff;
}
.uzky-text-zvyrazneny img {
	margin-right: 20px;
}
#lokalita-obal {
	width: 1080px;
	float: left;
}
.vnejsi-pruh {
	width: 30px;
	float: left;
}
.vnejsi-nadpis {
	display: none;
}
.blok50 {
	width: 570px;
	height: 313px;
	background: url("../obrazky/50blok.png?xd=1") top left no-repeat;
	float: left;
	position: relative;
}
.blok502 {
	width: 570px;
	height: 213px;
	background: url("../obrazky/50blok2.png?xd=1") top left no-repeat;
	float: left;
	position: relative;
}
.blok100 {
	width: 1140px;
	height: 313px;
	background: url("../obrazky/100blok.png?xd=1") top left no-repeat;
	float: left;
	position: relative;
	margin-bottom: 10px;
}
#z-historie {
	padding-left: 40px;
	background: url("../obrazky/vert-historie.gif?xd=1") top left no-repeat;
	margin-bottom: 25px;
	color: #af9f7f;
}
#o-projektu {
	background: url("../obrazky/pozadi-o-projektu.jpg?xd=1") top right no-repeat;
    background-size: auto 100%;	
}
#lokalita {
	/*background: url("../obrazky/pozadi-lokalita.jpg?xd=1") top right no-repeat;
    background-size: auto 100%;	*/
	background: url("../obrazky/mapa_s.jpg?xd=1") 0px 2500px no-repeat;    
}
#domy {
	background: #222323 url("../obrazky/pozadi-cenik.jpg?xd=1") no-repeat center center;
	-webkit-background-size: cover; 
	-moz-background-size: cover;    
	-o-background-size: cover;      
	background-size: cover; 
}
#galerie {
	background: #222323 url("../obrazky/pozadi-cenik.jpg?xd=1") no-repeat center center;
	-webkit-background-size: cover; 
	-moz-background-size: cover;    
	-o-background-size: cover;      
	background-size: cover; 
	padding-bottom: 50px;
}
#cenik-obal {
	width: 1015px;
	float: left;
}
#cenik {
	width: 1015px;
	padding-left: 65px;
	}
#cenik table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 70px;
}
#cenik table.form th {
	background-color: #404041;
	color: #ffffff;
	font-weight: 700;
	padding: 25px;
	font-size: 15px;
	line-height: 1.25em;
}
#cenik table.form tr td {
	padding: 10px 25px;
	border-top: 1px solid #5f5f5f;	
	border-bottom: 1px solid #5f5f5f;	
}
#cenik table.form tr.volne td {
	background-color: #404041;
	color: #ffffff;
	padding: 10px 25px;
	border-top: 1px solid #5f5f5f;	
	border-bottom: 1px solid #5f5f5f;	
}
#cenik table.form tr.volne td.barva_volne {
	background-color: #58bc34;
	color: #ffffff;
	padding: 10px 25px;
	border-top: 1px solid #5f5f5f;	
	border-bottom: 1px solid #5f5f5f;	
	text-transform: uppercase;
}
#cenik table.form tr td.barva_prodano, #cenik table.form tr td.barva_zamluveno, #cenik table.form tr td.barva_rezervace {
	background-color: #404041;
	color: #ffffff;
	padding: 10px 25px;
	border-top: 1px solid #5f5f5f;	
	border-bottom: 1px solid #5f5f5f;	
	text-transform: uppercase;
}
.levy {
	float: left;
	width: 575px;
	padding-right: 100px;
}
.pravy {
	float: left;
	width: 575px;
}
.levy img, .pravy img {
	width: 100%;
	margin-bottom: 75px;
}
#paticka {
	padding: 0px 0 40px 0;
	background: url("../obrazky/pata-pozadi.jpg?xd=1") no-repeat top center;
}
.obsah-in-pata {
	padding-top: 40px;

}


table#loga td {
	padding: 20px 15px;
}
.blok-text {
	padding:  63px 0px 29px 0;
	margin-left: 16px;
	margin-right: 16px;
	
}
#finance {

	background: url("../obrazky/k-fin.png?xd=1") bottom left no-repeat;
}
#makler {

	background: url("../obrazky/k-mak.png?xd=1") bottom left no-repeat;
}
.os-jmeno {
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 1;
	color: #2d2d2d;
	padding-bottom: 15px;
	text-align: center;
}
.os-funkce {
	font-size: 15px;
	color: #949494;
	font-weight: 600;	
	text-transform: uppercase;
	padding-bottom: 35px;
	text-align: center;
}
.os-email {
	padding-bottom: 18px;
	text-align: center;
}
.os-email a {
	color: #58bc34;
	font-weight: 600;	
}
.os-telefon {
	margin: 0 auto;
	padding-left: 70px;
	width: 150px;
	height: 55px;
	line-height: 55px;
	color: #ffffff;
	font-size: 22px;
	background: url("../obrazky/telefon_modry.png?xd=1") top left no-repeat;
}
.blok100 .os-email a, #finance .os-email a {
	color: #2d2d2d;	
}
.blok100 .os-telefon, #finance .os-telefon {

	background: url("../obrazky/telefon_cerny.png?xd=1") top left no-repeat;
}
.os-fotka {
	position: absolute;
	bottom: 16px;
	right: 15px;
}
.blok100 .blok-text {
	padding-top: 55px;
	padding-left: 63px;
	position: static;	
	width: 45%;
	float: left;
}
.loga-obal {
	padding-top: 50px;
	width: 45%;
	float: left;
}
.blok100 .os-fotka {
	position: absolute;
	bottom: 16px;
	left: 350px;
}
#pata-horni-pruh {
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	width: 1110px;
	margin: 0 auto;
	position: relative;
	color: #2d2d2d;
}
#prodejce-pat {
	width: 325px;
	float: left;
}
#contact-pat {
	width: 220px;
	float: left;
}
#contact-pat-email {
	padding-bottom: 15px;
}
#contact-pat-email a {
	color: #58bc34;
}
#contact-pat-telefon {
	padding-left: 40px;
	background: url("../obrazky/mini-telefon.png?xd=1") top left no-repeat;
}
#ark-pat {
	padding-top: 30px;
	width: 225px;
	float: left;
}
#developer-pat {
	width: 250px;
	float: left;
}
#prodejce-pat h3, #developer-pat h3 {
	font-size: 24px;
	line-height: 1.25em;
	padding-bottom: 25px;
	font-weight: 700;
	text-transform: uppercase;
}
#prodejce-pat h4, #developer-pat h4 {
	padding-bottom: 10px;
}
#prodejce-pat table td {
	vertical-align: top;
	padding-right: 20px;
}
#pata-dolni-pruh {
	border-top: 1px solid #eaeaea;
	color: #595959;
}
#pata-dolni-pruh-levy {
	width: 50%;
	float: left;
	line-height: 75px;
}
#pata-dolni-pruh-pravy {
	width: 50%;
	float: left;
	text-align: right;
	line-height: 75px;
}
#metr2 {
	padding-right: 25px;
	text-align: right;
	line-height: 53px;
}
#metr2 img {
	margin-left: 30px;
	vertical-align: middle;
}

#gal-obal {
	padding-top: 0px;
	width: 100%;
	position: relative;
	height: 800px;
}
#gal-obal-in {
	height: 65px;
	width: 1110px;
	margin: 0 auto;
	background: url("../obrazky/vertical-konec.png?xd=1") top left no-repeat;

}
#gal-main {
	width: 1110px;
	margin: 0 auto;
	position: relative;
}
#gal-main-ar-left, #gal-main-ar-right {
	width: 60px;
	height: 60px;
	margin-top: 290px;
	float:left;
	cursor: pointer;
}
#gal-thumbs-ar-left, #gal-thumbs-ar-right {
	width: 50px;
	height: 85px;
	float:left;
	cursor: pointer;
}
#gal-main-pic {

	width: 990px;
	height: 660px;
	float:left;	
}
#gal-thumbs {
	width: 760px;
	height: 85px;
	overflow:hidden;
	float:left;
	position: relative;
}
#gal-thumbs-in {
	position: absolute;
	top: 0;
	left: 0;
}
#gal-thumbs-obal {
	width: 860px;
	height: 85px;
	/*margin-top: 690px;*/
	margin: 0 auto;	
}
.foto-blok-obrazek {
	width: 100%;
	float: left;
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.foto-blok-obrazek:after {
	padding-top: 70%;
	display: block;
	content: '';
}
.foto-blok-obrazek a.obr {
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	color: white;
	display: block;
	text-align: center;
	margin: 0;
	overflow: hidden;
}
.foto-blok-obrazek 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%);
}
.foto-blok-obrazek-m {
	width: 100px;
	float: left;
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin-right: 10px;
	margin-top: 10px;
}
.foto-blok-obrazek-m:after {
	padding-top: 70%;
	display: block;
	content: '';
}
.foto-blok-obrazek-m a.obr {
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	color: white;
	display: block;
	text-align: center;
	margin: 0;
	overflow: hidden;
}
.foto-blok-obrazek-m 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%);
}
#prepinacfoto {
	margin: 0 auto;
	
}
td.prepnis {

	padding: 0px 10px 30px 10px;

	
}
.prepnis span {
	display: block;
	background-color: #292a2a;
	border: 1px solid #494949;
	padding: 10px 20px;
	 border-radius: 25px;
	 font-weight: 700;
	 color: #ffffff;
	
}
.prepnis span.aktivniprep {
	background-color: #58bc34;
	border: 1px solid #58bc34;
}
#hlavni-objekt-aktivni {
	width: 1015px;
}

#cely-flashx {
	overflow:visible;
	width: 1015px;
	padding-left: 65px;
	padding-bottom: 35px;
}
#fotoklik-obal {
	width: 1015px;
	padding-left: 65px;
	padding-bottom: 65px;
}
#hlavni-objekt-neaktivni {
	position: relative;
	width: 100%;
	overflow: visible;
}
#dum {

	overflow: visible;
}
#hlavni-objekt-neaktivni img {

	width: 100%;

}
.bar {

	text-transform: uppercase;

}

.rad1 {
	font-weight: 700;
	line-height: 25px;	
	font-size: 16px;
	padding-left: 20px;
	padding-top: 5px;
	color: #585858;
	text-align: left;
}
.rad4 {

	line-height: 25px;	
	font-size: 16px;
	padding-left: 20px;

	text-align: left;
}
.rad2 {
	font-weight: 700;
	font-size: 16px;	
	line-height: 40px;
	padding-left: 20px;
	color: white;
	text-align: left;
}
.flaggie {
	display: none;
	position: absolute;
	top:0;
	left: 0;
	width: 138px;
	height: 114px;
	z-index: 1000;
	background: url("../obrazky/flag2.png?xd=1") bottom left no-repeat;	
}
#flag0, #flag1, #flag2, #flag3, #flag4, #flag5, #flag6, #flag7, #flag8, #flag9, 
#flag10, #flag11, #flag12, #flag13, #flag14, #flag15, #flag16, #flag17, #flag18, #flag19, 
#flag20, #flag21, #flag22, #flag23, #flag24, #flag25, #flag26, #flag27, #flag28, #flag29, 
#flag30, #flag31, #flag32, #flag33, #flag34, #flag35, #flag36, #flag37, #flag38, #flag39 {
	display: none;
}
.winflag {
	position: relative;
	/*display: none;*/
	display: none;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	padding-bottom: 50px;
	z-index: 1000;
	text-align: center;
	background: url("../obrazky/black-80.png") top left repeat;			
}
.winflag img {
	max-width: 800px
}
.info {
	color: white;
	font-size: 1.25em;
	padding-bottom: 15px;
	padding-top: 15px;
}
.barvolne {
	color: #70ff70;
	font-weight: 600;
	text-transform: uppercase;
}
.barprodano {
	color: #ff7070;
	font-weight: 600;
	text-transform: uppercase;
}
.barrezervace, .barzamluveno {
	color: #ffd746;
	font-weight: 600;
	text-transform: uppercase;
}
.eks {
	position: absolute;
	top:0;
	right: 0;
	width: 40px;
	height: 40px;
	background: url("../obrazky/x.png") top left no-repeat;	
	cursor: pointer;	
}
.xlevo {
	position: absolute;
	top:45%;
	left: 0;
	width: 60px;
	height: 60px;
	background: url("../obrazky/gal-main-ar-left.png") center center no-repeat;	
	cursor: pointer;	
}
.xpravo {
	position: absolute;
	top:45%;
	right: 0;
	width: 60px;
	height: 60px;
	background: url("../obrazky/gal-main-ar-right.png") center center no-repeat;	
	cursor: pointer;	
}
#klikni {
	color: white;
	font-size: 1.25em;
	padding-bottom: 15px;
	padding-top: 15px;
	text-align: center;
}
#winflag0, #winflag1, #winflag2, #winflag3, #winflag4, #winflag5, #winflag6, #winflag7, #winflag8, #winflag9, 
#winflag10, #winflag11, #winflag12, #winflag13, #winflag14, #winflag15, #winflag16, #winflag17, #winflag18, #winflag19, 
#winflag20, #winflag21, #winflag22, #winflag23, #winflag24, #winflag25, #winflag26, #winflag27, #winflag28, #winflag29, 
#winflag30, #winflag31, #winflag32, #winflag33, #winflag34, #winflag35, #winflag36, #winflag37, #winflag38, #winflag39 {
	display: none;
}
#mapka-obrazek {

}
@media only screen and (max-width: 1300px){
#hlavicka {
	width: 100%;
}	
}
@media only screen and (max-width: 1199px){
#hlavicka {
	width: 100%;
}	
#hlavicka-in {
	width: 900px;
}	
.obsah-in {
	padding-left: 20px;
	padding-right: 20px;
	width: auto;
}

.obsah-in-pata {
	padding-left: 0;
	padding-right: 0;
	width: auto;
}
#o-projektu {
	background: none;
}
#lokalita {

}
#lokalita-obal {
	width: 1050px;
	float: left;
}
#o-projektu-obal {
	width: 1050px;
	float: left;
}
#cenik-obal {
	width: 1015px;
	float: left;
}
#cenik {
	width: 1015px;
	padding-left: 35px;
	}
#cely-flashx {
	width: 1015px;
	padding-left: 35px;
}	
#fotoklik-obal {
	width: 1015px;
	padding-left: 35px;
}	
.uzky-text {
	width: 730px;
	padding-left: 35px;
	padding-right: 30px;
	float: left;
}
.uzky-text-sirsi {
	padding-left: 35px;
	padding-right: 65px;

}
.uzky-text-levy {
	width: 445px;
	padding-left: 35px;
	padding-right: 70px;
	float: left;
}

.uzky-text-pravy {
	width: 445px;
	padding-right: 50px;
	float: left;
}	
#pata-horni-pruh {
	padding-left: 0px;
	padding-right: 0px;
	width: 1110px;
}
}
@media only screen and (max-width: 1164px){
#paticka {
	padding: 0px 0 0px 0;
}
#hlavicka {
	width: 100%;
}	
#hlavicka-in {
	width: 800px;
}	
.obsah-in {
	padding-left: 0px;
	padding-right: 0px;
	width: auto;
}
.obsah-in2 {
	padding-left: 0px;
}
.obsah-in2b {
	padding-top: 60px;
	background: none;
	background-color:  #ffffff;
	padding-left: 0px;
	padding-right: 0px;
	width: auto;
}
.obsah-in2c {
	padding-top: 60px;
	background: none;
	padding-left: 0px;
	padding-right: 0px;
	width: auto;
}
.obsah-in3b {
display: none;	
}
.obsah-in3 {
	background: none;		
}
#obsah-in4 {

	background: none;		
}
.obsah-in-pata {
	padding-left: 0;
	padding-right: 0;
	width: auto;
}
.vnejsi-pruh {
	display: none;
}
.vnejsi-nadpis {
	display: block;
	width: 100%;
	background-color: #58bc34;
	font-size: 42px;
	line-height: 42px;
	height: 42px;
	font-weight: 700;
	margin-bottom: 50px;
	letter-spacing: 0.1em;
}
.vnejsi-nadpis-bila {
	background-color: #ffffff;
	color: #404041;
}
.vnejsi-nadpis-cerna {
	background-color: #282828;
	color: #ffffff;
}

#gal-obal-in {
	width: 100%;
	background: none;
}
#o-projektu {
	margin: 0;
	width: 100%;
	background: none;
}
#lokalita {

}
#lokalita-obal {
	width: 1015px;
	float: none;
	margin: 0 auto;
}
#o-projektu-obal {
	width: 1015px;
	float: none;
	margin: 0 auto;
}
#cenik-obal {
	width: 100%;
	float: left;
}
#cenik {
	width: 1015px;
	padding-left: 0;
	margin: auto;
	}
#cely-flashx, #fotoklik-obal {
	width: 100%;
	position: relative;
	padding-left: 0;
}	

.uzky-text {
	width: 730px;
	padding-left: 0px;
	padding-right: 30px;
	float: left;
}
.uzky-text-obrazek {
	padding-top: 70px;
	width: 205px;
	float: left;
}
.uzky-text-sirsi {
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;

}
.uzky-text-levy {
	width: 445px;
	padding-left: 0px;
	padding-right: 70px;
	float: left;
}

.uzky-text-pravy {
	width: 445px;
	padding-right: 0px;
	float: left;
}	
#pata-horni-pruh {
	padding-left: 0px;
	padding-right: 0px;
	width: 1110px;
}
#gal-main {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
#gal-main-ar-left {
	position: absolute;
	float:none;
	cursor: pointer;
	top: 0;
	left: 0;
	z-index: 10;
}
#gal-main-ar-right {
	position: absolute;
	float:none;
	cursor: pointer;
	top: 0px;
	right: 0;
	/*z-index: 1000;*/
}
#gal-main-pic {

	width: 990px;
	height: 660px;
	float:none;
	margin: 0 auto;	
}
.blok50 {
	width: 50%;
	height: 313px;
	background: url("../obrazky/50blok.png?xd=1") top left no-repeat;
	background-size: 100% 100%;
	float: left;
	position: relative;
}
.blok502 {
	width: 50%;
	height: 213px;
	background: url("../obrazky/50blok2.png?xd=1") top left no-repeat;
	background-size: 100% 100%;
	float: left;
	position: relative;
}
.blok100 {
	width: 100%;
	height: 313px;
	background: url("../obrazky/100blok.png?xd=1") top left no-repeat;
	background-size: 100% 100%;
	position: relative;
	margin-bottom: 10px;
}
#pata-horni-pruh {
	padding-left: 20px;
	padding-right: 20px;
	width: auto;
	margin: 0;
}
#prodejce-pat {
	width: 315px;
}
#contact-pat {
	width: 200px;
}
#ark-pat {
	width: 200px;
}
#developer-pat {
	width: 240px;
}
#pata-dolni-pruh-levy {
	width: 50%;
}
#pata-dolni-pruh-pravy {
	width: 50%;
}
.loga-obal {
	width: 45%;
}
.blok100 .os-fotka {
	left: 330px;
}
table#loga td {
	padding: 20px 5px;
}
}

@media only screen and (max-width: 1034px){
#paticka {
	padding: 0px 0 0px 0;
}
#hlavicka {
	width: 100%;
}	
#hlavicka-in {
	width: 750px;
}	
.obsah-in {
	padding-left: 0px;
	padding-right: 0px;
	width: auto;
}
.obsah-in2 {
	padding-left: 0px;
}
.obsah-in2b {
	padding-top: 60px;
	background: none;
	background-color:  #ffffff;	
	padding-left: 0px;
	padding-right: 0px;
	width: auto;
}
.obsah-in2c {
	padding-top: 60px;
	background: none;
	padding-left: 0px;
	padding-right: 0px;
	width: auto;
}
.obsah-in3b {
display: none;	
}
.obsah-in3 {
	background: none;		
}
#obsah-in4 {

	background: none;		
}
.obsah-in-pata {
	padding-left: 0;
	padding-right: 0;
	width: auto;
}
.vnejsi-pruh {
	display: none;
}
#gal-obal-in {
	width: 100%;
	background: none;
}
#o-projektu {
	margin: 0;
	width: 100%;
	background: none;
}
#lokalita {

}
#lokalita-obal {
	width: 96%;
	float: none;
	margin: 0;
	padding: 0 2%;
}
#o-projektu-obal {
	width: 96%;
	float: none;
	margin: 0;
	padding: 0 2%;
}
#cenik-obal {
	width: 96%;
	float: left;
	padding: 0 2%;	
}
#cenik {
	width: 100%;
	padding-left: 0;
	margin: 0;
	}
#cely-flashx {
	width: 100%;
	padding-left: 0;
	overflow: hidden;
}	
#fotoklik-obal {
	width: 100%;
	padding-left: 0;
}	
.uzky-text {
	width: 80%;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
}
.uzky-text-obrazek {
	padding-top: 0px;
	width: 20%;
	float: left;
}
.uzky-text-obrazek img {
	width: 100%;
}
.uzky-text-sirsi {
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;

}
.uzky-text-levy {
	width: 49%;
	padding-left: 0px;
	padding-right: 1%;
	float: left;
}

.uzky-text-pravy {
	width: 49%;
	padding-left: 1%;
	float: left;
}	
.uzky-text-pravy img {
	width: 100%;
}
#gal-main {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
#gal-main-ar-left {
	position: absolute;
	float:none;
	cursor: pointer;
	top: 0;
	left: 0;
	z-index: 10;
}
#gal-main-ar-right {
	position: absolute;
	float:none;
	cursor: pointer;
	top: 0px;
	right: 0;
	/*z-index: 1000;*/
}
#gal-main-pic {
	width: 100%;
	height: 660px;
	float:none;	
	margin: 0;
}
.blok50 {
	width: 50%;
	height: 313px;
	background: url("../obrazky/50blok.png?xd=1") top left no-repeat;
	background-size: 100% 100%;
	float: left;
	position: relative;
}
.blok502 {
	width: 50%;
	height: 213px;
	background: url("../obrazky/50blok2.png?xd=1") top left no-repeat;
	background-size: 100% 100%;
	float: left;
	position: relative;
}
.blok100 {
	width: 100%;
	height: 313px;
	background: url("../obrazky/100blok.png?xd=1") top left no-repeat;
	background-size: 100% 100%;
	position: relative;
	margin-bottom: 10px;
}
#pata-horni-pruh {
	padding-left: 2%;
	padding-right: 2%;
	width: 96%;
}

#prodejce-pat {
	width: 33%;
}
#contact-pat {
	width: 20%;
}
#ark-pat {
	width: 20%;
}
#developer-pat {
	width: 27%;
}
#pata-dolni-pruh-levy {
	width: 50%;
}
#pata-dolni-pruh-pravy {
	width: 50%;
}
.loga-obal {
	width: 35%;
}
.blok100 .blok-text {
	width: 55%;
}

.blok100 .os-fotka {
	left: 300px;
}
table#loga td {
	padding: 20px 0px;
}
table#loga td img {
	width: 100%;
}

}
@media only screen and (max-width: 949px){
#hlavicka-in {
	width: 700px;
}	


.blok100 .os-fotka {
	right: 16px;
	left: auto;
}
}
@media only screen and (max-width: 899px){	

#nav-packed {
	display: block;
}	
#nav-packed-in {
	padding-right: 25px;
	text-align: right;
}	
#nav {
	height: auto;
	display: none;
	padding-top: 0px;
	/*width: 500px;*/
	position: absolute;
	top: 0;
	right: 0;
}

	#nav ul.navigation li a, #nav ul.navigation li a:visited {
		padding: 0;
		margin:0;
		height: auto;	
		font-size: 35px;
		line-height: 55px;
		padding: 45px 0;
		display: block;
		width: 100%;
		font-weight: 600;
		color: #666666;
		text-decoration: none;
		background-color: white;
		background-position: bottom center;
	}
	#nav ul.navigation li.active a, #nav ul.navigation li.active a:visited {
		/*background: #ffffff url("../obrazky/menu-pozadi.gif?xd=1") bottom center repeat-x;		*/
	}		
	#nav ul.navigation li a:hover {
		/*background: #ffffff url("../obrazky/menu-pozadi.gif?xd=1") bottom center repeat-x;		*/
	}		
#gal-main {
	height: 500px;
}	
#gal-thumbs {
	width: 430px;
}	
#gal-thumbs-obal {
	width: 530px;

}	
#gal-main-ar-left, #gal-main-ar-right {
	margin-top: 200px;
}
#hlavicka-in {
	width: 600px;
}	
	#nav-packed {
		width: 100%;
		text-align: left;
		color: #666666;
		font-weight: 400;
		display: block;
		z-index:100;
		cursor: pointer;
	}
	#nav-packed-in {
	}
	#nav {
	background: none;
		width: 100%;
		height: 0px;
		overflow: hidden;
		display: none;
		padding-top: 80px;
		
	}
	#nav ul.navigation li {
		background-color: #2d2d2d;
	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 {
		background-color: #2d2d2d;
	padding: 0;
		margin:0;
		height: auto;	
		font-size: 18px;
		line-height: 25px;
		padding: 15px 0;
		display: block;
		width: 100%;
		font-weight: 600;
		color: #ffffff;
		text-decoration: none;
	}
	#nav ul.navigation li a:hover {
		color: #ffffff;
		text-decoration: underline;
	}
	#nav ul.navigation li.active a, #nav ul.navigation li.active a:visited {
		color: #ffffff;
		text-decoration: underline;
	}	

}	
@media only screen and (max-width: 849px){	
	
.blok50, .blok502 {
	width: 570px;
	float: none;
	margin: 0 auto; 
}
.blok100 {
	float: none;
	width: 570px;
	margin: 0 auto; 
	height: auto;
	background: url("../obrazky/50blok.png?xd=1") top left no-repeat;
	background-size: 100% 100%;
}
.blok100 .blok-text {
	padding-top: 55px;
	padding-left: 63px;
	position: static;	
	width: 90%;
	float: none;
}
.loga-obal {
	margin-left: 63px;
	padding-bottom: 10px;
	width: 90%;
	float: none;
}
.blok100 .os-fotka {
	position: absolute;
	top: 35px;
	right: 20px;
}	
#hlavni-objekt-neaktivni .winflag img {
	width: 85%;
}	
}
@media only screen and (max-width: 799px){
#hlavicka-logo {
	width: 133px;
}		
#hlavicka-in {
	width: 500px;
}	
#cenik table.form th {
	padding: 10px;
}
#cenik table.form tr td {
	padding: 10px;
}
#cenik table.form tr.volne td {
	padding: 10px;
}
#cenik table.form tr.volne td.barva_volne {
	padding: 10px;
}
#cenik table.form tr td.barva_prodano, #cenik table.form tr td.barva_zamluveno, #cenik table.form tr td.barva_rezervace {
	padding: 10px;
}
#prodejce-pat {
	width: 50%;
}
#contact-pat {
	width: 50%;
	height: 200px;

}
#ark-pat {
	width: 50%;
}
#developer-pat {
	width: 50%;
}
.foto-blok-obrazek {
	width: 100%;
	float: left;
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.foto-blok-obrazek:after {
	padding-top: 100%;
	display: block;
	content: '';
}
.foto-blok-obrazek a.obr {
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	color: white;
	display: block;
	text-align: center;
	margin: 0;
	overflow: hidden;
}
.foto-blok-obrazek 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%);
}
}	
@media only screen and (max-width: 699px){	
#hlavicka-in {
	width: 400px;
}	
#prodejce-pat {
	width: 100%;
}
#contact-pat {
	width: 50%;
	height: auto;
}
#ark-pat {
	padding-top: 0px;
	width: 50%;
}
#developer-pat {
	width: 100%;
}
#pata-dolni-pruh-levy {
	width: 100%;
	float: none;
	line-height: 35px;
}
#pata-dolni-pruh-pravy {
	width: 100%;
	float: none;
	line-height: 35px;
	text-align: left;
}
#contact-pat h3 {
	display: none;
}
.schovatobr1 {
	display: inherit;
}
.schovatobr2 {
	display: none;
}
#velky {
	width: 90%;
	padding: 0 5%;
	text-align: center;

}	
#arange {
	width: 90%;
	padding: 0 5%;
	text-align: center;
	bottom: 30px;
	right: 0px;
}	
#arange img, #velky img {
	max-width: 100%;
}	
#gal-thumbs {
	width: 80%;
}
#gal-thumbs-obal {
	width: 100%;
}
#gal-thumbs-ar-left, #gal-thumbs-ar-right {
	width: 10%;
}
#gal-thumbs-ar-left img, #gal-thumbs-ar-right img{
	width: 100%;
}
.uzky-text {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
}
}
@media only screen and (max-width: 599px){	
.obsah-in-pata {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	margin: 0;
}	
#pata-horni-pruh {
	padding-left: 2%;
	padding-right: 2%;
	width: 96%;
}	
	#metr-schovat {
	display: none;
}	
#hlavicka-in {
	width: 300px;
}	
.blok50, .blok502 {
	width: 100%;
	float: none;
	margin: 0 auto; 
}
.blok100 {
	float: none;
	width: 100%;
	margin: 0 auto; 
	height: auto;
	background: url("../obrazky/50blok.png?xd=1") top left no-repeat;
	background-size: 100% 100%;
}
.blok50 .blok-text {
	left: 33px;
}
.blok502 .blok-text {
	left: 33px;
}
.blok100 .blok-text {
	padding-top: 55px;
	padding-left: 33px;
	position: static;	
	width: 80%;
	float: none;
}
.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;
}
.loga-obal {
	margin: 0 auto;
	width: 90%;
}
.loga-obal img {
	width: 100%;
}

.uzky-text-obrazek {
	display: none;
}
.uzky-text-obrazek img {
	width: 100%;
}
.uzky-text-sirsi {
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;

}
.uzky-text-levy {
	width: 100%;
	padding-left: 0px;
	padding-right: 0;
	float: left;
}

.uzky-text-pravy {
	width: 100%;
	padding-left: 0px;
	float: left;
}	
.uzky-text-pravy img {
	width: 100%;
}
#schovat1 {
	display: none;
}
}
@media only screen and (max-width: 499px){	
.os-fotka	 {
	opacity: 0.5;
}	
	
	.schovavacitd2 {
	display: none;
}
	}
@media
only screen and (-webkit-min-device-pixel-ratio: 1.5)      and (max-width: 1023px) and (orientation:portrait),
only screen and (   min--moz-device-pixel-ratio: 1.5)      and (max-width: 1023px) and (orientation:portrait),
only screen and (     -o-min-device-pixel-ratio: 1.5/1)    and (max-width: 1023px) and (orientation:portrait),
only screen and (        min-device-pixel-ratio: 1.5)      and (max-width: 1023px) and (orientation:portrait),
only screen and (                min-resolution: 150dpi) and (max-width: 1023px) and (orientation:portrait),
only screen and (                min-resolution: 1.5dppx)  and max-width: 1023px) and (orientation:portrait) { 

/*
#nav-packed {
	display: block;
}	
#nav-packed-in {
	padding-left: 25px;
	text-align: right;
	background-color: red;
}	
#nav {
	height: auto;
	display: none;
	padding-top: 0px;
	position: absolute;
	top: 0;
	right: 0;
}

	#nav ul.navigation li a, #nav ul.navigation li a:visited {
		padding: 0;
		margin:0;
		height: auto;	
		font-size: 35px;
		line-height: 55px;
		padding: 45px 0;
		display: block;
		width: 100%;
		font-weight: 600;
		color: #666666;
		text-decoration: none;
		background-color: white;
		background-position: bottom center;
	}
	*/
}
	@media only screen and (max-height: 499px) {	
#hlavicka-obal {

	position: absolute;

}	}
	

	.classic-form {
		padding-top: 100px;
	}	
.form-control	 {
		padding: 10px;
	}	
.btn-primary		 {
		padding: 10px;
	background-color: #af151b;
	color: white;
	cursor: pointer;
	border: 0;

	font-size: 1em;
	}

.foto-klik {
	width: 33.3%;
	float: left;
}
.foto-klik a {
	width: 100%;
	text-align: center;
	display: block;
}
.foto-klik a img {
	width: 90%;
}

