/*--------------------------------------------------------------------------/
* @Author		UkionThemes.com http://www.ukionthemes.com
* @Copyright	Copyright (C) 2012 - 2013 UkionThemes.com. All rights reserved.
* @License		UkionThemes.com Proprietary License
/---------------------------------------------------------------------------*/

/* Tabs */
.ukion-tabs {
	padding: 0;
	border: none;
	background: none;
}
.ukion-tabs .box {
	overflow: hidden;
}
.ukion-tabs ul.module-nav-list {
	border: none;
	margin: 0 0 20px 0;
	list-style-type: none;
}
.ukion-tabs ul.module-nav-list li {
	top: 0;
	margin: 0;
	border: none;
	background: none;
	list-style-type: none;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
.ukion-tabs ul.module-nav-list #btn-tabs-toggle {
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: none;
	cursor: pointer;
	background: none;
	position: absolute;
}
.ukion-tabs .ukion-tabs-content {
	padding: 0;
}