﻿body {
}

.adrese-top {
    display: flex;
    justify-content: center;
}

.logo-div {
    width: 20%;
    /*background: #fff;*/
}

.fixed {
    background: #3D3D49;
}
.broj-header {
    border: none !important;
}
.footer {
   background: #fff;
}
.border-cstm {
    border-radius: 10px; 


   
}
.o-nama-banner {
    background: url('/Datoteke/Baneri/slide_1.jpg') no-repeat center;
    background-size: cover;
}
.middle-baner {
    background: url('/Datoteke/Baneri/slide_2.jpg') no-repeat center;
    background-size: cover;
}
.middle-baner-opacity {
    background: rgba(238, 30, 36, 0.7) !important;
}
.logo-foot {
    display: flex;
    justify-content: center;
}
.btn-go-up {
    border-radius: 50%;
    overflow: hidden;
}
.phone-header-top {
    display: none !important;
}
.usluga-naslov {
    max-height: 47px;
    min-height: 47px;
    overflow: hidden;
}
.google-maps {
    height: 500px;
    margin-top: 50px !important;
}
.ponuda-btn {
    border-radius: 10px;
}
    .ponuda-btn:hover {
        transform: scale(1.1);
        transition: transform 0.5s ease;
        color: #EE1E24 !important;
        border: none !important;
    }
.brzi-poziv {
    border-radius: 10px;
}
.brzi-poziv:hover {
    transform: scale(1.1);
    transition: transform 0.5s ease;
}
.list-brdr {
    border-radius: 10px;
    overflow: hidden;
}
@media (max-width: 768px) {
    .logo-div {
        width: 75%;
    }
    .broj-header {
        display: none;
    }
    .nav.navbar-nav {
        /*background: #646470;*/
        background: #fff;
    }
        .nav.navbar-nav > li {
            border-bottom: 2px solid #000;
        }
    .nav.navbar-nav > li > a {
        color: #000 !important;
        margin-left: 15px;
    }
    .fa-angle-down {
        color: #000 !important;
    }
    .phone-header-top {
        display: inline-block !important;
    }
    .header-top-container .address-list ul li span.text {
        display: none;
    }

    .header-top-container .address-list ul {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 10px;
    }
        .header-top-container .address-list ul li {
            margin-bottom: 0;
        }

}
