/*
@@@@@@@@@@@@@@@@@@@@@@
figure
@@@@@@@@@@@@@@@@@@@@@@

	about				figure components

*/

	/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
	/// figureProfile
	///////////////////////////////////////////////////////////////////////////////////////////////////////////*/

		.figureProfile{text-align:center; margin-top: 20px;}

		/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
		✚ 	parts
		:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

			.figureProfile-profile{background-size:contain;border:3px solid #fff; display:block; margin:0px auto 10px auto;  background-position: center center; width:100px; height:100px; border-radius: 500px; -moz-border-radius: 500px; -webkit-border-radius: 500px;  -moz-box-shadow:0px 0px 5px rgba(0,0,0,0.3); -webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.3); box-shadow:0px 0px 1px rgba(0,0,0,0.3);  -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; -ms-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out;}
			.figureProfile-profile:hover{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity:0.8;}

			.figureProfile-caption{}
			.figureProfile-caption span{min-height:36px; font-size:12px; display:block; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50); opacity:0.5;}

		/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
		✚ 	version
		:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

			.figureProfile.big{ margin:0px 0px 30px 0px; max-width:250px;}

			.figureProfile.big .figureProfile-profile{width:150px; height:150px;background-repeat:no-repeat;}

			.figureProfile.underline{padding:0px 0px 30px 0px; border-bottom:1px solid #dedede;}

		/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
		✚ 	media
		:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

			@media (min-width:0px) and (max-width:767px){

				.figureProfile{margin-bottom: 10px;}

			}



/* Added to center team members */
.row-centered {
  text-align:center;
}
.col-centered {
  display:inline-block;
  float:none;
  text-align:center;
  margin-right:-4px;
	vertical-align: top;
}
@media (min-width:992px){
	.team-column {
		width: 20% !important;
	}
}
