/* clearfix - vertical ad */
	.main_content {
		margin-right: 70px;
	}

/*
	p r o f i l e
*/
	.cover {
		width: 100%;
		height: 375px;
		background: url('../img/cover.jpg') no-repeat center;
		background-size: 100%;
		z-index: -1;
	}
	.profile_pic {
		background-color: #000;
		display: inline-block;
		margin-top: 200px;
		width: 200px;
		height: 200px;
		border: 2px solid #fff;
		border-radius: 4px;
		position: relative;
		z-index: 1;
		-webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.30);
		   -moz-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.30);
		     -o-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.30);
		        box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.30);
	}
	.profile_pic img {
		transition: opacity 0.3s ease-out;
		position: absolute;
	}
	.profile_pic:hover img { opacity: 0.6; }
	.hover {
		color: #fff;
		position: absolute;
		opacity: 0;
		height: 0;
		overflow: hidden;
		transition: opacity 0.25s ease-out;
		font-size: 36px;
		top: 82px;
		left: 82px;
	}
	.profile_pic:hover .hover {
		opacity: 1;
		height: auto;
	}
	.profile_pic:active img { opacity: 0.4; }
	.name {
		background-color: rgba(0, 0, 0, .8);
		padding: 10px;
		font-size: 25px;
		color: #fff;
		margin: 305px 0px 0px 20px;
	}
	.achievement {
		background-color: #fff;
		width: 100%;
		height: 67px;
		border-bottom: solid 1px #d5d5d5;
		color: #000;
	}
	.achievement p {
		margin: 0 20px;
		margin-top: 24px;
	}
	.achievement i {
		text-align: center;
		width: 67px;
		height: 42px;
		padding-top: 25px;
		color: #8d877d;
		color: #000;
		border-left: solid 1px #f1f1f1;
		float: right;
		transition: all 0.2s ease-in-out;
	}
	.achievement i:hover { background-color: #c3c3c3; color: #fff;  }
	.achievement i:active { background-color: #8e8e8e; }