.ui-card-slider {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 180px;
	margin: 0 auto;
	overflow: hidden;
	padding: 3px 0;
}

.ui-card-slider .slide {
	display: block;
	-webkit-user-select: none;
	position: absolute;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	transition-property: all;
	-webkit-transition-property: all;
}

.ui-card-slider .slide a,
.ui-card-slider .slide img {
	width: auto;
	height: 100%;
}

.ui-card-slider .slide.center-slide img {
	width: 100%;
	height: 100%;
}

.ui-card-slider .center-slide {
	-webkit-user-select: none;
	z-index: 30;
	/* bottom: 12px; */
	left: calc(15%);
	width: 70%;
	height: auto;
}

.ui-card-slider .left-slide {
	-webkit-user-select: none;
	z-index: 20;
	top: 10%;
	/* top: 0; */
	left: 0;
	height: 80%;
	/* height: 175px; */
	opacity: .5;
}

.ui-card-slider .right-slide {
	-webkit-user-select: none;
	z-index: 20;
	top: 10%;
	right: 0;
	height: 80%;
	/* height: 175px; */
	opacity: .5;
}

.ui-card-slider .left-hidden-slide {
	z-index: 10;
	top: 10%;
	left: 0px;
	height: 80%;
	opacity: 0;
	/* height: 130px; */
}

.ui-card-slider .right-hidden-slide {
	z-index: 10;
	top: 10%;
	right: 0;
	height: 80%;
	/* height: 130px; */
	opacity: 0;
}

.ui-card-slider .hidden-slide {
	visibility: hidden;
	display: none;
}

.header-sc * {
	font-family: Great Vibes;
	color: #48668C;
	text-align: center;
}

.text-sc {
	font-family: roboto;
	font-weight: 100;
	font-size: 14px;
	color: #48668C;
	text-align: center;
	padding: 0 12px;
	margin-bottom: 11px;
}

.buttons-sc {
	text-align: center;
	font-size: 0;
}

.header-sc {
	margin-top: 12px;
	margin-bottom: 10px;
}

.thumbnails-images div {
	display: inline-block;
	width: 80px;
	height: auto;
	font-family: Roboto;
	font-size: 14px;
	overflow: hidden;
	font-weight: 100;
	text-align: center;
	margin-right: 25px;
	white-space: normal;
	vertical-align: top;
}

.thumbnails-images div.active {
	font-weight: 400;
}

.thumbnails-images div img {
	width: 72px;
	height: 72px;
	display: block;
	border: 4px solid #F2F2F2;
	margin-bottom: 7px;
}

.thumbnails-images div.active img {
	border: 4px solid #DAE6F2;
	margin-bottom: 7px;
}

.thumbnails-images {
	white-space: nowrap;
	margin-left: 5px;
	font-size: 0;
	margin-top: 3px;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
}

@media screen and (max-width: 991px) {
	.ui-card-slider {
		position: relative;
		width: 100%;
		height: 180px;
		margin: 0 auto;
	}

	.ui-card-slider .slide {
		display: block;
		-webkit-user-select: none;
		position: absolute;
		transition-duration: 0.4s;
		-webkit-transition-duration: 0.4s;
		transition-timing-function: ease-in-out;
		-webkit-transition-timing-function: ease-in-out;
		transition-property: all;
		-webkit-transition-property: all;
	}

	.ui-card-slider .slide.center-slide a,
	.ui-card-slider .slide.center-slide img {
		width: 100%;
		height: 100%;
	}


	.ui-card-slider .center-slide {
		-webkit-user-select: none;
		z-index: 30;
		/* bottom: 12px; */
		left: calc(5%);
		width: 90%;
		height: auto;
	}

	.ui-card-slider .left-slide {
		-webkit-user-select: none;
		z-index: 20;
		top: 10%;
		/* top: 0; */
		left: 0;
		height: 80%;
		/* height: 175px; */
		opacity: .5;
	}

	.ui-card-slider .right-slide {
		-webkit-user-select: none;
		z-index: 20;
		top: 10%;
		right: 0;
		height: 80%;
		/* height: 175px; */
		opacity: .5;
	}

	.ui-card-slider .left-hidden-slide {
		z-index: 10;
		top: 10%;
		left: 0px;
		height: 80%;
		opacity: 0;
		/* height: 130px; */
	}

	.ui-card-slider .right-hidden-slide {
		z-index: 10;
		top: 10%;
		right: 0;
		height: 80%;
		/* height: 130px; */
		opacity: 0;
	}

	.ui-card-slider .hidden-slide {
		visibility: hidden;
		display: none;
	}

	.header-sc * {
		font-family: Great Vibes;
		color: #48668C;
		text-align: center;
	}

	.text-sc {
		font-family: roboto;
		font-weight: 100;
		font-size: 14px;
		color: #48668C;
		text-align: center;
		padding: 0 12px;
		margin-bottom: 11px;
	}

	.buttons-sc {
		text-align: center;
		font-size: 0;
	}

	.header-sc {
		margin-top: 12px;
		margin-bottom: 10px;
	}

	.thumbnails-images div {
		display: inline-block;
		width: 80px;
		height: auto;
		font-family: Roboto;
		font-size: 14px;
		overflow: hidden;
		font-weight: 100;
		text-align: center;
		margin-right: 25px;
		white-space: normal;
		vertical-align: top;
	}

	.thumbnails-images div.active {
		font-weight: 400;
	}

	.thumbnails-images div a,
	.thumbnails-images div img {
		width: 72px;
		height: 72px;
		display: block;
		border: 4px solid #F2F2F2;
		margin-bottom: 7px;
	}

	.thumbnails-images div.active a,
	.thumbnails-images div.active img {
		border: 4px solid #DAE6F2;
		margin-bottom: 7px;
	}

	.thumbnails-images {
		white-space: nowrap;
		margin-left: 5px;
		font-size: 0;
		margin-top: 3px;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
	}
}