#container {
	border:1px solid black;
	width:100%;
	margin:0px auto;
	height:100%;
}

#slide-home, #slide-me, #slide-add, #slide-settings, #slide-my-places {
	background-color:#272727;
}

#slide-find {
	background-color:blue;
}

#map-canvas {
	width:100%;
	min-height:200px;
	height:100%;

}

#tags img {width:40px;margin:5px;}
#tags a {display:inline-block;}

#addmiesto, #addmiesto input {
	text-align:center;
	width:100%;
	border:0px;
}

/* classes */

.slide {
	height:100%;
}

.top {
	height:80%;
}

.bottom {
	width:100%;
	height:80px;
	vertical-align:bottom;
}

.inlinest {
	display:inline;
	float:left;
}

.block {
	border:1px solid black;
	height:100%;
}

.col1 {
	width:99.5%;
}
.col2 {
	width:49.3%;
}
.col3 {
	width:32.5%;
}

.inp-value {
	width:200px;
}

.inp-text {
	font-size:30px;
	width:80%;
	padding:20px 0px;
}

.identification {
	font-size:24px;
	color:white;
	font-weight:bold;
	text-align:center;
	font-variant:small-caps;
}

.hide {
	display:none;
}

.bottom a:link, #slide-add a:visited, #slide-home a:visited {
	background-color:#272727;
	font-family:"Narkisim", Serif;
	font-size:2em;
	height:80px;
	padding-top:40px;
	color:white;
}

.bottom a:hover, #slide-home a:hover, #slide-add a:hover {
	background-color:white;
	color:black;
	text-decoration:none;
	text-align:center;
}

a:link, a:visited {
	color:black;
	text-decoration:none;
	text-align:center;

}

/* elements */

body {
	margin:0px;
	padding:0px;
	border-align:top;
}

img {
	border:0px;
	display:inline;
	width:100%;
}



/* MOBILE VIEW START */

@media screen and (max-width: 1023px) {




}

/* MOBILE VIEW END */

