@charset "utf-8";

/*----------------------------- sticky -----------------------------*/
.sticky_active{
	width:100%;
	position:fixed !important;
	top:0;
	left:0;
	z-index:20;
}
/*----------------------------- /sticky -----------------------------*/