/*---------------------------------------------------
CSS Margins for the Page
---------------------------------------------------*/

/* Top Margins */
.m-t-0{margin-top: 0!important;}
.m-t-5{margin-top: 5px;}
.m-t-10{margin-top: 10px;}
.m-t-20{margin-top: 20px;}
.m-t-30{margin-top: 30px;}
.m-t-40{margin-top: 40px;}
.m-t-50{margin-top: 50px;}
.m-t-60{margin-top: 60px;}
.m-t-70{margin-top: 70px;}
.m-t-80{margin-top: 80px;}
.m-t-90{margin-top: 90px;}
.m-t-100{margin-top: 100px;}
.m-t-110{margin-top: 110px;}
.m-t-120{margin-top: 120px;}
.m-t-130{margin-top: 130px;}
.m-t-140{margin-top: 140px;}

/* Bottom Margins */
.m-b-0{margin-bottom: 0!important;}
.m-b-5{margin-bottom: 5px;}
.m-b-10{margin-bottom: 10px;}
.m-b-20{margin-bottom: 20px !important;}
.m-b-30{margin-bottom: 30px;}
.m-b-40{margin-bottom: 40px;}
.m-b-50{margin-bottom: 50px;}
.m-b-60{margin-bottom: 60px;}
.m-b-70{margin-bottom: 70px;}
.m-b-80{margin-bottom: 80px;}
.m-b-90{margin-bottom: 90px;}
.m-b-100{margin-bottom: 100px;}
.m-b-110{margin-bottom: 110px;}
.m-b-120{margin-bottom: 120px;}
.m-b-130{margin-bottom: 130px;}
.m-b-140{margin-bottom: 140px;}


/* Top Padding */
.p-t-0{padding-top: 0!important;}
.p-t-5{padding-top: 5px;}
.p-t-10{padding-top: 10px;}
.p-t-20{padding-top: 20px;}
.p-t-30{padding-top: 30px;}
.p-t-40{padding-top: 40px;}
.p-t-50{padding-top: 50px;}
.p-t-60{padding-top: 60px;}
.p-t-70{padding-top: 70px;}
.p-t-80{padding-top: 80px;}
.p-t-90{padding-top: 90px;}
.p-t-100{padding-top: 100px;}
.p-t-110{padding-top: 110px;}
.p-t-120{padding-top: 120px;}
.p-t-130{padding-top: 130px;}
.p-t-140{padding-top: 140px;}

/* Bottom Paddings */
.p-b-0{padding-bottom: 0!important;}
.p-b-5{padding-bottom: 5px;}
.p-b-10{padding-bottom: 10px;}
.p-b-20{padding-bottom: 20px;}
.p-b-30{padding-bottom: 30px;}
.p-b-40{padding-bottom: 40px;}
.p-b-50{padding-bottom: 50px;}
.p-b-60{padding-bottom: 60px;}
.p-b-70{padding-bottom: 70px;}
.p-b-80{padding-bottom: 80px;}
.p-b-90{padding-bottom: 90px;}
.p-b-100{padding-bottom: 100px;}
.p-b-110{padding-bottom: 110px;}
.p-b-120{padding-bottom: 120px;}
.p-b-130{padding-bottom: 130px;}
.p-b-140{padding-bottom: 140px;}


