
/* kolory kultura */
.heading.heading-border.heading-bip{
    background: rgb(80, 181 ,27);
}

.ulclear .menu_level_2 li a, .menu_level_1 li.current a{
    border-left-color: rgb(80, 181 ,27);
}

.ulclear .menu_level_1 a:hover{
    border-left-color: rgb(80, 181 ,27);
    color: rgb(80, 181 ,27);
}

.newsHeader{
    border-left-color: rgb(80, 181 ,27);
    background: rgba(255, 255, 255, 0.85) ;
}

.newsHeader span{
    color: rgb(80, 181 ,27);
}

.post .border{
    background: rgb(137, 144, 221);
}

.post-meta .moreData:hover, .post-meta a.moreData:active{
    background: rgb(137, 144, 221) !important;
}

.pagination > .active > a {
    background: rgb(80, 181 ,27) !important;
    border-color: rgb(80, 181 ,27) !important;
    color: #ffffff !important;
}

.pagination > .active > a:hover{
    background: rgb(80, 181 ,27) !important;
}

.pagination > li > a{
    color: rgb(137, 144, 221) !important;
}

#header nav ul.nav-main li a{
    color: rgb(137, 144, 221);
}

#header nav ul.nav-main > li:hover > a {
    background: rgb(137, 144, 221) !important;
}

.blog-posts article .post-content a{
    color: rgb(137, 144, 221);
}

.post-content h2 a, .post-content h3 a, .post-content p.h4 a{
    color: #777777 !important;
}

/* kolor kalendarz */
.sidebar .calendar .icon, .kalendarz .item .date{
    background: rgb(137, 144, 221);
}

.kalendarz .fullLink {
    border-left-color: rgb(137, 144, 221);
    border-bottom-color: rgb(137, 144, 221);
}

.kalendarz .fullLink:hover{
    background: rgb(137, 144, 221) !important;
}

/* kolor pogoda */
.sidebar .weather .icon{
    background: rgb(80, 181 ,27) !important;
}

.sidebar .weatherBody{
    border-bottom-color: rgb(80, 181 ,27) !important;
    border-left-color: rgb(80, 181 ,27) !important;
}