ul.dropdown-menu ul {
    box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.45);
    border-radius: 4px;
    background-color: #ffffffc2;
}

img.logo.dark, img.custom-logo {
    width: auto;
    max-height: 71px !important;
}

.main_menu_col [data-component=offcanvas] .bubble {
    position: absolute;
    z-index: 0;
    height: 2.5rem;
    width: 2.5rem;
    background-color: #000;
    opacity: 0.3;
    border-radius: 100%;
    transition: all .2s linear;
}

.fixto-fixed .main_menu_col [data-component=offcanvas] .bubble {
    background-color: #ffffff;
}

.col-xs {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 15px;
}

.navigation-bar.fixto-fixed {
    transform: translateZ(0);
    transition-duration: 1s;
    transition-delay: 0.2s;
    background-color: #ffffffd9;
    box-shadow: 0 0 5px 2px rgba(0,0,0,.33);
}