/* Theme 1 ----------------------------------------------------------------- */

.ce-countdown--theme-1 {
  font-size: 1em;
  line-height: 1.4;
  padding: 20px;
  text-align: center;
}

.ce-countdown--theme-1 .ce-col {
  display: inline-block;
  margin: 0 20px;
  padding-bottom: 20px;
}

.ce-countdown--theme-1 .ce-years,
.ce-countdown--theme-1 .ce-months,
.ce-countdown--theme-1 .ce-days,
.ce-countdown--theme-1 .ce-hours,
.ce-countdown--theme-1 .ce-minutes,
.ce-countdown--theme-1 .ce-seconds,
.ce-countdown--theme-1 .ce-dseconds,
.ce-countdown--theme-1 .ce-mseconds {
  font-size: 4.5em;
}

.ce-countdown--theme-1 .ce-dseconds,
.ce-countdown--theme-1 .ce-mseconds {
  display: inline-block;
  width: 150px;
}

.ce-countdown--theme-1 .ce-years-label,
.ce-countdown--theme-1 .ce-months-label,
.ce-countdown--theme-1 .ce-days-label,
.ce-countdown--theme-1 .ce-hours-label,
.ce-countdown--theme-1 .ce-minutes-label,
.ce-countdown--theme-1 .ce-seconds-label,
.ce-countdown--theme-1 .ce-dseconds-label,
.ce-countdown--theme-1 .ce-mseconds-label {
  display: block;
  text-transform: uppercase;
}

@media all and (width <= 540px) {
  .ce-countdown--theme-1 .ce-years,
  .ce-countdown--theme-1 .ce-months,
  .ce-countdown--theme-1 .ce-days,
  .ce-countdown--theme-1 .ce-hours,
  .ce-countdown--theme-1 .ce-minutes,
  .ce-countdown--theme-1 .ce-seconds,
  .ce-countdown--theme-1 .ce-dseconds,
  .ce-countdown--theme-1 .ce-mseconds {
    font-size: 1.5em;
  }

  .ce-countdown--theme-1 .ce-col {
    display: block;
  }
}

/* Theme 6 ----------------------------------------------------------------- */

.ce-countdown--theme-6 {
  font-size: 0;
  text-align: center;
}

.ce-countdown--theme-6 .ce-col {
  display: inline-block;
  font-size: 24px;
  margin: 0;
  padding: 0 5px;
}

.ce-countdown--theme-6 .ce-years,
.ce-countdown--theme-6 .ce-months,
.ce-countdown--theme-6 .ce-days,
.ce-countdown--theme-6 .ce-hours,
.ce-countdown--theme-6 .ce-minutes,
.ce-countdown--theme-6 .ce-seconds {
  color: #fff;
  display: block;
  font-size: 36px;
  font-weight: 300;
  height: 60px;
  line-height: 60px;
  width: 80px;
  text-align: center;
}

html:not([class*='ce-ie']) .ce-countdown--theme-6 .ce-years,
html:not([class*='ce-ie']) .ce-countdown--theme-6 .ce-months,
html:not([class*='ce-ie']) .ce-countdown--theme-6 .ce-days,
html:not([class*='ce-ie']) .ce-countdown--theme-6 .ce-hours,
html:not([class*='ce-ie']) .ce-countdown--theme-6 .ce-minutes,
html:not([class*='ce-ie']) .ce-countdown--theme-6 .ce-seconds {
  perspective: 1000;
}

.ce-countdown--theme-6 .ce-flip-wrap {
  position: relative;
}

html:not([class*='ce-ie']) .ce-countdown--theme-6 .ce-flip-wrap {
  transform-style: preserve-3d;
  transition: 0s;
}

html:not([class*='ce-ie']) .ce-countdown--theme-6 .ce-animate .ce-flip-wrap {
  transform: rotateY(180deg);
  transition: 0.6s;
}

.ce-countdown--theme-6 .ce-flip-wrap .ce-flip-front,
.ce-countdown--theme-6 .ce-flip-wrap .ce-flip-back {
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
  width: 80px;
  background: navy;
}

html:not([class*='ce-ie']) .ce-countdown--theme-6 .ce-flip-wrap .ce-flip-front,
html:not([class*='ce-ie']) .ce-countdown--theme-6 .ce-flip-wrap .ce-flip-back {
  backface-visibility: hidden;
}

