﻿#testi-block {
	display: table;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	font-size: 24px;
	line-height: 1.375;
	letter-spacing: -.8px;
	font-weight: 400;
	text-align: center;
	color: #fff;
	background-color: #696969;
	overflow: hidden;
}

#testi-container {
	width: 70vw;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	max-width: 840px;
	min-height: 294px;
	padding: 20px 30px 50px;
}

.testi-item {
	display: table;
	width: 100%;
}

.owl-carousel .owl-stage {
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	display: flex;
	padding: 20px 0;
}

.testi-det {
	margin: 0 0 31px;
	font-size: 24px;
}

.testi-item .author {
	font-size: 18px;
	line-height: 20px;
	font-style: normal;
	font-family: "Playfair";
}

.owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
	margin: 5px 7px;
	background: rgba(255,255,255,0.3);
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}

.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
	background-color: rgba(255,255,255,0.8);
}

.owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
