@media only screen and (max-width: 769px) {
    table.SelectListLine, thead.ResponseThead, tbody.ResponseTdBody, th.ResponseThHead, tr.ResponseTrBody > td, tr.ResponseTrHead, tr.ResponseTrBody {
        display: block;
    }
    #TabulkaUziv {
        font-size: 65%;
    }
    /*Hide table headers (but not display: none;, for accessibility)*/
    tr.ResponseTrHead {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr.ResponseTrBody {
        /*width: 800%;*/
    }

        tr.ResponseTrBody > td {
            /*Behave  like a "row"*/
            border: none;
            border-bottom: 1px solid #eee;
            position: relative;
            padding-left: 50%;
            display: block;
            width: 100%;
        }

    td.ResponseTdBody:before {
        /*Now like a table header*/
        /*position: absolute;*/
        /*Top/left values mimic padding*/
        top: 0;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: bold
    }

    input[type="text"], input[type="password"], select, textarea, .ui-selectmenu-button.ui-button {
        min-width: unset !important;
    }

    DIV.Detail {
        overflow: auto;
    }

    .SelectListLinePriloha {
        border-top: 1px solid;
        border-bottom: 1px solid;
        /*margin-bottom: 1rem !important;*/
        width: 100% !important;
        margin-left: unset !important;
        padding-bottom: 1.5px;
        padding-top:1.5px;
    }

    tr.ResponseTrBody + tr.ResponseTrBody {
        margin-top: 0.5rem;
        border-top: 4px solid;
    }

    tr.ResponseTrBody:first-child {
        margin: 0 0 0.5rem 0;
    }

    tr:not([class]) + tr.ResponseTrBody {
        margin-top: 1rem;
        border-top: 4px solid;
    }

    .SelectList tr:not([class]) {
        display: block;
        margin-bottom: 1px;
    }

    .SelectListColumn {
        display: none;
    }

    #TabulkaUziv {
        width: initial !important;
    }

    .SelectList > tbody, .SelectList td {
        width: 100%;
        display: block;
    }

    .SelectListLine > tbody {
        display: block;
    }

    .RadkaPriloha > td {
        display: table-cell;
        width: auto;
        padding-left: 5px;
        padding-bottom: 1px;
    }

    TR.SelectListLineGroup TD {
        font-size: 14px !important;
    }

    table.TabCardMain > tr {
        display: table-row;
    }

    .dropdown-content {
        display: none !important;
    }

    .MobilniMenu {
        display: block !important;
        padding-left: 15%;
        padding-top: 10px;
        border-bottom: 1px solid #00457d;
    }

    .MobilniMenu ul a {
        color: #fff;
        text-decoration: none;
        font-family: 'Rubik', sans-serif;
    }
    .containerAnimated {
        display: inline-block;
        cursor: pointer;
    }

    .bar1, .bar2, .bar3 {
        width: 20px;
        height: 3px;
        background-color: #fff;
        margin: 3px 0;
        transition: 0.4s;
    }

    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-6px, 5px);
        transform: rotate(-45deg) translate(-6px, 5px);
    }
    
    .change .bar2 {
        opacity: 0;
    }

    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-3px, -2.7px);
        transform: rotate(45deg) translate(-3px, -2.7px);
    }
    #MPageActionSubmit {
        display:none;
    }
}
    body {
        font-family: 'Rubik', sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 100%;
        font-style: normal;
        color: #000;
    }

    p {
        line-height: 22px;
    }

    a {
        color: #005da8;
        text-decoration: underline;
        font-family: 'Lora', serif;
    }

    .btn.active.focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn:active:focus,
    .btn:focus,
    :focus {
        outline: none;
        box-shadow: none;
        outline-offset: 0;
    }

    .MobilniMenu {
        display:none;
    }

    h1,
    h2,
    h3,
    h4,
    .main-title {
        color: #000;
        font-weight: 400;
        font-family: Rubik;
        line-height: 1.4;
    }

    h1,
    .main-title {
        color: #005da8;
        font-family: Lora;
        font-size: 31px;
        margin-top: 0;
        margin-bottom: 20px;
        min-height: 38px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 16px;
        font-weight: 500;
    }

    ul {
        padding-left: 0;
        margin-bottom: 0;
    }

        ul li {
            list-style: none;
            padding-bottom: 15px;
        }

        ul.odrazky li::before {
            position: absolute;
            top: 0;
            left: 0;
            content: "•";
            color: #005da8;
            display: inline-block;
            width: 15px;
            font-size: 26px;
            font-weight: 700;
        }

    ol {
        list-style: none;
        counter-reset: li;
        padding-left: 0;
    }

        ol li {
            counter-increment: li;
        }

        ol.odrazky li::before {
            position: absolute;
            top: 0;
            left: 0;
            content: counter(li);
            color: #005da8;
            font-weight: 700;
            display: inline-block;
            width: 15px;
            margin-right: 0.5em;
            text-align: left;
            direction: rtl;
        }

        ol.odrazky li,
        ul.odrazky li {
            padding-bottom: 10px;
            padding-left: 20px;
            position: relative;
        }

        ol.odrazky,
        ul.odrazky {
            margin-bottom: 30px;
        }

    .section {
        padding: 38px 15px;
    }

    table {
        width: 100%;
        font-size: 15px;
    }

    .table-striped > tbody > tr:nth-of-type(even) {
        background: #e4eaf0;
    }

    .table-striped > tbody > tr:nth-of-type(odd) {
        background: #fff;
    }

    .table > tbody > tr > td,
    .table > tbody > tr > th,
    .table > tfoot > tr > td,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > thead > tr > th {
        border: none;
        padding: 8px 5px 8px 5px;
    }

    .table > thead > tr > th {
        border-bottom: 2px solid #005da8;
    }
    .SelectListLinePriloha {
        display: block;
        width: max-content;
        margin-bottom: 5px !important;
        margin-top: 5px;
        margin-left: 5px;
    }

