/* preloader base */
.search-container.search-form {
	position: relative;
}
.bx-searchtitle-preloader {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	width: 100%;
	height: 120px;
	z-index: 5;
	background: #fff;
	display: none;
	/* display: block; */
}
.bx-searchtitle-preloader.view img{
	display: block;
	width: 70px;
	height: 70px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}