@media only screen and (min-width: 868px) {
/* Hide the toolbar on responsive simulation*/
#navcontainer2 {   display: none !important; }
}

@media only screen and (max-width: 868px) {
#navigation_position { top: 1px !important; }

#nav_button { display: block;
	transition: all 0s linear;	
	-webkit-transition: All 0s linear;	
	-moz-transition: All 0s linear;	
	-o-transition: All 0s linear;
}
#navcontainer2 { display: none;}

#navcontainer2 ul ul{
	min-width: 200px;
	min-width: auto !important;
}

/* @group Navcontainer HIDE */
#topnav  {
	background-image: none !important;
	background-color: transparent !important;
}
.parent:after {display: none;}

#navcontainer {display: none;}
#navcontainer a { display: none; 	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=34)";
	filter: alpha(opacity=34);
	opacity: 0.34;
	}
/* @end */

}