
ul.navigation-collapsible {
	margin: 0px;
	padding: 0px 0px;
	background:inherit;
}

ul.navigation-collapsible > li.navigation-active {
    background-color: #383C3F;
}

ul.navigation-collapsible > li {
	list-style: none;
	text-align:left;
	color:white;
	cursor:pointer;
	padding: 0;
	position:relative;
}

ul.navigation-collapsible > li > a {
	padding:15px 20px;
	width:100%;
	display:block;
	text-decoration:none;
}

ul.navigation-collapsible:not(.navigation-subtier) > li.navigation-active > a {
	background-color:#717575;
}

ul.navigation-collapsible.navigation-subtier > li.navigation-active > a {
	color:#e6dc4c;
}

ul.navigation-collapsible:not(.navigation-subtier) > li > a:hover {
	background-color:#ADADAD;
	color:white !important;
}

ul.navigation-collapsible > li:not(.navigation-title) > a:hover {
	color:#e6dc4c;
}

ul.navigation-collapsible > li.navigation-active > * {
	color:white;
}

ul.navigation-collapsible > li > * {
	color:#ddd;
	font-size:14px;
}

ul.navigation-collapsible ul.navigation-collapsible li {
	padding:6px 0 6px 20px;
}

ul.navigation-collapsible ul.navigation-collapsible li > * {
	font-size:12px;
}

ul.navigation-collapsible ul.navigation-collapsible li > a {
	padding:5px 20px;
	font-size:95%;
}

ul.navigation-collapsible hr {
	border-color:#bbb;
	margin-top:0px;
}

/*
Navigation Icon options
*/

.navigation-icon {
	display: inline-block;
    margin: 0 10px 0 0px;
    padding: 6px;
    border-radius: 14px;
    background-color: #88BEB1;
	color:white;
	width:26px;
	height:26px;
	text-align:center;
}

.navigation-icon.navigation-icon-only {
	background: none;
	margin: 0 0px 0 0px;
	
}

.navigation-icon.navigation-icon-pink {
	background-color: #846A76;
}

.navigation-icon.navigation-icon-green {
	background-color: #76C87A;
}

.navigation-icon.navigation-icon-yellow {
	background-color: #E3C100;
}

.navigation-icon.navigation-icon-orange {
	background-color: #E86E00;
}
.navigation-icon.navigation-icon-369 {
	background-color: #336699;
}
.navigation-icon.navigation-icon-gold {
	background-color: #9D8401;
}
.navigation-icon.navigation-icon-red {
	background-color: #ce3426;
}


/*
sub navigation with line drawn
navigation-lined should only be used for the last tier navigation
*/

ul.navigation-collapsible.navigation-lined {
	padding-left:46px;
	position:relative;
	margin-top:-8px;
}


ul.navigation-collapsible.navigation-lined:before {
	content: "";
	background: grey;
	width:1px;
	top:0;
	bottom:18px;
	position:absolute;
	
}

.navigation-collapsible.navigation-lined > li.navigation-title, .navigation-collapsible.navigation-lined > li.navigation-title > a {
	cursor:default;
	padding-left:0px;
	color:grey;
}

.navigation-collapsible.navigation-lined > li.navigation-title:before {
    content: "";
	font:normal normal normal 14px/1 FontAwesome;
	background: #42454A;
	width:1px;
	top:0;
	bottom:0;
	left:0;
	position:absolute;
}

.navigation-active .navigation-collapsible.navigation-lined > li.navigation-title:before {
	background: #383C3F;
}

.navigation-collapsible.navigation-lined > li:not(.navigation-title) > a {
	padding-left:10px;
}

.navigation-collapsible.navigation-lined > li:not(.navigation-title):before {
    content: "";
    background: grey;
    height: 1px;
    width: 16px;
    display: block;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
	left:0;
}

.navigation-collapsible.navigation-lined > li:not(.navigation-title):after {
    content: "";
    background: grey;
    height: 5px;
    width: 5px;
    display: block;
    position: absolute;
    border-radius: 50%;
    transform: translateY(-50%);
    top: 50%;
	left:16px;
}

.navigation-collapsible.navigation-lined > li:not(.navigation-title):hover:before {
    content: "";
    background: #e6dc4c;
    height: 1px;
    width: 16px;
    display: block;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
	left:0;
}

