
#header_navigation{
	display: block;
	position: fixed;
	right: -100%;
	z-index: 9999;
	width: 80%;
	max-width: 320px;
	top: 35px;
	background: url('../images/bg/bg_6.png') repeat; background-size: auto;
	font-size: 23px;
	overflow: auto;
	height: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

#header-global_mobile[role="banner"] {
	color: #fff;
	font-family: 'Kreon', sans-serif;
	width: 100%;
	/*min-height: 115px;
	padding: 20px 0;*/
	background: url('../images/bg/bg_6.png') repeat; background-size: auto;
	overflow: hidden;
	text-transform: uppercase;
	text-align: center;
	display: table;
	z-index: 1000;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, .8);
	box-shadow: 0 0 20px rgba(0, 0, 0, .8);
	position: fixed;
	top: 0;
}
