.struktura-box {
    width: 100%;
    position: relative;
    background-image: url('/themes/skgo/assets/img/scheme-line.svg');
    background-size: 100%;
}

.struktura-box:after {
    content: " ";
    display: block;
    padding-bottom: 82%;
}

.circle {
    position: absolute;
    border-radius: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 700;
    transition: all .15s ease-in-out;
    transform: translateY(0) scale(1);
}

.circle:hover {
    transform: translateY(0) scale(1.1);
}

.circle span {
    text-align: center;    
}

.circle.odbori {
    width: 110px;
    height: 110px;
    background-color: #ffffff;
    border: 2px solid #fb8c00;
    font-size: 11px;
    color: #607d8b;
}

.circle.orange {
    width: 110px;
    height: 110px;
    background-color: #fb8c00;
    border: 2px solid #fb8c00;
    font-size: 12px;
    color: #ffffff;
}

.circle.light-gray {
    width: 112px;
    height: 112px;
    background-color: #99adb7;
    border: none;
    font-size: 12px;
    color: #ffffff;
}

.circle.dark-gray-md {
    width: 150px;
    height: 150px;
    background-color: #546e7a;
    font-size: 14px;
    color: #ffffff;
}

.circle.dark-gray-lg {
    width: 190px;
    height: 190px;
    background-color: #546e7a;
    font-size: 16px;
    color: #ffffff;
}

/* Odbori positions */

.odbor-eko-razvoj {
    top: 580px;
    left: 75px;
}

.odbor-urb-izg-stan {
    top: 580px;
    left: 240px;
}

.odbor-kul-obra-omlad-sport {
    top: 580px;
    left: 475px;
}

.odbor-zivsred-vansit {
    top: 580px;
    left: 645px;
}

.odbor-kom-del-energ {
    top: 825px;
    left: 75px;
}

.odbor-sistem-pit-upr {
    top: 825px;
    left: 240px;
}

.odbor-fin-i-javna-imo {
    top: 825px;
    left: 475px;
}

.odbor-zdravlje-soc-politika {
    top: 825px;
    left: 645px;
}

/* Orange */

.odbor-odbori {
    top: 370px;
    left: 360px;
}

.odbor-mreze {
    top: 280px;
    left: 990px;
}

/* Light gray */

.odbor-generalni-sekretar {
    top: 450px;
    left: 920px;
}

.odbor-strucna-sluzba {
    top: 710px;
    left: 920px;
}

/* Dark gray md */

.odbor-nadzorni-odbor {
    top: 140px;
    left: 210px;
}
    
.odbor-predsednistvo {
    top: 210px;
    left: 760px;
}

/* Dark gray lg */

.odbor-skupstin {
    top: 20px;
    left: 469px;
}
