

.row_1 {
    width: 100%;
    background-color: #fae2e6;
    padding: 20px 0 20px 0;
}

#reviews_1 .reviews_intro {
 	max-width: none;
}

.reviews_intro {
    min-height: 300px;
    text-align: center;
    /* padding-top: 20px; */
	max-width: 1170px;
    margin: 0 auto;
    padding: 4px;
}


.reviews_button {
    width: 224px;
    border: solid 2px #8d2b38;
    /* padding: 15px 25px; */
    color: #8d2b38;
    text-align: center;
    cursor: pointer;
    margin: 36px auto 16px auto;
}

.reviews_button a {
    width: 100%;
    display: inline-block;
    height: 45px;
    padding-top: 12px;
}


.rating_star {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
	margin: 6px 4px 0px 0px;
}

.star_f {background-image: url(img/star_f.svg);}
.star_e {background-image: url(img/star_e.svg);}

.rating_one_wrap {
    height: 100%;
    background-color: #f3f3f3;
    display: inline-flex;
    padding: 15px;
    text-align: left;
	margin: 10px 0;
/*     margin-top: 8px; */
    flex-wrap: wrap;
    font-size: 15px;
    max-width: 330px;
    min-width: 280px;
}


.reviews_title_1 {
    width: 100%;
    height: 36px;
    font-size: 24px;
    display: inline-block;
    font-weight: bold;
    color: #8d2b38;
}


.reviews_contents_intro {
    height: auto;
    width: 100%;
    display: flow-root;
    margin-bottom: 24px;
}


.rating_more {
    width: 100%;
    height: 32px;
    color: #8d2b38;
	font-size: 14px;
    font-weight: 600;
    margin-top: 8px;
}


.rating_stars {
    height: 30px;
    width: 100%;
}


.rating_intro {
    height: 100px;
    width: 100%;
}

.rating_time {
    height: 16px;
    font-size: 13px;
}

a.rating_link {
    color: #8d2b38;
    margin-left: 2px;
    text-decoration: underline;
}


.rating_underline {
    border-bottom: solid 1px #8d2b38;
    width: 100%;
    margin-bottom: 4px;
}

.rating_author {
    width: 100%;
    height: 16px;
    font-size: 13px;
}



.rating_one__all__full .rating_more {
    display: none;
}
.rating_one__all__full {
    width: 100%;
    padding: 0;
    margin: 0;
    height: auto;
    padding: 8px;
    min-height: 288px;
}

.rating_one__all__full .rating_intro {
    max-height: 212px;
    width: 100%;
    height: auto;
}


.rating_one__all__intro .rating_text {
    height: 90px;
}




#reviews_logo_google {background-image: url(img/google.svg);}
#reviews_logo_jameda {background-image: url(img/jameda.svg);}

.reviews_undeline {
    border: solid 2px #fae2e6;
    width: 116px;
    margin: 20px auto;
}

.row_2 {
    background-color: #fff;
    margin-bottom: 24px;
}


.reviews_logos {
    margin: 8px auto 4px auto;
    width: auto;
    display: inline-block;
}

.reviews_logos a {
    display: inline-block;
    width: auto;
    border: solid 2px #c6959b;
    padding: 8px;
}
.reviews_logo {
    height: 80px;
    width: 220px;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0px;
}

.reviews_title_2 {
    font-size: 19px;
    color: #8d2b38;
    margin-top: 32px;
    margin-bottom: 20px;
    font-weight: bold;
}

#reviews_page .reviews_title_1  {
    margin-top: 36px;
}

.reviews_wrap a {
    color: #8d2b38;
    text-transform: capitalize;
}



.rating_more_click {
    width: 100%;
    cursor: pointer;
    display: block;
}

.rating_text {
	margin-bottom: 8px;
}










@media (min-width: 600px) {
    .reviews_intro {
        padding: 30px;
    }

    .rating_one_wrap {
        margin: 10px 15px 0 15px;
        font-size: 16px;
    }

}

