/*
 * Home page styles
 */
.beopen-home .process p {
	display: none;
}
/*
 * About page styles
 */
#about-proccesses
{
	top: -170px;
	position:relative;
}

@media only screen and (max-width: 767px){
	#about-proccesses
	{
		top: 0px;
		position:relative;
	}
}

#about-proccesses .beopen-home .process p {
	display: block !important;
	text-align: center;
}

#about-proccesses .beopen-home .process h3 {
	height: 60px;
}

#call-to-action {
	background: #000;
	display: table;
	padding: 10px 0px;
	width: 100% !important;
	margin-bottom: 30px;
}

.call-to-action-wrapper {
	margin: 0 auto;
	width: 50%;
}

.call-to-action-text {
	color: #fff;
	float: left;
	font-size: 1.3em;
	line-height: 30px;
}

.call-to-action-btn {
	float: left;
}

#about-text {
	background: #e2e1e1;
	padding: 10px;
}


#team-list h2 {
	color: #000;
	font-size: 1.3em;
	text-transform: uppercase;;
	text-align: center;
	font-weight: bold;
}

.member-photo-mask {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 233px;
}
.team-list-item.left .member-photo-mask {
	background-position: center left !important;
}
.team-list-item.right .member-photo-mask {
	background-position: center right !important;
}
.team-list-item.left img {
	float: left;
}
.team-list-item.right img {
	float: right;
}

@media only screen and (max-width: 767px){
	.team-list-item.right .member-info {
		float: left;
	}
}

.member-photo {
	width: 230px;
	position: relative;
	padding: 0px;
}
.team-list-item.left .member-photo {
	float: left;
}
.team-list-item.right .member-photo {
	float: right;
}
.member-info {
	float: left;
	padding-top: 50px; 
}
.member-info-content {
	margin-top: 10px;
	display: block;
}
.team-list-item.left .member-info {
	float: left;
}
.team-list-item.right .member-info {
	
}

.team-list-item {
	position: relative;
	margin-bottom: 30px;
}

.team-list-item.left .member-photo-mask {
	background: url("images/about/mask_left_hand.png") no-repeat;
}

.team-list-item.right .member-photo-mask {
	background: url("images/about/mask_right_hand.png") no-repeat;
}


.team-list-item.right .member-name, .team-list-item.right .member-job, .team-list-item.right .member-info-content {
	text-align: right;
}

#about-proccesses {
	margin-bottom: -10%;
}