@-webkit-keyframes from_bottom {
0% {
-ms-transform: translate(0,1500px);
-o-transform: translate(0,1500px);
-moz-transform: translate(0,1500px);
-webkit-transform: translate(0,1500px);
transform: translate(0,1500px);
}
100%{
-ms-transform: translate(0px,0px);
-o-transform: translate(0px,0px);
-moz-transform: translate(0px,0px);
-webkit-transform: translate(0px,0px);
transform: translate(0px,0px);
}
}
@-moz-keyframes from_bottom {
0% {
-ms-transform: translate(0,1500px);
-o-transform: translate(0,1500px);
-moz-transform: translate(0,1500px);
-webkit-transform: translate(0,1500px);
transform: translate(0,1500px);
}
100%{
-ms-transform: translate(0px,0px);
-o-transform: translate(0px,0px);
-moz-transform: translate(0px,0px);
-webkit-transform: translate(0px,0px);
transform: translate(0px,0px);
}
}
@-o-keyframes from_bottom {
0% {
-ms-transform: translate(0,1500px);
-o-transform: translate(0,1500px);
-moz-transform: translate(0,1500px);
-webkit-transform: translate(0,1500px);
transform: translate(0,1500px);
}
100%{
-ms-transform: translate(0px,0px);
-o-transform: translate(0px,0px);
-moz-transform: translate(0px,0px);
-webkit-transform: translate(0px,0px);
transform: translate(0px,0px);
}
}
@keyframes from_bottom {
0% {
-ms-transform: translate(0,1500px);
-o-transform: translate(0,1500px);
-moz-transform: translate(0,1500px);
-webkit-transform: translate(0,1500px);
transform: translate(0,1500px);
}
100%{
-ms-transform: translate(0px,0px);
-o-transform: translate(0px,0px);
-moz-transform: translate(0px,0px);
-webkit-transform: translate(0px,0px);
transform: translate(0px,0px);
}
}



@-webkit-keyframes from_bottom2 {
0% {
-ms-transform: translate(0,500px);
-o-transform: translate(0,500px);
-moz-transform: translate(0,500px);
-webkit-transform: translate(0,500px);
transform: translate(0,500px);
}
100%{
-ms-transform: translate(0px,0px);
-o-transform: translate(0px,0px);
-moz-transform: translate(0px,0px);
-webkit-transform: translate(0px,0px);
transform: translate(0px,0px);
}
}
@-moz-keyframes from_bottom2 {
0% {
-ms-transform: translate(0,500px);
-o-transform: translate(0,500px);
-moz-transform: translate(0,500px);
-webkit-transform: translate(0,500px);
transform: translate(0,500px);
}
100%{
-ms-transform: translate(0px,0px);
-o-transform: translate(0px,0px);
-moz-transform: translate(0px,0px);
-webkit-transform: translate(0px,0px);
transform: translate(0px,0px);
}
}
@-o-keyframes from_bottom2 {
0% {
-ms-transform: translate(0,500px);
-o-transform: translate(0,500px);
-moz-transform: translate(0,500px);
-webkit-transform: translate(0,500px);
transform: translate(0,500px);
}
100%{
-ms-transform: translate(0px,0px);
-o-transform: translate(0px,0px);
-moz-transform: translate(0px,0px);
-webkit-transform: translate(0px,0px);
transform: translate(0px,0px);
}
}
@keyframes from_bottom2 {
0% {
-ms-transform: translate(0,500px);
-o-transform: translate(0,500px);
-moz-transform: translate(0,500px);
-webkit-transform: translate(0,500px);
transform: translate(0,500px);
}
100%{
-ms-transform: translate(0px,0px);
-o-transform: translate(0px,0px);
-moz-transform: translate(0px,0px);
-webkit-transform: translate(0px,0px);
transform: translate(0px,0px);
}
}
@media only screen and (min-width:800px){
#profs .wrap>div{
-ms-transform: translate(0,1500px);
-o-transform: translate(0,1500px);
-moz-transform: translate(0,1500px);
-webkit-transform: translate(0,1500px);
transform: translate(0,1500px);

-o-animation-fill-mode:forwards;
-moz-animation-fill-mode:forwards;
-webkit-animation-fill-mode:forwards;
animation-fill-mode:forwards;
}


.an1.anim{
animation:from_bottom 0.9s  1;
-webkit-animation: from_bottom 0.9s  1;
-moz-animation:from_bottom 0.9s  1;
-o-animation:from_bottom 0.9s  1;
}
.an2.anim{
animation:from_bottom 0.9s 0.2s 1;
-webkit-animation: from_bottom 0.9s 0.2s 1;
-moz-animation:from_bottom 0.9s 0.2s  1;
-o-animation:from_bottom 0.9s 0.2s  1;
}
.an3.anim{
animation:from_bottom 0.9s 0.4s 1;
-webkit-animation: from_bottom 0.9s 0.4s  1;
-moz-animation:from_bottom 0.9s 0.4s 1;
-o-animation:from_bottom 0.9s 0.4s 1;
}
.an4.anim{
animation:from_bottom 0.9s 0.6s 1;
-webkit-animation: from_bottom 0.9s 0.6s 1;
-moz-animation:from_bottom 0.9s 0.6s 1;
-o-animation:from_bottom 0.9s 0.6s 1;
}





#kb p{opacity:0;}
.ec-it{
-ms-transform: translate(0,500px);
-o-transform: translate(0,500px);
-moz-transform: translate(0,500px);
-webkit-transform: translate(0,500px);
transform: translate(0,500px);
}
.s1.anim{
animation:from_bottom2 0.9s  1;
-webkit-animation: from_bottom2 0.9s  1;
-moz-animation:from_bottom2 0.9s  1;
-o-animation:from_bottom2 0.9s  1;
-o-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
.s2.anim{
animation:from_bottom2 0.9s 0.2s 1;
-webkit-animation: from_bottom2 0.9s 0.2s 1;
-moz-animation:from_bottom2 0.9s 0.2s  1;
-o-animation:from_bottom2 0.9s 0.2s  1;
-o-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
.s3.anim{
animation:from_bottom2 0.9s 0.4s 1;
-webkit-animation: from_bottom2 0.9s 0.4s  1;
-moz-animation:from_bottom2 0.9s 0.4s 1;
-o-animation:from_bottom2 0.9s 0.4s 1;
-o-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
.s4.anim{
animation:from_bottom2 0.9s 0.6s 1;
-webkit-animation: from_bottom2 0.9s 0.6s 1;
-moz-animation:from_bottom2 0.9s 0.6s 1;
-o-animation:from_bottom2 0.9s 0.6s 1;
-o-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}




}