 .countdown{text-align: center;}

.callback,
.simple,
.offset {
  background: #27ae60;
  padding: 0.5em 0.7em;
  color: #ecf0f1;
  margin-bottom: 50px;
  -webkit-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}
.offset {
  margin-bottom: 10px;
}
.callback{
  cursor: pointer;
}
.ended {
  background: #c0392b;
}
.styled{
  margin:80px 0 40px 0;
  text-align: center;
}
.styled div {
  font-family: 'poppinsbold', arial, sans-serif;display: inline-block;font-size: 104px;font-weight: 100;line-height: 1;text-align: center;position: relative;
  padding-right: 30px;
  padding-left: 30px;
  width: 200px;
  /*
  background: #0079a7;
  background: -moz-linear-gradient(45deg,  #0079a7 0%, #00bbdd 100%); 
  background: -webkit-linear-gradient(45deg,  #0079a7 0%, #00bbdd 100%);
  background: linear-gradient(45deg,  #0079a7 0%, #00bbdd 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0079a7', endColorstr='#00bbdd',GradientType=1 );
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  -webkit-text-fill-color:transparent;*/
  color:#00bbdd;
  }
.styled div:after{display: block;content: ' ';background: #5fb0d3;height: 60px;width:1px;position: absolute;right: 0;top:40px;}

/* IE7 inline-block hack */
*+html .styled div{
  display: inline-block;
  zoom: 1;
}
.styled div:first-child {
  margin-left: 0;
}
.styled div span {
  font-family: 'poppinsregular', arial, sans-serif;
  display: block;
  padding-top: 5px;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  color:#00bbdd;
}

.no-border-der {border-right: 0 !important;}

@media (max-width: 480px) {
  .no-border {border-right: 0 !important;}
  }
