.fixed_menu_fixed,
.fixed_menu_starter {
	position: relative;
	height: 0;
	visibility: hidden;
}
.fixed_menu_starter {
	top: 100px;
}
.fixed_menu_starter {
	position: relative;
	top: 500px;
}
#widget_pos_top-menu.fixed_start {
	height: 46px;
}
#widget_pos_top-menu.fixed_start > div {
	background-color: rgba(28,99,184,.85);
	box-shadow: 0 0 4px rgba(0,0,0,.7);
	position: fixed;
	top: -50px;
	left: 0;
	right: 0;
	transition: top .7s, background-color .5s;
	max-width: 100% !important;
    z-index: 999;
}
#widget_pos_top-menu.fixed_start.fixed_top  > div {
    top: 0;
}
#widget_pos_top-menu.fixed_start.fixed_top:hover  > div {
    background-color: rgba(28,99,184,1);
}