/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 1024px) {

	.navigation ul li{ margin-right:26px; font-size:15px; line-height:17px;}
	.due input{ width:13%;}
	label{ font-size:11px;}
		 
}



/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 767px) {
	.wrapper{ margin:0 10px}
	.main{ width:100%; margin-right:0;}
	.main label{ width:100%;}
	.main input[type="text"]{ width:96%;}
	.main textarea{ width:96% !important;}
	.main select{ width:100% !important;}
	.left_container{ width:100%; margin-right:0;}
	.payments{ width:100%; margin-right:0;}
	.payments-editor{ float:left; width:100%; margin-left:0;}
	.due label{ width:100%; margin-right:0;}
	.due input{ width:96%;}
	
	

}
/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

@media only screen and (min-width: 480px) and (max-width: 767px) {


}