html:not([class*='ce-ie']) .ce-countdown--theme-6 .ce-flip-wrap .ce-flip-back {
  transform: rotateY(180deg);
}

.ce-countdown--theme-6 .ce-years-label,
.ce-countdown--theme-6 .ce-months-label,
.ce-countdown--theme-6 .ce-days-label,
.ce-countdown--theme-6 .ce-hours-label,
.ce-countdown--theme-6 .ce-minutes-label,
.ce-countdown--theme-6 .ce-seconds-label {
  font-size: 14px;
  margin-top: 5px;
  display: block;
  width: 80px;
  text-align: center;
}

@media all and (width <= 560px) {
  .ce-countdown--theme-6 .ce-col {
    font-size: 16px;
    padding: 0 2px;
  }

  .ce-countdown--theme-6 .ce-years,
  .ce-countdown--theme-6 .ce-months,
  .ce-countdown--theme-6 .ce-days,
  .ce-countdown--theme-6 .ce-hours,
  .ce-countdown--theme-6 .ce-minutes,
  .ce-countdown--theme-6 .ce-seconds {
    font-size: 24px;
    height: 45px;
    line-height: 45px;
    width: 60px;
  }

  .ce-countdown--theme-6 .ce-flip-wrap .ce-flip-front,
  .ce-countdown--theme-6 .ce-flip-wrap .ce-flip-back {
    height: 45px;
    width: 60px;
  }

  .ce-countdown--theme-6 .ce-years-label,
  .ce-countdown--theme-6 .ce-months-label,
  .ce-countdown--theme-6 .ce-days-label,
  .ce-countdown--theme-6 .ce-hours-label,
  .ce-countdown--theme-6 .ce-minutes-label,
  .ce-countdown--theme-6 .ce-seconds-label {
    font-size: 10px;
    margin-top: 3px;
    width: 60px;
  }
}

/* Theme 9 ----------------------------------------------------------------- */

.ce-countdown--theme-9 {
  font-size: 0;
  font-weight: 300;
  max-width: none;
  padding: 50px 30px;
  text-align: center;
}

.ce-countdown--theme-9 .ce-circle {
  display: inline-block;
  margin: -20px;
  position: relative;
  vertical-align: top;
}

.ce-countdown--theme-9 canvas {
  display: inline-block;
  height: 204px;
  width: 204px;
}

.ce-countdown--theme-9 .ce-circle__values {
  height: 70px;
  margin-top: -35px;
  position: absolute;
  top: 50%;
  width: 100%;
}

.ce-countdown--theme-9 .ce-digit,
.ce-countdown--theme-9 .ce-label {
  line-height: 1;
}

.ce-countdown--theme-9 .ce-digit {
  display: inline;
  font-size: 40px;
}

.ce-countdown--theme-9 .ce-label {
  display: block;
  font-size: 15px;
  margin-top: 15px;
  text-transform: uppercase;
}

@media all and (width <= 900px) {
  .ce-countdown--theme-9 canvas {
    height: 164px;
    width: 164px;
  }

  .ce-countdown--theme-9 .ce-digit {
    font-size: 35px;
    display: inline;
  }
}

@media all and (width <= 400px) {
  .ce-countdown--theme-9 .ce-circle {
    margin: -30px;
    display: block;
  }

  .ce-countdown--theme-9 canvas {
    height: 134px;
    width: 134px;
  }

  .ce-countdown--theme-9 .ce-circle__values {
    margin-top: -30px;
  }

  .ce-countdown--theme-9 .ce-digit {
    font-size: 30px;
  }

  .ce-countdown--theme-9 .ce-label {
    font-size: 12px;
    margin-top: 8px;
  }
}

/* Theme 10 ---------------------------------------------------------------- */

.ce-countdown--theme-10 {
  display: inline-block;
  padding: 30px;
  position: relative;
  user-select: none;
  text-align: center;
}

.ce-countdown--theme-10::before,
.ce-countdown--theme-10::after {
  content: ' ';
  display: table;
}

.ce-countdown--theme-10::after {
  clear: both;
}

.ce-countdown--theme-10 * {
  backface-visibility: hidden;
  box-sizing: border-box;
}

.ce-countdown--theme-10 .ce-unit-wrap {
  float: left;
  margin-left: 1.25em;
}

