
/*================================================
  Helper Class
================================================*/
.text-right { text-align: right !important; }
.text-left { text-align: left !important; }
.text-center { text-align: center !important; }
.text-valign-top { vertical-align:top !important; }
.text-valign-middle { vertical-align:middle !important; }
.text-valign-bottom { vertical-align:bottom !important; }
.text-normal { font-weight: normal !important; }
.text-bold { font-weight: bold !important; }
.nowrap { white-space: nowrap !important; }
.nowrap-none { white-space: normal !important; }
.center { margin-right:auto !important; margin-left:auto !important; display:block !important; }
.table-center { margin-right:auto !important; margin-left:auto !important; }
.width-auto { width:auto !important; }
.float-left { float: left !important; }
.float-right { float: right !important; }
.relative { position:relative !important; }
.absolute { position:absolute !important; }
.inline-block { display: inline-block !important; }
.ib { display: inline-block !important; }

	@media (max-width: 639px) {

.text-right-xs { text-align: right !important; }
.text-left-xs { text-align: left !important; }
.text-center-xs { text-align: center !important; }
.text-valign-top-xs { vertical-align:top !important; }
.text-valign-middle-xs { vertical-align:middle !important; }
.text-valign-bottom-xs { vertical-align:bottom !important; }
.text-normal-xs { font-weight: normal !important; }
.text-bold-xs { font-weight: bold !important; }
.nowrap-xs { white-space: nowrap !important; }
.nowrap-none-xs { white-space: normal !important; }
.center-xs { margin-right:auto !important; margin-left:auto !important; display:block !important; }
.table-center-xs { margin-right:auto !important; margin-left:auto !important; }
.width-auto-xs { width:auto !important; }
.float-left-xs { float: left !important; }
.float-right-xs { float: right !important; }
.relative-xs { position:relative !important; }
.absolute-xs { position:absolute !important; }
.inline-block-xs { display: inline-block !important; }
.ib-xs { display: inline-block !important; }

	}

	@media (min-width: 640px) {

.text-right-s { text-align: right !important; }
.text-left-s { text-align: left !important; }
.text-center-s { text-align: center !important; }
.text-valign-top-s { vertical-align:top !important; }
.text-valign-middle-s { vertical-align:middle !important; }
.text-valign-bottom-s { vertical-align:bottom !important; }
.text-normal-s { font-weight: normal !important; }
.text-bold-s { font-weight: bold !important; }
.nowrap-s { white-space: nowrap !important; }
.nowrap-none-s { white-space: normal !important; }
.center-s { margin-right:auto !important; margin-left:auto !important; display:block !important; }
.table-center-s { margin-right:auto !important; margin-left:auto !important; }
.width-auto-s { width:auto !important; }
.float-left-s { float: left !important; }
.float-right-s { float: right !important; }
.relative-s { position:relative !important; }
.absolute-s { position:absolute !important; }
.inline-block-s { display: inline-block !important; }
.ib-s { display: inline-block !important; }

	}

	@media (min-width: 960px) {

.text-right-m { text-align: right !important; }
.text-left-m { text-align: left !important; }
.text-center-m { text-align: center !important; }
.text-valign-top-m { vertical-align:top !important; }
.text-valign-middle-m { vertical-align:middle !important; }
.text-valign-bottom-m { vertical-align:bottom !important; }
.text-normal-m { font-weight: normal !important; }
.text-bold-m { font-weight: bold !important; }
.nowrap-m { white-space: nowrap !important; }
.nowrap-none-m { white-space: normal !important; }
.center-m { margin-right:auto !important; margin-left:auto !important; display:block !important; }
.table-center-m { margin-right:auto !important; margin-left:auto !important; }
.width-auto-m { width:auto !important; }
.float-left-m { float: left !important; }
.float-right-m { float: right !important; }
.relative-m { position:relative !important; }
.absolute-m { position:absolute !important; }
.inline-block-m { display: inline-block !important; }
.ib-m { display: inline-block !important; }

	}

	@media (min-width: 1200px) {

.text-right-l { text-align: right !important; }
.text-left-l { text-align: left !important; }
.text-center-l { text-align: center !important; }
.text-valign-top-l { vertical-align:top !important; }
.text-valign-middle-l { vertical-align:middle !important; }
.text-valign-bottom-l { vertical-align:bottom !important; }
.text-normal-l { font-weight: normal !important; }
.text-bold-l { font-weight: bold !important; }
.nowrap-l { white-space: nowrap !important; }
.nowrap-none-l { white-space: normal !important; }
.center-l { margin-right:auto !important; margin-left:auto !important; display:block !important; }
.table-center-l { margin-right:auto !important; margin-left:auto !important; }
.width-auto-l { width:auto !important; }
.float-left-l { float: left !important; }
.float-right-l { float: right !important; }
.relative-l { position:relative !important; }
.absolute-l { position:absolute !important; }
.inline-block-l { display: inline-block !important; }
.ib-l { display: inline-block !important; }

	}


/* ==================================================
   Text
================================================== */

.text-xs	{ font-size:10px !important;}
.text-s	{ font-size:11px !important; line-height:1.5 !important;}
.text-m	{ font-size:13px !important;}
.text-mb	{ font-size:15px !important;}
.text-l	{ font-size:18px !important;}
.text-xl	{ font-size:24px !important;}

.text-xs-b	{ font-size:10px !important; font-weight:bold !important;}
.text-s-b	{ font-size:11px !important; font-weight:bold !important;}
.text-m-b	{ font-size:13px !important; font-weight:bold !important;}
.text-l-b	{ font-size:18px !important; font-weight:bold !important; line-height:1.5;}
.text-xl-b	{ font-size:24px !important; font-weight:bold !important;}

