body{
	margin: 0 auto;
	font-family: 'Oxygen', Arial, sans-serif;
	/*font-family: 'Roboto Slab', serif;*/
	font-size: 12pt;
}

h2{
	text-align: left;
}

.nadpisForm{
	padding-left: 40px;
}

h1{	
	font-size: 28pt;
	font-family: 'Kaushan Script', 'Open Sans', Arial, cursive;
}

#navigacniLista{
	font-size: 10pt;
}

.perex{
	letter-spacing: 0.5px;
	font-size: 14pt;
	font-weight: 300;
}

#wrapper{
	position: absolute;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	overflow: hidden;
}

.pokracovat{
	/*color: #33CC00;*/
	color: #bbbbbb;
	margin-top: 10px;
}

.pokracovat:hover{
	color: #009900;
	text-decoration: none;
}

.uvod_1{
	background:#f7f7f7;
}

@media (min-height: 550px){
	.uvodnik{
	height:100%;
	position: relative;
	}

	.centrovani{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	}
	
	#wrapper_uvod{
		position:relative;
		margin:0 auto;
	}
}

@media (max-height: 550px){
	.uvodnik{
	margin-bottom: 50px;
	}
	
	#wrapper_uvod{
		position:relative;
		margin:0 auto;
		padding-top: 70px;
	}
}

#sidebar{
	height: 100%;
	width: 400px;
	/*background-color: #0099FF;*/
	position: relative;
	float: left;
	overflow: auto;
	padding-bottom: 10px;
}

#mapa_sber{
	height: 100%;
	width: calc(100% - 400px);
	z-index: 1;
	/*background-color: #00ff00;*/
	position: relative;
	float: left;
}

#obsah{
	/*padding: 10px;*/
	/*text-align: center;*/
}

.panel_nadpis{
	/*text-transform:uppercase;
	*font-weight: bold;*/
	font-family: 'Kaushan Script', cursive;
}

.hlavicka{	
	font-size: 10pt;
}

#hlavicka{
	margin-top: 10px;
	margin-bottom: 10px;
}

.main{
	padding-top: 50px;
}

.footer{
	background: #000000;
	color: white;
	padding-bottom: 50px;
	font-size: 10pt;
}

.navbar  .navbar-brand{
	color: white;
}

.navbar  .navbar-brand:hover{
	color: #bbbbbb;
}

.navbar .nav > li > a {
    color: white;
}
.navbar .nav > li > a:hover {
    color: #bbbbbb;
}

#zahlavi{
	height: 100px;
	/*background: brown;*/
	font-size: 24pt;
	text-align:center;
	text-transform:uppercase;
}

.obrazek{
	width: 150px;
	height: 150px;
	margin: 10px;
}

.obrazek2{
	width: 70px;
	height: 70px;
	position: absolute;
	z-index: -5;
	right: 15px;
	/*top: 0px;*/
	top: 5px;
}

.obrazek3{
	width: 150px;
	height: 150px;
	margin:50 0 ;
}

.obrazekLeft{
	/*float: left;*/
	margin-right: 10px;
}

.nadpis{
	margin-top: 10px;
	/*margin-bottom: 10px;*/
}

.moreInfo, .moreInfoClose{
	cursor: pointer;
	color: blue;
}

.moreInfo:hover, .moreInfoClose:hover{
	text-decoration: underline;
}

.navigace{
	margin-top: 5px;
	margin-bottom: 10px;
}

.kolecko{
	position: absolute;
	/*right: 15px;*/
	color: white;
	/*font-size: 24pt;
	*width: 70px;
	*height: 70px;*/
	font-size: 18pt;
	width: 60px;
	height: 60px;
	top: 7px;
	left: -10px;
	z-index: -5;
}

.circle {
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	width: 100%;
	position: relative;
}

.circle-solid{
	background-color: #dddddd;
}

.circle:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.circle-inner {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
}

.score-text {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 1em;
	line-height: 1em;
	font-size: 1em;
}

.formular_vyplnovaci{
	margin-top: 10px;
}

.fa{
	/*margin-right: 5px;*/
}

.tl{
	  margin-top: 10px;
	  padding: 10px 20px;
	  font-size: 12px;
	  font-weight: bold;
	  text-transform: uppercase;
	  line-height: 1.8;
	  appearance: none;
	  box-shadow: none;
	  border-radius: 0;
	 /*border: solid 2px ;*/
	  border: none ;
	  cursor: pointer;
	  letter-spacing: 1px;
	  background: #cccccc;
	  color: white;
}

