body {
	xbackground: #f5f5f5;
	font-family: 'Raleway', sans-serif;
}

h1, h2, h3, h4 {
	color: #826222;
	clear: left;
}
h1 a, h2 a {
	text-decoration: none;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 21px;
}
a {
	color: #826222;
	text-decoration: underline;
}
a:hover {
	color: #C2A262;
}
.btn-primary {
    color: #fff;
    background-color: #979B00; /*#114285;*/
    border-color: #979B00; /*#013275;*/
}
.btn-primary:hover {
    background-color: #C2A262; 
    border-color: #C2A262; 
}
.equal { 
	display:flex;
	flex-wrap:wrap
}
.nazev-hlavicka {
	position: relative;
	margin-left: -6px;
}
.well {
	border: 0;
	border-radius: 0px;
	box-shadow: none;
}
/* ------------------------------ */
.home-box {
	padding: 1px 15px;
	margin-bottom: 15px;
	background: #eaeaea;	
}
.home-box h2 {
	margin-top: 10px;
}
/* ------------------------------ */
#top-bar {
	background: #ededed;
	padding: 10px 0 5px 0px;
}
#top-bar .container {
	padding-left: 145px;
}
body.home #top-bar .container {
	padding-left: 1px;
}
#top-bar a {
	padding: 0 20px;
}
/* ------------------------------ */
.navbar {
    margin: 0;
    border-radius: 0;
}
.navbar-default .navbar-brand img {
	position: relative;
	z-index: 100;
	max-height: 125px;
	top: -50px;
}
body.home .navbar-default .navbar-brand img {
	max-height: 160px;
	top: 0;
}
.navbar-default {
	background: #979B00;
	border: none;
}
.navbar-default .navbar-toggle {
	background: #fff;
	border: 1px solid #aaa;
}
	
.nav > li > a {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 80px;
	padding: 0;
	text-decoration: none;
}
@media (max-width:1200px) {
	.nav > li > a {
		font-size: 15px;
		letter-spacing: -1px;		
	}
}
@media (max-width:992px) {
	.nav > li > a {
		font-size: 14px;
		letter-spacing: -1px;
	}
}
.nav li a:hover {
	text-decoration: underline;
	color: #000;
	background: none;
}
.navbar-collapse {
	padding: 0;
}
@media screen and (max-width: 768px) {
	.navbar-default .navbar-brand img {
		top: -50px;
		max-height: 90px;
	}
	.nav > li > a {
		line-height: 30px;
		background: #f5f5f5;
		margin: 0 0 1px 0;	
	}
}
@media (min-width:768px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;    
    }
    .nav .dropdown-menu {
        margin-top: 0;
    }
}
@media screen and (max-width: 992px) {
	.nav > li > a {
		font-size: 15px;
		letter-spacing: -1px;
	}
}
.dropdown-menu {
	min-width: 18em;
}
.dropdown-menu  a {
	text-decoration: none;
}
.dropdown-menu a:hover {
	background-color: #f5f5f5 !important;
	color: #000 !important;
}
/* ------------------------------ */
.row.clanky {
	padding: 10px 0;
}
.row.clanky:hover {
	background: #eee;
	cursor: pointer;
}
.row.clanky h2 {
	margin-top: 1px;
	margin-bottom: 1px;
}
.row.clanky p {
	margin: 0;
	padding: 0;
}
/* ------------------------------ */
#banners {
	margin-bottom: 20px;
	max-height: 500px;
	overflow: hidden;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
	width: 100%;
}
.carousel-caption {
	left: 0;
	right: 0;
	bottom: 0px;
	padding: 0;
	margin: 0;
	background: rgba(0,0,0,0.3);
	width: 100%;
	text-align: right;
	font-size: 18px;
	line-height: 3em;
	text-shadow: 0 0 5px #000;
}
.carousel-indicators {
	bottom: auto;	
	left: auto;
	top: 0;
	right: 5%;
	text-align: right;
	opacity: 0.7;
	padding-top: 10px;
}
/*---------------------------------*/
.breadcrumb {
	background: #fafafa;
	border-radius: 0px;
}
/* ------------------------------ */
#hledani {
	position: relative;
	top: -2px;
}
/* ------------------------------ */
#left-menu .folders {
	background: #ededed;
	padding: 10px;
	margin-bottom:20px;
}

#left-menu ul, #left-menu ul li {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#left-menu ul li a {
	display: block;
	padding: 5px 10px;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	color: #555;
}
#left-menu .folders > ul > li:last-child a {
	border-bottom: none;
}
#left-menu ul li li a {
	padding-left: 25px;
}
#left-menu ul li li li a {
	padding-left: 45px;
}
#left-menu ul li li li li a {
	padding-left: 65px;
}
#left-menu ul li ul {
	display: none;
}
#left-menu ul li.selected > ul, #left-menu ul li.subselected > ul {
	display: block;
}
#left-menu ul li.selected > a, #left-menu ul li.subselected > a {
	background: #f5f5f5;
}
#left-menu ul li a:hover {
	background: #f5f5f5;
	color: #000;
}
/* ------------------------------ */
#content p {
	text-align: justify;	
}
/* ------------------------------ */

#footer-icons {
	margin-top: 20px;
	border-top: 20px solid #ededed;
	padding-top: 20px;
}

#footer-icons img {
	display: block;
	padding: 5px;
}

#footer {
	margin-top: 20px;
	background: #ededed;
	padding-bottom: 15px;
	color: #A28242;
}
#footer .container {
	padding-top: 10px;
}
#footer2 {
	color: #fff;
	background: #979B00;
	padding: 10px 0;
}
#footer2 a {
	color: #fff;
}

/*--------------------*/
.calendar {
	text-align: center;
	background: #e5e49c;
}
.calendar table {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}
.calendar table td {
	border: 1px solid #fff;
	xbackground: #f0f0f0;
	text-align: center;
	padding: 2px 2px;
}
.calendar table tr.headline td {
	background: #1B407E;
	color: #fff;
}
.calendar table td.actual {
	background: #e0aa4c;
}
.calendar table td.blank {
	xbackground: #fafafa;
}
/* --------------------------*/
.well.download {
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 8px 0;
	border: 0;
	box-shadow: none;
}
.well.download span {
	opacity: 0.4;
}
#jizdni-rad .content {
	margin-top: -5px;
	padding: 10px 5px;
	background: #f5f5f5;
}
#jizdni-rad .content h3:FIRST-CHILD {
	margin-top: 0;
}