
/*
Item name: Flexy Menu - Responsive Horizontal & Vertical Menu 
Item Url: http://codecanyon.net/item/flexy-menu-responsive-horizontal-vertical-menu/5059149
Author: marcoarib
License: http://codecanyon.net/licenses
*/

/* @import "font-awesome.css";
@import url('http://fonts.googleapis.com/css?family=Source+Sans+Pro');
 */
/*******************************************************************************
							Default configuration
*******************************************************************************/
.flexy-menu {
	width: 100%;
	margin:0;
	padding: 0;
	position:relative;
	float:left;
	font-family: "Source Sans Pro", Segoe UI, Arial;
	list-style: none;
	background: #1E5F57;
}
.flexy-menu li {
	display:inline-block;
	font-size:18px;
	margin:0;
	padding:0;
	float:left;
	line-height: 20px;
	position:relative;
}
.flexy-menu > li > a {
	padding:20px 12px;
	color:#ccc;
	text-decoration:none;
	display:block;
	text-transform:none;
	-webkit-transition:color 0.32s linear, background 0.32s linear;	
	-moz-transition:color 0.32s linear, background 0.32s linear;	
	-o-transition:color 0.32s linear, background 0.32s linear;	
	transition:color 0.32s linear, background 0.32s linear;	
}
.flexy-menu li:hover > a,
.flexy-menu li.active > a {
	/* background: #555; */
	color: #fff;
}

.flexy-menu li ul li:hover > a,
.flexy-menu li.active > a {
	background: #555;
	color: #fff;
}

@media (min-width: 969px) {
	.flexy-menu li:hover:after,
	.flexy-menu li:focus:after,
	.flexy-menu li:active:after {
	right: 0;
	left: 0;
	}

	.flexy-menu > li:after {
		content: "";
		position: absolute;
		z-index: 100000;
		left: 100%;
		right: 100%;
		bottom: -4px;
		background: #ffffff;
		height: 4px;
		transition-property: left right;
		transition-duration: 0.5s;
		transition-timing-function: ease-out;
	}
}
.menu-container {
	float: none;
	display: inline-block !important;
	width: auto;
	text-align: left;
}
.menu-nav {
	text-align:center;
	background-color: #1E5F57;
	box-shadow: 0 4px 4px -2px rgb(0 0 0 / 58%);
}
.toplogo {
	background-color: #1E5F57;
	width: 100%;
	text-align: center;
}
.toplogo img {
	width: 150px;
	height: auto;
}
/*----------------------------
	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: 220px;
	background: #333333;
	/* box-shadow: 0 1px 1px rgba(0,0,0,0.3); */
	
}
.flexy-menu ul {
    top: 64px;
	left: 0;
}
.flexy-menu ul {
	box-shadow: 1px 1px 6px 2px rgb(0 0 0 / 35%);
}
.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:#dedede;
	font-size:16px;
	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 > li > span.indicator{
	display: none; /* Don't show top layer indicators */
}
.flexy-menu ul > li .indicator{
	top: 10px;
	right: 8px;
}


/*-------------------------
	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:#dedede;
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
	/* background: #333333; */
	background: transparent;
    margin-top: -35px;
}
.flexy-menu > li.showhide span.title{
	margin: 16px 0 0 25px;
	float: left;
	display: none;
}
.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;
}

/*-----------------
	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 (max-width: 968px) {
	.menu-container {
		width: 100%;
	}
	.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-top:10px;
		padding-bottom:10px;
	}
	.flexy-menu ul > li > a{
		padding-left: 40px !important;
	}
	.flexy-menu > li .indicator{
		top: 15px;
		right: 25px;
		font-size: 17px;
	}
	.flexy-menu ul > li .indicator{
		right: 24px;
	}
	.flexy-menu.vertical ul > li .indicator{
		top: 10px;
		right: 15px;
	}
	.flexy-menu > li > ul > li > a{ padding-left: 50px !important; }
	.flexy-menu > li > ul > li > ul > li > a{ padding-left: 80px !important; }
	.flexy-menu > li > ul > li > ul > li > ul > li > a{ padding-left: 110px !important; }

	.flexy-menu > li > span.indicator{
		display: inline; /* Don't show top layer indicators */
	}
	.flexy-menu li:not(.showhide) {
		background: #2d2d2d;
	}
	.flexy-menu li:not(.showhide):hover {
		background: #555;
	}
	.flexy-menu ul {
		box-shadow: none;
	}
}