.sm_nav_toggle {
    display: none;
}

/* ===== OSNOVNA STRAN ===== */
.SS_MLJ .sm_shell_content .sm_page {
    font-family: var(--font_Roboto);
    display: flex;
    flex-direction: column;
    height: 80vh;
}

    .SS_MLJ .sm_shell_content .sm_page::-webkit-scrollbar {
        display: none;
    }

/* ===== LEVI MENI ===== */
.SS_MLJ .sm_navigation {
    display: flex;
    position: absolute;
    padding-top: var(--space_3);
    top: 0;
    left: 0;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.SS_MLJ .sm_navigation_top {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .SS_MLJ .sm_navigation_top a {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

.SS_MLJ .sm_navigation_center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.SS_MLJ .sm_navigation_link {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .SS_MLJ .sm_navigation_link a {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

        .SS_MLJ .sm_navigation_link a img {
            width: auto;
        }

/* ===== HEADER ===== */
.SS_MLJ .sm_page .sm_header {
    position: sticky;
    top: 0;
    background-color: var(--color_Red);
    height: calc(var(--space_4) * 2.81);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    z-index: 10;
}

.SS_MLJ .sm_page .sm_header_no_color {
    background-color: transparent;
    height: 0;
}

.SS_MLJ .sm_page .sm_header img {
    display: flex;
    height: 100%;
    width: auto;
    top: 1px;
    position: absolute;
}

/* ===== SPLOŠNA VSEBINA ===== */
.SS_MLJ .sm_page .sm_content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    min-height: 100vh;
    position: relative;
}

    .SS_MLJ .sm_page .sm_content::-webkit-scrollbar {
        display: none;
    }

.SS_MLJ .sm_page H4,
.SS_MLJ .sm_page H5 {
    font-family: var(--font_Roboto);
    padding-top: var(--space_8);
    padding-bottom: var(--space_8);
}

.SS_MLJ .sm_page .grey {
    padding-top: var(--space_0);
    padding-bottom: var(--space_0);
}

.SS_MLJ .sm_page H3 {
    padding-top: var(--space_4);
    padding-bottom: var(--space_4);
}

.SS_MLJ .sm_page .sm_content_news H3 {
    padding-top: var(--space_8);
}

.SS_MLJ .sm_page .sm_content p {
    padding-top: var(--space_1_2);
    padding-bottom: var(--space_1_2);
    margin: 0;
}

.SS_MLJ .sm_page .sm_content .italic {
    font-style: italic;
    font-size: var(--font_size_14);
}

.SS_MLJ .sm_page .sm_content_index {
    overflow: auto;
    padding-bottom: var(--space_4);
}

    .SS_MLJ .sm_page .sm_content_index p a {
        color: var(--color_Red);
    }

.SS_MLJ .sm_page .sm_content ul li {
    list-style: disc outside none;
    margin-left: 1rem;
}

/* ===== CD / ALBUMI ===== */
.SS_MLJ .sm_page .sm_content_cd .sm_kompilacija,
.SS_MLJ .sm_page .sm_content_cd .sm_cd {
    position: relative;
}

.SS_MLJ .sm_page .sm_content_cd .sm_vsebina {
    display: grid;
    grid-template-columns: 25% 75%;
    flex-direction: column;
}

    .SS_MLJ .sm_page .sm_content_cd .sm_vsebina .sm_slika img {
        width: 100%;
        height: auto;
    }

    .SS_MLJ .sm_page .sm_content_cd .sm_vsebina .sm_text {
        padding-left: var(--space_2);
    }

.SS_MLJ .sm_page .sm_content_cd .sm_kompilacija:last-of-type {
    padding-bottom: var(--space_8);
}
.SS_MLJ .sm_page .sm_content_lyric,
.SS_MLJ .sm_page .sm_content_lyrics {
    font-family: var(--font_Roboto);
}

.SS_MLJ .sm_page .sm_content_lyrics h3 {
    padding-bottom: var(--space_0_8);
}

.SS_MLJ .sm_page .sm_content_lyrics h5,
.SS_MLJ .sm_content_lyric h5 {
    color: var(--color_Blue);
    padding: 0;
    padding-bottom: var(--space_8);
}

    .SS_MLJ .sm_content_lyric h5:has(+ h5) {
        padding: 0;
    }

    .SS_MLJ .sm_page .sm_content_cd .sm_vsebina .sm_text p {
        padding: 0;
        padding-left: var(--space_2);
        margin-bottom: 0rem;
    }

.SS_MLJ .sm_page .sm_entity_link {
    width: 100%;
    display: flex;
    align-items: center;
    gap: var(--space_2);
    }

    .SS_MLJ .sm_page .sm_entity_link h1 {
        margin: 0;
        margin-right: auto;
    }

    .SS_MLJ .sm_page .sm_entity_link .chords_toggle,
    .SS_MLJ .sm_page .sm_entity_link > a {
        flex: 0 0 auto;
        padding-right: var(--space_4);
    }


        /* ===== ČLANI ===== */
        .SS_MLJ .sm_page .sm_content_members {
            padding-bottom: var(--space_20);
        }

            .SS_MLJ .sm_page .sm_content_members .sm_clan {
                position: relative;
            }

                .SS_MLJ .sm_page .sm_content_members .sm_clan .sm_slika_md_sd {
                    position: absolute;
                    top: 50%;
                    width: 100%;
                    transform: translateY(-50%);
                    padding-left: 30%;
                }
        /* ===== ZGODOVINA ===== */
        .SS_MLJ .sm_page .sm_content_history H3 {
            text-decoration: underline;
        }

        .SS_MLJ .sm_page .sm_content_history p {
            padding-top: var(--space_4);
            padding-bottom: var(--space_2);
        }

        .SS_MLJ .sm_page .sm_content_history .sm_povezave {
            width: 100%;
            display: flex;
            justify-content: right;
        }
        /* ===== SLIKE / GALERIJE ===== */
        .SS_MLJ .sm_page .sm_content_images h4 {
            display: flex;
            flex-direction: row;
            justify-content: center;
        }

            .SS_MLJ .sm_page .sm_content_images h4 a {
                padding-left: var(--space_4);
                padding-right: var(--space_4);
            }

        .SS_MLJ .sm_page .sm_content_images .sm_galerija_1,
        .SS_MLJ .sm_page .sm_content_images .sm_galerija_2,
        .SS_MLJ .sm_page .sm_content_images .sm_galerija_3 {
            display: none;
        }

        .SS_MLJ .sm_page .sm_content_images .bold {
            color: var(--color_Red);
            font-weight: 700;
        }

        .SS_MLJ .sm_page .sm_content_images .sm_miza,
        .SS_MLJ .sm_page .sm_content_images h4 {
            text-align: center;
        }

        .SS_MLJ .sm_page .sm_content_images .sm_miza_plosca {
            height: calc(var(--space_4) * 20.5);
        }


        .SS_MLJ .sm_page .sm_content_images .sm_miza_plosca {
            display: flex;
            justify-content: center;
            align-items: flex-end;
        }

            .SS_MLJ .sm_page .sm_content_images .sm_miza_plosca > img {
                display: block;
                height: 100%;
                width: auto;
                max-width: 100%;
            }

        .SS_MLJ .sm_page .sm_content_images .sm_miza_predali {
            display: flex;
            width: 100%;
            justify-content: center;
            flex-direction: row;
            align-items: flex-start;
        }

            .SS_MLJ .sm_page .sm_content_images .sm_miza_predali .sm_noga,
             .SS_MLJ.sm_page .sm_content_images .sm_miza_predali .sm_predal {
                flex: 0 0 auto;
            }

.SS_MLJ .sm_predal_levi {
    overflow: hidden;
}


.SS_MLJ .predal_anim {
    position: relative;
    overflow: hidden;
}


    .SS_MLJ .predal_anim img {
        display: block;
    }


.SS_MLJ .predal_odprt {
    position: absolute;
    left: 0px;
    top: -55px;
    transform: translateY(0);
    transition: transform .8s ease;
}


/* hover - predal se odpre */

.SS_MLJ .sm_predal_levi:hover .predal_odprt {
    transform: translateY(55px);
}

.SS_MLJ .sm_page .sm_predal_desni area:hover {
    cursor: pointer;
}


.SS_MLJ .sm_page .sm_content_images .sm_miza_predali img {
    display: block;
    width: auto;
    height: auto;
}

        .SS_MLJ .sm_page .sm_content_images .sm_galerija_2 .sm_foto_xl {
            display: grid;
            justify-content: center;
            grid-template-columns: 24px 137px 137px 137px 137px 28px;
            grid-template-rows: 12rem 12rem 13rem 13rem 13rem;
        }

        .SS_MLJ .sm_page .sm_galerija_2 .sm_foto_ld_md {
            display: none;
        }

        .SS_MLJ .sm_page .sm_galerija_2 .sm_foto_sd {
            display: none;
        }


        .SS_MLJ .sm_page .sm_content_images .sm_galerija_2 p {
            font-size: var(--font_size_14);
            text-align: center;
        }

        .SS_MLJ .sm_page .sm_content_images .sm_galerija_3 {
            width: 100%;
            text-align: center;
            padding-bottom: var(--space_8);
        }

            .SS_MLJ .sm_page .sm_content_images .sm_galerija_3 img {
                max-width: 100%;
                width: auto;
                height: auto;
            }

        .SS_MLJ .sm_page .sm_content_images .sm_wallpapaer {
            width: 100%;
            text-align: center;
        }

        .SS_MLJ .sm_page .sm_content_images .gallery_active {
            display: block;
        }
        /* ===== VIDEO ===== */
        .SS_MLJ .sm_page .sm_content_video {
            width: 54%;
            min-height: 0vh;
            border-top: 1px solid var(--color_LunarGreen);
            border-bottom: 1px solid var(--color_LunarGreen);
            padding-top: var(--space_0_8);
            padding-bottom: var(--space_0_8);
        }

            .SS_MLJ .sm_page .sm_content_video > div {
                display: flex;
                width: 66%;
                flex-direction: row;
            }

            .SS_MLJ .sm_page .sm_content_video .sm_celica {
                display: flex;
                position: relative;
                width: 50%;
                height: var(--space_24);
            }

            .SS_MLJ .sm_page .sm_content_video .sm_tekst {
                display: flex;
                justify-content: center;
                align-items: center;
            }

            .SS_MLJ .sm_page .sm_content_video .sm_video {
                display: flex;
                justify-content: center;
                align-items: center;
            }

            .SS_MLJ .sm_page .sm_content_video .sm_tekst a {
                color: var(--color_Red);
                font-weight: 700;
            }

        .SS_MLJ .sm_page .sm_video_footer {
            display: flex;
            flex-direction: row;
            width: 60%;
        }
        /* ===== POVEZAVE ===== */
        .SS_MLJ .sm_page .sm_content_links ul li {
            padding-top: var(--space_0_8);
            padding-bottom: var(--space_0_8);
            list-style: none;
            margin-left: 0;
        }

        .SS_MLJ .sm_page .sm_content_links a {
            color: var(--color_Red);
            font-weight: 700;
            padding-top: var(--space_0_8);
            padding-bottom: var(--space_0_8);
        }
        /* ===== ZAHVALE ===== */
        .SS_MLJ .sm_page .sm_content_thanks {
            padding-bottom: var(--space_20);
        }

            .SS_MLJ .sm_page .sm_content_thanks .sm_male {
                text-align: center;
            }

                .SS_MLJ .sm_page .sm_content_thanks .sm_male p {
                    padding-top: var(--space_0_4);
                    padding-bottom: var(--space_0_4);
                    margin: 0;
                }

            .SS_MLJ .sm_page .sm_content_thanks .sm_povezave {
                border-bottom: 1px solid var(--color_LunarGreen);
                width: 100%;
                text-align: end;
            }

                .SS_MLJ .sm_page .sm_content_thanks .sm_povezave a {
                    color: var(--color_Red);
                }
        /* ===== TRGOVINA ===== */
        .SS_MLJ .sm_page .sm_content_shop > .sm_artikli {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr;
            text-align: center;
            border-top: 1px solid var(--color_LunarGreen);
        }

        .SS_MLJ .sm_page .sm_content_shop .sm_artikli > div {
            border-bottom: 1px solid var(--color_LunarGreen);
        }

        .SS_MLJ .sm_page .sm_content_shop .sm_narocilo > div:first-child {
            width: 100%;
            text-align: center;
        }

        .SS_MLJ .sm_page .sm_content_shop .sm_artikli_narocilo {
            display: grid;
            grid-template-columns: 10% 80%;
        }

            .SS_MLJ .sm_page .sm_content_shop .sm_artikli_narocilo > div:last-child > div {
                display: grid;
                grid-template-columns: 5% 45% 10% 10% 10% 10% 10%;
                padding-top: var(--space_0_4);
                padding-bottom: var(--space_0_4);
                font-size: var(--font_size_14);
            }

                .SS_MLJ .sm_page .sm_content_shop .sm_artikli_narocilo > div:last-child > div:nth-child(odd) {
                    background-color: rgba(255,0,0,0.5);
                    line-height: var(--space_4);
                }

                .SS_MLJ .sm_page .sm_content_shop .sm_artikli_narocilo > div:last-child > div div:nth-child(3) input {
                    width: var(--space_12);
                }

                .SS_MLJ .sm_page .sm_content_shop .sm_artikli_narocilo > div:last-child > div p {
                    padding: var(--space_0_4);
                }

            .SS_MLJ .sm_page .sm_content_shop .sm_artikli_narocilo .sm_ncelica p {
                margin: 0;
            }

        .SS_MLJ .sm_page .sm_content_shop .sm_contcb {
            display: flex;
            text-align: center;
            justify-content: center;
            vertical-align: middle;
            color: #000;
        }

        .SS_MLJ .sm_page .sm_content_shop .sm_contrb {
            display: flex;
            flex-direction: row;
        }

        .SS_MLJ .sm_page .sm_content_shop .sm_naslovnik {
            display: flex;
            flex-direction: column;
            padding-top: var(--space_4);
            padding-bottom: var(--space_20);
        }

            .SS_MLJ .sm_page .sm_content_shop .sm_naslovnik > div {
                display: grid;
                grid-template-columns: 10% 80%;
            }

                .SS_MLJ .sm_page .sm_content_shop .sm_naslovnik > div input,
                .SS_MLJ .sm_page .sm_content_shop .sm_naslovnik > div textarea {
                    width: 50%;
                }

                .SS_MLJ .sm_page .sm_content_shop .sm_naslovnik > div:last-child {
                    padding-top: var(--space_4);
                }

                    .SS_MLJ .sm_page .sm_content_shop .sm_naslovnik > div:last-child input {
                        width: 12.5%;
                    }
        /* ===== KONTAKT ===== */
        .SS_MLJ .sm_page .sm_content_contact .sm_container > div {
            display: grid;
            width: 50%;
            grid-template-columns: 25% 35% 40%;
            padding: var(--space_4);
            text-align: center;
        }

            .SS_MLJ .sm_page .sm_content_contact .sm_container > div:first-child {
                background-color: var(--color_Red);
            }
        /* ===== RESPONSIVE 64em ===== */
        @media only screen and (max-width: 64em) /*769-1024px*/ {
            .SS_MLJ .sm_page .sm_content_index {
                max-height: 50%;
            }

            .SS_MLJ .sm_page .sm_content_thanks,
            .SS_MLJ .sm_page .sm_content_history,
            .SS_MLJ .sm_page .sm_content_members {
                padding-bottom: 30vh;
            }

            .SS_MLJ .sm_page .sm_content_index {
                padding-bottom: 25vh;
            }

            .SS_MLJ .sm_page .sm_content_shop {
                padding-bottom: 15vh;
            }

            .SS_MLJ .sm_page .sm_content_cd {
                padding-bottom: 10vh;
            }


            .SS_MLJ .sm_page .sm_content_members .sm_clan .sm_slika_md_sd {
                top: calc(var(--space_4) * 9.5);
                text-align: center;
            }

            .SS_MLJ .sm_page .sm_galerija_2 .sm_foto_xl {
                display: none !important;
            }

            .SS_MLJ .sm_page .sm_galerija_2 .sm_foto_sd {
                display: none !important;
            }

            .SS_MLJ .sm_page .sm_content_images .sm_galerija_2 .sm_foto_ld_md {
                display: grid;
                justify-content: center;
                grid-template-columns: 24px 137px 137px 137px 28px;
                grid-template-rows: 12rem 12rem 13rem 13rem 13rem 13rem;
            }

            .SS_MLJ .sm_page .sm_content_video {
                width: 100%;
            }

                .SS_MLJ .sm_page .sm_content_video > div {
                    width: 100%;
                }

                    .SS_MLJ .sm_page .sm_content_video > div div {
                        display: flex;
                        justify-content: space-evenly;
                    }

            .SS_MLJ .sm_page .sm_video_footer {
                width: 100%;
                padding: var(--space_2);
            }

                .SS_MLJ .sm_page .sm_video_footer h4 {
                    width: 100%;
                    padding: var(--space_2);
                }

            .SS_MLJ .sm_page .sm_content_shop .sm_artikli_narocilo {
                display: grid;
                grid-template-columns: 0% 100%;
            }

                .SS_MLJ .sm_page .sm_content_shop .sm_artikli_narocilo > div:last-child > div div:nth-child(3) input {
                    width: var(--space_8);
                }

            .SS_MLJ .sm_page .sm_content_shop .sm_naslovnik > div {
                display: grid;
                grid-template-columns: 30% 70%;
            }

                .SS_MLJ .sm_page .sm_content_shop .sm_naslovnik > div input,
                .SS_MLJ .sm_page .sm_content_shop .sm_naslovnik > div textarea {
                    width: 100%;
                }

                .SS_MLJ .sm_page .sm_content_shop .sm_naslovnik > div:last-child {
                    padding-bottom: var(--space_16);
                }

                    .SS_MLJ .sm_page .sm_content_shop .sm_naslovnik > div:last-child input {
                        width: 25%;
                    }

            .SS_MLJ .sm_page .sm_content_contact .sm_container > div {
                width: 100%;
            }
        }
        /* ===== RESPONSIVE 48em ===== */
@media only screen and (max-width: 48em) /*481-768px*/ {

    .SS_MLJ .c_panel {
        flex: 1 1 auto;
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }


    .SS_MLJ .sm_navigation {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: var(--space_3);
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
    }

    .SS_MLJ .sm_navigation_center {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }


    
    .SS_MLJ .sm_page .sm_content_index {
        max-height: 50%;
        overflow: auto;
    }

    .SS_MLJ .sm_page > h4 {
        padding: var(--space_2);
    }

    .SS_MLJ .sm_page .sm_content {
        padding: var(--space_2);
        overflow: auto;
    }

    .SS_MLJ .sm_page .sm_content_index {
        padding-bottom: 20vh;
    }

    .SS_MLJ .sm_page .sm_content_lyrics .sm_besedilo {
        overflow: auto;
        max-height: 70vh;
        padding-bottom: 10vh;
    }

        .SS_MLJ .sm_page .sm_content_lyrics .sm_besedilo::-webkit-scrollbar {
            display: none;
        }

    .SS_MLJ .sm_page .sm_content_members .sm_clan .sm_slika_md_sd {
        top: var(--space_12);
        text-align: right;
        padding-right: 10%;
        text-align: right;
        transform: translateX(32%);
    }

    .SS_MLJ .sm_page .sm_content_images .sm_miza_plosca {
        height: auto;
    }

        .SS_MLJ .sm_page .sm_content_images .sm_miza_plosca > img {
            width: 100%;
            height: auto;
        }

    .SS_MLJ .sm_page .sm_galerija_2 .sm_foto_xl {
        display: none !important;
    }

    .SS_MLJ .sm_page .sm_galerija_2 .sm_foto_ld_md {
        display: none !important;
    }

    .SS_MLJ .sm_page .sm_content_images .sm_galerija_2 .sm_foto_sd {
        display: grid !important;
        justify-content: center;
        grid-template-columns: 24px 137px 137px 28px;
        grid-template-rows: 12rem 12rem 13rem 13rem 13rem 13rem 13rem 13rem;
    }

    .SS_MLJ .sm_page .sm_content_images .sm_galerija_3 img {
        width: 100%;
    }

    .SS_MLJ .sm_page .sm_content_video {
        width: 100%;
    }

        .SS_MLJ .sm_page .sm_content_video > div {
            width: 100%;
        }

            .SS_MLJ .sm_page .sm_content_video > div:nth-child(even) div:last-child {
                display: flex;
                justify-content: end;
            }

    .SS_MLJ .sm_page .sm_video_footer {
        width: 100%;
        padding: var(--space_2);
    }

        .SS_MLJ .sm_page .sm_video_footer h4 {
            width: 100%;
            padding: var(--space_2);
        }

    .SS_MLJ .sm_page .sm_content_links ul li {
        padding-top: var(--space_0);
        padding-bottom: var(--space_0);
    }

    .SS_MLJ .sm_page .sm_content_shop > .sm_artikli {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        text-align: center;
    }

    .SS_MLJ .sm_page .sm_content_shop .sm_artikli_narocilo {
        display: grid;
        grid-template-columns: 0% 100%;
    }

        .SS_MLJ .sm_page .sm_content_shop .sm_artikli_narocilo > div:last-child > div div:nth-child(3) input {
            width: var(--space_8);
        }

    .SS_MLJ .sm_page .sm_content_shop .sm_naslovnik > div {
        display: grid;
        grid-template-columns: 30% 70%;
    }

        .SS_MLJ .sm_page .sm_content_shop .sm_naslovnik > div input,
        .SS_MLJ .sm_page .sm_content_shop .sm_naslovnik > div textarea {
            width: 100%;
        }

        .SS_MLJ .sm_page .sm_content_shop .sm_naslovnik > div:last-child input {
            width: 25%;
        }

    .SS_MLJ .sm_page .sm_content_contact .sm_container > div {
        width: 100%;
    }

    .SS_MLJ .sm_page .sm_content_news,
    .SS_MLJ .sm_page .sm_content_thanks,
    .SS_MLJ .sm_page .sm_content_history,
    .SS_MLJ .sm_page .sm_content_members {
        padding-bottom: 30vh;
    }

    .SS_MLJ .sm_page .sm_content_shop {
        padding-bottom: 10vh;
    }

    .SS_MLJ .sm_page .sm_content_cd {
        padding-bottom: 10vh;
    }
}