.ce-countdown--theme-10 .ce-unit-wrap:first-child {
  margin-left: 0;
}

.ce-countdown--theme-10 .ce-unit-wrap > div::before,
.ce-countdown--theme-10 .ce-unit-wrap > div::after {
  content: ' ';
  display: table;
}

.ce-countdown--theme-10 .ce-unit-wrap > div::after {
  clear: both;
}

.ce-countdown--theme-10 .ce-unit-wrap > span {
  display: block;
  font-size: 1.5em;
  margin: 0.6667 0 0;
  text-transform: uppercase;
}

.ce-countdown--theme-10 .ce-unit-wrap .ce-seconds-digit,
.ce-countdown--theme-10 .ce-unit-wrap .ce-minutes-digit,
.ce-countdown--theme-10 .ce-unit-wrap .ce-hours-digit,
.ce-countdown--theme-10 .ce-unit-wrap .ce-years-digit,
.ce-countdown--theme-10 .ce-unit-wrap .ce-days-digit {
  display: none;
}

.ce-countdown--theme-10 div.ce-flip-wrap {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.ce-countdown--theme-10 div.ce-flip-wrap:hover {
  color: #fff;
}

.ce-countdown--theme-10.clearfix::before,
.ce-countdown--theme-10.clearfix::after {
  content: ' ';
  display: table;
}

.ce-countdown--theme-10.clearfix::after {
  clear: both;
}

/* Skeleton */
.ce-countdown--theme-10 div.ce-digits {
  background: #000;
  border-radius: 5px;
  float: left;
  font-size: 120px;
  height: 150px;
  line-height: 150px;
  list-style: none;
  margin: 0 4px;
  position: relative;
  width: 70px;
}

.ce-countdown--theme-10 div.ce-digits div.ce-digits-inner {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.ce-countdown--theme-10 div.ce-digits div.ce-digits-inner:first-child {
  z-index: 2;
}

.ce-countdown--theme-10 div.ce-digits div.ce-digits-inner div.ce-flip-wrap {
  cursor: default !important;
  display: block;
  height: 100%;
  margin: 0 !important;
  overflow: visible !important;
  perspective: 300px;
}

.ce-countdown--theme-10 div.ce-digits div.ce-digits-inner div.ce-flip-wrap div {
  font-size: 120px;
  height: 50%;
  left: 0;
  outline: 1px solid transparent;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.ce-countdown--theme-10 div.ce-digits div.ce-digits-inner div.ce-flip-wrap div .ce-shadow {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.ce-countdown--theme-10 div.ce-digits div.ce-digits-inner div.ce-flip-wrap div.ce-up {
  transform-origin: 50% 100%;
  top: 0;
}

.ce-countdown--theme-10 div.ce-digits div.ce-digits-inner div.ce-flip-wrap div.ce-up::after {
  background-color: #000;
  background-color: rgb(0 0 0 / 40%);
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  top: 73px;
  width: 100%;
  z-index: 5;
}

.ce-countdown--theme-10 div.ce-digits div.ce-digits-inner div.ce-flip-wrap div.ce-down {
  bottom: 0;
  transform-origin: 50% 0;
}

.ce-countdown--theme-10 div.ce-digits div.ce-digits-inner div.ce-flip-wrap div div.ce-inn {
  background-color: #191919;
  border-radius: 5px;
  color: #fff;
  font-size: 120px;
  height: 200%;
  left: 0;
  position: absolute;
  text-align: center;
  text-shadow: 0 1px 2px #000;
  width: 100%;
  z-index: 1;
}

.ce-countdown--theme-10 div.ce-digits div.ce-digits-inner div.ce-flip-wrap div.ce-up div.ce-inn {
  background: #373737;
  top: 0;
}

.ce-countdown--theme-10 div.ce-digits div.ce-digits-inner div.ce-flip-wrap div.ce-down div.ce-inn {
  bottom: 0;
}

/* PLAY */
.ce-countdown--theme-10 div.play div.ce-digits-inner.before {
  z-index: 3;
}

.ce-countdown--theme-10 div.play div.ce-digits-inner.active {
  animation: asd 0.5s 0.5s linear both;
  z-index: 5;
}

@keyframes asd {
  0% {
    z-index: 2;
  }

  20% {
    z-index: 4;
  }

  100% {
    z-index: 4;
  }
}

@keyframes asd {
  0% {
    z-index: 2;
  }

  20% {
    z-index: 4;
  }

  100% {
    z-index: 4;
  }
}

@keyframes asd {
  0% {
    z-index: 2;
  }

  20% {
    z-index: 4;
  }

  100% {
    z-index: 4;
  }
}

@keyframes asd {
  0% {
    z-index: 2;
  }

  20% {
    z-index: 4;
  }

  100% {
    z-index: 4;
  }
}

.ce-countdown--theme-10 div.play div.ce-digits-inner.active .ce-down {
  animation: turn 0.5s 0.5s linear both;
  z-index: 2;
}

@keyframes turn {
  0% {
    transform: rotateX(90deg);
  }

  100% {
    transform: rotateX(0deg);
  }
}

@keyframes turn {
  0% {
    transform: rotateX(90deg);
  }

  100% {
    transform: rotateX(0deg);
  }
}

@keyframes turn {
  0% {
    transform: rotateX(90deg);
  }

  100% {
    transform: rotateX(0deg);
  }
}

@keyframes turn {
  0% {
    transform: rotateX(90deg);
  }

  100% {
    transform: rotateX(0deg);
  }
}

.ce-countdown--theme-10 div.play div.ce-digits-inner.before .ce-up {
  animation: turn2 0.5s linear both;
  z-index: 2;
}

@keyframes turn2 {
  0% {
    transform: rotateX(0deg);
  }

  100% {
    transform: rotateX(-90deg);
  }
}

@keyframes turn2 {
  0% {
    transform: rotateX(0deg);
  }

  100% {
    transform: rotateX(-90deg);
  }
}

@keyframes turn2 {
  0% {
    transform: rotateX(0deg);
  }

  100% {
    transform: rotateX(-90deg);
  }
}

@keyframes turn2 {
  0% {
    transform: rotateX(0deg);
  }

  100% {
    transform: rotateX(-90deg);
  }
}

.ce-countdown--theme-10 div div.ce-digits-inner.active {
  z-index: 3;
}

/* SHADOW */
.ce-countdown--theme-10 div.play div.ce-digits-inner.before .ce-up .ce-shadow {
  animation: show 0.5s linear both;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgb(0 0 0 / 10%)),
    color-stop(100%, black)
  );
  background:
    linear,
    to bottom,
    rgb(0 0 0 / 10%) 0%,
    black 100%;
  background: linear-gradient(to bottom, rgb(0 0 0 / 10%) 0%, black 100%);
  background:
    linear,
    to bottom,
    rgb(0 0 0 / 10%) 0%,
    black 100%;
}

.ce-countdown--theme-10 div.play div.ce-digits-inner.active .ce-up .ce-shadow {
  animation: hide 0.5s 0.3s linear both;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgb(0 0 0 / 10%)),
    color-stop(100%, black)
  );
  background:
    linear,
    to bottom,
    rgb(0 0 0 / 10%) 0%,
    black 100%;
  background: linear-gradient(to bottom, rgb(0 0 0 / 10%) 0%, black 100%);
  background:
    linear,
    to bottom,
    rgb(0 0 0 / 10%) 0%,
    black 100%;
}

