/* comment-system-cms */
#comment-system-cms{margin-bottom:30px;}
form[name=__MB_ARTICLE_COMMENTS_FORM]{width:585px;}
.article-comment{margin-bottom:30px;}
.article-comment .box-comment{background-color:#d3e9ff;padding:30px 40px;}
.article-comment .title h6{font-size:18px;margin:0 0 15px 0;}
.comment-text{width:105px;float:left;overflow:hidden;font-size:14px;font-family: 'Roboto-Bold', Arial, sans-serif;font-weight: normal;height:30px;line-height:30px;}
.comment-form-author,.comment-form-email,.comment-form-content,.comment-form-raterjs{width:100%;float:left;overflow:hidden;margin-bottom:13px;}
.required{color:#ff0000;}
#author,#email,#comment{width:390px;float:right;max-width:390px;min-width:390px;}
.box-comment input[type=text]{height:30px;line-height:30px;border:0;box-sizing:border-box;padding:0 5px;color: #333 !important;}
.box-comment textarea {box-sizing: border-box;padding: 5px;border: 0;line-height: 1.3;min-height: 60px;color: #333 !important;font-family: Arial, Helvetica, sans-serif;}
.__MB_ACTION_POST_COMMENT{height:28px;line-height:28px;color:#fff;font-family: 'Roboto-Bold', Arial, sans-serif;font-weight: normal;font-size:14px;background-color:#0253a4;padding:0 25px;border:0;margin-left:115px;cursor:pointer;}
.comments-title{width:100%;float:left;overflow:hidden;text-transform:uppercase;color:#0253a4;font-size:14px;line-height:30px;border-bottom:thin solid #e7e7e7;margin-bottom:13px;}
ul.comments{list-style:none;padding:0;margin:0;float:left;width:100%;}
ul.comments li{padding:0 0 15px 0;margin:0 15px 15px 15px;border-bottom:thin dotted #e7e7e7;}
ul.comments li .meta{width:100%;float:left;height:40px;overflow:hidden;margin-bottom: 10px;}
ul.comments li .meta .avatar,ul.comments li .meta span{float:left;}
ul.comments li .meta .avatar{margin-right:15px;height: 40px}
ul.comments li .meta .author{color:#565656;font-size:12px;text-transform:uppercase;}
ul.comments li .meta .separate{padding:0 5px;}
ul.comments li .meta .time{font-size:12px;color:#e3e3e3;}
ul.comments li .comment-content{font-size:13px;color:#565656;}
.__MB_CM_PAGING{width:100%;overflow:hidden;text-align:center;}
.__SOCIAL_ITEM{text-decoration:none;margin-right: 10px;display: inline-block;}
.btnLike {background: url(../images/ico-like.png) left 1px no-repeat;}
.btnLike span,.btnDislike span{padding-left:21px;font-size:13px;color:#565656;}
.btnDislike {background: url(../images/ico-dislike.png) left 1px no-repeat;}
@media only screen and (max-width: 600px) {
	#comment-system-cms{margin-bottom: 15px;}
    form[name=__MB_ARTICLE_COMMENTS_FORM]{width: 100%;}
    .comment-form-raterjs {position: absolute;bottom: 10px;left: 10px;width: auto;margin: 0;}
    .comment-form-raterjs .comment-text{display: none;}
    #rater-step{margin-left: 0;}
    .__MB_CONTENT_EMPTY {position: absolute;padding: 0 !important;height: 30px;line-height: 30px;right: 10px;font-size: 12px;}
    .article-comment{margin-bottom:15px;}
    .article-comment .box-comment{background-color:#d3e9ff;padding:10px 10px;position: relative}
    .article-comment .title h6{font-family: 'Georgia-Bold', 'Times New Roman', serif;}
    .comment-text{width:100%;font-family: 'Georgia-Bold', 'Times New Roman', serif;}
    .comment-form-author,
    .comment-form-email,
    .comment-form-content{
        width:100%;
        float:left;
        overflow:hidden;
        margin: 0 0 15px 0;
    }
    #author,#email,#comment{width:100%;float:right;max-width:100%;min-width:100%;}
    .__MB_ACTION_POST_COMMENT{float: right;}
    ul.comments li{margin-left: 0;margin-right: 0;}
    ul.comments li:last-child{margin-bottom: 0;padding-bottom: 0;border: 0;}
    .__MB_CM_PAGING a, .__MB_CM_PAGING span {
        background: #0253a4;
        display: inline-block;
        height: 24px;
        line-height: 24px;
        padding: 0 7px;
        border-radius: 2px;
        color:#fff;
    }
    .__MB_CM_PAGING a:hover,.__MB_CM_PAGING span.current{
        background:#dbdbdb;
    }
}