.fm-container {

	/*height: 45px;*/
    height:auto;
	background-color: #343a33;
	font-weight: normal;

	z-index: 1111100;
	width: 100%;
	font-weight:bold;
}
.fm-button {

	padding: none;
	width: 100%;
	border-radius: 0px;
	background-color: #383a35;
	position: relative;
	text-align: center;

	color: #c3d600;
	border-bottom: none;
	height:40px;
}
.fm-button:hover {
	cursor: pointer;
	background-color: #383a35;
						border-bottom: none;
}
.fm-button:hover .fm-bar {

}
.menu-title {
	color: #FFF;
	position: absolute;
	top: 10px;
	font-weight: bold;
	right: 10px;
}
.fa-bars {
	margin-left:26%;
	
}
.fm-button .fm-bar {
	display: block;

	height: 3px;
	margin-bottom: 3px;
	border-radius: 0px;

	padding-right: -50px;
}
.flexmenu:before, .flexmenu:after {
	display: table;
	content: " ";
}
.flexmenu:after {
	clear: both;
}
.flexmenu a {
	text-decoration: none;
}
.flexmenu.fm-toggle.fm-sm {
	display: none;
}
.fm-outer {
	position: relative;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.fm-inner {
	position: relative;
	height: 100%;
	width: 100%;
	left: 0
}
.fm-inner.open {
	left: 70%
}
.fm-inner.open .flexmenu.fm-sm {
	left: 0
}
.flexmenu.fm-offcanvas.fm-sm {
	z-index: 100;
	overflow-y: auto;
	overflow-x: hidden;
	position: fixed;
	top: 0;
	left: -70%;
	width: 70%;
	height: 100%;
	-webkit-box-shadow: inset -10px 0 10px -10px rgba(0,0,0,0.3);
	-moz-box-shadow: inset -10px 0 10px -10px rgba(0,0,0,0.3);
	box-shadow: inset -10px 0 10px -10px rgba(0,0,0,0.3);
	background: #333
}
.flexmenu.fm-lg {
	max-width: 1170px;
	margin: auto
}
.flexmenu.fm-lg .navicon:after {
	border: none;
	border-top-color: #fff;
	content: "";
	position: absolute;
	right: 20px;
	top: 20px
}
.flexmenu.fm-lg>ul>li {
    z-index:99;
	float: left;
}
.flexmenu.fm-lg ul {
	margin: 0;
	padding-left: 0;
	list-style: none
}
.flexmenu.fm-lg li {
	position: relative;
	white-space: nowrap
}
.flexmenu.fm-lg li ul {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 99
}
.flexmenu.fm-lg li.search-list ul {
	position: absolute;
	left: -144px;
	top: 100%;
	z-index: 99
}
.flexmenu.fm-lg li.search-list ul li{
	padding-left:0px;
		padding-right:0px;
}
.navbar-form {

padding-top: 0;
padding-bottom: 0;
margin-right: 0;
margin-left: 0;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.flexmenu.fm-lg li ul .navicon:after {
	border: 4px solid transparent;

	right: 10px;
	top: 15px
}
.flexmenu.fm-lg li ul ul {
	top: 0;
	left: 100%
}
.flexmenu.fm-lg>ul>li {
	padding: 0px 0;
	border-right: none;
	background-image: url(../../images/split.png);
	background-position: right center;
	background-repeat: no-repeat;
    background-color:#343a33;
}
.flexmenu.fm-lg>ul>li:last-child {

	background-image: none;

}
.flexmenu.fm-lg a {
	color: #003049;
	transition: none;
	-webkit-transition-delay: none;
	-moz-transition-delay: none;
	-ms-transition-delay: none;
	-o-transition-delay: none;
    font-family:"Gotham Medium", sans-serif;
}
.flexmenu.fm-lg a:hover {
    /*font-weight:bold !important;*/
		color: #003049;
	transition: none;
	-webkit-transition-delay: none;
	-moz-transition-delay: none;
	-ms-transition-delay: none;
	-o-transition-delay: none;
}
.flexmenu.fm-lg a {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight:100;

}
.flexmenu.fm-lg a.active {
	color: #383a35;
	text-decoration: none;
	background-color:#c3d600;
	padding-bottom: 12px;
	background-image: url(../../images/but-active.png);
	background-repeat: no-repeat;
	background-position: center -50px;

}
.flexmenu.fm-lg a.active:hover {
	color: #fff;
    

}
.flexmenu.fm-lg a:hover {
	color: #383a35;
	text-decoration: none;
	background-color:#c3d600;
   
}
.flexmenu.fm-lg ul li ul li a:hover {
	color: #1e8fb6;
	text-decoration: none;

}
.flexmenu.fm-lg li ul {

	border-radius: 0px;

	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.flexmenu.fm-lg li ul li {
	padding: 0 10px;
	min-width: 145px
}
.flexmenu.fm-lg li ul a {
	font-size:13px;

	padding-left:13px;

	
}
.flexmenu.fm-lg li ul li:last-child a {
	font-size:13px;
	border-bottom: none;
	padding-left:13px;

	
}
.flexmenu.fm-lg li ul ul {
top: -2px;
left: 100%;
}
.flexmenu.fm-sm ul {
	background-color:#FFF;
	margin: 0;
	padding-left: 0;
	list-style: none;
	width: 100%;
}
.flexmenu.fm-sm ul li {
	
	position: relative;
}
.flexmenu.fm-sm ul li a {
	display: block;
	padding: 14px 15px 14px 30px;
	font-size: 16px;
	text-shadow: 0 0 1px rgba(255,255,255,0.1);
	color: #01304a;
}
.flexmenu.fm-sm ul li a:hover, .flexmenu.fm-sm ul li a.active {
	color: #fff;
	text-decoration: none;
}
.flexmenu.fm-sm ul li {

	border-top: 1px solid #4e504b;
	
}

.flexmenu.fm-sm ul li:first-child {
	border-top: 1px solid #4e504b;
}
.flexmenu.fm-sm ul ul li:first-child {
border-top: 1px solid #4e504b;
}
.flexmenu.fm-sm ul li a {
	background-color: #383a35;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
}
.flexmenu.fm-sm ul li a:hover, .flexmenu.fm-sm ul li a.active {
	background-color: #242522;
}
.flexmenu.fm-sm ul ul li {
/*	border-top: 1px solid #dedede;*/

}
       .flexmenu .glyphicon-chevron-down {
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            font-size: 10px;
            margin-left: 5px;
            color: #c3d600;

        }
       .flexmenu ul li a:hover .glyphicon-chevron-down{
        	color: #383a35;

        }
.flexmenu.fm-sm ul ul li a {
	font-size:13px;
	background-color: #3f423e;
			padding-left:38px;
			color:#fff;
/*			padding-top: 10px;
			padding-bottom: 10px;*/


}
.flexmenu.fm-sm ul ul li a:hover, .flexmenu.fm-sm ul ul li a.active {
	background-color: #2c2f2b;
}
.flexmenu.fm-sm ul ul li ul li {
	border-top: none;
	border-bottom: none;
}
.flexmenu.fm-sm ul ul li ul li:last-child {
	border-top: none;
	border-bottom:none;
}
.flexmenu.fm-sm ul ul li ul li a {
	background-color: #454845;
	padding-left:47px;
	font-weight:normal;

}
.flexmenu.fm-sm ul ul li ul li a:hover, .flexmenu.fm-sm ul ul li ul li a.active {
	background-color: #3a3d39;
}
.flexmenu.fm-sm .navicon {
	position: absolute;
	top: 0;
	right: 0px;
	height: 46px;
	width: 50px;
	border-radius: 0px;

   /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.08);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";

}
.flexmenu.fm-sm .navicon:hover {
	cursor: pointer
}
.flexmenu.fm-sm .navicon:after {
	border: 7px solid transparent;
	border-top-color: #c3d600;
	content: "";
	position: absolute;
	right: 18px;
	top: 19px
}
.flexmenu.fm-sm li.nav-open > .navicon:after
{
    border: 7px solid transparent;
    border-bottom-color: #c3d600;
    content: "";
    position: absolute;
    right: 18px;
    top: 13px;
}
 @media (max-width: 767px ) {
	 .frm-mobile-search .glyphicon-search {
		 color:#999;
		 position:relative;
		 right:13px;
		 top:24px;
		 float:right;
		 
	 }





.fm-container {
	background-color: transparent;
	position: absolute;
	top: 40px;
}
}
@media (min-width: 768px ) and (max-width: 992px ) {
.flexmenu.fm-lg {
	max-width: 767px;
	margin: auto;
}

.flexmenu.fm-lg a {
    padding: 13px 14px 12px 14px;
	font-size: 14px;
}
.flexmenu.fm-lg .navicon:after {
	border: 3px solid transparent;
	border-top-color: transparent;
	content: "";
	position: absolute;
	right: 4px;
	top: 20px
}


.flexmenu.fm-lg>ul>li {
	padding: 0px 0;

}
.flexmenu.fm-lg li.search-list ul {

	left: -183px;
	
}
}
@media (min-width: 993px) and (max-width: 1200px ) {
.flexmenu.fm-lg {
	max-width: 992px;
	margin: auto;
}
.flexmenu.fm-lg a {
	font-size: 14px;
}
.flexmenu.fm-lg .navicon:after {
	
	right: 10px;

}
.flexmenu.fm-lg li.search-list ul {

	left: -164px;
	
}
}
@media (min-width: 1201px) {
}

.flexmenu.fm-lg a {
	            -webkit-transition: background-color 0.2s ease-in-out;
            -moz-transition: background-color 0.2s ease-in-out;
            -o-transition: background-color 0.2s ease-in-out;
            transition: background-color 0.2s ease-in-out;
}
.flexmenu.fm-lg a:hover {
	            -webkit-transition: background-color 0.2s ease-in-out;
            -moz-transition: background-color 0.2s ease-in-out;
            -o-transition: background-color 0.2s ease-in-out;
            transition: background-color 0.2s ease-in-out;
}  
/* Copy */
@media all and (min-width : 767px){
.flexmenu.fm-lg > ul{
	height: 51px;
    overflow: hidden;
	}
/*modified on 11-02-2016 start--*/
#navbar > ul{
	height:45px;
    overflow: hidden;
	}
/*modified on 11-02-2016 start--*/
}

.flexmenu.fm-lg > ul.slidedown{
	height : 100%;
}
#navbar > ul.slidedown{
	height : auto !important;
	}

.flexmenu .with-ul.hidden_row{
    padding-left: 8px;
    margin-left: 25px;
}

.flexmenu .with-ul.hidden_row:before{
    content: "\e080";
    position: absolute;
    font-family: Glyphicons Halflings;
    color: #C4D600;
    /*modified on 11-02-2016 start*/
    line-height: 45px;
      /*modified on 11-02-2016 end*/
    left: 0;
}

.flexmenu .with-ul.hidden_row:hover:before{
    color : #ffffff;
}

.flexmenu .with-ul.hidden_row a:hover{
    background : transparent;
    color: #C4D600;
}

.flexmenu.fm-lg > ul > li{
height:100%;
border-bottom:1px solid #58622a;
}
.flexmenu.fm-lg > ul{
    height:60px;
}

.flexmenu.fm-lg a {
    padding: 13px 14px 12px 14px;
	height:47px;
}

.flexmenu.fm-lg .hidden_row  {
    margin-top:1px;
    border-bottom:none;
}

.moreMenu .glyphicon.glyphicon {
    bottom: 0;
    line-height: 48px;
    top: 0;
}
@media (min-width: 767px) {
    div.flexmenu.fm-lg > ul {
        height: 45px;
    }
}