/*
Title:   Custom Css File
Author:  http://themeforest.net/user/hogash // Marius Hogas
PLACE HERE YOUR OWN CSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
I WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.query_rule {
    color: #000;
}

.fullwidth-form input[type=text], .fullwidth-form textarea {
    width: 100%;
}

.catalog .summary {
    display: none;
}

.row-fluid .span3:nth-child(4n + 5){
    margin-left:0;
}