/* ----------------------------------- box-timer ----------------------------------- */
.new-box-timer {
  position:absolute;
  right:160px;
  bottom:40px;
  width:86px;
  height:86px;
}
.new-box-timer-cont {
  position:relative;
  width:100%;
  height:100%;
  border:1px solid #f36f21;
  text-align:center;
  padding:0 0 0 0;
  border-radius:50%;
}
.new-number-main-slide {
  font-size:16px;
  line-height:1;
  color:#000000;
  text-shadow:0 0;
  position:absolute;
  left:0px;
  top:35px;
  width:100%;
}
svg.new-circleFill {
  z-index:1;
  transform:rotate(-90deg);
  -webkit-transform:rotate(-90deg);
  -moz-transform:rotate(-90deg);
  -ms-transform:rotate(-90deg);
  -moz-stroke-dasharray:360;
  -webkit-stroke-dasharray:360;
  -o-stroke-dasharray:360;
  -ms-troke-dasharray:360;
  stroke-dasharray:360;
  -moz-stroke-dashoffset:360;
  -webkit-stroke-dashoffset:360;
  -o-transform:stroke-dashoffset:360;
  stroke-dashoffset:360;
  -ms-stroke-dashoffset:360;
  transition:all 0;
  -webkit-transition:all 0s;
  -moz-transition:all 0s;
  -ms-transition:all 0s;
  -o-transition:all 0s;
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
}
svg.new-circleFill {
  -moz-stroke-dashoffset:0;
  -webkit-stroke-dashoffset:0;
  -o-stroke-dashoffset:0;
  -ms-stroke-dashoffset:0;
  stroke-dashoffset:0;
}
svg.new-circleFill.active {
  -moz-animation:dash1 34s infinite;
  -webkit-animation:dash1 34s infinite;
  -ms-animation:dash1 34s infinite;
  animation:dash1 34s infinite;
}
@-webkit-keyframes dash1 {
  0% {
    -moz-stroke-dashoffset:360;
    -webkit-stroke-dashoffset:360;
    -o-stroke-dashoffset:360;
    -ms-stroke-dashoffset:360;
    stroke-dashoffset:360;
  }
  100% {
    -moz-stroke-dashoffset:0;
    -webkit-stroke-dashoffset:0;
    -o-stroke-dashoffset:0;
    -ms-stroke-dashoffset:0;
    stroke-dashoffset:0;
  }
}
@-moz-keyframes dash1 {
  0% {
    -moz-stroke-dashoffset:360;
    -webkit-stroke-dashoffset:360;
    -o-stroke-dashoffset:360;
    -ms-stroke-dashoffset:360;
    stroke-dashoffset:360;
  }
  100% {
    -moz-transform:stroke-dashoffset:0;
    -webkit-stroke-dashoffset:0;
    -o-transform:stroke-dashoffset:0;
    -ms-transform:stroke-dashoffset:0;
    stroke-dashoffset:0;
  }
}
@-o-keyframes dash1 {
  0% {
    -moz-stroke-dashoffset:360;
    -webkit-stroke-dashoffset:360;
    -o-stroke-dashoffset:360;
    -ms-stroke-dashoffset:360;
    stroke-dashoffset:360;
  }
  100% {
    -moz-transform:stroke-dashoffset:0;
    -webkit-stroke-dashoffset:0;
    -o-transform:stroke-dashoffset:0;
    -ms-transform:stroke-dashoffset:0;
    stroke-dashoffset:0;
  }
}
@keyframes dash1 {
  0% {
    -moz-stroke-dashoffset:360;
    -webkit-stroke-dashoffset:360;
    -o-stroke-dashoffset:360;
    -ms-stroke-dashoffset:360;
    stroke-dashoffset:360;
  }
  100% {
    -moz-transform:stroke-dashoffset:0;
    -webkit-stroke-dashoffset:0;
    -o-transform:stroke-dashoffset:0;
    -ms-transform:stroke-dashoffset:0;
    stroke-dashoffset:0;
  }
}