/* 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: wrap;
}

.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%;
}