.search-done {
	display: none;
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 3000;
  opacity: 0.8;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 4000;
  opacity: 0.9;
}
#loader-bg-search {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 3000;
  opacity: 0;
}
#loader-bg-transparent {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(255,255,255,0);
  z-index: 3000;
}
#loader-text {
  position: absolute;
  top: 41%;
  left: 30%;
  color: black;
  font-weight: bolder;
  font-size: 12px;
}