body {
    /*font-family: 'Raleway', sans-serif;*/
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #000;
}

h1,
h2,
h3,
h4 {
    color: #243c2e;
    clear: left;
}

h1 a,
h2 a {
    color: #243c2e;
    text-decoration: none;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 21px;
}

a {
    color: #243c2e;
    text-decoration: underline;
}

a:hover {
    color: #445c4e;
}

.btn-primary {
    color: #fff;
    background-color: #118839 !important;
    border-color: #007100 !important;
    font-weight: bold;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #243c2e !important;
    border-color: #243c2e;
}

.equal {
    display: flex;
    flex-wrap: wrap;
}

.img-responsive {
    display: inline-block;
    max-width: 100%;
    width: auto !important;
}

.table {
    background-color: #f5f5f5;
}

/* ------------------------------ */

.home-box {
    padding: 1px 15px;
    margin-bottom: 15px;
    background: #f5f4f4;
}

.home-box h2 {
    margin-top: 10px;
}


/* ------------------------------ */

.erb-hlavicka {
    padding-top: 20px;
    padding-bottom: 20px;
    xmax-height: 180px;
    display: block;
    float: left;
}

.nazev-hlavicka {
    padding-top: 40px;
    padding-left: 10px;
    display: block;
    float: left;
    text-decoration: none;
    font-weight: bold;
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.nazev-hlavicka:hover {
    color: #fff !important;
    text-decoration: none;
}

@media (max-width:1200px) {
    .erb-hlavicka img {
        max-height: 100px;
    }
    .nazev-hlavicka {
        font-size: 38px;
        xtext-shadow: 0 0 5px #000;
    }
}


/* ------------------------------ */

#top-bar {
    background: #ededed url('./images/header10.jpg') no-repeat center center;
    background-size: cover;
    padding: 0;
    min-height: 250px;
}

body.home #top-bar {
    min-height: 500px;
}

@media (max-width:1200px) {
    body.home #top-bar {
        min-height: 400px;
    }
}

@media (max-width:800px) {
    body.home #top-bar {
        min-height: 300px;
    }
    #top-bar {
        min-height: 200px;
    }
}


#xtop-bar .container {
    padding-left: 145px;
}

xbody.home #top-bar .container {
    padding-left: 1px;
}

#xtop-bar a {
    padding: 0 20px;
}

.xtop-container {
    padding-top: 5px;
}

/* ------------------------------ */
.navbar-toggler {
    color: #fff;
    display: block;
    margin-top: 35px;
    margin-right: 15px;
    font-size: 40px;
    cursor: pointer;
  }

/* ------------------------------ */
/*
.navbar {
    margin: 0;
    border-radius: 0;
}

.navbar-default .navbar-brand img {
    position: relative;
    z-index: 100;
    max-height: 125px;
    top: -87px;
}

body.home .navbar-default .navbar-brand img {
    max-height: 160px;
    top: -28px;
}

.navbar-default {
    background: none;
    border: none;
}

.navbar-default .navbar-toggle {
    background: #fff;
    border: 1px solid #aaa;
}

.nav>li>a {
    color: #fff !important;
    background: none !important;
    font-size: 18px;
    line-height: 100px;
    padding: 0 15px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 0 10px #000;
}

.nav>li>a:hover {
    color: #F9D731 !important;
    text-decoration: none !important;
}

@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;
    }
    .navbar-default .navbar-brand img {
        top: -50px;
        max-height: 90px;
    }
}

.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: -70px;
        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;
}
*/

/* ------------------------------ */
#top-menu {
    clear: both;
    margin-top: -60px;
}
#top-menu .container {
    padding: 0;
}
#top-menu a {
    background: #00662E;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border-right: 1px solid #00440E; 
    border-bottom: 1px solid #00440E; 
    font-size: 14px;
}
#top-menu a:hover {
    opacity: 0.9;
}
#top-menu li:last-child a {
    border-right: none; 
}
#top-menu .navbar-nav {
    margin: 0 auto;
    display: table;
    table-layout: auto;
    float: none;
    width: 100%;
    background: #000;
}
#top-menu .navbar-nav>li {
    display: table-cell;
    float: none;
    text-align: center;
    background: #000;
}

/* ------------------------------ */

#big-menu, #big-menu2 {
    clear: both;
}

#big-menu #big-menu-row.row {
    background: #000;
}

#big-menu #big-menu-row .col, #big-menu .big-menu-row2 .col {
    background: #000;
    padding: 0;
}

