/**********************************************/
div#comments {
	max-width:730px;
	margin-top:30px;
}
.comment-count {
	font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #00984a;
    padding-bottom: 8px;
    position: relative;
}
.comment-count::before {
	content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #00984a;
}
div.comment-hide {
	display:none;
}
div.comment-hide>div {
	margin-top:10px;	
	overflow:hidden;
}
div.comment-btn {
	text-align: right;
    float: right;
    margin: 0 !important;
}
div.comment-form {
	position:relative;
	display: table;
    width: 100%;
}
div.comment-form .avatar,
div.comment-form form {
	display: table-cell;
    vertical-align: top;
}
div.comment-form form {
	padding-left:15px;
}
div.comment-form .form-control {
	border:1px solid transparent;
	border-radius:0;
	background:#FFF;
	resize:vertical;
	box-shadow:none;
}
div.comment-form .form-control:focus {
	border:1px dotted #dd0c15;
}
.box-comment input[type=submit],
.box-comment button {
    color: #FFF;
	border:none;
    outline:none;
	background: #5b5b5b;
	padding: 9px 15px 10px;
    text-transform: uppercase;
}
.comment-item {
	padding:15px 0;
	position:relative;
	border-bottom: 1px dashed #dbdcdd;
}
.comment-item .avatar {
	display:table-cell;
	vertical-align:top;
}
.comment-item .commentBody {
	display:table-cell;
	vertical-align:top;
	padding-left:15px;
}
.comment-children {
	border-bottom: 1px dashed #dbdcdd;
}
.comment-children:last-child {
	border-bottom:0;
}
.commentName a {
	font-weight: 700;
}
.commentDate {
	font-size:14px;
	color:#6d6e71;
	margin-bottom:5px;
}
.commentText {
	color: #444;
    font-size: 13px;
    text-align: justify;
    line-height: 1.6em;
}
.comment-item form {
	padding-left: 15px;
}
.comment-item form .form-control {
    border-radius: 0;
    background: #FFF;
    border: none;
    resize: vertical;
}
.facebook-comment {
	margin-top:30px;
}
.box-comment > .inner {
	padding:15px;
	background:#f4f4f4;
}

#list-comment {
	background:#FFF;
	margin-top:15px;
	margin-left:-15px;
	margin-right:-15px;
	margin-bottom:-15px;
}

.comment-form-sub {
	width:100%;
	display:table;
	position:relative;
	margin-top:15px;
	padding: 15px;
    background: #f4f4f4;
}
.commentInfo {
	overflow:hidden;
}
.commentName {
	float:left;
}
.commentInfo li {
	float:left;
	margin-left:15px;
	font-size:12px;
	color: #8f8f8f;
	line-height:20px;
	position:relative;
}
li.commentReply::before,
li.commentDate::before {
	content: '-';
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
}
li.commentReply::before {
	margin-top:-1px;
}
li.commentReply {
	color:#333;
	font-weight:700;
}
.comment-parent {
	width:100%;
}
.commentInfo ul {
	overflow:hidden;
}
.comment-name {
	width:50%;
	float:left;
	padding-right:5px;
}
.comment-email {
	width:50%;
	float:left;
	padding-left:5px;
}
.comment-btn-wrap {
	overflow:hidden;
}
.comment-vote {
	float:left;
	overflow:hidden;
	padding: 7px 0 8px;
}
.comment-vote li {
	float:left;
	overflow:hidden;
	margin-right:5px;
}
.comment-vote li i {
	cursor: pointer;
    font-size: 16px;
    position: relative;
    top: 1px;
}
.comment-vote li i.active {
	color: #e7ba32;
}
.commentVote {
	color: #e7ba32;
	position: relative;
    top: -2px;
}
.comment-item>.inner {
	display:table;
	width:100%;
}
.comment-success {
    padding: 20px;
    text-align: center;
    font-size: 14px;
}