/*!
 * responsive-custom.less
 *

 @column-width:42;
 @gutter-width: 20;
 @columns: 12;

 @total-width=@columns*(@column-width+@gutter-width);
 
 */