/* LINKOVI KA STRANICAMA SA KONTAKTIMA */

#KontaktiKontejner {
    padding: 30px 0;
    border-top: 1px solid #888888;
}

#KontaktiSadrzaj {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.KontaktiItem {
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 3px;
    align-items: center;
    text-align: center;
    width: 120px;
    height: 120px;
    padding: 10px;
 	margin: 10px 50px;
}

.KontaktiItem div {
    display: flex;
    flex-direction: column;
}

.KontaktiItem img {
    width: 55px;
    height: 55px;
    transition: .3s;
    margin-bottom: 10px;
}

.KontaktiItem:hover img {
    transform: scale(1.1,1.1);
}

.KontaktiItem span:nth-child(1) {
    font-size: 14px;
}

.KontaktiItem span:nth-child(2) {
    font-size: 11px;
    margin-top: 10px;
    padding: 0 10px;
    color: #a6a6a6;
}

.KontaktiItem:hover span {
    color: black;
}


.SadrzajItemsBlok {
    height: 300px;
}



/* Tekuci racuni i PIB */

#PIBKontejner {
    padding: 30px 0;
}

#PIBSadrzaj {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.PIBItem {
    display: flex;
    align-items: center;
    width: 300px;
    padding: 0 15px;
}

.PIBItem img {
    margin-right: 20px;
    width: 65px;
    height: 65px;
    flex-basis: 65px;
    flex-shrink: 0;
}

.TROpisBroj {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.TROpisBroj div:first-of-type {
    font-size: 13px;
}

.TROpisBroj div:last-of-type {
    margin-top: 5px;
    font-size: 22px;
    color: black;
}


.Neaktivno {
    opacity: .5;
    pointer-events: none;
}


.Sekretarijat {
width: 140px; 
height: 210px;
}



/* LOKACIJE */

#KontaktiMapeKontejner {
    padding: 20px 0;
}

#KontaktiMapeSadrzaj {
    display: flex;
    justify-content: space-between;
}

.KontaktiMapeItem {
    display: flex;
    flex-direction: column;
    width: calc(100% / 3 - 20px);
    background-color: white;
}

.KontaktiTekstualniPodaci{
    display: flex;
    width: 100%;
    padding: 5px;
    flex-wrap: wrap;
    align-content: flex-start;
    height: 430px;
}

img.KontaktItemLokacija {
    width: 45px;
    height: 45px;
}

.KontaktiAdresa {
    width: calc(100% - 45px);
    padding-left: 10px;
    display: flex;
    flex-direction: column;
}

.KontaktiAdresa span {
    font-size: 13px;
    line-height: 20px;
}

.KontaktiAdresa span:nth-of-type(1) {
    font-size: 13px;
    color: black;
    margin-top: 5px;
    color: #888888;
}

.KontaktiAdresa span:nth-of-type(2) {
    font-size: 20px;
    color: black;
    margin-bottom: 10px;
    margin-top: 5px;
    line-height: 25px;
}

.TelefoniMailovi {
    width: 100%;
    padding-left: 55px;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    margin-top: 15px;
}

.KontaktSubItemNaslov {
    flex-basis: 90px;
    flex-shrink: 0;
    padding-top: 3px;
    color: black;
}

.KontaktSubItemPodaci {
    display: flex;
    flex-direction: column;
    flex: 1;
    line-height: 25px;
    padding-left: 8px;
}

.KontaktiGoogleMapa {
    width: 100%;
    align-self: flex-end;
}

.KontaktiGoogleMapa iframe {
    width: 100% !important;
    height: 350px;
}

.Nedostupno {
	opacity: .5;
	pointer-events: none;
}


@media screen and  (max-width: 1000px) {

    /* LINKOVI KA STRANICAMA SA KONTAKTIMA */

    #KontaktiKontejner {
        padding: 10px 0;
    }

    .KontaktiItem {
        margin: 15px;
    }

    .KontaktiItem img {
        width: 50px;
        height: 50px;
        margin-top: 0;
    }

    .KontaktiItem div span:nth-of-type(1){
        font-size: 14px;
    }

    .KontaktiItem div span:nth-of-type(2){
        font-size: 10px;
    }

    .TelefoniMailovi {
        font-size: 13px;
    }

    /* TEKUCI RACUNI I PIB */

    #PIBKontejner {
        padding: 10px;
    }

    .PIBItem {
        width: 100%;
        margin: 15px 0;
    }

    .PIBItem img {
        width: 50px;
        height: 50px;
    }

    /* LOKACIJE */

    #KontaktiMapeSadrzaj {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .KontaktiMapeItem {
        width: calc(100% - 30px);
        margin-top: 20px;
    }

    .KontaktiMapeItem:first-of-type {
        margin-top: 0;
    }

    .KontaktiTekstualniPodaci {
        height: auto;
    }
	
.SadrzajItemsBlok {
    height: 800px;
}	
	
	
}