.slider-wrapper {
	position: relative;
  	overflow:hidden; /* to remove page scrollbars */
  	padding: 25px 0 0;
  	white-space:nowrap;
}

.portfolio-single {
  /*reset fontsize if needed*/
  display:inline-block;
  width:120px;
  margin-right: 10px;
}
.portfolio-single img{
  vertical-align:top;
  width:120px;
  height:120px;
}
#update-status {
	margin-bottom: 25px;
	margin-left: 40px;
	position: relative;
}
#update-status #form-update-status {
	/*background: #fff;*/
	border: 1px solid #ddd;
	border-radius: 3px 3px 3px 3px ;
	position: relative;
}

#form-update-status:before{ /* ARROW LEFT */
	border-right: 10px solid #ddd;
	border-style: solid;
	border-width: 10px;
	color: rgba(0,0,0,0);
	content: "";
	display: block;
	height: 0;
	position: absolute;
	left: -22px;
	top: 6px;
	width: 0;
}
#form-update-status:after{
	border-right: 10px solid #fff;
	border-style: solid;
	border-width: 10px;
	color: rgba(0,0,0,0);
	content: "";
	display: block;
	height: 0;
	position: absolute;
	left: -21px;
	top: 6px;
	width: 0;
}
#update-status .new-post-area{
	outline: none;
	border: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
#update-status .content .input-group-addon{
	border: none;
	background-color: white;
}
#update-status .emoji-picker-icon{
	top: 38px;
	color: #a1a1a1;
}

.post-preview {
	margin-bottom: 25px;
	margin-left: 40px;
	position: relative;
}
.post-preview .post-box {
	/*background: #fff;*/
	border: 1px solid #ddd;
	border-radius: 3px 3px 0 0 ;
	padding: 10px;
	position: relative;
}
.post-preview .post-box:before { /* ARROW LEFT */
	border-right: 10px solid #ddd;
	border-style: solid;
	border-width: 10px;
	color: rgba(0,0,0,0);
	content: "";
	display: block;
	height: 0;
	position: absolute;
	left: -20px;
	top: 6px;
	width: 0;
}
.post-preview .post-box:after {
	border-right: 10px solid #fff;
	border-style: solid;
	border-width: 10px;
	color: rgba(0,0,0,0);
	content: "";
	display: block;
	height: 0;
	position: absolute;
	left: -18px;
	top: 6px;
	width: 0;
}
.post-preview:before { /* BAR UNDER CIRCLE LEFT */
	background: #fff;
	border-radius: 2px;
	bottom: -30px;
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
	content: "";
	height: 100%;
	left: -30px;
	position: absolute;
	width: 3px;
}
.post-preview:after {
	background: #fff;
	border: 2px solid #ccc;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	content: "";
	height: 15px;
	left: -36px;
	position: absolute;
	top: 10px;
	width: 15px;
}
.post-preview.this::before,.post-preview.this::after,
.post-preview.this .post-box::before,.post-preview.this .post-box::after{
	content:none;
}

.post-preview.this{
	margin-left: 0;	
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.post-preview .post-head {
	border-bottom: 1px solid #eee;
	margin-bottom: 4px;
	padding-bottom: 1px;
}

.post-preview .post-head .avatar {
	margin-right: 20px;
}
.post-preview .post-head img{
	min-height: 30px;
 	max-height: 30px;
}
.post-preview .post-head .user-detail {
	overflow: hidden;
}
.post-preview .post-head .user-detail h5.name {
	font-size: 12px;
	margin: 0;
}
.post-preview .post-head .post-meta {
	float: left;
	padding: 0 15px 0 0;
	color: gray;
	font-size: 11px;
	line-height: 22px;
}

.post-preview .post-box .post-content {
	text-align: justify;
	border-bottom: 1px solid #eee;
	margin-bottom: 8px;
	padding-bottom: 8px;
}
.post-preview .post-box .post-stats {
	border-bottom: 1px solid #eee;
	/*margin-bottom: 8px;*/
	/*padding-bottom: 8px;*/
	font-size: 10px;
}
.post-box .post-call-to-action .x-button{
	display: inline-table;
	vertical-align: middle;
	margin-right: 10px;
}
.post-comments-box .post-call-to-action .x-button{
	display: inline-table;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: 5px;
}
.post-comments-box .post-stats{
	margin-top: 5px;
	font-size: 10px;
}
.post-comments-box textarea{
	height: 33px;
}
.post-replies-box .post-stats{
	margin-top: 5px;
	font-size: 10px;
}
.post-replies-box{
	margin-top: 5px;
	margin-left: 40px;
	font-size: 10px;
}
.post-replies-box textarea{
	height:28px;
}
.post-replies-box blockquote{
	padding: 0 0 0 15px;
	border-left: 2px solid #ccc;
}

.post-call-to-action .love:hover{
	color:#d9534f;
}
.post-call-to-action .loved{
	color:#d9534f;
}
.post-call-to-action .agree:hover{
	color:#5cb85c;
}
.post-call-to-action .agreed{
	color:#5cb85c;
}
.post-call-to-action .share:hover{
	color:#5bc0de;
}
.post-call-to-action .shared{
	color:#5bc0de;
}
.post-call-to-action .comment:hover{
	color:gray;
}

.post-preview .post-comments-box{
	border-radius: 0 0 3px 3px;
	padding: 10px;
	background-color: #eee;
}
.post-preview .post-comments-box .avatar {
	margin-right: 20px;
}
.post-preview .post-comments-box .avatar img {
	min-height: 30px;
 	max-height: 30px;
}

/*.post-call-to-action .love .input-group-addon{
	background-color: white;
	color:#d9534f;
	border-color:#d9534f;
	border-radius: 0;
}
.post-call-to-action .agree .input-group-addon{
	background-color: white;
	color:#5cb85c;
	border-color:#5cb85c;
	border-radius: 0;
}
.post-call-to-action .comment .input-group-addon{
	background-color: white;
	color:#5bc0de;
	border-color:#5bc0de;
	border-radius: 0;
}
.post-call-to-action .share .input-group-addon{
	background-color: white;
	color:gray;
	border-color:#ccc;
	border-radius: 0;
}

*/