.relative{ position: relative !important; }
.static{ position: static !important; }

.cursor-pointer{ cursor: pointer !important; }

.bottom{ position: absolute !important; bottom:0 !important; }

.block{ display: block !important; }
.inline{ display: inline !important; }
.inline-block{ display: inline-block !important; }
.none{ display: none; }

.display-table{ display: table !important; }
.display-table-cell{ display: table-cell !important; }

.text-top{ vertical-align: top !important; }
.text-middle{ vertical-align: middle !important; }
.text-bottom{ vertical-align: bottom !important; }

.font-light{ font-weight: 200 !important; }
.font-normal{ font-weight: normal !important; }
.font-medium{ font-weight: 500 !important; }
.font-bold{ font-weight: bold !important; }

.underline{ text-decoration: underline !important; }
.no-underline{ text-decoration: none !important; }

.italic{ font-style: italic !important; }
.no-italic{ font-style: normal !important; }

.border{ border: 1px solid #ccc !important; }
.no-border{ border: none !important; }

.round{ border-radius: 4px !important; }
.no-round{ border-radius: 0 !important; }

.box-shadow{ box-shadow: 1px 1px 4px #333 !important; }
.no-box-shadow{ box-shadow: none !important; }

.box-shadow-inset{ -moz-box-shadow: inset 0 0 1px rgba(0,0,0,0.15) !important;  -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.15) !important; box-shadow: inset 0 0 1px rgba(0,0,0,0.15) !important; }
.box-shadow-outset{ -moz-box-shadow: 0 0 4px rgba(0,0,0,0.60) !important;  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.60) !important; box-shadow: 0 0 4px rgba(0,0,0,0.60) !important; }

