.scrollDown .t3-header,
.scrollUp .t3-header {
    position: fixed !important;
    z-index: 99999;
    margin: 0 !important;
    top: 0;
    right: 0;
    left: 0;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.scrollDown .t3-header .header-top,
.scrollUp .t3-header .header-top,
.view-article.catalogo .t3-header-top {
    background: #fff;
    box-shadow:0px 0px 20px rgba(0,0,0,.5);
	-moz-box-shadow:0px 0px 20px rgba(0,0,0,.5);
	-webkit-box-shadow:0px 0px 20px rgba(0,0,0,.5);
}
.scrollDown .t3-header .header-top .off-canvas-toggle::before,
.scrollUp .t3-header .header-top .off-canvas-toggle::before {
    color: #19171B;
}
/*
.animating .t3-header {
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}
.scrollDown .t3-header {
    top: -300px;
}
*/
