:root{
    --light-color:#fed700;
    --light-color2:#0080c9;
    --light-color3:#e10000;
}
#wcmnt{
    background: rgb(251,251,251);
    padding: 15px;
    border-radius: 12px;
}
.imppost{
    padding:8px 0;
}
.imppost:after{
    content:'';
    clear: both;
    display: block;
}
.imppost-item{
    width: 80px;
    height: 80px;
    margin-right: 15px;
    margin-bottom: 15px;
    position: relative;
    border: 1px solid #707070;
    background-color: #f8f8f8;
    padding: 0!important;
    border-radius: 0;
    float: left;
    text-align: center;
    overflow: hidden;
}
.imppost-item img{
    max-width: 100%;
}
.imppost-item .remove-item{
    position: absolute;
    z-index: 2;
    top: -9px;
    right: -9px;
    border: 1px solid #fed700;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    display: block;
    cursor: pointer;
    color:#fed700;
    background: white;
    transition:all 0.5s;
}
.imppost-item .remove-item:hover{
    background: #fed700;
    border-color:#fed700;
    color: white;
}
.imppost .btn-add{
    cursor: pointer;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    padding: 12px !important;
    line-height: 1.3;
}
.imppost .btn-add>input{
    text-indent: -1000px;
    background: red;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 1;
}
.imppost .btn-add:hover{
    background: #fed700;
    border-color:#fed700;
    color: white;
}
.imppost .btn-add i{
    display: block;
    font-size:30px;
}
.required.form-group label.control-label:after{
    content:'(*)';
    color: red;
    margin-left:5px;
    margin-top:-3px;
}
.mediareview{
    display: block;
    margin:1.5rem 0;
    position: relative;
    padding-top:10px;
}
.mediareview:after{
    content:'';
    clear: both;
}
.mediareview .thumb{
    display: block;
    position: absolute;
    z-index: 1;
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 50px;
    font-weight: normal;
    color: white;
    background: #fed700;
    text-align: center;
    border-radius: 50%;
    overflow: inherit;
}
.mediareview .rcontent{
    padding:15px 15px 15px 25px;
}
.mediareview .user-type{
    margin-left:30px;
    line-height: 1.9;
    border-top:1px solid var(--light-color2);
}
.mediareview .user-type .name{
    background:  var(--light-color2);
    color: white;
    border-radius: 0 0 6px 6px;
    padding: 0 20px;
    display: inline-block;
    margin-right: 25px;
}
.mediareview .media-body{
    margin-left: 30px;
    display: block;
    width: auto;
    border-left: 1px solid;
    border-bottom: 1px solid;
    border-color: #ddd;
    padding-bottom: 30px;
    position: relative;
    overflow: inherit;
}
.mediareview .media-body h5{
    background: #f3f3f3;
    font-size: 17px;
    margin-top: 10px;
    line-height: 30px;
    padding-left: 35px;
    color: #0080c9;
}
.mediareview .media-body .r-toolbar{
    list-style: none;
    padding-left: 25px;
    position: absolute;
    top: 100%;
    line-height: 30px;
    margin-top: -14px;
}
.mediareview .media-body .r-toolbar .number{
    padding:0 10px;
    color: #999;
}
.mediareview .media-body .r-toolbar li{
    display: inline-block;
}
.mediareview .media-body .r-toolbar a{
    border: 1px solid #ddd;
    color: #999;
}
.mediareview .media-body .r-toolbar a:hover{
    background: var(--light-color2);
    color: white;
}
.mediareview .media-body .r-toolbar .like-group a{
    border-radius: 50%;
    width: 30px;
    display: inline-block;
    text-align: center;
}
#review .list-comment{
    padding-bottom:25px;
}
#review .list-comment,
.mediareview .media-body .r-toolbar .re-comment,
.mediareview .media-body .r-toolbar .like-group{
    background: rgb(251,251,251);
}
.mediareview .media-body .r-toolbar .like-group{
    margin-right: 30px;
}
.mediareview .media-body .r-toolbar .re-comment{
    line-height: 30px;
    display: inline-block;
    border-radius: 15px;
    padding: 0 15px;
}
.mediareview .media-body .r-toolbar .re-comment:hover{
    border-color:var(--light-color2);
}
.rimgs a{
    display: inline-block;
    border: 1px solid #c1c0c0;
    padding: 3px;
    background: white;
    height: 68px;
    width: 68px;
    position: relative;
    background-position: center center;
    background-size: cover;
}
.rimgs a:hover{
    border-color: #fed700;
    color: #fed700;
}
.rimgs a:after{
    content:'+';
    text-align: center;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background: rgba(0,0,0,0.3);
    display: block;
    font-size:20px;
    line-height: 66px;
    opacity: 0;
    position: absolute;
}
.rimgs a:hover:after{
    opacity: 1;
}
.rimgs a img{
    width:60px;
    opacity: 0;
}
.mediareview .help-block{
    color: #b3b3b3;
}
.mediareview h5{
    margin: 0;
}
.mediareview .comment{
    background: #f8f8f8;
    padding:15px;
}
.mediareview .comment h5{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}
.review-counter{
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 20px;
}
.review-counter:after{
    content:'';
    display: block;
    clear: both;
}
.review-counter>div{
    padding-left:15px;
    padding-right:15px;
    float: left;
}
.review-counter .review-counter-hd{
    width:25%;
    text-align: center;
}
.review-counter .review-counter-bd{
    width:45%;
    margin-top: 30px;
}
.review-counter .review-counter-ft{
    width:30%;
    text-align: center;
    padding-top: 30px;
}
.review-counter .review-counter-hd p{
    margin: 0;
}
.review-counter .avg-rating{
    font-size: 70px;
    margin: 0 15px;
    color: var(--light-color);
    display: block;
    line-height: 1.5em;
}
.review-counter table {
    color: #b3b3b3;
}
.review-counter table td{
    border-bottom:0;
    padding: 5px;
    vertical-align: top;
    border-top: 0;
}
.review-counter table td:nth-child(2){
    min-width: 120px;
}
.review-counter table td:nth-child(3){
    text-align: center;
}
.review-counter table td:nth-child(1){
    text-align: center;
}
.review-counter .progress{
    margin-bottom:0;
    background: #b1b1b1;
    position: relative;
}
.review-counter .progress:after{
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    width:0;
    background: var(--light-color);
    content:'';
    display: block;
}
.review-counter .progress.star5:after{
    width:100%;
}
.review-counter .progress.star4:after{
    width:80%;
}
.review-counter .progress.star3:after{
    width:60%;
}
.review-counter .progress.star2:after{
    width:40%;
}
.review-counter .progress.star1:after{
    width:20%;
}
.review-counter .btn{
    background: var(--light-color);
    color: white;
}
@media (max-width: 991px){
    .review-counter>div{
        width: 100% !important;
        float: none;
    }
}
.rating-input label.hover,
.rating-input label.active{
    color: #fdd835;
    cursor: pointer;
}
.rating .fa-stack{font-size:0.8rem;}
.rating .fa-star-o{color:#999;font-size:1.5rem;}
.rating .fa-star + .fa-star-o{}
.avg-rating2{
    background: #f5f5f5;
    padding:20px;
    margin:30px 0;
    border-radius: 12px;
}
.avg-rating2 .number{
    text-align: center;
    margin-bottom: 10px;
}
.avg-rating2 .number span{
    font-size: 30px;
    border: 1px dashed #a1a1a1;
    color: #666;
    padding: 6px 10px;
    border-radius: 50%;
    line-height: 50px;
    display: inline-block;
    position: relative;
}
.avg-rating2 .number span:before,
.avg-rating2 .number span:after{
    content:'';
    display: block;
    width: 160%;
    border-bottom: 1px dashed #a1a1a1;
    position: absolute;
    top:100%;
}
.avg-rating2 .number span:before{
    right:120%;
}
.avg-rating2 .number span:after{
    left: 120%;
}
.avg-rating2 .title{
    color: #a1a1a1;
}
.avg-rating2 .title2{
    color: #2d2d2d;
    font-size:18px !important;
}
.avg-rating2 .btn{
    background: var(--light-color);
    color: white;
    font-size:18px !important;
    border-radius: 123px !important;
}
.avg-rating2 .btn:hover{
    background: #0080c9;
}
.avg-rating2 .fa{
    color:  #fdd835;
}
.avg-rating2 .star-list span{
    margin:0 6px;
}
.avg-rating2 .star-list{
    font-size:21px !important;
    margin-bottom: 50px;
    letter-spacing: 0px;
}
.avg-rating2 .star-list span{
    position: relative;
}
.avg-rating2 .star-list .active{
    position: absolute;
    top:0;
    left:0;
    overflow: hidden;
}
.input-group .form-control{
    margin-top:0;
}
.form-comment .nav li{
    display: inline-block;
    margin-top: 25px;
}
#wcmnt .form-comment .btn-checked{
    background: transparent;
    color: var(--light-color3);
    border:1px solid;
}
#wcmnt .form-comment .btn-checked.active{
    color: white;
    background: var(--light-color3);
}
#wcmnt .form-comment .btn-checked:hover{
    color: white;
}
#wcmnt .form-comment .btn:hover{
    background: var(--light-color2);
}
#wcmnt .list-comment .list-comment{
    padding-bottom:0;
    margin-left: 30px;
    padding-top: 40px;
}
#wcmnt .ptitle{
    border-bottom: 1px solid #ddd;
    line-height: 1.5;
    font-weight: normal;
    color: #666;
}
.form-comment.frm-recmnt .ptitle{
    display: none;
}
#wcmnt .ptitle span{
    border-bottom:1px solid var(--light-color);
    display: inline-block;
    margin-bottom: -1px;
    margin-right:15px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
