/*------------------------------------*\
	#GALLERY
\*------------------------------------*/

.c-gallery__carousel {
	width: auto !important;
}

.c-gallery__indicators .owl-item {
	display: inline-block !important;
	float: none !important;
	width: 21% !important;
	margin: 1% .5% 0;
	cursor: pointer;
}

@media (min-width: 991px) {
	.c-gallery__indicators .owl-item  {
		width: 150px;
	}
}

.c-gallery__indicators .owl-stage {
	width: 100% !important;
}

.c-gallery__indicators {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.c-gallery__img {
	width: 100%;
}

