@-webkit-keyframes ani-fb-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes ani-fb-spin {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes ani-fb-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fb-review,.fb-review *{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.clear{

	clear: both;

}

.fb-review {padding: 10px;overflow: hidden;position: relative;padding-bottom: 40px;}

.fb-review.boxshow{/* box-shadow: 1px 1px 1px 1px #ccc; */-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.21);-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.21);box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.21);font-family: Roboto;border: none!important;position: relative;padding-bottom: 40px;}
.fb-review .fb-review-content{font-size: 0}
.fb-review .fb-review-content .njt-fr-group-item{font-size: 14px;color: #434a54;}
@media(max-width: 430px){
	.fb-review .fb-review-content .njt-fr-group-item{ min-width: 100%}
}
.fb-review .fb-review-content .njt-fr-group-item .njt-fr-review-text{
	font-size: 14px;
	line-height: 16px;
	font-family: roboto;
	font-weight: 500;
	color: #434a54;
}
.fb-review .njt-fr-group-item{/*width: 200px;*/min-height: 75px;display: inline-block;padding:  10px;vertical-align: top;}

.fb-review .njt-fr-group-item h3{color: #434a54;font-family: Roboto;padding: 0;margin: 0;font-size: 18px;margin: 0 0 5px;}

.fb-review .njt-fr-group-item .njt-fr-rating {width: 100%;overflow: hidden;margin-bottom: 10px;}

.fb-review .njt-fr-group-item .njt-fr-rating ul{

	margin-bottom: 0;
  margin-left: 0;

}

.fb-review .njt-fr-group-item .njt-fr-rating ul li{

    list-style: none;

    float: left;

    font-size: 15px;

    color: #5080F7;

    padding: 2px;

}
.fb-review .njt-fr-group-item .njt-fr-rating ul li img {
  width: 10px;
}


.fb-review-more{width: 100%;font-size: 14px;-webkit-font-smoothing: antialiased;font-weight: bold;text-align: center;text-shadow: none;vertical-align: middle;box-shadow: none !important;display: block;cursor: pointer;font-family: Roboto;}



.fb-review-more{background-color: #ccd1d9;/* border-color: #ced0d4; */color: #434a54 !important;line-height: 30px;padding: 0 16px;border: none;position: absolute;bottom: 0;height: 30px;left: 0;}



.fb-review-more:hover{background-color: #ccd1d9;box-shadow: none !important;}






.njt-fr-stars{}
.njt-fr-stars .njt-fr-starsnumb{}
.njt-fr-stars .njt-fr-starslist-wrapper{
    font-size: 0;
    line-height: 0;
    float: left;
    width: 106px;
    height: 24px;
}
.njt-fr-starslist-wrapper{
    position: relative;
    width: 75px;
    height: 17px;
    background: #4080ff;
    padding: 3px 5px 3px 5px;
    border-radius: 8px;
}
.njt-fr-starslist-wrapper .njt-fr-starslist-container{
	position: relative
}
.njt-fr-starslist-wrapper .njt-fr-star{
    width: 10px;
    height: 10px;
    background: url(../assets/frontend/img/rate-star-button.svg) 0 0 no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    margin-right: 3px;
}
.njt-fr-starslist-wrapper .njt-fr-starslist-current{
    position: absolute;
    top: 0;
    left: 0;
    /* padding: 3px 0px 0 6px; */
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
}
.njt-fr-starslist-wrapper .njt-fr-starslist-background{position: relative;z-index: 1;opacity: 0.5;font-size: 0;white-space: nowrap;}
.fb-review-main{
    padding-top: 36px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
}
.fb-review-main:before{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	content: '';
	width: 100%;
	height: 36px;
	top: 0;
	left: 0;
	background: #3b5998;
	z-index: 1;
}
.fb-review-main:after{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	content: '';
	width: 23px;
	height: 36px;
	top: 0;
	left: 0;
	z-index: 2;
	background: url(../assets/frontend/img/facebook-letter-logo.svg);
	background-size: 50px;
	background-position: -13px 0px;
	opacity: 0.09;
}
.fb-review-more.js__fb_hide_after_load:not(.js__fb_loading){
	display: none;
}
.fb-review-more.js__fb_loading:before{
	content: '';
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url('../assets/frontend/img/spinner-of-dots.svg') 0 0 no-repeat;
	background-size: 100% 100%;
	vertical-align: middle;
	margin-right: 5px;
	position: relative;
	top: -1px;
	-webkit-animation: ani-fb-spin 1.4s infinite linear;
	-moz-animation: ani-fb-spin 1.4s infinite linear;
    animation: ani-fb-spin 1.4s infinite linear;
}
.njt-fr-userimagelft{width:45px;float: left;margin-right: 3px;}
.profimg{border-radius: 10px;}