.wsmenu {
	width:100%;
	text-align:right;
	z-index:33001;
}
.gry{background:none;
	color:#231f20;
}
.wsmenu-list {
	display:inline-block;
	width:auto;
}
.wsmenu-submenu {
    clear:both;
    top: 36px;
}
.wsmenu-submenu  .wsmenu-submenu{
    clear:both;
    top: 0;
	left:-16rem;
}
.wsmenu-submenu li{
    width:11rem;
	
}
.wsmenu-submenu  .wsmenu-submenu li{
    width:16rem;
}
/******** responsiv *************/

@media only screen and  (min-width:320px) {
	.wsmenu {
		top:0;
  	}
	
	
}
@media only screen and  (min-width:640px) {
	.wsmenu {
		top:5rem;
  	}
}
@media only screen and (max-width: 1024px){
	.wsmenu > .wsmenu-list > li > a {
		padding: 9px 32px 9px 12px;
		font-size: 14px;
		text-align: left;
		border-right: solid 0px;
		background-color: transparent;
		color: #565655;
		line-height: 25px;
		border-bottom: 1px solid;
		border-bottom-color: rgba(0,0,0,0.13);
		position: static;
		width: 100%;
	}
	.wsmenu > .wsmenu-list > li > a:hover {
		padding: 9px 32px 9px 12px;
		font-size: 14px;
		text-align: left;
		border-right: solid 0px;
		background-color: #fff;
		color: #fff;
		line-height: 25px;
		border-bottom: 1px solid;
		border-bottom-color: rgba(0,0,0,0.13);
		position: static;
		width: 100%;
	}
	.wsmenu > .wsmenu-list > li > a.active {
    color: #fff;
    background-color: rgba(0,0,0,0);
	}
	.wsmenu-submenu li {width: 100%;}
	.mobile-sub .wsmenu-submenu li a {padding: 8px 0px 8px 60px;}
	
}
.box100{ width:100%;
}
.box50 {
	float:left;
	width:48%;
	border:1px solid #565655;
}
.flend{clear:both}
.wsmenu-submenu li a {
	font-size:0.9rem
	}
.wsmain {
	background:none;
	margin-top:-3.3rem;
	
}
.wsmenu-list .arrow{
	display:none;
}
.wsmenu-list > li > a, .wsmenu-list .navRoot {
    display: block;
	color: #4c4b4e;
    padding: 10px 15px 4px 8px;
    /* line-height: 22px; */
    /* border-right: 1px solid rgba(0,0,0,0.10); */
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}
.wsmenu-list > li > a, .wsmenu-list .navRoot {
	border:none;
	float:left;
}


.wsmenu-list > li > a:hover {
    background-color: none !important;
    text-decoration: none;
    color: #000;
    padding-bottom: 0.5rem;
    border-bottom: 4px solid #fff;
}
.wsmenu-list > li > a.actives {
    background-color: none !important;
    text-decoration: none;
    color: #015a96;
    padding-bottom: 0.5rem;
    border-bottom: 4px solid #fff;
}
.mobile-sub .wsmenu-submenu li a {
    color: #015a96;
    background: #fff;
}
.wsmenu-list > li > a .fa {
    display:none}


