a {
    color: #0055b1;
}

.text-danger {
    color: #a42834 !important;
}

.navbar .navbar-collapse li.active > a {
    color: #084F73;
}

.navbar .navbar-collapse li ul li.active > a {
    color: #d6f1ff;
}

.menu_arrow_wrap, .menu_arrow_wrap2 {
    background: url('../../asset/web/arrow_dropdown.svg') no-repeat center / contain;
    width: 10px;
    height: 10px;
}

.navbar .navbar-collapse li ul li .menu_arrow_wrap {
    width: 15px;
    height: 15px;
}

@media (max-width: 768px) {
    .branch_menu_wrap > ul {
        display: none
    }
}

.home_heading {
    margin: 0 0px 30px;
}

.lang_code span {
    color: #000;
}

.lang_code a span {
    color: #585858;
}

.about_us {
    background-color: #000;
}

.about_us .content p {
    text-align: left !important;
}

.cinnosti_wrap .cinnost h3 {
    color: #2a2a2a;
    font-size: 22px;
    line-height: 1.2;
    font-family: Poppins, serif;
    font-weight: 700;
    margin: 0;
}

body > footer {
    background-color: #000;
}

.footer .menu_links .title {
    color: #fff;
    font-size: 25px;
    font-family: Poppins, serif;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 20px;
}

#mainSlider .slide-description {
    color: #4b4b4b;
}

#mainSlider .slick-dots li button {
    font-size: 0;
    outline: 0;
    width: 100%;
    height: 100%;
    background: none;
    padding: 0;
    border: none;
}

.content-web a:hover {
    border-color: #926f2a;
    color: #926f2a;
}

article .title {
    color: #2a2a2a;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 700;
    font-family: Poppins, serif;
    margin: 0 0 15px;
    padding: 0 15px;
}

article .belongs-to-branch {
    color: #6e5320;
}

.sr-only {
    color: #000;
}

.branch_content .otvaracie_hodiny_wrap {
    background-color: #000;
}

.otvaracie_hodiny_wrap a {
    color: #fff !important;
    border-bottom: 1px solid #fff !important;
}

.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 8px;
    text-decoration: none;
    z-index: 100
}

.skip-link:focus {
    top: 10px
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.module_content a:hover {
    border-color: #6e5320;
    color: #6e5320;
}

input.error, textarea.error {
    border-color: #D8000C !important;
}
