@charset "utf-8";


#menu{
	display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
	
}

#menu ul{
    
    list-style: none;
    margin: 0;
    padding: 0;
	text-align: right;
	
}
 
#menu li{
    display: inline-block;
    position:relative;
	width: auto;
	
}


#menu li:last-child{
	
	
}


 
#menu li a{
	color: #ffffff;
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 15px;
	text-decoration: none;
	white-space: nowrap;
	text-shadow: none;
	
}
#menu li:first-child a {
  
}

#menu a:hover{
	color:#8dc63f!important;
}

#menu a:link {
	-webkit-tap-highlight-color: #000!important;
}


#menu ul ul::before{
  content: "";
  width: 0; 
  height: 0; 
  border-right: 7px solid transparent; 
  border-left: 7px solid transparent;  
  border-bottom: 7px solid #fff;
  display:block;
  float: left;
  margin-left: 20px;
  margin-top: -7px;
}

#menu ul li ul a{
	background-color: #FFF;
	color: #666;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;	
	font-weight: normal;
	/*min-width:124px; adjusted from tool box*/
	min-width:150px;
	width: 280px;
	text-align:left;
}

#menu ul li ul li ul li:first-child a{
	border-top: solid 1px #ccc;
}


/* auto detecting list has sublist! */
#menu li ul li ul{
	background:none;
}

#menu li ul li ul::before { 
  content: "";
  width: 0; 
  height: 0; 
  border-top: 5px solid transparent; 
  border-left: 10px solid #fff; 
  border-bottom: 5px solid transparent;
  display:block;
  left: -40px;
  top: 20px;
  position: absolute;
  z-index: 101;
	
 
 }
  
 /* end auto detecting list has sublist! */  
#menu ul li ul li ul a{
	background-color: #FFF;
	margin-left: -1px;
	
}  

 
#menu ul li ul a:hover{
	background-color: #dddddd;
	color: #c91d20!important;
	font-weight:bold;

}
 
#menu ul ul{
    
    position: absolute;
    top: 42px;
    left: 0;
    width: auto;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, .5);
	visibility:hidden;
  	opacity:0;
  	-moz-transition:visibility 0s linear 0.5s,opacity 0.5s linear;
  	-webkit-transition:visibility 0s linear 0.5s,opacity 0.5s linear;
  	transition:visibility 0s linear 0.5s,opacity 0.2s linear;
}
 
#menu ul ul li{
    width: auto;
}
 
#menu ul li:hover > ul {
    display: block;
	visibility:visible;
 	opacity:1;
  	-moz-transition-delay:0s;
  	-webkit-transition-delay:0s;
  transition-delay:0s;
}
 
#menu ul ul ul {
    left: 100%;
    top: 0;
	
}

.hide-mini {
display: none;

}


/*TOP NAV8*/
#top-nav {
	position:absolute;
	top: 55px;
	right: 20px;
	z-index: 200;
	font-size: 14px;
}

#top-nav li{
    display: inline-block;
}
#top-nav li a{
    font-weight:normal;
	color: #333;
	font-size: 14px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
	padding: 0 10px;
}

#top-nav a:hover{
	color:#a6ce39!important;
}



/*Footer Menu*/
#footer-menu{
	margin-bottom: -5px;
	text-shadow: none;
	
}

#footer-menu ul{
	line-height:200%;
	
}

#footer-menu li{
	display: inline-block;
	margin-right: 15px;
}

#footer-menu li a::after{
	content: "|";
	display:inline-block;
	margin-left: 15px;
	color: #000000;
}

#footer-menu li a {
	text-shadow: none;
	
}
#footer-menu li a:link {
	color:#ffffff!important;
	text-decoration: none;
	font-size: 14px;
}
#footer-menu li a:hover {
	color:#8dc63f!important;
	text-decoration: none;
}
#footer-menu li a:visited {
	text-decoration: none;
	color: #ffffff;
}
#footer-menu li a:active {
	text-decoration: none;
	color: #ffffff;
}




/* #Tablet (Landscape)
==================================================================================================== */
	@media only screen and (max-device-width : 1024px) {
	
#menu{
    font-size: 16px;
}
#menu li a{
	padding: 0 0 0 7px;	
}

	}
/* #Tablet (Portrait)
==================================================================================================== */

      @media only screen and (max-width: 768px) {
		
#menu{
    font-size: 16px;
	max-width: 500px;
	height: 100px;
	 margin: -50px 0 0 270px;
}
}

