#content {
	margin:3% 0
}
.content {
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
}
li.image-box .caption {
	font-size: 15px;
}
.people-single-page {
	margin-top:20px;
}
/*
.list-grid li a img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'https://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}

*/
.people-list li {
	width: 180px;
	margin-right: 3%;
}
.people-list.list-grid img {
	padding:0
}
.people-list li a img {
	transition: transform 0.4s ease 0s;
}
.people-list li a:hover img {
	transform: translateY(0px) scale(1.1);
}

blockquote {
   padding: 20px 0 30px !important
 }
 
 
.people-list li img{
	border-radius:100%;
	-moz-border-radius: 100%;
	-webkit-border-radius:100%;
	border:solid 1px #f0f0f0;
	margin-bottom:5px;
	height:110px;
	width:110px;
	float:none;

}

ul.list-grid-simple .name, .designation{
	float:none;
	text-align:center;
}
.people-list li{
	text-align:center;
}

 .people-single-page .selfie img{
	border-radius:100%;
	-moz-border-radius: 100%;
	-webkit-border-radius:100%;
	border:solid 1px #f0f0f0;
	margin-bottom:5px;
	height:150px;
	width:150px;
	

}


.people-single-page .selfie{
float:left;
margin:0 30px 20px 0

}
.people-single-page h1{
margin-top:50px
}

.content{
clear:both

}


/*
.people-list li a{
	-webkit-transition: opacity 0.4s ease-in-out;
  	-moz-transition: opacity 0.4s ease-in-out;
  	-o-transition: opacity 0.4s ease-in-out;
  	transition: opacity 0.4s ease-in-out;
}
.people-list li a:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
	
}

*/

@media screen and (max-width: 750px) {
.people-list li {
	width:45%;
	margin-right: 4%;
	float:left;
	min-height:250px;
	
}
.people-list li img{
	height:100%;
	
}
}
