/**
 * This file has custom css content
 * @package Animate Plugin
 * @since 1.0
 * @author Josiah Williams : http://josiahdwilliams.com
 * @copyright Copyright (c) 2014, josiahdwilliams.com
 * @link http://josiahdwilliams.com
 * @License: 
 * @License URI: 
 *
 *
 * 
 */
.animate-demo {
min-width: 4rem;
min-height: 2rem;
background-color: #008b8b;
font-size: 2.3em;
display: inline-block;
text-align: center;
padding:0.5em;
color: #fff;
margin: 0.5rem;
    
}

.ift_fx_scroll { opacity: 0; }
.ift_fx_scroll.visible { opacity: 1 !important; }
