
#stacks_in_29 .assemble-wrap .assemble-panel.assembled {
  -webkit-transition: transform 1500ms ease, opacity 1500ms ease;
  transition: transform 1500ms ease, opacity 1500ms ease;
}
.assemble-wrap.assemble-bounce .assemble-panel.assembled {
  animation: assemble-bounce 1500ms linear;
}
/* 1.0.1
- fixed a mobile firefox bug that prevented the text from resizing on page load.
- fixed a conflict with theme frameworks
- fixes added for Stacks HTML comments and whitespace settings
- fixed bug that could cause the text to jumble if you added bolding or other text styles to the first letter or word of a frame
*/
#stacks_in_111 {
  overflow: hidden;
}
.text-fx-stacks_in_111 .text-fx-example-wrap,
.text-fx-stacks_in_111 .text-fx-frame,
.text-fx-stacks_in_111 .tfx-a,
.text-fx-stacks_in_111 .tfx-w {
  perspective: 1000px;
}
.text-fx-stacks_in_111 > *,
.text-fx-stacks_in_111 .text-fx-frame-example {
  
  text-align: center;
  
  margin-top: 18px;
  margin-bottom: 18px;
  word-spacing: 0.00px;
}

.text-fx-stacks_in_111 .text-fx-wrapper,
.text-fx-stacks_in_111 .text-fx-frame,
.text-fx-stacks_in_111 .text-fx-frame-clone,
.text-fx-stacks_in_111 > * span {
  line-height: 1.1;
}

.text-fx-stacks_in_111 > *,
.text-fx-stacks_in_111 .text-fx-frame-example span {
  font-family: inherit;
  
  font-size: 60px;
  font-weight: 800;
  letter-spacing: 0.00px;
  line-height: 110%;
  color: rgba(0, 0, 0, 1.00);
  
}

.text-fx-stacks_in_111 {
  opacity: 0;
}
.text-fx-stacks_in_111.text-fx-start {
  opacity: 1;
}


.text-fx-stacks_in_111 .tfx-a > .out > .mez > div[tag="node"]:before {
  content: "|";
  animation: tfx-blink_stacks_in_111 1s linear infinite;
}
@keyframes tfx-blink_stacks_in_111 {
  from {
    color: inherit;
  }
  66% {
    color: inherit;
  }
  66.1% {
    color: transparent;
  }
  to {
    color: transparent;
  }
}

#stacks_in_111 .text-fx-timeline-wrap {
  display: block;
  position: relative;
  padding: 0;
  background: #e3e3e3;
}
#stacks_in_111 .text-fx-progress {
  background: #999;
  height: 20px;
  position: absolute;
  z-index: 0;
  top: 50%;
  margin-top: -10px;
  width: 100%;
  left: 0px;
  transform-origin: left;
}
#stacks_in_111 .text-fx-timeline {
  display: inline-block;
  text-align: left;
  width: 100%;
  overflow: hidden;
  padding: 32px 0 24px 0;
}
#stacks_in_111 .tl-frame {
  display: block;
  float: left;
  position: relative;
}

#stacks_in_111 .tl-frame > div:nth-child(4):after {
  transform: translate(-50%,-25%);
}
#stacks_in_111 .tl-frame,
#stacks_in_111 .tl-frame-inherited {

}
#stacks_in_111 .tl-frame > div,
#stacks_in_111 .text-fx-visual-inherited {
  position: relative;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  font-weight: 400;
  white-space: nowrap;
  background: #000;
  color: #fff;
  display: block;
  float: left;
}
#stacks_in_111 .text-fx-visual-inherited {
  float: none;
}
#stacks_in_111 .tl-frame > div:first-child {
  background: #666;
}
#stacks_in_111 .tl-frame > div:nth-child(2) {
  background: #02C456;
}
#stacks_in_111 .tl-frame > div:nth-child(3) {
  background: #4056F4;
}
#stacks_in_111 .tl-frame > div:nth-child(4) {
  background: #FF4040;
}
#stacks_in_111 .tl-frame > div:nth-child(5) {
    transform: translate(0,5px);
}
#stacks_in_111 .tl-frame > div:before {
  position: relative;
  z-index: 99;
}
#stacks_in_111 .tl-frame > div:after {
  position: absolute;
  bottom: 100%;
  color: #333;
  left: 50%;
  transform: translate(-50%,0);
}
#stacks_in_111 .tl-frame > div:first-child:after {
  content: "";
  color: #666;
}
#stacks_in_111 .tl-frame > div:nth-child(2):after {
  content: "In";
  color: #02C456;
}
#stacks_in_111 .tl-frame > div:nth-child(3):after {
  content: "Active";
  color: #4056F4;
}
#stacks_in_111 .tl-frame > div:nth-child(4):after {
  content: "Out";
  color: #FF4040;
}
#stacks_in_111 .tl-frame > div:last-child:after {
  content: attr(data-name);
  bottom: auto;
  top: 100%;
  color: #333;
}
#stacks_in_111 .tl-frame > div:last-child:before {
  content: "";
  background: #666;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
  transform: scale(0,1);
}
#stacks_in_111 .tl-frame > div:last-child,
#stacks_in_111 .text-fx-visual-inherited {
  background: #333;
  grid-column: span 4;
  border-right: 1px solid rgba(255,255,255,0.3);
  grid-column: span 3;
}


