#comments-body{
	margin:30px auto;
	height:auto;
	overflow: hidden;
}
#comment-count{
	position: absolute;
	right: 0;
	bottom: 10px;
	background: #00acc1
}
.no-comments{
	margin:0;
	padding:30px 0;
	float:left;
	text-align:center;
	width:100%;
}
ol.commentlist{
	list-style:none;
	margin:0;
	padding:10px 0;
}
.comment-body{
	margin:0 auto 25px;
	position:relative;
	border:1px solid #bcbcbc;
	background:#FCFCFC;
	margin:10px 0 0 0;
	border-radius:20px 0 20px 20px;
	box-shadow:-1px 1px 1px 0 #e9e9e9;
}
.comment-meta{
	margin: 1px;
	padding: 4px 5px 2px;
	font-size:13px;
	font-weight: bold;
	border-right: 8px solid #ccc
}
.comment-meta .comment-date{
	font-size: 12px;
	color: #ccc;
	font-weight: normal;
}


.comment-meta a:link,.comment-meta a:visited{
	color:#9f9e9e;
}

.comment-text{
	padding:0px 10px 20px;	
}
.comment-text p{
	padding:20px 20px 0;
	text-indent:10px;
	color:#5f5f5f;
	font-size:14px;
	line-height:22px;
}

.bypostauthor .comment-meta{
	border-right:8px solid #c11d2d;
}
.children{}


.says{
	display:none;
}
.comment-awaiting-moderation{
	position: absolute;
    left: 45px;
    bottom: 8px;
    color: red;
}

.reply{
	position:absolute;
	bottom:5px;
	left:5px;
	display:none;
}
.reply span{
	float: right;
margin: 5px 0 0 6px;
}
.comment-reply-link{
	font:15px 'WMitra';
	color:#333 !important;
}
.comment-reply-link:before{
	content: '\e801';
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .5em;
    /* font-size: 120%; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.comment-reply-link:hover{
	color: #000;
}
.comment-body:hover .reply {
	display: block
}

#respond{
	padding: 30px 30px 30px;
	margin-top: 50px;
}
#comments-form{
	height: auto;
}
#comments-form .form-control{
	border:1px solid #b3b3b3;
	border-radius:0 
}
#comments-form input.form-control{
	height: 28px;
	line-height: 28px;
	font-size: 12px;
}
#comments-form #submit{
	background: #c11d2d;
	border-radius: 0;
	color: #fff;
	border:none;
	font-size: 13px;
	padding-bottom: 0
}
#comments{
	margin: 40px 0;
}
#comments .title{
	font-size: 18px;
	font-weight: bold;
}
#comments .title:before{
	content: "";
	display: block;
	float: right;
	width: 6px;
	height: 6px;
	background: #211361;
	margin: 7px 0 0 6px;
}
