.c4d-testimonial {
	.item {
		.item-inner {
			text-align: center;
			margin: 15px;
			padding: 20px;
			.author-info {
				display: inline-block;
				text-align: center;
				margin-top: 55px;
				&:after {
					content: '';
					display: block;
					clear: both;
				}
				.image {
					display: inline-block;
					margin: auto;
					img {
						width: auto;
						height: auto;
						margin: auto;
					}
				}
				.info-text {
					text-align: left;
				    display: inline-block;
				    vertical-align: top;
				    margin-top: 14px;
				    margin-left: 15px;
				}

			}
			.title {
				font-size: 16px;
				text-transform: uppercase;
				margin: auto;
				padding: 0;
			}
			.role {
				margin-top: 10px;
			}
			.quote {
				margin: auto;
				font-size: 13px;
				line-height: 24px;
				color: #666;
				border: 1px solid #cfcfcf;
				padding: 90px 0;
				position: relative;
				quotes: "“" "”" "‘" "’";
				font-size: 18px;
				&:before {
					position: absolute;
				    content: open-quote;
				    display: block;
				    width: 70px;
				    height: 70px;
				    position: absolute;
				    top: -35px;
				    border: 1px solid #cfcfcf;
				    border-radius: 50%;
				    margin: auto;
				    left: 0;
				    right: 0;
				    line-height: 96px;
				    font-family: 'Helvetical';
				    font-size: 70px;
				    color: #cfcfcf;
				    background: #91bbd1;
				}
				&:after {
					width: 0;
					height: 0;
					position: absolute;
					bottom: -17px;
					left: 0;
					right: 0;
					margin: auto;
					content: '';
					display: block;
					border-top: 16px solid #cfcfcf;
					border-left: 13px solid rgba(#fff, 0);
					border-right: 13px solid rgba(#fff, 0);
				}
				.quote-inner {
					max-width: 800px;
					margin: auto;
					padding: 0 30px;
				}
			}
			.social {
				margin: 20px auto 10px;
				a {
					color: #cfcfcf;
					font-size: 20px;
					margin: auto 5px;
					display: inline-block;
				}
			}
		}
	}
	.owl-theme .owl-controls {
		margin-top: 20px;
		margin-bottom: 30px;
		.owl-page {
			span {
				width: 14px;
				height: 14px;
				border-radius: 50%;
				background: #cfcfcf;
				border: 2px solid #cfcfcf;
				margin: 5px;
			}
			&.active {
				span {
					background: rgba(#fff, 0);
				}
			}
		}
		.owl-buttons {
			div {
				position: absolute;
			    top: 50%;
			    right: -10px;
			    transform: translateY(-50%);
			    width: 48px;
			    height: 48px;
			    background: #fff;
			    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
			    border-radius: 0;
			    border: none;
			    margin: auto;
			    font-family: vision;
			    font-size: 20px;
			    line-height: 39px;
			    text-align: center;
			    color: #cfcfcf;
			    &.owl-prev {
			    	right: auto;
			    	left: -10px;
			    }
			}

		}
	}
}