/*
 * Plugin: Shortcodes Indep
 * Author: ThemesIndep
 * Copyright: ThemesIndep, 2013
 * License: GNU General Public License version 3.0
 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/* Tabs
--------------------------------------------------- */
.i-tabs ul{padding-left: 0px;}
.i-tabs ul li{list-style-type: none; display: inline-block;}
.i-tabs .tab-content div{display: none;}
.i-tabs .tab-content div.active{display: block;}

/* Toggles
--------------------------------------------------- */
.i-toggles .toggle-content{display: none;}
.i-toggles .toggle-content.active{display: block;}

/* Clear Floats
--------------------------------------------------- */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;}