#header.fixed{
	background-color:#94761e;
	transition:0s;
	position:static;
}
@media screen and (max-width: 768px) {
#fixed_menu{
	display:none;
}
#header.smart_fixed{
	background-color: #94761e;
	transition: 0s;
}
#sub_navi.fixed{
	position:static !important;
	display:none;
}
}