@charset "UTF-8";
.fl {float: left;}
.fr {float: right;}
.dn {display: none;}
.db {display: block;}
.dib{display: inline-block;}
.dif{display:inline-flex;}
.pA{position: absolute;}
.pR{position: relative;}
.pF{position: fixed;}
.ws {white-space: nowrap;}
p, h3 {padding: 0; margin: 0;}
.center{text-align: center;}
.rtAline{text-align: right;}
.opacity0{opacity: 0;}
/*:hover{transition: all 500ms ease;}*/

.allCaps{text-transform: uppercase;}

.w05{width: 5%;}
.w10{width: 10%;}
.w15{width: 15%;}
.w20{width: 20%;}
.w25{width: 25%;}
.w30{width: 30%;}
.w33{width: 33%;}
.w35{width: 35%;}
.w40{width: 40%;}
.w45{width: 45%;}
.w50{width: 50%;}
.w55{width: 55%;}
.w60{width: 60%;}
.w64{width: 64%;}
.w65{width: 65%;}
.w70{width: 70%;}
.w75{width: 75%;}
.w80{width: 80%;}
.w85{width: 85%;}
.w87{width: 87%;}
.w90{width: 90%;}
.w95{width: 95%;}
.w100{width: 100%;}

.h0{height: 0;}
.rt0{right:0;}
.ofh{overflow: hidden;}

.mw150{min-width: 150px;}
.mw200{min-width: 200px;}

.mB0{margin-bottom: 0px;}
.mB10{margin-bottom: 10px;}
.mB20{margin-bottom: 20px;}
.mT5 {margin-top: 5px;}
.mT7 {margin-top: 7px;}
.mT10{margin-top: 10px;}
.mT15{margin-top: 15px;}
.mT20{margin-top: 20px;}
.mL5 {margin-left: 5px;}
.mL10{margin-left: 10px;}
.mL20{margin-left: 20px;}
.mR5 {margin-right: 5px;}
.mR10{margin-right: 10px;}
.mR20{margin-right: 20px;}

.pA10 {padding: 10px;}
.pA20 {padding: 20px;}
.pT10{padding-top: 10px;}
.pB10{padding-bottom: 10px;}
.pL10{padding-left: 10px;}
.pR10{padding-right: 10px;}

.top0{top:0 !important;}
.top20{top:20px;}
.top60{top:65px;}
.top65{top:65px !important;}
.top75{top:75px;}
.top75n{top:-75px;}

.border0{border: none;}
.border1{border:1px solid #ececec;}

.btColor01{background-color: #e4f167;}
.btColor01:hover {background-color: #d4e157;}

.btColor02{background-color: #81D4FA ;border-color: #71c4df;}
.btColor02:hover {background-color: #29B6F6;}
