.timeline {
    position: relative;
}

.timeline:after {
    content: '';
    position: absolute;
    width: 4px;
    background: #72bf44;
    top: 0;
    left: 50%;
    bottom: 0;
    height: 100%;
    border-radius: 400px;
}

.timeline-box {
    box-shadow: 2px 2px 30px -17px #505050;
    border-radius: 30px;
    margin-right: 20px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.timeline-box:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: #72bf44;
    border-radius: 1000px;
    position: absolute;
    right: -42px;
    top: 50%;
    transform: translateX(-50%);
}

.timeline-box img {
    width: 40%;
    height: auto;
    border-radius: 30px;
    object-fit: cover;
}

.timeline-boxwrapper {
    width: 50%;
}

.timeline-boxwrapper:not(:first-child) {
    margin-top: -60px;
}

.timeline-boxwrapper:nth-child(even) {
    margin-left: auto;
}

.timeline-boxwrapper:nth-child(even) .timeline-box {
    margin-left: 20px;
    margin-right: 0;
}

.timeline-boxwrapper:nth-child(even) .timeline-box:after {
    right: unset;
    left: -18px;
}

.timeline-boxwrapper:nth-child(even) .timeline-box img {
    order: 1;
    border-radius: 0 30px 30px 0;
}

.timeline-content {
    width: 100%;
    height: 100%;
    padding: 25px;
    text-align: left;
    align-self: center;
}

.timeline-content h3 {
    color: #78be20;
    font-weight: 700;
    font-size: 19px;
}

.timeline-year {
    display: block;
}

.timeline-title {
    color: #505050 !important;
}

.timeline-description {
    color: #a6a7a9;
    padding-top: 5px;
    font-size: 14px;
}

@media (max-width: 767px) {
    .timeline-boxwrapper {
        width: 100%;
        margin-top: 0 !important;
        margin-bottom: 20px;
    }

    .timeline:after,
    .timeline-box:after {
        display: none;
    }

    .timeline-box {
        display: grid;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .timeline-box img {
        width: 100%;
        height: auto;
        order: 1;
        border-radius: 0 0 30px 30px !important;
    }
}

.vypis-typy .vp-typ {
    display: block;
    text-align: center;
    transition: all .20s;
}

.vypis-typy .vp-typ img {
    width: 200px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.vypis-typy .vp-typ b {
    color: #a3a3a3;
    font-size: 20px;
    border: 1px solid #a3a3a3;
    border-radius: 50px;
    padding: 10px 14px;
}

.vypis-typy .vp-typ.small b {
    font-size: 17px;
}

.vypis-typy .vp-typ.active b,
.vypis-typy .vp-typ:hover b {
    color: #313030;
    border-color: #6c6c6c;
}

.foot-icon .my-social-icon.my-tiktok-icon {
    background: url(../../asset/images/web/tiktok.svg) no-repeat top left;
}

.whajt .header-icon-wajt .my-social-icon.my-tiktok-icon {
    background: url(../../asset/images/web/tiktok.svg) no-repeat top left;
    transform: translate(12px, 11px);
}

.fancy-box {
    background-color: #fff;
    box-shadow: 0 12px 29px 3px rgba(217, 217, 217, .5);
    border-radius: 15px;
    position: relative;
    padding: 22px 16px 28px;
}

@media (min-width: 1400px) {
    .navbar li {
        padding-left: 8px;
        padding-right: 8px;
    }
}

.btn.btn-standard.small {
    width: auto;
    padding: 7px 20px;
}

.btn.btn-standard.small:after {
    content: none;
}

.care-banner {
    position: relative;
}

.care-banner .btn {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    color: #78be20;
}

.care-banner .btn:after {
    content: none;
}

.care-banner .btn:hover {
    background-color: #78be20;
    color: #fff;
}

@media (max-width: 767px) {
    .care-banner img {
        height: 350px;
        object-fit: cover;
        border-radius: 20px;
    }

    .care-banner .btn {
        padding: 7px 20px;
    }
}

.mce-content-body {
    padding: 10px !important;
}

@media (max-width: 767px) {
    p.slide-title, span.slide-description {
        left: 0;
    }
}

.socials-menu a {
    display: inline-block;
}

.navbarwhajt .header-socials i,
.navbarwhajt .header-socials svg {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 768px) {
    .socials-btn img {
        width: 20px;
    }

    .socials-menu {
        position: absolute;
        margin-top: -5px;
        background-color: #fff;
        background-color: rgba(0, 0, 0, .29);
        border: #78bd1f 1px solid;
        display: none;
        width: 200px;
        right: 0;
    }

    .navbarwhajt .socials-menu {
        background-color: #fff;
    }

    .header-socials:hover .socials-menu {
        display: block;
    }
}
