
/************************Default configuration*************************************/
.flexy-menu {
	width: 100%;
	margin:0;
	padding: 0;
	position:relative;
	font: 100 13px/26px IRANSans-web;
	list-style: none;
	background: none;
}
.flexy-menu li {
	display:inline-block;
	margin:0!important;
	padding:0!important;
		float:right;
	line-height: 20px;
	position:relative;
}
.flexy-menu > li > a {
	padding:20px 22px;
		margin:0!important;
	color:#505050;
	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;	
}
.flexy-menu li:hover > a,
.flexy-menu li.active > a {
	background: #555;
	color: #fff;
}

/*----------------------------
	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:150px;

}
.flexy-menu ul {
    top: 60px;
    left: 0;
}
.flexy-menu ul li ul {
    top: 0;
    left: 100%;
}
.flexy-menu ul li {
	clear:both;
	width:100%;
	border: none;
	font-size:12px;
}
.flexy-menu ul li a {
	padding:10px 20px;
	width:100%;
	color:#42424;
	font-size:11px;
	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: #dedede;
	top: 20px;
	right: 8px;
	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:0 -5px 0 0;
	font-size: 18px;
	float: right;
	}

/*------------------------------------
	Collapsible menu configuration
------------------------------------*/
.flexy-menu > li.showhide{
	display: none;
	width: 100%;
	height: 50px;
	cursor: pointer;
	color:#dedede;
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
	background: #333333;
}
.flexy-menu > li.showhide span.title{
	margin:0;
	line-height:45px;
	color:#FF6600;
	font-size:13px;
	font-weight:bold;
	float: left;
	
}
.flexy-menu > li.showhide span.icon{
	margin: 1px;
	}
.flexy-menu > li.showhide .icon em{
	margin-bottom: 3px;
	display: block;
	width: 27px;
	height: 2px;
	background: #000;
}

/*-----------------
	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
------------*/


.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; }




/*******************************************************************************
							Vertical configuration
*******************************************************************************/
.flexy-menu.vertical{
	width: 100%;
	margin: 0;
}
.flexy-menu.vertical li{
	width:99%;
	border:none;
	margin:1px 0!important;
	padding:0!important;
}
.flexy-menu.vertical li a{
	background: #fff url(../images/arrow50.png) right no-repeat;
	display: block;
	border-radius: 4px;
	text-decoration: none;
	color: #333333;
	line-height: 24px;
	font-size:12px;
	padding: 2px 55px 2px 10px;
	transition: all 200ms ease-in-out 0s;
	display: inline-block !important;
	width: 100%;
		box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
	line-height:25px;
}

.flexy-menu.vertical li a:hover{
	background: #fff url(../images/arrow30.png) right no-repeat;
	color: #ff0000;

}

.flexy-menu.vertical ul li ul li a{ background:#7F2123;}
.flexy-menu.vertical ul li li a{
background-image:none!important;
	width: 100%;
	background-color:#f3f2e9;
		padding:0!important;
}

.flexy-menu.vertical ul ul li a{ background:none!important; color:#fff;}

/*--------------------------------
	Drop down on vertical menu
--------------------------------*/
.flexy-menu.vertical ul, 
.flexy-menu.vertical ul li ul {
	width:250px;
	padding:0 2px 0 0 ;
}
.flexy-menu.vertical ul {
    top: 0;
	right: 100%;
	background:#fff;
	border:1px solid #D3D3D3;
	
}
.flexy-menu.vertical ul li a{ border-bottom:1px dotted #D3D3D3;  text-align:right; padding:0 10px; border-radius:none!important;  background:none!important;}
.flexy-menu.vertical ul li{ border-radius:none!important;  padding:2px 10px; background:#C1C1C1;}
.flexy-menu.vertical ul li ul {
    top: 0px;
	 background:none!important;
}
.flexy-menu.vertical ul li:hover{ background:#D0D0D0;}
/*---------------------------------
	Vertical menu on right side 
---------------------------------*/
.flexy-menu.vertical.right{
	float: right !important;
}
.flexy-menu.vertical.right ul{
	left: -150px !important;
}

/*------------------------------
	Indicator on vertical menu 
------------------------------*/
.flexy-menu.vertical > li .indicator{
	top:6px;
	right:91%;
	font-size:16px;
	color:#434343;
}
.flexy-menu.vertical ul > li .indicator{
	top: 3px;
	left: 15px;
}


/*****************************************************************************
							Responsive design
*****************************************************************************/
@media (max-width: 768px) {
	.flexy-menu-wrapper.scrollable{
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	.flexy-menu.vertical{
		width: 100%;
	}
	.flexy-menu li{
		display: block;
		width: 100%;	
	}
	.flexy-menu > li > a{
		padding-top:15px;
		padding-bottom:15px;
		padding-left: 25px;
	}
	.flexy-menu a{
		width: 100%;
		box-sizing:border-box;
		-moz-box-sizing:border-box; 
		-webkit-box-sizing:border-box; 
	}
	.flexy-menu ul, 
	.flexy-menu ul li ul,
	.flexy-menu.vertical ul, 
	.flexy-menu.vertical ul li ul{
		width: 100%;
		left: 0;
		border-left: none;
		position: static;
		box-sizing:border-box;
		-moz-box-sizing:border-box; 
		-webkit-box-sizing:border-box; 
	}
	.flexy-menu ul li {
		border-left: none;
		border-right: none;
	}
	.flexy-menu ul li a,
	.flexy-menu.vertical ul li a	{
		padding:5px 0;
		border-bottom:1px dotted #999999;
	}
	.flexy-menu ul > li > a{
		padding-right: 10px !important;
	}
	.flexy-menu > li .indicator{
		top: 15px;
		right: 25px;
		font-size: 17px;
	}
	.flexy-menu ul > li .indicator{
		left: 24px;
	}
	.flexy-menu.vertical ul > li .indicator{
		top: 10px;
		left: 0;
		color:#20242d;
	}
	.flexy-menu > li > ul > li > a{ padding-right: 10px !important; }
	.flexy-menu > li > ul > li > ul > li > a{ padding-right: 20px !important; }
	.flexy-menu > li > ul > li > ul > li > ul > li > a{ padding-right: 30px !important; }
}










