
.flip-clock-wrapper * {
    backface-visibility: hidden;
    box-sizing: border-box;
}
.flip-clock-wrapper a {
    color: #ccc;
    cursor: pointer;
    text-decoration: none;
}
.flip-clock-wrapper a:hover {
    color: #fff;
}
.flip-clock-wrapper ul {
    list-style: outside none 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 {
}
.flip-clock-wrapper {
    -moz-user-select: none;
    font: 15px "Helvetica Neue",Helvetica,sans-serif;
}
.flip-clock-meridium {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    box-shadow: 0 0 0 !important;
    font-size: 36px !important;
}
.flip-clock-meridium a {
    color: #313333;
}
.flip-clock-wrapper {
    margin: 1em;
    position: relative;
    text-align: center;
    width: 100%;
}
.flip-clock-wrapper::before, .flip-clock-wrapper::after {
    content: " ";
    display: table;
}
.flip-clock-wrapper::after {
    clear: both;
}
.flip-clock-wrapper ul {
    background: #000 none repeat scroll 0 0;
    border-radius: 6px;
    float: left;
    font-size: 100px;
    font-weight: bold;
    height: 60px;
    line-height: 87px;
    margin: 1px;
    position: relative;
    width: 45px;
}
.flip-clock-wrapper ul li {
    height: 100%;
    left: 0;
    line-height: 60%;
    position: absolute;
    text-decoration: none !important;
    top: 0;
    width: 100%;
    z-index: 1;
}
.flip-clock-wrapper ul li:first-child {
    z-index: 2;
}
.flip-clock-wrapper ul li a {
    cursor: default !important;
    display: block;
    height: 100%;
    margin: 0 !important;
    overflow: visible !important;
    perspective: 200px;
}
.flip-clock-wrapper ul li a div {
    font-size: 80px;
    height: 50%;
    left: 0;
    outline: 1px solid transparent;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.flip-clock-wrapper ul li a div .shadow {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2;
}
.flip-clock-wrapper ul li a div.up {
    top: 0;
    transform-origin: 50% 100% 0;
}
.flip-clock-wrapper ul li a div.up::after {
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 44px;
    width: 100%;
    z-index: 5;
}
.flip-clock-wrapper ul li a div.down {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    bottom: 0;
    transform-origin: 50% 0 0;
}
.flip-clock-wrapper ul li a div div.inn {
    background-color: #333;
    border-radius: 6px;
    color: #ccc;
    font-size: 28px;
    height: 200%;
    left: 0;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px #000;
    width: 97%;
    z-index: 1;
}
.flip-clock-wrapper ul li a div.up div.inn {
    top: 0;
}
.flip-clock-wrapper ul li a div.down div.inn {
    bottom: 0;
}
.flip-clock-wrapper ul.play li.flip-clock-before {
    z-index: 3;
}
.flip-clock-wrapper .flip {
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.7);
}
.flip-clock-wrapper ul.play li.flip-clock-active {
    animation: 0.5s linear 0.5s normal both 1 running asd;
    z-index: 5;
}
.flip-clock-divider {
    display: inline-block;
    float: left;
    height: 63px;
    position: relative;
    width: 20px;
}
.flip-clock-divider:first-child {
    width: 0;
}
.flip-clock-dot {
    background: #323434 none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    display: block;
    height: 10px;
    left: 5px;
    position: absolute;
    width: 10px;
}
.flip-clock-divider .flip-clock-label {
    color: black;
    position: absolute;
    right: -52px;
    text-shadow: none;
    bottom: -1.5em;
}
.flip-clock-divider.minutes .flip-clock-label {
    right: -59px;
}
.flip-clock-divider.seconds .flip-clock-label {
    right: -58px;
}
.flip-clock-dot.top {
   /* top: 7px;*/
   top: 25%;
}
.flip-clock-dot.bottom {
    bottom: 30%;
}
@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;
}
}
.flip-clock-wrapper ul.play li.flip-clock-active .down {
    animation: 0.5s linear 0.5s normal both 1 running turn;
    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);
}
}
.flip-clock-wrapper ul.play li.flip-clock-before .up {
    animation: 0.5s linear 0s normal both 1 running turn2;
    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);
}
}
.flip-clock-wrapper ul li.flip-clock-active {
    z-index: 3;
}
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
    animation: 0.5s linear 0s normal both 1 running show;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%) repeat scroll 0 0;
}
.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
    animation: 0.5s linear 0.3s normal both 1 running hide;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%) repeat scroll 0 0;
}
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
    animation: 0.5s linear 0s normal both 1 running show;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%) repeat scroll 0 0;
}
.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
    animation: 0.5s linear 0.2s normal both 1 running hide;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%) repeat scroll 0 0;
}
@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;
}
}
