/*
-------------------

	GURU Framework

	Guru · CSS Sizing
	Jan . 2022

	© Exactuflow
	http://guru.exactuflow.pt

-------------------
*/

/* 
	Guru . Positioning and sizing

	 Header size
	 large: 96;
	 small: 146;

	1; 768, 990, 1200;
	> 1 & < 767 ; >= 768 & < 989; >= 990 & < 1199; >=1200

*/

/* Height */

	/* Height . Default */

		.v_quarter							{ min-height: 25vh !important; }
		.v_third 							{ min-height: 33.333vh !important; }
		.v_twothirds 						{ min-height: 66.666vh !important; }
		.v_half 							{ min-height: 50vh !important; }
		.v_full 							{ min-height: 100vh !important; }

		.v_min_0 							{ min-height: 0px !important; }
		.v_min_10 							{ min-height: 10px !important; }
		.v_min_20 							{ min-height: 20px !important; }
		.v_min_30 							{ min-height: 30px !important; }
		.v_min_40 							{ min-height: 40px !important; }
		.v_min_50 							{ min-height: 50px !important; }
		.v_min_60 							{ min-height: 60px !important; }
		.v_min_70 							{ min-height: 70px !important; }
		.v_min_80 							{ min-height: 80px !important; }
		.v_min_90 							{ min-height: 90px !important; }
		.v_min_100 							{ min-height: 100px !important; }
		.v_min_150 							{ min-height: 150px !important; }
		.v_min_200 							{ min-height: 200px !important; }
		.v_min_250 							{ min-height: 250px !important; }
		.v_min_300 							{ min-height: 300px !important; }
		.v_min_350 							{ min-height: 350px !important; }
		.v_min_400 							{ min-height: 400px !important; }
		.v_min_450 							{ min-height: 450px !important; }
		.v_min_500 							{ min-height: 500px !important; }

		.v_max_0 							{ max-height: 0px !important; }
		.v_max_10 							{ max-height: 10px !important; }
		.v_max_20 							{ max-height: 20px !important; }
		.v_max_30 							{ max-height: 30px !important; }
		.v_max_40 							{ max-height: 40px !important; }
		.v_max_50 							{ max-height: 50px !important; }
		.v_max_60 							{ max-height: 60px !important; }
		.v_max_70 							{ max-height: 70px !important; }
		.v_max_80 							{ max-height: 80px !important; }
		.v_max_90 							{ max-height: 90px !important; }
		.v_max_100 							{ max-height: 100px !important; }
		.v_max_150 							{ max-height: 150px !important; }
		.v_max_200 							{ max-height: 200px !important; }
		.v_max_250 							{ max-height: 250px !important; }
		.v_max_300 							{ max-height: 300px !important; }
		.v_max_350 							{ max-height: 350px !important; }
		.v_max_400 							{ max-height: 400px !important; }
		.v_max_450 							{ max-height: 450px !important; }
		.v_max_500 							{ max-height: 500px !important; }

	/* Height . Extra small screens */

		@media (min-width: 100px) {

			.xs-v_min_0, .xs-v_min_10, .xs-v_min_20, .xs-v_min_30, .xs-v_min_40, .xs-v_min_50, .xs-v_min_60, .xs-v_min_70, .xs-v_min_80, .xs-v_min_90, .xs-v_min_100, .xs-v_min_150, .xs-v_min_200, .xs-v_min_250, .xs-v_min_300, .xs-v_min_350, .xs-v_min_400, .xs-v_min_450, .xs-v_min_500 {
				min-height: initial !important;
			}

			/* Default */
				.v_quarter						{ min-height: 25vh !important; }
				.v_third 						{ min-height: 33.333vh !important; }
				.v_twothirds 					{ min-height: 66.666vh !important; }
				.v_half 						{ min-height: 50vh !important; }
				.v_full 						{ min-height: 100vh !important; }

				.v_min_0 							{ min-height: 0px !important; }
				.v_min_10 							{ min-height: 10px !important; }
				.v_min_20 							{ min-height: 20px !important; }
				.v_min_30 							{ min-height: 30px !important; }
				.v_min_40 							{ min-height: 40px !important; }
				.v_min_50 							{ min-height: 50px !important; }
				.v_min_60 							{ min-height: 60px !important; }
				.v_min_70 							{ min-height: 70px !important; }
				.v_min_80 							{ min-height: 80px !important; }
				.v_min_90 							{ min-height: 90px !important; }
				.v_min_100 							{ min-height: 100px !important; }
				.v_min_150 							{ min-height: 150px !important; }
				.v_min_200 							{ min-height: 200px !important; }
				.v_min_250 							{ min-height: 250px !important; }
				.v_min_300 							{ min-height: 300px !important; }
				.v_min_350 							{ min-height: 350px !important; }
				.v_min_400 							{ min-height: 400px !important; }
				.v_min_450 							{ min-height: 450px !important; }
				.v_min_500 							{ min-height: 500px !important; }

				.v_max_0 							{ max-height: 0px !important; }
				.v_max_10 							{ max-height: 10px !important; }
				.v_max_20 							{ max-height: 20px !important; }
				.v_max_30 							{ max-height: 30px !important; }
				.v_max_40 							{ max-height: 40px !important; }
				.v_max_50 							{ max-height: 50px !important; }
				.v_max_60 							{ max-height: 60px !important; }
				.v_max_70 							{ max-height: 70px !important; }
				.v_max_80 							{ max-height: 80px !important; }
				.v_max_90 							{ max-height: 90px !important; }
				.v_max_100 							{ max-height: 100px !important; }
				.v_max_150 							{ max-height: 150px !important; }
				.v_max_200 							{ max-height: 200px !important; }
				.v_max_250 							{ max-height: 250px !important; }
				.v_max_300 							{ max-height: 300px !important; }
				.v_max_350 							{ max-height: 350px !important; }
				.v_max_400 							{ max-height: 400px !important; }
				.v_max_450 							{ max-height: 450px !important; }
				.v_max_500 							{ max-height: 500px !important; }

			/* Overides */
				.xs-v_quarter					{ min-height: 25vh !important; }
				.xs-v_quarter.ignore_header 	{ min-height: calc(100vh - 146px) !important; }

				.xs-v_third						{ min-height: 33.333vh !important; }
				.xs-v_third.ignore_header 		{ min-height: calc(33.333vh - 146px) !important; }

				.xs-v_twothirds					{ min-height: 66.666vh !important; }
				.xs-v_twothirds.ignore_header 	{ min-height: calc(66.666vh - 146px) !important; }

				.xs-v_half						{ min-height: 50vh !important; }
				.xs-v_half.ignore_header 		{ min-height: calc(50vh - 146px) !important; }

				.xs-v_full 						{ min-height: 100vh !important; }
				.xs-v_full.ignore_header 		{ min-height: calc(100vh - 146px) !important; }

				.xs-v_min_0 					{ min-height: 0px !important; }
				.xs-v_min_10 					{ min-height: 10px !important; }
				.xs-v_min_20 					{ min-height: 20px !important; }
				.xs-v_min_30 					{ min-height: 30px !important; }
				.xs-v_min_40 					{ min-height: 40px !important; }
				.xs-v_min_50 					{ min-height: 50px !important; }
				.xs-v_min_60 					{ min-height: 60px !important; }
				.xs-v_min_70 					{ min-height: 70px !important; }
				.xs-v_min_80 					{ min-height: 80px !important; }
				.xs-v_min_90 					{ min-height: 90px !important; }
				.xs-v_min_100 					{ min-height: 100px !important; }
				.xs-v_min_150 					{ min-height: 150px !important; }
				.xs-v_min_200 					{ min-height: 200px !important; }
				.xs-v_min_250 					{ min-height: 250px !important; }
				.xs-v_min_300 					{ min-height: 300px !important; }
				.xs-v_min_350 					{ min-height: 350px !important; }
				.xs-v_min_400 					{ min-height: 400px !important; }
				.xs-v_min_450 					{ min-height: 450px !important; }
				.xs-v_min_500 					{ min-height: 500px !important; }

				.xs-v_max_0 					{ max-height: 0px !important; }
				.xs-v_max_10 					{ max-height: 10px !important; }
				.xs-v_max_20 					{ max-height: 20px !important; }
				.xs-v_max_30 					{ max-height: 30px !important; }
				.xs-v_max_40 					{ max-height: 40px !important; }
				.xs-v_max_50 					{ max-height: 50px !important; }
				.xs-v_max_60 					{ max-height: 60px !important; }
				.xs-v_max_70 					{ max-height: 70px !important; }
				.xs-v_max_80 					{ max-height: 80px !important; }
				.xs-v_max_90 					{ max-height: 90px !important; }
				.xs-v_max_100 					{ max-height: 100px !important; }
				.xs-v_max_150 					{ max-height: 150px !important; }
				.xs-v_max_200 					{ max-height: 200px !important; }
				.xs-v_max_250 					{ max-height: 250px !important; }
				.xs-v_max_300 					{ max-height: 300px !important; }
				.xs-v_max_350 					{ max-height: 350px !important; }
				.xs-v_max_400 					{ max-height: 400px !important; }
				.xs-v_max_450 					{ max-height: 450px !important; }
				.xs-v_max_500 					{ max-height: 500px !important; }

		}

	/* Height . Small screens */

		@media (min-width: 768px) {

			/* Reset */
				.xs-v_quarter, .xs-v_third, .xs-v_twothirds, .xs-v_half, .xs-v_full { 
					min-height: auto !important; 
				}

				.xs-v_min_0, .xs-v_min_10, .xs-v_min_20, .xs-v_min_30, .xs-v_min_40, .xs-v_min_50, .xs-v_min_60, .xs-v_min_70, .xs-v_min_80, .xs-v_min_90, .xs-v_min_100, .xs-v_min_150, .xs-v_min_200, .xs-v_min_250, .xs-v_min_300, .xs-v_min_350, .xs-v_min_400, .xs-v_min_450, .xs-v_min_500 {
					min-height: initial !important;
				}

			/* Default */
				.v_quarter						{ min-height: 25vh !important; }
				.v_third 						{ min-height: 33.333vh !important; }
				.v_twothirds 					{ min-height: 66.666vh !important; }
				.v_half 						{ min-height: 50vh !important; }
				.v_full 						{ min-height: 100vh !important; }

				.v_min_0 						{ min-height: 0px !important; }
				.v_min_10 						{ min-height: 10px !important; }
				.v_min_20 						{ min-height: 20px !important; }
				.v_min_30 						{ min-height: 30px !important; }
				.v_min_40 						{ min-height: 40px !important; }
				.v_min_50 						{ min-height: 50px !important; }
				.v_min_60 						{ min-height: 60px !important; }
				.v_min_70 						{ min-height: 70px !important; }
				.v_min_80 						{ min-height: 80px !important; }
				.v_min_90 						{ min-height: 90px !important; }
				.v_min_100 						{ min-height: 100px !important; }
				.v_min_150 						{ min-height: 150px !important; }
				.v_min_200 						{ min-height: 200px !important; }
				.v_min_250 						{ min-height: 250px !important; }
				.v_min_300 						{ min-height: 300px !important; }
				.v_min_350 						{ min-height: 350px !important; }
				.v_min_400 						{ min-height: 400px !important; }
				.v_min_450 						{ min-height: 450px !important; }
				.v_min_500 						{ min-height: 500px !important; }

				.v_max_0 						{ max-height: 0px !important; }
				.v_max_10 						{ max-height: 10px !important; }
				.v_max_20 						{ max-height: 20px !important; }
				.v_max_30 						{ max-height: 30px !important; }
				.v_max_40 						{ max-height: 40px !important; }
				.v_max_50 						{ max-height: 50px !important; }
				.v_max_60 						{ max-height: 60px !important; }
				.v_max_70 						{ max-height: 70px !important; }
				.v_max_80 						{ max-height: 80px !important; }
				.v_max_90 						{ max-height: 90px !important; }
				.v_max_100 						{ max-height: 100px !important; }
				.v_max_150 						{ max-height: 150px !important; }
				.v_max_200 						{ max-height: 200px !important; }
				.v_max_250 						{ max-height: 250px !important; }
				.v_max_300 						{ max-height: 300px !important; }
				.v_max_350 						{ max-height: 350px !important; }
				.v_max_400 						{ max-height: 400px !important; }
				.v_max_450 						{ max-height: 450px !important; }
				.v_max_500 						{ max-height: 500px !important; }

			/* Overides */
				.sm-v_quarter 					{ min-height: 25vh !important; }
				.sm-v_quarter.ignore_header 	{ min-height: calc(100vh - 146px) !important; }

				.sm-v_third						{ min-height: 33.333vh !important; }
				.sm-v_third.ignore_header 		{ min-height: calc(33.333vh - 146px) !important; }

				.sm-v_twothirds					{ min-height: 66.666vh !important; }
				.sm-v_twothirds.ignore_header 	{ min-height: calc(66.666vh - 146px) !important; }

				.sm-v_half						{ min-height: 50vh !important; }
				.sm-v_half.ignore_header 		{ min-height: calc(50vh - 146px) !important; }

				.sm-v_full 						{ min-height: 100vh !important; }
				.sm-v_full.ignore_header 		{ min-height: calc(100vh - 146px) !important; }

				.sm-v_min_0 					{ min-height: 0px !important; }
				.sm-v_min_10 					{ min-height: 10px !important; }
				.sm-v_min_20 					{ min-height: 20px !important; }
				.sm-v_min_30 					{ min-height: 30px !important; }
				.sm-v_min_40 					{ min-height: 40px !important; }
				.sm-v_min_50 					{ min-height: 50px !important; }
				.sm-v_min_60 					{ min-height: 60px !important; }
				.sm-v_min_70 					{ min-height: 70px !important; }
				.sm-v_min_80 					{ min-height: 80px !important; }
				.sm-v_min_90 					{ min-height: 90px !important; }
				.sm-v_min_100 					{ min-height: 100px !important; }
				.sm-v_min_150 					{ min-height: 150px !important; }
				.sm-v_min_200 					{ min-height: 200px !important; }
				.sm-v_min_250 					{ min-height: 250px !important; }
				.sm-v_min_300 					{ min-height: 300px !important; }
				.sm-v_min_350 					{ min-height: 350px !important; }
				.sm-v_min_400 					{ min-height: 400px !important; }
				.sm-v_min_450 					{ min-height: 450px !important; }
				.sm-v_min_500 					{ min-height: 500px !important; }

				.sm-v_max_0 					{ max-height: 0px !important; }
				.sm-v_max_10 					{ max-height: 10px !important; }
				.sm-v_max_20 					{ max-height: 20px !important; }
				.sm-v_max_30 					{ max-height: 30px !important; }
				.sm-v_max_40 					{ max-height: 40px !important; }
				.sm-v_max_50 					{ max-height: 50px !important; }
				.sm-v_max_60 					{ max-height: 60px !important; }
				.sm-v_max_70 					{ max-height: 70px !important; }
				.sm-v_max_80 					{ max-height: 80px !important; }
				.sm-v_max_90 					{ max-height: 90px !important; }
				.sm-v_max_100 					{ max-height: 100px !important; }
				.sm-v_max_150 					{ max-height: 150px !important; }
				.sm-v_max_200 					{ max-height: 200px !important; }
				.sm-v_max_250 					{ max-height: 250px !important; }
				.sm-v_max_300 					{ max-height: 300px !important; }
				.sm-v_max_350 					{ max-height: 350px !important; }
				.sm-v_max_400 					{ max-height: 400px !important; }
				.sm-v_max_450 					{ max-height: 450px !important; }
				.sm-v_max_500 					{ max-height: 500px !important; }

		}

	/* Height . Medium screens */

		@media (min-width: 990px) {

			/* Reset */
				.xs-v_quarter, .xs-v_third, .xs-v_twothirds, .xs-v_half, .xs-v_full,
				.sm-v_quarter, .sm-v_third, .sm-v_twothirds, .sm-v_half, .sm-v_full { 
					min-height: auto !important; 
				}

				.xs-v_min_0, .xs-v_min_10, .xs-v_min_20, .xs-v_min_30, .xs-v_min_40, .xs-v_min_50, .xs-v_min_60, .xs-v_min_70, .xs-v_min_80, .xs-v_min_90, .xs-v_min_100, .xs-v_min_150, .xs-v_min_200, .xs-v_min_250, .xs-v_min_300, .xs-v_min_350, .xs-v_min_400, .xs-v_min_450, .xs-v_min_500,
				.sm-v_min_0, .sm-v_min_10, .sm-v_min_20, .sm-v_min_30, .sm-v_min_40, .sm-v_min_50, .sm-v_min_60, .sm-v_min_70, .sm-v_min_80, .sm-v_min_90, .sm-v_min_100, .sm-v_min_150, .sm-v_min_200, .sm-v_min_250, .sm-v_min_300, .sm-v_min_350, .sm-v_min_400, .sm-v_min_450, .sm-v_min_500 {
					min-height: initial !important;
				}

			/* Default */
				.v_quarter						{ min-height: 25vh !important; }
				.v_third 						{ min-height: 33.333vh !important; }
				.v_twothirds 					{ min-height: 66.666vh !important; }
				.v_half 						{ min-height: 50vh !important; }
				.v_full 						{ min-height: 100vh !important; }

				.v_min_0 						{ min-height: 0px !important; }
				.v_min_10 						{ min-height: 10px !important; }
				.v_min_20 						{ min-height: 20px !important; }
				.v_min_30 						{ min-height: 30px !important; }
				.v_min_40 						{ min-height: 40px !important; }
				.v_min_50 						{ min-height: 50px !important; }
				.v_min_60 						{ min-height: 60px !important; }
				.v_min_70 						{ min-height: 70px !important; }
				.v_min_80 						{ min-height: 80px !important; }
				.v_min_90 						{ min-height: 90px !important; }
				.v_min_100 						{ min-height: 100px !important; }
				.v_min_150 						{ min-height: 150px !important; }
				.v_min_200 						{ min-height: 200px !important; }
				.v_min_250 						{ min-height: 250px !important; }
				.v_min_300 						{ min-height: 300px !important; }
				.v_min_350 						{ min-height: 350px !important; }
				.v_min_400 						{ min-height: 400px !important; }
				.v_min_450 						{ min-height: 450px !important; }
				.v_min_500 						{ min-height: 500px !important; }

				.v_max_0 						{ max-height: 0px !important; }
				.v_max_10 						{ max-height: 10px !important; }
				.v_max_20 						{ max-height: 20px !important; }
				.v_max_30 						{ max-height: 30px !important; }
				.v_max_40 						{ max-height: 40px !important; }
				.v_max_50 						{ max-height: 50px !important; }
				.v_max_60 						{ max-height: 60px !important; }
				.v_max_70 						{ max-height: 70px !important; }
				.v_max_80 						{ max-height: 80px !important; }
				.v_min_90 						{ min-height: 90px !important; }
				.v_max_100 						{ max-height: 100px !important; }
				.v_max_150 						{ max-height: 150px !important; }
				.v_max_200 						{ max-height: 200px !important; }
				.v_max_250 						{ max-height: 250px !important; }
				.v_max_300 						{ max-height: 300px !important; }
				.v_max_350 						{ max-height: 350px !important; }
				.v_max_400 						{ max-height: 400px !important; }
				.v_max_450 						{ max-height: 450px !important; }
				.v_max_500 						{ max-height: 500px !important; }

			/* Overides */
				.md-v_quarter 					{ min-height: 25vh !important; }
				.md-v_quarter.ignore_header 	{ min-height: calc(100vh - 96px) !important; }

				.md-v_third						{ min-height: 33.333vh !important; }
				.md-v_third.ignore_header 		{ min-height: calc(33.333vh - 96px) !important; }

				.md-v_twothirds					{ min-height: 66.666vh !important; }
				.md-v_twothirds.ignore_header	{ min-height: calc(66.666vh - 96px) !important; }

				.md-v_half						{ min-height: 50vh !important; }
				.md-v_half.ignore_header 		{ min-height: calc(50vh - 96px) !important; }

				.md-v_full 						{ min-height: 100vh !important; }
				.md-v_full.ignore_header 		{ min-height: calc(100vh - 96px) !important; }


				.md-v_min_0 					{ min-height: 0px !important; }
				.md-v_min_10 					{ min-height: 10px !important; }
				.md-v_min_20 					{ min-height: 20px !important; }
				.md-v_min_30 					{ min-height: 30px !important; }
				.md-v_min_40 					{ min-height: 40px !important; }
				.md-v_min_50 					{ min-height: 50px !important; }
				.md-v_min_60 					{ min-height: 60px !important; }
				.md-v_min_70 					{ min-height: 70px !important; }
				.md-v_min_80 					{ min-height: 80px !important; }
				.md-v_min_90 					{ min-height: 90px !important; }
				.md-v_min_100 					{ min-height: 100px !important; }
				.md-v_min_150 					{ min-height: 150px !important; }
				.md-v_min_200 					{ min-height: 200px !important; }
				.md-v_min_250 					{ min-height: 250px !important; }
				.md-v_min_300 					{ min-height: 300px !important; }
				.md-v_min_350 					{ min-height: 350px !important; }
				.md-v_min_400 					{ min-height: 400px !important; }
				.md-v_min_450 					{ min-height: 450px !important; }
				.md-v_min_500 					{ min-height: 500px !important; }

				.md-v_max_0 					{ max-height: 0px !important; }
				.md-v_max_10 					{ max-height: 10px !important; }
				.md-v_max_20 					{ max-height: 20px !important; }
				.md-v_max_30 					{ max-height: 30px !important; }
				.md-v_max_40 					{ max-height: 40px !important; }
				.md-v_max_50 					{ max-height: 50px !important; }
				.md-v_max_60 					{ max-height: 60px !important; }
				.md-v_max_70 					{ max-height: 70px !important; }
				.md-v_max_80 					{ max-height: 80px !important; }
				.md-v_max_90 					{ max-height: 90px !important; }
				.md-v_max_100 					{ max-height: 100px !important; }
				.md-v_max_150 					{ max-height: 150px !important; }
				.md-v_max_200 					{ max-height: 200px !important; }
				.md-v_max_250 					{ max-height: 250px !important; }
				.md-v_max_300 					{ max-height: 300px !important; }
				.md-v_max_350 					{ max-height: 350px !important; }
				.md-v_max_400 					{ max-height: 400px !important; }
				.md-v_max_450 					{ max-height: 450px !important; }
				.md-v_max_500 					{ max-height: 500px !important; }

		}

	/* Height . Large screens */

		@media (min-width: 1200px) {

			/* Reset */
				.xs-v_quarter, .xs-v_third, .xs-v_twothirds, .xs-v_half, .xs-v_full,
				.sm-v_quarter, .sm-v_third, .sm-v_twothirds, .sm-v_half, .sm-v_full,
				.md-v_quarter, .md-v_third, .md-v_twothirds, .md-v_half, .md-v_full { 
					min-height: auto !important; 
				}

				.xs-v_min_0, .xs-v_min_10, .xs-v_min_20, .xs-v_min_30, .xs-v_min_40, .xs-v_min_50, .xs-v_min_60, .xs-v_min_70, .xs-v_min_80, .xs-v_min_90, .xs-v_min_100, .xs-v_min_150, .xs-v_min_200, .xs-v_min_250, .xs-v_min_300, .xs-v_min_350, .xs-v_min_400, .xs-v_min_450, .xs-v_min_500,
				.sm-v_min_0, .sm-v_min_10, .sm-v_min_20, .sm-v_min_30, .sm-v_min_40, .sm-v_min_50, .sm-v_min_60, .sm-v_min_70, .sm-v_min_80, .sm-v_min_90, .sm-v_min_100, .sm-v_min_150, .sm-v_min_200, .sm-v_min_250, .sm-v_min_300, .sm-v_min_350, .sm-v_min_400, .sm-v_min_450, .sm-v_min_500,
				.md-v_min_0, .md-v_min_10, .md-v_min_20, .md-v_min_30, .md-v_min_40, .md-v_min_50, .md-v_min_60, .md-v_min_70, .md-v_min_80, .md-v_min_90, .md-v_min_100, .md-v_min_150, .md-v_min_200, .md-v_min_250, .md-v_min_300, .md-v_min_350, .md-v_min_400, .md-v_min_450, .md-v_min_500 {
					min-height: initial !important;
				}

			/* Default */
				.v_quarter						{ min-height: 25vh !important; }
				.v_third 						{ min-height: 33.333vh !important; }
				.v_twothirds 					{ min-height: 66.666vh !important; }
				.v_half 						{ min-height: 50vh !important; }
				.v_full 						{ min-height: 100vh !important; }

				.v_min_0 						{ min-height: 0px !important; }
				.v_min_10 						{ min-height: 10px !important; }
				.v_min_20 						{ min-height: 20px !important; }
				.v_min_30 						{ min-height: 30px !important; }
				.v_min_40 						{ min-height: 40px !important; }
				.v_min_50 						{ min-height: 50px !important; }
				.v_min_60 						{ min-height: 60px !important; }
				.v_min_70 						{ min-height: 70px !important; }
				.v_min_80 						{ min-height: 80px !important; }
				.v_min_90 						{ min-height: 90px !important; }
				.v_min_100 						{ min-height: 100px !important; }
				.v_min_150 						{ min-height: 150px !important; }
				.v_min_200 						{ min-height: 200px !important; }
				.v_min_250 						{ min-height: 250px !important; }
				.v_min_300 						{ min-height: 300px !important; }
				.v_min_350 						{ min-height: 350px !important; }
				.v_min_400 						{ min-height: 400px !important; }
				.v_min_450 						{ min-height: 450px !important; }
				.v_min_500 						{ min-height: 500px !important; }

				.v_max_0 						{ max-height: 0px !important; }
				.v_max_10 						{ max-height: 10px !important; }
				.v_max_20 						{ max-height: 20px !important; }
				.v_max_30 						{ max-height: 30px !important; }
				.v_max_40 						{ max-height: 40px !important; }
				.v_max_50 						{ max-height: 50px !important; }
				.v_max_60 						{ max-height: 60px !important; }
				.v_max_70 						{ max-height: 70px !important; }
				.v_max_80 						{ max-height: 80px !important; }
				.v_max_90 						{ max-height: 90px !important; }
				.v_max_100 						{ max-height: 100px !important; }
				.v_max_150 						{ max-height: 150px !important; }
				.v_max_200 						{ max-height: 200px !important; }
				.v_max_250 						{ max-height: 250px !important; }
				.v_max_300 						{ max-height: 300px !important; }
				.v_max_350 						{ max-height: 350px !important; }
				.v_max_400 						{ max-height: 400px !important; }
				.v_max_450 						{ max-height: 450px !important; }
				.v_max_500 						{ max-height: 500px !important; }

			/* Overides */
				.lg-v_quarter 					{ min-height: 25vh !important; }
				.lg-v_quarter.ignore_header 	{ min-height: calc(100vh - 96px) !important; }

				.lg-v_third						{ min-height: 33.333vh !important; }
				.lg-v_quarter.ignore_header 	{ min-height: calc(33.333vh - 96px) !important; }

				.lg-v_twothirds					{ min-height: 66.666vh !important; }
				.lg-v_twothirds.ignore_header 	{ min-height: calc(66.666vh - 96px) !important; }

				.lg-v_half						{ min-height: 50vh !important; }
				.lg-v_half.ignore_header 		{ min-height: calc(50vh - 96px) !important; }

				.lg-v_full 						{ min-height: 100vh !important; }
				.lg-v_full.ignore_header 		{ min-height: calc(100vh - 96px) !important; }


				.lg-v_min_0 					{ min-height: 0px !important; }
				.lg-v_min_10 					{ min-height: 10px !important; }
				.lg-v_min_20 					{ min-height: 20px !important; }
				.lg-v_min_30 					{ min-height: 30px !important; }
				.lg-v_min_40 					{ min-height: 40px !important; }
				.lg-v_min_50 					{ min-height: 50px !important; }
				.lg-v_min_60 					{ min-height: 60px !important; }
				.lg-v_min_70 					{ min-height: 70px !important; }
				.lg-v_min_80 					{ min-height: 80px !important; }
				.lg-v_min_90 					{ min-height: 90px !important; }
				.lg-v_min_100 					{ min-height: 100px !important; }
				.lg-v_min_150 					{ min-height: 150px !important; }
				.lg-v_min_200 					{ min-height: 200px !important; }
				.lg-v_min_250 					{ min-height: 250px !important; }
				.lg-v_min_300 					{ min-height: 300px !important; }
				.lg-v_min_350 					{ min-height: 350px !important; }
				.lg-v_min_400 					{ min-height: 400px !important; }
				.lg-v_min_450 					{ min-height: 450px !important; }
				.lg-v_min_500 					{ min-height: 500px !important; }

				.lg-v_max_0 					{ max-height: 0px !important; }
				.lg-v_max_10 					{ max-height: 10px !important; }
				.lg-v_max_20 					{ max-height: 20px !important; }
				.lg-v_max_30 					{ max-height: 30px !important; }
				.lg-v_max_40 					{ max-height: 40px !important; }
				.lg-v_max_50 					{ max-height: 50px !important; }
				.lg-v_max_60 					{ max-height: 60px !important; }
				.lg-v_max_70 					{ max-height: 70px !important; }
				.lg-v_max_80 					{ max-height: 80px !important; }
				.lg-v_max_90 					{ max-height: 90px !important; }
				.lg-v_max_100 					{ max-height: 100px !important; }
				.lg-v_max_150 					{ max-height: 150px !important; }
				.lg-v_max_200 					{ max-height: 200px !important; }
				.lg-v_max_250 					{ max-height: 250px !important; }
				.lg-v_max_300 					{ max-height: 300px !important; }
				.lg-v_max_350 					{ max-height: 350px !important; }
				.lg-v_max_400 					{ max-height: 400px !important; }
				.lg-v_max_450 					{ max-height: 450px !important; }
				.lg-v_max_500 					{ max-height: 500px !important; }

		}


