@charset "utf-8";
/* 
XET CSS v2.0.1 -2021-01-22 for supported in all modern browsers 
ie11.0, chrome 29.0, safari 10, firefox 22.0, opera 48 
By xetemplate(https:xetemplate.com)
*/

/* ------------------------------------------------------------------------------------------------------------------ */
/* Typography
/* ------------------------------------------------------------------------------------------------------------------ */
h1 {font-size: calc(1.375rem + 1.5vw)}
h2 {font-size: calc(1.325rem + .9vw)}
h3 {font-size: calc(1.3rem + .6vw)}
h4 {font-size: calc(1.275rem + .3vw)}
h5 {font-size: 1.25rem}
h6 {font-size: 1rem}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
h1 .thin,
h2 .thin,
h3 .thin,
h4 .thin,
h5 .thin,
h6 .thin {font-weight: 300}
h1 small,
h2 small,
h3 small {font-size: 65%}
h4 small,
h5 small,
h6 small {font-size: 75%}

/* font-size */
.fs-9 {font-size: 9px}
.fs-10 {font-size: 10px}
.fs-11 {font-size: 11px}
.fs-12 {font-size: 12px}
.fs-13 {font-size: 13px}
.fs-14 {font-size: 14px}
.fs-15 {font-size: 15px}
.fs-16 {font-size: 16px}
.fs-17 {font-size: 17px}
.fs-18 {font-size: 18px}
.fs-19 {font-size: 19px}
.fs-20 {font-size: 20px}
.fs-21 {font-size: 21px}
.fs-22 {font-size: 22px}
.fs-23 {font-size: 23px}
.fs-24 {font-size: 24px}
.fs-25 {font-size: 25px}
.fs-26 {font-size: 26px}
.fs-27 {font-size: 27px}
.fs-28 {font-size: 28px}
.fs-29 {font-size: 29px}
.fs-30 {font-size: 30px}
.fs-31 {font-size: 31px}
.fs-32 {font-size: 32px}
.fs-33 {font-size: 33px}
.fs-34 {font-size: 34px}
.fs-35 {font-size: 35px}
.fs-36 {font-size: 36px}
.fs-37 {font-size: 37px}
.fs-38 {font-size: 38px}
.fs-39 {font-size: 39px}
.fs-40 {font-size: 40px}
.fs-41 {font-size: 41px}
.fs-42 {font-size: 42px}
.fs-43 {font-size: 43px}
.fs-44 {font-size: 44px}
.fs-45 {font-size: 45px}
.fs-46 {font-size: 46px}
.fs-47 {font-size: 47px}
.fs-48 {font-size: 48px}
.fs-49 {font-size: 49px}
.fs-50 {font-size: 50px}
.fs-51 {font-size: 51px}
.fs-52 {font-size: 52px}
.fs-53 {font-size: 53px}
.fs-54 {font-size: 54px}
.fs-55 {font-size: 55px}
.fs-56 {font-size: 56px}
.fs-57 {font-size: 57px}
.fs-58 {font-size: 58px}
.fs-59 {font-size: 59px}
.fs-60 {font-size: 60px}


