.kubiq-carousel,
.kubiq-item {
	-webkit-tap-highlight-color: transparent;
	position: relative
}

.kubiq-carousel {
	display: none;
	width: 100%;
	z-index: 1
}

.kubiq-stage {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}

.kubiq-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}

.kubiq-item,
.kubiq-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.kubiq-item {
	min-height: 1px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}

.no-js .kubiq-carousel,
.kubiq-carousel.kubiq-loaded {
	display: block
}
.kubiq-dots{
	display: -ms-flexbox;
	display: flex;
}
.kubiq-dots button,
.kubiq-next,
.kubiq-prev {
	padding: 0;
	cursor: pointer;
	background: none;
	border: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.kubiq-dots button{
	min-width: 10px;
	min-height: 10px;
	background: #000;
}
.kubiq-dots button.active{
	background: #f00;
}