@keyframes wpda_animation_fade {
	0%{
		opacity:0;
	}
	100%{
		opacity:1;
	}
}@-webkit-keyframes wpda_animation_fade {
  	0%{
		opacity:0;
	}
	100%{
		opacity:1;
	}
}@keyframes wpda_animation_fade_remove {
	0%{
		opacity:1;
	}
	100%{
		opacity:0;
	}
}@-webkit-keyframes wpda_animation_fade_remove {
  	0%{
		opacity:1;
	}
	100%{
		opacity:0;
	}
}.wpda_animation_fade{-webkit-animation-name:wpda_animation_fade;animation-name:wpda_animation_fade;-webkit-transition-timing-function:ease;transition-timing-function:ease}.wpda_animation_fade_remove{-webkit-animation-name:wpda_animation_fade_remove;animation-name:wpda_animation_fade_remove;-webkit-transition-timing-function:ease;transition-timing-function:ease}@keyframes wpda_animation_zoom_out {
	0%{
		transform:scale(1.5,1.5);
		opacity:0;
	}
	100%{
		transform:scale(1,1);
		opacity:1;
	}
}@-webkit-keyframes wpda_animation_zoom_out {
  	0%{
		transform:scale(1.5,1.5);
		opacity:0;
	}
	100%{
		transform:scale(1,1);
		opacity:1;
	}
}@keyframes wpda_animation_zoom_out_remove {
	0%{
		transform:scale(1,1);
		opacity:1;
	}
	100%{
		transform:scale(1.5,1.5);
		opacity:0;
	}
}@-webkit-keyframes wpda_animation_zoom_out_remove {
  	0%{
		transform:scale(1,1);
		opacity:1;
	}
	100%{
		transform:scale(1.5,1.5);
		opacity:0;
	}
}.wpda_animation_zoom_out{-webkit-animation-name:wpda_animation_zoom_out;animation-name:wpda_animation_zoom_out;-webkit-transition-timing-function:ease;transition-timing-function:ease}.wpda_animation_zoom_out_remove{-webkit-animation-name:wpda_animation_zoom_out_remove;animation-name:wpda_animation_zoom_out_remove;-webkit-transition-timing-function:ease;transition-timing-function:ease}@keyframes wpda_animation_zoom_in {
	0%{
		transform:scale(0.2,0.2);
		opacity:0;
	}
	100%{
		transform:scale(1,1);
		opacity:1;
	}
}@-webkit-keyframes wpda_animation_zoom_in {
  	0%{
		transform:scale(0.2,0.2);
		opacity:0;
	}
	100%{
		transform:scale(1,1);
		opacity:1;
	}
}@keyframes wpda_animation_zoom_in_remove {
	0%{
		transform:scale(1,1);
		opacity:1;
	}
	100%{
		transform:scale(0.1,0.1);
		opacity:0;
	}
}@-webkit-keyframes wpda_animation_zoom_in_remove {
  	0%{
		transform:scale(1,1);
		opacity:1;
	}
	100%{
		transform:scale(0.1,0.1);
		opacity:0;
	}
}.wpda_animation_zoom_in{-webkit-animation-name:wpda_animation_zoom_in;animation-name:wpda_animation_zoom_in;-webkit-transition-timing-function:ease;transition-timing-function:ease}.wpda_animation_zoom_in_remove{-webkit-animation-name:wpda_animation_zoom_in_remove;animation-name:wpda_animation_zoom_in_remove;-webkit-transition-timing-function:ease;transition-timing-function:ease}@keyframes wpda_animation_slide_in_left {
	0%{
		opacity:0;
		left:0px;
	}
	100%{
		opacity:1;
	}
}@-webkit-keyframes wpda_animation_slide_in_left {
  	0%{
		opacity:0;
		left:0px;
	}
	100%{
		opacity:1;
	}
}@keyframes wpda_animation_slide_in_left_remove {
	0%{
		opacity:1;
	}
	100%{
		opacity:0;
		left:0px;
	}
}@-webkit-keyframes wpda_animation_slide_in_left_remove {
  	0%{
		opacity:1;
	}
	100%{
		opacity:0;
		left:0px;
	}
}.wpda_animation_slide_in_left{-webkit-animation-name:wpda_animation_slide_in_left;animation-name:wpda_animation_slide_in_left;-webkit-transition-timing-function:ease;transition-timing-function:ease}.wpda_animation_slide_in_left_remove{-webkit-animation-name:wpda_animation_slide_in_left_remove;animation-name:wpda_animation_slide_in_left_remove;-webkit-transition-timing-function:ease;transition-timing-function:ease}@keyframes wpda_animation_slide_in_right {
	0%{
		opacity:0;
		left:100%;
	}
	100%{
		opacity:1;
	}
}@-webkit-keyframes wpda_animation_slide_in_right {
  	0%{
		opacity:0;
		left:100%;
	}
	100%{
		opacity:1;
	}
}@keyframes wpda_animation_slide_in_right_remove {
	0%{
		opacity:1;
	}
	100%{
		opacity:0;
		left:100%;
	}
}@-webkit-keyframes wpda_animation_slide_in_right_remove {
  	0%{
		opacity:1;
	}
	100%{
		opacity:0;
		left:100%;
	}
}.wpda_animation_slide_in_right{-webkit-animation-name:wpda_animation_slide_in_right;animation-name:wpda_animation_slide_in_right;-webkit-transition-timing-function:ease;transition-timing-function:ease}.wpda_animation_slide_in_right_remove{-webkit-animation-name:wpda_animation_slide_in_right_remove;animation-name:wpda_animation_slide_in_right_remove;-webkit-transition-timing-function:ease;transition-timing-function:ease}@keyframes wpda_animation_slide_from_top {
	0%{
		opacity:0;
		top:0px;
	}
	100%{
		opacity:1;
	}
}@-webkit-keyframes wpda_animation_slide_from_top {
  	0%{
		opacity:0;
		top:0px;
	}
	100%{
		opacity:1;
	}
}@keyframes wpda_animation_slide_from_top_remove {
	0%{
		opacity:1;
	}
	100%{
		opacity:0;
		top:0px;
	}
}@-webkit-keyframes wpda_animation_slide_from_top_remove {
  	0%{
		opacity:1;
	}
	100%{
		opacity:0;
		top:0px;
	}
}.wpda_animation_slide_from_top{-webkit-animation-name:wpda_animation_slide_from_top;animation-name:wpda_animation_slide_from_top;-webkit-transition-timing-function:ease;transition-timing-function:ease}.wpda_animation_slide_from_top_remove{-webkit-animation-name:wpda_animation_slide_from_top_remove;animation-name:wpda_animation_slide_from_top_remove;-webkit-transition-timing-function:ease;transition-timing-function:ease}@keyframes wpda_animation_slide_from_bottom {
	0%{
		opacity:1;
		top:70%;
	}
	100%{
		opacity:1;
	}
}@-webkit-keyframes wpda_animation_slide_from_bottom {
  	0%{
		opacity:0;
		top:70%;
	}
	100%{
		opacity:1;
	}
}@keyframes wpda_animation_slide_from_bottom_remove {
	0%{
		opacity:0;
	}
	100%{
		opacity:0;
		top:70%;
	}
}@-webkit-keyframes wpda_animation_slide_from_bottom_remove {
  	0%{
		opacity:1;
	}
	100%{
		opacity:0;
		top:70%;
	}
}.wpda_animation_slide_from_bottom{-webkit-animation-name:wpda_animation_slide_from_bottom;animation-name:wpda_animation_slide_from_bottom;-webkit-transition-timing-function:ease;transition-timing-function:ease}.wpda_animation_slide_from_bottom_remove{-webkit-animation-name:wpda_animation_slide_from_bottom_remove;animation-name:wpda_animation_slide_from_bottom_remove;-webkit-transition-timing-function:ease;transition-timing-function:ease}@keyframes wpda_animation_newspaper {
	0%{
		opacity:0;
		-ms-transform: rotate(720deg) scale(0.1,0.1); /* IE 9 */
		-webkit-transform: rotate(720deg) scale(0.1,0.1);/* Safari */
		transform: rotate(720deg) scale(0.1,0.1);/* Standard syntax */
	}
	100%{
		opacity:1;
		-ms-transform: rotate(0deg) scale(1,1); /* IE 9 */
		-webkit-transform: rotate(0deg) scale(1,1); /* Safari */
		transform: rotate(0deg) scale(1,1); /* Standard syntax */
	}
}@-webkit-keyframes wpda_animation_newspaper {
	0%{
		opacity:0;
		-ms-transform: rotate(720deg) scale(0.1,0.1); /* IE 9 */
		-webkit-transform: rotate(720deg) scale(0.1,0.1);/* Safari */
		transform: rotate(720deg) scale(0.1,0.1);/* Standard syntax */
	}
	100%{
		opacity:1;
		-ms-transform: rotate(0deg) scale(1,1); /* IE 9 */
		-webkit-transform: rotate(0deg) scale(1,1); /* Safari */
		transform: rotate(0deg) scale(1,1); /* Standard syntax */
	}
}@keyframes wpda_animation_newspaper_remove {
	0%{
		opacity:1;
		-ms-transform: rotate(0deg) scale(1,1); /* IE 9 */
		-webkit-transform: rotate(0deg) scale(1,1); /* Safari */
		transform: rotate(0deg) scale(1,1); /* Standard syntax */
	
	}
	100%{
		opacity:0;
		-ms-transform: rotate(720deg) scale(0.1,0.1); /* IE 9 */
		-webkit-transform: rotate(720deg) scale(0.1,0.1);/* Safari */
		transform: rotate(720deg) scale(0.1,0.1);/* Standard syntax */		
	}

}@-webkit-keyframes wpda_animation_newspaper_remove {
	0%{
		opacity:1;
		-ms-transform: rotate(0deg) scale(1,1); /* IE 9 */
		-webkit-transform: rotate(0deg) scale(1,1); /* Safari */
		transform: rotate(0deg) scale(1,1); /* Standard syntax */
	
	}
	100%{
		opacity:0;
		-ms-transform: rotate(720deg) scale(0.1,0.1); /* IE 9 */
		-webkit-transform: rotate(720deg) scale(0.1,0.1);/* Safari */
		transform: rotate(720deg) scale(0.1,0.1);/* Standard syntax */		
	}
}.wpda_animation_newspaper{-webkit-animation-name:wpda_animation_newspaper;animation-name:wpda_animation_newspaper;-webkit-transition-timing-function:ease;transition-timing-function:ease}.wpda_animation_newspaper_remove{-webkit-animation-name:wpda_animation_newspaper_remove;animation-name:wpda_animation_newspaper_remove;-webkit-transition-timing-function:ease;transition-timing-function:ease}@keyframes wpda_animation_flip_hor_left {
	0%{
		opacity:0;
		-ms-transform: rotateY(90deg); /* IE 9 */
		-webkit-transform: rotateY(90deg);/* Safari */
		transform: rotateY(90deg);/* Standard syntax */
	}
	100%{
		opacity:1;
		-ms-transform: rotateY(0deg); /* IE 9 */
		-webkit-transform: rotateY(0deg);/* Safari */
		transform: rotateY(0deg);/* Standard syntax */
	}
}@-webkit-keyframes wpda_animation_flip_hor_left {
	0%{
		opacity:0;
		-ms-transform: rotateY(90deg); /* IE 9 */
		-webkit-transform: rotateY(90deg);/* Safari */
		transform: rotateY(90deg);/* Standard syntax */
	}
	100%{
		opacity:1;
		-ms-transform: rotateY(0deg); /* IE 9 */
		-webkit-transform: rotateY(0deg);/* Safari */
		transform: rotateY(0deg);/* Standard syntax */
	}
}@keyframes wpda_animation_flip_hor_left_remove {
	0%{
		opacity:1;
		-ms-transform: rotateY(0deg); /* IE 9 */
		-webkit-transform: rotateY(0deg);/* Safari */
		transform: rotateY(0deg);/* Standard syntax */
	}
	100%{
		opacity:0;
		-ms-transform: rotateY(90deg); /* IE 9 */
		-webkit-transform: rotateY(90deg);/* Safari */
		transform: rotateY(90deg);/* Standard syntax */
	}

}@-webkit-keyframes wpda_animation_flip_hor_left_remove {
	0%{
		opacity:1;
		-ms-transform: rotateY(0deg); /* IE 9 */
		-webkit-transform: rotateY(0deg);/* Safari */
		transform: rotateY(0deg);/* Standard syntax */
	}
	100%{
		opacity:0;
		-ms-transform: rotateY(90deg); /* IE 9 */
		-webkit-transform: rotateY(90deg);/* Safari */
		transform: rotateY(90deg);/* Standard syntax */
	}
}.wpda_animation_flip_hor_left{-webkit-animation-name:wpda_animation_flip_hor_left;animation-name:wpda_animation_flip_hor_left;-webkit-transition-timing-function:ease;transition-timing-function:ease}.wpda_animation_flip_hor_left_remove{-webkit-animation-name:wpda_animation_flip_hor_left_remove;animation-name:wpda_animation_flip_hor_left_remove;-webkit-transition-timing-function:ease;transition-timing-function:ease}@keyframes wpda_animation_flip_hor_right {
	0%{
		opacity:0;
		-ms-transform: rotateY(-90deg); /* IE 9 */
		-webkit-transform: rotateY(-90deg);/* Safari */
		transform: rotateY(-90deg);/* Standard syntax */
	}
	100%{
		opacity:1;
		-ms-transform: rotateY(0deg); /* IE 9 */
		-webkit-transform: rotateY(0deg);/* Safari */
		transform: rotateY(0deg);/* Standard syntax */
	}
}@-webkit-keyframes wpda_animation_flip_hor_right {
	0%{
		opacity:0;
		-ms-transform: rotateY(-90deg); /* IE 9 */
		-webkit-transform: rotateY(-90deg);/* Safari */
		transform: rotateY(-90deg);/* Standard syntax */
	}
	100%{
		opacity:1;
		-ms-transform: rotateY(0deg); /* IE 9 */
		-webkit-transform: rotateY(0deg);/* Safari */
		transform: rotateY(0deg);/* Standard syntax */
	}
}@keyframes wpda_animation_flip_hor_right_remove {
	0%{
		opacity:1;
		-ms-transform: rotateY(0deg); /* IE 9 */
		-webkit-transform: rotateY(0deg);/* Safari */
		transform: rotateY(0deg);/* Standard syntax */
	}
	100%{
		opacity:0;
		-ms-transform: rotateY(-90deg); /* IE 9 */
		-webkit-transform: rotateY(-90deg);/* Safari */
		transform: rotateY(-90deg);/* Standard syntax */
	}
}@-webkit-keyframes wpda_animation_flip_hor_right_remove {
	0%{
		opacity:1;
		-ms-transform: rotateY(0deg); /* IE 9 */
		-webkit-transform: rotateY(0deg);/* Safari */
		transform: rotateY(0deg);/* Standard syntax */

	}
	100%{
		opacity:0;
		-ms-transform: rotateY(-90deg); /* IE 9 */
		-webkit-transform: rotateY(-90deg);/* Safari */
		transform: rotateY(-90deg);/* Standard syntax */
	}
}.wpda_animation_flip_hor_right{-webkit-animation-name:wpda_animation_flip_hor_right;animation-name:wpda_animation_flip_hor_right;-webkit-transition-timing-function:ease;transition-timing-function:ease}.wpda_animation_flip_hor_right_remove{-webkit-animation-name:wpda_animation_flip_hor_right_remove;animation-name:wpda_animation_flip_hor_right_remove;-webkit-transition-timing-function:ease;transition-timing-function:ease}@keyframes wpda_animation_flip_ver_top {
	0%{
		opacity:0;
		-ms-transform: rotateX(-90deg); /* IE 9 */
		-webkit-transform: rotateX(-90deg);/* Safari */
		transform: rotateX(-90deg);/* Standard syntax */
	}
	100%{
		opacity:1;
		-ms-transform: rotateX(0deg); /* IE 9 */
		-webkit-transform: rotateX(0deg);/* Safari */
		transform: rotateX(0deg);/* Standard syntax */
	}
}@-webkit-keyframes wpda_animation_flip_ver_top {
	0%{
		opacity:0;
		-ms-transform: rotateX(-90deg); /* IE 9 */
		-webkit-transform: rotateX(-90deg);/* Safari */
		transform: rotateX(-90deg);/* Standard syntax */
	}
	100%{
		opacity:1;
		-ms-transform: rotateX(0deg); /* IE 9 */
		-webkit-transform: rotateX(0deg);/* Safari */
		transform: rotateX(0deg);/* Standard syntax */
	}
}@keyframes wpda_animation_flip_ver_top_remove {
	0%{
		opacity:1;
		-ms-transform: rotateX(0deg); /* IE 9 */
		-webkit-transform: rotateX(0deg);/* Safari */
		transform: rotateX(0deg);/* Standard syntax */
	}
	100%{
		opacity:0;
		-ms-transform: rotateX(-90deg); /* IE 9 */
		-webkit-transform: rotateX(-90deg);/* Safari */
		transform: rotateX(-90deg);/* Standard syntax */
	}

}@-webkit-keyframes wpda_animation_flip_ver_top_remove {
	0%{
		opacity:1;
		-ms-transform: rotateX(0deg); /* IE 9 */
		-webkit-transform: rotateX(0deg);/* Safari */
		transform: rotateX(0deg);/* Standard syntax */
	}
	100%{
		opacity:0;
		-ms-transform: rotateX(-90deg); /* IE 9 */
		-webkit-transform: rotateX(-90deg);/* Safari */
		transform: rotateX(-90deg);/* Standard syntax */
	}
}.wpda_animation_flip_ver_top{-webkit-animation-name:wpda_animation_flip_ver_top;animation-name:wpda_animation_flip_ver_top;-webkit-transition-timing-function:ease;transition-timing-function:ease}.wpda_animation_flip_ver_top_remove{-webkit-animation-name:wpda_animation_flip_ver_top_remove;animation-name:wpda_animation_flip_ver_top_remove;-webkit-transition-timing-function:ease;transition-timing-function:ease}@keyframes wpda_animation_flip_ver_bottom {
	0%{
		opacity:0;
		-ms-transform: rotateX(90deg); /* IE 9 */
		-webkit-transform: rotateX(90deg);/* Safari */
		transform: rotateX(90deg);/* Standard syntax */
	}
	100%{
		opacity:1;
		-ms-transform: rotateX(0deg); /* IE 9 */
		-webkit-transform: rotateX(0deg);/* Safari */
		transform: rotateX(0deg);/* Standard syntax */
	}
}@-webkit-keyframes wpda_animation_flip_ver_bottom {
	0%{
		opacity:0;
		-ms-transform: rotateX(90deg); /* IE 9 */
		-webkit-transform: rotateX(90deg);/* Safari */
		transform: rotateX(90deg);/* Standard syntax */
	}
	100%{
		opacity:1;
		-ms-transform: rotateX(0deg); /* IE 9 */
		-webkit-transform: rotateX(0deg);/* Safari */
		transform: rotateX(0deg);/* Standard syntax */
	}
}@keyframes wpda_animation_flip_ver_bottom_remove {
	0%{
		opacity:1;
		-ms-transform: rotateX(0deg); /* IE 9 */
		-webkit-transform: rotateX(0deg);/* Safari */
		transform: rotateX(0deg);/* Standard syntax */

	}
	100%{
		opacity:0;
		-ms-transform: rotateX(90deg); /* IE 9 */
		-webkit-transform: rotateX(90deg);/* Safari */
		transform: rotateX(90deg);/* Standard syntax */

	}

}@-webkit-keyframes wpda_animation_flip_ver_bottom_remove {
	0%{
		opacity:1;
		-ms-transform: rotateX(0deg); /* IE 9 */
		-webkit-transform: rotateX(0deg);/* Safari */
		transform: rotateX(0deg);/* Standard syntax */

	}
	100%{
		opacity:0;
		-ms-transform: rotateX(90deg); /* IE 9 */
		-webkit-transform: rotateX(90deg);/* Safari */
		transform: rotateX(90deg);/* Standard syntax */

	}
}.wpda_animation_flip_ver_bottom{-webkit-animation-name:wpda_animation_flip_ver_bottom;animation-name:wpda_animation_flip_ver_bottom;-webkit-transition-timing-function:ease;transition-timing-function:ease}.wpda_animation_flip_ver_bottom_remove{-webkit-animation-name:wpda_animation_flip_ver_bottom_remove;animation-name:wpda_animation_flip_ver_bottom_remove;-webkit-transition-timing-function:ease;transition-timing-function:ease}