
/*
    KDU-ČSL
*/

/*
    @import url(http://fonts.googleapis.com/css?family=Quattrocento+Sans:400,400italic,700,700italic&subset=latin,latin-ext);
*/

/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:600italic,400,600,700&subset=latin,latin-ext);*/


body, img {
    border: 0;
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Open Sans', Arial, sans-serif;
    max-width: 100%;
    overflow-x: hidden;
    color: #034187;
}

p {
    font-size: 14px;
    line-height: 24px;
    color: #004588;
}

iframe {
    max-width: 100%;
}

.no-display {
    display: none;
}

input[type=password],
input[type=text] {
    color: #034187;
    font-size: 12px;
    width: 100%;
    border: 1px solid #ccbe1f;
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px 15px;
}

button,
input[type=submit] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: none;
    font-size: 14px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
    padding: 10px 15px;
    -webkit-appearance: none;
    background: url(/KDU/media/system/images/arrow-right-white.png) 90% center no-repeat;
    padding-right: 30px;
    background-color: #004687;
    width: auto;
}

    input[type=submit]:hover {
        text-decoration: underline;
    }

a {
    text-decoration: none;
    color: #034187;
}

    a:hover {
        text-decoration: underline;
    }

table.format-table,
.format-table table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 40px;
    max-width: 100%;
}

    table.format-table.blue-table tbody tr:nth-child(odd),
    .format-table table tbody tr:nth-child(odd) {
        background-color: #e6f5ff;
    }

.format-table.ping-table table tbody tr:nth-child(odd) {
    background-color: #fbf1d2;
}

table.format-table tr th,
.format-table table tr th {
    padding: 12px 10px;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
}

table.format-table tr td,
.format-table table tr td {
    padding: 12px 10px;
    font-size: 13px;
    font-weight: bold;
}

table .format-table thead,
.format-table table thead {
    text-align: left;
}

.header {
    background: #ffdc00;
    clear: both;
}

