/* Theme 10 ---------------------------------------------------------------- */
.ce-countdown--theme-10 {
  display: flex;
  width: 100%;
  font-family: 'Unica One', 'cursive';
  padding: 30px;
  position: relative;
  -webkit-user-select: none;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: flex-start; }

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

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

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

.ce-countdown--theme-10 .ce-unit-wrap {
  margin-left: 1.25em;
  margin-bottom: 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 {
  color: #929292;
  display: block;
  font-size: 1.5em;
  margin: .66666666666667em 0 0;
  text-transform: uppercase; }

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

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

.ce-countdown--theme-10 div.digits {
  list-style: none; }

.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.digits {
  background: #000;
  border-radius: 5px;
  float: left;
  font-size: 120px;
  height: 150px;
  line-height: 150px;
  margin: 0 4px;
  position: relative;
  width: 70px; }

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

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

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

.ce-countdown--theme-10 div.digits div.digits-inner div.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.digits div.digits-inner div.flip-wrap div .shadow {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2; }

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

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

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

.ce-countdown--theme-10 div.digits div.digits-inner div.flip-wrap div div.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.digits div.digits-inner div.flip-wrap div.up div.inn {
  background: #373737;
  top: 0; }

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

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

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

@-webkit-keyframes asd {
  0% {
    z-index: 2; }
  20% {
    z-index: 4; }
  100% {
    z-index: 4; } }

@-moz-keyframes asd {
  0% {
    z-index: 2; }
  20% {
    z-index: 4; }
  100% {
    z-index: 4; } }

@-o-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.digits-inner.active .down {
  -webkit-animation: turn 0.5s 0.5s linear both;
  -moz-animation: turn 0.5s 0.5s linear both;
  animation: turn 0.5s 0.5s linear both;
  z-index: 2; }

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

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

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

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

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

@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg); }
  100% {
    -webkit-transform: rotateX(-90deg); } }

@-moz-keyframes turn2 {
  0% {
    -moz-transform: rotateX(0deg); }
  100% {
    -moz-transform: rotateX(-90deg); } }

@-o-keyframes turn2 {
  0% {
    -o-transform: rotateX(0deg); }
  100% {
    -o-transform: rotateX(-90deg); } }

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

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

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

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

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

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

@-webkit-keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

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

@-webkit-keyframes hide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes hide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes hide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

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

/* 900 PIXEL */
@media all and (max-width: 900px) {
  .ce-countdown--theme-10 .ce-unit-wrap {
    margin: 0 10px; }
  .ce-countdown--theme-10 .ce-unit-wrap > span {
    font-size: 1em;
    margin: .66666666666667em 0 0; }
  .ce-countdown--theme-10 div.digits {
    font-size: 70px;
    height: 100px;
    line-height: 100px;
    margin: 0 2px;
    width: 50px; }
  .ce-countdown--theme-10 div.digits div.digits-inner div.flip-wrap div {
    font-size: 70px; }
  .ce-countdown--theme-10 div.digits div.digits-inner div.flip-wrap div.up:after {
    height: 2px;
    top: 48px; }
  .ce-countdown--theme-10 div.digits div.digits-inner div.flip-wrap div div.inn {
    font-size: 70px;
    left: 0; } }

/* 650 PIXEL */
@media all and (max-width: 640px) {
  .ce-countdown--theme-10 .ce-unit-wrap {
    margin: 0 5px; }
  .ce-countdown--theme-10 .ce-unit-wrap > span {
    font-size: 1em;
    margin: .5em 0 0; }
  .ce-countdown--theme-10 div.digits {
    font-size: 40px;
    height: 70px;
    line-height: 70px;
    margin: 0 2px;
    width: 40px; }
  .ce-countdown--theme-10 div.digits div.digits-inner div.flip-wrap div {
    font-size: 40px; }
  .ce-countdown--theme-10 div.digits div.digits-inner div.flip-wrap div.up:after {
    height: 2px;
    top: 33px; }
  .ce-countdown--theme-10 div.digits div.digits-inner div.flip-wrap div div.inn {
    font-size: 40px;
    left: 0; } }

