/*!
 * jQuery Accordion 0.0.1
 * (c) 2014 Victor Fernandez <victor@vctrfrnndz.com>
 * MIT Licensed.
 */

div[class*=" off-canvas-"] .nav-vertical .sub-menu {
	overflow: hidden;
	max-height: 0;
}
div[class*=" off-canvas-"] .nav-vertical .sub-menu li li {
	font-size: 100%;
}
.off-canvas-right .nav-tree li:before {
	border-bottom: none;
	display: block;
	content: "";
	height: 36px;
	position: absolute;
	width: 100%
}
.off-canvas-right .nav-tree li:last-child:after {
	border-left: none;
	border-right: none;
	border-top: none;
	display: block;
	content: "";
	position: absolute;
	width: 100%
}
.off-canvas-right .nav-tree .sub-menu .nav-tree {
	border: 0;
	padding: 0;
}
.off-canvas-right .nav-tree .sub-menu .nav-tree {
	border: 0;
	padding: 0;
}
.off-canvas-right .nav-tree > .menu-item-has-children i {
	color: #000000;
	width: 36px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0px;
	text-align: center;
	top: 0;
	cursor: pointer;
	border-left: 1px solid #f1f1f1;
}
.off-canvas-right .nav-tree [data-accordion] > i:before {
	font-family: FontAwesome;
	content: "\f067";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	display: block;
	position: relative;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
.off-canvas-right .nav-tree [data-accordion].open > i:before {
	content: "\f068";
}
.off-canvas-right .nav-tree li.menu-search{ display: none;}