@charset "utf-8";
/* CSS Document */
.team-left-right {
    padding: 0;
    margin: 0
    }

.team-left-right .team-item {
  background: none repeat scroll 0 0 rgb(255, 255, 255);
  box-shadow: 0 0 3px -2px rgb(51, 51, 51);
  display: inline-block;
  margin: 20px 10px;
  padding: 0;
  vertical-align: top;
  width: 200px;
}

.team-left-right .team-item.odd .team-thumb {
  float: left;
  margin-right: 20px;
}

.team-left-right .team-item.even .team-thumb {
  float: right;
  margin-left: 20px;
}



.team-left-right .team-post a {
    text-decoration: none
    }

.team-left-right .team-post a.read-more {
    font-weight: bold
    }

.team-left-right .team-thumb {
  height: 150px;
  overflow: hidden;
  width: 50%;
}

.team-left-right .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-left-right .team-title {
    color: rgb(102, 102, 102);
    font-size: 14px;
    font-weight: bold;
    padding: 10px
    }

.team-left-right .team-position {
    color: rgb(102, 102, 102);
    font-size: 12px;
    line-height: 18px;
    padding: 0 10px 10px
    }

.team-left-right .team-content {
  color: rgb(102, 102, 102);
  font-size: 12px;
  overflow: hidden;
  padding: 0 10px 20px;
  text-align: left;
}