/**
 * jQuery.flexTabs
 * Version: 1.0.0
 * Repo: https://github.com/WahaWaher/flextabs-js
 * Author: Sergey Kravchenko
 * Contacts: wahawaher@gmail.com
 * License: MIT
 */

.ft-tab.mobile.has-icon{position:relative;padding-right:3.3em}.ft-tab.mobile.has-icon.active .ft-icon{-webkit-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.ft-icon{position:absolute;top:50%;right:1em;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.ft-icon,.ft-icon>svg{width:1.5em;height:1.5em}.ft-contents>*{display:none}.ft-content.active{display:block}