/* .text-fx-stacks_in_111 > * #stacks_in_111 span.tfx-l,
.text-fx-stacks_in_111 > * #stacks_in_111 span.tfx-w {
  color: rgba(0, 0, 0, 1.00);
} */
.text-fx-stacks_in_111 .text-fx-wrapper {
  display: grid;
  position: relative;
  width: 100%;
  align-items: center;
}
.text-fx-stacks_in_111 .text-fx-frame,
.text-fx-stacks_in_111 .text-fx-frame-clone {
  display: inline-block;
}
.text-fx-stacks_in_111 .tfx-c,
.text-fx-stacks_in_111 .tfx-a,
.text-fx-stacks_in_111 .tfx-w .tfx-l,
.text-fx-stacks_in_111 .tfx-w {
   display: inline-block;
   will-change: opacity, transform;
}
.text-fx-stacks_in_111 .tfx-a {
  position: relative;
}
.text-fx-stacks_in_111 > * span.tfx-c {
  position: absolute;
  animation: tfx-blink_stacks_in_111 1s linear infinite;
  color: rgba(0, 0, 0, 1.00);
}
@keyframes tfx-blink_stacks_in_111 {
  from {
    color: rgba(0, 0, 0, 1.00);
  }
  66% {
    color: rgba(0, 0, 0, 1.00);
  }
  66.1% {
    color: transparent;
  }
  to {
    color: transparent;
  }
}
.text-fx-stacks_in_111 .tfx-w {
  white-space: nowrap;
}
.text-fx-stacks_in_111 .tfx-l.inline-letter {
  display: inline;
}


.frame_bg_stacks_in_122 {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;;
  bottom: 0px;
  display: inline-block;
  transform:  translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(0.000000,0.050000);
  opacity: 0.000000;
  transform-origin: left bottom;
  background-color: rgba(0, 0, 0, 1.00);
}
.frame_bg_edit_stacks_in_122 {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;;
  bottom: 0px;
  display: inline-block;
  transform-origin: left bottom;
  background-color: rgba(0, 0, 0, 1.00);
  animation: edit_stacks_in_122 500ms ease 1;
  
  transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1,0.05);
  opacity: 1;
  

}
@keyframes edit_stacks_in_122 {
  from {
    transform:  translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(0.000000,0.050000);
    opacity: 0.000000;
  }
  
  to {
    transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1,0.05);
    opacity: 1;
  }
  

}

#stacks_in_172 .assemble-wrap .assemble-panel.assembled {
  -webkit-transition: transform 1500ms ease, opacity 1500ms ease;
  transition: transform 1500ms ease, opacity 1500ms ease;
}
.assemble-wrap.assemble-bounce .assemble-panel.assembled {
  animation: assemble-bounce 1500ms linear;
}

#stacks_in_174_2 {
	margin:  17px;
}

#stacks_in_174_3 {
	font-weight: bold;
}

.stacks_left {
	float:left;
}

.stacks_row {
	overflow:hidden;
	margin:0 auto;
}
#stacks_in_31 .stacks_left {
	width:203px;
}

#stacks_in_31 .stacks_row {
	width:406px;
}
#stacks_in_31 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}

#stacks_out_41 {
	width: 200px;
}

