.profile-sidebar {
	float: left;
	width: 300px;
	margin-right: 20px
}
.profile-content {
	overflow: hidden
}
.profile-sidebar-portlet {
	padding: 15px 0 0!important
}
.profile-userpic img {
	float: none;
	margin: 0 auto;
	width: 55%;
	height: 50%;
	-webkit-border-radius: 50%!important;
	-moz-border-radius: 50%!important;
	border-radius: 50%!important
}
.profile-usertitle {
	text-align: center;
	margin-top: 20px
}
.profile-usertitle-name {
	color: #e12330;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 7px
}
.profile-usertitle-job {
	text-transform: uppercase;
	color: #1ba39c/*26a1ab*/;
	font-size: 13px;
	font-weight:600;
	margin-bottom: 7px
}
.profile-userbuttons {
	text-align: center;
	margin-top: 10px
}
.profile-userbuttons .btn {
	margin-right: 5px
}
.profile-userbuttons .btn:last-child {
	margin-right: 0
}
.profile-userbuttons button {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	padding: 6px 15px
}
.profile-usermenu {
	margin-top: 30px;
	padding-bottom: 20px
}
.profile-usermenu ul li {
	border-bottom: 1px solid #f0f4f7
}
.profile-usermenu ul li:last-child {
	border-bottom: none
}
.profile-usermenu ul li a {
	color: #1ba39c;
	font-size: 13px;
	font-weight: 400
}
.profile-usermenu ul li a i {
	margin-right: 8px;
	font-size: 16px;
	color:#e7505a;
}
.profile-usermenu ul li a:hover {
	background-color: #fafcfd;
	color: #5b9bd1
}
.profile-usermenu ul li.active a {
	color: #5b9bd1;
	background-color: #f6f9fb;
	border-left: 2px solid #5b9bd1;
	margin-left: -2px
}
.profile-stat {
	padding-bottom: 20px;
	border-bottom: 1px solid #f0f4f7
}
.profile-stat-title {
	color: #7f90a4;
	font-size: 25px;
	text-align: center
}
.profile-stat-text {
	color: #5b9bd1;
	font-size: 11px;
	font-weight: 800;
	text-align: center
}
.profile-desc-title {
	color: #7f90a4;
	font-size: 17px;
	font-weight: 600
}
.profile-desc-text {
	color: #7e8c9e;
	font-size: 14px
}
.profile-desc-link i {
	width: 22px;
	font-size: 19px;
	color: #abb6c4;
	margin-right: 5px
}
.profile-desc-link a {
	font-size: 14px;
	font-weight: 600;
	color: #5b9bd1
}
@media (max-width:991px) {
.profile-sidebar {
	float: none;
	width: 100%!important;
	margin: 0
}
.profile-sidebar>.portlet {
	margin-bottom: 20px
}
.profile-content {
	overflow: visible
}
}
.thumbnail>img {
	display: block;
	max-width: 100%;
	width: 78%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50% !important;
	border: 2px solid #ccc;
	-webkit-border-radius: 50% !important;
}
.thumbnail {
	padding: 4px;
	line-height: 1.42857;
	background-color: #fff;
	border: none !important;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
}
.meals-userpic img {
	float: none;
	margin: 0 auto;
	width: /*92%*/44%;
	height: 50%;
	-webkit-border-radius: 50%!important;
	-moz-border-radius: 50%!important;
	border-radius: 50%!important;
}
.btn-cust {
	font-size: 13px !important;
	padding: 7px !important;
}
.g_thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
}
.g_thumbnail>img {
	margin-right: auto;
	margin-left: auto;
}
.g_thumbnail a>img, .g_thumbnail>img {
	display: block;
	max-width: 100%;
	height: auto;
}
