.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination a.active {
    background-color: #E5E5E5;
    color: white;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}


.category_box {
    display: inline-block;
    font-size: 18px;
    width: 14%;
    margin: -1px 0 0 -4px;
    padding: 2% 1%;
    text-align: center;
}
div.parent .category_box {
    width: 18%;
}
.category_child_box {
    display: block;
    font-size: 18px;
    width: 22%;
    margin: 10px 0.5%;
    padding: 1%;
    color: #E5E5E5;
    background-color: #f7f7f7;
    border-color: #ffffff;
    border-radius: 20px;
    border-style: solid;
    float: left;
    text-align: center;
    border-width: 0px;
}
.category_box a, .category_child_box a {
    color: #E5E5E5;
}
.category_box p, .category_child_box p {
    margin: 0 auto;
}
.category_child_box h4 {
    margin: 0 auto;

    font-weight: normal;
    line-height: 150%;

}
.category_box h4 {
    text-align: center;
    margin: 0 auto;
    font-weight: normal;
    line-height: 2.625em;
    color: #000000;
    transition: color 0.3s;
    font-size: 20px;
}
.category_box h4:hover {
    color: #E5E5E5;
}
.category_box h4 i {
    text-align: center;
    font-size: 1.25em;
    vertical-align: top;
    background-color: #ffffff;
    color: #E5E5E5;
    width: 2em;
    height: 2em;
    line-height: 2em;
    border-radius: 100%;
    padding: 5px;
    border: 1px solid;
    transition: color 0.3s;
    transition: background 0.3s;
}
.category_box h4:hover i {
    text-align: center;
    font-size: 1.25em;
    vertical-align: top;
    background-color: #E5E5E5;
    width: 2em;
    height: 2em;
    line-height: 2em;
    border-radius: 100%;
    padding: 5px;
    border: 1px solid #E5E5E5;
    color: #ffffff;
}

@media screen and (min-width: 1000px) and (max-width: 1239px){
    div.parent .category_box {
        width: 23%;
    }
}
@media screen and (min-width: 640px) and (max-width: 999px) {
    div.parent .category_box {
        width: 31%;
    }
}
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^zdrowie/(.*)$ /$1 [NC,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^biznes/(.*)$ /$1 [NC,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^krakowskie/(.*)$ /$1 [NC,L]
