/*!/wp-content/themes/competentia-2017/css/animationflow.css*/body,html{max-width:100%}.animated{opacity:0;transition:2s all;-moz-transition:2s all;-webkit-transition:2s all;-o-transition:2s all;-ms-transition:2s all}.animated.fast{transition:1s all;-moz-transition:1s all;-webkit-transition:1s all;-o-transition:1s all;-ms-transition:1s all}.animated.slow{transition:3s all;-moz-transition:3s all;-webkit-transition:3s all;-o-transition:3s all;-ms-transition:3s all}.animated.inView{opacity:1}.animated.fromLeft{position:relative;left:-100px}.animated.fromLeft.inView{left:0}.animated.fromRight{position:relative;right:-100px}.animated.fromRight.inView{right:0}.animated.fromTop{position:relative;top:-100px}.animated.fromTop.inView{top:0}.animated.fromBottom{position:relative;bottom:-100px}.animated.fromBottom.inView{bottom:0}.animated.rotating{transform:rotate(1080deg);-moz-transform:rotate(1080deg);-webkit-transform:rotate(1080deg);-o-transform:rotate(1080deg);-ms-transform:rotate(1080deg)}.animated.rotating.inView{transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg)}@media(max-width:1340px){.animated.fromLeft,.animated.fromRight{left:auto;right:auto;bottom:-100px}.animated.fromLeft.inView,.animated.fromRight.inView{bottom:0}}