/*******************************************************************************
							Default configuration
*******************************************************************************/
#nav {
    text-align: right;


	font-family: "Lucida Grand
        e", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-size: 16px;
    border-bottom-style: solid;
    border-bottom-color: #222222;
}

.flexy-menu {
	/* [disabled]width: 100%; */
	margin-top: 40px;
	padding: 0;
	position: relative;
	float: left;
	list-style: none;
	width: 50%;
	/* [disabled]border-bottom-color: #262529; */
	/* [disabled]font-size: medium; */
}
.flexy-menu li {
	display: inline;
	/* [disabled]font-size: 16px; */
	margin: 0;
	padding: 0;
	/*	float:left; */
	line-height: 20px;
	position: relative;
}
.flexy-menu > li > a {
	color: #222222;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
	padding-bottom: 10px;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 9px;
	
}
.flexy-menu li:hover > a,
.flexy-menu li.active a {
    /* [disabled]background: #333333; */
    color: #F4A22B;
}

/*----------------------------
	Right alignment (item)
----------------------------*/
.flexy-menu li.right{
	float: right; 
}

/*-----------------------------
	Drop down configuration
-----------------------------*/
.flexy-menu ul, 
.flexy-menu ul li ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	z-index: 99999;
	width: 160px;
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	text-align: center;
	font-size: 14px;
}
.flexy-menu ul {
	top: 36px;
	left: 0;
}
.flexy-menu ul li ul {
    top: 0;
    left: 100%;
}
.flexy-menu ul li {
	clear: both;
	width: 100%;
	border: none;
	/* [disabled]font-size: 16px; */
}
.flexy-menu ul li a {
	padding: 10px 20px;
	width: 100%;
	color: #222222;
	/* [disabled]font-size:13px; */
	text-decoration: none;
	display: inline-block;
	float: left;
	clear: both;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
}

/*-----------------------------
	Drop down indicators
-----------------------------*/
.flexy-menu > li .indicator{
    position: absolute;
    color: #F4A22B;
    top: 6px;
    right: 11px;
    font-size: 17px;
}
.flexy-menu ul > li .indicator{
	top: 10px;
	right: 8px;
}

/*------------------
	Preset sizes
------------------
.thin > li > a{
	padding: 10px 22px;
}
.thin ul{
	top: 40px;
}
.thin > li .indicator{
	top: 10px;
}

.thick > li > a{
	padding: 40px 22px;
}
.thick ul{
	top: 100px;
}
.thick > li .indicator{
	top: 40px;
} */

/*-------------------------
	Icons configuration
-------------------------*/
.flexy-menu i{
	line-height: 20px !important;
	margin-right: 6px;
	font-size: 18px;
	float: left;
}

/*------------------------------------
	Collapsible menu configuration
------------------------------------*/
.flexy-menu > li.showhide{
	display: none;
	/*width: 100%; */
	height: 50px;
	cursor: pointer;
	color: #222222;
   /* border-bottom: solid 1px rgba(0, 0, 0, 0.1); */
	background-color: #fff;
}
.flexy-menu > li.showhide span.title{
    margin-top: 16px;
    margin-right: 0;
    margin-left: 35px;
    margin-bottom: 0;
    float: left;
    color: #F4A22B;
}
.flexy-menu > li.showhide span.icon{
	margin: 17px 20px;
	float: right;
}
.flexy-menu > li.showhide .icon em{
    margin-bottom: 3px;
    display: block;
    width: 20px;
    height: 2px;
    background: #ccc;
    color: #F4A22B;
}

/*-----------------
	Light Theme
-----------------
.light{ background: #fff; border: solid 1px #dfdfdf; }
.light a{ color: #555 !important; }
.light li:hover > a, .light li.active a { background: #555; color: #fff !important; }
.light ul, .light ul li ul { background: #fff; }
.light > li.showhide{ background: #fff; color: #555 !important;}
.light > li.showhide .icon em{ background: #555; }
.light li .indicator{ color: #555; }
.light li:hover > .indicator{ color: #fff; }
*/

/*------------
	Colors
------------
.blue li:hover > a, .blue li.active a { background: #02B8FA; color: #fff!important; }

.green li:hover > a, .green li.active a { background: #88C425; color: #fff!important;}

.red li:hover > a, .red li.active a { background: #cf0404; color: #fff!important; }

.orange li:hover > a, .orange li.active a { background: #ff670f; color: #fff!important; }

.yellow li:hover > a, .yellow li.active a { background: #febf01; color: #444!important; }
.yellow li .indicator{ color: #dedede; }
.yellow li:hover > .indicator{ color: #444; }
.yellow.light li .indicator{ color: #555; }

.purple li:hover > a, .purple li.active a { background: #A737FA; color: #fff!important; }

.pink li:hover > a, .pink li.active a { background: #f82b4c; color: #fff!important; }

*/
/*

/*****************************************************************************
							Responsive design
*****************************************************************************/
@media only screen and (max-width: 1030px) {
	
	#nav {
	text-align: center;
	width: 100%;
}

	.flexy-menu.vertical{
	width: 100%;
	}
	.flexy-menu li{
	display: block;
	width: 100%;

	text-align: left;
	}
	.flexy-menu > li > a{
	padding-top: 15px;
	padding-bottom: 15px;
	padding-bottom: 0.4em;
	/*border-bottom: 1px solid #828282;*/
	background-color: #fff;
	}
	.flexy-menu a{
		/*width: 100%; */
	}
	.flexy-menu ul {
	padding-bottom: 0.5 em;
	/*border-bottom-style: solid; */
	}
	.flexy-menu ul, 
	.flexy-menu ul li ul,
	.flexy-menu.vertical ul, 
	.flexy-menu.vertical ul li ul{
	width: 100%;
	left: 0;
	position: static;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	}
	.flexy-menu ul li {
	border-left-style: none;
	border-right-style: none;
	border-bottom: 1px none #BBBBBB;
	padding-bottom: 0.4em;
	}
	.flexy-menu ul li a,
	.flexy-menu.vertical ul li a	{
		padding-top:10px;
		padding-bottom:10px;
	}
	.flexy-menu ul > li > a{
	padding-left: 40px !important;
	}
	
	.flexy-menu > li .indicator{
	/* [disabled]top: 15px; */
	right: 25px; 
	font-size: 17px;
        color: #F4A22B;
        
	}
	.flexy-menu ul > li .indicator{
		display: none;
        color: #F4A22B;
	}

#head #nav .flexy-menu {
	width: 100%;
}

.flexy-menu li ul .smLn {
	/* [disabled]height: 1px; */
}
}
