.countdown {
  text-transform: lowercase;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.countdown .flip-clock-wrapper {
  text-align: center;
  position: relative;
  font-family: PT Sans, sans-serif;
  -webkit-user-select: none;
  margin: 0;
  width: 100%;
}
.countdown .flip-clock-wrapper * {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  backface-visibility: hidden;
}
.countdown .flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #ccc;
}
.countdown .flip-clock-wrapper a:hover {
  color: #fff;
}
.countdown .flip-clock-wrapper .flip-wrapper {
  display: inline-block;
  text-align: center;
}
.countdown .flip-clock-wrapper .flip-wrapper + .flip-wrapper {
  margin-left: 10px;
}
.countdown .flip-clock-wrapper .flip-wrapper .flip {
  position: relative;
  float: none;
  list-style: none;
  width: 64px;
  height: 60px;
  line-height: 60px;
  margin: 0;
  font-weight: 400;
  font-family: PT Sans, sans-serif;
  line-height: 87px;
  box-shadow: none;
  max-height: 60px;
  border-radius: 6px;
  background: #000;
}
.countdown .flip-clock-wrapper .flip-wrapper .flip li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
  line-height: 53px;
}
.countdown .flip-clock-wrapper .flip-wrapper .flip li:first-child {
  z-index: 2;
}
.countdown .flip-clock-wrapper .flip-wrapper .flip li a {
  display: block;
  height: 100%;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important;
}
.countdown .flip-clock-wrapper .flip-wrapper .flip li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 80px;
  overflow: hidden;
  outline: 1px solid transparent;
}
.countdown .flip-clock-wrapper .flip-wrapper .flip li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.countdown .flip-clock-wrapper .flip-wrapper .flip li a div .counter {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  text-shadow: 0 1px 2px #000;
  text-align: center;
  border-radius: 6px;
  color: #fff;
  background-color: #443764;
  font-size: 40px;
  line-height: 64px;
}
.countdown .flip-clock-wrapper .flip-wrapper .flip li a .up {
  transform-origin: 50% 100%;
  top: 0;
}
.countdown .flip-clock-wrapper .flip-wrapper .flip li a .up:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  top: 29px;
  background-color: rgba(254, 254, 254, 0.2);
}
.countdown .flip-clock-wrapper .flip-wrapper .flip li a .up .counter {
  background: #212121;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #212121 0%, #323338 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#212121", endColorstr="#323338", GradientType=0);
  /* IE6-9 */
  top: 0;
}
.countdown .flip-clock-wrapper .flip-wrapper .flip li a .down {
  transform-origin: 50% 0;
  bottom: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.countdown .flip-clock-wrapper .flip-wrapper .flip li a .down .counter {
  background: #323338;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #323338 0%, #212121 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#323338", endColorstr="#212121", GradientType=0);
  /* IE6-9 */
  bottom: 0;
}
.countdown .flip-clock-wrapper .flip-wrapper .flip li.flip-clock-active {
  z-index: 3;
}
.countdown .flip-clock-wrapper .flip-wrapper .flip.play .flip-clock-before {
  z-index: 3;
}
.countdown .flip-clock-wrapper .flip-wrapper .flip.play .flip-clock-before .up {
  z-index: 2;
  animation: turnoff 0.5s cubic-bezier(0.34, 0.13, 0.93, 0.24) both;
}
.countdown .flip-clock-wrapper .flip-wrapper .flip.play .flip-clock-before .up .shadow {
  animation: show 0.5s linear both;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, #000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.1)), color-stop(100%, #000));
  background: linear, top, rgba(0, 0, 0, 0.1) 0, #000 100%;
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, #000 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0, #000 100%;
}
.countdown .flip-clock-wrapper .flip-wrapper .flip.play .flip-clock-before .down .shadow {
  animation: show 0.5s linear both;
  background: -moz-linear-gradient(top, #000 0, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, #000 0, rgba(0, 0, 0, 0.1) 100%;
  background: -ms-linear-gradient(top, #000 0, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, #000 0, rgba(0, 0, 0, 0.1) 100%;
}
.countdown .flip-clock-wrapper .flip-wrapper .flip.play .flip-clock-active {
  animation: zindex 0.5s 0.5s linear both;
  z-index: 5;
}
.countdown .flip-clock-wrapper .flip-wrapper .flip.play .flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, #000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.1)), color-stop(100%, #000));
  background: linear, top, rgba(0, 0, 0, 0.1) 0, #000 100%;
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, #000 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0, #000 100%;
  animation: hide 0.5s 0.3s linear both;
}
.countdown .flip-clock-wrapper .flip-wrapper .flip.play .flip-clock-active .down {
  z-index: 2;
  animation: turnon 0.3s 0.5s linear both;
}
.countdown .flip-clock-wrapper .flip-wrapper .flip.play .flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, #000 0, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, #000 0, rgba(0, 0, 0, 0.1) 100%;
  background: -ms-linear-gradient(top, #000 0, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, #000 0, rgba(0, 0, 0, 0.1) 100%;
  animation: hide 0.5s 0.2s linear both;
}
.countdown .flip-clock-wrapper .flip-wrapper .flip-clock-label {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  color: #474747;
}
.countdown .flip-clock-wrapper.clearfix {
  *zoom: 1;
}
.countdown .flip-clock-wrapper.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}
.countdown .flip-clock-wrapper.clearfix:before {
  content: " ";
  display: table;
}

/*** Animations ***/
@keyframes "zindex" {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 3;
  }
  100% {
    z-index: 4;
  }
}
@keyframes "turnon" {
  0% {
    transform: rotateX(91deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@keyframes "turnoff" {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(-90deg);
  }
}
@keyframes "show" {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes "hide" {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media only screen and (max-width: 600px) {
  .countdown {
    margin: -1rem;
  }
}/*# sourceMappingURL=countdown.css.map */