/* profile */
.body-main, .body-apps, .body-startnew, body-viewprofile {
	background-color: #f5f5f5;
	background-image: url(img/profilebody.png);
	background-position: center center;
	background-size: cover;
	background-repeat: repeat;
	background-attachment: fixed;
}
.profile {
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0 15px 25px 0 rgba(0,0,0,.1);
	overflow: hidden;
}
.profile-bgcolor {
	background-color: #2196F3;
}
.profile-color {
	color: #2196F3;
}
.profile-header {
	position: relative;
	color: #fff;
	background-image: url(img/profilebg.png);
	background-size: cover;
	-webkit-background-size: cover;
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 50px 20px;
}
.profile-header h1 {
	font-size: 43px;
	font-weight: 700;
	margin-top: 30px;
}
.profile-header p {
	font-size: 1.2rem;
}
.profile-header .social a {
	display: inline-block;
	text-align: center;
	line-height: 36px;
	width: 36px;
	height: 36px;
	background-color: #fff;
	color: #9a9a9a;
	border-radius: 50%;
}
.profile-img {
	position: relative;
	max-width: 280px;
    margin-bottom: 0;
    text-align: center;
}
.profile-img a {
	display: block;
}
.profile-img img {
	text-align: center;
	border: 3px solid #fff;
	background-color: #fff;
	max-width: 100%;
	box-shadow: 0 3px 8px 0 rgba(0,0,0,.1);
	transition: all 0.3s ease-in-out;
}
.profile-img a:hover img {
	transform: translateY(-9px);
	box-shadow: 0 18px 24px rgba(0,0,0,.15);
}
.profile-body {
	padding: 45px 20px 50px 20px;
}
.profile-body h4 {
	font-size: 21px;
	font-weight: 700;
}
.btc, a.btc {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #fff;
	color: #212121;
	box-shadow: 0 1px 1px rgba(0,0,0,.1), 0 2px 4px rgba(0,0,0,.3);
	padding: 10px 20px;
}
a.btc:hover {
	box-shadow: 0 2px 4px rgba(0,0,0,.1), 0 4px 8px rgba(0,0,0,.3);
}
.btc.d-hide, a.btc.d-hide {
	display: none;
}
.profile-more {
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin: 40px 0;
	clear: both;
}
a.actbutton {
	display: inline-block;
	text-align: center;
	line-height: 50px;
	width: 48px;
	height: 48px;
	color: #212121;
	background-color: #f5f5f5;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 50%;
	box-shadow: 0 1px 1px rgba(0,0,0,.1), 0 2px 4px rgba(0,0,0,.3);
	padding: 0;
}
.a.actbutton:hover {
	box-shadow: 0 2px 4px rgba(0,0,0,.1), 0 4px 8px rgba(0,0,0,.3);
}
.profile-more a {
	position: absolute;
	top: 0;
	left: 50%;
	margin: -24px 0 0 -24px;
}
.rotate-180 {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

#pabout {
	position: relative;
	min-height: 100px;
}
#pabout a.actbutton {
	position: absolute;
	top: 0;
	right: 5px;
	margin: -45px 0 0 0;
}

@media (min-width: 768px) {
	.profile-header {
		padding: 50px;
	}
	.profile-header h1 {
		font-size: 54px;
	}
	.profile-img {
		margin-bottom: -75px;
	}
	.profile-body {
		padding: 45px 50px 50px 50px;
	}
}