/**************** NORMALIZE TAG ****************//**************** NORMALIZE TAG ****************//**************** NORMALIZE TAG ****************/

html {font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased;}

body, body * {margin: 0px; padding: 0px; outline: none;}

div, section, article, header, footer, aside, hgroup, h1, h2, h3, h4 {display: block; position: relative; margin: 0px; padding: 0px; box-sizing: border-box;}

a {outline: none; border: none; text-decoration: none; background-color: transparent;}

img {outline: none; border: none;}

input, optgroup, select, textarea {outline: none; color: inherit; margin: 0;}

button, select {text-transform: none;}

option[default] {display: none;}

html input[disabled] {cursor: default;}

button::-moz-focus-inner, input::-moz-focus-inner {border: 0; padding: 0;}

input[type="checkbox"], input[type="radio"] {box-sizing: border-box; padding: 0;}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {height: auto; opacity: 1;}
input[type="number"].noarr::-webkit-outer-spin-button, input[type="number"].noarr::-webkit-inner-spin-button {-webkit-appearance: none; margin: 0;}
input[type="number"].noarr {-moz-appearance: textfield;}

input[type="search"] {-webkit-appearance: textfield; box-sizing: content-box;}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}

textarea {overflow: auto; resize: none;}

table {border-collapse: separate; border-spacing: 0;}



/**************** STANDART CLASS ****************//**************** STANDART CLASS ****************//**************** STANDART CLASS ****************/

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

.over {overflow: hidden !important;} .clear:after {content: ""; display: block; width: 0px; height: 0px; clear: both; visibility: hidden;}

.hide {opacity: 0 !important; pointer-events: none !important; display: none !important;} .nopoint {pointer-events: none;}



/**************** TEXT ****************//**************** TEXT ****************//**************** TEXT ****************/

.w100 {font-weight: 100;} .w200 {font-weight: 200;} .w300 {font-weight: 300;} .w400 {font-weight: 400;} .w500 {font-weight: 500;} .w600 {font-weight: 600;} .w700 {font-weight: 700;} .w800 {font-weight: 800;} .w900 {font-weight: 900;}

.l1 {line-height: 1px;} .l2 {line-height: 2px;} .l3 {line-height: 3px;} .l4 {line-height: 4px;} .l5 {line-height: 5px;} .l6 {line-height: 6px;} .l7 {line-height: 7px;} .l8 {line-height: 8px;} .l9 {line-height: 9px;} .l10 {line-height: 10px;}
.l11 {line-height: 11px;} .l12 {line-height: 12px;} .l13 {line-height: 13px;} .l14 {line-height: 14px;} .l15 {line-height: 15px;} .l16 {line-height: 16px;} .l17 {line-height: 17px;} .l18 {line-height: 18px;} .l19 {line-height: 19px;} .l20 {line-height: 20px;}
.l21 {line-height: 21px;} .l22 {line-height: 22px;} .l23 {line-height: 23px;} .l24 {line-height: 24px;} .l25 {line-height: 25px;} .l26 {line-height: 26px;} .l27 {line-height: 27px;} .l28 {line-height: 28px;} .l29 {line-height: 29px;} .l30 {line-height: 30px;}
.l31 {line-height: 31px;} .l32 {line-height: 32px;} .l33 {line-height: 33px;} .l34 {line-height: 34px;} .l35 {line-height: 35px;} .l36 {line-height: 36px;} .l37 {line-height: 37px;} .l38 {line-height: 38px;} .l39 {line-height: 39px;} .l40 {line-height: 40px;}

