/*#fancy-countdown{*/
/*  height: 68px;*/
/*}*/
.ft {
  display: flex;
  font-family: Albert Sans, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 107%;
  /*font-size: 1rem;*/
  /*line-height: 1.5rem;*/
}
.ft-light .ft-digit {
  color: #000;
}
.ft-dark .ft-digit {
  color: #FFF;
}

.ft-digits {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ft-digit {
  display: inline-block;
  overflow: hidden;
}
.ft-space {
  display: inline-block;
  width: 11px;
}
.ft-delimiter::before {
  content: ':';
  display: inline-block;
}
.ft-shifter {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  top: -100%;
}
.ft-transit {
  top: 0;
  transition: top 400ms linear;
}
.ft-reverse .ft-shifter {
  top: 0;
}
.ft-reverse .ft-transit {
  top: -100%;
}
.ft-caption {
  font-size: 0.4em;
  font-weight: normal;
  line-height: 1;
  text-align: center;
}
.ft{
  font-family: Albert Sans, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  min-height: 54px;
}
.ft-caption{
  font-size: 14px;
  color: rgba(222, 223, 255 ,1)!important;
  font-weight: 500;
  margin-top: .25rem;
}
@media (min-width: 768px) {
  .ft{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .ft-caption{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 992px) {
  .ft{
    font-size: 40px;
    line-height: 40px;
  }
  .ft-caption{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.ft-light .ft-digit{
  color: #fff !important;
  font-weight: normal;
}
.ft-delimiter,.ft-space{
  display: none;
}
#countdown-div{
  display: flex;
  justify-content: space-around;
}
