/* Team Slider*/
.shapla-team {
	position: relative;
	margin-top: 20px;
	.team-pic {
		max-width: 150px;
		height: auto;
		margin: auto;
		position: relative;
		margin-bottom: -24px;
		z-index: 10;
		border: 3px solid #ffffff;
		box-shadow: 0px 0px 0px 3px #f7f8fa;
		img {
			max-width: 100%;
		}
	}
	.box {
		margin-right: 15px;
		margin-left: 15px;
		border-radius: 3px;
		position: relative;
		background: #f7f8fa;
		padding-top: 20px;
		-webkit-box-shadow: 0px 1px 0px 0px rgba(229, 229, 229, 0.75);
		-moz-box-shadow: 0px 1px 0px 0px rgba(229, 229, 229, 0.75);
		box-shadow: 0px 1px 0px 0px rgba(229, 229, 229, 0.75);
		.message {
			padding: 25px;
			font-style: italic;
		}
	}
	.team-info {
		margin-top: 30px;
		text-align: center;
		.team-name {
			line-height: 20px;
		}
		.company {
			font-size: 13px;
		}
	}
}