.site-header .navbar {
    background: #06b0f6;
    width:100% !important;
    margin: auto;
    border-radius: 0;
    position: absolute;
    bottom: -30px;
    left: 0px!important;
    z-index: 999;
    box-shadow: 0 0 3px 0 rgba(129,129,129,.1);
    padding: 0;
}