.no-margin{
	margin: 0px !important;
}

.nav-menu-custom.a-MenuBar{
	background-color: transparent !important;
	height: 3em !important;
}

.nav-menu-custom a:hover {
	background-color: transparent !important;
}

.nav-menu-custom .a-MenuBar-item {
	border: 0px !important;
	border-right: 0px !important;
	border-left: 0px !important;
	line-height: 1em !important;
    height: 2em !important;	
}

.nav-menu-custom .a-MenuBar-item.is-focused {
    box-shadow: unset !important;
    background-color: transparent !important;
}

.nav-menu-custom .a-MenuBar-label {
    padding: .5em 1em;
    color: #f4f5f6 !important;
    font-weight: 600;
    letter-spacing: 2px;
    opacity: .8;
}

.nav-menu-custom .a-Menu--current {
	background-color: transparent !important;
}

.nav-menu-custom .sep-menu {
    width: 0px;
    height: 2px;
    background: #00FFA7;
    margin: auto;
    -webkit-transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}


.nav-menu-custom .a-Menu--current .sep-menu {
    width: 2em;
}

.nav-menu-custom .a-MenuBar-item.is-focused .sep-menu {
    width: 100%;	
}
