﻿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;
}
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: 19px 15px;
}
table {
    font-size: 15px;
}

/* taskid#41180  */

article table { 
    width: 100%;
}

article ol {
    list-style: decimal;
    padding-left: 1.5em;
}

article ol li {
    padding-bottom: 15px;
}

article table, article td, article th {
    border: 0px;
}

/* end of taskid#41180 */

/* taskid#43498 */
article ul {
    padding-left: 1.5em;
}

    article ul li {
        list-style: disc;        
    }

/* end of taskid#43498 */

.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;
}
.alert {
    font-size: 14px;
    color: #000;
    padding: 30px 30px 30px 70px;
    border: 0;
    border-radius: 0;
    margin-bottom: 12px; 
}
.alert-info {
    background: url(images/icon-info.png) 26px 27px no-repeat #f0f4f7;
}
.alert-warning {
    background: url(images/icon-warning.png) 26px 27px no-repeat #fff5df
}
.alert-error {
    background: url(images/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;
}
input[type="text"],
input[type="password"] {
    height: 40px;
}
.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-full-width.contact {
    margin-bottom: 6px;
}
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,
.tooltip-inner {
    max-width: 100%;
    text-align: left;
    white-space: nowrap;
    padding: 5px;
}

    .tooltip-inner p {
        padding: 1px 3px !important;
        margin: 0px !important;
    }
/* 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(images/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(images/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(images/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(images/radio-active.png) no-repeat 0 0;
    border: 0;
    width: 16px;
    height: 16px;
}
.ui-checkboxradio-label {
    border: none;
    background: none;
}
.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(images/select-down.png) no-repeat 0 0 !important;
    margin-top: 8px;
}

.ui-selectmenu-button-open .ui-icon-triangle-1-s {
    background: url(images/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(images/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(images/arrow-left.png) no-repeat center !important;
    cursor: pointer;
}
.ui-datepicker-header .ui-icon-circle-triangle-e {
    background: url(images/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-decoration: none;
    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(images/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(images/icon-phone.png) no-repeat 0 0;
    padding-left: 28px;
    min-height: 19px;
}
.icon-english {
    background: url(images/icon-english.png) no-repeat 0 0;
    padding-left: 36px;
    min-height: 19px;
}
.icon-deutsch {
    background: url(images/icon-deutsch.png) no-repeat 0 0;
    padding-left: 36px;
    min-height: 19px;
}

.phone .black, .phone .red, .phone .green, .phone .blue {
    font-size: 20px;
    font-weight: bold;
    min-height: 0px;
    display:inline-block;
    min-width:40px;
}

.phone .red {
    color: red;
}

.phone .green{
    color: green;
}

.phone .blue {
    color: #0070C0;
}

.icon-email {
    background: url(images/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: 15px 0;
    margin-top: 40px;
    color: #000;
}
.alert-box.row {
    margin-left: 0;
    margin-right: 0;
}
.alert-box p {
    line-height: 26px;
    margin: auto;
}

.alert-box img {
    margin-bottom: 20px;
}

    .alert-box .phone-container {
        display: inline-block;
        text-align: left;
    }

    .alert-box .traffic {
        border-left: 1px solid #e4eaf0;
        border-right: 1px solid #e4eaf0;
    }


    .alert-box a {
        color: #000;
        font-family: 'Rubik', sans-serif;
        font-size: 16px;
        font-weight: 400
    }

.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 {
    list-style: none;
}

.pagination>li.first a {
    margin-left: 40px;
}

.strankovani > span > span {
    color: #000;
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    border-radius: 0 !important;
    padding: 8px 6px;
}

.pagination > li > a,
.pagination > li > span,
.strankovani > span > a {
    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.current {
    color: #005da8;
    font-weight: 700;
    background: none;
}
    .pagination li.left a,
    .strankovani > span > a.left {
        border: 1px solid #e5ebf1;
        position: absolute;
        left: 0;
        color: #005da8;
        font-weight: 700;
    }
.pagination li.right a,
.strankovani > span > a.right {
    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 {
    z-index: 999;
    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;
}

.menu-large {
    position: static !important;
}

.dropdown-menu {
    padding-top: 30px;
    right: 0 !important;
    top: auto;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown > .dropdown-menu {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.dropdown-menu .row {
    max-width: 100%;
}

.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: 19px;
}
#news h2,
#searh h2,
#actual-info h2,
#actual-alerts h2 {
    margin-top: 19px;
    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,
#article .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 {
    max-width: 390px; /* taskid#40485 */
    min-height: 244px; /* taskid#55226 */
}