.clear {
    clear: both;
    max-height: 1px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.container {
    width: 960px;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.container-bigger {
    width: 1600px; /*1280px;*/
    margin: 0 auto;
    max-width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*overflow: hidden;*/
}

@media only screen and (max-width: 1640px) {
    .container-bigger {
        padding: 0 40px;
    }
}

@media only screen and (max-width: 400px) {
    .container-bigger {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 300px) {
    .container-bigger {
        padding: 0 20px;
    }
}

.no-overflow {
    overflow: initial !important;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.margin-top-20 {
    margin-top: 20px;
}

.IE7.tablet-screen .container,
.IE8.tablet-screen .container,
.IE7.tablet-screen .container-bigger,
.IE8.tablet-screen .container-bigger {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    width: 100%;
}


.container-bigger-slider {
    width: 1320px;
    padding: 0 30px;
}

.header .container-bigger {
    padding-top: 30px;
}

@media only screen and (max-width: 1140px) {
    .header .container-bigger {
        padding-top: 0;
    }
}

/* HEADER MAIN - LOGO */

.header .main-logo {
    margin-top: -30px;
    padding: 30px 0 0 0;
    float: left;
    min-height: 70px;
}

@media only screen and (max-width: 1140px) {
    .header .main-logo {
        margin-top: 0;
        padding: 10px 0 0 0;
        min-height: 35px;
    }
}

@media only screen and (max-width: 600px) {
    .header .main-logo {
        padding: 20px 0 0 0;
        min-height: 35px;
    }
}

    .header .main-logo h1 {
        display: none;
    }

    .header .main-logo a {
        display: inline-block;
        width: 160px;
        height: auto;
        background: url(/KDU/media/system/images/logo_2024.png) top left no-repeat;
        background-size: contain;
        aspect-ratio: 20 / 7;
    }

@media only screen and (max-width: 1140px) {
    .header .main-logo a {
        width: 100px;
    }
}

@media only screen and (max-width: 600px) {
    .header .main-logo a {
        width: 60px;
    }
}


/* HEADER SUB - LOGO */
.header-sub .main-logo {
    padding: 15px 0 0 0;
    float: left;
    min-height: 45px;
}

    .header-sub .main-logo h1 {
        display: none;
    }

    .header-sub .main-logo a {
        display: inline-block;
        width: 140px;
        height: 32px;
        background: url(/KDU/media/system/images/logo.png) top left no-repeat;
    }

@media only screen and (max-width: 300px) {
    .header-sub .main-logo a {
        background: url(/KDU/media/system/images/logo-no-text.png) top left no-repeat;
        width: 43px;
    }
}



hr {
    display: none;
}

.searchbox-detail {
    background-color: #ffdc05;
    padding: 20px;
}

    .searchbox-detail .col {
        float: left;
        width: 33.3333%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding-right: 10px;
    }

    .searchbox-detail .col1 {
        width: 100%;
        max-width: 100%;
        margin-right: -560px;
        padding-right: 580px;
        min-width: 450px;
    }

.cols-container {
    float: right;
    width: 500px;
    width: auto;
    max-width: 560px;
}

.searchbox-detail .col2,
.searchbox-detail .col3 {
    width: auto;
    float: left;
}

.searchbox-detail .col2 {
    width: 100%;
    margin-right: -150px;
    padding-right: 170px;
}

.searchbox-detail .col3 {
    padding-right: 0;
    min-width: 140px;
}

@media only screen and (max-width: 1220px) {
    .searchbox-detail .col1 {
        width: 100%;
        padding: 0;
        margin: 0;
        min-width: 120px;
        margin-right: 0;
        padding-right: 0;
    }

    .cols-container {
        width: 100%;
    }

    /*.searchbox-detail .col2 {
        width: 75%;
    }*/

    /*.searchbox-detail .col3 {
        width: 25%;
    }*/
}

@media only screen and (max-width: 850px) {
    .cols-container {
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 360px) {
    .searchbox-detail .col2,
    .searchbox-detail .col3 {
        width: 100%;
        padding: 0;
    }
}

.searchbox-detail-label {
    min-height: 20px;
}

.searchbox-calendar input,
.searchbox-detail input {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #ccbe1f;
    padding: 9px;
    outline: none;
    margin: 0;
    height: 35px;
    padding-bottom: 10px;
}

    .searchbox-detail input[type=submit] {
        margin-top: 1px;
        height: 36px;
    }

.searchbox-calendar {
    background-color: #ffdc05;
    padding: 20px;
    margin-bottom: 20px;
}

    .searchbox-calendar .searchbox-calendar-button {
        width: 33.333%;
        min-width: 100px;
        margin: 10px auto 0;
        display: block;
        border: 7px solid #ffdc05;
        box-sizing: border-box;
    }

.slider {
    /*max-height: 160px;*/
    /*min-height: 160px;*/
    display: none;
}

    .slider img {
        /*position: absolute;*/
        bottom: 0;
        vertical-align: bottom;
    }

    .slider ul {
        margin: 0;
        list-style-type: none;
        padding: 0;
    }

        .slider ul li {
            position: relative;
            padding: 0;
            margin: 0;
            /*min-height: 160px;*/
        }

.slider-button {
}

    .slider-button a {
        position: absolute;
        bottom: 0;
        right: 0;
        font-size: 14px;
        font-weight: 700;
        color: white;
        text-transform: uppercase;
        text-decoration: none;
        padding: 11px 52px 10px;
        background: url(/KDU/media/system/images/arrow-left-white.png) no-repeat;
        background-position: 90% center;
        background-position: right 35px center;
        background-color: #004687;
    }

        .slider-button a:hover {
            text-decoration: underline;
        }

@media only screen and (max-width: 950px) {
    .slider img {
        position: relative;
    }

    .slider-button {
    }

        .slider-button a {
            position: relative;
            width: 100%;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            text-align: center;
            display: inline-block;
        }
}

@media only screen and (max-width: 500px) {
    .slider {
        display: none;
    }
}

.main-content-container {
    margin-top: 0px;
    max-width: 100%;
    overflow: hidden;
}

.sly-button {
    width: 14px;
    height: 26px;
    border: none;
    position: absolute;
    outline: none;
    cursor: pointer;
    margin-top: -13px;
    z-index: 1000;
}

    .sly-button.disabled {
        display: none;
    }

.sly-slider-prev {
    background: url(/KDU/media/system/images/sly-slider-prev.png) top left no-repeat;
    left: -20px;
    top: 50%;
}

.sly-slider-next {
    background: url(/KDU/media/system/images/sly-slider-next.png) top left no-repeat;
    right: -20px;
    top: 50%;
}

.fb-like-box {
    max-width: 100%;
}

.HP-bottom-parts {
    padding: 40px 0;
}

.HP-bottom-parts-title-space-only-desktop,
.HP-bottom-parts-title-space,
.HP-bottom-parts-title {
    min-height: 30px;
    margin: 0 0 20px 0;
}

@media only screen and (max-width: 550px) {
    .HP-bottom-parts-title-space-only-desktop {
        min-height: 0;
        margin-bottom: 0;
    }
}

.social-banner {
    min-height: 25px;
    display: flex;
    flex-wrap: wrap;
}

.datetime-social-banner {
    margin: 15px 0 20px;
}

.HP-bottom-parts-link {
    float: right;
    padding-top: 15px;
}

.pux-button {
    background: url(/KDU/media/system/images/arrow-right-blue.png) no-repeat;
    background-position: 90% center;
    background-position: right 19px center;
    background-color: #ebb91e;
    color: #004588;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 33px 10px 26px;
    display: inline-block;
    text-transform: uppercase;
    min-width: 110px;
    text-align: center;
    cursor: pointer;
}

    .pux-button.left-arrow {
        background: url(/KDU/media/system/images/arrow-left-blue.png) no-repeat;
        background-position: 10% center;
        padding: 10px 26px 10px 33px;
        background-color: #ebb91e;
    }

    .pux-button.no-arrow {
        background-image: none;
        padding: 10px 15px;
        background-color: #ebb91e;
        width: auto;
        min-width: 0;
    }

        .pux-button:hover,
        .pux-button.left-arrow:hover,
        .pux-button.no-arrow:hover {
            background-color: #e6ac21;
        }

    .pux-button.current {
        cursor: initial;
        background-color: white;
        border: 1px solid #ebb91e;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

.pux-button-light-blue,
.back-button {
    background-color: #e6f5ff;
    padding: 10px 45px;
    font-weight: 700;
    font-size: 14px;
    color: #004588;
}

    .pux-button-light-blue:hover,
    .back-button:hover {
        background-color: #d6ecfb;
    }

.back-button {
    float: right;
    margin-left: 15px;
    background-image: url(/KDU/media/system/images/arrow-left-blue.png);
    background-position: 30% center;
    background-repeat: no-repeat;
}

.pux-category-button {
    margin-right: 15px;
    margin-bottom: 10px;
    padding: 0px 20px;
    line-height: 40px;
    white-space: nowrap;
    display: inline-block;
}

.pux-flags-button {
    margin-right: 35px;
    font-weight: bold;
    color: #004588;
    display: inline-block;
    margin-bottom: 10px;
}

.video-container {
    position: relative;
    padding-bottom: 46.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.footer {
    background-color: #034187;
    color: white;
    padding: 45px 0;
}

    .footer a {
        color: white;
        font-size: 12px;
    }

    .footer ul {
        list-style-type: none;
        margin: 0 0 20px 0;
        padding: 0;
    }

        .footer ul ul {
            margin: 0;
        }

.footer-line {
    height: 1px;
    background-color: #3f6ea4;
    border-bottom: 1px solid #2c609a;
    width: auto;
}

.footer-title {
    padding-bottom: 16px;
}

    .footer-title a {
        font-size: 16px;
    }

.desktop-invisible {
    visibility: hidden;
}

@media only screen and (max-width: 450px) {
    .desktop-invisible {
        visibility: visible;
    }
}

.desktop-visible {
    visibility: visible;
}

.responsive-no-display {
    display: block;
}

@media only screen and (max-width: 1000px) {
    /*.desktop-visible {
        visibility: hidden;
    }*/

    .responsive-no-display {
        display: none !important;
    }
}

@media only screen and (max-width: 300px) {
    .hide-on-one-column {
        display: none;
    }

    .no-margin-on-one-column {
        margin: 0 !important;
    }
}

.footer-under-line {
    margin: 20px 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 25px;
}

    .footer-under-line a {
        font-weight: inherit;
        font-size: inherit;
    }

.footer-logo {
    text-align: center;
    padding-top: 14px;
}

.footer-copyright {
    background-color: #00315e;
    padding: 15px;
    text-align: center;
    font-size: 12px;
    color: #f5f5f5;
}


#facebook-like-box-container {
    max-width: 100%;
    height: 500px;
    max-height: 500px;
    min-height: 500px;
    overflow: hidden;
}

    #facebook-like-box-container iframe {
        max-width: 100%;
        overflow: hidden;
    }

@media only screen and (max-width: 450px) {
    #facebook-like-box-container {
        max-width: 80%;
        margin: 0 auto;
        height: 500px;
        max-height: 500px;
        min-height: 500px;
        overflow: hidden;
    }
}

.main-text {
    padding-bottom: 20px;
}

.main-text-info {
    color: #034187;
    font-size: 12px;
    margin-bottom: 20px;
}

.main-text-author,
.main-text-date {
    font-weight: 700;
}

.main-text-content {
}

    .main-text-content a {
        text-decoration: underline;
    }

        .main-text-content a:hover {
            text-decoration: none;
        }

.main-text-content-photo {
    width: 50%;
    float: left;
    max-width: 100%;
    padding: 0 10px 10px 0;
    margin-right: 0 10px 10px 0;
}

    .main-text-content-photo img {
        max-width: 100%;
    }

@media only screen and (max-width: 400px) {
    .main-text-content-photo {
        width: 100%;
    }
}

.social-network-banner {
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
}

.perex {
    font-weight: 700;
    font-size: 16px;
    color: #004588;
    line-height: 26px;
    margin-bottom: 20px;
}



.main-text-itself {
    margin-bottom: 50px;
}

.pux-flags,
.pux-categories {
    margin-bottom: 40px;
}

    .pux-categories a,
    .pux-flags a {
        text-decoration: none;
    }

        .pux-categories a:hover,
        .pux-flags a:hover {
            text-decoration: underline;
        }

/*.pux-categories span,
.pux-categories a {
    float: left;
}*/

.main-text-label {
    min-width: 80px;
    display: inline-block;
}

@media only screen and (max-width: 400px) {
    .main-text-label {
        display: block;
    }
}

.datepicker-container {
    position: relative;
}

    .datepicker-container .pick-month {
        float: left;
        width: 50%;
        margin-left: -2px;
    }

        .datepicker-container .pick-month .sbHolder {
            border-left: none;
        }

.datepicker-arrow {
    background: url(/KDU/media/system/images/select-icons.png) 0 -116px no-repeat;
    display: block;
    height: 33px;
    outline: none;
    position: absolute;
    right: 0;
    top: 2px;
    width: 33px;
    cursor: pointer;
}

.datepicker {
    /*background: url(/KDU/media/system/images/select-icons.png) 90% -116px no-repeat;*/
    background-color: white;
}

    .datepicker:focus {
        /*background: url(/KDU/media/system/images/select-icons.png) 90% -16px no-repeat;*/
        /*background: url(/KDU/media/system/images/select-icons.png) 0 -16px no-repeat;*/
    }

.datepicker-arrow.hover {
    background: url(/KDU/media/system/images/select-icons.png) 0 -16px no-repeat;
}

.spokesperson-container {
    margin-bottom: 10px;
    margin-right: 0;
}

@media only screen and (max-width: 650px) {
    .spokesperson-container .two-column {
        padding-right: 0;
    }
}

.spokesperson {
    position: relative;
    background-color: #e6f5ff;
    padding: 20.5px 20px 16px;
    min-height: 60px;
    padding-right: 110px;
}

.spokesperson-title {
    font-weight: 700;
    font-size: 19px;
    color: #034187;
    padding: 9px 0 0 0;
    /*display: inline-block;*/
    margin-right: 118px;
}

.spokesperson-name {
    font-weight: 700;
    font-size: 19px;
    color: #034187;
}

.spokesperson-label {
    margin-bottom: 7px;
}

@media only screen and (max-width: 1365px) {
    .spokesperson-title {
        font-size: 17px;
    }
}

.spokesperson-photo {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media only screen and (max-width: 800px) {
    .spokesperson-photo {
        max-height: 130px;
    }
}

@media only screen and (max-width: 530px) {
    .spokesperson-photo {
        display: none;
    }

    .spokesperson-name {
        display: inline-block;
        width: 100%;
    }

    .spokesperson {
        padding: 20.5px 20px;
    }
}

.spokesperson-email {
    background: url(/KDU/media/system/images/icon-mail.png) left center no-repeat;
    padding-left: 20px;
    white-space: nowrap;
    /*margin-left: 10px;*/
}

.spokesperson-tel {
    background: url(/KDU/media/system/images/icon-tel.png) left center no-repeat;
    padding-left: 20px;
    white-space: nowrap;
    margin-left: 10px;
}

@media only screen and (max-width: 1000px) {
    .spokesperson-tel {
        margin-left: 0px;
    }
}

.bold-list {
    font-weight: 700;
    font-size: 16px;
    color: #004588;
    line-height: 28px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .bold-list li {
        background: url(/KDU/media/system/images/bullet.png) no-repeat;
        background-position: left 10px;
        padding-left: 20px;
    }

        .bold-list li a {
            font-weight: 700;
            font-size: 16px;
            color: #004588;
        }

/*.bold-list li:before {
    content: "• ";
     font-weight: 700;
    font-size: 18px;
    color: #ffdc05;
    line-height: 28px;
}*/

.filter-menu {
}

    .filter-menu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .filter-menu li {
        display: inline-block;
        *display: inline;
        zoom: 1;
        margin: 0 10px 0 0;
        padding: 0;
        height: 55px;
    }

        .filter-menu li a {
            padding: 16px 8px;
            background-color: #ffdc05;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 12px;
            color: #034187;
        }

            .filter-menu li a:hover {
                text-decoration: underline;
            }

            .filter-menu li a.CMSListMenuLinkHighlighted {
                background: none;
            }



ul.yellow-buttet {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0;
}

    ul.yellow-buttet li {
        background: url(/KDU/media/system/images/bullet.png) no-repeat;
        background-position: left 2px;
        padding-left: 20px;
        margin-bottom: 11px;
    }

.register-form,
.login-form {
    padding: 30px;
    background-color: #ffdc05;
    text-align: center;
    margin-bottom: 50px;
}

.login-form-title {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    margin-bottom: 32px;
}

.login-form input[type=password],
.login-form input[type=text] {
    height: 40px;
    margin-bottom: 10px;
}

.login-form .LoginPanelPasswordRetrieval {
    margin-top: 30px;
}

.login-form .logonRequiredUserNameError {
    margin-bottom: 10px;
}

.login-form input[type=submit] {
    background-image: url(/KDU/media/system/images/arrow-right-white.png);
    background-repeat: no-repeat;
    background-position: 90% center;
    padding-right: 30px;
}

.login-form label {
    margin-bottom: 10px;
    display: inline-block;
}

.login-form a {
    text-decoration: underline;
    display: inline-block;
    margin: 15px 0 0 0;
}

    .login-form a:hover {
        text-decoration: none;
    }

.register-form {
    text-align: left;
    line-height: 40px;
}

    .register-form table {
        border-spacing: 0;
        border-collapse: collapse;
    }

        .register-form table td {
            padding: 0;
        }

    .register-form input[type=text] {
        margin-right: -35px;
    }

    .register-form table.CaptchaTable {
        float: left;
        min-width: 260px;
    }

        .register-form table.CaptchaTable td {
            line-height: 0;
        }

    .person-detail-contact-form .reloadCaptcha,
    .register-form .reloadCaptcha {
        float: left;
        margin-right: 10px;
        background-image: url(/KDU/media/system/images/icon-reload.png);
        background-position: center center;
        background-repeat: no-repeat;
        width: 30px;
    }

.person-detail-contact-form .reloadCaptcha {
    float: right;
    margin-right: 20px;
}

.register-hint {
    position: relative;
    display: inline-block;
    width: 27px;
    height: 27px;
    background: url(/KDU/media/system/images/icon-hint.png) center left no-repeat;
    vertical-align: middle;
}

.register-hint-content {
    position: absolute;
    top: 31px;
    right: -4px;
    width: 200px;
    min-height: 40px;
    height: auto;
    background: white;
    display: none;
    padding: 15px 15px 15px 25px;
    line-height: 15px;
    border: 1px solid #ccbe1f;
    font-size: 12px;
}

    .register-hint-content ul {
        margin: 0;
        padding: 0;
    }

.register-hint:hover .register-hint-content {
    display: inline-block;
}

.desktop-text-center {
    text-align: center;
}

@media only screen and (max-width: 1000px) {
    .desktop-text-center {
        text-align: left;
    }
}

.no-margin-top {
    margin-top: 0;
}

.sidemenu ul {
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

    .sidemenu ul li {
        background: url(/KDU/media/system/images/arrow-right-blue.png) 90% center no-repeat;
        margin-bottom: 8px;
        background-color: #ffdc05;
        cursor: pointer;
    }

        .sidemenu ul li.sidemenuCMSListMenuHighlightedLI,
        .sidemenu ul li:hover {
            background-color: #ebb91e;
        }

        .sidemenu ul li a {
            display: inline-block;
            width: 100%;
            vertical-align: middle;
            min-height: 58px;
            padding: 17px 60px 20px 30px;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
        }

    .sidemenu ul ul {
        background-color: white;
        border-top: 10px solid white;
        border-left: 20px solid white;
        display: none;
    }

    .sidemenu ul li.sidemenuCMSListMenuHighlightedLI ul {
        display: block;
    }

.paging {
    margin: 0 auto 20px;
}

.events-paging {
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 20px;
    margin-bottom: 50px;
}

    .events-paging .invisible {
        visibility: hidden;
    }

.paging > span:first-child {
    display: block;
    margin: 10px 0;
    font-size: 13px;
}

.fulltext-search {
    margin-top: 15px;
}

    .fulltext-search .SearchDialog {
        background-color: #ffdc05;
        padding: 20px 20px;
        margin-bottom: 20px;
    }

    .SearchResults,
    .fulltext-search .SearchResults {
        margin-bottom: 40px;
    }

    .fulltext-search table {
        max-width: 100%;
        width: 100%;
    }

        .fulltext-search table tr td:first-child {
            width: 100px;
        }

    .fulltext-search .SearchDialog input[type=password],
    .fulltext-search .SearchDialog input[type=text] {
        padding: 10px;
        width: 100%;
        max-width: 100%;
    }


.fulltext-search-image-container {
    float: right;
    /*border: solid 1px #eeeeee;*/
    max-width: 180px;
    max-height: 180px;
    margin-left: 15px;
    margin-bottom: 20px;
}

    .fulltext-search-image-container img {
        max-width: 100%;
    }

@media only screen and (max-width: 500px) {
    .fulltext-search-image-container {
        float: none;
        display: none;
    }
}


.contact-item {
    position: relative;
    background-color: #e6f5ff;
    padding: 5px 130px 15px 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 20px;
}

.contact-item-name {
    font-weight: 700;
}

.contact-item .spokesperson-tel{
    margin-left:0 !important;
}

.regions-basic-info {
    border-top: 1px solid #ebb91e;
    border-bottom: 1px solid #ebb91e;
    padding: 0;
    margin: 0px 0 20px;
    min-height:409px;
}

.regions-basic-info-col {
    float: left;
    width: auto;
    max-width: 100%;
    padding-right: 60px;
    margin-bottom: 30px;
}


.regions-basic-info-col-content {
    font-weight: 700;
    margin-top: 10px;
    min-height: 30px;
}

.region-detail-text {
    /*border: 1px solid #034187;*/
    /*padding: 10px;*/
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 20px;
    font-size: 14px;
    /*min-height: 148px;*/
    margin-bottom: 10px;
}

.election-program-item {
    position: relative;
    text-align: center;
    margin-top: 30px;
}

.election-program-item-image-container {
    /*min-height: 305px;*/
    text-align: center;
}

.election-program-item img {
    /*border: 1px solid #e1e1e1;*/
    /*min-height: 305px;*/
    width: initial;
}

.election-program-item-title {
    font-size: 13px;
    font-weight: bold;
    margin-top: 20px;
    min-height: 80px;
}

.list-item {
    position: relative;
}

    .list-item h2 {
        margin: 0;
        padding: 10px 0;
    }

.list-item-content {
    position: relative;
    display: none;
}

.list-item-title {
    cursor: pointer;
}

.list-item-link {
    width: 15px;
    height: 15px;
    background-color: #034187;
    display: inline-block;
    float: right;
    margin: 20px 0 10px;
}

.document-item-icon {
    background: url(/KDU/media/system/images/icon-document.png) center center no-repeat;
    height: 63px;
    width: 60px;
    background-color: #034187;
}

.documents-gallery {
    margin: 10px 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
}

    .documents-gallery li {
        background: #F7F7F7 url(/KDU/media/system/images/icon-download-blue.png) 8px 5px no-repeat;
        margin-bottom: 4px;
        padding: 8px 25px 9px 45px;
    }

        .documents-gallery li div {
            color: #a3a3a3;
            font-size: 0.9em;
        }

.documents-gallery-width-container .documents-gallery {
    width: 100%;
}


.registration-form-step2 input {
    margin-bottom: 10px;
}

.registration-form-step2 ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-bottom: 20px;
}

    .registration-form-step2 ul li {
        padding: 0;
        margin: 0;
    }


.no-records {
    font-size: 1.6em;
    text-align: center;
    padding: 50px 0;
}
/*
.partners-left {
    float: left;
    width: 80%;
}

    .partners-left img {
        max-width: 100%;
    }
    */
.partners-right {
    float: right;
    padding-left: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-top: 25px;
}

    .partners-right img {
        max-width: 100%;
    }

@media only screen and (max-width: 500px) {
    .partners-right {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 700px) {
    .center-700 {
        text-align: center;
        margin: 20px 0;
        width: 100% !important;
    }
}

.blue-highlight {
    background-color: #e6f5ff;
    padding: 15px;
}

.newsletter-subscription {
    padding: 20px;
    background-color: #ffdc05;
    margin: 0 auto;
    max-width: 100%;
}

.newsletter-subscription-terms-and-conditions {
    font-size: 10px;
    margin: 20px 0;
    display: inline-block;
}

.newsletter-subscription .CaptchaTable {
    border-spacing: 0;
}

.newsletter-subscription-container .InfoMessage {
    font-size: 20px;
}


.contact-form {
    background-color: #ffdc05;
    padding: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
}

    .contact-form input,
    .contact-form textarea {
        margin-bottom: 10px;
    }

    .contact-form textarea {
        width: 100% !important;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        color: #034187;
        font-size: 12px;
        padding: 10px 15px;
    }

    .contact-form .button-container {
        text-align: center;
        width: 100%;
    }

    .contact-form .EditingFormErrorLabel,
    .contact-form .ErrorLabel {
        display: inline-block;
        margin: 0 5px 15px;
        font-weight: bold;
        color: rgb(148, 47, 47);
    }


.local-organizations-links {
    margin-bottom: 10px;
}

    .local-organizations-links a {
        color: #004588;
        font-size: 14px;
        font-weight: 700;
        display: inline-block;
        text-transform: uppercase;
        background: url(/KDU/media/system/images/arrow-right-blue.png) no-repeat;
        background-position: 90% center;
        background-position: right 19px center;
        background-color: #ebb91e;
        margin: 0 10px 5px 0;
        padding: 11px 33px 11px 26px;
    }

.questionnaire .questionnaire-content {
    background: #ffdc05;
    padding: 20px;
}

    .questionnaire .questionnaire-content > span,
    .questionnaire .questionnaire-content > label {
        display: inline-block;
        margin-top: 15px;
        margin-bottom: 2px;
        font-weight: bold;
    }

.questionnaire table td {
    width: 50%;
}

.facebook-url {
    display: none;
}

.StandardWebPart .WebPartActionButton img, .StandardZone .WebPartZoneActionButton img, .PagePlaceholderActionButton img {
    width: auto !important;
}

.logged-in-header {
    font-size: 12px;
    text-align: right;
    background-color: #e7a100;
    padding: 5px 0;
}

    .logged-in-header a {
        display: inline-block;
        padding-left: 15px;
    }

.gallery-download-full-resolution {
    display: inline-block;
    margin-right: 15px;
}

.login-icon {
    background: url(/KDU/media/system/images/icon-who.png) center left no-repeat;
    padding-left: 9px;
}

.new-search-spokesperson {
    float: right;
    padding-right: 0;
    width: 38%;
}

.new-search-dialog-container {
    float: left;
    width: 60%;
}

.new-search-category-wrapper {
    display: inline-block;
    width: 38%;
    padding-right: 15px;
    vertical-align: top;
    box-sizing: border-box;
    min-width: 140px;
}

.new-search-date-wrapper {
    display: inline-block;
    width: 60%;
}

@media only screen and (max-width: 1350px) {
    .new-search-dialog-container,
    .new-search-spokesperson {
        float: none;
        width: 100%;
    }
}

@media only screen and (max-width: 850px) {
    .new-search-category-wrapper,
    .new-search-date-wrapper {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .searchbox-detail .col2 {
        width: 100%;
        margin-right: 0;
        padding-right: 0;
    }
}

.datepicker-date {
    position: relative;
    display: inline-block;
    width: 49%;
    padding-right: 15px;
    box-sizing: border-box;
}

@media only screen and (max-width: 850px) {
    .searchbox-detail .datepicker-date {
        padding-right: 12px;
    }

    .searchbox-detail .two-columns {
        margin-right: 0 !important;
    }

    .searchbox-detail .datepicker-date-to {
        padding-right: 0;
        float: right;
    }
}

@media only screen and (max-width: 400px) {
    .searchbox-detail .datepicker-date {
        width: 100%;
        padding-right: 0;
    }
}

.news .paging {
    float: left;
}


.pux-button-facebook {
    background-image: url(/KDU/media/system/images/hp-button-facebook-26.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    padding-left: 50px;
    margin-bottom: 13px;
    display: inline-block;
}

.lightblue-button-fb{
    background:#e6f5ff url(/KDU/media/system/images/hp-button-facebook-26.png) !important;
    background-position: 10px center !important;
    background-repeat: no-repeat !important;
    padding-left: 50px !important;
    margin-bottom: 13px !important;
    display: inline-block !important;
    color: #004588;
}

.lightblue-button-web{
    background:#e6f5ff url(/KDU/media/system/images/hp-button-web-26.png) !important;
    background-position: 10px center !important;
    background-repeat: no-repeat !important;
    padding-left: 50px !important;
    margin-bottom: 13px !important;
    display: inline-block !important;
    color: #004588;
}

.pux-button-rss {
    background-image: url(/KDU/media/system/images/hp-button-rss-26.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    padding-left: 50px;
    margin-bottom: 13px;
    display: inline-block;
}

.pux-button-twitter {
    background-image: url(/KDU/media/system/images/hp-button-twitter-26.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    padding-left: 50px;
    margin-bottom: 13px;
    display: inline-block;
}

.pux-button-zpravodaj {
    background-image: url(/KDU/media/system/images/hp-button-zpravodaj-26.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    padding-left: 50px;
    margin-bottom: 13px;
    display: inline-block;
}

.SearchOptions {
    overflow: hidden;
    margin-bottom: 30px;
    line-height: 40px;
}

.SearchOptionFilter {
    float: left;
}

.SearchOptionsOrder {
    float: right;
    line-height: 40px;
}

    .SearchOptionsOrder a {
        margin-left: 5px;
        display: inline-block;
        height: 20px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .SearchOptionsOrder a.selected {
        text-decoration: underline;
    }

    .SearchOptionsOrder span {
        display: inline-block;
        margin-right: 15px;
    }

.filter-button {
    padding: 10px 10px;
    margin: 0 3px 10px 0;
    font-weight: 700;
    font-size: 14px;
    color: #004588;
}

    .filter-button.selected {
        background-color: #ffdc05;
    }

.SearchOptionFilterContent {
    display: none;
}

    .SearchOptionFilterContent.selected {
        display: block;
    }

.SearchOptionFilterButton {
    cursor: pointer;
    background: url(/KDU/media/system/images/menu-arrow-down.png) no-repeat;
    background-position: 81% center;
    background-color: #fbde06;
    display: inline-block;
    padding: 0 40px 0 20px;
    font-weight: 700;
    font-size: 14px;
    color: #004588;
}

.SearchOptionFilterContentTitle {
    display: inline-block;
    margin-right: 20px;
}

.search-input-field {
    margin-left: -135px;
    padding-left: 150px;
    box-sizing: border-box;
    width: 100%;
    margin-right: -50px;
    padding-right: 70px;
    display: inline-block;
}

@media only screen and (max-width: 400px) {
    .search-input-field {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

.kdu-eshop-total-price div,
.kdu-eshop-sum div {
    display: inline-block;
}

.blue-house{
    padding:0 0 0 20px;
    position:relative;
}

.blue-house:before{
    content:"";
    width:12px;
    height:10px;
    background:url('/KDU/media/system/images/blue-house.png');
    display:inline-block;
    position:absolute;
    left:0;
    top:6px;
}

@media only screen and (max-width: 1400px) {

    .contact-item{
        padding:5px 15px 15px 15px;
    }

    .contact-item img{
        display:none;
    }

}

.info-tr{
    background: #fff !important;
    font-weight: normal !important;
    font-size: 12px !important;
}

.info-tr td{
    padding: 12px 0px !important;
    font-weight: normal !important;
    font-size: 12px !important;
}

.form-overlay{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:url('/KDU/media/system/images/fancybox_overlay.png');
    display:none;
    z-index:9999;
}

.form-popup{
    width:60%;
    margin:100px auto 0 auto;
    position:relative;
}

.close-form-modal{
    position:absolute;
    width:24px;
    height:24px;
    background:#004687;
    color:#fff;
    border-radius:50%;
    top:-12px;
    right:-12px;
    cursor:pointer;
    text-align:center;
    line-height:25px;
}

#various1{
    cursor:pointer;
}

.form-popup .reloadCaptcha{
    display:none;
}

@media only screen and (max-width: 500px) {

    .form-popup{
        width:90%;
    }

}

@media only screen and (max-width: 1040px) {

    .contact-item h3{
        font-size:18px;
    }

}

@media only screen and (max-width: 700px) {

    .contact-item h3{
        font-size:16px;
    }

}
