@media only screen and (max-width: 768px) {
	.main_navigation {
		position: unset;
	}
}

.sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
}

body.s_layout_fixed #wrapper {
	margin-top: 1px !important;
}