/* Pouze pro mobil */
@media (max-width: 767px) {
    #news .img-wrapper {
        min-height: 244px;
    }

    #carousel .img-fluid {
        min-height: 220px; /* taskid#55226 */
    }
}


#news .img-wrapper img {
    width: 100%;
}
#news .overlay,
#geoportal .overlay,
#article .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;
    padding-bottom: 30px;
}
#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 .green,
#world .box1 {
    height: 329px;
    font-size: 14px;
    overflow: hidden;
}
#world .box2 {
    height: 329px;
    font-size: 14px;
    overflow: hidden;
}
#world .box3 {
    height: 329px;
    font-size: 14px;
    overflow: hidden;
}
#world h3 {
    font-size: 24px;
    margin-top: 0;
    padding-top: 36px;
    margin-bottom: 30px;
    line-height: 48px !important;
}
#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 .green {
    background: #009836;
    color: #fff;
    padding-bottom: 26px;
}
#world .blue h3,
#world .green h3,
#world .box1 h3,
#world .box2 h3,
#world .box3 h3,
#world .blue a,
#world .green a,
#world .box1 a {
    color: #fff;
}
#world .box2 a {
    color: #fff;
}
#world .box3 a {
    color: #fff;
}
#world .blue a,
#world .green a,
#world .box1 a {
    font-size: 18px;
    position: absolute;
    bottom: 20px;
}
#world .box2 a {
    font-size: 18px;
    position: absolute;
    bottom: 20px;
}
#world .box3 a {
    font-size: 18px;
    position: absolute;
    bottom: 20px;
}
#world .box1 {
    background: url(images/turisturaj.jpg) top left no-repeat;
    color: #fff;
    padding-bottom: 26px;
    background-size: cover;
}
#world .box2 {
    background: url(images/kotlikove_dotace.jpg) top left no-repeat;
    color: #fff;
    padding-bottom: 26px;
    background-size: cover;
}
#world .box3 {
    background: url(images/poved_idpk.jpg) top left no-repeat;
    color: #fff;
    padding-bottom: 26px;
    background-size: cover;
}
#world .box1 .posun {
    position: absolute;
    bottom: 45px;
}
#world .box2 .posun {
    position: absolute;
    bottom: 45px;
    padding-right: 30px;
}
#world .box3 .posun {
    position: absolute;
    bottom: 30px;
}
#world .box1 .posun p {
    padding-right: 30px;
}
#world .box2 .posun p {
    padding-right: 30px;
}
#world .box3 .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 {
    padding-bottom: 20px;
}

/* taskid#50635 */
.article-detail-text {
    margin-top: 20px;
    line-height: 22px;
}

/* taskid#52232 */
.article-detail-attachment {
    flex: 0 0 100%;
    max-width: 100%;
}

