
.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: none outside 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 {
    font: 11px "Helvetica Neue",Helvetica,sans-serif;
}
.flip-clock-meridium {
    background: none repeat scroll 0 0 rgba(0, 0, 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: none repeat scroll 0 0 #fff;
    float: left;
    font-family: "Gill Sans","Gill Sans MT",Calibri,sans-serif;
    font-size: 80px;
    font-weight: lighter;
    height: 100px;
    line-height: 87px;
    position: relative;
    width: 40px;
    margin: 0;
}
.flip-clock-wrapper ul li {
    height: 100%;
    left: 0;
    line-height: 87px;
    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;
    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(255, 255, 255, 1);
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 49px;
    width: 100%;
    z-index: 5;
}
.flip-clock-wrapper ul li a div.down {
    bottom: 0;
    transform-origin: 50% 0 0;
}
.flip-clock-wrapper ul li a div div.inn {
    background-color: #269db8;
    color: #fff;
    font-size: 70px;
    height: 200%;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    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 {
}
.flip-clock-wrapper ul.play li.flip-clock-active {
    animation: 0.5s linear 0.5s normal both 1 asd;
    z-index: 5;
}
.flip-clock-divider {
    display: block;
    float: left;
    height: 100px;
    position: relative;
    width: 4px;
}
.flip-clock-divider:first-child {
    width: 0;
}
.flip-clock-dot {
    background: none repeat scroll 0 0 #323434;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    display: block;
    height: 10px;
    left: 5px;
    position: absolute;
    width: 10px;
}
.flip-clock-divider .flip-clock-label {
    color: #fff;
    font-family: "Gill Sans","Gill Sans MT",Calibri,sans-serif;
    font-size: 1.2em;
    position: absolute;
    right: -54px;
    text-shadow: none;
    top: 5.8em;
    z-index: 1000;
}
.flip-clock-divider.hours .flip-clock-label {
    right: -59px;
}
.flip-clock-divider.minutes .flip-clock-label {
    right: -59px;
}
.flip-clock-divider.seconds .flip-clock-label {
    right: -64px;
}
.flip-clock-dot.top {
    top: 30px;
}
.flip-clock-dot.bottom {
    bottom: 30px;
}
@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 turn;
    z-index: 2;
}
@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 turn2;
    z-index: 2;
}
@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 show;
    background: -moz-linear-gradient(center top , rgba(0, 0, 0, 0.1) 0%, black 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
    animation: 0.5s linear 0.3s normal both 1 hide;
    background: -moz-linear-gradient(center top , rgba(0, 0, 0, 0.1) 0%, black 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
    animation: 0.5s linear 0s normal both 1 show;
    background: -moz-linear-gradient(center top , black 0%, rgba(0, 0, 0, 0.1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
    animation: 0.5s linear 0.2s normal both 1 hide;
    background: -moz-linear-gradient(center top , black 0%, rgba(0, 0, 0, 0.1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
@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;
}
}
