.countdownHolder{
	margin:0 auto;
	font-size: 40px;
	text-align:center;
}

.position{
	display: block;  
	overflow: hidden;
	position: relative;
	height: 1.6em;
  float: left;
  line-height: 1.5em;  
  width: 1.1em;
}   
.position1{
	padding-right: 0.1em;
} 
.position3{
	padding-left: 0.1em;
} 

.digit{
	position:absolute;
	display:block;
	width:1.1em;
	text-align:center;
	letter-spacing:-1px;
}
.count_time{
	position: relative;
  margin-right: 0.4em; 
}
.count_time::after{
	width: 0.4em;
  line-height: 1.3em;
  content: ':';
  text-align: center;
  position: absolute;
  top: 0;
  right: -0.4em;  
  display: block;
}
.countSeconds {
  margin-right: 0;
}
.countSeconds::after{
  content: none;
}

.position_title {
  font-size: 11px;
  display: block;
  line-height: 13px;
  height: 20px;
  padding-top: 10px;
  clear: both;
  text-transform: uppercase;
  font-weight: normal;
}

/* counter 1 */

.ve_countdown_1 .position {
  color:#fff;
}

.ve_countdown_1 .digit{
	background-color:#333;
    -moz-border-radius:0.15em;
  -webkit-border-radius:0.15em;
  border-radius:0.15em;
}

.ve_countdown_1 .digit.static{
	box-shadow:1px 1px 1px rgba(4, 4, 4, 0.35);
	
	background-image: linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -o-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -moz-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -webkit-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -ms-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.5, #3A3A3A),
		color-stop(0.5, #444444)
	)
}

/* counter 2 */

.ve_countdown_2 .position {
  color:#444;
}
.ve_countdown_2 .digit{
	background-color:#eee;
  -moz-border-radius:0.15em;
  -webkit-border-radius:0.15em;
  border-radius:0.15em;  
}

.ve_countdown_2 .digit.static{
	box-shadow: 1px 1px 0 rgba(4, 4, 4, 0.3);	
	background-image: linear-gradient(bottom, #dfdfdf 0%, #efefef 100%);
	background-image: -o-linear-gradient(bottom, #dfdfdf 0%, #efefef 100%);
	background-image: -moz-linear-gradient(bottom, #dfdfdf 0%, #efefef 100%);
	background-image: -webkit-linear-gradient(bottom, #dfdfdf 0%, #efefef 100%);
	background-image: -ms-linear-gradient(bottom, #dfdfdf 0%, #efefef 100%);	
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#efefef), to(#dfdfdf));
}

.ve_countdown_1 .count_time::after,
.ve_countdown_3 .count_time::after{
	color:#444;
}
.ve_countdown_2 .count_time::after,
.ve_countdown_4 .count_time::after{
	color:#eee;
}

/* counter 3,4 */

.ve_countdown_3 .count_time,
.ve_countdown_4 .count_time {
  background-color:#333;
  padding: 0.2em 0.4em;
}
.ve_countdown_3 .count_time::after,
.ve_countdown_4 .count_time::after {
  color:#333;
  line-height: 1.6em;
  padding: 10px 0;
}
.ve_countdown_4 .count_time {
  background-color:#eee;
}
.ve_countdown_4 .count_time::after {
  color:#eee;
}

.ve_countdown_3 .position,
.ve_countdown_4 .position  {
  width: 0.7em;
  height: 1.2em;
  line-height: 1.2em;
}
.ve_countdown_3 .position,
.ve_countdown_3 .position_title  {
  color: #fff;
}
.ve_countdown_4 .position,
.ve_countdown_4 .position_title  {
  color: #333;
}
.ve_countdown_3 .position1,
.ve_countdown_4 .position1  {
  padding-right: 0;
}

.ve_countdown_3 .digit,
.ve_countdown_4 .digit{
	width: 0.7em;
}

/* counter 5 */


.ve_countdown_5 .digit {
  width: 0.6em; 
  height: 1.1em; 
  line-height: 1.1em;
}
.ve_countdown_5 .position {
  width: 0.6em;
  height: 1.2em;
  line-height: 1.1em;
}
.ve_countdown_5 .position1 {
  padding-right: 0;
}
.ve_countdown_5 .position_title {
  height: 15px;
  padding: 0;
}
.ve_countdown_5 .count_time::after {
  line-height: 1em;
}

/* counter 6 */

.ve_countdown_6 .count_time {
  background-color:#333;
  padding: 0 0.2em;
  text-align: center;
  position: relative;
  margin-right: 0.2em;
  margin-bottom: 20px;
}
.ve_countdown_6 .count_time::after {
  content: none;
}

.ve_countdown_6 .digit {
  width: 0.6em;  
}
.ve_countdown_6 .position {
  width: 0.6em;
  line-height: 1.5em;
  height: 1.5em;
  color:#fff;  
}
.ve_countdown_6 .position1 {
  padding-right: 0;
}
.ve_countdown_6 .position_title {
  height: 15px;
  padding: 0;
  position: absolute;
  width: 80px;
  margin-left: -40px;
  left: 50%;
  bottom: -20px;
}

/* counter 7 */

.ve_countdown_7 .digit {
  width: 0.6em;  
}
.ve_countdown_7 .position {
  width: 0.6em;
  line-height: 1.5em;
  height: 1.5em;
  display: block;
  float: left; 
  font-weight: bold;
}
.ve_countdown_7 .position1 {
  padding-right: 0;
}
.ve_countdown_7 .position_title,
.ve_countdown_7 .position_before {
  display: block;
  float: left; 
  line-height: 1.5em;
  height: 1.5em;
  clear: none;
  font-size: inherit;
  padding-top: 0;
  padding-left: 0.3em;
  text-transform: none;
}
.ve_countdown_7 .position_before {
  padding-right: 0.3em;
  padding-left: 0;
}
.ve_countdown_7 .position_title::after {
  content: ',';
}
.ve_countdown_7 .countSeconds .position_title::after,
.ve_countdown_7 .count_time::after {
  content: none;
}