.header-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 8px;
    background: #4b2855;
    z-index: 10000;
}

/*======  Nav-Header ========*/
.nav-header.nav-show-sub {
    overflow: visible
}

.nav-header {
    top: 8px;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1009;
    -webkit-transition: height 0.2s linear;
    transition: height 0.2s linear;
    background-color: #fff;
    overflow: scroll
}

/*
.nav-header.nav-small{
	color: #f2f1f1;
}
*/
.nav-header:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #4b2855;

	
}
.nav-header-container {
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    z-index: 1010
	height: 300px;
}
@media only screen and (max-width: 768px) {
    .nav-header {
        height: 55px
    }
}
@media only screen and (min-width: 1024px) {
    .nav-header {
        bottom: auto;
        height: 100px;
        background-color: transparent;
        overflow: hidden
	}
	/*
    .nav-header.nav-small {
        height: 85px
	}
	*/
    
    .nav-header-container {
        top: 0;
        height: 100%;
        overflow: hidden
    }
  
    .nav-transparent .nav-main {
        color: #fff;
		background-color: #4b2855;
    }
    .nav-transparent .nav-logo-light {
        display: block
    }
}


/*======  Nav-items ========*/
.nav-main{
	color: #fff;
	padding: 0 10px;
	margin-top: 10px;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	z-index: 1009;
	vertical-align: middle;
	line-height: 75px;
	width: 100%;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: -webkit-transform 0.2s linear, line-height 0.2s linear, color 0.2s linear;
	transition: transform 0.2s linear, line-height 0.2s linear, color 0.2s linear;
}

@media only screen and (min-width: 1024px) {
	.nav-main {
		font-size: 15px
	}
}
@media only screen and (min-width: 1400px) {
	.nav-main {
		font-size: 18px
	}
}
@media only screen and (min-width: 1024px) {
	.nav-main {
		position: absolute;
		top: 0;
		left: 0
	}
	/*
	.nav-small .nav-main {
		line-height: 65px;
	}
	*/
	.nav-main .nav-item{
		position: relative;
		will-change: transform;
		margin-right: 27px;
	}
	.nav-main .nav-item:hover:before, .nav-main .nav-item.current:before {
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		transform: scale(1, 1)
	}
	.nav-main .nav-item.active:before {
		-webkit-transform: scale(1, 1) translate(0, 21px);
		-ms-transform: scale(1, 1) translate(0, 21px);
		transform: scale(1, 1) translate(0, 21px)
	}
}
@media only screen and (min-width: 1400px) {
.nav-main .nav-item.active:before{
	-webkit-transform: scale(1, 1) translate(0, 27px);
	-ms-transform: scale(1, 1) translate(0, 27px);
	transform: scale(1, 1) translate(0, 27px)
}
}
@media only screen and (max-width: 1023px) {
	.nav-main {
		display: block;
		background-color: #fff
	}
}
@media only screen and (min-width: 1024px) {
	.nav-main:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition: -webkit-transform 0.3s ease;
		transition: transform 0.3s ease;
		background: -webkit-linear-gradient(270deg, rgba(0,0,0,0.4) 0%, transparent 100%);
		background: linear-gradient(180deg, rgba(0,0,0,0.4) 0%, transparent 100%)
	}
	.nav-transparent .nav-main:before {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}
.nav-list {
	position: relative;
	display: block;
	-webkit-transition: -webkit-transform 0.2s linear;
	transition: transform 0.2s linear;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center
}
@media only screen and (min-width: 1024px) {
	.nav-list {
		white-space: nowrap;
		vertical-align: middle
	}
}
.nav-item {
    font-size: 18px;
    margin: 0 10px;
    border-bottom: 1px solid transparent;
    display: inline-block;
	text-decoration: none;
	line-height: 1.5;
	letter-spacing: 1px;
	color: inherit;
}


.nav-item:hover,
.nav-item.current {
    transition: all 0.2s;
    border-color: #b4b4b4;
    color: #b4b4b4;
    text-shadow: none;
}

.nav-secondary:hover,
.nav-secondary.current {
	 transition: all 0.2s;
    border-color: #b4b4b4;
    color: #b4b4b4;
    text-shadow: none;
}

/*.nav-item.active {
    font-weight: normal;
    border-color: #b4b4b4;
    color: #fff;
    font-weight: bold;
}
*/
@media only screen and (max-width: 1023px) {
	.nav-item {
		display: block;
		padding: 25px 0 5px;
		border-bottom: 1px solid #e8e8e8
	}
	.nav-item.active {
		border-bottom-color: #9ba487
	}
}
@media only screen and (min-width: 1024px) {
	.nav-item {
		display: inline-block;
		padding: 0 5px
	}
}
@media only screen and (min-width: 1400px) {
	.nav-item {
		padding: 0 10px
	}
}