/* DOWN */
.ce-countdown--theme-10 div.play div.ce-digits-inner.before .ce-down .ce-shadow {
  animation: show 0.5s linear both;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, black),
    color-stop(100%, rgb(0 0 0 / 10%))
  );
  background:
    linear,
    to bottom,
    black 0%,
    rgb(0 0 0 / 10%) 100%;
  background: linear-gradient(to bottom, black 0%, rgb(0 0 0 / 10%) 100%);
  background:
    linear,
    to bottom,
    black 0%,
    rgb(0 0 0 / 10%) 100%;
}

.ce-countdown--theme-10 div.play div.ce-digits-inner.active .ce-down .ce-shadow {
  animation: hide 0.5s 0.2s linear both;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, black),
    color-stop(100%, rgb(0 0 0 / 10%))
  );
  background:
    linear,
    to bottom,
    black 0%,
    rgb(0 0 0 / 10%) 100%;
  background: linear-gradient(to bottom, black 0%, rgb(0 0 0 / 10%) 100%);
  background:
    linear,
    to bottom,
    black 0%,
    rgb(0 0 0 / 10%) 100%;
}

@keyframes show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes hide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes hide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes hide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes hide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 900 PIXEL */

@media all and (width <= 900px) {
  .ce-countdown--theme-10 .ce-unit-wrap {
    margin-left: 0.75em;
  }

  .ce-countdown--theme-10 .ce-unit-wrap > span {
    font-size: 1em;
    margin: 0.6667em 0 0;
  }

  .ce-countdown--theme-10 {
    margin: 0.75em;
  }

  .ce-countdown--theme-10 div.ce-digits {
    font-size: 70px;
    height: 100px;
    line-height: 100px;
    margin: 0 2px;
    width: 50px;
  }

  .ce-countdown--theme-10 div.ce-digits div.ce-digits-inner div.ce-flip-wrap div {
    font-size: 70px;
  }

  .ce-countdown--theme-10 div.ce-digits div.ce-digits-inner div.ce-flip-wrap div.ce-up::after {
    height: 2px;
    top: 48px;
  }

  .ce-countdown--theme-10 div.ce-digits div.ce-digits-inner div.ce-flip-wrap div div.ce-inn {
    font-size: 70px;
    left: 0;
  }
}

