@charset "utf-8";
/* CSS Document */


.team-flat-bg {
  margin: 0;
  padding: 0;
}

.team-flat-bg .team-item {
  background: none repeat scroll 0 0 rgb(255, 255, 255);
  display: inline-block;
  margin: 20px 10px;
  padding: 0 0 20px;
  vertical-align: top;
  width: 200px;
}
.team-flat-bg .team-post{}
.team-flat-bg .team-post a {
  text-decoration: none;
}

.team-flat-bg .team-post a.read-more {
  font-weight: bold;
}


.team-flat-bg .team-thumb {
  height: 150px;
  overflow: hidden;
  cursor:pointer;
}



.team-flat-bg .team-thumb img {
  border-radius: 0;
  box-shadow: none;
  height: auto;
  width: 100%;
  
}



.team-flat-bg .team-title {
  color: rgb(102, 102, 102);
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
}

.team-flat-bg .team-position {
  color: rgb(102, 102, 102);
  font-size: 12px;
  line-height: 18px;
  padding: 0 10px 10px;
}





		

.team-flat-bg .team-content {
  color: rgb(102, 102, 102);
  font-size: 12px;
  overflow: hidden;
  padding: 0 10px;
  text-align: left;
}


