#big-menu #big-menu-row a, #big-menu .big-menu-row2 a {
    padding: 20px 0;
    display: block;
    color: #fff;
    background: #bba511;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    text-align: center;
}
#big-menu .big-menu-row2 a {
    background: #00662E;
    line-height: 20px;
}
#big-menu .big-menu-row3 a {
    background: #666;
}

#big-menu #big-menu-row a:hover, #big-menu .big-menu-row2 a:hover {
    opacity: 0.9;
}

#big-menu #big-menu-row .col:nth-child(2) a {
    background: #7ba70f;
}

#big-menu #big-menu-row .col:nth-child(3) a {
    background: #128c30;
}

#big-menu #big-menu-row .col:nth-child(4) a {
    background: #00662E;
}

#big-menu #big-menu-row a i {
    font-size: 40px;
}
#big-menu .big-menu-row2 a i  {
    font-size: 25px;    
}

#big-submenu {
    border-right: 1px solid #ccc;
}
#big-submenu .col {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-right: 0;
}
@media (max-width: 992px) {
    #big-submenu {
        display: none;
    }
}


/* ------------------------------ */
#main-container {
    background: #fff;
    position: relative;
}
/* ------------------------------ */
#right-section h1 {
    font-size: 26px;
}
#right-section h2 {
  background: #00662E;
  padding: 10px;
  color: #fff;
}
#right-section h2 a {
    color: #fff;
}
/* ------------------------------ */

.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;
}


/* ------------------------------ */

#hledani {
    position: relative;
    top: -2px;
}

/* ------------------------------ */

#history {
    padding: 0;
}
#history .breadcrumb {
    margin-bottom: 0;
    background: #f9f9f9;
    border-radius: 0px;
}

/* ------------------------------ */

#left-menu>div {
    background: #1e6933;
    padding: 10px;
    margin-bottom: 20px;
}

#left-menu>div.menu1 {
    xbackground: #bba511;
}

#left-menu>div.menu2 {
    xbackground: #7ba70f;
}

#left-menu>div.menu3 {
    xbackground: #128c30;
}

#left-menu>div.menu4 {
    xbackground: #1e6933;
}

#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 rgba(0, 0, 0, 0.15);
    text-decoration: none;
    color: #fff;
}

#left-menu ul li:last-child a {
    border-bottom: none;
}

#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: rgba(0, 0, 0, 0.2);
}

#left-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.3);
    color: #FCFC64;
}


/* ------------------------------ */

#content p {
    text-align: justify;
}


/* ------------------------------ */

#footer-icons {
    margin-top: 20px;
    padding-top: 20px;
    background: #f5f5f5;
}

#footer-icons img {
    display: block;
    padding: 5px;
    max-height: 150px;
    max-width: 150px;
}

#footer {
    padding-top: 15px;
    background: #848C84;
    color: #fff;
}

#footer2 {
    background: #000;
    color: #fff;
    line-height: 80px;
}

#footer a,
#footer h2,
#footer2 a {
    color: #fff;
}

#footer-icons {
    margin-top: 20px;
    border-top: 5px solid #ededed;
    padding-top: 20px;
}


/*--------------------*/

.calendar {
    text-align: center;
    background: #f0f0f0;
}

.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: #118839;
    color: #fff;
}

.calendar table td.actual {
    background: #F9D731;
}

.calendar table td.blank {}


/* --------------------------*/

.well {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 15px 19px;
}

.well.green {
    background-color: #243C2E;
}

.well.green a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 5px 10px;
    border-bottom: 1px solid #142c1e;
}

.well.green a:hover {
    background: #445c4e;
    color: #FCFC64;
}

.well.download {
    padding-top: 8px;
    padding-bottom: 8px;
    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;
}

.opinion {
    background: #f5f4f4;
    padding: 15px;
}

.opinions-bar-left {
    float: left;
    height: 10px;
    background: #a00;
}

.opinions-bar-right {
    float: right;
    height: 10px;
    background: #fff;
}


/* carousel fade */

.carousel.fade {
    opacity: 1;
}

.carousel.fade .item {
    transition: opacity ease-out .7s;
    left: 0;
    opacity: 0;
    /* hide all slides */
    top: 0;
    position: absolute;
    width: 100%;
    display: block;
}

.carousel.fade .item:first-child {
    top: auto;
    opacity: 1;
    /* show first slide */
    position: relative;
}

.carousel.fade .item.active {
    opacity: 1;
}