﻿.menu-fixed-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(222,222,222,1);
    -moz-box-shadow: 0px 4px 5px 0px rgba(222,222,222,1);
    box-shadow: 0px 4px 5px 0px rgba(222,222,222,1);
}

.nmm-header-bottom {
    background-color: #034da2;
    text-align: center;
    position: fixed;
    top: 75px;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.nmm-site-menu-div {
    display: none;
}

.nmm-site-links {
    display: inline-block;
    position: relative;
    color: #fff;
    text-decoration: none;
    line-height: 30px;
    font-size: 15px;
    font-weight: 500;
    padding: 0 10px;
    font-family: ;

}
    .nmm-site-links:hover {
        color: #fff;
    }
    .nmm-site-links:hover::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        border: 1px solid #2f7bb7;
    }
.nmm-site-links-active {
    color: #92dfff !important;
}

.nmm-site-links-end {
    text-align: end;
}

.nmm-mob-kategorije {
    display: none;
    width: 100%;
}

.nmm-web-background {
    display: block;
    background: url(../images/home-image.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    flex-grow: 1;
    border-bottom: 1px solid #034da2;
}

/*.nmm-web-menu {
    position: absolute;
    top: 0;
    left: 70px;
    width: 350px;
    background-color: rgba(255, 255, 255, 0.9);
    min-height: 400px;
}*/

.nmm-web-menu {
    /*position: absolute;
    top: 0;
    left: 70px;*/
    width: 350px;
    min-width: 350px;
    background-color: rgba(255, 255, 255, 0.9);
    min-height: 400px;
    border-bottom: 1px solid #dbdbdb;
}


.nmm-web-ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.nmm-web-link {
    display: block;
    padding: 7px 0 7px 10px;
    width: 100%;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #dbdbdb;
    cursor: pointer;
}

    .nmm-web-link:hover {
        text-decoration: none;
        background-color: #5A91D1;
        color: #fff;
    }

/* promena za podmeni */
.nmm-ul-podgrupa {
    list-style-type: none;
    display: none;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
    color: #000;
    left: 350px;
    flex-wrap: wrap;
    flex-grow: 1;
    flex-direction: row;
    padding: 5px;
    top: 0;
    /*margin-top: -40px;*/
    z-index: 1001;
    border: 1px solid #999999;
    border-bottom-width: 0;
    width: calc(100vw - 480px);
    min-height: 400px;
    max-height: 400px;
    overflow: auto;
}

.nmm-ul-podgrupa-li {
    width: 300px;
    min-width: 300px;
    cursor: pointer;
}

.nmm-ul-naziv-flex {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.nmm-ul-podgrupa-div {
    /* padding: 5px 0 5px 5px; */
    font-size: 14px;
    font-weight: bold;
    box-sizing: border-box;
}

.nmm-ul-naziv-p {
    flex-grow: 1;
    padding: 5px 0 5px 5px;
    margin: 0;
    box-sizing: border-box;
    color: #000;
}

    .nmm-ul-naziv-p:hover {
        color: #fff;
    }

.nmm-ul-item {
    list-style-type: none;
    padding: 0 0 0 20px;
    margin: 0;
}

.nmm-ul-item-li {
    padding: 0;
    margin: 0;
}

.nmm-ul-item-div {
    display: inline-block;
    width: 100%;
    padding: 5px 0 5px 5px;
    font-size: 14px;
    box-sizing: border-box;
}


    .nmm-ul-podgrupa-div:hover, .nmm-ul-item-div:hover {
        background-color: #5A91D1;
        color: #fff;
    }

/***********************************************/
/***************** MOBILE **********************/
/***********************************************/
.nmm-mob-sve-kategorije {
    padding-left: 10px;
    box-sizing: border-box;
    background-color: #5A91D1;
    color: #fff;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
}

.nmm-mob-container {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
}

.nmm-mob-link {
    position: relative;
    display: block;
    padding: 7px 0 7px 10px;
    text-decoration: none;
    color: #000;
    cursor: pointer;
    flex-grow: 1;
}

.nmm-mob-div-ikona {
    display: flex;
    padding: 0 10px;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
}

.nmm-mob-podgrupa, .nmm-mob-podgrupa2 {
    display: none;
}

@media only screen and (max-width: 1000px) {
    /*.nmm-site-links {
        font-size: 12px;
    }*/
    /*.nmm-header-bottom {
        text-align: center
    }*/

    .nmm-mob-kategorije {
        display: block;
    }

    .nmm-web-menu {
        display: none;
    }
}

@media only screen and (min-width: 769px) {
    .nmm-site-links-div {
        display: block !important;
        padding: 10px 0;
    }
}

@media only screen and (max-width: 768px) {
    .nmm-header-bottom {
        height: auto;
        /*text-align: left;*/
    }

    .nmm-site-menu-div {
        display: block;
    }

    .nmm-site-links-div {
        display: none;
    }

    .nmm-site-links {
        display: block;
        padding: 5px 0 5px 10px;
        border-bottom: 1px solid #fff;
    }

        .nmm-site-links:hover {
            background-color: inherit;
            color: #fff;
        }

    .nmm-site-links-svg {
        font-size: 1rem;
        padding-right: 16px;
    }
}

.home-slider-container {
    position: relative;
    border-bottom: 1px solid #034da2;
}

.home-slider-box {
    /*   height: 500px;
    flex-grow: 1;
    border-bottom: 1px solid #dbdbdb;*/
}

/*@media screen and (max-width: 1000px) {
    .home-slider-box {
        height: 300px;
    }
}

@media screen and (max-width: 768px) {
    .home-slider-box {
        height: 200px;
    }
}
*/


.vmc-slide {
    height: 500px;
}

@media only screen and (max-width: 425px) {
    .vmc-slide {
        display: none;
    }
}
