.bt_bb_animation_fade_in {
    opacity: 0;
}
.animate {
    -webkit-transition: transform 1000ms cubic-bezier(.190,1,.220,1),opacity 1000ms cubic-bezier(.190,1,.220,1);
    -moz-transition: transform 1000ms cubic-bezier(.190,1,.220,1),opacity 1000ms cubic-bezier(.190,1,.220,1);
    transition: transform 1000ms cubic-bezier(.190,1,.220,1),opacity 1000ms cubic-bezier(.190,1,.220,1);
}
.animate:nth-child(1) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    transition-delay: 400ms;
}
.animate:nth-child(2) {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    transition-delay: 600ms;
}
.animate:nth-child(3) {
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    transition-delay: 800ms;
}
.animate:nth-child(4) {
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    transition-delay: 900ms;
}
.animate:nth-child(5) {
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    transition-delay: 1000ms;
}
.animate:nth-child(6) {
    -webkit-transition-delay: 1100ms;
    -moz-transition-delay: 1100ms;
    transition-delay: 1100ms;
}
.animate:nth-child(7) {
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    transition-delay: 1200ms;
}
.bt_bb_animation_fade_in.animated {
    opacity: 1;
}
.vl-column[class*="zoom_out"], .vl-column_inner[class*="zoom_out"], .bt_bb_row[class*="zoom_out"] {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.vl-column[class*="zoom_in"], .vl-column_inner[class*="zoom_in"], .bt_bb_row[class*="zoom_in"] {
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
}
.vl-column[class*="zoom_in"].animated, .vl-column[class*="zoom_out"].animated, .vl-column_inner[class*="zoom_in"].animated, .vl-column_inner[class*="zoom_out"].animated, .bt_bb_row[class*="zoom_in"].animated, .bt_bb_row[class*="zoom_out"].animated {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.vl-column[class*="move_up"], .vl-column_inner[class*="move_up"], .bt_bb_row[class*="move_up"] {
    -webkit-transform: translate3d(0,30%,0);
    -moz-transform: translate3d(0,30%,0);
    -ms-transform: translate3d(0,30%,0);
    transform: translate3d(0,30%,0);
}
.bt_bb_column[class*="move_down"], .bt_bb_column_inner[class*="move_down"], .bt_bb_row[class*="move_down"] {
    -webkit-transform: translate3d(0,-30%,0);
    -moz-transform: translate3d(0,-30%,0);
    -ms-transform: translate3d(0,-30%,0);
    transform: translate3d(0,-30%,0);
}
.bt_bb_column[class*="move_right"], .bt_bb_column_inner[class*="move_right"], .bt_bb_row[class*="move_right"] {
    -webkit-transform: translate3d(-30%,0,0);
    -moz-transform: translate3d(-30%,0,0);
    -ms-transform: translate3d(-30%,0,0);
    transform: translate3d(-30%,0,0);
}
.bt_bb_column[class*="move_left"], .bt_bb_column_inner[class*="move_left"], .bt_bb_row[class*="move_left"] {
    -webkit-transform: translate3d(30%,0,0);
    -moz-transform: translate3d(30%,0,0);
    -ms-transform: translate3d(30%,0,0);
    transform: translate3d(30%,0,0);
}
.vl-column[class*="move_up"].animated, .vl-column[class*="move_down"].animated, .vl-column[class*="move_right"].animated, .vl-column[class*="move_left"].animated, .vl-column_inner[class*="move_up"].animated, .vl-column_inner[class*="move_down"].animated, .vl-column_inner[class*="move_right"].animated, .vl-column_inner[class*="move_left"].animated, .bt_bb_row[class*="move_up"].animated, .bt_bb_row[class*="move_down"].animated, .bt_bb_row[class*="move_right"].animated, .bt_bb_row[class*="move_left"].animated {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
