/* Our Team
-------------------------------------------------- */
.our-team {
    text-align: center;
    background: #fff;
    margin-bottom: 30px;
    overflow: hidden;
}

.social-team {
    padding-bottom: 14px;
    text-align: center;
}

.our-team figure {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.our-team figure img {
    width: 160px;
    border-radius: 50%;
    height: auto;
}

.blox .our-team figure img {
    margin-top: 25px;
}

.social-team i {
    margin: 0 4px;
    background: #fff;
    padding: 10px;
    font-size: 18px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #777;
}

.our-team h2 {
    font-size: 17px;
    margin-top: 25px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #515151;
}

.our-team h2 a {
    color: #515151;
}

.our-team h2 a:hover {
    text-decoration: underline;
}

.our-team h5 {
    color: #437df9;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.6px;
}

.our-team p {
    font-size: 14px;
    padding: 7px 25px 0;
    color: #8a8a8a;
}

.our-team .social-team {
    padding-top: 10px;
}

.our-team .social-team i {
    margin: 0 4px;
    padding: 5px 6px;
    font-size: 18px;
    border-radius: 3px;
    color: #8a8a8a;
}

.our-team .social-team i.fa-facebook {
    padding: 5px 8px;
}

.our-team i:hover {
    color: #fff;
}

.our-team .socialfollow a {
    padding: 4px;
    margin: 1px 4px;
    background: none;
    height: 26px;
}

.our-team .socialfollow i {
    color: #a1a1a1;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.125s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.our-team .socialfollow a:hover {
    background: none;
}

.social-team i {
    margin-bottom: 8px;
}