.navigation-collapsible.navigation-lined > li:not(.navigation-title):hover:after {
    content: "";
    background: #e6dc4c;
    height: 5px;
    width: 5px;
    display: block;
    position: absolute;
    border-radius: 50%;
    transform: translateY(-50%);
    top: 50%;
	left:16px;
}

/*
	collapsible
*/
ul.navigation-subtier {
	max-height:1000px;
	overflow:hidden;
	-webkit-transition: max-height 0.8s ease-out;
    -moz-transition: max-height 0.8s ease-out;
    -o-transition: max-height 0.8s ease-out;
    transition: max-height 0.8s ease-out;
}

ul.navigation-collapsible li.expandable:not(.expanded) > ul.navigation-subtier {
	max-height: 0px;
	overflow:hidden;
	-webkit-transition: max-height 0.6s ease-out;
    -moz-transition: max-height 0.6s ease-out;
    -o-transition: max-height 0.6s ease-out;
    transition: max-height 0.6s ease-out;
}

.navigation-enabled ul.navigation-collapsible li.expandable:not(.expanded):hover:after, 
.navigation-enabled ul.navigation-collapsible li.expandable:not(.expanded).navigation-active:after, 
ul.navigation-collapsible.navigation-enabled li.expandable:not(.expanded):hover:after, 
ul.navigation-collapsible.navigation-enabled li.expandable:not(.expanded).navigation-active:after {
	content: "\f055";
	font:normal normal normal 14px/1 FontAwesome;
	position:absolute;
	top:20px;
	right:8px;
}

.navigation-enabled ul.navigation-collapsible li.expandable.expanded:after,
ul.navigation-collapsible.navigation-enabled li.expandable.expanded:after {
	content: "\f056";
	font:normal normal normal 14px/1 FontAwesome;
	position:absolute;
	top:20px;
	right:8px;
}

.navigation-enabled ul.navigation-collapsible li.expandable.expanded:hover:after,
ul.navigation-collapsible.navigation-enabled li.expandable.expanded:hover:after {
	content: "\f056";
	font:normal normal normal 14px/1 FontAwesome;
	position:absolute;
	top:20px;
	right:8px;
}

.navigation-enabled ul.navigation-collapsible.navigation-subtier li.expandable.expanded:after {
	content: "\f068";
	font:normal normal normal 14px/1 FontAwesome;
	position:absolute;
	top:16px;
	right:9px;
	font-size:95%;
}

.navigation-enabled ul.navigation-collapsible.navigation-subtier li.expandable:not(.expanded):hover:after,
.navigation-enabled ul.navigation-collapsible.navigation-subtier li.expandable:not(.expanded).navigation-active:after {
	content: "\f067";
	font:normal normal normal 14px/1 FontAwesome;
	position:absolute;
	top:16px;
	right:9px;
	font-size:95%;
}

li.expandable:not(.expanded):hover:after,
li.expandable:not(.expanded).navigation-active:after,
li.expandable.expanded:after
{
	transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-khtml-transform: rotate(-180deg);
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-khtml-transition: all 1s ease;
}

li.expandable.expanded:hover:after {
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-khtml-transform: rotate(180deg);
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-khtml-transition: all 1s ease;
}

/*
Responsive
*/

@media only screen and (max-width: 768px) {
	ul.navigation-collapsible:not(.navigation-subtier) {
		max-height:0px;
		background-color: #42454A;
		overflow:hidden;
		-webkit-transition: max-height 0.6s ease-out;
		-moz-transition: max-height 0.6s ease-out;
		-o-transition: max-height 0.6s ease-out;
		transition: max-height 0.6s ease-out;
	}
	
	ul.navigation-collapsible:not(.navigation-subtier):before {
		content: "\f0c9";
		display: block;
		top: 0;
		right: 60px;
		position: fixed;
		font:normal normal normal 14px/1 FontAwesome;
		background-color:#fcfcfc;
		text-align:center;
		line-height:60px;
		width: 60px;
		height:59px;
		z-index:9;
	}
	
	ul.navigation-collapsible.mobileexpanded {
		position:relative !important;
	}
	
	ul.navigation-collapsible:not(.navigation-subtier).mobileexpanded:before{
		content: "\f00d";
	}
	
	ul.navigation-collapsible:not(.navigation-subtier).mobileexpanded {
		max-height: 2000px;
		-webkit-transition: max-height 1s ease-out;
		-moz-transition: max-height 1s ease-out;
		-o-transition: max-height 1s ease-out;
		transition: max-height 1s ease-out;
	}
}


