
.shadow-effect {
		    background: #fff;
		    padding: 20px;
		    border-radius: 4px;
		    text-align: center;
			width: 120%;
			/* height: 400px; */
			/* border:1px solid #ECECEC; */
		    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}

.shadow-effect a {
    display: inline-block;
    background-color: #fff;
    color: #a1110c;
	border: 1px solid #a1110c;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 0px 6px 20px 0;
    font-weight: 500
}

.shadow-effect a:hover {
	color: #fff;
    background-color: #a1110c;
}


#testimonials-list .shadow-effect p {
	font-family: inherit;
	font-size: 17px;
	line-height: 1.5;
	margin: 0 0 17px 0;
	font-weight: 300;
}


#testimonials-list .item {
	text-align: center;
	padding: 50px;
	/* Afstand bolletjes onder div */
	margin-bottom:50px;
	opacity: .5;
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transform: scale3d(0.8, 0.8, 1);
	transition: all 0.3s ease-in-out;
}
#testimonials-list .owl-item.active.center .item {
	opacity: 1;
	-webkit-transform: scale3d(1.0, 1.0, 1);
	transform: scale3d(1.0, 1.0, 1);
}

/* Afbeelding */
.owl-carousel .owl-item img {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	max-width: 120px;
	border-radius: 50%;
	margin: 0 auto 17px;
}

/* Geselcteerde bolletje */
#testimonials-list.owl-carousel .owl-dots .owl-dot.active span,
#testimonials-list.owl-carousel .owl-dots .owl-dot:hover span {
	/* background: #fff;  */
	/* border:7px solid #fff; */
	-webkit-transform: translate3d(0px, -50%, 0px) scale(0.7);
	transform: translate3d(0px, -50%, 0px) scale(0.7);
				border-radius: 50%;
	}
#testimonials-list.owl-carousel .owl-dots{
	display: inline-block;
	width: 100%;
	text-align: center;
}
#testimonials-list.owl-carousel .owl-dots .owl-dot{
	display: inline-block;
}

/* Bolletjes lijst */
#testimonials-list.owl-carousel .owl-dots .owl-dot span {
	background: #fff;
	display: inline-block;
	height: 20px;
	margin: 0 2px 5px;
		border-radius: 50%;
	-webkit-transform: translate3d(0px, -50%, 0px) scale(0.3);
	transform: translate3d(0px, -50%, 0px) scale(0.3);
	-webkit-transform-origin: 50% 50% 0;
	transform-origin: 50% 50% 0;
	transition: all 250ms ease-out 0s;
	width: 20px;
}


/* About */
/* ====================================================================== */
#testimonials-list-about .shadow-effect p {
	font-family: inherit;
	font-size: 17px;
	line-height: 1.5;
	margin: 0 0 17px 0;
	font-weight: 300;
}


#testimonials-list-about .item {
	text-align: center;
	padding: 50px;
	/* Afstand bolletjes onder div */
	margin-bottom:50px;
	opacity: .5;
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transform: scale3d(0.8, 0.8, 1);
	transition: all 0.3s ease-in-out;
}
#testimonials-list-about .owl-item.active.center .item {
	opacity: 1;
	-webkit-transform: scale3d(1.0, 1.0, 1);
	transform: scale3d(1.0, 1.0, 1);
}

/* Afbeelding */
.owl-carousel .owl-item img {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	max-width: 120px;
	border-radius: 50%;
	margin: 0 auto 17px;
}

/* Geselcteerde bolletje */
#testimonials-list-about.owl-carousel .owl-dots .owl-dot.active span,
#testimonials-list-about.owl-carousel .owl-dots .owl-dot:hover span {
	/* background: #fff;  */
	/* border:7px solid #fff; */
	-webkit-transform: translate3d(0px, -50%, 0px) scale(0.7);
	transform: translate3d(0px, -50%, 0px) scale(0.7);
				border-radius: 50%;
	}
#testimonials-list-about.owl-carousel .owl-dots{
	display: inline-block;
	width: 100%;
	text-align: center;
}
#testimonials-list-about.owl-carousel .owl-dots .owl-dot{
	display: inline-block;
}

/* Bolletjes lijst */
#testimonials-list-about.owl-carousel .owl-dots .owl-dot span {
	background: #fff;
	display: inline-block;
	height: 20px;
	margin: 0 2px 5px;
		border-radius: 50%;
	-webkit-transform: translate3d(0px, -50%, 0px) scale(0.3);
	transform: translate3d(0px, -50%, 0px) scale(0.3);
	-webkit-transform-origin: 50% 50% 0;
	transform-origin: 50% 50% 0;
	transition: all 250ms ease-out 0s;
	width: 20px;
}