

/* ================================= */
/* ----------- Loader CSS ---------- */
/* ================================= */
.loading-page{
  position:fixed;
  z-index:110000;
  left:0;
  right:0;
  overflow:hidden;
  top:0;
  bottom:0;
  background: #0d0d0d;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
          -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-box-align: center;
          align-items: center;
}
.loading-page .counter {
  text-align: center;
}
.loading-page .counter p {
  margin-bottom: 30px;
}
.loading-page .counter h2 {
  color: white;
  font-size: 60px;
  margin:0 auto;
  width:auto !important;
  text-align:center;
}
.loading-page .counter hr {
  background: #fb2415;
  border: none;
  height: 1px;
}
.loading-page .counter {
  position: relative;
  width: 200px;
  margin:0 auto;
}
.loading-page .counter h2.abs {
  position: absolute;
  top: 0;
  width: 100%;
}
.loading-page .counter .color {
  width: 0px;
  overflow: hidden;
  color: #f60d54;
}