.team-wrapper-top::before {
    background-color: #ecf0f1;
    bottom: 0;
    content: "";
    height: 4px;
    position: absolute;
    width: 80%;
	left: 10%;
}
.team-wrapper-top::after {
    background-color: #bfbfbf;
    bottom: 0;
	left: 10%;
    content: "";
    height: 4px;
    position: absolute;
    transition: all 0.25s ease 0s;
    width: 25px;
}
.team-wrapper-top {
    position: relative;
}

.team-member-image {
    display: block;
}
.team-member-name {
    color: #0d0d0d;
    display: block;
    font-size: 1.25em;
    font-weight: 300;
    padding: 20px 0 15px;
}
.about-member {

    font-size: 0.93em;
    font-weight: 300;
    padding-top: 40px;
}
.about-member span {
    color: #0d0d0d;
    font-size: 1em;
    text-transform: uppercase;
}
.team-member-bio {
    padding-top: 30px;
}

/* social icons */
.team-member-bio a {
    background-color: #b3b3b3;
    color: #ffffff!important;
    display: inline-block;
    font-size: 1em;
    height: 25px;
    line-height: 22px;
    text-align: center;
    width: 25px;
	padding: 2px;
}
.team-member-bio a {
    margin-right: 5px;
}
.team-member-bio a, .facebook, .twitter, .linkedin, .google-plus, .pinterest, .xing, .mail {
    transition: all 0.25s ease 0s;
}
.facebook:hover {
    background-color: #3d5b99;
}
.google-plus:hover {
    background-color: #dd4b39;
}
.twitter:hover {
    background-color: #5ea9dd;
}
.pinterest:hover {
    background-color: #cb2027;
}
.linkedin:hover {
    background-color: #0177b5;
}
.xing:hover {
    background-color: #006464;
}
.mail:hover {
    background-color: #5ea9dd;
}

@media (max-width: 1000px) {
	.team-wrapper {
		padding-bottom: 50px;
	}
}