#stacks_out_58 {
	width: 200px;
}

#stacks_out_88 {
	width: 200px;
}

#stacks_out_76 {
	width: 200px;
}

#stacks_in_170 .assemble-wrap .assemble-panel.assembled {
  -webkit-transition: transform 1500ms ease, opacity 1500ms ease;
  transition: transform 1500ms ease, opacity 1500ms ease;
}
.assemble-wrap.assemble-bounce .assemble-panel.assembled {
  animation: assemble-bounce 1500ms linear;
}

#stacks_in_168 {
	margin:  15px;
}

#stacks_in_169 {
	font-weight: bold;
}

.stacks_left {
	float:left;
}

.stacks_row {
	overflow:hidden;
	margin:0 auto;
}
#stacks_in_163 .stacks_left {
	width:200px;
}

#stacks_in_163 .stacks_row {
	width:400px;
}
#stacks_out_38 {
	width: 200px;
}

#stacks_out_85 {
	width: 200px;
}

#stacks_out_79 {
	width: 200px;
}

#stacks_in_93 .assemble-wrap .assemble-panel.assembled {
  -webkit-transition: transform 1500ms ease, opacity 1500ms ease;
  transition: transform 1500ms ease, opacity 1500ms ease;
}
.assemble-wrap.assemble-bounce .assemble-panel.assembled {
  animation: assemble-bounce 1500ms linear;
}
/*
*/
@font-face {
    font-family: '1ldclockmedium';
    src: url('tc-files/1ldclock-webfont.woff2') format('woff2'),
         url('tc-files/1ldclock-webfont.woff') format('woff'),
        url('tc-files/1ldclock-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*  */
/*  */
#stacks_in_95 .timed-content-progress-bar {
  display: none;
}
/*  */
#stacks_in_95,
#stacks_out_95,
#stacks_in_93 {
  overflow: visible;
  clear: both;
}
#stacks_in_95 .timed-content-number {
  box-shadow: 0px 1px 2px rgba(0,0,0,15%);
}
#stacks_in_95 .timed-content-rotate .timed-content-number {
  box-shadow: 0px 8px 10px 0px rgba(0,0,0,30%);
}
#stacks_in_95 .timed-content-rotate.rotate-smooth .timed-content-number:after {
  box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,30%),
              inset 0px -5px 5px -3px rgba(0,0,0,30%);
  /*  */
  background: linear-gradient(to bottom,  rgba(0,0,0,19.994999%) 0%,rgba(0,0,0,4.995000%) 20%,rgba(0,0,0,0%) 40%,rgba(0,0,0,4.995000%) 60%,rgba(0,0,0,15%) 80%,rgba(0,0,0,19.994999%) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#stacks_in_95 .timed-content-fold .timed-content-number {
  box-shadow: 0px 2px 3px rgba(0,0,0,0.5),
              inset 0px 0px 5px rgba(0,0,0,0.5);
}
#stacks_in_95 .tc-dark-shadows.timed-content-fold .timed-content-number {
  box-shadow: 0px 2px 3px rgba(0,0,0,0.5),
              inset 0px 0px 5px rgba(0,0,0,0.5);
}
#stacks_in_95 .timed-content-inline .timed-content-number {
    box-shadow: none;
}
#stacks_in_95 .timed-content-countdown-wrap {
  color: rgba(17, 17, 17, 1.00);
  padding: 24px 0px;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.00);
}
#stacks_in_95 .timed-content-countdown-wrap * {
  font-family:  "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
#stacks_in_95 .timed-content-digital .timed-content-number div span {
  font-family: '1ldclockmedium';
}
#stacks_in_95 .timed-content-digital .timed-content-number div span:before {
    content: "88";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: -1;
    color: rgba(17, 17, 17, 1.00);
    opacity: 0.2;
}
#stacks_in_95 .timed-content-digital .tc-digit-padding .timed-content-number div span:before {
    content: "888888888888888888888";
    overflow: hidden;
    left: 12px;
    right: 12px;
    width: auto;
    top: 0;
}
#stacks_in_95 .timed-content-digital .timed-content-number div span {
  font-family: "Andale Mono";
}
#stacks_in_95 .timed-content-digital .timed-content-number div span:before,
#stacks_in_95 .timed-content-digital .tc-digit-padding .timed-content-number div span:before {
    content: "";
}

