@charset "utf-8";
/* CSS Document */

.services-half-width-container {
    margin-top: 20px;
}

.services-half-width-text {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

.services-half-width-text h3 {
    margin-top: 25px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.services-half-width-text p {
    line-height: 28px;
    font-size: 13px;
}
 .caption-team{
	text-align:center; 
	float:left;
	
 }
.container-fluid {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
  width: 100%;
  Max-width: 700px;
  padding-bottom: 30px;
  display: inline-block;
}

.container-team {
  height: 260px;
  width: 320px;
  border: 2px solid lavender;
  text-align: center;
  overflow: hidden;
  margin-right:10px;
  margin-bottom:2em;
}
 .team-box {
	margin:4em auto; 
 }
 
 .team-box img{
   min-width:110px;
   min-height:95px;
   width:100%;
   max-width:170px;
   max-height:135px;
 
 }
 .team img {
   
  
  float:left;
  width:170px;
  height:125px;
   
 
}
 .team-img{
	float:left;
	width:50%; 
	margin-bottom:1em;
 }
.text {
  
  font-size: 1.3em;
  padding: 5px 25px 5px 0;
  text-align:right;
  font-family:"Arial", sans-serif;
  
}

.title {
  font-size: 15px;
  margin-bottom: 10px;
  color: #667c98;
  text-align:center;
}

a {
  padding: 20px;
}


/* Grow */

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0px 2px 2px trans;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform;
  z-index: 0;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  background-color:white;
  transform: scale(1.05);
/*  box-shadow: 0px 0px 150px #000000;*/
  -webkit-transition: all 200ms ease-in;
  z-index: 10;
  opacity: 1;
}

@media screen and (max-width: 993px) {
	.text {
    font-size: 1.2em;
    padding:0; 
    text-align: right;
    /* float: left; */
    
}
}
@media screen and (max-width: 600px) {
	.text {
    font-size: 1em;
    padding:0; 
    text-align: right;
    /* float: left; */
    
}
	.team-box img{
   max-width:110px;
   max-height:95px;
   width:100%;
  
 
 }
 
  .team-box {
	margin:2em auto; 
 }
  
}


@media screen and (max-width: 450px) {
	
	.services-half-width-text{
       clear:both;
	   
	}
}