/* Get the bourbon mixin from http://bourbon.io */
/* Reset */
.flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
*{
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #ccc; }

.flip-clock-wrapper a:hover {
  color: #fff; }

.flip-clock-wrapper ul {
  list-style: none; }

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
  content: " ";
  display: table; }

.flip-clock-wrapper.clearfix:after {
  clear: both; }

.flip-clock-wrapper.clearfix {
  *zoom: 1; }

/* Main */
.flip-clock-wrapper {
  font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
  color: #555;
  z-index: 10;
}

.flip-clock-meridium {
  background: none !important;
  box-shadow: 0 0 0 !important;
  font-size: 36px !important; }

.flip-clock-meridium a { color: #313333; }

.flip-clock-wrapper {
  text-align: center;
  width: 690px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.flip-clock-wrapper:after {
    clear: both;
}

/* Skeleton */
.flip-clock-wrapper ul {
  background: #000 none repeat scroll 0 0;
  border-radius: 6px;
  float: left;
  font-size: 80px;
  height: 12.5vw;
  line-height: 12.5vw;
  margin: 5px;
  position: relative;
  width: 9.3vw;
  padding: 0;
  border: 1px solid transparent;
}
.flip-clock-wrapper ul:before{
  content: '';
  position: absolute;
  top: 50%;
  width: 100%;

}
.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 12vw;
  text-decoration: none !important;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  -ms-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  overflow: visible !important;
  
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .flip-clock-wrapper ul li {
    -webkit-perspective: none;
    -moz-perspective: none;
    -ms-perspective: none;
    perspective: none;
  }
  .flip-clock-wrapper ul li a {
    display: block;
    height: 100%;
    margin: 0 !important;
    cursor: default !important;
    text-decoration: none !important;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    -ms-perspective: 500px;
    perspective: 500px;
    /* transform-style: preserve-3d; */
    overflow: visible !important;
    outline: none;
    
  }
  /* .flip-clock-wrapper ul {
    background: none;
  } */
  /* .flip-clock-wrapper ul li::before{
    content: '';
    position: absolute;
    height: 1px;
    background-color: #000;
    top: 50%;
    margin-top: -1px;
    z-index: 11111;
    left: 2px;
    right: 2px;
  } */
}

.flip-clock-wrapper ul li:first-child {
  z-index: 2; }

.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  margin: 0 !important;
  cursor: default !important;
  /* text-decoration: none !important;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  -ms-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d; */
  overflow: visible !important;
  
}

.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 80px;
  overflow: hidden; 
  font-family: 'Oswald';
}

.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.flip-clock-wrapper ul li a 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%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  top: 0;
}

.flip-clock-wrapper ul li a div.down {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  margin-bottom: 0;
}
.white-sec-holder .flip-clock-wrapper ul li a div div.inn{
  background-color: #e4e4e4;
}
.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #f8f8f8;
  text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;  
  text-align: center;
  background-color: #181818;
  border-radius: 6px;
  font-size: 11.6vw;
  font-family: 'oswald'
}
.white-sec-holder .flip-clock-wrapper ul li a div div.inn{
  color: #090909;
}
.flip-clock-wrapper ul li a div.up div.inn {
  top: 0;border-radius:6px;  }

