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

.ce-countdown--theme-1 {
	background-color: #fff; /* #f7f7f7 */
	color: #000;
	font-family: 'Roboto', sans-serif;
	line-height: 1.4;
	padding: 10px;
	text-align: center;
}

.ce-countdown--theme-1 .ce-col {
	display: inline-block;
	margin: 0px;
	width:24%;
}

.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: 2em;
}

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

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

@media all and (max-width: 540px) {
	.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;
	}
}

/* Theme 2 ----------------------------------------------------------------- */

.ce-countdown--theme-2 {
	background-color: #fff; /* #292929 */
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.4;
	padding: 20px;
	text-align: center;
}

.ce-countdown--theme-2 .ce-bar {
	background-color: #a66600;
	clear: both;
	float: left;
	margin: 7px 0 0 0;
	width: 330px;
}

.ce-countdown--theme-2 .ce-fill {
	background-color: #fff;
	height: 5px;
	width: 0%;
}

.ce-countdown--theme-2 .ce-info {
	line-height: 20px;
}

.ce-countdown--theme-2 .ce-text {
	float: left;
	margin: -14px 0 0 26px;
	padding-top: 10px;
	clear: none;
	text-align: left;
}

.ce-countdown--theme-2 strong {
	font-size: 45px;
	font-style: italic;
	font-weight: 600;
	line-height: 1.1em;
}

.ce-countdown--theme-2 p {
	font-size: 30px;
	font-style: italic;
	line-height: 1.2em;
	margin: 0;
}

.ce-countdown--theme-2 .ce-days,
.ce-countdown--theme-2 .ce-hours,
.ce-countdown--theme-2 .ce-minutes,
.ce-countdown--theme-2 .ce-seconds,
.ce-countdown--theme-2 .ce-dseconds,
.ce-countdown--theme-2 .ce-mseconds {
	font-size: 12px;
	font-weight: 800 !important;
	text-align: center;
	width: 40px;
	padding: 10px;
}

.ce-countdown--theme-2 .ce-days-label,
.ce-countdown--theme-2 .ce-hours-label,
.ce-countdown--theme-2 .ce-minutes-label,
.ce-countdown--theme-2 .ce-seconds-label,
.ce-countdown--theme-2 .ce-dseconds-label,
.ce-countdown--theme-2 .ce-mseconds-label {
	color: #a76500;
	font-size: 12px;
	font-weight: 400;
}

@media all and (max-width: 900px) {
	.ce-countdown--theme-2 {
		text-align: center;
	}

	.ce-countdown--theme-2 .ce-info {
		display: inline-block;
		float: none;
	}

	.ce-countdown--theme-2 .ce-text {
		float: none;
		margin: 0;
		text-align: center;
		padding-top: 20px;
	}

	.ce-countdown--theme-2 .ce-bar {
		width: 115px;
	}

	.ce-countdown--theme-2 strong {
		font-size: 25px;
		font-weight: 600;
	}

	.ce-countdown--theme-2 p {
		font-size: 20px;
		margin: 5px 0 0;
	}
}

/* Theme 3 ----------------------------------------------------------------- */

.ce-countdown--theme-3 {
	background-color: #fff;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 2em;
	font-weight: 100;
	padding: 10px;
	text-align: center;
	width:100%;
}

.ce-countdown--theme-3 .ce-col {
	display: inline-block;
	width: 24%;
}

.ce-countdown--theme-3 .ce-col + .ce-col {
	border-left: 1px solid #ffc728;
}

.ce-countdown--theme-3 .ce-days-label,
.ce-countdown--theme-3 .ce-hours-label,
.ce-countdown--theme-3 .ce-minutes-label,
.ce-countdown--theme-3 .ce-seconds-label,
.ce-countdown--theme-3 .ce-dseconds-label,
.ce-countdown--theme-3 .ce-mseconds-label {
	color: #806314;
	display: block;
	font-size: 20px;
	font-weight: 300;
}

@media all and (max-width: 800px) {
	.ce-countdown--theme-3 .ce-col {
		font-size: 80px;
	}

	.ce-countdown--theme-3 .ce-days-label,
	.ce-countdown--theme-3 .ce-hours-label,
	.ce-countdown--theme-3 .ce-minutes-label,
	.ce-countdown--theme-3 .ce-seconds-label,
	.ce-countdown--theme-3 .ce-dseconds-label,
	.ce-countdown--theme-3 .ce-mseconds-label {
		font-size: 20px;
	}
}

@media all and (max-width: 600px) {
	.ce-countdown--theme-3 .ce-col {
		font-size: 40px;
		margin: 0 auto;
	}

	.ce-countdown--theme-3 .ce-days-label,
	.ce-countdown--theme-3 .ce-hours-label,
	.ce-countdown--theme-3 .ce-minutes-label,
	.ce-countdown--theme-3 .ce-seconds-label,
	.ce-countdown--theme-3 .ce-dseconds-label,
	.ce-countdown--theme-3 .ce-mseconds-label {
		font-size: 13px;
	}
}

