/* Theme 1 ----------------------------------------------------------------- */

.ce-countdown--theme-1 {
	font-size: 1em;
	line-height: 1.4;
	padding: 20px;
    text-align: center;
}

.ce-countdown--theme-1 .ce-col {
	display: inline-block;
	margin: 0 20px;
	padding-bottom: 20px;
}

.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: 4.5em;
}

.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;
	text-transform: uppercase;
}

@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;
	}

	.ce-countdown--theme-1 .ce-col {
		display: block;
	}
}

/* Theme 6 ----------------------------------------------------------------- */

.ce-countdown--theme-6 {
	font-size: 0;
	text-align: center;
}

.ce-countdown--theme-6 .ce-col {
	display: inline-block;
	font-size: 24px;
}

.ce-countdown--theme-6 .ce-col:first-child {
	margin: 0;
}

.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: 46px;
	font-weight: 300;
	height: 66px;
	line-height: 66px;
	margin-bottom: 10px;
}

html:not([class*='ce-ie']) .ce-countdown--theme-6 .ce-days,
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 {
	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-col {
		margin: 0 2% 0;
	}

	.ce-countdown--theme-6 .ce-flip-wrap .ce-flip-front,
	.ce-countdown--theme-6 .ce-flip-wrap .ce-flip-back {
		height: 40px;
	}
}

/* Theme 9 ----------------------------------------------------------------- */

.ce-countdown--theme-9 {
    font-family: 'Open Sans';
    font-size: 0;
    font-weight: 300;
    max-width: none;
    padding: 50px 30px;
    text-align: center;
}

.ce-countdown--theme-9 .ce-circle {
    display: inline-block;
    margin: -20px;
    position: relative;
    vertical-align: top;
}

.ce-countdown--theme-9 canvas {
    display: inline-block;
    height: 204px;
    width: 204px;
}

.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: 40px;
}

.ce-countdown--theme-9 .ce-label  {
    display: block;
    font-size: 15px;
    margin-top: 15px;
    text-transform: uppercase;
}

@media all and (max-width: 900px) {
    .ce-countdown--theme-9 canvas {
        height: 164px;
        width: 164px;
    }

    .ce-countdown--theme-9 .ce-digit  {
        font-size: 35px;
    }
}

@media all and (max-width: 400px) {
    .ce-countdown--theme-9 .ce-circle {
        margin: -30px;
        display: block;
    }

    .ce-countdown--theme-9 canvas {
        height: 134px;
        width: 134px;
    }

    .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: 12px;
        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;
    padding: 30px;
    position: relative;
    -webkit-user-select: none;
    text-align: center;
}

