#fComment{
    /*display: none;*/
}
#comment{

    margin:0px auto;

}

#fComment input[type="text"], #fComment textarea{

    width:100%;

}

#comment fieldset{

    padding:15px;
    border:1px solid #205c9a;
    background-color: #f8f8f8;
    border-radius: 5px;

}

.reply-like{

    

}

.reply-like a:hover{

    text-decoration: none;

}

.reply,.like{

    float:right;

}
.reply a{
    background: url(../images/icon_reply-c.png) no-repeat left center;
    padding-left: 20px;
    height: 17px;
    display: inline-block;
}

.like{

    margin-left:20px;

}

.comment_item{
    overflow:hidden;
    /*padding:0px 15px;*/
}
.comment_item .cmt-img{
    float: left;
    width: 100%;
}
.comment_item .cmt-img img{
    float: left;
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 100%;
}
.comment_item .cmt-img span{
    color: #000;
    font-weight: bold;
    padding-left: 15px;
    display: inline-block;
    padding-top: 20px;
    text-transform: capitalize;

}
.comment_item h3{
    font-size: 16px;

}
.comment_item h3 a{
    position: relative;
    width: 100%;
    padding-left: 55px;
    line-height: 40px;
    float: left;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.comment_item h3 a:before{
    content: "\f007";
    font-family: fontAwesome;
    font-size: 16px;
    color: #666;
    position: absolute;
    left: 0px;
    top: 0px;

    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100%;
    background-color: #ddd;
}

.comment_item:nth-child(odd){
    /*background: #f8f8f8;*/
    /*border: 1px solid #dfdfdf;*/

}

.icon-like{

    background:url('../images/icon_line_vne.gif') no-repeat 0px 3px;

    width:13px;height:14px;

    display:inline-block !important;

}

.icon-unlike{

    background:url('../images/icon_line_vne.gif') no-repeat -38px 3px;

    width:13px;height:14px;

    display:inline-block !important;

}

a.unlike{

    color:#bbb;

}

.sub_comment_content{/*border-top:1px dotted #ccc;*/}

.sub_comment_content{
    display: block;
    position: relative;
    margin: 5px 0 0 0;
    /*padding: 10px 15px 0 12px;*/
    padding: 0px 15px;
    clear: both;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    background: #f8f8f8;
    border: 1px solid #eee;
    margin-left: 30px;

}
.sub_comment_content:before {
    border-color: rgba(238,238,238,0);
    border-bottom-color: #f8f8f8;
    border-width: 11px;
    margin-left: -11px;
    z-index: 1;
}
.sub_comment_content:after {
    border-color: rgba(255,255,255,0);
    border-bottom-color: #dfdfdf;
    border-width: 10px;
    margin-left: -10px;
}
.sub_comment_content:before,
.sub_comment_content:after{
    top: -20px;
    left: 18px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.comment_sub_item{
    /*overflow:hidden;
    padding:10px;
    border-bottom:1px dashed #efefef;
    border-left:1px dotted #ccc;*/

}

.date-comment{
    float:left;
    font-size: 12px;
    font-style: italic;
    color: #888;
    padding-top: 5px;

}

#comment legend{
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    /*background: url(../images/icon-comment.png) no-repeat 10px center;*/
    padding:8px 10px;
    padding-left:30px;
    margin-bottom: 0px;
    /*border:1px solid #ccc;*/
    background-color: #205c9a;
    color: #fff;
    font-size: 16px;
}
#comment input{
    margin-bottom: 5px;
}
.btn_comment{
    /*background: url(../images/icon-comment_bottom.png) repeat-x;*/
line-height: 28px;
padding-left: 20px;
padding-right: 20px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
behavior: url(PIE.htc);
border: 1px solid #205c9a;
cursor: pointer;
font-weight: bold;
background-color: #205c9a;
color: #fff;
}
#fComment input[type="text"]{
    border:1px solid #ddd;
    /*border-radius: 4px;*/
    height:35px;
    line-height:35px;
    text-indent: 10px;
}
#fComment input[type="text"]:focus,#fComment textarea:focus{
    border: 1px solid rgba(0, 133, 207, 0.68);
box-shadow: 0px 0px 2px 2px rgba(0, 133, 207, 0.31);
-moz-box-shadow: 0px 0px 2px 2px rgba(0, 133, 207, 0.31);
-webkit-box-shadow: 0px 0px 2px 2px rgba(0, 133, 207, 0.31);
}
#fComment textarea{
    border:1px solid #ddd;
    /*border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;*/
    text-indent: 10px;
    height:100px;
}
#fComment #commentcaptcha,#fComment #subcommentcaptcha{
    width:200px;
}
#img-captcha{
    position: relative;
    top:10px;
    margin: 0px 0px;
    border: 1px solid #000;
    padding: 1px;
}
.commentofyour{
    font-size:16px;
    font-weight: bold;
    color:#333;
    cursor: pointer;
    margin: 15px 0px;
}
.sub_comment{
    display: none;
}
#fComment a.subcm_close{
    display: inline-block;
    color:#000;
    font-weight: bold;
    margin-left:20px;
    background-color: #278AB7;
    background: url(../images/icon-comment_bottom.png) repeat-x;
    line-height: 28px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #dadada;
    cursor: pointer;

}
.subimg-captcha{
    position: relative;
    left: 10px;
    top: 10px;
}
.comment-readmore,.commentsub-readmore{
    margin-bottom:10px;
    text-align: center;
    font-size:16px;
}
.commentsub-readmore{
    text-align: left;
    margin-left: 80px;
    margin-top: 10px;
}
.comment-readmore a,.commentsub-readmore a{
    font-style: italic;
}
.comment-readmore a:after, .commentsub-readmore a:after{
    content: "";
    border-top: 5px solid red;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: relative;
    top:12px;
    left:5px;
}