/* Theme 4 ----------------------------------------------------------------- */

.ce-countdown--theme-4 {
	background-color: #ec667a;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 60px;
	font-weight: 300;
	min-height: 90px;
	padding: 30px;
	text-align: center;
	text-transform: lowercase;
}

.ce-countdown--theme-4 span {
	font-weight: 900;
}

@media all and (max-width: 730px) {
	.ce-countdown--theme-4 {
		font-size: 30px;
	}
}

/* Theme 5 ----------------------------------------------------------------- */

.ce-countdown--theme-5 {
	background-color: #000;
	color: #fff;
	font-family: 'Permanent Marker', cursive;
	font-size: 140px;
}

.ce-countdown--theme-5 {
	background: url(../media/theme-5/background.jpg);
	background-size: cover;
}

@media all and (max-width: 540px) {
	.ce-countdown--theme-5 {
		font-size: 70px;
	}
}

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

.ce-countdown--theme-6 {
	background-color: #fff; /* #2d3e4f */
	color: #000; /* #bdc3c7 */
	font-family: 'Roboto', sans-serif;
	font-size: 0;
	font-weight: 400;
	padding: 10px;
	text-align: center;
}

.ce-countdown--theme-6 .ce-col {
	display: inline-block;
	font-size: 15px;
	margin: 0 0 0 5px;
	width: 23%;
}

.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: 40px;
	font-weight: 300;
	height: 60px;
	line-height: 60px;
	margin-bottom: 10px;
	background-color: #35495d;
}

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 {
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
}

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

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

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

