/*  */
@media only screen and (max-width : 575px) {
	html {
		-webkit-text-size-adjust: none;
	}
	#mobile-navigation {
		background: url(/images/mobile/mobile-menu.png) no-repeat 0 0; /*<--- load menu button */
		display: block;
		height: 50px;
		margin: 0;
		padding: 0;
		position: absolute;
		right: 0;
		top: 20px;
		width: 50px;
		z-index: 1001;
	}
#navigation2 {
	display: none;
	}
#menu {
	display: none;
	}
	
#header-menu-line {
	display: none;
}
	
	#header ul#navigation {
		background: #404040;
		border: 3px solid #000000;
		display: none;
		font-size: 1.5625em;
		height: auto;
		left: 20px;
		margin: 0 auto;
		position: absolute;
		padding-left: 0;
		top: 71px;
		transition: all .5s ease-in-out;
		width: 90%;
		z-index: 1001;
	}
	#header ul#navigation li {
		background: none;
		display: block;
		float: none;
		height: auto;
		line-height: normal;
		margin: 0;
		padding: 0;
		text-align: center;
		width: 100%;
	}
	#header ul#navigation li:first-child,
	#header ul#navigation li ul li:first-child {
		background: #a6a6a6;
		color: #ffff99;
		border: none;
		width: 100%;
	}
	#header ul#navigation li a {
		background: none;
		border-top: 1px solid #000000;
		color: #ffffff;
		display: block;
		font-family: Arial;
		font-size: 0.8125em;
		font-weight: normal;
		height: 49px;
		line-height: 49px;
		padding: 0 0px;
		text-align: center;
		width: 100%;
	}
	#header ul#navigation li span {
		background: transparent url(/images/mobile/mobile-expand.png) no-repeat; /*<--- load Left Arrow*/
		border-left: 2px solid #b3b3b3;
		border-top: 2px solid #b3b3b3;
		border-bottom: 2px solid #b3b3b3;
		display: block;
		height: 49px;
		position: absolute;
		right: 0;
		top: 0;
		width: 50px;
	}
	#header ul#navigation li.current span {
		background: url(/images/mobile/mobile-expand.png) no-repeat; /*<--- load Left Arrow*/
	}
	#header ul#navigation li.current ul li a {
		background: none;
		color: #ffffff;
	}
	#header ul#navigation li a:hover,
	#header ul#navigation li.current ul li a:hover,
	#header ul#navigation li.current a {
		background: #b3b3b3;
		color: #ffffff;
	}
	#header ul#navigation > li:first-child > a {
		border: none;
	}
	#header ul#navigation li ul {
		border: 0;
		display: none;
		left: 0;
		margin: 0;
		opacity: 1;
		padding: 0;
		position: relative;
		top: 0;
		width: 100%;
	}
	#header ul#navigation li ul,
	#header ul#navigation li:hover ul {
		display: none;
	}
	#header ul#navigation li ul li {
		background: #737373;
		height: auto;
		line-height: normal;
		padding: 0;
		text-align: left;
	}
	#header ul#navigation li ul li a {
		padding: 0 50px;
		color: #ffff99;
	}
	#header ul#navigation li ul li ul li a {
		padding: 0 80px;
		color: #ccffff;
	}
	#header {
		position: relative;
		width: 100%;
	}
	#header h1 {
		padding: 74px 0 0;
	}

}