﻿
    .divHSpace {
        height: 7px;
    }



#divSlider .naslov {
    text-decoration: none;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    opacity: 0.85;
}

#divSlider .tekst {
    text-decoration: none;
    color: #fff;
    font-size: 25px;
    /*font-weight: bold;*/
    opacity: 0.9;
}


#divSection3 {
}

    #divSection3 hr {
        background-color: #e9e9e9;
        height: 1px;
    }

    #divSection3 ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }

    #divSection3 li {
        margin: 0px;
        padding: 0px;
    }

    #divSection3 #divImg {
        width: 100%;
        height: 210px;
        overflow: hidden;
        
    }

    #divSection3 img {
        width: 100%;
        min-height: 210px;
        /*-o-object-fit: contain;*/
        transition: transform .2s;
    }

    #divSection3 img:hover {
        transform: scale(1.1);
        filter: brightness(110%);
        /*filter: brightness(70%);*/
        /*filter:  contrast(70%);*/
    }

    #divSection3 .grupa {
        color: #fff;
        font-size: 13px;
        font-weight: bold;
        padding-left: 5px;
        padding-right: 5px;
        position: absolute;
        top: 17px;
        left: 0px;
        background-color: rgba(0, 150, 159, 0.5);
        z-index: 1000;
    }

    #divSection3 .textbox {
        
    }

    #divSection3 .textbox:hover {
        
        /*filter: brightness(70%);*/
    }


    #divSection3 .naslov {
        color: #696969;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
    }

    #divSection3 .naslov:hover {
        color: rgba(0, 150, 159, 1);
    }

    #divSection3 a:hover {
        text-decoration: none;
    }

    #divSection3 .col-md:hover {
        /*background-color: rgb(240, 245, 245);*/
    }




#divSection2{
    color: #fff;
}

#divSection3 {
    color: #fff;
}

#divSection4 {
    color: #fff;
}

#divSection5 {
    color: #fff;
}


#divSection6 {
}

    #divSection6 hr {
        border-bottom: 1px solid rgba(255, 255, 255, 1);
        height: 1px;
    }

#divSection6 ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#divSection6 li {
    margin: 0px;
    padding: 0px;
}

#divSection6 #divImg {
    width: 100%;
    height: 210px;
    overflow: hidden;
}

#divSection6 img {
    width: 100%;
    min-height: 210px;
    /*-o-object-fit: contain;*/
    transition: transform .2s;
}

#divSection6 img:hover {
    transform: scale(1.1);
    filter: brightness(110%);
    /*filter: brightness(70%);*/
    /*filter:  contrast(70%);*/
}

#divSection6 .grupa {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    position: absolute;
    top: 17px;
    left: 0px;
    background-color: rgba(0, 150, 159, 0.5);
    z-index: 1000;
}

#divSection6 .textbox {
}

#divSection6 .textbox:hover {
    /*filter: brightness(70%);*/
}


#divSection6 .naslov {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

#divSection6 .naslov:hover {
    color: rgb(255 255 255 / 0.80));
}

#divSection6 a:hover {
    text-decoration: none;
}

    #divSection6 .col-md:hover {
        /*background-color: rgb(240, 245, 245);*/
    }





#divSection7 {
    color: #fff;
}

#divSection8 {
    color: #fff;
}




    .textbox {
        overflow-y: scroll;
        height: 300px;
    }


