.person_entry {
	margin: 0 auto;
	width: 100%;
	background-color: #333;
	height: 370px;
	overflow: hidden;
}

.person_entry .left-persons {
	float: left;
	width: 40%;
	height: 100%;
	background-size: cover !important;
	background-position: center center !important;
}

.person_entry .left-persons img {
	display: none;
	margin: 0 auto;
}

.person_entry .right-persons {
	float: left;
	width: 60%;
	height: 100%;
	padding: 50px 40px;
	position: relative;
	overflow: hidden;
}

.person_entry .right-persons:after {
	content: '';
	width: 0;
	height: 0;
	right: 0;
	top: 292px;
	position: absolute;
	border-bottom: 155px solid #fff;
	border-left: 100px solid transparent;
}

.person_entry h3 {
	color: #69c350;
	letter-spacing: normal;
	font-size: 2.2em;
	padding-bottom: 10px !important;
	font-weight: 500;
}

.person_entry .region,
.person_entry .position {
	color: #fff !important;
	font-size: 1.5em;
	font-weight: 400;
	padding-bottom: 40px;
}

.person_entry p,
.person_entry a {
	color: #bbb !important;
}

.person_entry .phone,
.person_entry .email {
	position: relative;
}

.person_entry .phone:before {
	font-family: 'ETmodules';
	content: "\e090";
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}

.person_entry .phone span,
.person_entry .email {
	display: inline-block;
	padding-left: 40px;
}

.person_entry .email:before {
	font-family: 'ETmodules';
	content: "\e076";
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}

.person_entry .calendar:before {
	font-family: 'ETmodules';
	content: "\e023";
	color: #fff;
	padding-right: 20px;
	top: 0;
	left: 0;
}

.person_entry .social {
	padding-top: 10px;
}

.person_entry .social a {
	text-decoration: none;
}

.person_entry .social a:hover {
	text-decoration: none;
}

.person_entry .social span {
	display: none;
	margin-right: 15px;
}

.person_entry .phone a {
	text-decoration: none;
}

@media(max-width: 960px) {

	.person_entry {
		height: auto;
		padding: 50px;
	}

	.person_entry .left-persons,
	.person_entry .right-persons {
		float: none;
		width: 100%;
		height: auto;
	}

	.person_entry .left-persons {
		background: none !important;
	}

	.person_entry .left-persons img {
		display: block;
	}

	.person_entry .right-persons {
		padding: 30px 0 0;
	}
}

@media(max-width: 640px) {
	
	.person_entry {
		padding: 30px;
		border-radius: 0;
	}

	.person_entry h3 {
		font-size: 1.5em;
	}

	.person_entry .region,
	.person_entry .position {
		font-size: 1.2em;
	}

	.person_entry .phone span {
		display: block;
	}

	.person_entry .phone a {
		text-decoration: none;
	}

	.person_entry .phone span,
	.person_entry .calendar,
	.person_entry .email {
		padding-left: 0;
	}

	.person_entry .phone:before,
	.person_entry .calendar:before,
	.person_entry .email:before {
		display: none;
	}
}