* {
	margin: 0px;
	padding: 0px;
  	outline:none;
  	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing: border-box;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

html, body, ul, li {
	font-family: 'Open Sans', sans-serif;
	background: black;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

html {
	font-size: 1.5rem;
}

@media(max-width: 1900px) {
	html {
		font-size: 1.40rem; 
	}
}

@media(max-width: 1800px) {
	html {
		font-size: 1.25rem; 
	}
}

@media(max-width: 1700px) {
	html {
		font-size: 1.1rem; 
	}
}

@media(max-width: 1580px) {
	html {
		font-size: 1rem; 
	}
}

@media(max-width: 1000px) {
	html {
		font-size: 0.75rem; 
	}
}

@media(max-width: 780px) {
	html {
		font-size: 0.65rem; 
	}
}

@media(max-width: 590px) {
	html {
		font-size: 0.50rem; 
	}
}

@media(max-width: 460px) {
	html {
		font-size: 0.35rem; 
	}
}

@media(max-width: 300px) {
	html {
		font-size: 0.20rem; 
	}
}

body {
	font-weight:400;
	line-height:1.3;
	overflow-x:hidden !important;
	overflow:hidden;
}

a {
	text-decoration: none;
	color:#333;
}

a:hover {
	color:#111;
}

#footer a {
	color:#ddd
}

#footer a:hover {
	color:#fff
}


#panorama, #panorama-full, #vizualizace, #pozemky, #okoli, #kontakt, #mapa {
    width: 100%;
    height: 100%;
}

#panorama, #panorama-full, #map-canvas {
	position: fixed;
}
 
#menu {
	z-index:99;
	width:100%;
	height:10%;
	background: url("../img/bg_15.png");
	text-align: right;
}

#menu a#nadpis{
	left:2em;
	height:100%;
	text-align:center;
	float:left;
	margin:0;
	font-weight:800;
	color:#ff0;
	padding-left:5em;
	opacity: 0.8; 
	filter: alpha(opacity=80); 
}

#menu a#nadpis:hover{
	opacity: 1; 
	filter: alpha(opacity=100); 
}

#menu a {
	float:left;
	font-weight: 400;
	color: white;
	opacity: 0.7; 
	filter: alpha(opacity=70);
	padding: 0 0.5em 0 0.5em;
}

#menu a:hover {
	opacity: 1; 
	filter: alpha(opacity=100); 
}

#menu #logo {
	position: absolute;
	left:0.5em;
	top:-0.2em;
	width:4em;
	z-index:2;
}

#viz_pred, #viz_dal {
	position:absolute;
	top:50%;
	height:3em;
	z-index:9999;
}

#viz_dal {
	right:2em;
}

#viz_pred{
	left:2em;
}
			
#viz_pred:hover, #viz_dal:hover  {
	top:49%;
}

#viz_pred:active, #viz_dal:active {
	top:50%;
}

.prezentace {
	width:100%;
	position:absolute;
	color:#fff;
	top:30%;
	font-size:400%;
	font-weight:800;
	text-shadow: 0.06em 0.06em #333;
}

.in-slide-content {
	color:#fff;
	margin:0% 2% 0% 2%;
	padding:2%;
	position:absolute;
	top:11%;
	width:65%;
	text-shadow: 0.06em 0.06em #333;
}

.in-slide-content h1 {
	font-size:450%;
	font-weight:800;
}

.in-slide-content h3 {
	font-size:300%;
	font-weight:800;
}

.in-slide-content h4 {
	margin-top: 0.6em;
	font-size:300%;
	font-weight:800;
	color:red;
}

.right {
	float:right;
	right:0;
	text-align:right;
}

.left {
	float:left;
	left:0;
	text-align:left;
}

.orange {
	color: orange;
}