@charset "utf-8";
@media only screen and (min-width: 320px) {
	#filter .scroll {
		position: relative;
	}
	#filter .loader, #list .loader {
		position: absolute;
		z-index: 3;
		width: 100%;
		height: 100%;
		background: rgba(0,60,118,.4);
		top: 0;
		left: 0;
		display: none;
	}
	#list .loader {
		top: 10px;
		height: calc(100% - 10px);
	}
	#filter .loader .in, #list .loader .in {
		display: table-cell;
		vertical-align: middle;
		color: #fff;
		padding: 0;
		background: none;
		box-shadow: none;
		text-align: center;
	}
	#list .loader .in {
		vertical-align: top;
	}
	#filter .loader .in i, #list .loader .in i {
		margin: 0 auto;
		width: 100px;
		display: block;
		height: 100px;
		border-radius: 100%;
		background: url('../images/puff-loader.svg') no-repeat center center;
		background-size: 70%;
	}
	#filter .loader .in p, #list .loader .in p {
		padding: 0;
		margin: 0;
	}
}
@media only screen and (min-width: 768px) {
	#filter .loader, #list .loader {
		left: -8px;
		top: 5px;
		height: calc(100% + 3px);
		border-radius: 2px;
	}
	#list .loader {
		left: -8px;
		top: 5px;
		height: 100%;
		width: calc(100% + 16px);
	}
}
@media only screen and (min-width: 1366px) {
	#list .loader {
		top: 7px;
		width: calc(100% - 502px);
		left: auto;
		right: -4px;
		height: calc(100% - 11px);
	}
}