/* jQuery Countdown styles 2.0.0. */
#defaultCountdown {
	width: 302px !important;
	margin:0 auto;
	height: 76px;
	border-radius: 2px;
	font-family: 'Raleway', sans-serif;
}

.is-countdown {
	border: 1px solid #ccc;
}
.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%;
	margin-top: 5px;
}
.countdown-show4 .countdown-section {
	width: 24.5%;
	margin: 0;
	border-radius:3px;
}
.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%;
	height:50px;
	text-align: center;
	background: #1e1e1e; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#333333, #000000, #666); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#333333, #000000, #666); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#333333, #000000, #666); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#333333, #000000, ); /* Standard syntax */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#686868', endColorstr='#444444',GradientType=0 );
	margin: 2px !important;
	width:70px !important;
	position:relative;
	top:20px;
}
.countdown-amount {
	color: #f9a11b;
    padding: 5px;
    font-size: 32px;
    padding:0;


}
.countdown-period {
    display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	padding:0 0 5px 0;
	color: #373737;
	text-align: center;
	position:absolute;
	bottom:48px;
	margin-left:20px;
	font-family: 'Raleway', sans-serif;
}

.countdown-descr {
	display: block;
	width: 100%;
}
