@charset "utf-8";
/*Strip the ul of padding and list styling*/
.head_nav {
	/*list-style-type:none;
	margin:0;
	padding:0;
	margin-top: 30px;*/
	
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
}

#menu ul ul {
 /* left: 140px;
  position: relative;
  margin-top: -50px;*/ /*latest*/
  
  /*left: 219px;
  position: relative;
  margin-top: -50px;
  width: 30%;*/
}

/*Create a horizontal list with spacing*/
.link {
/*	display:inline-block;
	float: left;
	margin-right: 1px;
	
  z-index: 999; 
  position: relative;  
*/  
  
  display: inline-block;
  float: left;
  margin-right: 1px;
}

/*Style for menu links*/
.link a {
/*	display:block;
	min-width:140px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-family: roboto;
    font-size: 18px; 
	color: #fff;	
	text-decoration: none;*/
	
	
	
  display: block;
  min-width: 140px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-family: Roboto;
  font-size: 20px;
  color: #fff;
  /*background: #2f3036;*/
  text-decoration: none;
}

/*Hover state for top level links*/
.link:hover a {
	background: #fff;
  	color: #262626;
}

/*Style for dropdown links*/
.link:hover .head_nav a {
	background: #f3f3f3;
	color: #2f3036;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
.link:hover .head_nav a:hover {
	background: #23A608;
	color: #fff;
}

/*Hide dropdown links until they are needed*/
.link ul {
	display: none;
}

/*Make dropdown links vertical*/
.link .head_nav li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
.link .head_nav li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
.head_nav .link a:hover + .sub, .sub:hover {
	display: block;
  	z-index: 999;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	 font-family: roboto;  /*added*/
	text-decoration: none;
	color: #fff;
	background:#23A608;
	text-align: center;
	padding: 10px 0;
	display: none;
}

/*Hide checkbox*/
input[type=checkbox],input[type="radio"]{
     position: absolute;
  margin-left: -20px;
  display: block;
}

#show-menu{
	 display: none;
}

.radio label, .checkbox label{
  display: block;
}



/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}


/*Responsive Styles*/

@media screen and (max-width : 760px){
	/*Make dropdown links appear inline*/
	.head_nav {
		position: static;
		display: none;
		margin-top: 0px;  /*added*/
	}
	/*Create vertical spacing*/
	.link {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	.head_nav .link, .link a {
		width: 100%;
		background: #2f3036;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
		  margin-top: 10px; /*added*/
	}
	
	
#menu ul ul {
  
  
  left: 219px;
  position: relative;
  margin-top: -50px;
  width: 30%;
}
}/* CSS Document */
.col-md-8.header_nav {
  margin-top: 35px;
}

#menu ul ul {
  left: 100%;
  top: 0;
}