.blogpost-list-item {
    padding: 0 20px 77px 20px;
    border: 1px solid #dbdbdb;
    background: #ffffff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    flex: 0 0 calc(25% - 18px);
    max-width: calc(25% - 18px);
    margin-right: 24px;
    overflow: hidden;
    text-align: right;
    position: relative;
}
#blogpost-list .row .blogpost-list-item:nth-child(4){
    margin-right: 0;
}
.badges{
    position: absolute;
    left: 20px;
    bottom:20%;
    text-align: left;
}
#blogpost-list .badge{
    background: #cd1313;
    opacity: 0.80;
    filter: alpha(opacity=80);
    color:#fff;
}
.blogpost-title, .blogpost-prview {
    text-align: left;
}
.blogpost-image{
    position: relative;
    margin:0 -20px 0 -20px;
    display: block;
    padding-top:75%;
    background-size: 105%;
    background-position: center center;
    background-repeat: no-repeat;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.blogpost-image:hover{
    background-size: 108%;
}
.blogpost-title{
    display: block;
    font-size: 1.5em;
    font-weight: 300;
    padding: 20px 0 10px 0;
    color: #d31414;
}
.blogpost-list-item .btn_sm_2_ns{
    font-size: 1em;
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding: 6px 8px 7px 8px;
}
.blogpost-list-item .btn_sm_2_ns:hover{
    background: #a20606;
    color: #ffffff;
    padding: 6px 5px 7px 11px;
}
.col3001, .col3002, .col_page_number{
    width:33.333%;
    margin-right: 0;
}

.page-navig-wrap{
    margin-top: 5px;
}
.page-navig-wrap a, .page-navig-wrap span{
    margin-bottom: 0;
}
.page-navig-wrap a:last-of-type{
    margin-right: 0;
}
.col_page_number .page{
    float: right;
}

@media (max-width: 991.98px) { 
    .col3001, .col3002{
        width:100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .col_page_number{
        width:100%;
        margin-bottom: 5px;
        text-align: center;
    }
    .col_page_number .page{
        float: none;
    }
    .col_page_number .page #limit{
        width: auto;
    }
    .blogpost-list-item{
        flex: 0 0 calc(50% - 12px);
        max-width: calc(50% - 12px);
    }
    #blogpost-list .row .blogpost-list-item:nth-child(2){
        margin-right: 0;
    }
}

@media (max-width: 460px) {
    .blogpost-list-item{
        margin-right: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .page-navig-wrap a, .page-navig-wrap span{
        margin-right: 16px;
    }
}