.sticky {
}

.sticky.is-sticky {
	position:		fixed;
	z-index:		999;
}
