#s5_header_area1,
#s5_header_area1.s5_floating_header {
	position: sticky;
}
@media screen and (max-width: 1100px) {
	#s5_header_area1.s5_floating_header {
		position: fixed;
		z-index: 11;
		width: 100%;
		top: 48px;
	}
	#s5_responsive_mobile_top_bar_wrap {
		position: fixed !important;
		z-index: 20;
		top: 0px;
	}
}
@media screen and (max-width: 1100px) {
	#netlogica_toolbar {
		display: none
	}
}