/* Bootstrap Custom */
@import url('https://fonts.googleapis.com/css?family=Pragati+Narrow');

#header-bg {
	background-image: url('/css/bg.jpg');
	background-position: center top;
	height: 400px; /* 456 */
}
.form-group label {
	font-weight: bold;
}
.nahledimg {
	height: 150px;
	width: 150px;
	background-size: cover;
	float: left;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px;
}
.page-item.active .page-link {
	background-color: #dee2e6;
	border-top-color: #dee2e6;
	border-right-color: #dee2e6;
	border-bottom-color: #dee2e6;
	border-left-color: #dee2e6;
	color: #666;
}
.navbar-dark .navbar-nav .nav-link {
	color:rgba(255,255,255,.9);
}
.nav-link.active {
	background-color: #764c24 !important;
}
.navbar {
	background-color: #764c24 !important;
}

/*fotogalerie*/
.gal {
	-ms-column-count: 2;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	}	
.gal .figure { width: 100%; padding: 0px 0;}
.gal .card { width: 100%; padding: 0px 0;}/**/

@media (max-width: 500px) {
.gal {
	-ms-column-count: 1;
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	}
}
.bloknadpis {
	font-size: 1.5em;
	font-weight: normal;
	/*color: #333;*/
	text-align: left;
	display: block;
}
a.blokbanner {
	background-color: #004695;
	display: block;
	padding: 10px;
	width: 100%;
	height: auto;
	color: #FFF;
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(banner_klik.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.faq-ot {
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: .5em;
}
.faq-odp {
	display: none;
	background-color: #EEE;
	padding: 1.5em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
.titul {
	font-size: 4rem;
	line-height: 1;
	font-weight: 500;
	text-shadow: 2px 2px 6px #000;
	display: block;
	/*background-color: rgba(0,0,0,0.3);*/
	padding-top: 0.5em;
	color: #FFF;
}
.titul2 {
	font-size: 3rem;
	line-height: 1;
	font-weight: 500;
}
a:hover.titul {
	text-decoration: none;
	color:#FFF
}
footer ul, footer a {
	color: #CCC;
}
footer a:hover {
	color: #FFF;
}
.h1bg {
	background-color: #F5F5F5;
}
h1, h2, h3, h4, h5, .titul, .titul2 {
	font-family: 'Pragati Narrow', sans-serif;
}
.karusel-text {
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	font-weight:normal;
	/*background-color:rgba(0, 0, 0, 0.8);*/
}
.karusel-text a, .karusel-text a:hover {
	text-decoration: none;
	color: #FFF;
}
.topmenu.nav-item {
	transition: 300ms;
}
.topmenu.nav-item:hover {
	background-color:#9D662F;
}
.topmenu .dropdown-menu {
	border-radius:0rem;
	background-color: transparent;
	border:none;
	margin-top: 0rem;
	background-attachment: scroll;
	background-image: url('/css/dropdownmenuarrow.png');
	background-repeat: no-repeat;
	background-position: left top;
}
.ddmenu-color {
	background-color: #9D662F;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.dropdown-item {
	color: #FFF;
}
.dropdown-item:hover {
	color: #16181b;
	background-color: #AD7134;
}
#calendarminus, #calendarplus {
	cursor: pointer;
}
.card li {
	border-left-width: 0.3rem;
	border-left-style: solid;
	border-left-color: #DDD; /* F8C301 2A478D*/
	/*
	border-right-width: 0.2rem;
	border-right-style: solid;
	border-right-color: #DDD;
	*/
	list-style-type: none;
	padding-left: 0.5rem;
	padding-right: 0.2rem;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
	margin-bottom: 0.1rem;
	border-radius: 10px 0px 0px 10px;
	/*background-color: #F9F9F9;	list-style-position: outside;
	list-style-image: url(/css/listimg03.png);*/
}
.card li:hover {
	background-color: #F4F4F4;
	border-left-color: #2A478D;
}
.card li a:hover {
	text-decoration: none;
}
.card ul {
    padding-inline-start: 0px/*15px*/;
}
.btn-primary {
	background-color: #764c24;
	border-color: #630;
}
.btn-primary:hover {
	background-color: #AD7134;
	border-color: #764c24;
}
.kal-aktivni-pole {
	background-color: #764c24;
}
.komentartext {
	background-color: #E6E6E6;
	display: block;
	margin-bottom: 20px;
	padding: 10px;
}
.tematext {
	background-color: #FEF3DE;
	display: block;
	margin-bottom: 20px;
	padding: 10px;
}