.tf-animated-twocolumn .item-animated.first {
transform: translateX(-25px);
}
.tf-animated-twocolumn .item-animated.last {
transform: translateX(25px);
}
.tfanimated {
opacity: 0;
transform: translateY(25px);
}
.tffadeup {
opacity: 1 !important;
-webkit-transform: translate(0, 0) !important;
transform: translate(0, 0) !important;
}
.tfanimated-transition {
-webkit-transition: all 0.8s;
-moz-transition: all 0.8s;
-ms-transition: all 0.8s;
-o-transition: all 0.8s;
transition: all 0.8s;
} .tf-animated-hover-top {
transition: all 0.5s;
transform: translateY(0);
}
.tf-animated-hover-top:hover {
transform: translateY(-20px);
}
.tf-animated-hover-top-s2 {
transition: all 0.5s;
transform: translateY(0);
}
.tf-animated-hover-top-s2:hover {
transform: translateY(-5px);
}