/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/
.logo-kia,
.logo-honda,
.logo-treci,
.logo-cetvrti {
    position: absolute;
    z-index: 1;
}

/* Lijeva strana - dva logotipa jedan ispod drugoga */
.logo-kia {
    top: 20px;
    left: 35px;
}
.logo-treci {
    top: 90px;
    left: 35px;
}

/* Desna strana - dva logotipa jedan ispod drugoga */
.logo-honda {
    top: 20px;
    right: 35px;
}
.logo-cetvrti {
    top: 20px;
    right: 12px;
}

/* Svi logotipi iste veličine */
.logo-kia img{
    width: 150px;
    height: auto;
}
.logo-honda img{
    width: 150px;
    height: auto;
}
.logo-treci img{
    width: 150px;
    height: auto;
}
.logo-cetvrti img {
    width: 200px;
    height: 150px;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1240px) {
    .logo-kia,
    .logo-honda,
    .logo-treci,
    .logo-cetvrti {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1;
        text-align: center;
        margin: 0 auto;
    }
}

#Top_bar {
    background: linear-gradient(
        to bottom,
        #000000 0%,
        #000000 70%,
        rgba(0, 0, 0, 0.95) 82%,
        rgba(0, 0, 0, 0.65) 92%,
        rgba(0, 0, 0, 0) 100%
    ) !important;
}