@charset "utf-8";


#menu{
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	display: block;
	
}
 
#menu ul{
    
    list-style: none;
    margin: 0;
    padding: 0;
	text-align: center;
	
}
 
#menu li{
    display: inline-block;
    position:relative;
	width: auto;
	
}

li#menu-item-7{
	 border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccc;
 }

#menu li:last-child{
	
	
}


 
#menu li a{
	color: #fff;
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	text-decoration: none;
	white-space: nowrap;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
	
}


#menu a:hover{
	color:#c92031!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:130px;
	width: 240px;
	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: #CCC;

}
 
#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:#c92031!important;
}



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

#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: 20px;
	color: #ccc;
}

#footer-menu li a:link {
	color:#999;
	text-decoration: none;
}
#footer-menu li a:hover {
	color:#fff!important;
	text-decoration: none;
}
#footer-menu li a:visited {
	text-decoration: none;
	color: #999;
}
#footer-menu li a:active {
	text-decoration: none;
	color: #999;
}




/* #Tablet (Landscape)
==================================================================================================== */
	@media only screen and (max-device-width : 1024px) {
	

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

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

}

/* #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;
	}

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

	
}

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

}

#menu{

	font-weight: bold;
	position:static !important;
	display:block;
	float: left;
	margin-top:-123px;

}

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

/* MOBILE STICKY MENU BAR  ADJUSTED CSS*/

#menu li a{
	border-right: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{
	
}



 
#menu a{
	color: #fff;
	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: none;
	
}
#menu a:hover{
	color:#fff!important;
	background-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:none;
  float: left;
  margin-left: 20px;
  margin-top: -7px;
  margin-bottom: -22px;
}

#menu ul li ul a{
	background-color: #FFF;
	color: #666;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: ccc;
	padding-left: 25px;
	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:#EAEAEA;
	border: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: ccc;
	padding-left: 45px;
} 
 
#menu ul li ul li ul a:hover{
	background-color:#999;
	

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


#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;
	
}

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

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

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

}
		
	}

