.c4d-team-member {
	.item {
		.item-inner {
			background: #fff;
			text-align: center;
			margin: 15px;
			padding: 20px;
			.image {
				margin-top: 30px;
				img {
					width: auto;
					height: auto;
					margin: auto;
				}
			}
			.title {
				font-size: 16px;
				text-transform: uppercase;
				margin: 30px auto auto;
				padding: 0;
			}
			.role {
				margin-top: 10px;
			}
			.desc {
				margin-top: 20px;
				font-size: 13px;
				line-height: 24px;
				color: #666;
			}
			.social {
				margin: 20px auto 10px;
				a {
					color: #cfcfcf;
					font-size: 20px;
					margin: auto 5px;
					display: inline-block;
				}
			}
		}
	}
	.owl-theme .owl-controls {
		margin-top: 50px;
		.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;
			    }
			}

		}
	}
}