#t3-header {
    width: 100%;
    height: auto;
    position: fixed;
    left: 0;
    z-index: 999;
    background-color: transparent;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
    margin-left: 0;
    margin-right: 0;
    border-bottom: 0px solid #606061;
    -webkit-transition: all 0.3s linear !important;
    -o-transition: all 0.3s linear !important;
    transition: all 0.3s linear !important;
}
#t3-header.fixed {
    position: fixed;
    z-index: 999999;
    border-bottom: 0px solid #ff0000;
}
#t3-header.active {
    background: #fff;
    /* border-bottom: 2px solid; */
    -webkit-transition: all 0.3s linear !important;
    -o-transition: all 0.3s linear !important;
    transition: all 0.3s linear !important;
    box-shadow: 0px 0px 5px #424242;
}