#navigator.fixed {
    -webkit-transition: top 0.3s ease;
    -o-transition: top 0.3s ease;
    transition: top 0.3s ease;
    margin-top: -60px;
    background: #fff;
    opacity: 0.9;
    position: fixed;
    color: #404040;
    top: 60px;
    border-bottom: solid 1px #eee;
}