/************************
 User Photos
****************************************/
.image-crop {
	background-size: cover;
	background-position: center center;
}

.user_photo-thumbnail .image-crop {
	width: 32px;
	border: 1px solid #fff;
}

.user_photo-inline .image-crop {
	display: inline-block;
	vertical-align: middle;
	margin-right: .5em;
}

cite .user_photo img {
	margin-left: -50px;
}

.user_photo-main .image-crop {
	width: 200px;
	max-width: 100%;
	overflow: hidden;
	margin: 0 auto;
}

.user_photo-main.user_photo-small .image-crop {
	width: 100px;
}

.user_photo-main figcaption {
	position: absolute;
	z-index: 3;
	bottom: 22%;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 18px;
	line-height: normal;
	text-transform: lowercase;
	text-shadow: 0, -1px, 0, rgba(0, 0, 0, .8);
}

.user_photo-main .btn,
.user_photo-main .btn:hover {
	padding: 7px 10px;
	font-weight: 600;
	background: #444;
}

.user_photo-main .btn:hover {
	background: #333;
}

.user_photo-main.fallback {
	position: relative;
	z-index: 3;
	text-align: center;
}

.user_photo-main.fallback .fa {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -50px;
	font-size: 100px;
	line-height: normal;
	color: #ccc;
}

/************************
 Profile Photos
****************************************/
.profile_photo {
	position: relative;
	margin: 5px 0 -999px;
	float: left;
	min-width: 100%;
}

.profile_photo img {
	overflow: hidden;
	border-radius: 999px;
	border: 5px solid #00a07b;
	box-sizing: border-box;
	min-width: 100%;
	min-height: 200px;
	/*box-shadow: 0 1px 1px rgba(0, 0, 0, .3);*/
	box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

.profile_photo:before {
	position: absolute;
	content: ' ';
	border-radius: 999px;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, .5);
}

.profile_photo figcaption {
	position: absolute;
	left: 50%;
	bottom: 5px;
	font-size: 22px;
	line-height: normal;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	box-sizing: border-box;
}

.profile_photo figcaption:before {
	position: absolute;
	bottom: 0;
	content: ' ';
	width: 92%;
	height: 20px;
	margin-left: -46%;
	box-shadow: 0 0 3px rgba(0, 0, 0, 1);
	border-radius: 1000% / 1000%;
	z-index: 1;
}

.profile_photo figcaption span {
	position: relative;
	display: block;
	top: 0;
	left: -50%;
	color: #fff;
	background: #444;
	border: 1px solid #666;
	padding: 10px 50px;
	border-radius: 3px;
	z-index: 2;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
}