#fixed-cont{
    top: -38px;
    transition: all 0.9s ease 0.2s;
}
#fixed-cont .row{
transition: opacity 0.3s ease-in 0s, width 0.3s ease-in 0s;
}
#fixed-cont.fixed_top{
position:fixed;
top:0;
left:0;
z-index:10;
width:100%!important;
}
.fixed_top #logo_top{
border-width:0;
background-color:rgba(245,246,246,.0)
}
.fixed_top #logo_top img{
max-height:43px;
margin:0;
opacity:.6
}
.fixed_top #top_marquee{display:none}
.fixed_top #topmenu{
margin:5px 0
}
.fixed_top .head_footer{background-color:rgba(245, 246, 246, 0)}
.fixed_top #mainmenu{display:none}
.margin_page{margin-top:66px!important}
#head_hide{
display:block;
height:auto;
padding:0;
overflow:hidden;
}
#head_hide.head_hide_active{height:0;padding:0;}