.brown-outline {
	border: 2px solid #8b4b1d !important;
	padding: 8px 20px !important;
	line-height: 28px !important;
	font-family: graphik semibold !important;
	color: #8b4b1d !important;
	background-color: #ffffff !important;
	font-size: medium !important;
}

#dealer-gallery-reset-filter {
	margin-top: 10px;
}

.hide {
	display: none !important;
}

.gallery-list-block .gallery {
	width: calc(33.3% - 16px);
	display: inline-block;
	vertical-align: top;
	margin: 24px 12px;
	color: #8A4B23;
	position: relative;
	/*
	background-color: #173747;
	color: #fff;
	*/
}

.gallery-list-block .loading {
	opacity: 0.3;
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	display: none;
}

.gallery-list-block .gallery img {
	height: 270px;
	object-fit: cover;
	width: 100%;
}

.gallery-list-block .gallery:nth-child(3n+2) {
	margin-left: 0;
}

.gallery-list-block .gallery:nth-child(3n+1) {
	margin-right: 0;
}

.gallery-list-block .gallery .text {
	padding: 35px;
	height: 200px;
}

.gallery-list-block h2 {
	margin: 10px 0;
}

.gallery-list-block .pager {
	margin-top: 10px;
}

.gallery-list-block .pager .link {
	padding: 0 5px;
	color: #8A4B23;
	cursor: pointer;
}

.gallery-list-block .pager .link.active {
	font-weight: bold;
}

.gallery-list-block .pager .link:first-child {
	padding-left: 0;
}

.gallery-list-block .pager .link:last-child {
	padding-right: 0;
}