@charset "utf-8";

.loading {
  /*display: none;*/
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
	background: linear-gradient(45deg, #fff, #999, #fff);
	background-size: 600% 600%;
	animation: AnimationName 5s ease infinite;
	z-index:10000;
}
 
@keyframes AnimationName {
	0%{background-position:0% 50%}
	50%{background-position:100% 50%}
	100%{background-position:0% 50%}
}



.wrapper {
  opacity: 0
}

/*#colorbox {
  top: 0 !important;
}*/