#homecategoriez h4 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

#homecategoriez img {
    border: 1px solid #D1D1D1;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#homecategoriez img:hover {
	opacity: 50%;
}
#homecategoriez .category-title {
    font-size: 14px;
    font-weight: bold;
    padding: 6px 11px;
    text-align: center;
    margin-bottom: 0;
}

#homecategoriez .category-description {
    text-align: center;
    height: auto;
    line-height: 15px;
}

#homecategoriez .category-description a {
    font-size: 12px;
    color: #232323;
}

#homecategoriez li {
    display: table-cell;
	margin-bottom: 10px;
}
#text_disp {
	color: black;
    padding: 10px;
    background-color: #c5efef;
}
.right-block { text-align: center; }
.col-cat-1 {
    float: left;
    width: 100%;
}
@media (min-width: 576px) {
    .col-cat-2 {
        float: left;
        width: 50%;
    }
}
@media (min-width: 992px) {
    .col-cat-3 {
        float: left;
        width: 33.33333%;
    }
}
@media (min-width: 1400px) {
    .col-cat-4 {
        float: left;
        width: 25%;
    }
}