.clear {
    clear:all!important;
}

.hr {
    clear:both;
    display:block;
    border-bottom:1px solid #ccc!important;
    margin-bottom:20px!important;
    width:100%;
}

.view-projects .views-row:nth-child(4n) {
    clear:left!important;
}