/********************************************************************************************************************************************************************************/
/* menu */
#tm_menu {
	padding:0;
	z-index:45;
	top:0;
	width:100%;
	margin-top:42px;
	margin-bottom:30px;
	}
#tm_menu div> ul > li > a >span{
	display:inline-block;
	text-align:left;
	vertical-align:middle;
	line-height:14px;
	padding:0 26%;
	position:relative;
	z-index:1;
}
#tm_menu div> ul > li > a .over1,
#tm_menu div> ul > li > a .over2,
#tm_menu div> ul > li > a .over3,
#tm_menu div> ul > li > a .over4,
#tm_menu div> ul > li > a .over5,
#tm_menu div> ul > li > a .over6
{
	display:block;
	position:absolute;
	padding:0;
	z-index:1;
	top:0;
	left:0;
	width:18%;
	height:100%;
	content:'';
	background:#e74c3c;
	opacity:.2;
	transform: translateY(45px) scaleY(0);
	-ms-transform: translateY(45px) scaleY(0);
	-webkit-transform: translateY(45px) scaleY(0);
	-o-transform: translateY(45px) scaleY(0);
}
#tm_menu div> ul > li > a .over1,
#tm_menu div> ul > li > a .over2,
#tm_menu div> ul > li > a .over3,
#tm_menu div> ul > li > a .over4,
#tm_menu div> ul > li > a .over5,
#tm_menu div> ul > li > a .over6
{
	-o-transform: none;
}
#tm_menu div> ul > li > a .over2{
	left:17%;
}
#tm_menu div> ul > li > a .over3{
	left:34%;
}
#tm_menu div> ul > li > a .over4{
	left:51%;
}
#tm_menu div> ul > li > a .over5{
	left:68%;
}
#tm_menu div> ul > li > a .over6{
	left:auto;
	right:0;
}
#tm_menu div> ul > li.current > a .over1,
#tm_menu div> ul > li > a:hover .over1,
#tm_menu div> ul > li.sfHover > a .over1,
#tm_menu div> ul > li.active > a .over1,
#tm_menu div> ul > li.current > a .over2,
#tm_menu div> ul > li > a:hover .over2,
#tm_menu div> ul > li.sfHover > a .over2,
#tm_menu div> ul > li.active > a .over2,
#tm_menu div> ul > li.current > a .over3,
#tm_menu div> ul > li >a:hover .over3,
#tm_menu div> ul > li.sfHover > a .over3,
#tm_menu div> ul > li.active > a .over3,
#tm_menu div> ul > li.current > a .over4,
#tm_menu div> ul > li > a:hover .over4,
#tm_menu div> ul > li.sfHover > a .over4,
#tm_menu div> ul > li.active > a .over4,
#tm_menu div> ul > li.current > a .over5,
#tm_menu div> ul > li > a:hover .over5,
#tm_menu div> ul > li.sfHover > a .over5,
#tm_menu div> ul > li.active > a .over5,
#tm_menu div> ul > li.current > a .over6,
#tm_menu div> ul > li > a:hover .over6,
#tm_menu div> ul > li.sfHover > a .over6,
#tm_menu div> ul > li.active > a .over6
{
	transform: translateY(0) scaleY(1);
	-ms-transform: translateY(0) scaleY(1);
	-webkit-transform: translateY(0) scaleY(1);
	-o-transform: translateY(0) scaleY(1);
	background:#e74c3c;
	opacity:1;
}

#tm_menu.isStuck {
	width:100%;
	left:0;
	top:-71px;
	visibility: hidden;
}
#tm_menu.isStuck .menu-shadow{
	border-width:10px;
}
#tm_menu.isStuck  div > ul > li > a,
#tm_menu.isStuck div > ul > li:first-child a {
	height: 60px;
	line-height: 60px;
	color:#fff;
	border-color:#595959;
	border-top:none;
	border-bottom:none;
}
#tm_menu.isStuck  div > ul > li > a:hover, 
#tm_menu.isStuck  div > ul > li.active > a, 
#tm_menu.isStuck  div > ul > li.sfHover > a {
	color:#fff;
}
#tm_menu.isStuck div > ul > li > a:before {
    bottom: 0;
}
.common-home #tm_menu {
	margin-bottom:0
}
#tm_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
	table-layout: fixed;
}
#tm_menu div > ul > li {
	position:relative;
	display: table-cell;
	text-align: center;
}
.menu-shadow {
	position:relative;
	z-index:2;
	background:#404751;
	margin-bottom:-19px;
	border-bottom:19px solid #e74c3c;
}
#tm_menu  .menu-shadow > ul > li:first-child > a {
	border-left:none;
}
#tm_menu div> ul > li > a {
	position:relative;
	font-size:12px;
	display:block;
	max-width:100%;
	text-align:center;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	border-left:1px solid #515760;
	height:86px;
	line-height:84px;
	text-transform:uppercase;
	background-color: transparent;
}
#tm_menu div > ul > li  ul {
	display: none;
	position: absolute; 
	z-index: 99;
	color:#4d5361;
	background:#202328; 
	left:0px;
	top:100%;
	width:200px;
	margin:0 !important;
	box-shadow:0 0 19px rgba(0,0,0,0.13);
	padding:5px 15px 15px; 
	text-align:left;
	border:1px solid #1a1e23;
}
#tm_menu div> ul > li:hover > div {
	display: table;
}
#tm_menu div> ul > li ul + ul {
	padding-left: 0px;
	min-height:162px;
}
#tm_menu  li  a:hover, 
#tm_menu  li.active > a, 
#tm_menu  li.sfHover > a {
	color:#fff;
	}
