.kenburns .et_pb_slide_0 {
animation: zoominupleft 5s forwards;
-ms-animation: zoominupleft 5s forwards;
-webkit-animation: zoominupleft 5s forwards;
-o-animation: zoominupleft 5s forwards;
-moz-animation: zoominupleft 5s forwards;
}
.kenburns .et_pb_slide_1 {
animation: zoomout 4.5s forwards;
-ms-animation: zoomout 4.5s forwards;
-webkit-animation: zoomout 4.5s forwards;
-o-animation: zoomout 4.5s forwards;
-moz-animation: zoomout 4.5s forwards;
}
.kenburns .et_pb_slide_2 {
animation: zoominupright 5s forwards;
-ms-animation: zoominupright 5s forwards;
-webkit-animation: zoominupright 5s forwards;
-o-animation: zoominupright 5s forwards;
-moz-animation: zoominupright 5s forwards;
}
.kenburns .et_pb_slide_3 {
animation: zoomin 5s forwards;
-ms-animation: zoomin 5s forwards;
-webkit-animation: zoomin 5s forwards;
-o-animation: zoomin 5s forwards;
-moz-animation: zoomin 5s forwards;
}
.kenburns .et_pb_slide_4 {
animation: zoomoutdownright 5s forwards;
-ms-animation: zoomoutdownright 5s forwards;
-webkit-animation: zoomoutdownright 5s forwards;
-o-animation: zoomoutdownright 5s forwards;
-moz-animation: zoomoutdownright 5s forwards;
}
.kenburns .et_pb_slide_5 {
animation: zoomin 5s forwards;
-ms-animation: zoomin 5s forwards;
-webkit-animation: zoomin 5s forwards;
-o-animation: zoomin 5s forwards;
-moz-animation: zoomin 5s forwards;
}
.kenburns .et_pb_slide_6 {
animation: zoomoutdownleft 5s forwards;
-ms-animation: zoomoutdownleft 5s forwards;
-webkit-animation: zoomoutdownleft 5s forwards;
-o-animation: zoomoutdownleft 5s forwards;
-moz-animation: zoomoutdownleft 5s forwards;
}
.kenburns .et_pb_slide_7 {
animation: zoomout 5s forwards;
-ms-animation: zoomout 5s forwards;
-webkit-animation: zoomout 5s forwards;
-o-animation: zoomout 5s forwards;
-moz-animation: zoomout 5s forwards;
}
.kenburns .et_pb_slide_9 {
animation: zoomoutdownleft 5s forwards;
-ms-animation: zoomoutdownleft 5s forwards;
-webkit-animation: zoomoutdownleft 5s forwards;
-o-animation: zoomoutdownleft 5s forwards;
-moz-animation: zoomoutdownleft 5s forwards;
}
.kenburns .et_pb_slide_10 {
animation: zoomoutdownright 5s forwards;
-ms-animation: zoomoutdownright 5s forwards;
-webkit-animation: zoomoutdownright 5s forwards;
-o-animation: zoomoutdownright 5s forwards;
-moz-animation: zoomoutdownright 5s forwards;
}
.kenburns .et_pb_slide_11 {
animation: zoominupright 5s forwards;
-ms-animation: zoominupright 5s forwards;
-webkit-animation: zoominupright 5s forwards;
-o-animation: zoominupright 5s forwards;
-moz-animation: zoominupright 5s forwards;
}
.kenburns .et_pb_slide_12 {
animation: zoomin 5s forwards;
-ms-animation: zoomin 5s forwards;
-webkit-animation: zoomin 5s forwards;
-o-animation: zoomin 5s forwards;
-moz-animation: zoomin 5s forwards;
}
.kenburns .et_pb_slide_13 {
animation: zoomoutdownleft 5s forwards;
-ms-animation: zoomoutdownleft 5s forwards;
-webkit-animation: zoomoutdownleft 5s forwards;
-o-animation: zoomoutdownleft 5s forwards;
-moz-animation: zoomoutdownleft 5s forwards;
}
.kenburns .et_pb_slide_14 {
animation: zoomin 5s forwards;
-ms-animation: zoomin 5s forwards;
-webkit-animation: zoomin 5s forwards;
-o-animation: zoomin 5s forwards;
-moz-animation: zoomin 5s forwards;
}
.kenburns .et_pb_slide_15 {
animation: zoominupleft 5s forwards;
-ms-animation: zoominupleft 5s forwards;
-webkit-animation: zoominupleft 5s forwards;
-o-animation: zoominupleft 5s forwards;
-moz-animation: zoominupleft 5s forwards;
}
.kenburns .et_pb_slide_16 {
animation: zoomout 5s forwards;
-ms-animation: zoomout 5s forwards;
-webkit-animation: zoomout 5s forwards;
-o-animation: zoomout 5s forwards;
-moz-animation: zoomout 5s forwards;
}
.kenburns .et_pb_slide_17 {
animation: zoomout 5s forwards;
-ms-animation: zoomout 5s forwards;
-webkit-animation: zoomout 5s forwards;
-o-animation: zoomout 5s forwards;
-moz-animation: zoomout 5s forwards;
}
.kenburns .et_pb_slide_18 {
animation: zoomin 5s forwards;
-ms-animation: zoomin 5s forwards;
-webkit-animation: zoomin 5s forwards;
-o-animation: zoomin 5s forwards;
-moz-animation: zoomin 5s forwards;
}
.kenburns .et_pb_slide_19 {
animation: zoomout 5s forwards;
-ms-animation: zoomout 5s forwards;
-webkit-animation: zoomout 5s forwards;
-o-animation: zoomout 5s forwards;
-moz-animation: zoomout 5s forwards;
}
.kenburns .et_pb_slide_20 {
animation: zoominupright 5s forwards;
-ms-animation: zoominupright 5s forwards;
-webkit-animation: zoominupright 5s forwards;
-o-animation: zoominupright 5s forwards;
-moz-animation: zoominupright 5s forwards;
}
@keyframes zoominupleft{
0%{
-ms-transform: scale3d(1, 1, 1) translate3d(-20px, -20px, 0px);
-webkit-transform: scale3d(1, 1, 1) translate3d(-20px, -20px, 0px);
-o-transform: scale3d(1, 1, 1) translate3d(-20px, -20px, 0px);
-moz-transform: scale3d(1, 1, 1) translate3d(-20px, -20px, 0px);
transform: scale3d(1, 1, 1) translate3d(-20px, -20px, 0px);
animation-timing-function: linear;
}
100%{
-ms-transform: scale3d(1.2, 1.2, 1.2) translate3d(20px, 20px, 0px);
-webkit-transform: scale3d(1.2, 1.2, 1.2) translate3d(20px, 20px, 0px);
-o-transform: scale3d(1.2, 1.2, 1.2) translate3d(20px, 20px, 0px);
-moz-transform: scale3d(1.2, 1.2, 1.2) translate3d(20px, 20px, 0px);
transform: scale3d(1.2, 1.2, 1.2) translate3d(20px, 20px, 0px);
}
}
@keyframes zoomoutdownright{
0%{
-ms-transform: scale3d(1.5, 1.5, 1.5) translate3d(150px, 150px, 0px);
-webkit-transform: scale3d(1.5, 1.5, 1.5) translate3d(150px, 150px, 0px);
-o-transform: scale3d(1.5, 1.5, 1.5) translate3d(150px, 150px, 0px);
-moz-transform: scale3d(1.5, 1.5, 1.5) translate3d(150px, 150px, 0px);
transform: scale3d(2.5, 2.5, 1.5) translate3d(150px, 150px, 0px);
animation-timing-function: linear;
}
100%{
-ms-transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
-webkit-transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
-o-transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
-moz-transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
}
}
@keyframes zoominupright{
0%{
-ms-transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
-webkit-transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
-o-transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
-moz-transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
animation-timing-function: linear;
}
100%{
-ms-transform: scale3d(1.5, 1.5, 1.5) translate3d(-30px, 100px, 0px);
-webkit-transform: scale3d(1.5, 1.5, 1.5) translate3d(-30px, 100px, 0px);
-o-transform: scale3d(1.5, 1.5, 1.5) translate3d(-30px, 100px, 0px);
-moz-transform: scale3d(1.5, 1.5, 1.5) translate3d(-30px, 100px, 0px);
transform: scale3d(1.5, 1.5, 1.5) translate3d(-30px, 100px, 0px);
}
}
@keyframes zoomoutdownleft{
0%{
-ms-transform: scale3d(1.3, 1.3, 1) translate3d(-10px, 100px, 0px);
-webkit-transform: scale3d(1.3, 1.3, 1) translate3d(-10px, 100px, 0px);
-o-transform: scale3d(1.3, 1.3, 1) translate3d(-10px, 100px, 0px);
-moz-transform: scale3d(1.3, 1.3, 1) translate3d(-10px, 100px, 0px);
transform: scale3d(1.3, 1.3, 1) translate3d(-10px, 100px, 0px);
animation-timing-function: linear;
}
100%{
-ms-transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
-webkit-transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
-o-transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
-moz-transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
}
}
@keyframes zoomoutdownright{
0% {
-ms-transform: scale3d(1.5, 1.5, 1.5) translate3d(-0px, 0px, 0px);
-webkit-transform: scale3d(1.5, 1.5, 1.5) translate3d(-100px, 0px, 0px);
-o-transform: scale3d(1.5, 1.5, 1.5) translate3d(0px, 0px, 0px);
-moz-transform: scale3d(1.5, 1.5, 1.5) translate3d(0px, 0px, 0px);
transform: scale3d(1.5, 1.5, 1.5) translate3d(70px, 50px, 0px);
animation-timing-function: linear;
}
100% {
-ms-transform: scale3d(1, 1, 0) translate3d(0px, 0px, 0px);
-webkit-transform: scale3d(1, 1, 0) translate3d(100px, 0px, 0px);
-o-transform: scale3d(1, 1, 0) translate3d(0px, 0px, 0px);
-moz-transform: scale3d(1, 1, 0) translate3d(0px, 0px, 0px);
transform: scale3d(1, 1, 0) translate3d(-20px, -10px, 0px);
}
}
@keyframes zoomin{
0%{
-ms-transform: scale3d(1.0, 1.0, 1.0) translate3d(0px, 0px, 0px);
-webkit-transform: scale3d(1.0, 1.0, 1.0) translate3d(0px, 0px, 0px);
-o-transform: scale3d(1.0, 1.0, 1.0) translate3d(0px, 0px, 0px);
-moz-transform: scale3d(1.0, 1.0, 1.0) translate3d(0px, 0px, 0px);
transform: scale3d(1.0, 1.0, 1.0) translate3d(0px, 0px, 0px);
animation-timing-function: linear;
}
100%{
-ms-transform: scale3d(1.4, 1.4, 1.0) translate3d(-0px, 0px, 0px);
-webkit-transform: scale3d(1.4, 1.4, 1.0) translate3d(0px, 0px, 0px);
-o-transform: scale3d(1.4, 1.4, 1.0) translate3d(0px, 0px, 0px);
-moz-transform: scale3d(1.4, 1.4, 1.0) translate3d(0px, 0px, 0px);
transform: scale3d(1.4, 1.4, 1.0) translate3d(0px, 0px, 0px);
}
}
@keyframes zoomout{
0% {
-ms-transform: scale3d(1.3, 1.3, 1.0) translate3d(-0px, 0px, 0px);
-webkit-transform: scale3d(1.3, 1.3, 1.0) translate3d(0px, 0px, 0px);
-o-transform: scale3d(1.3, 1.3, 1.0) translate3d(0px, 0px, 0px);
-moz-transform: scale3d(1.3, 1.3, 1.0) translate3d(0px, 0px, 0px);
transform: scale3d(1.3, 1.3, 1.0) translate3d(0px, 0px, 0px);
animation-timing-function: linear;
}
100% {
-ms-transform: scale3d(1.0, 1.0, 1.0) translate3d(0px, 0px, 0px);
-webkit-transform: scale3d(1.0, 1.0, 1.0) translate3d(0px, 0px, 0px);
-o-transform: scale3d(1.0, 1.0, 1.0) translate3d(0px, 0px, 0px);
-moz-transform: scale3d(1.0, 1.0, 1.0) translate3d(0px, 0px, 0px);
transform: scale3d(1.0, 1.0, 1.0) translate3d(0px, 0px, 0px);
}
}