/*
   Spezific styling for salvattore
   Feel free to edit it as you like
   More info at http://salvattore.com
 */


/* Base styles */

.column {
    float: left;
}


/* @media screen and (max-width: 480px) {
    .column {
        float: none;
        position: relative;
        clear: both;
    }
} */

.size-1of4 {
    width: 24%;
    margin-right: 1.33%;
}
.size-1of4:last-of-type{
    margin-right: 0;
}
.size-1of3 {
    width: 32%;
    margin-right: 2%;
}
.size-1of3:last-of-type{
    margin-right: 0;
}
.size-1of2 {
    width: 50%;
}

#grid2[data-columns]::before {
    content: '2 .column.size-1of2';
}

#grid3[data-columns]::before {
    content: '3 .column.size-1of3';
}
#grid4[data-columns]::before {
    content: '4 .column.size-1of4';
}
.new-conty li{
    margin-bottom: 25px;
}

