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

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

.c-gallery__indicators .owl-item {
	display: inline-block !important;
	float: none !important;
	width: 100px !important;
}

@media (min-width: 991px) {
	.c-gallery__indicators .owl-item  {
		width: 20% !important;
	}
}

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

.c-gallery__indicator {
	margin-left: 10px;
	margin-right: 10px;
	cursor: pointer;
}

.c-gallery__indicators {
	text-align: center;
}

.c-gallery__img {
	width: 100%;
}