li.recmnt{
    padding-top:40px;
}
.richText .richText-toolbar ul li a{
    color: #999;
}
.richText .richText-toolbar ul li a:hover{
    color: #333;
}
.review_form .stars{
    cursor: pointer;
    display: inline-block;
}
.review_form .stars input{
    display: none;
}
.review_form .stars:hover label.active i{
    color: rgb(76, 76, 76);
}
.review_form .stars label.active i,
.review_form .stars input:checked ~ i,
.review_form .stars:hover label.hover i{
    color: var(--light-color);
}
.comment-notes{
    font-size: 13px;
    color: var(--gray);
}
.richText-help{
    display: none !important;
}
.conment-container .star-rating span{
    font-family: 'FontAwesome';
}
.conment-container .star-rating span:before {
    content: "\f005";
    color: var(--light-color);
}
.conment-container .star-rating span.star-2:before{
    content: "\f005\f005";
}
.conment-container .star-rating span.star-3:before{
    content: "\f005\f005\f005";
}
.conment-container .star-rating span.star-4:before{
    content: "\f005\f005\f005\f005";
}
.conment-container .star-rating span.star-5:before{
    content: "\f005\f005\f005\f005\f005";
}
.commentlist .conment{
    border-bottom:1px dashed #e1e1e1;
}