body{
    margin: 0;
}

.rec-listing-item {
    width: 33.3333%;
    float: left;
    height: 250px;
    padding-right: 10px;
}

.rec-item0, .rec-item3 {
    padding-right: 12px;
}

.rec-item1, .rec-item4 {
    padding-right: 6px;
    padding-left: 6px;
}

.rec-item2, .rec-item5 {
    padding-left: 12px;
    padding-right: 0px;
}

@media only screen and (max-width: 700px) {
    .rec-listing-item {
        /* width: 50%; */
        float: left;
        height: 200px;
    }
}

@media only screen and (max-width: 400px) {
    .rec-listing-item {
        height: 160px;
    }
}

.rec-listing-item-tb-2 {
    position: relative;
}

.rec-listing-item-tb-2 .rec-item-inner {
    position: relative;
}

.rec-listing-item-tb-2 .rec-img-holder {
    width: 100%;
    margin-right: 0;
    float: none;
    display: block;
}

.rec-img-holder {
    position: relative;
    width: 80px;
    display: inline-block;
    margin-right: 15px;
    transition: none;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: center !important;
}

.rec-img-holder:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 70%;
}

.rec-post-title {
    font-size: 15px;
    color: #000000;
    font-family: sans-serif;
    font-weight: 500;
    line-height: 17px;
    display: block;
    text-transform: none;
}

a {
    background-color: transparent;
    color: #444;
    text-decoration: none;
}

.rec_section-heading {
    padding: 20px 0px;
}

.rec_h-text {
    font-family: sans-serif;
    font-weight: 550;
    font-size: 17px;
    text-transform: capitalize;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}