/* For 1200px Screens */
@media only screen and (max-width:1200px){

	/* Top Margins */
	.m-t-lg-0{margin-top: 0!important;}
	.m-t-lg-5{margin-top: 5px;}
	.m-t-lg-10{margin-top: 10px;}
	.m-t-lg-20{margin-top: 20px;}
	.m-t-lg-30{margin-top: 30px;}
	.m-t-lg-40{margin-top: 40px;}
	.m-t-lg-50{margin-top: 50px;}
	.m-t-lg-60{margin-top: 60px;}
	.m-t-lg-70{margin-top: 70px;}
	.m-t-lg-80{margin-top: 80px;}
	.m-t-lg-90{margin-top: 90px;}
	.m-t-lg-100{margin-top: 100px;}
	.m-t-lg-110{margin-top: 110px;}
	.m-t-lg-120{margin-top: 120px;}
	.m-t-lg-130{margin-top: 130px;}
	.m-t-lg-140{margin-top: 140px;}

	/* Bottom Margins */
	.m-b-lg-0{margin-bottom: 0!important;}
	.m-b-lg-5{margin-bottom: 5px;}
	.m-b-lg-10{margin-bottom: 10px;}
	.m-b-lg-20{margin-bottom: 20px;}
	.m-b-lg-30{margin-bottom: 30px;}
	.m-b-lg-40{margin-bottom: 40px;}
	.m-b-lg-50{margin-bottom: 50px;}
	.m-b-lg-60{margin-bottom: 60px;}
	.m-b-lg-70{margin-bottom: 70px;}
	.m-b-lg-80{margin-bottom: 80px;}
	.m-b-lg-90{margin-bottom: 90px;}
	.m-b-lg-100{margin-bottom: 100px;}
	.m-b-lg-110{margin-bottom: 110px;}
	.m-b-lg-120{margin-bottom: 120px;}
	.m-b-lg-130{margin-bottom: 130px;}
	.m-b-lg-140{margin-bottom: 140px;}

	/* Top Paddings */
	.p-t-lg-0{padding-top: 0!important;}
	.p-t-lg-5{padding-top: 5px;}
	.p-t-lg-10{padding-top: 10px;}
	.p-t-lg-20{padding-top: 20px;}
	.p-t-lg-30{padding-top: 30px;}
	.p-t-lg-40{padding-top: 40px;}
	.p-t-lg-50{padding-top: 50px;}
	.p-t-lg-60{padding-top: 60px;}
	.p-t-lg-70{padding-top: 70px;}
	.p-t-lg-80{padding-top: 80px;}
	.p-t-lg-90{padding-top: 90px;}
	.p-t-lg-100{padding-top: 100px;}
	.p-t-lg-110{padding-top: 110px;}
	.p-t-lg-120{padding-top: 120px;}
	.p-t-lg-130{padding-top: 130px;}
	.p-t-lg-140{padding-top: 140px;}

	/* Bottom Paddings */
	.p-b-lg-0{padding-bottom: 0!important;}
	.p-b-lg-5{padding-bottom: 5px;}
	.p-b-lg-10{padding-bottom: 10px;}
	.p-b-lg-20{padding-bottom: 20px;}
	.p-b-lg-30{padding-bottom: 30px;}
	.p-b-lg-40{padding-bottom: 40px;}
	.p-b-lg-50{padding-bottom: 50px;}
	.p-b-lg-60{padding-bottom: 60px;}
	.p-b-lg-70{padding-bottom: 70px;}
	.p-b-lg-80{padding-bottom: 80px;}
	.p-b-lg-90{padding-bottom: 90px;}
	.p-b-lg-100{padding-bottom: 100px;}
	.p-b-lg-110{padding-bottom: 110px;}
	.p-b-lg-120{padding-bottom: 120px;}
	.p-b-lg-130{padding-bottom: 130px;}
	.p-b-lg-140{padding-bottom: 140px;}
}



@media only screen and (max-width:1024px){

	/* Top Margins */
	.m-t-md-0{margin-top:0!important;}
	.m-t-md-5{margin-top: 5px;}
	.m-t-md-10{margin-top: 10px;}
	.m-t-md-20{margin-top: 20px;}
	.m-t-md-30{margin-top: 30px;}
	.m-t-md-40{margin-top: 40px;}
	.m-t-md-50{margin-top: 50px;}
	.m-t-md-60{margin-top: 60px;}
	.m-t-md-70{margin-top: 70px;}
	.m-t-md-80{margin-top: 80px;}
	.m-t-md-90{margin-top: 90px;}
	.m-t-md-100{margin-top: 100px;}
	.m-t-md-110{margin-top: 110px;}
	.m-t-md-120{margin-top: 120px;}
	.m-t-md-130{margin-top: 130px;}
	.m-t-md-140{margin-top: 140px;}

	/* Bottom Margins */
	.m-b-md-0{margin-bottom: 0!important;}
	.m-b-md-5{margin-bottom: 5px;}
	.m-b-md-10{margin-bottom: 10px;}
	.m-b-md-20{margin-bottom: 20px;}
	.m-b-md-30{margin-bottom: 30px;}
	.m-b-md-40{margin-bottom: 40px;}
	.m-b-md-50{margin-bottom: 50px;}
	.m-b-md-60{margin-bottom: 60px;}
	.m-b-md-70{margin-bottom: 70px;}
	.m-b-md-80{margin-bottom: 80px;}
	.m-b-md-90{margin-bottom: 90px;}
	.m-b-md-100{margin-bottom: 100px;}
	.m-b-md-110{margin-bottom: 110px;}
	.m-b-md-120{margin-bottom: 120px;}
	.m-b-md-130{margin-bottom: 130px;}
	.m-b-md-140{margin-bottom: 140px;}

	/* Top Paddings */
	.p-t-md-0{padding-top: 0!important;}
	.p-t-md-5{padding-top: 5px;}
	.p-t-md-10{padding-top: 10px;}
	.p-t-md-20{padding-top: 20px;}
	.p-t-md-30{padding-top: 30px;}
	.p-t-md-40{padding-top: 40px;}
	.p-t-md-50{padding-top: 50px;}
	.p-t-md-60{padding-top: 60px;}
	.p-t-md-70{padding-top: 70px;}
	.p-t-md-80{padding-top: 80px;}
	.p-t-md-90{padding-top: 90px;}
	.p-t-md-100{padding-top: 100px;}
	.p-t-md-110{padding-top: 110px;}
	.p-t-md-120{padding-top: 120px;}
	.p-t-md-130{padding-top: 130px;}
	.p-t-md-140{padding-top: 140px;}

	/* Bottom Paddings */
	.p-b-md-0{padding-bottom: 0!important;}
	.p-b-md-5{padding-bottom: 5px;}
	.p-b-md-10{padding-bottom: 10px;}
	.p-b-md-20{padding-bottom: 20px;}
	.p-b-md-30{padding-bottom: 30px;}
	.p-b-md-40{padding-bottom: 40px;}
	.p-b-md-50{padding-bottom: 50px;}
	.p-b-md-60{padding-bottom: 60px;}
	.p-b-md-70{padding-bottom: 70px;}
	.p-b-md-80{padding-bottom: 80px;}
	.p-b-md-90{padding-bottom: 90px;}
	.p-b-md-100{padding-bottom: 100px;}
	.p-b-md-110{padding-bottom: 110px;}
	.p-b-md-120{padding-bottom: 120px;}
	.p-b-md-130{padding-bottom: 130px;}
	.p-b-md-140{padding-bottom: 140px;}
}



