@charset "utf-8";
/* CSS Document */
.team-flat {
    padding: 0;
    margin: 0
    }

.team-flat .team-item {
    background: none repeat scroll 0 0 rgb(255, 255, 255);
    display: inline-block;
    margin: 20px 10px;
    padding: 0;
    vertical-align: top;
    width: 200px
    }

.team-flat .team-item a {
    text-decoration: none
    }

.team-flat .team-item a.read-more {
    font-weight: bold
    }

.team-flat .team-thumb {
    overflow: hidden
    }

.team-flat .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;
    cursor: pointer;
    height: auto;
    width: 100%
    }

.team-flat .team-title {
    color: rgb(102, 102, 102);
    font-size: 14px;
    font-weight: bold;
    padding: 10px
    }

.team-flat .team-position {
    color: rgb(102, 102, 102);
    font-size: 12px;
    line-height: 18px;
    padding: 10px
    }

.team-flat .team-content {
    color: rgb(102, 102, 102);
    font-size: 12px;
    overflow: hidden;
    padding: 10px;
    text-align: left
    }
	
	
.team-flat .team-meta {
  color: rgb(102, 102, 102);
  font-size: 12px;
  padding: 10px;
  text-align: left;
}
	
	
	
	
	
.team-flat .team-skill {
  padding: 10px;
}

.team-flat .team-skill .skill {
  color: rgb(51, 51, 51);
  font-size: 11px;
  margin: 6px 0;
}

.team-flat .team-skill .bars {
  background: rgb(57, 159, 231) none repeat scroll 0 0;
  height: 8px;
}

	

