/* COUNTDOWN - Inspiration http://fff.cmiscm.com/#!/section/flipclock */
/* ----------------------------------------------------------------------------------------- */
/* COUNTDOWN-ALT-1 */
/* ----------------------------------------------------------------------------------------- */
/* COUNTDOWN-ALT-2 - Inspiration http://goo.gl/hRfsc */
/* ----------------------------------------------------------------------------------------- */
.countdown {
  display: table-cell;
  font-weight: normal;
}
.countdown .item {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  font-weight: 700;
  font-size: 160px;
  line-height: 180px;
  text-align: center;
  color: #b7b7b7;
  border-radius: 10px;
  margin: 50px 10px 50px 0;
  padding: 0 10px;
  background: #2a2a2a;
  background: linear-gradient(#2a2a2a, #000);
  overflow: hidden;
}
.countdown .item:after {
  content: "";
  display: block;
  height: 1px;
  border-top: 3px solid #111;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
}
.countdown .item-ss {
  font-size: 50px;
  line-height: 70px;
}
.countdown .item-ss .label {
  display: none;
}
.countdown .label {
  text-transform: uppercase;
  display: block;
  position: absolute;
  font-weight: 700;
  line-height: normal;
  right: 6px;
  bottom: 4px;
  font-size: 14px;
  color: #b9b9b9;
}
.countdown .item-hh .label {
  display: none;
}
.countdown .item-mm .label {
  display: none;
}

.countdown-alt-1 {
  display: block;
  font-size: 0;
  color: #000;
}
.countdown-alt-1 .item {
  position: relative;
}
.countdown-alt-1 .dd {
  background: #f6f6f6;
  border-radius: 10px;
  display: inline-block;
  font-size: 30px;
  margin: 1px 2px;
  padding: 5px 16px;
  text-align: center;
}
.countdown-alt-1 .hh-1 {
  background: #f6f6f6;
  border-radius: 10px;
  display: inline-block;
  font-size: 30px;
  margin: 1px 2px;
  padding: 5px 16px;
  text-align: center;
}
.countdown-alt-1 .hh-2 {
  background: #f6f6f6;
  border-radius: 10px;
  display: inline-block;
  font-size: 30px;
  margin: 1px 2px;
  padding: 5px 16px;
  text-align: center;
}
.countdown-alt-1 .mm-1 {
  background: #f6f6f6;
  border-radius: 10px;
  display: inline-block;
  font-size: 30px;
  margin: 1px 2px;
  padding: 5px 16px;
  text-align: center;
}
.countdown-alt-1 .mm-2 {
  background: #f6f6f6;
  border-radius: 10px;
  display: inline-block;
  font-size: 30px;
  margin: 1px 2px;
  padding: 5px 16px;
  text-align: center;
}
.countdown-alt-1 .ss-1 {
  background: #f6f6f6;
  border-radius: 10px;
  display: inline-block;
  font-size: 30px;
  margin: 1px 2px;
  padding: 5px 16px;
  text-align: center;
}
.countdown-alt-1 .ss-2 {
  background: #f6f6f6;
  border-radius: 10px;
  display: inline-block;
  font-size: 30px;
  margin: 1px 2px;
  padding: 5px 16px;
  text-align: center;
}
.countdown-alt-1 .label {
  font-style: italic;
  text-transform: capitalize;
  background: #f6f6f6;
  border-radius: 5px;
  font-size: 12px;
  margin: 1px 2px;
  padding: 2px 5px;
  position: absolute;
  left: 0;
  bottom: -44px;
}
.countdown-alt-1 .separator-dd {
  color: #fff;
  font-size: 40px;
  position: relative;
}
.countdown-alt-1 .separator {
  color: #fff;
  font-size: 40px;
  position: relative;
}

.countdown-alt-2 {
  font-size: 0;
  display: block;
  overflow: auto;
  padding: 20px 0;
  margin: 50px 0;
  color: #333;
  transform: skew(-2deg, -2deg);
}
.countdown-alt-2 .item {
  display: block;
  float: left;
  position: relative;
  font-size: 50px;
  font-weight: bold;
  padding: 36px 20px 10px 20px;
  margin: 0 10px;
  text-align: center;
  background: #fff;
  border: 2px solid #fff;
  box-shadow: 10px 10px 10px 1px rgba(0, 0, 0, 0.2);
}
.countdown-alt-2 .dd {
  font: italic;
  text-shadow: 1px 1px 10px #fff, 1px 1px 3px #333;
}
.countdown-alt-2 .hh-1 {
  font: italic;
  text-shadow: 1px 1px 10px #fff, 1px 1px 3px #333;
}
.countdown-alt-2 .hh-2 {
  font: italic;
  text-shadow: 1px 1px 10px #fff, 1px 1px 3px #333;
}
.countdown-alt-2 .mm-1 {
  font: italic;
  text-shadow: 1px 1px 10px #fff, 1px 1px 3px #333;
}
.countdown-alt-2 .mm-2 {
  font: italic;
  text-shadow: 1px 1px 10px #fff, 1px 1px 3px #333;
}
.countdown-alt-2 .ss-1 {
  font: italic;
  text-shadow: 1px 1px 10px #fff, 1px 1px 3px #333;
}
.countdown-alt-2 .ss-2 {
  font: italic;
  text-shadow: 1px 1px 10px #fff, 1px 1px 3px #333;
}
.countdown-alt-2 .label {
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  padding: 5px 10px;
  background: #0b81bc;
  color: #fff;
}/*# sourceMappingURL=jquery.countdown.css.map */