            #stickyfooter {
				background: #121212;
				color: #ffffff;
				padding-top: 1px;
				padding-bottom: 1px;
			}
			#stickyfooter .scroll {
				display: none;
				font-size: 0.4em !important;
				vertical-align: middle;
				color: #66f30e;
			}
			#stickyfooter.sticky .scroll {
				display: inline;
			}
			#stickyfooter.sticky {
				right: 0;
				left: 0;
			}
			#stickyline {
				padding-top: 1em;
				padding-bottom: 1em;
			}
			#stickyline h2 {
				font-size: 2.7em !important;
			}
			.intended {
				max-width: 800px;
				margin-left: auto;
				margin-right: auto;
				padding-left: 1em;
				padding-right: 1em;
			}
			
  .countdown.show .running {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.countdown.show .running timer {
  font-size: 15px !important;
  font-weight: 600 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  color: #000000;
}

.countdown.show .running timer .days,
.countdown.show .running timer .hours,
.countdown.show .running timer .minutes,
.countdown.show .running timer .seconds{
  width: 31px;
  height: 26px;;
  text-align: center;
  margin: 0 4px;
  padding: 5px;
  border-radius: 6px;
  background-color: rgb(245, 205, 47);
}

@media (max-width: 480px) {
  #stickyline {
    display: none;
  }
}

.countdown.show .running .labels{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px !important;
}

.countdown.show .running .labels span{
  width: 35px;
  text-align: center;
  margin: 0px 2px;
}

@media (max-width: 480px) {
  .countdown.show .running .labels span{
    width: 35px;
  }
}

.countdown.show .running .text{
  font-size: 15px !important;
  margin-top: 12px;
  font-weight: 600 !important;
}

.sticky-btn {
  border: none;
  color: #fff;
  background-color: rgb(255, 111, 27);
  border-radius: 6px;
  padding: 10px 32px;
  text-decoration: none;
}

.countdown.show .running .break{
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 0;
}

.sticky-text {
	text-decoration: none;
	color:  #fff !important;
	font-size: 18px;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    word-wrap: break-word;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 2.9em;
}

.sticky-left {
	float:  left;
}