#stacks_in_95 .timed-content-number,
#stacks_in_95 .timed-content-number div,
#stacks_in_95 .timed-content-fold .timed-content-number > div:after,
#stacks_in_95 .timed-content-fold .timed-content-number > div:before,
#stacks_in_95 .timed-content-paper-fall .timed-content-number .timed-content-anim:before {
  background-color: #F3F3F3;
  color: rgba(17, 17, 17, 1.00);
  border-radius:  6px;
}
#stacks_in_95 .timed-content-number div span {
  color: rgba(17, 17, 17, 1.00);
}
#stacks_in_95 .timed-content-rotate .timed-content-number > div.state-after,
#stacks_in_95 .timed-content-rotate .timed-content-number > div.state-before {
  background-color: #F3F3F3;
  border-radius: 0px;
}
#stacks_in_95 .timed-content-fold .timed-content-number > div {
  border-radius:  6px 6px 0px 0px;
}
#stacks_in_95 .timed-content-countdown {
  grid-gap: 0px;
  grid-template-columns: repeat(auto-fit, minmax(40px, max-content));
  /*  */
}
#stacks_in_95 .timed-content-part div.timed-content-title {
  font-size: 14px;
}
#stacks_in_95 .timed-content-number,
#stacks_in_95 .timed-content-number div,
#stacks_in_95 .timed-content-number div span,
#stacks_in_95 .timed-content-fold .timed-content-number > div:after,
#stacks_in_95 .timed-content-fold .timed-content-number > div:before,
#stacks_in_95 .timed-content-paper-fall .timed-content-number .timed-content-anim:before {
  width: auto;
  min-width: 40px;
  height: 30.000000px;
  line-height: 29.000000px; /* Adjusted for font */
  font-size: 25.000000px;
  font-weight: normal;
  letter-spacing: 0px;
}
#stacks_in_95 .timed-content-digital .timed-content-number div span {
  line-height: 30.000000px;
  font-size: 30.000000px;
  color:  rgba(67, 67, 67, 1.00);
  text-shadow: 0px 0px 5px rgba(17, 17, 17, 1.00);
}
#stacks_in_95 .timed-content-number div span {
  min-width: 0px;
}
#stacks_in_95 .timed-content-number > div {
  padding: 0px 0px;
  box-sizing: border-box;
  overflow: hidden;
}
#stacks_in_95 .tc-digit-padding .timed-content-number > div {
  padding: 0px 12px;
}
#stacks_in_95 .tc-digit-padding .timed-content-number-5 {
  position: relative;
}
#stacks_in_95 .timed-content-part:before {
  background-color: rgba(0, 0, 0, 0.00);
  height: 30.000000px;
}
#stacks_in_95 .timed-content-number:after,
#stacks_in_95 .timed-content-number:before {
    width: 5px;
    height: 5px;
    background-color: rgba(17, 17, 17, 1.00);
    right: -10px;
    border-radius: 0px;
}

/*  */


