.br-rating-carusel-box{margin-top:20px;margin-bottom:20px;}


.booking_reviews_widget {
    background-color: #46b769;
    height: 40px;
    color: white;
}

.rating-box-widget {
    margin: 0 auto;
    min-width: 320px;
    max-width: 400px;
}
.cursor-pointer {
    cursor: pointer;
}
.v-slash {
    margin-left: 4px;
    margin-right: 4px;
}
.br-rating {
    display: inline-block;
    color: #eee;
    font-size: 32px;
    width: auto;
    position: relative;
    padding: 0;
}
.br-widget-stars .br-rating {
    font-size: 20px;
}
.smaller-stars .br-rating {
    font-size: 28px;
}
.br-rating-upper {
    color: gold;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: flex;
    top: 0;
    left: 0;
    overflow: hidden;
}

.br-rating-lower {
    padding: 0;
    display: flex;
    z-index: 0;
}

.statistic {
    margin-top: 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    font-weight: bold;
}
.red {
    color: #d63545;
}
.bg-green {
    background-color: #50ba71;
}

.review-lizard-with-thumb-up {
    width: 160px;
    height: 190px;
    background: url("images/frog1.png") no-repeat;
    background-size: contain;
    background-position-x: left;
    background-position-y: bottom;
}

.br_rating_block {
    padding: 60px 20px 0 20px;
    display: flex;
    justify-content: center;
    /*min-width: 320px;*/
    height: 250px;

}
.rating_wrap .text {
    color: white;
    font-size: 18px;
    margin-top: 5px;
}
.rating_wrap .count {
    font-weight: bold;
}
.br-reviews-carusel {
    height: 250px;
    margin: 0 13px;
}

.br-rating-carusel-box .slick-slider-wrap {
    margin-top: 10px;
    padding: 0 20px;
}
.br-rating-carusel-box .slick-prev:before,
.br-rating-carusel-box .slick-next:before {
    color: #50ba71;
    content: '';
}

.br-rating-carusel-box .slick-arrow {
    width: 15px;
    height: 15px;
    top: 50%;
    z-index: 5;
    border-top: 5px solid #888888;
    border-right: 5px solid #888888;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.br-rating-carusel-box .slick-prev {
    left: -15px;
    transform: rotate(225deg);
}

.br-rating-carusel-box .slick-next {
    right: -15px;
    transform: rotate(45deg);
}


.item-review {
    padding: 30px;
    height: 250px;
    background-color: white;
    margin-right: 15px;
    margin-left: 15px;
}

.item-review .name {
    font-weight: bold;
}

.item-review .feedback {
    max-height:105px;
    overflow: hidden;
    position: relative;
}

.item-review .feedback span:before {
    content: "\201C";
    font-family: serif;
    font-size: 20px;
    margin-right: 3px;
    line-height: 0;
}
.item-review .feedback span:after {
    content: "\201D";
    font-family: serif;
    font-size: 20px;
    margin-left: 3px;
    line-height: 0;
}


.item-review .feedback,
.item-review .time {
    font-style: italic;
    color: #8b8b8b;
	    font-size: 14px;
		margin: 0 0 10px;
}

.smaller-stars .rating {
    font-size: 28px;
}


@media screen and (min-width: 1271px) and (max-width: 1325px) {
    .rating-box-widget {
        font-size: 14px;
    }
}
@media screen and (min-width: 1111px) and (max-width: 1270px) {
    .rating-box-widget {
        font-size: 13px;
    }
}
@media screen and (min-width: 1051px) and (max-width: 1110px) {
    .rating-box-widget {
        font-size: 12px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1050px) {
    .rating-box-widget {
        font-size: 11px;
    }
}
@media screen and (max-width: 350px) {
    .rating-box-widget {
        font-size: 13px;
    }
}