.tl:not([disabled]):hover{
	background-color: #bbbbbb;
}

.tl:disabled{
	background: #eeeeee;
}

.tl-green{	
	  background: #33CC00;
}

.tl-green:not([disabled]):hover{
	background-color: #009900;
}

.tl-green:active{
	background-color: #009900;
}

.tl-red{	
	  background: #cc0000;
}

.tl-red:not([disabled]):hover{
	background-color: #bb0000;
}

.tl-mensi{
	padding: 5px 15px;
}

.tl-vetsi{
	font-size: 18px;
}

.tl-kos{
	border: none;
	color: #bbbbbb;
	font-weight: normal;
	background: rgba(0,0,0,0);
}

.tl-kos:not([disabled]):hover{
	color: #CC0000;
	background: rgba(0,0,0,0);
}

.tl-prepinac{
	color: black;
	background: rgba(0,0,0,0);
	width: 100%;
}

.tl-prepinac-active{
	background: #009900;
}

.tl-napoveda{
	border: none;
	/*color: #bbbbbb;*/
	font-weight: bold;
	background: #cccccc;
}

.tl-prazdny{
	/color: #bbbbbb;*/
	background: rgba(0,0,0,0);
}

.tl-prazdny:disabled{
	color: #eeeeee;
	background: rgba(0,0,0,0);
}

.zpet{
	border: none;
	background: #ff0000;
}

.prepinacLeft{
	padding-right: 0px;
	/*background: #ff0000;*/
}
.prepinacRight{
	padding-left: 0px;
	padding-right: 0px;
	/*background: #ff0000;*/
}
.prepinacNapoveda{
	padding-left: 0px;
	/*background: #ff0000;*/
}

.formularPole{
	margin-top:5px;
	margin-bottom:5px;
	width: 100%;
	font-size: 12pt;
}

#komentar{
	height: 100px;
	width: 100%;
}

.texty{
	/*text-align: left;*/
	font-size: 10pt;
}

.napoveda{
	font-style: italic;
}

#uvodniText{
	font-size: 12pt;
}

.help-block{
	font-size: 10pt;
}

.warning{
	color: red;
	font-size: 10pt;
	font-style: italic;
}

.skryty{
	display: none;
	font-size: 10pt;
	background: #dddddd;
	padding: 10px;
}

.skrytyForm{
	display: none;
}

.obrazekText{
	float: left; 
	width: 250px;
	margin: 0 10 10 0;
}

#libiNelibi{
	/*margin: 30px;*/
}

#libi{
	color: #33CC00;
	background: rgba(0,0,0,0);
}

#libi:not([disabled]):hover{
	color: #009900;
	background: rgba(0,0,0,0);
}

#nelibi{
	color: #cc0000;
	background: rgba(0,0,0,0);
}

#nelibi:not([disabled]):hover{
	color: #aa0000;
	background: rgba(0,0,0,0);
}

#libi:disabled {
	color: #eeeeee;
	background: rgba(0,0,0,0);
}

#nelibi:disabled {
	color: #eeeeee;
	background: rgba(0,0,0,0);
}

#libiCnt{
	color: #33CC00;
	margin-right: 10px;
}

#nelibiCnt{
	color: #aa0000;
}

.infoDetail{
	margin-bottom: 10px;
}

.smallText{
	font-size: 8pt;
}

.marker-cluster-small {
	background-color: rgba(0, 102, 153, 0.6);
	}
.marker-cluster-small div {
	background-color: rgba(0, 102, 153, 0.9);
	}

.marker-cluster-medium {
	background-color: rgba(0, 102, 153, 0.6);
	}
.marker-cluster-medium div {
	background-color: rgba(0, 102, 153, 0.9);
	}

.marker-cluster-large {
	background-color: rgba(0, 102, 153, 0.6);
	}
.marker-cluster-large div {
	background-color: rgba(0, 102, 153, 0.9);
	}
	
.marker-cluster{
	color: white;
}

.infoZdrojText{
	display: none;
}

#soutez{
	/*margin-bottom: 50px;*/
}

.mapaUvod{
height: calc(100% - 50px);
position: relative;
}

#mapaUvod{
height:100%
}

.popup{
	font-family: 'Oxygen', Arial, sans-serif;
	/*font-size: 10pt;*/
	max-height: 80%;;
}

.nazevMapy {
	/*padding: 0 10 5 10;*/
	padding: 5;
	font-family: 'Oxygen', Arial, sans-serif;
	background: white;
	background: rgba(255,255,255,0.9);
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	border-radius: 5px;
	text-align: right;
	max-width: 200px;
}
