.nav-accordion{
	li{
		display: block;
		margin: 0 !important;
		&.level0{
			+ li{
				border-top: 1px solid #e9e9e9;
			}
		}
		&.parent{
			position: relative;
			.expand,.collapse{
				cursor: pointer;
				display: block;
                line-height: 1.428em;
				padding: 0.714em 0 0.714em 1em;
				position: absolute;
				right: 0;
				top: 0;
			}
			li{
				.expand,.collapse{
                    line-height: 1.428em;
					padding-top: 0.358em;
					padding-bottom: 0.358em;
				}
			}
			.expand{
				color: #7e883a;
			}
			> span:hover{
				color: #7e883a;
			}
		}
		&.active{
			>a{
				color: #7e883a;
			}
		}
        > a {
          font-size: 0.714rem;
          letter-spacing: 0.5px;
          line-height: 2em;
        }
		a{
			display: block;
			padding: 1em 20px;
            text-transform: uppercase;
			> span {
				display: inline-block;
				position: relative;
				.cat-label {
					font-size: 1em;
					line-height: 1.143em;
                    margin-left: 0.5em;
					padding: 3px 6px;
					text-transform: uppercase;
				}
				.category_icon {
					font-size: 1em;
                    width: 2em
				}
			}
		}
		li{
			padding-left: 20px;
			a{
				font-size: 0.714rem;
				padding: 0.5em 20px;
				.expand,.collapse{
					top: 0.5em;
				}
			}
            > ul {
                padding-bottom: 0;
            }
		}
		ul{
			display: none;
			padding-bottom: 10px;

		}
	}
}
.cat-label-1 {
	background-color:transparent;
}
.cat-label-2 {
	background-color:transparent;
}
.cat-label-3 {
	background-color:transparent;
}
.cat-label-4 {
	background-color:transparent;
}
[class*="cat-label-"]{
	border: 1px solid;
}


.arw-mobile-menu{
	position: fixed;
	width: 280px;
	height: 100%;
	top: 0;
	z-index: 9999;
	background: #ffffff;
	overflow: auto;
	-webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
	@include transform(translate3d(-280px,0,0));
    .page-popup & {
        display: none !important;
    }
}
.arw-mobile-menu-header {
	background:#7e883a;
	color: #fff;
	cursor: pointer;
	padding: 12px 20px;
}
.arw-mobile-menu-title {
	display: inline-block;
	font-size: 14px;
	line-height: 26px;
	text-transform: uppercase;
	i {
		float: left;
		font-size: 26px;
		margin-right: 10px;
	}
}
.arw-close-canvas {
	display: block;
	float: right;
	font-size: 20px;
	width: 20px;
	i {
		float: right;
		margin-top: 2px;
	}
}

.nav-mobile-accordion.nav-accordion{
	> li > a{
		text-transform: uppercase;
	}
	li{
		&.level0{
			+ li{
				border-top: none;
			}
		}
		&.parent{
			> span{
				color: #303030;
			}
			> span:hover{
				color: #7e883a;
			}
			.expand,
			.collapse{
				line-height: 100%;
				padding: 1em;
			}
		}
		a{
			color: #303030;
			padding: 1em 15px;
			line-height: 100%;
		}
		&:hover,
		&.active{
			>a{
				color: #7e883a;
			}
		}
		li{
			> a{
				color: shade(#303030,10%);
			}
			&:hover,
			&.active{
				>a{
					color: #7e883a;
				}
			}
		}
		ul{
			padding-bottom: 0;
		}

	}
}

.nav-primary-container{
	.arw-mobile-menu{
		position: static;
		display: none;
		float: left;
		height: auto;
		width: 100%;
		@include transform(translate(0,0));
		.arw-mobile-menu-header{
			display: none;
		}
		.sidebar-menu{
			padding: 10px 0;
		}
	}
}

.arw-mobile-menu,
.wrapper > .page{
	-webkit-transition: -webkit-transform .2s cubic-bezier(.16, .68, .43, .99);
	-moz-transition: -moz-transform .2s cubic-bezier(.16, .68, .43, .99);
	-o-transition: -o-transform .2s cubic-bezier(.16, .68, .43, .99);
	transition: transform .2s cubic-bezier(.16, .68, .43, .99);
}
.site-overlay{
	display: none;
}
.arw-menu-open{
	.site-overlay{
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 9998;
		background-color: rgba(0,0,0,0.5);
		@include animation(fade 500ms);
	}
	.arw-mobile-menu{
		@include transform(translate3d(0,0,0));
	}
}
.arw-toggle-menu-mobile {
	@include clearfix;
	background: transparent;
	color: #71706f;
	float: right;
}
.arw-btn-menu-mobile {
	cursor: pointer;
	padding: 10px 0px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	z-index: 2;
	label,span{
		height: 30px;
		line-height: 30px;
		margin: 0;
		color: inherit;
	}
	label{
		float: left;
		display: none;
		font-size: 1.25rem;
		font-weight: normal;
	}
	span{
		float: right;
		font-size: 24px;
	}
}