.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 {
    float: left;
    margin-left: 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 {
    display: block;
    font-size: 1.5em;
    margin: .66666666666667em 0 0;
    text-transform: uppercase;
}

.ce-countdown--theme-10 .ce-unit-wrap .ce-seconds-digit,
.ce-countdown--theme-10 .ce-unit-wrap .ce-minutes-digit,
.ce-countdown--theme-10 .ce-unit-wrap .ce-hours-digit,
.ce-countdown--theme-10 .ce-unit-wrap .ce-days-digit {
    display:none;
}

.ce-countdown--theme-10 div.ce-flip-wrap {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.ce-countdown--theme-10 div.ce-flip-wrap:hover {
    color: #fff;
}

.ce-countdown--theme-10 div.ce-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.ce-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.ce-digits div.ce-digits-inner {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.ce-countdown--theme-10 div.ce-digits div.ce-digits-inner:first-child {
    z-index: 2;
}

.ce-countdown--theme-10 div.ce-digits div.ce-digits-inner div.ce-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.ce-digits div.ce-digits-inner div.ce-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.ce-digits div.ce-digits-inner div.ce-flip-wrap div .ce-shadow {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.ce-countdown--theme-10 div.ce-digits div.ce-digits-inner div.ce-flip-wrap div.ce-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.ce-digits div.ce-digits-inner div.ce-flip-wrap div.ce-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.ce-digits div.ce-digits-inner div.ce-flip-wrap div.ce-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.ce-digits div.ce-digits-inner div.ce-flip-wrap div div.ce-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.ce-digits div.ce-digits-inner div.ce-flip-wrap div.ce-up div.ce-inn {
    background: #373737;
    top: 0;
}

.ce-countdown--theme-10 div.ce-digits div.ce-digits-inner div.ce-flip-wrap div.ce-down div.ce-inn {
    bottom: 0;
}

/* PLAY */
.ce-countdown--theme-10 div.play div.ce-digits-inner.before {
    z-index: 3;
}

.ce-countdown--theme-10 div.play div.ce-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.ce-digits-inner.active .ce-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.ce-digits-inner.before .ce-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.ce-digits-inner.active {
    z-index: 3;
}

/* SHADOW */
.ce-countdown--theme-10 div.play div.ce-digits-inner.before .ce-up .ce-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.ce-digits-inner.active .ce-up .ce-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.ce-digits-inner.before .ce-down .ce-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.ce-digits-inner.active .ce-down .ce-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-left: 0.75em;
    }

    .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.ce-digits {
        font-size: 70px;
        height: 100px;
        line-height: 100px;
        margin: 0 2px;
        width: 50px;
    }

    .ce-countdown--theme-10 div.ce-digits div.ce-digits-inner div.ce-flip-wrap div {
        font-size: 70px;
    }

    .ce-countdown--theme-10 div.ce-digits div.ce-digits-inner div.ce-flip-wrap div.ce-up:after {
        height: 2px;
        top: 48px;
    }

    .ce-countdown--theme-10 div.ce-digits div.ce-digits-inner div.ce-flip-wrap div div.ce-inn {
        font-size: 70px;
        left: 0;
    }
}

/* 650 PIXEL */

@media all and (max-width: 650px) {
    .ce-countdown--theme-10 .ce-unit-wrap {
        margin-left: 0.5em;
    }

    .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.ce-digits {
        font-size: 40px;
        height: 70px;
        line-height: 70px;
        margin: 0 2px;
        width: 40px;
    }

    .ce-countdown--theme-10 div.ce-digits div.ce-digits-inner div.ce-flip-wrap div {
        font-size: 40px;
    }

    .ce-countdown--theme-10 div.ce-digits div.ce-digits-inner div.ce-flip-wrap div.ce-up:after {
        height: 2px;
        top: 33px;
    }

    .ce-countdown--theme-10 div.ce-digits div.ce-digits-inner div.ce-flip-wrap div div.ce-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 {
        margin-left: 0.3em;
    }

    .ce-countdown--theme-10 .ce-unit-wrap > span {
        font-size: .75em;
        margin: .5em 0 0;
    }

    .ce-countdown--theme-10 div.ce-digits {
        font-size: 30px;
        height: 50px;
        line-height: 50px;
        margin: 0 1px;
        width: 26px;
    }

    .ce-countdown--theme-10 div.ce-digits div.ce-digits-inner div.ce-flip-wrap div {
        font-size: 30px;
    }

    .ce-countdown--theme-10 div.ce-digits div.ce-digits-inner div.ce-flip-wrap div.ce-up:after {
        height: 2px;
        top: 24px;
    }

    .ce-countdown--theme-10 div.ce-digits div.ce-digits-inner div.ce-flip-wrap div div.ce-inn {
        font-size: 30px;
        left: 0;
    }
}

/* Theme 12 ---------------------------------------------------------------- */
.ce-countdown-wrap--theme-12 {
	background: url('../media/theme-12/bg-video-fallback.jpg') no-repeat 50% 50%;
	background-size: cover;
	height: 100%;
	position: relative;
	width: 100%;
}

.ce-countdown-wrap--theme-12::after {
	-webkit-animation: ce-countdown-colorchange--theme-12 10s linear infinite alternate;
    -moz-animation: ce-countdown-colorchange--theme-12 10s linear infinite alternate;
    -o-animation: ce-countdown-colorchange--theme-12 10s linear infinite alternate;
    animation: ce-countdown-colorchange--theme-12 10s linear infinite alternate;
	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: #fff;
		font-size: 0;
	font-weight: 400;
	position: relative;
	z-index: 2;
}

.ce-countdown--theme-12 .ce-col {
	display: inline-block;
	margin: 20px 0;
}

.ce-countdown--theme-12 .ce-digits {
	display: inline-block;
	margin: 0 18px;
}

.ce-countdown--theme-12 .ce-digits span {
	border-radius: 50px;
	border: 1px solid #fff;
	display: inline-block;
	font-size: 80px;
	font-weight: 100;
	height: 100px;
	line-height: 100px;
	margin: 0 7px;
	position: relative;
	text-align: center;
	width: 100px;
}

.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: 25px 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 {
		margin: 0 15px;
	}

	.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-col {
		margin: 15px 0;
	}

	.ce-countdown--theme-12 .ce-digits span {
		border-radius: 30px;
		font-size: 30px;
		font-weight: 400;
		height: 60px;
		line-height: 65px;
		margin: 0 5px;
		width: 60px;
	}

	.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: 12px;
		letter-spacing: 4px;
		margin: 10px 0 0;
	}
}

/* Clearfix ---------------------------------------------------------------- */

.ce-clearfix:before,
.ce-clearfix:after {
	content: " ";
	display: table;
}

.ce-clearfix:after {
	clear: both;
}