#eventsContainer div.eventElement span.eventsportcat{
    background-color: rgba(20,110,227,1);
    background-image: url("/images/sportevent.png");
    background-position: right 5px top 5px;
    background-repeat: no-repeat;
}

#eventsContainer div.eventElement span.ostalo{
    background-color: #e31a53;
    background-image: url("/images/ostaloevent.png");
    background-position: right 5px top 5px;
    background-repeat: no-repeat;
}

#eventsContainer div.eventElement span.eventtheatercat{
    background-color: #cb901d;
    background-image: url("/images/teatarevent.png");
    background-position: right 5px top 5px;
    background-repeat: no-repeat;
}

#eventsContainer div.eventElement span.eventmusiccat{
    background-color: #04ade4;
    background-image: url("/images/muzikaevent.png");
    background-position: right 5px top 5px;
    background-repeat: no-repeat;
}

#eventsContainer div.eventElement span.eventmoviecat{
background-color: #1dcb4a;
    background-image: url(/images/filmevent.png);
    background-position: right 7px top 6px;
    background-repeat: no-repeat;
}