/* Footer styles from Slovenská rádiologická spoločnosť */

.footer {
    background-color: #00171f;
    color: #2daae2;
    font-size: 12px;
    padding: 40px 0 20px 0;
}

.footer a {
    font-size: 12px;
    color: #2daae2;
    text-decoration: none;
}

.footer a:hover {
    color: #2daae2;
}

.footer h3 {
    font-size: 14px;
    color: #2daae2;
    padding: 0;
    margin: 0 0 10px 0;
    min-height: auto;
}

.footer li {
    display: block;
    margin: 0;
    padding: 0;
}

.footer li a {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 12px;
    text-transform: none;
}

.footer a.active {
    border: none;
    color: #fff;
}

.footer .menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer .menu a:hover {
    color: #2daae2;
}

.footer .menu a.active {
    color: #fff;
}

.footer .row {
    margin: 0;
}

.footer .col-sm-12 {
    padding: 15px;
}

.footerend {
    background-color: #001015;
    padding: 20px 0;
    color: #2daae2;
    font-size: 14px;
    text-align: center;
}

.footerend a {
    color: #2daae2;
    text-decoration: none;
}

.footerend a:hover {
    color: #fff;
}

/* Footer container styles */
.footer-container {
    background: #062140 !important;
    padding: 5rem 0 8rem;
    position: relative;
}

.footer-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.footer-column {
    background: transparent;
    flex: 1;
    min-width: 200px;
    margin-bottom: 2rem;
}

.footer-title {
    letter-spacing: 0px;
    line-height: normal;
    font-size: 18px;
    color: var(--light);
    font-weight: 500;
    margin-bottom: 1.8rem;
}

.footer-container .footer-text {
    font-size: 14px;
    display: block;
    line-height: 16px;
    margin: 13px 0px 13px 0 !important
}

.footer-container .footer-text p {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: var(--lighter);
    min-width: 200px;
    text-transform: none;
}

.footer-container .footer-text .inputText {
    border-radius: 5px;
    font-size: 12px;
    border: 0;
    line-height: 22px;
    width: 100%;
    margin: 10px 0;
}

.footer-container ul li {
    margin-bottom: 1.2rem;
    vertical-align: middle;
    display: block;
}

.footer-container ul li a {
    line-height: 12px;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    color: var(--primary);
}

.footer-container ul li a:hover {
    color: var(--primary);
}

.footer-container ul img {
    width: 28px;
    height: 25px;
}

.fmenu ul li {
    margin-bottom: 12px;
    line-height: 30px;
}

.footer-container .footer-filter {
    text-align: center;
}

.footer-container .overlay-always-visible {
    background: none;
    transition: background .3s linear;
}

.footer-container .overlay-always-visible:hover {
    background: rgba(0, 0, 0, .0);
}

/* Responsive Breakpoints */
@media (max-width: 1199px) {
    .footer-column {
        flex: 0 1 33%;
        min-width: unset;
    }
}

@media (max-width: 800px) {
    .footer {
        text-align: center;
        font-size: 14px;
        line-height: 24px;
    }

    .footer .menu {
        display: block;
    }

    .footer h3 {
        font-size: 18px;
        line-height: 22px;
        margin: 20px;
    }
}

@media (max-width: 767.98px) {
    .footer-column {
        flex: 0 1 49%;
    }
}

@media (max-width: 575.98px) {
    .footer-column {
        flex: 0 1 100%;
    }

    .footer-container ul li {
        display: flex;
        justify-content: center;
    }
}