.text-r-xs	{ font-size:10px !important; color:#CC0000 !important;}
.text-r-s	{ font-size:11px !important; color:#CC0000 !important;}
.text-r-m	{ font-size:13px !important; color:#CC0000 !important;}
.text-r-l	{ font-size:18px !important; color:#CC0000 !important;}
.text-r-xl	{ font-size:24px !important; color:#CC0000 !important;}

.text-r-xs-b	{ font-size:10px !important; color:#CC0000 !important; font-weight:bold !important;}
.text-r-s-b	{ font-size:11px !important; color:#CC0000 !important; font-weight:bold !important;}
.text-r-m-b	{ font-size:13px !important; color:#CC0000 !important; font-weight:bold !important;}
.text-r-l-b	{ font-size:18px !important; color:#CC0000 !important; font-weight:bold !important;}
.text-r-xl-b	{ font-size:24px !important; color:#CC0000 !important; font-weight:bold !important;}

.text-i-xs	{ font-size:10px !important; color:#003399 !important;}
.text-i-s	{ font-size:11px !important; color:#003399 !important;}
.text-i-m	{ font-size:13px !important; color:#003399 !important;}
.text-i-l	{ font-size:18px !important; color:#003399 !important;}
.text-i-xl	{ font-size:24px !important; color:#003399 !important;}

.text-i-xs-b	{ font-size:10px !important; color:#003399 !important; font-weight:bold !important;}
.text-i-s-b	{ font-size:11px !important; color:#003399 !important; font-weight:bold !important;}
.text-i-m-b	{ font-size:13px !important; color:#003399 !important; font-weight:bold !important;}
.text-i-l-b	{ font-size:18px !important; color:#003399 !important; font-weight:bold !important;}
.text-i-xl-b	{ font-size:24px !important; color:#003399 !important; font-weight:bold !important;}

.text-g-xs	{ font-size:10px !important; color:#009900 !important;}
.text-g-s	{ font-size:11px !important; color:#009900 !important;}
.text-g-m	{ font-size:13px !important; color:#009900 !important;}
.text-g-l	{ font-size:18px !important; color:#009900 !important;}
.text-g-xl	{ font-size:24px !important; color:#009900 !important;}

.text-g-xs-b	{ font-size:10px !important; color:#009900 !important; font-weight:bold !important;}
.text-g-s-b	{ font-size:11px !important; color:#009900 !important; font-weight:bold !important;}
.text-g-m-b	{ font-size:13px !important; color:#009900 !important; font-weight:bold !important;}
.text-g-l-b	{ font-size:18px !important; color:#009900 !important; font-weight:bold !important;}
.text-g-xl-b	{ font-size:24px !important; color:#009900 !important; font-weight:bold !important;}

.text-w-xs	{ font-size:10px !important; color:#FFFFFF !important;}
.text-w-s	{ font-size:11px !important; color:#FFFFFF !important;}
.text-w-m	{ font-size:13px !important; color:#FFFFFF !important;}
.text-w-l	{ font-size:18px !important; color:#FFFFFF !important;}
.text-w-xl	{ font-size:24px !important; color:#FFFFFF !important;}

.text-w-xs-b	{ font-size:10px !important; color:#FFFFFF !important; font-weight:bold !important;}
.text-w-s-b	{ font-size:11px !important; color:#FFFFFF !important; font-weight:bold !important;}
.text-w-m-b	{ font-size:13px !important; color:#FFFFFF !important; font-weight:bold !important;}
.text-w-l-b	{ font-size:18px !important; color:#FFFFFF !important; font-weight:bold !important;}
.text-w-xl-b	{ font-size:24px !important; color:#FFFFFF !important; font-weight:bold !important;}

.text-b { font-weight:bold !important;}
.text-r	{ color:#CC0000 !important;}
.text-i	{ color:#0077dd !important;}
.text-g	{ color:#009900 !important;}
.text-w	{ color:#FFFFFF !important;}



/*================================================
  Font size
================================================*/
.font-10px { font-size: 10px !important; }
.font-11px { font-size: 11px !important; }
.font-12px { font-size: 12px !important; }
.font-13px { font-size: 13px !important; }
.font-14px { font-size: 14px !important; }
.font-15px { font-size: 15px !important; }
.font-16px { font-size: 16px !important; }
.font-17px { font-size: 17px !important; }
.font-18px { font-size: 18px !important; }
.font-19px { font-size: 19px !important; }
.font-20px { font-size: 20px !important; }
.font-21px { font-size: 21px !important; }
.font-22px { font-size: 22px !important; }
.font-23px { font-size: 23px !important; }
.font-24px { font-size: 24px !important; }
.font-25px { font-size: 25px !important; }
.font-26px { font-size: 26px !important; }
.font-27px { font-size: 27px !important; }
.font-28px { font-size: 28px !important; }
.font-29px { font-size: 29px !important; }
.font-30px { font-size: 30px !important; }




/* ========================================================================
   Margin Top
 ========================================================================== */

.mt-00 { margin-top: 0px !important; }.mt-01 { margin-top: 1px !important; }.mt-02 { margin-top: 2px !important; }.mt-03 { margin-top: 3px !important; }.mt-04 { margin-top: 4px !important; }.mt-05 { margin-top: 5px !important; }.mt-06 { margin-top: 6px !important; }.mt-07 { margin-top: 7px !important; }.mt-08 { margin-top: 8px !important; }.mt-09 { margin-top: 9px !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; }


	@media (max-width: 639px) {

.mt-00-xs { margin-top: 0px !important; }.mt-01-xs { margin-top: 1px !important; }.mt-02-xs { margin-top: 2px !important; }.mt-03-xs { margin-top: 3px !important; }.mt-04-xs { margin-top: 4px !important; }.mt-05-xs { margin-top: 5px !important; }.mt-06-xs { margin-top: 6px !important; }.mt-07-xs { margin-top: 7px !important; }.mt-08-xs { margin-top: 8px !important; }.mt-09-xs { margin-top: 9px !important; }.mt-10-xs { margin-top: 10px !important; }.mt-15-xs { margin-top: 15px !important; }.mt-20-xs { margin-top: 20px !important; }.mt-25-xs { margin-top: 25px !important; }.mt-30-xs { margin-top: 30px !important; }.mt-35-xs { margin-top: 35px !important; }.mt-40-xs { margin-top: 40px !important; }.mt-45-xs { margin-top: 45px !important; }.mt-50-xs { margin-top: 50px !important; }.mt-55-xs { margin-top: 55px !important; }.mt-60-xs { margin-top: 60px !important; }.mt-65-xs { margin-top: 65px !important; }.mt-70-xs { margin-top: 70px !important; }.mt-75-xs { margin-top: 75px !important; }.mt-80-xs { margin-top: 80px !important; }.mt-85-xs { margin-top: 85px !important; }.mt-90-xs { margin-top: 90px !important; }.mt-95-xs { margin-top: 95px !important; }.mt-100-xs { margin-top: 100px !important; }

	}

	@media (min-width: 640px) {

.mt-00-s { margin-top: 0px !important; }.mt-01-s { margin-top: 1px !important; }.mt-02-s { margin-top: 2px !important; }.mt-03-s { margin-top: 3px !important; }.mt-04-s { margin-top: 4px !important; }.mt-05-s { margin-top: 5px !important; }.mt-06-s { margin-top: 6px !important; }.mt-07-s { margin-top: 7px !important; }.mt-08-s { margin-top: 8px !important; }.mt-09-s { margin-top: 9px !important; }.mt-10-s { margin-top: 10px !important; }.mt-15-s { margin-top: 15px !important; }.mt-20-s { margin-top: 20px !important; }.mt-25-s { margin-top: 25px !important; }.mt-30-s { margin-top: 30px !important; }.mt-35-s { margin-top: 35px !important; }.mt-40-s { margin-top: 40px !important; }.mt-45-s { margin-top: 45px !important; }.mt-50-s { margin-top: 50px !important; }.mt-55-s { margin-top: 55px !important; }.mt-60-s { margin-top: 60px !important; }.mt-65-s { margin-top: 65px !important; }.mt-70-s { margin-top: 70px !important; }.mt-75-s { margin-top: 75px !important; }.mt-80-s { margin-top: 80px !important; }.mt-85-s { margin-top: 85px !important; }.mt-90-s { margin-top: 90px !important; }.mt-95-s { margin-top: 95px !important; }.mt-100-s { margin-top: 100px !important; }

	}

	@media (min-width: 960px) {

.mt-00-m { margin-top: 0px !important; }.mt-01-m { margin-top: 1px !important; }.mt-02-m { margin-top: 2px !important; }.mt-03-m { margin-top: 3px !important; }.mt-04-m { margin-top: 4px !important; }.mt-05-m { margin-top: 5px !important; }.mt-06-m { margin-top: 6px !important; }.mt-07-m { margin-top: 7px !important; }.mt-08-m { margin-top: 8px !important; }.mt-09-m { margin-top: 9px !important; }.mt-10-m { margin-top: 10px !important; }.mt-15-m { margin-top: 15px !important; }.mt-20-m { margin-top: 20px !important; }.mt-25-m { margin-top: 25px !important; }.mt-30-m { margin-top: 30px !important; }.mt-35-m { margin-top: 35px !important; }.mt-40-m { margin-top: 40px !important; }.mt-45-m { margin-top: 45px !important; }.mt-50-m { margin-top: 50px !important; }.mt-55-m { margin-top: 55px !important; }.mt-60-m { margin-top: 60px !important; }.mt-65-m { margin-top: 65px !important; }.mt-70-m { margin-top: 70px !important; }.mt-75-m { margin-top: 75px !important; }.mt-80-m { margin-top: 80px !important; }.mt-85-m { margin-top: 85px !important; }.mt-90-m { margin-top: 90px !important; }.mt-95-m { margin-top: 95px !important; }.mt-100-m { margin-top: 100px !important; }

	}

	@media (min-width: 1200px) {

.mt-00-l { margin-top: 0px !important; }.mt-01-l { margin-top: 1px !important; }.mt-02-l { margin-top: 2px !important; }.mt-03-l { margin-top: 3px !important; }.mt-04-l { margin-top: 4px !important; }.mt-05-l { margin-top: 5px !important; }.mt-06-l { margin-top: 6px !important; }.mt-07-l { margin-top: 7px !important; }.mt-08-l { margin-top: 8px !important; }.mt-09-l { margin-top: 9px !important; }.mt-10-l { margin-top: 10px !important; }.mt-15-l { margin-top: 15px !important; }.mt-20-l { margin-top: 20px !important; }.mt-25-l { margin-top: 25px !important; }.mt-30-l { margin-top: 30px !important; }.mt-35-l { margin-top: 35px !important; }.mt-40-l { margin-top: 40px !important; }.mt-45-l { margin-top: 45px !important; }.mt-50-l { margin-top: 50px !important; }.mt-55-l { margin-top: 55px !important; }.mt-60-l { margin-top: 60px !important; }.mt-65-l { margin-top: 65px !important; }.mt-70-l { margin-top: 70px !important; }.mt-75-l { margin-top: 75px !important; }.mt-80-l { margin-top: 80px !important; }.mt-85-l { margin-top: 85px !important; }.mt-90-l { margin-top: 90px !important; }.mt-95-l { margin-top: 95px !important; }.mt-100-l { margin-top: 100px !important; }

	}

/*================================================
  Margin Right 0px~50px-100px
================================================*/

.mr-00 { margin-right: 0px !important; }.mr-01 { margin-right: 1px !important; }.mr-02 { margin-right: 2px !important; }.mr-03 { margin-right: 3px !important; }.mr-04 { margin-right: 4px !important; }.mr-05 { margin-right: 5px !important; }.mr-06 { margin-right: 6px !important; }.mr-07 { margin-right: 7px !important; }.mr-08 { margin-right: 8px !important; }.mr-09 { margin-right: 9px !important; }.mr-10 { margin-right: 10px !important; }.mr-11 { margin-right: 11px !important; }.mr-12 { margin-right: 12px !important; }.mr-13 { margin-right: 13px !important; }.mr-14 { margin-right: 14px !important; }.mr-15 { margin-right: 15px !important; }.mr-16 { margin-right: 16px !important; }.mr-17 { margin-right: 17px !important; }.mr-18 { margin-right: 18px !important; }.mr-19 { margin-right: 19px !important; }.mr-20 { margin-right: 20px !important; }.mr-21 { margin-right: 21px !important; }.mr-22 { margin-right: 22px !important; }.mr-23 { margin-right: 23px !important; }.mr-24 { margin-right: 24px !important; }.mr-25 { margin-right: 25px !important; }.mr-26 { margin-right: 26px !important; }.mr-27 { margin-right: 27px !important; }.mr-28 { margin-right: 28px !important; }.mr-29 { margin-right: 29px !important; }.mr-30 { margin-right: 30px !important; }.mr-31 { margin-right: 31px !important; }.mr-32 { margin-right: 32px !important; }.mr-33 { margin-right: 33px !important; }.mr-34 { margin-right: 34px !important; }.mr-35 { margin-right: 35px !important; }.mr-36 { margin-right: 36px !important; }.mr-37 { margin-right: 37px !important; }.mr-38 { margin-right: 38px !important; }.mr-39 { margin-right: 39px !important; }.mr-40 { margin-right: 40px !important; }.mr-41 { margin-right: 41px !important; }.mr-42 { margin-right: 42px !important; }.mr-43 { margin-right: 43px !important; }.mr-44 { margin-right: 44px !important; }.mr-45 { margin-right: 45px !important; }.mr-46 { margin-right: 46px !important; }.mr-47 { margin-right: 47px !important; }.mr-48 { margin-right: 48px !important; }.mr-49 { margin-right: 49px !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; }

	@media (min-width: 768px) {

.mr-00-sm { margin-right: 0px !important; }.mr-01-sm { margin-right: 1px !important; }.mr-02-sm { margin-right: 2px !important; }.mr-03-sm { margin-right: 3px !important; }.mr-04-sm { margin-right: 4px !important; }.mr-05-sm { margin-right: 5px !important; }.mr-06-sm { margin-right: 6px !important; }.mr-07-sm { margin-right: 7px !important; }.mr-08-sm { margin-right: 8px !important; }.mr-09-sm { margin-right: 9px !important; }.mr-10-sm { margin-right: 10px !important; }.mr-11-sm { margin-right: 11px !important; }.mr-12-sm { margin-right: 12px !important; }.mr-13-sm { margin-right: 13px !important; }.mr-14-sm { margin-right: 14px !important; }.mr-15-sm { margin-right: 15px !important; }.mr-16-sm { margin-right: 16px !important; }.mr-17-sm { margin-right: 17px !important; }.mr-18-sm { margin-right: 18px !important; }.mr-19-sm { margin-right: 19px !important; }.mr-20-sm { margin-right: 20px !important; }.mr-21-sm { margin-right: 21px !important; }.mr-22-sm { margin-right: 22px !important; }.mr-23-sm { margin-right: 23px !important; }.mr-24-sm { margin-right: 24px !important; }.mr-25-sm { margin-right: 25px !important; }.mr-26-sm { margin-right: 26px !important; }.mr-27-sm { margin-right: 27px !important; }.mr-28-sm { margin-right: 28px !important; }.mr-29-sm { margin-right: 29px !important; }.mr-30-sm { margin-right: 30px !important; }.mr-31-sm { margin-right: 31px !important; }.mr-32-sm { margin-right: 32px !important; }.mr-33-sm { margin-right: 33px !important; }.mr-34-sm { margin-right: 34px !important; }.mr-35-sm { margin-right: 35px !important; }.mr-36-sm { margin-right: 36px !important; }.mr-37-sm { margin-right: 37px !important; }.mr-38-sm { margin-right: 38px !important; }.mr-39-sm { margin-right: 39px !important; }.mr-40-sm { margin-right: 40px !important; }.mr-41-sm { margin-right: 41px !important; }.mr-42-sm { margin-right: 42px !important; }.mr-43-sm { margin-right: 43px !important; }.mr-44-sm { margin-right: 44px !important; }.mr-45-sm { margin-right: 45px !important; }.mr-46-sm { margin-right: 46px !important; }.mr-47-sm { margin-right: 47px !important; }.mr-48-sm { margin-right: 48px !important; }.mr-49-sm { margin-right: 49px !important; }.mr-50-sm { margin-right: 50px !important; }.mr-55-sm { margin-right: 55px !important; }.mr-60-sm { margin-right: 60px !important; }.mr-65-sm { margin-right: 65px !important; }.mr-70-sm { margin-right: 70px !important; }.mr-75-sm { margin-right: 75px !important; }.mr-80-sm { margin-right: 80px !important; }.mr-85-sm { margin-right: 85px !important; }.mr-90-sm { margin-right: 90px !important; }.mr-95-sm { margin-right: 95px !important; }.mr-100-sm { margin-right: 100px !important; }

	}

	@media (min-width: 992px) {

.mr-00-md { margin-right: 0px !important; }.mr-01-md { margin-right: 1px !important; }.mr-02-md { margin-right: 2px !important; }.mr-03-md { margin-right: 3px !important; }.mr-04-md { margin-right: 4px !important; }.mr-05-md { margin-right: 5px !important; }.mr-06-md { margin-right: 6px !important; }.mr-07-md { margin-right: 7px !important; }.mr-08-md { margin-right: 8px !important; }.mr-09-md { margin-right: 9px !important; }.mr-10-md { margin-right: 10px !important; }.mr-11-md { margin-right: 11px !important; }.mr-12-md { margin-right: 12px !important; }.mr-13-md { margin-right: 13px !important; }.mr-14-md { margin-right: 14px !important; }.mr-15-md { margin-right: 15px !important; }.mr-16-md { margin-right: 16px !important; }.mr-17-md { margin-right: 17px !important; }.mr-18-md { margin-right: 18px !important; }.mr-19-md { margin-right: 19px !important; }.mr-20-md { margin-right: 20px !important; }.mr-21-md { margin-right: 21px !important; }.mr-22-md { margin-right: 22px !important; }.mr-23-md { margin-right: 23px !important; }.mr-24-md { margin-right: 24px !important; }.mr-25-md { margin-right: 25px !important; }.mr-26-md { margin-right: 26px !important; }.mr-27-md { margin-right: 27px !important; }.mr-28-md { margin-right: 28px !important; }.mr-29-md { margin-right: 29px !important; }.mr-30-md { margin-right: 30px !important; }.mr-31-md { margin-right: 31px !important; }.mr-32-md { margin-right: 32px !important; }.mr-33-md { margin-right: 33px !important; }.mr-34-md { margin-right: 34px !important; }.mr-35-md { margin-right: 35px !important; }.mr-36-md { margin-right: 36px !important; }.mr-37-md { margin-right: 37px !important; }.mr-38-md { margin-right: 38px !important; }.mr-39-md { margin-right: 39px !important; }.mr-40-md { margin-right: 40px !important; }.mr-41-md { margin-right: 41px !important; }.mr-42-md { margin-right: 42px !important; }.mr-43-md { margin-right: 43px !important; }.mr-44-md { margin-right: 44px !important; }.mr-45-md { margin-right: 45px !important; }.mr-46-md { margin-right: 46px !important; }.mr-47-md { margin-right: 47px !important; }.mr-48-md { margin-right: 48px !important; }.mr-49-md { margin-right: 49px !important; }.mr-50-md { margin-right: 50px !important; }.mr-55-md { margin-right: 55px !important; }.mr-60-md { margin-right: 60px !important; }.mr-65-md { margin-right: 65px !important; }.mr-70-md { margin-right: 70px !important; }.mr-75-md { margin-right: 75px !important; }.mr-80-md { margin-right: 80px !important; }.mr-85-md { margin-right: 85px !important; }.mr-90-md { margin-right: 90px !important; }.mr-95-md { margin-right: 95px !important; }.mr-100-md { margin-right: 100px !important; }

	}

/*================================================
  Margin Bottom 0px~50px-100px
================================================*/

.mb-00 { margin-bottom: 0px !important; }.mb-01 { margin-bottom: 1px !important; }.mb-02 { margin-bottom: 2px !important; }.mb-03 { margin-bottom: 3px !important; }.mb-04 { margin-bottom: 4px !important; }.mb-05 { margin-bottom: 5px !important; }.mb-06 { margin-bottom: 6px !important; }.mb-07 { margin-bottom: 7px !important; }.mb-08 { margin-bottom: 8px !important; }.mb-09 { margin-bottom: 9px !important; }.mb-10 { margin-bottom: 10px !important; }.mb-11 { margin-bottom: 11px !important; }.mb-12 { margin-bottom: 12px !important; }.mb-13 { margin-bottom: 13px !important; }.mb-14 { margin-bottom: 14px !important; }.mb-15 { margin-bottom: 15px !important; }.mb-16 { margin-bottom: 16px !important; }.mb-17 { margin-bottom: 17px !important; }.mb-18 { margin-bottom: 18px !important; }.mb-19 { margin-bottom: 19px !important; }.mb-20 { margin-bottom: 20px !important; }.mb-21 { margin-bottom: 21px !important; }.mb-22 { margin-bottom: 22px !important; }.mb-23 { margin-bottom: 23px !important; }.mb-24 { margin-bottom: 24px !important; }.mb-25 { margin-bottom: 25px !important; }.mb-26 { margin-bottom: 26px !important; }.mb-27 { margin-bottom: 27px !important; }.mb-28 { margin-bottom: 28px !important; }.mb-29 { margin-bottom: 29px !important; }.mb-30 { margin-bottom: 30px !important; }.mb-31 { margin-bottom: 31px !important; }.mb-32 { margin-bottom: 32px !important; }.mb-33 { margin-bottom: 33px !important; }.mb-34 { margin-bottom: 34px !important; }.mb-35 { margin-bottom: 35px !important; }.mb-36 { margin-bottom: 36px !important; }.mb-37 { margin-bottom: 37px !important; }.mb-38 { margin-bottom: 38px !important; }.mb-39 { margin-bottom: 39px !important; }.mb-40 { margin-bottom: 40px !important; }.mb-41 { margin-bottom: 41px !important; }.mb-42 { margin-bottom: 42px !important; }.mb-43 { margin-bottom: 43px !important; }.mb-44 { margin-bottom: 44px !important; }.mb-45 { margin-bottom: 45px !important; }.mb-46 { margin-bottom: 46px !important; }.mb-47 { margin-bottom: 47px !important; }.mb-48 { margin-bottom: 48px !important; }.mb-49 { margin-bottom: 49px !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; }

	@media (min-width: 768px) {

.mb-00-sm { margin-bottom: 0px !important; }.mb-01-sm { margin-bottom: 1px !important; }.mb-02-sm { margin-bottom: 2px !important; }.mb-03-sm { margin-bottom: 3px !important; }.mb-04-sm { margin-bottom: 4px !important; }.mb-05-sm { margin-bottom: 5px !important; }.mb-06-sm { margin-bottom: 6px !important; }.mb-07-sm { margin-bottom: 7px !important; }.mb-08-sm { margin-bottom: 8px !important; }.mb-09-sm { margin-bottom: 9px !important; }.mb-10-sm { margin-bottom: 10px !important; }.mb-11-sm { margin-bottom: 11px !important; }.mb-12-sm { margin-bottom: 12px !important; }.mb-13-sm { margin-bottom: 13px !important; }.mb-14-sm { margin-bottom: 14px !important; }.mb-15-sm { margin-bottom: 15px !important; }.mb-16-sm { margin-bottom: 16px !important; }.mb-17-sm { margin-bottom: 17px !important; }.mb-18-sm { margin-bottom: 18px !important; }.mb-19-sm { margin-bottom: 19px !important; }.mb-20-sm { margin-bottom: 20px !important; }.mb-21-sm { margin-bottom: 21px !important; }.mb-22-sm { margin-bottom: 22px !important; }.mb-23-sm { margin-bottom: 23px !important; }.mb-24-sm { margin-bottom: 24px !important; }.mb-25-sm { margin-bottom: 25px !important; }.mb-26-sm { margin-bottom: 26px !important; }.mb-27-sm { margin-bottom: 27px !important; }.mb-28-sm { margin-bottom: 28px !important; }.mb-29-sm { margin-bottom: 29px !important; }.mb-30-sm { margin-bottom: 30px !important; }.mb-31-sm { margin-bottom: 31px !important; }.mb-32-sm { margin-bottom: 32px !important; }.mb-33-sm { margin-bottom: 33px !important; }.mb-34-sm { margin-bottom: 34px !important; }.mb-35-sm { margin-bottom: 35px !important; }.mb-36-sm { margin-bottom: 36px !important; }.mb-37-sm { margin-bottom: 37px !important; }.mb-38-sm { margin-bottom: 38px !important; }.mb-39-sm { margin-bottom: 39px !important; }.mb-40-sm { margin-bottom: 40px !important; }.mb-41-sm { margin-bottom: 41px !important; }.mb-42-sm { margin-bottom: 42px !important; }.mb-43-sm { margin-bottom: 43px !important; }.mb-44-sm { margin-bottom: 44px !important; }.mb-45-sm { margin-bottom: 45px !important; }.mb-46-sm { margin-bottom: 46px !important; }.mb-47-sm { margin-bottom: 47px !important; }.mb-48-sm { margin-bottom: 48px !important; }.mb-49-sm { margin-bottom: 49px !important; }.mb-50-sm { margin-bottom: 50px !important; }.mb-55-sm { margin-bottom: 55px !important; }.mb-60-sm { margin-bottom: 60px !important; }.mb-65-sm { margin-bottom: 65px !important; }.mb-70-sm { margin-bottom: 70px !important; }.mb-75-sm { margin-bottom: 75px !important; }.mb-80-sm { margin-bottom: 80px !important; }.mb-85-sm { margin-bottom: 85px !important; }.mb-90-sm { margin-bottom: 90px !important; }.mb-95-sm { margin-bottom: 95px !important; }.mb-100-sm { margin-bottom: 100px !important; }

	}

	@media (min-width: 992px) {

.mb-00-md { margin-bottom: 0px !important; }.mb-01-md { margin-bottom: 1px !important; }.mb-02-md { margin-bottom: 2px !important; }.mb-03-md { margin-bottom: 3px !important; }.mb-04-md { margin-bottom: 4px !important; }.mb-05-md { margin-bottom: 5px !important; }.mb-06-md { margin-bottom: 6px !important; }.mb-07-md { margin-bottom: 7px !important; }.mb-08-md { margin-bottom: 8px !important; }.mb-09-md { margin-bottom: 9px !important; }.mb-10-md { margin-bottom: 10px !important; }.mb-11-md { margin-bottom: 11px !important; }.mb-12-md { margin-bottom: 12px !important; }.mb-13-md { margin-bottom: 13px !important; }.mb-14-md { margin-bottom: 14px !important; }.mb-15-md { margin-bottom: 15px !important; }.mb-16-md { margin-bottom: 16px !important; }.mb-17-md { margin-bottom: 17px !important; }.mb-18-md { margin-bottom: 18px !important; }.mb-19-md { margin-bottom: 19px !important; }.mb-20-md { margin-bottom: 20px !important; }.mb-21-md { margin-bottom: 21px !important; }.mb-22-md { margin-bottom: 22px !important; }.mb-23-md { margin-bottom: 23px !important; }.mb-24-md { margin-bottom: 24px !important; }.mb-25-md { margin-bottom: 25px !important; }.mb-26-md { margin-bottom: 26px !important; }.mb-27-md { margin-bottom: 27px !important; }.mb-28-md { margin-bottom: 28px !important; }.mb-29-md { margin-bottom: 29px !important; }.mb-30-md { margin-bottom: 30px !important; }.mb-31-md { margin-bottom: 31px !important; }.mb-32-md { margin-bottom: 32px !important; }.mb-33-md { margin-bottom: 33px !important; }.mb-34-md { margin-bottom: 34px !important; }.mb-35-md { margin-bottom: 35px !important; }.mb-36-md { margin-bottom: 36px !important; }.mb-37-md { margin-bottom: 37px !important; }.mb-38-md { margin-bottom: 38px !important; }.mb-39-md { margin-bottom: 39px !important; }.mb-40-md { margin-bottom: 40px !important; }.mb-41-md { margin-bottom: 41px !important; }.mb-42-md { margin-bottom: 42px !important; }.mb-43-md { margin-bottom: 43px !important; }.mb-44-md { margin-bottom: 44px !important; }.mb-45-md { margin-bottom: 45px !important; }.mb-46-md { margin-bottom: 46px !important; }.mb-47-md { margin-bottom: 47px !important; }.mb-48-md { margin-bottom: 48px !important; }.mb-49-md { margin-bottom: 49px !important; }.mb-50-md { margin-bottom: 50px !important; }.mb-55-md { margin-bottom: 55px !important; }.mb-60-md { margin-bottom: 60px !important; }.mb-65-md { margin-bottom: 65px !important; }.mb-70-md { margin-bottom: 70px !important; }.mb-75-md { margin-bottom: 75px !important; }.mb-80-md { margin-bottom: 80px !important; }.mb-85-md { margin-bottom: 85px !important; }.mb-90-md { margin-bottom: 90px !important; }.mb-95-md { margin-bottom: 95px !important; }.mb-100-md { margin-bottom: 100px !important; }

	}

/* ========================================================================
   Margin Left
 ========================================================================== */

.ml-00 { margin-left: 0px !important; }.ml-01 { margin-left: 1px !important; }.ml-02 { margin-left: 2px !important; }.ml-03 { margin-left: 3px !important; }.ml-04 { margin-left: 4px !important; }.ml-05 { margin-left: 5px !important; }.ml-06 { margin-left: 6px !important; }.ml-07 { margin-left: 7px !important; }.ml-08 { margin-left: 8px !important; }.ml-09 { margin-left: 9px !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; }


	@media (max-width: 639px) {

.ml-00-xs { margin-left: 0px !important; }.ml-01-xs { margin-left: 1px !important; }.ml-02-xs { margin-left: 2px !important; }.ml-03-xs { margin-left: 3px !important; }.ml-04-xs { margin-left: 4px !important; }.ml-05-xs { margin-left: 5px !important; }.ml-06-xs { margin-left: 6px !important; }.ml-07-xs { margin-left: 7px !important; }.ml-08-xs { margin-left: 8px !important; }.ml-09-xs { margin-left: 9px !important; }.ml-10-xs { margin-left: 10px !important; }.ml-15-xs { margin-left: 15px !important; }.ml-20-xs { margin-left: 20px !important; }.ml-25-xs { margin-left: 25px !important; }.ml-30-xs { margin-left: 30px !important; }.ml-35-xs { margin-left: 35px !important; }.ml-40-xs { margin-left: 40px !important; }.ml-45-xs { margin-left: 45px !important; }.ml-50-xs { margin-left: 50px !important; }.ml-55-xs { margin-left: 55px !important; }.ml-60-xs { margin-left: 60px !important; }.ml-65-xs { margin-left: 65px !important; }.ml-70-xs { margin-left: 70px !important; }.ml-75-xs { margin-left: 75px !important; }.ml-80-xs { margin-left: 80px !important; }.ml-85-xs { margin-left: 85px !important; }.ml-90-xs { margin-left: 90px !important; }.ml-95-xs { margin-left: 95px !important; }.ml-100-xs { margin-left: 100px !important; }

	}

	@media (min-width: 640px) {

.ml-00-s { margin-left: 0px !important; }.ml-01-s { margin-left: 1px !important; }.ml-02-s { margin-left: 2px !important; }.ml-03-s { margin-left: 3px !important; }.ml-04-s { margin-left: 4px !important; }.ml-05-s { margin-left: 5px !important; }.ml-06-s { margin-left: 6px !important; }.ml-07-s { margin-left: 7px !important; }.ml-08-s { margin-left: 8px !important; }.ml-09-s { margin-left: 9px !important; }.ml-10-s { margin-left: 10px !important; }.ml-15-s { margin-left: 15px !important; }.ml-20-s { margin-left: 20px !important; }.ml-25-s { margin-left: 25px !important; }.ml-30-s { margin-left: 30px !important; }.ml-35-s { margin-left: 35px !important; }.ml-40-s { margin-left: 40px !important; }.ml-45-s { margin-left: 45px !important; }.ml-50-s { margin-left: 50px !important; }.ml-55-s { margin-left: 55px !important; }.ml-60-s { margin-left: 60px !important; }.ml-65-s { margin-left: 65px !important; }.ml-70-s { margin-left: 70px !important; }.ml-75-s { margin-left: 75px !important; }.ml-80-s { margin-left: 80px !important; }.ml-85-s { margin-left: 85px !important; }.ml-90-s { margin-left: 90px !important; }.ml-95-s { margin-left: 95px !important; }.ml-100-s { margin-left: 100px !important; }

	}

	@media (min-width: 960px) {

.ml-00-m { margin-left: 0px !important; }.ml-01-m { margin-left: 1px !important; }.ml-02-m { margin-left: 2px !important; }.ml-03-m { margin-left: 3px !important; }.ml-04-m { margin-left: 4px !important; }.ml-05-m { margin-left: 5px !important; }.ml-06-m { margin-left: 6px !important; }.ml-07-m { margin-left: 7px !important; }.ml-08-m { margin-left: 8px !important; }.ml-09-m { margin-left: 9px !important; }.ml-10-m { margin-left: 10px !important; }.ml-15-m { margin-left: 15px !important; }.ml-20-m { margin-left: 20px !important; }.ml-25-m { margin-left: 25px !important; }.ml-30-m { margin-left: 30px !important; }.ml-35-m { margin-left: 35px !important; }.ml-40-m { margin-left: 40px !important; }.ml-45-m { margin-left: 45px !important; }.ml-50-m { margin-left: 50px !important; }.ml-55-m { margin-left: 55px !important; }.ml-60-m { margin-left: 60px !important; }.ml-65-m { margin-left: 65px !important; }.ml-70-m { margin-left: 70px !important; }.ml-75-m { margin-left: 75px !important; }.ml-80-m { margin-left: 80px !important; }.ml-85-m { margin-left: 85px !important; }.ml-90-m { margin-left: 90px !important; }.ml-95-m { margin-left: 95px !important; }.ml-100-m { margin-left: 100px !important; }

	}

	@media (min-width: 1200px) {

.ml-00-l { margin-left: 0px !important; }.ml-01-l { margin-left: 1px !important; }.ml-02-l { margin-left: 2px !important; }.ml-03-l { margin-left: 3px !important; }.ml-04-l { margin-left: 4px !important; }.ml-05-l { margin-left: 5px !important; }.ml-06-l { margin-left: 6px !important; }.ml-07-l { margin-left: 7px !important; }.ml-08-l { margin-left: 8px !important; }.ml-09-l { margin-left: 9px !important; }.ml-10-l { margin-left: 10px !important; }.ml-15-l { margin-left: 15px !important; }.ml-20-l { margin-left: 20px !important; }.ml-25-l { margin-left: 25px !important; }.ml-30-l { margin-left: 30px !important; }.ml-35-l { margin-left: 35px !important; }.ml-40-l { margin-left: 40px !important; }.ml-45-l { margin-left: 45px !important; }.ml-50-l { margin-left: 50px !important; }.ml-55-l { margin-left: 55px !important; }.ml-60-l { margin-left: 60px !important; }.ml-65-l { margin-left: 65px !important; }.ml-70-l { margin-left: 70px !important; }.ml-75-l { margin-left: 75px !important; }.ml-80-l { margin-left: 80px !important; }.ml-85-l { margin-left: 85px !important; }.ml-90-l { margin-left: 90px !important; }.ml-95-l { margin-left: 95px !important; }.ml-100-l { margin-left: 100px !important; }

	}

/*================================================
  Negative Margin Top 0px~50px-100px
================================================*/

.-mt-01 { margin-top: -1px !important; }.-mt-02 { margin-top: -2px !important; }.-mt-03 { margin-top: -3px !important; }.-mt-04 { margin-top: -4px !important; }.-mt-05 { margin-top: -5px !important; }.-mt-06 { margin-top: -6px !important; }.-mt-07 { margin-top: -7px !important; }.-mt-08 { margin-top: -8px !important; }.-mt-09 { margin-top: -9px !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; }

	@media (min-width: 640px) {

.-mt-01-s { margin-top: -1px !important; }.-mt-02-s { margin-top: -2px !important; }.-mt-03-s { margin-top: -3px !important; }.-mt-04-s { margin-top: -4px !important; }.-mt-05-s { margin-top: -5px !important; }.-mt-06-s { margin-top: -6px !important; }.-mt-07-s { margin-top: -7px !important; }.-mt-08-s { margin-top: -8px !important; }.-mt-09-s { margin-top: -9px !important; }.-mt-10-s { margin-top: -10px !important; }.-mt-15-s { margin-top: -15px !important; }.-mt-20-s { margin-top: -20px !important; }.-mt-25-s { margin-top: -25px !important; }.-mt-30-s { margin-top: -30px !important; }.-mt-35-s { margin-top: -35px !important; }.-mt-40-s { margin-top: -40px !important; }.-mt-45-s { margin-top: -45px !important; }.-mt-50-s { margin-top: -50px !important; }.-mt-55-s { margin-top: -55px !important; }.-mt-60-s { margin-top: -60px !important; }.-mt-65-s { margin-top: -65px !important; }.-mt-70-s { margin-top: -70px !important; }.-mt-75-s { margin-top: -75px !important; }.-mt-80-s { margin-top: -80px !important; }.-mt-85-s { margin-top: -85px !important; }.-mt-90-s { margin-top: -90px !important; }.-mt-95-s { margin-top: -95px !important; }.-mt-100-s { margin-top: -100px !important; }

	}

	@media (min-width: 960px) {

.-mt-01-m { margin-top: -1px !important; }.-mt-02-m { margin-top: -2px !important; }.-mt-03-m { margin-top: -3px !important; }.-mt-04-m { margin-top: -4px !important; }.-mt-05-m { margin-top: -5px !important; }.-mt-06-m { margin-top: -6px !important; }.-mt-07-m { margin-top: -7px !important; }.-mt-08-m { margin-top: -8px !important; }.-mt-09-m { margin-top: -9px !important; }.-mt-10-m { margin-top: -10px !important; }.-mt-15-m { margin-top: -15px !important; }.-mt-20-m { margin-top: -20px !important; }.-mt-25-m { margin-top: -25px !important; }.-mt-30-m { margin-top: -30px !important; }.-mt-35-m { margin-top: -35px !important; }.-mt-40-m { margin-top: -40px !important; }.-mt-45-m { margin-top: -45px !important; }.-mt-50-m { margin-top: -50px !important; }.-mt-55-m { margin-top: -55px !important; }.-mt-60-m { margin-top: -60px !important; }.-mt-65-m { margin-top: -65px !important; }.-mt-70-m { margin-top: -70px !important; }.-mt-75-m { margin-top: -75px !important; }.-mt-80-m { margin-top: -80px !important; }.-mt-85-m { margin-top: -85px !important; }.-mt-90-m { margin-top: -90px !important; }.-mt-95-m { margin-top: -95px !important; }.-mt-100-m { margin-top: -100px !important; }

	}

/*================================================
  Negative Margin Right 0px~50px-100px
================================================*/

.-mr-01 { margin-right: -1px !important; }.-mr-02 { margin-right: -2px !important; }.-mr-03 { margin-right: -3px !important; }.-mr-04 { margin-right: -4px !important; }.-mr-05 { margin-right: -5px !important; }.-mr-06 { margin-right: -6px !important; }.-mr-07 { margin-right: -7px !important; }.-mr-08 { margin-right: -8px !important; }.-mr-09 { margin-right: -9px !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; }

	@media (min-width: 640px) {

.-mr-01-s { margin-right: -1px !important; }.-mr-02-s { margin-right: -2px !important; }.-mr-03-s { margin-right: -3px !important; }.-mr-04-s { margin-right: -4px !important; }.-mr-05-s { margin-right: -5px !important; }.-mr-06-s { margin-right: -6px !important; }.-mr-07-s { margin-right: -7px !important; }.-mr-08-s { margin-right: -8px !important; }.-mr-09-s { margin-right: -9px !important; }.-mr-10-s { margin-right: -10px !important; }.-mr-15-s { margin-right: -15px !important; }.-mr-20-s { margin-right: -20px !important; }.-mr-25-s { margin-right: -25px !important; }.-mr-30-s { margin-right: -30px !important; }.-mr-35-s { margin-right: -35px !important; }.-mr-40-s { margin-right: -40px !important; }.-mr-45-s { margin-right: -45px !important; }.-mr-50-s { margin-right: -50px !important; }.-mr-55-s { margin-right: -55px !important; }.-mr-60-s { margin-right: -60px !important; }.-mr-65-s { margin-right: -65px !important; }.-mr-70-s { margin-right: -70px !important; }.-mr-75-s { margin-right: -75px !important; }.-mr-80-s { margin-right: -80px !important; }.-mr-85-s { margin-right: -85px !important; }.-mr-90-s { margin-right: -90px !important; }.-mr-95-s { margin-right: -95px !important; }.-mr-100-s { margin-right: -100px !important; }

	}

	@media (min-width: 960px) {

.-mr-01-m { margin-right: -1px !important; }.-mr-02-m { margin-right: -2px !important; }.-mr-03-m { margin-right: -3px !important; }.-mr-04-m { margin-right: -4px !important; }.-mr-05-m { margin-right: -5px !important; }.-mr-06-m { margin-right: -6px !important; }.-mr-07-m { margin-right: -7px !important; }.-mr-08-m { margin-right: -8px !important; }.-mr-09-m { margin-right: -9px !important; }.-mr-10-m { margin-right: -10px !important; }.-mr-15-m { margin-right: -15px !important; }.-mr-20-m { margin-right: -20px !important; }.-mr-25-m { margin-right: -25px !important; }.-mr-30-m { margin-right: -30px !important; }.-mr-35-m { margin-right: -35px !important; }.-mr-40-m { margin-right: -40px !important; }.-mr-45-m { margin-right: -45px !important; }.-mr-50-m { margin-right: -50px !important; }.-mr-55-m { margin-right: -55px !important; }.-mr-60-m { margin-right: -60px !important; }.-mr-65-m { margin-right: -65px !important; }.-mr-70-m { margin-right: -70px !important; }.-mr-75-m { margin-right: -75px !important; }.-mr-80-m { margin-right: -80px !important; }.-mr-85-m { margin-right: -85px !important; }.-mr-90-m { margin-right: -90px !important; }.-mr-95-m { margin-right: -95px !important; }.-mr-100-m { margin-right: -100px !important; }

	}
/*================================================
  Negative Margin Left 0px~10px-100px
================================================*/

.-ml-01 { margin-left: -1px !important; }.-ml-02 { margin-left: -2px !important; }.-ml-03 { margin-left: -3px !important; }.-ml-04 { margin-left: -4px !important; }.-ml-05 { margin-left: -5px !important; }.-ml-06 { margin-left: -6px !important; }.-ml-07 { margin-left: -7px !important; }.-ml-08 { margin-left: -8px !important; }.-ml-09 { margin-left: -9px !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; }

	@media (min-width: 640px) {

.-ml-01-s { margin-left: -1px !important; }.-ml-02-s { margin-left: -2px !important; }.-ml-03-s { margin-left: -3px !important; }.-ml-04-s { margin-left: -4px !important; }.-ml-05-s { margin-left: -5px !important; }.-ml-06-s { margin-left: -6px !important; }.-ml-07-s { margin-left: -7px !important; }.-ml-08-s { margin-left: -8px !important; }.-ml-09-s { margin-left: -9px !important; }.-ml-10-s { margin-left: -10px !important; }.-ml-15-s { margin-left: -15px !important; }.-ml-20-s { margin-left: -20px !important; }.-ml-25-s { margin-left: -25px !important; }.-ml-30-s { margin-left: -30px !important; }.-ml-35-s { margin-left: -35px !important; }.-ml-40-s { margin-left: -40px !important; }.-ml-45-s { margin-left: -45px !important; }.-ml-50-s { margin-left: -50px !important; }.-ml-55-s { margin-left: -55px !important; }.-ml-60-s { margin-left: -60px !important; }.-ml-65-s { margin-left: -65px !important; }.-ml-70-s { margin-left: -70px !important; }.-ml-75-s { margin-left: -75px !important; }.-ml-80-s { margin-left: -80px !important; }.-ml-85-s { margin-left: -85px !important; }.-ml-90-s { margin-left: -90px !important; }.-ml-95-s { margin-left: -95px !important; }.-ml-100-s { margin-left: -100px !important; }

	}

	@media (min-width: 960px) {

.-ml-01-m { margin-left: -1px !important; }.-ml-02-m { margin-left: -2px !important; }.-ml-03-m { margin-left: -3px !important; }.-ml-04-m { margin-left: -4px !important; }.-ml-05-m { margin-left: -5px !important; }.-ml-06-m { margin-left: -6px !important; }.-ml-07-m { margin-left: -7px !important; }.-ml-08-m { margin-left: -8px !important; }.-ml-09-m { margin-left: -9px !important; }.-ml-10-m { margin-left: -10px !important; }.-ml-15-m { margin-left: -15px !important; }.-ml-20-m { margin-left: -20px !important; }.-ml-25-m { margin-left: -25px !important; }.-ml-30-m { margin-left: -30px !important; }.-ml-35-m { margin-left: -35px !important; }.-ml-40-m { margin-left: -40px !important; }.-ml-45-m { margin-left: -45px !important; }.-ml-50-m { margin-left: -50px !important; }.-ml-55-m { margin-left: -55px !important; }.-ml-60-m { margin-left: -60px !important; }.-ml-65-m { margin-left: -65px !important; }.-ml-70-m { margin-left: -70px !important; }.-ml-75-m { margin-left: -75px !important; }.-ml-80-m { margin-left: -80px !important; }.-ml-85-m { margin-left: -85px !important; }.-ml-90-m { margin-left: -90px !important; }.-ml-95-m { margin-left: -95px !important; }.-ml-100-m { margin-left: -100px !important; }

	}

/* ========================================================================
   Padding Top
 ========================================================================== */

.pt-00 { padding-top: 0px !important; }.pt-01 { padding-top: 1px !important; }.pt-02 { padding-top: 2px !important; }.pt-03 { padding-top: 3px !important; }.pt-04 { padding-top: 4px !important; }.pt-05 { padding-top: 5px !important; }.pt-06 { padding-top: 6px !important; }.pt-07 { padding-top: 7px !important; }.pt-08 { padding-top: 8px !important; }.pt-09 { padding-top: 9px !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; }


	@media (max-width: 639px) {

.pt-00-xs { padding-top: 0px !important; }.pt-01-xs { padding-top: 1px !important; }.pt-02-xs { padding-top: 2px !important; }.pt-03-xs { padding-top: 3px !important; }.pt-04-xs { padding-top: 4px !important; }.pt-05-xs { padding-top: 5px !important; }.pt-06-xs { padding-top: 6px !important; }.pt-07-xs { padding-top: 7px !important; }.pt-08-xs { padding-top: 8px !important; }.pt-09-xs { padding-top: 9px !important; }.pt-10-xs { padding-top: 10px !important; }.pt-15-xs { padding-top: 15px !important; }.pt-20-xs { padding-top: 20px !important; }.pt-25-xs { padding-top: 25px !important; }.pt-30-xs { padding-top: 30px !important; }.pt-35-xs { padding-top: 35px !important; }.pt-40-xs { padding-top: 40px !important; }.pt-45-xs { padding-top: 45px !important; }.pt-50-xs { padding-top: 50px !important; }.pt-55-xs { padding-top: 55px !important; }.pt-60-xs { padding-top: 60px !important; }.pt-65-xs { padding-top: 65px !important; }.pt-70-xs { padding-top: 70px !important; }.pt-75-xs { padding-top: 75px !important; }.pt-80-xs { padding-top: 80px !important; }.pt-85-xs { padding-top: 85px !important; }.pt-90-xs { padding-top: 90px !important; }.pt-95-xs { padding-top: 95px !important; }.pt-100-xs { padding-top: 100px !important; }

	}

	@media (min-width: 640px) {

.pt-00-s { padding-top: 0px !important; }.pt-01-s { padding-top: 1px !important; }.pt-02-s { padding-top: 2px !important; }.pt-03-s { padding-top: 3px !important; }.pt-04-s { padding-top: 4px !important; }.pt-05-s { padding-top: 5px !important; }.pt-06-s { padding-top: 6px !important; }.pt-07-s { padding-top: 7px !important; }.pt-08-s { padding-top: 8px !important; }.pt-09-s { padding-top: 9px !important; }.pt-10-s { padding-top: 10px !important; }.pt-15-s { padding-top: 15px !important; }.pt-20-s { padding-top: 20px !important; }.pt-25-s { padding-top: 25px !important; }.pt-30-s { padding-top: 30px !important; }.pt-35-s { padding-top: 35px !important; }.pt-40-s { padding-top: 40px !important; }.pt-45-s { padding-top: 45px !important; }.pt-50-s { padding-top: 50px !important; }.pt-55-s { padding-top: 55px !important; }.pt-60-s { padding-top: 60px !important; }.pt-65-s { padding-top: 65px !important; }.pt-70-s { padding-top: 70px !important; }.pt-75-s { padding-top: 75px !important; }.pt-80-s { padding-top: 80px !important; }.pt-85-s { padding-top: 85px !important; }.pt-90-s { padding-top: 90px !important; }.pt-95-s { padding-top: 95px !important; }.pt-100-s { padding-top: 100px !important; }

	}

	@media (min-width: 960px) {

.pt-00-m { padding-top: 0px !important; }.pt-01-m { padding-top: 1px !important; }.pt-02-m { padding-top: 2px !important; }.pt-03-m { padding-top: 3px !important; }.pt-04-m { padding-top: 4px !important; }.pt-05-m { padding-top: 5px !important; }.pt-06-m { padding-top: 6px !important; }.pt-07-m { padding-top: 7px !important; }.pt-08-m { padding-top: 8px !important; }.pt-09-m { padding-top: 9px !important; }.pt-10-m { padding-top: 10px !important; }.pt-15-m { padding-top: 15px !important; }.pt-20-m { padding-top: 20px !important; }.pt-25-m { padding-top: 25px !important; }.pt-30-m { padding-top: 30px !important; }.pt-35-m { padding-top: 35px !important; }.pt-40-m { padding-top: 40px !important; }.pt-45-m { padding-top: 45px !important; }.pt-50-m { padding-top: 50px !important; }.pt-55-m { padding-top: 55px !important; }.pt-60-m { padding-top: 60px !important; }.pt-65-m { padding-top: 65px !important; }.pt-70-m { padding-top: 70px !important; }.pt-75-m { padding-top: 75px !important; }.pt-80-m { padding-top: 80px !important; }.pt-85-m { padding-top: 85px !important; }.pt-90-m { padding-top: 90px !important; }.pt-95-m { padding-top: 95px !important; }.pt-100-m { padding-top: 100px !important; }

	}

	@media (min-width: 1200px) {

.pt-00-l { padding-top: 0px !important; }.pt-01-l { padding-top: 1px !important; }.pt-02-l { padding-top: 2px !important; }.pt-03-l { padding-top: 3px !important; }.pt-04-l { padding-top: 4px !important; }.pt-05-l { padding-top: 5px !important; }.pt-06-l { padding-top: 6px !important; }.pt-07-l { padding-top: 7px !important; }.pt-08-l { padding-top: 8px !important; }.pt-09-l { padding-top: 9px !important; }.pt-10-l { padding-top: 10px !important; }.pt-15-l { padding-top: 15px !important; }.pt-20-l { padding-top: 20px !important; }.pt-25-l { padding-top: 25px !important; }.pt-30-l { padding-top: 30px !important; }.pt-35-l { padding-top: 35px !important; }.pt-40-l { padding-top: 40px !important; }.pt-45-l { padding-top: 45px !important; }.pt-50-l { padding-top: 50px !important; }.pt-55-l { padding-top: 55px !important; }.pt-60-l { padding-top: 60px !important; }.pt-65-l { padding-top: 65px !important; }.pt-70-l { padding-top: 70px !important; }.pt-75-l { padding-top: 75px !important; }.pt-80-l { padding-top: 80px !important; }.pt-85-l { padding-top: 85px !important; }.pt-90-l { padding-top: 90px !important; }.pt-95-l { padding-top: 95px !important; }.pt-100-l { padding-top: 100px !important; }

	}

/* ========================================================================
   Padding Right
 ========================================================================== */

.pr-00 { padding-right: 0px !important; }.pr-01 { padding-right: 1px !important; }.pr-02 { padding-right: 2px !important; }.pr-03 { padding-right: 3px !important; }.pr-04 { padding-right: 4px !important; }.pr-05 { padding-right: 5px !important; }.pr-06 { padding-right: 6px !important; }.pr-07 { padding-right: 7px !important; }.pr-08 { padding-right: 8px !important; }.pr-09 { padding-right: 9px !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; }


	@media (max-width: 639px) {

.pr-00-xs { padding-right: 0px !important; }.pr-01-xs { padding-right: 1px !important; }.pr-02-xs { padding-right: 2px !important; }.pr-03-xs { padding-right: 3px !important; }.pr-04-xs { padding-right: 4px !important; }.pr-05-xs { padding-right: 5px !important; }.pr-06-xs { padding-right: 6px !important; }.pr-07-xs { padding-right: 7px !important; }.pr-08-xs { padding-right: 8px !important; }.pr-09-xs { padding-right: 9px !important; }.pr-10-xs { padding-right: 10px !important; }.pr-15-xs { padding-right: 15px !important; }.pr-20-xs { padding-right: 20px !important; }.pr-25-xs { padding-right: 25px !important; }.pr-30-xs { padding-right: 30px !important; }.pr-35-xs { padding-right: 35px !important; }.pr-40-xs { padding-right: 40px !important; }.pr-45-xs { padding-right: 45px !important; }.pr-50-xs { padding-right: 50px !important; }.pr-55-xs { padding-right: 55px !important; }.pr-60-xs { padding-right: 60px !important; }.pr-65-xs { padding-right: 65px !important; }.pr-70-xs { padding-right: 70px !important; }.pr-75-xs { padding-right: 75px !important; }.pr-80-xs { padding-right: 80px !important; }.pr-85-xs { padding-right: 85px !important; }.pr-90-xs { padding-right: 90px !important; }.pr-95-xs { padding-right: 95px !important; }.pr-100-xs { padding-right: 100px !important; }

	}

	@media (min-width: 640px) {

.pr-00-s { padding-right: 0px !important; }.pr-01-s { padding-right: 1px !important; }.pr-02-s { padding-right: 2px !important; }.pr-03-s { padding-right: 3px !important; }.pr-04-s { padding-right: 4px !important; }.pr-05-s { padding-right: 5px !important; }.pr-06-s { padding-right: 6px !important; }.pr-07-s { padding-right: 7px !important; }.pr-08-s { padding-right: 8px !important; }.pr-09-s { padding-right: 9px !important; }.pr-10-s { padding-right: 10px !important; }.pr-15-s { padding-right: 15px !important; }.pr-20-s { padding-right: 20px !important; }.pr-25-s { padding-right: 25px !important; }.pr-30-s { padding-right: 30px !important; }.pr-35-s { padding-right: 35px !important; }.pr-40-s { padding-right: 40px !important; }.pr-45-s { padding-right: 45px !important; }.pr-50-s { padding-right: 50px !important; }.pr-55-s { padding-right: 55px !important; }.pr-60-s { padding-right: 60px !important; }.pr-65-s { padding-right: 65px !important; }.pr-70-s { padding-right: 70px !important; }.pr-75-s { padding-right: 75px !important; }.pr-80-s { padding-right: 80px !important; }.pr-85-s { padding-right: 85px !important; }.pr-90-s { padding-right: 90px !important; }.pr-95-s { padding-right: 95px !important; }.pr-100-s { padding-right: 100px !important; }

	}

	@media (min-width: 960px) {

.pr-00-m { padding-right: 0px !important; }.pr-01-m { padding-right: 1px !important; }.pr-02-m { padding-right: 2px !important; }.pr-03-m { padding-right: 3px !important; }.pr-04-m { padding-right: 4px !important; }.pr-05-m { padding-right: 5px !important; }.pr-06-m { padding-right: 6px !important; }.pr-07-m { padding-right: 7px !important; }.pr-08-m { padding-right: 8px !important; }.pr-09-m { padding-right: 9px !important; }.pr-10-m { padding-right: 10px !important; }.pr-15-m { padding-right: 15px !important; }.pr-20-m { padding-right: 20px !important; }.pr-25-m { padding-right: 25px !important; }.pr-30-m { padding-right: 30px !important; }.pr-35-m { padding-right: 35px !important; }.pr-40-m { padding-right: 40px !important; }.pr-45-m { padding-right: 45px !important; }.pr-50-m { padding-right: 50px !important; }.pr-55-m { padding-right: 55px !important; }.pr-60-m { padding-right: 60px !important; }.pr-65-m { padding-right: 65px !important; }.pr-70-m { padding-right: 70px !important; }.pr-75-m { padding-right: 75px !important; }.pr-80-m { padding-right: 80px !important; }.pr-85-m { padding-right: 85px !important; }.pr-90-m { padding-right: 90px !important; }.pr-95-m { padding-right: 95px !important; }.pr-100-m { padding-right: 100px !important; }

	}

	@media (min-width: 1200px) {

.pr-00-l { padding-right: 0px !important; }.pr-01-l { padding-right: 1px !important; }.pr-02-l { padding-right: 2px !important; }.pr-03-l { padding-right: 3px !important; }.pr-04-l { padding-right: 4px !important; }.pr-05-l { padding-right: 5px !important; }.pr-06-l { padding-right: 6px !important; }.pr-07-l { padding-right: 7px !important; }.pr-08-l { padding-right: 8px !important; }.pr-09-l { padding-right: 9px !important; }.pr-10-l { padding-right: 10px !important; }.pr-15-l { padding-right: 15px !important; }.pr-20-l { padding-right: 20px !important; }.pr-25-l { padding-right: 25px !important; }.pr-30-l { padding-right: 30px !important; }.pr-35-l { padding-right: 35px !important; }.pr-40-l { padding-right: 40px !important; }.pr-45-l { padding-right: 45px !important; }.pr-50-l { padding-right: 50px !important; }.pr-55-l { padding-right: 55px !important; }.pr-60-l { padding-right: 60px !important; }.pr-65-l { padding-right: 65px !important; }.pr-70-l { padding-right: 70px !important; }.pr-75-l { padding-right: 75px !important; }.pr-80-l { padding-right: 80px !important; }.pr-85-l { padding-right: 85px !important; }.pr-90-l { padding-right: 90px !important; }.pr-95-l { padding-right: 95px !important; }.pr-100-l { padding-right: 100px !important; }

	}

/* ========================================================================
   Padding Bottom
 ========================================================================== */

.pb-00 { padding-bottom: 0px !important; }.pb-01 { padding-bottom: 1px !important; }.pb-02 { padding-bottom: 2px !important; }.pb-03 { padding-bottom: 3px !important; }.pb-04 { padding-bottom: 4px !important; }.pb-05 { padding-bottom: 5px !important; }.pb-06 { padding-bottom: 6px !important; }.pb-07 { padding-bottom: 7px !important; }.pb-08 { padding-bottom: 8px !important; }.pb-09 { padding-bottom: 9px !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; }


	@media (max-width: 639px) {

.pb-00-xs { padding-bottom: 0px !important; }.pb-01-xs { padding-bottom: 1px !important; }.pb-02-xs { padding-bottom: 2px !important; }.pb-03-xs { padding-bottom: 3px !important; }.pb-04-xs { padding-bottom: 4px !important; }.pb-05-xs { padding-bottom: 5px !important; }.pb-06-xs { padding-bottom: 6px !important; }.pb-07-xs { padding-bottom: 7px !important; }.pb-08-xs { padding-bottom: 8px !important; }.pb-09-xs { padding-bottom: 9px !important; }.pb-10-xs { padding-bottom: 10px !important; }.pb-15-xs { padding-bottom: 15px !important; }.pb-20-xs { padding-bottom: 20px !important; }.pb-25-xs { padding-bottom: 25px !important; }.pb-30-xs { padding-bottom: 30px !important; }.pb-35-xs { padding-bottom: 35px !important; }.pb-40-xs { padding-bottom: 40px !important; }.pb-45-xs { padding-bottom: 45px !important; }.pb-50-xs { padding-bottom: 50px !important; }.pb-55-xs { padding-bottom: 55px !important; }.pb-60-xs { padding-bottom: 60px !important; }.pb-65-xs { padding-bottom: 65px !important; }.pb-70-xs { padding-bottom: 70px !important; }.pb-75-xs { padding-bottom: 75px !important; }.pb-80-xs { padding-bottom: 80px !important; }.pb-85-xs { padding-bottom: 85px !important; }.pb-90-xs { padding-bottom: 90px !important; }.pb-95-xs { padding-bottom: 95px !important; }.pb-100-xs { padding-bottom: 100px !important; }

	}

	@media (min-width: 640px) {

.pb-00-s { padding-bottom: 0px !important; }.pb-01-s { padding-bottom: 1px !important; }.pb-02-s { padding-bottom: 2px !important; }.pb-03-s { padding-bottom: 3px !important; }.pb-04-s { padding-bottom: 4px !important; }.pb-05-s { padding-bottom: 5px !important; }.pb-06-s { padding-bottom: 6px !important; }.pb-07-s { padding-bottom: 7px !important; }.pb-08-s { padding-bottom: 8px !important; }.pb-09-s { padding-bottom: 9px !important; }.pb-10-s { padding-bottom: 10px !important; }.pb-15-s { padding-bottom: 15px !important; }.pb-20-s { padding-bottom: 20px !important; }.pb-25-s { padding-bottom: 25px !important; }.pb-30-s { padding-bottom: 30px !important; }.pb-35-s { padding-bottom: 35px !important; }.pb-40-s { padding-bottom: 40px !important; }.pb-45-s { padding-bottom: 45px !important; }.pb-50-s { padding-bottom: 50px !important; }.pb-55-s { padding-bottom: 55px !important; }.pb-60-s { padding-bottom: 60px !important; }.pb-65-s { padding-bottom: 65px !important; }.pb-70-s { padding-bottom: 70px !important; }.pb-75-s { padding-bottom: 75px !important; }.pb-80-s { padding-bottom: 80px !important; }.pb-85-s { padding-bottom: 85px !important; }.pb-90-s { padding-bottom: 90px !important; }.pb-95-s { padding-bottom: 95px !important; }.pb-100-s { padding-bottom: 100px !important; }

	}

	@media (min-width: 960px) {

.pb-00-m { padding-bottom: 0px !important; }.pb-01-m { padding-bottom: 1px !important; }.pb-02-m { padding-bottom: 2px !important; }.pb-03-m { padding-bottom: 3px !important; }.pb-04-m { padding-bottom: 4px !important; }.pb-05-m { padding-bottom: 5px !important; }.pb-06-m { padding-bottom: 6px !important; }.pb-07-m { padding-bottom: 7px !important; }.pb-08-m { padding-bottom: 8px !important; }.pb-09-m { padding-bottom: 9px !important; }.pb-10-m { padding-bottom: 10px !important; }.pb-15-m { padding-bottom: 15px !important; }.pb-20-m { padding-bottom: 20px !important; }.pb-25-m { padding-bottom: 25px !important; }.pb-30-m { padding-bottom: 30px !important; }.pb-35-m { padding-bottom: 35px !important; }.pb-40-m { padding-bottom: 40px !important; }.pb-45-m { padding-bottom: 45px !important; }.pb-50-m { padding-bottom: 50px !important; }.pb-55-m { padding-bottom: 55px !important; }.pb-60-m { padding-bottom: 60px !important; }.pb-65-m { padding-bottom: 65px !important; }.pb-70-m { padding-bottom: 70px !important; }.pb-75-m { padding-bottom: 75px !important; }.pb-80-m { padding-bottom: 80px !important; }.pb-85-m { padding-bottom: 85px !important; }.pb-90-m { padding-bottom: 90px !important; }.pb-95-m { padding-bottom: 95px !important; }.pb-100-m { padding-bottom: 100px !important; }

	}

	@media (min-width: 1200px) {

.pb-00-l { padding-bottom: 0px !important; }.pb-01-l { padding-bottom: 1px !important; }.pb-02-l { padding-bottom: 2px !important; }.pb-03-l { padding-bottom: 3px !important; }.pb-04-l { padding-bottom: 4px !important; }.pb-05-l { padding-bottom: 5px !important; }.pb-06-l { padding-bottom: 6px !important; }.pb-07-l { padding-bottom: 7px !important; }.pb-08-l { padding-bottom: 8px !important; }.pb-09-l { padding-bottom: 9px !important; }.pb-10-l { padding-bottom: 10px !important; }.pb-15-l { padding-bottom: 15px !important; }.pb-20-l { padding-bottom: 20px !important; }.pb-25-l { padding-bottom: 25px !important; }.pb-30-l { padding-bottom: 30px !important; }.pb-35-l { padding-bottom: 35px !important; }.pb-40-l { padding-bottom: 40px !important; }.pb-45-l { padding-bottom: 45px !important; }.pb-50-l { padding-bottom: 50px !important; }.pb-55-l { padding-bottom: 55px !important; }.pb-60-l { padding-bottom: 60px !important; }.pb-65-l { padding-bottom: 65px !important; }.pb-70-l { padding-bottom: 70px !important; }.pb-75-l { padding-bottom: 75px !important; }.pb-80-l { padding-bottom: 80px !important; }.pb-85-l { padding-bottom: 85px !important; }.pb-90-l { padding-bottom: 90px !important; }.pb-95-l { padding-bottom: 95px !important; }.pb-100-l { padding-bottom: 100px !important; }

	}

/* ========================================================================
   Padding Left
 ========================================================================== */

.pl-00 { padding-left: 0px !important; }.pl-01 { padding-left: 1px !important; }.pl-02 { padding-left: 2px !important; }.pl-03 { padding-left: 3px !important; }.pl-04 { padding-left: 4px !important; }.pl-05 { padding-left: 5px !important; }.pl-06 { padding-left: 6px !important; }.pl-07 { padding-left: 7px !important; }.pl-08 { padding-left: 8px !important; }.pl-09 { padding-left: 9px !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; }


	@media (max-width: 639px) {

.pl-00-xs { padding-left: 0px !important; }.pl-01-xs { padding-left: 1px !important; }.pl-02-xs { padding-left: 2px !important; }.pl-03-xs { padding-left: 3px !important; }.pl-04-xs { padding-left: 4px !important; }.pl-05-xs { padding-left: 5px !important; }.pl-06-xs { padding-left: 6px !important; }.pl-07-xs { padding-left: 7px !important; }.pl-08-xs { padding-left: 8px !important; }.pl-09-xs { padding-left: 9px !important; }.pl-10-xs { padding-left: 10px !important; }.pl-15-xs { padding-left: 15px !important; }.pl-20-xs { padding-left: 20px !important; }.pl-25-xs { padding-left: 25px !important; }.pl-30-xs { padding-left: 30px !important; }.pl-35-xs { padding-left: 35px !important; }.pl-40-xs { padding-left: 40px !important; }.pl-45-xs { padding-left: 45px !important; }.pl-50-xs { padding-left: 50px !important; }.pl-55-xs { padding-left: 55px !important; }.pl-60-xs { padding-left: 60px !important; }.pl-65-xs { padding-left: 65px !important; }.pl-70-xs { padding-left: 70px !important; }.pl-75-xs { padding-left: 75px !important; }.pl-80-xs { padding-left: 80px !important; }.pl-85-xs { padding-left: 85px !important; }.pl-90-xs { padding-left: 90px !important; }.pl-95-xs { padding-left: 95px !important; }.pl-100-xs { padding-left: 100px !important; }

	}

	@media (min-width: 640px) {

.pl-00-s { padding-left: 0px !important; }.pl-01-s { padding-left: 1px !important; }.pl-02-s { padding-left: 2px !important; }.pl-03-s { padding-left: 3px !important; }.pl-04-s { padding-left: 4px !important; }.pl-05-s { padding-left: 5px !important; }.pl-06-s { padding-left: 6px !important; }.pl-07-s { padding-left: 7px !important; }.pl-08-s { padding-left: 8px !important; }.pl-09-s { padding-left: 9px !important; }.pl-10-s { padding-left: 10px !important; }.pl-15-s { padding-left: 15px !important; }.pl-20-s { padding-left: 20px !important; }.pl-25-s { padding-left: 25px !important; }.pl-30-s { padding-left: 30px !important; }.pl-35-s { padding-left: 35px !important; }.pl-40-s { padding-left: 40px !important; }.pl-45-s { padding-left: 45px !important; }.pl-50-s { padding-left: 50px !important; }.pl-55-s { padding-left: 55px !important; }.pl-60-s { padding-left: 60px !important; }.pl-65-s { padding-left: 65px !important; }.pl-70-s { padding-left: 70px !important; }.pl-75-s { padding-left: 75px !important; }.pl-80-s { padding-left: 80px !important; }.pl-85-s { padding-left: 85px !important; }.pl-90-s { padding-left: 90px !important; }.pl-95-s { padding-left: 95px !important; }.pl-100-s { padding-left: 100px !important; }

	}

	@media (min-width: 960px) {

.pl-00-m { padding-left: 0px !important; }.pl-01-m { padding-left: 1px !important; }.pl-02-m { padding-left: 2px !important; }.pl-03-m { padding-left: 3px !important; }.pl-04-m { padding-left: 4px !important; }.pl-05-m { padding-left: 5px !important; }.pl-06-m { padding-left: 6px !important; }.pl-07-m { padding-left: 7px !important; }.pl-08-m { padding-left: 8px !important; }.pl-09-m { padding-left: 9px !important; }.pl-10-m { padding-left: 10px !important; }.pl-15-m { padding-left: 15px !important; }.pl-20-m { padding-left: 20px !important; }.pl-25-m { padding-left: 25px !important; }.pl-30-m { padding-left: 30px !important; }.pl-35-m { padding-left: 35px !important; }.pl-40-m { padding-left: 40px !important; }.pl-45-m { padding-left: 45px !important; }.pl-50-m { padding-left: 50px !important; }.pl-55-m { padding-left: 55px !important; }.pl-60-m { padding-left: 60px !important; }.pl-65-m { padding-left: 65px !important; }.pl-70-m { padding-left: 70px !important; }.pl-75-m { padding-left: 75px !important; }.pl-80-m { padding-left: 80px !important; }.pl-85-m { padding-left: 85px !important; }.pl-90-m { padding-left: 90px !important; }.pl-95-m { padding-left: 95px !important; }.pl-100-m { padding-left: 100px !important; }

	}

	@media (min-width: 1200px) {

.pl-00-l { padding-left: 0px !important; }.pl-01-l { padding-left: 1px !important; }.pl-02-l { padding-left: 2px !important; }.pl-03-l { padding-left: 3px !important; }.pl-04-l { padding-left: 4px !important; }.pl-05-l { padding-left: 5px !important; }.pl-06-l { padding-left: 6px !important; }.pl-07-l { padding-left: 7px !important; }.pl-08-l { padding-left: 8px !important; }.pl-09-l { padding-left: 9px !important; }.pl-10-l { padding-left: 10px !important; }.pl-15-l { padding-left: 15px !important; }.pl-20-l { padding-left: 20px !important; }.pl-25-l { padding-left: 25px !important; }.pl-30-l { padding-left: 30px !important; }.pl-35-l { padding-left: 35px !important; }.pl-40-l { padding-left: 40px !important; }.pl-45-l { padding-left: 45px !important; }.pl-50-l { padding-left: 50px !important; }.pl-55-l { padding-left: 55px !important; }.pl-60-l { padding-left: 60px !important; }.pl-65-l { padding-left: 65px !important; }.pl-70-l { padding-left: 70px !important; }.pl-75-l { padding-left: 75px !important; }.pl-80-l { padding-left: 80px !important; }.pl-85-l { padding-left: 85px !important; }.pl-90-l { padding-left: 90px !important; }.pl-95-l { padding-left: 95px !important; }.pl-100-l { padding-left: 100px !important; }

	}

/* ========================================================================
   Width 5px-400px
 ========================================================================== */

.width-px-05 { width: 5px !important; }.width-px-10 { width: 10px !important; }.width-px-15 { width: 15px !important; }.width-px-20 { width: 20px !important; }.width-px-25 { width: 25px !important; }.width-px-30 { width: 30px !important; }.width-px-35 { width: 35px !important; }.width-px-40 { width: 40px !important; }.width-px-45 { width: 45px !important; }.width-px-50 { width: 50px !important; }.width-px-55 { width: 55px !important; }.width-px-60 { width: 60px !important; }.width-px-65 { width: 65px !important; }.width-px-70 { width: 70px !important; }.width-px-75 { width: 75px !important; }.width-px-80 { width: 80px !important; }.width-px-85 { width: 85px !important; }.width-px-90 { width: 90px !important; }.width-px-95 { width: 95px !important; }.width-px-100 { width: 100px !important; }.width-px-105 { width: 105px !important; }.width-px-110 { width: 110px !important; }.width-px-115 { width: 115px !important; }.width-px-120 { width: 120px !important; }.width-px-125 { width: 125px !important; }.width-px-130 { width: 130px !important; }.width-px-135 { width: 135px !important; }.width-px-140 { width: 140px !important; }.width-px-145 { width: 145px !important; }.width-px-150 { width: 150px !important; }.width-px-155 { width: 155px !important; }.width-px-160 { width: 160px !important; }.width-px-165 { width: 165px !important; }.width-px-170 { width: 170px !important; }.width-px-175 { width: 175px !important; }.width-px-180 { width: 180px !important; }.width-px-185 { width: 185px !important; }.width-px-190 { width: 190px !important; }.width-px-195 { width: 195px !important; }.width-px-200 { width: 200px !important; }.width-px-205 { width: 205px !important; }.width-px-210 { width: 210px !important; }.width-px-215 { width: 215px !important; }.width-px-220 { width: 220px !important; }.width-px-225 { width: 225px !important; }.width-px-230 { width: 230px !important; }.width-px-235 { width: 235px !important; }.width-px-240 { width: 240px !important; }.width-px-245 { width: 245px !important; }.width-px-250 { width: 250px !important; }.width-px-255 { width: 255px !important; }.width-px-260 { width: 260px !important; }.width-px-265 { width: 265px !important; }.width-px-270 { width: 270px !important; }.width-px-275 { width: 275px !important; }.width-px-280 { width: 280px !important; }.width-px-285 { width: 285px !important; }.width-px-290 { width: 290px !important; }.width-px-295 { width: 295px !important; }.width-px-300 { width: 300px !important; }.width-px-350 { width: 350px !important; }.width-px-400 { width: 400px !important; }.width-px-450 { width: 450px !important; }.width-px-500 { width: 500px !important; }.width-px-550 { width: 550px !important; }.width-px-600 { width: 600px !important; }

	@media (max-width: 639px) {

.width-px-05-xs { width: 5px !important; }.width-px-10-xs { width: 10px !important; }.width-px-15-xs { width: 15px !important; }.width-px-20-xs { width: 20px !important; }.width-px-25-xs { width: 25px !important; }.width-px-30-xs { width: 30px !important; }.width-px-35-xs { width: 35px !important; }.width-px-40-xs { width: 40px !important; }.width-px-45-xs { width: 45px !important; }.width-px-50-xs { width: 50px !important; }.width-px-55-xs { width: 55px !important; }.width-px-60-xs { width: 60px !important; }.width-px-65-xs { width: 65px !important; }.width-px-70-xs { width: 70px !important; }.width-px-75-xs { width: 75px !important; }.width-px-80-xs { width: 80px !important; }.width-px-85-xs { width: 85px !important; }.width-px-90-xs { width: 90px !important; }.width-px-95-xs { width: 95px !important; }.width-px-100-xs { width: 100px !important; }.width-px-105-xs { width: 105px !important; }.width-px-110-xs { width: 110px !important; }.width-px-115-xs { width: 115px !important; }.width-px-120-xs { width: 120px !important; }.width-px-125-xs { width: 125px !important; }.width-px-130-xs { width: 130px !important; }.width-px-135-xs { width: 135px !important; }.width-px-140-xs { width: 140px !important; }.width-px-145-xs { width: 145px !important; }.width-px-150-xs { width: 150px !important; }.width-px-155-xs { width: 155px !important; }.width-px-160-xs { width: 160px !important; }.width-px-165-xs { width: 165px !important; }.width-px-170-xs { width: 170px !important; }.width-px-175-xs { width: 175px !important; }.width-px-180-xs { width: 180px !important; }.width-px-185-xs { width: 185px !important; }.width-px-190-xs { width: 190px !important; }.width-px-195-xs { width: 195px !important; }.width-px-200-xs { width: 200px !important; }.width-px-205-xs { width: 205px !important; }.width-px-210-xs { width: 210px !important; }.width-px-215-xs { width: 215px !important; }.width-px-220-xs { width: 220px !important; }.width-px-225-xs { width: 225px !important; }.width-px-230-xs { width: 230px !important; }.width-px-235-xs { width: 235px !important; }.width-px-240-xs { width: 240px !important; }.width-px-245-xs { width: 245px !important; }.width-px-250-xs { width: 250px !important; }.width-px-255-xs { width: 255px !important; }.width-px-260-xs { width: 260px !important; }.width-px-265-xs { width: 265px !important; }.width-px-270-xs { width: 270px !important; }.width-px-275-xs { width: 275px !important; }.width-px-280-xs { width: 280px !important; }.width-px-285-xs { width: 285px !important; }.width-px-290-xs { width: 290px !important; }.width-px-295-xs { width: 295px !important; }.width-px-300-xs { width: 300px !important; }.width-px-350-xs { width: 350px !important; }.width-px-400-xs { width: 400px !important; }.width-px-450-xs { width: 450px !important; }.width-px-500-xs { width: 500px !important; }.width-px-550-xs { width: 550px !important; }.width-px-600-xs { width: 600px !important; }

	}

	@media (min-width: 640px) {

.width-px-05-s { width: 5px !important; }.width-px-10-s { width: 10px !important; }.width-px-15-s { width: 15px !important; }.width-px-20-s { width: 20px !important; }.width-px-25-s { width: 25px !important; }.width-px-30-s { width: 30px !important; }.width-px-35-s { width: 35px !important; }.width-px-40-s { width: 40px !important; }.width-px-45-s { width: 45px !important; }.width-px-50-s { width: 50px !important; }.width-px-55-s { width: 55px !important; }.width-px-60-s { width: 60px !important; }.width-px-65-s { width: 65px !important; }.width-px-70-s { width: 70px !important; }.width-px-75-s { width: 75px !important; }.width-px-80-s { width: 80px !important; }.width-px-85-s { width: 85px !important; }.width-px-90-s { width: 90px !important; }.width-px-95-s { width: 95px !important; }.width-px-100-s { width: 100px !important; }.width-px-105-s { width: 105px !important; }.width-px-110-s { width: 110px !important; }.width-px-115-s { width: 115px !important; }.width-px-120-s { width: 120px !important; }.width-px-125-s { width: 125px !important; }.width-px-130-s { width: 130px !important; }.width-px-135-s { width: 135px !important; }.width-px-140-s { width: 140px !important; }.width-px-145-s { width: 145px !important; }.width-px-150-s { width: 150px !important; }.width-px-155-s { width: 155px !important; }.width-px-160-s { width: 160px !important; }.width-px-165-s { width: 165px !important; }.width-px-170-s { width: 170px !important; }.width-px-175-s { width: 175px !important; }.width-px-180-s { width: 180px !important; }.width-px-185-s { width: 185px !important; }.width-px-190-s { width: 190px !important; }.width-px-195-s { width: 195px !important; }.width-px-200-s { width: 200px !important; }.width-px-205-s { width: 205px !important; }.width-px-210-s { width: 210px !important; }.width-px-215-s { width: 215px !important; }.width-px-220-s { width: 220px !important; }.width-px-225-s { width: 225px !important; }.width-px-230-s { width: 230px !important; }.width-px-235-s { width: 235px !important; }.width-px-240-s { width: 240px !important; }.width-px-245-s { width: 245px !important; }.width-px-250-s { width: 250px !important; }.width-px-255-s { width: 255px !important; }.width-px-260-s { width: 260px !important; }.width-px-265-s { width: 265px !important; }.width-px-270-s { width: 270px !important; }.width-px-275-s { width: 275px !important; }.width-px-280-s { width: 280px !important; }.width-px-285-s { width: 285px !important; }.width-px-290-s { width: 290px !important; }.width-px-295-s { width: 295px !important; }.width-px-300-s { width: 300px !important; }.width-px-350-s { width: 350px !important; }.width-px-400-s { width: 400px !important; }.width-px-450-s { width: 450px !important; }.width-px-500-s { width: 500px !important; }.width-px-550-s { width: 550px !important; }.width-px-600-s { width: 600px !important; }

	}

	@media (min-width: 960px) {

.width-px-05-m { width: 5px !important; }.width-px-10-m { width: 10px !important; }.width-px-15-m { width: 15px !important; }.width-px-20-m { width: 20px !important; }.width-px-25-m { width: 25px !important; }.width-px-30-m { width: 30px !important; }.width-px-35-m { width: 35px !important; }.width-px-40-m { width: 40px !important; }.width-px-45-m { width: 45px !important; }.width-px-50-m { width: 50px !important; }.width-px-55-m { width: 55px !important; }.width-px-60-m { width: 60px !important; }.width-px-65-m { width: 65px !important; }.width-px-70-m { width: 70px !important; }.width-px-75-m { width: 75px !important; }.width-px-80-m { width: 80px !important; }.width-px-85-m { width: 85px !important; }.width-px-90-m { width: 90px !important; }.width-px-95-m { width: 95px !important; }.width-px-100-m { width: 100px !important; }.width-px-105-m { width: 105px !important; }.width-px-110-m { width: 110px !important; }.width-px-115-m { width: 115px !important; }.width-px-120-m { width: 120px !important; }.width-px-125-m { width: 125px !important; }.width-px-130-m { width: 130px !important; }.width-px-135-m { width: 135px !important; }.width-px-140-m { width: 140px !important; }.width-px-145-m { width: 145px !important; }.width-px-150-m { width: 150px !important; }.width-px-155-m { width: 155px !important; }.width-px-160-m { width: 160px !important; }.width-px-165-m { width: 165px !important; }.width-px-170-m { width: 170px !important; }.width-px-175-m { width: 175px !important; }.width-px-180-m { width: 180px !important; }.width-px-185-m { width: 185px !important; }.width-px-190-m { width: 190px !important; }.width-px-195-m { width: 195px !important; }.width-px-200-m { width: 200px !important; }.width-px-205-m { width: 205px !important; }.width-px-210-m { width: 210px !important; }.width-px-215-m { width: 215px !important; }.width-px-220-m { width: 220px !important; }.width-px-225-m { width: 225px !important; }.width-px-230-m { width: 230px !important; }.width-px-235-m { width: 235px !important; }.width-px-240-m { width: 240px !important; }.width-px-245-m { width: 245px !important; }.width-px-250-m { width: 250px !important; }.width-px-255-m { width: 255px !important; }.width-px-260-m { width: 260px !important; }.width-px-265-m { width: 265px !important; }.width-px-270-m { width: 270px !important; }.width-px-275-m { width: 275px !important; }.width-px-280-m { width: 280px !important; }.width-px-285-m { width: 285px !important; }.width-px-290-m { width: 290px !important; }.width-px-295-m { width: 295px !important; }.width-px-300-m { width: 300px !important; }.width-px-350-m { width: 350px !important; }.width-px-400-m { width: 400px !important; }.width-px-450-m { width: 450px !important; }.width-px-500-m { width: 500px !important; }.width-px-550-m { width: 550px !important; }.width-px-600-m { width: 600px !important; }

	}

	@media (min-width: 1200px) {

.width-px-05-l { width: 5px !important; }.width-px-10-l { width: 10px !important; }.width-px-15-l { width: 15px !important; }.width-px-20-l { width: 20px !important; }.width-px-25-l { width: 25px !important; }.width-px-30-l { width: 30px !important; }.width-px-35-l { width: 35px !important; }.width-px-40-l { width: 40px !important; }.width-px-45-l { width: 45px !important; }.width-px-50-l { width: 50px !important; }.width-px-55-l { width: 55px !important; }.width-px-60-l { width: 60px !important; }.width-px-65-l { width: 65px !important; }.width-px-70-l { width: 70px !important; }.width-px-75-l { width: 75px !important; }.width-px-80-l { width: 80px !important; }.width-px-85-l { width: 85px !important; }.width-px-90-l { width: 90px !important; }.width-px-95-l { width: 95px !important; }.width-px-100-l { width: 100px !important; }.width-px-105-l { width: 105px !important; }.width-px-110-l { width: 110px !important; }.width-px-115-l { width: 115px !important; }.width-px-120-l { width: 120px !important; }.width-px-125-l { width: 125px !important; }.width-px-130-l { width: 130px !important; }.width-px-135-l { width: 135px !important; }.width-px-140-l { width: 140px !important; }.width-px-145-l { width: 145px !important; }.width-px-150-l { width: 150px !important; }.width-px-155-l { width: 155px !important; }.width-px-160-l { width: 160px !important; }.width-px-165-l { width: 165px !important; }.width-px-170-l { width: 170px !important; }.width-px-175-l { width: 175px !important; }.width-px-180-l { width: 180px !important; }.width-px-185-l { width: 185px !important; }.width-px-190-l { width: 190px !important; }.width-px-195-l { width: 195px !important; }.width-px-200-l { width: 200px !important; }.width-px-205-l { width: 205px !important; }.width-px-210-l { width: 210px !important; }.width-px-215-l { width: 215px !important; }.width-px-220-l { width: 220px !important; }.width-px-225-l { width: 225px !important; }.width-px-230-l { width: 230px !important; }.width-px-235-l { width: 235px !important; }.width-px-240-l { width: 240px !important; }.width-px-245-l { width: 245px !important; }.width-px-250-l { width: 250px !important; }.width-px-255-l { width: 255px !important; }.width-px-260-l { width: 260px !important; }.width-px-265-l { width: 265px !important; }.width-px-270-l { width: 270px !important; }.width-px-275-l { width: 275px !important; }.width-px-280-l { width: 280px !important; }.width-px-285-l { width: 285px !important; }.width-px-290-l { width: 290px !important; }.width-px-295-l { width: 295px !important; }.width-px-300-l { width: 300px !important; }.width-px-350-l { width: 350px !important; }.width-px-400-l { width: 400px !important; }.width-px-450-l { width: 450px !important; }.width-px-500-l { width: 500px !important; }.width-px-550-l { width: 550px !important; }.width-px-600-l { width: 600px !important; }

	}

/* ========================================================================
   Min-Width 5px-600px
 ========================================================================== */

.min-width-px-05 { min-width: 5px !important; }.min-width-px-10 { min-width: 10px !important; }.min-width-px-15 { min-width: 15px !important; }.min-width-px-20 { min-width: 20px !important; }.min-width-px-25 { min-width: 25px !important; }.min-width-px-30 { min-width: 30px !important; }.min-width-px-35 { min-width: 35px !important; }.min-width-px-40 { min-width: 40px !important; }.min-width-px-45 { min-width: 45px !important; }.min-width-px-50 { min-width: 50px !important; }.min-width-px-55 { min-width: 55px !important; }.min-width-px-60 { min-width: 60px !important; }.min-width-px-65 { min-width: 65px !important; }.min-width-px-70 { min-width: 70px !important; }.min-width-px-75 { min-width: 75px !important; }.min-width-px-80 { min-width: 80px !important; }.min-width-px-85 { min-width: 85px !important; }.min-width-px-90 { min-width: 90px !important; }.min-width-px-95 { min-width: 95px !important; }.min-width-px-100 { min-width: 100px !important; }.min-width-px-105 { min-width: 105px !important; }.min-width-px-110 { min-width: 110px !important; }.min-width-px-115 { min-width: 115px !important; }.min-width-px-120 { min-width: 120px !important; }.min-width-px-125 { min-width: 125px !important; }.min-width-px-130 { min-width: 130px !important; }.min-width-px-135 { min-width: 135px !important; }.min-width-px-140 { min-width: 140px !important; }.min-width-px-145 { min-width: 145px !important; }.min-width-px-150 { min-width: 150px !important; }.min-width-px-155 { min-width: 155px !important; }.min-width-px-160 { min-width: 160px !important; }.min-width-px-165 { min-width: 165px !important; }.min-width-px-170 { min-width: 170px !important; }.min-width-px-175 { min-width: 175px !important; }.min-width-px-180 { min-width: 180px !important; }.min-width-px-185 { min-width: 185px !important; }.min-width-px-190 { min-width: 190px !important; }.min-width-px-195 { min-width: 195px !important; }.min-width-px-200 { min-width: 200px !important; }.min-width-px-205 { min-width: 205px !important; }.min-width-px-210 { min-width: 210px !important; }.min-width-px-215 { min-width: 215px !important; }.min-width-px-220 { min-width: 220px !important; }.min-width-px-225 { min-width: 225px !important; }.min-width-px-230 { min-width: 230px !important; }.min-width-px-235 { min-width: 235px !important; }.min-width-px-240 { min-width: 240px !important; }.min-width-px-245 { min-width: 245px !important; }.min-width-px-250 { min-width: 250px !important; }.min-width-px-255 { min-width: 255px !important; }.min-width-px-260 { min-width: 260px !important; }.min-width-px-265 { min-width: 265px !important; }.min-width-px-270 { min-width: 270px !important; }.min-width-px-275 { min-width: 275px !important; }.min-width-px-280 { min-width: 280px !important; }.min-width-px-285 { min-width: 285px !important; }.min-width-px-290 { min-width: 290px !important; }.min-width-px-295 { min-width: 295px !important; }.min-width-px-300 { min-width: 300px !important; }.min-width-px-350 { min-width: 350px !important; }.min-width-px-400 { min-width: 400px !important; }.min-width-px-450 { min-width: 450px !important; }.min-width-px-500 { min-width: 500px !important; }.min-width-px-550 { min-width: 550px !important; }.min-width-px-600 { min-width: 600px !important; }

	@media (max-width: 639px) {

.min-width-px-05-xs { min-width: 5px !important; }.min-width-px-10-xs { min-width: 10px !important; }.min-width-px-15-xs { min-width: 15px !important; }.min-width-px-20-xs { min-width: 20px !important; }.min-width-px-25-xs { min-width: 25px !important; }.min-width-px-30-xs { min-width: 30px !important; }.min-width-px-35-xs { min-width: 35px !important; }.min-width-px-40-xs { min-width: 40px !important; }.min-width-px-45-xs { min-width: 45px !important; }.min-width-px-50-xs { min-width: 50px !important; }.min-width-px-55-xs { min-width: 55px !important; }.min-width-px-60-xs { min-width: 60px !important; }.min-width-px-65-xs { min-width: 65px !important; }.min-width-px-70-xs { min-width: 70px !important; }.min-width-px-75-xs { min-width: 75px !important; }.min-width-px-80-xs { min-width: 80px !important; }.min-width-px-85-xs { min-width: 85px !important; }.min-width-px-90-xs { min-width: 90px !important; }.min-width-px-95-xs { min-width: 95px !important; }.min-width-px-100-xs { min-width: 100px !important; }.min-width-px-105-xs { min-width: 105px !important; }.min-width-px-110-xs { min-width: 110px !important; }.min-width-px-115-xs { min-width: 115px !important; }.min-width-px-120-xs { min-width: 120px !important; }.min-width-px-125-xs { min-width: 125px !important; }.min-width-px-130-xs { min-width: 130px !important; }.min-width-px-135-xs { min-width: 135px !important; }.min-width-px-140-xs { min-width: 140px !important; }.min-width-px-145-xs { min-width: 145px !important; }.min-width-px-150-xs { min-width: 150px !important; }.min-width-px-155-xs { min-width: 155px !important; }.min-width-px-160-xs { min-width: 160px !important; }.min-width-px-165-xs { min-width: 165px !important; }.min-width-px-170-xs { min-width: 170px !important; }.min-width-px-175-xs { min-width: 175px !important; }.min-width-px-180-xs { min-width: 180px !important; }.min-width-px-185-xs { min-width: 185px !important; }.min-width-px-190-xs { min-width: 190px !important; }.min-width-px-195-xs { min-width: 195px !important; }.min-width-px-200-xs { min-width: 200px !important; }.min-width-px-205-xs { min-width: 205px !important; }.min-width-px-210-xs { min-width: 210px !important; }.min-width-px-215-xs { min-width: 215px !important; }.min-width-px-220-xs { min-width: 220px !important; }.min-width-px-225-xs { min-width: 225px !important; }.min-width-px-230-xs { min-width: 230px !important; }.min-width-px-235-xs { min-width: 235px !important; }.min-width-px-240-xs { min-width: 240px !important; }.min-width-px-245-xs { min-width: 245px !important; }.min-width-px-250-xs { min-width: 250px !important; }.min-width-px-255-xs { min-width: 255px !important; }.min-width-px-260-xs { min-width: 260px !important; }.min-width-px-265-xs { min-width: 265px !important; }.min-width-px-270-xs { min-width: 270px !important; }.min-width-px-275-xs { min-width: 275px !important; }.min-width-px-280-xs { min-width: 280px !important; }.min-width-px-285-xs { min-width: 285px !important; }.min-width-px-290-xs { min-width: 290px !important; }.min-width-px-295-xs { min-width: 295px !important; }.min-width-px-300-xs { min-width: 300px !important; }.min-width-px-350-xs { min-width: 350px !important; }.min-width-px-400-xs { min-width: 400px !important; }.min-width-px-450-xs { min-width: 450px !important; }.min-width-px-500-xs { min-width: 500px !important; }.min-width-px-550-xs { min-width: 550px !important; }.min-width-px-600-xs { min-width: 600px !important; }

	}

	@media (min-min-width: 640px) {

.min-width-px-05-s { min-width: 5px !important; }.min-width-px-10-s { min-width: 10px !important; }.min-width-px-15-s { min-width: 15px !important; }.min-width-px-20-s { min-width: 20px !important; }.min-width-px-25-s { min-width: 25px !important; }.min-width-px-30-s { min-width: 30px !important; }.min-width-px-35-s { min-width: 35px !important; }.min-width-px-40-s { min-width: 40px !important; }.min-width-px-45-s { min-width: 45px !important; }.min-width-px-50-s { min-width: 50px !important; }.min-width-px-55-s { min-width: 55px !important; }.min-width-px-60-s { min-width: 60px !important; }.min-width-px-65-s { min-width: 65px !important; }.min-width-px-70-s { min-width: 70px !important; }.min-width-px-75-s { min-width: 75px !important; }.min-width-px-80-s { min-width: 80px !important; }.min-width-px-85-s { min-width: 85px !important; }.min-width-px-90-s { min-width: 90px !important; }.min-width-px-95-s { min-width: 95px !important; }.min-width-px-100-s { min-width: 100px !important; }.min-width-px-105-s { min-width: 105px !important; }.min-width-px-110-s { min-width: 110px !important; }.min-width-px-115-s { min-width: 115px !important; }.min-width-px-120-s { min-width: 120px !important; }.min-width-px-125-s { min-width: 125px !important; }.min-width-px-130-s { min-width: 130px !important; }.min-width-px-135-s { min-width: 135px !important; }.min-width-px-140-s { min-width: 140px !important; }.min-width-px-145-s { min-width: 145px !important; }.min-width-px-150-s { min-width: 150px !important; }.min-width-px-155-s { min-width: 155px !important; }.min-width-px-160-s { min-width: 160px !important; }.min-width-px-165-s { min-width: 165px !important; }.min-width-px-170-s { min-width: 170px !important; }.min-width-px-175-s { min-width: 175px !important; }.min-width-px-180-s { min-width: 180px !important; }.min-width-px-185-s { min-width: 185px !important; }.min-width-px-190-s { min-width: 190px !important; }.min-width-px-195-s { min-width: 195px !important; }.min-width-px-200-s { min-width: 200px !important; }.min-width-px-205-s { min-width: 205px !important; }.min-width-px-210-s { min-width: 210px !important; }.min-width-px-215-s { min-width: 215px !important; }.min-width-px-220-s { min-width: 220px !important; }.min-width-px-225-s { min-width: 225px !important; }.min-width-px-230-s { min-width: 230px !important; }.min-width-px-235-s { min-width: 235px !important; }.min-width-px-240-s { min-width: 240px !important; }.min-width-px-245-s { min-width: 245px !important; }.min-width-px-250-s { min-width: 250px !important; }.min-width-px-255-s { min-width: 255px !important; }.min-width-px-260-s { min-width: 260px !important; }.min-width-px-265-s { min-width: 265px !important; }.min-width-px-270-s { min-width: 270px !important; }.min-width-px-275-s { min-width: 275px !important; }.min-width-px-280-s { min-width: 280px !important; }.min-width-px-285-s { min-width: 285px !important; }.min-width-px-290-s { min-width: 290px !important; }.min-width-px-295-s { min-width: 295px !important; }.min-width-px-300-s { min-width: 300px !important; }.min-width-px-350-s { min-width: 350px !important; }.min-width-px-400-s { min-width: 400px !important; }.min-width-px-450-s { min-width: 450px !important; }.min-width-px-500-s { min-width: 500px !important; }.min-width-px-550-s { min-width: 550px !important; }.min-width-px-600-s { min-width: 600px !important; }

	}

	@media (min-min-width: 960px) {

.min-width-px-05-m { min-width: 5px !important; }.min-width-px-10-m { min-width: 10px !important; }.min-width-px-15-m { min-width: 15px !important; }.min-width-px-20-m { min-width: 20px !important; }.min-width-px-25-m { min-width: 25px !important; }.min-width-px-30-m { min-width: 30px !important; }.min-width-px-35-m { min-width: 35px !important; }.min-width-px-40-m { min-width: 40px !important; }.min-width-px-45-m { min-width: 45px !important; }.min-width-px-50-m { min-width: 50px !important; }.min-width-px-55-m { min-width: 55px !important; }.min-width-px-60-m { min-width: 60px !important; }.min-width-px-65-m { min-width: 65px !important; }.min-width-px-70-m { min-width: 70px !important; }.min-width-px-75-m { min-width: 75px !important; }.min-width-px-80-m { min-width: 80px !important; }.min-width-px-85-m { min-width: 85px !important; }.min-width-px-90-m { min-width: 90px !important; }.min-width-px-95-m { min-width: 95px !important; }.min-width-px-100-m { min-width: 100px !important; }.min-width-px-105-m { min-width: 105px !important; }.min-width-px-110-m { min-width: 110px !important; }.min-width-px-115-m { min-width: 115px !important; }.min-width-px-120-m { min-width: 120px !important; }.min-width-px-125-m { min-width: 125px !important; }.min-width-px-130-m { min-width: 130px !important; }.min-width-px-135-m { min-width: 135px !important; }.min-width-px-140-m { min-width: 140px !important; }.min-width-px-145-m { min-width: 145px !important; }.min-width-px-150-m { min-width: 150px !important; }.min-width-px-155-m { min-width: 155px !important; }.min-width-px-160-m { min-width: 160px !important; }.min-width-px-165-m { min-width: 165px !important; }.min-width-px-170-m { min-width: 170px !important; }.min-width-px-175-m { min-width: 175px !important; }.min-width-px-180-m { min-width: 180px !important; }.min-width-px-185-m { min-width: 185px !important; }.min-width-px-190-m { min-width: 190px !important; }.min-width-px-195-m { min-width: 195px !important; }.min-width-px-200-m { min-width: 200px !important; }.min-width-px-205-m { min-width: 205px !important; }.min-width-px-210-m { min-width: 210px !important; }.min-width-px-215-m { min-width: 215px !important; }.min-width-px-220-m { min-width: 220px !important; }.min-width-px-225-m { min-width: 225px !important; }.min-width-px-230-m { min-width: 230px !important; }.min-width-px-235-m { min-width: 235px !important; }.min-width-px-240-m { min-width: 240px !important; }.min-width-px-245-m { min-width: 245px !important; }.min-width-px-250-m { min-width: 250px !important; }.min-width-px-255-m { min-width: 255px !important; }.min-width-px-260-m { min-width: 260px !important; }.min-width-px-265-m { min-width: 265px !important; }.min-width-px-270-m { min-width: 270px !important; }.min-width-px-275-m { min-width: 275px !important; }.min-width-px-280-m { min-width: 280px !important; }.min-width-px-285-m { min-width: 285px !important; }.min-width-px-290-m { min-width: 290px !important; }.min-width-px-295-m { min-width: 295px !important; }.min-width-px-300-m { min-width: 300px !important; }.min-width-px-350-m { min-width: 350px !important; }.min-width-px-400-m { min-width: 400px !important; }.min-width-px-450-m { min-width: 450px !important; }.min-width-px-500-m { min-width: 500px !important; }.min-width-px-550-m { min-width: 550px !important; }.min-width-px-600-m { min-width: 600px !important; }

	}

	@media (min-min-width: 1200px) {

.min-width-px-05-l { min-width: 5px !important; }.min-width-px-10-l { min-width: 10px !important; }.min-width-px-15-l { min-width: 15px !important; }.min-width-px-20-l { min-width: 20px !important; }.min-width-px-25-l { min-width: 25px !important; }.min-width-px-30-l { min-width: 30px !important; }.min-width-px-35-l { min-width: 35px !important; }.min-width-px-40-l { min-width: 40px !important; }.min-width-px-45-l { min-width: 45px !important; }.min-width-px-50-l { min-width: 50px !important; }.min-width-px-55-l { min-width: 55px !important; }.min-width-px-60-l { min-width: 60px !important; }.min-width-px-65-l { min-width: 65px !important; }.min-width-px-70-l { min-width: 70px !important; }.min-width-px-75-l { min-width: 75px !important; }.min-width-px-80-l { min-width: 80px !important; }.min-width-px-85-l { min-width: 85px !important; }.min-width-px-90-l { min-width: 90px !important; }.min-width-px-95-l { min-width: 95px !important; }.min-width-px-100-l { min-width: 100px !important; }.min-width-px-105-l { min-width: 105px !important; }.min-width-px-110-l { min-width: 110px !important; }.min-width-px-115-l { min-width: 115px !important; }.min-width-px-120-l { min-width: 120px !important; }.min-width-px-125-l { min-width: 125px !important; }.min-width-px-130-l { min-width: 130px !important; }.min-width-px-135-l { min-width: 135px !important; }.min-width-px-140-l { min-width: 140px !important; }.min-width-px-145-l { min-width: 145px !important; }.min-width-px-150-l { min-width: 150px !important; }.min-width-px-155-l { min-width: 155px !important; }.min-width-px-160-l { min-width: 160px !important; }.min-width-px-165-l { min-width: 165px !important; }.min-width-px-170-l { min-width: 170px !important; }.min-width-px-175-l { min-width: 175px !important; }.min-width-px-180-l { min-width: 180px !important; }.min-width-px-185-l { min-width: 185px !important; }.min-width-px-190-l { min-width: 190px !important; }.min-width-px-195-l { min-width: 195px !important; }.min-width-px-200-l { min-width: 200px !important; }.min-width-px-205-l { min-width: 205px !important; }.min-width-px-210-l { min-width: 210px !important; }.min-width-px-215-l { min-width: 215px !important; }.min-width-px-220-l { min-width: 220px !important; }.min-width-px-225-l { min-width: 225px !important; }.min-width-px-230-l { min-width: 230px !important; }.min-width-px-235-l { min-width: 235px !important; }.min-width-px-240-l { min-width: 240px !important; }.min-width-px-245-l { min-width: 245px !important; }.min-width-px-250-l { min-width: 250px !important; }.min-width-px-255-l { min-width: 255px !important; }.min-width-px-260-l { min-width: 260px !important; }.min-width-px-265-l { min-width: 265px !important; }.min-width-px-270-l { min-width: 270px !important; }.min-width-px-275-l { min-width: 275px !important; }.min-width-px-280-l { min-width: 280px !important; }.min-width-px-285-l { min-width: 285px !important; }.min-width-px-290-l { min-width: 290px !important; }.min-width-px-295-l { min-width: 295px !important; }.min-width-px-300-l { min-width: 300px !important; }.min-width-px-350-l { min-width: 350px !important; }.min-width-px-400-l { min-width: 400px !important; }.min-width-px-450-l { min-width: 450px !important; }.min-width-px-500-l { min-width: 500px !important; }.min-width-px-550-l { min-width: 550px !important; }.min-width-px-600-l { min-width: 600px !important; }

	}
/* ========================================================================
   Width Percent 1%-100%
 ========================================================================== */
 
.width-per-01 { width: 1% !important; }.width-per-02 { width: 2% !important; }.width-per-03 { width: 3% !important; }.width-per-04 { width: 4% !important; }.width-per-05 { width: 5% !important; }.width-per-06 { width: 6% !important; }.width-per-07 { width: 7% !important; }.width-per-08 { width: 8% !important; }.width-per-09 { width: 9% !important; }.width-per-10 { width: 10% !important; }.width-per-11 { width: 11% !important; }.width-per-12 { width: 12% !important; }.width-per-13 { width: 13% !important; }.width-per-14 { width: 14% !important; }.width-per-15 { width: 15% !important; }.width-per-16 { width: 16% !important; }.width-per-17 { width: 17% !important; }.width-per-18 { width: 18% !important; }.width-per-19 { width: 19% !important; }.width-per-20 { width: 20% !important; }.width-per-21 { width: 21% !important; }.width-per-22 { width: 22% !important; }.width-per-23 { width: 23% !important; }.width-per-24 { width: 24% !important; }.width-per-25 { width: 25% !important; }.width-per-26 { width: 26% !important; }.width-per-27 { width: 27% !important; }.width-per-28 { width: 28% !important; }.width-per-29 { width: 29% !important; }.width-per-30 { width: 30% !important; }.width-per-31 { width: 31% !important; }.width-per-32 { width: 32% !important; }.width-per-33 { width: 33% !important; }.width-per-34 { width: 34% !important; }.width-per-35 { width: 35% !important; }.width-per-40 { width: 40% !important; }.width-per-45 { width: 45% !important; }.width-per-50 { width: 50% !important; }.width-per-55 { width: 55% !important; }.width-per-60 { width: 60% !important; }.width-per-65 { width: 65% !important; }.width-per-70 { width: 70% !important; }.width-per-75 { width: 75% !important; }.width-per-80 { width: 80% !important; }.width-per-85 { width: 85% !important; }.width-per-90 { width: 90% !important; }.width-per-95 { width: 95% !important; }.width-per-100 { width: 100% !important; }

	@media (max-width: 639px) {

.width-per-01-xs { width: 1% !important; }.width-per-02-xs { width: 2% !important; }.width-per-03-xs { width: 3% !important; }.width-per-04-xs { width: 4% !important; }.width-per-05-xs { width: 5% !important; }.width-per-06-xs { width: 6% !important; }.width-per-07-xs { width: 7% !important; }.width-per-08-xs { width: 8% !important; }.width-per-09-xs { width: 9% !important; }.width-per-10-xs { width: 10% !important; }.width-per-11-xs { width: 11% !important; }.width-per-12-xs { width: 12% !important; }.width-per-13-xs { width: 13% !important; }.width-per-14-xs { width: 14% !important; }.width-per-15-xs { width: 15% !important; }.width-per-16-xs { width: 16% !important; }.width-per-17-xs { width: 17% !important; }.width-per-18-xs { width: 18% !important; }.width-per-19-xs { width: 19% !important; }.width-per-20-xs { width: 20% !important; }.width-per-21-xs { width: 21% !important; }.width-per-22-xs { width: 22% !important; }.width-per-23-xs { width: 23% !important; }.width-per-24-xs { width: 24% !important; }.width-per-25-xs { width: 25% !important; }.width-per-26-xs { width: 26% !important; }.width-per-27-xs { width: 27% !important; }.width-per-28-xs { width: 28% !important; }.width-per-29-xs { width: 29% !important; }.width-per-30-xs { width: 30% !important; }.width-per-31-xs { width: 31% !important; }.width-per-32-xs { width: 32% !important; }.width-per-33-xs { width: 33% !important; }.width-per-34-xs { width: 34% !important; }.width-per-35-xs { width: 35% !important; }.width-per-40-xs { width: 40% !important; }.width-per-45-xs { width: 45% !important; }.width-per-50-xs { width: 50% !important; }.width-per-55-xs { width: 55% !important; }.width-per-60-xs { width: 60% !important; }.width-per-65-xs { width: 65% !important; }.width-per-70-xs { width: 70% !important; }.width-per-75-xs { width: 75% !important; }.width-per-80-xs { width: 80% !important; }.width-per-85-xs { width: 85% !important; }.width-per-90-xs { width: 90% !important; }.width-per-95-xs { width: 95% !important; }.width-per-100-xs { width: 100% !important; }

	}

	@media (min-width: 640px) {

.width-per-01-s { width: 1% !important; }.width-per-02-s { width: 2% !important; }.width-per-03-s { width: 3% !important; }.width-per-04-s { width: 4% !important; }.width-per-05-s { width: 5% !important; }.width-per-06-s { width: 6% !important; }.width-per-07-s { width: 7% !important; }.width-per-08-s { width: 8% !important; }.width-per-09-s { width: 9% !important; }.width-per-10-s { width: 10% !important; }.width-per-11-s { width: 11% !important; }.width-per-12-s { width: 12% !important; }.width-per-13-s { width: 13% !important; }.width-per-14-s { width: 14% !important; }.width-per-15-s { width: 15% !important; }.width-per-16-s { width: 16% !important; }.width-per-17-s { width: 17% !important; }.width-per-18-s { width: 18% !important; }.width-per-19-s { width: 19% !important; }.width-per-20-s { width: 20% !important; }.width-per-21-s { width: 21% !important; }.width-per-22-s { width: 22% !important; }.width-per-23-s { width: 23% !important; }.width-per-24-s { width: 24% !important; }.width-per-25-s { width: 25% !important; }.width-per-26-s { width: 26% !important; }.width-per-27-s { width: 27% !important; }.width-per-28-s { width: 28% !important; }.width-per-29-s { width: 29% !important; }.width-per-30-s { width: 30% !important; }.width-per-31-s { width: 31% !important; }.width-per-32-s { width: 32% !important; }.width-per-33-s { width: 33% !important; }.width-per-34-s { width: 34% !important; }.width-per-35-s { width: 35% !important; }.width-per-40-s { width: 40% !important; }.width-per-45-s { width: 45% !important; }.width-per-50-s { width: 50% !important; }.width-per-55-s { width: 55% !important; }.width-per-60-s { width: 60% !important; }.width-per-65-s { width: 65% !important; }.width-per-70-s { width: 70% !important; }.width-per-75-s { width: 75% !important; }.width-per-80-s { width: 80% !important; }.width-per-85-s { width: 85% !important; }.width-per-90-s { width: 90% !important; }.width-per-95-s { width: 95% !important; }.width-per-100-s { width: 100% !important; }

	}

	@media (min-width: 960px) {

.width-per-01-m { width: 1% !important; }.width-per-02-m { width: 2% !important; }.width-per-03-m { width: 3% !important; }.width-per-04-m { width: 4% !important; }.width-per-05-m { width: 5% !important; }.width-per-06-m { width: 6% !important; }.width-per-07-m { width: 7% !important; }.width-per-08-m { width: 8% !important; }.width-per-09-m { width: 9% !important; }.width-per-10-m { width: 10% !important; }.width-per-11-m { width: 11% !important; }.width-per-12-m { width: 12% !important; }.width-per-13-m { width: 13% !important; }.width-per-14-m { width: 14% !important; }.width-per-15-m { width: 15% !important; }.width-per-16-m { width: 16% !important; }.width-per-17-m { width: 17% !important; }.width-per-18-m { width: 18% !important; }.width-per-19-m { width: 19% !important; }.width-per-20-m { width: 20% !important; }.width-per-21-m { width: 21% !important; }.width-per-22-m { width: 22% !important; }.width-per-23-m { width: 23% !important; }.width-per-24-m { width: 24% !important; }.width-per-25-m { width: 25% !important; }.width-per-26-m { width: 26% !important; }.width-per-27-m { width: 27% !important; }.width-per-28-m { width: 28% !important; }.width-per-29-m { width: 29% !important; }.width-per-30-m { width: 30% !important; }.width-per-31-m { width: 31% !important; }.width-per-32-m { width: 32% !important; }.width-per-33-m { width: 33% !important; }.width-per-34-m { width: 34% !important; }.width-per-35-m { width: 35% !important; }.width-per-40-m { width: 40% !important; }.width-per-45-m { width: 45% !important; }.width-per-50-m { width: 50% !important; }.width-per-55-m { width: 55% !important; }.width-per-60-m { width: 60% !important; }.width-per-65-m { width: 65% !important; }.width-per-70-m { width: 70% !important; }.width-per-75-m { width: 75% !important; }.width-per-80-m { width: 80% !important; }.width-per-85-m { width: 85% !important; }.width-per-90-m { width: 90% !important; }.width-per-95-m { width: 95% !important; }.width-per-100-m { width: 100% !important; }

	}

	@media (min-width: 1200px) {

.width-per-01-l { width: 1% !important; }.width-per-02-l { width: 2% !important; }.width-per-03-l { width: 3% !important; }.width-per-04-l { width: 4% !important; }.width-per-05-l { width: 5% !important; }.width-per-06-l { width: 6% !important; }.width-per-07-l { width: 7% !important; }.width-per-08-l { width: 8% !important; }.width-per-09-l { width: 9% !important; }.width-per-10-l { width: 10% !important; }.width-per-11-l { width: 11% !important; }.width-per-12-l { width: 12% !important; }.width-per-13-l { width: 13% !important; }.width-per-14-l { width: 14% !important; }.width-per-15-l { width: 15% !important; }.width-per-16-l { width: 16% !important; }.width-per-17-l { width: 17% !important; }.width-per-18-l { width: 18% !important; }.width-per-19-l { width: 19% !important; }.width-per-20-l { width: 20% !important; }.width-per-21-l { width: 21% !important; }.width-per-22-l { width: 22% !important; }.width-per-23-l { width: 23% !important; }.width-per-24-l { width: 24% !important; }.width-per-25-l { width: 25% !important; }.width-per-26-l { width: 26% !important; }.width-per-27-l { width: 27% !important; }.width-per-28-l { width: 28% !important; }.width-per-29-l { width: 29% !important; }.width-per-30-l { width: 30% !important; }.width-per-31-l { width: 31% !important; }.width-per-32-l { width: 32% !important; }.width-per-33-l { width: 33% !important; }.width-per-34-l { width: 34% !important; }.width-per-35-l { width: 35% !important; }.width-per-40-l { width: 40% !important; }.width-per-45-l { width: 45% !important; }.width-per-50-l { width: 50% !important; }.width-per-55-l { width: 55% !important; }.width-per-60-l { width: 60% !important; }.width-per-65-l { width: 65% !important; }.width-per-70-l { width: 70% !important; }.width-per-75-l { width: 75% !important; }.width-per-80-l { width: 80% !important; }.width-per-85-l { width: 85% !important; }.width-per-90-l { width: 90% !important; }.width-per-95-l { width: 95% !important; }.width-per-100-l { width: 100% !important; }

	}