
/*
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

Modified by Handsworks Inc. 2014
*/

/*@import "font-awesome.css";
/*@import url('http://fonts.googleapis.com/css?family=Source+Sans+Pro');*/


/*******************************************************************************
							Default configuration
*******************************************************************************/
.flexy-menu {
	width: 100%;
	margin:0 auto;
	padding: 0;
	position:relative;
	/*float:left;
	/*font-family: "Source Sans Pro", Segoe UI, Arial;*/
	list-style: none;
	font-family: "mplus";
	font-weight: bold;
}
.flexy-menu li {
	display:inline-block;
	font-size:13px;
	margin:0;
	padding:0;
	float:left;
	line-height: 12px;
	position:relative;
}

@media print, screen and (max-width : 992px) {
/*@media (max-width:992px){add for centering  max-width:48em*/
.flexy-menu {
	width:100%;
	margin:0;
	padding: 0;
	position:relative; /*position:relative;*/
	float:left;
	/*font-family: "Source Sans Pro", Segoe UI, Arial;*/
	list-style: none;
	/*position:fixed;*/
	font-family: "mplus";
	z-index: 9999;
	/*background: rgba(187, 200, 209, 0.95);*/
	background: #f7f7f7;
	box-shadow: 0 2px 1px -1px rgba(0,0,0,0.3);
}
.flexy-menu li {
	display:inline-block;
	font-size:13px;
	margin:0;
	padding:0;
	float:left;
	line-height: 20px;
	position:relative;
	
}
}

.flexy-menu > li > a {
	padding:12px 22px;
	color:#717171; /*color:#f7f7f7;*/
	text-decoration:none;
	display:block;
	text-transform:;
	-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 {
	color: #50b278;
	*background: #f7f7f7; /* IE7以下 */
	*color: #717171; /* IE7以下 */
}

.flexy-menu a.ok01 {
	color:#E74C3C; /*color:#ccc;*/
}
.flexy-menu a.state01 {
	color:#E74C3C; /*color:#ccc;*/
}
.flexy-menu a.state02 {
	color:#F1C40F; /*color:#ccc;*/
}
.flexy-menu a.state03 {
	color:#2ab833; /*color:#ccc;*/
}


/*----------------------------
	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: 200px; /*width: 132px;*/
	background: #c6c6c6; /*background: #333333;*/
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
.flexy-menu ul {
    top: 36px;
    left: 0; /*left: 0;*/
}
.flexy-menu ul li ul {
    top: 0;
    left: 100%; /*left: 100%;*/
}
.flexy-menu ul li {
	clear:both;
	width:100%;
	border: none;
	font-size:12px;
	border-bottom: 1px dotted #717171; /*add*/
	left:0;/*add for centering*/
}
.flexy-menu ul li:last-child {
	clear:both;
	width:100%;
	border: none;
	font-size:12px;
	border-bottom: none; /*add*/
	left:0;/*add for centering*/
}

.flexy-menu ul li a {
	padding:10px 20px;
	width:100%;
	color:#717171;
	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: #717171;
	top: 11px;
	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-right: 6px;
	font-size: 18px;
	float: left;
}
.flexy-menu i.before{
  color: ;
	line-height: 1 !important;
	margin-right: 6px;
	font-size: 14px;
	float: left;
}

/*------------------------------------
	Collapsible menu configuration
------------------------------------*/
.flexy-menu > li.showhide{
	display: none;
	width: 100%;
	height: 60px; /*height: 50px;*/
	cursor: pointer;
	color:#f9f9f9; /*color:#dedede;*/
	border-bottom: solid 1px rgba(0, 0, 0, 0.1); /*border-bottom: solid 1px rgba(0, 0, 0, 0.1);*/
	background: ; /*background: #333333;*/
}
.flexy-menu > li.showhide span.title{
	margin: 10px 0 5px 15px;/*margin: 16px 0 0 25px;*/
	float: left;
	width:217px;/*add*/
	height:40px;/*add*/
	background:url(/assets/img/global/logo-si-negative.png) no-repeat;/*add*/
	background-size:217px 40px;
}

.flexy-menu > li.showhide span.icon{
	margin: 10px 20px; /*margin: 17px 20px;*/
	float: right;
	padding: 10px;
	border-radius: 100px;
	background: #c6c6c6; 
}
.flexy-menu > li.showhide .icon em{
	margin-bottom: 3px;
	display: block;
	width: 20px;
	height: 2px;
	background: #f9f9f9; /*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; }

/*-----------------
	Trans Theme
-----------------*/
.trans{ background: ; border: none; }
.trans a{ color: #555 !important; }
.trans li:hover > a, .trans li.active a { background: #555; color: #fff !important; }
.trans ul, .trans ul li ul { background: ; }
.trans > li.showhide{ background: #; color: #555 !important;}
.trans > li.showhide .icon em{ background: #555; }
.trans li .indicator{ color: #555; }
.trans 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; }


/*******************************************************************************
							Vertical configuration
*******************************************************************************/
.flexy-menu.vertical{
	width: 200px;
}
.flexy-menu.vertical li{
	width: 100%;
}
.flexy-menu.vertical li a{
	display: inline-block !important;
	width: 100%;
	padding:18px 20px 16px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
}
.flexy-menu.vertical ul li{
	width: 100%;
}

/*--------------------------------
	Drop down on vertical menu
--------------------------------*/
.flexy-menu.vertical ul, 
.flexy-menu.vertical ul li ul {
	width: 150px;
}
.flexy-menu.vertical ul {
    top: 0;
	left: 100%;
}
.flexy-menu.vertical ul li ul {
    top: 0px;
}

/*---------------------------------
	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: 17px;
	right: 15px;
	font-size: 17px;
}
.flexy-menu.vertical ul > li .indicator{
	top: 18px;
	right: 15px;
}


/*****************************************************************************
							Responsive design
*****************************************************************************/
/*@media (max-width: 992px) {*/
@media print, screen and (max-width : 992px) {
	.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;
		color:#717171;
	}
	.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: 40px !important; }
	.flexy-menu > li > ul > li > ul > li > a{ padding-left: 60px !important; }
	.flexy-menu > li > ul > li > ul > li > ul > li > a{ padding-left: 80px !important; }
	.flexy-menu > li > ul > li > ul > li > ul > li > ul > li > a{ padding-left: 100px !important; }
	.flexy-menu > li > ul > li > ul > li > ul > li > ul > li > ul > li > a{ padding-left: 120px !important; }
}

.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #50b278;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}









