/* Theme 6 ----------------------------------------------------------------- */
.ce-countdown {
	margin: 0 auto;
	max-width: 864px;
	text-align: center;
}
			
.ce-countdown--theme-6 {
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 0;
	font-weight: 400;
	padding: 20px 10px;
	text-align: center;
}

.ce-countdown--theme-6 .ce-col {
	display: inline-block;
	font-size: 12px;
	margin: 0 0 0 4.513888888889%;
	/*width: 30.324074074074%;*/
	width: 21.324%;
}

.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: 16px;
	font-weight: 300;
	height: 36px;
	line-height: 36px;
	margin-bottom: 5px;
}

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 {
	background: #5668af;
	height: 36px;
	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;
	}
}

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

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

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