.comments-title {
    font-size: 22px;
    color: #000;
    font-weight: normal;
    color: #5E5E5E;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 10px;
}

.comments-list {
    position: relative;
}

.comment-item {
    padding: 14px 0 12px 0;
    position: relative;
    font-size: 12px;
}

.comment-item.reply {
    padding-left: 24px;
}

.comment-item.reply .comment-item-author:before {
    content: "";
    position: absolute;
    border-top: 6px solid #afafaf;
    border-bottom: 6px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 3px;
    left: -18px;
}


/*.comments-list:before,*/
.comment-item:after {
    content: "";
    /*background: url(images/comment_brdr.png) repeat-x top;*/
    border-bottom:1px solid #ccc;
    height: 1px;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
}

.comments-list:before {
    top: 0;
}

.comment-item:after {
    bottom: 0;
}

.comment-item-author {
    margin-bottom: 4px;
    position: relative;
}

.comment-item-author,
.comment-item-author a {
    font-size: 14px;
    font-weight: bold;
    color: #393939;
    line-height: normal;
}

.comment-item-author a {
    text-decoration: underline;
}

.comment-item-author a:hover {
    text-decoration: none;
}

.comment-item-text {
    font-size: 14px;
    color: #000;
    font-weight: 300;
    line-height: 1.1;
}

.comment-item-meta {
    text-align: right;
    font-size: 14px;
}

.comment-item-meta a,
.comment-item-meta span {
    font-size: 14px;
}

.comment-item-author .comment-date {
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
}
.comment-item-author .comment-positive,
.comment-item-author .comment-negative {
    float:right;
    font-size: 12px;
    font-weight: normal;
}
.comment-voting .comment-positive {
    padding-bottom: 3px;
}
.comment-voting .comment-negative {
    padding-top: 3px;
}


.comment-item-author .comment-negative {
    margin-right:15px;
}

.comment-item-meta .comment-date {
    color: #393939;
    margin-right: 12px;
}

.comment-item-meta .comment-positive,
.comment-item-meta .comment-positive a,
.comment-item-meta .comment-positive span {
    color: #479e00;
}

.comment-item-meta .comment-negative,
.comment-item-meta .comment-negative a,
.comment-item-meta .comment-negative span {
    color: #d90000;
}


.comment-sent {
    margin-top: 10px;
    margin-bottom: 0px;
    overflow: hidden;
}
.comments-block {
    margin-bottom: 25px;
}

.comment-btn {
    display: block;
    width: 268px;
    height: 46px;
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
    color: #d3d3d3;
    font-size: 19px;
    text-transform: uppercase;
    line-height: 46px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    padding: 0 20px;
    opacity: 1;
    transition: background 0.3s, color 0.3s, border-color 0.3s;
    float: left;
}

.comment-btn:focus{
    text-decoration: none;
    color: #d3d3d3;
}

.comment-btn:hover,
.comment-btn.active {
    text-decoration: none;
    color: #424242;
    border: 1px solid #424242;
    background: #fff;
    /*opacity: 0.7;*/
}

.comment-sent-txt {
    /*float: right;*/
    color: #474747;
    font-size: 13px;
    padding-top: 15px;
    padding-bottom: 10px;
    width: auto;
    margin: 0 auto;
    text-align: left;
}

.comment-sent-txt * {
    color: #474747;
    font-size: 13px;
}

.comment-sent-txt a {
    font-weight: 700;
    text-decoration: underline;
}

.comment-sent-txt a:hover {
    text-decoration: none;
    color: #474747;
}


@media (max-width: 767px) {

    .comment-sent {
        text-align: center;
    }

    .comment-btn {
        float: none;
        margin: 0 auto;
    }

    .comment-sent-txt {
        float: none;
        width: auto;
        text-align: center;
        max-width: 270px;
    }
}


.comment-item-author {
    padding-bottom: 0;
    overflow: hidden;
    display: block;
    float: none;
    margin: 0 120px 0 35px;
}

