/* Timeline */
.timeline {
  display:inline-block;
  width:100%;
}

.timeline,
.timeline-horizontal {
  list-style: none;
  padding: 20px;
  position: relative;
}
.timeline:before {
  top: 0px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #999c9b;
  left: 50%;
  margin-left: -1.5px;
}
.timeline .timeline-item {
  margin-bottom: 20px;
  position: relative;
}
.timeline .timeline-item:before,
.timeline .timeline-item:after {
  content: "";
  display: table;
}
.timeline .timeline-item:after {
  clear: both;
}
.timeline .timeline-item-md {
  min-width: 180px;
}
.timeline .timeline-item .timeline-badge {
  color: dodgerblue;
  width: 100px;
  height: 100px;
  line-height: 24px;
  font-size: 18px;
  text-align: center;
  position: absolute;
  top: 18px;
  left: 50%;
  margin-left: -25px;
  background-color: white;
  border: 3px solid transparent;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline-badge-sm {
  width: 120px!important;
  height: 120px!important;
}
.timeline-badge-md {
  width: 180px!important;
  height: 180px!important;
}
.timeline-badge-lg {
  width: 200px!important;
  height: 200px!important;
}
.timeline-badge-last {
  left: 200px!important;
}
.timeline .timeline-item .timeline-badge i,
.timeline .timeline-item .timeline-badge .fa,
.timeline .timeline-item .timeline-badge .glyphicon {
  top: 2px;
  left: 0px;
}
.timeline .timeline-item .timeline-badge.primary {
  background-color: #ffffff;
}
.timeline .timeline-item .timeline-panel {
  position: relative;
  width: 46%;
  float: left;
  right: 16px;
  border: 1px solid #c0c0c0;
  background: #ffffff;
  border-radius: 2px;
  padding: 20px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline .timeline-item .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -16px;
  display: inline-block;
  border-top: 16px solid transparent;
  border-left: 16px solid #c0c0c0;
  border-right: 0 solid #c0c0c0;
  border-bottom: 16px solid transparent;
  content: " ";
}
.timeline .timeline-item .timeline-panel .timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-item .timeline-panel .timeline-body > p,
.timeline .timeline-item .timeline-panel .timeline-body > ul {
  margin-bottom: 0;
}
.timeline .timeline-item .timeline-panel .timeline-body > p + p {
  margin-top: 5px;
}
.timeline .timeline-item:last-child:nth-child(even) {
  float: right;
}
.timeline .timeline-item:nth-child(even) .timeline-panel {
  float: right;
  left: 16px;
}
.timeline .timeline-item:nth-child(even) .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-horizontal {
  list-style: none;
  position: relative;
  right: 40px;
  padding: 20px 0px 20px 0px;
  display: inline-block;
  margin-bottom: 0;
}
.timeline-horizontal:before {
  height: 1px;
  width: 75%;
  top: 0;
  left: 0;
  right: 66px;
  bottom: 0;
  margin: auto;
}
.timeline-horizontal .timeline-item {
  display: table-cell;
  height: 280px;
  width: 20%;
  min-width: 200px;
  float: none !important;
  padding-left: 0px;
  padding-right: 20px;
  margin: 0 auto;
  vertical-align: middle;
}
.timeline-horizontal .timeline-item .timeline-panel {
  top: auto;
  bottom: 64px;
  display: inline-block;
  float: none !important;
  left: 0 !important;
  right: 0 !important;
  width: 100%;
  margin-bottom: 20px;
}
.timeline-horizontal .timeline-item .timeline-panel:before {
  top: auto;
  bottom: -16px;
  left: 28px !important;
  right: auto;
  border-right: 16px solid transparent !important;
  border-top: 16px solid #c0c0c0 !important;
  border-bottom: 0 solid #c0c0c0 !important;
  border-left: 16px solid transparent !important;
}
.timeline-horizontal .timeline-item:before,
.timeline-horizontal .timeline-item:after {
  content: '';
  display: block;
  position: absolute;
  /* left: 80%; */
  width: 0;
  height: 0;
  border-style: solid;
}
.timeline-horizontal .timeline-item:before {
  /* top: 9px; */
  border-color: transparent transparent transparent #999c9b;
  border-width: 6px;
  transform: rotate(0deg);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.timeline-horizontal .timeline-item:after {
  border-color: transparent;
}
.timeline-horizontal .timeline-item:last-child:before {
  top: 0;
  bottom: 0;
  left: 17px;
  right: 0;
  border-width: 6px;
  transform: rotate(50deg);
  border-radius: 20px;
  margin: auto;
  border-color: #999c9b;
}
.timeline-horizontal .timeline-item:last-child:after {
  border-color: transparent;
  border: 1px solid transparent;
  height: 300px;
  border-radius: 220px;
  width: 300px;
  position: absolute;
  /* top: 0px; */
  right: 91px;
  bottom: 0px;
  top: 0px;
  margin: auto;
  border-top-color: #999c9b;
  border-right-color: #999c9b;
  transform: rotate(45deg);
}
.timeline-horizontal .timeline-item .timeline-badge {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid transparent;
}


.timeline-item button{
   position: absolute;
   top: auto;
   bottom:30px;
}

.timeline-badge b{
   font-size: 28px;
   font-weight: bold;
   display: table-cell;
     padding-left: 1.3em;
      padding-top: 1em;
  vertical-align: middle;
}
.timeline-badge p{
}
#lower-text{
   text-transform: uppercase;
    color: grey;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    left: 2em;
    bottom: -2em;
}

.custom-hr-arrow {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 0.5px solid #999c9b;
}

.custom-main-circle-sm {
	width: 120px;
	height: 120px;
	/* margin: auto; */ 
}

.c-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.c-2 {
  position: absolute;
  top: 500px;
  /* left: 0; */
  right: 300px;
  bottom: 0;
  margin: auto;
}

.c-2:after,
.c-2:before {
  content: '';
}

.c-2:before {
  border: 1px solid #999c9b;
  position: absolute;
  height: 40px;
  top: -40px;
}

.c-2:after {

}

.c-3 {
  position: absolute;
  top: 350px;
  /* left: 0; */
  right: 100px;
  bottom: 0;
  margin: auto;
}

.c-3:after,
.c-3:before {
  content: '';
}

.c-3:before {
  border: 1px solid #999c9b;
  position: absolute;
  top: -37px;
  height: 58px;
  left: 0px;
  transform: rotate(-50deg);
}

.c-3:after {

}

.c-4 {
  position: absolute;
  top: 0;
  /* left: 0; */
  right: 100px;
  bottom: 350px;
  margin: auto;
}

.c-4:after,
.c-4:before {
  content: '';
}

.c-4:before {
  border: 1px solid #999c9b;
  position: absolute;
  top: 96px;
  height: 58px;
  left: 0px;
  transform: rotate(40deg);
}

.c-4:after {

}

.c-5 {
  position: absolute;
  top: 0px;
  /* left: 0px; */
  right: 300px;
  bottom: 500px;
  margin: auto;
}

.c-5:after,
.c-5:before {
  content: '';
}

.c-5:before {
  
}

.c-5:after {
  border: 1px solid #999c9b;
  position: absolute;
  height: 40px;
}

.custom-main-circle-md {
  width: 180px;
  height: 180px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  /* margin: auto; */ 
}

.custom-main-circle-lg {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  /* margin: auto; */ 
}

.custom-circle-content {
  margin-top: 15px;
  line-height: 1;
}

.custom-circle-content span {
  font-size: 12px;
}

.custom-circle-content span.custom-blue-title {
  color: #48b5cf;
}

.custom-circle-content span.custom-yellow-title {
  color: #dbbd28;
}

.custom-circle-content span.custom-green-title {
  color: #7de412;
}

.custom-circle-content p {
  font-size: 11px;
  color: #b0b0b0;
}

.timeline-badge-last .custom-circle-content {
  margin-top: 15px;
  line-height: 1;
  position: absolute;
  left: 130px;
  top: 5px;
  width: 100px;
  text-align: left;
}

.custom-outer-circle-sm {
  border: 1px solid #999c9b;
  text-align: center;
  background: -webkit-linear-gradient(top, #ffffff 48%, #ecebfa 49%, #ecebfa 51%, #fff 52%);
  background: -moz-linear-gradient(top, #ffffff 48%, #ecebfa 49%, #ecebfa 51%, #fff 52%);
  background: transparent;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 220px;
  -moz-border-radius: 220px;
  border-radius: 220px;
  -webkit-animation: turning_cw 2s ease;
  -moz-animation: turning_cw 2s ease;
  animation: turning_cw 2s ease;
  position: relative;
}
	
.custom-main-circle-sm:hover, .custom-outer-circle-sm:hover {
	
}

.custom-outer-circle-sm:after,
.custom-outer-circle-sm:before {
  content: '';
  display: block;
  position: absolute;
  left: 80%;
  width: 0;
  height: 0;
  border-style: solid;
}

.custom-outer-circle-sm:after {
  top: 112px;
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto;
  /* border-color: transparent transparent transparent #ecebfa; */
  border-width: 6px;
  transform: rotate(50deg);
  border-radius: 20px;
  border-color: #999c9b;
}

.custom-outer-circle-sm:before {
  top: 9px;
  border-color: transparent transparent transparent #999c9b;
  border-width: 6px;
  transform: rotate(50deg);
}

.custom-outer-circle-sm-last {
  border: 1px solid;
  text-align: center;
  background: -webkit-linear-gradient(top, #ffffff 48%, #ecebfa 49%, #ecebfa 51%, #fff 52%);
  background: -moz-linear-gradient(top, #ffffff 48%, #ecebfa 49%, #ecebfa 51%, #fff 52%);
  background: transparent;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 220px;
  -moz-border-radius: 220px;
  border-radius: 220px;
  -webkit-animation: turning_cw 2s ease;
  -moz-animation: turning_cw 2s ease;
  animation: turning_cw 2s ease;
  position: relative;
}

.last-blue {
  border-color: #14a0c1;
}

.last-green {
  border-color: #7de412;
}
  
.custom-main-circle-sm-last:hover, .custom-outer-circle-sm-last:hover {

}

.custom-outer-circle-sm-last:after,
.custom-outer-circle-sm-last:before {
  content: '';
  display: block;
  position: absolute;
  left: 80%;
  width: 0;
  height: 0;
  border-style: solid;
}

.custom-outer-circle-sm-last:after {
  top: 53px;
  left: -7px;
  margin-left: auto; 
  margin-right: auto;
  /* border-color: transparent transparent transparent #ecebfa; */
  border-width: 6px;
  transform: rotate(50deg);
  border-radius: 20px;
}

.custom-outer-circle-sm-last.last-blue:after {
  border-color: #14a0c1;
}

.custom-outer-circle-sm-last.last-green:after {
  border-color: #7de412;
}

.c-2 .custom-outer-circle-sm-last:after {
  top: -6px;
  left: 54px;
}

.c-3 .custom-outer-circle-sm-last:after {
  top: 6px;
  left: 17px;
}

.c-4 .custom-outer-circle-sm-last:after {
  top: 95px!important;
  left: 13px;
  top: unset;
}

.c-5 .custom-outer-circle-sm-last:after {
  left: 54px;
  bottom: -5px;
  top: unset;
  z-index: 2;
}

.custom-outer-circle-sm-last:before {
  top: 9px;
  border-width: 6px;
  transform: rotate(50deg);
}

.custom-outer-circle-sm-last.last-blue:before {
  border-color: transparent transparent transparent #14a0c1;
}

.custom-outer-circle-sm-last.last-green:before {
  border-color: transparent transparent transparent #7de412;
}

.custom-outer-circle-md {
  /* -webkit-box-shadow: 0 0 50px 10px #453D9B; */
  /* -moz-box-shadow: 0 0 50px 10px #453D9B; */
  /* box-shadow: 0 0 50px 10px #453D9B; */
  border: 1px solid #999c9b;
  /* border-top-color: #746EBB; */
  /* margin: 20% auto; */
  text-align: center;
  background: -webkit-linear-gradient(top, #ffffff 48%, #ecebfa 49%, #ecebfa 51%, #fff 52%);
  background: -moz-linear-gradient(top, #ffffff 48%, #ecebfa 49%, #ecebfa 51%, #fff 52%);
  background: transparent;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 220px;
  -moz-border-radius: 220px;
  border-radius: 220px;
  -webkit-animation: turning_cw 3s ease;
  -moz-animation: turning_cw 3s ease;
  animation: turning_cw 3s ease;
  position: relative;
}
  
.custom-main-circle-md:hover, .custom-outer-circle-md:hover {
  
}

.custom-outer-circle-md:after,
.custom-outer-circle-md:before {
  content: '';
  display: block;
  position: absolute;
  left: 80%;
  width: 0;
  height: 0;
  border-style: solid;
}

.custom-outer-circle-md:after {
  bottom: -7px;
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto;
  /* border-color: transparent transparent transparent #ecebfa; */
  border-width: 6px;
  transform: rotate(50deg);
  border-radius: 20px;
  border-color: #999c9b;
}

.custom-outer-circle-md:before {
  top: 16px;
  border-color: transparent transparent transparent #999c9b;
  border-width: 6px;
  transform: rotate(50deg);
}

.custom-outer-circle-lg {
  /* -webkit-box-shadow: 0 0 50px 10px #453D9B; */
  /* -moz-box-shadow: 0 0 50px 10px #453D9B; */
  /* box-shadow: 0 0 50px 10px #453D9B; */
  border: 1px solid #999c9b;
  /* border-top-color: #746EBB; */
  /* margin: 20% auto; */
  text-align: center;
  background: -webkit-linear-gradient(top, #ffffff 48%, #ecebfa 49%, #ecebfa 51%, #fff 52%);
  background: -moz-linear-gradient(top, #ffffff 48%, #ecebfa 49%, #ecebfa 51%, #fff 52%);
  background: transparent;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 220px;
  -moz-border-radius: 220px;
  border-radius: 220px;
  -webkit-animation: turning_cw 3s ease;
  -moz-animation: turning_cw 3s ease;
  animation: turning_cw 3s ease;
  position: relative;
}
  
.custom-main-circle-lg:hover, .custom-outer-circle-lg:hover {

}

.custom-outer-circle-lg:after,
.custom-outer-circle-lg:before {
  content: '';
  display: block;
  position: absolute;
  left: 80%;
  width: 0;
  height: 0;
  border-style: solid;
}

.custom-outer-circle-lg:after {
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 193px;
  /* border-color: transparent transparent transparent #ecebfa; */
  border-width: 6px;
  transform: rotate(50deg);
  border-radius: 20px;
  border-color: #999c9b;
  z-index: 2;
}

.custom-outer-circle-lg:before {
  top: 0;
  bottom: 12px;
  margin: auto;
  right: 0;
  left: 193px;
  border-color: transparent transparent transparent #999c9b;
  border-width: 6px;
  transform: rotate(88deg);
}

.custom-outer-circle-lg .custom-outer-circle-md {
  width: 80%;
  height: 80%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.custom-outer-circle-lg .custom-main-circle-md:hover, .custom-outer-circle-lg .custom-outer-circle-md:hover {
  
}

.custom-outer-circle-lg .custom-outer-circle-md:after,
.custom-outer-circle-lg .custom-outer-circle-md:before {
  content: '';
  display: block;
  position: absolute;
  left: 80%;
  width: 0;
  height: 0;
  border-style: solid;
}

.custom-outer-circle-lg .custom-outer-circle-md:after {
  bottom: -7px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  /* border-color: transparent transparent transparent #ecebfa; */
  border-width: 7px;
  transform: rotate(180deg);
  border-radius: 0px;
  border-color: transparent transparent transparent #999c9b;
}

.custom-outer-circle-lg .custom-outer-circle-md:before {
  top: 0;
  bottom: 0;
  margin: auto;
  /* right: 0; */
  left: -6px;
  border-color: transparent transparent transparent #999c9b;
  border-width: 6px;
  transform: rotate(270deg);
}

.custom-outer-half-circle {
  position: absolute;
  width: 100%;
  border-top-left-radius: 220px;
  border-top-right-radius: 220px;
  border: 2px solid red;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 0;
  height: 50%;
}

.custom-border-yellow {
  border-color: #e0c541;
}

.custom-outer-half-circle-lg-purple {
  width: 100%;
  height: 100%;
  position: absolute;
  background: transparent;
  transform: rotate(45deg);
  border-radius: 96px;
  border: 5px solid #bf06a9;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  z-index: 1;
}

.custom-outer-half-circle-lg-green {
  width: 100%;
  height: 100%;
  position: absolute;
  background: transparent;
  transform: rotate(-45deg);
  border-radius: 96px;
  border: 5px solid #8ce72d;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  z-index: 1;
}

.custom-outer-half-circle-md-red {
  width: 82%;
  height: 82%;
  position: absolute;
  background: transparent;
  transform: rotate(45deg);
  border-radius: 220px;
  border: 5px solid #ea290a;
  border-bottom-color: transparent;
  border-right-color: transparent;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}

.custom-outer-half-circle-md-red:before,
.custom-outer-half-circle-md-red:after {
  content: '';
}

.custom-outer-half-circle-md-red:before {
  border: 1px solid #999c9b;
  position: absolute;
  top: 117px;
  height: 35px;
  left: 133px;
  transform: rotate(-47deg);
}

.custom-chart-half-turquoise {
  position: absolute!important;
  top: 80px;
  right: 73px;
  margin: auto;
  stroke: #00cd99;
}

.custom-chart-half-green {
  position: absolute!important;
  top: 80px;
  left: 77px;
  margin: auto;
  stroke: #7de412;
}

.custom-chart-circle {
  position: relative;
  display: inline-block;
  color: #999;
  font-size: 20px;
  text-align: center;
  width: 100%;
  height: 100%;
}

.custom-chart-circle figcaption {
  width: 75%;
  height: 75%;
  /* border: 10px solid #f0f0f0; */
  border-color: transparent;
  border-radius: 180px;
  line-height: 50px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.custom-chart-circle i {
  font-size: 36px;
}

.custom-chart-progress-cyan {
  width: 100%;
  position: absolute;
  top: 40px;
}

.custom-chart-progress-cyan + svg .custom-svg-outer {
  stroke: #14a0c1;
}

.custom-chart-progress-green {
  width: 100%;
  position: absolute;
  top: 40px;
}

.custom-chart-progress-green + svg .custom-svg-outer {
  stroke: #7de412;
}

.custom-chart-progress-tomato {
  width: 100%;
  position: absolute;
  top: 40px;
}

.custom-chart-progress-tomato + svg .custom-svg-outer {
  stroke: #ea290a;
}

.custom-chart-progress-turquoise + svg .custom-svg-outer {
  stroke: #00cd99;
}

.custom-chart-progress-green + svg .custom-svg-outer {
  stroke: #7de412;
}

.custom-chart-progress-nut {
  width: 100%;
  position: absolute;
  top: 33%;
}

.custom-chart-progress-blue {
  width: 100%;
  position: absolute;
  top: 33%;
}

.custom-chart-progress-nut + svg .custom-svg-outer {
  stroke: #d6b307;
}

.custom-chart-progress-blue + svg .custom-svg-outer {
  stroke: #14a0c1;
}

.custom-chart-progress-pink {
  width: 100%;
  position: absolute;
  top: 40px;
}

.custom-chart-progress-pink + svg .custom-svg-outer {
  stroke: #bf06a9;
}

.custom-chart-circle .custom-chart-progress-nut i {
  font-size: 60px;
}

.custom-chart-circle .custom-chart-progress-blue i {
  font-size: 60px;
}

.custom-chart-circle svg {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.custom-svg-outer {
  fill: transparent;
  stroke: #333;
  stroke-width: 12;
  stroke-dasharray: 534;
  transition: stroke-dashoffset 1s;
  -webkit-animation-play-state: running;
  
  /* firefox bug fix - won't rotate at 90deg angles */
  -moz-transform: rotate(-89deg) translateX(-190px);
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.custom-chart-circle:hover .custom-svg-outer  {
  stroke-dashoffset: 534 !important;
  -webkit-animation-play-state: paused;
}

.custom-chart-circle[data-percent='100'] .custom-svg-outer  {
  stroke-dashoffset: 0;
  -webkit-animation: show100 5s;
  animation: show100 5s;
}

.custom-chart-circle[data-percent='75'] .custom-svg-outer  {
  stroke-dashoffset: 133;
  -webkit-animation: show75 2s;
  animation: show75 2s;
}

.custom-chart-circle[data-percent='50'] .custom-svg-outer  {
  stroke-dashoffset: 267;
  -webkit-animation: show50 2s;
  animation: show50 2s;
}

.custom-chart-circle[data-percent='25'] .custom-svg-outer  {
  stroke-dashoffset: 401;
  -webkit-animation: show25 2s;
  animation: show25 2s;
}

@-webkit-keyframes turning_cw {
  0%{
    -webkit-transform: rotate(0deg); }
  100%{
    -webkit-transform: rotate(360deg); }
}

@-moz-keyframes turning_cw {
  0%{
    -moz-transform: rotate(0deg); }
  100%{
    -moz-transform: rotate(360deg); }
}

@keyframes turning_cw {
  0%{
    transform: rotate(0deg); }
  100%{
    transform: rotate(360deg); }
}

@keyframes test {
  0%{
    transform: rotate(-90deg); 
  }
  100%{
    transform: rotate(90deg); 
  }
}

@-webkit-keyframes show100 {
  from {
    stroke-dashoffset: 537;
  }
  
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes show100 {
  from {
    stroke-dashoffset: 537;
  }
  
  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes show75 {
  from {
    stroke-dashoffset: 537;
  }
  
  to {
    stroke-dashoffset: 134;
  }
}

@keyframes show75 {
  from {
    stroke-dashoffset: 537;
  }
  
  to {
    stroke-dashoffset: 124;
  }
}

@-webkit-keyframes show50 {
  from {
    stroke-dashoffset: 537;
  }
  
  to {
    stroke-dashoffset: 267;
  }
}

@keyframes show50 {
  from {
    stroke-dashoffset: 537;
  }
  
  to {
    stroke-dashoffset: 267;
  }
}

@-webkit-keyframes show25 {
  from {
    stroke-dashoffset: 537;
  }
  
  to {
    stroke-dashoffset: 401;
  }
}

@keyframes show25 {
  from {
    stroke-dashoffset: 537;
  }
  
  to {
    stroke-dashoffset: 401;
  }
}