@charset "utf-8";
/* CSS Document */
.team-flat-name {
    padding: 0;
    margin: 0
    }

.team-flat-name .team-item {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid;
    display: inline-block;
    margin: 20px 10px;
    padding: 0 0 20px;
    vertical-align: top;
    width: 200px
    }

.team-flat-name .team-post a {
    display: block;
    height: 100%;
    text-decoration: none;
    width: 100%
    }

.team-flat-name .team-post a.read-more {
    font-weight: bold
    }

.team-flat-name .team-thumb {
    height: 150px;
    overflow: hidden;
    position: relative;
    cursor: pointer
    }

.team-flat-name .team-thumb img {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto;
    width: 100%
    }

.team-flat-name .team-thumb:hover .team-title {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
    }

.team-flat-name .team-title {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    bottom: 40px;
    color: rgb(102, 102, 102);
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
    position: absolute;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
    }

.team-flat-name .team-title.left {
    left: 0
    }

.team-flat-name .team-title.right {
    right: 0
    }

.team-flat-name .team-title.center {
    text-align: center;
    width: 100%
    }

.team-flat-name .team-position {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.22);
    bottom: 8px;
    color: rgb(102, 102, 102);
    font-size: 12px;
    line-height: 18px;
    margin-left: 0;
    padding: 4px 10px;
    position: absolute
    }

.team-flat-name .team-position.left {
    left: 0
    }

.team-flat-name .team-position.right {
    right: 0
    }

.team-flat-name .team-position.center {
    text-align: center;
    width: 100%
    }

.team-flat-name .team-content {
    color: rgb(102, 102, 102);
    font-size: 12px;
    overflow: hidden;
    padding: 0 10px;
    text-align: left
    }