.testimonialContainer {
	position: relative;
	overflow:hidden;
	width: 100%;
	padding: 30px 30px 60px;
	background: #fff;
}

.testimonialContainer h2 {
	color:#971b14;
	/*font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:2.5em;*/
	/*color:#be9e59;
	margin: 0;
	z-index: 2;
	position: relative;*/
}

.testimonialContainer h2 span {
	/*border-bottom:5px solid #9393e5;
	padding-right: 25px;*/
}

.testimonialContainer .contentTestimonialsWrapper {
	position: relative;
	margin: 0 auto;
	color: #000;
	/*background: #3e2469;
	max-width: 980px;
	padding: 0;*/
	padding: 0 0 60px;
}

.testimonialContainer .contentTestimonialsWrapper.hidden {
	margin: 0;
}

.testimonialContainer .owl-carousel {
	border-top: 3px solid #bca67a;
	padding-top: 15px;
}

.testimonialContainer .owl-item .item {
	display: flex;
	flex-direction: row;
	margin: 0 auto;
	padding: 0;
}

.testimonialContainer .item img {
	max-width:100%;
	height:auto;
	object-fit: cover;
}

.testimonialContainer .itemTestimonial {
	width: 70%;
	padding: 0 45px 0 0;
}

.testimonialContainer .quote {
	padding-top: 15px;
	/*font-size: 1.1em;*/
	line-height: 1.25em;
	padding-bottom: 20px;
	white-space:pre-wrap;
}

.testimonialContainer .itemPerson {
	border-left: 5px solid #971b14;
	padding: 10px 0 10px 10px;
	margin-bottom: 0;
}

.testimonialContainer .itemName {
	color: #be9e59;
	text-transform: uppercase;
	/*font-size: 1.15em;*/
	font-weight: bold;
}

.testimonialContainer .itemTitle {
	/*font-size: 1em;*/
}

.testimonialContainer .itemPhotoContainer {
	width: 30%;
	padding: 0 1px 0 0;
}

.testimonialContainer .itemPhoto {
	width: 100%;
	padding-bottom: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}


.testimonialContainer .contentTestimonialsLeft,
.testimonialContainer .contentTestimonialsRight {
	position: absolute;
	z-index: 1;
	width: 60px;
	height: 100%;
	top: 0;
	margin: 0;
	display: flex;
	align-items: center;
	font-size: 2em;
	justify-content: center;
}

.testimonialContainer .contentTestimonialsLeft a,
.testimonialContainer .contentTestimonialsRight a {
	color:#723487;
}

.testimonialContainer .contentTestimonialsLeft a:hover,
.testimonialContainer .contentTestimonialsRight a:hover {
	color:#8e7ab1;
}

.testimonialContainer .contentTestimonialsLeft.hidden,
.testimonialContainer .contentTestimonialsRight.hidden {
	display:none;
}

.testimonialContainer .contentTestimonialsLeft {
	left: -60px;
}

.testimonialContainer .contentTestimonialsRight {
	right: -60px;
}

.testimonialContainer .owl-dots {
	position: absolute;
	left: 0;
	width: 100%;
	z-index:999;
	display:flex;
	flex-direction:row;
	justify-content: center;
	bottom: -50px;
}

.testimonialContainer .owl-dots .owl-dot span {
	background:#be9e59 !important;
	width: 15px !important;
	height: 15px !important;
}

.testimonialContainer .owl-dots .owl-dot:hover span,
.testimonialContainer .owl-dots .owl-dot.active span {
	background:#971b14 !important;
}

@media (max-width: 1080px) {
	/*.testimonialContainer {
		padding: 90px 0;
	}*/
	
	.testimonialContainer .owl-item .item {
		flex-direction: column;
	}
	
	.testimonialContainer .itemTestimonial, .testimonialContainer .itemPhotoContainer {
		width:100%;
		padding:30px;
	}
	
	 .testimonialContainer .contentTestimonialsWrapper .quotes {
		width: 125px;
		left: -62px;
		top: -30px;
	 }
}

@media (max-width: 768px) {
	.testimonialContainer h2 {
		padding: 0 30px;
	}
	
	.testimonialContainer .contentTestimonialsWrapper {
		padding: 15px 15px 25px;
	}
}

@media (max-width: 480px) {
	.testimonialContainer .contentTestimonialsWrapper .quotes {
		width: 75px;
		left: -37px;
		top: -15px;
	}
	
	.testimonialContainer h2 {
		padding: 0;
	}
	
	.testimonialContainer .itemTestimonial, .testimonialContainer .itemPhotoContainer {
		padding:30px 0;
	}
	
	.testimonialContainer .owl-item .item {
		font-size: 0.9em;
	}
}