.sidenav { height: 100%; width: 0; position: fixed; z-index: 1; top: 0; left: 0; background-color: #111; overflow-x: hidden; transition: 0.5s;
    padding-top: 60px; z-index: 99999999;}
.sidenav ul { list-style: none; margin: 0; padding: 0; }
.sidenav ul { display: block; }
.sidenav a { padding: 8px 8px 8px 20px; text-decoration: none; font-size: 15px; color: #818181; display: block; transition: 0.3s; } 
.sidenav a:hover { color: #f1f1f1; }
.sidenav .closebtn { position: absolute; top: 0; right: 25px; font-size: 36px; margin-left: 50px; }








.mobile-menu span { font-size:18px; cursor:pointer; color: #fff; margin-bottom: 5px; font-weight: 600; opacity: 0.8;}
.dropbtn { color: white; padding: 16px; font-size: 16px; border: none; cursor: pointer; }
.dropbtn:hover, .dropbtn:focus {}
.dropdown-1 { position: relative; display: inline-block; }
.dropdown-1-content { display: none; position: absolute; min-width: 160px; overflow: auto; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1; }
.dropdown-1-content a { color: black; padding: 12px 16px; text-decoration: none; display: block; }
.dropdown-1 a:hover {}
.show {display: block;}





.mobile-nav .toggle,
[id^=drop] {
	display: none;
}

/* Giving a background-color to the nav container. */
.mobile-nav { 
	margin:0;
	padding: 0;
	 
}


/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

.mobile-nav:after {
	content:"";
	display:table;
	clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
.mobile-nav ul {
	float: left; width: 100%;
	padding:0;
	margin:-10px 0px 0px 0px;
	list-style: none;
	position: relative; box-sizing: border-box;
	}
	
/* Positioning the navigation items inline */
.mobile-nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	}

/* Styling the links */
.mobile-nav a {
	display: inline-block; 
		width: 100%;
		padding:14px 20px;	 
		box-sizing: border-box;
		color:#fff;
		font-size:18px;  
		text-decoration:none;  cursor: pointer; font-weight: 300;
		border:none;
}


.mobile-nav a:hover{ color: #16da00; }

.mobile-nav ul li ul { padding-bottom: 10px; }
.mobile-nav ul li ul li{ border-bottom: none; font-size: 15px;  }
 


.mobile-nav ul li ul li a {
    background: none;
    color: #d7d7d7;
    font-size: 13px;
    line-height: 10px;
    padding: 10px 0px 10px 30px; background: url(../images/menu-arrow.png) top 14px left 20px no-repeat;

}


.mobile-nav-new {
    background: none;
    color: #d7d7d7;
    font-size: 13px;
    line-height: 10px;
    padding: 10px 0px 10px 30px; background: url(../images/menu-arrow.png) top 14px left 20px no-repeat;

}

.mobile-nav ul li ul li a:hover {   color: #16da00; }

/* Background color change on Hover */

.mobile-nav a{background: #111;}

 
/* Hide Dropdowns by Default
 * and giving it a position of absolute */
.mobile-nav ul ul {
	display: none;
	position: absolute; 
	/* has to be the same number as the "line-height" of "nav a" */
	top: 60px; 
}
	
/* Display Dropdowns on Hover */
.mobile-nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
.mobile-nav ul ul li {
	width:170px;
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
.mobile-nav ul ul ul li {
	position: relative;
	top:-60px;
	/* has to be the same number as the "width" of "nav ul ul li" */ 
	left:170px; 
}

	
/* Change ' +' in order to change the Dropdown symbol */
 .mobile-nav li > a:after { content:  '+'; }
 .mobile-nav li > a:only-child:after { content: ''; }


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 991px) {




.toggle2 {
    background: none;
    color: #d7d7d7;
    font-size: 13px;
    line-height: 35px;
    padding: 8px 0px 10px 30px; background: url(../images/menu-arrow.png) top 14px left 20px no-repeat;

}


	#logo {
		display: block;
		padding: 0;
		width: 100%;
		text-align: center;
		float: none;
	}

	.mobile-nav {
		margin: 0;
	}

	/* Hide the navigation menu by default */
	/* Also hide the  */
	.mobile-nav .toggle + a,
	.menu {
		display: none;
	}

	/* Stylinf the toggle lable */
	.mobile-nav .toggle {
		display: inline-block; 
		width: 100%;
		padding:14px 20px;	 
		box-sizing: border-box;
		color:#fff;
		font-size:18px;  
		text-decoration:none;  cursor: pointer; font-weight: 300;
		border:none;
	}
	label{margin: 0!important;}
	.mobile-nav .toggle a{display:block; cursor: pointer; color: #000;}
	.mobile-nav .toggle:hover { color: #16da00; /*background: #00a651;*/}

	/* Display Dropdown when clicked on Parent Lable */
	.mobile-nav [id^=drop]:checked + ul {
		display: block;
	}

	/* Change menu item's width to 100% */
	.mobile-nav ul li {
		display: block;
		width: 100%; color: #000;
		}

	.mobile-nav ul ul .toggle,
	.mobile-nav ul ul a {
		padding: 0 40px; color: #000;
	}

	.mobile-nav ul ul ul a {
		padding: 0 80px; color: #000;
	}

	.mobile-nav a:hover,
 	.mobile-nav ul ul ul a {
		color: #16da00; 
	}
  
	.mobile-nav ul li ul li .toggle,
	.mobile-nav ul ul a, .mobile-nav ul ul ul a{padding:10px 20px; color:#000; font-size:14px;	}
  
  .mobile-nav ul ul ul a:hover{color: #db061f;}
  
	.mobile-nav ul li ul li .toggle,
	.mobile-nav ul ul a {background-color: #f6f4f3; color: #a9a489; font-weight: 400; font-size: 14px; text-transform: none; line-height: 20px;}
	.mobile-nav ul ul a:hover {  color: #000;}


	/* Hide Dropdowns by Default */
	.mobile-nav ul ul {
		float: none;
		position:static;
		color: #000;
		/* has to be the same number as the "line-height" of "nav a" */
	}
		
	/* Hide menus on hover */
	.mobile-nav ul ul li:hover > ul,
	.mobile-nav ul li:hover > ul {
		display: none;
	}
		
	/* Fisrt Tier Dropdown */
	.mobile-nav ul ul li {
		display: block;
		width: 100%;
	}

	.mobile-nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */ 

	}

}





@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;} .sidenav a {font-size: 18px;}
}

@media all and (max-width : 330px) {

	.mobile-nav ul li {
		display:block;
		width: 100%;
	}

}