
.mxt .header-top {
    background-color: rgba(153, 153, 153, 0.6); color: #fafafa;
}

.mxt .header-top .header-top-menu ul li a {
    color: #999999;
}

.mxt .header-top .header-top-menu ul li:hover > a {
    color: #f0634c;
}

.mxt .header-top .header-top-menu > ul > li:not(:last-child):after {
    color: rgba(153, 153, 153, 0.3);
}

.mxt .header-top .header-top-social-links a {
    color: #999999 !important;
}


.mxt.top-false {
    height: 90px;
    padding: 18px;
}

.mxt .header-body {
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 1px 3px rgba(0,0,0,0.41);
    height: 90px;
}

.mxt .header-body .mx-base {
    padding-top: 18px;
}

.mxt .desk-menu .sub-menu .label {
    font-family: Montserrat;
}

.mxt.effect-overline .desk-menu > ul > li > a:after {
    top: -30px;
}

.desk {display: block;}

.header-content > .container {
	position: relative;
	margin: 0 auto;
}

.header-top {
	position: relative;
}

.header-top .slogan {
	line-height: 36px;
}


/*Z INDEX*/

.header-top  {z-index:805;position: relative;}

.header-body {
	position: relative; z-index:805;
}
.desk {
				position: relative;
				top: 0;
				left: 0;
				z-index:800;
				width: 100%;
				height: 90px;
			}


.header-top > .container {
	height: 40px;
}


.header-top .slogan {
	float: left;
}

