.wpr-anim-text-inner {
	display: inline-block;
	position: relative;
	text-align: left;
}

.wpr-anim-text-inner b {
	display: inline-block;
	position: absolute;
	white-space: nowrap;
	left: 0;
	top: 0;
}

.wpr-anim-text-inner b.wpr-anim-text-visible {
	position: relative;
}

.wpr-anim-text.wpr-anim-text-type-rotate-1 .wpr-anim-text-inner {
	-webkit-perspective: 300px;
	perspective: 300px;
}

.wpr-anim-text.wpr-anim-text-type-rotate-1 b {
	opacity: 0;
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.wpr-anim-text.wpr-anim-text-type-rotate-1 b.wpr-anim-text-visible {
	opacity: 1;
	-webkit-transform: rotateX(0);
	-ms-transform: rotateX(0);
	transform: rotateX(0);
	-webkit-animation: wpr-anim-text-rotate-1-in 1.2s;
	animation: wpr-anim-text-rotate-1-in 1.2s;
}

.wpr-anim-text.wpr-anim-text-type-rotate-1 b.wpr-anim-text-hidden {
	-webkit-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	transform: rotateX(180deg);
	-webkit-animation: wpr-anim-text-rotate-1-out 1.2s;
	animation: wpr-anim-text-rotate-1-out 1.2s;
}

.wpr-anim-text.wpr-anim-text-type-typing .wpr-anim-text-inner {
	vertical-align: top;
	overflow: hidden;
}

.wpr-anim-text.wpr-anim-text-type-typing b {
	visibility: hidden;
}

.wpr-anim-text.wpr-anim-text-type-typing b.wpr-anim-text-visible {
	visibility: visible;
}

.wpr-anim-text.wpr-anim-text-type-typing i {
	position: absolute;
	visibility: hidden;
}

.wpr-anim-text.wpr-anim-text-type-typing i.wpr-anim-text-in {
	position: relative;
	visibility: visible;
}

.wpr-anim-text.wpr-anim-text-type-rotate-2 .wpr-anim-text-inner {
	-webkit-perspective: 300px;
	perspective: 300px;
}

.wpr-anim-text.wpr-anim-text-type-rotate-2 em, .wpr-anim-text.wpr-anim-text-type-rotate-2 i {
	display: inline-block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.wpr-anim-text.wpr-anim-text-type-rotate-2 b {
	opacity: 0;
}

.wpr-anim-text.wpr-anim-text-type-rotate-2 i {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(-20px) rotateX(90deg);
	-ms-transform: translateZ(-20px) rotateX(90deg);
	transform: translateZ(-20px) rotateX(90deg);
	opacity: 0;
}

.wpr-anim-text-visible .wpr-anim-text.wpr-anim-text-type-rotate-2 i {
	opacity: 1;
}

.wpr-anim-text.wpr-anim-text-type-rotate-2 i.wpr-anim-text-in {
	-webkit-animation: wpr-anim-text-rotate-2-in .4s forwards;
	animation: wpr-anim-text-rotate-2-in .4s forwards;
}

.wpr-anim-text.wpr-anim-text-type-rotate-2 i.wpr-anim-text-out {
	-webkit-animation: wpr-anim-text-rotate-2-out .4s forwards;
	animation: wpr-anim-text-rotate-2-out .4s forwards;
}

.wpr-anim-text.wpr-anim-text-type-rotate-2 em {
	-webkit-transform: translateZ(20px);
	-ms-transform: translateZ(20px);
	transform: translateZ(20px);
}

.no-csstransitions .wpr-anim-text.wpr-anim-text-type-rotate-2 i {
	-webkit-transform: rotateX(0);
	-ms-transform: rotateX(0);
	transform: rotateX(0);
	opacity: 0;
}

.no-csstransitions .wpr-anim-text.wpr-anim-text-type-rotate-2 i em {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.no-csstransitions .wpr-anim-text.wpr-anim-text-type-rotate-2 .wpr-anim-text-visible i {
	opacity: 1;
}

.wpr-anim-text.wpr-anim-text-type-slide span {
	display: inline-block;
	padding: .2em 0;
}

.wpr-anim-text.wpr-anim-text-type-slide .wpr-anim-text-inner {
	overflow: hidden;
	vertical-align: top;
}

.wpr-anim-text.wpr-anim-text-type-slide b {
	opacity: 0;
	top: .2em;
}

.wpr-anim-text.wpr-anim-text-type-slide b.wpr-anim-text-visible {
	top: 0;
	opacity: 1;
	-webkit-animation: wpr-anim-text-slide-in .6s;
	animation: wpr-anim-text-slide-in .6s;
}

.wpr-anim-text.wpr-anim-text-type-slide b.wpr-anim-text-hidden {
	-webkit-animation: wpr-anim-text-slide-out .6s;
	animation: wpr-anim-text-slide-out .6s;
}

.wpr-anim-text.wpr-anim-text-type-clip span {
	display: inline-block;
	padding: .2em 0;
}

.wpr-anim-text.wpr-anim-text-type-clip .wpr-anim-text-inner {
	overflow: hidden;
	vertical-align: top;
}

.wpr-anim-text.wpr-anim-text-type-clip b {
	opacity: 0;
}

.wpr-anim-text.wpr-anim-text-type-clip b.wpr-anim-text-visible {
	opacity: 1;
}

.wpr-anim-text.wpr-anim-text-type-zoom .wpr-anim-text-inner {
	-webkit-perspective: 300px;
	perspective: 300px;
}

.wpr-anim-text.wpr-anim-text-type-zoom b {
	opacity: 0;
}

.wpr-anim-text.wpr-anim-text-type-zoom b.wpr-anim-text-visible {
	opacity: 1;
	-webkit-animation: wpr-anim-text-zoom-in .8s;
	animation: wpr-anim-text-zoom-in .8s;
}

.wpr-anim-text.wpr-anim-text-type-zoom b.wpr-anim-text-hidden {
	-webkit-animation: wpr-anim-text-zoom-out .8s;
	animation: wpr-anim-text-zoom-out .8s;
}

.wpr-anim-text.wpr-anim-text-type-rotate-3 .wpr-anim-text-inner {
	-webkit-perspective: 300px;
	perspective: 300px;
}

.wpr-anim-text.wpr-anim-text-type-rotate-3 b {
	opacity: 0;
}

.wpr-anim-text.wpr-anim-text-type-rotate-3 i {
	display: inline-block;
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.wpr-anim-text-visible .wpr-anim-text.wpr-anim-text-type-rotate-3 i {
	-webkit-transform: rotateY(0);
	-ms-transform: rotateY(0);
	transform: rotateY(0);
}

.wpr-anim-text.wpr-anim-text-type-rotate-3 i.wpr-anim-text-in {
	-webkit-animation: wpr-anim-text-rotate-3-in .6s forwards;
	animation: wpr-anim-text-rotate-3-in .6s forwards;
}

.wpr-anim-text.wpr-anim-text-type-rotate-3 i.wpr-anim-text-out {
	-webkit-animation: wpr-anim-text-rotate-3-out .6s forwards;
	animation: wpr-anim-text-rotate-3-out .6s forwards;
}

.no-csstransitions .wpr-anim-text.wpr-anim-text-type-rotate-3 i {
	-webkit-transform: rotateY(0);
	-ms-transform: rotateY(0);
	transform: rotateY(0);
	opacity: 0;
}

.no-csstransitions .wpr-anim-text.wpr-anim-text-type-rotate-3 .wpr-anim-text-visible i {
	opacity: 1;
}

.wpr-anim-text.wpr-anim-text-type-scale b {
	opacity: 0;
}

.wpr-anim-text.wpr-anim-text-type-scale i {
	display: inline-block;
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.wpr-anim-text-visible .wpr-anim-text.wpr-anim-text-type-scale i {
	opacity: 1;
}

.wpr-anim-text.wpr-anim-text-type-scale i.wpr-anim-text-in {
	-webkit-animation: wpr-anim-text-scale-up .6s forwards;
	animation: wpr-anim-text-scale-up .6s forwards;
}

.wpr-anim-text.wpr-anim-text-type-scale i.wpr-anim-text-out {
	-webkit-animation: wpr-anim-text-scale-down .6s forwards;
	animation: wpr-anim-text-scale-down .6s forwards;
}

.no-csstransitions .wpr-anim-text.wpr-anim-text-type-scale i {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 0;
}

.no-csstransitions .wpr-anim-text.wpr-anim-text-type-scale .wpr-anim-text-visible i {
	opacity: 1;
}

.wpr-anim-text-type-push {
	overflow: hidden;
}

.wpr-anim-text.wpr-anim-text-type-push b {
	opacity: 0;
}

.wpr-anim-text.wpr-anim-text-type-push b.wpr-anim-text-visible {
	opacity: 1;
	-webkit-animation: wpr-anim-text-push-in .6s;
	animation: wpr-anim-text-push-in .6s;
}

.wpr-anim-text.wpr-anim-text-type-push b.wpr-anim-text-hidden {
	-webkit-animation: wpr-anim-text-push-out .6s;
	animation: wpr-anim-text-push-out .6s;
}