.our-team-item {
    float: left;
    margin-left: 12%;
    padding-bottom: 10px;
    position: relative;
    width: 80%;
}
.our-team-face {
    width: 180px;
    height: 180px;
    border: 10px solid #f1f1f1;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin:0 auto 5px;
}
.our-team-name {
    text-align: center;
    font:700 18px 'Roboto', sans-serif;
    color: #333;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 5px 0;
}
.our-team-tag {
    text-align: center;
    font:300 13px 'Roboto', sans-serif;
    color: #666;
    text-transform: uppercase;
	font-style:italic;
}
.our-team-prince {
    text-align: center;
    font:300 12px 'Roboto', sans-serif;
    color: #9a9a9a;
    padding: 10px 0;
}

.text-our-team {
    color: #333333;
    font-weight: 300;
    padding: 0 0 20px;
    text-align: center;
	margin-top:-40px;
}
.upper-text {
    text-transform: uppercase;
    /*font-family: 'Roboto';*/
}
.color-red {
    color: #d71921;
}
.text-our-team strong, .text-our-team b {
    font-weight: 500;
}
.text-our-team p {
    margin: 1.4em 0;
}
.text-our-team .img-responsive {
    display: inline-block;
}