/* Width */

	/* Width . Default */

		.h_quarter 	{ width: 25%; }
		.h_third 	{ width: 33.3333%; }
		.h_half		{ width: 50%; }
		.h_twothirds{ width: 66.666% }
		.h_full		{ width: 100%; }

		

		.h_10		{ width: 10% }
		.h_20		{ width: 20% }
		.h_30		{ width: 30% }
		.h_40		{ width: 40% }
		.h_50		{ width: 50% }
		.h_60		{ width: 60% }
		.h_70		{ width: 70% }
		.h_80		{ width: 80% }
		.h_90		{ width: 90% }
		.h_100		{ width: 100% }

	/* Width . Extra small screens */

		@media (min-width: 100px) {

			/* Default */
			.h_full			{ width: 100% !important; }
			.h_narrow 		{ width: 50% !important; }
			.h_medium 		{ width: 70% !important; }
			.h_wide 		{ width: 90% !important; }

			/* Overide */
			.xs-h_quarter 	{ width: 25% !important; }
			.xs-h_third 	{ width: 33.3333% !important; }
			.xs-h_half		{ width: 50% !important; }
			.xs-h_twothirds	{ width: 66.66% !important; }
			.xs-h_full		{ width: 100% !important; }
			.xs-h_narrow 	{ width: 50% !important; }
			.xs-h_medium 	{ width: 70% !important; }
			.xs-h_wide 		{ width: 90% !important; }

			.xs-h_10			{ width: 10% !important; }
			.xs-h_20			{ width: 20% !important; }
			.xs-h_30			{ width: 30% !important; }
			.xs-h_40			{ width: 40% !important; }
			.xs-h_50			{ width: 50% !important; }
			.xs-h_60			{ width: 60% !important; }
			.xs-h_70			{ width: 70% !important; }
			.xs-h_80			{ width: 80% !important; }
			.xs-h_90			{ width: 90% !important; }
			.xs-h_100			{ width: 100% !important; }

		}

	/* Width . Small screens */

		@media (min-width: 768px) {

			/* Reset */
			.xs-h_quarter, .xs-h_third, .xs-h_half, .xs-h_full, .xs-h_narrow, .xs-h_medium, .xs-h_wide,
			.xs-h_10,.xs-h_20, .xs-h_30, .xs-h_40, .xs-h_50, .xs-h_60, .xs-h_70, .xs-h_80, .xs-h_90, .xs-h_100 { 
				width: initial !important;
				min-width: initial !important;
				max-width: initial !important;
			}

			/* Default */
			.h_narrow 		{ width: 40% !important; }
			.h_medium 		{ width: 60% !important; }
			.h_wide 		{ width: 90% !important; }

			/* Overide */
			.sm-h_quarter 	{ width: 25% !important; }
			.sm-h_third 	{ width: 33.3333% !important; }
			.sm-h_half		{ width: 50% !important; }
			.sm-h_twothirds	{ width: 66.66% !important; }
			.sm-h_full		{ width: 100% !important; }
			.sm-h_narrow 	{ width: 40% !important; }
			.sm-h_medium 	{ width: 60% !important; }
			.sm-h_wide 		{ width: 90% !important; }

			.sm-h_10			{ width: 10% !important; }
			.sm-h_20			{ width: 20% !important; }
			.sm-h_30			{ width: 30% !important; }
			.sm-h_40			{ width: 40% !important; }
			.sm-h_50			{ width: 50% !important; }
			.sm-h_60			{ width: 60% !important; }
			.sm-h_70			{ width: 70% !important; }
			.sm-h_80			{ width: 80% !important; }
			.sm-h_90			{ width: 90% !important; }
			.sm-h_100			{ width: 100% !important; }

			.sm-h_min_10		{ min-width: 10% !important; }
			.sm-h_min_20		{ min-width: 20% !important; }
			.sm-h_min_30		{ min-width: 30% !important; }
			.sm-h_min_40		{ min-width: 40% !important; }
			.sm-h_min_50		{ min-width: 50% !important; }
			.sm-h_min_60		{ min-width: 60% !important; }
			.sm-h_min_70		{ min-width: 70% !important; }
			.sm-h_min_80		{ min-width: 80% !important; }
			.sm-h_min_90		{ min-width: 90% !important; }
			.sm-h_min_100		{ min-width: 100% !important; }

			.sm-h_max_10		{ max-width: 10% !important; }
			.sm-h_max_20		{ max-width: 20% !important; }
			.sm-h_max_30		{ max-width: 30% !important; }
			.sm-h_max_40		{ max-width: 40% !important; }
			.sm-h_max_50		{ max-width: 50% !important; }
			.sm-h_max_60		{ max-width: 60% !important; }
			.sm-h_max_70		{ max-width: 70% !important; }
			.sm-h_max_80		{ max-width: 80% !important; }
			.sm-h_max_90		{ max-width: 90% !important; }
			.sm-h_max_100		{ max-width: 100% !important; }

		}

	/* Width . Medium screens */

		@media (min-width: 990px) {

			/* Reset */
			.xs-h_quarter, .xs-h_third, .xs-h_half, .xs-h_full, .xs-h_narrow, .xs-h_medium, .xs-h_wide,
			.xs-h_10,.xs-h_20, .xs-h_30, .xs-h_40, .xs-h_50, .xs-h_60, .xs-h_70, .xs-h_80, .xs-h_90, .xs-h_100
			.sm-h_quarter, .sm-h_third, .sm-h_half, .sm-h_full, .sm-h_narrow, .sm-h_medium, .sm-h_wide,
			.sm-h_10,.sm-h_20, .sm-h_30, .sm-h_40, .sm-h_50, .sm-h_60, .sm-h_70, .sm-h_80, .sm-h_90, .sm-h_100 { 
				width: initial !important;
				min-width: initial !important;
				max-width: initial !important;
			}

			/* Default */
			.h_narrow		{ width: 30% !important; }
			.h_medium		{ width: 60% !important; }
			.h_wide			{ width: 80% !important; }

			/* Overide */
			.md-h_quarter 	{ width: 25% !important; }
			.md-h_third 	{ width: 33.3333% !important; }
			.md-h_half		{ width: 50% !important; }
			.md-h_twothirds	{ width: 66.66% !important; }
			.md-h_full		{ width: 100% !important; }
			.md-h_narrow 	{ width: 30% !important; }
			.md-h_medium 	{ width: 60% !important; }
			.md-h_wide 		{ width: 80% !important; }

			.md-h_10			{ width: 10% !important; }
			.md-h_20			{ width: 20% !important; }
			.md-h_30			{ width: 30% !important; }
			.md-h_40			{ width: 40% !important; }
			.md-h_50			{ width: 50% !important; }
			.md-h_60			{ width: 60% !important; }
			.md-h_70			{ width: 70% !important; }
			.md-h_80			{ width: 80% !important; }
			.md-h_90			{ width: 90% !important; }
			.md-h_100			{ width: 100% !important; }
			
		}

	/* Width . Large screens */

		@media (min-width: 1200px) {

			/* Reset */
			.xs-h_quarter, .xs-h_third, .xs-h_half, .xs-h_full, .xs-h_narrow, .xs-h_medium, .xs-h_wide,
			.xs-h_10,.xs-h_20, .xs-h_30, .xs-h_40, .xs-h_50, .xs-h_60, .xs-h_70, .xs-h_80, .xs-h_90, .xs-h_100,
			.xs-h_min_10, .xs-h_min_20, .xs-h_min_30, .xs-h_min_40, .xs-h_min_50, .xs-h_min_60, .xs-h_min_70, .xs-h_min_80, .xs-h_min_90, .xs-h_min_100,
			.xs-h_max_10, .xs-h_max_20, .xs-h_max_30, .xs-h_max_40, .xs-h_max_50, .xs-h_max_60, .xs-h_max_70, .xs-h_max_80, .xs-h_max_90, .xs-h_max_100,
			.sm-h_quarter, .sm-h_third, .sm-h_half, .sm-h_full, .sm-h_narrow, .sm-h_medium, .sm-h_wide,
			.sm-h_10,.sm-h_20, .sm-h_30, .sm-h_40, .sm-h_50, .sm-h_60, .sm-h_70, .sm-h_80, .sm-h_90, .sm-h_100,
			.md-h_quarter, .md-h_third, .md-h_half, .md-h_full, .md-h_narrow, .md-h_medium, .md-h_wide,
			.md-h_10,.md-h_20, .md-h_30, .md-h_40, .md-h_50, .md-h_60, .md-h_70, .md-h_80, .md-h_90, .md-h_100 { 
				width: initial !important;
				min-width: initial !important;
				max-width: initial !important;
			}

			/* Default */
			.h_narrow 		{ width: 40% !important; }
			.h_medium 		{ width: 70% !important; }
			.h_wide 		{ width: 80% !important; }

			/* Overide */
			.lg-h_quarter 	{ width: 25% !important; }
			.lg-h_third 	{ width: 33.3333% !important; }
			.lg-h_half		{ width: 50% !important; }
			.lg-h_twothirds	{ width: 66.66% !important; }
			.lg-h_full		{ width: 100% !important; }
			.lg-h_narrow 	{ width: 40% !important; }
			.lg-h_medium 	{ width: 70% !important; }
			.lg-h_wide 		{ width: 80% !important; }

			.lg-h_10			{ width: 10% !important; }
			.lg-h_20			{ width: 20% !important; }
			.lg-h_30			{ width: 30% !important; }
			.lg-h_40			{ width: 40% !important; }
			.lg-h_50			{ width: 50% !important; }
			.lg-h_60			{ width: 60% !important; }
			.lg-h_70			{ width: 70% !important; }
			.lg-h_80			{ width: 80% !important; }
			.lg-h_90			{ width: 90% !important; }
			.lg-h_100			{ width: 100% !important; }

		}

		.h_narrow 	{ max-width: 1200px !important;}
		.h_medium 	{ max-width: 1200px !important;}
		.h_wide 	{ max-width: 1200px !important;}


