/* Roboto */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 100;
	src: url("//media.travsrv.com/appSkins/90874/v6/themes/standard/fonts/Roboto-Thin.ttf") format("truetype");
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: url("//media.travsrv.com/appSkins/90874/v6/themes/standard/fonts/Roboto-Light.ttf") format("truetype");
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url("//media.travsrv.com/appSkins/90874/v6/themes/standard/fonts/Roboto-Regular.ttf") format("truetype");
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: url("//media.travsrv.com/appSkins/90874/v6/themes/standard/fonts/Roboto-Medium.ttf") format("truetype");
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url("//media.travsrv.com/appSkins/90874/v6/themes/standard/fonts/Roboto-Bold.ttf") format("truetype");
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	src: url("//media.travsrv.com/appSkins/90874/v6/themes/standard/fonts/Roboto-Black.ttf") format("truetype");
}

@font-face {
	font-family: 'Roboto-Condensed';
	font-style: normal;
	font-weight: 400;
	src: url("//media.travsrv.com/appSkins/90874/v6/themes/standard/fonts/RobotoCondensed-Regular.ttf") format("truetype");
}

@font-face {
	font-family: 'Roboto-Condensed';
	font-style: normal;
	font-weight: 700;
	src: url("//media.travsrv.com/appSkins/90874/v6/themes/standard/fonts/RobotoCondensed-Bold.ttf") format("truetype");
}



