.about_list {
	position: absolute;
	top: 25%;
	left: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          min-width: 20px;
}
.about_listtitle {
	font-family: "Proxima Nova Semibold", "Heiti SC", STXihei, "Microsoft YaHei";
	font-size: 32px;
	text-align: left;
	text-align: center;
}
.about_text {
	font-family: "Proxima Nova Regular", "Heiti SC", STXihei, "Microsoft YaHei";
	font-size: 18px;
	text-align: justify;
	line-height: 26px;
	display: table-cell;
  vertical-align: middle;
	padding: 10px;
}
.about_icon {
	text-align: center;
}

.about_icon img {
	width: 150px;
}

.about_listing_right {
	display: table;
	text-align: center;
}

.listings {
	min-height: 100px;
    display: table;
    position : relative;
    text-align: center;
}

.listings [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
}

.derekprofile {
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(/static/img/derek.png);
	min-height: 265px;
	background-color: #9e9e9e;
}

.johnnyprofile {
	background-image: url(/static/img/john.png);
	min-height: 265px;
	background-color: #9e9e9e;


}

.ellenprofile {
	background-image: url(/static/img/ellen.png);
	min-height: 265px;
	background-color: #9e9e9e;


}

.about-person {
	display: inline-block;
	margin-top: 30px;
	padding: 0 20px;
	width: 59%;
}

.about-person .title {
	font-family: "Proxima Nova Semibold";
	color: #000;
	font-size: 14pt;
}

.about-person .title span {
	color: #898989;
}

.about-person .fa-linkedin-square {
	color: #4a90e2;
	margin-left: 10px;
}

.about-person .fa-envelope-o {
	margin-right: 10px;
}

.about-person .email {
    color: #424242;
}

.icon-dist {
	margin-right: 18px;
}

.contact-icon {
	max-width: 60px;
}

.contact {
	font-family: "Proxima Nova Semibold";
	font-size: 25px;
	line-height: 36px;
	color: #000;
	text-align: justify;

}
.contact .left {
	float:right;
}
.contact .center {
	text-align: center;
}
.contact .right {
	float:left;
}
#contactus {
	font-size: 22px;
	line-height: 1.4;
}
 .btfnt {
  color: #000;
}
.about-portr {
	width: 40%;
	display: inline-block;
  position: relative;
	overflow: hidden;
	vertical-align: top;
	padding: 20px 0;
 }
.about-portr img {
	display: inline;
  width: 100%;
}
.img-center {
	margin-left: auto;
	margin-right: auto;
  position:absolute;
  top:0;
  left:0;
  width:100%;
}
.contact_icon {
	width: 100px;
}
.contact-col {
	margin-bottom: 15px;
}
.vidoetilte {
	text-align: center;
	font-family: "Proxima Nova Regular", "Heiti SC", STXihei, "Microsoft YaHei";
  font-size: 20px;
  line-height: 26px;
}

.join-us-entry {
	background-image: url(/static/img/about-joinus-entry.jpg);
	background-size: cover;
}

.join-us-entry, .join-us-entry .section-title span {
	color: white;
}

.join-us-button {
	padding: 6px 40px;
}

.join-us-intro {
	width: 50%;
}

.join-us-entry .section-title {
	text-align: left!important;
	margin-left: 0;
}

@media only screen and (max-width: 768px) {
	.about-person, .about-portr {
		width: 100%;
		text-align: center;
	}
	.join-us-intro {
		width: 100%;
	}
}
