* {
    box-sizing: border-box;
}


#EfestItemContainer {
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: #E5EFFC;
    align-items: flex-start;
    padding: 40px;
}

.EfestItem {
    display: flex;
    flex-direction: column;
    background-color: white;
    width: 500px;
    margin: 20px;
}

.EfestItemNaslov {
    width: 100%;
    height: 333px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
}

.EfestItem:nth-of-type(41) .EfestItemNaslov{
    background-image: url("/images/RadioniceVukovic.jpg");
}

.EfestItem:nth-of-type(42) .EfestItemNaslov{
    background-image: url("/images/RadioniceBerber.jpg");
}

.EfestItem:nth-of-type(43) .EfestItemNaslov{
    background-image: url("/images/RadionicePopovic.jpg");
}

.EfestItem:nth-of-type(44) .EfestItemNaslov{
    background-image: url("/images/RadioniceVukovic1.jpg");
}

.EfestItem:nth-of-type(45) .EfestItemNaslov{
    background-image: url("/images/RadioniceVukovic2.jpg");
}

.EfestItem:nth-of-type(46) .EfestItemNaslov{
    background-image: url("/images/RadioniceMaric1.jpg");
}

.EfestItem:nth-of-type(47) .EfestItemNaslov{
    background-image: url("/images/RadioniceMaric2.jpg");
}


.EfestItem:nth-of-type(48) .EfestItemNaslov{
    background-image: url("/images/RadioniceVucenovic.jpg");
}

.EfestItem:nth-of-type(49) .EfestItemNaslov{
    background-image: url("/images/RadioniceDjokic.jpg");
}

.EfestItem:nth-of-type(50) .EfestItemNaslov{
    background-image: url("/images/RadioniceGlavaskiBeker.jpg");
}

.EfestItem:nth-of-type(51) .EfestItemNaslov{
    background-image: url("/images/RadioniceNadaMilenkovic.jpg");
}

.EfestItem:nth-of-type(52) .EfestItemNaslov{
    background-image: url("/images/RadioniceAndrasic.jpg");
}

.EfestItem:nth-of-type(53) .EfestItemNaslov{
    background-image: url("/images/RadioniceKalas.jpg");
}

.EfestItem:nth-of-type(54) .EfestItemNaslov{
    background-image: url("/images/RadioniceMaricM.jpg");
}

.EfestItem:nth-of-type(55) .EfestItemNaslov{
    background-image: url("/images/RadioniceRakovic.jpg");
}

.EfestItem:nth-of-type(56) .EfestItemNaslov{
    background-image: url("/images/RadioniceMatkovski.jpg");
}


.EfestItem h2 {
    margin: 0;
    font-weight: bold;
    font-size: 22px !important;
    background-color: rgba(250,250,250,0.7);
    padding: 10px 20px;
	color: black;
}

.EfestDetalji {
    padding: 20px;
}

.EfestItem p {
    margin: 0;
}

.EfestOpis {
    line-height: 180%;
    font-size: 14px;
}

.EfestPredavacVreme {
    display: flex;
    margin: 30px 0 20px 0;
    align-items: flex-start;
}

.EfestPredavacImg {
    height: 110px;
    margin-right: 15px;
}

a.EfestPredavacIme {
    font-weight: normal;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

a.EfestPredavacIme:link, a.EfestPredavacIme:visited, a.EfestPredavacIme:hover, a.EfestPredavacIme:active {
    text-decoration: none;
    color: black;
}

img.EfestNoviTab {
    margin: 0 0 0 8px;
}
.EfestPredavacDepartman {
    font-size: 12px;
    margin-bottom: 15px !important;
    color: gray;
	line-height: 150%;
}

.EfestVreme {
    font-size: 26px;
}

.EfestVreme span {
    font-size: 14px;
}

a.EfestItemLink{
    text-decoration: underline;
    font-size: 12px;
}

a.EfestItemLink:link, a.EfestItemLink:visited, a.EfestItemLink:hover, a.EfestItemLink:active {
    color: blue;
}

a.EfestItemLink p {
	line-height: 20px;
	word-break: break-all;
}

.neaktivno  {
    color: #EEE;
}

.MeetingID  {
    color: #555;
	font-size: 12px;
	line-height: 15px;	
}

.DrugiZoom {
    margin-top: 30px !important;
}

.EfestDatum {
    line-height: unset;
    }

.EfestVreme {
    line-height: unset;
    }

.PreuzimanjeMaterijala {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	background-color: #f3f3f3;
	margin-top: 10px;
    }

.PreuzimanjeMaterijala > div:first-of-type {
	padding-right: 50px;
	display: flex;
	flex-direction: column;
	color: black;
    width: 100% !important;
	font-size: 16px;
	align-self: center;
    }
	
.TipFajlaKontejner {
    display: flex;
    font-size: 10px;
    justify-content: center;
    width: 80px;
}	

.PDF {
    background-image: url("/images/tipoviFajlova/AdobeAcrobat.png");
}

.TipFajla {
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 35px;
    text-align: center;
    transition: all .2s;
    width: 70px;
}

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

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

    #EfestItemContainer {
        justify-content: space-evenly;
        padding: 20px;
    }

    .EfestItem {
        width: 300px;
    }

    .EfestItemNaslov {
        height: 200px;
    }

    .EfestItem h2 {
        font-size: 18px !important;
        padding: 10px 20px;
    }
}

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

    #EfestItemContainer {
        padding: 0px;
    }

    .EfestDatum {
        font-size: 14px;
    }

    .EfestVreme {
        font-size: 20px;
    }

    a.EfestPredavacIme {
        justify-content: space-between;
        width: 100%;
/*        background-color: red;*/
        align-items: flex-start;
    }

    .EfestPredavacImg {
        height: 100px;
    }

    img.EfestNoviTab {
        margin: 5px 0 0 4px;
    }
}