/* Margin */

	/* Margin . Default */

		/* Margin . Top */

			.mt_0 	{ margin-top: 0px;   }
			.mt_5 	{ margin-top: 5px;   }
			.mt_10 	{ margin-top: 10px;  }
			.mt_15 	{ margin-top: 15px;  }
			.mt_20 	{ margin-top: 20px;  }
			.mt_25 	{ margin-top: 25px;  }
			.mt_30 	{ margin-top: 30px;  }
			.mt_35 	{ margin-top: 35px;  }
			.mt_40 	{ margin-top: 40px;  }
			.mt_45 	{ margin-top: 45px;  }
			.mt_50 	{ margin-top: 50px;  }
			.mt_55 	{ margin-top: 55px;  }
			.mt_60 	{ margin-top: 60px;  }
			.mt_65 	{ margin-top: 65px;  }
			.mt_70 	{ margin-top: 70px;  }
			.mt_75 	{ margin-top: 75px;  }
			.mt_80 	{ margin-top: 80px;  }
			.mt_85 	{ margin-top: 85px;  }
			.mt_90 	{ margin-top: 90px;  }
			.mt_95 	{ margin-top: 95px;  }
			.mt_100 { margin-top: 100px; }
			.mt_105 { margin-top: 105px; }
			.mt_110 { margin-top: 110px; }
			.mt_115 { margin-top: 115px; }
			.mt_120 { margin-top: 120px; }
			.mt_125 { margin-top: 125px; }
			.mt_130 { margin-top: 130px; }
			.mt_135 { margin-top: 135px; }
			.mt_140 { margin-top: 140px; }
			.mt_145 { margin-top: 145px; }
			.mt_150 { margin-top: 150px; }
			.mt_155 { margin-top: 155px; }
			.mt_160 { margin-top: 160px; }
			.mt_165 { margin-top: 165px; }
			.mt_170 { margin-top: 170px; }
			.mt_175 { margin-top: 175px; }
			.mt_180 { margin-top: 180px; }
			.mt_185 { margin-top: 185px; }
			.mt_190 { margin-top: 190px; }
			.mt_195 { margin-top: 195px; }
			.mt_200 { margin-top: 200px; }

		/* Margin . Bottom */

			.mb_0 	{ margin-bottom: 0px;   }
			.mb_5 	{ margin-bottom: 5px;   }
			.mb_10 	{ margin-bottom: 10px;  }
			.mb_15 	{ margin-bottom: 15px;  }
			.mb_20 	{ margin-bottom: 20px;  }
			.mb_25 	{ margin-bottom: 25px;  }
			.mb_30 	{ margin-bottom: 30px;  }
			.mb_35 	{ margin-bottom: 35px;  }
			.mb_40 	{ margin-bottom: 40px;  }
			.mb_45 	{ margin-bottom: 45px;  }
			.mb_50 	{ margin-bottom: 50px;  }
			.mb_55 	{ margin-bottom: 55px;  }
			.mb_60 	{ margin-bottom: 60px;  }
			.mb_65 	{ margin-bottom: 65px;  }
			.mb_70 	{ margin-bottom: 70px;  }
			.mb_75 	{ margin-bottom: 75px;  }
			.mb_80 	{ margin-bottom: 80px;  }
			.mb_85 	{ margin-bottom: 85px;  }
			.mb_90 	{ margin-bottom: 90px;  }
			.mb_95 	{ margin-bottom: 95px;  }
			.mb_100 { margin-bottom: 100px; }
			.mb_105 { margin-bottom: 105px; }
			.mb_110 { margin-bottom: 110px; }
			.mb_115 { margin-bottom: 115px; }
			.mb_120 { margin-bottom: 120px; }
			.mb_125 { margin-bottom: 125px; }
			.mb_130 { margin-bottom: 130px; }
			.mb_135 { margin-bottom: 135px; }
			.mb_140 { margin-bottom: 140px; }
			.mb_145 { margin-bottom: 145px; }
			.mb_150 { margin-bottom: 150px; }
			.mb_155 { margin-bottom: 155px; }
			.mb_160 { margin-bottom: 160px; }
			.mb_165 { margin-bottom: 165px; }
			.mb_170 { margin-bottom: 170px; }
			.mb_175 { margin-bottom: 175px; }
			.mb_180 { margin-bottom: 180px; }
			.mb_185 { margin-bottom: 185px; }
			.mb_190 { margin-bottom: 190px; }
			.mb_195 { margin-bottom: 195px; }
			.mb_200 { margin-bottom: 200px; }

		/* Margin . Left */

			.ml_0 	{ margin-left: 0px;   }
			.ml_5 	{ margin-left: 5px;   }
			.ml_10 	{ margin-left: 10px;  }
			.ml_15 	{ margin-left: 15px;  }
			.ml_20 	{ margin-left: 20px;  }
			.ml_25 	{ margin-left: 25px;  }
			.ml_30 	{ margin-left: 30px;  }
			.ml_35 	{ margin-left: 35px;  }
			.ml_40 	{ margin-left: 40px;  }
			.ml_45 	{ margin-left: 45px;  }
			.ml_50 	{ margin-left: 50px;  }
			.ml_55 	{ margin-left: 55px;  }
			.ml_60 	{ margin-left: 60px;  }
			.ml_65 	{ margin-left: 65px;  }
			.ml_70 	{ margin-left: 70px;  }
			.ml_75 	{ margin-left: 75px;  }
			.ml_80 	{ margin-left: 80px;  }
			.ml_85 	{ margin-left: 85px;  }
			.ml_90 	{ margin-left: 90px;  }
			.ml_95 	{ margin-left: 95px;  }
			.ml_100 { margin-left: 100px; }
			.ml_105 { margin-left: 105px; }
			.ml_110 { margin-left: 110px; }
			.ml_115 { margin-left: 115px; }
			.ml_120 { margin-left: 120px; }
			.ml_125 { margin-left: 125px; }
			.ml_130 { margin-left: 130px; }
			.ml_135 { margin-left: 135px; }
			.ml_140 { margin-left: 140px; }
			.ml_145 { margin-left: 145px; }
			.ml_150 { margin-left: 150px; }
			.ml_155 { margin-left: 155px; }
			.ml_160 { margin-left: 160px; }
			.ml_165 { margin-left: 165px; }
			.ml_170 { margin-left: 170px; }
			.ml_175 { margin-left: 175px; }
			.ml_180 { margin-left: 180px; }
			.ml_185 { margin-left: 185px; }
			.ml_190 { margin-left: 190px; }
			.ml_195 { margin-left: 195px; }
			.ml_200 { margin-left: 200px; }

		/* Margin . Right */

			.mr_0 	{ margin-right: 0px;   }
			.mr_5 	{ margin-right: 5px;   }
			.mr_10 	{ margin-right: 10px;  }
			.mr_15 	{ margin-right: 15px;  }
			.mr_20 	{ margin-right: 20px;  }
			.mr_25 	{ margin-right: 25px;  }
			.mr_30 	{ margin-right: 30px;  }
			.mr_35 	{ margin-right: 35px;  }
			.mr_40 	{ margin-right: 40px;  }
			.mr_45 	{ margin-right: 45px;  }
			.mr_50 	{ margin-right: 50px;  }
			.mr_55 	{ margin-right: 55px;  }
			.mr_60 	{ margin-right: 60px;  }
			.mr_65 	{ margin-right: 65px;  }
			.mr_70 	{ margin-right: 70px;  }
			.mr_75 	{ margin-right: 75px;  }
			.mr_80 	{ margin-right: 80px;  }
			.mr_85 	{ margin-right: 85px;  }
			.mr_90 	{ margin-right: 90px;  }
			.mr_95 	{ margin-right: 95px;  }
			.mr_100 { margin-right: 100px; }
			.mr_105 { margin-right: 105px; }
			.mr_110 { margin-right: 110px; }
			.mr_115 { margin-right: 115px; }
			.mr_120 { margin-right: 120px; }
			.mr_125 { margin-right: 125px; }
			.mr_130 { margin-right: 130px; }
			.mr_135 { margin-right: 135px; }
			.mr_140 { margin-right: 140px; }
			.mr_145 { margin-right: 145px; }
			.mr_150 { margin-right: 150px; }
			.mr_155 { margin-right: 155px; }
			.mr_160 { margin-right: 160px; }
			.mr_165 { margin-right: 165px; }
			.mr_170 { margin-right: 170px; }
			.mr_175 { margin-right: 175px; }
			.mr_180 { margin-right: 180px; }
			.mr_185 { margin-right: 185px; }
			.mr_190 { margin-right: 190px; }
			.mr_195 { margin-right: 195px; }
			.mr_200 { margin-right: 200px; }

	/* Margin . Extra small screens */

		@media (min-width: 100px) {

			/* Margin . Top */

				.xs-mt_0 		{ margin-top: 0px; }
				.xs-mt_5 		{ margin-top: 5px; }
				.xs-mt_10 		{ margin-top: 10px; }
				.xs-mt_15 		{ margin-top: 15px; }
				.xs-mt_20 		{ margin-top: 20px; }
				.xs-mt_25 		{ margin-top: 25px; }
				.xs-mt_30 		{ margin-top: 30px; }
				.xs-mt_35 		{ margin-top: 35px; }
				.xs-mt_40 		{ margin-top: 40px; }
				.xs-mt_45 		{ margin-top: 45px; }
				.xs-mt_50 		{ margin-top: 50px; }
				.xs-mt_55 		{ margin-top: 55px; }
				.xs-mt_60 		{ margin-top: 60px; }
				.xs-mt_65 		{ margin-top: 65px; }
				.xs-mt_70 		{ margin-top: 70px; }
				.xs-mt_75 		{ margin-top: 75px; }
				.xs-mt_80 		{ margin-top: 80px; }
				.xs-mt_85 		{ margin-top: 85px; }
				.xs-mt_90 		{ margin-top: 90px; }
				.xs-mt_95 		{ margin-top: 95px; }
				.xs-mt_100		{ margin-top: 100px; }
				.xs-mt_105		{ margin-top: 105px; }
				.xs-mt_110		{ margin-top: 110px; }
				.xs-mt_115		{ margin-top: 115px; }
				.xs-mt_120  	{ margin-top: 120px; }
				.xs-mt_125  	{ margin-top: 125px; }
				.xs-mt_130  	{ margin-top: 130px; }
				.xs-mt_135  	{ margin-top: 135px; }
				.xs-mt_140  	{ margin-top: 140px; }
				.xs-mt_145  	{ margin-top: 145px; }
				.xs-mt_150  	{ margin-top: 150px; }
				.xs-mt_155  	{ margin-top: 155px; }
				.xs-mt_160  	{ margin-top: 160px; }
				.xs-mt_165  	{ margin-top: 165px; }
				.xs-mt_170  	{ margin-top: 170px; }
				.xs-mt_175  	{ margin-top: 175px; }
				.xs-mt_180  	{ margin-top: 180px; }
				.xs-mt_185  	{ margin-top: 185px; }
				.xs-mt_190  	{ margin-top: 190px; }
				.xs-mt_195  	{ margin-top: 195px; }
				.xs-mt_200  	{ margin-top: 200px; }

			/* Margin . Bottom */

				.xs-mt_0 		{ margin-bottom: 0px; }
				.xs-mb_5 		{ margin-bottom: 5px; }
				.xs-mb_10 		{ margin-bottom: 10px; }
				.xs-mb_15 		{ margin-bottom: 15px; }
				.xs-mb_20 		{ margin-bottom: 20px; }
				.xs-mb_25 		{ margin-bottom: 25px; }
				.xs-mb_30 		{ margin-bottom: 30px; }
				.xs-mb_35 		{ margin-bottom: 35px; }
				.xs-mb_40 		{ margin-bottom: 40px; }
				.xs-mb_45 		{ margin-bottom: 45px; }
				.xs-mb_50 		{ margin-bottom: 50px; }
				.xs-mb_55 		{ margin-bottom: 55px; }
				.xs-mb_60 		{ margin-bottom: 60px; }
				.xs-mb_65 		{ margin-bottom: 65px; }
				.xs-mb_70 		{ margin-bottom: 70px; }
				.xs-mb_75 		{ margin-bottom: 75px; }
				.xs-mb_80 		{ margin-bottom: 80px; }
				.xs-mb_85 		{ margin-bottom: 85px; }
				.xs-mb_90 		{ margin-bottom: 90px; }
				.xs-mb_95 		{ margin-bottom: 95px; }
				.xs-mb_100  	{ margin-bottom: 100px; }
				.xs-mb_105  	{ margin-bottom: 105px; }
				.xs-mb_110  	{ margin-bottom: 110px; }
				.xs-mb_115  	{ margin-bottom: 115px; }
				.xs-mb_120  	{ margin-bottom: 120px; }
				.xs-mb_125  	{ margin-bottom: 125px; }
				.xs-mb_130  	{ margin-bottom: 130px; }
				.xs-mb_135  	{ margin-bottom: 135px; }
				.xs-mb_140  	{ margin-bottom: 140px; }
				.xs-mb_145  	{ margin-bottom: 145px; }
				.xs-mb_150  	{ margin-bottom: 150px; }
				.xs-mb_155  	{ margin-bottom: 155px; }
				.xs-mb_160  	{ margin-bottom: 160px; }
				.xs-mb_165  	{ margin-bottom: 165px; }
				.xs-mb_170  	{ margin-bottom: 170px; }
				.xs-mb_175  	{ margin-bottom: 175px; }
				.xs-mb_180  	{ margin-bottom: 180px; }
				.xs-mb_185  	{ margin-bottom: 185px; }
				.xs-mb_190  	{ margin-bottom: 190px; }
				.xs-mb_195  	{ margin-bottom: 195px; }
				.xs-mb_200  	{ margin-bottom: 200px; }

			/* Margin . Left */

				.xs-ml_0 		{ margin-left: 0px; }
				.xs-ml_5 		{ margin-left: 5px; }
				.xs-ml_10 		{ margin-left: 10px; }
				.xs-ml_15 		{ margin-left: 15px; }
				.xs-ml_20 		{ margin-left: 20px; }
				.xs-ml_25 		{ margin-left: 25px; }
				.xs-ml_30 		{ margin-left: 30px; }
				.xs-ml_35 		{ margin-left: 35px; }
				.xs-ml_40 		{ margin-left: 40px; }
				.xs-ml_45 		{ margin-left: 45px; }
				.xs-ml_50 		{ margin-left: 50px; }
				.xs-ml_55 		{ margin-left: 55px; }
				.xs-ml_60 		{ margin-left: 60px; }
				.xs-ml_65 		{ margin-left: 65px; }
				.xs-ml_70 		{ margin-left: 70px; }
				.xs-ml_75 		{ margin-left: 75px; }
				.xs-ml_80 		{ margin-left: 80px; }
				.xs-ml_85 		{ margin-left: 85px; }
				.xs-ml_90 		{ margin-left: 90px; }
				.xs-ml_95 		{ margin-left: 95px; }
				.xs-ml_100  	{ margin-left: 100px; }
				.xs-ml_105  	{ margin-left: 105px; }
				.xs-ml_110  	{ margin-left: 110px; }
				.xs-ml_115  	{ margin-left: 115px; }
				.xs-ml_120  	{ margin-left: 120px; }
				.xs-ml_125  	{ margin-left: 125px; }
				.xs-ml_130  	{ margin-left: 130px; }
				.xs-ml_135  	{ margin-left: 135px; }
				.xs-ml_140  	{ margin-left: 140px; }
				.xs-ml_145  	{ margin-left: 145px; }
				.xs-ml_150  	{ margin-left: 150px; }
				.xs-ml_155  	{ margin-left: 155px; }
				.xs-ml_160  	{ margin-left: 160px; }
				.xs-ml_165  	{ margin-left: 165px; }
				.xs-ml_170  	{ margin-left: 170px; }
				.xs-ml_175  	{ margin-left: 175px; }
				.xs-ml_180  	{ margin-left: 180px; }
				.xs-ml_185  	{ margin-left: 185px; }
				.xs-ml_190  	{ margin-left: 190px; }
				.xs-ml_195  	{ margin-left: 195px; }
				.xs-ml_200  	{ margin-left: 200px; }

			/* Margin . Right */

				.xs-mr_0 		{ margin-right: 0px; }
				.xs-mr_5 		{ margin-right: 5px; }
				.xs-mr_10 		{ margin-right: 10px; }
				.xs-mr_15 		{ margin-right: 15px; }
				.xs-mr_20 		{ margin-right: 20px; }
				.xs-mr_25 		{ margin-right: 25px; }
				.xs-mr_30 		{ margin-right: 30px; }
				.xs-mr_35 		{ margin-right: 35px; }
				.xs-mr_40 		{ margin-right: 40px; }
				.xs-mr_45 		{ margin-right: 45px; }
				.xs-mr_50 		{ margin-right: 50px; }
				.xs-mr_55 		{ margin-right: 55px; }
				.xs-mr_60 		{ margin-right: 60px; }
				.xs-mr_65 		{ margin-right: 65px; }
				.xs-mr_70 		{ margin-right: 70px; }
				.xs-mr_75 		{ margin-right: 75px; }
				.xs-mr_80 		{ margin-right: 80px; }
				.xs-mr_85 		{ margin-right: 85px; }
				.xs-mr_90 		{ margin-right: 90px; }
				.xs-mr_95 		{ margin-right: 95px; }
				.xs-mr_100  	{ margin-right: 100px; }
				.xs-mr_105  	{ margin-right: 105px; }
				.xs-mr_110  	{ margin-right: 110px; }
				.xs-mr_115  	{ margin-right: 115px; }
				.xs-mr_120  	{ margin-right: 120px; }
				.xs-mr_125  	{ margin-right: 125px; }
				.xs-mr_130  	{ margin-right: 130px; }
				.xs-mr_135  	{ margin-right: 135px; }
				.xs-mr_140  	{ margin-right: 140px; }
				.xs-mr_145  	{ margin-right: 145px; }
				.xs-mr_150  	{ margin-right: 150px; }
				.xs-mr_155  	{ margin-right: 155px; }
				.xs-mr_160  	{ margin-right: 160px; }
				.xs-mr_165  	{ margin-right: 165px; }
				.xs-mr_170  	{ margin-right: 170px; }
				.xs-mr_175  	{ margin-right: 175px; }
				.xs-mr_180  	{ margin-right: 180px; }
				.xs-mr_185  	{ margin-right: 185px; }
				.xs-mr_190  	{ margin-right: 190px; }
				.xs-mr_195  	{ margin-right: 195px; }
				.xs-mr_200  	{ margin-right: 200px; }

		}

	/* Margin . Small screens */

		@media (min-width: 768px) {

			/* Reset */

				.xs-mt_0, .xs-mt_5, .xs-mt_10, .xs-mt_15, .xs-mt_20, .xs-mt_25, .xs-mt_30, .xs-mt_35, .xs-mt_40, .xs-mt_45, .xs-mt_50, 
				.xs-mt_55, .xs-mt_60, .xs-mt_65, .xs-mt_70, .xs-mt_75, .xs-mt_80, .xs-mt_85, .xs-mt_90, .xs-mt_95, .xs-mt_100, .xs-mt_105, 
				.xs-mt_110, .xs-mt_115, .xs-mt_120, .xs-mt_125, .xs-mt_130, .xs-mt_135, .xs-mt_140, .xs-mt_145, .xs-mt_150, .xs-mt_155, 
				.xs-mt_160, .xs-mt_165, .xs-mt_170, .xs-mt_175, .xs-mt_180, .xs-mt_185, .xs-mt_190, .xs-mt_195, .xs-mt_200 {
					margin-top: initial !important; 
				}

				.xs-mb_0, .xs-mb_5, .xs-mb_10, .xs-mb_15, .xs-mb_20, .xs-mb_25, .xs-mb_30, .xs-mb_35, .xs-mb_40, .xs-mb_45, .xs-mb_50, 
				.xs-mb_55, .xs-mb_60, .xs-mb_65, .xs-mb_70, .xs-mb_75, .xs-mb_80, .xs-mb_85, .xs-mb_90, .xs-mb_95, .xs-mb_100, .xs-mb_105, 
				.xs-mb_110, .xs-mb_115, .xs-mb_120, .xs-mb_125, .xs-mb_130, .xs-mb_135, .xs-mb_140, .xs-mb_145, .xs-mb_150, .xs-mb_155, 
				.xs-mb_160, .xs-mb_165, .xs-mb_170, .xs-mb_175, .xs-mb_180, .xs-mb_185, .xs-mb_190, .xs-mb_195, .xs-mb_200 { 
					margin-bottom: initial !important; 
				}

				.xs-ml_0, .xs-ml_5, .xs-ml_10, .xs-ml_15, .xs-ml_20, .xs-ml_25, .xs-ml_30, .xs-ml_35, .xs-ml_40, .xs-ml_45, .xs-ml_50, 
				.xs-ml_55, .xs-ml_60, .xs-ml_65, .xs-ml_70, .xs-ml_75, .xs-ml_80, .xs-ml_85, .xs-ml_90, .xs-ml_95, .xs-ml_100, .xs-ml_105, 
				.xs-ml_110, .xs-ml_115, .xs-ml_120, .xs-ml_125, .xs-ml_130, .xs-ml_135, .xs-ml_140, .xs-ml_145, .xs-ml_150, .xs-ml_155, 
				.xs-ml_160, .xs-ml_165, .xs-ml_170, .xs-ml_175, .xs-ml_180, .xs-ml_185, .xs-ml_190, .xs-ml_195, .xs-ml_200 { 
					margin-left: initial !important; 
				}

				.xs-mr_0, .xs-mr_5, .xs-mr_10, .xs-mr_15, .xs-mr_20, .xs-mr_25, .xs-mr_30, .xs-mr_35, .xs-mr_40, .xs-mr_45, .xs-mr_50, 
				.xs-mr_55, .xs-mr_60, .xs-mr_65, .xs-mr_70, .xs-mr_75, .xs-mr_80, .xs-mr_85, .xs-mr_90, .xs-mr_95, .xs-mr_100, .xs-mr_105, 
				.xs-mr_110, .xs-mr_115, .xs-mr_120, .xs-mr_125, .xs-mr_130, .xs-mr_135, .xs-mr_140, .xs-mr_145, .xs-mr_150, .xs-mr_155, 
				.xs-mr_160, .xs-mr_165, .xs-mr_170, .xs-mr_175, .xs-mr_180, .xs-mr_185, .xs-mr_190, .xs-mr_195, .xs-mr_200 { 
					margin-right: initial !important; 
				}
			
			/* Default */

				/* Default . Top */

					.mt_0 	{ margin-top: 0px !important;   }
					.mt_5 	{ margin-top: 5px !important;   }
					.mt_10 	{ margin-top: 10px !important;  }
					.mt_15 	{ margin-top: 15px !important;  }
					.mt_20 	{ margin-top: 20px !important;  }
					.mt_25 	{ margin-top: 25px !important;  }
					.mt_30 	{ margin-top: 30px !important;  }
					.mt_35 	{ margin-top: 35px !important;  }
					.mt_40 	{ margin-top: 40px !important;  }
					.mt_45 	{ margin-top: 45px !important;  }
					.mt_50 	{ margin-top: 50px !important;  }
					.mt_55 	{ margin-top: 55px !important;  }
					.mt_60 	{ margin-top: 60px !important;  }
					.mt_65 	{ margin-top: 65px !important;  }
					.mt_70 	{ margin-top: 70px !important;  }
					.mt_75 	{ margin-top: 75px !important;  }
					.mt_80 	{ margin-top: 80px !important;  }
					.mt_85 	{ margin-top: 85px !important;  }
					.mt_90 	{ margin-top: 90px !important;  }
					.mt_95 	{ margin-top: 95px !important;  }
					.mt_100 { margin-top: 100px !important; }
					.mt_105 { margin-top: 105px !important; }
					.mt_110 { margin-top: 110px !important; }
					.mt_115 { margin-top: 115px !important; }
					.mt_120 { margin-top: 120px !important; }
					.mt_125 { margin-top: 125px !important; }
					.mt_130 { margin-top: 130px !important; }
					.mt_135 { margin-top: 135px !important; }
					.mt_140 { margin-top: 140px !important; }
					.mt_145 { margin-top: 145px !important; }
					.mt_150 { margin-top: 150px !important; }
					.mt_155 { margin-top: 155px !important; }
					.mt_160 { margin-top: 160px !important; }
					.mt_165 { margin-top: 165px !important; }
					.mt_170 { margin-top: 170px !important; }
					.mt_175 { margin-top: 175px !important; }
					.mt_180 { margin-top: 180px !important; }
					.mt_185 { margin-top: 185px !important; }
					.mt_190 { margin-top: 190px !important; }
					.mt_195 { margin-top: 195px !important; }
					.mt_200 { margin-top: 200px !important; }

				/* Default . Bottom */

					.mb_0 	{ margin-bottom: 0px !important;   }
					.mb_5 	{ margin-bottom: 5px !important;   }
					.mb_10 	{ margin-bottom: 10px !important;  }
					.mb_15 	{ margin-bottom: 15px !important;  }
					.mb_20 	{ margin-bottom: 20px !important;  }
					.mb_25 	{ margin-bottom: 25px !important;  }
					.mb_30 	{ margin-bottom: 30px !important;  }
					.mb_35 	{ margin-bottom: 35px !important;  }
					.mb_40 	{ margin-bottom: 40px !important;  }
					.mb_45 	{ margin-bottom: 45px !important;  }
					.mb_50 	{ margin-bottom: 50px !important;  }
					.mb_55 	{ margin-bottom: 55px !important;  }
					.mb_60 	{ margin-bottom: 60px !important;  }
					.mb_65 	{ margin-bottom: 65px !important;  }
					.mb_70 	{ margin-bottom: 70px !important;  }
					.mb_75 	{ margin-bottom: 75px !important;  }
					.mb_80 	{ margin-bottom: 80px !important;  }
					.mb_85 	{ margin-bottom: 85px !important;  }
					.mb_90 	{ margin-bottom: 90px !important;  }
					.mb_95 	{ margin-bottom: 95px !important;  }
					.mb_100 { margin-bottom: 100px !important; }
					.mb_105 { margin-bottom: 105px !important; }
					.mb_110 { margin-bottom: 110px !important; }
					.mb_115 { margin-bottom: 115px !important; }
					.mb_120 { margin-bottom: 120px !important; }
					.mb_125 { margin-bottom: 125px !important; }
					.mb_130 { margin-bottom: 130px !important; }
					.mb_135 { margin-bottom: 135px !important; }
					.mb_140 { margin-bottom: 140px !important; }
					.mb_145 { margin-bottom: 145px !important; }
					.mb_150 { margin-bottom: 150px !important; }
					.mb_155 { margin-bottom: 155px !important; }
					.mb_160 { margin-bottom: 160px !important; }
					.mb_165 { margin-bottom: 165px !important; }
					.mb_170 { margin-bottom: 170px !important; }
					.mb_175 { margin-bottom: 175px !important; }
					.mb_180 { margin-bottom: 180px !important; }
					.mb_185 { margin-bottom: 185px !important; }
					.mb_190 { margin-bottom: 190px !important; }
					.mb_195 { margin-bottom: 195px !important; }
					.mb_200 { margin-bottom: 200px !important; }

				/* Default . Left */

					.ml_0 	{ margin-left: 0px !important;   }
					.ml_5 	{ margin-left: 5px !important;   }
					.ml_10 	{ margin-left: 10px !important;  }
					.ml_15 	{ margin-left: 15px !important;  }
					.ml_20 	{ margin-left: 20px !important;  }
					.ml_25 	{ margin-left: 25px !important;  }
					.ml_30 	{ margin-left: 30px !important;  }
					.ml_35 	{ margin-left: 35px !important;  }
					.ml_40 	{ margin-left: 40px !important;  }
					.ml_45 	{ margin-left: 45px !important;  }
					.ml_50 	{ margin-left: 50px !important;  }
					.ml_55 	{ margin-left: 55px !important;  }
					.ml_60 	{ margin-left: 60px !important;  }
					.ml_65 	{ margin-left: 65px !important;  }
					.ml_70 	{ margin-left: 70px !important;  }
					.ml_75 	{ margin-left: 75px !important;  }
					.ml_80 	{ margin-left: 80px !important;  }
					.ml_85 	{ margin-left: 85px !important;  }
					.ml_90 	{ margin-left: 90px !important;  }
					.ml_95 	{ margin-left: 95px !important;  }
					.ml_100 { margin-left: 100px !important; }
					.ml_105 { margin-left: 105px !important; }
					.ml_110 { margin-left: 110px !important; }
					.ml_115 { margin-left: 115px !important; }
					.ml_120 { margin-left: 120px !important; }
					.ml_125 { margin-left: 125px !important; }
					.ml_130 { margin-left: 130px !important; }
					.ml_135 { margin-left: 135px !important; }
					.ml_140 { margin-left: 140px !important; }
					.ml_145 { margin-left: 145px !important; }
					.ml_150 { margin-left: 150px !important; }
					.ml_155 { margin-left: 155px !important; }
					.ml_160 { margin-left: 160px !important; }
					.ml_165 { margin-left: 165px !important; }
					.ml_170 { margin-left: 170px !important; }
					.ml_175 { margin-left: 175px !important; }
					.ml_180 { margin-left: 180px !important; }
					.ml_185 { margin-left: 185px !important; }
					.ml_190 { margin-left: 190px !important; }
					.ml_195 { margin-left: 195px !important; }
					.ml_200 { margin-left: 200px !important; }

				/* Default . Right */

					.mr_0 	{ margin-right: 0px !important;   }
					.mr_5 	{ margin-right: 5px !important;   }
					.mr_10 	{ margin-right: 10px !important;  }
					.mr_15 	{ margin-right: 15px !important;  }
					.mr_20 	{ margin-right: 20px !important;  }
					.mr_25 	{ margin-right: 25px !important;  }
					.mr_30 	{ margin-right: 30px !important;  }
					.mr_35 	{ margin-right: 35px !important;  }
					.mr_40 	{ margin-right: 40px !important;  }
					.mr_45 	{ margin-right: 45px !important;  }
					.mr_50 	{ margin-right: 50px !important;  }
					.mr_55 	{ margin-right: 55px !important;  }
					.mr_60 	{ margin-right: 60px !important;  }
					.mr_65 	{ margin-right: 65px !important;  }
					.mr_70 	{ margin-right: 70px !important;  }
					.mr_75 	{ margin-right: 75px !important;  }
					.mr_80 	{ margin-right: 80px !important;  }
					.mr_85 	{ margin-right: 85px !important;  }
					.mr_90 	{ margin-right: 90px !important;  }
					.mr_95 	{ margin-right: 95px !important;  }
					.mr_100 { margin-right: 100px !important; }
					.mr_105 { margin-right: 105px !important; }
					.mr_110 { margin-right: 110px !important; }
					.mr_115 { margin-right: 115px !important; }
					.mr_120 { margin-right: 120px !important; }
					.mr_125 { margin-right: 125px !important; }
					.mr_130 { margin-right: 130px !important; }
					.mr_135 { margin-right: 135px !important; }
					.mr_140 { margin-right: 140px !important; }
					.mr_145 { margin-right: 145px !important; }
					.mr_150 { margin-right: 150px !important; }
					.mr_155 { margin-right: 155px !important; }
					.mr_160 { margin-right: 160px !important; }
					.mr_165 { margin-right: 165px !important; }
					.mr_170 { margin-right: 170px !important; }
					.mr_175 { margin-right: 175px !important; }
					.mr_180 { margin-right: 180px !important; }
					.mr_185 { margin-right: 185px !important; }
					.mr_190 { margin-right: 190px !important; }
					.mr_195 { margin-right: 195px !important; }
					.mr_200 { margin-right: 200px !important; }

			/* Overides . Top */

				.sm-mt_0 		{ margin-top: 0px !important; }
				.sm-mt_5 		{ margin-top: 5px !important; }
				.sm-mt_10 		{ margin-top: 10px !important; }
				.sm-mt_15 		{ margin-top: 15px !important; }
				.sm-mt_20 		{ margin-top: 20px !important; }
				.sm-mt_25 		{ margin-top: 25px !important; }
				.sm-mt_30 		{ margin-top: 30px !important; }
				.sm-mt_35 		{ margin-top: 35px !important; }
				.sm-mt_40 		{ margin-top: 40px !important; }
				.sm-mt_45 		{ margin-top: 45px !important; }
				.sm-mt_50 		{ margin-top: 50px !important; }
				.sm-mt_55 		{ margin-top: 55px !important; }
				.sm-mt_60 		{ margin-top: 60px !important; }
				.sm-mt_65 		{ margin-top: 65px !important; }
				.sm-mt_70 		{ margin-top: 70px !important; }
				.sm-mt_75 		{ margin-top: 75px !important; }
				.sm-mt_80 		{ margin-top: 80px !important; }
				.sm-mt_85 		{ margin-top: 85px !important; }
				.sm-mt_90 		{ margin-top: 90px !important; }
				.sm-mt_95 		{ margin-top: 95px !important; }
				.sm-mt_100		{ margin-top: 100px !important; }
				.sm-mt_105		{ margin-top: 105px !important; }
				.sm-mt_110		{ margin-top: 110px !important; }
				.sm-mt_115		{ margin-top: 115px !important; }
				.sm-mt_120  	{ margin-top: 120px !important; }
				.sm-mt_125  	{ margin-top: 125px !important; }
				.sm-mt_130  	{ margin-top: 130px !important; }
				.sm-mt_135  	{ margin-top: 135px !important; }
				.sm-mt_140  	{ margin-top: 140px !important; }
				.sm-mt_145  	{ margin-top: 145px !important; }
				.sm-mt_150  	{ margin-top: 150px !important; }
				.sm-mt_155  	{ margin-top: 155px !important; }
				.sm-mt_160  	{ margin-top: 160px !important; }
				.sm-mt_165  	{ margin-top: 165px !important; }
				.sm-mt_170  	{ margin-top: 170px !important; }
				.sm-mt_175  	{ margin-top: 175px !important; }
				.sm-mt_180  	{ margin-top: 180px !important; }
				.sm-mt_185  	{ margin-top: 185px !important; }
				.sm-mt_190  	{ margin-top: 190px !important; }
				.sm-mt_195  	{ margin-top: 195px !important; }
				.sm-mt_200  	{ margin-top: 200px !important; }

			/* Overides . Bottom */

				.sm-mt_0 		{ margin-bottom: 0px !important; }
				.sm-mb_5 		{ margin-bottom: 5px !important; }
				.sm-mb_10 		{ margin-bottom: 10px !important; }
				.sm-mb_15 		{ margin-bottom: 15px !important; }
				.sm-mb_20 		{ margin-bottom: 20px !important; }
				.sm-mb_25 		{ margin-bottom: 25px !important; }
				.sm-mb_30 		{ margin-bottom: 30px !important; }
				.sm-mb_35 		{ margin-bottom: 35px !important; }
				.sm-mb_40 		{ margin-bottom: 40px !important; }
				.sm-mb_45 		{ margin-bottom: 45px !important; }
				.sm-mb_50 		{ margin-bottom: 50px !important; }
				.sm-mb_55 		{ margin-bottom: 55px !important; }
				.sm-mb_60 		{ margin-bottom: 60px !important; }
				.sm-mb_65 		{ margin-bottom: 65px !important; }
				.sm-mb_70 		{ margin-bottom: 70px !important; }
				.sm-mb_75 		{ margin-bottom: 75px !important; }
				.sm-mb_80 		{ margin-bottom: 80px !important; }
				.sm-mb_85 		{ margin-bottom: 85px !important; }
				.sm-mb_90 		{ margin-bottom: 90px !important; }
				.sm-mb_95 		{ margin-bottom: 95px !important; }
				.sm-mb_100  	{ margin-bottom: 100px !important; }
				.sm-mb_105  	{ margin-bottom: 105px !important; }
				.sm-mb_110  	{ margin-bottom: 110px !important; }
				.sm-mb_115  	{ margin-bottom: 115px !important; }
				.sm-mb_120  	{ margin-bottom: 120px !important; }
				.sm-mb_125  	{ margin-bottom: 125px !important; }
				.sm-mb_130  	{ margin-bottom: 130px !important; }
				.sm-mb_135  	{ margin-bottom: 135px !important; }
				.sm-mb_140  	{ margin-bottom: 140px !important; }
				.sm-mb_145  	{ margin-bottom: 145px !important; }
				.sm-mb_150  	{ margin-bottom: 150px !important; }
				.sm-mb_155  	{ margin-bottom: 155px !important; }
				.sm-mb_160  	{ margin-bottom: 160px !important; }
				.sm-mb_165  	{ margin-bottom: 165px !important; }
				.sm-mb_170  	{ margin-bottom: 170px !important; }
				.sm-mb_175  	{ margin-bottom: 175px !important; }
				.sm-mb_180  	{ margin-bottom: 180px !important; }
				.sm-mb_185  	{ margin-bottom: 185px !important; }
				.sm-mb_190  	{ margin-bottom: 190px !important; }
				.sm-mb_195  	{ margin-bottom: 195px !important; }
				.sm-mb_200  	{ margin-bottom: 200px !important; }

			/* Overides . Left */

				.sm-ml_0 		{ margin-left: 0px !important; }
				.sm-ml_5 		{ margin-left: 5px !important; }
				.sm-ml_10 		{ margin-left: 10px !important; }
				.sm-ml_15 		{ margin-left: 15px !important; }
				.sm-ml_20 		{ margin-left: 20px !important; }
				.sm-ml_25 		{ margin-left: 25px !important; }
				.sm-ml_30 		{ margin-left: 30px !important; }
				.sm-ml_35 		{ margin-left: 35px !important; }
				.sm-ml_40 		{ margin-left: 40px !important; }
				.sm-ml_45 		{ margin-left: 45px !important; }
				.sm-ml_50 		{ margin-left: 50px !important; }
				.sm-ml_55 		{ margin-left: 55px !important; }
				.sm-ml_60 		{ margin-left: 60px !important; }
				.sm-ml_65 		{ margin-left: 65px !important; }
				.sm-ml_70 		{ margin-left: 70px !important; }
				.sm-ml_75 		{ margin-left: 75px !important; }
				.sm-ml_80 		{ margin-left: 80px !important; }
				.sm-ml_85 		{ margin-left: 85px !important; }
				.sm-ml_90 		{ margin-left: 90px !important; }
				.sm-ml_95 		{ margin-left: 95px !important; }
				.sm-ml_100  	{ margin-left: 100px !important; }
				.sm-ml_105  	{ margin-left: 105px !important; }
				.sm-ml_110  	{ margin-left: 110px !important; }
				.sm-ml_115  	{ margin-left: 115px !important; }
				.sm-ml_120  	{ margin-left: 120px !important; }
				.sm-ml_125  	{ margin-left: 125px !important; }
				.sm-ml_130  	{ margin-left: 130px !important; }
				.sm-ml_135  	{ margin-left: 135px !important; }
				.sm-ml_140  	{ margin-left: 140px !important; }
				.sm-ml_145  	{ margin-left: 145px !important; }
				.sm-ml_150  	{ margin-left: 150px !important; }
				.sm-ml_155  	{ margin-left: 155px !important; }
				.sm-ml_160  	{ margin-left: 160px !important; }
				.sm-ml_165  	{ margin-left: 165px !important; }
				.sm-ml_170  	{ margin-left: 170px !important; }
				.sm-ml_175  	{ margin-left: 175px !important; }
				.sm-ml_180  	{ margin-left: 180px !important; }
				.sm-ml_185  	{ margin-left: 185px !important; }
				.sm-ml_190  	{ margin-left: 190px !important; }
				.sm-ml_195  	{ margin-left: 195px !important; }
				.sm-ml_200  	{ margin-left: 200px !important; }

			/* Overides . Right */

				.sm-mr_0 		{ margin-right: 0px !important; }
				.sm-mr_5 		{ margin-right: 5px !important; }
				.sm-mr_10 		{ margin-right: 10px !important; }
				.sm-mr_15 		{ margin-right: 15px !important; }
				.sm-mr_20 		{ margin-right: 20px !important; }
				.sm-mr_25 		{ margin-right: 25px !important; }
				.sm-mr_30 		{ margin-right: 30px !important; }
				.sm-mr_35 		{ margin-right: 35px !important; }
				.sm-mr_40 		{ margin-right: 40px !important; }
				.sm-mr_45 		{ margin-right: 45px !important; }
				.sm-mr_50 		{ margin-right: 50px !important; }
				.sm-mr_55 		{ margin-right: 55px !important; }
				.sm-mr_60 		{ margin-right: 60px !important; }
				.sm-mr_65 		{ margin-right: 65px !important; }
				.sm-mr_70 		{ margin-right: 70px !important; }
				.sm-mr_75 		{ margin-right: 75px !important; }
				.sm-mr_80 		{ margin-right: 80px !important; }
				.sm-mr_85 		{ margin-right: 85px !important; }
				.sm-mr_90 		{ margin-right: 90px !important; }
				.sm-mr_95 		{ margin-right: 95px !important; }
				.sm-mr_100  	{ margin-right: 100px !important; }
				.sm-mr_105  	{ margin-right: 105px !important; }
				.sm-mr_110  	{ margin-right: 110px !important; }
				.sm-mr_115  	{ margin-right: 115px !important; }
				.sm-mr_120  	{ margin-right: 120px !important; }
				.sm-mr_125  	{ margin-right: 125px !important; }
				.sm-mr_130  	{ margin-right: 130px !important; }
				.sm-mr_135  	{ margin-right: 135px !important; }
				.sm-mr_140  	{ margin-right: 140px !important; }
				.sm-mr_145  	{ margin-right: 145px !important; }
				.sm-mr_150  	{ margin-right: 150px !important; }
				.sm-mr_155  	{ margin-right: 155px !important; }
				.sm-mr_160  	{ margin-right: 160px !important; }
				.sm-mr_165  	{ margin-right: 165px !important; }
				.sm-mr_170  	{ margin-right: 170px !important; }
				.sm-mr_175  	{ margin-right: 175px !important; }
				.sm-mr_180  	{ margin-right: 180px !important; }
				.sm-mr_185  	{ margin-right: 185px !important; }
				.sm-mr_190  	{ margin-right: 190px !important; }
				.sm-mr_195  	{ margin-right: 195px !important; }
				.sm-mr_200  	{ margin-right: 200px !important; }

		}

	/* Margin . Medium screens */

		@media (min-width: 990px) {

			/* Reset */
				.xs-mt_0, .xs-mt_5, .xs-mt_10, .xs-mt_15, .xs-mt_20, .xs-mt_25, .xs-mt_30, .xs-mt_35, .xs-mt_40, .xs-mt_45, .xs-mt_50, 
				.xs-mt_55, .xs-mt_60, .xs-mt_65, .xs-mt_70, .xs-mt_75, .xs-mt_80, .xs-mt_85, .xs-mt_90, .xs-mt_95, .xs-mt_100, .xs-mt_105, 
				.xs-mt_110, .xs-mt_115, .xs-mt_120, .xs-mt_125, .xs-mt_130, .xs-mt_135, .xs-mt_140, .xs-mt_145, .xs-mt_150, .xs-mt_155, 
				.xs-mt_160, .xs-mt_165, .xs-mt_170, .xs-mt_175, .xs-mt_180, .xs-mt_185, .xs-mt_190, .xs-mt_195, .xs-mt_200,

				.sm-mt_0, .sm-mt_5, .sm-mt_10, .sm-mt_15, .sm-mt_20, .sm-mt_25, .sm-mt_30, .sm-mt_35, .sm-mt_40, .sm-mt_45, .sm-mt_50, 
				.sm-mt_55, .sm-mt_60, .sm-mt_65, .sm-mt_70, .sm-mt_75, .sm-mt_80, .sm-mt_85, .sm-mt_90, .sm-mt_95, .sm-mt_100, .sm-mt_105, 
				.sm-mt_110, .sm-mt_115, .sm-mt_120, .sm-mt_125, .sm-mt_130, .sm-mt_135, .sm-mt_140, .sm-mt_145, .sm-mt_150, .sm-mt_155, 
				.sm-mt_160, .sm-mt_165, .sm-mt_170, .sm-mt_175, .sm-mt_180, .sm-mt_185, .sm-mt_190, .sm-mt_195, .sm-mt_200 {
					margin-top: initial !important; 
				}

				.xs-mb_0, .xs-mb_5, .xs-mb_10, .xs-mb_15, .xs-mb_20, .xs-mb_25, .xs-mb_30, .xs-mb_35, .xs-mb_40, .xs-mb_45, .xs-mb_50, 
				.xs-mb_55, .xs-mb_60, .xs-mb_65, .xs-mb_70, .xs-mb_75, .xs-mb_80, .xs-mb_85, .xs-mb_90, .xs-mb_95, .xs-mb_100, .xs-mb_105, 
				.xs-mb_110, .xs-mb_115, .xs-mb_120, .xs-mb_125, .xs-mb_130, .xs-mb_135, .xs-mb_140, .xs-mb_145, .xs-mb_150, .xs-mb_155, 
				.xs-mb_160, .xs-mb_165, .xs-mb_170, .xs-mb_175, .xs-mb_180, .xs-mb_185, .xs-mb_190, .xs-mb_195, .xs-mb_200,

				.sm-mb_0, .sm-mb_5, .sm-mb_10, .sm-mb_15, .sm-mb_20, .sm-mb_25, .sm-mb_30, .sm-mb_35, .sm-mb_40, .sm-mb_45, .sm-mb_50, 
				.sm-mb_55, .sm-mb_60, .sm-mb_65, .sm-mb_70, .sm-mb_75, .sm-mb_80, .sm-mb_85, .sm-mb_90, .sm-mb_95, .sm-mb_100, .sm-mb_105, 
				.sm-mb_110, .sm-mb_115, .sm-mb_120, .sm-mb_125, .sm-mb_130, .sm-mb_135, .sm-mb_140, .sm-mb_145, .sm-mb_150, .sm-mb_155, 
				.sm-mb_160, .sm-mb_165, .sm-mb_170, .sm-mb_175, .sm-mb_180, .sm-mb_185, .sm-mb_190, .sm-mb_195, .sm-mb_200 { 
					margin-bottom: initial !important; 
				}

				.xs-ml_0, .xs-ml_5, .xs-ml_10, .xs-ml_15, .xs-ml_20, .xs-ml_25, .xs-ml_30, .xs-ml_35, .xs-ml_40, .xs-ml_45, .xs-ml_50, 
				.xs-ml_55, .xs-ml_60, .xs-ml_65, .xs-ml_70, .xs-ml_75, .xs-ml_80, .xs-ml_85, .xs-ml_90, .xs-ml_95, .xs-ml_100, .xs-ml_105, 
				.xs-ml_110, .xs-ml_115, .xs-ml_120, .xs-ml_125, .xs-ml_130, .xs-ml_135, .xs-ml_140, .xs-ml_145, .xs-ml_150, .xs-ml_155, 
				.xs-ml_160, .xs-ml_165, .xs-ml_170, .xs-ml_175, .xs-ml_180, .xs-ml_185, .xs-ml_190, .xs-ml_195, .xs-ml_200,

				.sm-ml_0, .sm-ml_5, .sm-ml_10, .sm-ml_15, .sm-ml_20, .sm-ml_25, .sm-ml_30, .sm-ml_35, .sm-ml_40, .sm-ml_45, .sm-ml_50, 
				.sm-ml_55, .sm-ml_60, .sm-ml_65, .sm-ml_70, .sm-ml_75, .sm-ml_80, .sm-ml_85, .sm-ml_90, .sm-ml_95, .sm-ml_100, .sm-ml_105, 
				.sm-ml_110, .sm-ml_115, .sm-ml_120, .sm-ml_125, .sm-ml_130, .sm-ml_135, .sm-ml_140, .sm-ml_145, .sm-ml_150, .sm-ml_155, 
				.sm-ml_160, .sm-ml_165, .sm-ml_170, .sm-ml_175, .sm-ml_180, .sm-ml_185, .sm-ml_190, .sm-ml_195, .sm-ml_200 { 
					margin-left: initial !important; 
				}

				.xs-mr_0, .xs-mr_5, .xs-mr_10, .xs-mr_15, .xs-mr_20, .xs-mr_25, .xs-mr_30, .xs-mr_35, .xs-mr_40, .xs-mr_45, .xs-mr_50, 
				.xs-mr_55, .xs-mr_60, .xs-mr_65, .xs-mr_70, .xs-mr_75, .xs-mr_80, .xs-mr_85, .xs-mr_90, .xs-mr_95, .xs-mr_100, .xs-mr_105, 
				.xs-mr_110, .xs-mr_115, .xs-mr_120, .xs-mr_125, .xs-mr_130, .xs-mr_135, .xs-mr_140, .xs-mr_145, .xs-mr_150, .xs-mr_155, 
				.xs-mr_160, .xs-mr_165, .xs-mr_170, .xs-mr_175, .xs-mr_180, .xs-mr_185, .xs-mr_190, .xs-mr_195, .xs-mr_200,

				.sm-mr_0, .sm-mr_5, .sm-mr_10, .sm-mr_15, .sm-mr_20, .sm-mr_25, .sm-mr_30, .sm-mr_35, .sm-mr_40, .sm-mr_45, .sm-mr_50, 
				.sm-mr_55, .sm-mr_60, .sm-mr_65, .sm-mr_70, .sm-mr_75, .sm-mr_80, .sm-mr_85, .sm-mr_90, .sm-mr_95, .sm-mr_100, .sm-mr_105, 
				.sm-mr_110, .sm-mr_115, .sm-mr_120, .sm-mr_125, .sm-mr_130, .sm-mr_135, .sm-mr_140, .sm-mr_145, .sm-mr_150, .sm-mr_155, 
				.sm-mr_160, .sm-mr_165, .sm-mr_170, .sm-mr_175, .sm-mr_180, .sm-mr_185, .sm-mr_190, .sm-mr_195, .sm-mr_200 { 
					margin-right: initial !important; 
				}

			/* Default */

				/* Default . Top */

					.mt_0 	{ margin-top: 0px !important;   }
					.mt_5 	{ margin-top: 5px !important;   }
					.mt_10 	{ margin-top: 10px !important;  }
					.mt_15 	{ margin-top: 15px !important;  }
					.mt_20 	{ margin-top: 20px !important;  }
					.mt_25 	{ margin-top: 25px !important;  }
					.mt_30 	{ margin-top: 30px !important;  }
					.mt_35 	{ margin-top: 35px !important;  }
					.mt_40 	{ margin-top: 40px !important;  }
					.mt_45 	{ margin-top: 45px !important;  }
					.mt_50 	{ margin-top: 50px !important;  }
					.mt_55 	{ margin-top: 55px !important;  }
					.mt_60 	{ margin-top: 60px !important;  }
					.mt_65 	{ margin-top: 65px !important;  }
					.mt_70 	{ margin-top: 70px !important;  }
					.mt_75 	{ margin-top: 75px !important;  }
					.mt_80 	{ margin-top: 80px !important;  }
					.mt_85 	{ margin-top: 85px !important;  }
					.mt_90 	{ margin-top: 90px !important;  }
					.mt_95 	{ margin-top: 95px !important;  }
					.mt_100 { margin-top: 100px !important; }
					.mt_105 { margin-top: 105px !important; }
					.mt_110 { margin-top: 110px !important; }
					.mt_115 { margin-top: 115px !important; }
					.mt_120 { margin-top: 120px !important; }
					.mt_125 { margin-top: 125px !important; }
					.mt_130 { margin-top: 130px !important; }
					.mt_135 { margin-top: 135px !important; }
					.mt_140 { margin-top: 140px !important; }
					.mt_145 { margin-top: 145px !important; }
					.mt_150 { margin-top: 150px !important; }
					.mt_155 { margin-top: 155px !important; }
					.mt_160 { margin-top: 160px !important; }
					.mt_165 { margin-top: 165px !important; }
					.mt_170 { margin-top: 170px !important; }
					.mt_175 { margin-top: 175px !important; }
					.mt_180 { margin-top: 180px !important; }
					.mt_185 { margin-top: 185px !important; }
					.mt_190 { margin-top: 190px !important; }
					.mt_195 { margin-top: 195px !important; }
					.mt_200 { margin-top: 200px !important; }

				/* Default . Bottom */

					.mb_0 	{ margin-bottom: 0px !important;   }
					.mb_5 	{ margin-bottom: 5px !important;   }
					.mb_10 	{ margin-bottom: 10px !important;  }
					.mb_15 	{ margin-bottom: 15px !important;  }
					.mb_20 	{ margin-bottom: 20px !important;  }
					.mb_25 	{ margin-bottom: 25px !important;  }
					.mb_30 	{ margin-bottom: 30px !important;  }
					.mb_35 	{ margin-bottom: 35px !important;  }
					.mb_40 	{ margin-bottom: 40px !important;  }
					.mb_45 	{ margin-bottom: 45px !important;  }
					.mb_50 	{ margin-bottom: 50px !important;  }
					.mb_55 	{ margin-bottom: 55px !important;  }
					.mb_60 	{ margin-bottom: 60px !important;  }
					.mb_65 	{ margin-bottom: 65px !important;  }
					.mb_70 	{ margin-bottom: 70px !important;  }
					.mb_75 	{ margin-bottom: 75px !important;  }
					.mb_80 	{ margin-bottom: 80px !important;  }
					.mb_85 	{ margin-bottom: 85px !important;  }
					.mb_90 	{ margin-bottom: 90px !important;  }
					.mb_95 	{ margin-bottom: 95px !important;  }
					.mb_100 { margin-bottom: 100px !important; }
					.mb_105 { margin-bottom: 105px !important; }
					.mb_110 { margin-bottom: 110px !important; }
					.mb_115 { margin-bottom: 115px !important; }
					.mb_120 { margin-bottom: 120px !important; }
					.mb_125 { margin-bottom: 125px !important; }
					.mb_130 { margin-bottom: 130px !important; }
					.mb_135 { margin-bottom: 135px !important; }
					.mb_140 { margin-bottom: 140px !important; }
					.mb_145 { margin-bottom: 145px !important; }
					.mb_150 { margin-bottom: 150px !important; }
					.mb_155 { margin-bottom: 155px !important; }
					.mb_160 { margin-bottom: 160px !important; }
					.mb_165 { margin-bottom: 165px !important; }
					.mb_170 { margin-bottom: 170px !important; }
					.mb_175 { margin-bottom: 175px !important; }
					.mb_180 { margin-bottom: 180px !important; }
					.mb_185 { margin-bottom: 185px !important; }
					.mb_190 { margin-bottom: 190px !important; }
					.mb_195 { margin-bottom: 195px !important; }
					.mb_200 { margin-bottom: 200px !important; }

				/* Default . Left */

					.ml_0 	{ margin-left: 0px !important;   }
					.ml_5 	{ margin-left: 5px !important;   }
					.ml_10 	{ margin-left: 10px !important;  }
					.ml_15 	{ margin-left: 15px !important;  }
					.ml_20 	{ margin-left: 20px !important;  }
					.ml_25 	{ margin-left: 25px !important;  }
					.ml_30 	{ margin-left: 30px !important;  }
					.ml_35 	{ margin-left: 35px !important;  }
					.ml_40 	{ margin-left: 40px !important;  }
					.ml_45 	{ margin-left: 45px !important;  }
					.ml_50 	{ margin-left: 50px !important;  }
					.ml_55 	{ margin-left: 55px !important;  }
					.ml_60 	{ margin-left: 60px !important;  }
					.ml_65 	{ margin-left: 65px !important;  }
					.ml_70 	{ margin-left: 70px !important;  }
					.ml_75 	{ margin-left: 75px !important;  }
					.ml_80 	{ margin-left: 80px !important;  }
					.ml_85 	{ margin-left: 85px !important;  }
					.ml_90 	{ margin-left: 90px !important;  }
					.ml_95 	{ margin-left: 95px !important;  }
					.ml_100 { margin-left: 100px !important; }
					.ml_105 { margin-left: 105px !important; }
					.ml_110 { margin-left: 110px !important; }
					.ml_115 { margin-left: 115px !important; }
					.ml_120 { margin-left: 120px !important; }
					.ml_125 { margin-left: 125px !important; }
					.ml_130 { margin-left: 130px !important; }
					.ml_135 { margin-left: 135px !important; }
					.ml_140 { margin-left: 140px !important; }
					.ml_145 { margin-left: 145px !important; }
					.ml_150 { margin-left: 150px !important; }
					.ml_155 { margin-left: 155px !important; }
					.ml_160 { margin-left: 160px !important; }
					.ml_165 { margin-left: 165px !important; }
					.ml_170 { margin-left: 170px !important; }
					.ml_175 { margin-left: 175px !important; }
					.ml_180 { margin-left: 180px !important; }
					.ml_185 { margin-left: 185px !important; }
					.ml_190 { margin-left: 190px !important; }
					.ml_195 { margin-left: 195px !important; }
					.ml_200 { margin-left: 200px !important; }

				/* Default . Right */

					.mr_0 	{ margin-right: 0px !important;   }
					.mr_5 	{ margin-right: 5px !important;   }
					.mr_10 	{ margin-right: 10px !important;  }
					.mr_15 	{ margin-right: 15px !important;  }
					.mr_20 	{ margin-right: 20px !important;  }
					.mr_25 	{ margin-right: 25px !important;  }
					.mr_30 	{ margin-right: 30px !important;  }
					.mr_35 	{ margin-right: 35px !important;  }
					.mr_40 	{ margin-right: 40px !important;  }
					.mr_45 	{ margin-right: 45px !important;  }
					.mr_50 	{ margin-right: 50px !important;  }
					.mr_55 	{ margin-right: 55px !important;  }
					.mr_60 	{ margin-right: 60px !important;  }
					.mr_65 	{ margin-right: 65px !important;  }
					.mr_70 	{ margin-right: 70px !important;  }
					.mr_75 	{ margin-right: 75px !important;  }
					.mr_80 	{ margin-right: 80px !important;  }
					.mr_85 	{ margin-right: 85px !important;  }
					.mr_90 	{ margin-right: 90px !important;  }
					.mr_95 	{ margin-right: 95px !important;  }
					.mr_100 { margin-right: 100px !important; }
					.mr_105 { margin-right: 105px !important; }
					.mr_110 { margin-right: 110px !important; }
					.mr_115 { margin-right: 115px !important; }
					.mr_120 { margin-right: 120px !important; }
					.mr_125 { margin-right: 125px !important; }
					.mr_130 { margin-right: 130px !important; }
					.mr_135 { margin-right: 135px !important; }
					.mr_140 { margin-right: 140px !important; }
					.mr_145 { margin-right: 145px !important; }
					.mr_150 { margin-right: 150px !important; }
					.mr_155 { margin-right: 155px !important; }
					.mr_160 { margin-right: 160px !important; }
					.mr_165 { margin-right: 165px !important; }
					.mr_170 { margin-right: 170px !important; }
					.mr_175 { margin-right: 175px !important; }
					.mr_180 { margin-right: 180px !important; }
					.mr_185 { margin-right: 185px !important; }
					.mr_190 { margin-right: 190px !important; }
					.mr_195 { margin-right: 195px !important; }
					.mr_200 { margin-right: 200px !important; }

			/* Overides . Top */

				.md-mt_0 		{ margin-top: 0px !important; }
				.md-mt_5 		{ margin-top: 5px !important; }
				.md-mt_10 		{ margin-top: 10px !important; }
				.md-mt_15 		{ margin-top: 15px !important; }
				.md-mt_20 		{ margin-top: 20px !important; }
				.md-mt_25 		{ margin-top: 25px !important; }
				.md-mt_30 		{ margin-top: 30px !important; }
				.md-mt_35 		{ margin-top: 35px !important; }
				.md-mt_40 		{ margin-top: 40px !important; }
				.md-mt_45 		{ margin-top: 45px !important; }
				.md-mt_50 		{ margin-top: 50px !important; }
				.md-mt_55 		{ margin-top: 55px !important; }
				.md-mt_60 		{ margin-top: 60px !important; }
				.md-mt_65 		{ margin-top: 65px !important; }
				.md-mt_70 		{ margin-top: 70px !important; }
				.md-mt_75 		{ margin-top: 75px !important; }
				.md-mt_80 		{ margin-top: 80px !important; }
				.md-mt_85 		{ margin-top: 85px !important; }
				.md-mt_90 		{ margin-top: 90px !important; }
				.md-mt_95 		{ margin-top: 95px !important; }
				.md-mt_100		{ margin-top: 100px !important; }
				.md-mt_105		{ margin-top: 105px !important; }
				.md-mt_110		{ margin-top: 110px !important; }
				.md-mt_115		{ margin-top: 115px !important; }
				.md-mt_120  	{ margin-top: 120px !important; }
				.md-mt_125  	{ margin-top: 125px !important; }
				.md-mt_130  	{ margin-top: 130px !important; }
				.md-mt_135  	{ margin-top: 135px !important; }
				.md-mt_140  	{ margin-top: 140px !important; }
				.md-mt_145  	{ margin-top: 145px !important; }
				.md-mt_150  	{ margin-top: 150px !important; }
				.md-mt_155  	{ margin-top: 155px !important; }
				.md-mt_160  	{ margin-top: 160px !important; }
				.md-mt_165  	{ margin-top: 165px !important; }
				.md-mt_170  	{ margin-top: 170px !important; }
				.md-mt_175  	{ margin-top: 175px !important; }
				.md-mt_180  	{ margin-top: 180px !important; }
				.md-mt_185  	{ margin-top: 185px !important; }
				.md-mt_190  	{ margin-top: 190px !important; }
				.md-mt_195  	{ margin-top: 195px !important; }
				.md-mt_200  	{ margin-top: 200px !important; }

			/* Overides . Bottom */

				.md-mb_0 		{ margin-bottom: 0px !important; }
				.md-mb_5 		{ margin-bottom: 5px !important; }
				.md-mb_10 		{ margin-bottom: 10px !important; }
				.md-mb_15 		{ margin-bottom: 15px !important; }
				.md-mb_20 		{ margin-bottom: 20px !important; }
				.md-mb_25 		{ margin-bottom: 25px !important; }
				.md-mb_30 		{ margin-bottom: 30px !important; }
				.md-mb_35 		{ margin-bottom: 35px !important; }
				.md-mb_40 		{ margin-bottom: 40px !important; }
				.md-mb_45 		{ margin-bottom: 45px !important; }
				.md-mb_50 		{ margin-bottom: 50px !important; }
				.md-mb_55 		{ margin-bottom: 55px !important; }
				.md-mb_60 		{ margin-bottom: 60px !important; }
				.md-mb_65 		{ margin-bottom: 65px !important; }
				.md-mb_70 		{ margin-bottom: 70px !important; }
				.md-mb_75 		{ margin-bottom: 75px !important; }
				.md-mb_80 		{ margin-bottom: 80px !important; }
				.md-mb_85 		{ margin-bottom: 85px !important; }
				.md-mb_90 		{ margin-bottom: 90px !important; }
				.md-mb_95 		{ margin-bottom: 95px !important; }
				.md-mb_100  	{ margin-bottom: 100px !important; }
				.md-mb_105  	{ margin-bottom: 105px !important; }
				.md-mb_110  	{ margin-bottom: 110px !important; }
				.md-mb_115  	{ margin-bottom: 115px !important; }
				.md-mb_120  	{ margin-bottom: 120px !important; }
				.md-mb_125  	{ margin-bottom: 125px !important; }
				.md-mb_130  	{ margin-bottom: 130px !important; }
				.md-mb_135  	{ margin-bottom: 135px !important; }
				.md-mb_140  	{ margin-bottom: 140px !important; }
				.md-mb_145  	{ margin-bottom: 145px !important; }
				.md-mb_150  	{ margin-bottom: 150px !important; }
				.md-mb_155  	{ margin-bottom: 155px !important; }
				.md-mb_160  	{ margin-bottom: 160px !important; }
				.md-mb_165  	{ margin-bottom: 165px !important; }
				.md-mb_170  	{ margin-bottom: 170px !important; }
				.md-mb_175  	{ margin-bottom: 175px !important; }
				.md-mb_180  	{ margin-bottom: 180px !important; }
				.md-mb_185  	{ margin-bottom: 185px !important; }
				.md-mb_190  	{ margin-bottom: 190px !important; }
				.md-mb_195  	{ margin-bottom: 195px !important; }
				.md-mb_200  	{ margin-bottom: 200px !important; }

			/* Overides . Left */

				.md-ml_0 		{ margin-left: 0px !important; }
				.md-ml_5 		{ margin-left: 5px !important; }
				.md-ml_10 		{ margin-left: 10px !important; }
				.md-ml_15 		{ margin-left: 15px !important; }
				.md-ml_20 		{ margin-left: 20px !important; }
				.md-ml_25 		{ margin-left: 25px !important; }
				.md-ml_30 		{ margin-left: 30px !important; }
				.md-ml_35 		{ margin-left: 35px !important; }
				.md-ml_40 		{ margin-left: 40px !important; }
				.md-ml_45 		{ margin-left: 45px !important; }
				.md-ml_50 		{ margin-left: 50px !important; }
				.md-ml_55 		{ margin-left: 55px !important; }
				.md-ml_60 		{ margin-left: 60px !important; }
				.md-ml_65 		{ margin-left: 65px !important; }
				.md-ml_70 		{ margin-left: 70px !important; }
				.md-ml_75 		{ margin-left: 75px !important; }
				.md-ml_80 		{ margin-left: 80px !important; }
				.md-ml_85 		{ margin-left: 85px !important; }
				.md-ml_90 		{ margin-left: 90px !important; }
				.md-ml_95 		{ margin-left: 95px !important; }
				.md-ml_100  	{ margin-left: 100px !important; }
				.md-ml_105  	{ margin-left: 105px !important; }
				.md-ml_110  	{ margin-left: 110px !important; }
				.md-ml_115  	{ margin-left: 115px !important; }
				.md-ml_120  	{ margin-left: 120px !important; }
				.md-ml_125  	{ margin-left: 125px !important; }
				.md-ml_130  	{ margin-left: 130px !important; }
				.md-ml_135  	{ margin-left: 135px !important; }
				.md-ml_140  	{ margin-left: 140px !important; }
				.md-ml_145  	{ margin-left: 145px !important; }
				.md-ml_150  	{ margin-left: 150px !important; }
				.md-ml_155  	{ margin-left: 155px !important; }
				.md-ml_160  	{ margin-left: 160px !important; }
				.md-ml_165  	{ margin-left: 165px !important; }
				.md-ml_170  	{ margin-left: 170px !important; }
				.md-ml_175  	{ margin-left: 175px !important; }
				.md-ml_180  	{ margin-left: 180px !important; }
				.md-ml_185  	{ margin-left: 185px !important; }
				.md-ml_190  	{ margin-left: 190px !important; }
				.md-ml_195  	{ margin-left: 195px !important; }
				.md-ml_200  	{ margin-left: 200px !important; }

			/* Overides . Right */

				.md-mr_0 		{ margin-right: 0px !important; }
				.md-mr_5 		{ margin-right: 5px !important; }
				.md-mr_10 		{ margin-right: 10px !important; }
				.md-mr_15 		{ margin-right: 15px !important; }
				.md-mr_20 		{ margin-right: 20px !important; }
				.md-mr_25 		{ margin-right: 25px !important; }
				.md-mr_30 		{ margin-right: 30px !important; }
				.md-mr_35 		{ margin-right: 35px !important; }
				.md-mr_40 		{ margin-right: 40px !important; }
				.md-mr_45 		{ margin-right: 45px !important; }
				.md-mr_50 		{ margin-right: 50px !important; }
				.md-mr_55 		{ margin-right: 55px !important; }
				.md-mr_60 		{ margin-right: 60px !important; }
				.md-mr_65 		{ margin-right: 65px !important; }
				.md-mr_70 		{ margin-right: 70px !important; }
				.md-mr_75 		{ margin-right: 75px !important; }
				.md-mr_80 		{ margin-right: 80px !important; }
				.md-mr_85 		{ margin-right: 85px !important; }
				.md-mr_90 		{ margin-right: 90px !important; }
				.md-mr_95 		{ margin-right: 95px !important; }
				.md-mr_100  	{ margin-right: 100px !important; }
				.md-mr_105  	{ margin-right: 105px !important; }
				.md-mr_110  	{ margin-right: 110px !important; }
				.md-mr_115  	{ margin-right: 115px !important; }
				.md-mr_120  	{ margin-right: 120px !important; }
				.md-mr_125  	{ margin-right: 125px !important; }
				.md-mr_130  	{ margin-right: 130px !important; }
				.md-mr_135  	{ margin-right: 135px !important; }
				.md-mr_140  	{ margin-right: 140px !important; }
				.md-mr_145  	{ margin-right: 145px !important; }
				.md-mr_150  	{ margin-right: 150px !important; }
				.md-mr_155  	{ margin-right: 155px !important; }
				.md-mr_160  	{ margin-right: 160px !important; }
				.md-mr_165  	{ margin-right: 165px !important; }
				.md-mr_170  	{ margin-right: 170px !important; }
				.md-mr_175  	{ margin-right: 175px !important; }
				.md-mr_180  	{ margin-right: 180px !important; }
				.md-mr_185  	{ margin-right: 185px !important; }
				.md-mr_190  	{ margin-right: 190px !important; }
				.md-mr_195  	{ margin-right: 195px !important; }
				.md-mr_200  	{ margin-right: 200px !important; }

		}

	/* Margin . Large screens */

		@media (min-width: 1200px) {

			/* Reset */

				.xs-mt_0, .xs-mt_5, .xs-mt_10, .xs-mt_15, .xs-mt_20, .xs-mt_25, .xs-mt_30, .xs-mt_35, .xs-mt_40, .xs-mt_45, .xs-mt_50, 
				.xs-mt_55, .xs-mt_60, .xs-mt_65, .xs-mt_70, .xs-mt_75, .xs-mt_80, .xs-mt_85, .xs-mt_90, .xs-mt_95, .xs-mt_100, .xs-mt_105, 
				.xs-mt_110, .xs-mt_115, .xs-mt_120, .xs-mt_125, .xs-mt_130, .xs-mt_135, .xs-mt_140, .xs-mt_145, .xs-mt_150, .xs-mt_155, 
				.xs-mt_160, .xs-mt_165, .xs-mt_170, .xs-mt_175, .xs-mt_180, .xs-mt_185, .xs-mt_190, .xs-mt_195, .xs-mt_200,

				.sm-mt_0, .sm-mt_5, .sm-mt_10, .sm-mt_15, .sm-mt_20, .sm-mt_25, .sm-mt_30, .sm-mt_35, .sm-mt_40, .sm-mt_45, .sm-mt_50, 
				.sm-mt_55, .sm-mt_60, .sm-mt_65, .sm-mt_70, .sm-mt_75, .sm-mt_80, .sm-mt_85, .sm-mt_90, .sm-mt_95, .sm-mt_100, .sm-mt_105, 
				.sm-mt_110, .sm-mt_115, .sm-mt_120, .sm-mt_125, .sm-mt_130, .sm-mt_135, .sm-mt_140, .sm-mt_145, .sm-mt_150, .sm-mt_155, 
				.sm-mt_160, .sm-mt_165, .sm-mt_170, .sm-mt_175, .sm-mt_180, .sm-mt_185, .sm-mt_190, .sm-mt_195, .sm-mt_200,

				.md-mt_0, .md-mt_5, .md-mt_10, .md-mt_15, .md-mt_20, .md-mt_25, .md-mt_30, .md-mt_35, .md-mt_40, .md-mt_45, .md-mt_50, 
				.md-mt_55, .md-mt_60, .md-mt_65, .md-mt_70, .md-mt_75, .md-mt_80, .md-mt_85, .md-mt_90, .md-mt_95, .md-mt_100, .md-mt_105, 
				.md-mt_110, .md-mt_115, .md-mt_120, .md-mt_125, .md-mt_130, .md-mt_135, .md-mt_140, .md-mt_145, .md-mt_150, .md-mt_155, 
				.md-mt_160, .md-mt_165, .md-mt_170, .md-mt_175, .md-mt_180, .md-mt_185, .md-mt_190, .md-mt_195, .md-mt_200 {
					margin-top: initial !important; 
				}

				.xs-mb_0, .xs-mb_5, .xs-mb_10, .xs-mb_15, .xs-mb_20, .xs-mb_25, .xs-mb_30, .xs-mb_35, .xs-mb_40, .xs-mb_45, .xs-mb_50, 
				.xs-mb_55, .xs-mb_60, .xs-mb_65, .xs-mb_70, .xs-mb_75, .xs-mb_80, .xs-mb_85, .xs-mb_90, .xs-mb_95, .xs-mb_100, .xs-mb_105, 
				.xs-mb_110, .xs-mb_115, .xs-mb_120, .xs-mb_125, .xs-mb_130, .xs-mb_135, .xs-mb_140, .xs-mb_145, .xs-mb_150, .xs-mb_155, 
				.xs-mb_160, .xs-mb_165, .xs-mb_170, .xs-mb_175, .xs-mb_180, .xs-mb_185, .xs-mb_190, .xs-mb_195, .xs-mb_200,

				.sm-mb_0, .sm-mb_5, .sm-mb_10, .sm-mb_15, .sm-mb_20, .sm-mb_25, .sm-mb_30, .sm-mb_35, .sm-mb_40, .sm-mb_45, .sm-mb_50, 
				.sm-mb_55, .sm-mb_60, .sm-mb_65, .sm-mb_70, .sm-mb_75, .sm-mb_80, .sm-mb_85, .sm-mb_90, .sm-mb_95, .sm-mb_100, .sm-mb_105, 
				.sm-mb_110, .sm-mb_115, .sm-mb_120, .sm-mb_125, .sm-mb_130, .sm-mb_135, .sm-mb_140, .sm-mb_145, .sm-mb_150, .sm-mb_155, 
				.sm-mb_160, .sm-mb_165, .sm-mb_170, .sm-mb_175, .sm-mb_180, .sm-mb_185, .sm-mb_190, .sm-mb_195, .sm-mb_200,

				.md-mb_0, .md-mb_5, .md-mb_10, .md-mb_15, .md-mb_20, .md-mb_25, .md-mb_30, .md-mb_35, .md-mb_40, .md-mb_45, .md-mb_50, 
				.md-mb_55, .md-mb_60, .md-mb_65, .md-mb_70, .md-mb_75, .md-mb_80, .md-mb_85, .md-mb_90, .md-mb_95, .md-mb_100, .md-mb_105, 
				.md-mb_110, .md-mb_115, .md-mb_120, .md-mb_125, .md-mb_130, .md-mb_135, .md-mb_140, .md-mb_145, .md-mb_150, .md-mb_155, 
				.md-mb_160, .md-mb_165, .md-mb_170, .md-mb_175, .md-mb_180, .md-mb_185, .md-mb_190, .md-mb_195, .md-mb_200 { 
					margin-bottom: initial !important; 
				}

				.xs-ml_0, .xs-ml_5, .xs-ml_10, .xs-ml_15, .xs-ml_20, .xs-ml_25, .xs-ml_30, .xs-ml_35, .xs-ml_40, .xs-ml_45, .xs-ml_50, 
				.xs-ml_55, .xs-ml_60, .xs-ml_65, .xs-ml_70, .xs-ml_75, .xs-ml_80, .xs-ml_85, .xs-ml_90, .xs-ml_95, .xs-ml_100, .xs-ml_105, 
				.xs-ml_110, .xs-ml_115, .xs-ml_120, .xs-ml_125, .xs-ml_130, .xs-ml_135, .xs-ml_140, .xs-ml_145, .xs-ml_150, .xs-ml_155, 
				.xs-ml_160, .xs-ml_165, .xs-ml_170, .xs-ml_175, .xs-ml_180, .xs-ml_185, .xs-ml_190, .xs-ml_195, .xs-ml_200,

				.sm-ml_0, .sm-ml_5, .sm-ml_10, .sm-ml_15, .sm-ml_20, .sm-ml_25, .sm-ml_30, .sm-ml_35, .sm-ml_40, .sm-ml_45, .sm-ml_50, 
				.sm-ml_55, .sm-ml_60, .sm-ml_65, .sm-ml_70, .sm-ml_75, .sm-ml_80, .sm-ml_85, .sm-ml_90, .sm-ml_95, .sm-ml_100, .sm-ml_105, 
				.sm-ml_110, .sm-ml_115, .sm-ml_120, .sm-ml_125, .sm-ml_130, .sm-ml_135, .sm-ml_140, .sm-ml_145, .sm-ml_150, .sm-ml_155, 
				.sm-ml_160, .sm-ml_165, .sm-ml_170, .sm-ml_175, .sm-ml_180, .sm-ml_185, .sm-ml_190, .sm-ml_195, .sm-ml_200,

				.md-ml_0, .md-ml_5, .md-ml_10, .md-ml_15, .md-ml_20, .md-ml_25, .md-ml_30, .md-ml_35, .md-ml_40, .md-ml_45, .md-ml_50, 
				.md-ml_55, .md-ml_60, .md-ml_65, .md-ml_70, .md-ml_75, .md-ml_80, .md-ml_85, .md-ml_90, .md-ml_95, .md-ml_100, .md-ml_105, 
				.md-ml_110, .md-ml_115, .md-ml_120, .md-ml_125, .md-ml_130, .md-ml_135, .md-ml_140, .md-ml_145, .md-ml_150, .md-ml_155, 
				.md-ml_160, .md-ml_165, .md-ml_170, .md-ml_175, .md-ml_180, .md-ml_185, .md-ml_190, .md-ml_195, .md-ml_200 { 
					margin-left: initial !important; 
				}

				.xs-mr_0, .xs-mr_5, .xs-mr_10, .xs-mr_15, .xs-mr_20, .xs-mr_25, .xs-mr_30, .xs-mr_35, .xs-mr_40, .xs-mr_45, .xs-mr_50, 
				.xs-mr_55, .xs-mr_60, .xs-mr_65, .xs-mr_70, .xs-mr_75, .xs-mr_80, .xs-mr_85, .xs-mr_90, .xs-mr_95, .xs-mr_100, .xs-mr_105, 
				.xs-mr_110, .xs-mr_115, .xs-mr_120, .xs-mr_125, .xs-mr_130, .xs-mr_135, .xs-mr_140, .xs-mr_145, .xs-mr_150, .xs-mr_155, 
				.xs-mr_160, .xs-mr_165, .xs-mr_170, .xs-mr_175, .xs-mr_180, .xs-mr_185, .xs-mr_190, .xs-mr_195, .xs-mr_200,

				.sm-mr_0, .sm-mr_5, .sm-mr_10, .sm-mr_15, .sm-mr_20, .sm-mr_25, .sm-mr_30, .sm-mr_35, .sm-mr_40, .sm-mr_45, .sm-mr_50, 
				.sm-mr_55, .sm-mr_60, .sm-mr_65, .sm-mr_70, .sm-mr_75, .sm-mr_80, .sm-mr_85, .sm-mr_90, .sm-mr_95, .sm-mr_100, .sm-mr_105, 
				.sm-mr_110, .sm-mr_115, .sm-mr_120, .sm-mr_125, .sm-mr_130, .sm-mr_135, .sm-mr_140, .sm-mr_145, .sm-mr_150, .sm-mr_155, 
				.sm-mr_160, .sm-mr_165, .sm-mr_170, .sm-mr_175, .sm-mr_180, .sm-mr_185, .sm-mr_190, .sm-mr_195, .sm-mr_200,

				.md-mr_0, .md-mr_5, .md-mr_10, .md-mr_15, .md-mr_20, .md-mr_25, .md-mr_30, .md-mr_35, .md-mr_40, .md-mr_45, .md-mr_50, 
				.md-mr_55, .md-mr_60, .md-mr_65, .md-mr_70, .md-mr_75, .md-mr_80, .md-mr_85, .md-mr_90, .md-mr_95, .md-mr_100, .md-mr_105, 
				.md-mr_110, .md-mr_115, .md-mr_120, .md-mr_125, .md-mr_130, .md-mr_135, .md-mr_140, .md-mr_145, .md-mr_150, .md-mr_155, 
				.md-mr_160, .md-mr_165, .md-mr_170, .md-mr_175, .md-mr_180, .md-mr_185, .md-mr_190, .md-mr_195, .md-mr_200 { 
					margin-right: initial !important; 
				}

			/* Default */

				/* Default . Top */

					.mt_0 	{ margin-top: 0px !important;   }
					.mt_5 	{ margin-top: 5px !important;   }
					.mt_10 	{ margin-top: 10px !important;  }
					.mt_15 	{ margin-top: 15px !important;  }
					.mt_20 	{ margin-top: 20px !important;  }
					.mt_25 	{ margin-top: 25px !important;  }
					.mt_30 	{ margin-top: 30px !important;  }
					.mt_35 	{ margin-top: 35px !important;  }
					.mt_40 	{ margin-top: 40px !important;  }
					.mt_45 	{ margin-top: 45px !important;  }
					.mt_50 	{ margin-top: 50px !important;  }
					.mt_55 	{ margin-top: 55px !important;  }
					.mt_60 	{ margin-top: 60px !important;  }
					.mt_65 	{ margin-top: 65px !important;  }
					.mt_70 	{ margin-top: 70px !important;  }
					.mt_75 	{ margin-top: 75px !important;  }
					.mt_80 	{ margin-top: 80px !important;  }
					.mt_85 	{ margin-top: 85px !important;  }
					.mt_90 	{ margin-top: 90px !important;  }
					.mt_95 	{ margin-top: 95px !important;  }
					.mt_100 { margin-top: 100px !important; }
					.mt_105 { margin-top: 105px !important; }
					.mt_110 { margin-top: 110px !important; }
					.mt_115 { margin-top: 115px !important; }
					.mt_120 { margin-top: 120px !important; }
					.mt_125 { margin-top: 125px !important; }
					.mt_130 { margin-top: 130px !important; }
					.mt_135 { margin-top: 135px !important; }
					.mt_140 { margin-top: 140px !important; }
					.mt_145 { margin-top: 145px !important; }
					.mt_150 { margin-top: 150px !important; }
					.mt_155 { margin-top: 155px !important; }
					.mt_160 { margin-top: 160px !important; }
					.mt_165 { margin-top: 165px !important; }
					.mt_170 { margin-top: 170px !important; }
					.mt_175 { margin-top: 175px !important; }
					.mt_180 { margin-top: 180px !important; }
					.mt_185 { margin-top: 185px !important; }
					.mt_190 { margin-top: 190px !important; }
					.mt_195 { margin-top: 195px !important; }
					.mt_200 { margin-top: 200px !important; }

				/* Default . Bottom */

					.mb_0 	{ margin-bottom: 0px !important;   }
					.mb_5 	{ margin-bottom: 5px !important;   }
					.mb_10 	{ margin-bottom: 10px !important;  }
					.mb_15 	{ margin-bottom: 15px !important;  }
					.mb_20 	{ margin-bottom: 20px !important;  }
					.mb_25 	{ margin-bottom: 25px !important;  }
					.mb_30 	{ margin-bottom: 30px !important;  }
					.mb_35 	{ margin-bottom: 35px !important;  }
					.mb_40 	{ margin-bottom: 40px !important;  }
					.mb_45 	{ margin-bottom: 45px !important;  }
					.mb_50 	{ margin-bottom: 50px !important;  }
					.mb_55 	{ margin-bottom: 55px !important;  }
					.mb_60 	{ margin-bottom: 60px !important;  }
					.mb_65 	{ margin-bottom: 65px !important;  }
					.mb_70 	{ margin-bottom: 70px !important;  }
					.mb_75 	{ margin-bottom: 75px !important;  }
					.mb_80 	{ margin-bottom: 80px !important;  }
					.mb_85 	{ margin-bottom: 85px !important;  }
					.mb_90 	{ margin-bottom: 90px !important;  }
					.mb_95 	{ margin-bottom: 95px !important;  }
					.mb_100 { margin-bottom: 100px !important; }
					.mb_105 { margin-bottom: 105px !important; }
					.mb_110 { margin-bottom: 110px !important; }
					.mb_115 { margin-bottom: 115px !important; }
					.mb_120 { margin-bottom: 120px !important; }
					.mb_125 { margin-bottom: 125px !important; }
					.mb_130 { margin-bottom: 130px !important; }
					.mb_135 { margin-bottom: 135px !important; }
					.mb_140 { margin-bottom: 140px !important; }
					.mb_145 { margin-bottom: 145px !important; }
					.mb_150 { margin-bottom: 150px !important; }
					.mb_155 { margin-bottom: 155px !important; }
					.mb_160 { margin-bottom: 160px !important; }
					.mb_165 { margin-bottom: 165px !important; }
					.mb_170 { margin-bottom: 170px !important; }
					.mb_175 { margin-bottom: 175px !important; }
					.mb_180 { margin-bottom: 180px !important; }
					.mb_185 { margin-bottom: 185px !important; }
					.mb_190 { margin-bottom: 190px !important; }
					.mb_195 { margin-bottom: 195px !important; }
					.mb_200 { margin-bottom: 200px !important; }

				/* Default . Left */

					.ml_0 	{ margin-left: 0px !important;   }
					.ml_5 	{ margin-left: 5px !important;   }
					.ml_10 	{ margin-left: 10px !important;  }
					.ml_15 	{ margin-left: 15px !important;  }
					.ml_20 	{ margin-left: 20px !important;  }
					.ml_25 	{ margin-left: 25px !important;  }
					.ml_30 	{ margin-left: 30px !important;  }
					.ml_35 	{ margin-left: 35px !important;  }
					.ml_40 	{ margin-left: 40px !important;  }
					.ml_45 	{ margin-left: 45px !important;  }
					.ml_50 	{ margin-left: 50px !important;  }
					.ml_55 	{ margin-left: 55px !important;  }
					.ml_60 	{ margin-left: 60px !important;  }
					.ml_65 	{ margin-left: 65px !important;  }
					.ml_70 	{ margin-left: 70px !important;  }
					.ml_75 	{ margin-left: 75px !important;  }
					.ml_80 	{ margin-left: 80px !important;  }
					.ml_85 	{ margin-left: 85px !important;  }
					.ml_90 	{ margin-left: 90px !important;  }
					.ml_95 	{ margin-left: 95px !important;  }
					.ml_100 { margin-left: 100px !important; }
					.ml_105 { margin-left: 105px !important; }
					.ml_110 { margin-left: 110px !important; }
					.ml_115 { margin-left: 115px !important; }
					.ml_120 { margin-left: 120px !important; }
					.ml_125 { margin-left: 125px !important; }
					.ml_130 { margin-left: 130px !important; }
					.ml_135 { margin-left: 135px !important; }
					.ml_140 { margin-left: 140px !important; }
					.ml_145 { margin-left: 145px !important; }
					.ml_150 { margin-left: 150px !important; }
					.ml_155 { margin-left: 155px !important; }
					.ml_160 { margin-left: 160px !important; }
					.ml_165 { margin-left: 165px !important; }
					.ml_170 { margin-left: 170px !important; }
					.ml_175 { margin-left: 175px !important; }
					.ml_180 { margin-left: 180px !important; }
					.ml_185 { margin-left: 185px !important; }
					.ml_190 { margin-left: 190px !important; }
					.ml_195 { margin-left: 195px !important; }
					.ml_200 { margin-left: 200px !important; }

				/* Default . Right */

					.mr_0 	{ margin-right: 0px !important;   }
					.mr_5 	{ margin-right: 5px !important;   }
					.mr_10 	{ margin-right: 10px !important;  }
					.mr_15 	{ margin-right: 15px !important;  }
					.mr_20 	{ margin-right: 20px !important;  }
					.mr_25 	{ margin-right: 25px !important;  }
					.mr_30 	{ margin-right: 30px !important;  }
					.mr_35 	{ margin-right: 35px !important;  }
					.mr_40 	{ margin-right: 40px !important;  }
					.mr_45 	{ margin-right: 45px !important;  }
					.mr_50 	{ margin-right: 50px !important;  }
					.mr_55 	{ margin-right: 55px !important;  }
					.mr_60 	{ margin-right: 60px !important;  }
					.mr_65 	{ margin-right: 65px !important;  }
					.mr_70 	{ margin-right: 70px !important;  }
					.mr_75 	{ margin-right: 75px !important;  }
					.mr_80 	{ margin-right: 80px !important;  }
					.mr_85 	{ margin-right: 85px !important;  }
					.mr_90 	{ margin-right: 90px !important;  }
					.mr_95 	{ margin-right: 95px !important;  }
					.mr_100 { margin-right: 100px !important; }
					.mr_105 { margin-right: 105px !important; }
					.mr_110 { margin-right: 110px !important; }
					.mr_115 { margin-right: 115px !important; }
					.mr_120 { margin-right: 120px !important; }
					.mr_125 { margin-right: 125px !important; }
					.mr_130 { margin-right: 130px !important; }
					.mr_135 { margin-right: 135px !important; }
					.mr_140 { margin-right: 140px !important; }
					.mr_145 { margin-right: 145px !important; }
					.mr_150 { margin-right: 150px !important; }
					.mr_155 { margin-right: 155px !important; }
					.mr_160 { margin-right: 160px !important; }
					.mr_165 { margin-right: 165px !important; }
					.mr_170 { margin-right: 170px !important; }
					.mr_175 { margin-right: 175px !important; }
					.mr_180 { margin-right: 180px !important; }
					.mr_185 { margin-right: 185px !important; }
					.mr_190 { margin-right: 190px !important; }
					.mr_195 { margin-right: 195px !important; }
					.mr_200 { margin-right: 200px !important; }

			/* Overides . Top */

				.lg-mt_0 		{ margin-top: 0px !important; }
				.lg-mt_5 		{ margin-top: 5px !important; }
				.lg-mt_10 		{ margin-top: 10px !important; }
				.lg-mt_15 		{ margin-top: 15px !important; }
				.lg-mt_20 		{ margin-top: 20px !important; }
				.lg-mt_25 		{ margin-top: 25px !important; }
				.lg-mt_30 		{ margin-top: 30px !important; }
				.lg-mt_35 		{ margin-top: 35px !important; }
				.lg-mt_40 		{ margin-top: 40px !important; }
				.lg-mt_45 		{ margin-top: 45px !important; }
				.lg-mt_50 		{ margin-top: 50px !important; }
				.lg-mt_55 		{ margin-top: 55px !important; }
				.lg-mt_60 		{ margin-top: 60px !important; }
				.lg-mt_65 		{ margin-top: 65px !important; }
				.lg-mt_70 		{ margin-top: 70px !important; }
				.lg-mt_75 		{ margin-top: 75px !important; }
				.lg-mt_80 		{ margin-top: 80px !important; }
				.lg-mt_85 		{ margin-top: 85px !important; }
				.lg-mt_90 		{ margin-top: 90px !important; }
				.lg-mt_95 		{ margin-top: 95px !important; }
				.lg-mt_100		{ margin-top: 100px !important; }
				.lg-mt_105		{ margin-top: 105px !important; }
				.lg-mt_110		{ margin-top: 110px !important; }
				.lg-mt_115		{ margin-top: 115px !important; }
				.lg-mt_120  	{ margin-top: 120px !important; }
				.lg-mt_125  	{ margin-top: 125px !important; }
				.lg-mt_130  	{ margin-top: 130px !important; }
				.lg-mt_135  	{ margin-top: 135px !important; }
				.lg-mt_140  	{ margin-top: 140px !important; }
				.lg-mt_145  	{ margin-top: 145px !important; }
				.lg-mt_150  	{ margin-top: 150px !important; }
				.lg-mt_155  	{ margin-top: 155px !important; }
				.lg-mt_160  	{ margin-top: 160px !important; }
				.lg-mt_165  	{ margin-top: 165px !important; }
				.lg-mt_170  	{ margin-top: 170px !important; }
				.lg-mt_175  	{ margin-top: 175px !important; }
				.lg-mt_180  	{ margin-top: 180px !important; }
				.lg-mt_185  	{ margin-top: 185px !important; }
				.lg-mt_190  	{ margin-top: 190px !important; }
				.lg-mt_195  	{ margin-top: 195px !important; }
				.lg-mt_200  	{ margin-top: 200px !important; }

			/* Overides . Bottom */

				.lg-mb_0 		{ margin-bottom: 0px !important; }
				.lg-mb_5 		{ margin-bottom: 5px !important; }
				.lg-mb_10 		{ margin-bottom: 10px !important; }
				.lg-mb_15 		{ margin-bottom: 15px !important; }
				.lg-mb_20 		{ margin-bottom: 20px !important; }
				.lg-mb_25 		{ margin-bottom: 25px !important; }
				.lg-mb_30 		{ margin-bottom: 30px !important; }
				.lg-mb_35 		{ margin-bottom: 35px !important; }
				.lg-mb_40 		{ margin-bottom: 40px !important; }
				.lg-mb_45 		{ margin-bottom: 45px !important; }
				.lg-mb_50 		{ margin-bottom: 50px !important; }
				.lg-mb_55 		{ margin-bottom: 55px !important; }
				.lg-mb_60 		{ margin-bottom: 60px !important; }
				.lg-mb_65 		{ margin-bottom: 65px !important; }
				.lg-mb_70 		{ margin-bottom: 70px !important; }
				.lg-mb_75 		{ margin-bottom: 75px !important; }
				.lg-mb_80 		{ margin-bottom: 80px !important; }
				.lg-mb_85 		{ margin-bottom: 85px !important; }
				.lg-mb_90 		{ margin-bottom: 90px !important; }
				.lg-mb_95 		{ margin-bottom: 95px !important; }
				.lg-mb_100  	{ margin-bottom: 100px !important; }
				.lg-mb_105  	{ margin-bottom: 105px !important; }
				.lg-mb_110  	{ margin-bottom: 110px !important; }
				.lg-mb_115  	{ margin-bottom: 115px !important; }
				.lg-mb_120  	{ margin-bottom: 120px !important; }
				.lg-mb_125  	{ margin-bottom: 125px !important; }
				.lg-mb_130  	{ margin-bottom: 130px !important; }
				.lg-mb_135  	{ margin-bottom: 135px !important; }
				.lg-mb_140  	{ margin-bottom: 140px !important; }
				.lg-mb_145  	{ margin-bottom: 145px !important; }
				.lg-mb_150  	{ margin-bottom: 150px !important; }
				.lg-mb_155  	{ margin-bottom: 155px !important; }
				.lg-mb_160  	{ margin-bottom: 160px !important; }
				.lg-mb_165  	{ margin-bottom: 165px !important; }
				.lg-mb_170  	{ margin-bottom: 170px !important; }
				.lg-mb_175  	{ margin-bottom: 175px !important; }
				.lg-mb_180  	{ margin-bottom: 180px !important; }
				.lg-mb_185  	{ margin-bottom: 185px !important; }
				.lg-mb_190  	{ margin-bottom: 190px !important; }
				.lg-mb_195  	{ margin-bottom: 195px !important; }
				.lg-mb_200  	{ margin-bottom: 200px !important; }

			/* Overides . Left */

				.lg-ml_0 		{ margin-left: 0px !important; }
				.lg-ml_5 		{ margin-left: 5px !important; }
				.lg-ml_10 		{ margin-left: 10px !important; }
				.lg-ml_15 		{ margin-left: 15px !important; }
				.lg-ml_20 		{ margin-left: 20px !important; }
				.lg-ml_25 		{ margin-left: 25px !important; }
				.lg-ml_30 		{ margin-left: 30px !important; }
				.lg-ml_35 		{ margin-left: 35px !important; }
				.lg-ml_40 		{ margin-left: 40px !important; }
				.lg-ml_45 		{ margin-left: 45px !important; }
				.lg-ml_50 		{ margin-left: 50px !important; }
				.lg-ml_55 		{ margin-left: 55px !important; }
				.lg-ml_60 		{ margin-left: 60px !important; }
				.lg-ml_65 		{ margin-left: 65px !important; }
				.lg-ml_70 		{ margin-left: 70px !important; }
				.lg-ml_75 		{ margin-left: 75px !important; }
				.lg-ml_80 		{ margin-left: 80px !important; }
				.lg-ml_85 		{ margin-left: 85px !important; }
				.lg-ml_90 		{ margin-left: 90px !important; }
				.lg-ml_95 		{ margin-left: 95px !important; }
				.lg-ml_100  	{ margin-left: 100px !important; }
				.lg-ml_105  	{ margin-left: 105px !important; }
				.lg-ml_110  	{ margin-left: 110px !important; }
				.lg-ml_115  	{ margin-left: 115px !important; }
				.lg-ml_120  	{ margin-left: 120px !important; }
				.lg-ml_125  	{ margin-left: 125px !important; }
				.lg-ml_130  	{ margin-left: 130px !important; }
				.lg-ml_135  	{ margin-left: 135px !important; }
				.lg-ml_140  	{ margin-left: 140px !important; }
				.lg-ml_145  	{ margin-left: 145px !important; }
				.lg-ml_150  	{ margin-left: 150px !important; }
				.lg-ml_155  	{ margin-left: 155px !important; }
				.lg-ml_160  	{ margin-left: 160px !important; }
				.lg-ml_165  	{ margin-left: 165px !important; }
				.lg-ml_170  	{ margin-left: 170px !important; }
				.lg-ml_175  	{ margin-left: 175px !important; }
				.lg-ml_180  	{ margin-left: 180px !important; }
				.lg-ml_185  	{ margin-left: 185px !important; }
				.lg-ml_190  	{ margin-left: 190px !important; }
				.lg-ml_195  	{ margin-left: 195px !important; }
				.lg-ml_200  	{ margin-left: 200px !important; }

			/* Overides . Right */

				.lg-mr_0 		{ margin-right: 0px !important; }
				.lg-mr_5 		{ margin-right: 5px !important; }
				.lg-mr_10 		{ margin-right: 10px !important; }
				.lg-mr_15 		{ margin-right: 15px !important; }
				.lg-mr_20 		{ margin-right: 20px !important; }
				.lg-mr_25 		{ margin-right: 25px !important; }
				.lg-mr_30 		{ margin-right: 30px !important; }
				.lg-mr_35 		{ margin-right: 35px !important; }
				.lg-mr_40 		{ margin-right: 40px !important; }
				.lg-mr_45 		{ margin-right: 45px !important; }
				.lg-mr_50 		{ margin-right: 50px !important; }
				.lg-mr_55 		{ margin-right: 55px !important; }
				.lg-mr_60 		{ margin-right: 60px !important; }
				.lg-mr_65 		{ margin-right: 65px !important; }
				.lg-mr_70 		{ margin-right: 70px !important; }
				.lg-mr_75 		{ margin-right: 75px !important; }
				.lg-mr_80 		{ margin-right: 80px !important; }
				.lg-mr_85 		{ margin-right: 85px !important; }
				.lg-mr_90 		{ margin-right: 90px !important; }
				.lg-mr_95 		{ margin-right: 95px !important; }
				.lg-mr_100  	{ margin-right: 100px !important; }
				.lg-mr_105  	{ margin-right: 105px !important; }
				.lg-mr_110  	{ margin-right: 110px !important; }
				.lg-mr_115  	{ margin-right: 115px !important; }
				.lg-mr_120  	{ margin-right: 120px !important; }
				.lg-mr_125  	{ margin-right: 125px !important; }
				.lg-mr_130  	{ margin-right: 130px !important; }
				.lg-mr_135  	{ margin-right: 135px !important; }
				.lg-mr_140  	{ margin-right: 140px !important; }
				.lg-mr_145  	{ margin-right: 145px !important; }
				.lg-mr_150  	{ margin-right: 150px !important; }
				.lg-mr_155  	{ margin-right: 155px !important; }
				.lg-mr_160  	{ margin-right: 160px !important; }
				.lg-mr_165  	{ margin-right: 165px !important; }
				.lg-mr_170  	{ margin-right: 170px !important; }
				.lg-mr_175  	{ margin-right: 175px !important; }
				.lg-mr_180  	{ margin-right: 180px !important; }
				.lg-mr_185  	{ margin-right: 185px !important; }
				.lg-mr_190  	{ margin-right: 190px !important; }
				.lg-mr_195  	{ margin-right: 195px !important; }
				.lg-mr_200  	{ margin-right: 200px !important; }

		}


