.navbar .brand {
    left: 0px;
    padding: 0;
    position: relative;
    width: 259px;
    height: 70px;
}
.navbar-ov {
    height: 70px;
    min-width: 0;
    overflow: visible;
    background-color: #0866C6;
}
.navbar-ov .brand-ov {
    color: #777777;
    display: block;
    float: left;
    font-size: 20px;
    font-weight: 200;
    padding: 10px 10px;
    text-shadow: 0 1px 0 #ffffff;
    position: relative;
}
.navbar-ov .brand-ov img {
    position: relative;
    top: 1px;
    max-width: 50px;
    max-height: 50px;
}
.brand-ov {
    font-family: Helvetica, Arial, sans-serif;
    height: 50px;
    padding: 10px;
    position: relative;
}
.brand-ov .brandtext-ov {
    color: #ffffff;
    font-size: 1.1em;
    margin-left: 2px;
    position: relative;
    text-shadow: none;
    top: 4px;
}
.brand-ov > a:hover {
    text-decoration: none !important;
}
.navbar-fixed-top-ov {
    top: 0;
}
.navbar-fixed-top-ov,
.navbar-fixed-bottom-ov {
    left: 0;
    margin-bottom: 0;
    position: fixed;
    right: 0;
    z-index: 1030;
}
.btn-header.pull-right {
    position: relative;
    top: 18px;
    margin-right: 10px;
    font-weight: bold;
    color: #333;
}
