
.profile_explain_wrapper {
	padding:0 10px ;
	position: relative;
}

.profile_explain_wrapper .col-md-3 {
    width: 20%;
}

	.profile_explain_wrapper .profile_explain {
		background: #fff;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16),0 0 0 1px rgba(0,0,0,0.08);
		transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
		direction:rtl
	}

	.profile_explain_wrapper .profile_explain .prod_explain_title {
		background: #f7f8fa;
		border-top: 1px solid #eff0f2;
		border-bottom: 1px solid #e3e4e5;
		box-shadow: 0 1px 2px rgba(0,0,0,.12);
		-moz-box-shadow: 0 1px 2px rgba(0,0,0,.12);
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.12);
		-ms-box-shadow: 0 1px 2px rgba(0,0,0,.12);
		-o-box-shadow: 0 1px 2px rgba(0,0,0,.12);
		direction: rtl;
		padding: 10px;
		font-weight: bold;
		font-size: 18px;
		color: #00A195;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
	.profile_explain_wrapper .profile_explain .mini_prod_explain_title {
		font-weight: normal;
		margin: 5px;
		font-size: 12px;
		color: #888;
	}

.prof-inline {
	padding:10px
	}
	.profile_explain_wrapper .prof_sidebar {
		background: #fff;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16),0 0 0 1px rgba(0,0,0,0.08);
		transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
	}
		.profile_explain_wrapper .prof_sidebar .prof_userinfo_holder {
			position:relative;
			width:100%;
			-webkit-border-top-left-radius: 5px;
			-webkit-border-top-right-radius: 5px;
			-moz-border-radius-topleft: 5px;
			-moz-border-radius-topright: 5px;
			border-top-left-radius: 5px;
			border-top-right-radius: 5px;
			float:right;
			background:#fff
		}
		.profile_explain_wrapper .prof_sidebar .prof_userinfo_holder:before {
			position:absolute;
			width:100%;
			height:5px;
			/*background: linear-gradient(45deg, #af9b62 0, #f1e8c5 70%, #c5b583 100%);*/
			content: "";
			-webkit-border-top-left-radius: 5px;
			-webkit-border-top-right-radius: 5px;
			-moz-border-radius-topleft: 5px;
			-moz-border-radius-topright: 5px;
			border-top-left-radius: 5px;
			border-top-right-radius: 5px;

		}
			.profile_explain_wrapper .prof_sidebar .prof_userinfo_holder .avatar {
			background: linear-gradient(45deg, #af9b62 0, #f1e8c5 70%, #c5b583 100%);
				padding:5px;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
				margin:10px auto;
				width:100px;
				height:100px;
			}
			.profile_explain_wrapper .prof_sidebar .prof_userinfo_holder h2 {
				font-size: 14px;
				text-align: center;
				margin: 10px;
				font-weight: bold;
			}
			.profile_explain_wrapper .prof_sidebar .prof_userinfo_holder h3 {
				font-size: 12px;
				text-align: center;
				margin: 10px;
			}
			
		.profile_explain_wrapper .prof_sidebar ul {
			direction:rtl;
			margin:0;
			padding:0
		}
		.profile_explain_wrapper .prof_sidebar ul li {
			height: 45px;
			line-height: 45px;
			font-size: 12px;
		}
		
		.profile_explain_wrapper .prof_sidebar ul li a:hover, .profile_explain_wrapper .prof_sidebar ul li.is-active a {
			border-right-color: #0067A0;
			color: #0067A0;
		}
		.profile_explain_wrapper .prof_sidebar ul li a {
			color: #333;
			border-right: 3px solid transparent;
			border-right-color: transparent;
			padding: 0 35px 0 10px;
			display: block;
			-webkit-transition: border-color .3s;
			-moz-transition: border-color .3s;
			-ms-transition: border-color .3s;
			-o-transition: border-color .3s;
			transition: border-color .3s;
			position: relative;
		}
		.profile_explain_wrapper .prof_sidebar ul li i {
			font-size: 16px;
			margin-left: 10px;
			position: absolute;
			top: 50%;
			right: 7px;
			-webkit-transform: translateY(-50%);
			-moz-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			-o-transform: translateY(-50%);
			transform: translateY(-50%);
		}
