
.mxt .header-top {
    background-color: rgba(231, 231, 231, 1);
}

.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 .top-button {
    color: #ffffff;
    background-color: #f0634c;
}

.mxt .header-top .top-button:hover {
    background-color: rgb(220, 79, 56);
}

.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.94);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    height: 90px;
}
.mxt .header-body .mx-base {
    padding-top: 18px;
}

.mxt.effect-overline .desk-menu > ul > li > a:after {
    top: -30px;
}

.mxt.fixed-true.active .header-body,
.mxt.fixed-true.active {
    height: 60px;
}
.mxt.fixed-true.active .header-body .mx-base,
.mxt.fixed-true.active .mx-base {
    padding-top: 2px;
}

.mxt.fixed-true.active .header-body {
    background-color: rgba(255, 255, 255, 0.94);
}

.desk {display: block;}

.desk.stuck-false,
.desk.stuck-boxed-false,
.desk.stuck-true.fixed-true.active,
.desk.stuck-boxed-true.fixed-true.active
{box-shadow: 0 1px 3px rgba(0,0,0,0.11);}

.header-content > .container {
	position: relative;
	margin: 0 auto;
}

.header-top {
	position: relative;
}

.header-top .slogan {
	line-height: 36px;
}


/*Z INDEX*/

.header-top  {z-index:8005;position: relative;}

.header-body {
	position: relative; z-index:8005;
}
.desk {
				position: relative;
				top: 0;
				left: 0;
				z-index:8000;
				width: 100%;
				height: 90px;
			}


.desk.stuck-boxed-true {
	top:40px;
	max-width: 980px;
	width: 100%;
}

.desk.stuck-boxed-true .container {
	max-width: 100%;
	width: 100%;
}

.desk.stuck-boxed-true .header-top,
.desk.stuck-boxed-true .header-body {
	padding-left: 20px;
	padding-right: 20px;
}


.header-top > .container {
	height: 40px;
}


.header-top .slogan {
	float: left;
}

