@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.our-team:before, .our-team:after {
    clear: both;
    content: "";
    display: block;
}
.our-team {
    border-left: 1px solid #e6e6e6;
    /*border-top: 1px solid #e6e6e6;*/
}
.our-team > li {
    border: 1px solid #e6e6e6;
    /*border-top: none;*/
    border-left: none;
    float: left;
    list-style: none;
    margin: 0 !important;
    padding: 20px;
    text-align: center;
    width: 25%;
}
.easy-members {
    line-height: 1.3;
}
.mem-des {
    position: relative;
}
.mem-image img {
    border-radius: 50% !important;
    box-shadow: none !important;
}
.member-details .thumbnail {
    background: none;
    border: medium none;
    line-height: inherit;
    margin: 0 auto;
    padding: 0;
}
.hover-info {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    opacity: 0;
    right: 0;
    margin: auto;
}
.our-team > li:hover .hover-info {
    opacity: 1;
}
.hover-info > a {
    box-shadow: none !important;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 16px;
    margin: 39% 5px 0;
}
.hover-info > a:hover {
    color: rgb(92, 126, 215) !important;
}
.member-info span {
    display: block;
    text-transform: uppercase;
}
.mem-name  {
    font-size: 17px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin: 20px 0 0;
    height: 66px;
    overflow-y: auto;
}
.mem-pos {
    color: rgb(128, 128, 128);
    font-size: 12px;
    height: 40px;
}
.member-details {
        transform-style: preserve-3d;
        transition: 1s transform;
        position: relative;
    }
    .member-details img {
        transition: all 1s ease 0s;
        border-radius: 50%;
    }
    .hover-info {
        transform: rotateY(0.5turn) translateZ(1px);
        transition: 1s .5s opacity;
    }
    .our-team li:hover .member-details { transform: rotateY(0.5turn); }
    .our-team li:hover .hover-info { opacity: 1; }
@media only screen and (max-width: 1023px) {
    .our-team > li {
        width: 50%;
    }
}

@media only screen and (max-width: 600px) {
    .our-team > li {
        width: auto;
        float: none;
        display: block;
    }
}