.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;
    /* potlaceni stylu z .article-sum .date - taskid#40129  */
    position: relative !important;
    top: auto !important;
    right: auto !important;
}
.article-detail .autor {
    color: #757575;
    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;
}
/* rozbiti seznamu v IE - taskid#50445 */
@supports not (-ms-high-contrast: none) {
    .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(images/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(images/icon-plus.png) left 2px no-repeat;
    padding-left: 15px;
    margin-right: 15px;
}
.similar .map {
    background: url(images/icon-map.png) left 2px no-repeat;
    padding-left: 15px;
    margin-right: 15px;
}
.similar .mobmap {
    background: url(images/icon-mobmap.png) left 2px no-repeat;
    padding-left: 15px;
    margin-right: 15px;
}
.similar .metadata {
    background: url(images/icon-metadata.png) left 2px no-repeat;
    padding-left: 15px;
    margin-right: 15px;
}
.similar .wms {
    background: url(images/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, #world2 {
    font-size: 18px;
    font-family: 'Lora', serif;
    border-top: 1px solid #e4eaf0;
}
#subfooter .subtitle, #world2 .subtitle {
    font-size: 24px;
    padding: 36px 0;
}
#subfooter .cara, #world2 .cara {
    border-top: 1px solid #e4eaf0;
    padding-top: 30px;
    padding-bottom: 30px;
}
#subfooter .mesicnik-wrapper, #world2 .mesicnik-wrapper {
    position: relative;
    min-height: 200px; /* taskid#55226 */
}
#subfooter .download, #world2 .download {
    position: absolute;
    top: 72px;
    left: 112px;
}
#subfooter .old, #world2 .old {
    position: absolute;
    bottom: 14px;
    right: 7px;
}
#subfooter .adress, #world2 .adress {
    line-height: 27px;
    margin-top: 19px;
}
#subfooter .adress p, #world2 .adress p {
    line-height: 27px;
}
#subfooter .phone, #world2 .phone {
    margin-top: 45px;
    margin-bottom: 10px;
    color: #005da8;
}
#subfooter .contact-in-row, #world2 .contact-in-row {
    margin-bottom: 20px;
}
#subfooter .contact-in-row .phone, #world2 .contact-in-row .phone {
    margin-top: 0;
}
.phone {
    margin-bottom: 11px;
}

.alert-box .phone:last-child {
    margin-bottom: auto;
}

#subfooter img, #world2 img {
    padding-right: 18px;
}
.phone img,
.email img {
    padding-right: 10px;
}
#subfooter .interesting, #world2 .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;
}
/* fix loginu - reset stylu */
#prihlaseni .control-label {
    line-height: 26px;
    float: none;
}

.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;
    }
}

/* reset nastaveni z glassu! */
.container {
    position: inherit;
    height: inherit;
}

.dropdown-menu .container {
    max-width: 100%;
    position: relative;
}

.sitemap ul {
    padding-left: 40px;
    margin-bottom: 0;
}
    .sitemap ul li {
        list-style: initial;
        padding-bottom: initial;
    }

/* 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: 27px 15px;
    }
    h1,
    .main-title {
        font-size: 35px;
        line-height: 48px;
    }
    h2 {
        min-height: 48px;
    }
    .navbar-light .nav-item {
        position: static;
    }
    .yamm .container .dropdown-menu {
        left: 0;
        width: 100%;
        top: auto;
    }
    .yamm .dropdown-menu>li {
        display: inline-block;
    }

    @media (min-width: 768px) {
        li.dropdown:hover > .dropdown-menu {
            display: block;
        }
    }

    /* Menu hover */
    li.dropdown:hover > .dropdown-menu {
        display: block;
        color: #005da8;
        text-decoration: underline;
        font-size: 17px;
        /*padding: 0;*/
        display: inline;
        line-height: 1;
    }
    /* End menu hover */

    .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: 37px;
        padding-bottom: 44px;
    }
    #footer .web {
        text-align: right;
        padding-top: 0;
    }
    #subfooter .phone, #world2 .phone {
        margin-bottom: 20px;
    }
    #subfooter .contact-in-row .contact, #world2 .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: 19px;
        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,
    #article .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: 24px;
    }
    .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 {
        margin-top: 142px;
        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;
        bottom: -20px;
        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, #world2 .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 .green {
	padding-left: 35px;
    }
    #world .box1 {
        padding-left: 139px;
        padding-right: 139px;
    }
    #world .box2 {
        padding-left: 35px;
        padding-right: 60px;
    }
    #world .box3 {
        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, #world2 .cara {
        border: none;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    #subfooter .cara.middle, #world2 .cara.middle {
        border-left: 1px solid #e4eaf0;
        border-right: 1px solid #e4eaf0;
    }
    #subfooter .middle, #world2 .middle {
        padding-left: 39px;
        padding-right: 39px;
    }
    #subfooter .last, #world2 .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: 767px) {
    .form-inline .form-group {
        display: block;
    }
    .form-inline label {
        display: block;
    }
}

