.section-background{
	/*background: url('../images/about.png');*/
}
.about{
	/*background: #f3f3f3;*/
}
.about-detail{
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
	color: #292727;
	line-height: 1.5em;
}
.section-item-title, .section-item-detail{
	text-align: center;
}
.about .row:nth-child(4){
	margin-top: 90px;
}
.logo_about {
	margin-top: 80px;
}
.team{
	/*background: #ededed;*/
}
.team-item{
	background: #f3f3f3;
	margin-bottom: 60px;
	text-align: center;
}
.team-img{
	width: 100%;
}
.team-item-name{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin-bottom: 5px;
	padding-top: 20px;
}
.team-item-id{
	font-family: 'Open Sans', sans-serif;
	color: #a3a2a2;
	font-size: 11px;
	text-transform: uppercase;
	padding-bottom: 30px;
}






