.hc-gallery {
  width: 255px;
  height: 255px;
  position: absolute;
  top: 0;
  left: 0;
  background: #2c4162;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
.hc-gallery__inner {
  height: 255px;
  overflow: hidden;
}
.hc-gallery__previousbutton,
.hc-gallery__nextbutton {
  text-decoration: none;
  display: block;
  width: 35px;
  height: 35px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: absolute;
  bottom: 0;
}
.hc-gallery__previousbutton:before,
.hc-gallery__nextbutton:before {
  font-size: 3em;
}
.hc-gallery__previousbutton:hover,
.hc-gallery__nextbutton:hover,
.hc-gallery__previousbutton:focus,
.hc-gallery__nextbutton:focus {
  text-decoration: none;
  color: #fff;
}
.hc-gallery__previousbutton {
  left: 0;
}
.hc-gallery__previousbutton:before {
  font-family: "icons";
  content: "\e922";
}
.hc_rtl .hc-gallery__previousbutton:before {
  font-family: "icons";
  content: "\e921";
}
.hc_rtl .hc-gallery__previousbutton {
  right: 0;
  left: auto;
}
.hc-gallery__nextbutton {
  right: 0;
}
.hc-gallery__nextbutton:before {
  font-family: "icons";
  content: "\e921";
}
.hc_rtl .hc-gallery__nextbutton:before {
  font-family: "icons";
  content: "\e922";
}
.hc_rtl .hc-gallery__nextbutton {
  left: 0;
  right: auto;
}
.hc-gallery__list {
  position: relative;
  height: 255px;
  display: block;
}
.hc-gallery__item {
  width: 255px;
  height: 255px;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
  background-image: url(https://cdn.datahc.com/Content/Images/Mobile/Shared/hc_loader1i.gif?1.0.2025.232001-Cdc4d59e7abc995e6da237a00fffe26c232a9d1a2);
}
.hc_rtl .hc-gallery__item {
  float: right;
  margin-right: 0;
}
.hc-gallery--reviewpage {
  position: relative;
  width: 100%;
}
.hc-gallery--reviewpage.hc-gallery {
  height: 145px;
}
.hc-gallery--reviewpage.hc-gallery .hc-gallery__inner {
  height: 145px;
}
.hc-gallery--reviewpage.hc-gallery .hc-gallery__item {
  height: 145px;
  width: 225px;
}
.hc-gallery--reviewpage.hc-gallery .hc-gallery__nextbutton,
.hc-gallery--reviewpage.hc-gallery .hc-gallery__previousbutton {
  bottom: 55px;
}
/* overriding old framework */
ul,
ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* structure */
.hc-page--review #hc_r_hd,
.hc-page--review #hc_r_ft {
  min-width: 980px;
}
.hc-page--review #hc_r_content {
  padding: 0;
  min-width: 980px;
}
.hc-page--review .hc-breadcrumbs {
  padding-left: 10px;
  padding-right: 10px;
}
.hc-page--review .hc-contentwrapper {
  min-width: 980px;
  position: relative;
  display: block;
  float: left;
  width: 100%;
}
.hc-page--review .hc-contentwrapper .hc-content {
  position: relative;
  margin: 0 10px 0 295px;
  padding: 55px 5% 60px;
  background: #fff;
  overflow: hidden;
}
.hc_rtl.hc-page--review .hc-contentwrapper .hc-content {
  margin: 0 295px 0 10px;
}
.hc-page--review .hc-sidepanel {
  position: relative;
  display: block;
  float: left;
  width: 275px;
  padding-left: 10px;
  margin-left: -100%;
}
.hc_rtl.hc-page--review .hc-sidepanel {
  margin-left: -285px;
  padding-left: 0;
  padding-right: 10px;
}
.hc-page--review .hc-sidepanel #hc_viewedHotels .hc_m_content {
  padding: 10px 10px 0;
}
.hc-page--review .hc_f_t_err4 {
  position: relative;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
.hc-page--review .hc-contentwrapper {
  margin-top: 15px;
}
.hc-page--review .hc-contentwrapper .hc-content {
  z-index: 1;
  padding: 30px 2% 30px;
  margin: 0 10px 0 275px;
}
.hc-page--review .hc-reviewhotel {
  padding: 30px 15px;
  position: fixed;
  margin: 15px 0;
}
.hc-page--review .hc-sidepanel {
  width: 250px;
}
.hc-page--review .hc-reviewcompleted {
  height: 258px !important;
  width: 560px!important;
  padding: 40px;
}
/* blocks */
.hc-circlescore {
  position: relative;
  margin: 20px 20px 20px 60px;
  width: 96px;
  height: 96px;
}
.hc-circlescore__arc {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 10px solid;
  border-color: transparent #00aef0 transparent transparent;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hc-circlescore__arc--disabled {
  border-color: #cccccc;
}
.hc-circlescore__arccover {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
}
.hc-circlescore__arccover--disabled {
  background-color: transparent;
}
.hc-circlescore {
  top: -55px;
  position: absolute;
  text-align: center;
  line-height: 50px;
  right: 10px;
}
.hc_rtl .hc-circlescore {
  top: -35px;
  left: 30px;
  right: auto;
  line-height: 96px;
  margin: -5px;
}
.hc-review__back {
  cursor: pointer;
  font: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  margin: 15px 0 0 10px;
  color: #00aef0;
}
.hc-review__back:before {
  font-family: "icons";
  content: "\e922";
  vertical-align: middle;
}
.hc-review__back :hover {
  color: #009dd8;
}
.hc-reviewhotel {
  z-index: 0;
  width: 225px;
  background: #ffffff;
}
.hc-reviewhotel__heading {
  padding-bottom: 20px;
}
.hc-reviewhotel__image {
  width: 225px;
  height: 130px;
}
.hc-reviewhotel__name {
  padding-top: 20px;
  resize: none;
}
.hc-reviewhotel__link {
  color: #4e4e4e;
  text-decoration: none;
}
.hc-reviewhotel__address {
  margin-top: 4%;
  color: #969696;
}
.hc-reviewhotel__destination {
  margin: 0 4% 2% 0;
  color: #969696;
}
.hc-reviewhotel__destination--verified {
  padding-bottom: 30px;
  border-bottom: 1px solid #cccccc;
}
.hc-reviewhotel__stayheading {
  margin-top: 30px;
  padding-bottom: 0;
}
.hc-reviewhotel__datetitle {
  padding-top: 20px;
  padding-bottom: 5px;
  font-size: 14px;
}
.hc-reviewhotel__date {
  color: #6e6e6e;
  font: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.hc-reviewhotel__button {
  margin-top: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cccccc;
  font-size: 10px;
}
.hc-reviewform__section {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 30px;
}
.hc-reviewform__heading {
  font-size: 22px;
  padding-bottom: 20px;
}
.hc-reviewform__heading--done {
  padding-top: 20px;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.hc-reviewform__subheading {
  font: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 20px;
  padding-bottom: 20px;
  padding-top: 30px;
  font-weight: bold;
}
.hc-reviewform__radiooption {
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: -1;
  opacity: 0;
  left: -4px;
}
.hc_rtl .hc-reviewform__radiooption {
  right: -4px;
  left: auto;
}
.hc-reviewform__radiooption:hover ~ .hc-reviewform__radiooption--indicator:before {
  font-weight: 300;
  font-family: icons;
  content: "\e807";
  font-size: 1.1rem;
  line-height: 1.1rem;
  position: relative;
  top: 7px;
  left: 7px;
  color: #969696;
}
.hc_rtl .hc-reviewform__radiooption:hover ~ .hc-reviewform__radiooption--indicator:before {
  left: -8px;
  -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.hc-reviewform__radiooption:checked ~ .hc-reviewform__radiooption--indicator:before {
  font-weight: 300;
  font-family: icons;
  content: "\e807";
  font-size: 1.1rem;
  line-height: 1.1rem;
  position: relative;
  top: 7px;
  left: 7px;
  color: #13ce66;
}
.hc_rtl .hc-reviewform__radiooption:checked ~ .hc-reviewform__radiooption--indicator:before {
  left: -8px;
  -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.hc-reviewform__radiooption--indicator {
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 0;
  height: 30px;
  width: 30px;
  background: #ffffff;
  border: 1px solid #cccccc;
}
.hc_rtl .hc-reviewform__radiooption--indicator {
  right: 0px;
  left: auto;
}
.hc-reviewform__radiooption--indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #ffffff;
  content: '';
  position: absolute;
  display: none;
}
.hc-reviewform__radiotext {
  margin-left: 10px;
  line-height: 32px;
}
.hc_rtl .hc-reviewform__radiotext {
  margin-right: 15px;
}
.hc-reviewform__radiobutton {
  display: block;
  position: relative;
  padding-left: 30px !important;
  padding-bottom: 10px !important;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal !important;
  color: #6e6e6e;
}
.hc_rtl .hc-reviewform__radiobutton {
  padding-left: 0 !important;
  padding-right: 30px !important;
}
.hc-reviewform__info {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #6e6e6e;
  line-height: 21px;
}
.hc-reviewform__ratecategories {
  margin-bottom: 70px;
}
.hc-reviewform__reviewtable {
  width: 100%;
}
.hc-reviewform__category {
  width: 1%;
  white-space: nowrap;
  color: #4e4e4e;
  font-size: 16px;
  margin-bottom: 25px;
  margin-top: 30px;
  font-weight: bold;
}
.hc-reviewform__category--facilities {
  margin-top: 15px;
}
.hc-reviewform__ratelist {
  padding-bottom: 60px;
  margin-left: 2%;
}
.hc_rtl .hc-reviewform__ratelist {
  display: flex;
  direction: rtl;
}
.hc-reviewform__ratetext {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  padding-bottom: 40px;
}
.hc_rtl .hc-reviewform__ratetext {
  text-align: center;
}
.hc-reviewform__ratecolumn {
  width: 115px;
  height: 90px;
}
.hc-reviewform__rate {
  text-align: center;
  text-decoration: none;
  color: #969696;
}
.hc-reviewform__rate:before {
  font-family: "icons";
  font-size: 2rem;
  position: relative;
}
.hc-reviewform__rate--notgood:hover,
.hc-reviewform__rate--notgood:active {
  color: #ee4f4f;
  text-decoration: none;
}
.hc-reviewform__rate--notgood:hover:before,
.hc-reviewform__rate--notgood:active:before {
  cursor: pointer;
  -moz-box-shadow: 0 0 15px #cccccc;
  -webkit-box-shadow: 0 0 15px #cccccc;
  box-shadow: 0 0 15px #cccccc;
}
.hc-reviewform__rate--notgood:before {
  top: -10px;
  border: 1px solid #cccccc;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 15px;
}
.hc-reviewform__rate--notgood.hc-reviewform__rate--selected,
.hc-reviewform__rate--notgood.travellerselected {
  color: #ee4f4f;
}
.hc-reviewform__rate--notgood.hc-reviewform__rate--selected:before,
.hc-reviewform__rate--notgood.travellerselected:before {
  border-color: #ee4f4f;
  background: rgba(238, 79, 79, 0.1);
}
.hc-reviewform__rate--notgood:before {
  content: "\e91a";
}
.hc-reviewform__rate--ok:hover,
.hc-reviewform__rate--ok:active {
  color: #ffc000;
  text-decoration: none;
}
.hc-reviewform__rate--ok:hover:before,
.hc-reviewform__rate--ok:active:before {
  cursor: pointer;
  -moz-box-shadow: 0 0 15px #cccccc;
  -webkit-box-shadow: 0 0 15px #cccccc;
  box-shadow: 0 0 15px #cccccc;
}
.hc-reviewform__rate--ok:before {
  top: -10px;
  border: 1px solid #cccccc;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 15px;
}
.hc-reviewform__rate--ok.hc-reviewform__rate--selected,
.hc-reviewform__rate--ok.travellerselected {
  color: #ffc000;
}
.hc-reviewform__rate--ok.hc-reviewform__rate--selected:before,
.hc-reviewform__rate--ok.travellerselected:before {
  border-color: #ffc000;
  background: rgba(255, 192, 0, 0.1);
}
.hc-reviewform__rate--ok:before {
  content: "\e91c";
}
.hc-reviewform__rate--good:hover,
.hc-reviewform__rate--good:active {
  color: #00aef0;
  text-decoration: none;
}
.hc-reviewform__rate--good:hover:before,
.hc-reviewform__rate--good:active:before {
  cursor: pointer;
  -moz-box-shadow: 0 0 15px #cccccc;
  -webkit-box-shadow: 0 0 15px #cccccc;
  box-shadow: 0 0 15px #cccccc;
}
.hc-reviewform__rate--good:before {
  top: -10px;
  border: 1px solid #cccccc;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 15px;
}
.hc-reviewform__rate--good.hc-reviewform__rate--selected,
.hc-reviewform__rate--good.travellerselected {
  color: #00aef0;
}
.hc-reviewform__rate--good.hc-reviewform__rate--selected:before,
.hc-reviewform__rate--good.travellerselected:before {
  border-color: #00aef0;
  background: rgba(0, 174, 240, 0.1);
}
.hc-reviewform__rate--good:before {
  content: "\e91b";
}
.hc-reviewform__rate--excellent {
  margin-top: 0;
}
.hc-reviewform__rate--excellent:hover,
.hc-reviewform__rate--excellent:active {
  color: #13ce66;
  text-decoration: none;
}
.hc-reviewform__rate--excellent:hover:before,
.hc-reviewform__rate--excellent:active:before {
  cursor: pointer;
  -moz-box-shadow: 0 0 15px #cccccc;
  -webkit-box-shadow: 0 0 15px #cccccc;
  box-shadow: 0 0 15px #cccccc;
}
.hc-reviewform__rate--excellent:before {
  top: -10px;
  border: 1px solid #cccccc;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 15px;
}
.hc-reviewform__rate--excellent.hc-reviewform__rate--selected,
.hc-reviewform__rate--excellent.travellerselected {
  color: #13ce66;
}
.hc-reviewform__rate--excellent.hc-reviewform__rate--selected:before,
.hc-reviewform__rate--excellent.travellerselected:before {
  border-color: #13ce66;
  background: rgba(19, 206, 102, 0.1);
}
.hc-reviewform__rate--excellent:before {
  content: "\e802";
}
.hc-reviewform__resulttext {
  font-size: 20px;
  font-weight: bold;
  float: left;
  display: none;
  margin-left: 30px;
  max-width: 350px;
}
.hc_rtl .hc-reviewform__resulttext {
  float: right;
  margin-right: 30px;
}
.hc-reviewform__calculatebutton {
  float: left;
  margin-top: -2%;
  margin-left: 30px;
  max-width: 350px;
}
.hc_rtl .hc-reviewform__calculatebutton {
  margin-right: 30px;
  float: right;
}
.hc-reviewform__buttonlink {
  font-size: 16px;
  padding: 15px 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #00aef0;
  color: #ffffff;
  text-decoration: none;
  display: block;
}
.hc-reviewform__buttonlink:hover,
.hc-reviewform__buttonlink:focus,
.hc-reviewform__buttonlink:active {
  background: #009dd8;
  color: #ffffff;
  text-decoration: none;
}
.hc-reviewform__result {
  padding-bottom: 0;
  height: 75px;
}
.hc-reviewform__result--final {
  padding-bottom: 90px;
  margin-top: 68px;
}
.hc-reviewform__resultitems {
  position: relative;
}
.hc-reviewform__text {
  font-size: 16px;
  color: #6e6e6e;
  margin-bottom: 20px;
}
.hc_rtl .hc-reviewform__travellerlist {
  display: table-cell;
  display: flex;
  display: -ms-flexbox;
  direction: rtl;
}
.hc-reviewform__travelleroption {
  margin-top: 10px;
  cursor: pointer;
}
.hc-reviewform__traveller {
  float: left;
  text-align: center;
  width: 20%;
  color: #969696;
}
.hc-reviewform__traveller:hover,
.hc-reviewform__traveller:active {
  color: #13ce66;
  text-decoration: none;
}
.hc-reviewform__traveller:hover:before,
.hc-reviewform__traveller:active:before {
  cursor: pointer;
  -moz-box-shadow: 0 0 15px #cccccc;
  -webkit-box-shadow: 0 0 15px #cccccc;
  box-shadow: 0 0 15px #cccccc;
}
.hc-reviewform__traveller:before {
  top: -10px;
  border: 1px solid #cccccc;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 15px;
}
.hc-reviewform__traveller.hc-reviewform__rate--selected,
.hc-reviewform__traveller.travellerselected {
  color: #13ce66;
}
.hc-reviewform__traveller.hc-reviewform__rate--selected:before,
.hc-reviewform__traveller.travellerselected:before {
  border-color: #13ce66;
  background: rgba(19, 206, 102, 0.1);
}
.hc-reviewform__traveller:before {
  font-family: "icons";
  font-size: 2.5em;
  position: relative;
  padding: 15px;
  top: 0;
  width: 62px;
  height: 62px;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hc-reviewform__traveller:hover,
.hc-reviewform__traveller:focus,
.hc-reviewform__traveller:active {
  color: #13ce66;
  text-decoration: none;
}
.hc-reviewform__traveller.travellerselected {
  color: #13ce66;
}
.hc-reviewform__traveller--solo:before {
  content: " \e605";
}
.hc-reviewform__traveller--family:before {
  content: "\e942";
}
.hc-reviewform__traveller--group:before {
  content: "\e60B";
}
.hc-reviewform__traveller--couple:before {
  content: " \e609";
}
.hc-reviewform__traveller--bussiness:before {
  content: "\e905";
}
.hc-reviewform__textbox {
  width: 95%;
  border: 1px solid #cccccc;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 15px;
  font-size: 14px;
  overflow: hidden;
  resize: none;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.hc-reviewform__textbox:-moz-placeholder,
.hc-reviewform__textbox::-webkit-input-placeholder,
.hc-reviewform__textbox:-moz-placeholder,
.hc-reviewform__textbox::-webkit-input-placeholder {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.hc_rtl .hc-reviewform__textbox {
  text-align: right;
}
.hc-reviewform__textbox--comments {
  height: 150px;
}
.hc-reviewform__textbox--summary {
  line-height: 40px;
  height: 40px;
}
.hc-reviewform__textbox--name {
  width: 300px;
  padding: 15px 10px;
}
.hc-reviewform__textbox--name:disabled {
  background-color: #ebebe4;
}
.hc-reviewform__finalscorelabel {
  font-size: 28px;
  color: #969696;
  z-index: 100;
  width: 96px;
  height: 96px;
  margin-left: 2px !important;
  position: absolute !important;
  line-height: 96px;
}
.hc-reviewform__finalscorelabel--calculated {
  color: #4e4e4e;
}
.hc_rtl .hc-reviewform__finalscorelabel {
  text-align: center !important;
}
.hc-reviewform__required {
  font-size: 14px;
  font-weight: normal;
  color: #6e6e6e;
}
.hc-reviewform__notification {
  color: #13ce66;
  font-style: italic;
  font-size: 16px;
  position: relative;
  top: -32px;
  display: none;
}
.hc-reviewform__notificationcontainer {
  padding: 0;
}
.hc-reviewform__submitsection .hc-button--submitreview {
  min-width: 180px;
  margin-top: 10px;
  display: inline-block;
}
.hc-reviewform__submitsection .hc-button--submitreview .hc-button__link {
  padding: 14px 15px;
}
.hc-reviewform .hc-ordivider {
  width: 320px;
  text-align: center;
  border-top: 1px solid #cccccc;
  display: block;
  margin-top: 30px;
}
.hc-reviewform .hc-ordivider__text {
  color: #6e6e6e;
  display: inline-block;
  padding: 5px;
  top: -12px;
  position: relative;
  text-transform: uppercase;
  background-color: #fff;
}
.hc-reviewform__namesection {
  margin: 0 0 0 40px;
}
.hc_rtl .hc-reviewform__namesection {
  margin: 0 40px 0 0;
  direction: rtl;
}
.hc-reviewcompleted {
  color: #4e4e4e;
}
.hc-reviewcompleted__heading {
  font-family: 'Brezel Grotesk', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 32px;
  text-align: center;
  line-height: 37px;
  margin-bottom: 10px;
}
.hc-reviewcompleted__heading:before {
  font-family: "icons";
  content: "\e606";
  color: #00aef0;
  display: block;
  font-size: 90px;
  margin: 30px;
}
.hc-reviewcompleted__text {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
  text-align: center;
  line-height: 29px;
  padding-bottom: 30px;
}
.hc-reviewcompleted .hc-button {
  width: 340px;
  margin: auto;
  cursor: pointer;
  display: table;
}
.hc-reviewcompleted .hc-button__link {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 13px 15px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}/* structure */
.hc-page--reviewcomplete #hc_r_hd,
.hc-page--reviewcomplete #hc_r_ft {
  min-width: 980px;
}
.hc-page--reviewcomplete #hc_r_content {
  padding: 0;
  min-width: 980px;
}
.hc-page--reviewcomplete .hc-breadcrumbs {
  padding-left: 10px;
  padding-right: 10px;
}
.hc-page--reviewcomplete .hc-content {
  position: relative;
  margin: 0 10px;
  padding: 55px 5% 60px;
  background: #fff;
  overflow: hidden;
}
.hc_rtl.hc-page--reviewcomplete .hc-content {
  margin: 0 10px;
}
.hc-page--reviewcomplete .hc-reviewprocess {
  min-height: 112px;
  max-width: 740px;
  margin: 35px auto 45px;
  position: relative;
}
.hc-page--reviewcomplete .hc-reviewprocess:before {
  content: "";
  left: 50%;
  margin-left: -38%;
  display: block;
  height: 2px;
  width: 76%;
  line-height: 2px;
  background-color: #13ce66;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  z-index: 8;
}
.hc-page--reviewcomplete .hc-reviewprocess__progressbar {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.hc-page--reviewcomplete .hc-reviewprocess__progressitem {
  text-align: center;
  -webkit-flex: 1 1 25%;
  flex: 1 1 25%;
  position: relative;
}
.hc-page--reviewcomplete .hc-reviewprocess__progressitem:before {
  z-index: 15;
  position: absolute;
  content: "";
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border: 2px solid #13ce66;
  background-color: #ffffff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "icons";
  content: "\e807";
  color: #13ce66;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
}
.hc-page--reviewcomplete .hc-reviewprocess__progressitem--notick:before {
  display: none;
}
.hc-page--reviewcomplete .hc-reviewprocess__progressitem--filledtick:before {
  background-color: #13ce66;
  color: white;
}
.hc-page--reviewcomplete .hc-reviewprocess__text {
  padding-bottom: 15px;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.hc-page--reviewcomplete .hc-reviewprocess__maxselfie {
  z-index: 10;
  position: relative;
  margin-left: 15px;
  width: 105px;
}
.hc-page--reviewcomplete .hc-content {
  padding: 30px 2% 60px;
  min-height: 410px;
  margin-bottom: 10px;
}
.hc-page--reviewcomplete .hc-content__reviewcompleteheading {
  color: #4e4e4e;
  font-weight: bold;
  font-size: 16px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 15px;
}
.hc-page--reviewcomplete .hc-content__reviewcompletetext {
  color: #4e4e4e;
  text-align: center;
  font-size: 12px;
  max-width: 442px;
  margin: 0 auto;
}
.hc-page--reviewcomplete .hc-content .hc-button--nextstay {
  text-align: center;
}
.hc-page--reviewcomplete .hc-content .hc-button--nextstay .hc-button__link {
  display: inline-block;
  margin: 0 auto;
  background-color: #13ce66;
  width: 140px;
}
/* blocks */
.hc-breadcrumbs {
  padding-top: 10px;
  padding-bottom: 10px;
}
.hc-breadcrumbs__list {
  display: block;
  width: 100%;
  overflow: hidden;
}
.hc_rtl .hc-breadcrumbs__list {
  padding-right: 0;
  /* overriding old framework */
}
.hc-breadcrumbs__item {
  float: left;
  padding-left: 5px;
}
.hc-breadcrumbs__item:first-child {
  padding-left: 0;
}
.hc_rtl .hc-breadcrumbs__item {
  float: right;
  margin-right: 0;
  /* overriding old framework */
  padding-left: 0;
  padding-right: 5px;
}
.hc_rtl .hc-breadcrumbs__item:first-child {
  padding-right: 0;
}
.hc-breadcrumbs__itemlink {
  margin-right: 5px;
}
.hc_rtl .hc-breadcrumbs__itemlink {
  margin-right: 0;
  margin-left: 5px;
}
.hc-breadcrumbs__count {
  display: inline-block;
  padding: 0 10px;
  font-size: 0.9em;
  color: #6e6e6e;
}
/* overriding old framework */
#hc_bc {
  padding: 0;
}
#hc_bc ul li {
  padding-bottom: 0;
}
#hc_bc ul li:before {
  color: #4e4e4e;
}
#hc_bc ul li span {
  display: inline;
  padding-top: 0;
  color: #4e4e4e;
  font-size: 0.85em;
}
.hc-nextstayfooter {
  color: #4e4e4e;
  font-family: 'Brezel Grotesk', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
}
.hc-nextstayfooter:after {
  background: url(https://cdn.datahc.com/Content/Images/Desktop/Main/hc_max_home_reassurance.png?1.0.2025.232001-Cdc4d59e7abc995e6da237a00fffe26c232a9d1a2) no-repeat left top;
  background-size: cover;
  content: "";
  width: 175px;
  height: 125px;
}
.hc_rtl .hc-nextstayfooter:after {
  background: url(https://cdn.datahc.com/Content/Images/Desktop/Main/hc_max_home_reassurance_rtl.png?1.0.2025.232001-Cdc4d59e7abc995e6da237a00fffe26c232a9d1a2) no-repeat left top;
  background-size: cover;
  content: "";
  width: 180px;
  height: 125px;
}/* structure */
.hc-page--reviewinfo #hc_r_hd,
.hc-page--reviewinfo #hc_r_ft {
  min-width: 980px;
}
.hc-page--reviewinfo #hc_r_content {
  padding: 0;
  min-width: 980px;
}
.hc-page--reviewinfo .hc-breadcrumbs {
  padding-left: 10px;
  padding-right: 10px;
}
.hc-page--reviewinfo .hc-contentwrapper {
  min-width: 980px;
  position: relative;
  display: block;
  float: left;
  width: 100%;
}
.hc-page--reviewinfo .hc-contentwrapper .hc-content {
  position: relative;
  margin: 0 10px 0 295px;
  padding: 55px 5% 60px;
  background: #fff;
  overflow: hidden;
}
.hc_rtl.hc-page--reviewinfo .hc-contentwrapper .hc-content {
  margin: 0 295px 0 10px;
}
.hc-page--reviewinfo .hc-sidepanel {
  position: relative;
  display: block;
  float: left;
  width: 275px;
  padding-left: 10px;
  margin-left: -100%;
}
.hc_rtl.hc-page--reviewinfo .hc-sidepanel {
  margin-left: -285px;
  padding-left: 0;
  padding-right: 10px;
}
.hc-page--reviewinfo .hc-sidepanel #hc_viewedHotels .hc_m_content {
  padding: 10px 10px 0;
}
.hc-page--reviewinfo .hc-contentwrapper {
  height: 100%;
}
.hc-page--reviewinfo .hc-contentwrapper .hc-content {
  padding: 30px 35px 40px;
  margin-bottom: 10px;
}
.hc-page--reviewinfo .hc-contentwrapper .hc-content__reviewinfoheading {
  color: #2c4162;
  font-weight: normal;
  font-size: 40px;
  font-family: 'Brezel Grotesk', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: left;
}
.hc_rtl.hc-page--reviewinfo .hc-contentwrapper .hc-content__reviewinfoheading {
  text-align: right;
}
.hc-page--reviewinfo .hc-contentwrapper .hc-content__reviewinfotext {
  color: #4e4e4e;
  text-align: left;
  font-size: 12px;
  margin: 0;
  padding-bottom: 30px;
}
.hc_rtl.hc-page--reviewinfo .hc-contentwrapper .hc-content__reviewinfotext {
  text-align: right;
}
.hc-page--reviewinfo .hc-contentwrapper .hc-content__reviewnextstay {
  color: #00aef0;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
}
.hc_rtl.hc-page--reviewinfo .hc-contentwrapper .hc-content__reviewnextstay {
  text-align: right;
}
.hc-page--reviewinfo .hc-contentwrapper .hc-content__reviewmaxtravelbag {
  top: 200px;
}
.hc-page--reviewinfo .hc-contentwrapper .hc-content__reviewoneperstay {
  color: #4e4e4e;
  text-align: left;
  font-size: 12px;
  max-width: 442px;
  margin: 0 auto;
}
.hc_rtl.hc-page--reviewinfo .hc-contentwrapper .hc-content__reviewoneperstay {
  text-align: right;
}
/* blocks */
.hc-breadcrumbs {
  padding-top: 10px;
  padding-bottom: 10px;
}
.hc-breadcrumbs__list {
  display: block;
  width: 100%;
  overflow: hidden;
}
.hc_rtl .hc-breadcrumbs__list {
  padding-right: 0;
  /* overriding old framework */
}
.hc-breadcrumbs__item {
  float: left;
  padding-left: 5px;
}
.hc-breadcrumbs__item:first-child {
  padding-left: 0;
}
.hc_rtl .hc-breadcrumbs__item {
  float: right;
  margin-right: 0;
  /* overriding old framework */
  padding-left: 0;
  padding-right: 5px;
}
.hc_rtl .hc-breadcrumbs__item:first-child {
  padding-right: 0;
}
.hc-breadcrumbs__itemlink {
  margin-right: 5px;
}
.hc_rtl .hc-breadcrumbs__itemlink {
  margin-right: 0;
  margin-left: 5px;
}
.hc-breadcrumbs__count {
  display: inline-block;
  padding: 0 10px;
  font-size: 0.9em;
  color: #6e6e6e;
}
/* overriding old framework */
#hc_bc {
  padding: 0;
}
#hc_bc ul li {
  padding-bottom: 0;
}
#hc_bc ul li:before {
  color: #4e4e4e;
}
#hc_bc ul li span {
  display: inline;
  padding-top: 0;
  color: #4e4e4e;
  font-size: 0.85em;
}
.hc-nextstayfooter {
  color: #4e4e4e;
  font-family: 'Brezel Grotesk', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
}
.hc-nextstayfooter:after {
  background: url(../blocks/https://cdn.datahc.com/Content/Images/Desktop/Main/hc_max_home_reassurance.png?1.0.2025.232001-Cdc4d59e7abc995e6da237a00fffe26c232a9d1a2) no-repeat left top;
  background-size: cover;
  content: "";
  width: 175px;
  height: 125px;
}
.hc_rtl .hc-nextstayfooter:after {
  background: url(../blocks/https://cdn.datahc.com/Content/Images/Desktop/Main/hc_max_home_reassurance_rtl.png?1.0.2025.232001-Cdc4d59e7abc995e6da237a00fffe26c232a9d1a2) no-repeat left top;
  background-size: cover;
  content: "";
  width: 180px;
  height: 125px;
}