@charset "utf-8";

/**
*
* -------------------------------------------------
*
* Template : UKskins - Uikit Element Packages
* Author : thecodude
* Author URI : http://thecodude.com
*
* --------------------------------------------------
*
**/

/*------------------------
	Switcher
--------------------------*/
.tc-switcher .uk-subnav-pill>*>* {padding: 10px 20px;transition: all .3s ease;}
.tc-switcher .uk-subnav-pill>.uk-active>* {background: #07d;color: #fff;padding: 10px 20px;}
.tc-switcher .uk-subnav-pill>*>:focus, 
.tc-switcher .uk-subnav-pill>*>:hover {background: #07d;color: #f5f5f5;padding: 10px 20px;}
