/* -- HIDE NORMAL NAVIGATION -- */
.normalNavigationContainer {
	display: none;
}
/* -- SHOW MOBILE NAVIGATION -- */
.mobileNavigationContainer {
	display: inline-block;
	/* show menu icon*/
}
/* -- MOBILE NAVIGATION STYLES -- */

/* -- MENU ICON -- */
.mobileNavigationMenuButton {
	font-size:16px;
	cursor: pointer;
	display: none;
	/* toggle visibility */
	padding: 12px 20px 12px 35px;
	float:left;
	color:#fff;
	font-weight:700;
	margin:8px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.mobileNavigationMenuButton:before {
	content: "";
	position: absolute;
	display: block;
	height: 0;
	top: 29px;
	margin-top: -0.5rem;
	left: 20px;
	-webkit-box-shadow: 0 0px 0 1px white, 0 6px 0 1px white, 0 12px 0 1px white;
	-moz-box-shadow: 0 0px 0 1px white, 0 6px 0 1px white, 0 12px 0 1px white;
	box-shadow: 0 0px 0 1px white, 0 6px 0 1px white, 0 12px 0 1px white;
	width: 0.8em;
	border:1px solid #fff;
}
/* -- DROPDOWN -- */
.mobileNavigationRoot.dropdown {
	clear: both;
	display: block;
	overflow: hidden;
	/* Hide overflowing elements */
	z-index: 9999;
	width: 100%;
	margin: 0;
	padding: 0;
	/* Padding of the Area */
	background: #262626;
}
/* -- MAIN NAVIGATION -- */
.navigationElement {
	width: 100%;
}
.mobileNavigationContainer ul {
	margin: 0;
	padding: 0;
}
.mobileNavigationContainer ul li {
	border-top:1px solid #111;
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}
.mobileNavigationContainer ul li.first {
}
.mobileNavigationContainer ul li a {
	color: #fff;
	padding: 17px;
	display: block;
	text-decoration: none;
}
.mobileNavigationContainer ul li a:hover {
	color: #fff;
}
.mobileNavigationContainer ul li a.open {
	color: #ffbd30;
	background: #111;
}
.mobileNavigationContainer ul li a.open.hasChildren{
	background:#262626;
	color:#fff;
}
/* SUBNAV */
.navigationSubNavigation .navigationElement a{
	font-style:italic;
	background:#343434;
	padding:14px 35px;
	font-size:14px;
}
.navigationSubNavigation .navigationElement a.open{
	background:#111;
}
/* -- MOBILE OVER -- */
.mobileNavigationRoot .mobileOver {
	display: none;
}

/*  TABLET  */
@media (max-width:768px) {

	header .mobileNavigation{
		margin-left:0;
		width:100%;
		margin-bottom:0;
	}

}/* ------------------ query end ----------------------- */
