.stm_countdown {
  position: relative;
  padding-bottom: 37px;
  display: inline-block;
  vertical-align: top;
}

.countDiv {
  display: block;
  float: left;
  width: 29px;
  height: 104px;
  position: relative;
  opacity: 1;
}

.countDiv.flash {
  opacity: 0;
}

@media (max-width:991px) and (min-width:768px) {
  .countDiv {
    height: 70px;
    width: 15px;
  }
}

@media (max-width:515px) {
  .countDiv {
    height: 60px;
    width: 10px;
  }
}

.countDiv:after,.countDiv:before {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  z-index: 10;
  background-color: #414b4f;
  border-radius: 50%;
  left: 50%;
  margin-left: -4px;
  top: 40px;
}

@media (max-width:991px) and (min-width:768px) {
  .countDiv:after,.countDiv:before {
    width: 5px;
    height: 5px;
    margin-left: -2px;
    top: 25px;
  }
}

@media (max-width:515px) {
  .countDiv:after,.countDiv:before {
    width: 5px;
    height: 5px;
    margin-left: -2px;
    top: 25px;
  }
}

.position,.position .digit {
  width: 44px;
  height: 98px;
  line-height: 98px;
}

.countDiv:after {
  top: 56px;
}

@media (max-width:991px) and (min-width:768px) {
  .countDiv:after {
    top: 40px;
  }

  .position .digit {
    width: 30px;
    height: 70px;
    line-height: 70px;
  }
}

@media (max-width:515px) {
  .countDiv:after {
    top: 35px;
  }
}

.position {
  position: relative;
  display: block;
  float: left;
  color: #fff;
  font-size: 50px;
  z-index: 11;
}

.position.h1 {
  margin: 0;
  color: #fff;
}

.position .digit {
  position: absolute;
  padding-right: 2px;
  text-align: right;
  top: 0;
  left: 0;
}

@media (max-width:515px) {
  .position .digit {
    width: 25px;
    height: 60px;
    line-height: 60px;
  }
}

@media (max-width:991px) and (min-width:768px) {
  .position {
    width: 30px;
    height: 70px;
    line-height: 70px;
    font-size: 27px!important;
  }
}

@media (max-width:515px) {
  .position {
    width: 25px;
    height: 60px;
    line-height: 60px;
    font-size: 27px!important;
  }
}

.countDays,.countHours,.countMinutes,.countSeconds {
  position: relative;
  display: block;
  width: 88px;
  height: 104px;
  text-align: center;
  float: left;
  border-top: 3px solid #676d70;
  border-bottom: 3px solid #495154;
  border-radius: 5px;
}

.countDays .position:last-child .digit,.countHours .position:last-child .digit,.countMinutes .position:last-child .digit,.countSeconds .position:last-child .digit {
  text-align: left;
  padding-left: 2px;
}

.countDays:after,.countHours:after,.countMinutes:after,.countSeconds:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: #3b4448;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.countDays:before,.countHours:before,.countMinutes:before,.countSeconds:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  z-index: 10;
  bottom: 0;
  left: 0;
  background-color: #525b5f;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

@media (max-width:991px) and (min-width:768px) {
  .countDays,.countHours,.countMinutes,.countSeconds {
    width: 60px;
    height: 70px;
  }

  .countdown_label {
    font-size: 12px!important;
  }
}

@media (max-width:515px) {
  .countDays,.countHours,.countMinutes,.countSeconds {
    width: 50px;
    height: 60px;
  }
}

.countdown_label {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff!important;
  text-transform: uppercase;
}

@media (max-width:515px) {
  .countdown_label {
    font-size: 10px!important;
  }
}
/*# sourceMappingURL=../sourcemap/style_1.css.map */
