/* ------------------------------------------------------------------
Project: Semantic
Place here your custom CSS styles
------------------------------------------------------------------ */

/* Team Section
--------------------------------*/
#team {
  background: #fff;
  padding: 80px 0 10px 0;
}

#teambottom {
  background: #fff;
  padding: 80px 0 90px 0;
}

#team .member {
  text-align: left;
  margin-bottom: 20px;
}

#team .member .pic {
  margin-bottom: 10px;
  overflow: hidden;
  height: 260px;
}

#team .member .pic img {
  max-width: 100%;
}


#team .member .social {
  margin-top: 10px;
}

#team .member .social a {
  color: #b3b3b3;
}

#team .member .social a:hover {
  color: #03C4EB;
}

#team .member .social i {
  font-size: 24px;
  margin: 0 2px;