@charset "UTF-8";
@font-face {
    font-family: silkaregular;
    src: url("../fonts/silka-regular-webfont.woff2") format("woff2"), url("../fonts/silka-regular-webfont.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: silkasemibold;
    src: url("../fonts/silka-semibold-webfont.woff2") format("woff2"), url("../fonts/silka-semibold-webfont.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: silkabold;
    src: url("../fonts/silka-bold-webfont.woff2") format("woff2"), url("../fonts/silka-bold-webfont.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
*,
::after,
::before {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body,
html {
    min-height: 100vh;
}
.uk-cs {
    --primary-color: #d22d40;
    --primary-color-dark: #a32736;
    --primary-color-lighter: #ffd1d6;
    --secondary-color: #003657;
    --secondary-color-dark: #00263e;
    --secondary-color-light: #43718b;
    --secondary-color-lighter: #67c8fd;
    --scrollbar-color-thumb: #c07a84;
    --scrollbar-color-track: #71202c;
}
.uk-cs header .header-overlay {
    background-color: rgba(0, 65, 110, 0.8);
}
.uk-cs h2:not(.text-ukred) {
    color: #003657;
}
.uk-en {
    --primary-color: #003657;
    --primary-color-dark: #00263e;
    --primary-color-lighter: #67c8fd;
    --secondary-color: #d22d40;
    --secondary-color-dark: #a32736;
    --secondary-color-light: #f98f9a;
    --secondary-color-lighter: #ffb2c2;
    --scrollbar-color-thumb: #687e8d;
    --scrollbar-color-track: #0a2537;
}
.uk-en header .header-overlay {
    background-color: rgba(200, 10, 24, 0.75);
}
.uk-en h2:not(.text-ukblue) {
    color: #d22d40;
}
.uk-en footer .invalid-feedback {
    color: #67c8fd !important;
}
.uk-en footer .was-validated .form-control:invalid {
    border-color: #67c8fd !important;
}
body {
    font-family: silkaregular, sans-serif;
    overflow-x: hidden;
    font-size: 21px;
    color: #003657;
}
table,
ul {
    color: #003657;
}
.btn-ukprimary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}
.btn-ukprimary:active,
.btn-ukprimary:first-child:active,
.btn-ukprimary:focus,
.btn-ukprimary:hover {
    background-color: var(--primary-color-dark);
    border-color: var(--primary-color-dark);
}
.btn-uksecondary {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff;
}
.btn-uksecondary:active,
.btn-uksecondary:first-child:active,
.btn-uksecondary:focus,
.btn-uksecondary:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.btn-ukblue {
    background-color: #003657;
    border-color: #003657;
    color: #fff;
}
.btn-ukblue:active,
.btn-ukblue:focus,
.btn-ukblue:hover {
    background-color: #0a517d;
    border-color: #0a517d;
    color: #fff;
}
.btn-outline-ukblue {
    background-color: transparent;
    color: #003657;
    border-color: #003657;
}
.btn-outline-ukblue:active,
.btn-outline-ukblue:focus,
.btn-outline-ukblue:hover {
    background-color: #003657;
    color: #fff;
}
.btn-ukred {
    background-color: #d22d40;
    border-color: #d22d40;
    color: #fff;
}
.btn-ukred:active,
.btn-ukred:focus,
.btn-ukred:hover {
    background-color: #ad2637;
    border-color: #d22d40;
    color: #fff;
}
.btn-ukbluelight {
    background-color: #ecf4fa;
    border-color: #ecf4fa;
    color: #003657;
    padding: 12px 50px;
    font-weight: 700;
}
.btn-ukbluelight:active,
.btn-ukbluelight:focus,
.btn-ukbluelight:hover {
    background-color: #dcecfa;
    border-color: #dcecfa;
    color: #003657;
}
.btn-light,
.btn-light:active,
.btn-light:focus,
.btn-light:hover {
    color: #003657;
}
.bg-ukbluelight {
    background-color: #ecf4fa;
    color: #000;
}
.bg-ukblue {
    background-color: #003657;
    color: #fff;
}
.bg-ukred {
    background-color: #d22d40;
    color: #fff;
}
.text-ukblue {
    color: #003657;
}
.text-ukred {
    color: #d22d40;
}
.text-ukbluelight {
    color: #67c8fd;
}
.link-ukblue {
    color: #003657;
}
.border-ukbluelight {
    border-color: #003657;
}
.round {
    border-radius: 20px;
}
a {
    color: #d22d40;
}
a:focus,
a:hover {
    text-decoration: none;
    background-color: var(--primary-color);
    color: #fff;
}
h1,
h2,
h3,
h4 {
    font-family: silkasemibold;
}
h4 {
    margin: 24px 0 18px 0;
}
.silkabold {
    font-family: silkabold;
}
header {
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto;
}
header .header-overlay {
    height: 100%;
    width: 100%;
}
header .header-inside {
    min-height: 270px;
    display: table;
}
header h1 {
    font-size: 70px;
    font-family: silkabold;
    position: relative;
    margin: 130px 0 30px 0;
    padding-right: 200px;
}
header h2 {
    font-size: 30px;
    font-family: silkaregular;
    font-weight: 400;
    position: relative;
    color: #fff !important;
}
ul.square-blue,
ul.square-red {
    list-style: none;
    padding-left: 14px;
    margin: 0 0 1rem 6px;
}
ul.square-blue li,
ul.square-red {
    margin-bottom: 9px;
}
ul.square-blue li::before,
ul.square-red li::before {
    content: "■";
    display: inline-block;
    width: 1em;
    margin-left: 0;
    position: relative;
    top: -3px;
}
ul.square-red li::before {
    color: #d22d40;
}
ul.square-blue li::before {
    color: #003657;
}
ul.line-between li {
    border-bottom: 1px solid #b7cbda;
    margin: 0 0 12px 0;
    padding: 0 0 12px 0;
}
img {
    max-width: 100%;
}
.uk-cs .application .accordion {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23003657'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23003657'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.uk-cs .application #accordion2.accordion {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23d22d40'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23d22d40'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.uk-en .application .accordion {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23d22d40'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23d22d40'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.uk-en .application #accordion2.accordion {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23003657'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='23003657'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.application .accordion-item {
    color: #003657;
    border: none;
}
.application #accordion1 {
    border-bottom: 1px solid var(--secondary-color);
}
.application #accordion1 .accordion-item {
    border-top: 1px solid var(--secondary-color);
    border-radius: 0;
}
.application #accordion1 .accordion-item .accordion-body {
    padding-left: 35px;
}
.application #accordion1 .accordion-button {
    padding-left: 35px;
    font-family: silkabold;
    color: var(--secondary-color);
}
.application #accordion1 .accordion-button::after {
    color: var(--secondary-color);
}
.application #accordion2 {
    margin-top: 16px;
}
.application #accordion2 .accordion-button {
    padding-left: 35px;
    font-family: silkasemibold;
    color: var(--primary-color);
}
.application #accordion2 .accordion-body {
    padding-top: 0;
}
.application .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}
.application .accordion-button::after {
    position: absolute;
    left: 0;
}
footer {
    background-color: var(--secondary-color);
}
.footer-title {
    font-family: silkasemibold;
    font-size: 50px;
}
footer a {
    color: var(--secondary-color-lighter);
}
footer form .form-label {
    font-weight: 700;
    margin-bottom: 18px;
}
footer form .form-control,
footer form .form-control:focus {
    background-color: transparent;
    color: #fff;
}
footer form .form-control::-moz-placeholder {
    color: var(--secondary-color-lighter);
}
footer form .form-control::placeholder {
    color: var(--secondary-color-lighter);
}
footer form textarea.form-control {
    color: #fff;
    border-color: var(--secondary-color-lighter);
}
footer form input.form-control {
    color: #fff;
    border-color: var(--secondary-color-lighter);
    border-left: none;
    border-right: none;
    border-top: none;
}
footer .btn {
    background-color: var(--primary-color);
    color: #fff;
    padding: 6px 75px;
    margin-top: 30px;
}
footer .btn:active,
footer .btn:hover {
    background-color: var(--primary-color-dark);
    color: #fff;
}
footer .footer-icons-social a {
    color: #fff;
    background-color: transparent;
    float: left;
    margin-right: 20px;
    margin-top: 10px;
    transition: 0.3s;
}
footer .footer-icons-social a:active,
footer .footer-icons-social a:hover {
    background-color: transparent;
    color: var(--primary-color);
}
footer .footer-icons-social a svg {
    width: 25px;
    height: 25px;
    background-color: transparent;
    fill: white;
    transition: 0.3s;
}
footer .footer-icons-social a:active svg,
footer .footer-icons-social a:hover svg {
    fill: var(--primary-color);
}
footer .footer-icons-social a.lang {
    text-decoration: none;
    display: block;
    background-color: #fff;
    color: var(--secondary-color);
    font-weight: 700;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
    margin-left: 18px;
    top: -3px;
}
footer .footer-icons-social a.lang:active,
footer .footer-icons-social a.lang:hover {
    background-color: var(--primary-color);
    color: var(--secondary-color);
}
@media only screen and (max-width: 1199px) {
    footer form .form-label {
        margin-bottom: 6px;
    }
    footer .footer-icons-social a {
        margin-right: 12px;
    }
    footer .footer-icons-social a.lang {
        margin-left: 0;
    }
}
.btn-toggle {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.5rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.65);
    background-color: transparent;
    border: 0;
}
.navbar-expand-xl .navbar-nav .nav-link {
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler {
    color: #fff;
}
.navbar-nav .nav-link,
.navbar-nav .nav-link i {
    color: #fff;
}
.navbar-nav .active .nav-link,
.navbar-nav .active .nav-link i {
    color: #003657;
}
.menuBar {
    position: relative;
    top: 0;
    left: 0;
}
.navbar .icons,
.navbar .icons2 {
    position: relative;
    top: 0;
    left: 0;
}
.dropdown-menu {
    border: none;
    background-color: transparent;
}
.dropdown-menu i {
    position: absolute;
    left: -18px;
    top: 7px;
}
.overlay a {
    text-decoration: underline;
    text-decoration-color: transparent;
    font-size: 15px;
    display: block;
    color: #fff;
    transition: 0.3s;
}
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover {
    color: #fff;
    text-decoration: underline;
}
.dropdown-menu .dropdown-item {
    white-space: normal;
    position: relative;
    left: 4px;
}
.navbar-nav .dropdown-item.opacity {
    opacity: 1;
}
.opacity {
    opacity: 1;
}
.overlay .closebtn {
    display: none;
}
.dropdown-menu ul {
    color: #fff;
    list-style-type: square;
}
.dropdown-menu li {
    list-style-type: none;
    position: relative;
}
.nav-link.dropdown-toggle::after {
    transform: rotate(-90deg);
    transition: 0.2s;
}
.nav-link.dropdown-toggle.show::after {
    transform: none;
}
.navbar-nav .dropdown-item.opacity:hover {
    opacity: 0.8;
}
.no-round {
    border-radius: initial;
}
.videwrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
}
.videwrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.news a {
    display: table;
    transition: 0.3s;
    text-decoration: none;
    color: #003657;
}
.news a img {
    width: 100%;
    max-width: 360px;
    border-radius: 10px;
}
.news a:active,
.news a:focus,
.news a:hover {
    background-color: transparent;
    color: #003657;
    transform: scale(1.02);
}
.news p {
    color: #d22d40;
    font-weight: 700;
    margin: 24px 0 12px 0;
}
nav.news-pagination .page-link {
    color: #003657;
}
nav.news-pagination .page-link:hover {
    color: #fff;
    background-color: #003657;
    border-color: #003657;
}
nav.news-pagination .active > .page-link,
nav.news-pagination .page-link.active {
    color: #fff;
    background-color: #d22d40;
    border-color: #d22d40;
}
nav.news-pagination .page-item.disabled .page-link {
    color: silver;
}
.home-event a {
    display: flex;
    width: 100%;
    margin-top: 24px;
    text-decoration: none;
    color: #fff;
    background-color: #003657;
    transition: 0.3s;
}
.home-event a:active,
.home-event a:focus,
.home-event a:hover {
    background-color: #003657;
    transform: scale(1.02);
}
.home-event a div {
    float: left;
    padding: 25px;
    font-weight: 700;
}
.home-event a div:first-child {
    background-color: #d22d40;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 60px 0 30px 0;
    text-align: center;
    line-height: 150%;
    min-width: 180px;
    display: table-cell;
}
.home-event a div:first-child span {
    font-size: 100px;
    font-family: silkabold;
}
.home-event a div:nth-child(2) {
    padding: 0 20px;
}
.home-event a div:nth-child(2) span {
    color: #67c8fd;
    font-size: 16px;
}
@media only screen and (max-width: 575px) {
    .home-event a div {
        font-size: 18px;
    }
    .home-event a div:first-child {
        line-height: 150%;
        min-width: 100px;
        padding: 90px 0 70px 0;
    }
    .home-event a div:first-child span {
        font-size: 50px;
        font-family: silkabold;
    }
}
@media only screen and (min-width: 1200px) {
    .calendar-nav {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        -moz-column-gap: 20px;
        column-gap: 30px;
        margin-bottom: 40px;  /* 2025/03*/
        }
}
.calendar-nav_year-box {
    display: flex;
    align-items: center;
    margin-left: -10px;
    margin-bottom: 10px;
}
.calendar-nav_year {
    font-weight: 700;
    font-size: 16px;
    color: #43718b;
}
.calendar-nav_btn {
    position: relative;
    display: block;
    padding: 1.5rem;
    border: 0;
    background-color: transparent;
}
.calendar-nav_btn:active,
.calendar-nav_btn:focus,
.calendar-nav_btn:hover {
    background-color: transparent;
}
.calendar-nav_btn::before {
    content: "";
    position: absolute;
    top: 55%;
    left: 40%;
    width: 0;
    height: 0;
    transform: translate(-50%, calc(-50% - 0.1rem));
    transition: opacity 0.2s ease;
}
.calendar-nav_btn--disabled:before,
.calendar-nav_btn:focus:before,
.calendar-nav_btn:hover:before {
    opacity: 0.4;
}
.calendar-nav_btn--prev-year:before {
    border-top: 6px solid transparent;
    border-right: 8px solid #d22d40;
    border-bottom: 6px solid transparent;
}
.calendar-nav_btn--next-year:before {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #d22d40;
}
.calendar-nav_months {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}
.calendar-nav_link {
    font-weight: 400;
    text-align: center;
    padding: 12px;
    font-size: 16px;
    color: #43718b;
    font-weight: 700;
    text-decoration: none;
}
@media only screen and (max-width: 1310px) {
    .calendar-nav_link {
        padding: 7px;
        font-size: 16px;
    }
}
.calendar-nav_link.active {
    font-weight: 700;
    text-decoration: underline;
    background: #ecf4fa;
}
.calendar-nav_link:not(.active) {
    opacity: 0.5;
    transition: opacity 0.3s ease;
}
.calendar-nav_link:active,
.calendar-nav_link:focus,
.calendar-nav_link:hover {
    opacity: 1;
    text-decoration: underline;
    background-color: transparent;
    color: #43718b;
}
a.calendar-list {
    text-decoration: none;
    color: #003657;
    position: relative;
    width: 100%;
    display: block;
    padding-top: 30px;
    padding-bottom: 50px;
    border-bottom: 1px solid #003657;
    transition: 0.3s;
}
@media only screen and (min-width: 1200px) {
    a.calendar-list:first-of-type {
        border-top: 1px solid #003657;
    }
}
a.calendar-list:active,
a.calendar-list:focus,
a.calendar-list:hover {
    background-color: #eaf8ff;
}
a.calendar-list .calendar-list-date {
    width: 220px;
    font-family: silkasemibold;
    text-wrap: nowrap;
    float: left;
    line-height: 0.8;  /* 2025/03 */
    padding-left: 15px;
}
/* 2025/03 start */
a.calendar-list .calendar-list-date span.calendar-list-date__day {
    color: #d22d40;
    font-size: 50px;
    display: block;
}
a.calendar-list .calendar-list-date span.calendar-list-date__time {
    font-family: silkaregular;
}
/* 2025/03 end */
a.calendar-list .calendar-list-item {
    display: table;
    margin-left: 200px;
    padding-right: 50px;
}
a.calendar-list h2 {
    font-family: silkasemibold;
    color: #003657;
    margin-bottom: 18px;
}
a.calendar-list .calendar-list-organizer {
    font-family: silkasemibold;
    color: #d22d40;
}
a.calendar-list .calendar-list-arrow {
    position: absolute;
    right: 50px;
    bottom: 0;
    color: #d22d40;
    font-size: 50px;
    transition: 0.5s;
}
a.calendar-list:active .calendar-list-arrow,
a.calendar-list:focus .calendar-list-arrow,
a.calendar-list:hover .calendar-list-arrow {
    right: 20px;
}
@media (max-width: 1199px) {
    a.calendar-list .calendar-list-date,
    a.calendar-list .calendar-list-item {
        width: 100%;
        clear: both;
        margin-left: 0;
        padding-left: 0;
    }
    a.calendar-list .calendar-list-date {
        
        margin-bottom: 24px;
    }
    /* 2025/03 start */    
    a.calendar-list .calendar-list-date span.calendar-list-date__day {
        display: inherit;
        position: relative;
        top: 12px;
        font-size: 50px;
        padding-bottom:9px; 
    }
    /* 2025/03 end */    
}
.calendar-select {
    position: relative;
}
.calendar-select:after {
    content: "";
    position: absolute;
    top: 47%;
    right: 2rem;
    width: 0;
    height: 0;
    border-color: #b3b3b3 transparent transparent;
    border-style: solid;
    border-width: 8px 5px 0;
}
.calendar-select:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2.5rem;
    height: 100%;
    background: #fff;
}
.calendar-select_select {
    width: 100%;
    padding: 1rem 2rem;
    border: none;
    background: #fff;
    outline: 0;
}
@media only screen and (max-width: 62em) {
    .uk-select__select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
}
.uk-select__select:focus {
    outline: 2px solid #d22d40;
}
.calendar-eventTable {
    border-collapse: collapse;
}
.calendar-eventTable td {
    padding: 10px;
}
.calendar-eventTable td:first-child {
    font-weight: 700;
    padding-right: 50px;
}
.calendar-eventTable tr:hover {
    background-color: #bddefb;
}
.uk-l-tiles {
    padding: 0;
    margin: 50px 0 0 0;
    list-style: none;
}
@media only screen and (min-width: 36em) {
    .uk-l-tiles {
        display: flex;
        flex-wrap: wrap;
    }
}
.uk-l-tiles__item {
    box-sizing: border-box;
    padding: 10px 10px 40px 10px;
}
.uk-en .uk-l-tiles__item {
    padding: 20px 20px 50px 0;
}
@media only screen and (min-width: 576px) {
    .uk-l-tiles__item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media only screen and (min-width: 992px) {
    .uk-l-tiles__item {
        flex: 0 0 25%;
        max-width: 25%;
        padding: 10px 10px 80px 10px;
    }
}
@media only screen and (min-width: 1520px) {
    .uk-l-tiles__item {
        flex: 0 0 16.6666666666%;
        max-width: 16.6666666666%;
    }
}
.uk-l-tiles__item a {
    display: table;
    width: 100%;
    height: 100%;
    min-height: 140px;
    border-radius: 8px;
    padding: 45px 15px 5px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-family: silkasemibold;
    line-height: 120%;
    position: relative;
    transition: 0.3s;
    background-size: cover;
}
.uk-l-tiles__item a span {
    font-size: 15px;
}
.uk-l-tiles__item a:active,
.uk-l-tiles__item a:focus,
.uk-l-tiles__item a:hover {
    background-color: rgba(0, 0, 0, 0.4);
    background-blend-mode: multiply;
}
.uk-l-tiles__item a::before {
    position: absolute;
    left: 20px;
    top: -30px;
}
.faculty-detail h2,
.faculty-detail p {
    color: #003657;
}
.faculty-detail p {
    font-size: 110%;
    line-height: 200%;
}
.faculty-calendar > h2 {
    margin: 4px 0 48px 12px;
}
.faculty-detail .icons-social {
    margin-top: 20px;
}
.faculty-detail .icons-social a {
    margin-right: 18px;
}
.faculty-detail .icons-social a svg {
    width: 25px;
    height: 25px;
    background-color: transparent;
    fill: #003657;
    transition: 0.3s;
}
.faculty-detail .icons-social a:hover {
    background-color: transparent;
}
.faculty-detail .icons-social a:hover svg {
    fill: #d22d40;
}
.faq .faq-title {
    font-size: 50px;
    font-family: silkasemibold;
    padding-left: 20px;
    color: #003657;
}
.faq .accordion {
    margin-top: 24px;
    margin-bottom: 24px;
}
.faq .accordion-button,
.faq .accordion-item {
    background-color: transparent;
}
.faq .accordion-button {
    color: #d22d40;
    font-size: 22px;
}
.faq .accordion-item {
    border-color: #b7cbda;
    border-width: 1px;
    border-left: none;
    border-right: none;
    border-radius: 0;
    color: #003657;
}
.faq .accordion-collapse {
    border: none;
}
.faq .accordion-button::after {
    width: 2rem;
    height: 2rem;
    background-size: 2rem;
    position: relative;
    left: 20px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23003657'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
@media (min-width: 1200px) {
    .faq .accordion-body {
        padding-left: 40px;
        padding-right: 30px;
    }
    .faq .accordion-button::after {
        left: 0;
    }
}
.map {
    position: relative;
    display: table;
}
.map a {
    color: #fff;
    font-family: silkasemibold;
    font-size: 35px;
    text-decoration: none;
    position: absolute;
}
.map a:active,
.map a:focus,
.map a:hover {
    background-color: transparent;
    text-decoration: none;
}
.map a::before {
    content: " ";
    position: absolute;
    top: -50px;
    left: 25px;
    border: 4px solid #fff;
    height: 45px;
    width: 45px;
    border-radius: 8px;
    display: table;
    transition: 0.3s;
}
.map a:hover::before {
    background-color: #d22d40;
}
.map .praha {
    left: 25%;
    top: 44%;
    font-size: 55px;
}
.map .praha::before {
    height: 60px;
    width: 60px;
    left: 49px;
}
.map .plzen {
    left: 10%;
    top: 54%;
}
.map .podebrady {
    left: 36%;
    top: 19%;
}
.map a.podebrady::before {
    left: 84px;
    top: 64px;
}
.map .hradec-kralove {
    left: 58%;
    top: 45%;
    line-height: 110%;
}
.map a.hradec-kralove::before {
    left: 0;
    top: -65px;
}
@media (max-width: 767px) {
    .map a {
        font-size: 20px;
    }
    .map a.praha::before,
    .map a::before {
        width: 20px;
        height: 20px;
        top: -15px;
    }
    .map .praha {
        left: 27%;
        font-size: 20px;
    }
    .map a.praha::before {
        left: 19px;
    }
    .map .plzen {
        left: 8%;
    }
    .map .plzen::before {
        left: 18px;
    }
    .map a.podebrady {
        left: 28%;
        top: 18%;
    }
    .map a.podebrady::before {
        top: 29px;
        left: 50px;
    }
    .map .hradec-kralove {
        left: 54%;
    }
    .map a.hradec-kralove::before {
        top: -25px;
    }
}
.city {
    width: 42%;
    float: left;
    margin: 10% 4% 4% 1%;
    padding: 80px 40px 40px 40px;
    text-align: center;
    position: relative;
    background-color: #ecf4fa;
}
.city.hradec {
    padding-top: 120px;
}
.city:nth-child(2n) {
    top: 180px;
    margin: 10% 1% 4% 4%;
}
.city h2 {
    position: absolute;
    top: -95px;
    left: 0;
    right: 0;
    margin: 0;
    color: #d22d40;
    font-size: 72px;
    font-family: silkabold;
    line-height: 100%;
    padding-top: 60px;
}
.city.hradec h2 {
    top: -130px;
}
@media (max-width: 1199px) {
    .city {
        width: 100%;
        padding: 40px 10px 10px 10px;
        margin: 60px 0 0 0;
    }
    .city.hradec {
        padding-top: 60px;
        margin-top: 100px;
    }
    .city:nth-child(2n) {
        top: auto;
        margin: 80px 0 0 0;
    }
    .city h2 {
        font-size: 45px;
        top: -85px;
    }
    .city.hradec h2 {
        top: -110px;
    }
    .city p {
        font-size: 18px;
    }
}
.oblasti input[type="checkbox"] {
    display: none;
}
.oblasti input[type="checkbox"] + label {
    background-color: #ecf4fa;
    display: table;
    padding: 16px 24px 12px 46px;
    font-size: 70%;
    font-weight: 700;
    border-radius: 12px;
    transition: 0.3s;
    cursor: pointer;
    position: relative;
}
.oblasti input[type="checkbox"] + label svg {
    width: 25px;
    height: 25px;
    fill: #d22d40;
    position: absolute;
    left: 12px;
    top: 13px;
}
.oblasti input[type="checkbox"]:checked + label {
    background-color: #d22d40;
    color: #fff;
}
.oblasti input[type="checkbox"]:checked + label svg {
    fill: white;
}
.vyhledavac fieldset {
    border: 1px solid #b7cbda;
    border-radius: 15px;
    padding: 15px 15px 25px 15px;
    margin-top: 50px;
    position: relative;
}
.vyhledavac fieldset .col-12.col-xl-auto {
    padding-top: 10px;
}
@media (max-width: 1199px) {
    .oblasti input[type="checkbox"] + label {
        width: 100%;
        font-size: 10px;
        padding: 10px 24px 8px 46px;
        margin-bottom: 9px;
    }
    .oblasti input[type="checkbox"] + label svg {
        left: 12px;
        top: 6px;
    }
    .vyhledavac fieldset {
        margin-top: 30px;
    }
    .vyhledavac fieldset {
        padding: 25px 15px;
    }
    .vyhledavac fieldset .col-12.col-xl-auto {
        padding-top: 0;
    }
}
.vyhledavac legend {
    background-color: #fff;
    position: absolute;
    top: -20px;
    left: 50px;
    width: auto;
    padding: 3px 12px 3px 50px;
    cursor: pointer;
    color: #d22d40;
    font-family: silkasemibold;
    font-size: 22px;
}
.vyhledavac .upLegend span::before {
    content: "\f282";
    font-size: 28px;
    font-family: Bootstrap-icons;
    color: #003657;
    position: absolute;
    top: 0;
    left: 6px;
    transition: 0.3s;
}
.vyhledavac .downLegend span::before {
    content: "\f286";
    font-size: 28px;
    font-family: Bootstrap-icons;
    color: #003657;
    position: absolute;
    top: 0;
    left: 6px;
}
.vyhledavac #fieldsetContent.hide {
    opacity: 0;
    height: 0;
    visibility: hidden;
}
.vyhledavac #fieldsetContent.show {
    visibility: visible;
    display: block;
    opacity: 1;
    transition: 0.8s;
}
.vyhledavac #fieldsetContent select option {
    background-color: #fff;
}
.vyhledavac #fieldsetContent input#fulltext::-moz-placeholder {
    color: #000;
    font-family: silkaregular, Bootstrap-icons, sans-serif;
}
.vyhledavac #fieldsetContent input#fulltext::placeholder {
    color: #000;
    font-family: silkaregular, Bootstrap-icons, sans-serif;
}
.vyhledavac #fieldsetContent label {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
@media (max-width: 1199px) {
    .vyhledavac #fieldsetContent input,
    .vyhledavac #fieldsetContent select {
        margin-bottom: 12px;
    }
}
.vyhledavac .programy {
    padding: 24px 12px;
    border-left: 1px solid #d5e4ef;
    border-right: 1px solid #d5e4ef;
    border-bottom: 1px solid #d5e4ef;
    border-radius: 10px;
}
@media (max-width: 1199px) {
    .vyhledavac .programy {
        padding: 24px 0;
        border: none;
    }
}
.program a {
    display: table;
    background-color: red;
    width: 100%;
    height: 100%;
    padding: 100px 20px 250px 20px;
    position: relative;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    border-radius: 10px;
    transition: 0.3s;
}
.program a:active,
.program a:focus,
.program a:hover {
    transform: scale(1.03);
}
.program.bak a,
.program.prezencni a {
    background-color: #d22d40;
}
.program.distancni a,
.program.mag a {
    background-color: #003657;
}
.program.pripravne a {
    background-color: #ffadb6;
    color: #003657;
}
.program.dok a,
.program.kombinovane a {
    background-color: #fff;
    color: #003657;
    border: 2px solid #d5e4ef;
}
.program.ostatni a {
    background-color: #00649c;
}
.program a .top {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 120%;
    padding: 15px 30px 15px 30px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.program a h3 {
    font-size: 22px;
    font-family: silkabold;
}
.program a .bottom {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
}
.program a .bottom p {
    margin: 0;
    padding: 3px 20px;
    font-size: 70%;
    font-weight: 400;
    border-top: 1px solid #fff;
}
.program.dok a .top,
.program.kombinovane a .top {
    border-color: #d5e4ef;
}
.program.dok a .bottom p,
.program.kombinovane a .bottom p {
    border-color: #d5e4ef;
}
.program {
    display: inherit;
    transition: 0.3s;
}
.vyhledavac .programtab {
    font-size: 18px;
    margin-right: 9px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #ecf4fa;
    color: #9eb5c6;
}
.vyhledavac .programtab.active {
    color: #003657;
}
.vyhledavac #typ {
    font-weight: 700;
}
.vyhledavac #divselect .uk-popover {
    position: absolute;
    right: 0;
    top: 0;
}
@media (max-width: 767px) {
    .program a {
        padding: 60px 20px 150px 20px;
    }
    .program a .top {
        font-size: 100%;
        padding: 5px 30px 5px 30px;
    }
    .program a .bottom {
        bottom: 20px;
    }
}
.vyhledavac_detail {
    padding: 20px 25px 20px 25px; /* 2025/03 */    
    border-right: 2px solid #fff;
    position: relative;
}
.vyhledavac_detail .uk-popover {
    position: absolute;
    top: -10px;
    left: 30px;
}
@media (min-width: 1200px) {
    .vyhledavac_detail_top {
        margin-left: -30px;
    }
    .vyhledavac_detail:last-child {
        border-right: none;
    }
}
.vyhledavac_detail p.vyhledavac_detail_title {
    color: #003657;
    font-size: 80%;
    margin-bottom: 6px;
}
.vyhledavac_detail p.vyhledavac_detail_value {
    color: #d22d40;
    font-family: silkasemibold;
    font-size: 130%;
    margin: 0;
}
@media (max-width: 1199px) {
    .vyhledavac_detail {
        padding: 10px 15px 10px 15px;
    }
    .vyhledavac_detail:not(:last-child) {
        border-bottom: 2px solid #fff;
    }
    .vyhledavac_detail:nth-child(2n) {
        border-right: none;
    }
    .vyhledavac_detail:last-child {
        border-right: 2px solid #fff;
    }
    .vyhledavac_detail .uk-popover {
        position: absolute;
        top: 0;
        right: 10px;
        left: inherit;
    }
    .vyhledavac_detail p.vyhledavac_detail_value {
        font-size: 115%;
    }
}
.ambassador {
    margin-top: 80px;
}
.ambassador {
    margin-top: 80px;
}
.ambassador .portrait {
    float: right;
    position: relative;
    top: -50px;
    height: 185px;
    width: 185px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
}
.ambassador_info {
    min-height: 250px;
}
.ambassador_info_vyhledavac {
    min-height: 180px;
}
@media (max-width: 991px) {
    .ambassador_info {
        min-height: 0;
        margin-bottom: 30px;
    }
}
.vyhledavac .nav-item {
    position: relative;
}
.vyhledavac .nav-item a:not(.programtab) {
    position: absolute;
    top: -20px;
    left: 10px;
    z-index: 999;
    background-color: transparent;
}
a.uk-popover,
a.uk-popover-red {
    z-index: 999;
    background-color: transparent;
}
a.uk-popover i {
    color: #9eb5c6;
}
a.uk-popover:active i,
a.uk-popover:focus i,
a.uk-popover:hover i {
    color: #003657;
}
a.uk-popover-red i {
    color: #d22d40;
}
a.uk-popover-red:hover i,
a.uk-popover:active i,
a.uk-popover:focus i {
    color: #a32736;
}
.university-fields {
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    padding-right: 25px;
}
.university-fields a.uk-popover-red {
    position: absolute;
    top: -15px;
    right: 0;
}
.university-fields a.uk-popover-red i {
    font-size: 20px;
}
body.rozcestnik {
    background-repeat: no-repeat;
    background-size: cover;
}
.rozcestnik .col_1 {
    background-color: rgba(0, 65, 110, 0.85);
    padding: 12% 5% 100px 5%;
    min-height: 100vh;
}
.rozcestnik .col_2 {
    background-color: rgba(210, 45, 64, 0.9);
    padding: 12% 5% 5% 10%;
    min-height: 100vh;
    position: relative;
}
.rozcestnik .content {
    width: 600px;
    float: right;
    padding-right: 100px;
}
.rozcestnik .col_2 .content,
.rozcestnik .col_2_logo .content {
    float: left;
}
.rozcestnik .col_1_logo {
    padding: 0 5%;
}
.rozcestnik .col_2_logo {
    padding: 0 5% 0 10%;
}
@media (max-width: 1499px) {
    .rozcestnik .col_1 .content {
        width: auto;
    }
    .rozcestnik .col_1_logo .content {
        width: 100%;
    }
}
.rozcestnik .bar {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
}
.rozcestnik .bar .container {
    max-width: 1450px;
}
.rozcestnik .bar a {
    padding: 10px 0;
    transition: 0.3s;
    display: table;
    position: relative;
    left: -30px;
}
.rozcestnik .bar a:active,
.rozcestnik .bar a:focus,
.rozcestnik .bar a:hover {
    transform: scale(1.02);
}
.rozcestnik .bar a img {
    height: 80px;
}
.rozcestnik h1 {
    float: left;
    color: #fff;
    font-size: 80px;
    font-family: silkabold;
}
.rozcestnik h1 a {
    color: #fff !important;
    text-decoration: none;
}
.rozcestnik h1 a.cs:hover {
    color: #dd2d40 !important;
}
.rozcestnik h1 a.en:hover {
    color: #003657 !important;
}
.rozcestnik .box {
    clear: both;
    padding-top: 30%;
    display: table;
    width: 100%;
}
.rozcestnik .box a {
    clear: both;
    display: table;
    width: 100%;
    text-decoration: none;
    padding: 8px 20px 5px 35px;
    position: relative;
    border-bottom: 2px solid #fff;
    transition: 0.3s;
}
.rozcestnik .box a::before {
    content: "\f135";
    font-size: 30px;
    font-family: Bootstrap-icons;
    color: #fff;
    position: absolute;
    top: 12px;
    left: -5px;
    transition: 0.3s;
}
.rozcestnik .box a:hover {
    transform: scale(1.02);
}
.rozcestnik .box a:first-child {
    border-top: 2px solid #fff;
}
.rozcestnik .box a h2 {
    color: #d22d40;
    font-size: 45px;
    font-family: silkabold;
}
.rozcestnik .col_2 .box a h2 {
    color: #003657;
}
.disk-button a {
    height: 80px;
    position: relative;
    top: -40px;
    left: 36px;
    text-align: left;
}
@media (max-width: 1199px) {
    .rozcestnik .col_1,
    .rozcestnik .col_2 {
        padding: 20px 20px 100px 20px;
        min-height: 45vh;
    }
    .rozcestnik .col_2 {
        padding: 20px 20px 10px 20px;
        min-height: 55vh;
    }
    .rozcestnik .col_1 .content,
    .rozcestnik .col_2 .content {
        width: 100%;
        padding-right: 20px;
    }
    .rozcestnik .mobile-logo {
        position: absolute;
        top: -20px;
        left: 0;
    }
    .rozcestnik .mobile-logo img {
        height: 50px;
        max-width: 90%;
    }
    .rozcestnik h1 {
        font-size: 32px;
        margin: 50px 20px 10px 20px;
    }
    .rozcestnik .col_2 h1 {
        margin-top: 115px;
    }
    .rozcestnik .col_2 .mobile-logo {
        top: 40px;
    }
    .rozcestnik .box {
        padding-top: 5%;
        padding-left: 20px;
    }
    .rozcestnik .box a h2 {
        font-size: 22px;
    }
    .rozcestnik .box a::before {
        top: -1px;
    }
}
.rozcestnik .disk {
    position: absolute;
    bottom: 200px;
    left: -115px;
    color: #fff;
    width: 150px;
    height: 150px;
    display: table;
    transition: 0.3s;
}
.rozcestnik .disk:hover {
    transform: scale(1.03);
}
.rozcestnik .disk a {
    text-decoration: none;
    font-family: silkasemibold;
}
.rozcestnik .disk a:hover {
    text-decoration: none;
    filter: brightness(1.1);
}
.rozcestnik .disk1,
.rozcestnik .disk2 {
    color: #fff;
    width: 230px;
    height: 115px;
    text-align: center;
    position: relative;
    animation-iteration-count: 1;
}
.rozcestnik .disk1 {
    background-color: #d22d40;
    border-top-left-radius: 115px;
    border-top-right-radius: 115px;
    padding: 40px 20px 20px 20px;
    animation: disk1 4s linear;
}
.rozcestnik .disk2 {
    background-color: #003657;
    border-bottom-left-radius: 115px;
    border-bottom-right-radius: 115px;
    padding: 20px 20px 40px 20px;
    animation: disk2 4s linear;
}
@keyframes disk1 {
    0% {
        background: #fff;
        color: #d22d40;
        transform: translateY(50px) translateX(-57px) rotate(-90deg);
    }
    25% {
        background: #fff;
        color: #d22d40;
        transform: translateY(50px) translateX(-57px) rotate(-90deg);
    }
    75% {
        background: #fff;
        color: #d22d40;
        transform: translateX(-57px) rotate(-90deg);
    }
    100% {
        transform: rotate(0);
    }
}
@keyframes disk2 {
    0% {
        background: #fff;
        color: #003657;
        transform: translateY(-50px) translateX(57px) rotate(-90deg);
    }
    25% {
        background: #fff;
        color: #003657;
        transform: translateY(-50px) translateX(57px) rotate(-90deg);
    }
    75% {
        background: #fff;
        color: #003657;
        transform: translateX(57px) rotate(-90deg);
    }
    100% {
        transform: rotate(0);
    }
}
.why-study-numbers {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
}
.why-study-numbers:first-child {
    padding-left: 0;
}
.why-study-numbers:not(:last-child) {
    border-right: 2px solid #fff;
}
.why-study-numbers span {
    display: block;
    font-size: 48px;
    color: #003657;
    font-family: silkasemibold;
}
.why-study-numbers span#why-study-numbers_1 {
    min-width: 140px;
}
.why-study-numbers span#why-study-numbers_3 {
    min-width: 180px;
}
.why-study-numbers span {
    animation: numbers 2s 1.5s 1;
}
@keyframes numbers {
    0% {
        transform: scale(1);
    }
    30% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    80% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
.why-study-numbers {
    font-size: 16px;
    font-weight: 700;
}
@media (max-width: 1199px) {
    .why-study-numbers {
        width: 50% !important;
        border-right: none;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 40px;
    }
    .why-study-numbers:not(:last-child) {
        border-right: none;
    }
    .why-study-numbers:nth-child(odd) {
        border-right: 2px solid #fff;
    }
}
@media (max-width: 576px) {
    .why-study-numbers {
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .why-study-numbers span {
        font-size: 35px;
        max-width: 92%;
        min-width: 0;
        padding-left: 15px;
    }
}
.why-study {
    width: 42%;
    float: left;
    margin: 10% 4% 4% 1%;
    padding: 80px 40px 40px 40px;
    text-align: left;
    position: relative;
    background-color: #ecf4fa;
}
.why-study:nth-child(2n) {
    top: 180px;
    margin: 10% 1% 4% 4%;
}
.why-study h3 {
    position: absolute;
    top: -160px;
    left: 50px;
    margin: 0;
    color: #d22d40;
    font-size: 170px;
    font-family: silkabold;
    line-height: 100%;
    padding-top: 60px;
}
.why-study.find {
    background-color: transparent;
    padding: 0;
}
.why-study.find a {
    width: 100%;
    min-height: 400px;
    display: flex;
    position: relative;
    transition: 0.3s;
    padding: 0 20px 0 50px;
    font-size: 65px;
    color: #fff;
    font-family: silkabold;
    text-decoration: none;
}
.why-study.find a:active,
.why-study.find a:focus,
.why-study.find a:hover {
    background-color: transparent;
    transform: scale(1.02);
}
.why-study.find a img {
    position: absolute;
    top: -60px;
    left: 60px;
    width: 130px;
}
@media (max-width: 1199px) {
    .why-study {
        width: 100%;
        padding: 40px 10px 10px 10px;
        margin: 60px 0 0 0;
    }
    .why-study:nth-child(2n) {
        top: auto;
        margin: 80px 0 0 0;
    }
    .why-study h3 {
        font-size: 80px;
        top: -100px;
        left: 30px;
    }
    .why-study p {
        font-size: 18px;
    }
    .why-study.find a {
        min-height: 250px;
        font-size: 45px;
    }
    .why-study.find a img {
        top: -50px;
        left: 40px;
        width: 100px;
    }
}
.czv.nav-tabs {
    border-bottom: 0;
}
.czv.nav-tabs .nav-item {
    padding: 0 10px;
}
.czv.nav-tabs .nav-item .nav-link {
    font-size: 25px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #ecf4fa;
    padding: 25px 15px;
    color: #9eb5c6;
}
.czv.nav-tabs .nav-item .nav-link.active {
    color: #003657;
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color);
}
.czv.tab-content {
    padding: 40px 30px 0 30px;
    border-left: 1px solid #d5e4ef;
    border-right: 1px solid #d5e4ef;
    border-bottom: 1px solid #d5e4ef;
    border-top: 1px solid #d5e4ef;
    border-radius: 20px;
}
.czv.tab-content .col {
    padding-bottom: 70px;
}
.czv.tab-content .col > div {
    background-color: #d22d40;
    padding: 60px 40px 180px 40px;
    height: 100%;
    width: 100%;
    position: relative;
    font-size: 19px;
}
.czv.tab-content .col > div h3 {
    margin-bottom: 25px;
    min-height: 60px;
}
.czv.tab-content .col hr {
    position: relative;
    left: -40px;
    width: 60%;
    border-top: 2px solid #003657;
    opacity: 1;
}
.czv.tab-content .col > div .btn {
    font-family: silkasemibold;
    font-size: 20px;
    padding: 10px 20px;
    margin-top: 15px;
}
.czv.tab-content .col > div .btn:active,
.czv.tab-content .col > div .btn:hover {
    color: #003657;
}
.czv.tab-content .col > div .czv-icon {
    position: absolute;
    right: 35px;
    top: -45px;
    display: table;
    background-color: #fff;
    width: 90px;
    height: 90px;
    padding: 10px;
    border-radius: 45px;
}
.czv.tab-content .col > div .czv-buttons {
    position: absolute;
    bottom: 40px;
}
.czv_soc_detail div {
    padding: 0 0 18px 0;
    margin-bottom: 18px;
    border-bottom: 2px solid #fff;
}
.czv_soc_detail div:last-child {
    border-bottom: none;
}
.czv_soc_detail div p {
    margin: 0;
    padding: 0;
}
.czv_soc_detail div p:nth-child(odd) {
    color: #d22d40;
    font-family: silkasemibold;
}
.czv_soc_detail div p:nth-child(2n) {
    font-size: 90%;
}
@media (max-width: 991px) {
    .czv.nav-tabs .nav-item {
        padding: 0 5px;
    }
    .czv.nav-tabs .nav-item .nav-link {
        font-size: 18px;
        padding: 10px 5px;
    }
    .czv.tab-content .col hr {
        left: -10px;
    }
    .czv.tab-content {
        padding: 40px 10px 0 10px;
    }
    .czv.tab-content .col > div {
        padding: 50px 10px 180px 10px;
    }
    .czv.tab-content .col > div h3 {
        min-height: 0;
    }
    .czv.tab-content .col > div .btn {
        font-size: 18px;
        padding: 10px 22px;
        margin-top: 15px;
    }
    .czv.tab-content .col > div .czv-icon {
        position: absolute;
        right: 35px;
        top: -35px;
        width: 70px;
        height: 70px;
        padding: 5px;
        border-radius: 35px;
    }
    .czv_soc_detail {
        border-left: none;
    }
    .czv_soc_detail div {
        padding: 0 0 9px 0;
        margin-bottom: 9px;
    }
}
@media (min-width: 576px) and (max-width: 1199px) {
    .czv_soc_detail div {
        margin-bottom: 0;
        padding-top: 9px;
    }
    .czv_soc_detail div:nth-child(odd) {
        border-right: 2px solid #fff;
    }
    .czv_soc_detail div:nth-child(2n) {
        padding-left: 18px;
    }
    .czv_soc_detail div:nth-last-child(2) {
        border-bottom: none;
    }
}
@media (min-width: 1200px) {
    .navbar {
        height: 100%;
        display: block;
        transition: 0.3s;
        position: fixed;
        left: 0;
        top: 0;
        width: 260px;
        background-color: var(--primary-color);
        overflow-y: auto;
        scrollbar-color: var(--scrollbar-color-thumb) var(--scrollbar-color-track);
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: column;
        width: 100%;
    }
    .navbar .navbar-brand {
        width: 100%;
        text-align: center;
        position: absolute;
        top: 0;
    }
    .navbar .navbar-brand img {
        width: 220px;
    }
    .menuBar {
        position: absolute;
        top: 200px;
        left: 0;
        font-size: 20px;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        font-size: 17px;
        width: 100%;
        background-color: transparent;
        color: #fff;
        text-decoration: underline;
        text-decoration-color: transparent;
        transition: 0.3s;
    }
    .navbar-expand-xl .navbar-nav .nav-link:hover {
        text-decoration: underline;
    }
    .dropdown-item {
        padding: 7px 0 7px 4px;
    }
    .navbar-nav .nav-link,
    .navbar-nav .nav-link i {
        color: #fff;
        transition: none;
        font-weight: 700;
    }
    .navbar-nav .nav-link i {
        font-size: 20px;
    }
    .navbar-nav .nav-item {
        padding: 5px 22px 5px 0;
    }
    .navbar-nav .nav-link {
        padding: 10px 5px 10px 10px !important;
        position: relative;
    }
    .navbar-nav .active .dropdown-item,
    .navbar-nav .active .nav-link,
    .navbar-nav .active .nav-link i {
        color: #003657;
        background-color: #fff;
    }
    .navbar-nav .active .nav-link {
        margin-bottom: 20px;
        padding: 10px;
        position: relative;
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center right;
        padding-right: 20px;
    }
    .overlay li:not(.active) a.dropdown-item,
    .overlay li:not(.active) a.dropdown-item i {
        color: var(--primary-color-lighter);
    }
    .overlay li.active a.dropdown-item {
        color: #003657;
    }
    .navbar-nav .nav-item.active:hover .nav-link,
    .navbar-nav .nav-item.active:hover .nav-link i {
        color: #003657;
    }
    .dropdown-item {
        text-decoration: none;
        font-weight: 700;
    }
    .navbar-nav .active .dropdown-item {
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center right;
        padding-right: 20px;
    }
    .dropdown-toggle::after {
        transform: rotate(270deg);
        font-size: 25px;
        position: relative;
        top: 4px;
        left: 20px;
    }
    .dropdown-menu.show ul {
        position: relative;
        top: -9px;
        font-weight: 700;
    }
    .nav-item:active {
        color: #fff;
    }
    div.dropdown-menu {
        transition: 0.5s;
    }
    .navbar-nav li > div.dropdown-menu {
        visibility: hidden;
        opacity: 0;
        transition: 0.5s;
        display: block;
    }
    .navbar-expand-xl .navbar-nav .nav-link .btn {
        font-size: 20px;
    }
    .dropdown-item:focus,
    .dropdown-item:hover {
        text-decoration: underline;
        background-color: transparent;
        color: #fff;
    }
    .maincontent {
        margin-left: 260px;
    }
    .icons-big {
        position: absolute;
        top: 0;
        right: 0;
    }
    .icons-big a {
        float: right;
        display: table;
        width: 60px;
        margin: 0 0 0 10px;
        text-align: center;
        padding: 9px 19px;
        text-decoration: none;
        background-color: var(--primary-color);
        color: #fff;
        border-bottom-right-radius: 22px;
        border-bottom-left-radius: 22px;
        text-wrap: nowrap;
        font-size: 16px;
        transition: 0.3s;
    }
    .icons-big a.active {
        background-color: var(--secondary-color-light);
    }
    .icons-big a:active,
    .icons-big a:not(.active):hover {
        background-color: #fff;
        color: var(--primary-color);
        text-decoration: none;
    }
    .icons-big a i {
        font-weight: 700;
    }
    .icons-big a.bigger {
        padding: 16px 0;
        font-weight: 700;
        font-size: 22px;
        min-height: 65px;
    }
    header {
        min-height: 270px;
    }
    header .icons-social {
        position: absolute;
        bottom: 70px;
        right: 0;
    }
    header .icons-social a {
        float: right;
        margin: 0 0 0 17px;
        background-color: transparent;
    }
    header .icons-social a svg {
        width: 25px;
        height: 25px;
        background-color: transparent;
        fill: white;
        transition: 0.3s;
    }
    header .icons-social a:active svg,
    header .icons-social a:hover svg {
        fill: var(--primary-color);
    }
    #collapseFulltextsearch {
        clear: both;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        transition: 0.3s;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu.show {
        position: static !important;
        opacity: 1;
        visibility: visible;
    }
    footer .sub-footer {
        position: absolute;
        bottom: 0;
    }
    .mobile {
        display: none;
    }
    iframe,
    video {
        max-width: 100% !important;
    }
}
@media (max-width: 1199px) {
    .overlay {
        height: 100vh;
        width: 0;
        position: fixed;
        z-index: 999;
        left: 0;
        top: 0;
        overflow-x: hidden;
        transition: 0.5s;
    }
    .overlay {
        background: var(--mobile-bg-image) no-repeat center top;
        background-size: cover;
    }
    .overlay-bottom {
        background-color: var(--secondary-color);
        display: table;
        width: 100%;
        padding: 0 30px 20px 30px;
        position: absolute;
        bottom: 0;
        border-radius: 25px 25px 0 0;
    }
    .overlay-content {
        padding: 0;
        position: relative;
        display: table;
        width: 100%;
        height: 100%;
    }
    .overlay a {
        padding: 8px;
        text-decoration: none;
        font-size: 20px;
        display: block;
    }
    .navbar {
        background-color: var(--primary-color);
        padding: 0;
        border-bottom: 1px solid var(--bs-navbar-toggler-border-color);
    }
    .navbar .navbar-brand img {
        height: 42px;
    }
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    .navbar-toggler {
        color: #fff;
    }
    .icons-big {
        display: table;
        width: 100%;
    }
    .icons-big a {
        float: left;
        font-size: 25px;
        padding: 6px 20px 0 20px;
        text-align: center;
        font-weight: 700;
    }
    .icons-big a.en {
        font-size: 20px;
        padding-top: 9px;
        border-left: 1px solid #fff;
    }
    .icons-big a:active,
    .icons-big a:hover {
        background-color: transparent;
        color: var(--primary-color);
    }
    .icons-social.mobile {
        padding-bottom: 350px;
    }
    .icons-social.mobile a {
        float: left;
    }
    .icons-social.mobile a svg {
        width: 25px;
        height: 25px;
        background-color: transparent;
        fill: white;
        transition: 0.3s;
    }
    .icons-social.mobile a:active svg,
    .icons-social.mobile a:hover svg {
        fill: var(--secondary-color);
    }
    .overlay .closebtn {
        font-size: 60px;
        display: block;
        line-height: 80%;
        margin: 0 20px 0 0;
    }
    .overlay-content p {
        margin: 0;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0.3rem;
        padding-right: 0.3rem;
        font-weight: 700;
        border-bottom: 1px solid #fff;
    }
    .navbar-expand-xl .nav-item:last-child .nav-link {
        border-bottom: none;
    }
    .navbar-nav .active .dropdown-item,
    .navbar-nav .nav-item .dropdown-item:hover,
    .navbar-nav .nav-item.active .nav-link,
    .navbar-nav .nav-link:focus,
    .navbar-nav .nav-link:hover {
        color: #fff;
        background-color: rgba(5, 27, 63, 0.5);
    }
    .navbar-nav .nav-link.show {
        color: #fff;
    }
    .navbar-nav.menutop .nav-item.active .nav-link,
    .navbar-nav.menutop .nav-link:focus,
    .navbar-nav.menutop .nav-link:hover {
        color: #fff;
        background-color: rgba(236, 244, 250, 0.5);
    }
    .dropdown-menu .dropdown-item {
        white-space: normal;
    }
    .navbar-nav .dropdown-item.opacity {
        opacity: 1;
    }
    .nav-link.dropdown-toggle.show::after {
        transform: none;
    }
    .navbar-nav .dropdown-item.opacity:hover {
        opacity: 0.8;
    }
    .dropdown-menu li::before {
        left: -15px;
        top: 2px;
        font-size: 32px;
    }
    header {
        background-position: top center;
    }
    header .icons-social {
        margin-top: 40px;
    }
    header .icons-social a {
        float: left;
        margin: 0 15px 0 0;
        padding: 0;
        background-color: transparent;
    }
    header .icons-social a svg {
        width: 30px;
        height: 30px;
        background-color: transparent;
        fill: white;
        transition: 0.3s;
    }
    header .icons-social a:active svg,
    header .icons-social a:focus svg,
    header .icons-social a:hover svg {
        fill: var(--secondary-color);
    }
    header h1 {
        font-size: min(50px, 12vw);
        padding-right: 0;
        margin-top: 100px;
    }
    footer .footer-title {
        font-size: 40px;
    }
    header .header-inside {
        min-height: 0;
    }
    h1 {
        font-size: 40px;
    }
    .desktop {
        display: none;
    }
    .faculty-calendar > h2 {
        margin: 12px 0 0 0;
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    header {
        background-attachment: unset;
        background-size: cover;
    }
}
@media (max-width: 1599px) {
    footer,
    header {
        padding: 0 20px;
    }
    header .icons-big,
    header .icons-social {
        right: 20px;
    }
    header .header-overlay .container {
        padding-left: 20px;
    }
}
@media (min-width: 1921px) {
    header {
        background-size: 100% auto;
    }
}

/* new add css */

.bg-primary {
    background-color: var(--primary-color) !important;
}
.bg-secondary {
    background-color: var(--secondary-color) !important;
}
.bg-default {
    background-image: url(../images/background-studuj-na-karlovce.jpg);
}
.bg-prijimaci-rizeni {
    background-image: url(../images/background-prijimaci-rizeni.jpg);
}
.bg-veletrhy {
    background-image: url(../images/background-my-na-veletrzich.jpg);
}
.bg-mesta {
    background-image: url(../images/background-mesta.jpg);
}
.bg-nase-fakulty {
    background-image: url(../images/background-nase-fakulty.jpg);
}
.bg-faq {
    background-image: url(../images/background-faq.jpg);
}
.bg-studijni-nabidka {
    background-image: url(../images/background-studijni-nabidka.jpg);
}
.bg-novinky {
    background-image: url(../images/background-novinky.jpg);
}
.bg-my-na-veletrzich {
    background-image: url(../images/background-my-na-veletrzich.jpg);
}
.bg-kalendar-akci {
    background-image: url(../images/background-kalendar-akci.jpg);
}
.bg-lf3 {
    background-image: url(../images/background-nase-fakulty-lf3.jpg);
}
.bg-fsv {
    background-image: url(../images/background-nase-fakulty-fsv.jpg);
}
.bg-fhs {
    background-image: url(../images/background-nase-fakulty-fhs.jpg);
}
.bg-ftvs {
    background-image: url(../images/background-nase-fakulty-ftvs.jpg);
}
.bg-pedf {
    background-image: url(../images/background-nase-fakulty-pedf.jpg);
}
.bg-mff {
    background-image: url(../images/background-nase-fakulty-mff.jpg);
}
.bg-natur {
    background-image: url(../images/background-nase-fakulty-natur.jpg);
}
.bg-ff {
    background-image: url(../images/background-nase-fakulty-ff.jpg);
}
.bg-faf {
    background-image: url(../images/background-nase-fakulty-faf.jpg);
}
.bg-lfhk {
    background-image: url(../images/background-nase-fakulty-lfhk.jpg);
}
.bg-lfp {
    background-image: url(../images/background-nase-fakulty-lfp.jpg);
}
.bg-lf2 {
    background-image: url(../images/background-nase-fakulty-lf2.jpg);
}
.bg-lf1 {
    background-image: url(../images/background-nase-fakulty-lf1.jpg);
}
.bg-prf {
    background-image: url(../images/background-nase-fakulty-prf.jpg);
}
.bg-htf {
    background-image: url(../images/background-nase-fakulty-htf.jpg);
}
.bg-etf {
    background-image: url(../images/background-nase-fakulty-etf.jpg);
}
.bg-ktf {
    background-image: url(../images/background-nase-fakulty-ktf.jpg);
}
.bg-vyhledavac-studia {
    background-image: url(../images/background-vyhledavac-studia.jpg);
}
.bg-ambassadors {
    background-image: url(../images/background-ambassadors.jpg);
}
.bg-student-life {
    background-image: url(../images/background-student-life.jpg);
}
.bg-blog {
    background-image: url(../images/background-blog.jpg);
}
.bg-czv-home {
    background-image: url(../images/background-czv-home.jpg);
}
.uk-l-tiles__item a.faculty-etf {
    background-image: url("../images/faculty/faculty-bg-etf.jpg");
}
.uk-l-tiles__item a.faculty-etf::before {
    content: url("../images/faculty/faculty-icon-etf.svg");
}
.uk-l-tiles__item a.faculty-ktf {
    background-image: url("../images/faculty/faculty-bg-ktf.jpg");
}
.uk-l-tiles__item a.faculty-ktf::before {
    content: url("../images/faculty/faculty-icon-ktf.svg");
}
.uk-l-tiles__item a.faculty-htf {
    background-image: url("../images/faculty/faculty-bg-htf.jpg");
}
.uk-l-tiles__item a.faculty-htf::before {
    content: url("../images/faculty/faculty-icon-htf.svg");
}
.uk-l-tiles__item a.faculty-prf {
    background-image: url("../images/faculty/faculty-bg-prf.jpg");
}
.uk-l-tiles__item a.faculty-prf::before {
    content: url("../images/faculty/faculty-icon-prf.svg");
}
.uk-l-tiles__item a.faculty-lf1 {
    background-image: url("../images/faculty/faculty-bg-lf1.jpg");
}
.uk-l-tiles__item a.faculty-lf1::before {
    content: url("../images/faculty/faculty-icon-lf1.svg");
}
.uk-l-tiles__item a.faculty-lf2 {
    background-image: url("../images/faculty/faculty-bg-lf2.jpg");
}
.uk-l-tiles__item a.faculty-lf2::before {
    content: url("../images/faculty/faculty-icon-lf2.svg");
}
.uk-l-tiles__item a.faculty-lf3 {
    background-image: url("../images/faculty/faculty-bg-lf3.jpg");
}
.uk-l-tiles__item a.faculty-lf3::before {
    content: url("../images/faculty/faculty-icon-lf3.svg");
}
.uk-l-tiles__item a.faculty-lfp {
    background-image: url("../images/faculty/faculty-bg-lfp.jpg");
}
.uk-l-tiles__item a.faculty-lfp::before {
    content: url("../images/faculty/faculty-icon-lfp.svg");
}
.uk-l-tiles__item a.faculty-lfhk {
    background-image: url("../images/faculty/faculty-bg-lfhk.jpg");
}
.uk-l-tiles__item a.faculty-lfhk::before {
    content: url("../images/faculty/faculty-icon-lfhk.svg");
}
.uk-l-tiles__item a.faculty-faf {
    background-image: url("../images/faculty/faculty-bg-faf.jpg");
}
.uk-l-tiles__item a.faculty-faf::before {
    content: url("../images/faculty/faculty-icon-faf.svg");
}
.uk-l-tiles__item a.faculty-ff {
    background-image: url("../images/faculty/faculty-bg-ff.jpg");
}
.uk-l-tiles__item a.faculty-ff::before {
    content: url("../images/faculty/faculty-icon-ff.svg");
}
.uk-l-tiles__item a.faculty-natur {
    background-image: url("../images/faculty/faculty-bg-natur.jpg");
}
.uk-l-tiles__item a.faculty-natur::before {
    content: url("../images/faculty/faculty-icon-natur.svg");
}
.uk-l-tiles__item a.faculty-mff {
    background-image: url("../images/faculty/faculty-bg-mff.jpg");
}
.uk-l-tiles__item a.faculty-mff::before {
    content: url("../images/faculty/faculty-icon-mff.svg");
}
.uk-l-tiles__item a.faculty-pedf {
    background-image: url("../images/faculty/faculty-bg-pedf.jpg");
}
.uk-l-tiles__item a.faculty-pedf::before {
    content: url("../images/faculty/faculty-icon-pedf.svg");
}
.uk-l-tiles__item a.faculty-fsv {
    background-image: url("../images/faculty/faculty-bg-fsv.jpg");
}
.uk-l-tiles__item a.faculty-fsv::before {
    content: url("../images/faculty/faculty-icon-fsv.svg");
}
.uk-l-tiles__item a.faculty-ftvs {
    background-image: url("../images/faculty/faculty-bg-ftvs.jpg");
}
.uk-l-tiles__item a.faculty-ftvs::before {
    content: url("../images/faculty/faculty-icon-ftvs.svg");
}
.uk-l-tiles__item a.faculty-fhs {
    background-image: url("../images/faculty/faculty-bg-fhs.jpg");
}
.uk-l-tiles__item a.faculty-fhs::before {
    content: url("../images/faculty/faculty-icon-fhs.svg");
}
.overflowHidden span[data-width="full"] {
    width: 100% !important;
}
.overflowHidden span[data-width="full"] > img {
    width: 100% !important;
}
.overflowHidden ul li p {
    display: inline;
    margin-bottom: 0;
}
:not(footer) .bg-ukblue .overflowHidden p b {
    color: #dd2d40;
}
.bg-ukblue ul {
    color: #fff;
}
.application .accordion-item {
    color: #003657;
}
.application .accordion {
    border-bottom: 1px solid var(--secondary-color);
}
.application .accordion .accordion-item {
    border-top: 1px solid var(--secondary-color);
    border-radius: 0;
}
.application .accordion .accordion-body {
    padding-left: 35px;
}
.application .accordion .accordion-body .accordion {
    border-top: none;
}
.application .accordion .accordion-body .accordion .accordion-button {
    padding-left: 35px;
    font-family: silkasemibold;
    color: var(--primary-color);
    font-size: 1.25rem !important;
}
.application .accordion .accordion-button {
    padding-left: 35px;
    font-family: silkabold;
    color: var(--secondary-color);
}
.application .accordion .accordion-button::after {
    color: var(--secondary-color);
}
.application .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}
.application .accordion-button::after {
    position: absolute;
    left: 0;
}
.application .accordion-item {
    border: none;
}
iframe + a:hover {
    background-color: unset !important;
}
.uk-cs {
    --mobile-bg-image: url(../images/background-mobile-uk-red.jpg);
}
.uk-en {
    --mobile-bg-image: url(../images/background-mobile-uk-blue.jpg);
}
body.rozcestnik {
    background-image: url("../images/rozcestnik.jpg");
}
.why-study.find a {
    background-image: url(../images/study-charles-why.jpg);
}
@media (min-width: 1200px) {
    .mobile {
        display: none !important;
    }
    .navbar-nav .active .nav-link {
        background-image: url(../images/sipka-menu.svg);
        margin-bottom: 0;
    }
    .navbar-nav .active .dropdown-item {
        background-image: url(../images/sipka-menu.svg);
    }
}
.hidden {
    display: none;
}
.city.hradec-kralove h2 {
    top: -130px;
}
header {
    background-size: auto;
}
header .header-overlay {
    height: auto;
}
.uk-l-tiles__item a {
    max-height: 140px;
}
.uk-l-tiles__item a::before {
    width: 60px;
    height: 60px;
}
.why-study-numbers span {
    color: var(--primary-color);
}
body .toast-message {
    background-color: var(--primary-color) !important;
    color: #fff;
}
@media (min-width: 1200px) {
    body .toast-messages {
        left: calc(260px + 1.5rem) !important;
    }
    .loader .lds {
        padding-left: 243px;
    }
    .why-study-numbers {
        max-width: 240px;
    }
    .vyhledavac_detail.firstColumn {
        padding-left: 0;
    }
}
.why-study-numbers:first-child {
    padding-left: 20px;
}
.home-event a div:first-child {
    display: flex;
    flex-direction: column;
}
footer .footer-icons-social a {
    display: flex;
    align-items: center;
}
footer .footer-icons-social a.lang {
    top: 0;
}
.footer-icons-social {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.vyhledavac .upLegend span::before {
    content: "\f282";
}
.vyhledavac .downLegend span::before {
    content: "\f286";
}
#obory,
form#vyhledavacForm {
    position: relative;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}
#obory.fetching,
#obory.fetching + #obory,
form#vyhledavacForm.fetching,
form#vyhledavacForm.fetching + #obory {
    opacity: 0.5;
}
#obory.fetching + #obory::after,
#obory.fetching::after,
form#vyhledavacForm.fetching + #obory::after,
form#vyhledavacForm.fetching::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 3;
}
.loader::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0.7;
    background-color: #fff;
}
.loader .lds {
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader .lds .inner {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    z-index: 1;
}
.loader .lds .inner div {
    background-color: #000;
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    animation: lds 0.5s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.loader .lds .inner div:first-child {
    left: 8px;
    animation-delay: -0.24s;
}
.loader .lds .inner div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}
.loader .lds .inner div:nth-child(3) {
    left: 56px;
    animation-delay: 0s;
}
@keyframes lds {
    0% {
        top: 8px;
        height: 64px;
    }
    100%,
    50% {
        top: 24px;
        height: 32px;
    }
}
.programy > .row > .notfound {
    flex: 1 !important;
    width: 100% !important;
}
@media (max-width: 1199px) {
    .vyhledavac_detail {
        border-bottom: 2px solid #fff;
    }
    .vyhledavac_detail:last-child {
        border-right: none;
    }
}
@media (min-width: 1920px) {
    header {
        background-size: contain;
        background-position: top left;
    }
}
@media (min-width: 1400px) {
    .col-xxl-auto.amf {
        max-width: 30%;
    }
}
.czv.tab-content .col > div .btn {
    max-width: 90%;
}
.vyhledavac .nav-item a:not(.programtab) {
    z-index: 2;
}
.calendar-eventTable {
    color: #003657;
}
.calendar-eventTable > .row > div:first-child {
    font-weight: 700;
}
.calendar-eventTable > .row:hover {
    background-color: #bddefb;
}
.header-inside .icons-big a.active {
    cursor: default;
}
.cc-nb-reject {
    display: none !important;
}
.cc-cp-body-tabs-item-link:hover {
    color: #fff !important;
}
body.uk-cs .cc-cp-body-tabs-item[data-active="true"] {
    background-color: #a32736 !important;
}
body.uk-cs .cc-cp-foot-save,
body.uk-cs .cc-nb-okagree {
    background-color: #d22d40 !important;
}
body.uk-en .cc-cp-body-tabs-item[data-active="true"] {
    color: #fff !important;
    background-color: #00263e !important;
}
body.uk-en .cc-cp-foot-save,
body.uk-en .cc-nb-okagree {
    color: #fff !important;
    background-color: #003657 !important;
}
.ratio iframe + a {
    display: none;
}
.vyhledavac #divselect .uk-popover {
    transform: translateY(-50%);
    top: 50%;
}
.bg-ukblue .overflowHidden p:last-child,
.bg-ukred .overflowHidden p:last-child,
.bg-white .overflowHidden p:last-child,
bg-bg-ukbluelight .overflowHidden p:last-child {
    margin-bottom: 0;
}
.bg-white + .bg-white {
    margin-top: -3rem;
}
.myButton {
    display: inline-block;
    padding: 0.2rem 0.7rem 0.2rem 0.7rem;
    margin-top: -0.7rem;
    background-color: #d22d40;
    border-color: #d22d40;
    color: #fff;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 0.375rem;
    cursor: pointer;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.myButton:hover {
    text-decoration: none;
    background-color: #a32736;
    border-color: #a32736;
}
