@charset "utf-8";
/*
===================================================================
Product Name: CSS3 Accordion and Toggle Widget Kit
Product Version: 1.1
Author: Igga Elia (elflaire)
Author URL: http://doptiq.com/ 
Author Portifolio: http://codecanyon.net/user/elflaire/portfolio 
E-mail: hello@doptiq.com
Created: 12 / June / 2013 
Updated: 26 / July / 2013
==================================================================
*/

/* CSS IMPORTS
========================================================================================  
 * 1  -  accordion-pack.css is the file that controls the functionality of the accordion
 * 1a -  It also contains the default theme for the accordion (only one theme)
 * 2  -  accordion-themes includes all the 20+ extra themes 
 * 3  -  animate.min.css includes all the fancy animations 
 * 4  -  observe the order of importing especially accordion-pack and themes
========================================================================================
 */

@import url("accordion-pack.css");
@import url("accordion-themes.css");
@import url("animate.min.css");