body{
	//font-family: 'Maven Pro', sans-serif;
	margin: 0 auto;
}

#content {
	position: absolute;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	overflow: hidden;
}

#mapa {
	height: 100%;
	width: 70%;
	float:left;
}

#side_panel {
	overflow: auto;
	width: 30%;
	height: 100%;
	float:left;
	padding-left: 1em;
	padding-right: 1em;
	position: relative;
	background-color:white;
}

#expandButton{
	display:none;
}

#title_ico{
	width: 150px;
	margin-right: 1em;
}

@media (max-width: 1400px) {
	#mapa {
		width: 60%
	}
	#side_panel {
		width: 40%
	}
}

@media (max-width: 1000px) {
	#mapa {
		width: 50%
	}
	#side_panel {
		width: 50%
	}
}

@media (max-width: 850px) {
	#content {
		position: absolute;
		margin: 0 auto;
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
		*overflow: auto;
	}
	#mapa {
		width: 100%;
		height: 70%;
		z-index:1;
	}
	
	#side_panel {
		width: 100%;
		*height: auto;
		height: 30%;
		z-index:3;
		margin-top: -30px;
	}
	
	#expandButton{
		width: 50px;
		height: 50px;
		border-radius:30px;
		display:block;
		float: left;
		*position: fixed;
		position: relative;
		*right: 0.7em;
		*margin-top: 0.3em;
		bottom: 0px;
		left: calc(50% - 20px);
		*color:#AAAAAA;
		font-size:12pt;
		z-index: 2;
		margin-top:-20px;
		background-color: white;
		text-align: center;
		padding-top: 3px;
		cursor: pointer;
	}
		
	#title {
		font-size: 12pt;
	}
}

#side_panel_head {
	border-bottom: solid 1px #dddddd;
	margin-bottom: 1em;
	margin-top: 1em;
	padding-bottom: 0.5em;
}

#title{
	font-size: 16pt;
	font-weight: bold;
}


#side_panel_head_right{
	text-align: right;
	font-size: 10pt;
}

#credits{
	display: none;
}

#side_panel_bottom {
	border-top: solid 1px #dddddd;
	margin-top: 2em;
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
	font-size: 10pt;
}

.language img{
	/*cursor:pointer;*/
	width: 25px;
}

#side_panel_head_right{
	font-size: 16pt;
}

.label_form{
	margin-bottom: 0.5em;
	color: #666666;
}

.form-control{
	/*max-width: 50px;*/
}

#homeButton{
	background-color: white;
	padding: 6px;
	font-size: 12pt;
	cursor: pointer;
}

.prepinace_div{
	/*height: 10px;*/
}

/*puvodni verze s dvemi prepinaci*/
/*.prepinac{
	float: left;
	width: 50%;
	padding: 10px;
	text-align: center;
	cursor: pointer;
}*/

.prepinac{
	/*float: left;*/
	width: 100%;
	padding: 10px;
	text-align: center;
	cursor: pointer;
}

.fa-plus-circle{
	margin-right: 0.5em;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {

font-size: 3em;

}

.slick-prev:before,
.slick-next:before{
	color: black;
	font-size: 25px;
	opacity: .3;
}


.slick-next
{
    right: -25px;
}

.ikonkyContainer{
	width: 100%;
	/*background-color: red;*/
	padding: 1.5em;
	padding-right: 2em;
	padding-bottom: 0em;
}

.ikonky{
	height:60px;
	text-align: center;
}

.monsterIco{
	padding: 0px;
	color: #dddddd;
}

.slick-current{
	color: black;
}

.centered{
	text-align: center;
}

/*.gray{
	background-color: #dddddd;
}*/

.radek_statistika{
	height: 100px;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 1em;
	margin-bottom: 1em;
}

.obrazek_div{
	/*margin: 5px;*/
	/*padding: 5px;*/
}

.obrazek{
	opacity: 0.15;
	height: 90%;
}

.cerny{
	opacity:1;
}

.jmeno_span{
	font-size: 24pt;
	display:inline-block;
}

.jmeno_span:first-letter{
	text-transform: uppercase;
}

.monster_odsazeny{
	margin-right: 1.5em;
}

.cislo{
	font-size: 24pt;
	/*font-weight:bold;*/
}

.formularPridej{
	margin-top: 3em;
}

.mouse-icon-drawing{
	cursor: crosshair;
}

.marker-cluster-small {
	background-color: rgba(31, 46, 85, 0.9);
	}
.marker-cluster-small div {
	background-color: rgba(31, 46, 85, 0.9);
	}

.marker-cluster-medium {
	background-color: rgba(31, 46, 85, 0.6);
	}
.marker-cluster-medium div {
	background-color: rgba(31, 46, 85, 0.9);
	}

.marker-cluster-large {
	background-color: rgba(31, 46, 85, 0.6);
	}
.marker-cluster-large div {
	background-color: rgba(31, 46, 85, 0.9);
	}

.marker-cluster{
	color: white;
	border-radius: 20px;
}

.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;
	border-style:solid;
	border-color: #ffffff;
	border-width:2px;
	border-radius: 15px;
	text-align: center;
	}

.marker-cluster span {
	line-height: 27px;
	}

#sberProbiha{
	color: red;
	font-style: italic;
}