/* 650 PIXEL */

@media all and (width <= 650px) {
  .ce-countdown--theme-10 .ce-unit-wrap {
    margin-left: 0.5em;
  }

  .ce-countdown--theme-10 .ce-unit-wrap > span {
    font-size: 1em;
    margin: 0.5em 0 0;
  }

  .ce-countdown--theme-10 {
    margin: 0.75em;
  }

  .ce-countdown--theme-10 div.ce-digits {
    font-size: 40px;
    height: 70px;
    line-height: 70px;
    margin: 0 2px;
    width: 40px;
  }

  .ce-countdown--theme-10 div.ce-digits div.ce-digits-inner div.ce-flip-wrap div {
    font-size: 40px;
  }

  .ce-countdown--theme-10 div.ce-digits div.ce-digits-inner div.ce-flip-wrap div.ce-up::after {
    height: 2px;
    top: 33px;
  }

  .ce-countdown--theme-10 div.ce-digits div.ce-digits-inner div.ce-flip-wrap div div.ce-inn {
    font-size: 40px;
    left: 0;
  }
}

/* 500 PIXEL */

@media all and (width <= 500px) {
  .ce-countdown--theme-10 {
    margin: 0.75em 0;
    padding: 30px 10px;
  }

  .ce-countdown--theme-10 .ce-unit-wrap {
    margin-left: 0.3em;
  }

  .ce-countdown--theme-10 .ce-unit-wrap > span {
    font-size: 0.75em;
    margin: 0.5em 0 0;
  }

  .ce-countdown--theme-10 div.ce-digits {
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    margin: 0 1px;
    width: 26px;
  }

  .ce-countdown--theme-10 div.ce-digits div.ce-digits-inner div.ce-flip-wrap div {
    font-size: 30px;
  }

  .ce-countdown--theme-10 div.ce-digits div.ce-digits-inner div.ce-flip-wrap div.ce-up::after {
    height: 2px;
    top: 24px;
  }

  .ce-countdown--theme-10 div.ce-digits div.ce-digits-inner div.ce-flip-wrap div div.ce-inn {
    font-size: 30px;
    left: 0;
  }
}

/* Theme 12 ---------------------------------------------------------------- */
.ce-countdown-wrap--theme-12 {
  height: 100%;
  position: relative;
  width: 100%;
}

