.dalsiobsah_12046 {
	min-height: 340px;
}
#mapa_cr {
	width: 100%;
	height: 0;
	padding-top: 57.312%;
	background: url(/program/porady/10995220806/inc/mapa.png) 0 0 no-repeat;
	background-size: 100%;
	position: relative;
	xoverflow: hidden;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	margin: 40px 0;
	z-index: 100;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#mapa_pole, #mapa_vysledek, #mapa_uvod {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#mapa_uvod {
	background: url(/program/porady/10995220806/inc/uvod.png) center center no-repeat;
	background-size: 100%;
	transform-origin: center 25%;
}
#mapa_uvod button {
	background: none;
	border: none;
	color: #FDFDFD;
	padding: 0px;
	text-transform: uppercase;
	transform: rotate(-11deg);
	white-space: nowrap;
	position: absolute;
	width: 25%;
	height: 10%;
	top: 75%;
	left: 72%;
	animation: blik 1s infinite linear;
	font-size: 24px;
}
@media (max-width: 959px) {
	#mapa_uvod button { font-size:  2.8vw; }
}
@media (max-width: 479px) {
	#mapa_uvod {
		background: url(/program/porady/10995220806/inc/uvod_mobil.png) center center no-repeat;
		height: 297px;
		top: 0px;
	}
	#mapa_uvod button {
		font-size: 14px;
		top: 245px;
		left: 50%;
		transform: rotate(2.7deg);
		width: 160px;
		height: auto;
		padding: 10px;
		margin-left: -80px;
	}
}

#mapa_vysledek {
	text-align: center;
	display: none;
}
@keyframes ukaz {
	0% {transform: scaleY(0)}
	60% {transform: scaleY(1)}
	80% {transform: scaleY(0.8)}
	100% {transform: scaleY(1)}
}
@keyframes skryj {
	0% {transform: scaleY(1)}
	50% {transform: scaleY(1)}
	100% {transform: scaleY(0)}
}
#mapa_box {
	width: 300px;
	min-width: 300px;
	height: 340px;
	margin: 0px auto;
	text-align: center;
	color: #FDFDFD;
	background-position: center bottom;
	background-repeat: no-repeat;
	position: relative;
	transform-origin: center 290px;
}
.ukazat_vysledek #mapa_box {
	animation: ukaz 200ms 1 linear;
}
.skryj_vysledek #mapa_box {
	animation: skryj 200ms 1 linear;
}
#mapa_hlaska {
	font-size: 200%;
	padding: 10px;
}
@media (max-width: 479px) {
	#mapa_hlaska { font-size: 125%; }
}
@media (max-width: 639px) {
	#mapa_hlaska { font-size: 150%; }
}

#mapa_km {
	position: absolute;
	width: 100%;
	padding: 0 40px;
	bottom: 49px;
	transform: rotate(-4.5deg);
	color: #FFA6C1;
}
#mapa_box button {
	background: none;
	border: none;
	color: #FDFDFD;
	padding: 10px;
	text-transform: uppercase;
	transform: rotate(-4.5deg);
	white-space: nowrap;
	position: absolute;
	bottom: 15px;
	width: 140px;
	left: 80px;
	animation: blik 1s infinite linear;
}
@keyframes blik {
	0% {color: #FDFDFD}
	50% {color: #FFA6C1}
	100% {color: #FDFDFD}
}
#mapa_box button .blikzoom {
	display: block;
	animation: blikzoom 1s infinite linear;
}
@keyframes blikzoom {
	0% {color: #FDFDFD;transform:scale(1.03)}
	50% {color: #FFA6C1;transform:scale(1)}
	100% {color: #FDFDFD;transform:scale(1.03)}
}
#mapa_most {
	position: absolute;
	left: -100px;
	top: -100px;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #A54773;
	border-radius: 10px;
	border-width: 10px;
	margin: -10px;
	display: none;
}
#mapa_kurzor {
	position: absolute;
	left: -100px;
	top: -100px;
	width: 20px;
	height: 20px;
	border-style: solid;
	border-color: #FAFAFA;
	border-radius: 10px;
	border-width: 2px;
	margin: -10px;
	animation: puls 1s infinite linear;
	transition: transform,border-color 500ms;
	transform: scale(1);
}
@keyframes puls {
	0% {transform: scale(1)}
	50% {transform: scale(1.2)}
	100% {transform: scale(1)}
}
#mapa_kurzor.most_klik {
	border-color: #7F1E4B;
	animation: klik 1s 1 linear;
}
#mapa_kurzor.most_hide {
	border-color: transparent;
}
@keyframes klik {
	100% {transform: scale(1)}
}
