/* ELEMENTS STICKY */
.to_sticky {
	position: relative;
	left: 0;
	top: 0;
	z-index: 100;
}
.is-sticky{
	position: fixed !important;
}