@media only screen and (max-width:768px){

	/* Top Margins */
	.m-t-sm-0{margin-top: 0!important;}
	.m-t-sm-5{margin-top: 5px;}
	.m-t-sm-10{margin-top: 10px;}
	.m-t-sm-20{margin-top: 20px;}
	.m-t-sm-30{margin-top: 30px;}
	.m-t-sm-40{margin-top: 40px;}
	.m-t-sm-50{margin-top: 50px;}
	.m-t-sm-60{margin-top: 60px;}
	.m-t-sm-70{margin-top: 70px;}
	.m-t-sm-80{margin-top: 80px;}
	.m-t-sm-90{margin-top: 90px;}
	.m-t-sm-100{margin-top: 100px;}
	.m-t-sm-110{margin-top: 110px;}
	.m-t-sm-120{margin-top: 120px;}
	.m-t-sm-130{margin-top: 130px;}
	.m-t-sm-140{margin-top: 140px;}

	/* Bottom Margins */
	.m-b-sm-0{margin-bottom: 0!important;}
	.m-b-sm-5{margin-bottom: 5px;}
	.m-b-sm-10{margin-bottom: 10px;}
	.m-b-sm-20{margin-bottom: 20px;}
	.m-b-sm-30{margin-bottom: 30px;}
	.m-b-sm-40{margin-bottom: 40px;}
	.m-b-sm-50{margin-bottom: 50px;}
	.m-b-sm-60{margin-bottom: 60px;}
	.m-b-sm-70{margin-bottom: 70px;}
	.m-b-sm-80{margin-bottom: 80px;}
	.m-b-sm-90{margin-bottom: 90px;}
	.m-b-sm-100{margin-bottom: 100px;}
	.m-b-sm-110{margin-bottom: 110px;}
	.m-b-sm-120{margin-bottom: 120px;}
	.m-b-sm-130{margin-bottom: 130px;}
	.m-b-sm-140{margin-bottom: 140px;}

	/* Top Paddings */
	.p-t-sm-0{padding-top: 0!important;}
	.p-t-sm-5{padding-top: 5px;}
	.p-t-sm-10{padding-top: 10px;}
	.p-t-sm-20{padding-top: 20px;}
	.p-t-sm-30{padding-top: 30px;}
	.p-t-sm-40{padding-top: 40px;}
	.p-t-sm-50{padding-top: 50px;}
	.p-t-sm-60{padding-top: 60px;}
	.p-t-sm-70{padding-top: 70px;}
	.p-t-sm-80{padding-top: 80px;}
	.p-t-sm-90{padding-top: 90px;}
	.p-t-sm-100{padding-top: 100px;}
	.p-t-sm-110{padding-top: 110px;}
	.p-t-sm-120{padding-top: 120px;}
	.p-t-sm-130{padding-top: 130px;}
	.p-t-sm-140{padding-top: 140px;}

	/* Bottom Paddings */
	.p-b-sm-0{padding-bottom: 0!important;}
	.p-b-sm-5{padding-bottom: 5px;}
	.p-b-sm-10{padding-bottom: 10px;}
	.p-b-sm-20{padding-bottom: 20px;}
	.p-b-sm-30{padding-bottom: 30px;}
	.p-b-sm-40{padding-bottom: 40px;}
	.p-b-sm-50{padding-bottom: 50px;}
	.p-b-sm-60{padding-bottom: 60px;}
	.p-b-sm-70{padding-bottom: 70px;}
	.p-b-sm-80{padding-bottom: 80px;}
	.p-b-sm-90{padding-bottom: 90px;}
	.p-b-sm-100{padding-bottom: 100px;}
	.p-b-sm-110{padding-bottom: 110px;}
	.p-b-sm-120{padding-bottom: 120px;}
	.p-b-sm-130{padding-bottom: 130px;}
	.p-b-sm-140{padding-bottom: 140px;}
}


