
/* STICKY MENU                                                                              STICKY MENU */
/* ---------------------------------------------------------------------------------------------------- */

.menu-normal {
	position: relative;
}

.menu-float {
	position: fixed !important;
	display: block;
	top: -3px;
	z-index: 10000;
}