/* Flexnav Base Styles */
.flexnav {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	transition: none;
	-webkit-transform-style: preserve-3d;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	margin-bottom:30px;
}
.flexnav i.navicon {
	display: none;
}
.flexnav.opacity {
/*opacity: 0;*/
}
.flexnav.flexnav-show {
	max-height: 2000px;
	opacity: 1;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.flexnav.one-page {
	position: fixed;
	top: 50px;
	right: 5%;
	max-width: 200px;
}
.flexnav ul {
	display: none;
}
.flexnav li {
	font-size: 100%;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 4px 0;
	border-bottom: #DDDDDD 1px solid;
}
.flexnav li a {
	position: relative;
	display: block;
	line-height: 20px;
	padding: 10px 40px 10px 10px;
	z-index: 2;
	overflow: hidden;
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}
.flexnav li .fa-caret-right {
	position: absolute;
	top: 17px;
	right: 15px;
	display: none;
}
.flexnav > li:hover .fa-caret-right,
.flexnav > li.active > .fa-caret-right {
	display: block !important;
	z-index: 99;
	color: #FFF;
}
.flexnav > li:hover > a,.flexnav > li a.active{
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background: rgb(248,182,43); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(248,182,43,1) 0%, rgba(232,129,17,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(248,182,43,1)), color-stop(100%, rgba(232,129,17,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(248,182,43,1) 0%, rgba(232,129,17,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(248,182,43,1) 0%, rgba(232,129,17,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(248,182,43,1) 0%, rgba(232,129,17,1) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(248,182,43,1) 0%, rgba(232,129,17,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8b62b', endColorstr='#e88111', GradientType=1 ); /* IE6-9 */
}
.flexnav > li.active .fa-caret-right {
	display: block !important;
	z-index: 99;
	color: #FFF;
}
.flexnav > li.active > a {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background: rgb(248,182,43); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(248,182,43,1) 0%, rgba(232,129,17,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(248,182,43,1)), color-stop(100%, rgba(232,129,17,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(248,182,43,1) 0%, rgba(232,129,17,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(248,182,43,1) 0%, rgba(232,129,17,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(248,182,43,1) 0%, rgba(232,129,17,1) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(248,182,43,1) 0%, rgba(232,129,17,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8b62b', endColorstr='#e88111', GradientType=1 ); /* IE6-9 */
}
.flexnav li ul {
	width: 100%;
}
.flexnav li ul li {
	font-size: 100%;
	position: relative;
	overflow: hidden;
    border: 0;
    padding: 0;
}
.flexnav li ul.flexnav-show li {
	overflow: visible;
}
.flexnav li ul li a {
	display: block;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
	font-size: 12px;
	padding: 5px 10px 5px 20px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.flexnav > li > ul > li:hover > a,
.flexnav > li > ul > li.active > a {
	color: #E78011;
}
.flexnav ul li ul li a {
	background: #bfbfbc;
}
.flexnav ul li ul li ul li a {
	background: #cbcbc9;
}
.flexnav .touch-button {
	position: absolute;
	z-index: 999;
	top: 0;
	right: 0;
	width: 100%;
	height: 50px;
	display: inline-block;
	text-align: center;
}
.flexnav .touch-button:hover {
	cursor: pointer;
}
.flexnav .touch-button .navicon {
	position: relative;
	top: 1.4em;
	font-size: 12px;
	color: #666;
}
