.section{
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	position:relative;
}

.comments-container{
	height:auto;
	padding:0;
	margin:0;
	position:relative;
	margin-top:25px;
}
.comments-container .col-12{
	width:100%;
}
.comments-container .comments-count{
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	position:relative;
	text-align:left;
}
.comments-container .comments-count h3{
	font-family:'Helvetica';
	font-size:14px;
	font-weight:bold;
}
.comments-container .user_reply .tr{
position:relative;
width:90%;
height:auto;
left:5%;
}
.comments-container .user_reply .user_comment{
	width:90%;
	height:auto;
	position:relative;
	text-align:left;
	margin:3%;
	left:5%;
}
.comments-container .user_comment .col-1,.comments-container .user_reply .user_comment .col-1{
	width:8.33%;
}
.comments-container .user_comment .col-12,.comments-container .user_reply .user_comment .col-12{
	width:91.66%;
}
.comments-container .user_comment .user-image,.comments-container .user_reply .user_comment .user-image{
	height:auto;
	position:relative;
	left:0;

}
.comments-container .user_comment .user-text-label input,.comments-container .user_reply .user_comment .user-text-label input{
	width:100%;
	height:46px;
	border:1px solid #ebeaea;
}
hr{
	width:100%;
	border-top: 1px solid #ebeaea;
}

.comments-container .user_reply{
	width:100%;
	height:auto;
	position:relative;

	margin-top:3%;
}
.comments-container .user_reply .person-comment{
	width:100%;
	height:auto;
	position:relative;
box-sizing:border-box;
	border:1px solid #ebeaea;
}
.comments-container .user_reply .person-comment .user-text-reply .col-2{
width:16%;
}
.comments-container .user_reply .person-comment .user-text-reply .like{

height:auto;
position:absolute;
top:0;
left:75%;
}

.comments-container .user_reply .person-comment .user-text-reply .like img{
width:29%;
position:relative;
margin-top:3.5%;
}
.comments-container .user_reply .person-comment .user-text-reply .like h1{
position:absolute;
top:0;
left:31%;
font-family:'Helvetica';
font-weight:bold;
font-size:12px;
}
.comments-container .user_reply .person-comment .col-1,.comments-container .user_reply .reply-user-for-comment .col-1{
	width:8.33%;
}
.comments-container .user_reply .person-comment .col-11,.comments-container .user_reply .reply-user-for-comment .col-11{
	width:89%;
}
.comments-container .user_reply .person-comment .user-image,.comments-container .user_reply .reply-user-for-comment .user-image{
	height:auto;
	position:relative;
	left:0;
	padding:2% 0 7% 2%;
}
.comments-container .user_reply .person-comment .user-image img,.comments-container .user_reply .reply-user-for-comment .user-image img{
	width:100%;
		border-radius:50%;
}
.comments-container .user_reply .person-comment .user-text-reply,.comments-container .user_reply .reply-user-for-comment .user-text-reply{
	height:auto;
	position:absolute;
	left:13%;
	top:0;
}

.comments-container .user_reply .reply-user-for-comment{
	height:auto;
	position:relative;
	margin-top:3%;
	left:5%;
	display:none;
}
.comments-container .user_reply .person-comment .user-text-reply h1,.comments-container .user_reply .reply-user-for-comment .user-text-reply  h1{
	width:100%;
	height:auto;
	position:relative;
	font-family:'Helvetica';
	font-size:14px;
	font-weight:Regular;
	color:rgba(0,0,0,0.55);
}

.comments-container .user_reply .person-comment .user-text-reply h2,.comments-container .user_reply .reply-user-for-comment .user-text-reply h2{
	width:90%;
	height:auto;
	position:relative;
	font-family:'Helvetica';
	font-size:13px;
	font-weight:Regular;
	color:rgba(0,0,0,0.55);
	line-height:20px;
}

.comments-container .user_reply .person-comment .user-text-reply h4,.comments-container .user_reply .reply-user-for-comment .user-text-reply h4 {
	width:100%;
	height:auto;
	position:absolute;
	top:0;
	font-family:'Helvetica';
	font-size:10px;
	left:27%;
	font-weight:bold;
	color:#adadad;
}

::-webkit-input-placeholder{
	left:4%;
	position:relative;
}


.panel-shadow {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 0px;
}
.panel-white {
  border: 0px solid #dddddd;
}
.panel-white  .panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #ddd;
}
.panel-white  .panel-footer {
  background-color: #fff;
  border-color: #ddd;
}

.post .post-heading {
  height: 95px;
  padding: 20px 15px;
}
.post .post-heading .avatar {
  border-radius:50%;
  width: 70px;
  height: 70px;
  display: block;
  margin-right: 15px;
}
.post .post-heading .meta .title {
  margin-bottom: 0;
}
.post .post-heading .meta .title a {
  color: rgba(0,0,0,0.75);
}
.post .post-heading .meta .title a:hover {
  color: rgba(0,0,0,0.55)aaa;
}
.post .post-heading .meta .time {
  margin-top: 8px;
  color: #999;
}
.post .post-image .image {
  width: 100%;
  height: auto;
}
.post .post-description {
  padding: 15px;
}
.post .post-description p {
  font-size: 14px;
}
.post .post-description .stats {
  margin-top: 20px;
}
.post .post-description .stats .stat-item {
  display: inline-block;
  margin-right: 15px;
}
.post .post-description .stats .stat-item .icon {
  margin-right: 8px;
}
.post .post-footer {
  border-top: 1px solid #ddd;
  padding: 15px;
  border-right:0px;
}
.post .post-footer .input-group-addon a {
  color: #454545;
}
.post .post-footer .comments-list {
  padding: 0;
  margin-top: 15px;
  list-style-type: none;
  border: 1px solid #ddd;
}
.post .post-footer .comments-list .comment {
  display: block;
  width: 100%;
  margin: 30px 0;
}
.post .post-footer .comments-list .comment .avatar {
  width: 40px;
  height: 40px;
}
.post .post-footer .comments-list .comment .comment-heading {
  display: block;
  width: 100%;
}
.post .post-footer .comments-list .comment .comment-heading .user {
  font-size: 14px;
  font-weight: bold;
  display: inline;
  margin-top: 0;
  margin-right: 10px;
}
.post .post-footer .comments-list .comment .comment-heading .time {
  font-size: 12px;
  color: rgba(0,0,0,0.55);
  margin-top: 0;
  display: inline;
}
.post .post-footer .comments-list .comment .comment-body {
  margin-left: 75px;
  margin-right:10px;
}
.post .post-footer .comments-list .comment > .comments-list {
  margin-left: 50px;
}

.form-control
{
	border-radius:0px;
	height:68px;
}

.like
{
	margin-left:0px;
}

.count
{
	padding-left:5px;
	display:inline;
}

.comment-cnt
{
	display:inline;
}

.morecomments
{
	margin-left:12px;
	text-align:center;
}

.btn
{
	margin-top:4px;
	border-radius:0px;
}

.btn .btn-default
{
	border: 0px;
}
