.post {
	margin-bottom: 30px;
	overflow: hidden;
}
.post .panel.panel-default .panel-heading a {
	color: #000;
	font-size: 1.2em;
	margin: 0;
}
.post .panel.panel-primary .panel-heading a {
	color: #fff;
	font-size: 1.2em;
	margin: 0;
}
.post-title {
	font-size: 1.6em;
	margin: 0 0 20px 0;
	padding-bottom: 10px;
	border-bottom: solid 1px #eee;
}
.post .post-title a {
	color: #ed0742;
	text-decoration: none;
}
.img-post {
	padding: 5px;
	border: solid 1px #ccc;
	background-color: #eee;
	margin: 0 auto 20px auto;
}
.post p {
	line-height: 190%;
}
.post-content {
	font-size: 12px;
	x-font-size: 1em;
}
.post-info {
	margin-top: 20px;
	padding: 5px 0;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	overflow: hidden;
	vertical-align: baseline;
	position: relative;
}
.post-info span {
	color: #ed0742;
}
.post-info .btn {
	position: absolute;
	right: 0;
	top: 3px;
}
.post-info-b i {
	margin: 0 5px;
}
.pi-content {
	margin-top: 5px;
	display: inline-block;
}
/* Comments */
.sub-comments {
	padding-left: 50px;
	border-left: dotted 1px #ddd;
}
.postdivct {
	min-height: 32px;
}
/*-------------------------------------------------------------------*/
/* Sidebar */
/*-------------------------------------------------------------------*/
.block {
	margin-bottom: 40px;
}
.block .nav > li > a > i {
	font-size: 1.3em;
}
.block ul {
	padding: 0;
}
.block ul.simple li {
	list-style-type: none;
	margin: 3px 0;
}
.block ul.simple li a {
	border-left: solid 2px #ed0742;
	padding-left: 20px;
}
.block ul.simple li a:hover {
	border-color: #000000;
}
.block ul.simple li ul {
	padding-left: 20px;
}
.post-sidebar {
	padding: 0;
}
.post-sidebar li {
	list-style-type: none;
	overflow: hidden;
	margin-bottom: 20px;
}
.post-sidebar img {
	float: left;
	padding: 5px;
	border: solid 1px #ccd;
	background-color: #ddd;
	margin-right: 10px;
}
.post-sidebar h4 {
	margin: 0;
	padding: 0;
	line-height: 140%;
	font-size: 1.1em;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
.post-sidebar .date {
	margin-top: 10px;
	color: #666;
	display: block;
}
.tags-cloud a {
	border: solid 1px #ddd;
	padding: 3px 5px;
	margin: 2px;
	display: inline-block;
	font-size: .9em;
	color: #ed0742;
	text-decoration: none;
}
.tags-cloud a:hover {
	background-color: #ed0742;
	color: #fff;
}
.comments-sidebar {
	padding: 0;
	margin: 0;
}
.comments-sidebar li {
	list-style-type: none;
	margin: 10px 0;
	overflow: hidden;
}
.comments-sidebar li:nth-child(2n) img {
	border-radius: 50px;
	float: left;
	margin-right: 10px;
}
.comments-sidebar li:nth-child(2n+1) img {
	border-radius: 50px;
	float: right;
	margin-left: 10px;
}
.comments-sidebar li h4 {
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 140%;
}
.prof-figure {
position: absolute;
top: 20px;
left: 50px;
z-index: 3;
width: 60px;
height: 60px;
background-color: #fff;
border-radius: 50%;
opacity: 1;
//#box-shadow: 3 3 0 3px #444;
	-webkit-box-shadow: 2px 2px 3px 3px rgba(171,171,171,1);
	-moz-box-shadow: 2px 2px 3px 3px rgba(171,171,171,1);
	box-shadow: 2px 2px 3px 3px rgba(171,171,171,1);
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	transition: opacity 400ms ease-in-out;
}

.prof-figure3 {
position: absolute;
top: 20px;
right: -45px;
z-index: 3;
width: 180px;
height: 180px;
background-color: #fff;
border-radius: 33%;
opacity: 1;
	//#box-shadow: 3 3 0 3px #444;
	-webkit-box-shadow: 2px 2px 3px 3px rgba(171,171,171,1);
	-moz-box-shadow: 2px 2px 3px 3px rgba(171,171,171,1);
	box-shadow: 2px 2px 3px 3px rgba(171,171,171,1);
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	transition: opacity 400ms ease-in-out;
}
.prof-figure2 {
	width: 32px;
	height: 32px;
	margin-right:4px;
	background-color: #fff;
	border-radius: 50%;
	opacity: 1;

	transition: opacity 400ms ease-in-out;
}
.comment-content {
	background: #EFF1F3;
	padding: 8px;

	border-radius: 18px;

	s-display: inline-flex;
}

.messagepaneldiv {
	min-width:16px;
	max-width: 500px;
	max:320px;
	position: fixed;
	bottom:62px;
    right:3px;
	z-index: 333;
    border: 1px solid #F0F0F0;
	border-radius: 4px;
    background: white;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.chat-left {
	margin-right: 22px;
	background-color: #C5E69B;
}
.chat-right {
	background-color: #9DC9E3;

	margin-left: 22px;
}

#soforchatbody {
	    overflow-y: auto;
    max-height: 300px;

}