/* custom css */

.hr-directory { font-size: 14px; }
.hr-directory h3 { 
	font-size: 22px;
	margin: 10px 0 10px 0;
}
.hr-directory .img-hr-directory img {
	width: 200px;
	height: auto;
	max-width: 100%;
	/* border: 1px solid #ccc; padding: 4px  */
	
	/* img-thumbnail */
	/*padding: 0;
	line-height: 1.428571429;
	background-color: #f3f3f3;
	border: 1px solid transparent;
	border-radius: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto; */

	/* img-rounded */
	/*border-radius: 6px;*/
	
	/* img-circle */
	 border-radius: 50%;
}
.hr-directory .hr-contact {
	margin-bottom: 10px;
}
.hr-directory .item-list ul {
	margin-bottom: 10px;
}