/* #TOOLBOX MOBILE BREAK POINT: Smaller than Tablet (Portrait) Adjusted from srandard 768px
==================================================================================================== */

    @media only screen and (max-width: 767px) {

/* #Toggle Menu mobile
================================================== */	  
	  .cont {
	
	overflow: hidden;
	height: 0;
	border-width: 0;
	opacity: 0;
	-moz-transition: opacity 1s;
  	-webkit-transition: opacity 1s;
  	transition: opacity 1s;
	display: none;
	}

/* MOBILE STICKY MENU BAR  ADJUSTED CSS*/
.toggled {
	width: 100%;
	height: auto;
	display: block;
	z-index: 999;
	position: relative;
	top: 45px;
	background-color: #FFF;
	overflow: visible;
	
	opacity: 1;

	
}


	.hide-mini {
	display: block;
	position:absolute;
	top: 5px;
	left: 5px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 2000;

}
.run-css{
	margin-top: 1px;
}
#menulable{
	position: absolute;
	top:9px;
	left: 50px;
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
  
}

#menu{

	font-weight: bold;
	position:relative!important;
	display:block;
	float: left;
	margin: 0;
	overflow: scroll;
	height: 95%;
	width: 100%;
	max-width: 100%;
}


#menu li{
	background-color: #000000;
}

/* MOBILE STICKY MENU BAR  ADJUSTED CSS*/

#menu li a{
	border-right:none;
}
#menu li:first-child a {
    border-left: none;
}

#menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
	position:static !important;
	display:block;
	text-align: left !important;


}


 
#menu li, #menu ul li ul li{
    position:static !important;
	float: left;
	display:block;
	width: 100%;

}

#menu li:first-child{
	border-left-width: 0;
	border-right-width: 0;
}



 
#menu a{
	color: #ffffff;
	display: block;
	position:static !important;
	height: 36px;
	font-size: 16px!important;
	line-height: 36px;
	text-decoration: none;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-left-width: 0;
	border-right-width: 0;
	font-weight:bold;
}
#menu a:hover, #menu ul li ul a:hover, #menu ul li ul li ul a:hover{
	color:#000000!important;
	background-color: #8dc63f;
	border-left-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	
}


#menu ul ul::before{
  content: "";
  width: 0; 
  height: 0; 
  border-right: 7px solid transparent; 
  border-left: 7px solid transparent;  
  border-bottom: 7px solid #fff;
  display:block;
  float: left;
  margin-left: 30px;
  margin-top: -7px;
  margin-bottom: -22px;
}
#menu li ul li ul li:nth-child(1)::before { 
    content: "";
  width: 0; 
  height: 0; 
  border-right: 7px solid transparent; 
  border-left: 7px solid transparent;  
  border-bottom: 7px solid #fff;
  display:block;
  float: left;
  margin-left: 45px;
  margin-top: -7px;
	
 
 }
  

#menu ul li ul a{
	background-color: #ccc;
	color: #666;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	padding-left: 25px;
	border-left-width: 0;
	border-right-width: 0;
	width: auto!important;
}



#menu ul li ul li ul li:first-child a{
	border-top: none;
}
 
#menu ul li ul li ul a{
	background-color:#fff;
	border: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: ccc;
	padding-left: 45px;
	border-left-width: 0;
	border-right-width: 0;
} 
 

 
#menu ul ul{
    display:none;
	visibility:visible;
  	opacity:1;
  	-moz-transition:none !important;
  	-webkit-transition: none !important;
  	transition: none !important;
	
}

#menu ul ul ul {
	position:static !important;
	visibility:visible;
 	opacity:1;
  	-moz-transition-delay:0s;
  	-webkit-transition-delay:0s;
  transition-delay:0s;
	
}


#top-nav {
	position:absolute;
	top: 45px;
	right: 20px;
	z-index: 200;
	font-size: 14px;
}

/*Footer Menu*/
#footer-menu{
	margin-bottom: -5px;
}


#footer-menu li{
	display:list-item;
	margin-bottom: 5px
	
}

#footer-menu li a::after{
	content: "";
}
#footer-menu a{
	font-size:14px!important;
}
}

	/* #Mobile (Portrait)
==================================================================================================== */
	

    @media only screen and (max-width: 320px) {


		
	}

/* Browser specific styles */
@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Add CSS Statements that only apply on webkit-based browsers HERE (Chrome, Safari, etc.) */

#menu{

	
	
}
/* Add Safari only override HERE */
::i-block-chrome, .myClass {
}
}
