/* Mixins
 ========================================================================== */
.ostimer-wrapper.ostimer-setoff-pro {
  background: #2184cd;
  border: 1px solid #2184cd;
  padding: 0;
  color: #fff;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  text-shadow: 0 1px 0 #333;
}
.ostimer-wrapper.ostimer-setoff-pro .ostimer-inner {
  padding: 20px;
}
.ostimer-wrapper.ostimer-setoff-pro .ostimer-inner .countdown_daycount,
.ostimer-wrapper.ostimer-setoff-pro .ostimer-inner .countdown_displaydate,
.ostimer-wrapper.ostimer-setoff-pro .ostimer-inner .countdown_days,
.ostimer-wrapper.ostimer-setoff-pro .ostimer-inner .countdown_hourcount,
.ostimer-wrapper.ostimer-setoff-pro .ostimer-inner [id*="clockJS"] {
  color: #fff;
}
.ostimer-wrapper.ostimer-setoff-pro .ostimer-inner .countdown_title {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 10px;
}
.ostimer-wrapper.ostimer-setoff-pro .ostimer-inner .countdown_displaydate {
  font-size: 13px;
  line-height: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 20px;
  padding-bottom: 20px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
  -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
}
.ostimer-wrapper.ostimer-setoff-pro .ostimer-inner .countdown_daycount {
  font-size: 50px;
  line-height: 50px;
  font-weight: bold;
}
.ostimer-wrapper.ostimer-setoff-pro .ostimer-inner .countdown_days {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
.ostimer-wrapper.ostimer-setoff-pro .ostimer-inner [id*="clockJS"] {
  padding: 2px 4px;
  margin-top: 10px;
  background: rgba(255, 255, 255, 0.2);
  display: block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.ostimer-wrapper.ostimer-setoff-pro .ostimer-inner .countdown_image {
  margin-left: -21px;
  margin-right: -21px;
  margin-top: -21px;
  margin-bottom: 20px;
}
.ostimer-wrapper.ostimer-setoff-pro .ostimer-inner .countdown_image img {
  border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  -o-border-radius: 6px 6px 0 0;
}
.ostimer-wrapper.ostimer-setoff-pro .ostimer-inner .countdown_link {
  margin-top: 10px;
}
.ostimer-wrapper.ostimer-setoff-pro .ostimer-inner .countdown_link a {
  color: #fff;
}
