
#loading {
	height: 5px;
	width: 0px;
	position: fixed;
	left: 0px;
	top: auto;
	z-index:9999;
}
.admin-bar #loading {top: auto;}
@media only screen and (max-width: 980px) {
#loading {top: 0px;}
}
@media only screen and (max-width: 768px) {

.admin-bar #loading {  top: 0px;}
#loading {top: 0px;}
}

@media only screen and (max-width: 480px) {

.admin-bar #loading {top: 0px;}

}