/* 500 PIXEL */
@media all and (max-width: 500px) {
  .ce-countdown--theme-10 {
    padding: 30px 0; }
  .ce-countdown--theme-10 .ce-unit-wrap {
    margin-left: 0.3em; }
  .ce-countdown--theme-10 .ce-unit-wrap > span {
    font-size: .75em;
    margin: .5em 0 0; }
  .ce-countdown--theme-10 div.digits {
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    margin: 0 1px;
    width: 26px; }
  .ce-countdown--theme-10 div.digits div.digits-inner div.flip-wrap div {
    font-size: 30px; }
  .ce-countdown--theme-10 div.digits div.digits-inner div.flip-wrap div.up:after {
    height: 2px;
    top: 24px; }
  .ce-countdown--theme-10 div.digits div.digits-inner div.flip-wrap div div.inn {
    font-size: 30px;
    left: 0; } }

/* Clearfix ---------------------------------------------------------------- */
.ce-clearfix:before,
.ce-clearfix:after {
  content: " ";
  display: table; }

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

.ce-countdown--theme-10 {
  width: 100%;
  font-family: 'Unica One', 'cursive';
  padding: 20px 10px;
  position: relative;
  -webkit-user-select: none;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: flex-start; }
  .ce-countdown--theme-10 .ce-unit-wrap {
    width: 100%;
    margin: 0 5px; }
    @media (min-width: 641px) {
      .ce-countdown--theme-10 .ce-unit-wrap {
        margin: 0 10px; } }
    .ce-countdown--theme-10 .ce-unit-wrap > span {
      font-size: 3vw; }
      @media (min-width: 641px) {
        .ce-countdown--theme-10 .ce-unit-wrap > span {
          font-size: 2vw; } }
      @media (min-width: 761px) {
        .ce-countdown--theme-10 .ce-unit-wrap > span {
          font-size: 12px; } }
      @media (min-width: 1024px) {
        .ce-countdown--theme-10 .ce-unit-wrap > span {
          font-size: 14px; } }
  .ce-countdown--theme-10 div.digits {
    display: block;
    float: left;
    width: calc(50% - 1px);
    padding-bottom: 90%;
    position: relative;
    height: 0;
    flex-shrink: 0;
    flex-grow: 0;
    line-height: 100%;
    margin: 0; }
    .ce-countdown--theme-10 div.digits:last-child {
      float: right; }
    .ce-countdown--theme-10 div.digits div.digits-inner div.flip-wrap div {
      font-size: 9vw; }
      @media (min-width: 761px) {
        .ce-countdown--theme-10 div.digits div.digits-inner div.flip-wrap div {
          font-size: 6vw; } }
      @media (min-width: 1024px) {
        .ce-countdown--theme-10 div.digits div.digits-inner div.flip-wrap div {
          font-size: 80px; } }
      .ce-countdown--theme-10 div.digits div.digits-inner div.flip-wrap div div.inn {
        font-size: 100%;
        line-height: 1.0;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background-color: #013060; }
      .ce-countdown--theme-10 div.digits div.digits-inner div.flip-wrap div.up div.inn {
        background-color: #4c6d8f; }
      .ce-countdown--theme-10 div.digits div.digits-inner div.flip-wrap div.up:after {
        top: calc(100% - 2px); }

@media (min-width: 641px) {
  .columns.medium-6 .ce-countdown--theme-10 {
    padding: 15px 0; } }

@media (min-width: 641px) {
  .columns.medium-6 .ce-countdown--theme-10 .ce-unit-wrap {
    margin: 0 5px; } }

@media (min-width: 641px) {
  .columns.medium-6 .ce-countdown--theme-10 .ce-unit-wrap > span {
    font-size: 1.2vw; } }

@media (min-width: 761px) {
  .columns.medium-6 .ce-countdown--theme-10 .ce-unit-wrap > span {
    font-size: 1vw; } }

@media (min-width: 1024px) {
  .columns.medium-6 .ce-countdown--theme-10 .ce-unit-wrap > span {
    font-size: 10px; } }

@media (min-width: 641px) {
  .columns.medium-6 .ce-countdown--theme-10 div.digits div.digits-inner div.flip-wrap div {
    font-size: 4vw; } }

@media (min-width: 761px) {
  .columns.medium-6 .ce-countdown--theme-10 div.digits div.digits-inner div.flip-wrap div {
    font-size: 3vw; } }

@media (min-width: 1024px) {
  .columns.medium-6 .ce-countdown--theme-10 div.digits div.digits-inner div.flip-wrap div {
    font-size: 36px; } }
