.cbp-af-header {
    position: fixed;
   left:0;
    width: 100%;


    /*background: #f6f6f6;*/
    z-index: 10000;

    overflow: hidden;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}

.cbp-af-header.cbp-af-header-shrink {
    height: 30px;
    top: 0px;
    background: black  url('/images/Logo_text.png') center no-repeat !important;

}

.cbp-af-header.cbp-af-header-shrink .nav-pills > li > a {
    font-size: 12px;
    margin-right: 16px;
    margin-top:3px;
}

.cbp-af-header.cbp-af-header-shrink .preim_link {
    padding-left: 20px;
    margin-right: 190px !important;
}

.cbp-af-header.cbp-af-header-shrink .top_menu {
    margin-top: 5px !important;
}

.cbp-af-header.cbp-af-header-shrink .cbp-af-inner {
    background: none !important;
    /*background-position: center -70px !important;*/
}