@media only screen and (max-width:767px){

	/* Top Margins */
	.m-t-xs-0{margin-top: 0!important;}
	.m-t-xs-5{margin-top: 5px;}
	.m-t-xs-10{margin-top: 10px;}
	.m-t-xs-20{margin-top: 20px;}
	.m-t-xs-30{margin-top: 30px;}
	.m-t-xs-40{margin-top: 40px;}
	.m-t-xs-50{margin-top: 50px;}
	.m-t-xs-60{margin-top: 60px;}
	.m-t-xs-70{margin-top: 70px;}
	.m-t-xs-80{margin-top: 80px;}
	.m-t-xs-90{margin-top: 90px;}
	.m-t-xs-100{margin-top: 100px;}
	.m-t-xs-110{margin-top: 110px;}
	.m-t-xs-120{margin-top: 120px;}
	.m-t-xs-130{margin-top: 130px;}
	.m-t-xs-140{margin-top: 140px;}


	/* Bottom Margins */
	.m-b-xs-0{margin-bottom: 0!important;}
	.m-b-xs-5{margin-bottom: 5px;}
	.m-b-xs-10{margin-bottom: 10px;}
	.m-b-xs-20{margin-bottom: 20px;}
	.m-b-xs-30{margin-bottom: 30px;}
	.m-b-xs-40{margin-bottom: 40px;}
	.m-b-xs-50{margin-bottom: 50px;}
	.m-b-xs-60{margin-bottom: 60px;}
	.m-b-xs-70{margin-bottom: 70px;}
	.m-b-xs-80{margin-bottom: 80px;}
	.m-b-xs-90{margin-bottom: 90px;}
	.m-b-xs-100{margin-bottom: 100px;}
	.m-b-xs-110{margin-bottom: 110px;}
	.m-b-xs-120{margin-bottom: 120px;}
	.m-b-xs-130{margin-bottom: 130px;}
	.m-b-xs-140{margin-bottom: 140px;}

	/* Top Paddings */
	.p-t-xs-0{padding-top: 0!important;}
	.p-t-xs-5{padding-top: 5px;}
	.p-t-xs-10{padding-top: 10px;}
	.p-t-xs-20{padding-top: 20px;}
	.p-t-xs-30{padding-top: 30px;}
	.p-t-xs-40{padding-top: 40px;}
	.p-t-xs-50{padding-top: 50px;}
	.p-t-xs-60{padding-top: 60px;}
	.p-t-xs-70{padding-top: 70px;}
	.p-t-xs-80{padding-top: 80px;}
	.p-t-xs-90{padding-top: 90px;}
	.p-t-xs-100{padding-top: 100px;}
	.p-t-xs-110{padding-top: 110px;}
	.p-t-xs-120{padding-top: 120px;}
	.p-t-xs-130{padding-top: 130px;}
	.p-t-xs-140{padding-top: 140px;}

	/* Bottom Paddings */
	.p-b-xs-0{padding-bottom: 0!important;}
	.p-b-xs-5{padding-bottom: 5px;}
	.p-b-xs-10{padding-bottom: 10px;}
	.p-b-xs-20{padding-bottom: 20px;}
	.p-b-xs-30{padding-bottom: 30px;}
	.p-b-xs-40{padding-bottom: 40px;}
	.p-b-xs-50{padding-bottom: 50px;}
	.p-b-xs-60{padding-bottom: 60px;}
	.p-b-xs-70{padding-bottom: 70px;}
	.p-b-xs-80{padding-bottom: 80px;}
	.p-b-xs-90{padding-bottom: 90px;}
	.p-b-xs-100{padding-bottom: 100px;}
	.p-b-xs-110{padding-bottom: 110px;}
	.p-b-xs-120{padding-bottom: 120px;}
	.p-b-xs-130{padding-bottom: 130px;}
	.p-b-xs-140{padding-bottom: 140px;}
}