.alert {
    font-size: 14px;
    color: #000;
    padding: 30px 30px 30px 70px;
    border: 0;
    border-radius: 0;
    margin-bottom: 12px;
}

    .alert-info {
        background: url(../img/icon-info.png) 26px 27px no-repeat #f0f4f7;
    }

    .alert-warning {
        background: url(../img/icon-warning.png) 26px 27px no-repeat #fff5df
    }

    .alert-error {
        background: url(../img/icon-error.png) 26px 27px no-repeat #f4eeef;
    }

    .row-padding-bottom {
        padding-bottom: 50px;
    }

    .full-pic {
        margin-bottom: 30px;
    }

    .img-padding {
        margin-bottom: 20px;
    }

    article img {
        max-width: 100%;
        height: auto;
    }
    /* FORM ELEMENTS */
    label {
        color: #000000;
        font-family: Rubik;
        font-size: 14px;
        font-weight: 400;
        line-height: 26px;
    }

    input[type="text"],
    input[type="password"],
    select,
    textarea,
    .ui-selectmenu-button.ui-button {
        border: 2px solid #d9e5ef;
        background-color: #ffffff;
        /*padding: 7px;
    font-size: 12px;*/
        min-width: 262px;
        color: #000;
    }

    .form-inline input {
        height: 43px;
        margin-right: 9px;
        margin-bottom: 20px;
    }

    .form-inline label {
        padding-right: 20px;
        margin-top: 7px;
    }

    .form-inline .form-group {
        align-items: flex-start;
    }

    .form-control {
        border-radius: 0;
    }

    .input-full-width, .ui-selectmenu-button {
        display: block;
        width: 100%;
    }

    input.input-error {
        border-color: #e2001a;
        color: #e2001a;
        background: #f4eeef;
    }
    /* Jquery UI */
    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default,
    .ui-button,
    /* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
    html .ui-button.ui-state-disabled:hover,
    html .ui-button.ui-state-disabled:active {
        border: 0;
        background: #fff;
        font-weight: normal;
        color: #000;
    }

        .ui-state-default a,
        .ui-state-default a:link,
        .ui-state-default a:visited,
        a.ui-button,
        a:link.ui-button,
        a:visited.ui-button,
        .ui-button {
            color: #000;
            text-decoration: none;
        }

            .ui-state-hover,
            .ui-widget-content .ui-state-hover,
            .ui-widget-header .ui-state-hover,
            .ui-state-focus,
            .ui-widget-content .ui-state-focus,
            .ui-widget-header .ui-state-focus,
            .ui-button:hover,
            .ui-button:focus {
                border: 0;
                background: #fff;
                font-weight: normal;
                color: #000;
            }

                .ui-state-hover a,
                .ui-state-hover a:hover,
                .ui-state-hover a:link,
                .ui-state-hover a:visited,
                .ui-state-focus a,
                .ui-state-focus a:hover,
                .ui-state-focus a:link,
                .ui-state-focus a:visited,
                a.ui-button:hover,
                a.ui-button:focus {
                    color: #000;
                    text-decoration: none;
                }

    .ui-visual-focus {
        box-shadow: none;
    }

    .ui-state-active,
    .ui-widget-content .ui-state-active,
    .ui-widget-header .ui-state-active,
    a.ui-button:active,
    .ui-button:active,
    .ui-button.ui-state-active:hover {
        border: 0;
        background: #fff;
        font-weight: normal;
        color: #000;
    }

        .ui-icon-background,
        .ui-state-active .ui-icon-background {
            border: 0;
            background-color: #ffffff;
        }

        .ui-state-active a,
        .ui-state-active a:link,
        .ui-state-active a:visited {
            color: #000;
            text-decoration: none;
        }

    .ui-widget {
        font-family: Rubik, sans-serif;
        font-size: 14px;
    }

    .checkbox label, .radio label {
        padding-left: 0;
    }

    .ui-checkboxradio-label .ui-icon-background {
        margin-right: 10px;
    }

    .ui-checkboxradio-label .ui-icon-blank,
    .ui-checkboxradio-label .ui-state-hover .ui-icon-blank,
    .ui-checkboxradio-label .ui-state-focus .ui-icon-blank,
    .ui-button:hover .ui-icon-blank.ui-icon, .ui-button:focus .ui-icon-blank.ui-icon {
        background: url(../img/checkbox.png) no-repeat 0 0;
        width: 15px;
        height: 15px;
    }

    .ui-checkboxradio-label .ui-icon-check,
    .ui-state-hover .ui-icon-check.ui-icon, .ui-state-focus .ui-icon-check.ui-icon,
    .ui-button:hover .ui-icon-check.ui-icon, .ui-button:focus .ui-icon-check.ui-icon {
        background: url(../img/checkbox-active.png) no-repeat 0 0;
        width: 15px;
        height: 15px;
    }

    .ui-checkboxradio-label .ui-icon-background {
        border-radius: 0;
        box-shadow: none;
    }

    .ui-checkboxradio-radio-label .ui-icon-blank,
    .ui-checkboxradio-radio-label .ui-state-hover .ui-icon-blank,
    .ui-checkboxradio-radio-label .ui-state-focus .ui-icon-blank,
    .ui-checkboxradio-radio-label:hover .ui-icon-blank.ui-icon, .ui-checkboxradio-radio-label:focus .ui-icon-blank.ui-icon {
        background: url(../img/radio.png) no-repeat 0 0;
        width: 16px;
        height: 16px;
    }

    .ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
        background: url(../img/radio-active.png) no-repeat 0 0;
        border: 0;
        width: 16px;
        height: 16px;
    }

    .ui-selectmenu-button.ui-button {
        border: 2px solid #d9e5ef !important;
        background-color: #ffffff;
        padding: 7px;
        font-size: 12px;
        width: 100%;
        color: #000;
        height: 40px;
        border-radius: 0;
    }

    .ui-selectmenu-button .ui-icon-triangle-1-s {
        background: url(../img/select-down.png) no-repeat 0 0 !important;
        margin-top: 8px;
    }

    .ui-selectmenu-button-open .ui-icon-triangle-1-s {
        background: url(../img/select-up.png) no-repeat 0 0 !important;
    }

    .ui-selectmenu-text {
        padding-top: 3px;
        font-size: 12px;
    }

    .ui-menu .ui-menu-item-wrapper {
        font-size: 12px;
        margin: 0 !important;
        padding: 5px 14px 5px 14px;
    }

        .ui-menu .ui-menu-item-wrapper.ui-state-active {
            background: #0460a9;
            color: #fff;
        }

    .ui-menu .ui-menu-item {
        padding: 0;
    }

    .datepicker {
        background: url(../img/icon-calendar.png) no-repeat 95% 11px;
    }

    .ui-datepicker .ui-datepicker-header {
        background: #fff;
        border: 0;
        color: #000;
    }

    .ui-datepicker-header .ui-icon-circle-triangle-w {
        background: url(../img/arrow-left.png) no-repeat center !important;
        cursor: pointer;
    }

    .ui-datepicker-header .ui-icon-circle-triangle-e {
        background: url(../img/arrow-right.png) no-repeat center !important;
        cursor: pointer;
    }

    .ui-datepicker th {
        color: #0460a9;
        font-weight: 400;
        font-size: 13px;
        font-family: Rubik, sans-serif;
    }

    .ui-datepicker td a {
        font-family: Rubik, sans-serif;
        font-size: 13px;
        text-align: center;
        width: 22px;
        height: 22px;
    }

    .ui-datepicker .ui-datepicker-today a {
        font-family: Rubik, sans-serif;
        font-size: 13px;
        background: #fecc00;
        border-radius: 50%;
    }

    .ui-datepicker .ui-datepicker-current-day a {
        background: #0460a9;
        border-radius: 50%;
        color: #fff;
    }
    /* BUTTONS */
    .btn.blue {
        background-color: #005da8;
        color: #ffffff;
        font-family: Rubik;
        font-size: 12px;
        font-weight: 700;
        line-height: 23px;
        text-transform: uppercase;
        text-decoration: none;
        border-radius: 0;
        padding: 10px 17px 8px;
    }

    .btn .fa {
        color: #fecf10;
        font-size: 17px;
        padding-left: 22px;
    }

    .btn .fa-left {
        padding-right: 20px;
        padding-left: 0;
    }

    .btn .fa-right {
        padding-left: 22px;
        padding-right: 0;
    }

    a.btn {
        color: #005da8;
        font-family: Rubik;
        font-size: 12px;
        font-weight: 400;
        line-height: 23px;
        text-decoration: underline;
        padding-left: 0;
        padding-right: 23px;
    }

    .btn.grey {
        border: 2px solid #e4eaf0;
        background-color: #ffffff;
        border-radius: 0;
        color: #005da8;
        font-family: Rubik;
        font-size: 12px;
        font-weight: 700;
        line-height: 23px;
        text-transform: uppercase;
        padding: 7px 12px 3px 12px;
    }

    .pull-right .btn.grey {
        margin-top: 42px;
    }

    .btn-grey:hover {
        background-color: #ffffff;
        border: 2px solid #e4eaf0;
        color: #005da8;
    }

    .btn.icon-img {
        padding-left: 53px;
        padding-right: 20px;
    }

    .btn.icon-maps {
        background: url(../img/icon-all-maps.png) no-repeat 17px center;
        height: 43px;
    }

    .btn.grey.icon-maps {
        margin-top: 35px;
    }

    .form-horizontal {
        padding-bottom: 20px;
    }

    .icon-phone {
        background: url(../img/icon-phone.png) no-repeat 0 0;
        padding-left: 28px;
        min-height: 19px;
    }

    .icon-email {
        background: url(../img/icon-mail.png) no-repeat 0 0.2em;
        padding-left: 28px;
        min-height: 15px;
    }


    /* Centrovani vyhledavani*/
    .col-centered {
        margin: 0 auto;
        float: none;
        width: 300px;
    }
    /* SPOLECNE PRVKY */
    .alert-box {
        border: 2px solid #e4eaf0;
        background: #fff;
        padding: 30px 0 15px 0;
        margin-top: 40px;
        color: #000;
    }

        .alert-box.row {
            margin-left: 0;
            margin-right: 0;
        }

        .alert-box p {
            line-height: 26px;
        }

    .alert-danger-box {
        border: 2px solid #d71c23;
    }

    #breadcrumb {
        background: #e4eaf0;
        padding-top: 17px;
        padding-bottom: 17px;
        font-size: 13px;
    }

        #breadcrumb .fa {
            padding: 0 12px;
            color: #b9c6d2;
        }

    .date {
        width: auto;
        height: 32px;
        line-height: 32px;
        background-color: #009036;
        color: #fff;
        padding: 0 15px;
        font-size: 13px;
        font-weight: 500;
        text-align: center;
    }

    .sidebar {
        margin-top: 40px;
    }

        .sidebar ul {
            border: 2px solid #d9e5ef;
            margin-bottom: 38px;
        }

            .sidebar ul li {
                padding-bottom: 0;
            }

        .sidebar a {
            text-decoration: none;
            font-size: 15px;
            border-bottom: 1px solid #d9e5ef;
            padding: 16px 24px;
            display: block;
        }

            .sidebar a:hover,
            .sidebar a.active {
                background: #f0f4f7;
                border-left: 2px solid #005da8;
                margin-left: -2px;
                color: #005da8;
            }

    .cara-top {
        border-top: 1px solid #e4eaf0;
    }

    .cara-bottom {
        border-bottom: 1px solid #e4eaf0;
    }

    .read-more {
        font-size: 18px;
    }

        .read-more a {
            font-family: Lora;
            font-weight: 400;
            text-decoration: underline;
            font-size: 18px;
        }

        .read-more:after {
            content: "\f105";
            font-family: FontAwesome;
            color: #fecc00;
            text-decoration: none !important;
            padding-left: 10px;
        }

    .strankovani {
        position: relative;
    }

    .pagination {
        justify-content: center;
    }

        .pagination > li.first a {
            margin-left: 40px;
        }

        .pagination > li > a,
        .pagination > li > span {
            border: none;
            color: #000;
            font-size: 16px;
            font-family: 'Rubik', sans-serif;
            border-radius: 0 !important;
            padding: 8px 6px;
            text-decoration: none;
            display: inline-block;
        }

            .pagination > li > a:focus,
            .pagination > li > a:hover,
            .pagination > li > span:focus,
            .pagination > li > span:hover {
                color: #005da8;
                font-weight: 700;
                background: none;
            }

        .pagination li.left a {
            border: 1px solid #e5ebf1;
            position: absolute;
            left: 0;
            color: #005da8;
            font-weight: 700;
        }

        .pagination li.right a {
            border: 1px solid #e5ebf1;
            position: absolute;
            right: 0;
            color: #005da8;
            font-weight: 700;
        }

        .pagination li.left .fa {
            padding-right: 12px;
            color: #fecc00;
        }

        .pagination li.right .fa {
            padding-left: 12px;
            color: #fecc00;
        }
    /* HLAVICKA */
    .navbar-nav {
        margin: 0 0 21px 0;
    }

    .navbar {
        border-radius: 0;
        margin-bottom: 0;
    }

        .navbar > .container {
            display: block;
        }

        .navbar.text-center .navbar-nav {
            float: none;
            display: inline-block;
        }

        .navbar.text-center .navbar-collapse.in .navbar-nav {
            display: block;
        }

    .navbar-header {
        background: #fff;
    }

    .navbar-brand {
        margin: 10px 10px 5px 15px;
    }

        .navbar-brand > img {
            width: 162px;
        }

        .navbar-brand.left {
            font-family: Rubik;
            color: #000000;
            font-size: 16px;
            font-weight: 400;
            text-align: left;
        }

    a.navbar-brand.left {
        text-decoration: none !important;
    }

    a:hover.navbar-brand.left {
        color: #000;
    }

    .navbar-brand.left span {
        color: #005da8;
        font-size: 30px;
        font-weight: 500;
    }

    .navbar-brand.left strong {
        /* Text style for "Dotace" */
        color: #005da8;
        font-size: 30px;
        font-weight: 500;
        text-transform: uppercase;
    }

    .dropdown-menu {
        padding-top: 30px;
    }

    .user {
        position: static;
        text-align: center;
    }

        .user a {
            color: #fff;
        }

            .user a:hover {
                color: #fff;
                text-decoration: none;
            }

    .navbar-expand-md .navbar-nav.language {
        flex-direction: row;
        justify-content: center;
    }
    /* CLOSE TOGGLE */
    .navbar-nav .open .dropdown-menu li {
        padding-bottom: 5px;
    }

    .navbar-nav .open .dropdown-menu a {
        color: #fff;
        text-decoration: none;
        font-size: 17px;
        padding: 5px 0;
        display: block;
        line-height: 1.2;
    }

    .navbar-light .navbar-toggler:focus,
    .navbar-light .navbar-toggler:hover {
        background: none;
    }

    .navbar-toggler {
        border: none;
        background: transparent !important;
        margin: 26px 15px 24px 0;
        padding: 0;
    }

        .navbar-toggler:hover {
            background: transparent !important;
        }

    .navbar-light .navbar-toggler .icon-bar {
        width: 38px;
        transition: all 0.2s;
        background-color: #005da8;
        margin-bottom: 8px;
    }

    .navbar-toggler .top-bar {
        transform: rotate(45deg);
        transform-origin: 10% 10%;
    }

    .navbar-toggler .middle-bar {
        opacity: 0;
    }

    .navbar-toggler .bottom-bar {
        transform: rotate(-45deg);
        transform-origin: 10% 90%;
    }

    .navbar-toggler.collapsed .top-bar {
        transform: rotate(0);
    }

    .navbar-toggler.collapsed .middle-bar {
        opacity: 1;
    }

    .navbar-toggler.collapsed .bottom-bar {
        transform: rotate(0);
    }

    .navbar-light {
        margin-top: auto;
        background: #005da8;
        border: none;
        padding: 0;
    }

        .navbar-light .navbar-nav > li {
            padding-bottom: 0;
        }

            .navbar-light .navbar-nav > li:before {
                display: none;
            }

            .navbar-light .navbar-nav > li > a {
                text-transform: uppercase;
                color: #fff;
                font-size: 18px;
                font-weight: 500;
                text-decoration: none;
                font-family: 'Rubik', sans-serif;
                padding: 22px 15px;
                border-left: 0;
                border-bottom: 1px solid #00457d;
                letter-spacing: 1px;
                display: block;
                position: relative;
            }

            .navbar-light .navbar-nav > li.dropdown > a {
                padding-right: 40px;
            }

        .navbar-light .navbar-nav .nav-link,
        .navbar-light .navbar-nav .nav-link:hover,
        .navbar-light .navbar-nav .nav-link:focus,
        .navbar-light .navbar-nav .nav-link.active {
            color: #fff;
        }

        .navbar-light .navbar-nav > li.dropdown > a:after {
            content: "\f107";
            font-family: FontAwesome;
            position: absolute;
            top: 22px;
            right: 15px;
            color: #fecc00;
            border: 0;
        }

        .navbar-light .navbar-nav > li.show > a:after {
            content: "\f106";
            font-family: FontAwesome;
            position: absolute;
            top: 22px;
            right: 15px;
            color: #fecc00;
        }

        .navbar-light .navbar-nav > li > a:hover,
        .navbar-light .navbar-nav > li > a:focus {
            background-color: #005193;
            color: #fff;
        }

        .navbar-light .navbar-nav > .show > .nav-link,
        .navbar-light .navbar-nav > .show > .nav-link:focus,
        .navbar-light .navbar-nav > .show > .nav-link:hover {
            background: transparent;
            color: #fff;
        }

        .navbar-light .nav-item {
            position: relative;
        }

            .navbar-light .nav-item .dropdown-toggle::after {
                content: none;
            }

            .navbar-light .nav-item .dropdown-toggle {
                position: absolute;
                top: 0;
                right: 0;
                width: 50px;
                height: 60px;
                background: none;
                border: 0;
            }

    .language li {
        display: inline-block;
        margin: 0 2px;
    }

    .navbar-nav.language > li > a {
        background-color: #00457d;
        padding: 23px 35px;
        font-size: 15px;
        font-weight: 400;
        border: none !important;
    }

        .navbar-nav.language > li > a:after {
            display: none;
        }

        .navbar-nav.language > li > a:hover,
        .navbar-nav.language > li > a.active {
            background-color: #fff;
            color: #005da8;
            font-weight: 600;
        }

    .search.center {
        margin: 0 auto 31px;
        width: 262px;
    }

        .search.center button.btn.btn-default {
            position: absolute;
            top: 0;
            background: #fff;
        }

    .navbar-stripe .navbar-toggler {
        width: 100%;
        background: #005da8 !important;
        clear: both;
        float: none;
        border-radius: 0;
        padding: 22px 0 22px 0;
        margin: 0;
    }

    .navbar-stripe .navbar-collapse {
        border-color: #00457d;
    }

    .navbar-stripe .navbar-toggler:focus, .navbar-stripe .navbar-toggler:hover {
        background: #005193 !important;
    }

    .vyhledavani button.btn.btn-default {
        position: absolute;
        top: 0;
        background: #fff;
    }

    .navbar-stripe .navbar-toggler .fa-navicon {
        color: #fff;
        width: 16px;
    }

    .navbar-stripe .navbar-toggler .burger {
        display: inline-block;
        vertical-align: middle;
    }

    .navbar-stripe .navbar-toggler .text {
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 500;
        padding-right: 5px;
    }

    .navbar-brand.right {
        float: right;
        width: 130px;
    }

    .navbar-brand.left {
        font-size: 13px;
        line-height: 1;
    }

        .navbar-brand.left strong {
            font-size: 25px;
        }

    /* SLIDESHOW */
    .carousel-ovladac {
        position: absolute;
        top: 8%;
        width: 15%;
        font-size: 20px;
        color: #005da8;
        text-align: center;
        background: #d9e5ef;
        width: 25px;
        height: 168px;
        opacity: 1;
        text-decoration: none;
    }

    .carousel-indicators li {
        background: #d9e5ef;
        border: none;
        padding: 0;
        width: 8px;
        height: 8px;
        border-radius: 50%;
    }

    .carousel-indicators .active {
        background: #005da8;
        border: none;
        padding: 0;
        width: 8px;
        height: 8px;
    }

    #carousel-slider .date {
        margin-top: -16px;
        margin-bottom: 18px;
    }

    #carousel-slider .read-more,
    #carousel-slider .read-more a,
    #carousel-slider-menu .read-more,
    #carousel-slider-menu .read-more a {
        font-size: 24px;
        line-height: 24px;
    }

    #carousel-slider .slider-text {
        padding-bottom: 38px;
    }

    #carousel-slider-menu {
        padding: 50px 50px 65px 50px;
    }

        #carousel-slider-menu .carousel-indicators {
            left: 50px;
            right: auto;
        }

    /* NEWS */
    #news {
        background: #e4eaf0;
        padding-bottom: 38px;
    }

        #news h2,
        #searh h2,
        #actual-info h2,
        #actual-alerts h2 {
            margin-top: 38px;
            margin-bottom: 0;
            font-weight: 400;
            color: #000;
            font-size: 29px;
        }

        #news p {
            padding: 26px 0;
        }

        #news .date {
            position: absolute;
            top: 22px;
            right: 16px;
        }

        #news .sub-odkaz {
            padding-bottom: 10px;
        }

        #news .img-wrapper,
        #geoportal .img-wrapper {
            position: relative;
            margin-top: 36px;
            margin-left: -15px;
            margin-right: -15px;
        }

    #geoportal .img-wrapper {
        display: inline-block;
    }

    #geoportal a {
        color: #fff;
        text-decoration: none;
    }

    .popular {
        margin-bottom: 20px;
        margin-top: 5px;
    }

    #news .img-wrapper img {
        width: 100%;
    }

    #news .overlay,
    #geoportal .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.31) 56%, rgba(0, 0, 0, 0.59) 77%, rgba(0, 0, 0, 0.84) 97%, rgba(0, 0, 0, 0.86) 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.31) 56%, rgba(0, 0, 0, 0.59) 77%, rgba(0, 0, 0, 0.84) 97%, rgba(0, 0, 0, 0.86) 100%);
        background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.31) 56%, rgba(0, 0, 0, 0.59) 77%, rgba(0, 0, 0, 0.84) 97%, rgba(0, 0, 0, 0.86) 100%);
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.31) 56%, rgba(0, 0, 0, 0.59) 77%, rgba(0, 0, 0, 0.84) 97%, rgba(0, 0, 0, 0.86) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.31) 56%, rgba(0, 0, 0, 0.59) 77%, rgba(0, 0, 0, 0.84) 97%, rgba(0, 0, 0, 0.86) 100%);
    }

    #news .title,
    #geoportal .read-more {
        color: #ffffff;
        font-family: Lora;
        font-size: 23px;
        font-weight: 400;
        padding: 0 23px;
        position: absolute;
        bottom: 18px;
        left: 0;
        line-height: 29px;
    }

    #geoportal .read-more {
        width: 100%;
        text-align: left;
    }

        #geoportal .read-more:after {
            float: right;
        }

    #news .sub-news {
        padding-top: 36px;
    }

        #news .sub-news .sub-date {
            color: #009036;
            font-size: 13px;
            font-weight: 500;
            padding-top: 10px;
        }

        #news .sub-news a {
            font-weight: 400;
            line-height: 26px;
            font-size: 21px;
        }

        #news .sub-news .read-more {
            margin: 36px 0;
            padding: 0;
        }

            #news .sub-news .read-more a {
                font-size: 18px;
            }

    #news .button {
        background: #fff;
        padding: 23px 28px;
        margin-bottom: 1px;
    }

        #news .button a {
            text-decoration: none;
            color: #005da8;
            font-family: Rubik;
            font-size: 14px;
            font-weight: 500;
            line-height: 26px;
            text-transform: uppercase;
            margin-left: 22px;
        }

    .udaje {
        line-height: 22px;
        margin-bottom: 30px;
    }

    /* LINKS */
    #links {
        padding: 18px 0 38px;
    }

        #links ul {
            margin-bottom: 20px;
        }
    /* WORLD */
    #world .citation,
    #world .blue,
    #world .raj {
        height: 329px;
        font-size: 14px;
        overflow: hidden;
    }

    #world h3 {
        font-size: 24px;
        margin-top: 0;
        padding-top: 36px;
        margin-bottom: 30px;
    }

    #world p {
        line-height: 20px;
    }

    #world .world-image {
        padding-right: 39px;
        padding-bottom: 138px;
    }

    #world .blue .world-image {
        margin-top: -10px;
    }

    #world .name {
        color: #307bb8;
        font-family: 'Lora', serif;
        font-size: 22px;
        line-height: 24px;
    }

    #world .blue {
        background: #005da8;
        color: #fff;
        padding-bottom: 26px;
    }

        #world .blue h3,
        #world .raj h3,
        #world .blue a,
        #world .raj a {
            color: #fff;
        }

        #world .blue a,
        #world .raj a {
            font-size: 18px;
            position: absolute;
            bottom: 20px;
        }

    #world .raj {
        background: url(../img/turistuv-raj.jpg) top left no-repeat;
        color: #fff;
        padding-bottom: 26px;
        background-size: cover;
    }

        #world .raj .posun {
            position: absolute;
            bottom: 45px;
        }

            #world .raj .posun p {
                padding-right: 30px;
            }

    #world .uvozovky {
        color: #005da8;
        font-family: Lora;
        font-size: 94px;
        font-weight: 400;
        line-height: 20px;
        position: absolute;
        top: 130px;
        left: 80px;
    }

    /* BLOK HLEDANI */
    #search {
        border-top: 1px solid #e4eaf0;
    }

        #search a {
            font-size: 18px;
        }

    /* CLANEK */
    #article {
        padding-top: 38px;
        padding-bottom: 20px;
        font-size: 16px;
    }

        #article h2 {
            color: #005da8;
            font-family: Lora;
            font-size: 25px;
            line-height: 30px;
            font-weight: 400;
        }

    .article-detail h2 {
        margin-bottom: 0;
    }

    #article .number {
        color: #7d7d7d;
        margin-bottom: 38px;
    }

    #article .radek {
        padding-bottom: 30px;
    }

    .article-detail .date {
        margin-top: 20px;
        margin-bottom: 20px;
        display: inline-block;
        margin-right: 20px;
    }

    .article-detail .autor {
        color: #9daebd;
        font-family: Rubik;
        font-size: 10px;
        font-weight: 700;
        line-height: 23px;
        text-transform: uppercase;
    }

    .galerie img {
        margin: 0 auto 30px auto;
        display: block;
    }

    /* CLANEK VYPIS */
    .article-sum .date {
        position: absolute;
        right: 30px;
        top: 15px;
    }

    .article-sum .thumb {
        max-width: 390px;
    }

    .article-sum p {
        margin-bottom: 20px;
    }

    .article-sum h2 {
        margin: 15px 0 15px 0;
        min-height: 0;
    }

    /* DOTACE */
    .dotace {
        height: 610px;
        border: 2px solid #e4eaf0;
        background-color: #ffffff;
        margin-top: 29px;
        margin-bottom: 40px;
    }

    /* AKCE */
    .action {
        border: 2px solid #e4eaf0;
        background-color: #ffffff;
        margin-top: 31px;
        padding-top: 27px;
        padding-bottom: 25px;
    }

        .action.row {
            margin-left: 0;
            margin-right: 0;
        }

        .action p {
            margin-bottom: 20px;
        }

        .action h2 {
            color: #005da8;
            font-family: Lora;
            font-size: 25px;
            line-height: 27px;
            font-weight: 400;
            margin-top: 0;
            padding-bottom: 10px;
            min-height: 0;
        }

        .action .date-label {
            padding-bottom: 25px;
        }

        .action .day {
            color: #009036;
            font-family: Rubik;
            font-weight: 500;
            font-size: 60px;
            line-height: 50px;
            padding-top: 8px;
        }

        .action .month {
            color: #009036;
            font-family: Rubik;
            font-weight: 500;
            font-size: 15px;
            line-height: 20px;
            padding: 0 39px;
        }

        .action .tag {
            border-radius: 3px;
            border: 2px solid #d9e5ef;
            border-right: none;
            background-color: #ffffff;
            padding: 9px 27px 7px 18px;
            margin-bottom: 20px;
            position: relative;
            width: fit-content;
        }

            .action .tag:after {
                display: block;
                content: "";
                background: url(../img/tag.png) right top no-repeat;
                height: 36px;
                width: 13px;
                position: absolute;
                top: -2px;
                right: 0;
            }

    /* DETAIL OSOBY */
    #persona h3 {
        margin: 0;
        line-height: 20px;
        margin-bottom: 20px;
        font-weight: 500;
    }

    #persona .small-caption {
        font-size: 14px;
        font-weight: 400;
    }

    #persona {
        font-size: 14px;
    }

    .person-info {
        margin-bottom: 20px;
    }

        .person-info .person-photo {
            margin-bottom: 20px;
        }

        .person-info h3 {
            font-size: 18px;
        }

        .person-info p {
            margin-bottom: 0;
        }
    /* Kontaktni osoba */
    .contact-block {
        margin-bottom: 35px;
    }

        .contact-block .title {
            font-weight: 500;
        }

        .contact-block p {
            margin-bottom: 10px;
        }
    /* */
    .similar {
        margin-top: 58px;
    }

    .row.similar {
        margin-bottom: 50px;
    }

    .similar h2 {
        font-weight: 400;
        color: #005da8;
        font-family: Lora;
        font-size: 25px;
        line-height: 25px;
        font-weight: 400;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .similar p {
        margin-bottom: 20px;
    }

    .similar span {
        font-family: Rubik;
        font-size: 14px;
        font-weight: 400;
        line-height: 23px;
    }

        .similar span a {
            font-family: Rubik;
            font-size: 14px;
            font-weight: 400;
            line-height: 23px;
        }

    .similar .more {
        background: url(../img/icon-plus.png) left 2px no-repeat;
        padding-left: 15px;
        margin-right: 15px;
    }

    .similar .map {
        background: url(../img/icon-map.png) left 2px no-repeat;
        padding-left: 15px;
        margin-right: 15px;
    }

    .similar .mobmap {
        background: url(../img/icon-mobmap.png) left 2px no-repeat;
        padding-left: 15px;
        margin-right: 15px;
    }

    .similar .metadata {
        background: url(../img/icon-metadata.png) left 2px no-repeat;
        padding-left: 15px;
        margin-right: 15px;
    }

    .similar .wms {
        background: url(../img/icon-wms.png) left 2px no-repeat;
        padding-left: 15px;
        margin-right: 15px;
    }

    /* STRUKTURA */
    .rozbalovani {
        font-size: 16px;
    }

        .rozbalovani .fa {
            padding: 0 8px 0 0;
            font-size: 22px;
        }

        .rozbalovani a {
            text-decoration: none;
            color: #000;
            font-family: Rubik;
        }

    .struktura {
        border: 2px solid #d9e5ef;
        background-color: #ffffff;
        margin-bottom: 45px;
        margin-top: 10px;
    }

        .struktura .panel-title a {
            font-family: Rubik;
            line-height: 50px;
            color: #000000;
            font-size: 18px;
            font-weight: 500;
            text-decoration: none;
        }

        .struktura .panel-default {
            border: none;
        }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border: none;
    }

    .struktura .panel {
        box-shadow: none;
    }

    .panel-group .panel-group {
        border: 1px solid #d9e5ef;
        background-color: #ffffff;
        border-radius: 0;
    }

    .panel-group {
        margin-bottom: 0;
    }

    .panel-body {
        padding: 15px 30px 15px 35px;
    }

    .panel-group .panel + .panel {
        margin: 0;
        border-top: 0;
    }

    /* ACCORDION */
    .panel-default > .panel-heading {
        background: none;
        padding: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: none;
        border-radius: 0;
    }

    .panel-group .panel-group .panel-default .panel-heading {
        border-top: 1px solid #d9e5ef;
    }

    .panel-group .panel-group .panel-default:nth-child(1) .panel-heading {
        border: none;
    }

    .panel-default > .panel-heading a {
        display: block;
        padding: 0 17px 0 17px;
    }

    .panel-title > a.collapsed:before {
        content: "\f055";
        font-family: FontAwesome;
        font-size: 22px;
        color: #005193;
        margin-right: 10px;
    }

    .panel-title > a:before {
        content: "\f056";
        font-family: FontAwesome;
        font-size: 22px;
        color: #005193;
        margin-right: 10px;
    }

    /* FOOTER */
    #subfooter {
        font-size: 18px;
        font-family: 'Lora', serif;
        border-top: 1px solid #e4eaf0;
    }

        #subfooter .subtitle {
            font-size: 24px;
            padding: 36px 0;
        }

        #subfooter .cara {
            border-top: 1px solid #e4eaf0;
            padding-top: 30px;
            padding-bottom: 30px;
        }

        #subfooter .mesicnik-wrapper {
            position: relative;
        }

        #subfooter .download {
            position: absolute;
            top: 72px;
            left: 112px;
        }

        #subfooter .old {
            position: absolute;
            bottom: 14px;
            right: 7px;
        }

        #subfooter .adress {
            line-height: 27px;
            margin-top: 19px;
        }

            #subfooter .adress p {
                line-height: 27px;
            }

        #subfooter .phone {
            margin-top: 45px;
            margin-bottom: 10px;
            color: #005da8;
        }

        #subfooter .contact-in-row {
            margin-bottom: 20px;
        }

            #subfooter .contact-in-row .phone {
                margin-top: 0;
            }

    .phone {
        margin-bottom: 20px;
    }

    #subfooter img {
        padding-right: 18px;
    }

    .phone img,
    .email img {
        padding-right: 10px;
    }

    #subfooter .interesting {
        margin-top: 19px;
        margin-bottom: 20px;
    }

    #footer {
        background: #e4eaf0;
        padding-top: 29px;
        padding-bottom: 57px;
        font-size: 13px;
    }

        #footer .web {
            padding-top: 28px;
        }

    .loga img {
        margin-right: 10px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

        .loga img:nth-child(2) {
            margin-bottom: 22px;
        }

        .loga img:nth-child(3) {
            margin-bottom: 36px;
        }

    /* FORMS */
    .vyhledavani {
        margin: 0 auto;
        margin-bottom: 35px;
    }

    .has-feedback {
        width: 200px;
    }

        .has-feedback .fa {
            font-size: 24px;
            color: #005da8;
            margin-top: 9px;
            margin-right: 8px;
        }

        .search input,
        .middle-search input,
        .has-feedback input {
            border: 2px solid #d9e5ef;
            border-right: none;
            background-color: #ffffff;
            font-size: 15px;
            color: #000 !important;
            border-radius: 0;
            box-shadow: none;
            width: 262px;
            height: 47px;
            padding: 0 16px;
            margin-left: -18px;
        }

        .has-feedback input {
            margin-left: 0;
            width: 200px;
            min-width: 0;
        }

    .middle-search {
        height: 47px;
        margin-bottom: 30px;
    }

    .input-group .form-control {
        width: 212px;
        float: right;
    }

    .input-group-btn .btn-default {
        border: 2px solid #d9e5ef;
        border-left: none;
        border-radius: 0;
        padding: 3px 13px 7px 0;
        font-size: 22px;
        background: #fff;
        height: 47px;
    }

    .fa {
        color: #005da8;
    }

    /* LOGIN */
    #myTabContent {
        border: 2px solid #d9e5ef;
        background-color: #ffffff;
        padding: 11px;
    }

    .modal-body {
        padding: 31px 0 0 0;
    }

        .modal-body ul li {
            padding-bottom: 0;
        }

        .modal-body .nav-tabs > li {
            margin-bottom: -3px;
            width: auto;
        }

    #prihlaseni .modal-body .nav-tabs > li {
        width: 50%;
    }

    #seznam .modal-body .nav-tabs > li {
        width: 50%;
    }

    .modal-body .nav-tabs > li > a > img {
        padding-right: 10px;
        float: left;
    }

    .modal-body .nav-tabs > li > a.active,
    .modal-body .nav-tabs > li > a.active:focus,
    .modal-body .nav-tabs > li > a.active:hover {
        width: auto;
        border: 2px solid #d9e5ef;
        border-bottom: 0;
        background-color: #ffffff;
        border-radius: 0;
        color: #005da8;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 11px;
        font-weight: 700;
        font-family: Rubik;
        padding: 10px 14px;
        text-align: left;
    }

    .modal-body .nav-tabs > li:first-child > a,
    .modal-body .nav-tabs > li:first-child > a:hover,
    .modal-body .nav-tabs > li:first-child > a:focus {
        margin-right: 9px;
    }

    .modal-body .nav-tabs > li > a,
    .modal-body .nav-tabs > li > a:focus,
    .modal-body .nav-tabs > li > a:hover {
        width: auto;
        border: 2px solid #d9e5ef;
        border-bottom: 0;
        background-color: #ffffff;
        border-radius: 0;
        color: #005da8;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 11px;
        font-weight: 700;
        font-family: Rubik;
        padding: 10px 14px;
        text-align: left;
        margin: 0;
        background: #e4eaf0;
        height: 53px;
    }

    .modal-body .login-controls {
        margin-top: 32px;
    }

    #seznam #myTabContent {
        padding-bottom: 25px;
    }

    #prihlaseni label {
        font-size: 12px;
    }

    .table-responsive {
        -ms-overflow-style: scrollbar;
        padding-bottom: 15px;
    }
    /* KRIZOVE RIZENI */
    .weather-box strong {
        font-weight: 500;
    }

    .weather-box .weather-date {
        margin: 20px 0 5px 0;
    }

    @media (min-width: 576px) {
        .container {
            max-width: none;
        }
    }
    /* UPRAVY POUZE PRO DESKTOP */
    @media (min-width: 768px) {
        .container {
            max-width: 750px;
        }

        .navbar-brand {
            margin: 0 10px 0 0;
        }

        .navbar-expand-md .navbar-collapse {
            display: block !important;
        }

        .user {
            position: absolute;
            top: -122px;
            right: 0;
        }

            .user a {
                color: #005da8;
            }

                .user a:hover {
                    color: #23527c;
                    text-decoration: underline;
                }

        .cara-right {
            border-right: 1px solid #e4eaf0;
        }

        .section {
            padding: 53px 15px;
        }

        h1,
        .main-title {
            font-size: 35px;
            line-height: 48px;
        }

        h2 {
            min-height: 48px;
        }

        .yamm > .container {
            position: static;
            display: block;
        }

        .navbar-light .nav-item {
            position: static;
        }

        .yamm .container .dropdown-menu {
            left: 0;
            width: 100%;
            top: auto;
        }

        .yamm .dropdown-menu > li {
            display: inline-block;
        }

        .dropdown-menu {
            margin: 0;
            border-top: 0;
            padding-top: 0;
        }

            .dropdown-menu ul {
                margin: 0;
                padding-top: 45px;
                padding-bottom: 30px;
            }

        .navbar-header {
            position: relative;
            width: 100%;
        }

        .navbar-nav .open .dropdown-menu li {
            padding-bottom: 15px;
        }

        .navbar-nav .open .dropdown-menu a {
            color: #005da8;
            text-decoration: underline;
            font-size: 17px;
            padding: 0;
            display: inline;
            line-height: 1;
        }

        li.dropdown:hover > .dropdown-menu {
            display: block;
        }

        .navbar-brand {
            position: absolute !important;
            top: -112px;
            left: 0;
        }

            .navbar-brand.left {
                top: -100px;
            }

            .navbar-brand > img {
                width: auto;
            }

            .navbar-brand.right {
                right: 0;
                top: -100px;
                left: auto;
                width: auto;
            }

        .navbar-light {
            margin-top: 128px;
            margin-bottom: 0;
        }

        .navbar-nav {
            margin: 0;
            float: left;
        }

        .navbar-light .navbar-nav > li.dropdown > a:after {
            right: 20px;
        }

        .navbar-light .navbar-nav > li > .nav-link {
            font-size: 17px;
            border-left: 1px solid #00457d;
            border-bottom: 0;
            padding: 24px 29px;
        }

        .navbar-light .navbar-nav > .open > a,
        .navbar-light .navbar-nav > .open > a:focus,
        .navbar-light .navbar-nav > .open > a:hover {
            background: #005193;
            color: #fff;
        }

        .menu-wrapper {
            position: relative;
        }

        .language {
            position: absolute !important;
            top: -88px;
            right: 310px;
        }

        #hlavni-menu-expand .search {
            position: absolute !important;
            top: -88px;
            right: 20px;
            width: 262px;
        }

        .col-centered {
            margin-top: -88px;
            position: absolute;
            left: 0;
            right: 0;
        }

        .navbar-nav.language > li > a {
            background-color: transparent;
            color: #000;
            padding: 15px 9px 13px 9px;
            height: 47px;
        }

            .navbar-nav.language > li > a:hover,
            .navbar-nav.language > li > a.active {
                background-color: #005da8;
                color: #fff;
                font-weight: 500;
            }

        #search {
            padding-top: 37px;
            padding-bottom: 80px;
        }

            #search h2 {
                margin-bottom: 60px;
            }

        #footer {
            padding-top: 20px;
            padding-bottom: 20px;
        }

            #footer .web {
                text-align: right;
                padding-top: 0;
            }

        #subfooter .phone {
            margin-bottom: 20px;
        }

        #subfooter .contact-in-row .contact {
            margin-top: 24px;
        }

        #news .date {
            right: -15px;
            top: 15px;
        }

        #news .sub-odkaz {
            padding-bottom: 30px;
        }

        #news {
            padding-bottom: 0;
            margin-top: 38px;
            background: #ffffff;
            background: -moz-linear-gradient(top, #ffffff 19.8%, #e4eaf0 19.8%, #e4eaf0 100%);
            background: -webkit-linear-gradient(top, #ffffff 19.8%, #e4eaf0 19.8%, #e4eaf0 100%);
            background: linear-gradient(to bottom, #ffffff 19.8%, #e4eaf0 19.8%, #e4eaf0 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4eaf0', GradientType=0);
        }

            #news.news-krize {
                padding-bottom: 58px;
                background: none;
                background: #ffffff;
                background: -moz-linear-gradient(top, #ffffff 26.8%, #e4eaf0 26.8%, #e4eaf0 100%);
                background: -webkit-linear-gradient(top, #ffffff 26.8%, #e4eaf0 26.8%, #e4eaf0 100%);
                background: linear-gradient(to bottom, #ffffff 26.8%, #e4eaf0 26.8%, #e4eaf0 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4eaf0', GradientType=0);
            }

            #news h2 {
                margin-top: 13px;
            }

            #news .img-wrapper,
            #geoportal .img-wrapper {
                margin-left: 0;
                margin-right: 0;
            }

            #news p {
                padding: 26px 11px;
                margin-bottom: 0;
            }

            #news .read-more {
                padding-left: 11px;
            }

            #news .button a {
                display: block;
                margin: 0;
            }

            #news .button {
                text-align: center;
                padding: 31px 48px;
            }

        #links {
            padding-top: 48px;
        }

        .carousel-ovladac {
            top: 32%;
            width: 45px;
        }

            .carousel-ovladac.carousel-control-prev {
                left: -45px;
            }

            .carousel-ovladac.carousel-control-next {
                left: auto;
                right: -45px;
            }

        #carousel-slider .date {
            margin-left: -45px;
            width: 179px;
            padding-right: 17px;
            text-align: right;
            margin-top: 58px;
            margin-bottom: 51px;
        }

        #carousel-slider .slider-text {
            padding: 0 30px;
        }

            #carousel-slider .slider-text p,
            #carousel-slider-menu .slider-text p {
                font-size: 16px;
                line-height: 26px;
                padding-bottom: 24px;
            }

        .carousel-indicators {
            margin-left: 0;
            left: 34.5%;
            bottom: 30px;
            padding: 0;
            margin: 0;
        }

        #article {
            padding-top: 50px;
            padding-bottom: 90px;
        }

        .full-pic {
            padding-top: 21px;
        }

        #myTabContent {
            padding: 42px 48px 76px 53px;
        }

            #myTabContent p {
                font-size: 14px;
            }

                #myTabContent p:first-child {
                    padding-top: 30px;
                }

        #subfooter .interesting {
            margin-top: 31px;
            margin-bottom: 40px;
        }

        #news .sub-news {
            padding-top: 68px;
        }

        .pull-right .btn.grey, .btn.grey {
            margin-top: 16px;
        }

        #world .blue {
            padding-left: 35px;
        }

        #world .raj {
            padding-left: 35px;
            padding-right: 60px;
        }

        .vyhledavani-wrapper {
            position: relative;
        }

        .vyhledavani {
            position: absolute;
            top: 0;
            right: 35px;
        }

        .table > tbody > tr > td,
        .table > tbody > tr > th,
        .table > tfoot > tr > td,
        .table > tfoot > tr > th,
        .table > thead > tr > td,
        .table > thead > tr > th {
            padding: 10px 20px 10px;
        }

        .rozbalovani .fa {
            padding: 0 11px 0 19px;
        }

        .struktura .panel-default p {
            padding-left: 40px;
        }

        .modal-body .nav-tabs > li > a > img {
            padding-right: 22px;
            float: none;
        }

        .modal-body .nav-tabs > li > a.active,
        .modal-body .nav-tabs > li > a.active:focus,
        .modal-body .nav-tabs > li > a.active:hover {
            text-align: center;
            font-size: 12px;
            padding: 18px;
            height: auto;
        }

        .modal-body .nav-tabs > li > a,
        .modal-body .nav-tabs > li > a:focus,
        .modal-body .nav-tabs > li > a:hover {
            text-align: center;
            font-size: 12px;
            padding: 18px;
            height: auto;
        }

        #seznam .modal-body .nav-tabs > li {
            width: auto;
        }

            #seznam .modal-body .nav-tabs > li > a {
                padding-left: 60px;
                padding-right: 60px;
            }

        .form-horizontal {
            padding-bottom: 0;
        }
    }

    @media (min-width: 992px) {
        .container {
            max-width: 970px;
        }

        .navbar-brand.left {
            top: -95px;
            font-size: 16px;
        }

            .navbar-brand.left strong {
                font-size: 30px;
            }

        .col-right {
            float: right;
        }

        .sidebar {
            margin-top: 0;
        }

        #links h2 {
            margin-bottom: 30px;
        }

        #subfooter .cara {
            border: none;
            padding-top: 40px;
            padding-bottom: 60px;
        }

            #subfooter .cara.middle {
                border-left: 1px solid #e4eaf0;
                border-right: 1px solid #e4eaf0;
            }

        #subfooter .middle {
            padding-left: 39px;
            padding-right: 39px;
        }

        #subfooter .last {
            padding-left: 39px;
            padding-right: 39px;
        }

        .action .read-more {
            position: absolute;
            top: 80px;
        }

        .action .tag {
            position: absolute;
            bottom: 0;
            right: 30px;
        }

        .action .date-label {
            padding-bottom: 0;
        }

        .action h2 {
            padding-bottom: 0;
        }

        .action p {
            margin-bottom: 10px;
        }

        .action .tag {
            margin-bottom: 10px;
        }

        .action {
            padding-bottom: 17px;
        }

        .pagination > li > a,
        .pagination > li > span {
            padding: 8px 12px;
        }

        .article-sum .date {
            position: absolute;
            top: 15px;
            right: 0;
        }

        .article-sum .text {
            padding-left: 30px;
        }

        .article-sum .thumb {
            margin-bottom: 0;
        }

        .popular {
            margin-top: 0;
        }

        .sidebar {
            order: -1;
        }
    }

    @media (min-width: 1200px) {
        .container {
            max-width: 1170px;
        }
    }
    /* UPRAVY POUZE PRO MOBIL */
    @media (max-width: 769px) {
        .form-inline .form-group {
            display: block;
        }

        .form-inline label {
            display: block;
        }
    }

    /*  Default page */
    #wrapper {
        background-color: #fbfbf9
    }

    body.page-frontpage #wrapper {
        background: none
    }

    #sidebar-first {
        width: 200px;
        margin-left: -780px;
    }

    #sidebar-second {
        width: 200px;
    }

    .page-taxonomy-term h1#page-title {
        display: none
    }

    #sidebar-first .block-menu.vertical-menu h2,
    #sidebar-second .block-menu.vertical-menu h2 {
        font-size: 1.0769em;
        line-height: 1.4286;
        margin-top: 0px
    }

    #sidebar-first #block-wpk-cache-menu-site-links.horizontal-menu {
        margin: 20px 0 15px;
        width: 200px;
    }

        #sidebar-first #block-wpk-cache-menu-site-links.horizontal-menu ul.menu {
            margin: 5px 0px;
            padding: 0px;
        }

            #sidebar-first #block-wpk-cache-menu-site-links.horizontal-menu ul.menu li {
                display: inline-block;
                margin: 0px;
                padding: 0px;
            }

                #sidebar-first #block-wpk-cache-menu-site-links.horizontal-menu ul.menu li a {
                    color: #e51d2d;
                    text-decoration: underline;
                }

                    #sidebar-first #block-wpk-cache-menu-site-links.horizontal-menu ul.menu li a:focus {
                        color: #fff
                    }

                #sidebar-first #block-wpk-cache-menu-site-links.horizontal-menu ul.menu li.last {
                    float: right
                }

                #sidebar-first #block-wpk-cache-menu-site-links.horizontal-menu ul.menu li.first.last {
                    float: none
                }

    #sidebar-first .block-menu.transition,
    #sidebar-second .block-menu.transition {
        padding-bottom: 5px;
        background: transparent url('images/bg-sidebar-border.png') no-repeat left bottom
    }

    #sidebar-second .block-menu.transition-top {
        padding-bottom: 0;
        padding-top: 10px;
        background-position: left top
    }

    #sidebar-first .block-menu.vertical-menu,
    #sidebar-second .block-menu.vertical-menu {
        padding-top: 5px;
        padding-right: 7px;
        padding-left: 7px;
        margin: 0;
        width: 186px
    }

        #sidebar-first .block-menu.vertical-menu ul,
        #sidebar-second .block-menu.vertical-menu ul {
            margin: 0;
            padding-bottom: 5px;
            padding-left: 16px
        }

        #sidebar-first .block-menu.vertical-menu li,
        #sidebar-second .block-menu.vertical-menu li {
            padding-top: 5px;
            padding-bottom: 5px;
            margin-bottom: 0
        }

            #sidebar-first .block-menu.vertical-menu li a,
            #sidebar-second .block-menu.vertical-menu li a {
                font-size: 0.9231em
            }

    #sidebar-first .block-menu.dynamic-menu {
        padding-top: 0;
        padding-right: 0;
        padding-left: 0;
        margin: 0;
        width: 200px
    }

        #sidebar-first .block-menu.dynamic-menu ul {
            margin: 0;
            padding-bottom: 5px;
            padding-left: 0;
        }

        #sidebar-first .block-menu.dynamic-menu li {
            padding: 0;
            margin-bottom: 0;
            list-style: none
        }

            #sidebar-first .block-menu.dynamic-menu li a {
                font-size: 0.9231em;
                display: block;
                padding: 5px 5px 5px 20px;
                background: transparent url('images/bg-menu-leaf-red.png') 10px 10px no-repeat
            }

                #sidebar-first .block-menu.dynamic-menu li a.active {
                    text-decoration: none
                }

            #sidebar-first .block-menu.dynamic-menu li.has-children a {
                background: transparent url('images/bg-menu-collapsed-red.png') 6px 13px no-repeat
            }

    #sidebar-first .block-menu.red-box {
        background-color: #e61e2e
    }

        #sidebar-first .block-menu.red-box a {
            color: #fff
        }

        #sidebar-first .block-menu.red-box.split ul {
            border-bottom: 1px #efe739 solid;
        }

    #sidebar-first .block-menu.grey-box {
        background-color: #808080
    }

        #sidebar-first .block-menu.grey-box a {
            color: #fff
        }

        #sidebar-first .block-menu.grey-box h2 {
            color: #ccc
        }

        #sidebar-first .block-menu.grey-box.split ul {
            border-bottom: 1px #ccc solid
        }

    #sidebar-first .block-menu.white-box,
    #sidebar-second .block-menu.white-box {
        background-color: #f2f2f2
    }

        #sidebar-first .block-menu.white-box li.leaf,
        #sidebar-second .block-menu.white-box li.leaf {
            list-style-image: url('images/menu-leaf-grey.png');
            list-style-type: square
        }

        #sidebar-first .block-menu.white-box a,
        #sidebar-second .block-menu.white-box a {
            color: #4d4d4d
        }

        #sidebar-first .block-menu.white-box h2,
        #sidebar-second .block-menu.white-box h2 {
            color: #4d4d4d
        }

        #sidebar-first .block-menu.white-box.split ul {
            border-bottom: 1px #ccc solid
        }


    /* Articles */
    h1.title {
        font-size: 1.3846em;
        line-height: 1.1111;
        margin: 0 0 10px 0
    }

    .node-article {
        margin-bottom: 10px
    }

        .node-article.node-teaser {
            width: 530px;
            overflow: hidden;
            padding-bottom: 5px;
            border-bottom: 1px #ccc solid
        }

    body.one-sidebar .node-article.node-teaser {
        width: 730px
    }

    .node-article header h2 {
        font-size: 1.3846em;
        line-height: 1.1111;
        color: #e51d2d;
        margin: 0 0 10px 0
    }

        .node-article header h2 a {
            color: #e51d2d;
        }

            .node-article header h2 a:focus {
                color: #fff
            }
    /*.node-article.node-teaser .submitted, .node-article.node-teaser .updated {display:none;}*/
    .node-article.node-teaser .field-type-image {
        float: left;
        width: 188px;
        height: 110px;
        margin: 5px 15px 15px 0px;
        overflow: hidden
    }

    .node-article.node-teaser .field-type-text-with-summary p {
        margin-bottom: 5px;
        text-align: justify;
    }

    .node-article.node-teaser .node-readmore {
        clear: both;
        float: right
    }

        .node-article.node-teaser .node-readmore a {
            color: #e51d2d;
        }

            .node-article.node-teaser .node-readmore a:focus {
                color: #fff
            }

    .node-article footer, body.node-type-article .content footer {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #ccc
    }

    .node-article.node-teaser footer {
        margin-top: 0;
        padding-top: 0;
        border-top: none
    }

    .group_article_timer, .group-article-timer {
        color: #666;
        font-style: italic;
        margin-bottom: 25px;
        padding: 3px 6px;
        border-top: 1px solid #ffebc5;
        border-bottom: 1px solid #ffebc5;
        background-color: #fffbd9
    }

        .group_article_timer .field .field-label, .group-article-timer .field .field-label {
            font-weight: normal;
            font-style: normal
        }

    .view-taxonomy-term .view-empty {
        margin-top: 10px
    }

    /* SideBar */
    div.plzennav-wrapper {
        padding-top: 5px;
        border-top: 1px solid #efe739;
        border-bottom: 1px solid #efe739;
        background-color: #474747
    }

    #sidebar-first .block-menu.dynamic-menu li .plzennav-wrapper ul li a {
        padding-left: 25px;
        background: transparent url('images/menu-leaf.png') 12px 12px no-repeat
    }

        #sidebar-first .block-menu.dynamic-menu li .plzennav-wrapper ul li a:hover {
            color: #efe739
        }

        #sidebar-first .block-menu.dynamic-menu li .plzennav-wrapper ul li a.extlink {
            background: transparent url('images/bg-extlink.png') 13px 13px no-repeat
        }

    ul.plzennav-bc li.plzennav-last {
        background: transparent url('images/bg-plzennav-bc.png') right bottom no-repeat
    }

        ul.plzennav-bc li.plzennav-last.no-children {
            background: none
        }

    #sidebar-first .block-menu.dynamic-menu li ul.plzennav-bc li a {
        background: transparent url('images/bg-menu-collapsed-grey.png') 12px 13px no-repeat
    }

    #sidebar-first .block-menu.dynamic-menu li ul.plzennav-bc li.plzennav-last a {
        background: transparent url('images/bg-menu-collapsed-yellow.png') 12px 13px no-repeat
    }

    #sidebar-first .block-menu.dynamic-menu li ul.plzennav-bc li.plzennav-last.no-children a {
        background: transparent url('images/bg-menu-last-yellow.png') 15px 10px no-repeat
    }

    #sidebar-first .block-menu.dynamic-menu li ul.plzennav-bc li a:hover,
    #sidebar-first .block-menu.dynamic-menu li ul.plzennav-bc li a.active,
    #sidebar-first .block-menu.dynamic-menu li ul.plzennav-bc li.plzennav-last a {
        color: #efe739
    }

    .block-menu-icons {
        margin: 20px 0 15px;
        padding: 0 1px
    }

        .block-menu-icons ul.menu {
            height: 23px;
            overflow: hidden;
            margin: 0;
            padding: 0
        }

            .block-menu-icons ul.menu li {
                float: left;
                margin-left: 8px
            }

                .block-menu-icons ul.menu li.first {
                    margin-left: 0
                }

                .block-menu-icons ul.menu li.leaf {
                    list-style: none
                }

                .block-menu-icons ul.menu li a {
                    display: block;
                    width: 24px;
                    height: 23px;
                    text-indent: -9999px;
                    background-color: transparent;
                    background-image: url('images/bg-menu-icons.png');
                    background-repeat: no-repeat
                }

                    .block-menu-icons ul.menu li a.ico-obalka {
                        width: 24px;
                        background-position: 0 0
                    }

                    .block-menu-icons ul.menu li a.ico-kartoteka {
                        width: 29px;
                        background-position: -24px 0
                    }

                    .block-menu-icons ul.menu li a.ico-struktura {
                        width: 23px;
                        background-position: -53px 0
                    }

                    .block-menu-icons ul.menu li a.ico-zemekoule {
                        width: 23px;
                        background-position: -76px 0
                    }

                    .block-menu-icons ul.menu li a.ico-prezentace {
                        width: 22px;
                        background-position: -99px 0
                    }

                    .block-menu-icons ul.menu li a.ico-paragraf {
                        width: 37px;
                        background-position: -121px 0
                    }

    #sidebar-second .block-menu.important h2 {
        font-weight: bold
    }

    #sidebar-second #block-menu-menu-nejcasteji-hledate.block {
        margin: 0
    }

    /*breadcrumb*/
    .breadcrumb a {
        text-decoration: underline
    }

        .breadcrumb a:hover {
            text-decoration: none
        }

    /*attachments, webform*/
    .field-name-field-attachments,
    .field-name-field-webform {
        margin-top: 15px;
        padding-top: 10px;
        border-top: 1px solid #ccc
    }

        .field-name-field-attachments .field-label,
        .field-name-field-webform .field-label {
            color: #e51d2d;
            font-weight: bold;
            font-size: 1.0769em
        }

        .field-name-field-attachments .field-items /*,
.field-name-field-webform .field-items*/ {
            padding-top: 10px
        }

        .field-name-field-attachments .field-item {
            list-style: none;
            padding: 0 10px 0 36px;
            font-size: 0.8462em;
            background: #f2f2f2 url('images/bg-attachments-li.png') 10px 10px no-repeat;
            border-bottom: 1px solid #fff
        }

        .field-name-field-attachments img.file-icon {
            display: none
        }

        .field-name-field-attachments .field-item span.file {
            display: block
        }

        .field-name-field-attachments .field-item a {
            display: block;
            padding: 12px 29px 10px 0;
            background: transparent url('images/bg-attachments-a.png') right 10px no-repeat
        }
        /*.field-name-field-attachments ul li a span {float:right; color:#4d4d4d}*/
        .field-name-field-webform header h2 {
            margin-top: 0;
            font-size: 1.2308em
        }
/* Dropdown Content (Hidden by Default) */
.dropbtn {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    text-align: center;
    display: none;
    position: absolute;
    background-color: #005da8;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    color: #fff;
    border: 1px 1px 1px 1px solid #00457d
}

    .dropdown-content a {
        top: 50%;
        text-transform: uppercase;
        font-family: 'Rubik', sans-serif;
        margin-top: 50px;
        text-decoration: none;
        color: #fff;
        font-weight: 500;
        font-size: 12px;
    }

    .dropdown-content li:hover {
        background-color: #005193;
    }
/* Show the dropdown menu on hover */
.dropbtn:hover .dropdown-content {
    display: block;
}
#GenExcel {
    border:none;
}

.DropDownLi {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    font-weight:400;
}

#TabulkaUziv {
    position: absolute;
}
