/* ELEMENTS STICKY */
.to_sticky {
	position: relative;
	left: 0;
	top: auto;
	bottom:auto;
	z-index: 100;
	
	-moz-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}
.is-sticky{
	position: fixed !important;
}
.is-absolute {
	position: absolute !important;
	bottom:0 !important;
	top:auto !important;
}	