.text-left {text-align: left !important;} .text-left input, .text-left textarea {text-align: left !important;} 
.text-right {text-align: right !important;} .text-right input, .text-right textarea {text-align: right !important;}
.text-center {text-align: center !important;} .text-center input, .text-center textarea {text-align: center !important;}
.text-capitalize {text-transform: capitalize;}
.text-nowrap {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.text-break {word-break: break-all;}
.text-for-copy {width: 1px; height: 1px; opacity: 0; overflow: hidden;}

@media screen and (max-width: 760px) {
    .mobi760-text-left {text-align: left !important;}
    .mobi760-text-center {text-align: center !important;}
}

@media screen and (max-width: 460px) {
    .mobi460-text-left {text-align: left !important;}
    .mobi460-text-center {text-align: center !important;}
}



/**************** FLEX ****************//**************** FLEX ****************//**************** FLEX ****************/

.flex, [class*='flex'] {
    display: flex; display: -webkit-flex;
    flex-direction: row; -webkit-flex-direction: row;
    flex-wrap: wrap; -webkit-flex-wrap: wrap;
    justify-content: flex-start; -webkit-justify-content: flex-start;
    align-items: flex-start; -webkit-align-items: flex-start;
	align-content: flex-start; -webkit-align-content: flex-start;
}
.flex > * {flex: 0 0 auto; -webkit-flex: 0 0 auto;} [class*='flex-'] > * {flex: 0 0 auto; -webkit-flex: 0 0 auto;}
.flex-reverse {flex-direction: row-reverse; -webkit-flex-direction: row-reverse;}
.flex-column {flex-direction: column; -webkit-flex-direction: column;}
.flex-colreverse {flex-direction: column-reverse; -webkit-flex-direction: column-reverse;}
.flex-nowrap {flex-wrap: nowrap; -webkit-flex-wrap: nowrap;}
.flex-wrapreverse {flex-wrap: wrap-reverse; -webkit-flex-wrap: wrap-reverse;}
.flex-end {justify-content: flex-end; -webkit-ustify-content: flex-end;}
.flex-between {justify-content: space-between; -webkit-justify-content: space-between;}
.flex-around {justify-content: space-around; -webkit-justify-content: space-around}
.flex-center {justify-content: center; -webkit-justify-content: center;}
.flex-iend {align-items: flex-end; -webkit-align-items: flex-end;}
.flex-icenter {align-items: center; -webkit-align-items: center;}
.flex-ibaseline {align-items: baseline; -webkit-align-items: baseline;}
.flex-istretch {align-items: stretch; -webkit-align-items: stretch;}
.flex-cend {align-content: flex-end; -webkit-align-content: flex-end;}
.flex-ccenter {align-content: center; -webkit-align-content: center;}
.flex-cbetween {align-content: space-between; -webkit-align-content: space-between;}
.flex-caround {align-content: space-around; -webkit-align-content: space-around;}

.flexvc {-webkit-align-items: center; align-items: center; -webkit-align-content: center; align-content: center;}
.flexac {-webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-align-content: center; align-content: center;}

.nofix {flex: 1 1 auto; -webkit-flex: 1 1 auto;}

@media screen and (max-width: 960px) {
    .mobi960-flex-center {justify-content: center; -webkit-justify-content: center;}
    .mobi960-flex-start {justify-content: flex-start; -webkit-justify-content: flex-start;}
}

@media screen and (max-width: 760px) {
    .mobi760-flex-center {justify-content: center; -webkit-justify-content: center;}
    .mobi760-flex-start {justify-content: flex-start; -webkit-justify-content: flex-start;}
}

@media screen and (max-width: 460px) {
    .mobi460-flex-center {justify-content: center; -webkit-justify-content: center;}
    .mobi460-flex-start {justify-content: flex-start; -webkit-justify-content: flex-start;}
}



/**************** METRIC ****************//**************** METRIC ****************//**************** METRIC ****************/

.w3px {width: 3px !important;} .w6px {width: 6px !important;} .w9px {width: 9px !important;} .w12px {width: 12px !important;} .w15px {width: 15px !important;}
.w18px {width: 18px !important;} .w21px {width: 21px !important;} .w24px {width: 24px !important;} .w27px {width: 27px !important;} .w30px {width: 30px !important;}
.w33px {width: 33px !important;}
.w36px {width: 36px !important;} .w42px {width: 42px !important;} .w48px {width: 48px !important;} .w54px {width: 54px !important;} .w60px {width: 60px !important;}
.w66px {width: 66px !important;} .w72px {width: 72px !important;} .w78px {width: 78px !important;} .w84px {width: 84px !important;} .w90px {width: 90px !important;}
.w96px {width: 96px !important;} .w102px {width: 102px !important;} .w108px {width: 108px !important;} .w114px {width: 114px !important;} .w120px {width: 120px !important;}
.w126px {width: 126px !important;} .w132px {width: 132px !important;} .w138px {width: 138px !important;} .w144px {width: 144px !important;} .w150px {width: 150px !important;}
.w156px {width: 156px !important;} .w162px {width: 162px !important;} .w168px {width: 168px !important;} .w174px {width: 174px !important;} .w180px {width: 180px !important;}
.w186px {width: 186px !important;} .w192px {width: 192px !important;} .w198px {width: 198px !important;} .w204px {width: 204px !important;} .w210px {width: 210px !important;}
.w216px {width: 216px !important;} .w222px {width: 222px !important;} .w228px {width: 228px !important;} .w234px {width: 234px !important;} .w240px {width: 240px !important;}
.w246px {width: 246px !important;} .w252px {width: 252px !important;} .w258px {width: 258px !important;} .w264px {width: 264px !important;} .w270px {width: 270px !important;}
.w276px {width: 276px !important;} .w282px {width: 282px !important;} .w288px {width: 288px !important;} .w294px {width: 294px !important;} .w300px {width: 300px !important;}
.w306px {width: 306px !important;} .w312px {width: 312px !important;} .w318px {width: 318px !important;} .w324px {width: 324px !important;} .w330px {width: 330px !important;}
.w336px {width: 336px !important;} .w342px {width: 342px !important;} .w348px {width: 348px !important;} .w354px {width: 354px !important;} .w360px {width: 360px !important;}
.w366px {width: 366px !important;} .w372px {width: 372px !important;} .w378px {width: 378px !important;} .w384px {width: 384px !important;} .w390px {width: 390px !important;}
.w396px {width: 396px !important;} .w402px {width: 402px !important;} .w408px {width: 408px !important;} .w414px {width: 414px !important;} .w420px {width: 420px !important;}
.w426px {width: 426px !important;} .w432px {width: 432px !important;} .w438px {width: 438px !important;} .w444px {width: 444px !important;} .w450px {width: 450px !important;}
.w456px {width: 456px !important;} .w462px {width: 462px !important;} .w468px {width: 468px !important;} .w474px {width: 474px !important;} .w480px {width: 480px !important;}
.w486px {width: 486px !important;} .w492px {width: 492px !important;} .w498px {width: 498px !important;} .w504px {width: 504px !important;} .w510px {width: 510px !important;}
.w516px {width: 516px !important;} .w522px {width: 522px !important;} .w528px {width: 528px !important;} .w534px {width: 534px !important;} .w540px {width: 540px !important;}
.w546px {width: 546px !important;} .w552px {width: 552px !important;} .w558px {width: 558px !important;} .w564px {width: 564px !important;} .w570px {width: 570px !important;}
.w576px {width: 576px !important;} .w582px {width: 582px !important;} .w588px {width: 588px !important;} .w594px {width: 594px !important;} .w600px {width: 600px !important;}
.w630px {width: 630px !important;} .w660px {width: 660px !important;} .w690px {width: 690px !important;} .w720px {width: 720px !important;} .w750px {width: 750px !important;}
.w780px {width: 780px !important;} .w810px {width: 810px !important;} .w840px {width: 840px !important;} .w870px {width: 870px !important;} .w900px {width: 900px !important;}

.w40px {width: 40px !important;} .w80px {width: 80px !important;}

.w1pc {width: 1% !important;} .w2pc {width: 2% !important;} .w3pc {width: 3% !important;} .w4pc {width: 4% !important;} .w5pc {width: 5% !important;}
.w6pc {width: 6% !important;} .w7pc {width: 7% !important;} .w8pc {width: 8% !important;} .w9pc {width: 9% !important;} .w10pc {width: 10% !important;}
.w11pc {width: 11% !important;} .w12pc {width: 12% !important;} .w13pc {width: 13% !important;} .w14pc {width: 14% !important;} .w15pc {width: 15% !important;}
.w16pc {width: 16% !important;} .w17pc {width: 17% !important;} .w18pc {width: 18% !important;} .w19pc {width: 19% !important;} .w20pc {width: 20% !important;}
.w21pc {width: 21% !important;} .w22pc {width: 22% !important;} .w23pc {width: 23% !important;} .w24pc {width: 24% !important;} .w25pc {width: 25% !important;}
.w26pc {width: 26% !important;} .w27pc {width: 27% !important;} .w28pc {width: 28% !important;} .w29pc {width: 29% !important;} .w30pc {width: 30% !important;}
.w31pc {width: 31% !important;} .w32pc {width: 32% !important;} .w33pc {width: 33% !important;} .w34pc {width: 34% !important;} .w35pc {width: 35% !important;}
.w36pc {width: 36% !important;} .w37pc {width: 37% !important;} .w38pc {width: 38% !important;} .w39pc {width: 39% !important;} .w40pc {width: 40% !important;}
.w41pc {width: 41% !important;} .w42pc {width: 42% !important;} .w43pc {width: 43% !important;} .w44pc {width: 44% !important;} .w45pc {width: 45% !important;}
.w46pc {width: 46% !important;} .w47pc {width: 47% !important;} .w48pc {width: 48% !important;} .w49pc {width: 49% !important;} .w50pc {width: 50% !important;}
.w51pc {width: 51% !important;} .w52pc {width: 52% !important;} .w53pc {width: 53% !important;} .w54pc {width: 54% !important;} .w55pc {width: 55% !important;}
.w56pc {width: 56% !important;} .w57pc {width: 57% !important;} .w58pc {width: 58% !important;} .w59pc {width: 59% !important;} .w60pc {width: 60% !important;}
.w61pc {width: 61% !important;} .w62pc {width: 62% !important;} .w63pc {width: 63% !important;} .w64pc {width: 64% !important;} .w65pc {width: 65% !important;}
.w66pc {width: 66% !important;} .w67pc {width: 67% !important;} .w68pc {width: 68% !important;} .w69pc {width: 69% !important;} .w70pc {width: 70% !important;}
.w71pc {width: 71% !important;} .w72pc {width: 72% !important;} .w73pc {width: 73% !important;} .w74pc {width: 74% !important;} .w75pc {width: 75% !important;}
.w76pc {width: 76% !important;} .w77pc {width: 77% !important;} .w78pc {width: 78% !important;} .w79pc {width: 79% !important;} .w80pc {width: 80% !important;}
.w81pc {width: 81% !important;} .w82pc {width: 82% !important;} .w83pc {width: 83% !important;} .w84pc {width: 84% !important;} .w85pc {width: 85% !important;}
.w86pc {width: 86% !important;} .w87pc {width: 87% !important;} .w88pc {width: 88% !important;} .w89pc {width: 89% !important;} .w90pc {width: 90% !important;}
.w91pc {width: 91% !important;} .w92pc {width: 92% !important;} .w93pc {width: 93% !important;} .w94pc {width: 94% !important;} .w95pc {width: 95% !important;}
.w96pc {width: 96% !important;} .w97pc {width: 97% !important;} .w98pc {width: 98% !important;} .w99pc {width: 99% !important;} .w100pc {width: 100% !important;}

.w2-5pc {width: 2.5% !important;} .w7-5pc {width: 7.5% !important;} .w12-5pc {width: 12.5% !important;} .w17-5pc {width: 17.5% !important;}
.w22-5pc {width: 22.5% !important;} .w27-5pc {width: 27.5% !important;} .w32-5pc {width: 32.5% !important;} .w37-5pc {width: 37.5% !important;}
.w42-5pc {width: 42.5% !important;} .w47-5pc {width: 47.5% !important;} .w52-5pc {width: 52.5% !important;} .w57-5pc {width: 57.5% !important;}
.w62-5pc {width: 62.5% !important;} .w67-5pc {width: 67.5% !important;} .w72-5pc {width: 72.5% !important;} .w77-5pc {width: 77.5% !important;}
.w82-5pc {width: 82.5% !important;} .w87-5pc {width: 87.5% !important;} .w92-5pc {width: 92.5% !important;} .w97-5pc {width: 97.5% !important;} 

.w16-6pc {width: 16.666666% !important;} .w33-3pc {width: 33.333333% !important;} .w66-6pc {width: 66.666666% !important;} .w83-3pc {width: 83.333333% !important;}

.maxw30px {max-width: 30px !important;} .maxw60px {max-width: 60px !important;} .maxw90px {max-width: 90px !important;} .maxw120px {max-width: 120px !important;} .maxw150px {max-width: 150px !important;}
.maxw180px {max-width: 180px !important;} .maxw210px {max-width: 210px !important;} .maxw240px {max-width: 240px !important;} .maxw270px {max-width: 270px !important;} .maxw300px {max-width: 300px !important;}
.maxw330px {max-width: 330px !important;} .maxw360px {max-width: 360px !important;} .maxw390px {max-width: 390px !important;} .maxw420px {max-width: 420px !important;} .maxw450px {max-width: 450px !important;}
.maxw480px {max-width: 480px !important;} .maxw510px {max-width: 510px !important;} .maxw540px {max-width: 540px !important;} .maxw570px {max-width: 570px !important;} .maxw600px {max-width: 600px !important;}

.maxw10pc {max-width: 10% !important;} .maxw15pc {max-width: 15% !important;} .maxw20pc {max-width: 20% !important;} .maxw25pc {max-width: 25% !important;} .maxw30pc {max-width: 30% !important;}
.maxw35pc {max-width: 35% !important;} .maxw40pc {max-width: 40% !important;} .maxw45pc {max-width: 45% !important;} .maxw50pc {max-width: 50% !important;} .maxw55pc {max-width: 55% !important;}
.maxw60pc {max-width: 60% !important;} .maxw66pc {max-width: 65% !important;} .maxw70pc {max-width: 70% !important;} .maxw75pc {max-width: 75% !important;} .maxw80pc {max-width: 80% !important;}
.maxw85pc {max-width: 85% !important;} .maxw90pc {max-width: 90% !important;} .maxw95pc {max-width: 95% !important;} .maxw100pc {max-width: 100% !important;}

.maxw16-6pc {max-width: 16.666666% !important;} .maxw33-3pc {max-width: 33.333333% !important;} .maxw66-6pc {max-width: 66.666666% !important;} .maxw83-3pc {max-width: 83.333333% !important;}

.minw30px {min-width: 30px !important;} .minw60px {min-width: 60px !important;} .minw90px {min-width: 90px !important;} .minw120px {min-width: 120px !important;} .minw150px {min-width: 150px !important;}
.minw180px {min-width: 180px !important;} .minw210px {min-width: 210px !important;} .minw240px {min-width: 240px !important;} .minw270px {min-width: 270px !important;} .minw300px {min-width: 300px !important;}
.minw330px {min-width: 330px !important;} .minw360px {min-width: 360px !important;} .minw390px {min-width: 390px !important;} .minw420px {min-width: 420px !important;} .minw450px {min-width: 450px !important;}
.minw480px {min-width: 480px !important;} .minw510px {min-width: 510px !important;} .minw540px {min-width: 540px !important;} .minw570px {min-width: 570px !important;} .minw600px {min-width: 600px !important;}

.minw10pc {min-width: 10% !important;} .minw15pc {min-width: 15% !important;} .minw20pc {min-width: 20% !important;} .minw25pc {min-width: 25% !important;} .minw30pc {min-width: 30% !important;}
.minw35pc {min-width: 35% !important;} .minw40pc {min-width: 40% !important;} .minw45pc {min-width: 45% !important;} .minw50pc {min-width: 50% !important;} .minw55pc {min-width: 55% !important;}
.minw60pc {min-width: 60% !important;} .minw65pc {min-width: 65% !important;} .minw70pc {min-width: 70% !important;} .minw75pc {min-width: 75% !important;} .minw80pc {min-width: 80% !important;}
.minw85pc {min-width: 85% !important;} .minw90pc {min-width: 90% !important;} .minw95pc {min-width: 95% !important;} .minw100pc {min-width: 100% !important;}

.minw16-6pc {min-width: 16.666666% !important;} .minw33-3pc {min-width: 33.333333% !important;} .minw66-6pc {min-width: 66.666666% !important;} .minw83-3pc {min-width: 83.333333% !important;}

.wauto {width: auto !important;} .wama {margin-left: auto; margin-right: auto;}

.h3px {height: 3px !important;} .h6px {height: 6px !important;} .h9px {height: 9px !important;} .h12px {height: 12px !important;} .h15px {height: 15px !important;}
.h18px {height: 18px !important;} .h21px {height: 21px !important;} .h24px {height: 24px !important;} .h27px {height: 27px !important;} .h30px {height: 30px !important;}
.h36px {height: 36px !important;} .h42px {height: 42px !important;} .h48px {height: 48px !important;} .h54px {height: 54px !important;} .h60px {height: 60px !important;}
.h66px {height: 66px !important;} .h72px {height: 72px !important;} .h78px {height: 78px !important;} .h84px {height: 84px !important;} .h90px {height: 90px !important;}
.h96px {height: 96px !important;} .h102px {height: 102px !important;} .h108px {height: 108px !important;} .h114px {height: 114px !important;} .h120px {height: 120px !important;}
.h126px {height: 126px !important;} .h132px {height: 132px !important;} .h138px {height: 138px !important;} .h144px {height: 144px !important;} .h150px {height: 150px !important;}
.h156px {height: 156px !important;} .h162px {height: 162px !important;} .h168px {height: 168px !important;} .h174px {height: 174px !important;} .h180px {height: 180px !important;}
.h186px {height: 186px !important;} .h192px {height: 192px !important;} .h198px {height: 198px !important;} .h204px {height: 204px !important;} .h210px {height: 210px !important;}
.h216px {height: 216px !important;} .h222px {height: 222px !important;} .h228px {height: 228px !important;} .h234px {height: 234px !important;} .h240px {height: 240px !important;}
.h246px {height: 246px !important;} .h252px {height: 252px !important;} .h258px {height: 258px !important;} .h264px {height: 264px !important;} .h270px {height: 270px !important;}
.h276px {height: 276px !important;} .h282px {height: 282px !important;} .h288px {height: 288px !important;} .h294px {height: 294px !important;} .h300px {height: 300px !important;}
.h330px {height: 330px !important;} .h360px {height: 360px !important;} .h390px {height: 390px !important;} .h420px {height: 420px !important;} .h450px {height: 450px !important;}
.h480px {height: 480px !important;} .h510px {height: 510px !important;} .h540px {height: 540px !important;} .h570px {height: 570px !important;} .h600px {height: 600px !important;}
.h630px {height: 630px !important;} .h660px {height: 660px !important;} .h690px {height: 690px !important;} .h720px {height: 720px !important;} .h750px {height: 750px !important;}
.h780px {height: 780px !important;} .h810px {height: 810px !important;} .h840px {height: 840px !important;} .h870px {height: 870px !important;} .h900px {height: 900px !important;}

.h1pc {height: 1% !important;} .h2pc {height: 2% !important;} .h3pc {height: 3% !important;} .h4pc {height: 4% !important;} .h5pc {height: 5% !important;}
.h6pc {height: 6% !important;} .h7pc {height: 7% !important;} .h8pc {height: 8% !important;} .h9pc {height: 9% !important;} .h10pc {height: 10% !important;}
.h11pc {height: 11% !important;} .h12pc {height: 12% !important;} .h13pc {height: 13% !important;} .h14pc {height: 14% !important;} .h15pc {height: 15% !important;}
.h16pc {height: 16% !important;} .h17pc {height: 17% !important;} .h18pc {height: 18% !important;} .h19pc {height: 19% !important;} .h20pc {height: 20% !important;}
.h21pc {height: 21% !important;} .h22pc {height: 22% !important;} .h23pc {height: 23% !important;} .h24pc {height: 24% !important;} .h25pc {height: 25% !important;}
.h26pc {height: 26% !important;} .h27pc {height: 27% !important;} .h28pc {height: 28% !important;} .h29pc {height: 29% !important;} .h30pc {height: 30% !important;}
.h31pc {height: 31% !important;} .h32pc {height: 32% !important;} .h33pc {height: 33% !important;} .h34pc {height: 34% !important;} .h35pc {height: 35% !important;}
.h36pc {height: 36% !important;} .h37pc {height: 37% !important;} .h38pc {height: 38% !important;} .h39pc {height: 39% !important;} .h40pc {height: 40% !important;}
.h41pc {height: 41% !important;} .h42pc {height: 42% !important;} .h43pc {height: 43% !important;} .h44pc {height: 44% !important;} .h45pc {height: 45% !important;}
.h46pc {height: 46% !important;} .h47pc {height: 47% !important;} .h48pc {height: 48% !important;} .h49pc {height: 49% !important;} .h50pc {height: 50% !important;}
.h51pc {height: 51% !important;} .h52pc {height: 52% !important;} .h53pc {height: 53% !important;} .h54pc {height: 54% !important;} .h55pc {height: 55% !important;}
.h56pc {height: 56% !important;} .h57pc {height: 57% !important;} .h58pc {height: 58% !important;} .h59pc {height: 59% !important;} .h60pc {height: 60% !important;}
.h61pc {height: 61% !important;} .h62pc {height: 62% !important;} .h63pc {height: 63% !important;} .h64pc {height: 64% !important;} .h65pc {height: 65% !important;}
.h66pc {height: 66% !important;} .h67pc {height: 67% !important;} .h68pc {height: 68% !important;} .h69pc {height: 69% !important;} .h70pc {height: 70% !important;}
.h71pc {height: 71% !important;} .h72pc {height: 72% !important;} .h73pc {height: 73% !important;} .h74pc {height: 74% !important;} .h75pc {height: 75% !important;}
.h76pc {height: 76% !important;} .h77pc {height: 77% !important;} .h78pc {height: 78% !important;} .h79pc {height: 79% !important;} .h80pc {height: 80% !important;}
.h81pc {height: 81% !important;} .h82pc {height: 82% !important;} .h83pc {height: 83% !important;} .h84pc {height: 84% !important;} .h85pc {height: 85% !important;}
.h86pc {height: 86% !important;} .h87pc {height: 87% !important;} .h88pc {height: 88% !important;} .h89pc {height: 89% !important;} .h90pc {height: 90% !important;}
.h91pc {height: 91% !important;} .h92pc {height: 92% !important;} .h93pc {height: 93% !important;} .h94pc {height: 94% !important;} .h95pc {height: 95% !important;}
.h96pc {height: 96% !important;} .h97pc {height: 97% !important;} .h98pc {height: 98% !important;} .h99pc {height: 99% !important;} .h100pc {height: 100% !important;}

.h16-6pc {height: 16.666666% !important;} .h33-3pc {height: 33.333333% !important;} .h66-6pc {height: 66.666666% !important;} .h83-3pc {height: 83.333333% !important;}

.pa0 {padding: 0px !important;} .pa3 {padding: 3px !important;} .pa6 {padding: 6px !important;} .pa9 {padding: 9px !important;} .pa12 {padding: 12px !important;}
.pa15 {padding: 15px !important;} .pa18 {padding: 18px !important;} .pa21 {padding: 21px !important;} .pa24 {padding: 24px !important;} .pa27 {padding: 27px !important;}
.pa30 {padding: 30px !important;} .pa36 {padding: 36px !important;} .pa42 {padding: 42px !important;} .pa48 {padding: 48px !important;} .pa54 {padding: 54px !important;}
.pa60 {padding: 60px !important;} .pa66 {padding: 66px !important;} .pa72 {padding: 72px !important;} .pa78 {padding: 78px !important;} .pa84 {padding: 84px !important;}
.pa90 {padding: 90px !important;} .pa120 {padding: 120px !important;} .pa150 {padding: 150px !important;} .pa180 {padding: 180px !important;}
.pa210 {padding: 210px !important;} .pa240 {padding: 240px !important;} .pa270 {padding: 270px !important;} .pa300 {padding: 300px !important;}

.pt0 {padding-top: 0px !important;} .pt3 {padding-top: 3px !important;} .pt6 {padding-top: 6px !important;} .pt9 {padding-top: 9px !important;} .pt12 {padding-top: 12px !important;}
.pt15 {padding-top: 15px !important;} .pt18 {padding-top: 18px !important;} .pt21 {padding-top: 21px !important;} .pt24 {padding-top: 24px !important;} .pt27 {padding-top: 27px !important;}
.pt30 {padding-top: 30px !important;} .pt36 {padding-top: 36px !important;} .pt42 {padding-top: 42px !important;} .pt48 {padding-top: 48px !important;} .pt54 {padding-top: 54px !important;}
.pt60 {padding-top: 60px !important;} .pt66 {padding-top: 66px !important;} .pt72 {padding-top: 72px !important;} .pt78 {padding-top: 78px !important;} .pt84 {padding-top: 84px !important;}
.pt90 {padding-top: 90px !important;} .pt120 {padding-top: 120px !important;} .pt150 {padding-top: 150px !important;} .pt180 {padding-top: 180px !important;}
.pt210 {padding-top: 210px !important;} .pt240 {padding-top: 240px !important;} .pt270 {padding-top: 270px !important;} .pt300 {padding-top: 300px !important;}

.pb0 {padding-bottom: 0px !important;} .pb3 {padding-bottom: 3px !important;} .pb6 {padding-bottom: 6px !important;} .pb9 {padding-bottom: 9px !important;} .pb12 {padding-bottom: 12px !important;}
.pb15 {padding-bottom: 15px !important;} .pb18 {padding-bottom: 18px !important;} .pb21 {padding-bottom: 21px !important;} .pb24 {padding-bottom: 24px !important;} .pb27 {padding-bottom: 27px !important;}
.pb30 {padding-bottom: 30px !important;} .pb36 {padding-bottom: 36px !important;} .pb42 {padding-bottom: 42px !important;} .pb48 {padding-bottom: 48px !important;} .pb54 {padding-bottom: 54px !important;}
.pb60 {padding-bottom: 60px !important;} .pb66 {padding-bottom: 66px !important;} .pb72 {padding-bottom: 72px !important;} .pb78 {padding-bottom: 78px !important;} .pb84 {padding-bottom: 84px !important;}
.pb90 {padding-bottom: 90px !important;} .pb120 {padding-bottom: 120px !important;} .pb150 {padding-bottom: 150px !important;} .pb180 {padding-bottom: 180px !important;}
.pb210 {padding-bottom: 210px !important;} .pb240 {padding-bottom: 240px !important;} .pb270 {padding-bottom: 270px !important;} .pb300 {padding-bottom: 300px !important;}

.pr0 {padding-right: 0px !important;} .pr3 {padding-right: 3px !important;} .pr6 {padding-right: 6px !important;} .pr9 {padding-right: 9px !important;} .pr12 {padding-right: 12px !important;}
.pr15 {padding-right: 15px !important;} .pr18 {padding-right: 18px !important;} .pr21 {padding-right: 21px !important;} .pr24 {padding-right: 24px !important;} .pr27 {padding-right: 27px !important;}
.pr30 {padding-right: 30px !important;} .pr36 {padding-right: 36px !important;} .pr42 {padding-right: 42px !important;} .pr48 {padding-right: 48px !important;} .pr54 {padding-right: 54px !important;}
.pr60 {padding-right: 60px !important;} .pr66 {padding-right: 66px !important;} .pr72 {padding-right: 72px !important;} .pr78 {padding-right: 78px !important;} .pr84 {padding-right: 84px !important;}
.pr90 {padding-right: 90px !important;} .pr120 {padding-right: 120px !important;} .pr150 {padding-right: 150px !important;} .pr180 {padding-right: 180px !important;}
.pr210 {padding-right: 210px !important;} .pr240 {padding-right: 240px !important;} .pr270 {padding-right: 270px !important;} .pr300 {padding-right: 300px !important;}

.pl0 {padding-left: 0px !important;} .pl3 {padding-left: 3px !important;} .pl6 {padding-left: 6px !important;} .pl9 {padding-left: 9px !important;} .pl12 {padding-left: 12px !important;}
.pl15 {padding-left: 15px !important;} .pl18 {padding-left: 18px !important;} .pl21 {padding-left: 21px !important;} .pl24 {padding-left: 24px !important;} .pl27 {padding-left: 27px !important;}
.pl30 {padding-left: 30px !important;} .pl36 {padding-left: 36px !important;} .pl42 {padding-left: 42px !important;} .pl48 {padding-left: 48px !important;} .pl54 {padding-left: 54px !important;}
.pl60 {padding-left: 60px !important;} .pl66 {padding-left: 66px !important;} .pl72 {padding-left: 72px !important;} .pl78 {padding-left: 78px !important;} .pl84 {padding-left: 84px !important;}
.pl90 {padding-left: 90px !important;} .pl120 {padding-left: 120px !important;} .pl150 {padding-left: 150px !important;} .pl180 {padding-left: 180px !important;}
.pl210 {padding-left: 210px !important;} .pl240 {padding-left: 240px !important;} .pl270 {padding-left: 270px !important;} .pl300 {padding-left: 300px !important;}

.rotate45 {transform: rotate(45deg);} .rotate90 {transform: rotate(90deg);} .rotate135 {transform: rotate(135deg);} .rotate180 {transform: rotate(180deg);}
.rotate225 {transform: rotate(225deg);} .rotate270 {transform: rotate(270deg);} .rotate315 {transform: rotate(315deg);} .rotate360 {transform: rotate(360deg);}


/**************** MEDIA ****************//**************** MEDIA ****************//**************** MEDIA ****************/

.mobi1400 {display: none;} .mobi1300 {display: none;} .mobi1200 {display: none;} .mobi1060 {display: none;} .mobi960 {display: none;} .mobi760 {display: none;} .mobi460 {display: none;}

.no-mobi1400 {display: inherit;} .no-mobi1300 {display: inherit;} .no-mobi1200 {display: inherit;} .no-mobi1060 {display: inherit;} .no-mobi960 {display: inherit;} .no-mobi760 {display: inherit;} .no-mobi460 {display: inherit;}

@media screen and (max-width: 1400px) {
    .no-mobi1400 {display: none;} .mobi1400 {display: block;} .mobi1400.in {display: inline;}
    .mobi1400-w100pc {width: 100%; max-width: 100%;}
    .mobi1400-wauto {width: auto; max-width: none;}
}

@media screen and (max-width: 1300px) {
    .no-mobi1300 {display: none;} .mobi1300 {display: block;} .mobi1300.in {display: inline;}
    .mobi1300-w100pc {width: 100%; max-width: 100%;}
    .mobi1300-wauto {width: auto; max-width: none;}
}

@media screen and (max-width: 1200px) {
    .no-mobi1200 {display: none;} .mobi1200 {display: block;} .mobi1200.in {display: inline;}
    .mobi1200-w100pc {width: 100%; max-width: 100%;}
    .mobi1200-wauto {width: auto; max-width: none;}
}

@media screen and (max-width: 1060px) {
    .no-mobi1060 {display: none;} .mobi1060 {display: block;} .mobi1060.in {display: inline;}
    .mobi1060-w100pc {width: 100%; max-width: 100%;}
    .mobi1060-wauto {width: auto; max-width: none ;}
}

@media screen and (max-width: 960px) {
    .no-mobi960 {display: none;} .mobi960 {display: block;} .mobi960.in {display: inline;}
    .mobi960-w100pc {width: 100%; max-width: 100%;}
    .mobi960-wauto {width: auto; max-width: none;}
}

@media screen and (max-width: 760px) {
    .no-mobi760 {display: none;} .mobi760 {display: block;} .mobi760.in {display: inline;}
    .mobi760-w100pc {width: 100%; max-width: 100%;}
    .mobi760-wauto {width: auto; max-width: none;}
}

@media screen and (max-width: 460px) {
    .no-mobi460 {display: none;} .mobi460 {display: block;} .mobi460.in {display: inline;}
    .mobi460-w100pc {width: 100%; max-width: 100%;}
    .mobi460-wauto {width: auto; max-width: none;}
}