.flip-clock-wrapper ul li a div.down div.inn {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#333333+0,191919+100 */
  background: rgb(51,51,51); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(51,51,51,1) 0%, rgba(25,25,25,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(51,51,51,1) 0%,rgba(25,25,25,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(51,51,51,1) 0%,rgba(25,25,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#191919',GradientType=1 ); /* IE6-9 */
  bottom: 0;
}
.white-sec-holder .flip-clock-wrapper ul li a div.down div.inn {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cacaca+0,e4e4e4+100 */
  background: rgb(202,202,202,0.6); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(202,202,202,1) 0%, rgba(228,228,228,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(202,202,202,1) 0%,rgba(228,228,228,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(202,202,202,1) 0%,rgba(228,228,228,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cacaca', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-9 */
}
/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3;
}

.flip-clock-wrapper ul.play li.flip-clock-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;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  z-index: 5;
}

.flip-clock-divider {
  display: inline-block;
  position: relative;
  width: 20px;
  color: #444;
  height: 100px; }

.flip-clock-divider:first-child {
  width: 0; }

.flip-clock-dot {
  display: block;
  background: #222222;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  left: 5px; }

.flip-clock-divider .flip-clock-label {
  position: absolute;
  top: -1.5em;
  right: -86px;
  color: #444;
  text-shadow: none; }

.flip-clock-divider.minutes .flip-clock-label {
  right: -88px; }

.flip-clock-divider.seconds .flip-clock-label {
  right: -91px; }

.flip-clock-dot.top {
  top: 30px; }

.flip-clock-dot.bottom {
  bottom: 30px; }

@-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; } }


.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  -webkit-animation: turn 0.5s 0.5s cubic-bezier(0.375, 1.495, 0.610, 0.780) both;
  -moz-animation: turn 0.5s 0.5s cubic-bezier(0.375, 1.495, 0.610, 0.780) both;
  animation: turn 0.5s 0.5s cubic-bezier(0.375, 1.495, 0.610, 0.780) both;
  
}

@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotate3d(1,0,0,90deg);opacity: 1; }

  100% {
    -webkit-transform: rotate3d(1,0,0,0deg); } }

@-moz-keyframes turn {
  0% {
    -moz-transform: rotate3d(1,0,0,90deg); }

  100% {
    -moz-transform: rotate3d(1,0,0,0deg); } }

@-o-keyframes turn {
  0% {
    -o-transform: rotate3d(1,0,0,90deg); }

  100% {
    -o-transform: rotate3d(1,0,0,0deg); } }

@keyframes turn {
  0% {
    transform: rotate3d(1,0,0,90deg);opacity: 1; }

  100% {
    transform: rotate3d(1,0,0,0deg); } }


.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  -webkit-animation: turn2 0.5s linear both;
  -moz-animation: turn2 0.5s linear both;
  animation: turn2 0.5s linear both;
  border-style:solid;
  border-color: transparent transparent; 
  border-width: 0;
}
/* .flip-clock-wrapper ul li:after{
   content: '';
   background-color: #fff;
   width: calc(100% + 50px);
   height: 3px;
   position: absolute;
   top: 50%;
   left: -25px;
   z-index: 11;
   margin-top: -3px;
}
.flip-clock-wrapper ul:after{
  content: '';
  background-color: #000;
  width: auto;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 111;
  margin-top: -4px;
} */
.white-sec-holder .flip-clock-wrapper ul::after{
    background-color: #fff;
}
.flip-clock-wrapper ul:after{
  content: '';
  background-color: #000;
  width: auto;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 111;
  margin-top: -1px;
}
.up,.down{
  outline: 1px solid transparent;
  /* border-style:solid;
  border-width: 0 1px;
  border-color: transparent; */
  backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@-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); } }

.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3;
  backface-visibility: hidden;
}

.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3;
  backface-visibility: hidden;
}

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both;
  border-radius: 6px 6px 0 0;
  
}

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  border-radius: 6px 6px 0 0;
  -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;
}

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#333333+0,191919+100 */
  background: rgb(51,51,51); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(51,51,51,1) 0%, rgba(25,25,25,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(51,51,51,1) 0%,rgba(25,25,25,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(51,51,51,1) 0%,rgba(25,25,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#191919',GradientType=1 ); /* IE6-9 */
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both;
}
.white-sec-holder .flip-clock-wrapper ul.play li.flip-clock-before .down .shadow{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cacaca+0,e4e4e4+100 */
  background: #cacaca; /* Old browsers */
  background: -moz-linear-gradient(top, #cacaca 0%, #e4e4e4 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #cacaca 0%,#e4e4e4 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #cacaca 0%,#e4e4e4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cacaca', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-9 */
}

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#333333+0,191919+100 */
  background: rgb(51,51,51); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(51,51,51,1) 0%, rgba(25,25,25,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(51,51,51,1) 0%,rgba(25,25,25,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(51,51,51,1) 0%,rgba(25,25,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#191919',GradientType=1 ); /* IE6-9 */
  -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;
}
.white-sec-holder .flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: #cacaca; /* Old browsers */
  background: -moz-linear-gradient(top, #cacaca 0%, #e4e4e4 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #cacaca 0%,#e4e4e4 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #cacaca 0%,#e4e4e4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cacaca', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-9 */
}

@-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; } }