#tm_menu div> ul > li ul > li > a:hover, 
#tm_menu div> ul > li ul > li.active > a, 
#tm_menu div> ul > li ul > li.sfHover > a {
	color:#fff;
	}
#tm_menu div> ul > li > ul  li:first-child {
	border-top:0px;
}
#tm_menu div> ul > li > ul  li:first-child { 
	border-top:0;
}
#tm_menu div> ul > li > ul  li a:hover i { 
	color:#333;
}
#tm_menu div> ul > li > ul  li i { 
	font-size:10px;
	color:#e74c3c;
	margin-right:10px;
}
#tm_menu div> ul > li > ul  li { 
	position:relative;
	padding:5px 0;
	border-top:1px solid #515760;
	}
#tm_menu div> ul > li > ul > li  a {
	text-decoration:none;
	color: #616775;
	font-size:11px;
	text-transform:none;
	line-height:13px;
	text-transform:uppercase;
	text-align:left;
}
#tm_menu div ul > li ul ul  { 
	position:absolute;
	left:184px;
	top:-4px;
	background:#24282d;
	border-left:0;
}
#tm_menu div ul > ul > li ul li a:hover, 
#tm_menu > ul > li > ul > li a.active { 
	color:#fff; 
	}
/* styling for both css and generated arrows */

.sf-arrows .parent.sf-with-ul:after {
	vertical-align:top;
	line-height:16px;
}
#menu-gadget .menu ul ul a{
	padding-left:60px !important;
}
.menu li li .sf-with-ul:after {
	font-family: 'FontAwesome';
	content:'\f0d7';
	font-size:13px;
	margin-left:5px;
	color:#4f5866;
}
/*****************************************************/
#menu-icon {
	background: #24282d;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	display: block;
	font-size: 22px;
	line-height: 24px;
	padding:15px 20px;
	text-transform: uppercase;
	position:relative;
}
#menu-icon:after {
	float:right;
	content:"\f0d7";
	background-image: none;
	background-position: 0 0;
	background-repeat: repeat;
	display: inline;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	height: auto;	
	margin-top: 0;
	text-decoration: inherit;
	vertical-align: baseline;
	width: auto;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	width: 1.25em;
	font-size: 13px;
	line-height: 24px;
	color:#555e6d;
	vertical-align:middle;
	}
#menu-icon:hover:after {
	color:#fff;
	}
#menu-icon.active:after {
	content:"\f0d8";
	}
#menu-gadget .menu {
	display:none;
	padding:0;
	margin:0
}
#menu-gadget .menu li { 
	position: relative;
	list-style-type:none;
	background-color:#202328;
	}
#menu-gadget .menu li a {
	display: inline-block;
	color: #555c6b;  
	border:1px solid #16191e;
	border-top:none;
}
#menu-gadget .menu li a:visited {
	color: #555c6b;
	}
#menu-gadget .menu  li {
	padding: 0;
}
#menu-gadget .menu  li > a {
	padding: 10px 15px; 
	text-transform:uppercase;
	display: block;
}
#menu-gadget .menu  li li a {
	padding: 10px 15px 10px 45px; 
	font-size:12px;
	display: block;
}
#menu-gadget .menu  li li li a {
	padding: 10px 15px 10px 35px; 
	display: block;
}
#menu-gadget .menu li li {
	font-size: 12px;
}
#menu-gadget .menu li li.last { 
	padding-bottom: 0 !important;  
}
#menu-gadget .menu li i {
	position: absolute;
	display: block;
	top: 2px;
	right: 0;
	height: 24px;
	width: 24px;
}
#menu-gadget .menu  li  i {
	top: 0;
	font-size:13px;
	line-height:37px;
	height:37px;
	text-align:center;
	width:58px;
	right:0;
}
#menu-gadget .menu  li  i:hover {
	color:#a3c53e;
}
#menu-gadget .menu  li i.fa-angle-up:before {
	content:'\f106' !important
}
#menu-gadget .menu li i:hover { 
	cursor: pointer; 
}
#menu-gadget .menu li i.opened { 
	background-position: center 7px; 
}
/** dropdown **/
#menu-gadget .menu ul {  
	width: auto;  
	padding: 0px 0px;  
	display: none;  
}
#menu-gadget .menu  li.active > a > span {
	color: inherit;
}
#menu-gadget .menu  li.active > a,
#menu-gadget .menu  li:hover > a {
	color: #e74c3c;
	background: #2a2d32; 
}
#menu-gadget .menu li li.active > a,
#menu-gadget .menu li li a:hover {
	color: #e74c3c;
}
#menu-gadget .menu  li a.active{
	color: #e74c3c;
}