.ui-dialog.confirmDialog .ui-widget-header {
    background: #e4eaf0;
}

.ui-dialog.confirmDialog .ui-dialog-buttonpane button {
    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;
    margin-top: 42px;
    padding: 7px 12px 3px 12px;
}
    .ui-dialog.confirmDialog .ui-dialog-buttonpane button:hover {
        background-color: #ffffff;
        border: 2px solid #e4eaf0;
        color: #005da8;
    }

.ui-dialog.confirmDialog .ui-state-default {
    background: none;
}

/* PageNotFound.ascx  */

.notFound-box {
    border: 2px solid #e4eaf0;
    padding: 30px 0px;
}

.notFound-code {
    margin-top: 19px; 
    font-size: 70px; 
    opacity: 0.4;
}

table.dxgvControl {
    border: none;
    background: transparent;
    font: inherit;
}

table.dxgvControl > tbody > tr > td {
    padding: 0;
}

.dxeHyperlink {
    font: inherit;
    font-size: inherit;
    color: #005da8 !important;
}

.dxgvGroupPanel, .dxgvHeader {
    background: transparent;
    border: none;
    padding: 10px 20px 10px;
}

.dxgvHeader {
    font-weight: bold;
    border-bottom: 2px solid #005da8;
}

.dxgvFooter, .dxgvPagerBottomPanel {
    background: transparent;
}

.dxgvFooter td.dxgv {
    border: none;
}

.dxgvDataRow td.dxgv {
    padding: 10px 20px 10px;
    border: none;
}

.dxgvDataRow:nth-of-type(odd) {
    background: #e4eaf0;
}

.dxpLite {
    font-size: 16px;
}

.dxpLite .dxp-num {
    color: #000;
    text-decoration: none;
    font-weight: normal;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
}

.dxpLite .dxp-num:hover, .dxpLite .dxp-current {
    color: #005da8;
    font-weight: 700;
    background: none;
}

.dxpLite .dxp-current {
    margin-top: 0 !important;
}

.dxp-button {
    border: 1px solid #e5ebf1;
    /*position: absolute;
    right: 0;*/
    font-weight: 700 !important;
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    padding: 6px 12px !important;
    text-decoration: none !important;
}

a.dxp-button {
    color: #005da8 !important;
}

.dxp-button .fa-angle-right {
    padding-left: 12px;
    color: #fecc00;
}

.dxp-button .fa-angle-left {
    padding-right: 12px;
    color: #fecc00;
}

    .dxp-disabledButton .fa {
        color: #acacac;
    }

article header .img-fluid {
    display: block;
    padding-bottom: 5px;
}

.col-lg-4.page {
    padding: 0;
}

/* nadpis vypisu pamatek */

h2.monument {
    margin-top: 30px;
}

/* ASPxTreeList - taskid#46317 */

.dxtlNode_Glass td.dxtl a {
    color: rgb(0, 0, 0);
    font-family: Rubik;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
}

.dxtlNode_Glass td.dxtl .treeListLink a {
    font-weight: normal;
    font-size: 15px;
    color: #2a769d;
    text-decoration: underline;
}

/* end of taskid#46317 */

.frame {
    width: 100%;
    height: 480px;
    border: 1px solid #e4eaf0;
}

/* taskid#50485 */

.dxgvPagerBottomPanel .dxp-button:first-of-type:before {
    padding-right: 12px;
    color:#fecc00;
    content: "\f104"; /* arrow left */
    font-family: FontAwesome;
}

.dxgvPagerBottomPanel .dxp-button:last-of-type:after {
    padding-left: 12px;
    color: #fecc00;
    content: "\f105" !important; /*arrow right*/
    font-family: FontAwesome;
}

/*edn of taskid#50485 */

/* taskid#55228 */
.table-responsive .dxp-disabledButton, .table-monument .dxp-disabledButton {
    color: #757575 !important;
}