.wsmenu {
	width:100%;
	text-align:center;
	position:absolute;
	top:7.7rem;
	z-index:33001;
}
.gry{background:none;
	color:#565655;
}
.wsmenu-list {
	display:inline-block;
	width:auto;
}
/******** responsiv *************/

@media only screen and  (min-width:320px) {
	.wsmenu {
		top:0;
  	}
	
}
@media only screen and  (min-width:640px) {
	.wsmenu {
		top:3rem;
  	}
}
.box100{ width:100%;
}
.box50 {
	float:left;
	width:48%;
	border:1px solid #565655;
}
.flend{clear:both}
.wsmenu-submenu li a {
	font-size:0.9rem
	}

