/*
Sticky Menu
---------------------------------------------------------------------------------------------------- */
.site-navigation-fixed {
    bottom: auto;
    position: fixed !important;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 7;
    transition:all 1s ease 0s;
    -webkit-box-shadow: 0 0 50px rgba(0,0,0,.15);
    box-shadow: 0 0 50px rgba(0,0,0,.15);
    margin-top: 0px;
}

nav{left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 3;}
    