#navigationSearchContainer {
    position: fixed;
    top: 100px;
    z-index: 5000;
    left: 0;
    right: 0;
    text-align: center;
}

#navigationSearchBar {
    width: 310px;
}

#navigationSearchContainer .form-horizontal {
    background-color: #ffafaf;
    margin-left: auto;
    margin-right: auto;
}