/*=============================
=            About            =
=============================*/

.about .thumbnail {
	text-align: center;
	border: none;
	margin: auto;
	margin-bottom: 30px;
	max-width: 300px;
	padding: 40px 0 20px 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	-webkit-box-shadow: 0px 0 40px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0 40px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0 40px rgba(0, 0, 0, 0.3);
	background-color: #F45DBA;
	padding: 20px 0 0 0;
	background-position: top center;
}
.about .caption{
	background-color: #FFF;
	padding-bottom: 30px;
	padding-top: 45px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	color: inherit;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.thumbnail .social-links-1,
.thumbnail .social-links-3 {
	margin-top: 30px;
}
.about .avatar {
	position: relative;
	text-align: center;
	padding: 0;
	top: 48px;

}
.thumbnail img {
	height: 100px;
	width: 100px;
	border: solid 3px #FFF;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.09);
		-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.about .thumbnail:hover .avatar img{
	/*border-color: #F45DBA;*/
}
.about .thumbnail:hover .caption {
	color: #FFF;
	background-color: #F45DBA;
}


/*-----  End of About  ------*/

