header {
    background: #006a9e;
    width: 100%;
    margin: 0;
    position:relative;
    height:39px;
}
.header-open {
    z-index:10002;
}

.bblogo {
    float: left;
    margin-top:2px;
}

.bblogo img {
    display: block;
    margin:0;
}

.bb-menu-login {
    padding: 20px 20px 18px 18px;
    display: block;
    float: left;
}

header .call-icon, header .menuapp-icon {
    float: right;
    width: 30px;
    height: 39px;
}

header .notify-icon, header .search-icon {
    float:right;
    width:10%;
    padding-top:6px;
}
.bbicons-notify {
    background-position: -11px -902px;
    height:28px;
    width:24px;
}
.notification-bubble {
    background-color:#ff5a5f;
    display:inline;
    width:18px;
    height:18px;
    border-radius:9px;
    font-weight:700;
    cursor:pointer;
    position:absolute;
    margin-left:15px;
    top:4px;
    color:#fff;
    text-align:center;
    font-size:9px;
    line-height:18px;
}

.user-icon {
    border-radius: 24px;
    float: left;
    margin: 0 24px 0 0;
}
