/* jQuery Countdown styles 2.0.0. */
.is-countdown {
}
.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;
	text-align:left;
	font-weight:500;
	letter-spacing:2px;
}
.countdown-descr {
	display: block;
	width: 100%;
}

/*Custom Code*/
#theCountdown{ overflow: hidden; float:left; width:100%; text-align:center; }
.countdown-row { width: auto; max-width: 970px; margin: 0 0 0 0%; list-style: none; overflow: hidden; display:block; }
.countdown-row:before { content: " "; display: table; }
.countdown-section:first-child:before{ display:none; }
.countdown-show4 .countdown-section { width: 21%; background:#cf5300; }
.countdown-section {
  max-width: 400px;
  min-width: 150px;
  max-height: 160px;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  padding: 1%;
  letter-spacing: -1px;
  margin-bottom: 20px;
  display: inline-block;
  margin: 0 1%;
  vertical-align: top;
  font-weight:300;
}
.countdown-amount {
  font-size: 90px;
  line-height: 1;
  float: left;
  width: 100%;
  text-align: left;
  position: relative;
  padding-bottom: 15px;
}
.countdown-section:before {
  content: ':';
  font-weight: 300;
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 55px;
  left: -20px;
  bottom: 60%;
  z-index: 10;
  color:#cf5300;
  font-family:sans-serif;
}
