.row {
margin-bottom: 20px;
}

.clearfix:before, .clearfix:after, .row:before, .row:after {
display: table;
line-height: 0;
content: "";
}

.one-third.column {
width: 200px;
}

.column, .columns {
float: left;
display: inline;
margin-left: 10px;
margin-right: 10px;
}

.team {
margin-bottom: 30px;
-moz-box-shadow: 0 2px 0 rgba(0,0,0,0.03);
box-shadow: 0 2px 0 rgba(0,0,0,0.03);
}

.team .info {
display: block;
padding: 10px 0;
text-align: center;
border: 1px solid #ddd;
border-top: 4px solid #e0e0e0;
}

.team .social {
display: block;
border: 1px solid #ddd;
border-top: 0;
padding: 11px 0;
}

.team img {
width: 200px;
height: 200px;
max-width: 100%;
vertical-align: middle;
-ms-interpolation-mode: bicubic;
}

.team img {
-webkit-border-radius: 10px 10px 0px 0px;-moz-border-radius: 10px 10px 0px 0px;border-radius: 10px 10px 0px 0px;
}

.team .info {
text-align: center;
}

.team .info .job {
color: #ef5c2c;
display: block;
}

.team .info .job a {
color: #ef5c2c;
display: block;
}

.team .info .job a;hover {
text-decoration: underline;
}

.team .social ul li {
display: inline-block;
margin: 0 4px;
font-size: 16px;
}

.team .social ul {
list-style: none;
line-height: 1;
text-align: center;
}



.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}