#timer {
  text-align: center;
}
#timer .item {
  height: 128px;
  width: 22%;
  display: inline-block;
  text-align: center;
  background-color: #5e87a1;
  color: #FFF;
  padding: 0px 0px 10px 0px;
  margin: 5px;
}
/* Countdown Timer Block */
#timer.ct-block .item {
  width: 22%;
}
/* Countdown Timer for 33% Bootstrap */
.col-lg-4 #timer .item {
  width: 46%;
}
#timer .value {
  font-size: 55px;
  line-height: 1.45;
}
#timer .label {
  font-size: 17px;
  font-weight: 800;
}
