.content-wrapper {
    background: #4e958d no-repeat right bottom;
    border: 1px solid #4e958d;
}

.content-wrapper .main-filter  ul.sort-filter {
    background-color: #60a69c;
    border-bottom: 1px solid #67bbab;
}
.content-wrapper .articles .article:hover {
    background-color: #388473;
    border: 1px dashed #388473 !important;
    cursor: pointer;
}

.content-wrapper .sidebar {
    background-color: #388473;
    border: 1px dashed #146548;
}

.content-wrapper .main-filter input {
    background-color: rgb(56, 132, 115);
    border: 1px dashed rgb(20, 101, 72);
}

.category-tabs > .active {
    background-color: #388473;
}
.content-wrapper .pagination .pages li.active a {
    background-color: #388473;
    border: 1px solid #146548;
}