/**
 *  @since: 0.9.13
 */
.fc-comment-filter{
    float:right;
    width: 160px;
}

.morelink{
    color:#BF282A;
}

#comments:before{ 
  display: block; 
  content: " "; 
  margin-top: -100px; 
  height: 100px; 
  visibility: hidden; 
}

.fc-comment-filter label,.fc-comment-filter select{
    float:left;
    line-height: 46px;
    vertical-align: middle;
}

.fc-comment-filter label{
    width:40%;
}

.fc-comment-filter select{
    width: 60%;
}

.fc-comment-controls,.fc-cs-post-render{
    width:100%;
    float: left;
}

.fc-comment-controls .w-blog-post-more.fc-view-comments{
    margin-top: 5px;
}

.fc-comments{
    padding-top: 20px;
    width:100%;
    float: left;
}

.fc-cs-post-render{
    text-align: center;
}

.fc-rating{
    width:75px;
    color: #9e9e9e;
    display: inline-block;
}

.fc-reply-link{
    text-align: left;
    margin-left: 0px !important;
}

.fc-comment-share .buttons:after{
    clear: both;
}

.w-comments-item {
    border-bottom: 2px solid #f7f6f6;
    padding-bottom: 4px;
}

.fc-comment-reply-link{
    width: 100px;
    float: right;
    text-align: right;
}

.fc-comments .w-comments-item-text{
    padding: 10px;
}

.fc-comments .w-comments-item-text img{
    width:80%;
    height: auto;
}

.morecontent span {
	display: none;
}

.fc-social-icons {
    text-align:center;
    display:inline-block;
    margin:0;
    padding:0;
}

.fc-social-icons ul {
    margin:0;
    padding:0;
}

.fc-social-icons ul li {
    cursor:pointer;
    color:#FFF;
    list-style:none;
    display:inline-block;
    background-color:#BF282A;
    text-transform:capitalize;
    margin:0 2px 0 0;
    padding:0 5px;
    width: 34px;
}

.fc-social-icons ul li a {
    text-decoration:none;
    color:#FFF;
}

.fc-social-icons ul li i {
    color:#FFF;
    font-size: 14px;
    vertical-align: middle;
}

.fc-social-icons ul li:nth-child(1) {
    background-color:#39579a;
}

.fc-social-icons ul li:nth-child(2) {
    background-color:#00abf0;
}

.fc-social-icons ul li:nth-child(3) {
    background-color:#df4a32;
}

.fc-social-icons ul li:nth-child(4) {
    background-color:#ff3700;
}

.for_comments .w-comments-list .comment-closed {
    max-height: 400px;
    overflow: hidden;
    margin-bottom: 20px;
}

.for_comments .w-comments-list blockquote.comment-closed {
    max-height: 150px;
    overflow: hidden;
    margin-bottom: 20px;
}

.for_comments .w-comments-list blockquote + span.comment-more {
        bottom: 225px;
        text-align: left;
}

.for_comments .w-comments-list blockquote{
        background-color: #eeeeee;
	font-size: 12px;
	line-height: 20px;
}

.for_comments .fc-comment-text blockquote div:first-child{
    background-color: #dddddd;
    padding: 5px;
    margin-left: -2rem;
}

.for_comments .comment-more {
    cursor: pointer;
    width: 100%;
    display: block;
    text-align: center;
    position: absolute;
    padding: 45px 0 10px 0px;
    bottom: 25px;
    color: #cc0000;
    font-size: 14px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+95&0+0,1+60 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 95%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 95%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.for_comments .quote-more {
    cursor: pointer;
    width: 100%;
    display: block;
    text-align: center;
    bottom: 25px;
    color: #cc0000;
    font-size: 12px;
    margin-top: -20px;
    transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    text-shadow: 0 0 2px #fff;
    padding-top: 30px;

background: -moz-linear-gradient(top,  rgba(229,229,229,0) 0%, rgba(229,229,229,0.01) 1%, rgba(221,221,221,1) 100%);
background: -webkit-linear-gradient(top,  rgba(229,229,229,0) 0%,rgba(229,229,229,0.01) 1%,rgba(221,221,221,1) 100%);
background: linear-gradient(to bottom,  rgba(229,229,229,0) 0%,rgba(229,229,229,0.01) 1%,rgba(221,221,221,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5e5e5', endColorstr='#dddddd',GradientType=0 );

}


.fc-comment-heading{ font-weight: bold;font-size: 150%;line-height: 45px; }


