.loadie {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	width: 0;
	height: 4px;
	-webkit-transition: width 0.5s ease-out;
	z-index: 9999999999;

}