*, 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: #767676;
	font-family: Raleway, Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.75em;
	text-align: center; 
    min-height: 100%;
    _height: 100%;
    background-color: #ffffff;
    letter-spacing: 0.1em;
}
ul {
	list-style: none;
}
h1, h2, h3, h4, h5, form, ul, table, tr, td, p {
	margin: 0;
	padding: 0;
	border: 0;
}
table {
	border-collapse: collapse;
}
a, a:hover, a:visited {
	color: #f5a11f;
}
a:hover {
	text-decoration: none;
}

#rozcestnik-lokalita {
	width: 100%;
	position: relative;
    min-height: 100%;
    _height: 100%; 
    height: 100vh;
    overflow: hidden;
    text-align: center;
}
#dumimg {

    /*min-height: 100%;
    _height: 100%; 
    height: 100vh;
    width: auto;
    margin: 0 auto;*/
}
#rozcestnik-velke-menu {
	width: 855px;
	height: 225px;
	position: absolute;
    top: 0px;
    left: 0px;
	background: url("../obrazky/rozcestnik-menu-sirsi.png") no-repeat top left;	
	pointer-events: none;
}
#rozcestnik-male-menu {
	display: none;
	width: 100%;
	height: 158px;
	position: absolute;
    top: 0px;
    left: 0px;
	background: url("../obrazky/rozcestnik-menu-mobil.png?xd=1") no-repeat top left;	
	pointer-events: none;
}
#rozcestnik-velke-menu ul {
	padding-left: 370px;
}
#rozcestnik-velke-menu ul li {
	text-transform: uppercase;
	float: left;
	font-size: 14px;
}
#rozcestnik-velke-menu ul li a {
	line-height: 80px;
	padding-left: 0px;
	padding-right: 22px;
	color: #000;
	font-weight: 700;
	text-decoration: none;
	pointer-events: auto;	
}
#rozcestnik-zalozky {
	position: absolute;
    top: 0px;
    right: 0px;
}
.rozcestnik-zalozky-zelena {
	background: url("../obrazky/rozcestnik-zalozka-zelena.png") no-repeat top left;	
}
.rozcestnik-zalozky-oranzova {
	background: url("../obrazky/rozcestnik-zalozka-oranzova.png") no-repeat top left;	
}
.rozcestnik-zalozky-zluta {
	background: url("../obrazky/rozcestnik-zalozka-zluta.png") no-repeat top left;	
}
.rozcestnik-zalozky-modra {
	background: url("../obrazky/rozcestnik-zalozka-modra.png") no-repeat top left;	
}
.rozcestnik-zalozky-zelena a, .rozcestnik-zalozky-oranzova a, .rozcestnik-zalozky-zluta a, .rozcestnik-zalozky-modra a {
	width: 330px;
	padding-top: 40px;
	height: 82px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}
#rozcestnik-zalozky a span.nadpis {
	font-size: 22px;
	line-height: 36px;
	text-transform: uppercase;
	font-weight: 700;
}
#rozcestnik-zalozky a span.text {
	font-size: 16px;
	line-height: 30px;

}
#rozc-zpatky {
	position: absolute;
	top: 0;
	right: 0;
	padding: 15px;
}
#rozc-zpatky a {
	background-color: #f5911f;	
	color: #ffffff;
	display: block;
	padding: 8px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
}
@media only screen and (max-width: 804px){
#rozcestnik-velke-menu {
	display: none;
}
#rozcestnik-male-menu {
	display: block;
}	

	}