.sexy-menu {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    transition: all .5s ease-out;
    z-index: 10;
}

/* .sexy-menu.detached {margin-top: -140px;opacity: 0;filter: alpha(opacity=0) } */
.sexy-menu.detached {
    margin-top: -140px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.sexy-menu.visible {
    margin-top: 0px;
    opacity: 1;
    filter: alpha(opacity=1);
}

.sexy-menu.detached .nav>li {
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    color: #1b4d8c;
}

.sexy-menu.detached .menu-container {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin-top: 0em;
}

.sexy-menu.detached .logo-container {
    padding-top: 5px;
    padding-bottom: 5px;
}

.sexy-menu.detached .nav li ul {
    margin-top: 5px;
}

.sexy-menu.detached .top-header .top-container {
    padding-top: 0px;
}

.sexy-menu.detached .top-quickwraper {
    display: none
}

.sexy-menu.detached .nav-brand img {
    width: 83%;
    padding-top: 8px;
}

.nav>li a {
    color: #333;
}

.sexy-menu .top-header .top-container .top-container .navigation nav-header .logo .large {
    display: block
}

.sexy-menu .small {
    display: none
}

.sexy-menu .detached .small {
    display: block
}

.sexy-menu .detached .top-header .top-container .top-container .navigation nav-header .logo .large {
    display: none
}