body {
	color: #36382E;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}


.static-reviewsPage .contentContainer {
	padding: 0;
	flex-wrap: nowrap;
	max-width: 100%;
}

/*
.static-reviewsPage .contentContainer .overview {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 100%;
}

.static-reviewsPage .contentContainer .overview .ratingText {
    font-size: 22px;
    line-height: 32px;
}

.static-reviewsPage .contentContainer .overview .ratingText .ratingValue {
    border-radius: 23px;
    background: #C4E5FF;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    padding: 5px 10px;
}

.static-reviewsPage .contentContainer .overview .ratingText .ratingDescription {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
}

.static-reviewsPage .contentContainer .overview .totalReviews {
    font-size: 18px;
    text-transform: capitalize;
    margin: 0 0 0 22px;
    line-height: 26px;
}

.static-reviewsPage .contentContainer .overview .totalReviews:before {
	content: "";
	height: 4px;
	width: 4px;
	background-color: #36382E;
	display: block;
	border-radius: 50%;
	margin: 0px 8px 0 -10px;
	position: relative;
	top: 14px;
}



.categoricalRatings {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 32px 0 32px 0;
}

.categoricalRatings .category {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 10px 0;
}

.static-reviewsPage .contentContainer .overview .categoricalRatings .name {
    order: 1;
    xflex: 1;
    width: 136px;
    padding: 0;
}

.static-reviewsPage .contentContainer .overview .categoricalRatings .value {
    order: 3;
    xflex: 1;
    padding: 0;
    padding-left: 6px;
	font-weight: 700;
}

.static-reviewsPage .contentContainer .overview .categoricalRatings .bar {
	order: 2;
	flex: 1;
}

.static-reviewsPage .contentContainer .overview .categoricalRatings .bar {
	background-color: #E1E1E0;
	height: 6px;
	border-radius: 10px;
}

.static-reviewsPage .contentContainer .overview .categoricalRatings .bar .barFill {
	background-color: #36382E;
	height: 6px;
	border-radius: 10px;
}


.static-reviewsPage .contentContainer .reviewContainer {
  width: 100%;
}
.static-reviewsPage .contentContainer .reviewContainer h1 {
	display: none;
}

.static-reviewsPage .contentContainer .reviewContainer .reviews .review {
	display: flex;
	flex-wrap: wrap;
	padding: 25px 0;
	border-bottom: 1px solid #C3C3C0;
}

.static-reviewsPage .contentContainer .reviewContainer .reviews .review .ratingText {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.static-reviewsPage .contentContainer .reviewContainer .reviews .review .ratingText .ratingValue {
    order: 1;
    background-color: #C4E5FF;
    font-size: 16px;
    border-radius: 25px;
    font-weight: 700;
    padding: 5px 10px;
    line-height: 1;
}

.static-reviewsPage .contentContainer .reviewContainer .reviews .review .source {
	order: 6;
}

.static-reviewsPage .contentContainer .reviewContainer .reviews .review .source img {
	width: 100px;
}

.static-reviewsPage .contentContainer .reviewContainer .reviews .review .guestName {
	order: 4;
	font-size: initial;
	font-weight: 700;
	margin: 0 5px 0 0;
}

.static-reviewsPage .contentContainer .reviewContainer .reviews .review .dateSubmitted {
	order: 5;
	margin: 0px auto 0 0;
	font-size: initial;
	font-style: normal;
}

.static-reviewsPage .contentContainer .reviewContainer .reviews .review .title {
	order: 2;
	width: 100%;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	margin: 15px 0 0;
}

.static-reviewsPage .contentContainer .reviewContainer .reviews .review .reviewText {
	order: 3;
	margin: 8px 0 16px;
	width: 100%;
}
*/

.static-reviewsPage {
    font-family: 'Roboto', sans-serif;
    color: var(--black-black-100, var(--color-black-100, #36382E));
}

.static-reviewsPage .contentContainer {
    flex-direction: column;
}

.static-reviewsPage .contentContainer .overview {
    width: 800px;
}

.static-reviewsPage .contentContainer .overview .ratingText {
    display: inline-block;
}

.static-reviewsPage .contentContainer .overview .totalReviews {
    display: inline-block;
	position: relative;
    padding-left: 24px;
}

.static-reviewsPage .contentContainer .overview .totalReviews:before {
    position: absolute;
    content: "";
    background-color: #36382e;
    width: 4px;
    height: 4px;
    left: 10px;
    top: 12px;
    border-radius: 50%;
}

.static-reviewsPage .contentContainer .overview .ratingText .ratingValue {
    color: var(--black-black-100, var(--color-black-100, #36382E));
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 145.455% */
    letter-spacing: 2.2px;
    text-transform: uppercase;

    padding: 2px 12px;
    gap: 16px;
    border-radius: 28px;
    background: var(--blue-blue-light, #C4E5FF);
}

.static-reviewsPage .contentContainer .overview .ratingText .ratingDescription,
.static-reviewsPage .contentContainer .overview .totalReviews {
    color: var(--black-black-100, var(--color-black-100, #36382E));
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

.static-reviewsPage .contentContainer .overview .categoricalRatings .category {
    position: relative;
}

.static-reviewsPage .contentContainer .overview .categoricalRatings .bar {
    position: absolute;
    top: 32px;
    left: 135px;
    width: 603px;
    height: 5px;
    border-radius: 3px;
    background: var(--black-black-15, #E1E1E0);
}

.static-reviewsPage .contentContainer .overview .categoricalRatings .bar .barFill {
    height: 5px;
    border-radius: 3px;
    background: var(--color-black-100, #36382E);
}

.static-reviewsPage .contentContainer .overview .categoricalRatings .name,
.static-reviewsPage .contentContainer .overview .categoricalRatings .value {
    color: var(--black-black-100, var(--color-black-100, #36382E));
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}

.static-reviewsPage .contentContainer .overview .categoricalRatings .value {
    font-weight: 700;
}

.static-reviewsPage .contentContainer .reviewContainer {
    width: 800px;
}

.static-reviewsPage .contentContainer .reviewContainer h1 {
    display: none;
}

.static-reviewsPage .contentContainer .reviewContainer .reviews .review .ratingText .ratingValue {
    color: var(--black-black-100, var(--color-black-100, #36382E));
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 162.5% */
    border-radius: 13px;
    padding: 3px 8px;
    background: var(--blue-blue-light, #C4E5FF);
}

.static-reviewsPage .contentContainer .reviewContainer .reviews .review .ratingText .ratingDescription {
    color: var(--black-black-100, var(--color-black-100, #36382E));
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 162.5% */
}

.static-reviewsPage .contentContainer .reviewContainer .reviews .review {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 15px 0;
    border-bottom: 1px solid var(--black-black-30, #C3C3C0);
}

.static-reviewsPage .contentContainer .reviewContainer .reviews .review .ratingText {
    width: 100%;
}

.static-reviewsPage .contentContainer .reviewContainer .reviews .review .source {
    order: 4;
    display: inline-block;
    flex-grow: 1;
    text-align: right;
}

.static-reviewsPage .contentContainer .reviewContainer .reviews .review .source img {
    max-height: 18px;
    vertical-align: bottom;
}

.static-reviewsPage .contentContainer .reviewContainer .reviews .review .guestName,
.static-reviewsPage .contentContainer .reviewContainer .reviews .review .dateSubmitted {
    order: 3;
    display: inline-block;
    color: var(--black-black-100, var(--color-black-100, #36382E));
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: 26px; /* 162.5% */
    padding-right: 8px;
}

.static-reviewsPage .contentContainer .reviewContainer .reviews .review .title {
    order: 1;
    width: 100%;
    color: var(--black-black-100, var(--color-black-100, #36382E));
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 150% */
}

.static-reviewsPage .contentContainer .reviewContainer .reviews .review .reviewText {
    order: 2;
    width: 100%;
    color: var(--black-black-100, var(--color-black-100, #36382E));
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */    
    margin-bottom: 16px;
}

@media screen and (max-width:800px) {
    .static-reviewsPage .contentContainer .overview {
        width: 100%;
    }
    
    .static-reviewsPage .contentContainer .overview .categoricalRatings .bar {
        width: calc(100vw - 200px);
    }

    .static-reviewsPage .contentContainer .reviewContainer {
        width: 100%;
    }
}