.ce-countdown--theme-6 .ce-flip-wrap .ce-flip-front,
.ce-countdown--theme-6 .ce-flip-wrap .ce-flip-back {
	background-color: #00bfa0;
	height: 66px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

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 {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

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

@media all and (max-width: 560px) {
	.ce-countdown--theme-6 .ce-col {
		font-size: 12px;
	}

	.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: 24px;
		height: 40px;
		line-height: 40px;
	}

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

/* Theme 7 ----------------------------------------------------------------- */

.ce-countdown--theme-7 {
	background-color: #fff; /* #292929 */
	color: #00deff;
	font-family: 'Exo', sans-serif;
	font-size: 50px;
	height: 120px;
	line-height: 2em;
	overflow: hidden;
	text-align: center;
}

.ce-countdown--theme-7 .ce-digits {
	display: inline-block;
	min-width: 1.6em;
	width:24%;
}

.ce-countdown--theme-7 .ce-digits span {
	bottom: -2em;
	display: inline-block;
	min-width: .7em;
	position: relative;
	text-align: left;
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;
}

.ce-countdown--theme-7 .ce-digits span:first-child {
	text-align: right;
}

.ce-countdown--theme-7 .ce-digits span.ce-animate {
	-moz-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-moz-transition: -moz-transform .3s;
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
}

.ce-countdown--theme-7 .ce-digits span:before {
	content: attr(data-old);
	position: absolute;
	top: -100%;
	-moz-transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

@media all and (max-width: 600px) {
	.ce-countdown--theme-7 {
		font-size: 40px;
		line-height: 3em;
	}

	.ce-countdown--theme-7 .ce-digits span{
		    bottom: -3em;
	}
}

/* Theme 8 ----------------------------------------------------------------- */

.ce-countdown--theme-8 {
	background-color: #fde5e1;
	color: #594b48;
	font-family: 'Alice', serif;
	font-size: 2em;
	padding: 30px;
	text-transform: uppercase;
}

.ce-countdown--theme-8 .ce-days {
	font-size: 3em;
}

.ce-countdown--theme-8 strong {
	color: #c28a81;
	display: block;
	font-weight: normal;
}

@media all and (max-width: 540px) {
	.ce-countdown--theme-8 {
		font-size: 1.2em;
	}
}

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

.ce-countdown--theme-9 {
	background-color: #000;
	color: #fff;
	font-family: 'Open Sans';
	font-size: 0;
	font-weight: 300;
	max-width: none;
	text-align: center;
	padding: 10px;
}

.ce-countdown--theme-9 .ce-circle {
	display: inline-block;
	margin: 0px -12px 0px -12px;
	position: relative;
	vertical-align: top;
	width:25%;
	max-width: 120px;
}

.ce-countdown--theme-9 canvas {
	display: inline-block;
	width: 100%;
}

.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  {
	display: block;
	line-height: 1;
}

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

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

@media all and (max-width: 900px) {
	.ce-countdown--theme-9 canvas {
		height: 100%;
		width: 100%;
	}

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

@media all and (max-width: 400px) {
	.ce-countdown--theme-9 .ce-circle {
		margin: 0px -6px 0px -6px;
	}

	.ce-countdown--theme-9 canvas {
		height: 100%;
		width: 100%;
	}

	.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: 10px;
		margin-top: 8px;
	}
}

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

/*! Copyright (c) 2013 Objective HTML, LLC
 *  Permission is hereby granted, free of charge, to any person obtaining a copy
 *  of this software and associated documentation files (the "Software"), to deal
 *  in the Software without restriction, including without limitation the rights
 *  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 *  copies of the Software, and to permit persons to whom the Software is
 *  furnished to do so, subject to the following conditions:

 *  The above copyright notice and this permission notice shall be included in all
 *  copies or substantial portions of the Software.

 *  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 *  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 *  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 *  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 *  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 *  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 *  SOFTWARE.
 */

.ce-countdown--theme-10 {
    display: inline-block;
    font-family: 'Unica One', 'cursive';
    padding: 10px;
    position: relative;
    -webkit-user-select: none;
    text-align: center;
		width:100%;
		background-color : #fff; /* #f9f9f9 */
}

.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 {
		width:24%;
		display:inline-block;
}

.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: 15px;
    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-color: #000;
    border-radius: 5px;
    display: inline-block;
    font-size: 1em;
    height: 100px;
    line-height: 100px;
    margin: 0 1px;
    position: relative;
    width: 45%;
}

.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: 2em;
    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: 2em;
    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-color: #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 > span {
        font-size: 1em;
        margin: .66666666666667em 0 0;
    }

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

    .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: 650px) {

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

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

    .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 {
        margin: .75em 0;
        padding: 30px 10px;
    }

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

/* Theme 11 ---------------------------------------------------------------- */

.ce-countdown--theme-11 {
	font-family: 'Peralta', cursive;
	font-size: 0;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

.ce-countdown--theme-11:after {
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.ce-countdown--theme-11 .ce-duration,
.ce-countdown--theme-11 .ce-oncomplete {
	vertical-align: middle;
}

.ce-countdown--theme-11 .ce-col {
	color: #bb202e;
	display: inline-block;
	font-size: 75px;
	width:25%;
	margin : 0px;
}

.ce-countdown--theme-11 p,
.ce-countdown--theme-11 span {
	text-shadow: -.02em .05em 0 #761d25, .08em .08em 0 #184141;
}

.ce-countdown--theme-11 .ce-image {
	display: inline;
}

.ce-countdown--theme-11 .ce-image img {
	height: auto;
	margin-top: 40px;
	vertical-align: top;
	width: 55px;
}

.ce-countdown--theme-11 .ce-days-label,
.ce-countdown--theme-11 .ce-hours-label,
.ce-countdown--theme-11 .ce-minutes-label,
.ce-countdown--theme-11 .ce-seconds-label {
	display: block;
	font-size: 15px;
	margin-top: -10px;
	text-transform: uppercase;
}

.ce-countdown--theme-11 .ce-oncomplete {
	color: #bb202e;
	display: none;
	font-size: 40px;
	padding: 0 30px 60px;
	text-transform: uppercase;
}

.ce-countdown--theme-11 .ce-oncomplete.shake {
	display: table-cell;
}

.ce-countdown--theme-11 .ce-oncomplete img {
	display: inline-block;
	margin: 0 10px;
	vertical-align: top;
}

.ce-countdown--theme-11 .ce-oncomplete p {
	display: inline-block;
	margin: 0;
	padding: 30px 0;
}

.ce-countdown--theme-11 .ce-oncomplete span {
	display: inline-block;
	-webkit-transform: rotate3d(0, 0, 1, -10deg);
	transform: rotate3d(0, 0, 1, -10deg);
}

.ce-countdown--theme-11 .ce-oncomplete.shake span {
	-webkit-animation: shake 1s infinite;
	-moz-animation: shake 1s infinite;
	animation: shake 1s infinite;
}

@-webkit-keyframes shake {
	0% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}

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

	30%, 50%, 70%, 90% {
		-webkit-transform: rotate3d(0, 0, 1, -20deg);
		transform: rotate3d(0, 0, 1, -20deg);
	}

	40%, 60%, 80% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}

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

@keyframes shake {
	0% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}

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

	30%, 50%, 70%, 90% {
		-webkit-transform: rotate3d(0, 0, 1, -20deg);
		transform: rotate3d(0, 0, 1, -20deg);
	}

	40%, 60%, 80% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}

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

@media all and (max-width: 900px) {
	.ce-countdown--theme-11 .ce-col {
		font-size: 60px;
	}

	.ce-countdown--theme-11 .ce-image img {
		margin-top: 15px;
		width: 35px;
	}

	.ce-countdown--theme-11 .ce-days-label,
	.ce-countdown--theme-11 .ce-hours-label,
	.ce-countdown--theme-11 .ce-minutes-label {
		font-size: 16px;
	}
}

@media all and (max-width: 600px) {
	.ce-countdown--theme-11 .ce-col {
		font-size: 35px;
	}

	.ce-countdown--theme-11 .ce-image img {
		margin-top: 10px;
		width: 20px;
	}

	.ce-countdown--theme-11 .ce-days-label,
	.ce-countdown--theme-11 .ce-hours-label,
	.ce-countdown--theme-11 .ce-minutes-label {
		font-size: 10px;
		margin-top: -5px;
	}

	.ce-countdown--theme-11 .ce-oncomplete {
		font-size: 30px;
	}

	.ce-countdown--theme-11 .ce-oncomplete p {
		display: block;
	}
}

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

.ce-countdown-wrap--theme-12::after {
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

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

@-webkit-keyframes ce-countdown-colorchange--theme-12 {
    0%  { background-color: rgba(80,0,190,.4); }
    25%  { background-color: rgba(0,98,190,.4); }
    75%  { background-color: rgba(0,156,190,.4); }
    100%  { background-color: rgba(80,0,190,.4); }
}

@-moz-keyframes ce-countdown-colorchange--theme-12 {
    0%  { background-color: rgba(80,0,190,.4); }
    25%  { background-color: rgba(0,98,190,.4); }
    75%  { background-color: rgba(0,156,190,.4); }
    100%  { background-color: rgba(80,0,190,.4); }
}

@-o-keyframes ce-countdown-colorchange--theme-12 {
    0%  { background-color: rgba(80,0,190,.4); }
    25%  { background-color: rgba(0,98,190,.4); }
    75%  { background-color: rgba(0,156,190,.4); }
    100%  { background-color: rgba(80,0,190,.4); }
}

@keyframes ce-countdown-colorchange--theme-12 {
    0%  { background-color: rgba(80,0,190,.4); }
    25%  { background-color: rgba(0,98,190,.4); }
    75%  { background-color: rgba(0,156,190,.4); }
    100%  { background-color: rgba(80,0,190,.4); }
}

.ce-countdown--theme-12 {
	color: #000;
	font-family: 'Josefin Slab', serif;
	font-size: 0;
	font-weight: 400;
	position: relative;
	z-index: 2;
	background-color : #fff; /* #99c4e5 */
}

.ce-countdown--theme-12 .ce-col {
	display: inline-block;
	margin: 10px 0;
	text-align: center;
	width:25%;
}

.ce-countdown--theme-12 .ce-digits {
	display: inline-block;
}

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

.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: 15px 0 0;
	text-align: center;
	text-transform: uppercase;
}

.ce-countdown-bg-video--theme-12 {
	background-size: cover;
	background: url('../media/theme-12/bg-video-fallback.jpg') no-repeat;
	bottom: 0;
	height: auto;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	right: 0;
	width: auto;
	z-index: 0;
}

@media all and (max-width: 820px) {

	.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-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 (max-width: 480px) {

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

	.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: 10px;
		letter-spacing: 3px;
		margin: 10px 0 0;
	}
}

/* Theme 20 -----------------------------------------------------------------*/

.ce-countdown--theme-20 {
	background-color: #fff; /* #292929 */
	color: #00b591;
	font-family: 'Exo', sans-serif;
	line-height: 1.4;
	padding: 10px;
	text-align: center;
}

.ce-countdown--theme-20 .ce-col {
	display: inline-block;
	width:24%;
}

.ce-countdown--theme-20 .ce-days,
.ce-countdown--theme-20 .ce-hours,
.ce-countdown--theme-20 .ce-minutes,
.ce-countdown--theme-20 .ce-seconds,
.ce-countdown--theme-20 .ce-dseconds,
.ce-countdown--theme-20 .ce-mseconds {
	font-size: 2em;
}

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

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

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

	.ce-countdown--theme-20 .ce-col {
		font-size: 13px;
	}
}

/* Theme 21 ----------------------------------------------------------------- */

.ce-countdown--theme-21 {
	background-color: #fff; /* #bdc3c7 */
	color: #000;
	font-family: 'Open Sans';
	font-size: 0;
	font-weight: 300;
	max-width: none;
	text-align: center;
	padding: 15px;
}

.ce-countdown--theme-21 .ce-circle {
	display: inline-block;
	width:25%;
}

.ce-countdown--theme-21 .ce-digit,
.ce-countdown--theme-21 .ce-label  {
	display: block;
	line-height: 1;
}

.ce-countdown--theme-21 .ce-digit  {
	display: block;
	font-size: 34px;
}

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

@media all and (max-width: 900px) {

	.ce-countdown--theme-21 .ce-digit  {
		font-size: 50px;
	}
}

@media all and (max-width: 400px) {

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

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

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

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

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