#countdown_dashboard{ margin: 0px; width: 185px; height: 50px; position: relative; }
.dash{ margin-right: 10px; position: absolute; 
  width: 65% !important;
  height: 98px;
  background: transparent url("../images/counter-bg1.png") 0 0 no-repeat;
  color: #fff;
  padding: 0px 4px !important;
}
.dash .digit:first-child{margin-right: 15px;}
.dash_title{ text-transform: uppercase; font-size: 15px; color: #fe0000;
  position: absolute;
  bottom: 0%;
  left: 25%; top: 75%;
}


/*****  CLOCK  *******/

.dash .digit { color: #000;
  width: 50% !important;
}
.dash .digit .top, .dash .digit .bottom{ font-size: 58px; font-weight: normal;}
.dash .digit:nth-child(2) { position: absolute; top: 0%; left: 50%; }
.dash_title2{ text-transform: uppercase;
  color: #fff;
  position: absolute;
  bottom: -12px;
  left: -8px; top: 28px;
}
.days_dash{ left: 0%; top: 0%; }
.hours_dash{ left: 40%; top: 0%; }
.minutes_dash{ left: 100%; top: 0%; }

.dash_separator{
  font-size: 16px !important; margin: -4px 0; width: 5% !important; color: #fff; float: left; display: none;
}

/*** SECOND CLOCK ***/
#countdown_dashboard2{ margin: 0 55px; width: 185px; height: 50px; position: relative; }
#countdown_dashboard2 .dash_separator{ float: left; display: none; }
.dash2{ margin-right: 20px; position: absolute; 
  width: 52% !important;
  height: 98px;
  background: transparent url("../images/counter-bg1.png") 0 0 no-repeat;
  color: #fff;
  padding: 0px 4px !important;
}
.dash2 .digit {
  color: #000;
  width: 50% !important;
}
.dash2 .digit .top, .dash2 .digit .bottom{ font-size: 58px; font-weight: normal;}
.dash2 .digit:nth-child(2) { position: absolute; top: 0%; left: 50%; }

/*** THIRD CLOCK ***/
#countdown_dashboard3{ margin: 0 10px; width: 185px; height: 50px; position: relative; }
#countdown_dashboard3 .dash_separator{ float: left; display: none; }
.dash3{ margin-right: 0px; position: absolute; 
  width: 64% !important;
  height: 98px;
  background: transparent url("../images/counter-bg1.png") 0 0 no-repeat;
  color: #fff;
  padding: 0px 4px !important;
}
.dash3 .digit {
  color: #000;
  width: 50% !important;
}
.dash3 .digit .top, .dash3 .digit .bottom{ font-size: 58px; font-weight: normal;}
.dash3 .digit:nth-child(2) { position: absolute; top: 0%; left: 50%; }

/*** FOURTH CLOCK ***/
#countdown_dashboard4{ margin: 0 55px; width: 185px; height: 50px; position: relative; }
#countdown_dashboard4 .dash_separator{ float: left; display: none; }
.dash4{ margin-right: 20px; position: absolute; 
  width: 52% !important;
  height: 98px;
  background: transparent url("../images/counter-bg1.png") 0 0 no-repeat;
  color: #fff;
  padding: 0px 4px !important;
}
.dash4 .digit {
  color: #000;
  width: 50% !important;
}
.dash4 .digit .top, .dash4 .digit .bottom{ font-size: 58px; font-weight: normal;}
.dash4 .digit:nth-child(2) { position: absolute; top: 0%; left: 50%; }


/*** FIVE CLOCK ***/
#countdown_dashboard5{ margin: 0 55px; width: 185px; height: 50px; position: relative; }
#countdown_dashboard5 .dash_separator5{ float: left; display: none; }
.dash5{ margin-right: 20px; position: absolute; 
  width: 52% !important;
  height: 98px;
  background: transparent url("../images/counter-bg1.png") 0 0 no-repeat;
  color: #fff;
  padding: 0px 4px !important;
}
.dash5 .digit {
  color: #000;
  width: 50% !important;
}
.dash5 .digit .top, .dash5 .digit .bottom{ font-size: 58px; font-weight: normal;}
.dash5 .digit:nth-child(2) { position: absolute; top: 0%; left: 50%; }