/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

#metaslider-id-1873 {
    opacity: 0;
    animation-name: show_slide;
    animation-fill-mode: forwards;
    animation-duration: 1.5s;
    animation-delay: 1s;
}
@keyframes show_slide {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
