/*
Responsive Template Name: RS-MQF 1200 V.2
File: 1200px Responsive Framework CSS
Author: OS Templates
Author URI: http://www.os-templates.com/
Licence: <a href="http://www.os-templates.com/template-terms">Website Template Licence</a>
*/

.one_half, 
.one_third, .two_third, 
.one_quarter, .two_quarter, .three_quarter, 
.one_fifth, .two_fifth, .three_fifth, .four_fifth, 
.one_sixth, .two_sixth, .three_sixth, .four_sixth, .five_sixth {
	display:inline; float:left; margin-right: 2%; list-style:none; }

.first{margin-left:0; clear:left;}
.first, .nogutter{margin:0;}
.minimarge {margin:0 0 0 2.5%}

.full_width{display:block; max-width:1000px; margin:0 auto; clear:both;}

/*----------------------------------------------Half Grid-------------------------------------*/
.one_half{width:48%;}

/*----------------------------------------------Third Grid-------------------------------------*/
.one_third{width:30%;}
.two_third{width:65%;}

/*----------------------------------------------Quarter Grid-------------------------------------*/
.one_quarter{width:24.25%;}
.two_quarter{width:47.5%;} /* Same as one_half */
.three_quarter{width:71.25%;}

/*----------------------------------------------Fifth Grid-------------------------------------*/
.one_fifth{width:16%;}
.two_fifth{width:37%;}
.three_fifth{width:59%;}
.four_fifth{width:79%;}

/*----------------------------------------------Sixth Grid-------------------------------------*/
.one_sixth{width:18%;}
.two_sixth{width:30%;} /* Same as one_third */
.three_sixth{width:47.5%;} /* Same as one_half */
.four_sixth{width:65%;} /* Same as two_third */
.five_sixth{width:82.5%;}