#stacks_in_95 .year .timed-content-number:before,
#stacks_in_95 .month .timed-content-number:before,
#stacks_in_95 .day .timed-content-number:before,
#stacks_in_95 .year .timed-content-number:after,
#stacks_in_95 .month .timed-content-number:after,
#stacks_in_95 .day .timed-content-number:after,
#stacks_in_95 .second .timed-content-number:before,
#stacks_in_95 .second .timed-content-number:after,
#stacks_in_95 .dayofweek .timed-content-number:before,
#stacks_in_95 .dayofweek .timed-content-number:after {
  display: none;
}
/*  */
#stacks_in_95 .timed-content-part {
  display: flex !important;
}
#stacks_in_95 .timed-content-part:after {
  content: "";
  background-color: transparent;
    color: rgba(17, 17, 17, 1.00);
    width: auto;
    position: relative;
    font-size: 25.000000px;
    margin-left: 15px;
    height: 30.000000px;
    line-height: 30.000000px;
    margin: 0px 15px;
}
#stacks_in_95 .hour:after,
#stacks_in_95 .minute:after,
#stacks_in_95 .second:after {
  margin-left: 0px;
}
/*  */
/*  */
#stacks_in_95 .second:after {
  margin: 5px;
}
/*  */
/*  */
#stacks_in_95 .timed-content-part:last-child:after {
  display: none;
}
#stacks_in_95 .year:after {
  content: " ";
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
}
#stacks_in_95 .month:after {
  content: "";
  /*  */
  margin-left: 0px;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
}
#stacks_in_95 .day:after {
  content: "";
  /*  */
  margin-left: 0px;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
}
#stacks_in_95 .dayofweek:after {
  content: ",";
  /*  */
  /*  */
  margin-left: 5px;
  /*  */
  /*  */
  /*  */
  /*  */
}
#stacks_in_95 .timed-content-fold .timed-content-number > div {
  height: 50%;
  min-width: 100%;
}
#stacks_in_95 .timed-content-rotate .timed-content-number div {
  background: transparent;
}
/*  */
#stacks_in_95 .timed-content-rotate .timed-content-countdown div {
   align-content: top;
   justify-content: top;
}
#stacks_in_95 .timed-content-rotate .timed-content-number div {
    display: inline-block;
    position: relative;
    margin-top: 0;
}
#stacks_in_95 .timed-content-rotate .timed-content-number .timed-content-number-1 {
    top: 60.000000px;
}
#stacks_in_95 .timed-content-rotate .timed-content-number .timed-content-number-2 {
    top: 30.000000px;
}
#stacks_in_95 .timed-content-rotate .timed-content-number .timed-content-number-3 {
    top: 0px;
}
#stacks_in_95 .timed-content-rotate .timed-content-number .timed-content-number-4 {
    top: -30.000000px;
}
#stacks_in_95 .timed-content-rotate .timed-content-number .timed-content-number-5 {
    top: -60.000000px;
}
/*  */
#stacks_in_95 .timed-content-rotate .timed-content-number {
  perspective: 2000px;
  height: 60.000000px;/* double height */
}
#stacks_in_95 .timed-content-rotate .timed-content-number .state-out {
  transform: translate3D(0,-54.000000px,0) rotateX(75deg);
}
#stacks_in_95 .timed-content-rotate .timed-content-number .state-after {
  transform: translate3D(0,-30.000000px,0px) rotateX(37.5deg);
}
#stacks_in_95 .timed-content-rotate .timed-content-number .state-active {
  transform: translate3D(0,0,0px) rotateX(0deg);
}
#stacks_in_95 .timed-content-rotate .timed-content-number .state-before {
  transform: translate3D(0,30.000000px,0px) rotateX(-37.5deg);
}
#stacks_in_95 .timed-content-rotate .timed-content-number > div.state-in {
  transform: translate3D(0,54.000000px,0) rotateX(-75deg);
}
@media all and (max-width: 1000px) {
  #stacks_in_95 .timed-content-countdown {
    grid-template-columns: repeat(auto-fit, minmax(30px, max-content));
  }
  #stacks_in_95 .timed-content-part:before {
    height: 22.500000px;
  }
  #stacks_in_95 .year:after,
  #stacks_in_95 .month:after,
  #stacks_in_95 .day:after,
  #stacks_in_95 .dayofweek:after {
      font-size: 18.750000px;
      margin-left: 10px;
      height: 22.500000px;
      line-height: 22.500000px;
  }
  #stacks_in_95 .timed-content-part:after {
    margin: 0px 10px;
  }
  #stacks_in_95 .hour:after,
  #stacks_in_95 .minute:after,
  #stacks_in_95 .second:after {
    margin-left: 0px;
  }
  /*  */
  /*  */
  #stacks_in_95 .second:after {
    margin: 3px;
  }
  /*  */
  /*  */
  #stacks_in_95 .year:after {
    /*  */
    /*  */
    /*  */
    /*  */
  }
  #stacks_in_95 .month:after {
    /*  */
    /*  */
    /*  */
    /*  */
  }
  #stacks_in_95 .day:after {
    /*  */
    /*  */
    /*  */
    /*  */
  }
  #stacks_in_95 .dayofweek:after {
    /*  */
    margin-left: 3px;
    /*  */
    /*  */
    /*  */
    /*  */
  }
  #stacks_in_95 .timed-content-number,
  #stacks_in_95 .timed-content-number div,
  #stacks_in_95 .timed-content-number div span,
  #stacks_in_95 .timed-content-fold .timed-content-number > div:after,
  #stacks_in_95 .timed-content-fold .timed-content-number > div:before,
  #stacks_in_95 .timed-content-paper-fall .timed-content-number .timed-content-anim:before {
    width: auto;
    min-width: 30px;
    height: 22.500000px;
    line-height: 21.750000px; /* Adjusted for font */
    font-size: 18.750000px;
    letter-spacing: 0px;
  }
  #stacks_in_95 .timed-content-digital .timed-content-number div span {
    line-height: 22.500000px;
    font-size: 22.500000px;
  }
  #stacks_in_95 .timed-content-number:after,
  #stacks_in_95 .timed-content-number:before {
      width: 4px;
      height: 4px;
      right: -7px;
  }
  /*  */
  #stacks_in_95 .timed-content-number:after,
  #stacks_in_95 .timed-content-number:before {
      width: 3px;
      height: 3px;
      right: -7px;
  }
  #stacks_in_95 .timed-content-number:before {
    transform: translateY(-6px);
  }
  #stacks_in_95 .timed-content-number:after {
    transform: translateY(3px);
  }
  /*  */
  #stacks_in_95 .tc-digit-padding .timed-content-number > div {
    padding: 0px 6px;
  }
  #stacks_in_95 .timed-content-digital .tc-digit-padding .timed-content-number div span:before {
      left: 6px;
      right: 6px;
  }
  /*  */
  #stacks_in_95 .timed-content-rotate .timed-content-number .timed-content-number-1 {
      top: 45.000000px;
  }
  #stacks_in_95 .timed-content-rotate .timed-content-number .timed-content-number-2 {
      top: 22.500000px;
  }
  #stacks_in_95 .timed-content-rotate .timed-content-number .timed-content-number-4 {
      top: -22.500000px;
  }
  #stacks_in_95 .timed-content-rotate .timed-content-number .timed-content-number-5 {
      top: -45.000000px;
  }
  /*  */
  #stacks_in_95 .timed-content-rotate .timed-content-number {
    height: 45.000000px;/* double height */
  }
  #stacks_in_95 .timed-content-rotate .timed-content-number .state-out {
    transform: translate3D(0,-40.500000px,0) rotateX(75deg);
  }
  #stacks_in_95 .timed-content-rotate .timed-content-number .state-after {
    transform: translate3D(0,-22.500000px,0px) rotateX(37.5deg);
  }
  #stacks_in_95 .timed-content-rotate .timed-content-number .state-before {
    transform: translate3D(0,22.500000px,0px) rotateX(-37.5deg);
  }
  #stacks_in_95 .timed-content-rotate .timed-content-number > div.state-in {
    transform: translate3D(0,40.500000px,0) rotateX(-75deg);
  }
}
@media all and (max-width: 600px) {
  #stacks_in_95 .timed-content-part div.timed-content-title {
    font-size: 12px;
  }
  #stacks_in_95 .year:after,
  #stacks_in_95 .month:after,
  #stacks_in_95 .day:after,
  #stacks_in_95 .dayofweek:after {
        font-size: 18.750000px;
      margin-left: 8px;
      height: 22.500000px;
      line-height: 22.500000px;
  }
  #stacks_in_95 .timed-content-part:after {
    margin: 0px 8px;
  }
  #stacks_in_95 .hour:after,
  #stacks_in_95 .minute:after,
  #stacks_in_95 .second:after {
    margin-left: 0px;
  }
  /*  */
  /*  */
  #stacks_in_95 .second:after {
    margin: 2px;
  }
  /*  */
  /*  */
  #stacks_in_95 .year:after {
    /*  */
    /*  */
    /*  */
    /*  */
  }
  #stacks_in_95 .month:after {
    /*  */
    /*  */
    /*  */
    /*  */
  }
  #stacks_in_95 .day:after {
    /*  */
    /*  */
    /*  */
    /*  */
  }
  #stacks_in_95 .dayofweek:after {
    /*  */
    margin-left: 2px;
    /*  */
    /*  */
    /*  */
    /*  */
  }
  #stacks_in_95 .timed-content-number,
  #stacks_in_95 .timed-content-number div,
  #stacks_in_95 .timed-content-fold .timed-content-number > div:after,
  #stacks_in_95 .timed-content-fold .timed-content-number > div:before,
  #stacks_in_95 .timed-content-paper-fall .timed-content-number .timed-content-anim:before {
    border-radius:  4.500000px;
  }
  #stacks_in_95 .timed-content-fold .timed-content-number > div {
    border-radius:  4.500000px 4.500000px 0px 0px;
  }
  #stacks_in_95 .timed-content-countdown {
    grid-template-columns: repeat(auto-fit, minmax(30px, max-content));
  }
  #stacks_in_95 .timed-content-part:before {
    height: 22.500000px;
  }
  #stacks_in_95 .timed-content-number,
  #stacks_in_95 .timed-content-number div,
  #stacks_in_95 .timed-content-number div span,
  #stacks_in_95 .timed-content-fold .timed-content-number > div:after,
  #stacks_in_95 .timed-content-fold .timed-content-number > div:before,
  #stacks_in_95 .timed-content-paper-fall .timed-content-number .timed-content-anim:before {
    width: auto;
    min-width: 30px;
    height: 22.500000px;
    line-height: 21.750000px; /* Adjusted for font */
    font-size: 18.750000px;
    letter-spacing: 0px;
  }
  #stacks_in_95 .timed-content-digital .timed-content-number div span {
    line-height: 22.500000px;
    font-size: 22.500000px;
  }
  #stacks_in_95 .timed-content-number:after,
  #stacks_in_95 .timed-content-number:before {
      width: 4px;
      height: 4px;
      right: -6px;
  }
  /*  */
  #stacks_in_95 .timed-content-number:after,
  #stacks_in_95 .timed-content-number:before {
      width: 3px;
      height: 3px;
      right: -6px;
  }
  #stacks_in_95 .timed-content-number:before {
    transform: translateY(-6px);
  }
  #stacks_in_95 .timed-content-number:after {
    transform: translateY(3px);
  }
  /*  */
  /*  */
  #stacks_in_95 .timed-content-rotate .timed-content-number .timed-content-number-1 {
      top: 45.000000px;
  }
  #stacks_in_95 .timed-content-rotate .timed-content-number .timed-content-number-2 {
      top: 22.500000px;
  }
  #stacks_in_95 .timed-content-rotate .timed-content-number .timed-content-number-4 {
      top: -22.500000px;
  }
  #stacks_in_95 .timed-content-rotate .timed-content-number .timed-content-number-5 {
      top: -45.000000px;
  }
  /*  */
  #stacks_in_95 .timed-content-rotate .timed-content-number {
    height: 45.000000px;/* double height */
  }
  #stacks_in_95 .timed-content-rotate .timed-content-number .state-out {
    transform: translate3D(0,-40.500000px,0) rotateX(75deg);
  }
  #stacks_in_95 .timed-content-rotate .timed-content-number .state-after {
    transform: translate3D(0,-22.500000px,0px) rotateX(37.5deg);
  }
  #stacks_in_95 .timed-content-rotate .timed-content-number .state-before {
    transform: translate3D(0,22.500000px,0px) rotateX(-37.5deg);
  }
  #stacks_in_95 .timed-content-rotate .timed-content-number > div.state-in {
    transform: translate3D(0,40.500000px,0) rotateX(-75deg);
  }
}
@media all and (max-width: 350px) {
  #stacks_in_95 .timed-content-part div.timed-content-title {
    font-size: 10px;
  }
}
#stacks_in_95 .timed-content-rotate .timed-content-number:after, #stacks_in_95 .timed-content-rotate .timed-content-number:before {
  width: 100%;
  height: 100%;
  right: auto;
  transform: translate(0,0);
  display: block;
  top: auto;
  background: transparent;
}
#stacks_in_95 .timed-content-rotate .timed-content-part:before {
  display: none;
}
/*  */
#stacks_in_21_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_21 a:link, #stacks_in_21 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_21 a:hover, #stacks_in_21 a:active {
	color:#FFFFFF;
}







#stacks_in_21 a:link, #stacks_in_21 a:visited {
	background-color:#FF140A;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF140A), to(#BC0C06));
	border:1px solid #BC0C06;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_21 a:hover {
	background-color:#FF150A;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF150A), to(#A30A05));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_21 a:active {
	background-color:#FF140A;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_21 {
	margin:  20px;
}

#stacks_in_20_2 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  3px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin: 30px 0px 0px 0px;
}
