@font-face {
    font-family: Tipovacka;
    src: url(../font/LegerDOT-Regular.otf);
}

body {
	padding-top: 70px;
	min-height: 2000px;
	background-image: url(../img/logo_bg.jpg);
	background-position: 50% 60px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

footer {
	border-top: gray thin solid;
	background-color: silver;
	margin-top: 10px;
	padding: 5px;
	font-size: 0.9em;
	font-family: Tipovacka;
}

nav, nav li {
	font-size: 1.2em;
}

.container {
	/*width: 100%;*/
}

.tipovacka_font {
	font-family: Tipovacka;
}

.puvodni_font {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.nav-tabs li a {
	background-color: lightgrey;
	margin: 10px 2px 0px 2px;

}

.progress-label {
   float: left;
   margin-right: 1em;
}

.zprava {
	border: thin dotted black;
	padding: 5px;
	margin-bottom: 10px;
}

.prispevek {
	border: thin dotted black;
	padding: 5px;
	margin-bottom: 10px;
}

.nezobrazovat {
	text-decoration: line-through;
	color: grey;
}

.nastred {
	margin: 0 auto;
}

.centrovat {
	text-align: center;
}

.podtrzeno_tucne {
	text-decoration: underline;
	font-weight: bold;
}

.tucne {
	font-weight: bold;
}

.nadpis_sekce {
	font-family: Tipovacka;
	background-color: lightgrey;
	padding: 10px;
}

.hlavicka {
	font-family: Tipovacka;
}

.aktivni_sloupec {
	background-color: lightyellow;
}

.ano {
	color: yellowgreen;
}

.ne {
	color: red;
	font-weight: bold;
}

.online {
	color: yellowgreen;
	font-weight: bold;
}

.img_organizatori {
	height: 50px;
	margin-right: 20px;
}

.google-maps {
	position: relative;
	padding-bottom: 30%;
	height: 0;
	overflow: hidden;
	max-width: 50%;
	margin-bottom: 30px;
}

.google-maps iframe, .google-maps object, .google-maps embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