/* ------------------------------------------------------------------------------------------------------------------ */
/* Text Alignment
/* ------------------------------------------------------------------------------------------------------------------ */
.text-left {text-align: left}
.text-right {text-align: right}
.text-center {text-align: center}
.text-justify {text-align: justify}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Text Transformation
/* ------------------------------------------------------------------------------------------------------------------ */
.text-nowrap {white-space: nowrap}
.text-lowercase {text-transform: lowercase}
.text-uppercase {text-transform: uppercase}
.text-capitalize {text-transform: capitalize}
.text-overflow {text-overflow: ellipsis}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Float
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-clearfix, .clearfix {*zoom: 1}
.xet-clearfix:after, .clearfix:after {content: "";display: block;clear: both}
.float-left {float:left}
.float-right {float:right}
.float-none {float: none}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Pagination  UL
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-pagination {position: relative;list-style: none;padding: 0;	margin: 15px 0;text-align: center;display: block;font-size: 0}
.xet-pagination > li {vertical-align: top;display: inline-block;margin: 0;padding: 0}
.xet-pagination > li + li {margin-left: -1px}
.xet-pagination > li a,
.xet-pagination > li strong {position:relative;display:inline-block;text-decoration:none;margin:0;padding:0;font-size: 12px;width:30px;height:30px;line-height: 28px;vertical-align:middle;	white-space: nowrap;text-align:center;border: 1px solid #e1e1e1}
.xet-pagination > li a {background: #fff;	color:#6e84a3}
.xet-pagination > li strong {font-weight:bold;background-color: #12263f;border-color: #12263f;color: #fff;}
.xet-pagination > li:first-child > a {padding: 0 10px;width: auto;border-bottom-left-radius: 3px;border-top-left-radius: 3px;margin-left: 0}
.xet-pagination > li:last-child > a {padding: 0 10px;width: auto;border-bottom-right-radius: 3px;border-top-right-radius: 3px}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Table
/* ------------------------------------------------------------------------------------------------------------------ */
table.xet-table {width:100%;border-collapse:collapse;border-top: 1px solid #e1e1e1;border-bottom: 1px solid #e1e1e1;}
table.xet-table > thead th {font-size: 14px;padding:15px 10px;white-space:nowrap;text-align:center;font-weight: bold;color: #4a596e;border-bottom: 1px solid #e1e1e1;}
table.xet-table > thead th a {font-weight: bold;color: #4a596e}
table.xet-table > tbody td {padding:10px 5px;white-space:nowrap;text-align:center;font-size:14px;vertical-align:middle;color:#12263f;background:#fff;border-top: 1px solid #e1e1e1}
table.xet-table > tbody td a {color:#12263f}
table.xet-table > tbody td.subject {width:100%;white-space:normal;text-align:left} 
@media (max-width: 767px) {	
	.xet-table-scroll,.xet-table-responsive { margin: 0;padding: 0;overflow-x: scroll;-webkit-overflow-scrolling: touch}
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Checkbox switch
/* ------------------------------------------------------------------------------------------------------------------ */
.switch-default {width: 35px;height: 17px;border-radius: 8.5px;background: #f9f9ff; position: relative; cursor: pointer;}
.switch-default input {position: absolute;left: 0;top: 0;right: 0;bottom: 0;width: 100%;height: 100%;opacity: 0;cursor: pointer;}
.switch-default input + label {position: absolute;  top: 1px;  left: 1px;  width: 15px;  height: 15px;  border-radius: 50%;  background: #9820ec;  -webkit-transition: all 0.2s;  -moz-transition: all 0.2s;  -o-transition: all 0.2s;  transition: all 0.2s;  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);  cursor: pointer;}
.switch-default input:checked + label {left: 19px;}
.switch-primary {width: 35px;  height: 17px;  border-radius: 8.5px;  background: #f9f9ff;  position: relative;  cursor: pointer;}
.switch-primary input {  position: absolute;  left: 0;  top: 0;  right: 0;  bottom: 0;  width: 100%;  height: 100%;  opacity: 0;}
.switch-primary input + label {position: absolute;  left: 0;  top: 0;  right: 0;  bottom: 0;  width: 100%;  height: 100%;}
.switch-primary input + label:before {  content: "";  position: absolute;  left: 0;  top: 0;  right: 0;  bottom: 0;  width: 100%;  height: 100%;  background: transparent;  border-radius: 8.5px;  cursor: pointer;  -webkit-transition: all 0.2s;  -moz-transition: all 0.2s;  -o-transition: all 0.2s;  transition: all 0.2s;}
.switch-primary input + label:after {content: "";  position: absolute;  top: 1px;  left: 1px;  width: 15px;  height: 15px;  border-radius: 50%;  background: #fff;  -webkit-transition: all 0.2s;  -moz-transition: all 0.2s;  -o-transition: all 0.2s;  transition: all 0.2s;  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);  cursor: pointer;}
.switch-primary input:checked + label:after {left: 19px;}
.switch-primary input:checked + label:before {background: #9820ec;}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Position
/* ------------------------------------------------------------------------------------------------------------------ */
.position-relative {position: relative}
.position-absolute {position: absolute}
.position-fixed {position: fixed}
.position-inherit {position: inherit}
.position-static {position: static}

/* Top */
.top-0 {top: 0}
.top-1 {top: 1px}
.top-2 {top: 2px}
.top-3 {top: 3px}
.top-4 {top: 4px}
.top-5 {top: 5px}
.top-6 {top: 6px}
.top-7 {top: 7px}
.top-8 {top: 8px}
.top-9 {top: 9px}
.top-10 {top: 10px}
.top-11 {top: 11px}
.top-12 {top: 12px}
.top-13 {top: 13px}
.top-14 {top: 14px}
.top-15 {top: 15px}
.top-16 {top: 16px}
.top-17 {top: 17px}
.top-18 {top: 18px}
.top-19 {top: 19px}
.top-20 {top: 20px}
.top-21 {top: 21px}
.top-22 {top: 22px}
.top-23 {top: 23px}
.top-24 {top: 24px}
.top-25 {top: 25px}
.top-26 {top: 26px}
.top-27 {top: 27px}
.top-28 {top: 28px}
.top-29 {top: 29px}
.top-30 {top: 30px}
.top-31 {top: 31px}
.top-32 {top: 32px}
.top-33 {top: 33px}
.top-34 {top: 34px}
.top-35 {top: 35px}
.top-36 {top: 36px}
.top-37 {top: 37px}
.top-38 {top: 38px}
.top-39 {top: 39px}
.top-40 {top: 40px}
.top-41 {top: 41px}
.top-42 {top: 42px}
.top-43 {top: 43px}
.top-44 {top: 44px}
.top-45 {top: 45px}
.top-46 {top: 46px}
.top-47 {top: 47px}
.top-48 {top: 48px}
.top-49 {top: 49px}
.top-50 {top: 50px}
.top-51 {top: 51px}
.top-52 {top: 52px}
.top-53 {top: 53px}
.top-54 {top: 54px}
.top-55 {top: 55px}
.top-56 {top: 56px}
.top-57 {top: 57px}
.top-58 {top: 58px}
.top-59 {top: 59px}
.top-60 {top: 60px}
.top-61 {top: 61px}
.top-62 {top: 62px}
.top-63 {top: 63px}
.top-64 {top: 64px}
.top-65 {top: 65px}
.top-66 {top: 66px}
.top-67 {top: 67px}
.top-68 {top: 68px}
.top-69 {top: 69px}
.top-70 {top: 70px}
.top-71 {top: 71px}
.top-72 {top: 72px}
.top-73 {top: 73px}
.top-74 {top: 74px}
.top-75 {top: 75px}
.top-76 {top: 76px}
.top-77 {top: 77px}
.top-78 {top: 78px}
.top-79 {top: 79px}
.top-80 {top: 80px}
.top-81 {top: 81px}
.top-82 {top: 82px}
.top-83 {top: 83px}
.top-84 {top: 84px}
.top-85 {top: 85px}
.top-86 {top: 86px}
.top-87 {top: 87px}
.top-88 {top: 88px}
.top-89 {top: 89px}
.top-90 {top: 90px}
.top-91 {top: 91px}
.top-92 {top: 92px}
.top-93 {top: 93px}
.top-94 {top: 94px}
.top-95 {top: 95px}
.top-96 {top: 96px}
.top-97 {top: 97px}
.top-98 {top: 98px}
.top-99 {top: 99px}
.top-100 {top: 100px}
.top-110 {top: 110px}
.top-120 {top: 120px}
.top-130 {top: 130px}
.top-140 {top: 140px}
.top-150 {top: 150px}
.top-160 {top: 160px}
.top-170 {top: 170px}
.top-180 {top: 180px}
.top-190 {top: 190px}
.top-200 {top: 200px}
.top-210 {top: 210px}
.top-220 {top: 220px}
.top-230 {top: 230px}
.top-240 {top: 240px}
.top-250 {top: 250px}
.top-260 {top: 260px}
.top-270 {top: 270px}
.top-280 {top: 280px}
.top-290 {top: 290px}
.top-300 {top: 300px}
.top-310 {top: 310px}
.top-320 {top: 320px}
.top-330 {top: 330px}
.top-340 {top: 340px}
.top-350 {top: 350px}
.top-360 {top: 360px}
.top-370 {top: 370px}
.top-380 {top: 380px}
.top-390 {top: 390px}
.top-400 {top: 400px}
.top-410 {top: 410px}
.top-420 {top: 420px}
.top-430 {top: 430px}
.top-440 {top: 440px}
.top-450 {top: 450px}
.top-460 {top: 460px}
.top-470 {top: 470px}
.top-480 {top: 480px}
.top-490 {top: 490px}
.top-500 {top: 500px}
.top-510 {top: 510px}
.top-520 {top: 520px}
.top-530 {top: 530px}
.top-540 {top: 540px}
.top-550 {top: 550px}
.top-560 {top: 560px}
.top-570 {top: 570px}
.top-580 {top: 580px}
.top-590 {top: 590px}
.top-600 {top: 600px}
.top-610 {top: 610px}
.top-620 {top: 620px}
.top-630 {top: 630px}
.top-640 {top: 640px}
.top-650 {top: 650px}
.top-660 {top: 660px}
.top-670 {top: 670px}
.top-680 {top: 680px}
.top-690 {top: 690px}
.top-700 {top: 700px}
.top-710 {top: 710px}
.top-720 {top: 720px}
.top-730 {top: 730px}
.top-740 {top: 740px}
.top-750 {top: 750px}
.top-760 {top: 760px}
.top-770 {top: 770px}
.top-780 {top: 780px}
.top-790 {top: 790px}
.top-800 {top: 800px}
.top-810 {top: 810px}
.top-820 {top: 820px}
.top-830 {top: 830px}
.top-840 {top: 840px}
.top-850 {top: 850px}
.top-860 {top: 860px}
.top-870 {top: 870px}
.top-880 {top: 880px}
.top-890 {top: 890px}
.top-900 {top: 900px}
.top-910 {top: 910px}
.top-920 {top: 920px}
.top-930 {top: 930px}
.top-940 {top: 940px}
.top-950 {top: 950px}
.top-960 {top: 960px}
.top-970 {top: 970px}
.top-980 {top: 980px}
.top-990 {top: 990px}
.top-1000 {top: 1000px}

/* Bottom */
.bottom-0 {bottom: 0}
.bottom-1 {bottom: 1px}
.bottom-2 {bottom: 2px}
.bottom-3 {bottom: 3px}
.bottom-4 {bottom: 4px}
.bottom-5 {bottom: 5px}
.bottom-6 {bottom: 6px}
.bottom-7 {bottom: 7px}
.bottom-8 {bottom: 8px}
.bottom-9 {bottom: 9px}
.bottom-10 {bottom: 10px}
.bottom-11 {bottom: 11px}
.bottom-12 {bottom: 12px}
.bottom-13 {bottom: 13px}
.bottom-14 {bottom: 14px}
.bottom-15 {bottom: 15px}
.bottom-16 {bottom: 16px}
.bottom-17 {bottom: 17px}
.bottom-18 {bottom: 18px}
.bottom-19 {bottom: 19px}
.bottom-20 {bottom: 20px}
.bottom-21 {bottom: 21px}
.bottom-22 {bottom: 22px}
.bottom-23 {bottom: 23px}
.bottom-24 {bottom: 24px}
.bottom-25 {bottom: 25px}
.bottom-26 {bottom: 26px}
.bottom-27 {bottom: 27px}
.bottom-28 {bottom: 28px}
.bottom-29 {bottom: 29px}
.bottom-30 {bottom: 30px}
.bottom-31 {bottom: 31px}
.bottom-32 {bottom: 32px}
.bottom-33 {bottom: 33px}
.bottom-34 {bottom: 34px}
.bottom-35 {bottom: 35px}
.bottom-36 {bottom: 36px}
.bottom-37 {bottom: 37px}
.bottom-38 {bottom: 38px}
.bottom-39 {bottom: 39px}
.bottom-40 {bottom: 40px}
.bottom-41 {bottom: 41px}
.bottom-42 {bottom: 42px}
.bottom-43 {bottom: 43px}
.bottom-44 {bottom: 44px}
.bottom-45 {bottom: 45px}
.bottom-46 {bottom: 46px}
.bottom-47 {bottom: 47px}
.bottom-48 {bottom: 48px}
.bottom-49 {bottom: 49px}
.bottom-50 {bottom: 50px}
.bottom-51 {bottom: 51px}
.bottom-52 {bottom: 52px}
.bottom-53 {bottom: 53px}
.bottom-54 {bottom: 54px}
.bottom-55 {bottom: 55px}
.bottom-56 {bottom: 56px}
.bottom-57 {bottom: 57px}
.bottom-58 {bottom: 58px}
.bottom-59 {bottom: 59px}
.bottom-60 {bottom: 60px}
.bottom-61 {bottom: 61px}
.bottom-62 {bottom: 62px}
.bottom-63 {bottom: 63px}
.bottom-64 {bottom: 64px}
.bottom-65 {bottom: 65px}
.bottom-66 {bottom: 66px}
.bottom-67 {bottom: 67px}
.bottom-68 {bottom: 68px}
.bottom-69 {bottom: 69px}
.bottom-70 {bottom: 70px}
.bottom-71 {bottom: 71px}
.bottom-72 {bottom: 72px}
.bottom-73 {bottom: 73px}
.bottom-74 {bottom: 74px}
.bottom-75 {bottom: 75px}
.bottom-76 {bottom: 76px}
.bottom-77 {bottom: 77px}
.bottom-78 {bottom: 78px}
.bottom-79 {bottom: 79px}
.bottom-80 {bottom: 80px}
.bottom-81 {bottom: 81px}
.bottom-82 {bottom: 82px}
.bottom-83 {bottom: 83px}
.bottom-84 {bottom: 84px}
.bottom-85 {bottom: 85px}
.bottom-86 {bottom: 86px}
.bottom-87 {bottom: 87px}
.bottom-88 {bottom: 88px}
.bottom-89 {bottom: 89px}
.bottom-90 {bottom: 90px}
.bottom-91 {bottom: 91px}
.bottom-92 {bottom: 92px}
.bottom-93 {bottom: 93px}
.bottom-94 {bottom: 94px}
.bottom-95 {bottom: 95px}
.bottom-96 {bottom: 96px}
.bottom-97 {bottom: 97px}
.bottom-98 {bottom: 98px}
.bottom-99 {bottom: 99px}
.bottom-100 {bottom: 100px}
.bottom-110 {bottom: 110px}
.bottom-120 {bottom: 120px}
.bottom-130 {bottom: 130px}
.bottom-140 {bottom: 140px}
.bottom-150 {bottom: 150px}
.bottom-160 {bottom: 160px}
.bottom-170 {bottom: 170px}
.bottom-180 {bottom: 180px}
.bottom-190 {bottom: 190px}
.bottom-200 {bottom: 200px}
.bottom-210 {bottom: 210px}
.bottom-220 {bottom: 220px}
.bottom-230 {bottom: 230px}
.bottom-240 {bottom: 240px}
.bottom-250 {bottom: 250px}
.bottom-260 {bottom: 260px}
.bottom-270 {bottom: 270px}
.bottom-280 {bottom: 280px}
.bottom-290 {bottom: 290px}
.bottom-300 {bottom: 300px}
.bottom-310 {bottom: 310px}
.bottom-320 {bottom: 320px}
.bottom-330 {bottom: 330px}
.bottom-340 {bottom: 340px}
.bottom-350 {bottom: 350px}
.bottom-360 {bottom: 360px}
.bottom-370 {bottom: 370px}
.bottom-380 {bottom: 380px}
.bottom-390 {bottom: 390px}
.bottom-400 {bottom: 400px}
.bottom-410 {bottom: 410px}
.bottom-420 {bottom: 420px}
.bottom-430 {bottom: 430px}
.bottom-440 {bottom: 440px}
.bottom-450 {bottom: 450px}
.bottom-460 {bottom: 460px}
.bottom-470 {bottom: 470px}
.bottom-480 {bottom: 480px}
.bottom-490 {bottom: 490px}
.bottom-500 {bottom: 500px}
.bottom-510 {bottom: 510px}
.bottom-520 {bottom: 520px}
.bottom-530 {bottom: 530px}
.bottom-540 {bottom: 540px}
.bottom-550 {bottom: 550px}
.bottom-560 {bottom: 560px}
.bottom-570 {bottom: 570px}
.bottom-580 {bottom: 580px}
.bottom-590 {bottom: 590px}
.bottom-600 {bottom: 600px}
.bottom-610 {bottom: 610px}
.bottom-620 {bottom: 620px}
.bottom-630 {bottom: 630px}
.bottom-640 {bottom: 640px}
.bottom-650 {bottom: 650px}
.bottom-660 {bottom: 660px}
.bottom-670 {bottom: 670px}
.bottom-680 {bottom: 680px}
.bottom-690 {bottom: 690px}
.bottom-700 {bottom: 700px}
.bottom-710 {bottom: 710px}
.bottom-720 {bottom: 720px}
.bottom-730 {bottom: 730px}
.bottom-740 {bottom: 740px}
.bottom-750 {bottom: 750px}
.bottom-760 {bottom: 760px}
.bottom-770 {bottom: 770px}
.bottom-780 {bottom: 780px}
.bottom-790 {bottom: 790px}
.bottom-800 {bottom: 800px}
.bottom-810 {bottom: 810px}
.bottom-820 {bottom: 820px}
.bottom-830 {bottom: 830px}
.bottom-840 {bottom: 840px}
.bottom-850 {bottom: 850px}
.bottom-860 {bottom: 860px}
.bottom-870 {bottom: 870px}
.bottom-880 {bottom: 880px}
.bottom-890 {bottom: 890px}
.bottom-900 {bottom: 900px}
.bottom-910 {bottom: 910px}
.bottom-920 {bottom: 920px}
.bottom-930 {bottom: 930px}
.bottom-940 {bottom: 940px}
.bottom-950 {bottom: 950px}
.bottom-960 {bottom: 960px}
.bottom-970 {bottom: 970px}
.bottom-980 {bottom: 980px}
.bottom-990 {bottom: 990px}
.bottom-1000 {bottom: 1000px}

/* Left */
.left-0 {left: 0}
.left-1 {left: 1px}
.left-2 {left: 2px}
.left-3 {left: 3px}
.left-4 {left: 4px}
.left-5 {left: 5px}
.left-6 {left: 6px}
.left-7 {left: 7px}
.left-8 {left: 8px}
.left-9 {left: 9px}
.left-10 {left: 10px}
.left-11 {left: 11px}
.left-12 {left: 12px}
.left-13 {left: 13px}
.left-14 {left: 14px}
.left-15 {left: 15px}
.left-16 {left: 16px}
.left-17 {left: 17px}
.left-18 {left: 18px}
.left-19 {left: 19px}
.left-20 {left: 20px}
.left-21 {left: 21px}
.left-22 {left: 22px}
.left-23 {left: 23px}
.left-24 {left: 24px}
.left-25 {left: 25px}
.left-26 {left: 26px}
.left-27 {left: 27px}
.left-28 {left: 28px}
.left-29 {left: 29px}
.left-30 {left: 30px}
.left-31 {left: 31px}
.left-32 {left: 32px}
.left-33 {left: 33px}
.left-34 {left: 34px}
.left-35 {left: 35px}
.left-36 {left: 36px}
.left-37 {left: 37px}
.left-38 {left: 38px}
.left-39 {left: 39px}
.left-40 {left: 40px}
.left-41 {left: 41px}
.left-42 {left: 42px}
.left-43 {left: 43px}
.left-44 {left: 44px}
.left-45 {left: 45px}
.left-46 {left: 46px}
.left-47 {left: 47px}
.left-48 {left: 48px}
.left-49 {left: 49px}
.left-50 {left: 50px}
.left-51 {left: 51px}
.left-52 {left: 52px}
.left-53 {left: 53px}
.left-54 {left: 54px}
.left-55 {left: 55px}
.left-56 {left: 56px}
.left-57 {left: 57px}
.left-58 {left: 58px}
.left-59 {left: 59px}
.left-60 {left: 60px}
.left-61 {left: 61px}
.left-62 {left: 62px}
.left-63 {left: 63px}
.left-64 {left: 64px}
.left-65 {left: 65px}
.left-66 {left: 66px}
.left-67 {left: 67px}
.left-68 {left: 68px}
.left-69 {left: 69px}
.left-70 {left: 70px}
.left-71 {left: 71px}
.left-72 {left: 72px}
.left-73 {left: 73px}
.left-74 {left: 74px}
.left-75 {left: 75px}
.left-76 {left: 76px}
.left-77 {left: 77px}
.left-78 {left: 78px}
.left-79 {left: 79px}
.left-80 {left: 80px}
.left-81 {left: 81px}
.left-82 {left: 82px}
.left-83 {left: 83px}
.left-84 {left: 84px}
.left-85 {left: 85px}
.left-86 {left: 86px}
.left-87 {left: 87px}
.left-88 {left: 88px}
.left-89 {left: 89px}
.left-90 {left: 90px}
.left-91 {left: 91px}
.left-92 {left: 92px}
.left-93 {left: 93px}
.left-94 {left: 94px}
.left-95 {left: 95px}
.left-96 {left: 96px}
.left-97 {left: 97px}
.left-98 {left: 98px}
.left-99 {left: 99px}
.left-100 {left: 100px}
.left-110 {left: 110px}
.left-120 {left: 120px}
.left-130 {left: 130px}
.left-140 {left: 140px}
.left-150 {left: 150px}
.left-160 {left: 160px}
.left-170 {left: 170px}
.left-180 {left: 180px}
.left-190 {left: 190px}
.left-200 {left: 200px}
.left-210 {left: 210px}
.left-220 {left: 220px}
.left-230 {left: 230px}
.left-240 {left: 240px}
.left-250 {left: 250px}
.left-260 {left: 260px}
.left-270 {left: 270px}
.left-280 {left: 280px}
.left-290 {left: 290px}
.left-300 {left: 300px}
.left-310 {left: 310px}
.left-320 {left: 320px}
.left-330 {left: 330px}
.left-340 {left: 340px}
.left-350 {left: 350px}
.left-360 {left: 360px}
.left-370 {left: 370px}
.left-380 {left: 380px}
.left-390 {left: 390px}
.left-400 {left: 400px}
.left-410 {left: 410px}
.left-420 {left: 420px}
.left-430 {left: 430px}
.left-440 {left: 440px}
.left-450 {left: 450px}
.left-460 {left: 460px}
.left-470 {left: 470px}
.left-480 {left: 480px}
.left-490 {left: 490px}
.left-500 {left: 500px}
.left-510 {left: 510px}
.left-520 {left: 520px}
.left-530 {left: 530px}
.left-540 {left: 540px}
.left-550 {left: 550px}
.left-560 {left: 560px}
.left-570 {left: 570px}
.left-580 {left: 580px}
.left-590 {left: 590px}
.left-600 {left: 600px}
.left-610 {left: 610px}
.left-620 {left: 620px}
.left-630 {left: 630px}
.left-640 {left: 640px}
.left-650 {left: 650px}
.left-660 {left: 660px}
.left-670 {left: 670px}
.left-680 {left: 680px}
.left-690 {left: 690px}
.left-700 {left: 700px}
.left-710 {left: 710px}
.left-720 {left: 720px}
.left-730 {left: 730px}
.left-740 {left: 740px}
.left-750 {left: 750px}
.left-760 {left: 760px}
.left-770 {left: 770px}
.left-780 {left: 780px}
.left-790 {left: 790px}
.left-800 {left: 800px}
.left-810 {left: 810px}
.left-820 {left: 820px}
.left-830 {left: 830px}
.left-840 {left: 840px}
.left-850 {left: 850px}
.left-860 {left: 860px}
.left-870 {left: 870px}
.left-880 {left: 880px}
.left-890 {left: 890px}
.left-900 {left: 900px}
.left-910 {left: 910px}
.left-920 {left: 920px}
.left-930 {left: 930px}
.left-940 {left: 940px}
.left-950 {left: 950px}
.left-960 {left: 960px}
.left-970 {left: 970px}
.left-980 {left: 980px}
.left-990 {left: 990px}
.left-1000 {left: 1000px}

/* Right */
.right-0 {right: 0}
.right-1 {right: 1px}
.right-2 {right: 2px}
.right-3 {right: 3px}
.right-4 {right: 4px}
.right-5 {right: 5px}
.right-6 {right: 6px}
.right-7 {right: 7px}
.right-8 {right: 8px}
.right-9 {right: 9px}
.right-10 {right: 10px}
.right-11 {right: 11px}
.right-12 {right: 12px}
.right-13 {right: 13px}
.right-14 {right: 14px}
.right-15 {right: 15px}
.right-16 {right: 16px}
.right-17 {right: 17px}
.right-18 {right: 18px}
.right-19 {right: 19px}
.right-20 {right: 20px}
.right-21 {right: 21px}
.right-22 {right: 22px}
.right-23 {right: 23px}
.right-24 {right: 24px}
.right-25 {right: 25px}
.right-26 {right: 26px}
.right-27 {right: 27px}
.right-28 {right: 28px}
.right-29 {right: 29px}
.right-30 {right: 30px}
.right-31 {right: 31px}
.right-32 {right: 32px}
.right-33 {right: 33px}
.right-34 {right: 34px}
.right-35 {right: 35px}
.right-36 {right: 36px}
.right-37 {right: 37px}
.right-38 {right: 38px}
.right-39 {right: 39px}
.right-40 {right: 40px}
.right-41 {right: 41px}
.right-42 {right: 42px}
.right-43 {right: 43px}
.right-44 {right: 44px}
.right-45 {right: 45px}
.right-46 {right: 46px}
.right-47 {right: 47px}
.right-48 {right: 48px}
.right-49 {right: 49px}
.right-50 {right: 50px}
.right-51 {right: 51px}
.right-52 {right: 52px}
.right-53 {right: 53px}
.right-54 {right: 54px}
.right-55 {right: 55px}
.right-56 {right: 56px}
.right-57 {right: 57px}
.right-58 {right: 58px}
.right-59 {right: 59px}
.right-60 {right: 60px}
.right-61 {right: 61px}
.right-62 {right: 62px}
.right-63 {right: 63px}
.right-64 {right: 64px}
.right-65 {right: 65px}
.right-66 {right: 66px}
.right-67 {right: 67px}
.right-68 {right: 68px}
.right-69 {right: 69px}
.right-70 {right: 70px}
.right-71 {right: 71px}
.right-72 {right: 72px}
.right-73 {right: 73px}
.right-74 {right: 74px}
.right-75 {right: 75px}
.right-76 {right: 76px}
.right-77 {right: 77px}
.right-78 {right: 78px}
.right-79 {right: 79px}
.right-80 {right: 80px}
.right-81 {right: 81px}
.right-82 {right: 82px}
.right-83 {right: 83px}
.right-84 {right: 84px}
.right-85 {right: 85px}
.right-86 {right: 86px}
.right-87 {right: 87px}
.right-88 {right: 88px}
.right-89 {right: 89px}
.right-90 {right: 90px}
.right-91 {right: 91px}
.right-92 {right: 92px}
.right-93 {right: 93px}
.right-94 {right: 94px}
.right-95 {right: 95px}
.right-96 {right: 96px}
.right-97 {right: 97px}
.right-98 {right: 98px}
.right-99 {right: 99px}
.right-100 {right: 100px}
.right-110 {right: 110px}
.right-120 {right: 120px}
.right-130 {right: 130px}
.right-140 {right: 140px}
.right-150 {right: 150px}
.right-160 {right: 160px}
.right-170 {right: 170px}
.right-180 {right: 180px}
.right-190 {right: 190px}
.right-200 {right: 200px}
.right-210 {right: 210px}
.right-220 {right: 220px}
.right-230 {right: 230px}
.right-240 {right: 240px}
.right-250 {right: 250px}
.right-260 {right: 260px}
.right-270 {right: 270px}
.right-280 {right: 280px}
.right-290 {right: 290px}
.right-300 {right: 300px}
.right-310 {right: 310px}
.right-320 {right: 320px}
.right-330 {right: 330px}
.right-340 {right: 340px}
.right-350 {right: 350px}
.right-360 {right: 360px}
.right-370 {right: 370px}
.right-380 {right: 380px}
.right-390 {right: 390px}
.right-400 {right: 400px}
.right-410 {right: 410px}
.right-420 {right: 420px}
.right-430 {right: 430px}
.right-440 {right: 440px}
.right-450 {right: 450px}
.right-460 {right: 460px}
.right-470 {right: 470px}
.right-480 {right: 480px}
.right-490 {right: 490px}
.right-500 {right: 500px}
.right-510 {right: 510px}
.right-520 {right: 520px}
.right-530 {right: 530px}
.right-540 {right: 540px}
.right-550 {right: 550px}
.right-560 {right: 560px}
.right-570 {right: 570px}
.right-580 {right: 580px}
.right-590 {right: 590px}
.right-600 {right: 600px}
.right-610 {right: 610px}
.right-620 {right: 620px}
.right-630 {right: 630px}
.right-640 {right: 640px}
.right-650 {right: 650px}
.right-660 {right: 660px}
.right-670 {right: 670px}
.right-680 {right: 680px}
.right-690 {right: 690px}
.right-700 {right: 700px}
.right-710 {right: 710px}
.right-720 {right: 720px}
.right-730 {right: 730px}
.right-740 {right: 740px}
.right-750 {right: 750px}
.right-760 {right: 760px}
.right-770 {right: 770px}
.right-780 {right: 780px}
.right-790 {right: 790px}
.right-800 {right: 800px}
.right-810 {right: 810px}
.right-820 {right: 820px}
.right-830 {right: 830px}
.right-840 {right: 840px}
.right-850 {right: 850px}
.right-860 {right: 860px}
.right-870 {right: 870px}
.right-880 {right: 880px}
.right-890 {right: 890px}
.right-900 {right: 900px}
.right-910 {right: 910px}
.right-920 {right: 920px}
.right-930 {right: 930px}
.right-940 {right: 940px}
.right-950 {right: 950px}
.right-960 {right: 960px}
.right-970 {right: 970px}
.right-980 {right: 980px}
.right-990 {right: 990px}
.right-1000 {right: 1000px}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Dsiplay
/* ------------------------------------------------------------------------------------------------------------------ */
.display-hidden, .hidden {visibility: hidden;font-size: 0;text-indent: -99999em;}
.display-inline-block {display: inline-block}
.display-block {display: block}
.display-none {display: none}
.display-table {display: table}
.display-table-cell {display: table-cell;}
.display-flex {display: flex;}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Overflow
/* ------------------------------------------------------------------------------------------------------------------ */
.overflow-hidden {overflow: hidden}
.overflow-scroll {overflow: scroll;-webkit-overflow-scrolling: touch}
.overflow-scroll-x {overflow-x: scroll;-webkit-overflow-scrolling: touch}
.overflow-scroll-y {overflow-y: scroll;-webkit-overflow-scrolling: touch}

/* ------------------------------------------------------------------------------------------------------------------ */
/* UL
/* ------------------------------------------------------------------------------------------------------------------ */
ul.ul {list-style: none;margin: 0;padding: 0}
ul.ul>li {margin: 0; padding: 0}
ul.ul-list {margin: 0; padding: 0}
ul.ul-list>li {position: relative; margin: 0 0 10px; padding: 0 0 0 12px;}
ul.ul-list>li:after {content: ""; position: absolute; left: 0; top: 10px; width: 4px; height: 4px; border-radius: 50%; background-color: #000000;}

/* ------------------------------------------------------------------------------------------------------------------ */
/* OL
/* ------------------------------------------------------------------------------------------------------------------ */
ol.ol {list-style: none;margin: 0;padding: 0}
ol.ol>li {margin: 0; padding: 0}
ol.ol-list {margin: 0; padding: 0}
ol.ol-list>li {position: relative; margin: 0 0 10px; padding: 0 0 0 12px}
ol.ol-list>li:after {content: ""; position: absolute; left: 0; top: 10px; width: 4px; height: 4px; border-radius: 50%; background-color: #000000;}


/* ------------------------------------------------------------------------------------------------------------------ */
/* columns of same height styles
/* ------------------------------------------------------------------------------------------------------------------ */
.vertical-align {display: table;table-layout: fixed;height: 100%;width: 100%;}
.vertical-align > .inner {width: 100%;height: inherit;display: table-cell;}
.vertical-align-top,
.vertical-align > .inner.top {vertical-align: top}
.vertical-align-middle,
.vertical-align > .inner.middle {	vertical-align: middle}
.vertical-align-bottom,
.vertical-align > .inner.bottom {vertical-align: bottom}

.item-align-middle {display: flex; align-items: center; height: 100%; width: 100%;}
.item-align-bottom {display: flex; align-items: flex-end; height: 100%; width: 100%;}
.item-align-top {display: flex; align-items: flex-start; height: 100%; width: 100%;}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Video width full height auto styles
/* ------------------------------------------------------------------------------------------------------------------ */
.video-container {position: relative;padding-bottom: 56.25%;height: 0;overflow: hidden;} 
.video-container iframe,
.video-container object,
.video-container embed {position: absolute;top: 0;left: 0;width: 100%;height: 100%;} 

/* ------------------------------------------------------------------------------------------------------------------ */
/* Transition 
/* ------------------------------------------------------------------------------------------------------------------ */
.transition-all-02s {transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out}
.transition-all-03s {transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out}
.transition-all-04s {transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;-webkit-transition:all 0.4s ease-in-out}
.transition-all-05s {transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out}


/* ------------------------------------------------------------------------------------------------------------------ */
/* Background Image 
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-bg-cover {	background-repeat: no-repeat;background-position: center;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover}
.xet-bg-cover-top {	background-repeat: no-repeat;background-position: top center;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover}
.xet-bg-fixed {background-attachment: fixed;background-repeat: no-repeat;background-position: center;background-position:50% 50%\9;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover}
@media \0screen { 
	.xet-bg-fixed {background-attachment: scroll;background-position: 50% 0}	
}
@media (max-width: 767px) {	
	.xet-bg-fixed {background-attachment: scroll}
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* box 
/* ------------------------------------------------------------------------------------------------------------------ */
.box-default {padding: 10px;background-color: #d1d1d1;}

/* ------------------------------------------------------------------------------------------------------------------ */
/* border 
/* ------------------------------------------------------------------------------------------------------------------ */
.bd-0 {border: 0}
.bd-l0 {border-left: 0}
.bd-r0 {border-right: 0}
.bd-b0 {border-bottom: 0}
.bd-t0 {border-top: 0}

.bd-default {border: 1px solid #e1e1e1}
.bd-top-default {border-top: 1px solid #e1e1e1}
.bd-bottom-default {border-bottom: 1px solid #e1e1e1}
.bd-left-default {border-left: 1px solid #e1e1e1}
.bd-right-default {border-right: 1px solid #e1e1e1}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Text Color 
/* ------------------------------------------------------------------------------------------------------------------ */
.text-white,.text-fff {color: #ffffff}
.text-black,text-000 {color: #010101}
.text-999 {color: #999}
.text-red {color: #ff0000}

/* ------------------------------------------------------------------------------------------------------------------ */
/* background Color 
/* ------------------------------------------------------------------------------------------------------------------ */
.bg-white,.bg-fff {background-color: #ffffff}
.bg-f1f1f1 {background-color: #f1f1f1}
.bg-f9f9f9 {background-color: #f9f9f9}
.bg-black,.bg-000 {background-color: #000000}
.bg-overlay01 {background-color: rgba(0,0,0,.1)}
.bg-overlay02 {background-color: rgba(0,0,0,.2)}
.bg-overlay03 {background-color: rgba(0,0,0,.3)}
.bg-overlay04 {background-color: rgba(0,0,0,.4)}
.bg-overlay05 {background-color: rgba(0,0,0,.5)}
.bg-overlay06 {background-color: rgba(0,0,0,.6)}
.bg-overlay07 {background-color: rgba(0,0,0,.7)}
.bg-overlay08 {background-color: rgba(0,0,0,.8)}
.bg-overlay09 {background-color: rgba(0,0,0,.9)}

/* ------------------------------------------------------------------------------------------------------------------ */
/* overlay 
/* ------------------------------------------------------------------------------------------------------------------ */
.overlay01,.overlay02,.overlay03,.overlay04,.overlay05,.overlay06,.overlay07,.overlay08,.overlay09 {z-index: 0;position: absolute;top: 0;bottom: 0;left: 0;right: 0}
.overlay01 {background-color: rgba(0,0,0,.1)}
.overlay02 {background-color: rgba(0,0,0,.2)}
.overlay03 {background-color: rgba(0,0,0,.3)}
.overlay04 {background-color: rgba(0,0,0,.4)}
.overlay05 {background-color: rgba(0,0,0,.5)}
.overlay06 {background-color: rgba(0,0,0,.6)}
.overlay07 {background-color: rgba(0,0,0,.7)}
.overlay08 {background-color: rgba(0,0,0,.8)}
.overlay09 {background-color: rgba(0,0,0,.9)}

/* ------------------------------------------------------------------------------------------------------------------ */
/* opacity 
/* ------------------------------------------------------------------------------------------------------------------ */
.opacity01 {opacity: 0.1}
.opacity02 {opacity: 0.2}
.opacity03 {opacity: 0.3}
.opacity04 {opacity: 0.4}
.opacity05 {opacity: 0.5}
.opacity06 {opacity: 0.6}
.opacity07 {opacity: 0.7}
.opacity08 {opacity: 0.8}
.opacity09 {opacity: 0.9}


/* ------------------------------------------------------------------------------------------------------------------ */
/* radius 
/* ------------------------------------------------------------------------------------------------------------------ */
.r1 {-moz-border-radius: 1px;-webkit-border-radius: 1px;border-radius: 1px}
.r2 {-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px}
.r3 {-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px}
.r4 {-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px}
.r5 {-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px}
.r6 {-moz-border-radius: 6px;-webkit-border-radius: 6px;border-radius: 6px}
.r7 {-moz-border-radius: 7px;-webkit-border-radius: 7px;border-radius: 7px}
.r8 {-moz-border-radius: 8px;-webkit-border-radius: 8px;border-radius: 8px}
.r9 {-moz-border-radius: 9px;-webkit-border-radius: 9px;border-radius: 9px}
.r10 {-moz-border-radius: 10px;-webkit-border-radius: 10px;border-radius: 10px}
.r11 {-moz-border-radius: 11px;-webkit-border-radius: 11px;border-radius: 11px}
.r12 {-moz-border-radius: 12px;-webkit-border-radius: 12px;border-radius: 12px}
.r13 {-moz-border-radius: 13px;-webkit-border-radius: 13px;border-radius: 13px}
.r14 {-moz-border-radius: 14px;-webkit-border-radius: 14px;border-radius: 14px}
.r15 {-moz-border-radius: 15px;-webkit-border-radius: 15px;border-radius: 15px}
.r16 {-moz-border-radius: 16px;-webkit-border-radius: 16px;border-radius: 16px}
.r17 {-moz-border-radius: 17px;-webkit-border-radius: 17px;border-radius: 17px}
.r18 {-moz-border-radius: 18px;-webkit-border-radius: 18px;border-radius: 18px}
.r19 {-moz-border-radius: 19px;-webkit-border-radius: 19px;border-radius: 19px}
.r20 {-moz-border-radius: 20px;-webkit-border-radius: 20px;border-radius: 20px}
.r21 {-moz-border-radius: 21px;-webkit-border-radius: 21px;border-radius: 21px}
.r22 {-moz-border-radius: 22px;-webkit-border-radius: 22px;border-radius: 22px}
.r23 {-moz-border-radius: 23px;-webkit-border-radius: 23px;border-radius: 23px}
.r24 {-moz-border-radius: 24px;-webkit-border-radius: 24px;border-radius: 24px}
.r25 {-moz-border-radius: 25px;-webkit-border-radius: 25px;border-radius: 25px}
.r26 {-moz-border-radius: 26px;-webkit-border-radius: 26px;border-radius: 26px}
.r27 {-moz-border-radius: 27px;-webkit-border-radius: 27px;border-radius: 27px}
.r28 {-moz-border-radius: 28px;-webkit-border-radius: 28px;border-radius: 28px}
.r29 {-moz-border-radius: 29px;-webkit-border-radius: 29px;border-radius: 29px}
.r30 {-moz-border-radius: 30px;-webkit-border-radius: 30px;border-radius: 30px}
.r31 {-moz-border-radius: 31px;-webkit-border-radius: 31px;border-radius: 31px}
.r32 {-moz-border-radius: 32px;-webkit-border-radius: 32px;border-radius: 32px}
.r33 {-moz-border-radius: 33px;-webkit-border-radius: 33px;border-radius: 33px}
.r34 {-moz-border-radius: 34px;-webkit-border-radius: 34px;border-radius: 34px}
.r35 {-moz-border-radius: 35px;-webkit-border-radius: 35px;border-radius: 35px}
.r36 {-moz-border-radius: 36px;-webkit-border-radius: 36px;border-radius: 36px}
.r37 {-moz-border-radius: 37px;-webkit-border-radius: 37px;border-radius: 37px}
.r38 {-moz-border-radius: 38px;-webkit-border-radius: 38px;border-radius: 38px}
.r39 {-moz-border-radius: 39px;-webkit-border-radius: 39px;border-radius: 39px}
.r40 {-moz-border-radius: 40px;-webkit-border-radius: 40px;border-radius: 40px}
.r41 {-moz-border-radius: 41px;-webkit-border-radius: 41px;border-radius: 41px}
.r42 {-moz-border-radius: 42px;-webkit-border-radius: 42px;border-radius: 42px}
.r43 {-moz-border-radius: 43px;-webkit-border-radius: 43px;border-radius: 43px}
.r44 {-moz-border-radius: 44px;-webkit-border-radius: 44px;border-radius: 44px}
.r45 {-moz-border-radius: 45px;-webkit-border-radius: 45px;border-radius: 45px}
.r46 {-moz-border-radius: 46px;-webkit-border-radius: 46px;border-radius: 46px}
.r47 {-moz-border-radius: 47px;-webkit-border-radius: 47px;border-radius: 47px}
.r48 {-moz-border-radius: 48px;-webkit-border-radius: 48px;border-radius: 48px}
.r49 {-moz-border-radius: 49px;-webkit-border-radius: 49px;border-radius: 49px}
.r50 {-moz-border-radius: 50px;-webkit-border-radius: 50px;border-radius: 50px}
.r51 {-moz-border-radius: 51px;-webkit-border-radius: 51px;border-radius: 51px}
.r52 {-moz-border-radius: 52px;-webkit-border-radius: 52px;border-radius: 52px}
.r53 {-moz-border-radius: 53px;-webkit-border-radius: 53px;border-radius: 53px}
.r54 {-moz-border-radius: 54px;-webkit-border-radius: 54px;border-radius: 54px}
.r55 {-moz-border-radius: 55px;-webkit-border-radius: 55px;border-radius: 55px}
.r56 {-moz-border-radius: 56px;-webkit-border-radius: 56px;border-radius: 56px}
.r57 {-moz-border-radius: 57px;-webkit-border-radius: 57px;border-radius: 57px}
.r58 {-moz-border-radius: 58px;-webkit-border-radius: 58px;border-radius: 58px}
.r59 {-moz-border-radius: 59px;-webkit-border-radius: 59px;border-radius: 59px}
.r60 {-moz-border-radius: 60px;-webkit-border-radius: 60px;border-radius: 60px}
.r61 {-moz-border-radius: 61px;-webkit-border-radius: 61px;border-radius: 61px}
.r62 {-moz-border-radius: 62px;-webkit-border-radius: 62px;border-radius: 62px}
.r63 {-moz-border-radius: 63px;-webkit-border-radius: 63px;border-radius: 63px}
.r64 {-moz-border-radius: 64px;-webkit-border-radius: 64px;border-radius: 64px}
.r65 {-moz-border-radius: 65px;-webkit-border-radius: 65px;border-radius: 65px}
.r66 {-moz-border-radius: 66px;-webkit-border-radius: 66px;border-radius: 66px}
.r67 {-moz-border-radius: 67px;-webkit-border-radius: 67px;border-radius: 67px}
.r68 {-moz-border-radius: 68px;-webkit-border-radius: 68px;border-radius: 68px}
.r69 {-moz-border-radius: 69px;-webkit-border-radius: 69px;border-radius: 69px}
.r70 {-moz-border-radius: 70px;-webkit-border-radius: 70px;border-radius: 70px}
.r71 {-moz-border-radius: 71px;-webkit-border-radius: 71px;border-radius: 71px}
.r72 {-moz-border-radius: 72px;-webkit-border-radius: 72px;border-radius: 72px}
.r73 {-moz-border-radius: 73px;-webkit-border-radius: 73px;border-radius: 73px}
.r74 {-moz-border-radius: 74px;-webkit-border-radius: 74px;border-radius: 74px}
.r75 {-moz-border-radius: 75px;-webkit-border-radius: 75px;border-radius: 75px}
.r76 {-moz-border-radius: 76px;-webkit-border-radius: 76px;border-radius: 76px}
.r77 {-moz-border-radius: 77px;-webkit-border-radius: 77px;border-radius: 77px}
.r78 {-moz-border-radius: 78px;-webkit-border-radius: 78px;border-radius: 78px}
.r79 {-moz-border-radius: 79px;-webkit-border-radius: 79px;border-radius: 79px}
.r80 {-moz-border-radius: 80px;-webkit-border-radius: 80px;border-radius: 80px}
.r81 {-moz-border-radius: 81px;-webkit-border-radius: 81px;border-radius: 81px}
.r82 {-moz-border-radius: 82px;-webkit-border-radius: 82px;border-radius: 82px}
.r83 {-moz-border-radius: 83px;-webkit-border-radius: 83px;border-radius: 83px}
.r84 {-moz-border-radius: 84px;-webkit-border-radius: 84px;border-radius: 84px}
.r85 {-moz-border-radius: 85px;-webkit-border-radius: 85px;border-radius: 85px}
.r86 {-moz-border-radius: 86px;-webkit-border-radius: 86px;border-radius: 86px}
.r87 {-moz-border-radius: 87px;-webkit-border-radius: 87px;border-radius: 87px}
.r88 {-moz-border-radius: 88px;-webkit-border-radius: 88px;border-radius: 88px}
.r89 {-moz-border-radius: 89px;-webkit-border-radius: 89px;border-radius: 89px}
.r90 {-moz-border-radius: 90px;-webkit-border-radius: 90px;border-radius: 90px}
.r91 {-moz-border-radius: 91px;-webkit-border-radius: 91px;border-radius: 91px}
.r92 {-moz-border-radius: 92px;-webkit-border-radius: 92px;border-radius: 92px}
.r93 {-moz-border-radius: 93px;-webkit-border-radius: 93px;border-radius: 93px}
.r94 {-moz-border-radius: 94px;-webkit-border-radius: 94px;border-radius: 94px}
.r95 {-moz-border-radius: 95px;-webkit-border-radius: 95px;border-radius: 95px}
.r96 {-moz-border-radius: 96px;-webkit-border-radius: 96px;border-radius: 96px}
.r97 {-moz-border-radius: 97px;-webkit-border-radius: 97px;border-radius: 97px}
.r98 {-moz-border-radius: 98px;-webkit-border-radius: 98px;border-radius: 98px}
.r99 {-moz-border-radius: 99px;-webkit-border-radius: 99px;border-radius: 99px}
.r100 {-moz-border-radius: 100px;-webkit-border-radius: 100px;border-radius: 100px}
.r-half {-moz-border-radius: 50%;-webkit-border-radius: 50%;	border-radius: 50%}

/* ------------------------------------------------------------------------------------------------------------------ */
/* shadow 
/* ------------------------------------------------------------------------------------------------------------------ */
.box-shadow {-moz-box-shadow:0 15px 20px 2px rgba(0,0,0,.3);-webkit-box-shadow: 0px 15px 20px 2px rgba(0,0,0,.3);box-shadow:0 15px 20px 2px rgba(0,0,0,.3)}
.text-shadow {-moz-text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.6);-webkit-text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.6);text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.6)}


/* ------------------------------------------------------------------------------------------------------------------ */
/* Width
/* ------------------------------------------------------------------------------------------------------------------ */
.width-0 {width: 0%}
.width-1 {width: 1%}
.width-2 {width: 2%}
.width-3 {width: 3%}
.width-4 {width: 4%}
.width-5 {width: 5%}
.width-6 {width: 6%}
.width-7 {width: 7%}
.width-8 {width: 8%}
.width-9 {width: 9%}
.width-10 {width: 10%}
.width-11 {width: 11%}
.width-12 {width: 12%}
.width-13 {width: 13%}
.width-14 {width: 14%}
.width-15 {width: 15%}
.width-16 {width: 16%}
.width-17 {width: 17%}
.width-18 {width: 18%}
.width-19 {width: 19%}
.width-20 {width: 20%}
.width-21 {width: 21%}
.width-22 {width: 22%}
.width-23 {width: 23%}
.width-24 {width: 24%}
.width-25 {width: 25%}
.width-26 {width: 26%}
.width-27 {width: 27%}
.width-28 {width: 28%}
.width-29 {width: 29%}
.width-30 {width: 30%}
.width-31 {width: 31%}
.width-32 {width: 32%}
.width-33 {width: 33%}
.width-34 {width: 34%}
.width-35 {width: 35%}
.width-36 {width: 36%}
.width-37 {width: 37%}
.width-38 {width: 38%}
.width-39 {width: 39%}
.width-40 {width: 40%}
.width-41 {width: 41%}
.width-42 {width: 42%}
.width-43 {width: 43%}
.width-44 {width: 44%}
.width-45 {width: 45%}
.width-46 {width: 46%}
.width-47 {width: 47%}
.width-48 {width: 48%}
.width-49 {width: 49%}
.width-50 {width: 50%}
.width-51 {width: 51%}
.width-52 {width: 52%}
.width-53 {width: 53%}
.width-54 {width: 54%}
.width-55 {width: 55%}
.width-56 {width: 56%}
.width-57 {width: 57%}
.width-58 {width: 58%}
.width-59 {width: 59%}
.width-60 {width: 60%}
.width-61 {width: 61%}
.width-62 {width: 62%}
.width-63 {width: 63%}
.width-64 {width: 64%}
.width-65 {width: 65%}
.width-66 {width: 66%}
.width-67 {width: 67%}
.width-68 {width: 68%}
.width-69 {width: 69%}
.width-70 {width: 70%}
.width-71 {width: 71%}
.width-72 {width: 72%}
.width-73 {width: 73%}
.width-74 {width: 74%}
.width-75 {width: 75%}
.width-76 {width: 76%}
.width-77 {width: 77%}
.width-78 {width: 78%}
.width-79 {width: 79%}
.width-80 {width: 80%}
.width-81 {width: 81%}
.width-82 {width: 82%}
.width-83 {width: 83%}
.width-84 {width: 84%}
.width-85 {width: 85%}
.width-86 {width: 86%}
.width-87 {width: 87%}
.width-88 {width: 88%}
.width-89 {width: 89%}
.width-90 {width: 90%}
.width-91 {width: 91%}
.width-92 {width: 92%}
.width-93 {width: 93%}
.width-94 {width: 94%}
.width-95 {width: 95%}
.width-96 {width: 96%}
.width-97 {width: 97%}
.width-98 {width: 98%}
.width-99 {width: 99%}
.width-100 {width: 100%}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Height
/* ------------------------------------------------------------------------------------------------------------------ */
.height-10 {height: calc(10vh)}
.height-20 {height: calc(20vh)}
.height-30 {height: calc(30vh)}
.height-40 {height: calc(40vh)}
.height-50 {height: calc(50vh)}
.height-60 {height: calc(60vh)}
.height-70 {height: calc(70vh)}
.height-80 {height: calc(80vh)}
.height-90 {height: calc(90vh)}
.height-100 {height: calc(100vh)}

/* ------------------------------------------------------------------------------------------------------------------ */
/* margin 
/* ------------------------------------------------------------------------------------------------------------------ */
.mg-auto {margin-left: auto;margin-right: auto}
.mg-0 {margin: 0 !important}
.mg-1 {margin: 1px}
.mg-2 {margin: 2px}
.mg-3 {margin: 3px}
.mg-4 {margin: 4px}
.mg-5 {margin: 5px}
.mg-6 {margin: 6px}
.mg-7 {margin: 7px}
.mg-8 {margin: 8px}
.mg-9 {margin: 9px}
.mg-10 {margin: 10px}
.mg-11 {margin: 11px}
.mg-12 {margin: 12px}
.mg-13 {margin: 13px}
.mg-14 {margin: 14px}
.mg-15 {margin: 15px}
.mg-16 {margin: 16px}
.mg-17 {margin: 17px}
.mg-18 {margin: 18px}
.mg-19 {margin: 19px}
.mg-20 {margin: 20px}
.mg-21 {margin: 21px}
.mg-22 {margin: 22px}
.mg-23 {margin: 23px}
.mg-24 {margin: 24px}
.mg-25 {margin: 25px}
.mg-26 {margin: 26px}
.mg-27 {margin: 27px}
.mg-28 {margin: 28px}
.mg-29 {margin: 29px}
.mg-30 {margin: 30px}
.mg-31 {margin: 31px}
.mg-32 {margin: 32px}
.mg-33 {margin: 33px}
.mg-34 {margin: 34px}
.mg-35 {margin: 35px}
.mg-36 {margin: 36px}
.mg-37 {margin: 37px}
.mg-38 {margin: 38px}
.mg-39 {margin: 39px}
.mg-40 {margin: 40px}
.mg-41 {margin: 41px}
.mg-42 {margin: 42px}
.mg-43 {margin: 43px}
.mg-44 {margin: 44px}
.mg-45 {margin: 45px}
.mg-46 {margin: 46px}
.mg-47 {margin: 47px}
.mg-48 {margin: 48px}
.mg-49 {margin: 49px}
.mg-50 {margin: 50px}
.mg-51 {margin: 51px}
.mg-52 {margin: 52px}
.mg-53 {margin: 53px}
.mg-54 {margin: 54px}
.mg-55 {margin: 55px}
.mg-56 {margin: 56px}
.mg-57 {margin: 57px}
.mg-58 {margin: 58px}
.mg-59 {margin: 59px}
.mg-60 {margin: 60px}
.mg-61 {margin: 61px}
.mg-62 {margin: 62px}
.mg-63 {margin: 63px}
.mg-64 {margin: 64px}
.mg-65 {margin: 65px}
.mg-66 {margin: 66px}
.mg-67 {margin: 67px}
.mg-68 {margin: 68px}
.mg-69 {margin: 69px}
.mg-70 {margin: 70px}
.mg-71 {margin: 71px}
.mg-72 {margin: 72px}
.mg-73 {margin: 73px}
.mg-74 {margin: 74px}
.mg-75 {margin: 75px}
.mg-76 {margin: 76px}
.mg-77 {margin: 77px}
.mg-78 {margin: 78px}
.mg-79 {margin: 79px}
.mg-80 {margin: 80px}
.mg-81 {margin: 81px}
.mg-82 {margin: 82px}
.mg-83 {margin: 83px}
.mg-84 {margin: 84px}
.mg-85 {margin: 85px}
.mg-86 {margin: 86px}
.mg-87 {margin: 87px}
.mg-88 {margin: 88px}
.mg-89 {margin: 89px}
.mg-90 {margin: 90px}
.mg-91 {margin: 91px}
.mg-92 {margin: 92px}
.mg-93 {margin: 93px}
.mg-94 {margin: 94px}
.mg-95 {margin: 95px}
.mg-96 {margin: 96px}
.mg-97 {margin: 97px}
.mg-98 {margin: 98px}
.mg-99 {margin: 99px}
.mg-100 {margin: 100px}
.mg-110 {margin: 110px}
.mg-120 {margin: 120px}
.mg-130 {margin: 130px}
.mg-140 {margin: 140px}
.mg-150 {margin: 150px}
.mg-160 {margin: 160px}
.mg-170 {margin: 170px}
.mg-180 {margin: 180px}
.mg-190 {margin: 190px}
.mg-200 {margin: 200px}
.mg-210 {margin: 210px}
.mg-220 {margin: 220px}
.mg-230 {margin: 230px}
.mg-240 {margin: 240px}
.mg-250 {margin: 250px}
.mg-260 {margin: 260px}
.mg-270 {margin: 270px}
.mg-280 {margin: 280px}
.mg-290 {margin: 290px}
.mg-300 {margin: 300px}
.mg-310 {margin: 310px}
.mg-320 {margin: 320px}
.mg-330 {margin: 330px}
.mg-340 {margin: 340px}
.mg-350 {margin: 350px}
.mg-360 {margin: 360px}
.mg-370 {margin: 370px}
.mg-380 {margin: 380px}
.mg-390 {margin: 390px}
.mg-400 {margin: 400px}
.mg-410 {margin: 410px}
.mg-420 {margin: 420px}
.mg-430 {margin: 430px}
.mg-440 {margin: 440px}
.mg-450 {margin: 450px}
.mg-460 {margin: 460px}
.mg-470 {margin: 470px}
.mg-480 {margin: 480px}
.mg-490 {margin: 490px}
.mg-500 {margin: 500px}
.mg-510 {margin: 510px}
.mg-520 {margin: 520px}
.mg-530 {margin: 530px}
.mg-540 {margin: 540px}
.mg-550 {margin: 550px}
.mg-560 {margin: 560px}
.mg-570 {margin: 570px}
.mg-580 {margin: 580px}
.mg-590 {margin: 590px}
.mg-600 {margin: 600px}
.mg-610 {margin: 610px}
.mg-620 {margin: 620px}
.mg-630 {margin: 630px}
.mg-640 {margin: 640px}
.mg-650 {margin: 650px}
.mg-660 {margin: 660px}
.mg-670 {margin: 670px}
.mg-680 {margin: 680px}
.mg-690 {margin: 690px}
.mg-700 {margin: 700px}
.mg-710 {margin: 710px}
.mg-720 {margin: 720px}
.mg-730 {margin: 730px}
.mg-740 {margin: 740px}
.mg-750 {margin: 750px}
.mg-760 {margin: 760px}
.mg-770 {margin: 770px}
.mg-780 {margin: 780px}
.mg-790 {margin: 790px}
.mg-800 {margin: 800px}
.mg-810 {margin: 810px}
.mg-820 {margin: 820px}
.mg-830 {margin: 830px}
.mg-840 {margin: 840px}
.mg-850 {margin: 850px}
.mg-860 {margin: 860px}
.mg-870 {margin: 870px}
.mg-880 {margin: 880px}
.mg-890 {margin: 890px}
.mg-900 {margin: 900px}
.mg-910 {margin: 910px}
.mg-920 {margin: 920px}
.mg-930 {margin: 930px}
.mg-940 {margin: 940px}
.mg-950 {margin: 950px}
.mg-960 {margin: 960px}
.mg-970 {margin: 970px}
.mg-980 {margin: 980px}
.mg-990 {margin: 990px}
.mg-1000 {margin: 1000px}

/* margn top */
.mg-t0 {margin-top: 0}
.mg-t1 {margin-top: 1px}
.mg-t2 {margin-top: 2px}
.mg-t3 {margin-top: 3px}
.mg-t4 {margin-top: 4px}
.mg-t5 {margin-top: 5px}
.mg-t6 {margin-top: 6px}
.mg-t7 {margin-top: 7px}
.mg-t8 {margin-top: 8px}
.mg-t9 {margin-top: 9px}
.mg-t10 {margin-top: 10px}
.mg-t11 {margin-top: 11px}
.mg-t12 {margin-top: 12px}
.mg-t13 {margin-top: 13px}
.mg-t14 {margin-top: 14px}
.mg-t15 {margin-top: 15px}
.mg-t16 {margin-top: 16px}
.mg-t17 {margin-top: 17px}
.mg-t18 {margin-top: 18px}
.mg-t19 {margin-top: 19px}
.mg-t20 {margin-top: 20px}
.mg-t21 {margin-top: 21px}
.mg-t22 {margin-top: 22px}
.mg-t23 {margin-top: 23px}
.mg-t24 {margin-top: 24px}
.mg-t25 {margin-top: 25px}
.mg-t26 {margin-top: 26px}
.mg-t27 {margin-top: 27px}
.mg-t28 {margin-top: 28px}
.mg-t29 {margin-top: 29px}
.mg-t30 {margin-top: 30px}
.mg-t31 {margin-top: 31px}
.mg-t32 {margin-top: 32px}
.mg-t33 {margin-top: 33px}
.mg-t34 {margin-top: 34px}
.mg-t35 {margin-top: 35px}
.mg-t36 {margin-top: 36px}
.mg-t37 {margin-top: 37px}
.mg-t38 {margin-top: 38px}
.mg-t39 {margin-top: 39px}
.mg-t40 {margin-top: 40px}
.mg-t41 {margin-top: 41px}
.mg-t42 {margin-top: 42px}
.mg-t43 {margin-top: 43px}
.mg-t44 {margin-top: 44px}
.mg-t45 {margin-top: 45px}
.mg-t46 {margin-top: 46px}
.mg-t47 {margin-top: 47px}
.mg-t48 {margin-top: 48px}
.mg-t49 {margin-top: 49px}
.mg-t50 {margin-top: 50px}
.mg-t51 {margin-top: 51px}
.mg-t52 {margin-top: 52px}
.mg-t53 {margin-top: 53px}
.mg-t54 {margin-top: 54px}
.mg-t55 {margin-top: 55px}
.mg-t56 {margin-top: 56px}
.mg-t57 {margin-top: 57px}
.mg-t58 {margin-top: 58px}
.mg-t59 {margin-top: 59px}
.mg-t60 {margin-top: 60px}
.mg-t61 {margin-top: 61px}
.mg-t62 {margin-top: 62px}
.mg-t63 {margin-top: 63px}
.mg-t64 {margin-top: 64px}
.mg-t65 {margin-top: 65px}
.mg-t66 {margin-top: 66px}
.mg-t67 {margin-top: 67px}
.mg-t68 {margin-top: 68px}
.mg-t69 {margin-top: 69px}
.mg-t70 {margin-top: 70px}
.mg-t71 {margin-top: 71px}
.mg-t72 {margin-top: 72px}
.mg-t73 {margin-top: 73px}
.mg-t74 {margin-top: 74px}
.mg-t75 {margin-top: 75px}
.mg-t76 {margin-top: 76px}
.mg-t77 {margin-top: 77px}
.mg-t78 {margin-top: 78px}
.mg-t79 {margin-top: 79px}
.mg-t80 {margin-top: 80px}
.mg-t81 {margin-top: 81px}
.mg-t82 {margin-top: 82px}
.mg-t83 {margin-top: 83px}
.mg-t84 {margin-top: 84px}
.mg-t85 {margin-top: 85px}
.mg-t86 {margin-top: 86px}
.mg-t87 {margin-top: 87px}
.mg-t88 {margin-top: 88px}
.mg-t89 {margin-top: 89px}
.mg-t90 {margin-top: 90px}
.mg-t91 {margin-top: 91px}
.mg-t92 {margin-top: 92px}
.mg-t93 {margin-top: 93px}
.mg-t94 {margin-top: 94px}
.mg-t95 {margin-top: 95px}
.mg-t96 {margin-top: 96px}
.mg-t97 {margin-top: 97px}
.mg-t98 {margin-top: 98px}
.mg-t99 {margin-top: 99px}
.mg-t100 {margin-top: 100px}
.mg-t110 {margin-top: 110px}
.mg-t120 {margin-top: 120px}
.mg-t130 {margin-top: 130px}
.mg-t140 {margin-top: 140px}
.mg-t150 {margin-top: 150px}
.mg-t160 {margin-top: 160px}
.mg-t170 {margin-top: 170px}
.mg-t180 {margin-top: 180px}
.mg-t190 {margin-top: 190px}
.mg-t200 {margin-top: 200px}
.mg-t210 {margin-top: 210px}
.mg-t220 {margin-top: 220px}
.mg-t230 {margin-top: 230px}
.mg-t240 {margin-top: 240px}
.mg-t250 {margin-top: 250px}
.mg-t260 {margin-top: 260px}
.mg-t270 {margin-top: 270px}
.mg-t280 {margin-top: 280px}
.mg-t290 {margin-top: 290px}
.mg-t300 {margin-top: 300px}
.mg-t310 {margin-top: 310px}
.mg-t320 {margin-top: 320px}
.mg-t330 {margin-top: 330px}
.mg-t340 {margin-top: 340px}
.mg-t350 {margin-top: 350px}
.mg-t360 {margin-top: 360px}
.mg-t370 {margin-top: 370px}
.mg-t380 {margin-top: 380px}
.mg-t390 {margin-top: 390px}
.mg-t400 {margin-top: 400px}
.mg-t410 {margin-top: 410px}
.mg-t420 {margin-top: 420px}
.mg-t430 {margin-top: 430px}
.mg-t440 {margin-top: 440px}
.mg-t450 {margin-top: 450px}
.mg-t460 {margin-top: 460px}
.mg-t470 {margin-top: 470px}
.mg-t480 {margin-top: 480px}
.mg-t490 {margin-top: 490px}
.mg-t500 {margin-top: 500px}
.mg-t510 {margin-top: 510px}
.mg-t520 {margin-top: 520px}
.mg-t530 {margin-top: 530px}
.mg-t540 {margin-top: 540px}
.mg-t550 {margin-top: 550px}
.mg-t560 {margin-top: 560px}
.mg-t570 {margin-top: 570px}
.mg-t580 {margin-top: 580px}
.mg-t590 {margin-top: 590px}
.mg-t600 {margin-top: 600px}
.mg-t610 {margin-top: 610px}
.mg-t620 {margin-top: 620px}
.mg-t630 {margin-top: 630px}
.mg-t640 {margin-top: 640px}
.mg-t650 {margin-top: 650px}
.mg-t660 {margin-top: 660px}
.mg-t670 {margin-top: 670px}
.mg-t680 {margin-top: 680px}
.mg-t690 {margin-top: 690px}
.mg-t700 {margin-top: 700px}
.mg-t710 {margin-top: 710px}
.mg-t720 {margin-top: 720px}
.mg-t730 {margin-top: 730px}
.mg-t740 {margin-top: 740px}
.mg-t750 {margin-top: 750px}
.mg-t760 {margin-top: 760px}
.mg-t770 {margin-top: 770px}
.mg-t780 {margin-top: 780px}
.mg-t790 {margin-top: 790px}
.mg-t800 {margin-top: 800px}
.mg-t810 {margin-top: 810px}
.mg-t820 {margin-top: 820px}
.mg-t830 {margin-top: 830px}
.mg-t840 {margin-top: 840px}
.mg-t850 {margin-top: 850px}
.mg-t860 {margin-top: 860px}
.mg-t870 {margin-top: 870px}
.mg-t880 {margin-top: 880px}
.mg-t890 {margin-top: 890px}
.mg-t900 {margin-top: 900px}
.mg-t910 {margin-top: 910px}
.mg-t920 {margin-top: 920px}
.mg-t930 {margin-top: 930px}
.mg-t940 {margin-top: 940px}
.mg-t950 {margin-top: 950px}
.mg-t960 {margin-top: 960px}
.mg-t970 {margin-top: 970px}
.mg-t980 {margin-top: 980px}
.mg-t990 {margin-top: 990px}
.mg-t1000 {margin-top: 1000px}

/* margin bottom */
.mg-b0 {margin-bottom: 0}
.mg-b1 {margin-bottom: 1px}
.mg-b2 {margin-bottom: 2px}
.mg-b3 {margin-bottom: 3px}
.mg-b4 {margin-bottom: 4px}
.mg-b5 {margin-bottom: 5px}
.mg-b6 {margin-bottom: 6px}
.mg-b7 {margin-bottom: 7px}
.mg-b8 {margin-bottom: 8px}
.mg-b9 {margin-bottom: 9px}
.mg-b10 {margin-bottom: 10px}
.mg-b11 {margin-bottom: 11px}
.mg-b12 {margin-bottom: 12px}
.mg-b13 {margin-bottom: 13px}
.mg-b14 {margin-bottom: 14px}
.mg-b15 {margin-bottom: 15px}
.mg-b16 {margin-bottom: 16px}
.mg-b17 {margin-bottom: 17px}
.mg-b18 {margin-bottom: 18px}
.mg-b19 {margin-bottom: 19px}
.mg-b20 {margin-bottom: 20px}
.mg-b21 {margin-bottom: 21px}
.mg-b22 {margin-bottom: 22px}
.mg-b23 {margin-bottom: 23px}
.mg-b24 {margin-bottom: 24px}
.mg-b25 {margin-bottom: 25px}
.mg-b26 {margin-bottom: 26px}
.mg-b27 {margin-bottom: 27px}
.mg-b28 {margin-bottom: 28px}
.mg-b29 {margin-bottom: 29px}
.mg-b30 {margin-bottom: 30px}
.mg-b31 {margin-bottom: 31px}
.mg-b32 {margin-bottom: 32px}
.mg-b33 {margin-bottom: 33px}
.mg-b34 {margin-bottom: 34px}
.mg-b35 {margin-bottom: 35px}
.mg-b36 {margin-bottom: 36px}
.mg-b37 {margin-bottom: 37px}
.mg-b38 {margin-bottom: 38px}
.mg-b39 {margin-bottom: 39px}
.mg-b40 {margin-bottom: 40px}
.mg-b41 {margin-bottom: 41px}
.mg-b42 {margin-bottom: 42px}
.mg-b43 {margin-bottom: 43px}
.mg-b44 {margin-bottom: 44px}
.mg-b45 {margin-bottom: 45px}
.mg-b46 {margin-bottom: 46px}
.mg-b47 {margin-bottom: 47px}
.mg-b48 {margin-bottom: 48px}
.mg-b49 {margin-bottom: 49px}
.mg-b50 {margin-bottom: 50px}
.mg-b51 {margin-bottom: 51px}
.mg-b52 {margin-bottom: 52px}
.mg-b53 {margin-bottom: 53px}
.mg-b54 {margin-bottom: 54px}
.mg-b55 {margin-bottom: 55px}
.mg-b56 {margin-bottom: 56px}
.mg-b57 {margin-bottom: 57px}
.mg-b58 {margin-bottom: 58px}
.mg-b59 {margin-bottom: 59px}
.mg-b60 {margin-bottom: 60px}
.mg-b61 {margin-bottom: 61px}
.mg-b62 {margin-bottom: 62px}
.mg-b63 {margin-bottom: 63px}
.mg-b64 {margin-bottom: 64px}
.mg-b65 {margin-bottom: 65px}
.mg-b66 {margin-bottom: 66px}
.mg-b67 {margin-bottom: 67px}
.mg-b68 {margin-bottom: 68px}
.mg-b69 {margin-bottom: 69px}
.mg-b70 {margin-bottom: 70px}
.mg-b71 {margin-bottom: 71px}
.mg-b72 {margin-bottom: 72px}
.mg-b73 {margin-bottom: 73px}
.mg-b74 {margin-bottom: 74px}
.mg-b75 {margin-bottom: 75px}
.mg-b76 {margin-bottom: 76px}
.mg-b77 {margin-bottom: 77px}
.mg-b78 {margin-bottom: 78px}
.mg-b79 {margin-bottom: 79px}
.mg-b80 {margin-bottom: 80px}
.mg-b81 {margin-bottom: 81px}
.mg-b82 {margin-bottom: 82px}
.mg-b83 {margin-bottom: 83px}
.mg-b84 {margin-bottom: 84px}
.mg-b85 {margin-bottom: 85px}
.mg-b86 {margin-bottom: 86px}
.mg-b87 {margin-bottom: 87px}
.mg-b88 {margin-bottom: 88px}
.mg-b89 {margin-bottom: 89px}
.mg-b90 {margin-bottom: 90px}
.mg-b91 {margin-bottom: 91px}
.mg-b92 {margin-bottom: 92px}
.mg-b93 {margin-bottom: 93px}
.mg-b94 {margin-bottom: 94px}
.mg-b95 {margin-bottom: 95px}
.mg-b96 {margin-bottom: 96px}
.mg-b97 {margin-bottom: 97px}
.mg-b98 {margin-bottom: 98px}
.mg-b99 {margin-bottom: 99px}
.mg-b100 {margin-bottom: 100px}
.mg-b110 {margin-bottom: 110px}
.mg-b120 {margin-bottom: 120px}
.mg-b130 {margin-bottom: 130px}
.mg-b140 {margin-bottom: 140px}
.mg-b150 {margin-bottom: 150px}
.mg-b160 {margin-bottom: 160px}
.mg-b170 {margin-bottom: 170px}
.mg-b180 {margin-bottom: 180px}
.mg-b190 {margin-bottom: 190px}
.mg-b200 {margin-bottom: 200px}
.mg-b210 {margin-bottom: 210px}
.mg-b220 {margin-bottom: 220px}
.mg-b230 {margin-bottom: 230px}
.mg-b240 {margin-bottom: 240px}
.mg-b250 {margin-bottom: 250px}
.mg-b260 {margin-bottom: 260px}
.mg-b270 {margin-bottom: 270px}
.mg-b280 {margin-bottom: 280px}
.mg-b290 {margin-bottom: 290px}
.mg-b300 {margin-bottom: 300px}
.mg-b310 {margin-bottom: 310px}
.mg-b320 {margin-bottom: 320px}
.mg-b330 {margin-bottom: 330px}
.mg-b340 {margin-bottom: 340px}
.mg-b350 {margin-bottom: 350px}
.mg-b360 {margin-bottom: 360px}
.mg-b370 {margin-bottom: 370px}
.mg-b380 {margin-bottom: 380px}
.mg-b390 {margin-bottom: 390px}
.mg-b400 {margin-bottom: 400px}
.mg-b410 {margin-bottom: 410px}
.mg-b420 {margin-bottom: 420px}
.mg-b430 {margin-bottom: 430px}
.mg-b440 {margin-bottom: 440px}
.mg-b450 {margin-bottom: 450px}
.mg-b460 {margin-bottom: 460px}
.mg-b470 {margin-bottom: 470px}
.mg-b480 {margin-bottom: 480px}
.mg-b490 {margin-bottom: 490px}
.mg-b500 {margin-bottom: 500px}
.mg-b510 {margin-bottom: 510px}
.mg-b520 {margin-bottom: 520px}
.mg-b530 {margin-bottom: 530px}
.mg-b540 {margin-bottom: 540px}
.mg-b550 {margin-bottom: 550px}
.mg-b560 {margin-bottom: 560px}
.mg-b570 {margin-bottom: 570px}
.mg-b580 {margin-bottom: 580px}
.mg-b590 {margin-bottom: 590px}
.mg-b600 {margin-bottom: 600px}
.mg-b610 {margin-bottom: 610px}
.mg-b620 {margin-bottom: 620px}
.mg-b630 {margin-bottom: 630px}
.mg-b640 {margin-bottom: 640px}
.mg-b650 {margin-bottom: 650px}
.mg-b660 {margin-bottom: 660px}
.mg-b670 {margin-bottom: 670px}
.mg-b680 {margin-bottom: 680px}
.mg-b690 {margin-bottom: 690px}
.mg-b700 {margin-bottom: 700px}
.mg-b710 {margin-bottom: 710px}
.mg-b720 {margin-bottom: 720px}
.mg-b730 {margin-bottom: 730px}
.mg-b740 {margin-bottom: 740px}
.mg-b750 {margin-bottom: 750px}
.mg-b760 {margin-bottom: 760px}
.mg-b770 {margin-bottom: 770px}
.mg-b780 {margin-bottom: 780px}
.mg-b790 {margin-bottom: 790px}
.mg-b800 {margin-bottom: 800px}
.mg-b810 {margin-bottom: 810px}
.mg-b820 {margin-bottom: 820px}
.mg-b830 {margin-bottom: 830px}
.mg-b840 {margin-bottom: 840px}
.mg-b850 {margin-bottom: 850px}
.mg-b860 {margin-bottom: 860px}
.mg-b870 {margin-bottom: 870px}
.mg-b880 {margin-bottom: 880px}
.mg-b890 {margin-bottom: 890px}
.mg-b900 {margin-bottom: 900px}
.mg-b910 {margin-bottom: 910px}
.mg-b920 {margin-bottom: 920px}
.mg-b930 {margin-bottom: 930px}
.mg-b940 {margin-bottom: 940px}
.mg-b950 {margin-bottom: 950px}
.mg-b960 {margin-bottom: 960px}
.mg-b970 {margin-bottom: 970px}
.mg-b980 {margin-bottom: 980px}
.mg-b990 {margin-bottom: 990px}
.mg-b1000 {margin-bottom: 1000px}

/* margin left */
.mg-l-auto {margin-left: auto}
.mg-l0 {margin-left: 0}
.mg-l1 {margin-left: 1px}
.mg-l2 {margin-left: 2px}
.mg-l3 {margin-left: 3px}
.mg-l4 {margin-left: 4px}
.mg-l5 {margin-left: 5px}
.mg-l6 {margin-left: 6px}
.mg-l7 {margin-left: 7px}
.mg-l8 {margin-left: 8px}
.mg-l9 {margin-left: 9px}
.mg-l10 {margin-left: 10px}
.mg-l11 {margin-left: 11px}
.mg-l12 {margin-left: 12px}
.mg-l13 {margin-left: 13px}
.mg-l14 {margin-left: 14px}
.mg-l15 {margin-left: 15px}
.mg-l16 {margin-left: 16px}
.mg-l17 {margin-left: 17px}
.mg-l18 {margin-left: 18px}
.mg-l19 {margin-left: 19px}
.mg-l20 {margin-left: 20px}
.mg-l21 {margin-left: 21px}
.mg-l22 {margin-left: 22px}
.mg-l23 {margin-left: 23px}
.mg-l24 {margin-left: 24px}
.mg-l25 {margin-left: 25px}
.mg-l26 {margin-left: 26px}
.mg-l27 {margin-left: 27px}
.mg-l28 {margin-left: 28px}
.mg-l29 {margin-left: 29px}
.mg-l30 {margin-left: 30px}
.mg-l31 {margin-left: 31px}
.mg-l32 {margin-left: 32px}
.mg-l33 {margin-left: 33px}
.mg-l34 {margin-left: 34px}
.mg-l35 {margin-left: 35px}
.mg-l36 {margin-left: 36px}
.mg-l37 {margin-left: 37px}
.mg-l38 {margin-left: 38px}
.mg-l39 {margin-left: 39px}
.mg-l40 {margin-left: 40px}
.mg-l41 {margin-left: 41px}
.mg-l42 {margin-left: 42px}
.mg-l43 {margin-left: 43px}
.mg-l44 {margin-left: 44px}
.mg-l45 {margin-left: 45px}
.mg-l46 {margin-left: 46px}
.mg-l47 {margin-left: 47px}
.mg-l48 {margin-left: 48px}
.mg-l49 {margin-left: 49px}
.mg-l50 {margin-left: 50px}
.mg-l51 {margin-left: 51px}
.mg-l52 {margin-left: 52px}
.mg-l53 {margin-left: 53px}
.mg-l54 {margin-left: 54px}
.mg-l55 {margin-left: 55px}
.mg-l56 {margin-left: 56px}
.mg-l57 {margin-left: 57px}
.mg-l58 {margin-left: 58px}
.mg-l59 {margin-left: 59px}
.mg-l60 {margin-left: 60px}
.mg-l61 {margin-left: 61px}
.mg-l62 {margin-left: 62px}
.mg-l63 {margin-left: 63px}
.mg-l64 {margin-left: 64px}
.mg-l65 {margin-left: 65px}
.mg-l66 {margin-left: 66px}
.mg-l67 {margin-left: 67px}
.mg-l68 {margin-left: 68px}
.mg-l69 {margin-left: 69px}
.mg-l70 {margin-left: 70px}
.mg-l71 {margin-left: 71px}
.mg-l72 {margin-left: 72px}
.mg-l73 {margin-left: 73px}
.mg-l74 {margin-left: 74px}
.mg-l75 {margin-left: 75px}
.mg-l76 {margin-left: 76px}
.mg-l77 {margin-left: 77px}
.mg-l78 {margin-left: 78px}
.mg-l79 {margin-left: 79px}
.mg-l80 {margin-left: 80px}
.mg-l81 {margin-left: 81px}
.mg-l82 {margin-left: 82px}
.mg-l83 {margin-left: 83px}
.mg-l84 {margin-left: 84px}
.mg-l85 {margin-left: 85px}
.mg-l86 {margin-left: 86px}
.mg-l87 {margin-left: 87px}
.mg-l88 {margin-left: 88px}
.mg-l89 {margin-left: 89px}
.mg-l90 {margin-left: 90px}
.mg-l91 {margin-left: 91px}
.mg-l92 {margin-left: 92px}
.mg-l93 {margin-left: 93px}
.mg-l94 {margin-left: 94px}
.mg-l95 {margin-left: 95px}
.mg-l96 {margin-left: 96px}
.mg-l97 {margin-left: 97px}
.mg-l98 {margin-left: 98px}
.mg-l99 {margin-left: 99px}
.mg-l100 {margin-left: 100px}
.mg-l110 {margin-left: 110px}
.mg-l120 {margin-left: 120px}
.mg-l130 {margin-left: 130px}
.mg-l140 {margin-left: 140px}
.mg-l150 {margin-left: 150px}
.mg-l160 {margin-left: 160px}
.mg-l170 {margin-left: 170px}
.mg-l180 {margin-left: 180px}
.mg-l190 {margin-left: 190px}
.mg-l200 {margin-left: 200px}
.mg-l210 {margin-left: 210px}
.mg-l220 {margin-left: 220px}
.mg-l230 {margin-left: 230px}
.mg-l240 {margin-left: 240px}
.mg-l250 {margin-left: 250px}
.mg-l260 {margin-left: 260px}
.mg-l270 {margin-left: 270px}
.mg-l280 {margin-left: 280px}
.mg-l290 {margin-left: 290px}
.mg-l300 {margin-left: 300px}
.mg-l310 {margin-left: 310px}
.mg-l320 {margin-left: 320px}
.mg-l330 {margin-left: 330px}
.mg-l340 {margin-left: 340px}
.mg-l350 {margin-left: 350px}
.mg-l360 {margin-left: 360px}
.mg-l370 {margin-left: 370px}
.mg-l380 {margin-left: 380px}
.mg-l390 {margin-left: 390px}
.mg-l400 {margin-left: 400px}
.mg-l410 {margin-left: 410px}
.mg-l420 {margin-left: 420px}
.mg-l430 {margin-left: 430px}
.mg-l440 {margin-left: 440px}
.mg-l450 {margin-left: 450px}
.mg-l460 {margin-left: 460px}
.mg-l470 {margin-left: 470px}
.mg-l480 {margin-left: 480px}
.mg-l490 {margin-left: 490px}
.mg-l500 {margin-left: 500px}
.mg-l510 {margin-left: 510px}
.mg-l520 {margin-left: 520px}
.mg-l530 {margin-left: 530px}
.mg-l540 {margin-left: 540px}
.mg-l550 {margin-left: 550px}
.mg-l560 {margin-left: 560px}
.mg-l570 {margin-left: 570px}
.mg-l580 {margin-left: 580px}
.mg-l590 {margin-left: 590px}
.mg-l600 {margin-left: 600px}
.mg-l610 {margin-left: 610px}
.mg-l620 {margin-left: 620px}
.mg-l630 {margin-left: 630px}
.mg-l640 {margin-left: 640px}
.mg-l650 {margin-left: 650px}
.mg-l660 {margin-left: 660px}
.mg-l670 {margin-left: 670px}
.mg-l680 {margin-left: 680px}
.mg-l690 {margin-left: 690px}
.mg-l700 {margin-left: 700px}
.mg-l710 {margin-left: 710px}
.mg-l720 {margin-left: 720px}
.mg-l730 {margin-left: 730px}
.mg-l740 {margin-left: 740px}
.mg-l750 {margin-left: 750px}
.mg-l760 {margin-left: 760px}
.mg-l770 {margin-left: 770px}
.mg-l780 {margin-left: 780px}
.mg-l790 {margin-left: 790px}
.mg-l800 {margin-left: 800px}
.mg-l810 {margin-left: 810px}
.mg-l820 {margin-left: 820px}
.mg-l830 {margin-left: 830px}
.mg-l840 {margin-left: 840px}
.mg-l850 {margin-left: 850px}
.mg-l860 {margin-left: 860px}
.mg-l870 {margin-left: 870px}
.mg-l880 {margin-left: 880px}
.mg-l890 {margin-left: 890px}
.mg-l900 {margin-left: 900px}
.mg-l910 {margin-left: 910px}
.mg-l920 {margin-left: 920px}
.mg-l930 {margin-left: 930px}
.mg-l940 {margin-left: 940px}
.mg-l950 {margin-left: 950px}
.mg-l960 {margin-left: 960px}
.mg-l970 {margin-left: 970px}
.mg-l980 {margin-left: 980px}
.mg-l990 {margin-left: 990px}
.mg-l1000 {margin-left: 1000px}

/* margin right */
.mg-r-auto {margin-right: auto}
.mg-r0 {margin-right: 0}
.mg-r1 {margin-right: 1px}
.mg-r2 {margin-right: 2px}
.mg-r3 {margin-right: 3px}
.mg-r4 {margin-right: 4px}
.mg-r5 {margin-right: 5px}
.mg-r6 {margin-right: 6px}
.mg-r7 {margin-right: 7px}
.mg-r8 {margin-right: 8px}
.mg-r9 {margin-right: 9px}
.mg-r10 {margin-right: 10px}
.mg-r11 {margin-right: 11px}
.mg-r12 {margin-right: 12px}
.mg-r13 {margin-right: 13px}
.mg-r14 {margin-right: 14px}
.mg-r15 {margin-right: 15px}
.mg-r16 {margin-right: 16px}
.mg-r17 {margin-right: 17px}
.mg-r18 {margin-right: 18px}
.mg-r19 {margin-right: 19px}
.mg-r20 {margin-right: 20px}
.mg-r21 {margin-right: 21px}
.mg-r22 {margin-right: 22px}
.mg-r23 {margin-right: 23px}
.mg-r24 {margin-right: 24px}
.mg-r25 {margin-right: 25px}
.mg-r26 {margin-right: 26px}
.mg-r27 {margin-right: 27px}
.mg-r28 {margin-right: 28px}
.mg-r29 {margin-right: 29px}
.mg-r30 {margin-right: 30px}
.mg-r31 {margin-right: 31px}
.mg-r32 {margin-right: 32px}
.mg-r33 {margin-right: 33px}
.mg-r34 {margin-right: 34px}
.mg-r35 {margin-right: 35px}
.mg-r36 {margin-right: 36px}
.mg-r37 {margin-right: 37px}
.mg-r38 {margin-right: 38px}
.mg-r39 {margin-right: 39px}
.mg-r40 {margin-right: 40px}
.mg-r41 {margin-right: 41px}
.mg-r42 {margin-right: 42px}
.mg-r43 {margin-right: 43px}
.mg-r44 {margin-right: 44px}
.mg-r45 {margin-right: 45px}
.mg-r46 {margin-right: 46px}
.mg-r47 {margin-right: 47px}
.mg-r48 {margin-right: 48px}
.mg-r49 {margin-right: 49px}
.mg-r50 {margin-right: 50px}
.mg-r51 {margin-right: 51px}
.mg-r52 {margin-right: 52px}
.mg-r53 {margin-right: 53px}
.mg-r54 {margin-right: 54px}
.mg-r55 {margin-right: 55px}
.mg-r56 {margin-right: 56px}
.mg-r57 {margin-right: 57px}
.mg-r58 {margin-right: 58px}
.mg-r59 {margin-right: 59px}
.mg-r60 {margin-right: 60px}
.mg-r61 {margin-right: 61px}
.mg-r62 {margin-right: 62px}
.mg-r63 {margin-right: 63px}
.mg-r64 {margin-right: 64px}
.mg-r65 {margin-right: 65px}
.mg-r66 {margin-right: 66px}
.mg-r67 {margin-right: 67px}
.mg-r68 {margin-right: 68px}
.mg-r69 {margin-right: 69px}
.mg-r70 {margin-right: 70px}
.mg-r71 {margin-right: 71px}
.mg-r72 {margin-right: 72px}
.mg-r73 {margin-right: 73px}
.mg-r74 {margin-right: 74px}
.mg-r75 {margin-right: 75px}
.mg-r76 {margin-right: 76px}
.mg-r77 {margin-right: 77px}
.mg-r78 {margin-right: 78px}
.mg-r79 {margin-right: 79px}
.mg-r80 {margin-right: 80px}
.mg-r81 {margin-right: 81px}
.mg-r82 {margin-right: 82px}
.mg-r83 {margin-right: 83px}
.mg-r84 {margin-right: 84px}
.mg-r85 {margin-right: 85px}
.mg-r86 {margin-right: 86px}
.mg-r87 {margin-right: 87px}
.mg-r88 {margin-right: 88px}
.mg-r89 {margin-right: 89px}
.mg-r90 {margin-right: 90px}
.mg-r91 {margin-right: 91px}
.mg-r92 {margin-right: 92px}
.mg-r93 {margin-right: 93px}
.mg-r94 {margin-right: 94px}
.mg-r95 {margin-right: 95px}
.mg-r96 {margin-right: 96px}
.mg-r97 {margin-right: 97px}
.mg-r98 {margin-right: 98px}
.mg-r99 {margin-right: 99px}
.mg-r100 {margin-right: 100px}
.mg-r110 {margin-right: 110px}
.mg-r120 {margin-right: 120px}
.mg-r130 {margin-right: 130px}
.mg-r140 {margin-right: 140px}
.mg-r150 {margin-right: 150px}
.mg-r160 {margin-right: 160px}
.mg-r170 {margin-right: 170px}
.mg-r180 {margin-right: 180px}
.mg-r190 {margin-right: 190px}
.mg-r200 {margin-right: 200px}
.mg-r210 {margin-right: 210px}
.mg-r220 {margin-right: 220px}
.mg-r230 {margin-right: 230px}
.mg-r240 {margin-right: 240px}
.mg-r250 {margin-right: 250px}
.mg-r260 {margin-right: 260px}
.mg-r270 {margin-right: 270px}
.mg-r280 {margin-right: 280px}
.mg-r290 {margin-right: 290px}
.mg-r300 {margin-right: 300px}
.mg-r310 {margin-right: 310px}
.mg-r320 {margin-right: 320px}
.mg-r330 {margin-right: 330px}
.mg-r340 {margin-right: 340px}
.mg-r350 {margin-right: 350px}
.mg-r360 {margin-right: 360px}
.mg-r370 {margin-right: 370px}
.mg-r380 {margin-right: 380px}
.mg-r390 {margin-right: 390px}
.mg-r400 {margin-right: 400px}
.mg-r410 {margin-right: 410px}
.mg-r420 {margin-right: 420px}
.mg-r430 {margin-right: 430px}
.mg-r440 {margin-right: 440px}
.mg-r450 {margin-right: 450px}
.mg-r460 {margin-right: 460px}
.mg-r470 {margin-right: 470px}
.mg-r480 {margin-right: 480px}
.mg-r490 {margin-right: 490px}
.mg-r500 {margin-right: 500px}
.mg-r510 {margin-right: 510px}
.mg-r520 {margin-right: 520px}
.mg-r530 {margin-right: 530px}
.mg-r540 {margin-right: 540px}
.mg-r550 {margin-right: 550px}
.mg-r560 {margin-right: 560px}
.mg-r570 {margin-right: 570px}
.mg-r580 {margin-right: 580px}
.mg-r590 {margin-right: 590px}
.mg-r600 {margin-right: 600px}
.mg-r610 {margin-right: 610px}
.mg-r620 {margin-right: 620px}
.mg-r630 {margin-right: 630px}
.mg-r640 {margin-right: 640px}
.mg-r650 {margin-right: 650px}
.mg-r660 {margin-right: 660px}
.mg-r670 {margin-right: 670px}
.mg-r680 {margin-right: 680px}
.mg-r690 {margin-right: 690px}
.mg-r700 {margin-right: 700px}
.mg-r710 {margin-right: 710px}
.mg-r720 {margin-right: 720px}
.mg-r730 {margin-right: 730px}
.mg-r740 {margin-right: 740px}
.mg-r750 {margin-right: 750px}
.mg-r760 {margin-right: 760px}
.mg-r770 {margin-right: 770px}
.mg-r780 {margin-right: 780px}
.mg-r790 {margin-right: 790px}
.mg-r800 {margin-right: 800px}
.mg-r810 {margin-right: 810px}
.mg-r820 {margin-right: 820px}
.mg-r830 {margin-right: 830px}
.mg-r840 {margin-right: 840px}
.mg-r850 {margin-right: 850px}
.mg-r860 {margin-right: 860px}
.mg-r870 {margin-right: 870px}
.mg-r880 {margin-right: 880px}
.mg-r890 {margin-right: 890px}
.mg-r900 {margin-right: 900px}
.mg-r910 {margin-right: 910px}
.mg-r920 {margin-right: 920px}
.mg-r930 {margin-right: 930px}
.mg-r940 {margin-right: 940px}
.mg-r950 {margin-right: 950px}
.mg-r960 {margin-right: 960px}
.mg-r970 {margin-right: 970px}
.mg-r980 {margin-right: 980px}
.mg-r990 {margin-right: 990px}
.mg-r1000 {margin-right: 1000px}


/* ------------------------------------------------------------------------------------------------------------------ */
/* padding 
/* ------------------------------------------------------------------------------------------------------------------ */
.pd-0 {padding: 0 !important}
.pd-1 {padding: 1px}
.pd-2 {padding: 2px}
.pd-3 {padding: 3px}
.pd-4 {padding: 4px}
.pd-5 {padding: 5px}
.pd-6 {padding: 6px}
.pd-7 {padding: 7px}
.pd-8 {padding: 8px}
.pd-9 {padding: 9px}
.pd-10 {padding: 10px}
.pd-11 {padding: 11px}
.pd-12 {padding: 12px}
.pd-13 {padding: 13px}
.pd-14 {padding: 14px}
.pd-15 {padding: 15px}
.pd-16 {padding: 16px}
.pd-17 {padding: 17px}
.pd-18 {padding: 18px}
.pd-19 {padding: 19px}
.pd-20 {padding: 20px}
.pd-21 {padding: 21px}
.pd-22 {padding: 22px}
.pd-23 {padding: 23px}
.pd-24 {padding: 24px}
.pd-25 {padding: 25px}
.pd-26 {padding: 26px}
.pd-27 {padding: 27px}
.pd-28 {padding: 28px}
.pd-29 {padding: 29px}
.pd-30 {padding: 30px}
.pd-31 {padding: 31px}
.pd-32 {padding: 32px}
.pd-33 {padding: 33px}
.pd-34 {padding: 34px}
.pd-35 {padding: 35px}
.pd-36 {padding: 36px}
.pd-37 {padding: 37px}
.pd-38 {padding: 38px}
.pd-39 {padding: 39px}
.pd-40 {padding: 40px}
.pd-41 {padding: 41px}
.pd-42 {padding: 42px}
.pd-43 {padding: 43px}
.pd-44 {padding: 44px}
.pd-45 {padding: 45px}
.pd-46 {padding: 46px}
.pd-47 {padding: 47px}
.pd-48 {padding: 48px}
.pd-49 {padding: 49px}
.pd-50 {padding: 50px}
.pd-51 {padding: 51px}
.pd-52 {padding: 52px}
.pd-53 {padding: 53px}
.pd-54 {padding: 54px}
.pd-55 {padding: 55px}
.pd-56 {padding: 56px}
.pd-57 {padding: 57px}
.pd-58 {padding: 58px}
.pd-59 {padding: 59px}
.pd-60 {padding: 60px}
.pd-61 {padding: 61px}
.pd-62 {padding: 62px}
.pd-63 {padding: 63px}
.pd-64 {padding: 64px}
.pd-65 {padding: 65px}
.pd-66 {padding: 66px}
.pd-67 {padding: 67px}
.pd-68 {padding: 68px}
.pd-69 {padding: 69px}
.pd-70 {padding: 70px}
.pd-71 {padding: 71px}
.pd-72 {padding: 72px}
.pd-73 {padding: 73px}
.pd-74 {padding: 74px}
.pd-75 {padding: 75px}
.pd-76 {padding: 76px}
.pd-77 {padding: 77px}
.pd-78 {padding: 78px}
.pd-79 {padding: 79px}
.pd-80 {padding: 80px}
.pd-81 {padding: 81px}
.pd-82 {padding: 82px}
.pd-83 {padding: 83px}
.pd-84 {padding: 84px}
.pd-85 {padding: 85px}
.pd-86 {padding: 86px}
.pd-87 {padding: 87px}
.pd-88 {padding: 88px}
.pd-89 {padding: 89px}
.pd-90 {padding: 90px}
.pd-91 {padding: 91px}
.pd-92 {padding: 92px}
.pd-93 {padding: 93px}
.pd-94 {padding: 94px}
.pd-95 {padding: 95px}
.pd-96 {padding: 96px}
.pd-97 {padding: 97px}
.pd-98 {padding: 98px}
.pd-99 {padding: 99px}
.pd-100 {padding: 100px}
.pd-110 {padding: 110px}
.pd-120 {padding: 120px}
.pd-130 {padding: 130px}
.pd-140 {padding: 140px}
.pd-150 {padding: 150px}
.pd-160 {padding: 160px}
.pd-170 {padding: 170px}
.pd-180 {padding: 180px}
.pd-190 {padding: 190px}
.pd-200 {padding: 200px}
.pd-210 {padding: 210px}
.pd-220 {padding: 220px}
.pd-230 {padding: 230px}
.pd-240 {padding: 240px}
.pd-250 {padding: 250px}
.pd-260 {padding: 260px}
.pd-270 {padding: 270px}
.pd-280 {padding: 280px}
.pd-290 {padding: 290px}
.pd-300 {padding: 300px}
.pd-310 {padding: 310px}
.pd-320 {padding: 320px}
.pd-330 {padding: 330px}
.pd-340 {padding: 340px}
.pd-350 {padding: 350px}
.pd-360 {padding: 360px}
.pd-370 {padding: 370px}
.pd-380 {padding: 380px}
.pd-390 {padding: 390px}
.pd-400 {padding: 400px}
.pd-410 {padding: 410px}
.pd-420 {padding: 420px}
.pd-430 {padding: 430px}
.pd-440 {padding: 440px}
.pd-450 {padding: 450px}
.pd-460 {padding: 460px}
.pd-470 {padding: 470px}
.pd-480 {padding: 480px}
.pd-490 {padding: 490px}
.pd-500 {padding: 500px}
.pd-510 {padding: 510px}
.pd-520 {padding: 520px}
.pd-530 {padding: 530px}
.pd-540 {padding: 540px}
.pd-550 {padding: 550px}
.pd-560 {padding: 560px}
.pd-570 {padding: 570px}
.pd-580 {padding: 580px}
.pd-590 {padding: 590px}
.pd-600 {padding: 600px}
.pd-610 {padding: 610px}
.pd-620 {padding: 620px}
.pd-630 {padding: 630px}
.pd-640 {padding: 640px}
.pd-650 {padding: 650px}
.pd-660 {padding: 660px}
.pd-670 {padding: 670px}
.pd-680 {padding: 680px}
.pd-690 {padding: 690px}
.pd-700 {padding: 700px}
.pd-710 {padding: 710px}
.pd-720 {padding: 720px}
.pd-730 {padding: 730px}
.pd-740 {padding: 740px}
.pd-750 {padding: 750px}
.pd-760 {padding: 760px}
.pd-770 {padding: 770px}
.pd-780 {padding: 780px}
.pd-790 {padding: 790px}
.pd-800 {padding: 800px}
.pd-810 {padding: 810px}
.pd-820 {padding: 820px}
.pd-830 {padding: 830px}
.pd-840 {padding: 840px}
.pd-850 {padding: 850px}
.pd-860 {padding: 860px}
.pd-870 {padding: 870px}
.pd-880 {padding: 880px}
.pd-890 {padding: 890px}
.pd-900 {padding: 900px}
.pd-910 {padding: 910px}
.pd-920 {padding: 920px}
.pd-930 {padding: 930px}
.pd-940 {padding: 940px}
.pd-950 {padding: 950px}
.pd-960 {padding: 960px}
.pd-970 {padding: 970px}
.pd-980 {padding: 980px}
.pd-990 {padding: 990px}
.pd-1000 {padding: 1000px}

/* padding top */
.pd-t0 {padding-top: 0}
.pd-t1 {padding-top: 1px}
.pd-t2 {padding-top: 2px}
.pd-t3 {padding-top: 3px}
.pd-t4 {padding-top: 4px}
.pd-t5 {padding-top: 5px}
.pd-t6 {padding-top: 6px}
.pd-t7 {padding-top: 7px}
.pd-t8 {padding-top: 8px}
.pd-t9 {padding-top: 9px}
.pd-t10 {padding-top: 10px}
.pd-t11 {padding-top: 11px}
.pd-t12 {padding-top: 12px}
.pd-t13 {padding-top: 13px}
.pd-t14 {padding-top: 14px}
.pd-t15 {padding-top: 15px}
.pd-t16 {padding-top: 16px}
.pd-t17 {padding-top: 17px}
.pd-t18 {padding-top: 18px}
.pd-t19 {padding-top: 19px}
.pd-t20 {padding-top: 20px}
.pd-t21 {padding-top: 21px}
.pd-t22 {padding-top: 22px}
.pd-t23 {padding-top: 23px}
.pd-t24 {padding-top: 24px}
.pd-t25 {padding-top: 25px}
.pd-t26 {padding-top: 26px}
.pd-t27 {padding-top: 27px}
.pd-t28 {padding-top: 28px}
.pd-t29 {padding-top: 29px}
.pd-t30 {padding-top: 30px}
.pd-t31 {padding-top: 31px}
.pd-t32 {padding-top: 32px}
.pd-t33 {padding-top: 33px}
.pd-t34 {padding-top: 34px}
.pd-t35 {padding-top: 35px}
.pd-t36 {padding-top: 36px}
.pd-t37 {padding-top: 37px}
.pd-t38 {padding-top: 38px}
.pd-t39 {padding-top: 39px}
.pd-t40 {padding-top: 40px}
.pd-t41 {padding-top: 41px}
.pd-t42 {padding-top: 42px}
.pd-t43 {padding-top: 43px}
.pd-t44 {padding-top: 44px}
.pd-t45 {padding-top: 45px}
.pd-t46 {padding-top: 46px}
.pd-t47 {padding-top: 47px}
.pd-t48 {padding-top: 48px}
.pd-t49 {padding-top: 49px}
.pd-t50 {padding-top: 50px}
.pd-t51 {padding-top: 51px}
.pd-t52 {padding-top: 52px}
.pd-t53 {padding-top: 53px}
.pd-t54 {padding-top: 54px}
.pd-t55 {padding-top: 55px}
.pd-t56 {padding-top: 56px}
.pd-t57 {padding-top: 57px}
.pd-t58 {padding-top: 58px}
.pd-t59 {padding-top: 59px}
.pd-t60 {padding-top: 60px}
.pd-t61 {padding-top: 61px}
.pd-t62 {padding-top: 62px}
.pd-t63 {padding-top: 63px}
.pd-t64 {padding-top: 64px}
.pd-t65 {padding-top: 65px}
.pd-t66 {padding-top: 66px}
.pd-t67 {padding-top: 67px}
.pd-t68 {padding-top: 68px}
.pd-t69 {padding-top: 69px}
.pd-t70 {padding-top: 70px}
.pd-t71 {padding-top: 71px}
.pd-t72 {padding-top: 72px}
.pd-t73 {padding-top: 73px}
.pd-t74 {padding-top: 74px}
.pd-t75 {padding-top: 75px}
.pd-t76 {padding-top: 76px}
.pd-t77 {padding-top: 77px}
.pd-t78 {padding-top: 78px}
.pd-t79 {padding-top: 79px}
.pd-t80 {padding-top: 80px}
.pd-t81 {padding-top: 81px}
.pd-t82 {padding-top: 82px}
.pd-t83 {padding-top: 83px}
.pd-t84 {padding-top: 84px}
.pd-t85 {padding-top: 85px}
.pd-t86 {padding-top: 86px}
.pd-t87 {padding-top: 87px}
.pd-t88 {padding-top: 88px}
.pd-t89 {padding-top: 89px}
.pd-t90 {padding-top: 90px}
.pd-t91 {padding-top: 91px}
.pd-t92 {padding-top: 92px}
.pd-t93 {padding-top: 93px}
.pd-t94 {padding-top: 94px}
.pd-t95 {padding-top: 95px}
.pd-t96 {padding-top: 96px}
.pd-t97 {padding-top: 97px}
.pd-t98 {padding-top: 98px}
.pd-t99 {padding-top: 99px}
.pd-t100 {padding-top: 100px}
.pd-t110 {padding-top: 110px}
.pd-t120 {padding-top: 120px}
.pd-t130 {padding-top: 130px}
.pd-t140 {padding-top: 140px}
.pd-t150 {padding-top: 150px}
.pd-t160 {padding-top: 160px}
.pd-t170 {padding-top: 170px}
.pd-t180 {padding-top: 180px}
.pd-t190 {padding-top: 190px}
.pd-t200 {padding-top: 200px}
.pd-t210 {padding-top: 210px}
.pd-t220 {padding-top: 220px}
.pd-t230 {padding-top: 230px}
.pd-t240 {padding-top: 240px}
.pd-t250 {padding-top: 250px}
.pd-t260 {padding-top: 260px}
.pd-t270 {padding-top: 270px}
.pd-t280 {padding-top: 280px}
.pd-t290 {padding-top: 290px}
.pd-t300 {padding-top: 300px}
.pd-t310 {padding-top: 310px}
.pd-t320 {padding-top: 320px}
.pd-t330 {padding-top: 330px}
.pd-t340 {padding-top: 340px}
.pd-t350 {padding-top: 350px}
.pd-t360 {padding-top: 360px}
.pd-t370 {padding-top: 370px}
.pd-t380 {padding-top: 380px}
.pd-t390 {padding-top: 390px}
.pd-t400 {padding-top: 400px}
.pd-t410 {padding-top: 410px}
.pd-t420 {padding-top: 420px}
.pd-t430 {padding-top: 430px}
.pd-t440 {padding-top: 440px}
.pd-t450 {padding-top: 450px}
.pd-t460 {padding-top: 460px}
.pd-t470 {padding-top: 470px}
.pd-t480 {padding-top: 480px}
.pd-t490 {padding-top: 490px}
.pd-t500 {padding-top: 500px}
.pd-t510 {padding-top: 510px}
.pd-t520 {padding-top: 520px}
.pd-t530 {padding-top: 530px}
.pd-t540 {padding-top: 540px}
.pd-t550 {padding-top: 550px}
.pd-t560 {padding-top: 560px}
.pd-t570 {padding-top: 570px}
.pd-t580 {padding-top: 580px}
.pd-t590 {padding-top: 590px}
.pd-t600 {padding-top: 600px}
.pd-t610 {padding-top: 610px}
.pd-t620 {padding-top: 620px}
.pd-t630 {padding-top: 630px}
.pd-t640 {padding-top: 640px}
.pd-t650 {padding-top: 650px}
.pd-t660 {padding-top: 660px}
.pd-t670 {padding-top: 670px}
.pd-t680 {padding-top: 680px}
.pd-t690 {padding-top: 690px}
.pd-t700 {padding-top: 700px}
.pd-t710 {padding-top: 710px}
.pd-t720 {padding-top: 720px}
.pd-t730 {padding-top: 730px}
.pd-t740 {padding-top: 740px}
.pd-t750 {padding-top: 750px}
.pd-t760 {padding-top: 760px}
.pd-t770 {padding-top: 770px}
.pd-t780 {padding-top: 780px}
.pd-t790 {padding-top: 790px}
.pd-t800 {padding-top: 800px}
.pd-t810 {padding-top: 810px}
.pd-t820 {padding-top: 820px}
.pd-t830 {padding-top: 830px}
.pd-t840 {padding-top: 840px}
.pd-t850 {padding-top: 850px}
.pd-t860 {padding-top: 860px}
.pd-t870 {padding-top: 870px}
.pd-t880 {padding-top: 880px}
.pd-t890 {padding-top: 890px}
.pd-t900 {padding-top: 900px}
.pd-t910 {padding-top: 910px}
.pd-t920 {padding-top: 920px}
.pd-t930 {padding-top: 930px}
.pd-t940 {padding-top: 940px}
.pd-t950 {padding-top: 950px}
.pd-t960 {padding-top: 960px}
.pd-t970 {padding-top: 970px}
.pd-t980 {padding-top: 980px}
.pd-t990 {padding-top: 990px}
.pd-t1000 {padding-top: 1000px}

/* padding bottom */
.pd-b0 {padding-bottom: 0}
.pd-b1 {padding-bottom: 1px}
.pd-b2 {padding-bottom: 2px}
.pd-b3 {padding-bottom: 3px}
.pd-b4 {padding-bottom: 4px}
.pd-b5 {padding-bottom: 5px}
.pd-b6 {padding-bottom: 6px}
.pd-b7 {padding-bottom: 7px}
.pd-b8 {padding-bottom: 8px}
.pd-b9 {padding-bottom: 9px}
.pd-b10 {padding-bottom: 10px}
.pd-b11 {padding-bottom: 11px}
.pd-b12 {padding-bottom: 12px}
.pd-b13 {padding-bottom: 13px}
.pd-b14 {padding-bottom: 14px}
.pd-b15 {padding-bottom: 15px}
.pd-b16 {padding-bottom: 16px}
.pd-b17 {padding-bottom: 17px}
.pd-b18 {padding-bottom: 18px}
.pd-b19 {padding-bottom: 19px}
.pd-b20 {padding-bottom: 20px}
.pd-b21 {padding-bottom: 21px}
.pd-b22 {padding-bottom: 22px}
.pd-b23 {padding-bottom: 23px}
.pd-b24 {padding-bottom: 24px}
.pd-b25 {padding-bottom: 25px}
.pd-b26 {padding-bottom: 26px}
.pd-b27 {padding-bottom: 27px}
.pd-b28 {padding-bottom: 28px}
.pd-b29 {padding-bottom: 29px}
.pd-b30 {padding-bottom: 30px}
.pd-b31 {padding-bottom: 31px}
.pd-b32 {padding-bottom: 32px}
.pd-b33 {padding-bottom: 33px}
.pd-b34 {padding-bottom: 34px}
.pd-b35 {padding-bottom: 35px}
.pd-b36 {padding-bottom: 36px}
.pd-b37 {padding-bottom: 37px}
.pd-b38 {padding-bottom: 38px}
.pd-b39 {padding-bottom: 39px}
.pd-b40 {padding-bottom: 40px}
.pd-b41 {padding-bottom: 41px}
.pd-b42 {padding-bottom: 42px}
.pd-b43 {padding-bottom: 43px}
.pd-b44 {padding-bottom: 44px}
.pd-b45 {padding-bottom: 45px}
.pd-b46 {padding-bottom: 46px}
.pd-b47 {padding-bottom: 47px}
.pd-b48 {padding-bottom: 48px}
.pd-b49 {padding-bottom: 49px}
.pd-b50 {padding-bottom: 50px}
.pd-b51 {padding-bottom: 51px}
.pd-b52 {padding-bottom: 52px}
.pd-b53 {padding-bottom: 53px}
.pd-b54 {padding-bottom: 54px}
.pd-b55 {padding-bottom: 55px}
.pd-b56 {padding-bottom: 56px}
.pd-b57 {padding-bottom: 57px}
.pd-b58 {padding-bottom: 58px}
.pd-b59 {padding-bottom: 59px}
.pd-b60 {padding-bottom: 60px}
.pd-b61 {padding-bottom: 61px}
.pd-b62 {padding-bottom: 62px}
.pd-b63 {padding-bottom: 63px}
.pd-b64 {padding-bottom: 64px}
.pd-b65 {padding-bottom: 65px}
.pd-b66 {padding-bottom: 66px}
.pd-b67 {padding-bottom: 67px}
.pd-b68 {padding-bottom: 68px}
.pd-b69 {padding-bottom: 69px}
.pd-b70 {padding-bottom: 70px}
.pd-b71 {padding-bottom: 71px}
.pd-b72 {padding-bottom: 72px}
.pd-b73 {padding-bottom: 73px}
.pd-b74 {padding-bottom: 74px}
.pd-b75 {padding-bottom: 75px}
.pd-b76 {padding-bottom: 76px}
.pd-b77 {padding-bottom: 77px}
.pd-b78 {padding-bottom: 78px}
.pd-b79 {padding-bottom: 79px}
.pd-b80 {padding-bottom: 80px}
.pd-b81 {padding-bottom: 81px}
.pd-b82 {padding-bottom: 82px}
.pd-b83 {padding-bottom: 83px}
.pd-b84 {padding-bottom: 84px}
.pd-b85 {padding-bottom: 85px}
.pd-b86 {padding-bottom: 86px}
.pd-b87 {padding-bottom: 87px}
.pd-b88 {padding-bottom: 88px}
.pd-b89 {padding-bottom: 89px}
.pd-b90 {padding-bottom: 90px}
.pd-b91 {padding-bottom: 91px}
.pd-b92 {padding-bottom: 92px}
.pd-b93 {padding-bottom: 93px}
.pd-b94 {padding-bottom: 94px}
.pd-b95 {padding-bottom: 95px}
.pd-b96 {padding-bottom: 96px}
.pd-b97 {padding-bottom: 97px}
.pd-b98 {padding-bottom: 98px}
.pd-b99 {padding-bottom: 99px}
.pd-b100 {padding-bottom: 100px}
.pd-b110 {padding-bottom: 110px}
.pd-b120 {padding-bottom: 120px}
.pd-b130 {padding-bottom: 130px}
.pd-b140 {padding-bottom: 140px}
.pd-b150 {padding-bottom: 150px}
.pd-b160 {padding-bottom: 160px}
.pd-b170 {padding-bottom: 170px}
.pd-b180 {padding-bottom: 180px}
.pd-b190 {padding-bottom: 190px}
.pd-b200 {padding-bottom: 200px}
.pd-b210 {padding-bottom: 210px}
.pd-b220 {padding-bottom: 220px}
.pd-b230 {padding-bottom: 230px}
.pd-b240 {padding-bottom: 240px}
.pd-b250 {padding-bottom: 250px}
.pd-b260 {padding-bottom: 260px}
.pd-b270 {padding-bottom: 270px}
.pd-b280 {padding-bottom: 280px}
.pd-b290 {padding-bottom: 290px}
.pd-b300 {padding-bottom: 300px}
.pd-b310 {padding-bottom: 310px}
.pd-b320 {padding-bottom: 320px}
.pd-b330 {padding-bottom: 330px}
.pd-b340 {padding-bottom: 340px}
.pd-b350 {padding-bottom: 350px}
.pd-b360 {padding-bottom: 360px}
.pd-b370 {padding-bottom: 370px}
.pd-b380 {padding-bottom: 380px}
.pd-b390 {padding-bottom: 390px}
.pd-b400 {padding-bottom: 400px}
.pd-b410 {padding-bottom: 410px}
.pd-b420 {padding-bottom: 420px}
.pd-b430 {padding-bottom: 430px}
.pd-b440 {padding-bottom: 440px}
.pd-b450 {padding-bottom: 450px}
.pd-b460 {padding-bottom: 460px}
.pd-b470 {padding-bottom: 470px}
.pd-b480 {padding-bottom: 480px}
.pd-b490 {padding-bottom: 490px}
.pd-b500 {padding-bottom: 500px}
.pd-b510 {padding-bottom: 510px}
.pd-b520 {padding-bottom: 520px}
.pd-b530 {padding-bottom: 530px}
.pd-b540 {padding-bottom: 540px}
.pd-b550 {padding-bottom: 550px}
.pd-b560 {padding-bottom: 560px}
.pd-b570 {padding-bottom: 570px}
.pd-b580 {padding-bottom: 580px}
.pd-b590 {padding-bottom: 590px}
.pd-b600 {padding-bottom: 600px}
.pd-b610 {padding-bottom: 610px}
.pd-b620 {padding-bottom: 620px}
.pd-b630 {padding-bottom: 630px}
.pd-b640 {padding-bottom: 640px}
.pd-b650 {padding-bottom: 650px}
.pd-b660 {padding-bottom: 660px}
.pd-b670 {padding-bottom: 670px}
.pd-b680 {padding-bottom: 680px}
.pd-b690 {padding-bottom: 690px}
.pd-b700 {padding-bottom: 700px}
.pd-b710 {padding-bottom: 710px}
.pd-b720 {padding-bottom: 720px}
.pd-b730 {padding-bottom: 730px}
.pd-b740 {padding-bottom: 740px}
.pd-b750 {padding-bottom: 750px}
.pd-b760 {padding-bottom: 760px}
.pd-b770 {padding-bottom: 770px}
.pd-b780 {padding-bottom: 780px}
.pd-b790 {padding-bottom: 790px}
.pd-b800 {padding-bottom: 800px}
.pd-b810 {padding-bottom: 810px}
.pd-b820 {padding-bottom: 820px}
.pd-b830 {padding-bottom: 830px}
.pd-b840 {padding-bottom: 840px}
.pd-b850 {padding-bottom: 850px}
.pd-b860 {padding-bottom: 860px}
.pd-b870 {padding-bottom: 870px}
.pd-b880 {padding-bottom: 880px}
.pd-b890 {padding-bottom: 890px}
.pd-b900 {padding-bottom: 900px}
.pd-b910 {padding-bottom: 910px}
.pd-b920 {padding-bottom: 920px}
.pd-b930 {padding-bottom: 930px}
.pd-b940 {padding-bottom: 940px}
.pd-b950 {padding-bottom: 950px}
.pd-b960 {padding-bottom: 960px}
.pd-b970 {padding-bottom: 970px}
.pd-b980 {padding-bottom: 980px}
.pd-b990 {padding-bottom: 990px}
.pd-b1000 {padding-bottom: 1000px}

/* padding left */
.pd-l0 {padding-left: 0}
.pd-l1 {padding-left: 1px}
.pd-l2 {padding-left: 2px}
.pd-l3 {padding-left: 3px}
.pd-l4 {padding-left: 4px}
.pd-l5 {padding-left: 5px}
.pd-l6 {padding-left: 6px}
.pd-l7 {padding-left: 7px}
.pd-l8 {padding-left: 8px}
.pd-l9 {padding-left: 9px}
.pd-l10 {padding-left: 10px}
.pd-l11 {padding-left: 11px}
.pd-l12 {padding-left: 12px}
.pd-l13 {padding-left: 13px}
.pd-l14 {padding-left: 14px}
.pd-l15 {padding-left: 15px}
.pd-l16 {padding-left: 16px}
.pd-l17 {padding-left: 17px}
.pd-l18 {padding-left: 18px}
.pd-l19 {padding-left: 19px}
.pd-l20 {padding-left: 20px}
.pd-l21 {padding-left: 21px}
.pd-l22 {padding-left: 22px}
.pd-l23 {padding-left: 23px}
.pd-l24 {padding-left: 24px}
.pd-l25 {padding-left: 25px}
.pd-l26 {padding-left: 26px}
.pd-l27 {padding-left: 27px}
.pd-l28 {padding-left: 28px}
.pd-l29 {padding-left: 29px}
.pd-l30 {padding-left: 30px}
.pd-l31 {padding-left: 31px}
.pd-l32 {padding-left: 32px}
.pd-l33 {padding-left: 33px}
.pd-l34 {padding-left: 34px}
.pd-l35 {padding-left: 35px}
.pd-l36 {padding-left: 36px}
.pd-l37 {padding-left: 37px}
.pd-l38 {padding-left: 38px}
.pd-l39 {padding-left: 39px}
.pd-l40 {padding-left: 40px}
.pd-l41 {padding-left: 41px}
.pd-l42 {padding-left: 42px}
.pd-l43 {padding-left: 43px}
.pd-l44 {padding-left: 44px}
.pd-l45 {padding-left: 45px}
.pd-l46 {padding-left: 46px}
.pd-l47 {padding-left: 47px}
.pd-l48 {padding-left: 48px}
.pd-l49 {padding-left: 49px}
.pd-l50 {padding-left: 50px}
.pd-l51 {padding-left: 51px}
.pd-l52 {padding-left: 52px}
.pd-l53 {padding-left: 53px}
.pd-l54 {padding-left: 54px}
.pd-l55 {padding-left: 55px}
.pd-l56 {padding-left: 56px}
.pd-l57 {padding-left: 57px}
.pd-l58 {padding-left: 58px}
.pd-l59 {padding-left: 59px}
.pd-l60 {padding-left: 60px}
.pd-l61 {padding-left: 61px}
.pd-l62 {padding-left: 62px}
.pd-l63 {padding-left: 63px}
.pd-l64 {padding-left: 64px}
.pd-l65 {padding-left: 65px}
.pd-l66 {padding-left: 66px}
.pd-l67 {padding-left: 67px}
.pd-l68 {padding-left: 68px}
.pd-l69 {padding-left: 69px}
.pd-l70 {padding-left: 70px}
.pd-l71 {padding-left: 71px}
.pd-l72 {padding-left: 72px}
.pd-l73 {padding-left: 73px}
.pd-l74 {padding-left: 74px}
.pd-l75 {padding-left: 75px}
.pd-l76 {padding-left: 76px}
.pd-l77 {padding-left: 77px}
.pd-l78 {padding-left: 78px}
.pd-l79 {padding-left: 79px}
.pd-l80 {padding-left: 80px}
.pd-l81 {padding-left: 81px}
.pd-l82 {padding-left: 82px}
.pd-l83 {padding-left: 83px}
.pd-l84 {padding-left: 84px}
.pd-l85 {padding-left: 85px}
.pd-l86 {padding-left: 86px}
.pd-l87 {padding-left: 87px}
.pd-l88 {padding-left: 88px}
.pd-l89 {padding-left: 89px}
.pd-l90 {padding-left: 90px}
.pd-l91 {padding-left: 91px}
.pd-l92 {padding-left: 92px}
.pd-l93 {padding-left: 93px}
.pd-l94 {padding-left: 94px}
.pd-l95 {padding-left: 95px}
.pd-l96 {padding-left: 96px}
.pd-l97 {padding-left: 97px}
.pd-l98 {padding-left: 98px}
.pd-l99 {padding-left: 99px}
.pd-l100 {padding-left: 100px}
.pd-l110 {padding-left: 110px}
.pd-l120 {padding-left: 120px}
.pd-l130 {padding-left: 130px}
.pd-l140 {padding-left: 140px}
.pd-l150 {padding-left: 150px}
.pd-l160 {padding-left: 160px}
.pd-l170 {padding-left: 170px}
.pd-l180 {padding-left: 180px}
.pd-l190 {padding-left: 190px}
.pd-l200 {padding-left: 200px}
.pd-l210 {padding-left: 210px}
.pd-l220 {padding-left: 220px}
.pd-l230 {padding-left: 230px}
.pd-l240 {padding-left: 240px}
.pd-l250 {padding-left: 250px}
.pd-l260 {padding-left: 260px}
.pd-l270 {padding-left: 270px}
.pd-l280 {padding-left: 280px}
.pd-l290 {padding-left: 290px}
.pd-l300 {padding-left: 300px}
.pd-l310 {padding-left: 310px}
.pd-l320 {padding-left: 320px}
.pd-l330 {padding-left: 330px}
.pd-l340 {padding-left: 340px}
.pd-l350 {padding-left: 350px}
.pd-l360 {padding-left: 360px}
.pd-l370 {padding-left: 370px}
.pd-l380 {padding-left: 380px}
.pd-l390 {padding-left: 390px}
.pd-l400 {padding-left: 400px}
.pd-l410 {padding-left: 410px}
.pd-l420 {padding-left: 420px}
.pd-l430 {padding-left: 430px}
.pd-l440 {padding-left: 440px}
.pd-l450 {padding-left: 450px}
.pd-l460 {padding-left: 460px}
.pd-l470 {padding-left: 470px}
.pd-l480 {padding-left: 480px}
.pd-l490 {padding-left: 490px}
.pd-l500 {padding-left: 500px}
.pd-l510 {padding-left: 510px}
.pd-l520 {padding-left: 520px}
.pd-l530 {padding-left: 530px}
.pd-l540 {padding-left: 540px}
.pd-l550 {padding-left: 550px}
.pd-l560 {padding-left: 560px}
.pd-l570 {padding-left: 570px}
.pd-l580 {padding-left: 580px}
.pd-l590 {padding-left: 590px}
.pd-l600 {padding-left: 600px}
.pd-l610 {padding-left: 610px}
.pd-l620 {padding-left: 620px}
.pd-l630 {padding-left: 630px}
.pd-l640 {padding-left: 640px}
.pd-l650 {padding-left: 650px}
.pd-l660 {padding-left: 660px}
.pd-l670 {padding-left: 670px}
.pd-l680 {padding-left: 680px}
.pd-l690 {padding-left: 690px}
.pd-l700 {padding-left: 700px}
.pd-l710 {padding-left: 710px}
.pd-l720 {padding-left: 720px}
.pd-l730 {padding-left: 730px}
.pd-l740 {padding-left: 740px}
.pd-l750 {padding-left: 750px}
.pd-l760 {padding-left: 760px}
.pd-l770 {padding-left: 770px}
.pd-l780 {padding-left: 780px}
.pd-l790 {padding-left: 790px}
.pd-l800 {padding-left: 800px}
.pd-l810 {padding-left: 810px}
.pd-l820 {padding-left: 820px}
.pd-l830 {padding-left: 830px}
.pd-l840 {padding-left: 840px}
.pd-l850 {padding-left: 850px}
.pd-l860 {padding-left: 860px}
.pd-l870 {padding-left: 870px}
.pd-l880 {padding-left: 880px}
.pd-l890 {padding-left: 890px}
.pd-l900 {padding-left: 900px}
.pd-l910 {padding-left: 910px}
.pd-l920 {padding-left: 920px}
.pd-l930 {padding-left: 930px}
.pd-l940 {padding-left: 940px}
.pd-l950 {padding-left: 950px}
.pd-l960 {padding-left: 960px}
.pd-l970 {padding-left: 970px}
.pd-l980 {padding-left: 980px}
.pd-l990 {padding-left: 990px}
.pd-l1000 {padding-left: 1000px}

/* padding right */
.pd-r0 {padding-right: 0}
.pd-r1 {padding-right: 1px}
.pd-r2 {padding-right: 2px}
.pd-r3 {padding-right: 3px}
.pd-r4 {padding-right: 4px}
.pd-r5 {padding-right: 5px}
.pd-r6 {padding-right: 6px}
.pd-r7 {padding-right: 7px}
.pd-r8 {padding-right: 8px}
.pd-r9 {padding-right: 9px}
.pd-r10 {padding-right: 10px}
.pd-r11 {padding-right: 11px}
.pd-r12 {padding-right: 12px}
.pd-r13 {padding-right: 13px}
.pd-r14 {padding-right: 14px}
.pd-r15 {padding-right: 15px}
.pd-r16 {padding-right: 16px}
.pd-r17 {padding-right: 17px}
.pd-r18 {padding-right: 18px}
.pd-r19 {padding-right: 19px}
.pd-r20 {padding-right: 20px}
.pd-r21 {padding-right: 21px}
.pd-r22 {padding-right: 22px}
.pd-r23 {padding-right: 23px}
.pd-r24 {padding-right: 24px}
.pd-r25 {padding-right: 25px}
.pd-r26 {padding-right: 26px}
.pd-r27 {padding-right: 27px}
.pd-r28 {padding-right: 28px}
.pd-r29 {padding-right: 29px}
.pd-r30 {padding-right: 30px}
.pd-r31 {padding-right: 31px}
.pd-r32 {padding-right: 32px}
.pd-r33 {padding-right: 33px}
.pd-r34 {padding-right: 34px}
.pd-r35 {padding-right: 35px}
.pd-r36 {padding-right: 36px}
.pd-r37 {padding-right: 37px}
.pd-r38 {padding-right: 38px}
.pd-r39 {padding-right: 39px}
.pd-r40 {padding-right: 40px}
.pd-r41 {padding-right: 41px}
.pd-r42 {padding-right: 42px}
.pd-r43 {padding-right: 43px}
.pd-r44 {padding-right: 44px}
.pd-r45 {padding-right: 45px}
.pd-r46 {padding-right: 46px}
.pd-r47 {padding-right: 47px}
.pd-r48 {padding-right: 48px}
.pd-r49 {padding-right: 49px}
.pd-r50 {padding-right: 50px}
.pd-r51 {padding-right: 51px}
.pd-r52 {padding-right: 52px}
.pd-r53 {padding-right: 53px}
.pd-r54 {padding-right: 54px}
.pd-r55 {padding-right: 55px}
.pd-r56 {padding-right: 56px}
.pd-r57 {padding-right: 57px}
.pd-r58 {padding-right: 58px}
.pd-r59 {padding-right: 59px}
.pd-r60 {padding-right: 60px}
.pd-r61 {padding-right: 61px}
.pd-r62 {padding-right: 62px}
.pd-r63 {padding-right: 63px}
.pd-r64 {padding-right: 64px}
.pd-r65 {padding-right: 65px}
.pd-r66 {padding-right: 66px}
.pd-r67 {padding-right: 67px}
.pd-r68 {padding-right: 68px}
.pd-r69 {padding-right: 69px}
.pd-r70 {padding-right: 70px}
.pd-r71 {padding-right: 71px}
.pd-r72 {padding-right: 72px}
.pd-r73 {padding-right: 73px}
.pd-r74 {padding-right: 74px}
.pd-r75 {padding-right: 75px}
.pd-r76 {padding-right: 76px}
.pd-r77 {padding-right: 77px}
.pd-r78 {padding-right: 78px}
.pd-r79 {padding-right: 79px}
.pd-r80 {padding-right: 80px}
.pd-r81 {padding-right: 81px}
.pd-r82 {padding-right: 82px}
.pd-r83 {padding-right: 83px}
.pd-r84 {padding-right: 84px}
.pd-r85 {padding-right: 85px}
.pd-r86 {padding-right: 86px}
.pd-r87 {padding-right: 87px}
.pd-r88 {padding-right: 88px}
.pd-r89 {padding-right: 89px}
.pd-r90 {padding-right: 90px}
.pd-r91 {padding-right: 91px}
.pd-r92 {padding-right: 92px}
.pd-r93 {padding-right: 93px}
.pd-r94 {padding-right: 94px}
.pd-r95 {padding-right: 95px}
.pd-r96 {padding-right: 96px}
.pd-r97 {padding-right: 97px}
.pd-r98 {padding-right: 98px}
.pd-r99 {padding-right: 99px}
.pd-r100 {padding-right: 100px}
.pd-r110 {padding-right: 110px}
.pd-r120 {padding-right: 120px}
.pd-r130 {padding-right: 130px}
.pd-r140 {padding-right: 140px}
.pd-r150 {padding-right: 150px}
.pd-r160 {padding-right: 160px}
.pd-r170 {padding-right: 170px}
.pd-r180 {padding-right: 180px}
.pd-r190 {padding-right: 190px}
.pd-r200 {padding-right: 200px}
.pd-r210 {padding-right: 210px}
.pd-r220 {padding-right: 220px}
.pd-r230 {padding-right: 230px}
.pd-r240 {padding-right: 240px}
.pd-r250 {padding-right: 250px}
.pd-r260 {padding-right: 260px}
.pd-r270 {padding-right: 270px}
.pd-r280 {padding-right: 280px}
.pd-r290 {padding-right: 290px}
.pd-r300 {padding-right: 300px}
.pd-r310 {padding-right: 310px}
.pd-r320 {padding-right: 320px}
.pd-r330 {padding-right: 330px}
.pd-r340 {padding-right: 340px}
.pd-r350 {padding-right: 350px}
.pd-r360 {padding-right: 360px}
.pd-r370 {padding-right: 370px}
.pd-r380 {padding-right: 380px}
.pd-r390 {padding-right: 390px}
.pd-r400 {padding-right: 400px}
.pd-r410 {padding-right: 410px}
.pd-r420 {padding-right: 420px}
.pd-r430 {padding-right: 430px}
.pd-r440 {padding-right: 440px}
.pd-r450 {padding-right: 450px}
.pd-r460 {padding-right: 460px}
.pd-r470 {padding-right: 470px}
.pd-r480 {padding-right: 480px}
.pd-r490 {padding-right: 490px}
.pd-r500 {padding-right: 500px}
.pd-r510 {padding-right: 510px}
.pd-r520 {padding-right: 520px}
.pd-r530 {padding-right: 530px}
.pd-r540 {padding-right: 540px}
.pd-r550 {padding-right: 550px}
.pd-r560 {padding-right: 560px}
.pd-r570 {padding-right: 570px}
.pd-r580 {padding-right: 580px}
.pd-r590 {padding-right: 590px}
.pd-r600 {padding-right: 600px}
.pd-r610 {padding-right: 610px}
.pd-r620 {padding-right: 620px}
.pd-r630 {padding-right: 630px}
.pd-r640 {padding-right: 640px}
.pd-r650 {padding-right: 650px}
.pd-r660 {padding-right: 660px}
.pd-r670 {padding-right: 670px}
.pd-r680 {padding-right: 680px}
.pd-r690 {padding-right: 690px}
.pd-r700 {padding-right: 700px}
.pd-r710 {padding-right: 710px}
.pd-r720 {padding-right: 720px}
.pd-r730 {padding-right: 730px}
.pd-r740 {padding-right: 740px}
.pd-r750 {padding-right: 750px}
.pd-r760 {padding-right: 760px}
.pd-r770 {padding-right: 770px}
.pd-r780 {padding-right: 780px}
.pd-r790 {padding-right: 790px}
.pd-r800 {padding-right: 800px}
.pd-r810 {padding-right: 810px}
.pd-r820 {padding-right: 820px}
.pd-r830 {padding-right: 830px}
.pd-r840 {padding-right: 840px}
.pd-r850 {padding-right: 850px}
.pd-r860 {padding-right: 860px}
.pd-r870 {padding-right: 870px}
.pd-r880 {padding-right: 880px}
.pd-r890 {padding-right: 890px}
.pd-r900 {padding-right: 900px}
.pd-r910 {padding-right: 910px}
.pd-r920 {padding-right: 920px}
.pd-r930 {padding-right: 930px}
.pd-r940 {padding-right: 940px}
.pd-r950 {padding-right: 950px}
.pd-r960 {padding-right: 960px}
.pd-r970 {padding-right: 970px}
.pd-r980 {padding-right: 980px}
.pd-r990 {padding-right: 990px}
.pd-r1000 {padding-right: 1000px}