@media only screen and (max-width:480px){

	/* Top Margins */
	.m-t-xxs-0{margin-top: 0!important;}
	.m-t-xxs-5{margin-top: 5px;}
	.m-t-xxs-10{margin-top: 10px;}
	.m-t-xxs-20{margin-top: 20px;}
	.m-t-xxs-30{margin-top: 30px;}
	.m-t-xxs-40{margin-top: 40px;}
	.m-t-xxs-50{margin-top: 50px;}
	.m-t-xxs-60{margin-top: 60px;}
	.m-t-xxs-70{margin-top: 70px;}
	.m-t-xxs-80{margin-top: 80px;}
	.m-t-xxs-90{margin-top: 90px;}
	.m-t-xxs-100{margin-top: 100px;}
	.m-t-xxs-110{margin-top: 110px;}
	.m-t-xxs-120{margin-top: 120px;}
	.m-t-xxs-130{margin-top: 130px;}
	.m-t-xxs-140{margin-top: 140px;}

	/* Bottom Margins */
	.m-b-xxs-0{margin-bottom: 0!important;}
	.m-b-xxs-5{margin-bottom: 5px;}
	.m-b-xxs-10{margin-bottom: 10px;}
	.m-b-xxs-20{margin-bottom: 20px;}
	.m-b-xxs-30{margin-bottom: 30px;}
	.m-b-xxs-40{margin-bottom: 40px;}
	.m-b-xxs-50{margin-bottom: 50px;}
	.m-b-xxs-60{margin-bottom: 60px;}
	.m-b-xxs-70{margin-bottom: 70px;}
	.m-b-xxs-80{margin-bottom: 80px;}
	.m-b-xxs-90{margin-bottom: 90px;}
	.m-b-xxs-100{margin-bottom: 100px;}
	.m-b-xxs-110{margin-bottom: 110px;}
	.m-b-xxs-120{margin-bottom: 120px;}
	.m-b-xxs-130{margin-bottom: 130px;}
	.m-b-xxs-140{margin-bottom: 140px;}

	/* Top Paddings */
	.p-t-xxs-0{padding-top: 0!important;}
	.p-t-xxs-5{padding-top: 5px;}
	.p-t-xxs-10{padding-top: 10px;}
	.p-t-xxs-20{padding-top: 20px;}
	.p-t-xxs-30{padding-top: 30px;}
	.p-t-xxs-40{padding-top: 40px;}
	.p-t-xxs-50{padding-top: 50px;}
	.p-t-xxs-60{padding-top: 60px;}
	.p-t-xxs-70{padding-top: 70px;}
	.p-t-xxs-80{padding-top: 80px;}
	.p-t-xxs-90{padding-top: 90px;}
	.p-t-xxs-100{padding-top: 100px;}
	.p-t-xxs-110{padding-top: 110px;}
	.p-t-xxs-120{padding-top: 120px;}
	.p-t-xxs-130{padding-top: 130px;}
	.p-t-xxs-140{padding-top: 140px;}

	/* Bottom Paddings */
	.p-b-xxs-0{padding-bottom:0!important;}
	.p-b-xxs-5{padding-bottom: 5px;}
	.p-b-xxs-10{padding-bottom: 10px;}
	.p-b-xxs-20{padding-bottom: 20px;}
	.p-b-xxs-30{padding-bottom: 30px;}
	.p-b-xxs-40{padding-bottom: 40px;}
	.p-b-xxs-50{padding-bottom: 50px;}
	.p-b-xxs-60{padding-bottom: 60px;}
	.p-b-xxs-70{padding-bottom: 70px;}
	.p-b-xxs-80{padding-bottom: 80px;}
	.p-b-xxs-90{padding-bottom: 90px;}
	.p-b-xxs-100{padding-bottom: 100px;}
	.p-b-xxs-110{padding-bottom: 110px;}
	.p-b-xxs-120{padding-bottom: 120px;}
	.p-b-xxs-130{padding-bottom: 130px;}
	.p-b-xxs-140{padding-bottom: 140px;}
}