/* jQuery Countdown styles 2.0.0. */
.is-countdown {
	border: 1px solid #ccc;
	background-color: #eee;
}
.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #888;
}
.countdown-row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown-show1 .countdown-section {
	width: 98%;
}
.countdown-show2 .countdown-section {
	width: 48%;
}
.countdown-show3 .countdown-section {
	width: 32.5%;
}
.countdown-show4 .countdown-section {
	width: 24.5%;
}
.countdown-show5 .countdown-section {
	width: 19.5%;
}
.countdown-show6 .countdown-section {
	width: 16.25%;
}
.countdown-show7 .countdown-section {
	width: 14%;
}
.countdown-section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown-amount {
    font-size: 200%;
}
.countdown-period {
    display: block;
}
.countdown-descr {
	display: block;
	width: 100%;
}

/* FUTUREFUTURE ADDITIONS */

.slider-content:after, .slider-content .ribbon:after {
	content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.slider-content .ribbon {
	background: rgba( 138, 0, 0, 0.8 );
	padding: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.boxing-slider {
	padding: 0 !important;
	top: 0 !important;
}

.boxing-slider .button {
	background: rgba( 138, 0, 0, 0.8 ) !important;
	margin-top: 1em;
}

.slider-content .ribbon h1 {
	text-shadow: none !important;
	color: #fff;
}

.slider-content-right {
	float: none;
	width: 100%;
}

.countdown {
	float: none;
	width: 100%;
	margin-top: 1em;
}

.countdown:after {
	content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.countdown, .countdown div {
	display: inline-block;
	font-size: 1.4em;
	color: #335F86;
	background: transparent;
	border: 0;
}

.countdown h5 {
	display: block;
	font-size: 0.5em;
	line-height: 1;
	margin: 1em 0;
}

.countdown .time {
	width: 32.20339%;
	float: left;
	margin-right: 1.69492%;
}

.countdown .time:last-child {
	float: right;
	margin-right: 0;
}

.countdown .digit {
	border: 1px solid #000;
	width: 49.15254%;
	float: left;
	margin-right: 1.69492%;
	box-sizing: border-box;
}

.countdown .digit:last-child {
	float: right;
	margin-right: 0;
}

@media only screen and ( min-width : 45em ) {

	.boxing-slider .button {
		margin-top: 2em;
	}
	
	.countdown, .countdown div {
		font-size: 1.4em;
	}

	.slider-content .ribbon {
		padding: 0 4em;
	}


	.slider-content-right {
		float: right;
		width: 40%;
	}

	.countdown {
		width: 70%;
		margin: 0 0 2em 0;
	}

	.countdown h5 {
		display: block;
	}

	.countdown .digit {
		height: 100px;
		line-height: 100px;
	}

	.countdown .time {
		width: 15.25424%;
		float: left;
		margin-right: 1.69492%;
	}

	.countdown .time:first-child {
		margin-left: 25.42373%;
	}

	.countdown .time:last-child {
		float: left;
		margin-right: 23.72881%;
	}
}

@media only screen and ( min-width : 60em ) {

	.boxing-slider {
		top: 20% !important;
	}

	.slider-content .ribbon h1 span {
		font-size: 2em;
	}
}

