/*! aRund v.1.7.8 - 2017-08-04 */

.ao-countdown-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ao-pos-separator {
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ao-countdown-ended {
  display: none !important;
}
.ao-countdown {
  text-align: center;
  line-height: 1;
}
.ao-countdown,
.ao-countdown *,
.ao-countdown:before,
.ao-countdown *:before,
.ao-countdown:after,
.ao-countdown *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ao-countdown,
.ao-counter-block,
.ao-countdown-top-title,
.ao-countdown-bot-title,
.ao-countdown-row {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 48px;
}
.ao-countdown-top-title .ao-counter-title,
.ao-countdown-bot-title .ao-counter-title {
  position: absolute;
  left: 0;
  width: 100%;
}
.ao-countdown-top-title {
  margin-top: 1.2em;
}
.ao-countdown-top-title .ao-counter-title {
  bottom: 100%;
}
.ao-countdown-bot-title {
  margin-bottom: 1.2em;
}
.ao-countdown-bot-title .ao-counter-title {
  top: 100%;
}
.ao-counter-title,
.ao-counter,
.ao-counter-separator,
.ao-counter-top,
.ao-counter-bot,
.ao-counter-overflow,
.ao-counter-content {
  position: relative;
  display: block;
}
.ao-counter-title {
  line-height: 1;
  font-size: 0.4em;
  padding: 0.4em 0 0.6em;
}
.ao-counter-separator {
  position: absolute;
  left: 100%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  width: 0.15em;
  z-index: 2;
}
.ao-counter-dot {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  margin: 0.1em 0;
  padding-top: 100%;
  width: 100%;
}
.ao-counter-dot-top {
  bottom: 50%;
}
.ao-counter-dot-bot {
  top: 50%;
}
.ao-counter-bot,
.ao-counter-title ~ .ao-counter-separator {
  top: auto;
  bottom: 0;
}
.ao-counter-hide {
  display: none !important;
}
.ao-counter-content,
.ao-counter-separator,
.ao-counter-halfed {
  height: 2em;
  line-height: 2em;
}
.ao-counter .ao-is-animated {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ao-counter-content {
  padding: 0 0.3em;
  white-space: nowrap;
}
.ao-counter-content + .ao-counter-title {
  padding-top: 0;
  margin-top: -0.4em;
}
.ao-counter-value {
  visibility: hidden;
}
.ao-counter-value.ao-pass {
  position: absolute;
  left: 0;
  top: 0;
}
.ao-counter-value.ao-pending,
.ao-counter-value.ao-toshow {
  display: none;
}
.ao-counter-block {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ao-counter-back,
.ao-counter-back:before,
.ao-counter-back:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ao-counter-back:before,
.ao-counter-back:after {
  content: "";
}
.ao-counter-overflow {
  overflow: hidden;
  height: 100%;
  z-index: 1;
}
.ao-counter-overflow:before,
.ao-counter-overflow:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.ao-counter-overflow .ao-counter-content {
  z-index: auto;
}
.ao-count-char {
  width: 1.2ch;
  display: inline-block;
}
.ao-counter-halfed .ao-counter-top,
.ao-counter-halfed .ao-counter-bot {
  height: 50%;
}
.ao-counter-sider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 25%;
  z-index: 1;
}
.ao-counter-lside,
.ao-counter-rside {
  position: absolute;
  left: 0.15em;
  top: 0;
  height: 100%;
  width: 2px;
  background: #ccc;
}
.ao-counter-rside {
  left: auto;
  right: 0.15em;
}
.ao-counter-top .ao-counter-sider {
  top: auto;
  bottom: 0;
}
.ao-counter-bot .ao-counter-back {
  bottom: 0;
  top: auto;
}
.ao-counter-bot .ao-counter-content {
  position: absolute;
  top: auto !important;
  left: 0;
  bottom: 0;
  width: 100%;
}
.ao-counter-bot .ao-counter-overflow {
  width: 100%;
}
.ao-counter-bot.ao-pass {
  width: 100%;
  top: auto;
  bottom: 0;
}
.ao-counter-rotate-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
.ao-counter-rotate-left {
  background-image: -webkit-linear-gradient(left, #000, #fff);
  background-image: -moz-linear-gradient(left, #000, #fff);
  background-image: -o-linear-gradient(left, #000, #fff);
  background-image: -ms-linear-gradient(left, #000, #fff);
  background-image: linear-gradient(to right, #000, #fff);
}
.ao-counter-rotate-back-left {
  background-image: -webkit-linear-gradient(left, #000, #000 50%, transparent);
  background-image: -moz-linear-gradient(left, #000, #000 50%, transparent);
  background-image: -o-linear-gradient(left, #000, #000 50%, transparent);
  background-image: -ms-linear-gradient(left, #000, #000 50%, transparent);
  background-image: linear-gradient(to right, #000, #000 50%, transparent);
}
.ao-counter-rotate-front-left {
  background-image: -webkit-linear-gradient(left, #fff, #fff 50%, transparent);
  background-image: -moz-linear-gradient(left, #fff, #fff 50%, transparent);
  background-image: -o-linear-gradient(left, #fff, #fff 50%, transparent);
  background-image: -ms-linear-gradient(left, #fff, #fff 50%, transparent);
  background-image: linear-gradient(to right, #fff, #fff 50%, transparent);
}
.ao-counter-rotate-out-left {
  background-image: -webkit-linear-gradient(left, #000, transparent);
  background-image: -moz-linear-gradient(left, #000, transparent);
  background-image: -o-linear-gradient(left, #000, transparent);
  background-image: -ms-linear-gradient(left, #000, transparent);
  background-image: linear-gradient(to right, #000, transparent);
}
.ao-counter-rotate-in-left {
  background-image: -webkit-linear-gradient(left, #fff, transparent);
  background-image: -moz-linear-gradient(left, #fff, transparent);
  background-image: -o-linear-gradient(left, #fff, transparent);
  background-image: -ms-linear-gradient(left, #fff, transparent);
  background-image: linear-gradient(to right, #fff, transparent);
}
.ao-counter-rotate-right {
  background-image: -webkit-linear-gradient(right, #000, #fff);
  background-image: -moz-linear-gradient(right, #000, #fff);
  background-image: -o-linear-gradient(right, #000, #fff);
  background-image: -ms-linear-gradient(right, #000, #fff);
  background-image: linear-gradient(to left, #000, #fff);
}
.ao-counter-rotate-back-right {
  background-image: -webkit-linear-gradient(right, #000, #000 50%, transparent);
  background-image: -moz-linear-gradient(right, #000, #000 50%, transparent);
  background-image: -o-linear-gradient(right, #000, #000 50%, transparent);
  background-image: -ms-linear-gradient(right, #000, #000 50%, transparent);
  background-image: linear-gradient(to left, #000, #000 50%, transparent);
}
.ao-counter-rotate-front-right {
  background-image: -webkit-linear-gradient(right, #fff, #fff 50%, transparent);
  background-image: -moz-linear-gradient(right, #fff, #fff 50%, transparent);
  background-image: -o-linear-gradient(right, #fff, #fff 50%, transparent);
  background-image: -ms-linear-gradient(right, #fff, #fff 50%, transparent);
  background-image: linear-gradient(to left, #fff, #fff 50%, transparent);
}
.ao-counter-rotate-out-right {
  background-image: -webkit-linear-gradient(right, #000, transparent);
  background-image: -moz-linear-gradient(right, #000, transparent);
  background-image: -o-linear-gradient(right, #000, transparent);
  background-image: -ms-linear-gradient(right, #000, transparent);
  background-image: linear-gradient(to left, #000, transparent);
}
.ao-counter-rotate-in-right {
  background-image: -webkit-linear-gradient(right, #fff, transparent);
  background-image: -moz-linear-gradient(right, #fff, transparent);
  background-image: -o-linear-gradient(right, #fff, transparent);
  background-image: -ms-linear-gradient(right, #fff, transparent);
  background-image: linear-gradient(to left, #fff, transparent);
}
.ao-counter-rotate-top {
  background-image: -webkit-linear-gradient(top, #000, #fff);
  background-image: -moz-linear-gradient(top, #000, #fff);
  background-image: -o-linear-gradient(top, #000, #fff);
  background-image: -ms-linear-gradient(top, #000, #fff);
  background-image: linear-gradient(to bottom, #000, #fff);
}
.ao-counter-rotate-back-top {
  background-image: -webkit-linear-gradient(top, #000, #000 50%, transparent);
  background-image: -moz-linear-gradient(top, #000, #000 50%, transparent);
  background-image: -o-linear-gradient(top, #000, #000 50%, transparent);
  background-image: -ms-linear-gradient(top, #000, #000 50%, transparent);
  background-image: linear-gradient(to bottom, #000, #000 50%, transparent);
}
.ao-counter-rotate-front-top {
  background-image: -webkit-linear-gradient(top, #fff, #fff 50%, transparent);
  background-image: -moz-linear-gradient(top, #fff, #fff 50%, transparent);
  background-image: -o-linear-gradient(top, #fff, #fff 50%, transparent);
  background-image: -ms-linear-gradient(top, #fff, #fff 50%, transparent);
  background-image: linear-gradient(to bottom, #fff, #fff 50%, transparent);
}
.ao-counter-rotate-out-top {
  background-image: -webkit-linear-gradient(top, #000, transparent);
  background-image: -moz-linear-gradient(top, #000, transparent);
  background-image: -o-linear-gradient(top, #000, transparent);
  background-image: -ms-linear-gradient(top, #000, transparent);
  background-image: linear-gradient(to bottom, #000, transparent);
}
.ao-counter-rotate-in-top {
  background-image: -webkit-linear-gradient(top, #fff, transparent);
  background-image: -moz-linear-gradient(top, #fff, transparent);
  background-image: -o-linear-gradient(top, #fff, transparent);
  background-image: -ms-linear-gradient(top, #fff, transparent);
  background-image: linear-gradient(to bottom, #fff, transparent);
}
.ao-counter-rotate-bottom {
  background-image: -webkit-linear-gradient(bottom, #000, #fff);
  background-image: -moz-linear-gradient(bottom, #000, #fff);
  background-image: -o-linear-gradient(bottom, #000, #fff);
  background-image: -ms-linear-gradient(bottom, #000, #fff);
  background-image: linear-gradient(to top, #000, #fff);
}
.ao-counter-rotate-back-bottom {
  background-image: -webkit-linear-gradient(bottom, #000, #000 50%, transparent);
  background-image: -moz-linear-gradient(bottom, #000, #000 50%, transparent);
  background-image: -o-linear-gradient(bottom, #000, #000 50%, transparent);
  background-image: -ms-linear-gradient(bottom, #000, #000 50%, transparent);
  background-image: linear-gradient(to top, #000, #000 50%, transparent);
}
.ao-counter-rotate-front-bottom {
  background-image: -webkit-linear-gradient(bottom, #fff, #fff 50%, transparent);
  background-image: -moz-linear-gradient(bottom, #fff, #fff 50%, transparent);
  background-image: -o-linear-gradient(bottom, #fff, #fff 50%, transparent);
  background-image: -ms-linear-gradient(bottom, #fff, #fff 50%, transparent);
  background-image: linear-gradient(to top, #fff, #fff 50%, transparent);
}
.ao-counter-rotate-out-bottom {
  background-image: -webkit-linear-gradient(bottom, #000, transparent);
  background-image: -moz-linear-gradient(bottom, #000, transparent);
  background-image: -o-linear-gradient(bottom, #000, transparent);
  background-image: -ms-linear-gradient(bottom, #000, transparent);
  background-image: linear-gradient(to top, #000, transparent);
}
.ao-counter-rotate-in-bottom {
  background-image: -webkit-linear-gradient(bottom, #fff, transparent);
  background-image: -moz-linear-gradient(bottom, #fff, transparent);
  background-image: -o-linear-gradient(bottom, #fff, transparent);
  background-image: -ms-linear-gradient(bottom, #fff, transparent);
  background-image: linear-gradient(to top, #fff, transparent);
}
.ao-countdown-row .ao-countdown {
  float: left;
}
.ao-countdown-row {
  zoom: 1;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ao-countdown-row:before,
.ao-countdown-row:after {
  content: "";
  display: table;
}
.ao-countdown-row:after {
  clear: both;
}
.ao-countdown-row-xs {
  margin: 0 -0.1em;
}
.ao-countdown-row-xs .ao-countdown {
  padding: 0 0.1em;
}
.ao-countdown-row-sm {
  margin: 0 -0.2em;
}
.ao-countdown-row-sm .ao-countdown {
  padding: 0 0.2em;
}
.ao-countdown-row-md {
  margin: 0 -0.4em;
}
.ao-countdown-row-md .ao-countdown {
  padding: 0 0.4em;
}
.ao-countdown-row-lg {
  margin: 0 -0.7em;
}
.ao-countdown-row-lg .ao-countdown {
  padding: 0 0.7em;
}
.ao-counter-split {
  zoom: 1;
  display: block;
}
.ao-counter-split:before,
.ao-counter-split:after {
  content: "";
  display: table;
}
.ao-counter-split:after {
  clear: both;
}
.ao-counter-split .ao-counter-split-item {
  float: left;
  position: relative;
  border: 0 solid transparent;
}
.ao-counter-split-xs {
  margin-left: -1px;
}
.ao-counter-split-xs .ao-counter-split-item {
  border-left-width: 1px;
}
.ao-counter-split-sm {
  margin-left: -2px;
}
.ao-counter-split-sm .ao-counter-split-item {
  border-left-width: 2px;
}
.ao-counter-split-md {
  margin-left: -0.1em;
}
.ao-counter-split-md .ao-counter-split-item {
  border-left-width: 0.1em;
}
.ao-counter-split-lg {
  margin-left: -0.2em;
}
.ao-counter-split-lg .ao-counter-split-item {
  border-left-width: 0.2em;
}
