﻿.st0 {
    /*fill: #27AAE1;*/
    /*stroke: #27AAE1;*/
}
.st1 {
    /*fill: #ED1C24;*/
    /*stroke: #000;*/
}

.newSt {stroke: #000;}
.newSt2 {stroke: #C40309; fill:#C40309;}

.st2 { /*fill:#39B54A;*/ /*stroke: #39B54A;} */
}
.st3 { /*fill:#7F3F98;*/ /*stroke: #7F3F98;} */
}
.st4 { /*fill:#F7941D;*/ /*stroke: #F7941D;} */
}
.st5 { /*fill:#F9ED32;*/ /*stroke: #F9ED32;} */
}
.st6 {/*fill:#000;*/   /*stroke: #000;} */}

#svg_logo * {
  fill-opacity: 0;
  transition: fill-opacity 1s;
}

/*#svg_logo.finished * {
  fill-opacity: 1;
}*/

/*
.st0, .st1, .st2, .st3, .st4, .st6 {
  -webkit-animation: draw 6000ms ease-in-out;
  -moz-animation:    draw 6000ms ease-in-out;
  -o-animation:      draw 6000ms ease-in-out;
  animation:         draw 6000ms ease-in-out;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  stroke-dasharray: 600 0;
}

@-webkit-keyframes draw {
  0% {
    stroke-dasharray: 0 800;
    stroke-dashoffset: 200;
    fill-opacity: 0;
    stroke-width: 1;
  }
  37% {
    stroke-dasharray: 600 0;
    stroke-dashoffset: 200;
    fill-opacity: 0;
    stroke-width: 1;
  }
  50% {
    fill-opacity: 1;
    stroke-width: 0;
  }
  100% {
    fill-opacity: 1;
    stroke-width: 0;
  }
}
@-moz-keyframes draw {
  0% {
    stroke-dasharray: 0 800;
    stroke-dashoffset: 200;
    fill-opacity: 0;
    stroke-width: 1;
  }
  37% {
    stroke-dasharray: 600 0;
    stroke-dashoffset: 200;
    fill-opacity: 0;
    stroke-width: 1;
  }
  50% {
    fill-opacity: 1;
    stroke-width: 0;
  }
  100% {
    fill-opacity: 1;
    stroke-width: 0;
  }
}
@-o-keyframes draw {
  0% {
    stroke-dasharray: 0 800;
    stroke-dashoffset: 200;
    fill-opacity: 0;
    stroke-width: 1;
  }
  37% {
    stroke-dasharray: 600 0;
    stroke-dashoffset: 200;
    fill-opacity: 0;
    stroke-width: 1;
  }
  50% {
    fill-opacity: 1;
    stroke-width: 0;
  }
  100% {
    fill-opacity: 1;
    stroke-width: 0;
  }
}
@keyframes draw {
  0% {
    stroke-dasharray: 0 800;
    stroke-dashoffset: 200;
    fill-opacity: 0;
    stroke-width:1;
  }
  37% {
    stroke-dasharray: 600 0;
    stroke-dashoffset: 200;
    fill-opacity: 0;
    stroke-width: 1;
  }
  50% {
    fill-opacity: 1;
    stroke-width: 0;
  }
  100% {
    fill-opacity: 1;
    stroke-width: 0;
  }
}*/