.clsmenuwrap a{
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	    letter-spacing: 4px;
	    font-weight: 700;
}
.clsmenuwrap li{
	list-style: none;
	padding: 0 10px;
	float: left;
	position: relative;
}
.clsmenuwrap  ul{margin: 0; padding: 0;}
.clsmenuwrap{
	width: 50%;
	float: left;
	position: relative;
	min-height: 1px;
}
.clsmenuwrap.leftmn .menutopd {
    right: 100px;
    position: absolute;
    top: 13px;
}
.clsmenuwrap.rightmn .menutopd {
    left: 100px;
    position: absolute;
    top: 13px;
}
.smaller .clsmenuwrap.leftmn .menutopd,.smaller .clsmenuwrap.rightmn .menutopd{
	top:5px;
}
.langugage {
	position: absolute;
	right: -110px;
	top: 12px;
	padding-left: 25px;
	border-left: 1px solid #fff;
	color: #fff;
}
.clsmenuwrap .langugage a{
	letter-spacing: 0;
	text-transform: inherit;

}
.clsmenuwrap .langugage .listflag a{
	    font-size: 14px;
    font-weight: normal;
    display: block;
    color: #8b8b8b;
}
@media (min-width: 992px){
	.clsmenuwrap ul.sub-menu {
	    width: 150px;
	    position: absolute;
	    -webkit-transform: translateX(-50%);
	    transform: translateX(-50%);
	    left: 50%;
	    top: 38px;
	    border-top: 1px solid #e5e4e0;
	    border-bottom: 1px solid #e5e4e0;
	    border-left: 1px solid #e5e4e0;
	    border-right: 1px solid #e5e4e0;
	    min-width: 150px;
	    background: #fff;
	    padding: 5px 10px;
	    visibility: hidden;
    		opacity: 0;
	    filter: alpha(opacity=0);
	    -webkit-transition: 200ms ease;
	    -moz-transition: 200ms ease;
	    -o-transition: 200ms ease;
	    transition: 200ms ease;
	    white-space: nowrap;
	    z-index: 9999;
	}
	.clsmenuwrap ul.sub-menu li {
		width: 100%;
	}
	.clsmenuwrap ul.sub-menu li a {
	    color: #333;
	    text-transform: none;
	    letter-spacing: 0;
	}
	.navbar-collapse li:hover .sub-menu {
	    visibility: visible;
	    opacity: 1;
	    filter: alpha(opacity=100);
	}
	.sub-menu:after, .sub-menu:before {
	    bottom: 100%;
	    left: 50%;
	    border: solid transparent;
	    content: " ";
	    height: 0;
	    width: 0;
	    position: absolute;
	    pointer-events: none;
	}
	.sub-menu:before {
	    border-color: rgba(229, 228, 224, 0);
	    border-bottom-color: #e5e4e0;
	    border-width: 11px;
	    margin-left: -11px;
	}
	.sub-menu:after {
	    border-color: rgba(255, 255, 255, 0);
	    border-bottom-color: #fff;
	    border-width: 10px;
	    margin-left: -10px;
	}
	.menu-item-has-children:before {
	    content: "\f107";
	    display: inline-block;
	    font: normal normal normal 14px/1 FontAwesome;
	    font-size: inherit;
	    text-rendering: auto;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	    position: absolute;
	    right: 1px;
	    color: #fff;
	    top: 8px;
	}
	.smaller  .menu-item-has-children:before{color: #818181;}
	html[lang="en-US"] .langugage{right: -10px;}
}
@media (max-width: 1500px) {
	html[lang="en-US"] .clsmenuwrap.leftmn .menutopd{right: 95px;}
	div#navbar{max-width: 950px;}
	.clsmenuwrap a {
	    font-size: 14px;
	    letter-spacing: 2px;
	}
	.clsmenuwrap li{    padding: 0 8px;}
	.menu-item-has-children:before{right: -2px;}
}
@media (max-width: 1110px) {
	html[lang="en-US"] .langugage {
	    right: -35px;
	}
	.menu-item-has-children:before{right: -8px;}
	div#navbar{max-width: 790px;}
	.clsmenuwrap a {
	    font-size: 14px;
	    letter-spacing: 0px;
	}
	.langugage{padding-left: 10px;}
	.clsmenuwrap li{padding: 0 5px;}
}
@media (max-width: 992px) {

	.menu-item-has-children a{display: none;}
	.menu-item-has-children li a{display: block;}
	.smaller .clsmenuwrap.leftmn .menutopd, .smaller .clsmenuwrap.rightmn .menutopd {
	    top: 0;
	    position: relative;
	    left: 0;
	    right: 0;
	}
	.clsmenuwrap{width: 100%;}
	.clsmenuwrap li{width: 100%;}
	.clsmenuwrap li a {
	    color: #818181;
	    margin-top: 0px;
	    margin-bottom: 0px;
	    font-size: 16px;
	    font-weight: normal;
	    line-height: 37px;
	}
	div#navbar {
	    max-width: 100%;
	    margin-top: 25px;
	    margin-bottom: 60px;
	}
	div#navbar {
	    max-width: 100%;
	    margin: 20px 0 65px;
	}
	.smaller .langugage {
	    border-top: 1px solid #ccc;
	    margin: 4px 0 0;
	    padding-top: 10px;
	}
	html[lang="en-US"] .clsmenuwrap.leftmn .menutopd {
	    margin-left: 0;
	}
}