/* General Demo Style */

/*===============================================
  TABLE OF CONTENT

  A. Text Helpers
  B. Padding Helpers
  C. Margin Helpers
  D. Width Helpers
  E. Height Helpers
  Z. Theme

================================================= */


/*===============================================
  A. Text Helpers
================================================= */
.text-uppercase {
  text-transform: uppercase !important;
}
.fw100 {
  font-weight: 100 !important;
}
.fw200 {
  font-weight: 200 !important;
}
.fw300 {
  font-weight: 300 !important;
}
.fw400 {
  font-weight: 400 !important;
}
.fw600 {
  font-weight: 600 !important;
}
.fw700 {
  font-weight: 700 !important;
}
.fs3 {
  font-size: 4px !important;
}
.fs4 {
  font-size: 4px !important;
}
.fs5 {
  font-size: 5px !important;
}
.fs6 {
  font-size: 6px !important;
}
.fs7 {
  font-size: 7px !important;
}
.fs8 {
  font-size: 8px !important;
}
.fs9 {
  font-size: 9px !important;
}
.fs10 {
  font-size: 10px !important;
}
.fs11 {
  font-size: 11px !important;
}
.fs12 {
  font-size: 12px !important;
}
.fs13 {
  font-size: 13px !important;
}
.fs14 {
  font-size: 14px !important;
}
.fs15 {
  font-size: 15px !important;
}
.fs16 {
  font-size: 16px !important;
}
.fs17 {
  font-size: 17px !important;
}
.fs18 {
  font-size: 18px !important;
}
.fs20 {
  font-size: 20px !important;
}
.fs22 {
  font-size: 22px !important;
}
.fs24 {
  font-size: 24px !important;
}
.fs26 {
  font-size: 26px !important;
}
.fs28 {
  font-size: 28px !important;
}
.fs30 {
  font-size: 30px !important;
}
.fs35 {
  font-size: 35px !important;
}
.fs40 {
  font-size: 40px !important;
}
.fs45 {
  font-size: 45px !important;
}
.fs50 {
  font-size: 50px !important;
}
.fs60 {
  font-size: 60px !important;
}
.fs70 {
  font-size: 70px !important;
}
.fs80 {
  font-size: 80px !important;
}
.fs90 {
  font-size: 90px !important;
}
.fs100 {
  font-size: 100px !important;
}