.text-shadow{ text-shadow: 1px 1px 1px #333 !important; }
.no-text-shadow{ text-shadow: none !important; }

.width-percent-50{ width: 50% !important; }

.margin-left-15-{ margin-left: -15px !important; }
.margin-right-15-{ margin-right: -15px !important; }

.font-size-10{ font-size: 10px !important; }
.font-size-11{ font-size: 11px !important; }
.font-size-12{ font-size: 12px !important; }
.font-size-13{ font-size: 13px !important; }
.font-size-14{ font-size: 14px !important; }
.font-size-15{ font-size: 15px !important; }
.font-size-16{ font-size: 16px !important; }
.font-size-17{ font-size: 17px !important; }
.font-size-18{ font-size: 18px !important; }
.font-size-19{ font-size: 19px !important; }
.font-size-20{ font-size: 20px !important; }
.font-size-21{ font-size: 21px !important; }
.font-size-22{ font-size: 22px !important; }
.font-size-23{ font-size: 23px !important; }
.font-size-24{ font-size: 24px !important; }
.font-size-25{ font-size: 25px !important; }
.font-size-26{ font-size: 26px !important; }
.font-size-27{ font-size: 27px !important; }
.font-size-28{ font-size: 28px !important; }
.font-size-29{ font-size: 29px !important; }
.font-size-30{ font-size: 30px !important; }
.font-size-35{ font-size: 35px !important; }
.font-size-36{ font-size: 36px !important; }
.font-size-37{ font-size: 37px !important; }
.font-size-38{ font-size: 38px !important; }
.font-size-39{ font-size: 39px !important; }
.font-size-40{ font-size: 40px !important; }
.font-size-41{ font-size: 41px !important; }
.font-size-42{ font-size: 42px !important; }
.font-size-43{ font-size: 43px !important; }
.font-size-44{ font-size: 44px !important; }
.font-size-45{ font-size: 45px !important; }
.font-size-50{ font-size: 50px !important; }
.font-size-55{ font-size: 55px !important; }
.font-size-60{ font-size: 60px !important; }

.no-margin{ margin: 0 !important; }
.no-margin-top{margin-top: 0 !important;}
.no-margin-left{margin-left: 0 !important;}
.no-margin-bottom{margin-bottom: 0 !important;}
.no-margin-right{margin-right: 0 !important;}


.margin-top-1-{margin-top:-1px !important;}
.margin-top-2-{margin-top:-2px !important;}
.margin-top-3-{margin-top:-3px !important;}
.margin-top-4-{margin-top:-4px !important;}
.margin-top-5-{margin-top:-5px !important;}
.margin-top-6-{margin-top:-6px !important;}
.margin-top-7-{margin-top:-7px !important;}
.margin-top-8-{margin-top:-8px !important;}
.margin-top-9-{margin-top:-9px !important;}
.margin-top-10-{margin-top:-10px !important;}
.margin-top-11-{margin-top:-11px !important;}
.margin-top-12-{margin-top:-12px !important;}
.margin-top-13-{margin-top:-13px !important;}
.margin-top-14-{margin-top:-14px !important;}
.margin-top-15-{margin-top:-15px !important;}
.margin-top-20-{margin-top:-20px !important;}
.margin-top-30-{margin-top:-30px !important;}
.margin-top-40-{margin-top:-40px !important;}
.margin-top-50-{margin-top:-50px !important;}

.margin-5{margin: 5px !important;}
.margin-top-5{margin-top: 5px !important;}
.margin-left-5{margin-left: 5px !important;}
.margin-right-5{margin-right: 5px !important;}
.margin-bottom-5{margin-bottom: 5px !important;}

.margin-10{margin: 10px !important;}
.margin-top-10{margin-top: 10px !important;}
.margin-left-10{margin-left: 10px !important;}
.margin-right-10{margin-right: 10px !important;}
.margin-bottom-10{margin-bottom: 10px !important;}

.margin-15{margin: 15px !important;}
.margin-top-15{margin-top: 15px !important;}
.margin-left-15{margin-left: 15px !important;}
.margin-right-15{margin-right: 15px !important;}
.margin-bottom-15{margin-bottom: 15px !important;}

.margin-20{margin: 20px !important;}
.margin-top-20{margin-top: 20px !important;}
.margin-left-20{margin-left: 20px !important;}
.margin-right-20{margin-right: 20px !important;}
.margin-bottom-20{margin-bottom: 20px !important;}

.margin-25{margin: 25px !important;}
.margin-top-25{margin-top: 25px !important;}
.margin-left-25{margin-left: 25px !important;}
.margin-right-25{margin-right: 25px !important;}
.margin-bottom-25{margin-bottom: 25px !important;}

.margin-30{margin: 30px !important;}
.margin-top-30{margin-top: 30px !important;}
.margin-left-30{margin-left: 30px !important;}
.margin-right-30{margin-right: 30px !important;}
.margin-bottom-30{margin-bottom: 30px !important;}

.margin-35{margin: 35px !important;}
.margin-top-35{margin-top: 35px !important;}
.margin-left-35{margin-left: 35px !important;}
.margin-right-35{margin-right: 35px !important;}
.margin-bottom-35{margin-bottom: 35px !important;}

.margin-40{margin: 40px !important;}
.margin-top-40{margin-top: 40px !important;}
.margin-left-40{margin-left: 40px !important;}
.margin-right-40{margin-right: 40px !important;}
.margin-bottom-40{margin-bottom: 40px !important;}

.margin-45{margin: 45px !important;}
.margin-top-45{margin-top: 45px !important;}
.margin-left-45{margin-left: 45px !important;}
.margin-right-45{margin-right: 45px !important;}
.margin-bottom-45{margin-bottom: 45px !important;}

.margin-50{margin: 50px !important;}
.margin-top-50{margin-top: 50px !important;}
.margin-left-50{margin-left: 50px !important;}
.margin-right-50{margin-right: 50px !important;}
.margin-bottom-50{margin-bottom: 50px !important;}

.margin-55{margin: 55px !important;}
.margin-top-55{margin-top: 55px !important;}
.margin-left-55{margin-left: 55px !important;}
.margin-right-55{margin-right: 55px !important;}
.margin-bottom-55{margin-bottom: 55px !important;}

.margin-60{margin: 60px !important;}
.margin-top-60{margin-top: 60px !important;}
.margin-left-60{margin-left: 60px !important;}
.margin-right-60{margin-right: 60px !important;}
.margin-bottom-60{margin-bottom: 60px !important;}

.no-padding{padding: 0 !important;}
.no-padding-top{padding-top: 0 !important;}
.no-padding-left{padding-left: 0 !important;}
.no-padding-bottom{padding-bottom: 0 !important;}
.no-padding-right{padding-right: 0 !important;}

.padding-5{padding: 5px !important;}
.padding-top-5{padding-top: 5px !important;}
.padding-left-5{padding-left: 5px !important;}
.padding-right-5{padding-right: 5px !important;}
.padding-bottom-5{padding-bottom: 5px !important;}

.padding-10{padding: 10px !important;}
.padding-top-10{padding-top: 10px !important;}
.padding-left-10{padding-left: 10px !important;}
.padding-right-10{padding-right: 10px !important;}
.padding-bottom-10{padding-bottom: 10px !important;}

.padding-15{padding: 15px !important;}
.padding-top-15{padding-top: 15px !important;}
.padding-left-15{padding-left: 15px !important;}
.padding-right-15{padding-right: 15px !important;}
.padding-bottom-15{padding-bottom: 15px !important;}

.padding-20{padding: 20px !important;}
.padding-top-20{padding-top: 20px !important;}
.padding-left-20{padding-left: 20px !important;}
.padding-right-20{padding-right: 20px !important;}
.padding-bottom-20{ padding-bottom: 20px !important; }

.padding-25{ padding: 25px !important; }
.padding-top-25{ padding-top: 25px !important; }
.padding-left-25{ padding-left: 25px !important; }
.padding-right-25{ padding-right: 25px !important; }
.padding-bottom-25{ padding-bottom: 25px !important; }

.padding-30{ padding: 30px !important; }
.padding-top-30{ padding-top: 30px !important; }
.padding-left-30{ padding-left: 30px !important; }
.padding-right-30{ padding-right: 30px !important; }
.padding-bottom-30{ padding-bottom: 30px !important; }




/* Height */
.height-10 { height: 10px !important; }
.height-11 { height: 11px !important; }
.height-12 { height: 12px !important; }
.height-13 { height: 13px !important; }
.height-14 { height: 14px !important; }
.height-15 { height: 15px !important; }
.height-16 { height: 16px !important; }
.height-17 { height: 17px !important; }
.height-18 { height: 18px !important; }
.height-19 { height: 19px !important; }
.height-20 { height: 20px !important; }
.height-21 { height: 21px !important; }
.height-22 { height: 22px !important; }
.height-23 { height: 23px !important; }
.height-24 { height: 24px !important; }
.height-25 { height: 25px !important; }
.height-26 { height: 26px !important; }
.height-27 { height: 27px !important; }
.height-28 { height: 28px !important; }
.height-29 { height: 29px !important; }
.height-30 { height: 30px !important; }
.height-31 { height: 31px !important; }
.height-32 { height: 32px !important; }
.height-33 { height: 33px !important; }
.height-34 { height: 34px !important; }
.height-35 { height: 35px !important; }
.height-36 { height: 36px !important; }
.height-37 { height: 37px !important; }
.height-38 { height: 38px !important; }
.height-39 { height: 39px !important; }
.height-40 { height: 40px !important; }
.height-41 { height: 41px !important; }
.height-42 { height: 42px !important; }
.height-43 { height: 43px !important; }
.height-44 { height: 44px !important; }
.height-45 { height: 45px !important; }
.height-46 { height: 46px !important; }
.height-47 { height: 47px !important; }
.height-48 { height: 48px !important; }
.height-49 { height: 49px !important; }
.height-50 { height: 50px !important; }

/* Width */
.width-10 { width: 10px !important; }
.width-11 { width: 11px !important; }
.width-12 { width: 12px !important; }
.width-13 { width: 13px !important; }
.width-14 { width: 14px !important; }
.width-15 { width: 15px !important; }
.width-16 { width: 16px !important; }
.width-17 { width: 17px !important; }
.width-18 { width: 18px !important; }
.width-19 { width: 19px !important; }
.width-20 { width: 20px !important; }
.width-21 { width: 21px !important; }
.width-22 { width: 22px !important; }
.width-23 { width: 23px !important; }
.width-24 { width: 24px !important; }
.width-25 { width: 25px !important; }
.width-26 { width: 26px !important; }
.width-27 { width: 27px !important; }
.width-28 { width: 28px !important; }
.width-29 { width: 29px !important; }
.width-30 { width: 30px !important; }
.width-31 { width: 31px !important; }
.width-32 { width: 32px !important; }
.width-33 { width: 33px !important; }
.width-34 { width: 34px !important; }
.width-35 { width: 35px !important; }
.width-36 { width: 36px !important; }
.width-37 { width: 37px !important; }
.width-38 { width: 38px !important; }
.width-39 { width: 39px !important; }
.width-40 { width: 40px !important; }
.width-41 { width: 41px !important; }
.width-42 { width: 42px !important; }
.width-43 { width: 43px !important; }
.width-44 { width: 44px !important; }
.width-45 { width: 45px !important; }
.width-46 { width: 46px !important; }
.width-47 { width: 47px !important; }
.width-48 { width: 48px !important; }
.width-49 { width: 49px !important; }
.width-50 { width: 50px !important; }
.width-70 { width: 70px !important; }
.width-150 { width: 150px !important; }

/* Height */
.line-height-10 { line-height: 10px !important; }
.line-height-11 { line-height: 11px !important; }
.line-height-12 { line-height: 12px !important; }
.line-height-13 { line-height: 13px !important; }
.line-height-14 { line-height: 14px !important; }
.line-height-15 { line-height: 15px !important; }
.line-height-16 { line-height: 16px !important; }
.line-height-17 { line-height: 17px !important; }
.line-height-18 { line-height: 18px !important; }
.line-height-19 { line-height: 19px !important; }
.line-height-20 { line-height: 20px !important; }
.line-height-21 { line-height: 21px !important; }
.line-height-22 { line-height: 22px !important; }
.line-height-23 { line-height: 23px !important; }
.line-height-24 { line-height: 24px !important; }
.line-height-25 { line-height: 25px !important; }
.line-height-26 { line-height: 26px !important; }
.line-height-27 { line-height: 27px !important; }
.line-height-28 { line-height: 28px !important; }
.line-height-29 { line-height: 29px !important; }
.line-height-30 { line-height: 30px !important; }
.line-height-31 { line-height: 31px !important; }
.line-height-32 { line-height: 32px !important; }
.line-height-33 { line-height: 33px !important; }
.line-height-34 { line-height: 34px !important; }
.line-height-35 { line-height: 35px !important; }
.line-height-36 { line-height: 36px !important; }
.line-height-37 { line-height: 37px !important; }
.line-height-38 { line-height: 38px !important; }
.line-height-39 { line-height: 39px !important; }
.line-height-40 { line-height: 40px !important; }
.line-height-41 { line-height: 41px !important; }
.line-height-42 { line-height: 42px !important; }
.line-height-43 { line-height: 43px !important; }
.line-height-44 { line-height: 44px !important; }
.line-height-45 { line-height: 45px !important; }
.line-height-46 { line-height: 46px !important; }
.line-height-47 { line-height: 47px !important; }
.line-height-48 { line-height: 48px !important; }
.line-height-49 { line-height: 49px !important; }
.line-height-50 { line-height: 50px !important; }

.full-width{ width: 100% !important; }
.full-height{ height: 100% !important; }

.auto-width{ width: calc(100% - 15px) !important; }
.auto-height{ height: calc(100% - 15px) !important; }

.white-border{ border:1px solid #fff; }
.bg-border{ border:1px solid #a89c90; }


.no-background-color { background-color: transparent !important; }
.background-color-1 { background-color: #9f8b79 !important; }
.background-color-2 { background-color: #343838 !important; }
.background-color-2-80 { background-color: rgba(52,56,56,.80) !important; }
.background-color-3 { background-color: #1890c8 !important; }
.background-color-4 { background-color: #5b3b2b !important; }

.font-color-1{ color:#00a2dd !important; }
.font-color-2{ color:#343838 !important; }
.font-color-3{ color:#ffffff !important; }
.font-color-4{ color:#166d96 !important; }

.border-color-1{ border-color:#cdc3b6 !important; }

.text-indent-15{ text-indent: 15px !important; }

/* font */
.AriaPro{ font-family: AriaPro !important; }

.DaxMedium{ font-family: DaxMedium !important; }
.DaxLight{ font-family: DaxLight !important; }
.DaxRegular{ font-family: DaxRegular !important; }
.DaxBold{ font-family: DaxBold !important; }

.DaxCompactLight{ font-family: DaxCompactLight !important; }
.DaxCompactMedium{ font-family: DaxCompactMedium !important; }
.DaxCompactRegular{ font-family: DaxCompactRegular !important; }


/* Responsive align */
@media (max-width: 767px) {

    .width-auto-xs{ width:auto !important; }
    .height-auto-xs{ height:auto !important; }

	.text-left-xs{ text-align: left; }
	.text-center-xs{ text-align: center; }
	.text-right-xs{ text-align: right; }

	.no-padding-xs{ padding: 0 !important; }
	.no-margin-xs{ margin: 0 !important; }
    .no-pull-xs{ float:none !important;}

    .pull-right-xs{ float:right !important; }
    .pull-left-xs{ float:left !important; }

    .margin-5-xs{margin: 5px !important;}
    .margin-top-5-xs{margin-top: 5px !important;}
    .margin-left-5-xs{margin-left: 5px !important;}
    .margin-right-5-xs{margin-right: 5px !important;}
    .margin-bottom-5-xs{margin-bottom: 5px !important;}

    .margin-10-xs{margin: 10px !important;}
    .margin-top-10-xs{margin-top: 10px !important;}
    .margin-left-10-xs{margin-left: 10px !important;}
    .margin-right-10-xs{margin-right: 10px !important;}
    .margin-bottom-10-xs{margin-bottom: 10px !important;}

    .margin-15-xs{margin: 15px !important;}
    .margin-top-15-xs{margin-top: 15px !important;}
    .margin-left-15-xs{margin-left: 15px !important;}
    .margin-right-15-xs{margin-right: 15px !important;}
    .margin-bottom-15-xs{margin-bottom: 15px !important;}

    .margin-20-xs{margin: 20px !important;}
    .margin-top-20-xs{margin-top: 20px !important;}
    .margin-left-20-xs{margin-left: 20px !important;}
    .margin-right-20-xs{margin-right: 20px !important;}
    .margin-bottom-20-xs{margin-bottom: 20px !important;}

    .margin-25-xs{margin: 25px !important;}
    .margin-top-25-xs{margin-top: 25px !important;}
    .margin-left-25-xs{margin-left: 25px !important;}
    .margin-right-25-xs{margin-right: 25px !important;}
    .margin-bottom-25-xs{margin-bottom: 25px !important;}

    .margin-30-xs{margin: 30px !important;}
    .margin-top-30-xs{margin-top: 30px !important;}
    .margin-left-30-xs{margin-left: 30px !important;}
    .margin-right-30-xs{margin-right: 30px !important;}
    .margin-bottom-30-xs{margin-bottom: 30px !important;}

    .margin-35-xs{margin: 35px !important;}
    .margin-top-35-xs{margin-top: 35px !important;}
    .margin-left-35-xs{margin-left: 35px !important;}
    .margin-right-35-xs{margin-right: 35px !important;}
    .margin-bottom-35-xs{margin-bottom: 35px !important;}

    .margin-40-xs{margin: 40px !important;}
    .margin-top-40-xs{margin-top: 40px !important;}
    .margin-left-40-xs{margin-left: 40px !important;}
    .margin-right-40-xs{margin-right: 40px !important;}
    .margin-bottom-40-xs{margin-bottom: 40px !important;}

    .margin-45-xs{margin: 45px !important;}
    .margin-top-45-xs{margin-top: 45px !important;}
    .margin-left-45-xs{margin-left: 45px !important;}
    .margin-right-45-xs{margin-right: 45px !important;}
    .margin-bottom-45-xs{margin-bottom: 45px !important;}

    .margin-50-xs{margin: 50px !important;}
    .margin-top-50-xs{margin-top: 50px !important;}
    .margin-left-50-xs{margin-left: 50px !important;}
    .margin-right-50-xs{margin-right: 50px !important;}
    .margin-bottom-50-xs{margin-bottom: 50px !important;}

    .margin-55-xs{margin: 55px !important;}
    .margin-top-55-xs{margin-top: 55px !important;}
    .margin-left-55-xs{margin-left: 55px !important;}
    .margin-right-55-xs{margin-right: 55px !important;}
    .margin-bottom-55-xs{margin-bottom: 55px !important;}

    .margin-60-xs{margin: 60px !important;}
    .margin-top-60-xs{margin-top: 60px !important;}
    .margin-left-60-xs{margin-left: 60px !important;}
    .margin-right-60-xs{margin-right: 60px !important;}
    .margin-bottom-60-xs{margin-bottom: 60px !important;}

    .margin-90-xs{margin: 90px !important;}
    .margin-top-90-xs{margin-top: 90px !important;}
    .margin-left-90-xs{margin-left: 90px !important;}
    .margin-right-90-xs{margin-right: 90px !important;}
    .margin-bottom-90-xs{margin-bottom: 90px !important;}


    .padding-5-xs{padding: 5px !important;}
    .padding-top-5-xs{padding-top: 5px !important;}
    .padding-left-5-xs{padding-left: 5px !important;}
    .padding-right-5-xs{padding-right: 5px !important;}
    .padding-bottom-5-xs{padding-bottom: 5px !important;}

    .padding-10-xs{padding: 10px !important;}
    .padding-top-10-xs{padding-top: 10px !important;}
    .padding-left-10-xs{padding-left: 10px !important;}
    .padding-right-10-xs{padding-right: 10px !important;}
    .padding-bottom-10-xs{padding-bottom: 10px !important;}

    .padding-15-xs{padding: 15px !important;}
    .padding-top-15-xs{padding-top: 15px !important;}
    .padding-left-15-xs{padding-left: 15px !important;}
    .padding-right-15-xs{padding-right: 15px !important;}
    .padding-bottom-15-xs{padding-bottom: 15px !important;}

    .padding-20-xs{padding: 20px !important;}
    .padding-top-20-xs{padding-top: 20px !important;}
    .padding-left-20-xs{padding-left: 20px !important;}
    .padding-right-20-xs{padding-right: 20px !important;}
    .padding-bottom-20-xs{padding-bottom: 20px !important;}

    .padding-25-xs{padding: 25px !important;}
    .padding-top-25-xs{padding-top: 25px !important;}
    .padding-left-25-xs{padding-left: 25px !important;}
    .padding-right-25-xs{padding-right: 25px !important;}
    .padding-bottom-25-xs{padding-bottom: 25px !important;}

    .padding-30-xs{padding: 30px !important;}
    .padding-top-30-xs{padding-top: 30px !important;}
    .padding-left-30-xs{padding-left: 30px !important;}
    .padding-right-30-xs{padding-right: 30px !important;}
    .padding-bottom-30-xs{padding-bottom: 30px !important;}

    .padding-35-xs{padding: 35px !important;}
    .padding-top-35-xs{padding-top: 35px !important;}
    .padding-left-35-xs{padding-left: 35px !important;}
    .padding-right-35-xs{padding-right: 35px !important;}
    .padding-bottom-35-xs{padding-bottom: 35px !important;}

    .padding-40-xs{padding: 40px !important;}
    .padding-top-40-xs{padding-top: 40px !important;}
    .padding-left-40-xs{padding-left: 40px !important;}
    .padding-right-40-xs{padding-right: 40px !important;}
    .padding-bottom-40-xs{padding-bottom: 40px !important;}

    .padding-45-xs{padding: 45px !important;}
    .padding-top-45-xs{padding-top: 45px !important;}
    .padding-left-45-xs{padding-left: 45px !important;}
    .padding-right-45-xs{padding-right: 45px !important;}
    .padding-bottom-45-xs{padding-bottom: 45px !important;}

    .padding-50-xs{padding: 50px !important;}
    .padding-top-50-xs{padding-top: 50px !important;}
    .padding-left-50-xs{padding-left: 50px !important;}
    .padding-right-50-xs{padding-right: 50px !important;}
    .padding-bottom-50-xs{padding-bottom: 50px !important;}

    .padding-55-xs{padding: 55px !important;}
    .padding-top-55-xs{padding-top: 55px !important;}
    .padding-left-55-xs{padding-left: 55px !important;}
    .padding-right-55-xs{padding-right: 55px !important;}
    .padding-bottom-55-xs{padding-bottom: 55px !important;}

    .padding-60-xs{padding: 60px !important;}
    .padding-top-60-xs{padding-top: 60px !important;}
    .padding-left-60-xs{padding-left: 60px !important;}
    .padding-right-60-xs{padding-right: 60px !important;}
    .padding-bottom-60-xs{padding-bottom: 60px !important;}

    .line-height-1-xs { line-height: 1px !important; }
    .line-height-2-xs { line-height: 2px !important; }
    .line-height-3-xs { line-height: 3px !important; }
    .line-height-4-xs { line-height: 4px !important; }
    .line-height-5-xs { line-height: 5px !important; }
    .line-height-6-xs { line-height: 6px !important; }
    .line-height-7-xs { line-height: 7px !important; }
    .line-height-8-xs { line-height: 8px !important; }
    .line-height-9-xs { line-height: 9px !important; }
    .line-height-10-xs { line-height: 10px !important; }
    .line-height-11-xs { line-height: 11px !important; }
    .line-height-12-xs { line-height: 12px !important; }
    .line-height-13-xs { line-height: 13px !important; }
    .line-height-14-xs { line-height: 14px !important; }
    .line-height-15-xs { line-height: 15px !important; }
    .line-height-16-xs { line-height: 16px !important; }
    .line-height-17-xs { line-height: 17px !important; }
    .line-height-18-xs { line-height: 18px !important; }
    .line-height-19-xs { line-height: 19px !important; }
    .line-height-20-xs { line-height: 20px !important; }
    .line-height-21-xs { line-height: 21px !important; }
    .line-height-22-xs { line-height: 22px !important; }
    .line-height-23-xs { line-height: 23px !important; }
    .line-height-24-xs { line-height: 24px !important; }
    .line-height-25-xs { line-height: 25px !important; }
    .line-height-26-xs { line-height: 26px !important; }
    .line-height-27-xs { line-height: 27px !important; }
    .line-height-28-xs { line-height: 28px !important; }
    .line-height-29-xs { line-height: 29px !important; }
    .line-height-30-xs { line-height: 30px !important; }

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

}

@media (min-width: 768px) and (max-width: 991px) {

    .width-auto-sm{ width:auto !important; }
    .height-auto-sm{ height:auto !important; }

	.text-left-sm{ text-align: left; }
	.text-center-sm{ text-align: center; }
	.text-right-sm{ text-align: right; }

	.no-padding-sm{ padding: 0 !important; }
	.no-margin-sm{ margin: 0 !important; }

    .pull-right-sm{ float:right !important; }
    .pull-left-sm{ float:left !important; }
    .no-pull-sm{float:none !important;}

    .margin-5-sm{margin: 5px !important;}
    .margin-top-5-sm{margin-top: 5px !important;}
    .margin-left-5-sm{margin-left: 5px !important;}
    .margin-right-5-sm{margin-right: 5px !important;}
    .margin-bottom-5-sm{margin-bottom: 5px !important;}

    .margin-10-sm{margin: 10px !important;}
    .margin-top-10-sm{margin-top: 10px !important;}
    .margin-left-10-sm{margin-left: 10px !important;}
    .margin-right-10-sm{margin-right: 10px !important;}
    .margin-bottom-10-sm{margin-bottom: 10px !important;}

    .margin-15-sm{margin: 15px !important;}
    .margin-top-15-sm{margin-top: 15px !important;}
    .margin-left-15-sm{margin-left: 15px !important;}
    .margin-right-15-sm{margin-right: 15px !important;}
    .margin-bottom-15-sm{margin-bottom: 15px !important;}

    .margin-20-sm{margin: 20px !important;}
    .margin-top-20-sm{margin-top: 20px !important;}
    .margin-left-20-sm{margin-left: 20px !important;}
    .margin-right-20-sm{margin-right: 20px !important;}
    .margin-bottom-20-sm{margin-bottom: 20px !important;}

    .margin-25-sm{margin: 25px !important;}
    .margin-top-25-sm{margin-top: 25px !important;}
    .margin-left-25-sm{margin-left: 25px !important;}
    .margin-right-25-sm{margin-right: 25px !important;}
    .margin-bottom-25-sm{margin-bottom: 25px !important;}

    .margin-30-sm{margin: 30px !important;}
    .margin-top-30-sm{margin-top: 30px !important;}
    .margin-left-30-sm{margin-left: 30px !important;}
    .margin-right-30-sm{margin-right: 30px !important;}
    .margin-bottom-30-sm{margin-bottom: 30px !important;}

    .margin-35-sm{margin: 35px !important;}
    .margin-top-35-sm{margin-top: 35px !important;}
    .margin-left-35-sm{margin-left: 35px !important;}
    .margin-right-35-sm{margin-right: 35px !important;}
    .margin-bottom-35-sm{margin-bottom: 35px !important;}

    .margin-40-sm{margin: 40px !important;}
    .margin-top-40-sm{margin-top: 40px !important;}
    .margin-left-40-sm{margin-left: 40px !important;}
    .margin-right-40-sm{margin-right: 40px !important;}
    .margin-bottom-40-sm{margin-bottom: 40px !important;}

    .margin-45-sm{margin: 45px !important;}
    .margin-top-45-sm{margin-top: 45px !important;}
    .margin-left-45-sm{margin-left: 45px !important;}
    .margin-right-45-sm{margin-right: 45px !important;}
    .margin-bottom-45-sm{margin-bottom: 45px !important;}

    .margin-50-sm{margin: 50px !important;}
    .margin-top-50-sm{margin-top: 50px !important;}
    .margin-left-50-sm{margin-left: 50px !important;}
    .margin-right-50-sm{margin-right: 50px !important;}
    .margin-bottom-50-sm{margin-bottom: 50px !important;}

    .margin-55-sm{margin: 55px !important;}
    .margin-top-55-sm{margin-top: 55px !important;}
    .margin-left-55-sm{margin-left: 55px !important;}
    .margin-right-55-sm{margin-right: 55px !important;}
    .margin-bottom-55-sm{margin-bottom: 55px !important;}

    .margin-60-sm{margin: 60px !important;}
    .margin-top-60-sm{margin-top: 60px !important;}
    .margin-left-60-sm{margin-left: 60px !important;}
    .margin-right-60-sm{margin-right: 60px !important;}
    .margin-bottom-60-sm{margin-bottom: 60px !important;}

    .margin-90-sm{margin: 90px !important;}
    .margin-top-90-sm{margin-top: 90px !important;}
    .margin-left-90-sm{margin-left: 90px !important;}
    .margin-right-90-sm{margin-right: 90px !important;}
    .margin-bottom-90-sm{margin-bottom: 90px !important;}



    .padding-5-sm{padding: 5px !important;}
    .padding-top-5-sm{padding-top: 5px !important;}
    .padding-left-5-sm{padding-left: 5px !important;}
    .padding-right-5-sm{padding-right: 5px !important;}
    .padding-bottom-5-sm{padding-bottom: 5px !important;}

    .padding-10-sm{padding: 10px !important;}
    .padding-top-10-sm{padding-top: 10px !important;}
    .padding-left-10-sm{padding-left: 10px !important;}
    .padding-right-10-sm{padding-right: 10px !important;}
    .padding-bottom-10-sm{padding-bottom: 10px !important;}

    .padding-15-sm{padding: 15px !important;}
    .padding-top-15-sm{padding-top: 15px !important;}
    .padding-left-15-sm{padding-left: 15px !important;}
    .padding-right-15-sm{padding-right: 15px !important;}
    .padding-bottom-15-sm{padding-bottom: 15px !important;}

    .padding-20-sm{padding: 20px !important;}
    .padding-top-20-sm{padding-top: 20px !important;}
    .padding-left-20-sm{padding-left: 20px !important;}
    .padding-right-20-sm{padding-right: 20px !important;}
    .padding-bottom-20-sm{padding-bottom: 20px !important;}

    .padding-25-sm{padding: 25px !important;}
    .padding-top-25-sm{padding-top: 25px !important;}
    .padding-left-25-sm{padding-left: 25px !important;}
    .padding-right-25-sm{padding-right: 25px !important;}
    .padding-bottom-25-sm{padding-bottom: 25px !important;}

    .padding-30-sm{padding: 30px !important;}
    .padding-top-30-sm{padding-top: 30px !important;}
    .padding-left-30-sm{padding-left: 30px !important;}
    .padding-right-30-sm{padding-right: 30px !important;}
    .padding-bottom-30-sm{padding-bottom: 30px !important;}

    .padding-35-sm{padding: 35px !important;}
    .padding-top-35-sm{padding-top: 35px !important;}
    .padding-left-35-sm{padding-left: 35px !important;}
    .padding-right-35-sm{padding-right: 35px !important;}
    .padding-bottom-35-sm{padding-bottom: 35px !important;}

    .padding-40-sm{padding: 40px !important;}
    .padding-top-40-sm{padding-top: 40px !important;}
    .padding-left-40-sm{padding-left: 40px !important;}
    .padding-right-40-sm{padding-right: 40px !important;}
    .padding-bottom-40-sm{padding-bottom: 40px !important;}

    .padding-45-sm{padding: 45px !important;}
    .padding-top-45-sm{padding-top: 45px !important;}
    .padding-left-45-sm{padding-left: 45px !important;}
    .padding-right-45-sm{padding-right: 45px !important;}
    .padding-bottom-45-sm{padding-bottom: 45px !important;}

    .padding-50-sm{padding: 50px !important;}
    .padding-top-50-sm{padding-top: 50px !important;}
    .padding-left-50-sm{padding-left: 50px !important;}
    .padding-right-50-sm{padding-right: 50px !important;}
    .padding-bottom-50-sm{padding-bottom: 50px !important;}

    .padding-55-sm{padding: 55px !important;}
    .padding-top-55-sm{padding-top: 55px !important;}
    .padding-left-55-sm{padding-left: 55px !important;}
    .padding-right-55-sm{padding-right: 55px !important;}
    .padding-bottom-55-sm{padding-bottom: 55px !important;}

    .padding-60-sm{padding: 60px !important;}
    .padding-top-60-sm{padding-top: 60px !important;}
    .padding-left-60-sm{padding-left: 60px !important;}
    .padding-right-60-sm{padding-right: 60px !important;}
    .padding-bottom-60-sm{padding-bottom: 60px !important;}

    .line-height-1-sm { line-height: 1px !important; }
    .line-height-2-sm { line-height: 2px !important; }
    .line-height-3-sm { line-height: 3px !important; }
    .line-height-4-sm { line-height: 4px !important; }
    .line-height-5-sm { line-height: 5px !important; }
    .line-height-6-sm { line-height: 6px !important; }
    .line-height-7-sm { line-height: 7px !important; }
    .line-height-8-sm { line-height: 8px !important; }
    .line-height-9-sm { line-height: 9px !important; }
    .line-height-10-sm { line-height: 10px !important; }
    .line-height-11-sm { line-height: 11px !important; }
    .line-height-12-sm { line-height: 12px !important; }
    .line-height-13-sm { line-height: 13px !important; }
    .line-height-14-sm { line-height: 14px !important; }
    .line-height-15-sm { line-height: 15px !important; }
    .line-height-16-sm { line-height: 16px !important; }
    .line-height-17-sm { line-height: 17px !important; }
    .line-height-18-sm { line-height: 18px !important; }
    .line-height-19-sm { line-height: 19px !important; }
    .line-height-20-sm { line-height: 20px !important; }
    .line-height-21-sm { line-height: 21px !important; }
    .line-height-22-sm { line-height: 22px !important; }
    .line-height-23-sm { line-height: 23px !important; }
    .line-height-24-sm { line-height: 24px !important; }
    .line-height-25-sm { line-height: 25px !important; }
    .line-height-26-sm { line-height: 26px !important; }
    .line-height-27-sm { line-height: 27px !important; }
    .line-height-28-sm { line-height: 28px !important; }
    .line-height-29-sm { line-height: 29px !important; }
    .line-height-30-sm { line-height: 30px !important; }

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

@media (min-width: 768px){
    .hidden-md{ display:none !important; }

    .line-height-1-md { line-height: 1px !important; }
    .line-height-2-md { line-height: 2px !important; }
    .line-height-3-md { line-height: 3px !important; }
    .line-height-4-md { line-height: 4px !important; }
    .line-height-5-md { line-height: 5px !important; }
    .line-height-6-md { line-height: 6px !important; }
    .line-height-7-md { line-height: 7px !important; }
    .line-height-8-md { line-height: 8px !important; }
    .line-height-9-md { line-height: 9px !important; }
    .line-height-10-md { line-height: 10px !important; }
    .line-height-11-md { line-height: 11px !important; }
    .line-height-12-md { line-height: 12px !important; }
    .line-height-13-md { line-height: 13px !important; }
    .line-height-14-md { line-height: 14px !important; }
    .line-height-15-md { line-height: 15px !important; }
    .line-height-16-md { line-height: 16px !important; }
    .line-height-17-md { line-height: 17px !important; }
    .line-height-18-md { line-height: 18px !important; }
    .line-height-19-md { line-height: 19px !important; }
    .line-height-20-md { line-height: 20px !important; }
    .line-height-21-md { line-height: 21px !important; }
    .line-height-22-md { line-height: 22px !important; }
    .line-height-23-md { line-height: 23px !important; }
    .line-height-24-md { line-height: 24px !important; }
    .line-height-25-md { line-height: 25px !important; }
    .line-height-26-md { line-height: 26px !important; }
    .line-height-27-md { line-height: 27px !important; }
    .line-height-28-md { line-height: 28px !important; }
    .line-height-29-md { line-height: 29px !important; }
    .line-height-30-md { line-height: 30px !important; }
	.font-size-1-md { font-size: 1px !important; }
	.font-size-2-md { font-size: 2px !important; }
	.font-size-3-md { font-size: 3px !important; }
	.font-size-4-md { font-size: 4px !important; }
	.font-size-5-md { font-size: 5px !important; }
	.font-size-6-md { font-size: 6px !important; }
	.font-size-7-md { font-size: 7px !important; }
	.font-size-8-md { font-size: 8px !important; }
	.font-size-9-md { font-size: 9px !important; }
	.font-size-10-md { font-size: 10px !important; }
	.font-size-11-md { font-size: 11px !important; }
	.font-size-12-md { font-size: 12px !important; }
	.font-size-13-md { font-size: 13px !important; }
	.font-size-14-md { font-size: 14px !important; }
	.font-size-15-md { font-size: 15px !important; }
	.font-size-16-md { font-size: 16px !important; }
	.font-size-17-md { font-size: 17px !important; }
	.font-size-18-md { font-size: 18px !important; }
	.font-size-19-md { font-size: 19px !important; }
	.font-size-20-md { font-size: 20px !important; }
	.font-size-21-md { font-size: 21px !important; }
	.font-size-22-md { font-size: 22px !important; }
	.font-size-23-md { font-size: 23px !important; }
	.font-size-24-md { font-size: 24px !important; }
	.font-size-25-md { font-size: 25px !important; }
	.font-size-26-md { font-size: 26px !important; }
	.font-size-27-md { font-size: 27px !important; }
	.font-size-28-md { font-size: 28px !important; }
	.font-size-29-md { font-size: 29px !important; }
	.font-size-30-md { font-size: 30px !important; }
	.font-size-31-md { font-size: 31px !important; }
	.font-size-32-md { font-size: 32px !important; }
	.font-size-33-md { font-size: 33px !important; }
	.font-size-34-md { font-size: 34px !important; }
	.font-size-35-md { font-size: 35px !important; }
	.font-size-36-md { font-size: 36px !important; }
	.font-size-37-md { font-size: 37px !important; }
	.font-size-38-md { font-size: 38px !important; }
	.font-size-39-md { font-size: 39px !important; }
	.font-size-40-md { font-size: 40px !important; }
	.font-size-41-md { font-size: 41px !important; }
	.font-size-42-md { font-size: 42px !important; }
	.font-size-43-md { font-size: 43px !important; }
	.font-size-44-md { font-size: 44px !important; }
	.font-size-45-md { font-size: 45px !important; }
	.font-size-46-md { font-size: 46px !important; }
	.font-size-47-md { font-size: 47px !important; }
	.font-size-48-md { font-size: 48px !important; }
	.font-size-49-md { font-size: 49px !important; }
	.font-size-50-md { font-size: 50px !important; }
	.font-size-51-md { font-size: 51px !important; }
	.font-size-52-md { font-size: 52px !important; }
	.font-size-53-md { font-size: 53px !important; }
	.font-size-54-md { font-size: 54px !important; }
	.font-size-55-md { font-size: 55px !important; }
	.font-size-56-md { font-size: 56px !important; }
	.font-size-57-md { font-size: 57px !important; }
	.font-size-58-md { font-size: 58px !important; }
	.font-size-59-md { font-size: 59px !important; }
	.font-size-60-md { font-size: 60px !important; }
}

@media(min-height: 1000px){

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