@-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{ -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{ 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;
}
.njt-fb-review-more-up{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;}
.njt-fb-review-more-up{background-color: #ccd1d9; color: #434a54 !important;line-height: 30px;padding: 0 16px;border: none;position: absolute;bottom: 0;height: 30px;left: 0;}
.njt-fb-review-more-up: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(//www.routemasterhire.com/wp-content/plugins/facebook-reviews-pro-ninjateam/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; 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;}
.njt-fb-review-main-up{
padding-top: 36px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
position: relative;
}
.njt-fb-review-main-up: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;
}
.njt-fb-review-main-up: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(//www.routemasterhire.com/wp-content/plugins/facebook-reviews-pro-ninjateam/assets/frontend/img/facebook-letter-logo.svg);
background-size: 50px;
background-position: -13px 0px;
opacity: 0.09;
}
.njt-fb-review-more-up.js__fb_hide_after_load:not(.js__fb_loading){
display: none;
}
.njt-fb-review-more-up.js__fb_loading:before{
content: '';
width: 16px;
height: 16px;
display: inline-block;
background: url(//www.routemasterhire.com/wp-content/plugins/facebook-reviews-pro-ninjateam/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;
}
.hide-head{
padding-top: 0;
}
.hide-head:before{
height: 0;
}
.njt-fr-item{
overflow: hidden;
}
.njt-fr-avatar{ width: 10%;
float:left;
}
.njt-fr-avatar img {
border-radius:50%;
border: solid 1px #ccc;
}
.njt-fr-info{
width: 85%;
float: left;
margin-left:  10px;
}
.njt-fr-username h3 a{
text-decoration: none;
border: 0;
box-shadow: none;
}