.showcase--container {
	padding: 60px 30px 30px;
}

.showcase--title {
	margin-bottom: 45px;
}

.showcase--slider {
	border: 1px solid #e2e2e2;
	border-right: none;
	margin-bottom: 30px;
}

.showcase--slider > .showcase--slide:not(:first-child) {
	display: none;
}

.showcase--quote {
	display: flex;
	min-height: 100%;
}

.slick-slider .showcase--quote {
	display: flex !important;
}

.showcase--quote-copy {
	background: #00a1e1;
	background-image: url(../../images/quotes-overlay.svg);
	background-size: auto 140%;
	background-position: -14% center;
	background-repeat: no-repeat;	
	color: #fff;
	padding: 45px 30px;
}

.showcase--quote-logo-col {
	padding: 30px !important;
}

.showcase--quote-copy p {
	margin-bottom: 1em;
}

.showcase--quote-author {
	font-weight: 900;
	font-style: normal;
	display: block;
	letter-spacing: .03em;
}

.showcase--quote-company {
	font-style: normal;
	display: block;
	letter-spacing: .03em;
}

.showcase--section .slick-dots {

}

.showcase--section .slick-dots li {
	margin-bottom: 10px;
}

.showcase--section .slick-dots li button:before {
	border: 1px solid #fff;
	border-radius: 50%;
	width: 15px;
	height: 15px;
}

.showcase--section .slick-dots li.slick-active button:before {
	background: #fff;
}

.showcase--section .slick-dots li button:hover:before,
.showcase--section .slick-dots li button:focus:before {
	background: rgba(277,277,277,.7);
}

@media (min-width: 768px) {
	.showcase--section .slick-dots {
		top: 0;
		left: 33.333%;
		width: 60px;
		padding: 15px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	
	.showcase--quote-copy {
		padding: 60px 30px 60px 60px;
	}
	
}

@media (min-width: 992px) {
	.showcase--quote-copy {
		padding: 60px 45px 60px 60px;
	}	
}

.showcase--row > div:nth-child(1),
.showcase--row > div:nth-child(2),
.showcase--row > div:nth-child(3),
.showcase--row > div:nth-child(4),
.showcase--row > div:nth-child(5),
.showcase--row > div:nth-child(6)  { order: 1;}
.showcase--row > div:nth-child(7),
.showcase--row > div:nth-child(8),
.showcase--row > div:nth-child(9),
.showcase--row > div:nth-child(10),
.showcase--row > div:nth-child(11),
.showcase--row > div:nth-child(12),
.showcase--row > div:nth-child(14),
.showcase--row > div:nth-child(15),
.showcase--row > div:nth-child(16)  { order: 3;}
.showcase--row > div:nth-child(13) { order: 2;}


.showcase--logo-col {
	margin-bottom: 30px;
	min-width: 50%;
}

@media (min-width: 768px) {
	.showcase--logo-col {
		min-width: 33.3333%;
	}	
}

@media (min-width: 992px) {
	.showcase--logo-col {
		min-width: 16.666666%;
	}	
}

.showcase--logo-inside {
	position: relative;
	border: 1px solid #e2e2e2;
}

.showcase--logo-inside:before {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.mosaic-image img {
	position: absolute;
	top: 10px;
	left: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	object-fit: contain;
	background: #fff;
	transition: opacity 0s;
	animation-delay: -5s;
}

@keyframes mosaic2 {
	0% { opacity: 0; }
	30% { opacity: 0; }
	33% { opacity: 1; }
	66% { opacity: 1; }
	70% { opacity: 0; }
	100% { opacity: 0; }
}

@keyframes mosaic3 {
	0% { opacity: 0; }
	33% { opacity: 0; }
	63% { opacity: 0; }
	66% { opacity: 1; }
	97% { opacity: 1; }
	100% { opacity: 0; }
}

.mosaic-image img:nth-child(3) {
	animation-name: mosaic2;
	animation-duration: 15s;
	animation-iteration-count: infinite;
}

.mosaic-image img:nth-child(5) {
	animation-name: mosaic3;
	animation-duration: 15s;
	animation-iteration-count: infinite;
}

.mosaic-image:nth-child(5n+1)	img {animation-delay: 3.6s;}
.mosaic-image:nth-child(5n+2)	img {animation-delay: 1.3s;}
.mosaic-image:nth-child(5n+3)	img {animation-delay: 2.7s;}
.mosaic-image:nth-child(5n+4)	img {animation-delay: 1s;}


.showcase--testimonials-small-title-col {
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
}

.showcase--testimonials-small-title {
	font-weight: 400;
	font-family: raleway, sans-serif;
	font-size: 2rem;
}

.acf-block-preview .showcase--testimonials-small-title {
	font-size: 1rem;
}

@media (min-width: 768px) {
	.showcase--row > div:nth-child(16)  { display: none;}
}

@media (min-width: 992px) {
	.showcase--row > div:nth-child(16)  { display: block;}
	.without-testimonials .showcase--row > div:nth-child(7),
	.without-testimonials .showcase--testimonials-small-title-col { order: 2;	}
}

.showcase-grid--col {
	margin-bottom: 30px;
}

.showcase-grid--image {
	position: relative;
    border: 1px solid #e2e2e2;
	margin-bottom: 15px;
}

.showcase-grid--image:before {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.showcase-grid--image img {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
}

.showcase-grid--title {
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 15px;
	letter-spacing: 0.03em;
}