/*===========================
TOP BAR
=============================*/

#tpbr_box .container {
    text-align: right;
}

#tpbr_box .container a {
    color: #fbba42;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
}

#tpbr_box .btn {
    color: #000 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 10px;
}
#tpbr_box .container a:hover {
    color: #fff !important;
}

/*===========================
STICKY HEADER
=============================*/

.header-menu {
    position: fixed;
    z-index: 100;
    background: #fff;
    margin: 0 auto;
    left: 0;
    right: 0;
}