/* Padding */

	/* Padding . Default */

		/* Padding . Top */

			.pt_0 	{ padding-top: 0px;   }
			.pt_5 	{ padding-top: 5px;   }
			.pt_10 	{ padding-top: 10px;  }
			.pt_15 	{ padding-top: 15px;  }
			.pt_20 	{ padding-top: 20px;  }
			.pt_25 	{ padding-top: 25px;  }
			.pt_30 	{ padding-top: 30px;  }
			.pt_35 	{ padding-top: 35px;  }
			.pt_40 	{ padding-top: 40px;  }
			.pt_45 	{ padding-top: 45px;  }
			.pt_50 	{ padding-top: 50px;  }
			.pt_55 	{ padding-top: 55px;  }
			.pt_60 	{ padding-top: 60px;  }
			.pt_65 	{ padding-top: 65px;  }
			.pt_70 	{ padding-top: 70px;  }
			.pt_75 	{ padding-top: 75px;  }
			.pt_80 	{ padding-top: 80px;  }
			.pt_85 	{ padding-top: 85px;  }
			.pt_90 	{ padding-top: 90px;  }
			.pt_95 	{ padding-top: 95px;  }
			.pt_100 { padding-top: 100px; }
			.pt_105 { padding-top: 105px; }
			.pt_110 { padding-top: 110px; }
			.pt_115 { padding-top: 115px; }
			.pt_120 { padding-top: 120px; }
			.pt_125 { padding-top: 125px; }
			.pt_130 { padding-top: 130px; }
			.pt_135 { padding-top: 135px; }
			.pt_140 { padding-top: 140px; }
			.pt_145 { padding-top: 145px; }
			.pt_150 { padding-top: 150px; }
			.pt_155 { padding-top: 155px; }
			.pt_160 { padding-top: 160px; }
			.pt_165 { padding-top: 165px; }
			.pt_170 { padding-top: 170px; }
			.pt_175 { padding-top: 175px; }
			.pt_180 { padding-top: 180px; }
			.pt_185 { padding-top: 185px; }
			.pt_190 { padding-top: 190px; }
			.pt_195 { padding-top: 195px; }
			.pt_200 { padding-top: 200px; }

		/* Padding . Bottom */

			.pb_0 	{ padding-bottom: 0px;   }
			.pb_5 	{ padding-bottom: 5px;   }
			.pb_10 	{ padding-bottom: 10px;  }
			.pb_15 	{ padding-bottom: 15px;  }
			.pb_20 	{ padding-bottom: 20px;  }
			.pb_25 	{ padding-bottom: 25px;  }
			.pb_30 	{ padding-bottom: 30px;  }
			.pb_35 	{ padding-bottom: 35px;  }
			.pb_40 	{ padding-bottom: 40px;  }
			.pb_45 	{ padding-bottom: 45px;  }
			.pb_50 	{ padding-bottom: 50px;  }
			.pb_55 	{ padding-bottom: 55px;  }
			.pb_60 	{ padding-bottom: 60px;  }
			.pb_65 	{ padding-bottom: 65px;  }
			.pb_70 	{ padding-bottom: 70px;  }
			.pb_75 	{ padding-bottom: 75px;  }
			.pb_80 	{ padding-bottom: 80px;  }
			.pb_85 	{ padding-bottom: 85px;  }
			.pb_90 	{ padding-bottom: 90px;  }
			.pb_95 	{ padding-bottom: 95px;  }
			.pb_100 { padding-bottom: 100px; }
			.pb_105 { padding-bottom: 105px; }
			.pb_110 { padding-bottom: 110px; }
			.pb_115 { padding-bottom: 115px; }
			.pb_120 { padding-bottom: 120px; }
			.pb_125 { padding-bottom: 125px; }
			.pb_130 { padding-bottom: 130px; }
			.pb_135 { padding-bottom: 135px; }
			.pb_140 { padding-bottom: 140px; }
			.pb_145 { padding-bottom: 145px; }
			.pb_150 { padding-bottom: 150px; }
			.pb_155 { padding-bottom: 155px; }
			.pb_160 { padding-bottom: 160px; }
			.pb_165 { padding-bottom: 165px; }
			.pb_170 { padding-bottom: 170px; }
			.pb_175 { padding-bottom: 175px; }
			.pb_180 { padding-bottom: 180px; }
			.pb_185 { padding-bottom: 185px; }
			.pb_190 { padding-bottom: 190px; }
			.pb_195 { padding-bottom: 195px; }
			.pb_200 { padding-bottom: 200px; }

		/* Padding . Left */

			.pl_0 	{ padding-left: 0px;   }
			.pl_5 	{ padding-left: 5px;   }
			.pl_10 	{ padding-left: 10px;  }
			.pl_15 	{ padding-left: 15px;  }
			.pl_20 	{ padding-left: 20px;  }
			.pl_25 	{ padding-left: 25px;  }
			.pl_30 	{ padding-left: 30px;  }
			.pl_35 	{ padding-left: 35px;  }
			.pl_40 	{ padding-left: 40px;  }
			.pl_45 	{ padding-left: 45px;  }
			.pl_50 	{ padding-left: 50px;  }
			.pl_55 	{ padding-left: 55px;  }
			.pl_60 	{ padding-left: 60px;  }
			.pl_65 	{ padding-left: 65px;  }
			.pl_70 	{ padding-left: 70px;  }
			.pl_75 	{ padding-left: 75px;  }
			.pl_80 	{ padding-left: 80px;  }
			.pl_85 	{ padding-left: 85px;  }
			.pl_90 	{ padding-left: 90px;  }
			.pl_95 	{ padding-left: 95px;  }
			.pl_100 { padding-left: 100px; }
			.pl_105 { padding-left: 105px; }
			.pl_110 { padding-left: 110px; }
			.pl_115 { padding-left: 115px; }
			.pl_120 { padding-left: 120px; }
			.pl_125 { padding-left: 125px; }
			.pl_130 { padding-left: 130px; }
			.pl_135 { padding-left: 135px; }
			.pl_140 { padding-left: 140px; }
			.pl_145 { padding-left: 145px; }
			.pl_150 { padding-left: 150px; }
			.pl_155 { padding-left: 155px; }
			.pl_160 { padding-left: 160px; }
			.pl_165 { padding-left: 165px; }
			.pl_170 { padding-left: 170px; }
			.pl_175 { padding-left: 175px; }
			.pl_180 { padding-left: 180px; }
			.pl_185 { padding-left: 185px; }
			.pl_190 { padding-left: 190px; }
			.pl_195 { padding-left: 195px; }
			.pl_200 { padding-left: 200px; }

		/* Padding . Right */

			.pr_0 	{ padding-right: 0px;   }
			.pr_5 	{ padding-right: 5px;   }
			.pr_10 	{ padding-right: 10px;  }
			.pr_15 	{ padding-right: 15px;  }
			.pr_20 	{ padding-right: 20px;  }
			.pr_25 	{ padding-right: 25px;  }
			.pr_30 	{ padding-right: 30px;  }
			.pr_35 	{ padding-right: 35px;  }
			.pr_40 	{ padding-right: 40px;  }
			.pr_45 	{ padding-right: 45px;  }
			.pr_50 	{ padding-right: 50px;  }
			.pr_55 	{ padding-right: 55px;  }
			.pr_60 	{ padding-right: 60px;  }
			.pr_65 	{ padding-right: 65px;  }
			.pr_70 	{ padding-right: 70px;  }
			.pr_75 	{ padding-right: 75px;  }
			.pr_80 	{ padding-right: 80px;  }
			.pr_85 	{ padding-right: 85px;  }
			.pr_90 	{ padding-right: 90px;  }
			.pr_95 	{ padding-right: 95px;  }
			.pr_100 { padding-right: 100px; }
			.pr_105 { padding-right: 105px; }
			.pr_110 { padding-right: 110px; }
			.pr_115 { padding-right: 115px; }
			.pr_120 { padding-right: 120px; }
			.pr_125 { padding-right: 125px; }
			.pr_130 { padding-right: 130px; }
			.pr_135 { padding-right: 135px; }
			.pr_140 { padding-right: 140px; }
			.pr_145 { padding-right: 145px; }
			.pr_150 { padding-right: 150px; }
			.pr_155 { padding-right: 155px; }
			.pr_160 { padding-right: 160px; }
			.pr_165 { padding-right: 165px; }
			.pr_170 { padding-right: 170px; }
			.pr_175 { padding-right: 175px; }
			.pr_180 { padding-right: 180px; }
			.pr_185 { padding-right: 185px; }
			.pr_190 { padding-right: 190px; }
			.pr_195 { padding-right: 195px; }
			.pr_200 { padding-right: 200px; }

	/* Padding . Extra small screens */

		@media (min-width: 100px) {

			/* Padding . Top */

				.xs-pt_0 		{ padding-top: 0px !important; }
				.xs-pt_5 		{ padding-top: 5px !important; }
				.xs-pt_10 		{ padding-top: 10px !important; }
				.xs-pt_15 		{ padding-top: 15px !important; }
				.xs-pt_20 		{ padding-top: 20px !important; }
				.xs-pt_25 		{ padding-top: 25px !important; }
				.xs-pt_30 		{ padding-top: 30px !important; }
				.xs-pt_35 		{ padding-top: 35px !important; }
				.xs-pt_40 		{ padding-top: 40px !important; }
				.xs-pt_45 		{ padding-top: 45px !important; }
				.xs-pt_50 		{ padding-top: 50px !important; }
				.xs-pt_55 		{ padding-top: 55px !important; }
				.xs-pt_60 		{ padding-top: 60px !important; }
				.xs-pt_65 		{ padding-top: 65px !important; }
				.xs-pt_70 		{ padding-top: 70px !important; }
				.xs-pt_75 		{ padding-top: 75px !important; }
				.xs-pt_80 		{ padding-top: 80px !important; }
				.xs-pt_85 		{ padding-top: 85px !important; }
				.xs-pt_90 		{ padding-top: 90px !important; }
				.xs-pt_95 		{ padding-top: 95px !important; }
				.xs-pt_100		{ padding-top: 100px !important; }
				.xs-pt_105		{ padding-top: 105px !important; }
				.xs-pt_110		{ padding-top: 110px !important; }
				.xs-pt_115		{ padding-top: 115px !important; }
				.xs-pt_120  	{ padding-top: 120px !important; }
				.xs-pt_125  	{ padding-top: 125px !important; }
				.xs-pt_130  	{ padding-top: 130px !important; }
				.xs-pt_135  	{ padding-top: 135px !important; }
				.xs-pt_140  	{ padding-top: 140px !important; }
				.xs-pt_145  	{ padding-top: 145px !important; }
				.xs-pt_150  	{ padding-top: 150px !important; }
				.xs-pt_155  	{ padding-top: 155px !important; }
				.xs-pt_160  	{ padding-top: 160px !important; }
				.xs-pt_165  	{ padding-top: 165px !important; }
				.xs-pt_170  	{ padding-top: 170px !important; }
				.xs-pt_175  	{ padding-top: 175px !important; }
				.xs-pt_180  	{ padding-top: 180px !important; }
				.xs-pt_185  	{ padding-top: 185px !important; }
				.xs-pt_190  	{ padding-top: 190px !important; }
				.xs-pt_195  	{ padding-top: 195px !important; }
				.xs-pt_200  	{ padding-top: 200px !important; }

			/* Padding . Bottom */

				.xs-pt_0 		{ padding-bottom: 0px !important; }
				.xs-pb_5 		{ padding-bottom: 5px !important; }
				.xs-pb_10 		{ padding-bottom: 10px !important; }
				.xs-pb_15 		{ padding-bottom: 15px !important; }
				.xs-pb_20 		{ padding-bottom: 20px !important; }
				.xs-pb_25 		{ padding-bottom: 25px !important; }
				.xs-pb_30 		{ padding-bottom: 30px !important; }
				.xs-pb_35 		{ padding-bottom: 35px !important; }
				.xs-pb_40 		{ padding-bottom: 40px !important; }
				.xs-pb_45 		{ padding-bottom: 45px !important; }
				.xs-pb_50 		{ padding-bottom: 50px !important; }
				.xs-pb_55 		{ padding-bottom: 55px !important; }
				.xs-pb_60 		{ padding-bottom: 60px !important; }
				.xs-pb_65 		{ padding-bottom: 65px !important; }
				.xs-pb_70 		{ padding-bottom: 70px !important; }
				.xs-pb_75 		{ padding-bottom: 75px !important; }
				.xs-pb_80 		{ padding-bottom: 80px !important; }
				.xs-pb_85 		{ padding-bottom: 85px !important; }
				.xs-pb_90 		{ padding-bottom: 90px !important; }
				.xs-pb_95 		{ padding-bottom: 95px !important; }
				.xs-pb_100  	{ padding-bottom: 100px !important; }
				.xs-pb_105  	{ padding-bottom: 105px !important; }
				.xs-pb_110  	{ padding-bottom: 110px !important; }
				.xs-pb_115  	{ padding-bottom: 115px !important; }
				.xs-pb_120  	{ padding-bottom: 120px !important; }
				.xs-pb_125  	{ padding-bottom: 125px !important; }
				.xs-pb_130  	{ padding-bottom: 130px !important; }
				.xs-pb_135  	{ padding-bottom: 135px !important; }
				.xs-pb_140  	{ padding-bottom: 140px !important; }
				.xs-pb_145  	{ padding-bottom: 145px !important; }
				.xs-pb_150  	{ padding-bottom: 150px !important; }
				.xs-pb_155  	{ padding-bottom: 155px !important; }
				.xs-pb_160  	{ padding-bottom: 160px !important; }
				.xs-pb_165  	{ padding-bottom: 165px !important; }
				.xs-pb_170  	{ padding-bottom: 170px !important; }
				.xs-pb_175  	{ padding-bottom: 175px !important; }
				.xs-pb_180  	{ padding-bottom: 180px !important; }
				.xs-pb_185  	{ padding-bottom: 185px !important; }
				.xs-pb_190  	{ padding-bottom: 190px !important; }
				.xs-pb_195  	{ padding-bottom: 195px !important; }
				.xs-pb_200  	{ padding-bottom: 200px !important; }

			/* Padding . Left */

				.xs-pl_0 		{ padding-left: 0px !important; }
				.xs-pl_5 		{ padding-left: 5px !important; }
				.xs-pl_10 		{ padding-left: 10px !important; }
				.xs-pl_15 		{ padding-left: 15px !important; }
				.xs-pl_20 		{ padding-left: 20px !important; }
				.xs-pl_25 		{ padding-left: 25px !important; }
				.xs-pl_30 		{ padding-left: 30px !important; }
				.xs-pl_35 		{ padding-left: 35px !important; }
				.xs-pl_40 		{ padding-left: 40px !important; }
				.xs-pl_45 		{ padding-left: 45px !important; }
				.xs-pl_50 		{ padding-left: 50px !important; }
				.xs-pl_55 		{ padding-left: 55px !important; }
				.xs-pl_60 		{ padding-left: 60px !important; }
				.xs-pl_65 		{ padding-left: 65px !important; }
				.xs-pl_70 		{ padding-left: 70px !important; }
				.xs-pl_75 		{ padding-left: 75px !important; }
				.xs-pl_80 		{ padding-left: 80px !important; }
				.xs-pl_85 		{ padding-left: 85px !important; }
				.xs-pl_90 		{ padding-left: 90px !important; }
				.xs-pl_95 		{ padding-left: 95px !important; }
				.xs-pl_100  	{ padding-left: 100px !important; }
				.xs-pl_105  	{ padding-left: 105px !important; }
				.xs-pl_110  	{ padding-left: 110px !important; }
				.xs-pl_115  	{ padding-left: 115px !important; }
				.xs-pl_120  	{ padding-left: 120px !important; }
				.xs-pl_125  	{ padding-left: 125px !important; }
				.xs-pl_130  	{ padding-left: 130px !important; }
				.xs-pl_135  	{ padding-left: 135px !important; }
				.xs-pl_140  	{ padding-left: 140px !important; }
				.xs-pl_145  	{ padding-left: 145px !important; }
				.xs-pl_150  	{ padding-left: 150px !important; }
				.xs-pl_155  	{ padding-left: 155px !important; }
				.xs-pl_160  	{ padding-left: 160px !important; }
				.xs-pl_165  	{ padding-left: 165px !important; }
				.xs-pl_170  	{ padding-left: 170px !important; }
				.xs-pl_175  	{ padding-left: 175px !important; }
				.xs-pl_180  	{ padding-left: 180px !important; }
				.xs-pl_185  	{ padding-left: 185px !important; }
				.xs-pl_190  	{ padding-left: 190px !important; }
				.xs-pl_195  	{ padding-left: 195px !important; }
				.xs-pl_200  	{ padding-left: 200px !important; }

			/* Padding . Right */

				.xs-pr_0 		{ padding-right: 0px !important; }
				.xs-pr_5 		{ padding-right: 5px !important; }
				.xs-pr_10 		{ padding-right: 10px !important; }
				.xs-pr_15 		{ padding-right: 15px !important; }
				.xs-pr_20 		{ padding-right: 20px !important; }
				.xs-pr_25 		{ padding-right: 25px !important; }
				.xs-pr_30 		{ padding-right: 30px !important; }
				.xs-pr_35 		{ padding-right: 35px !important; }
				.xs-pr_40 		{ padding-right: 40px !important; }
				.xs-pr_45 		{ padding-right: 45px !important; }
				.xs-pr_50 		{ padding-right: 50px !important; }
				.xs-pr_55 		{ padding-right: 55px !important; }
				.xs-pr_60 		{ padding-right: 60px !important; }
				.xs-pr_65 		{ padding-right: 65px !important; }
				.xs-pr_70 		{ padding-right: 70px !important; }
				.xs-pr_75 		{ padding-right: 75px !important; }
				.xs-pr_80 		{ padding-right: 80px !important; }
				.xs-pr_85 		{ padding-right: 85px !important; }
				.xs-pr_90 		{ padding-right: 90px !important; }
				.xs-pr_95 		{ padding-right: 95px !important; }
				.xs-pr_100  	{ padding-right: 100px !important; }
				.xs-pr_105  	{ padding-right: 105px !important; }
				.xs-pr_110  	{ padding-right: 110px !important; }
				.xs-pr_115  	{ padding-right: 115px !important; }
				.xs-pr_120  	{ padding-right: 120px !important; }
				.xs-pr_125  	{ padding-right: 125px !important; }
				.xs-pr_130  	{ padding-right: 130px !important; }
				.xs-pr_135  	{ padding-right: 135px !important; }
				.xs-pr_140  	{ padding-right: 140px !important; }
				.xs-pr_145  	{ padding-right: 145px !important; }
				.xs-pr_150  	{ padding-right: 150px !important; }
				.xs-pr_155  	{ padding-right: 155px !important; }
				.xs-pr_160  	{ padding-right: 160px !important; }
				.xs-pr_165  	{ padding-right: 165px !important; }
				.xs-pr_170  	{ padding-right: 170px !important; }
				.xs-pr_175  	{ padding-right: 175px !important; }
				.xs-pr_180  	{ padding-right: 180px !important; }
				.xs-pr_185  	{ padding-right: 185px !important; }
				.xs-pr_190  	{ padding-right: 190px !important; }
				.xs-pr_195  	{ padding-right: 195px !important; }
				.xs-pr_200  	{ padding-right: 200px !important; }

		}

	/* Padding . Small screens */

		@media (min-width: 768px) {

			/* Reset */
				.xs-pt_0, .xs-pt_5, .xs-pt_10, .xs-pt_15, .xs-pt_20, .xs-pt_25, .xs-pt_30, .xs-pt_35, .xs-pt_40, .xs-pt_45, .xs-pt_50, 
				.xs-pt_55, .xs-pt_60, .xs-pt_65, .xs-pt_70, .xs-pt_75, .xs-pt_80, .xs-pt_85, .xs-pt_90, .xs-pt_95, .xs-pt_100, .xs-pt_105, 
				.xs-pt_110, .xs-pt_115, .xs-pt_120, .xs-pt_125, .xs-pt_130, .xs-pt_135, .xs-pt_140, .xs-pt_145, .xs-pt_150, .xs-pt_155, 
				.xs-pt_160, .xs-pt_165, .xs-pt_170, .xs-pt_175, .xs-pt_180, .xs-pt_185, .xs-pt_190, .xs-pt_195, .xs-pt_200 {
					padding-top: initial !important; 
				}

				.xs-pb_0, .xs-pb_5, .xs-pb_10, .xs-pb_15, .xs-pb_20, .xs-pb_25, .xs-pb_30, .xs-pb_35, .xs-pb_40, .xs-pb_45, .xs-pb_50, 
				.xs-pb_55, .xs-pb_60, .xs-pb_65, .xs-pb_70, .xs-pb_75, .xs-pb_80, .xs-pb_85, .xs-pb_90, .xs-pb_95, .xs-pb_100, .xs-pb_105, 
				.xs-pb_110, .xs-pb_115, .xs-pb_120, .xs-pb_125, .xs-pb_130, .xs-pb_135, .xs-pb_140, .xs-pb_145, .xs-pb_150, .xs-pb_155, 
				.xs-pb_160, .xs-pb_165, .xs-pb_170, .xs-pb_175, .xs-pb_180, .xs-pb_185, .xs-pb_190, .xs-pb_195, .xs-pb_200 { 
					padding-bottom: initial !important; 
				}

				.xs-pl_0, .xs-pl_5, .xs-pl_10, .xs-pl_15, .xs-pl_20, .xs-pl_25, .xs-pl_30, .xs-pl_35, .xs-pl_40, .xs-pl_45, .xs-pl_50, 
				.xs-pl_55, .xs-pl_60, .xs-pl_65, .xs-pl_70, .xs-pl_75, .xs-pl_80, .xs-pl_85, .xs-pl_90, .xs-pl_95, .xs-pl_100, .xs-pl_105, 
				.xs-pl_110, .xs-pl_115, .xs-pl_120, .xs-pl_125, .xs-pl_130, .xs-pl_135, .xs-pl_140, .xs-pl_145, .xs-pl_150, .xs-pl_155, 
				.xs-pl_160, .xs-pl_165, .xs-pl_170, .xs-pl_175, .xs-pl_180, .xs-pl_185, .xs-pl_190, .xs-pl_195, .xs-pl_200 { 
					padding-left: initial !important; 
				}

				.xs-pr_0, .xs-pr_5, .xs-pr_10, .xs-pr_15, .xs-pr_20, .xs-pr_25, .xs-pr_30, .xs-pr_35, .xs-pr_40, .xs-pr_45, .xs-pr_50, 
				.xs-pr_55, .xs-pr_60, .xs-pr_65, .xs-pr_70, .xs-pr_75, .xs-pr_80, .xs-pr_85, .xs-pr_90, .xs-pr_95, .xs-pr_100, .xs-pr_105, 
				.xs-pr_110, .xs-pr_115, .xs-pr_120, .xs-pr_125, .xs-pr_130, .xs-pr_135, .xs-pr_140, .xs-pr_145, .xs-pr_150, .xs-pr_155, 
				.xs-pr_160, .xs-pr_165, .xs-pr_170, .xs-pr_175, .xs-pr_180, .xs-pr_185, .xs-pr_190, .xs-pr_195, .xs-pr_200 { 
					padding-right: initial !important; 
				}

			/* Default */

				/* Default . Top */

					.pt_0 	{ padding-top: 0px  !important;  }
					.pt_5 	{ padding-top: 5px  !important;  }
					.pt_10 	{ padding-top: 10px !important;  }
					.pt_15 	{ padding-top: 15px !important;  }
					.pt_20 	{ padding-top: 20px !important;  }
					.pt_25 	{ padding-top: 25px !important;  }
					.pt_30 	{ padding-top: 30px !important;  }
					.pt_35 	{ padding-top: 35px !important;  }
					.pt_40 	{ padding-top: 40px !important;  }
					.pt_45 	{ padding-top: 45px !important;  }
					.pt_50 	{ padding-top: 50px !important;  }
					.pt_55 	{ padding-top: 55px !important;  }
					.pt_60 	{ padding-top: 60px !important;  }
					.pt_65 	{ padding-top: 65px !important;  }
					.pt_70 	{ padding-top: 70px !important;  }
					.pt_75 	{ padding-top: 75px !important;  }
					.pt_80 	{ padding-top: 80px !important;  }
					.pt_85 	{ padding-top: 85px !important;  }
					.pt_90 	{ padding-top: 90px !important;  }
					.pt_95 	{ padding-top: 95px !important;  }
					.pt_100 { padding-top: 100px !important; }
					.pt_105 { padding-top: 105px !important; }
					.pt_110 { padding-top: 110px !important; }
					.pt_115 { padding-top: 115px !important; }
					.pt_120 { padding-top: 120px !important; }
					.pt_125 { padding-top: 125px !important; }
					.pt_130 { padding-top: 130px !important; }
					.pt_135 { padding-top: 135px !important; }
					.pt_140 { padding-top: 140px !important; }
					.pt_145 { padding-top: 145px !important; }
					.pt_150 { padding-top: 150px !important; }
					.pt_155 { padding-top: 155px !important; }
					.pt_160 { padding-top: 160px !important; }
					.pt_165 { padding-top: 165px !important; }
					.pt_170 { padding-top: 170px !important; }
					.pt_175 { padding-top: 175px !important; }
					.pt_180 { padding-top: 180px !important; }
					.pt_185 { padding-top: 185px !important; }
					.pt_190 { padding-top: 190px !important; }
					.pt_195 { padding-top: 195px !important; }
					.pt_200 { padding-top: 200px !important; }

				/* Default . Bottom */

					.pb_0 	{ padding-bottom: 0px !important;   }
					.pb_5 	{ padding-bottom: 5px !important;   }
					.pb_10 	{ padding-bottom: 10px !important;  }
					.pb_15 	{ padding-bottom: 15px !important;  }
					.pb_20 	{ padding-bottom: 20px !important;  }
					.pb_25 	{ padding-bottom: 25px !important;  }
					.pb_30 	{ padding-bottom: 30px !important;  }
					.pb_35 	{ padding-bottom: 35px !important;  }
					.pb_40 	{ padding-bottom: 40px !important;  }
					.pb_45 	{ padding-bottom: 45px !important;  }
					.pb_50 	{ padding-bottom: 50px !important;  }
					.pb_55 	{ padding-bottom: 55px !important;  }
					.pb_60 	{ padding-bottom: 60px !important;  }
					.pb_65 	{ padding-bottom: 65px !important;  }
					.pb_70 	{ padding-bottom: 70px !important;  }
					.pb_75 	{ padding-bottom: 75px !important;  }
					.pb_80 	{ padding-bottom: 80px !important;  }
					.pb_85 	{ padding-bottom: 85px !important;  }
					.pb_90 	{ padding-bottom: 90px !important;  }
					.pb_95 	{ padding-bottom: 95px !important;  }
					.pb_100 { padding-bottom: 100px !important; }
					.pb_105 { padding-bottom: 105px !important; }
					.pb_110 { padding-bottom: 110px !important; }
					.pb_115 { padding-bottom: 115px !important; }
					.pb_120 { padding-bottom: 120px !important; }
					.pb_125 { padding-bottom: 125px !important; }
					.pb_130 { padding-bottom: 130px !important; }
					.pb_135 { padding-bottom: 135px !important; }
					.pb_140 { padding-bottom: 140px !important; }
					.pb_145 { padding-bottom: 145px !important; }
					.pb_150 { padding-bottom: 150px !important; }
					.pb_155 { padding-bottom: 155px !important; }
					.pb_160 { padding-bottom: 160px !important; }
					.pb_165 { padding-bottom: 165px !important; }
					.pb_170 { padding-bottom: 170px !important; }
					.pb_175 { padding-bottom: 175px !important; }
					.pb_180 { padding-bottom: 180px !important; }
					.pb_185 { padding-bottom: 185px !important; }
					.pb_190 { padding-bottom: 190px !important; }
					.pb_195 { padding-bottom: 195px !important; }
					.pb_200 { padding-bottom: 200px !important; }

				/* Default . Left */

					.pl_0 	{ padding-left: 0px !important;   }
					.pl_5 	{ padding-left: 5px !important;   }
					.pl_10 	{ padding-left: 10px !important;  }
					.pl_15 	{ padding-left: 15px !important;  }
					.pl_20 	{ padding-left: 20px !important;  }
					.pl_25 	{ padding-left: 25px !important;  }
					.pl_30 	{ padding-left: 30px !important;  }
					.pl_35 	{ padding-left: 35px !important;  }
					.pl_40 	{ padding-left: 40px !important;  }
					.pl_45 	{ padding-left: 45px !important;  }
					.pl_50 	{ padding-left: 50px !important;  }
					.pl_55 	{ padding-left: 55px !important;  }
					.pl_60 	{ padding-left: 60px !important;  }
					.pl_65 	{ padding-left: 65px !important;  }
					.pl_70 	{ padding-left: 70px !important;  }
					.pl_75 	{ padding-left: 75px !important;  }
					.pl_80 	{ padding-left: 80px !important;  }
					.pl_85 	{ padding-left: 85px !important;  }
					.pl_90 	{ padding-left: 90px !important;  }
					.pl_95 	{ padding-left: 95px !important;  }
					.pl_100 { padding-left: 100px !important; }
					.pl_105 { padding-left: 105px !important; }
					.pl_110 { padding-left: 110px !important; }
					.pl_115 { padding-left: 115px !important; }
					.pl_120 { padding-left: 120px !important; }
					.pl_125 { padding-left: 125px !important; }
					.pl_130 { padding-left: 130px !important; }
					.pl_135 { padding-left: 135px !important; }
					.pl_140 { padding-left: 140px !important; }
					.pl_145 { padding-left: 145px !important; }
					.pl_150 { padding-left: 150px !important; }
					.pl_155 { padding-left: 155px !important; }
					.pl_160 { padding-left: 160px !important; }
					.pl_165 { padding-left: 165px !important; }
					.pl_170 { padding-left: 170px !important; }
					.pl_175 { padding-left: 175px !important; }
					.pl_180 { padding-left: 180px !important; }
					.pl_185 { padding-left: 185px !important; }
					.pl_190 { padding-left: 190px !important; }
					.pl_195 { padding-left: 195px !important; }
					.pl_200 { padding-left: 200px !important; }

				/* Default . Right */

					.pr_0 	{ padding-right: 0px !important;   }
					.pr_5 	{ padding-right: 5px !important;   }
					.pr_10 	{ padding-right: 10px !important;  }
					.pr_15 	{ padding-right: 15px !important;  }
					.pr_20 	{ padding-right: 20px !important;  }
					.pr_25 	{ padding-right: 25px !important;  }
					.pr_30 	{ padding-right: 30px !important;  }
					.pr_35 	{ padding-right: 35px !important;  }
					.pr_40 	{ padding-right: 40px !important;  }
					.pr_45 	{ padding-right: 45px !important;  }
					.pr_50 	{ padding-right: 50px !important;  }
					.pr_55 	{ padding-right: 55px !important;  }
					.pr_60 	{ padding-right: 60px !important;  }
					.pr_65 	{ padding-right: 65px !important;  }
					.pr_70 	{ padding-right: 70px !important;  }
					.pr_75 	{ padding-right: 75px !important;  }
					.pr_80 	{ padding-right: 80px !important;  }
					.pr_85 	{ padding-right: 85px !important;  }
					.pr_90 	{ padding-right: 90px !important;  }
					.pr_95 	{ padding-right: 95px !important;  }
					.pr_100 { padding-right: 100px !important; }
					.pr_105 { padding-right: 105px !important; }
					.pr_110 { padding-right: 110px !important; }
					.pr_115 { padding-right: 115px !important; }
					.pr_120 { padding-right: 120px !important; }
					.pr_125 { padding-right: 125px !important; }
					.pr_130 { padding-right: 130px !important; }
					.pr_135 { padding-right: 135px !important; }
					.pr_140 { padding-right: 140px !important; }
					.pr_145 { padding-right: 145px !important; }
					.pr_150 { padding-right: 150px !important; }
					.pr_155 { padding-right: 155px !important; }
					.pr_160 { padding-right: 160px !important; }
					.pr_165 { padding-right: 165px !important; }
					.pr_170 { padding-right: 170px !important; }
					.pr_175 { padding-right: 175px !important; }
					.pr_180 { padding-right: 180px !important; }
					.pr_185 { padding-right: 185px !important; }
					.pr_190 { padding-right: 190px !important; }
					.pr_195 { padding-right: 195px !important; }
					.pr_200 { padding-right: 200px !important; }


			/* Overides . Top */

				.sm-pt_0 		{ padding-top: 0px !important; }
				.sm-pt_5 		{ padding-top: 5px !important; }
				.sm-pt_10 		{ padding-top: 10px !important; }
				.sm-pt_15 		{ padding-top: 15px !important; }
				.sm-pt_20 		{ padding-top: 20px !important; }
				.sm-pt_25 		{ padding-top: 25px !important; }
				.sm-pt_30 		{ padding-top: 30px !important; }
				.sm-pt_35 		{ padding-top: 35px !important; }
				.sm-pt_40 		{ padding-top: 40px !important; }
				.sm-pt_45 		{ padding-top: 45px !important; }
				.sm-pt_50 		{ padding-top: 50px !important; }
				.sm-pt_55 		{ padding-top: 55px !important; }
				.sm-pt_60 		{ padding-top: 60px !important; }
				.sm-pt_65 		{ padding-top: 65px !important; }
				.sm-pt_70 		{ padding-top: 70px !important; }
				.sm-pt_75 		{ padding-top: 75px !important; }
				.sm-pt_80 		{ padding-top: 80px !important; }
				.sm-pt_85 		{ padding-top: 85px !important; }
				.sm-pt_90 		{ padding-top: 90px !important; }
				.sm-pt_95 		{ padding-top: 95px !important; }
				.sm-pt_100		{ padding-top: 100px !important; }
				.sm-pt_105		{ padding-top: 105px !important; }
				.sm-pt_110		{ padding-top: 110px !important; }
				.sm-pt_115		{ padding-top: 115px !important; }
				.sm-pt_120  	{ padding-top: 120px !important; }
				.sm-pt_125  	{ padding-top: 125px !important; }
				.sm-pt_130  	{ padding-top: 130px !important; }
				.sm-pt_135  	{ padding-top: 135px !important; }
				.sm-pt_140  	{ padding-top: 140px !important; }
				.sm-pt_145  	{ padding-top: 145px !important; }
				.sm-pt_150  	{ padding-top: 150px !important; }
				.sm-pt_155  	{ padding-top: 155px !important; }
				.sm-pt_160  	{ padding-top: 160px !important; }
				.sm-pt_165  	{ padding-top: 165px !important; }
				.sm-pt_170  	{ padding-top: 170px !important; }
				.sm-pt_175  	{ padding-top: 175px !important; }
				.sm-pt_180  	{ padding-top: 180px !important; }
				.sm-pt_185  	{ padding-top: 185px !important; }
				.sm-pt_190  	{ padding-top: 190px !important; }
				.sm-pt_195  	{ padding-top: 195px !important; }
				.sm-pt_200  	{ padding-top: 200px !important; }

			/* Overides . Bottom */

				.sm-pt_0 		{ padding-bottom: 0px !important; }
				.sm-pb_5 		{ padding-bottom: 5px !important; }
				.sm-pb_10 		{ padding-bottom: 10px !important; }
				.sm-pb_15 		{ padding-bottom: 15px !important; }
				.sm-pb_20 		{ padding-bottom: 20px !important; }
				.sm-pb_25 		{ padding-bottom: 25px !important; }
				.sm-pb_30 		{ padding-bottom: 30px !important; }
				.sm-pb_35 		{ padding-bottom: 35px !important; }
				.sm-pb_40 		{ padding-bottom: 40px !important; }
				.sm-pb_45 		{ padding-bottom: 45px !important; }
				.sm-pb_50 		{ padding-bottom: 50px !important; }
				.sm-pb_55 		{ padding-bottom: 55px !important; }
				.sm-pb_60 		{ padding-bottom: 60px !important; }
				.sm-pb_65 		{ padding-bottom: 65px !important; }
				.sm-pb_70 		{ padding-bottom: 70px !important; }
				.sm-pb_75 		{ padding-bottom: 75px !important; }
				.sm-pb_80 		{ padding-bottom: 80px !important; }
				.sm-pb_85 		{ padding-bottom: 85px !important; }
				.sm-pb_90 		{ padding-bottom: 90px !important; }
				.sm-pb_95 		{ padding-bottom: 95px !important; }
				.sm-pb_100  	{ padding-bottom: 100px !important; }
				.sm-pb_105  	{ padding-bottom: 105px !important; }
				.sm-pb_110  	{ padding-bottom: 110px !important; }
				.sm-pb_115  	{ padding-bottom: 115px !important; }
				.sm-pb_120  	{ padding-bottom: 120px !important; }
				.sm-pb_125  	{ padding-bottom: 125px !important; }
				.sm-pb_130  	{ padding-bottom: 130px !important; }
				.sm-pb_135  	{ padding-bottom: 135px !important; }
				.sm-pb_140  	{ padding-bottom: 140px !important; }
				.sm-pb_145  	{ padding-bottom: 145px !important; }
				.sm-pb_150  	{ padding-bottom: 150px !important; }
				.sm-pb_155  	{ padding-bottom: 155px !important; }
				.sm-pb_160  	{ padding-bottom: 160px !important; }
				.sm-pb_165  	{ padding-bottom: 165px !important; }
				.sm-pb_170  	{ padding-bottom: 170px !important; }
				.sm-pb_175  	{ padding-bottom: 175px !important; }
				.sm-pb_180  	{ padding-bottom: 180px !important; }
				.sm-pb_185  	{ padding-bottom: 185px !important; }
				.sm-pb_190  	{ padding-bottom: 190px !important; }
				.sm-pb_195  	{ padding-bottom: 195px !important; }
				.sm-pb_200  	{ padding-bottom: 200px !important; }

			/* Overides . Left */

				.sm-pl_0 		{ padding-left: 0px !important; }
				.sm-pl_5 		{ padding-left: 5px !important; }
				.sm-pl_10 		{ padding-left: 10px !important; }
				.sm-pl_15 		{ padding-left: 15px !important; }
				.sm-pl_20 		{ padding-left: 20px !important; }
				.sm-pl_25 		{ padding-left: 25px !important; }
				.sm-pl_30 		{ padding-left: 30px !important; }
				.sm-pl_35 		{ padding-left: 35px !important; }
				.sm-pl_40 		{ padding-left: 40px !important; }
				.sm-pl_45 		{ padding-left: 45px !important; }
				.sm-pl_50 		{ padding-left: 50px !important; }
				.sm-pl_55 		{ padding-left: 55px !important; }
				.sm-pl_60 		{ padding-left: 60px !important; }
				.sm-pl_65 		{ padding-left: 65px !important; }
				.sm-pl_70 		{ padding-left: 70px !important; }
				.sm-pl_75 		{ padding-left: 75px !important; }
				.sm-pl_80 		{ padding-left: 80px !important; }
				.sm-pl_85 		{ padding-left: 85px !important; }
				.sm-pl_90 		{ padding-left: 90px !important; }
				.sm-pl_95 		{ padding-left: 95px !important; }
				.sm-pl_100  	{ padding-left: 100px !important; }
				.sm-pl_105  	{ padding-left: 105px !important; }
				.sm-pl_110  	{ padding-left: 110px !important; }
				.sm-pl_115  	{ padding-left: 115px !important; }
				.sm-pl_120  	{ padding-left: 120px !important; }
				.sm-pl_125  	{ padding-left: 125px !important; }
				.sm-pl_130  	{ padding-left: 130px !important; }
				.sm-pl_135  	{ padding-left: 135px !important; }
				.sm-pl_140  	{ padding-left: 140px !important; }
				.sm-pl_145  	{ padding-left: 145px !important; }
				.sm-pl_150  	{ padding-left: 150px !important; }
				.sm-pl_155  	{ padding-left: 155px !important; }
				.sm-pl_160  	{ padding-left: 160px !important; }
				.sm-pl_165  	{ padding-left: 165px !important; }
				.sm-pl_170  	{ padding-left: 170px !important; }
				.sm-pl_175  	{ padding-left: 175px !important; }
				.sm-pl_180  	{ padding-left: 180px !important; }
				.sm-pl_185  	{ padding-left: 185px !important; }
				.sm-pl_190  	{ padding-left: 190px !important; }
				.sm-pl_195  	{ padding-left: 195px !important; }
				.sm-pl_200  	{ padding-left: 200px !important; }

			/* Overides . Right */

				.sm-pr_0 		{ padding-right: 0px !important; }
				.sm-pr_5 		{ padding-right: 5px !important; }
				.sm-pr_10 		{ padding-right: 10px !important; }
				.sm-pr_15 		{ padding-right: 15px !important; }
				.sm-pr_20 		{ padding-right: 20px !important; }
				.sm-pr_25 		{ padding-right: 25px !important; }
				.sm-pr_30 		{ padding-right: 30px !important; }
				.sm-pr_35 		{ padding-right: 35px !important; }
				.sm-pr_40 		{ padding-right: 40px !important; }
				.sm-pr_45 		{ padding-right: 45px !important; }
				.sm-pr_50 		{ padding-right: 50px !important; }
				.sm-pr_55 		{ padding-right: 55px !important; }
				.sm-pr_60 		{ padding-right: 60px !important; }
				.sm-pr_65 		{ padding-right: 65px !important; }
				.sm-pr_70 		{ padding-right: 70px !important; }
				.sm-pr_75 		{ padding-right: 75px !important; }
				.sm-pr_80 		{ padding-right: 80px !important; }
				.sm-pr_85 		{ padding-right: 85px !important; }
				.sm-pr_90 		{ padding-right: 90px !important; }
				.sm-pr_95 		{ padding-right: 95px !important; }
				.sm-pr_100  	{ padding-right: 100px !important; }
				.sm-pr_105  	{ padding-right: 105px !important; }
				.sm-pr_110  	{ padding-right: 110px !important; }
				.sm-pr_115  	{ padding-right: 115px !important; }
				.sm-pr_120  	{ padding-right: 120px !important; }
				.sm-pr_125  	{ padding-right: 125px !important; }
				.sm-pr_130  	{ padding-right: 130px !important; }
				.sm-pr_135  	{ padding-right: 135px !important; }
				.sm-pr_140  	{ padding-right: 140px !important; }
				.sm-pr_145  	{ padding-right: 145px !important; }
				.sm-pr_150  	{ padding-right: 150px !important; }
				.sm-pr_155  	{ padding-right: 155px !important; }
				.sm-pr_160  	{ padding-right: 160px !important; }
				.sm-pr_165  	{ padding-right: 165px !important; }
				.sm-pr_170  	{ padding-right: 170px !important; }
				.sm-pr_175  	{ padding-right: 175px !important; }
				.sm-pr_180  	{ padding-right: 180px !important; }
				.sm-pr_185  	{ padding-right: 185px !important; }
				.sm-pr_190  	{ padding-right: 190px !important; }
				.sm-pr_195  	{ padding-right: 195px !important; }
				.sm-pr_200  	{ padding-right: 200px !important; }

		}

	/* Padding . Medium screens */

		@media (min-width: 990px) {

			/* Reset */
				.xs-pt_0, .xs-pt_5, .xs-pt_10, .xs-pt_15, .xs-pt_20, .xs-pt_25, .xs-pt_30, .xs-pt_35, .xs-pt_40, .xs-pt_45, .xs-pt_50, 
				.xs-pt_55, .xs-pt_60, .xs-pt_65, .xs-pt_70, .xs-pt_75, .xs-pt_80, .xs-pt_85, .xs-pt_90, .xs-pt_95, .xs-pt_100, .xs-pt_105, 
				.xs-pt_110, .xs-pt_115, .xs-pt_120, .xs-pt_125, .xs-pt_130, .xs-pt_135, .xs-pt_140, .xs-pt_145, .xs-pt_150, .xs-pt_155, 
				.xs-pt_160, .xs-pt_165, .xs-pt_170, .xs-pt_175, .xs-pt_180, .xs-pt_185, .xs-pt_190, .xs-pt_195, .xs-pt_200,

				.sm-pt_0, .sm-pt_5, .sm-pt_10, .sm-pt_15, .sm-pt_20, .sm-pt_25, .sm-pt_30, .sm-pt_35, .sm-pt_40, .sm-pt_45, .sm-pt_50, 
				.sm-pt_55, .sm-pt_60, .sm-pt_65, .sm-pt_70, .sm-pt_75, .sm-pt_80, .sm-pt_85, .sm-pt_90, .sm-pt_95, .sm-pt_100, .sm-pt_105, 
				.sm-pt_110, .sm-pt_115, .sm-pt_120, .sm-pt_125, .sm-pt_130, .sm-pt_135, .sm-pt_140, .sm-pt_145, .sm-pt_150, .sm-pt_155, 
				.sm-pt_160, .sm-pt_165, .sm-pt_170, .sm-pt_175, .sm-pt_180, .sm-pt_185, .sm-pt_190, .sm-pt_195, .sm-pt_200 {
					padding-top: initial !important; 
				}

				.xs-pb_0, .xs-pb_5, .xs-pb_10, .xs-pb_15, .xs-pb_20, .xs-pb_25, .xs-pb_30, .xs-pb_35, .xs-pb_40, .xs-pb_45, .xs-pb_50, 
				.xs-pb_55, .xs-pb_60, .xs-pb_65, .xs-pb_70, .xs-pb_75, .xs-pb_80, .xs-pb_85, .xs-pb_90, .xs-pb_95, .xs-pb_100, .xs-pb_105, 
				.xs-pb_110, .xs-pb_115, .xs-pb_120, .xs-pb_125, .xs-pb_130, .xs-pb_135, .xs-pb_140, .xs-pb_145, .xs-pb_150, .xs-pb_155, 
				.xs-pb_160, .xs-pb_165, .xs-pb_170, .xs-pb_175, .xs-pb_180, .xs-pb_185, .xs-pb_190, .xs-pb_195, .xs-pb_200,

				.sm-pb_0, .sm-pb_5, .sm-pb_10, .sm-pb_15, .sm-pb_20, .sm-pb_25, .sm-pb_30, .sm-pb_35, .sm-pb_40, .sm-pb_45, .sm-pb_50, 
				.sm-pb_55, .sm-pb_60, .sm-pb_65, .sm-pb_70, .sm-pb_75, .sm-pb_80, .sm-pb_85, .sm-pb_90, .sm-pb_95, .sm-pb_100, .sm-pb_105, 
				.sm-pb_110, .sm-pb_115, .sm-pb_120, .sm-pb_125, .sm-pb_130, .sm-pb_135, .sm-pb_140, .sm-pb_145, .sm-pb_150, .sm-pb_155, 
				.sm-pb_160, .sm-pb_165, .sm-pb_170, .sm-pb_175, .sm-pb_180, .sm-pb_185, .sm-pb_190, .sm-pb_195, .sm-pb_200 { 
					padding-bottom: initial !important; 
				}

				.xs-pl_0, .xs-pl_5, .xs-pl_10, .xs-pl_15, .xs-pl_20, .xs-pl_25, .xs-pl_30, .xs-pl_35, .xs-pl_40, .xs-pl_45, .xs-pl_50, 
				.xs-pl_55, .xs-pl_60, .xs-pl_65, .xs-pl_70, .xs-pl_75, .xs-pl_80, .xs-pl_85, .xs-pl_90, .xs-pl_95, .xs-pl_100, .xs-pl_105, 
				.xs-pl_110, .xs-pl_115, .xs-pl_120, .xs-pl_125, .xs-pl_130, .xs-pl_135, .xs-pl_140, .xs-pl_145, .xs-pl_150, .xs-pl_155, 
				.xs-pl_160, .xs-pl_165, .xs-pl_170, .xs-pl_175, .xs-pl_180, .xs-pl_185, .xs-pl_190, .xs-pl_195, .xs-pl_200,

				.sm-pl_0, .sm-pl_5, .sm-pl_10, .sm-pl_15, .sm-pl_20, .sm-pl_25, .sm-pl_30, .sm-pl_35, .sm-pl_40, .sm-pl_45, .sm-pl_50, 
				.sm-pl_55, .sm-pl_60, .sm-pl_65, .sm-pl_70, .sm-pl_75, .sm-pl_80, .sm-pl_85, .sm-pl_90, .sm-pl_95, .sm-pl_100, .sm-pl_105, 
				.sm-pl_110, .sm-pl_115, .sm-pl_120, .sm-pl_125, .sm-pl_130, .sm-pl_135, .sm-pl_140, .sm-pl_145, .sm-pl_150, .sm-pl_155, 
				.sm-pl_160, .sm-pl_165, .sm-pl_170, .sm-pl_175, .sm-pl_180, .sm-pl_185, .sm-pl_190, .sm-pl_195, .sm-pl_200 { 
					padding-left: initial !important; 
				}

				.xs-pr_0, .xs-pr_5, .xs-pr_10, .xs-pr_15, .xs-pr_20, .xs-pr_25, .xs-pr_30, .xs-pr_35, .xs-pr_40, .xs-pr_45, .xs-pr_50, 
				.xs-pr_55, .xs-pr_60, .xs-pr_65, .xs-pr_70, .xs-pr_75, .xs-pr_80, .xs-pr_85, .xs-pr_90, .xs-pr_95, .xs-pr_100, .xs-pr_105, 
				.xs-pr_110, .xs-pr_115, .xs-pr_120, .xs-pr_125, .xs-pr_130, .xs-pr_135, .xs-pr_140, .xs-pr_145, .xs-pr_150, .xs-pr_155, 
				.xs-pr_160, .xs-pr_165, .xs-pr_170, .xs-pr_175, .xs-pr_180, .xs-pr_185, .xs-pr_190, .xs-pr_195, .xs-pr_200,

				.sm-pr_0, .sm-pr_5, .sm-pr_10, .sm-pr_15, .sm-pr_20, .sm-pr_25, .sm-pr_30, .sm-pr_35, .sm-pr_40, .sm-pr_45, .sm-pr_50, 
				.sm-pr_55, .sm-pr_60, .sm-pr_65, .sm-pr_70, .sm-pr_75, .sm-pr_80, .sm-pr_85, .sm-pr_90, .sm-pr_95, .sm-pr_100, .sm-pr_105, 
				.sm-pr_110, .sm-pr_115, .sm-pr_120, .sm-pr_125, .sm-pr_130, .sm-pr_135, .sm-pr_140, .sm-pr_145, .sm-pr_150, .sm-pr_155, 
				.sm-pr_160, .sm-pr_165, .sm-pr_170, .sm-pr_175, .sm-pr_180, .sm-pr_185, .sm-pr_190, .sm-pr_195, .sm-pr_200 { 
					padding-right: initial !important; 
				}

			/* Default */

				/* Default . Top */

					.pt_0 	{ padding-top: 0px  !important;  }
					.pt_5 	{ padding-top: 5px  !important;  }
					.pt_10 	{ padding-top: 10px !important;  }
					.pt_15 	{ padding-top: 15px !important;  }
					.pt_20 	{ padding-top: 20px !important;  }
					.pt_25 	{ padding-top: 25px !important;  }
					.pt_30 	{ padding-top: 30px !important;  }
					.pt_35 	{ padding-top: 35px !important;  }
					.pt_40 	{ padding-top: 40px !important;  }
					.pt_45 	{ padding-top: 45px !important;  }
					.pt_50 	{ padding-top: 50px !important;  }
					.pt_55 	{ padding-top: 55px !important;  }
					.pt_60 	{ padding-top: 60px !important;  }
					.pt_65 	{ padding-top: 65px !important;  }
					.pt_70 	{ padding-top: 70px !important;  }
					.pt_75 	{ padding-top: 75px !important;  }
					.pt_80 	{ padding-top: 80px !important;  }
					.pt_85 	{ padding-top: 85px !important;  }
					.pt_90 	{ padding-top: 90px !important;  }
					.pt_95 	{ padding-top: 95px !important;  }
					.pt_100 { padding-top: 100px !important; }
					.pt_105 { padding-top: 105px !important; }
					.pt_110 { padding-top: 110px !important; }
					.pt_115 { padding-top: 115px !important; }
					.pt_120 { padding-top: 120px !important; }
					.pt_125 { padding-top: 125px !important; }
					.pt_130 { padding-top: 130px !important; }
					.pt_135 { padding-top: 135px !important; }
					.pt_140 { padding-top: 140px !important; }
					.pt_145 { padding-top: 145px !important; }
					.pt_150 { padding-top: 150px !important; }
					.pt_155 { padding-top: 155px !important; }
					.pt_160 { padding-top: 160px !important; }
					.pt_165 { padding-top: 165px !important; }
					.pt_170 { padding-top: 170px !important; }
					.pt_175 { padding-top: 175px !important; }
					.pt_180 { padding-top: 180px !important; }
					.pt_185 { padding-top: 185px !important; }
					.pt_190 { padding-top: 190px !important; }
					.pt_195 { padding-top: 195px !important; }
					.pt_200 { padding-top: 200px !important; }

				/* Default . Bottom */

					.pb_0 	{ padding-bottom: 0px !important;   }
					.pb_5 	{ padding-bottom: 5px !important;   }
					.pb_10 	{ padding-bottom: 10px !important;  }
					.pb_15 	{ padding-bottom: 15px !important;  }
					.pb_20 	{ padding-bottom: 20px !important;  }
					.pb_25 	{ padding-bottom: 25px !important;  }
					.pb_30 	{ padding-bottom: 30px !important;  }
					.pb_35 	{ padding-bottom: 35px !important;  }
					.pb_40 	{ padding-bottom: 40px !important;  }
					.pb_45 	{ padding-bottom: 45px !important;  }
					.pb_50 	{ padding-bottom: 50px !important;  }
					.pb_55 	{ padding-bottom: 55px !important;  }
					.pb_60 	{ padding-bottom: 60px !important;  }
					.pb_65 	{ padding-bottom: 65px !important;  }
					.pb_70 	{ padding-bottom: 70px !important;  }
					.pb_75 	{ padding-bottom: 75px !important;  }
					.pb_80 	{ padding-bottom: 80px !important;  }
					.pb_85 	{ padding-bottom: 85px !important;  }
					.pb_90 	{ padding-bottom: 90px !important;  }
					.pb_95 	{ padding-bottom: 95px !important;  }
					.pb_100 { padding-bottom: 100px !important; }
					.pb_105 { padding-bottom: 105px !important; }
					.pb_110 { padding-bottom: 110px !important; }
					.pb_115 { padding-bottom: 115px !important; }
					.pb_120 { padding-bottom: 120px !important; }
					.pb_125 { padding-bottom: 125px !important; }
					.pb_130 { padding-bottom: 130px !important; }
					.pb_135 { padding-bottom: 135px !important; }
					.pb_140 { padding-bottom: 140px !important; }
					.pb_145 { padding-bottom: 145px !important; }
					.pb_150 { padding-bottom: 150px !important; }
					.pb_155 { padding-bottom: 155px !important; }
					.pb_160 { padding-bottom: 160px !important; }
					.pb_165 { padding-bottom: 165px !important; }
					.pb_170 { padding-bottom: 170px !important; }
					.pb_175 { padding-bottom: 175px !important; }
					.pb_180 { padding-bottom: 180px !important; }
					.pb_185 { padding-bottom: 185px !important; }
					.pb_190 { padding-bottom: 190px !important; }
					.pb_195 { padding-bottom: 195px !important; }
					.pb_200 { padding-bottom: 200px !important; }

				/* Default . Left */

					.pl_0 	{ padding-left: 0px !important;   }
					.pl_5 	{ padding-left: 5px !important;   }
					.pl_10 	{ padding-left: 10px !important;  }
					.pl_15 	{ padding-left: 15px !important;  }
					.pl_20 	{ padding-left: 20px !important;  }
					.pl_25 	{ padding-left: 25px !important;  }
					.pl_30 	{ padding-left: 30px !important;  }
					.pl_35 	{ padding-left: 35px !important;  }
					.pl_40 	{ padding-left: 40px !important;  }
					.pl_45 	{ padding-left: 45px !important;  }
					.pl_50 	{ padding-left: 50px !important;  }
					.pl_55 	{ padding-left: 55px !important;  }
					.pl_60 	{ padding-left: 60px !important;  }
					.pl_65 	{ padding-left: 65px !important;  }
					.pl_70 	{ padding-left: 70px !important;  }
					.pl_75 	{ padding-left: 75px !important;  }
					.pl_80 	{ padding-left: 80px !important;  }
					.pl_85 	{ padding-left: 85px !important;  }
					.pl_90 	{ padding-left: 90px !important;  }
					.pl_95 	{ padding-left: 95px !important;  }
					.pl_100 { padding-left: 100px !important; }
					.pl_105 { padding-left: 105px !important; }
					.pl_110 { padding-left: 110px !important; }
					.pl_115 { padding-left: 115px !important; }
					.pl_120 { padding-left: 120px !important; }
					.pl_125 { padding-left: 125px !important; }
					.pl_130 { padding-left: 130px !important; }
					.pl_135 { padding-left: 135px !important; }
					.pl_140 { padding-left: 140px !important; }
					.pl_145 { padding-left: 145px !important; }
					.pl_150 { padding-left: 150px !important; }
					.pl_155 { padding-left: 155px !important; }
					.pl_160 { padding-left: 160px !important; }
					.pl_165 { padding-left: 165px !important; }
					.pl_170 { padding-left: 170px !important; }
					.pl_175 { padding-left: 175px !important; }
					.pl_180 { padding-left: 180px !important; }
					.pl_185 { padding-left: 185px !important; }
					.pl_190 { padding-left: 190px !important; }
					.pl_195 { padding-left: 195px !important; }
					.pl_200 { padding-left: 200px !important; }

				/* Default . Right */

					.pr_0 	{ padding-right: 0px !important;   }
					.pr_5 	{ padding-right: 5px !important;   }
					.pr_10 	{ padding-right: 10px !important;  }
					.pr_15 	{ padding-right: 15px !important;  }
					.pr_20 	{ padding-right: 20px !important;  }
					.pr_25 	{ padding-right: 25px !important;  }
					.pr_30 	{ padding-right: 30px !important;  }
					.pr_35 	{ padding-right: 35px !important;  }
					.pr_40 	{ padding-right: 40px !important;  }
					.pr_45 	{ padding-right: 45px !important;  }
					.pr_50 	{ padding-right: 50px !important;  }
					.pr_55 	{ padding-right: 55px !important;  }
					.pr_60 	{ padding-right: 60px !important;  }
					.pr_65 	{ padding-right: 65px !important;  }
					.pr_70 	{ padding-right: 70px !important;  }
					.pr_75 	{ padding-right: 75px !important;  }
					.pr_80 	{ padding-right: 80px !important;  }
					.pr_85 	{ padding-right: 85px !important;  }
					.pr_90 	{ padding-right: 90px !important;  }
					.pr_95 	{ padding-right: 95px !important;  }
					.pr_100 { padding-right: 100px !important; }
					.pr_105 { padding-right: 105px !important; }
					.pr_110 { padding-right: 110px !important; }
					.pr_115 { padding-right: 115px !important; }
					.pr_120 { padding-right: 120px !important; }
					.pr_125 { padding-right: 125px !important; }
					.pr_130 { padding-right: 130px !important; }
					.pr_135 { padding-right: 135px !important; }
					.pr_140 { padding-right: 140px !important; }
					.pr_145 { padding-right: 145px !important; }
					.pr_150 { padding-right: 150px !important; }
					.pr_155 { padding-right: 155px !important; }
					.pr_160 { padding-right: 160px !important; }
					.pr_165 { padding-right: 165px !important; }
					.pr_170 { padding-right: 170px !important; }
					.pr_175 { padding-right: 175px !important; }
					.pr_180 { padding-right: 180px !important; }
					.pr_185 { padding-right: 185px !important; }
					.pr_190 { padding-right: 190px !important; }
					.pr_195 { padding-right: 195px !important; }
					.pr_200 { padding-right: 200px !important; }


			/* Overides . Top */

				.md-pt_0 		{ padding-top: 0px !important; }
				.md-pt_5 		{ padding-top: 5px !important; }
				.md-pt_10 		{ padding-top: 10px !important; }
				.md-pt_15 		{ padding-top: 15px !important; }
				.md-pt_20 		{ padding-top: 20px !important; }
				.md-pt_25 		{ padding-top: 25px !important; }
				.md-pt_30 		{ padding-top: 30px !important; }
				.md-pt_35 		{ padding-top: 35px !important; }
				.md-pt_40 		{ padding-top: 40px !important; }
				.md-pt_45 		{ padding-top: 45px !important; }
				.md-pt_50 		{ padding-top: 50px !important; }
				.md-pt_55 		{ padding-top: 55px !important; }
				.md-pt_60 		{ padding-top: 60px !important; }
				.md-pt_65 		{ padding-top: 65px !important; }
				.md-pt_70 		{ padding-top: 70px !important; }
				.md-pt_75 		{ padding-top: 75px !important; }
				.md-pt_80 		{ padding-top: 80px !important; }
				.md-pt_85 		{ padding-top: 85px !important; }
				.md-pt_90 		{ padding-top: 90px !important; }
				.md-pt_95 		{ padding-top: 95px !important; }
				.md-pt_100		{ padding-top: 100px !important; }
				.md-pt_105		{ padding-top: 105px !important; }
				.md-pt_110		{ padding-top: 110px !important; }
				.md-pt_115		{ padding-top: 115px !important; }
				.md-pt_120  	{ padding-top: 120px !important; }
				.md-pt_125  	{ padding-top: 125px !important; }
				.md-pt_130  	{ padding-top: 130px !important; }
				.md-pt_135  	{ padding-top: 135px !important; }
				.md-pt_140  	{ padding-top: 140px !important; }
				.md-pt_145  	{ padding-top: 145px !important; }
				.md-pt_150  	{ padding-top: 150px !important; }
				.md-pt_155  	{ padding-top: 155px !important; }
				.md-pt_160  	{ padding-top: 160px !important; }
				.md-pt_165  	{ padding-top: 165px !important; }
				.md-pt_170  	{ padding-top: 170px !important; }
				.md-pt_175  	{ padding-top: 175px !important; }
				.md-pt_180  	{ padding-top: 180px !important; }
				.md-pt_185  	{ padding-top: 185px !important; }
				.md-pt_190  	{ padding-top: 190px !important; }
				.md-pt_195  	{ padding-top: 195px !important; }
				.md-pt_200  	{ padding-top: 200px !important; }

			/* Overides . Bottom */

				.md-pb_0 		{ padding-bottom: 0px !important; }
				.md-pb_5 		{ padding-bottom: 5px !important; }
				.md-pb_10 		{ padding-bottom: 10px !important; }
				.md-pb_15 		{ padding-bottom: 15px !important; }
				.md-pb_20 		{ padding-bottom: 20px !important; }
				.md-pb_25 		{ padding-bottom: 25px !important; }
				.md-pb_30 		{ padding-bottom: 30px !important; }
				.md-pb_35 		{ padding-bottom: 35px !important; }
				.md-pb_40 		{ padding-bottom: 40px !important; }
				.md-pb_45 		{ padding-bottom: 45px !important; }
				.md-pb_50 		{ padding-bottom: 50px !important; }
				.md-pb_55 		{ padding-bottom: 55px !important; }
				.md-pb_60 		{ padding-bottom: 60px !important; }
				.md-pb_65 		{ padding-bottom: 65px !important; }
				.md-pb_70 		{ padding-bottom: 70px !important; }
				.md-pb_75 		{ padding-bottom: 75px !important; }
				.md-pb_80 		{ padding-bottom: 80px !important; }
				.md-pb_85 		{ padding-bottom: 85px !important; }
				.md-pb_90 		{ padding-bottom: 90px !important; }
				.md-pb_95 		{ padding-bottom: 95px !important; }
				.md-pb_100  	{ padding-bottom: 100px !important; }
				.md-pb_105  	{ padding-bottom: 105px !important; }
				.md-pb_110  	{ padding-bottom: 110px !important; }
				.md-pb_115  	{ padding-bottom: 115px !important; }
				.md-pb_120  	{ padding-bottom: 120px !important; }
				.md-pb_125  	{ padding-bottom: 125px !important; }
				.md-pb_130  	{ padding-bottom: 130px !important; }
				.md-pb_135  	{ padding-bottom: 135px !important; }
				.md-pb_140  	{ padding-bottom: 140px !important; }
				.md-pb_145  	{ padding-bottom: 145px !important; }
				.md-pb_150  	{ padding-bottom: 150px !important; }
				.md-pb_155  	{ padding-bottom: 155px !important; }
				.md-pb_160  	{ padding-bottom: 160px !important; }
				.md-pb_165  	{ padding-bottom: 165px !important; }
				.md-pb_170  	{ padding-bottom: 170px !important; }
				.md-pb_175  	{ padding-bottom: 175px !important; }
				.md-pb_180  	{ padding-bottom: 180px !important; }
				.md-pb_185  	{ padding-bottom: 185px !important; }
				.md-pb_190  	{ padding-bottom: 190px !important; }
				.md-pb_195  	{ padding-bottom: 195px !important; }
				.md-pb_200  	{ padding-bottom: 200px !important; }

			/* Overides . Left */

				.md-pl_0		{ padding-left: 0px !important; }
				.md-pl_5 		{ padding-left: 5px !important; }
				.md-pl_10 		{ padding-left: 10px !important; }
				.md-pl_15 		{ padding-left: 15px !important; }
				.md-pl_20 		{ padding-left: 20px !important; }
				.md-pl_25 		{ padding-left: 25px !important; }
				.md-pl_30 		{ padding-left: 30px !important; }
				.md-pl_35 		{ padding-left: 35px !important; }
				.md-pl_40 		{ padding-left: 40px !important; }
				.md-pl_45 		{ padding-left: 45px !important; }
				.md-pl_50 		{ padding-left: 50px !important; }
				.md-pl_55 		{ padding-left: 55px !important; }
				.md-pl_60 		{ padding-left: 60px !important; }
				.md-pl_65 		{ padding-left: 65px !important; }
				.md-pl_70 		{ padding-left: 70px !important; }
				.md-pl_75 		{ padding-left: 75px !important; }
				.md-pl_80 		{ padding-left: 80px !important; }
				.md-pl_85 		{ padding-left: 85px !important; }
				.md-pl_90 		{ padding-left: 90px !important; }
				.md-pl_95 		{ padding-left: 95px !important; }
				.md-pl_100  	{ padding-left: 100px !important; }
				.md-pl_105  	{ padding-left: 105px !important; }
				.md-pl_110  	{ padding-left: 110px !important; }
				.md-pl_115  	{ padding-left: 115px !important; }
				.md-pl_120  	{ padding-left: 120px !important; }
				.md-pl_125  	{ padding-left: 125px !important; }
				.md-pl_130  	{ padding-left: 130px !important; }
				.md-pl_135  	{ padding-left: 135px !important; }
				.md-pl_140  	{ padding-left: 140px !important; }
				.md-pl_145  	{ padding-left: 145px !important; }
				.md-pl_150  	{ padding-left: 150px !important; }
				.md-pl_155  	{ padding-left: 155px !important; }
				.md-pl_160  	{ padding-left: 160px !important; }
				.md-pl_165  	{ padding-left: 165px !important; }
				.md-pl_170  	{ padding-left: 170px !important; }
				.md-pl_175  	{ padding-left: 175px !important; }
				.md-pl_180  	{ padding-left: 180px !important; }
				.md-pl_185  	{ padding-left: 185px !important; }
				.md-pl_190  	{ padding-left: 190px !important; }
				.md-pl_195  	{ padding-left: 195px !important; }
				.md-pl_200  	{ padding-left: 200px !important; }

			/* Overides . Right */

				.md-pr_0 		{ padding-right: 0px !important; }
				.md-pr_5 		{ padding-right: 5px !important; }
				.md-pr_10 		{ padding-right: 10px !important; }
				.md-pr_15 		{ padding-right: 15px !important; }
				.md-pr_20 		{ padding-right: 20px !important; }
				.md-pr_25 		{ padding-right: 25px !important; }
				.md-pr_30 		{ padding-right: 30px !important; }
				.md-pr_35 		{ padding-right: 35px !important; }
				.md-pr_40 		{ padding-right: 40px !important; }
				.md-pr_45 		{ padding-right: 45px !important; }
				.md-pr_50 		{ padding-right: 50px !important; }
				.md-pr_55 		{ padding-right: 55px !important; }
				.md-pr_60 		{ padding-right: 60px !important; }
				.md-pr_65 		{ padding-right: 65px !important; }
				.md-pr_70 		{ padding-right: 70px !important; }
				.md-pr_75 		{ padding-right: 75px !important; }
				.md-pr_80 		{ padding-right: 80px !important; }
				.md-pr_85 		{ padding-right: 85px !important; }
				.md-pr_90 		{ padding-right: 90px !important; }
				.md-pr_95 		{ padding-right: 95px !important; }
				.md-pr_100  	{ padding-right: 100px !important; }
				.md-pr_105  	{ padding-right: 105px !important; }
				.md-pr_110  	{ padding-right: 110px !important; }
				.md-pr_115  	{ padding-right: 115px !important; }
				.md-pr_120  	{ padding-right: 120px !important; }
				.md-pr_125  	{ padding-right: 125px !important; }
				.md-pr_130  	{ padding-right: 130px !important; }
				.md-pr_135  	{ padding-right: 135px !important; }
				.md-pr_140  	{ padding-right: 140px !important; }
				.md-pr_145  	{ padding-right: 145px !important; }
				.md-pr_150  	{ padding-right: 150px !important; }
				.md-pr_155  	{ padding-right: 155px !important; }
				.md-pr_160  	{ padding-right: 160px !important; }
				.md-pr_165  	{ padding-right: 165px !important; }
				.md-pr_170  	{ padding-right: 170px !important; }
				.md-pr_175  	{ padding-right: 175px !important; }
				.md-pr_180  	{ padding-right: 180px !important; }
				.md-pr_185  	{ padding-right: 185px !important; }
				.md-pr_190  	{ padding-right: 190px !important; }
				.md-pr_195  	{ padding-right: 195px !important; }
				.md-pr_200  	{ padding-right: 200px !important; }

		}

	/* Padding . Large screens */

		@media (min-width: 1200px) {

			/* Reset */
				.xs-pt_0, .xs-pt_5, .xs-pt_10, .xs-pt_15, .xs-pt_20, .xs-pt_25, .xs-pt_30, .xs-pt_35, .xs-pt_40, .xs-pt_45, .xs-pt_50, 
				.xs-pt_55, .xs-pt_60, .xs-pt_65, .xs-pt_70, .xs-pt_75, .xs-pt_80, .xs-pt_85, .xs-pt_90, .xs-pt_95, .xs-pt_100, .xs-pt_105, 
				.xs-pt_110, .xs-pt_115, .xs-pt_120, .xs-pt_125, .xs-pt_130, .xs-pt_135, .xs-pt_140, .xs-pt_145, .xs-pt_150, .xs-pt_155, 
				.xs-pt_160, .xs-pt_165, .xs-pt_170, .xs-pt_175, .xs-pt_180, .xs-pt_185, .xs-pt_190, .xs-pt_195, .xs-pt_200,

				.sm-pt_0, .sm-pt_5, .sm-pt_10, .sm-pt_15, .sm-pt_20, .sm-pt_25, .sm-pt_30, .sm-pt_35, .sm-pt_40, .sm-pt_45, .sm-pt_50, 
				.sm-pt_55, .sm-pt_60, .sm-pt_65, .sm-pt_70, .sm-pt_75, .sm-pt_80, .sm-pt_85, .sm-pt_90, .sm-pt_95, .sm-pt_100, .sm-pt_105, 
				.sm-pt_110, .sm-pt_115, .sm-pt_120, .sm-pt_125, .sm-pt_130, .sm-pt_135, .sm-pt_140, .sm-pt_145, .sm-pt_150, .sm-pt_155, 
				.sm-pt_160, .sm-pt_165, .sm-pt_170, .sm-pt_175, .sm-pt_180, .sm-pt_185, .sm-pt_190, .sm-pt_195, .sm-pt_200,

				.md-pt_0, .md-pt_5, .md-pt_10, .md-pt_15, .md-pt_20, .md-pt_25, .md-pt_30, .md-pt_35, .md-pt_40, .md-pt_45, .md-pt_50, 
				.md-pt_55, .md-pt_60, .md-pt_65, .md-pt_70, .md-pt_75, .md-pt_80, .md-pt_85, .md-pt_90, .md-pt_95, .md-pt_100, .md-pt_105, 
				.md-pt_110, .md-pt_115, .md-pt_120, .md-pt_125, .md-pt_130, .md-pt_135, .md-pt_140, .md-pt_145, .md-pt_150, .md-pt_155, 
				.md-pt_160, .md-pt_165, .md-pt_170, .md-pt_175, .md-pt_180, .md-pt_185, .md-pt_190, .md-pt_195, .md-pt_200 {
					padding-top: initial !important; 
				}

				.xs-pb_0, .xs-pb_5, .xs-pb_10, .xs-pb_15, .xs-pb_20, .xs-pb_25, .xs-pb_30, .xs-pb_35, .xs-pb_40, .xs-pb_45, .xs-pb_50, 
				.xs-pb_55, .xs-pb_60, .xs-pb_65, .xs-pb_70, .xs-pb_75, .xs-pb_80, .xs-pb_85, .xs-pb_90, .xs-pb_95, .xs-pb_100, .xs-pb_105, 
				.xs-pb_110, .xs-pb_115, .xs-pb_120, .xs-pb_125, .xs-pb_130, .xs-pb_135, .xs-pb_140, .xs-pb_145, .xs-pb_150, .xs-pb_155, 
				.xs-pb_160, .xs-pb_165, .xs-pb_170, .xs-pb_175, .xs-pb_180, .xs-pb_185, .xs-pb_190, .xs-pb_195, .xs-pb_200,

				.sm-pb_0, .sm-pb_5, .sm-pb_10, .sm-pb_15, .sm-pb_20, .sm-pb_25, .sm-pb_30, .sm-pb_35, .sm-pb_40, .sm-pb_45, .sm-pb_50, 
				.sm-pb_55, .sm-pb_60, .sm-pb_65, .sm-pb_70, .sm-pb_75, .sm-pb_80, .sm-pb_85, .sm-pb_90, .sm-pb_95, .sm-pb_100, .sm-pb_105, 
				.sm-pb_110, .sm-pb_115, .sm-pb_120, .sm-pb_125, .sm-pb_130, .sm-pb_135, .sm-pb_140, .sm-pb_145, .sm-pb_150, .sm-pb_155, 
				.sm-pb_160, .sm-pb_165, .sm-pb_170, .sm-pb_175, .sm-pb_180, .sm-pb_185, .sm-pb_190, .sm-pb_195, .sm-pb_200,

				.md-pb_0, .md-pb_5, .md-pb_10, .md-pb_15, .md-pb_20, .md-pb_25, .md-pb_30, .md-pb_35, .md-pb_40, .md-pb_45, .md-pb_50, 
				.md-pb_55, .md-pb_60, .md-pb_65, .md-pb_70, .md-pb_75, .md-pb_80, .md-pb_85, .md-pb_90, .md-pb_95, .md-pb_100, .md-pb_105, 
				.md-pb_110, .md-pb_115, .md-pb_120, .md-pb_125, .md-pb_130, .md-pb_135, .md-pb_140, .md-pb_145, .md-pb_150, .md-pb_155, 
				.md-pb_160, .md-pb_165, .md-pb_170, .md-pb_175, .md-pb_180, .md-pb_185, .md-pb_190, .md-pb_195, .md-pb_200 { 
					padding-bottom: initial !important; 
				}

				.xs-pl_0, .xs-pl_5, .xs-pl_10, .xs-pl_15, .xs-pl_20, .xs-pl_25, .xs-pl_30, .xs-pl_35, .xs-pl_40, .xs-pl_45, .xs-pl_50, 
				.xs-pl_55, .xs-pl_60, .xs-pl_65, .xs-pl_70, .xs-pl_75, .xs-pl_80, .xs-pl_85, .xs-pl_90, .xs-pl_95, .xs-pl_100, .xs-pl_105, 
				.xs-pl_110, .xs-pl_115, .xs-pl_120, .xs-pl_125, .xs-pl_130, .xs-pl_135, .xs-pl_140, .xs-pl_145, .xs-pl_150, .xs-pl_155, 
				.xs-pl_160, .xs-pl_165, .xs-pl_170, .xs-pl_175, .xs-pl_180, .xs-pl_185, .xs-pl_190, .xs-pl_195, .xs-pl_200,

				.sm-pl_0, .sm-pl_5, .sm-pl_10, .sm-pl_15, .sm-pl_20, .sm-pl_25, .sm-pl_30, .sm-pl_35, .sm-pl_40, .sm-pl_45, .sm-pl_50, 
				.sm-pl_55, .sm-pl_60, .sm-pl_65, .sm-pl_70, .sm-pl_75, .sm-pl_80, .sm-pl_85, .sm-pl_90, .sm-pl_95, .sm-pl_100, .sm-pl_105, 
				.sm-pl_110, .sm-pl_115, .sm-pl_120, .sm-pl_125, .sm-pl_130, .sm-pl_135, .sm-pl_140, .sm-pl_145, .sm-pl_150, .sm-pl_155, 
				.sm-pl_160, .sm-pl_165, .sm-pl_170, .sm-pl_175, .sm-pl_180, .sm-pl_185, .sm-pl_190, .sm-pl_195, .sm-pl_200,

				.md-pl_0, .md-pl_5, .md-pl_10, .md-pl_15, .md-pl_20, .md-pl_25, .md-pl_30, .md-pl_35, .md-pl_40, .md-pl_45, .md-pl_50, 
				.md-pl_55, .md-pl_60, .md-pl_65, .md-pl_70, .md-pl_75, .md-pl_80, .md-pl_85, .md-pl_90, .md-pl_95, .md-pl_100, .md-pl_105, 
				.md-pl_110, .md-pl_115, .md-pl_120, .md-pl_125, .md-pl_130, .md-pl_135, .md-pl_140, .md-pl_145, .md-pl_150, .md-pl_155, 
				.md-pl_160, .md-pl_165, .md-pl_170, .md-pl_175, .md-pl_180, .md-pl_185, .md-pl_190, .md-pl_195, .md-pl_200 { 
					padding-left: initial !important; 
				}

				.xs-pr_0, .xs-pr_5, .xs-pr_10, .xs-pr_15, .xs-pr_20, .xs-pr_25, .xs-pr_30, .xs-pr_35, .xs-pr_40, .xs-pr_45, .xs-pr_50, 
				.xs-pr_55, .xs-pr_60, .xs-pr_65, .xs-pr_70, .xs-pr_75, .xs-pr_80, .xs-pr_85, .xs-pr_90, .xs-pr_95, .xs-pr_100, .xs-pr_105, 
				.xs-pr_110, .xs-pr_115, .xs-pr_120, .xs-pr_125, .xs-pr_130, .xs-pr_135, .xs-pr_140, .xs-pr_145, .xs-pr_150, .xs-pr_155, 
				.xs-pr_160, .xs-pr_165, .xs-pr_170, .xs-pr_175, .xs-pr_180, .xs-pr_185, .xs-pr_190, .xs-pr_195, .xs-pr_200,

				.sm-pr_0, .sm-pr_5, .sm-pr_10, .sm-pr_15, .sm-pr_20, .sm-pr_25, .sm-pr_30, .sm-pr_35, .sm-pr_40, .sm-pr_45, .sm-pr_50, 
				.sm-pr_55, .sm-pr_60, .sm-pr_65, .sm-pr_70, .sm-pr_75, .sm-pr_80, .sm-pr_85, .sm-pr_90, .sm-pr_95, .sm-pr_100, .sm-pr_105, 
				.sm-pr_110, .sm-pr_115, .sm-pr_120, .sm-pr_125, .sm-pr_130, .sm-pr_135, .sm-pr_140, .sm-pr_145, .sm-pr_150, .sm-pr_155, 
				.sm-pr_160, .sm-pr_165, .sm-pr_170, .sm-pr_175, .sm-pr_180, .sm-pr_185, .sm-pr_190, .sm-pr_195, .sm-pr_200,

				.md-pr_0, .md-pr_5, .md-pr_10, .md-pr_15, .md-pr_20, .md-pr_25, .md-pr_30, .md-pr_35, .md-pr_40, .md-pr_45, .md-pr_50, 
				.md-pr_55, .md-pr_60, .md-pr_65, .md-pr_70, .md-pr_75, .md-pr_80, .md-pr_85, .md-pr_90, .md-pr_95, .md-pr_100, .md-pr_105, 
				.md-pr_110, .md-pr_115, .md-pr_120, .md-pr_125, .md-pr_130, .md-pr_135, .md-pr_140, .md-pr_145, .md-pr_150, .md-pr_155, 
				.md-pr_160, .md-pr_165, .md-pr_170, .md-pr_175, .md-pr_180, .md-pr_185, .md-pr_190, .md-pr_195, .md-pr_200 { 
					padding-right: initial !important; 
				}

			/* Default */

				/* Default . Top */

					.pt_0 	{ padding-top: 0px  !important;  }
					.pt_5 	{ padding-top: 5px  !important;  }
					.pt_10 	{ padding-top: 10px !important;  }
					.pt_15 	{ padding-top: 15px !important;  }
					.pt_20 	{ padding-top: 20px !important;  }
					.pt_25 	{ padding-top: 25px !important;  }
					.pt_30 	{ padding-top: 30px !important;  }
					.pt_35 	{ padding-top: 35px !important;  }
					.pt_40 	{ padding-top: 40px !important;  }
					.pt_45 	{ padding-top: 45px !important;  }
					.pt_50 	{ padding-top: 50px !important;  }
					.pt_55 	{ padding-top: 55px !important;  }
					.pt_60 	{ padding-top: 60px !important;  }
					.pt_65 	{ padding-top: 65px !important;  }
					.pt_70 	{ padding-top: 70px !important;  }
					.pt_75 	{ padding-top: 75px !important;  }
					.pt_80 	{ padding-top: 80px !important;  }
					.pt_85 	{ padding-top: 85px !important;  }
					.pt_90 	{ padding-top: 90px !important;  }
					.pt_95 	{ padding-top: 95px !important;  }
					.pt_100 { padding-top: 100px !important; }
					.pt_105 { padding-top: 105px !important; }
					.pt_110 { padding-top: 110px !important; }
					.pt_115 { padding-top: 115px !important; }
					.pt_120 { padding-top: 120px !important; }
					.pt_125 { padding-top: 125px !important; }
					.pt_130 { padding-top: 130px !important; }
					.pt_135 { padding-top: 135px !important; }
					.pt_140 { padding-top: 140px !important; }
					.pt_145 { padding-top: 145px !important; }
					.pt_150 { padding-top: 150px !important; }
					.pt_155 { padding-top: 155px !important; }
					.pt_160 { padding-top: 160px !important; }
					.pt_165 { padding-top: 165px !important; }
					.pt_170 { padding-top: 170px !important; }
					.pt_175 { padding-top: 175px !important; }
					.pt_180 { padding-top: 180px !important; }
					.pt_185 { padding-top: 185px !important; }
					.pt_190 { padding-top: 190px !important; }
					.pt_195 { padding-top: 195px !important; }
					.pt_200 { padding-top: 200px !important; }

				/* Default . Bottom */

					.pb_0 	{ padding-bottom: 0px !important;   }
					.pb_5 	{ padding-bottom: 5px !important;   }
					.pb_10 	{ padding-bottom: 10px !important;  }
					.pb_15 	{ padding-bottom: 15px !important;  }
					.pb_20 	{ padding-bottom: 20px !important;  }
					.pb_25 	{ padding-bottom: 25px !important;  }
					.pb_30 	{ padding-bottom: 30px !important;  }
					.pb_35 	{ padding-bottom: 35px !important;  }
					.pb_40 	{ padding-bottom: 40px !important;  }
					.pb_45 	{ padding-bottom: 45px !important;  }
					.pb_50 	{ padding-bottom: 50px !important;  }
					.pb_55 	{ padding-bottom: 55px !important;  }
					.pb_60 	{ padding-bottom: 60px !important;  }
					.pb_65 	{ padding-bottom: 65px !important;  }
					.pb_70 	{ padding-bottom: 70px !important;  }
					.pb_75 	{ padding-bottom: 75px !important;  }
					.pb_80 	{ padding-bottom: 80px !important;  }
					.pb_85 	{ padding-bottom: 85px !important;  }
					.pb_90 	{ padding-bottom: 90px !important;  }
					.pb_95 	{ padding-bottom: 95px !important;  }
					.pb_100 { padding-bottom: 100px !important; }
					.pb_105 { padding-bottom: 105px !important; }
					.pb_110 { padding-bottom: 110px !important; }
					.pb_115 { padding-bottom: 115px !important; }
					.pb_120 { padding-bottom: 120px !important; }
					.pb_125 { padding-bottom: 125px !important; }
					.pb_130 { padding-bottom: 130px !important; }
					.pb_135 { padding-bottom: 135px !important; }
					.pb_140 { padding-bottom: 140px !important; }
					.pb_145 { padding-bottom: 145px !important; }
					.pb_150 { padding-bottom: 150px !important; }
					.pb_155 { padding-bottom: 155px !important; }
					.pb_160 { padding-bottom: 160px !important; }
					.pb_165 { padding-bottom: 165px !important; }
					.pb_170 { padding-bottom: 170px !important; }
					.pb_175 { padding-bottom: 175px !important; }
					.pb_180 { padding-bottom: 180px !important; }
					.pb_185 { padding-bottom: 185px !important; }
					.pb_190 { padding-bottom: 190px !important; }
					.pb_195 { padding-bottom: 195px !important; }
					.pb_200 { padding-bottom: 200px !important; }

				/* Default . Left */

					.pl_0 	{ padding-left: 0px !important;   }
					.pl_5 	{ padding-left: 5px !important;   }
					.pl_10 	{ padding-left: 10px !important;  }
					.pl_15 	{ padding-left: 15px !important;  }
					.pl_20 	{ padding-left: 20px !important;  }
					.pl_25 	{ padding-left: 25px !important;  }
					.pl_30 	{ padding-left: 30px !important;  }
					.pl_35 	{ padding-left: 35px !important;  }
					.pl_40 	{ padding-left: 40px !important;  }
					.pl_45 	{ padding-left: 45px !important;  }
					.pl_50 	{ padding-left: 50px !important;  }
					.pl_55 	{ padding-left: 55px !important;  }
					.pl_60 	{ padding-left: 60px !important;  }
					.pl_65 	{ padding-left: 65px !important;  }
					.pl_70 	{ padding-left: 70px !important;  }
					.pl_75 	{ padding-left: 75px !important;  }
					.pl_80 	{ padding-left: 80px !important;  }
					.pl_85 	{ padding-left: 85px !important;  }
					.pl_90 	{ padding-left: 90px !important;  }
					.pl_95 	{ padding-left: 95px !important;  }
					.pl_100 { padding-left: 100px !important; }
					.pl_105 { padding-left: 105px !important; }
					.pl_110 { padding-left: 110px !important; }
					.pl_115 { padding-left: 115px !important; }
					.pl_120 { padding-left: 120px !important; }
					.pl_125 { padding-left: 125px !important; }
					.pl_130 { padding-left: 130px !important; }
					.pl_135 { padding-left: 135px !important; }
					.pl_140 { padding-left: 140px !important; }
					.pl_145 { padding-left: 145px !important; }
					.pl_150 { padding-left: 150px !important; }
					.pl_155 { padding-left: 155px !important; }
					.pl_160 { padding-left: 160px !important; }
					.pl_165 { padding-left: 165px !important; }
					.pl_170 { padding-left: 170px !important; }
					.pl_175 { padding-left: 175px !important; }
					.pl_180 { padding-left: 180px !important; }
					.pl_185 { padding-left: 185px !important; }
					.pl_190 { padding-left: 190px !important; }
					.pl_195 { padding-left: 195px !important; }
					.pl_200 { padding-left: 200px !important; }

				/* Default . Right */

					.pr_0 	{ padding-right: 0px !important;   }
					.pr_5 	{ padding-right: 5px !important;   }
					.pr_10 	{ padding-right: 10px !important;  }
					.pr_15 	{ padding-right: 15px !important;  }
					.pr_20 	{ padding-right: 20px !important;  }
					.pr_25 	{ padding-right: 25px !important;  }
					.pr_30 	{ padding-right: 30px !important;  }
					.pr_35 	{ padding-right: 35px !important;  }
					.pr_40 	{ padding-right: 40px !important;  }
					.pr_45 	{ padding-right: 45px !important;  }
					.pr_50 	{ padding-right: 50px !important;  }
					.pr_55 	{ padding-right: 55px !important;  }
					.pr_60 	{ padding-right: 60px !important;  }
					.pr_65 	{ padding-right: 65px !important;  }
					.pr_70 	{ padding-right: 70px !important;  }
					.pr_75 	{ padding-right: 75px !important;  }
					.pr_80 	{ padding-right: 80px !important;  }
					.pr_85 	{ padding-right: 85px !important;  }
					.pr_90 	{ padding-right: 90px !important;  }
					.pr_95 	{ padding-right: 95px !important;  }
					.pr_100 { padding-right: 100px !important; }
					.pr_105 { padding-right: 105px !important; }
					.pr_110 { padding-right: 110px !important; }
					.pr_115 { padding-right: 115px !important; }
					.pr_120 { padding-right: 120px !important; }
					.pr_125 { padding-right: 125px !important; }
					.pr_130 { padding-right: 130px !important; }
					.pr_135 { padding-right: 135px !important; }
					.pr_140 { padding-right: 140px !important; }
					.pr_145 { padding-right: 145px !important; }
					.pr_150 { padding-right: 150px !important; }
					.pr_155 { padding-right: 155px !important; }
					.pr_160 { padding-right: 160px !important; }
					.pr_165 { padding-right: 165px !important; }
					.pr_170 { padding-right: 170px !important; }
					.pr_175 { padding-right: 175px !important; }
					.pr_180 { padding-right: 180px !important; }
					.pr_185 { padding-right: 185px !important; }
					.pr_190 { padding-right: 190px !important; }
					.pr_195 { padding-right: 195px !important; }
					.pr_200 { padding-right: 200px !important; }

			/* Overides . Top */

				.lg-pt_0 		{ padding-top: 0px !important; }
				.lg-pt_5 		{ padding-top: 5px !important; }
				.lg-pt_10 		{ padding-top: 10px !important; }
				.lg-pt_15 		{ padding-top: 15px !important; }
				.lg-pt_20 		{ padding-top: 20px !important; }
				.lg-pt_25 		{ padding-top: 25px !important; }
				.lg-pt_30 		{ padding-top: 30px !important; }
				.lg-pt_35 		{ padding-top: 35px !important; }
				.lg-pt_40 		{ padding-top: 40px !important; }
				.lg-pt_45 		{ padding-top: 45px !important; }
				.lg-pt_50 		{ padding-top: 50px !important; }
				.lg-pt_55 		{ padding-top: 55px !important; }
				.lg-pt_60 		{ padding-top: 60px !important; }
				.lg-pt_65 		{ padding-top: 65px !important; }
				.lg-pt_70 		{ padding-top: 70px !important; }
				.lg-pt_75 		{ padding-top: 75px !important; }
				.lg-pt_80 		{ padding-top: 80px !important; }
				.lg-pt_85 		{ padding-top: 85px !important; }
				.lg-pt_90 		{ padding-top: 90px !important; }
				.lg-pt_95 		{ padding-top: 95px !important; }
				.lg-pt_100		{ padding-top: 100px !important; }
				.lg-pt_105		{ padding-top: 105px !important; }
				.lg-pt_110		{ padding-top: 110px !important; }
				.lg-pt_115		{ padding-top: 115px !important; }
				.lg-pt_120  	{ padding-top: 120px !important; }
				.lg-pt_125  	{ padding-top: 125px !important; }
				.lg-pt_130  	{ padding-top: 130px !important; }
				.lg-pt_135  	{ padding-top: 135px !important; }
				.lg-pt_140  	{ padding-top: 140px !important; }
				.lg-pt_145  	{ padding-top: 145px !important; }
				.lg-pt_150  	{ padding-top: 150px !important; }
				.lg-pt_155  	{ padding-top: 155px !important; }
				.lg-pt_160  	{ padding-top: 160px !important; }
				.lg-pt_165  	{ padding-top: 165px !important; }
				.lg-pt_170  	{ padding-top: 170px !important; }
				.lg-pt_175  	{ padding-top: 175px !important; }
				.lg-pt_180  	{ padding-top: 180px !important; }
				.lg-pt_185  	{ padding-top: 185px !important; }
				.lg-pt_190  	{ padding-top: 190px !important; }
				.lg-pt_195  	{ padding-top: 195px !important; }
				.lg-pt_200  	{ padding-top: 200px !important; }

			/* Overides . Bottom */

				.lg-pb_0 		{ padding-bottom: 0px !important; }
				.lg-pb_5 		{ padding-bottom: 5px !important; }
				.lg-pb_10 		{ padding-bottom: 10px !important; }
				.lg-pb_15 		{ padding-bottom: 15px !important; }
				.lg-pb_20 		{ padding-bottom: 20px !important; }
				.lg-pb_25 		{ padding-bottom: 25px !important; }
				.lg-pb_30 		{ padding-bottom: 30px !important; }
				.lg-pb_35 		{ padding-bottom: 35px !important; }
				.lg-pb_40 		{ padding-bottom: 40px !important; }
				.lg-pb_45 		{ padding-bottom: 45px !important; }
				.lg-pb_50 		{ padding-bottom: 50px !important; }
				.lg-pb_55 		{ padding-bottom: 55px !important; }
				.lg-pb_60 		{ padding-bottom: 60px !important; }
				.lg-pb_65 		{ padding-bottom: 65px !important; }
				.lg-pb_70 		{ padding-bottom: 70px !important; }
				.lg-pb_75 		{ padding-bottom: 75px !important; }
				.lg-pb_80 		{ padding-bottom: 80px !important; }
				.lg-pb_85 		{ padding-bottom: 85px !important; }
				.lg-pb_90 		{ padding-bottom: 90px !important; }
				.lg-pb_95 		{ padding-bottom: 95px !important; }
				.lg-pb_100  	{ padding-bottom: 100px !important; }
				.lg-pb_105  	{ padding-bottom: 105px !important; }
				.lg-pb_110  	{ padding-bottom: 110px !important; }
				.lg-pb_115  	{ padding-bottom: 115px !important; }
				.lg-pb_120  	{ padding-bottom: 120px !important; }
				.lg-pb_125  	{ padding-bottom: 125px !important; }
				.lg-pb_130  	{ padding-bottom: 130px !important; }
				.lg-pb_135  	{ padding-bottom: 135px !important; }
				.lg-pb_140  	{ padding-bottom: 140px !important; }
				.lg-pb_145  	{ padding-bottom: 145px !important; }
				.lg-pb_150  	{ padding-bottom: 150px !important; }
				.lg-pb_155  	{ padding-bottom: 155px !important; }
				.lg-pb_160  	{ padding-bottom: 160px !important; }
				.lg-pb_165  	{ padding-bottom: 165px !important; }
				.lg-pb_170  	{ padding-bottom: 170px !important; }
				.lg-pb_175  	{ padding-bottom: 175px !important; }
				.lg-pb_180  	{ padding-bottom: 180px !important; }
				.lg-pb_185  	{ padding-bottom: 185px !important; }
				.lg-pb_190  	{ padding-bottom: 190px !important; }
				.lg-pb_195  	{ padding-bottom: 195px !important; }
				.lg-pb_200  	{ padding-bottom: 200px !important; }

			/* Overides . Left */

				.lg-pl_0 		{ padding-left: 0px !important; }
				.lg-pl_5 		{ padding-left: 5px !important; }
				.lg-pl_10 		{ padding-left: 10px !important; }
				.lg-pl_15 		{ padding-left: 15px !important; }
				.lg-pl_20 		{ padding-left: 20px !important; }
				.lg-pl_25 		{ padding-left: 25px !important; }
				.lg-pl_30 		{ padding-left: 30px !important; }
				.lg-pl_35 		{ padding-left: 35px !important; }
				.lg-pl_40 		{ padding-left: 40px !important; }
				.lg-pl_45 		{ padding-left: 45px !important; }
				.lg-pl_50 		{ padding-left: 50px !important; }
				.lg-pl_55 		{ padding-left: 55px !important; }
				.lg-pl_60 		{ padding-left: 60px !important; }
				.lg-pl_65 		{ padding-left: 65px !important; }
				.lg-pl_70 		{ padding-left: 70px !important; }
				.lg-pl_75 		{ padding-left: 75px !important; }
				.lg-pl_80 		{ padding-left: 80px !important; }
				.lg-pl_85 		{ padding-left: 85px !important; }
				.lg-pl_90 		{ padding-left: 90px !important; }
				.lg-pl_95 		{ padding-left: 95px !important; }
				.lg-pl_100  	{ padding-left: 100px !important; }
				.lg-pl_105  	{ padding-left: 105px !important; }
				.lg-pl_110  	{ padding-left: 110px !important; }
				.lg-pl_115  	{ padding-left: 115px !important; }
				.lg-pl_120  	{ padding-left: 120px !important; }
				.lg-pl_125  	{ padding-left: 125px !important; }
				.lg-pl_130  	{ padding-left: 130px !important; }
				.lg-pl_135  	{ padding-left: 135px !important; }
				.lg-pl_140  	{ padding-left: 140px !important; }
				.lg-pl_145  	{ padding-left: 145px !important; }
				.lg-pl_150  	{ padding-left: 150px !important; }
				.lg-pl_155  	{ padding-left: 155px !important; }
				.lg-pl_160  	{ padding-left: 160px !important; }
				.lg-pl_165  	{ padding-left: 165px !important; }
				.lg-pl_170  	{ padding-left: 170px !important; }
				.lg-pl_175  	{ padding-left: 175px !important; }
				.lg-pl_180  	{ padding-left: 180px !important; }
				.lg-pl_185  	{ padding-left: 185px !important; }
				.lg-pl_190  	{ padding-left: 190px !important; }
				.lg-pl_195  	{ padding-left: 195px !important; }
				.lg-pl_200  	{ padding-left: 200px !important; }

			/* Overides . Right */

				.lg-pr_0 		{ padding-right: 0px !important; }
				.lg-pr_5 		{ padding-right: 5px !important; }
				.lg-pr_10 		{ padding-right: 10px !important; }
				.lg-pr_15 		{ padding-right: 15px !important; }
				.lg-pr_20 		{ padding-right: 20px !important; }
				.lg-pr_25 		{ padding-right: 25px !important; }
				.lg-pr_30 		{ padding-right: 30px !important; }
				.lg-pr_35 		{ padding-right: 35px !important; }
				.lg-pr_40 		{ padding-right: 40px !important; }
				.lg-pr_45 		{ padding-right: 45px !important; }
				.lg-pr_50 		{ padding-right: 50px !important; }
				.lg-pr_55 		{ padding-right: 55px !important; }
				.lg-pr_60 		{ padding-right: 60px !important; }
				.lg-pr_65 		{ padding-right: 65px !important; }
				.lg-pr_70 		{ padding-right: 70px !important; }
				.lg-pr_75 		{ padding-right: 75px !important; }
				.lg-pr_80 		{ padding-right: 80px !important; }
				.lg-pr_85 		{ padding-right: 85px !important; }
				.lg-pr_90 		{ padding-right: 90px !important; }
				.lg-pr_95 		{ padding-right: 95px !important; }
				.lg-pr_100  	{ padding-right: 100px !important; }
				.lg-pr_105  	{ padding-right: 105px !important; }
				.lg-pr_110  	{ padding-right: 110px !important; }
				.lg-pr_115  	{ padding-right: 115px !important; }
				.lg-pr_120  	{ padding-right: 120px !important; }
				.lg-pr_125  	{ padding-right: 125px !important; }
				.lg-pr_130  	{ padding-right: 130px !important; }
				.lg-pr_135  	{ padding-right: 135px !important; }
				.lg-pr_140  	{ padding-right: 140px !important; }
				.lg-pr_145  	{ padding-right: 145px !important; }
				.lg-pr_150  	{ padding-right: 150px !important; }
				.lg-pr_155  	{ padding-right: 155px !important; }
				.lg-pr_160  	{ padding-right: 160px !important; }
				.lg-pr_165  	{ padding-right: 165px !important; }
				.lg-pr_170  	{ padding-right: 170px !important; }
				.lg-pr_175  	{ padding-right: 175px !important; }
				.lg-pr_180  	{ padding-right: 180px !important; }
				.lg-pr_185  	{ padding-right: 185px !important; }
				.lg-pr_190  	{ padding-right: 190px !important; }
				.lg-pr_195  	{ padding-right: 195px !important; }
				.lg-pr_200  	{ padding-right: 200px !important; }

		}