.ce-countdown-wrap--theme-12::after {
  animation: ce-countdown-colorchange--theme-12 10s linear infinite alternate;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.ce-ie .ce-countdown-wrap--theme-12::after {
  display: none;
}

@keyframes ce-countdown-colorchange--theme-12 {
  0% {
    background-color: rgb(80 0 190 / 40%);
  }

  25% {
    background-color: rgb(0 98 190 / 40%);
  }

  75% {
    background-color: rgb(0 156 190 / 40%);
  }

  100% {
    background-color: rgb(80 0 190 / 40%);
  }
}

@keyframes ce-countdown-colorchange--theme-12 {
  0% {
    background-color: rgb(80 0 190 / 40%);
  }

  25% {
    background-color: rgb(0 98 190 / 40%);
  }

  75% {
    background-color: rgb(0 156 190 / 40%);
  }

  100% {
    background-color: rgb(80 0 190 / 40%);
  }
}

@keyframes ce-countdown-colorchange--theme-12 {
  0% {
    background-color: rgb(80 0 190 / 40%);
  }

  25% {
    background-color: rgb(0 98 190 / 40%);
  }

  75% {
    background-color: rgb(0 156 190 / 40%);
  }

  100% {
    background-color: rgb(80 0 190 / 40%);
  }
}

@keyframes ce-countdown-colorchange--theme-12 {
  0% {
    background-color: rgb(80 0 190 / 40%);
  }

  25% {
    background-color: rgb(0 98 190 / 40%);
  }

  75% {
    background-color: rgb(0 156 190 / 40%);
  }

  100% {
    background-color: rgb(80 0 190 / 40%);
  }
}

.ce-countdown--theme-12 {
  color: #fff;
  font-size: 0;
  font-weight: 400;
  position: relative;
  z-index: 2;
}

.ce-countdown--theme-12 .ce-col {
  display: inline-block;
  margin: 20px 0;
}

.ce-countdown--theme-12 .ce-digits {
  display: inline-block;
  margin: 0 18px;
}

.ce-countdown--theme-12 .ce-digits span {
  border-radius: 50px;
  border: 1px solid #fff;
  display: inline-block;
  font-size: 80px;
  font-weight: 100;
  height: 100px;
  line-height: 100px;
  margin: 0 7px;
  position: relative;
  text-align: center;
  width: 100px;
}

.ce-countdown--theme-12 .ce-years-label,
.ce-countdown--theme-12 .ce-days-label,
.ce-countdown--theme-12 .ce-hours-label,
.ce-countdown--theme-12 .ce-minutes-label,
.ce-countdown--theme-12 .ce-seconds-label,
.ce-countdown--theme-12 .ce-dseconds-label,
.ce-countdown--theme-12 .ce-mseconds-label {
  display: block;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 4px;
  margin: 25px 0 0;
  text-align: center;
  text-transform: uppercase;
}

.ce-countdown-bg-video--theme-12 {
  bottom: 0;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  right: 0;
  width: auto;
  z-index: 0;
}

@media all and (width <= 820px) {
  .ce-countdown--theme-12 .ce-digits {
    margin: 0 15px;
  }

  .ce-countdown--theme-12 .ce-digits span {
    border-radius: 40px;
    font-size: 60px;
    font-weight: 100;
    height: 80px;
    line-height: 80px;
    margin: 0 6px;
    width: 80px;
  }

  .ce-countdown--theme-12 .ce-years-label,
  .ce-countdown--theme-12 .ce-days-label,
  .ce-countdown--theme-12 .ce-hours-label,
  .ce-countdown--theme-12 .ce-minutes-label,
  .ce-countdown--theme-12 .ce-seconds-label,
  .ce-countdown--theme-12 .ce-dseconds-label,
  .ce-countdown--theme-12 .ce-mseconds-label {
    font-size: 18px;
    letter-spacing: 4px;
    margin: 20px 0 0;
  }
}

@media all and (width <= 480px) {
  .ce-countdown--theme-12 .ce-col {
    margin: 15px 0;
  }

  .ce-countdown--theme-12 .ce-digits span {
    border-radius: 30px;
    font-size: 30px;
    font-weight: 400;
    height: 60px;
    line-height: 65px;
    margin: 0 5px;
    width: 60px;
  }

  .ce-countdown--theme-12 .ce-years-label,
  .ce-countdown--theme-12 .ce-days-label,
  .ce-countdown--theme-12 .ce-hours-label,
  .ce-countdown--theme-12 .ce-minutes-label,
  .ce-countdown--theme-12 .ce-seconds-label,
  .ce-countdown--theme-12 .ce-dseconds-label,
  .ce-countdown--theme-12 .ce-mseconds-label {
    font-size: 12px;
    letter-spacing: 4px;
    margin: 10px 0 0;
  }
}

/* Clearfix ---------------------------------------------------------------- */

.ce-clearfix::before,
.ce-clearfix::after {
  content: ' ';
  display: table;
}

.ce-clearfix::after {
  clear: both;
}
