.user-profile {
	position:relative; 
	background-color: #f9f9f9;
	text-align: center;
}

.user-details {
	background-image: url('../../img/front/image-3.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-bottom: 30px;
}

.user-name-trainer {
	width: 100%;
	text-align: center;
	margin-top: 55px;
}

.user-name .user-pro {
	width: 100%;
	text-align: center;
	color: #999;
	margin-bottom: 20px;
	font-weight: normal;
}

.details-line {
	margin: 0 auto;
}

.user-details .user-img {
	display:inline-block;
	position: relative;
	border-radius: 6px;
	margin: 30px 0 -60px 0;
}

.user-profile .user-name {
	display: inline-block;
}

.user-profile .user-name h1 {
	width: 100%;
	margin-top: 55px;
}

.action-button {
	display: inline-block;
}

.action-buttons {
	position: relative;
	text-align: center;
	display: inline-block;
	padding-bottom: 20px;
	width: 100%;
}

@media ( max-width : 767px) {
    .action-buttons {
		position: relative;
		margin-top: 25px;
	}

	.user-details {
		padding-bottom: 10px;
	}
}

.user-details form {
	display: inline-block;
}

.stats-row .graphs {
	padding-top: 10px;
}

.stats-row .graph-button {
	display: inline-block;
	width: 100%;
}

.stats-row .stats-col {
	height: 310px;
	position: relative
}

.stats-row .stats-col .circle-lifted {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 150px;
	height: 150px;
	border-radius: 75px;
	background-color: #2f7ed8;
}

.stats-row .stats-col .circle-lifted .inner {
	width: 150px;
	height: 150px;
	display: table-cell;
	vertical-align: middle;
	color: white;
}

.stats-row .stats-col .circle-workouts {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 130px;
	height: 130px;
	border-radius: 65px;
	background-color: #5cb85c;
}

.stats-row .stats-col .circle-workouts .inner {
	width: 130px;
	height: 130px;
	display: table-cell;
	vertical-align: middle;
	color: white;
}