.cia-wrap {
    /*overflow: hidden;*/
    min-height: 25px;
    /*padding-bottom: 10px;*/
    position: relative;
}

.comment-item-avatar {
    float: left;
    margin-right: 10px;
    overflow: hidden;
    width: 25px;
    height: 25px;
    position: relative;
}

.comment-item-avatar img {
    width: 100%;
    height: auto;
    display: block;
    border: 0
}

span.cia-name {
    display: inline-block;
    padding-top: 5px;
}

.comment-item-author .comment-date {
    padding-bottom: 0;
}

.comment-voting {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
}

.comment-voting>* {
    display: inline-block;
}

.comment-item.reply .comment-item-author:before {
    content: normal;
    display: none;
}

.comment-item.reply .cia-wrap:before {
    content: "";
    position: absolute;
    border-top: 6px solid #afafaf;
    border-bottom: 6px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 9px;
    left: -18px;
    z-index: 40;
}

@media (max-width: 767px) {

    .comment-item-avatar {
        width: 35px;
        height: 35px;
    }

    span.cia-name {
        display: block;
    }

    .comment-item-author .comment-date {
        display: block;
    }

    .work-detail>.container-fluid>.row>.col-md-3 {
        padding-top: 24px;
    }

    span.cia-name {
        padding-top: 0;
    }

    .comment-item.reply .cia-wrap:before {
        top: 15px;
        left: -22px;
    }

}



.comments-block textarea[name=COMMENT] {
    width:100% !important;
    border:1px solid #ccc;
    padding:10px;
    font-size: 14px;

}

.comments-block fieldset {
    padding: 10px 15px 10px 15px;
    background: url(images/ad_bd.png) repeat;
    margin-top: 10px;
    margin:0;
}

.comments-block fieldset p {
    text-align: left !important;
}

.comments-block button.comment_submit {
    display: block;
    width: 200px;
    height: 36px;
    background: #FFFFFF;
    border: 2px solid #C2C2C2;
    color: #393939;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    padding: 0 20px;
    opacity: 1;
    outline: none;
    transition: background 0.3s, color 0.3s, border-color 0.3s;
    margin: 5px 0 3px 0;
}

.comments-block button.comment_submit:hover, .comments-block button.comment_submit.active {
    text-decoration: none;
    background: #fff;
    box-shadow: inset 0px 10px 40px rgba(120,120,120, 0.1);
    /* opacity: 0.7; */
}

.comment-item-author {
    margin-bottom: 0px !important;
    padding-bottom: 10px;
    /*overflow: hidden;*/
}
.comment-item-meta {
    margin-top:10px;
}
.comment-item-author .comment-date {
    padding-bottom:10px;

}
@media (max-width: 480px) {
    .comment-item-author .comment-date {
        display:block !important;
    }
}

.comments-block .comment_hidden_content {
    display:none;
}

.comment-sent p {
    margin:5px 0px 7px 0px;
}
.comment-positive-count {
    font-size: 14px;
}
.part-comment-left {
    width:17px;
    float:left;
}
.part-comment-right {
    width:25px;
    float:left;
}
.part-comment-left-2 {
    width:17px;
    float:left;
    padding-top:3px;
}

.comment-item-meta a {
    color:#000;
}
a.btn-reply {
    display: block;
    width: 140px;
    height: 30px;
    background: #FFFFFF;
    border: 2px solid #C2C2C2;
    color: #393939;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    padding: 3px;
    font-weight: normal !important;
    opacity: 1;
    transition: background 0.3s, color 0.3s, border-color 0.3s;
    margin: 3px 0 3px 10px;
    float:right;
}
a.btn-reply:hover, a.btn-reply:active {
    text-decoration: none;
    background: #fff;
    box-shadow: inset 0px 10px 40px rgba(120,120,120, 0.1);
}

@media (max-width: 400px) {
    a.btn-reply {
        width: 100%;
    }
    .comments-block button.comment_submit {
        width:100%;
    }
}