body {
    background: transparent;
}

/* PAGE Recommended Badge */
.badge-block {
    height:178px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.badge-preview {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.badge-preview .badge-img {
    height: 100%;
    width: auto;
}

/* PAGE Testimonial Summary Badge */
.rating-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px;
}

.rating-block .text-center {
    font-size: 14px;
}

.rating__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 0 20px;
}

.rating__wrap .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.rating__wrap .percent span {
    white-space: nowrap;
}

.rating__wrap .progress {
    width: 100%;
    /*width: 340px;*/
    height: 6px;
    margin: 0 10px;
    display: block;
}

.rating__wrapper {
    width: 90%;
}

.rating__wrap .progress-bar {
    height: 100%;
    background: #646c9a;
}

.star-rating {
    margin-bottom: 8px;
}

.star-rating i {
    font-size: 25px;
    margin: 0 1px;
}

.star-rating i {
    color: #fde16d !important;
}

.rating__wrap .fa-star {
    display: block;
    margin-top: -2px;
    min-width: 14px;
    max-width: 14px;
    height: 14px;
}

.rating-number {
    margin-right: 5px;
    display: block;
    font-weight: 500;
    width: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.table-rbs-img {
    height:24px;
    width: auto;
}
.table-rbs-btn .btn {
    text-align: center;
}

.btn-facebook {
    background-color: #4c69ba;
    color: #ffffff;
    font-family: Roboto, arial, sans-serif;
    font-weight: 500;
    position: relative;	
    padding-left: 50px;
}
.btn-facebook:hover,
.btn-facebook:focus {
    color: #ffffff;
    background-color: #5b7bd5;
}
.btn-facebook:before {
    display: block;
    content: '';
    width: 42px;
    height: 42px;
    position: absolute;
    top: -4px;
    left: -1px;
    background: transparent url(/img/ratings_icons/facebook_icon.png) no-repeat center center;
    background-size: 60% auto;
    border-right: 1px solid #ffffff;
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;	
}

.btn-google {
    background-color: #4285f4;
    color: #ffffff;
    font-family: Roboto, arial, sans-serif;
    font-weight: 500;
    position: relative;	
    padding-left: 50px;
    border-color: #4285f4;
    height: 42px;
    line-height: 24px;
}
.btn-google:hover,
.btn-google:focus {
    background-color: #3367d6;
    color: #ffffff;
    -webkit-box-shadow: 0 0 3px 3px rgba(66, 133, 244, .3);
    box-shadow: 0 0 3px 3px rgba(66, 133, 244, .3);
    border-color: #4285f4;
}
.btn-google:active {
    background-color: #3367d6;
    border-color: #4285f4;
}
.btn-google:before {
    display: block;
    content: '';
    width: 42px;
    height: 42px;
    position: absolute;
    top: -1px;
    left: -1px;
    background: #ffffff url(/img/ratings_icons/google_my_business_icon.png) no-repeat center center;
    background-size: 60% auto;
    border: 1px solid #4285f4;
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;	
}
.btn-google:active:before {
    border-color: #3367d6;
}
.star-rating .back-stars i {
    color: #7d7c7c !important;
}
.star-rating .back-stars .front-stars i {
    color: #FFBC0B !important;
}