/* jQuery Countdown styles 2.0.0. */
#cutOffCountdown {margin-bottom: 20px;}

.countdown {
	color: white;
	font-weight: 700;
	padding: 10px;
}

#cutOffCountdown .countdown-section { float: left; line-height: 1; color:#445465; font-weight: 700; text-transform: uppercase;}
#cutOffCountdown .countdown-amount { background: #fff; width: 100%;  padding: 5px 16px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size:200%; }
#cutOffCountdown .countdown-period {padding-top:12px; display: inline-block;}

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

.countdown-header {
	margin-bottom: 1.5em;
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	text-transform: capitalize;
}

.p-schedule-wrapper {
display: inline-block;
clear: both;
width: auto;
line-height: 1;
font-size: 1.2em;
}

.p-schedule-head {
display: inline-block;
}

.p-schedule-date {
display: inline-block;
}