/*===============================================
  B. Padding Helpers
================================================= */
.pn {
  padding: 0 !important;
}
.p1 {
  padding: 1px !important;
}
.p2 {
  padding: 2px !important;
}
.p3 {
  padding: 3px !important;
}
.p4 {
  padding: 4px !important;
}
.p5 {
  padding: 5px !important;
}
.p6 {
  padding: 6px !important;
}
.p7 {
  padding: 7px !important;
}
.p8 {
  padding: 8px !important;
}
.p10 {
  padding: 10px !important;
}
.p12 {
  padding: 12px !important;
}
.p15 {
  padding: 15px !important;
}
.p20 {
  padding: 20px !important;
}
.p25 {
  padding: 25px !important;
}
.p30 {
  padding: 30px !important;
}
.p35 {
  padding: 35px !important;
}
.p40 {
  padding: 40px !important;
}
.p50 {
  padding: 50px !important;
}
.ptn {
  padding-top: 0 !important;
}
.pt3 {
  padding-top: 3px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt7 {
  padding-top: 7px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pt65 {
  padding-top: 65px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.pt100 {
  padding-top: 100px !important;
}
.pt200 {
  padding-top: 200px !important;
}
.pt300 {
  padding-top: 300px !important;
}
.prn {
  padding-right: 0 !important;
}
.pr3 {
  padding-right: 3px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pbn {
  padding-bottom: 0 !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb70 {
  padding-bottom: 70px !important;
}
.pb100 {
  padding-bottom: 100px !important;
}
.pln {
  padding-left: 0 !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl50 {
  padding-left: 50px !important;
}
/* Axis Padding (both top/bottom or left/right) */
.pv5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.pv8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.pv10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.pv15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.pv20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.pv25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.pv30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.pv40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.pv50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.pv70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.pv90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
.pv100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.pv110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}
.ph5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.ph8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.ph10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.ph15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.ph20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.ph25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.ph30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.ph40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.ph50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
/* responsive padding helpers */
@media (min-width: 1140px) {
  .ptn-lg {
    padding-top: 0 !important;
  }
  .prn-lg {
    padding-right: 0 !important;
  }
  .pbn-lg {
    padding-bottom: 0 !important;
  }
  .pln-lg {
    padding-left: 0 !important;
  }
  .pt5-lg {
    padding-top: 5px !important;
  }
  .pr5-lg {
    padding-right: 5px !important;
  }
  .pb5-lg {
    padding-bottom: 5px !important;
  }
  .pl5-lg {
    padding-left: 5px !important;
  }
}
@media (min-width: 992px) {
  .ptn-md {
    padding-top: 0 !important;
  }
  .prn-md {
    padding-right: 0 !important;
  }
  .pbn-md {
    padding-bottom: 0 !important;
  }
  .pln-md {
    padding-left: 0 !important;
  }
  .pt5-md {
    padding-top: 5px !important;
  }
  .pr5-md {
    padding-right: 5px !important;
  }
  .pb5-md {
    padding-bottom: 5px !important;
  }
  .pl5-md {
    padding-left: 5px !important;
  }
}

/*===============================================
  C. Margin Helpers
================================================= */
/* margin center helper */
.mauto {
  margin-left: auto;
  margin-right: auto;
}
.mn {
  margin: 0 !important;
}
.m1 {
  margin: 1px !important;
}
.m2 {
  margin: 2px !important;
}
.m3 {
  margin: 3px !important;
}
.m4 {
  margin: 4px !important;
}
.m5 {
  margin: 5px !important;
}
.m8 {
  margin: 8px !important;
}
.m10 {
  margin: 10px !important;
}
.m15 {
  margin: 15px !important;
}
.m20 {
  margin: 20px !important;
}
.m25 {
  margin: 25px !important;
}
.m30 {
  margin: 30px !important;
}
.m35 {
  margin: 35px !important;
}
.m40 {
  margin: 40px !important;
}
.m50 {
  margin: 50px !important;
}
.mtn {
  margin-top: 0 !important;
}
.mtn20 {
  margin-top: -20px !important;
}
.mtn25 {
  margin-top: -25px !important;
}
.mtn50 {
  margin-top: -50px !important;
}
.mt3 {
  margin-top: 3px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt75 {
  margin-top: 75px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mt150 {
  margin-top: 150px !important;
}
.mt170 {
  margin-top: 170px !important;
}
.mt200 {
  margin-top: 200px !important;
}
.mt220 {
  margin-top: 220px !important;
}
.mt250 {
  margin-top: 250px !important;
}
.mt300 {
  margin-top: 300px !important;
}
.mt500 {
  margin-top: 500px !important;
}
.mrn {
  margin-right: 0 !important;
}
.mr1 {
  margin-right: 1px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mr60 {
  margin-right: 60px !important;
}
.mr100 {
  margin-right: 100px !important;
}
.mr200 {
  margin-right: 200px !important;
}
.mbn {
  margin-bottom: 0 !important;
}
.mb3 {
  margin-bottom: 3px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb8 {
  margin-bottom: 8px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb85 {
  margin-bottom: 85px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.mb150 {
  margin-bottom: 150px !important;
}
.mln {
  margin-left: 0 !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml50 {
  margin-left: 50px !important;
}
/* Axis Margins (both top/bottom or left/right) */
.mv5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.mv10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.mv15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.mv20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.mv25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.mv30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.mv40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.mv50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.mv70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}
.mh5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.mh10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.mh15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.mh20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.mh25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}
.mh30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}
.mh40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}
.mh50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}
.mh70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}
/* Negative Margin Helpers */
.mtn5 {
  margin-top: -5px !important;
}
.mtn10 {
  margin-top: -10px !important;
}
.mtn15 {
  margin-top: -15px !important;
}
.mtn20 {
  margin-top: -20px !important;
}
.mtn25 {
  margin-top: -25px !important;
}
.mtn30 {
  margin-top: -30px !important;
}
.mtn40 {
  margin-top: -40px !important;
}
.mtn50 {
  margin-top: -50px !important;
}
.mtn60 {
  margin-top: -60px !important;
}
.mtn90 {
  margin-top: -90px !important;
}
.mtn100 {
  margin-top: -100px !important;
}
.mtn150 {
  margin-top: -150px !important;
}
.mrn5 {
  margin-right: -5px !important;
}
.mrn10 {
  margin-right: -10px !important;
}
.mrn15 {
  margin-right: -15px !important;
}
.mrn20 {
  margin-right: -20px !important;
}
.mrn30 {
  margin-right: -30px !important;
}
.mbn5 {
  margin-bottom: -5px !important;
}
.mbn10 {
  margin-bottom: -10px !important;
}
.mbn15 {
  margin-bottom: -15px !important;
}
.mbn20 {
  margin-bottom: -20px !important;
}
.mbn30 {
  margin-bottom: -30px !important;
}
.mbn60 {
  margin-bottom: -60px !important;
}
.mbn80 {
  margin-bottom: -80px !important;
}
.mbn100 {
  margin-bottom: -100px !important;
}
.mln3 {
  margin-left: -3px !important;
}
.mln5 {
  margin-left: -5px !important;
}
.mln10 {
  margin-left: -10px !important;
}
.mln15 {
  margin-left: -15px !important;
}
.mln20 {
  margin-left: -20px !important;
}
.mln25 {
  margin-left: -25px !important;
}
.mln30 {
  margin-left: -30px !important;
}
.mln40 {
  margin-left: -40px !important;
}
/* Vertical Negative Margin "mv" + "n" + "x" */
.mvn5 {
  margin-top: -5px !important;
  margin-bottom: -5px !important;
}
.mvn10 {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}
.mvn15 {
  margin-top: -15px !important;
  margin-bottom: -15px !important;
}
.mvn20 {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}
.mvn30 {
  margin-top: -30px !important;
  margin-bottom: -30px !important;
}
/* Horizontal Negative Margin "mh" + "n" + "x" */
.mhn5 {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.mhn10 {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.mhn15 {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.mhn20 {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.mhn30 {
  margin-left: -30px !important;
  margin-right: -30px !important;
}


/*==================================================
  D. Width Helpers
==================================================== */

.w20{ width: 20px !important; }
.w25{ width: 25px !important; }
.w30{ width: 30px !important; }
.w40{ width: 40px !important; }
.w50{ width: 50px !important; }
.w60{ width: 60px !important; }
.w70{ width: 70px !important; }
.w80{ width: 80px !important; }
.w100{ width: 100px !important; }
.w120{ width: 120px !important; }
.w130{ width: 130px !important; }
.w140{ width: 140px !important; }
.w150{ width: 150px !important; }
.w180{ width: 180px !important; }
.w200{ width: 200px !important; }
.w250{ width: 250px !important; }
.w300{ width: 300px !important; }
.w350{ width: 350px !important; }
.w400{ width: 400px !important; }
.w450{ width: 450px !important; }
.w500{ width: 500px !important; }
.w600{ width: 600px !important; }
.w800{ width: 800px !important; }
.w900{ width: 900px !important; }


/*==================================================
  E. Height Helpers
==================================================== */

.h20 { height: 20px !important; }
.h25 { height: 25px !important; }
.h30 { height: 30px !important; }
.h50 { height: 50px !important; }
.h60 { height: 60px !important; }
.h70 { height: 70px !important; }
.h80 { height: 80px !important; }
.h100 { height: 100px !important; }
.h130 { height: 130px !important; }
.h150 { height: 150px !important; }
.h200 { height: 200px !important; }
.h210 { height: 210px !important; }
.h220 { height: 220px !important; }
.h230 { height: 230px !important; }
.h235 { height: 235px !important; }
.h250 { height: 250px !important; }
.h300 { height: 300px !important; }
.h400 { height: 400px !important; }
.h450 { height: 450px !important; }
.h500 { height: 500px !important; }
.h550 { height: 550px !important; }
.h600 { height: 600px !important; }
.h650 { height: 650px !important; }
.h700 { height: 700px !important; }
.h800 { height: 800px !important; }
.h1000 { height: 1000px !important; }
.h80p { min-height: 80% !important; }
.h100p { min-height: 100% !important; }


/*==================================================
  E. Font Helpers
==================================================== */

.font-montserrat{font-family: 'Montserrat', sans-serif;}
@font-face {
  font-family: BrandonBld;
  src: url("../fonts/Brandon_bld.otf") format("opentype");
  font-weight:600;font-style:normal;
}

@font-face {
  font-family: BrandonText;
  src: url("../fonts/BrandonText-Regular.otf") format("opentype");
  font-weight:600;font-style:normal;
}

@font-face {
  font-family: BrandonTextBold;
  src: url("../fonts/BrandonText-Bold.otf") format("opentype");
  font-weight:600;font-style:normal;
}

@font-face {
  font-family: KastelovThin;
  src: url("../fonts/KastelovThin.otf") format("opentype");
  font-weight:100;font-style:normal;
}

@font-face {
  font-family: KastelovBook;
  src: url("../fonts/KastelovBook.otf") format("opentype");
  font-weight:400;font-style:normal;
}

@font-face {
  font-family: KastelovBlack;
  src: url("../fonts/KastelovBlack.otf") format("opentype");
  font-weight:600;font-style:normal;
}
@font-face {
  font-family: Louis-George-Cafe;
  src: url("../fonts/Louis-George-Cafe.otf") format("opentype");
}
@font-face {
  font-family: Louis-George-Cafe-Bold;
  src: url("../fonts/Louis-George-Cafe-Bold.otf") format("opentype");
}
@font-face {
  font-family: Louis-George-Cafe-Light;
  src: url("../fonts/Louis-George-Cafe-Light.otf") format("opentype");
}

.font-brandon-bld{font-family: 'BrandonBld', sans-serif;}
.font-brandon{font-family: 'BrandonText', sans-serif;}
.font-brandon-bold{font-family: 'BrandonTextBold', sans-serif;}
.font-kastelov-thin{font-family: 'KastelovThin', sans-serif;}
.font-kastelov-book{font-family: 'KastelovBook', sans-serif;}
.font-kastelov-bold{font-family: 'KastelovBlack', sans-serif;}
.font-cafe{font-family: 'Louis-George-Cafe', sans-serif;}
.font-cafe-bold{font-family: 'Louis-George-Cafe-Bold', sans-serif;}
.font-cafe-thin{font-family: 'Louis-George-Cafe-Light', sans-serif;}


.lh18 { line-height: 18px !important; }
.lh20 { line-height: 20px !important; }
.lh22 { line-height: 22px !important; }
.lh24 { line-height: 24px !important; }
.lh26 { line-height: 26px !important; }
.lh32 { line-height: 32px !important; }
.lh48 { line-height: 48px !important; }
.lh60 { line-height: 60px !important; }

.text-mjd-blue { color: #0c98f1 !important; }
.text-mjd-dark { color: #515151 !important; }
.text-mjd-blue-light{ color:#e9f8ff;}
.text-mjd-grey{ color:#686868;}
.text-grey-light{ color:#a6a6a6!important;}
.text-green-light{ color:#59FC9B;}
.text-dark-blue { color: #151e5e !important; }
.text-black { color: #000000 !important; }

.br-mjd-blue { border-color: #0c98f1 !important; }
.br-mjd-dark { border: 1px solid #979797 !important; }

.text-shadow {
  /* offset-x | offset-y | blur-radius | color */
  text-shadow: 1px 1px 2px black;
}

/*==================================================
  Z. Theme
==================================================== */

.bw2 { border-width: 2px !important; }
.bw3 { border-width: 3px !important; }
.bw5 { border-width: 5px !important; }

.br32 { border-radius: 32px !important; }

.bg-transparent { background: transparent!important; }
.bg-half-transparent { box-shadow: inset 1px 2000px rgba(108, 108, 108, 0.54); }
.bg-black { background: #000000 !important; }
.bg-primary-transparent { box-shadow: inset 1px 2000px rgba(12,152,241, 0.7);}
.bg-grey-transparent { box-shadow: inset 1px 2000px rgba(125,125,125, 0.7);}
.bg-grey { background: #F7F7F7 !important;}
.bg-grey-light { background: #f4f4f4 !important;}
.bg-mjd-blue { background: #0c98f1 !important; }
.bg-green-light { background: #59FC9B !important; }
.bg-dark-blue { background: #151e5e !important; }
.bg-blue-light { background: #e9f8ff !important; }
.bg-mjd-blue-light{ background: rgba(12,152,241, 0.1) !important;}
.bg-webinar { background: #0c98f1 !important; background: linear-gradient(146deg, rgba(10,148,239,1) 0%, rgba(52,138,179,1) 100%) !important; }
.bg-private { background-color:rgba(81, 81, 81, 0.15) !important; }
.bg-public { background-color:rgba(89, 252, 155, 0.15) !important; }

.pink-gradient { background: #ff66bc !important; background: linear-gradient(to right, #ff66bc 0%, #ff8adc 56%, #ffbba8 100%) !important; }

::-webkit-input-placeholder { /* Edge */ color: #BBBBBB !important; }
:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #BBBBBB !important; }
::placeholder { color: #BBBBBB !important; }

.fa-spin-fast { -webkit-animation: fa-spin-fast 0.2s infinite linear; animation: fa-spin-fast 0.2s infinite linear; }

#paginator a { color:#515151; text-decoration: none; }
#paginator li.active a { background:#0c98f1; color: #FFFFFF; text-decoration: none; font-weight: 600; padding: 3px 10px; border-radius: 6px; }
#paginator .btn a { color:#FFFFFF; text-decoration: none; }

.btn-hp-log {
  background-color: #0c98f1 !important;
  border: 3px solid #0c98f1 !important;
  border-radius: 0.3rem !important;
  padding: 3px 15px 5px 10px !important;
}
.btn-hp-log:hover {
  color: #0c98f1 !important;
  background-color:transparent!important;
}

.btn-hp-log-2 {
  background-color: #f4f4f4 !important;
  border: 3px solid #f4f4f4 !important;
  border-radius: 0.8rem !important;
  padding: 0px 10px 3px 10px !important;
  color: #515151 !important;
}
.btn-hp-log-2:hover {
  color: #f4f4f4 !important;
  background-color:transparent!important;
}
.btn-recruteur {
  background-image: linear-gradient(to right, #ff66bc 0%, #ff8adc 56%, #ffbba8 100%);
  border-radius: 1.5rem !important;
  padding: 3px 10px 3px 10px !important;
  color: white !important;
}
.btn-recruteur:hover {
  color: #515151 !important;
  background:white!important;
}
.btn-hp-account {
  background-color: transparent!important;
  border: 3px solid #f4f4f4 !important;
  border-radius: 1.5rem !important;
  padding: 0px 10px 3px 10px !important;
  color: #f4f4f4 !important;
}
.btn-hp-account:hover {
  color: #515151 !important;
  background-color:#f4f4f4!important;
}

.btn-mjd {
  background-color: #0c98f1 !important;
  border: 1px solid #0c98f1 !important;
  border-radius: 0.3rem !important;
  color: #FFFFFF !important;
}

.btn-mjd:hover {
  background-color: #017ACD !important;
  border-color: #017ACD !important;
}

.btn-connect { color: rgba(12,152,241, 1) !important;}
.btn-register { border: 2px solid rgba(12,152,241, 1) !important; color: rgba(12,152,241, 1) !important; }

.btn-teams { background: #7B83EB !important; color: #FFF; }
.btn-teams:hover { background: #5059C9 !important; color: #FFF; }

#events-list a:hover { text-decoration: none !important; box-shadow: 0px 0px 5px 1px rgba(255, 255, 255, .8);}

.owl-carousel a:hover { text-decoration:none; }

.bg-footer { background: #1a1823 !important; }

#cometchat_userstab { display: none !important;}

#event-header .nav-link { color:#515151; }
#event-header .nav-item { border-bottom: 4px transparent; padding-bottom: 10px;}
#event-header .nav-item.active { font-family: 'MetropolisBold', sans-serif; border-bottom: 4px solid rgba(12,152,241, 1); padding-bottom: 10px;}

.nav-mobile { border-bottom: 1px solid #EEE; }
.active-mobile { font-family: 'MetropolisBold', sans-serif; border-bottom: 4px solid rgba(12,152,241, 1); padding-bottom: 0px;}
.nav-mobile  a { color:#515151; }

.companyBenefits ul  {
  list-style: none; /* Remove default bullets */
  padding-left: 0px;
}

.companyBenefits ul li::before {
  font-family: FontAwesome;
  content: "\f00c";
  color: rgba(12,152,241, 1);
  display: inline-block;
  width: 1em;
  margin: 0px 1rem 0px 0px;
}

#advanced-search:hover { cursor:pointer; }

/* Programme webinars */
ul.timeline {
  list-style-type: none;
  position: relative;
}
ul.timeline:before {
  content: ' ';
  background: #515151;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 400;
}
ul.timeline > li {
  margin: 20px 0;
  padding-left: 20px;
}
ul.timeline > li:before {
  content: ' ';
  background: #151e5e;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #151e5e;
  left: 18px;
  width: 25px;
  height: 25px;
  z-index: 400;
}

/* IFRAME YOUTUBE RESPONSIVE */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.jobs-view-event-title { font-size: 28px;}

.event-item-overlay {
  position: absolute;
  width: 100%;
  height: 210px;
  background: linear-gradient(146deg, rgba(255, 102, 188, 1) 0%, rgba(255, 138, 220, 1) 56%, rgba(255, 187, 168, 1) 100%);
  z-index: 1;
  opacity: .8;
}
.event-item-wraper{
  position: relative;
}

.banner_ctnt{padding: 30px 0;}
#event-presentation{ padding: 10px;}
#event-presentation p{text-align: center;max-width: 800px;margin: 0 auto;}

#a42-ac-button { padding: 6px 14px !important; background: #FFF !important; border-radius: 6px !important; }
#a42-ac-button:hover { background: #FAFAFA !important; }

.fixed-top {
  position: fixed;
  z-index: 100; /* Assure qu'elle reste au-dessus des autres éléments */
}

/*
Extra small devices (portrait phones, less than 576px)
*/
@media (max-width: 480px) {
  .card.h250 {
    height: auto !important;
  }
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

@media (max-width: 767px) { /* Pour les écrans mobiles */
  .mt20-mobile {
    margin-top: 20px;
  }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .mjd-logo { width: 300px !important; }
}

@media (min-width: 1350px) {

}

@media (min-width: 1420px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1600px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1800px) {

}

