@-ms-viewport { width: 640px; }
*
{
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

input
{
-webkit-user-select: auto !important;
-khtml-user-select: auto !important;
-moz-user-select: auto !important;
-ms-user-select: auto !important;
user-select: auto !important;
}

html, body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	width: 640px;
	height: 100%;
	overflow:hidden;
}
#wrapper {
	width: 640px;
	height: 100%;
	overflow: hidden;
	position: relative;
}
#mapa {
	position: absolute;
	left: 320px;
	top: 50%;
	-ms-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	z-index: 10;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-ms-touch-select:   none;
	-ms-touch-action:   none;
	user-select: none;
}
#mapa a {
	color: #000000;
	text-decoration: none;
	border: none;
	display: block;
	position: absolute;
	border-top: 2px solid #ff0000;
	border-left: 2px solid #ff0000;
	background-color: rgba(255,255,0,0.5);
	font-family: monospace;
	font-size: 20px;
	z-index: 30;
}
#blokada {
	position: absolute;
	z-index: 15;
	background-color: transparent;
}
#wskaznik {
	display:none;
	opacity: 1.0;
	position: absolute;
	z-index:12;
	-ms-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	-ms-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}
#wskaznik:before {
	content:"";
	background-image: url(wskaznik.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 160px;
	height: 160px;
	display: block;
	position: absolute;
	left: -80px;
	top: -80px;
}
#mapa img {
	display: block;
	position: absolute;
	z-index: 10;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-ms-touch-select:   none;
	-ms-touch-action:   none;
	user-select: none;
}
#panel {
	z-index: 20;
	display: block;
	padding: 10px 10px 10px 10px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(0,0,0,0.5);
	text-align: center;
}
#openstreetmaps {
	z-index: 20;
	display: block;
	padding: 10px 10px 10px 10px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	color: #ffffff;
	display: none;
	font-family: monospace;
}
#openstreetmaps a {
	color: #ffffff;
}
#skala {
	position: absolute;
	z-index: 20;
	display: block;
	overflow:hidden;
	padding: 0px 0px 0px 0px;
	color: #ffffff;
	font-family: monospace;
	padding-top: 5px;
	border-top: 2px solid #ffffff;
	left: 10px;
	top: 8px;
	text-align:center;
}
#skala:before {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	height: 4px;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}
#tlogora {
	z-index: 19;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.5);
	height: 36px;
}
#panel>* {
	font-size: 40px;
	border: 2px solid #ffffff;
	border-radius: 10px;
	color: #ffffff;
	background-color: #000000;
	display: inline-block;
	font-family: monospace;
}
#lokalizacja.aktywny {
	color: #ffff00;
}