.street-house-wrapper {
  display: flex;
}
.street-house-wrapper .street-wrapper {
  margin-right: 11px;
  width: 50%;
}
@media (max-width: 767px) {
  .street-house-wrapper .street-wrapper {
    margin-right: 2.5px;
    width: 60%;
  }
}
.street-house-wrapper .house-wrapper {
  margin-left: 11px;
  width: 50%;
}
@media (max-width: 767px) {
  .street-house-wrapper .house-wrapper {
    margin-left: 2.5px;
    width: 40%;
  }
}
.floor-door-wrapper {
  display: flex;
}
.floor-door-wrapper .floor-wrapper {
  margin-right: 11px;
  width: 50%;
}
@media (max-width: 767px) {
  .floor-door-wrapper .floor-wrapper {
    margin-right: 2.5px;
  }
}
.floor-door-wrapper .door-wrapper {
  margin-left: 11px;
  width: 50%;
}
@media (max-width: 767px) {
  .floor-door-wrapper .door-wrapper {
    margin-left: 2.5px;
  }
}
.group-error {
  color: #ec6853;
  font-family: "Brown-Light", Arial, sans-serif;
  margin-bottom: 10px;
  vertical-align: top;
}
.group-error:empty {
  display: none;
}
.property-basic h3 {
  font-size: 14px;
  margin-bottom: 15px;
}
.property-basic .property-status input,
.property-basic .property-status label {
  width: 168px;
  height: 32px;
  user-select: none;
  font-size: 14px;
}
.property-basic .property-status .radio-basic label {
  width: 100%;
  font-weight: lighter;
  height: auto;
  margin-bottom: 15px;
  line-height: 20px;
}
.property-basic .property-status .radio-basic label:last-child {
  margin-bottom: 0;
}
#property_registrate_basic_receiveInterest label:last-of-type {
  margin-left: 17px;
}
@media (max-width: 767px) {
  #property_registrate_basic_receiveInterest label:last-of-type {
    margin: 0;
  }
}
@media (max-width: 767px) {
  #property_registrate_basic_receiveInterest label:first-of-type {
    margin: 0 0 14px 0;
  }
}
@media (max-width: 767px) {
  #property_registrate_basic_receiveInterest label {
    width: 100%;
  }
}
.property-rentable-from input {
  padding: 0 5px;
  font-weight: bold;
  letter-spacing: 1px;
}
.property-rentable-from input::placeholder {
  font-weight: normal;
  letter-spacing: 0;
}
form[name="property_registrate_parameters"] .custom-form-error {
  min-height: 0;
  margin-top: 0;
  margin-bottom: 10px;
  color: #ec6853;
  font-family: "Brown-Light", Arial, sans-serif;
}
@media (min-width: 768px) {
  .pull-left-min-sm {
    float: left;
  }
}
/*# sourceMappingURL=basic-datas.css.map */
.hover-tooltip {
  white-space: normal;
  position: absolute;
  display: none;
  right: 30px;
  top: 50%;
  width: 320px;
  z-index: 2;
  text-align: center;
  font-size: 14px;
  font-family: "Brown-Light", Arial, sans-Serif;
  color: #454545;
  background-color: #ffffff;
  padding: 18px 25px;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-box-shadow: 0 4px 11px -2px rgba(70, 70, 70, 0.41);
  -moz-box-shadow: 0 4px 11px -2px rgba(70, 70, 70, 0.41);
  box-shadow: 0 4px 11px -2px rgba(70, 70, 70, 0.41);
}
.hover-tooltip:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  background-color: #ffffff;
  margin-left: -7px;
  width: 14px;
  height: 14px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
}
.arrow-after {
  display: none;
  position: absolute;
  right: 23px;
  z-index: 1;
  top: 50%;
  background-color: #dcdcdc;
  margin-left: -8px;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  -webkit-box-shadow: 4px 6px 8px 2px #f2f2f2;
  -moz-box-shadow: 4px 6px 8px 2px #f2f2f2;
  box-shadow: 4px 6px 8px 2px #f2f2f2;
}
.form-title .icon {
  cursor: pointer;
}
.form-title .icon.hover .hover-tooltip,
.form-title .icon:hover .hover-tooltip,
.form-title .icon:focus .hover-tooltip {
  display: block;
}
.form-title .icon.hover .arrow-after,
.form-title .icon:hover .arrow-after,
.form-title .icon:focus .arrow-after {
  display: block;
}
.hoverable {
  cursor: pointer;
  position: relative;
}
.hoverable.hover .hover-tooltip,
.hoverable:hover .hover-tooltip,
.hoverable:focus .hover-tooltip {
  display: block;
  right: 60px;
}
.hoverable.hover .arrow-after,
.hoverable:hover .arrow-after,
.hoverable:focus .arrow-after {
  display: block;
  right: 60px;
}
.hoverable.desktop-non-hoverable {
  cursor: default;
}
.hoverable.desktop-non-hoverable.hover .hover-tooltip,
.hoverable.desktop-non-hoverable:hover .hover-tooltip,
.hoverable.desktop-non-hoverable:focus .hover-tooltip {
  display: none;
  right: 60px;
}
@media (max-width: 767px) {
  .hoverable.desktop-non-hoverable.hover .hover-tooltip,
  .hoverable.desktop-non-hoverable:hover .hover-tooltip,
  .hoverable.desktop-non-hoverable:focus .hover-tooltip {
    display: block;
  }
}
.hoverable.desktop-non-hoverable.hover .arrow-after,
.hoverable.desktop-non-hoverable:hover .arrow-after,
.hoverable.desktop-non-hoverable:focus .arrow-after {
  display: none;
  right: 60px;
}
@media (max-width: 767px) {
  .hoverable.desktop-non-hoverable.hover .arrow-after,
  .hoverable.desktop-non-hoverable:hover .arrow-after,
  .hoverable.desktop-non-hoverable:focus .arrow-after {
    display: block;
  }
}
.mobile-target {
  display: none;
}
.hoverable.hover .hover-tooltip.percented-position-tooltip,
.hoverable:hover .hover-tooltip.percented-position-tooltip,
.hoverable:focus .hover-tooltip.percented-position-tooltip {
  right: 130%;
}
.hoverable.hover .hover-tooltip.percented-position-tooltip,
.hoverable:hover .hover-tooltip.percented-position-tooltip,
.hoverable:focus .hover-tooltip.percented-position-tooltip {
  z-index: 5;
  text-align: left;
}
.hoverable.hover .hover-tooltip.percented-position-tooltip[data-position="tooltip-left"],
.hoverable:hover .hover-tooltip.percented-position-tooltip[data-position="tooltip-left"],
.hoverable:focus .hover-tooltip.percented-position-tooltip[data-position="tooltip-left"] {
  position: absolute;
  right: 130%;
  top: 50%;
  width: 320px;
  z-index: 10;
  font-size: 14px;
  padding: 18px 25px;
  margin-right: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.hoverable.hover .hover-tooltip.percented-position-tooltip[data-position="tooltip-top"],
.hoverable:hover .hover-tooltip.percented-position-tooltip[data-position="tooltip-top"],
.hoverable:focus .hover-tooltip.percented-position-tooltip[data-position="tooltip-top"] {
  right: auto;
  left: 50%;
  margin-bottom: 14px;
  top: auto;
  bottom: 100%;
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
}
.hoverable.hover .hover-tooltip.percented-position-tooltip[data-position="tooltip-top"]:after,
.hoverable:hover .hover-tooltip.percented-position-tooltip[data-position="tooltip-top"]:after,
.hoverable:focus .hover-tooltip.percented-position-tooltip[data-position="tooltip-top"]:after {
  display: none;
  right: auto;
  left: 50%;
  top: auto;
  bottom: 0;
  margin-bottom: -7px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotate(45deg);
}
.hoverable.hover .hover-tooltip.percented-position-tooltip[data-position="tootlip-bottom"],
.hoverable:hover .hover-tooltip.percented-position-tooltip[data-position="tootlip-bottom"],
.hoverable:focus .hover-tooltip.percented-position-tooltip[data-position="tootlip-bottom"] {
  right: auto;
  left: 50%;
  margin-top: 14px;
  top: 100%;
  bottom: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.hoverable.hover .hover-tooltip.percented-position-tooltip[data-position="tootlip-bottom"]:after,
.hoverable:hover .hover-tooltip.percented-position-tooltip[data-position="tootlip-bottom"]:after,
.hoverable:focus .hover-tooltip.percented-position-tooltip[data-position="tootlip-bottom"]:after {
  right: auto;
  left: 50%;
  top: 0;
  margin-top: -7px;
  bottom: auto;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotate(45deg);
}
.hoverable.hover .hover-tooltip.percented-position-tooltip[data-position="tooltip-right"],
.hoverable:hover .hover-tooltip.percented-position-tooltip[data-position="tooltip-right"],
.hoverable:focus .hover-tooltip.percented-position-tooltip[data-position="tooltip-right"] {
  right: auto;
  left: 100%;
  margin-left: 15px;
}
.hoverable.hover .hover-tooltip.percented-position-tooltip[data-position="tooltip-right"]:after,
.hoverable:hover .hover-tooltip.percented-position-tooltip[data-position="tooltip-right"]:after,
.hoverable:focus .hover-tooltip.percented-position-tooltip[data-position="tooltip-right"]:after {
  right: auto;
  left: 0;
  margin-top: -6px;
  margin-left: 0;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotate(45deg);
}
.hoverable.hover .arrow-after.percented-arrow-position,
.hoverable:hover .arrow-after.percented-arrow-position,
.hoverable:focus .arrow-after.percented-arrow-position {
  right: 130%;
  margin-right: -7px;
}
.hoverable.hover .arrow-after.percented-arrow-position[data-position="tooltip-left"],
.hoverable:hover .arrow-after.percented-arrow-position[data-position="tooltip-left"],
.hoverable:focus .arrow-after.percented-arrow-position[data-position="tooltip-left"] {
  position: absolute;
  right: 130%;
  top: 50%;
  margin-right: 8px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
}
.hoverable.hover .arrow-after.percented-arrow-position[data-position="tooltip-top"],
.hoverable:hover .arrow-after.percented-arrow-position[data-position="tooltip-top"],
.hoverable:focus .arrow-after.percented-arrow-position[data-position="tooltip-top"] {
  right: auto;
  left: 50%;
  margin-bottom: 7px;
  top: auto;
  z-index: 5;
  background-color: #ffffff;
  bottom: 100%;
  -webkit-transform: translateX(0%) rotate(45deg);
  -moz-transform: translateX(0%) rotate(45deg);
  -ms-transform: translateX(0%) rotate(45deg);
  -o-transform: translateX(0%) rotate(45deg);
  -webkit-box-shadow: 4px 4px 6px -1px #f2f2f2;
  -moz-box-shadow: 4px 4px 6px -1px #f2f2f2;
  box-shadow: 4px 4px 6px -1px #f2f2f2;
}
.hoverable.hover .arrow-after.percented-arrow-position[data-position="tootlip-bottom"],
.hoverable:hover .arrow-after.percented-arrow-position[data-position="tootlip-bottom"],
.hoverable:focus .arrow-after.percented-arrow-position[data-position="tootlip-bottom"] {
  right: auto;
  left: 50%;
  margin-top: 14px;
  top: 100%;
  bottom: auto;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotate(45deg);
}
.hoverable.hover .arrow-after.percented-arrow-position[data-position="tooltip-right"],
.hoverable:hover .arrow-after.percented-arrow-position[data-position="tooltip-right"],
.hoverable:focus .arrow-after.percented-arrow-position[data-position="tooltip-right"] {
  right: auto;
  left: 100%;
  margin-left: 8px;
}
.relative {
  position: relative;
}
label + svg,
input + svg {
  position: absolute;
  top: -5px;
  right: 17px;
  cursor: pointer;
}
label + svg + .form-title,
input + svg + .form-title {
  position: absolute;
  top: -6px;
  right: 20px;
  cursor: pointer;
}
label + svg + .form-title > span,
input + svg + .form-title > span {
  display: block;
  height: 20px;
  width: 20px;
}
label + svg + .form-title > span:before,
input + svg + .form-title > span:before {
  content: "";
}
.form-title .icon:hover .hover-tooltip._tooltip_premium_input {
  right: -84px;
  width: 190px;
  height: 55px;
  padding: 10px 13px;
  font-size: 12px;
  top: auto;
  bottom: -20px;
}
@media (max-width: 767px) {
  .form-title .icon:hover .hover-tooltip._tooltip_premium_input {
    right: -29px;
  }
}
.form-title .icon:hover .hover-tooltip._tooltip_premium_input:after {
  bottom: -14px;
  top: auto;
  left: 50%;
}
@media (max-width: 767px) {
  .form-title .icon:hover .hover-tooltip._tooltip_premium_input:after {
    left: 77%;
  }
}
.color--red {
  color: red;
}
/*# sourceMappingURL=hover-tooltip.css.map */
/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.__loginet-carousel {
  position: relative;
  overflow: hidden;
  /*
  This is the container of the carousel items.
  You must ensure that the position is relative or absolute and
  that the width is big enough to contain all items.
  */
}
.__loginet-carousel .__loginet-carousel-item-container {
  width: 200000px;
  position: relative;
  /* Optional, required in this case since it's a <ul> element */
  list-style: none;
  margin: 0;
  padding: 0;
  /*
    These are the item elements. jCarousel works best, if the items
    have a fixed width and height (but it's not required).
    */
}
.__loginet-carousel .__loginet-carousel-item-container .__loginet-carousel-item {
  /* Required only for block elements like <li>'s */
  float: left;
}

.property-carousel-wrapper {
  position: relative;
}
.property-carousel-wrapper .property-carousel ul li .carousel-item-content-wrapper {
  position: relative;
  height: 450px;
  overflow: hidden;
  background-color: #f2f2f2;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}
.property-carousel-wrapper .property-carousel ul li .carousel-item-content-wrapper .carousel-item-bg {
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  filter: blur(24px);
}
.property-carousel-wrapper .property-carousel ul li .carousel-item-content-wrapper .carousel-item-fg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.property-carousel-wrapper .carousel-paginator {
  width: 48px;
  height: 48px;
  background-color: white;
  text-align: center;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #454545;
  cursor: pointer;
  top: calc(50% - 24px);
  -webkit-box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.3);
  opacity: 0.8;
}
.property-carousel-wrapper .carousel-paginator .icon {
  line-height: 44px;
  font-size: 32px;
}
.property-carousel-wrapper .carousel-paginator.hover,
.property-carousel-wrapper .carousel-paginator:hover,
.property-carousel-wrapper .carousel-paginator:focus {
  background-color: #fafafa;
  opacity: 1;
}
.property-carousel-wrapper .carousel-paginator:active,
.property-carousel-wrapper .carousel-paginator .active {
  background-color: #f7f7f7;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
}
.property-carousel-wrapper .carousel-paginator.roll-left {
  position: absolute;
  left: -8px;
}
.property-carousel-wrapper .carousel-paginator.roll-right {
  position: absolute;
  right: -8px;
}
@media (max-width: 767px) {
  .property-carousel-wrapper .carousel-paginator {
    display: none;
  }
}
.property-carousel-wrapper .carousel-paginator-wrapper-mobile {
  display: none;
}
@media (max-width: 767px) {
  .property-carousel-wrapper .carousel-paginator-wrapper-mobile {
    position: absolute;
    display: block;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 5px 0;
  }
  .property-carousel-wrapper .carousel-paginator-wrapper-mobile .circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 8px;
    height: 8px;
    display: inline-block;
    background-color: #808080;
    margin: 0 4px;
    opacity: 0.8;
  }
  .property-carousel-wrapper .carousel-paginator-wrapper-mobile .circle.active {
    background-color: #eca94f;
  }
}
/*# sourceMappingURL=rentingo-carousel.css.map */
.back-to-list-wrapper {
  display: none;
  text-align: center;
  margin-top: 17px;
}
.back-to-list-wrapper .button.button-purple {
  font-size: 14px;
  font-family: "Brown-Light", Arial, sans-serif;
  border-color: #b77897;
  background-color: #b77897;
  background: -webkit-gradient(linear, left top, left bottom, from(#b77897), to(#a4587d));
  background: -webkit-linear-gradient(top, #b77897, #a4587d);
  background: -moz-linear-gradient(top, #b77897, #a4587d);
  background: -ms-linear-gradient(top, #b77897, #a4587d);
  background: -o-linear-gradient(top, #b77897, #a4587d);
  color: #ffffff;
}
.back-to-list-wrapper .button.button-purple.hover,
.back-to-list-wrapper .button.button-purple:hover,
.back-to-list-wrapper .button.button-purple:focus {
  background-color: #9e5478;
  background: -webkit-gradient(linear, left top, left bottom, from(#9e5478), to(#b37192));
  background: -webkit-linear-gradient(top, #9e5478, #b37192);
  background: -moz-linear-gradient(top, #9e5478, #b37192);
  background: -ms-linear-gradient(top, #9e5478, #b37192);
  background: -o-linear-gradient(top, #9e5478, #b37192);
  cursor: pointer;
}
.back-to-list-wrapper .button.button-purple:disabled {
  background-color: #dabbca;
  background: -webkit-gradient(linear, left top, left bottom, from(#dabbca), to(#dabbca));
  background: -webkit-linear-gradient(top, #dabbca, #dabbca);
  background: -moz-linear-gradient(top, #dabbca, #dabbca);
  background: -ms-linear-gradient(top, #dabbca, #dabbca);
  background: -o-linear-gradient(top, #dabbca, #dabbca);
  border-color: transparent ;
}
.title-header-wrapper {
  margin-top: 30px;
}
.header-cert-wrapper {
  display: flex;
  justify-content: space-between;
}
.cert-container{
  display: flex;
  max-width: 100px;
  margin-right: 50px
}
.cert-text{
  font-size: 14px;
  display: block;
  color: #2F64DC;
  line-height: 1;
  text-align: left;
}
.title-header-wrapper p {
  font-family: "Brown-Regular", Arial, sans-serif;
  font-size: 21px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .title-header-wrapper p {
    font-family: "Brown-Light", Arial, sans-serif;
    font-size: 18px;
    text-align: center;
  }
}
.title-header-wrapper hr {
  margin-bottom: 10px!important;
}
.infos-wrapper {
  padding-top: 15px;
  display: table;
  width: 100%;
}
@media (max-width: 991px) {
  .infos-wrapper {
    display: table;
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  .infos-wrapper {
    display: inline-block;
    padding-top: 25px;
  }
}
.infos-wrapper .left-info-wrapper {
  display: table-cell;
  vertical-align: middle;
  margin-top: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .infos-wrapper .left-info-wrapper {
    display: block;
  }
}
@media (max-width: 767px) {
  .infos-wrapper .left-info-wrapper .subtitle {
    margin-bottom: 3px;
  }
}
.infos-wrapper .left-info-wrapper .street {
  display: inline-block;
  padding-top: 6px;
}
@media (max-width: 767px) {
  .infos-wrapper .left-info-wrapper .street {
    padding-top: 0;
  }
}
.infos-wrapper .left-info-wrapper .name-info {
  font-size: 21px;
  font-family: "Brown-Regular", Arial, sans-serif;
  color: #4387e7;
  position: relative;
  margin-bottom: 10px;
  margin-top: -15px;
}
@media (max-width: 767px) {
  .infos-wrapper .left-info-wrapper .name-info {
    margin-bottom: 0;
    font-size: 18px;
  }
}
.infos-wrapper .left-info-wrapper .name-info .title {
  font-family: "Brown-Bold", Arial, sans-serif;
  vertical-align: middle;
  display: inline-block;
  text-transform: none;
  font-weight: normal;
  line-height: 25px;
  margin-bottom: 0;
  font-size: 21px;
  margin-top: 0;
  color: #4387e7;
}
.infos-wrapper .left-info-wrapper .name-info span {
  vertical-align: middle;
  display: inline-block;
  line-height: 25px;
}
.infos-wrapper .left-info-wrapper .name-info .nation-wrapper {
  display: inline-block;
  margin-left: 15px;
  font-size: 14px;
  color: #454545;
}
@media (max-width: 767px) {
  .infos-wrapper .left-info-wrapper .name-info .nation-wrapper {
    width: 100%;
    margin-left: 0;
  }
}
.infos-wrapper .left-info-wrapper .name-info .icon {
  color: #454545;
  font-size: 21px;
  margin-left: 3px;
}
.infos-wrapper .left-info-wrapper .name-info .icon.rentingo-male {
  font-size: 17px;
  /*margin-top: 2px;
          .xs({
            margin-top:0;
          });*/
}
.infos-wrapper .left-info-wrapper .nation {
  font-size: 14px;
  font-family: "Brown-Regular", Arial, sans-serif;
  color: #454545;
  margin-bottom: 15px;
}
.infos-wrapper .left-info-wrapper .nation span {
  padding-right: 7px;
}
.infos-wrapper .left-info-wrapper .nation span img {
  vertical-align: top;
  position: relative;
  top: 2px;
}
.infos-wrapper .right-info-wrapper {
  padding-bottom: 10px;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  min-width: 300px;
}
@media (max-width: 767px) {
  .infos-wrapper .right-info-wrapper {
    border-top: 1px solid #dcdcdc;
    display: inline-block;
    min-width: inherit;
    padding-bottom: 7px;
    padding-top: 11px;
    margin-top: 9px;
    width: 100%;
  }
}
.infos-wrapper .right-info-wrapper.tenant-right-info {
  text-align: right;
}
.infos-wrapper .right-info-wrapper .house-wrapper {
  color: #4387e7;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  height: 100%;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .infos-wrapper .right-info-wrapper .house-wrapper {
    padding: 0;
    float: left;
  }
}
.infos-wrapper .right-info-wrapper .house-wrapper .title {
  display: inline-block;
  line-height: 41px;
  float: right;
  padding-left: 10px;
}
.infos-wrapper .right-info-wrapper .house-wrapper .icon {
  font-size: 41px;
  display: inline-block;
  margin-top: 3px;
}
@media (max-width: 767px) {
  .infos-wrapper .right-info-wrapper .house-wrapper .icon {
    font-size: 30px;
  }
}
.infos-wrapper .right-info-wrapper .house-wrapper p {
  font-size: 14px;
  font-family: "Brown-Light", Arial, sans-serif;
  color: #454545;
  margin-top: 1px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .infos-wrapper .right-info-wrapper .house-wrapper p {
    margin-top: 7px;
  }
}
.infos-wrapper .right-info-wrapper .house-wrapper p .icon {
  font-size: 0px;
  color: #454545;
  padding-right: 4px;
}
.infos-wrapper .right-info-wrapper .house-wrapper p .icon:before {
  font-size: 14px;
}
@media (max-width: 767px) {
  .infos-wrapper .right-info-wrapper .house-wrapper p .icon:before {
    font-size: 13px;
  }
}
.infos-wrapper .right-info-wrapper .top {
  padding-bottom: 4px;
  text-align: right;
  display: block;
  font-size: 20px;
  color: #dcdcdc;
}
@media (max-width: 991px) {
  .infos-wrapper .right-info-wrapper .top {
    float: right;
    display: inline-block;
    font-size: 27px;
  }
}
@media (max-width: 767px) {
  .infos-wrapper .right-info-wrapper .top {
    display: inline-block;
    padding-bottom: 0;
    font-size: 27px;
    float: right;
  }
}
.infos-wrapper .right-info-wrapper .top span {
  cursor: pointer;
  -webkit-transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
  -moz-transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
  -ms-transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
  -o-transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
  padding-left: 10px;
  font-size: 20px;
}
@media (max-width: 991px) {
  .infos-wrapper .right-info-wrapper .top span {
    font-size: 18px;
    padding-left: 8px;
  }
}
@media (max-width: 767px) {
  .infos-wrapper .right-info-wrapper .top span {
    font-size: 18px;
    padding-left: 8px;
  }
}
.infos-wrapper .right-info-wrapper .top .hearth-toggle:hover {
  color: #f8838f;
}
.infos-wrapper .right-info-wrapper .top .delete-property:hover {
  color: #454545;
}
.infos-wrapper .right-info-wrapper .top .delete-property.active {
  color: #454545;
}
.infos-wrapper .right-info-wrapper .rating-wrapper {
  vertical-align: middle;
  display: inline-block;
  height: 100%;
}
hr {
  margin-bottom: 15px !important;
}
/*# sourceMappingURL=endpage-header.css.map */

hr {
  border-color: #dcdcdc !important;
}
.middle-content-outer-wrapper {
  border-right: 1px solid #dcdcdc;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .middle-content-outer-wrapper {
    border-right: none;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .middle-content-outer-wrapper {
    border-right: none;
    margin-bottom: 0px;
  }
}
.middle-content-outer-wrapper .image-position-wrapper .match-index-image-wrapper .numbers-wrapper {
  font-size: 177px;
}
@media (max-width: 767px) {
  .middle-content-outer-wrapper .image-position-wrapper .match-index-image-wrapper .numbers-wrapper {
    font-size: 150px;
  }
}
.middle-content-outer-wrapper .mask-outer .mask-inner .rentingo-mask-number .mask-number-icon {
  margin-top: 0 !important;
}
.match-index {
  margin-bottom: 35px;
  font-family: "Brown-Light", Arial, sans-serif;
  font-size: 16px;
  float: left;
}
@media (max-width: 767px) {
  .match-index {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
    float: inherit;
  }
}
.roommate-card-outer-wrapper .match-index-image-wrapper:after {
  content: '';
}
@media (max-width: 767px) {
  .roommate-card-outer-wrapper .card-upper .percent {
    bottom: 245px !important;
  }
}
@media (max-width: 767px) {
  .image-position-wrapper {
    overflow: hidden;
  }
}
.image-position-wrapper .match-index-image-wrapper {
  position: relative;
  width: calc(100% + 20px);
  height: 177px;
  text-align: center;
}
@media (max-width: 767px) {
  .image-position-wrapper .match-index-image-wrapper {
    height: 150px;
    margin-bottom: 25px;
  }
}
.image-position-wrapper .match-index-image-wrapper:after {
  font-family: "Brown-Regular", Arial, sans-serif;
  line-height: 1em;
  font-size: 24px;
  position: absolute;
  bottom: 0;
  left: 96%;
  z-index: 2;
  color: #454545;
}
@media (max-width: 1319px) and (min-width: 768px) {
  .image-position-wrapper .match-index-image-wrapper:after {
    bottom: 10px;
  }
}
.image-position-wrapper .match-index-image-wrapper.index-41:after {
  left: 88%;
}
.image-position-wrapper .match-index-image-wrapper.no-percent:after {
  content: '';
  display: none;
}
.image-position-wrapper .match-index-image-wrapper .original {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  max-width: 260px;
}
@media (max-width: 767px) {
  .image-position-wrapper .match-index-image-wrapper .original {
    max-width: 230px;
  }
}
.image-position-wrapper .match-index-image-wrapper .original.preview {
  width: 190px;
  height: 190px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .image-position-wrapper .match-index-image-wrapper .original.preview {
    width: 150px;
    height: 150px;
  }
}
.image-position-wrapper .match-index-image-wrapper .numbers-wrapper {
  text-align: center;
  font-size: 100px;
  display: inline-block;
  height: 100%;
  width: 100%;
}
.image-position-wrapper .match-index-image-wrapper .numbers-wrapper .number-wrapper {
  position: relative;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}
.image-position-wrapper .match-index-image-wrapper .numbers-wrapper .number-wrapper:first-child {
  border: solid #ffffff;
  border-width: 0 2px 0 0;
}
.image-position-wrapper .match-index-image-wrapper .numbers-wrapper .number-wrapper:first-child:after {
  position: absolute;
  content: " ";
  background-color: #ffffff;
  width: 400px;
  height: 100%;
  right: 100%;
  top: 0;
}
.image-position-wrapper .match-index-image-wrapper .numbers-wrapper .number-wrapper:first-child + :last-child {
  border: solid #ffffff;
  border-width: 0 0 0 2px;
}
.image-position-wrapper .match-index-image-wrapper .numbers-wrapper .number-wrapper:last-child:before {
  position: absolute;
  content: " ";
  background-color: #ffffff;
  width: 400px;
  height: 100%;
  left: 100%;
  top: 0;
}
@media (max-width: 767px) {
  .image-position-wrapper .match-index-image-wrapper .numbers-wrapper .number-wrapper:last-child:after {
    position: absolute;
    content: '%';
    color: #454545;
    text-align: left;
    bottom: 0;
  }
}
.image-position-wrapper .match-index-image-wrapper .numbers-wrapper .number-wrapper:only-child {
  border: none;
}
.image-position-wrapper .match-index-image-wrapper .numbers-wrapper .number-wrapper .mask {
  position: relative;
  display: inline-block;
  text-align: center;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 1319px) and (min-width: 768px) {
  .image-position-wrapper .match-index-image-wrapper .numbers-wrapper .number-wrapper .mask {
    width: 100%;
    border: solid white;
    border-width: 13px 0;
  }
}
.small-social-icon-wrapper {
  text-align: center;
  margin: 20px 0;
  padding-left: 20px;
}
.small-social-icon-wrapper .fa {
  font-size: 20px;
  margin: 0 5px;
  color: #454545;
}
.small-social-icon-wrapper.social-accepted .fa-facebook-official {
  color: #3b5998;
}
.small-social-icon-wrapper.social-accepted .fa-google-plus {
  color: #d34836;
}
.small-social-icon-wrapper.social-accepted .fa-linkedin-square {
  color: #0077b5;
}
.video-button-wrapper {
  padding-left: 7px;
  margin: 20px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .video-button-wrapper {
    padding-left: 0;
  }
}
.video-button-wrapper .button {
  padding: 5px 30px;
}
@media (max-width: 767px) {
  .video-button-wrapper .button {
    width: 100%;
  }
}
.video-button-wrapper .button .icon {
  font-size: 14px;
}
.video-button-wrapper .button .watch {
  font-family: "Brown-Light", Arial, sans-serif;
  font-size: 14px;
}
.table-name-wrapper span {
  font-family: "Brown-Light", Arial, sans-serif;
  display: inline-block;
  font-size: 14px;
  line-height: 15px;
  margin-bottom: 22px;
  width: 100%;
  color: #454545;
  padding-left: 45px;
  margin-right: -18px;
}
@media (max-width: 767px) {
  .table-name-wrapper span {
    font-size: 14px;
    margin-bottom: 16px;
    padding-left: 0;
  }
}
.blue {
  color: #4387e7;
}
.purple {
  color: #b77897;
}
.red {
  color: #ec6853;
}
.orange {
  color: #eca94f;
}
.green {
  color: #92d36f;
}
@media (max-width: 767px) {
  table {
    margin-bottom: 15px;
  }
}
table tr td {
  padding-bottom: 15px;
}
table tr td:nth-child(odd) {
  width: 1px;
  position: relative;
}
table tr td:nth-child(even) {
  width: auto;
}
table tr td:first-child .circle span {
  left: 50%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
table tr td:last-child .circle span {
  left: auto;
  right: 50%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
table tr td .circle {
  display: block;
  padding: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
}
table tr td .circle .inner {
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #f2f2f2;
}
@media (max-width: 767px) {
  table tr td .circle .inner {
    width: 10px;
    height: 10px;
  }
}
table tr td .circle.active {
  background-color: transparent;
}
table tr td .circle.active .inner {
  background-color: currentColor;
}
table tr td .circle span {
  white-space: nowrap;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  font-family: "Brown-Light", Arial, sans-serif;
  font-size: 14px;
}
table tr td .line {
  height: 2px;
  margin: 0 -5px;
  background-color: #f2f2f2;
}
.description {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .description {
    margin-top: 0;
  }
}
.description .bolder {
  font-family: "Brown-Regular", Arial, sans-serif;
}
.description p,
.description span {
  font-family: "Brown-Light", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #454545;
  word-break: break-word;
  word-wrap: break-word;
}
.more-picture-label{
  font-size: 18px;
  margin-top: 15px;
  font-weight: 600;
}
.description .premium-services-notification{
  padding: 10px 24px 10px 16px;
}
.description .blured{
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.tenant-premium-notification{
  font-family: "Brown-Regular", Arial, sans-serif;
  margin-bottom: 10px;
  margin-top: -10px;
}
.tenant-premium-notification h3{
  font-size: 22px;
}
@media (max-width: 767px) {
  .description p,
  .description span {
    font-size: 14px;
    line-height: 1em;
  }
}
.description p.desc-title,
.description span.desc-title {
  font-family: inherit;
  padding-bottom: 10px;
  padding-top: 30px;
}
@media (max-width: 767px) {
}
.description p.desc-title .icon,
.description span.desc-title .icon {
  font-size: 14px;
}
.description p.desc-title strong,
.description span.desc-title strong {
  font-size: inherit;
}
.description p strong,
.description span strong {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .description p strong,
  .description span strong {
    font-size: 14px;
    font-family: "Brown-Bold", Arial, sans-serif;
  }
}
.description.masked {
  text-align: justify;
}
.description.masked span {
  color: #999999;
  background-color: #999999;
  font-size: 16px;
  line-height: 32px;
  border: 1px solid #999999;
}
@media (max-width: 767px) {
  .description.masked span {
    font-size: 10px;
    line-height: 14px;
  }
}
.description.masked p span {
  border: none;
}
@media (max-width: 767px) {
  .roommate-photo-wrapper {
    padding: 0 18px;
  }
}
@media (max-width: 767px) {
  .roommate-photo-wrapper .custom-col {
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .rating-wrapper .connection-button {
    margin-top: 25px;
    text-transform: uppercase;
    font-family: "Brown-Light", Arial, sans-serif;
  }
}
@media (max-width: 767px) {
  .rating-wrapper .confirm-button {
    font-family: "Brown-Light", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .rating-wrapper .refuse-button {
    font-size: 14px;
    text-transform: none;
    margin-top: 15px;
  }
}
.rating-wrapper .connection-status {
  font-family: "Brown-Regular", Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 15px;
}
.rating-wrapper .connection-status span {
  position: relative;
  padding-left: 18px;
}
.rating-wrapper .connection-status span img {
  position: absolute;
  height: 14px;
  left: 0;
  bottom: 3px;
}
.rating-wrapper .connection-status.accepted {
  color: #92d36f;
}
.rating-wrapper .connection-status.waiting {
  color: #4387e7;
}
.rating-wrapper .connection-status.rejected {
  color: #ec6853;
}
.rating-wrapper .cancel-wrapper {
  text-align: center;
  margin: 10px 0;
}
.rating-wrapper .cancel-wrapper .cancel-link {
  font-size: 14px;
  font-family: "Brown-Light", Arial, sans-serif;
  color: #454545;
  text-decoration: underline;
}
.rating-wrapper .mail-phone-wrapper {
  text-align: left;
}
.rating-wrapper .mail-phone-wrapper .phone {
  color: #454545;
  position: relative;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .rating-wrapper .mail-phone-wrapper .phone {
    text-align: left;
    width: 100%;
  }
}
.rating-wrapper .mail-phone-wrapper .phone .rentingo-phone {
  right: 40px;
  position: absolute;
  bottom: 0;
  font-size: 20px;
  color: #454545;
}
.rating-wrapper .mail-phone-wrapper .phone a {
  position: absolute;
  right: 0;
  bottom: 0;
}
.rating-wrapper .mail-phone-wrapper .phone a.tel-num {
  display: inline-block;
  position: relative;
  margin-top: 10px;
  color: #454545;
  width: 100%;
}
.rating-wrapper .mail-phone-wrapper .phone a .rentingo-sms {
  font-size: 20px;
  color: #454545;
}
.rating-wrapper .mail-phone-wrapper .mail {
  color: #4387e7;
  text-decoration: underline;
  cursor: pointer;
}
.match-index__outer--pre-contact--endpage {
  margin: 0 auto;
  width: 190px;
  height: 190px;
}
@media (max-width: 767px) {
  .match-index__outer--pre-contact--endpage {
    width: 150px;
    height: 150px;
  }
}
.match-index__outer--pre-contact--modal {
  margin: 0 auto;
  width: 100px;
  height: 100px;
}
.match-index__inner--round {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.hide-block {
  display: none;
}
.padding-roommate-tab {
  padding-top: 20px;
}
/*# sourceMappingURL=endpage-middle.css.map */
.roommate-gallery-wrapper {
  margin-bottom: 18px;
  margin-top: 18px;
  display: inline-block;
  width: 100%;
}
.hidden-image-box{
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.roommate-gallery-wrapper .gallery-image-wrapper {
  width: 100%;
  float: left;
}
@media (max-width: 767px) {
  .roommate-gallery-wrapper .gallery-image-wrapper {
    margin-bottom: 5px;
  }
}
.roommate-gallery-wrapper .gallery-image-wrapper a {
  display: block;
}
.roommate-gallery-wrapper .gallery-image-wrapper a img {
  width: 100%;
  height: auto;
}
.roommate-gallery-wrapper .custom-row {
  margin-left: -9px;
  margin-right: -9px;
}
@media (max-width: 767px) {
  .roommate-gallery-wrapper .custom-row {
    margin-left: -2.5px;
    margin-right: -2.5px;
  }
}
.roommate-gallery-wrapper .custom-row .custom-col {
  padding-left: 9px;
  padding-right: 9px;
}
@media (max-width: 767px) {
  .roommate-gallery-wrapper .custom-row .custom-col {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
}
body.gallery-open {
  overflow: hidden;
  padding-right: 17px;
}
body.gallery-open .modal-fix.main-header.sticky-header {
  padding-right: 17px;
}
body.gallery-open .opacity-footer .sticky-wrapper {
  z-index: 500;
}
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 9999;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
  display: block;
}
.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.pswp__img {
  object-fit: contain;
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}
.pswp__img--placeholder--blank {
  background: #222;
}
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}
.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pswp__button .icon {
  display: inline-block;
}
.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}
.pswp__button--share {
  background-position: -44px -44px;
}
.pswp__button--fs {
  display: none;
}
.pswp--supports-fs .pswp__button--fs {
  display: block;
}
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}
.pswp__button--arrow--left.icon,
.pswp__button--arrow--right.icon {
  font-size: 30px;
  color: #454545;
  margin-top: 5px;
}
.pswp__button--arrow--left {
  left: 0;
}
.pswp__button--arrow--right {
  right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  top: 35px;
  background-color: #ffffff;
  border-radius: 2px;
  z-index: -1;
  line-height: 33px;
  height: 36px;
  width: 36px;
  position: absolute;
}
.pswp__button--arrow--left:before {
  left: 18px;
}
.pswp__button--arrow--right:before {
  right: 18px;
}
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__share-modal--hidden {
  display: none;
}
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}
a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}
a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}
a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}
a.pswp__share--download:hover {
  background: #DDD;
}
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 18px;
  line-height: 44px;
  color: #FFF;
  opacity: 1;
  padding: 0 18px;
}
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}
.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}
.pswp__caption--empty {
  display: none;
}
.pswp__caption--fake {
  visibility: hidden;
}
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}
.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(../bundles/loginetrentingouser/css/roommate/endpage/preloader.gif) 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  /*
			The idea of animating inner circle is based on Polymer ("material") loading indicator
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
  padding: 0 18px;
}
.pswp__top-bar .pswp__button {
  width: 30px;
}
.pswp__top-bar .icon {
  font-size: 15px;
  color: #ffffff;
}
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}
.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}
.pswp__element--disabled {
  display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
  background: none;
}
/*# sourceMappingURL=photo-gallery.css.map */
.read-m-l {
  color: #4387e7 !important;
  cursor: pointer;
}
@media (max-width: 767px) {
  .revealable {
    display: none;
  }
}
@media (max-width: 767px) {
  .read-it-less {
    display: none;
  }
}
/*# sourceMappingURL=read-more.css.map */
.right-side-wrapper .contact-message {
  margin-top: 15px;
}
.right-side-wrapper .connection-status {
  font-family: "Brown-Regular", Arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.right-side-wrapper .connection-status span {
  position: relative;
  padding-left: 23px;
}
.right-side-wrapper .connection-status span img {
  position: absolute;
  height: 18px;
  left: 0;
  bottom: 2px;
}
.right-side-wrapper .connection-status.accepted {
  color: #92d36f;
}
.right-side-wrapper .connection-status.waiting {
  color: #4387e7;
}
.right-side-wrapper .connection-status.rejected {
  color: #ec6853;
}
.right-side-wrapper .cancel-wrapper {
  text-align: center;
  margin: 10px 0;
}
.right-side-wrapper .cancel-wrapper .cancel-link {
  font-size: 16px;
  font-family: "Brown-Light", Arial, sans-serif;
  color: #454545;
  text-decoration: underline;
}
.right-side-wrapper .mail-phone-wrapper p {
  font-family: "Brown-Light", Arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: #454545;
  text-align: right;
  position: relative;
  margin-bottom: 15px;
}
.right-side-wrapper .mail-phone-wrapper p .icon {
  position: absolute;
  left: 0;
}
.right-side-wrapper .social-wrapper {
  margin-left: -4px;
  margin-right: -4px;
  margin-bottom: 15px;
}
.right-side-wrapper .social-wrapper .custom-row {
  margin-left: -4px;
  margin-right: -4px;
}
.right-side-wrapper .social-wrapper .custom-col {
  padding-left: 4px;
  padding-right: 4px;
}
.right-side-wrapper .social-wrapper .custom-col .button {
  padding: 2px 0 5px 0;
}
.right-side-wrapper .connection-button,
.right-side-wrapper .confirm-button {
  font-size: 18px;
  font-family: "Brown-Regular", Arial, sans-serif;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .right-side-wrapper .connection-button,
  .right-side-wrapper .confirm-button {
    font-size: 14px;
    font-family: "Brown-Light", Arial, sans-serif;
  }
}
.right-side-wrapper .confirm-button {
  font-size: 18px;
  font-family: "Brown-Regular", Arial, sans-serif;
  text-transform: uppercase;
}
.right-side-wrapper .refuse-button {
  font-size: 18px;
  font-family: "Brown-Regular", Arial, sans-serif;
  margin-top: 15px;
}
.right-side-wrapper .connect-delete-button {
  font-size: 18px;
  font-family: "Brown-Regular", Arial, sans-serif;
  margin-top: 15px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .right-side-wrapper .connect-delete-button {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.right-side-wrapper .moving-wrapper {
  background: #f2f2f2;
  padding: 20px 15px 0px 10px;
  border-radius: 5px;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .right-side-wrapper .moving-wrapper {
    margin-top: 15px!important;
  }
}
.right-side-wrapper .side-info-wrapper {
  padding: 20px 15px 0px 10px;
}
.right-side-wrapper .smaller-type-info {
  padding-left: 18px;
}
.right-side-wrapper .smaller-type-info li {
  padding-bottom: 25px;
  color: #454545;
  width: 55%;
  padding-right: 10px;
}
.right-side-wrapper .left-side-info {
  display: flex;
}
.right-side-wrapper .left-side-info > div {
  display: inline-block;
  text-align: right;
  float: right;
  width: 45%;
}
.right-side-wrapper .normal-text {
  font-size: 14px;
  font-family: "Brown-Light", Arial, sans-serif;
  color: #454545;
  line-height: 19px;
  word-break: break-word;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  .right-side-wrapper .normal-text {
    font-size: 14px;
    line-height: 15px;
  }
}
.right-side-wrapper .normal-text.masked {
  font-size: 10px;
  color: #999999;
  background-color: #999999;
}
.right-side-wrapper .normal-text .fa {
  color: #b77897;
  padding-right: 10px;
}
.right-side-wrapper .big-text {
  font-size: 16px;
  font-family: "Brown-Light", Arial, sans-serif;
  color: #454545;
  line-height: 19px;
}
@media (max-width: 767px) {
  .right-side-wrapper .big-text {
    font-size: 14px;
    line-height: 15px;
  }
}
.right-side-wrapper .huge-text {
  font-family: "Brown-Bold", Arial, sans-serif;
  font-size: 24px;
}
@media (max-width: 767px) {
  .right-side-wrapper .huge-text {
    font-size: 14px;
    line-height: 15px;
  }
}
.right-side-wrapper li.mask {
  list-style-type: none;
  position: relative;
}
.right-side-wrapper li.mask .hoverable {
  position: absolute;
  left: -20px;
  bottom: 27px;
  font-size: 14px;
}
/*# sourceMappingURL=endpage-middle-right.css.map */
.roommate-card-outer-wrapper {
  position: relative;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  -webkit-transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
  -moz-transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
  -ms-transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
  -o-transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
  margin-bottom: 36px;
  padding-top: 25px;
}
.roommate-card-outer-wrapper.hover,
.roommate-card-outer-wrapper:hover,
.roommate-card-outer-wrapper:focus {
  border-color: #4387e7;
  -webkit-box-shadow: 0 11px 23px -2px #dcdcdc;
  -moz-box-shadow: 0 11px 23px -2px #dcdcdc;
  box-shadow: 0 11px 23px -2px #dcdcdc;
  -webkit-transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
  -moz-transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
  -ms-transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
  -o-transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
}
.roommate-card-outer-wrapper.hover .card-upper .favorite-wrapper .icon.rentingo-dustbin,
.roommate-card-outer-wrapper:hover .card-upper .favorite-wrapper .icon.rentingo-dustbin,
.roommate-card-outer-wrapper:focus .card-upper .favorite-wrapper .icon.rentingo-dustbin {
  color: #808080;
}
.roommate-card-outer-wrapper.hover .card-upper .favorite-wrapper .icon.rentingo-heart,
.roommate-card-outer-wrapper:hover .card-upper .favorite-wrapper .icon.rentingo-heart,
.roommate-card-outer-wrapper:focus .card-upper .favorite-wrapper .icon.rentingo-heart {
  color: #808080;
}
.roommate-card-outer-wrapper.hover .card-upper .favorite-wrapper .icon.rentingo-heart:hover,
.roommate-card-outer-wrapper:hover .card-upper .favorite-wrapper .icon.rentingo-heart:hover,
.roommate-card-outer-wrapper:focus .card-upper .favorite-wrapper .icon.rentingo-heart:hover {
  color: #f8838f;
}
.roommate-card-outer-wrapper .marker-wrapper {
  position: absolute;
  font-size: 0;
  width: 50px;
  left: 14px;
  top: 14px;
}
.roommate-card-outer-wrapper .marker-wrapper.multiple {
  width: 40px;
}
.roommate-card-outer-wrapper .marker-wrapper.multiple .hoverable.hover .hover-tooltip.percented-position-tooltip,
.roommate-card-outer-wrapper .marker-wrapper.multiple .hoverable:hover .hover-tooltip.percented-position-tooltip,
.roommate-card-outer-wrapper .marker-wrapper.multiple .hoverable:focus .hover-tooltip.percented-position-tooltip {
  z-index: 12;
}
.roommate-card-outer-wrapper .marker-wrapper.multiple .icon {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 40px;
}
.roommate-card-outer-wrapper .marker-wrapper .icon {
  font-size: 50px;
}
.roommate-card-outer-wrapper .marker-wrapper .icon.rentingo-house {
  color: #92d36f;
}
.roommate-card-outer-wrapper .marker-wrapper .icon.rentingo-video {
  color: #faaa41;
}
.roommate-card-outer-wrapper .card-upper {
  display: inline-block;
  width: 100%;
  background-color: #ffffff;
}
.roommate-card-outer-wrapper .card-upper .favorite-wrapper {
  position: absolute;
  right: 14px;
  top: 17px;
}
.roommate-card-outer-wrapper .card-upper .favorite-wrapper .icon {
  cursor: pointer;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}
.roommate-card-outer-wrapper .card-upper .favorite-wrapper .icon.rentingo-dustbin {
  color: #dcdcdc;
}
.roommate-card-outer-wrapper .card-upper .favorite-wrapper .icon.rentingo-heart {
  color: #dcdcdc;
}
.roommate-card-outer-wrapper .card-upper .match-index {
  font-family: "Brown-Light", Arial, sans-serif;
  display: inline-block;
  text-align: center;
  font-size: 14px;
}
.roommate-card-outer-wrapper .card-upper .match-index .hoverable {
  margin-top: 1px;
  float: left;
}
.roommate-card-outer-wrapper .card-upper .match-index .index-title {
  padding-left: 2px;
  margin-top: -1px;
  display: block;
  float: left;
}
.roommate-card-outer-wrapper .card-upper .match-index-image-wrapper {
  pointer-events: none;
  position: relative;
  font-size: 0;
  margin: 0 auto;
}
.roommate-card-outer-wrapper .card-upper .match-index-image-wrapper .linked {
  display: block;
  z-index: 5;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.roommate-card-outer-wrapper .card-upper .match-index-image-wrapper .original {
  position: absolute;
  height: 100%;
  background-position: center;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.roommate-card-outer-wrapper .card-upper .match-index-image-wrapper .numbers-wrapper {
  text-align: center;
  display: inline-block;
  height: 100%;
}
.roommate-card-outer-wrapper .card-upper .match-index-image-wrapper .numbers-wrapper .mask-outer .rentingo-mask-number {
  font-size: 113px;
}
.roommate-card-outer-wrapper .card-upper .match-index-image-wrapper .numbers-wrapper .number-wrapper {
  position: relative;
  height: 100%;
  display: inline-block;
}
.roommate-card-outer-wrapper .card-upper .match-index-image-wrapper .numbers-wrapper .number-wrapper:first-child:after {
  position: absolute;
  content: " ";
  background-color: #ffffff;
  width: 200px;
  height: 100%;
  right: 100%;
  top: 0;
}
.roommate-card-outer-wrapper .card-upper .match-index-image-wrapper .numbers-wrapper .number-wrapper:first-child + :last-child {
  border-left: 5px solid white;
}
.roommate-card-outer-wrapper .card-upper .match-index-image-wrapper .numbers-wrapper .number-wrapper:last-child:before {
  position: absolute;
  content: " ";
  background-color: #ffffff;
  width: 200px;
  height: 100%;
  left: 100%;
  top: 0;
}
.roommate-card-outer-wrapper .card-upper .match-index-image-wrapper .numbers-wrapper .number-wrapper .mask {
  position: relative;
  display: inline-block;
  text-align: center;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.roommate-card-outer-wrapper .card-upper .name {
  margin-top: 10px;
  font-size: 0;
  color: #4387e7;
  text-decoration: none;
}
.roommate-card-outer-wrapper .card-upper .name a {
  font-size: 21px;
  color: #4387e7;
  font-family: "Brown-Regular", Arial, sans-serif;
}
@media (max-width: 767px) {
  .roommate-card-outer-wrapper .card-upper .name a.visible-xs {
    display: inline-block !important;
  }
}
.roommate-card-outer-wrapper .card-upper .name .gender {
  color: #454545;
  font-size: 21px;
  display: inline-block;
}
.roommate-card-outer-wrapper .card-upper .name .gender.rentingo-male {
  font-size: 17px;
}
.roommate-card-outer-wrapper .card-upper .name .gender.rentingo-female {
  padding-top: 0;
  vertical-align: middle;
  margin-top: -13px;
}
.roommate-card-outer-wrapper .card-upper .additional-info {
  font-family: "Brown-Light", Arial, sans-serif;
  font-size: 14px;
  margin-top: 5px;
  display: inline-block;
}
.roommate-card-outer-wrapper .card-lower {
  margin-top: 20px;
  height: 149px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  display: inline-block;
  width: 100%;
  background-color: #f2f2f2;
  color: #454545;
}
.roommate-card-outer-wrapper .card-lower .leaving {
  width: 100%;
  display: inline-block;
  margin-top: 20px;
  line-height: 1em;
  font-family: "Brown-Light", Arial, sans-serif !important;
  font-size: 18px;
}
.roommate-card-outer-wrapper .card-lower .place {
  width: 100%;
  display: inline-block;
  font-family: "Brown-Light", Arial, sans-serif;
  font-size: 14px;
  margin-top: 15px;
  line-height: 15px;
}
.roommate-card-outer-wrapper .card-lower a {
  position: absolute;
  bottom: 25px;
  width: 187px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 28px;
  height: 30px;
  font-size: 18px;
  font-family: "Brown-Light", Arial, sans-serif;
}
.roommate-card-outer-wrapper .card-lower .status-info {
  display: inline-block;
  position: relative;
  padding-left: 16px;
  padding-top: 20px;
}
.roommate-card-outer-wrapper .card-lower .status-info.accepted {
  color: #92d36f;
}
.roommate-card-outer-wrapper .card-lower .status-info.rejected {
  color: #ec6853;
}
.roommate-card-outer-wrapper .card-lower .status-info.revoked {
  color: #ec6853;
}
.roommate-card-outer-wrapper .card-lower .status-info.expired {
  color: #ec6853;
}
.roommate-card-outer-wrapper .card-lower .status-info.waiting {
  color: #4387e7;
}
.roommate-card-outer-wrapper .card-lower .status-info span {
  position: absolute;
  height: 16px;
  bottom: 1px;
  width: 16px;
  left: -3px;
}
.match-index__outer--pre-contact--list {
  margin: 0 auto;
  width: 135px;
  height: 135px;
}
.match-index__inner--round {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/*# sourceMappingURL=roommate-card.css.map */
.last-seen-roommmates-wrapper h5 {
  margin-bottom: 30px;
  font-family: "Brown-Light", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  color: #454545;
}
@media (max-width: 767px) {
  .last-seen-roommmates-wrapper h5 {
    font-size: 14px;
    font-family: "Brown-Bold", Arial, sans-serif;
  }
}
.last-seen-roommmates-wrapper .last-seen-roommmates-carousel-wrapper .last-seen-roommate-card > div {
  width: 100% !important;
}
.last-seen-roommmates-wrapper .last-seen-roommmates-carousel-wrapper .carousel-paginator {
  width: 48px;
  height: 48px;
  background-color: white;
  font-size: 32px;
  text-align: center;
  line-height: 44px;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #454545;
  cursor: pointer;
  top: calc(50% - 24px);
  -webkit-box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.3);
  opacity: 0.8;
}
.last-seen-roommmates-wrapper .last-seen-roommmates-carousel-wrapper .carousel-paginator.hover,
.last-seen-roommmates-wrapper .last-seen-roommmates-carousel-wrapper .carousel-paginator:hover,
.last-seen-roommmates-wrapper .last-seen-roommmates-carousel-wrapper .carousel-paginator:focus {
  background-color: #fafafa;
  opacity: 1;
}
.last-seen-roommmates-wrapper .last-seen-roommmates-carousel-wrapper .carousel-paginator:active {
  background-color: #f7f7f7;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
}
.last-seen-roommmates-wrapper .last-seen-roommmates-carousel-wrapper .carousel-paginator.roll-left {
  position: absolute;
  left: 8px;
}
.last-seen-roommmates-wrapper .last-seen-roommmates-carousel-wrapper .carousel-paginator.roll-right {
  position: absolute;
  right: 8px;
}
@media (max-width: 767px) {
  .last-seen-roommmates-wrapper .last-seen-roommmates-carousel-wrapper .carousel-paginator {
    display: none;
  }
}
.last-seen-roommmates-wrapper .last-seen-roommmates-carousel-wrapper .circle-wrapper {
  display: none;
}
@media (max-width: 767px) {
  .last-seen-roommmates-wrapper .last-seen-roommmates-carousel-wrapper .circle-wrapper {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    padding: 5px 0;
  }
  .last-seen-roommmates-wrapper .last-seen-roommmates-carousel-wrapper .circle-wrapper .circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 8px;
    height: 8px;
    display: inline-block;
    background-color: #808080;
    margin: 0 4px;
    opacity: 0.8;
  }
  .last-seen-roommmates-wrapper .last-seen-roommmates-carousel-wrapper .circle-wrapper .circle.active {
    background-color: #eca94f;
  }
}
/*# sourceMappingURL=last-seen-roommmate.css.map */
.tenant-right-wrapper .connect .strong {
  font-weight: bold;
  font-size: 14px;
  line-height: 32px;
  padding-top: 10px;
  padding-bottom: 5px;
}
.tenant-right-wrapper .common-info-wrapper {
  background: #f2f2f2;
  padding: 10px;
  border-radius: 5px;
  margin-top: 15px;
  position: relative;
}
@media (max-width: 991px) {
  .tenant-right-wrapper .common-info-wrapper {
    margin-top: 15px!important;
  }
}
@media (max-width: 767px) {
  .tenant-right-wrapper .common-info-wrapper {
    padding-top: 10px;
  }
}
.tenant-right-wrapper .common-info-wrapper .smaller-type-info {
  margin-bottom: 0;
}
.tenant-right-wrapper .common-info-wrapper .smaller-type-info a {
  text-decoration: underline;
}
.tenant-right-wrapper .smaller-type-info {
  padding-left: 0;
}
.tenant-right-wrapper .smaller-type-info li {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
  padding-top: 10px;
}
.tenant-right-wrapper .smaller-type-info li:before {
  content: ' ';
  background-color: #454545;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 4px;
  width: 4px;
  margin: 0 10px;
}
.tenant-right-wrapper .smaller-type-info li > * {
  flex-grow: 1;
  text-align: left;
}
.tenant-right-wrapper .smaller-type-info li > *:last-child {
  text-align: right;
  flex-grow: 2;
}
.tenant-right-wrapper .normal-text {
  font-size: 14px;
  font-family: "Brown-Light", Arial, sans-serif;
  color: #454545;
}
@media (max-width: 767px) {
  .tenant-right-wrapper .normal-text {
    font-size: 14px;
  }
}
.tenant-right-wrapper .left-side-info .info-label,
.tenant-right-wrapper .left-side-info .info-content {
  width: 50%;
  display: inline-block;
  float: left;
  text-align: left;
}
.tenant-right-wrapper .left-side-info .info-content {
  text-align: right;
}
.tenant-right-wrapper .property-pic-wrapper {
  text-align: center;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  padding: 10px 0 20px 0;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .tenant-right-wrapper .property-pic-wrapper {
    margin-bottom: 20px;
  }
}
.tenant-right-wrapper .property-pic-wrapper p {
  font-family: "Brown-Light", Arial, sans-serif;
  font-size: 14px;
  color: #454545;
}
.tenant-right-wrapper .property-pic-wrapper a {
  font-family: "Brown-Light", Arial, sans-serif;
  font-size: 18px;
  color: #4387e7;
  text-decoration: underline;
}
.tenant-right-wrapper .property-pic-wrapper img {
  margin-top: 10px;
  width: 275px;
}
@media (max-width: 767px) {
  .tenant-right-wrapper .property-pic-wrapper img {
    width: 220px;
  }
}
@media (max-width: 767px) {
  .tenant-right-wrapper .connect-delete-button {
    margin-top: 0;
  }
}
.tenant-right-wrapper #tenant_contact_button {
  margin-bottom: 15px;
}
.tenant-right-wrapper .tenant-contact-prompt {
  margin-bottom: 15px;
}
.tenant-right-wrapper .average-rates {
  display: flex;
  justify-content: space-between;
  -webkit-transition: font-size 0.4s cubic-bezier(0.6, 0.44, 0.24, 1);
  -moz-transition: font-size 0.4s cubic-bezier(0.6, 0.44, 0.24, 1);
  -ms-transition: font-size 0.4s cubic-bezier(0.6, 0.44, 0.24, 1);
  -o-transition: font-size 0.4s cubic-bezier(0.6, 0.44, 0.24, 1);
}
.tenant-right-wrapper .average-rates span:first-child {
  font-family: "Brown-Light", Arial, sans-serif;
}
.tenant-right-wrapper hr.average-rates {
  margin: 15px 0 !important;
}
@media (max-width: 991px) {
  .tenant-right-wrapper {
    text-align: center;
  }
  .tenant-right-wrapper .tenant-contact-prompt {
    order: -1;
  }
  .tenant-right-wrapper .average-rates {
    order: -2;
  }
  .tenant-right-wrapper .sticky-connection-wrapper-closed .average-rates {
    font-size: 0px;
  }
  .tenant-right-wrapper .sticky-connection-wrapper-closed hr.average-rates {
    display: none;
  }
}
@media (min-width: 992px) {
  .tenant-right-wrapper hr.average-rates {
    display: none;
  }
}
.infos-wrapper {
  padding-top: 0 !important;
}
@media (max-width: 767px) {
  .infos-wrapper {
    padding: 0;
  }
  .infos-wrapper .left-info-wrapper {
    margin: 20px 0;
  }
}
.tenant-left-wrapper .image-wrapper {
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .tenant-left-wrapper .image-wrapper {
    float: none;
    margin: 0;
  }
}
.tenant-left-wrapper .image-wrapper .profile-image {
  border-radius: 50%;
}
@media (max-width: 767px) {
  .tenant-left-wrapper .image-wrapper .profile-image {
    margin-bottom: 0;
  }
}
.tenant-left-wrapper .image-wrapper .rating-wrapper {
  text-align: center;
  margin-bottom: 25px;
}
.tenant-left-wrapper .image-wrapper .small-social-icon-wrapper {
  padding-left: 0;
}
.tenant-left-wrapper .description {
  font-family: "Brown-Light", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #454545;
}
.tenant-left-wrapper .description strong {
  font-size: 18px;
}
/*# sourceMappingURL=tenant-endpage.css.map */
.modal.large-dialog .modal-dialog {
  width: 800px;
}
@media (max-width: 767px) {
  .modal.large-dialog .modal-dialog {
    width: 100%;
  }
}
.modal.large-dialog .modal-dialog .modal-body.large-wrapper {
  padding: 40px 15px 25px 15px;
}
@media (max-width: 767px) {
  .modal.large-dialog .modal-dialog .modal-body.large-wrapper {
    padding: 25px 15px;
  }
}
.modal.large-dialog .modal-dialog .modal-body.large-wrapper button.close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0px 10px;
  opacity: 1;
  color: #bfbfbf;
}
.modal.large-dialog .modal-dialog .modal-body.large-wrapper button.close span {
  font-size: 30px;
}
.modal.large-dialog .modal-dialog .modal-body.large-wrapper button.close:hover {
  color: #454545;
}
.modal.large-dialog .modal-dialog .modal-body.large-wrapper button.close:focus {
  outline: none;
}
.modal.large-dialog .modal-dialog .modal-body.large-wrapper .modal-title {
  font-size: 24px;
  font-family: "Brown-Regular", Arial, sans-serif;
  line-height: 24px;
  margin-bottom: 25px;
  margin-top: 35px;
  color: #454545;
}
@media (max-width: 767px) {
  .modal.large-dialog .modal-dialog .modal-body.large-wrapper .modal-title {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
.modal.large-dialog #alert-modal-content {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.modal.large-dialog .large-content {
  font-family: "Brown-Light", Arial, sans-Serif;
  font-size: 18px;
  line-height: 1.5;
  color: #454545;
  margin-bottom: 20px;
  margin-top: 25px;
  text-align: center;
}
@media (max-width: 767px) {
  .modal.large-dialog .large-content {
    font-size: 14px;
  }
}
.modal.large-dialog .button-wrapper {
  text-align: center;
}
.modal.large-dialog .button-wrapper button {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .modal.large-dialog .button-wrapper button {
    margin-right: 20px;
    margin-top: 10px;
    width: 100%;
  }
}
.modal.large-dialog .image-wrapper {
  text-align: center;
}
.modal.large-dialog .image-wrapper .icon {
  font-size: 33px;
  color: #b77897;
}
@media (max-width: 767px) {
  .modal.large-dialog .image-wrapper {
    margin-top: 20px;
  }
}
.modal.large-dialog .image-wrapper .large-wrapper {
  padding: 40px 95px 25px 95px;
}
.modal.large-dialog .image-wrapper .large-wrapper .image-wrapper {
  text-align: center;
}
.modal.large-dialog .image-wrapper .large-wrapper .image-wrapper .icon {
  font-size: 33px;
  color: #b77897;
}
@media (max-width: 767px) {
  .modal.large-dialog .image-wrapper .large-wrapper .image-wrapper {
    margin-top: 20px;
  }
}
.modal.large-dialog .image-wrapper .large-wrapper p {
  font-size: 18px;
  font-family: "Brown-Light", Arial, sans-Serif;
  line-height: 1.5;
  color: #454545;
  margin-bottom: 20px;
  margin-top: 25px;
}
.modal.large-dialog .image-wrapper .large-wrapper p .bold-wrapper {
  font-family: "Brown-Bold", Arial, sans-serif;
}
@media (max-width: 767px) {
  .modal.large-dialog .image-wrapper .large-wrapper p {
    font-size: 14px;
  }
}
.modal.large-dialog .image-wrapper .large-wrapper #alert-modal-content,
.modal.large-dialog .image-wrapper .large-wrapper #alert-modal-large-content {
  font-family: "Brown-Light", Arial, sans-Serif;
  font-size: 18px;
  line-height: 1.5;
  color: #454545;
  margin-bottom: 20px;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .modal.large-dialog .image-wrapper .large-wrapper #alert-modal-content,
  .modal.large-dialog .image-wrapper .large-wrapper #alert-modal-large-content {
    font-size: 14px;
  }
}
.modal.large-dialog .image-wrapper .large-wrapper .button-wrapper {
  text-align: center;
  margin-bottom: 25px;
  margin-top: 30px;
}
.modal.large-dialog .image-wrapper .large-wrapper .button-wrapper .button {
  font-family: "Brown-Light", Arial, sans-Serif;
}
.modal.large-dialog .image-wrapper .large-wrapper .button-wrapper .button.button-grey {
  margin-left: 6px;
}
@media (max-width: 767px) {
  .modal.large-dialog .image-wrapper .large-wrapper .button-wrapper .button.button-grey {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .modal.large-dialog .image-wrapper .large-wrapper {
    padding: 25px 30px;
  }
  .modal.large-dialog .image-wrapper .large-wrapper p {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
.modal.large-dialog .image-wrapper .large-wrapper ul {
  margin-top: 30px;
  padding-left: 0;
}
.modal.large-dialog .image-wrapper .large-wrapper ul .modal-messages {
  list-style: none;
  font-family: "Brown-Light", Arial, sans-serif;
  font-size: 18px;
  color: #4387e7;
}
.modal.disconnection-dialog .modal-dialog {
  width: 608px;
}
@media (max-width: 767px) {
  .modal.disconnection-dialog .modal-dialog {
    width: 100%;
  }
}
.modal.disconnection-dialog .modal-dialog .disconnection-wrapper {
  padding: 40px 95px 25px 95px;
}
.modal.disconnection-dialog .modal-dialog .disconnection-wrapper .image-wrapper {
  text-align: center;
}
.modal.disconnection-dialog .modal-dialog .disconnection-wrapper .image-wrapper .icon {
  font-size: 33px;
  color: #b77897;
}
.modal.disconnection-dialog .modal-dialog .disconnection-wrapper .image-wrapper .icon.rentingo-confirmed {
  font-size: 60px;
}
.modal.disconnection-dialog .modal-dialog .disconnection-wrapper .image-wrapper .icon.rentingo-confirmed .path2:before {
  color: #27AE60;
}
@media (max-width: 767px) {
  .modal.disconnection-dialog .modal-dialog .disconnection-wrapper .image-wrapper {
    margin-top: 20px;
  }
}
.modal.disconnection-dialog .modal-dialog .disconnection-wrapper .modal-title {
  font-family: "Brown-Regular", Arial, sans-serif;
  display: inline-block;
  margin-bottom: 25px;
  text-align: center;
  color: #454545;
  line-height: 24px;
  margin-top: 35px;
  font-size: 24px;
  width: 100%;
}
@media (max-width: 767px) {
  .modal.disconnection-dialog .modal-dialog .disconnection-wrapper .modal-title {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
.modal.disconnection-dialog .modal-dialog .disconnection-wrapper p {
  font-size: 18px;
  font-family: "Brown-Light", Arial, sans-Serif;
  line-height: 1.5;
  color: #454545;
  margin-bottom: 20px;
  margin-top: 25px;
}
.modal.disconnection-dialog .modal-dialog .disconnection-wrapper p .bold-wrapper {
  font-family: "Brown-Bold", Arial, sans-serif;
}
@media (max-width: 767px) {
  .modal.disconnection-dialog .modal-dialog .disconnection-wrapper p {
    font-size: 14px;
  }
}
.modal.disconnection-dialog .modal-dialog .disconnection-wrapper #alert-modal-content {
  font-size: 18px;
  font-family: "Brown-Light", Arial, sans-Serif;
  line-height: 1.5;
  color: #454545;
  margin-bottom: 20px;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .modal.disconnection-dialog .modal-dialog .disconnection-wrapper #alert-modal-content {
    font-size: 14px;
  }
}
.modal.disconnection-dialog .modal-dialog .disconnection-wrapper .button-wrapper {
  text-align: center;
  margin-bottom: 25px;
  margin-top: 30px;
}
.modal.disconnection-dialog .modal-dialog .disconnection-wrapper .button-wrapper a.button {
  text-decoration: none;
  color: #ffffff;
}
.modal.disconnection-dialog .modal-dialog .disconnection-wrapper .button-wrapper a.button.link {
  text-decoration: none;
}
.modal.disconnection-dialog .modal-dialog .disconnection-wrapper .button-wrapper .button {
  font-family: "Brown-Light", Arial, sans-Serif;
  margin-bottom: 10px;
}
.modal.disconnection-dialog .modal-dialog .disconnection-wrapper .button-wrapper .button.button-grey {
  margin-left: 6px;
}
@media (max-width: 767px) {
  .modal.disconnection-dialog .modal-dialog .disconnection-wrapper .button-wrapper .button.button-grey {
    margin-left: 0;
    margin-top: 10px;
  }
}
.modal.disconnection-dialog .modal-dialog .disconnection-wrapper button.close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0px 10px;
  opacity: 1;
  color: #bfbfbf;
}
.modal.disconnection-dialog .modal-dialog .disconnection-wrapper button.close span {
  font-size: 30px;
}
.modal.disconnection-dialog .modal-dialog .disconnection-wrapper button.close:hover {
  color: #454545;
}
.modal.disconnection-dialog .modal-dialog .disconnection-wrapper button.close:focus {
  outline: none;
}
@media (max-width: 767px) {
  .modal.disconnection-dialog .modal-dialog .disconnection-wrapper {
    padding: 25px 30px;
  }
  .modal.disconnection-dialog .modal-dialog .disconnection-wrapper p {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
.modal.disconnection-dialog .modal-dialog .disconnection-wrapper ul {
  margin-top: 30px;
  padding-left: 0;
}
.modal.disconnection-dialog .modal-dialog .disconnection-wrapper ul .modal-messages {
  list-style: none;
  font-family: "Brown-Light", Arial, sans-serif;
  font-size: 18px;
  color: #4387e7;
}
.modal.disconnection-dialog .no-link {
  color: #454545;
}
.modal.disconnection-dialog .no-link.hover,
.modal.disconnection-dialog .no-link:hover,
.modal.disconnection-dialog .no-link:focus {
  color: #454545;
}
.modal.disconnection-dialog[data-modal-name="messages-modal"] .modal-dialog .disconnection-wrapper {
  padding: 45px 55px 25px;
}
@media (max-width: 767px) {
  .modal.disconnection-dialog[data-modal-name="messages-modal"] .modal-dialog .disconnection-wrapper {
    padding: 20px;
  }
}
.modal.disconnection-dialog[data-modal-name="messages-modal"] .modal-dialog .disconnection-wrapper #alert-modal-buttons {
  display: flex;
  justify-content: space-between;
}
.modal.disconnection-dialog[data-modal-name="messages-modal"] .modal-dialog .disconnection-wrapper #alert-modal-buttons .button {
  width: 48%;
}
#changeEmailModal.modal.large-dialog .large-content,
#changeTelephonePopup.modal.large-dialog .large-content {
  font-size: 16px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #changeEmailModal.modal.large-dialog .large-content,
  #changeTelephonePopup.modal.large-dialog .large-content {
    margin: 20px auto;
  }
}
#changeEmailModal.modal.large-dialog .modal-dialog,
#changeTelephonePopup.modal.large-dialog .modal-dialog {
  margin: 30px auto 0!important;
}
@media (max-width: 767px) {
  #changeEmailModal.modal.large-dialog .modal-dialog,
  #changeTelephonePopup.modal.large-dialog .modal-dialog {
    width: 329px;
  }
}
#changeEmailModal.modal.large-dialog .modal-dialog .modal-body.large-wrapper,
#changeTelephonePopup.modal.large-dialog .modal-dialog .modal-body.large-wrapper {
  padding: 40px 55px 50px;
}
@media (max-width: 767px) {
  #changeEmailModal.modal.large-dialog .modal-dialog .modal-body.large-wrapper,
  #changeTelephonePopup.modal.large-dialog .modal-dialog .modal-body.large-wrapper {
    padding: 40px 30px;
  }
}
#changeEmailModal.modal.large-dialog .modal-dialog .modal-body.large-wrapper .modal-title,
#changeTelephonePopup.modal.large-dialog .modal-dialog .modal-body.large-wrapper .modal-title {
  font-size: 30px;
}
@media (max-width: 767px) {
  #changeEmailModal.modal.large-dialog .modal-dialog .modal-body.large-wrapper .modal-title,
  #changeTelephonePopup.modal.large-dialog .modal-dialog .modal-body.large-wrapper .modal-title {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #changeEmailModal.modal.large-dialog .inner-input-wrapper,
  #changeTelephonePopup.modal.large-dialog .inner-input-wrapper {
    width: 175px;
  }
}
#changeEmailModal.modal.large-dialog .button,
#changeTelephonePopup.modal.large-dialog .button {
  background: linear-gradient(0deg, #4386E5 0%, #3D81DD 16.77%, #2F76CD 64.04%, #2A72C7 100%);
}
@media (max-width: 767px) {
  #changeEmailModal.modal.large-dialog .button,
  #changeTelephonePopup.modal.large-dialog .button {
    margin: 0 auto;
    font-size: 14px;
  }
}
/*# sourceMappingURL=disconnect-accunt-modal.css.map */
.rating-modal-wrapper .modal.fade:not(.in) .modal-dialog {
  -webkit-transform: translate3d(25%, 0, 0);
  transform: translate3d(25%, 0, 0);
}
.rating-modal-wrapper .modal {
  padding-right: 0 !important;
}
.rating-modal-wrapper .modal .modal-dialog {
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}
.rating-modal-wrapper .modal .modal-dialog .modal-content {
  box-shadow: none !important;
}
@media (min-width: 768px) {
  .rating-modal-wrapper .modal .modal-dialog .modal-content .close {
    position: absolute;
    left: -35px;
    top: 25px;
    z-index: 1041;
    background-color: #4387e7;
    opacity: 1;
    border-radius: 5px 0 0 5px;
  }
  .rating-modal-wrapper .modal .modal-dialog .modal-content .close:hover {
    background-color: #2c79e4;
  }
  .rating-modal-wrapper .modal .modal-dialog .modal-content .close:active {
    background-color: #1c6bdb;
  }
  .rating-modal-wrapper .modal .modal-dialog .modal-content .close > span {
    display: none;
  }
  .rating-modal-wrapper .modal .modal-dialog .modal-content .close > i {
    color: white;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .rating-modal-wrapper .modal .modal-dialog .modal-content .close {
    float: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    font-size: 26px;
  }
  .rating-modal-wrapper .modal .modal-dialog .modal-content .close > span {
    padding: 10px;
  }
}
.rating-modal-wrapper .modal .modal-dialog .modal-content .modal-body {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .rating-modal-wrapper .modal .modal-dialog .modal-content .modal-body {
    padding: 30px 20px;
  }
}
.modal-backdrop.in {
  opacity: 0.3;
}
/*# sourceMappingURL=rating-modal-skeleton.css.map */
.rating-stars i.icon {
  color: #eca94f;
  margin-right: 0.2em;
  vertical-align: middle;
}
.rating-stars i.icon:last-child {
  margin-right: 0;
}
.rating-value {
  color: #454545;
  font-size: 0.85em;
  vertical-align: middle;
  font-family: "Brown-Light", Arial, sans-serif;
}
@media (max-width: 767px) {
  .rating-value {
    font-family: "Brown-Regular", Arial, sans-serif;
  }
}
.modal-body {
  padding-top: 15px;
}
.stars-block {
  background-color: #f2f2f2;
  padding: 1px 13px 6px;
  margin-top: 20px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .stars-block {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 10px;
    border-radius: 0;
  }
}
.stars-block .rating-table-wrapper {
  display: table;
  width: 100%;
  height: 25px;
  margin: 15px 0;
}
.stars-block .rating-table-wrapper:last-child {
  height: auto;
}
.stars-block .rating-table-wrapper .rating-question {
  font-family: "Brown-Light", Arial, sans-Serif;
  vertical-align: top;
  padding-right: 10px;
  display: table-cell;
  font-size: 14px;
  color: #454545;
  width: 50%;
}
@media (max-width: 767px) {
  .stars-block .rating-table-wrapper .rating-question {
    width: 100%;
  }
}
.stars-block .rating-table-wrapper .stars-cell {
  vertical-align: top;
  display: table-cell;
  text-align: right;
  width: 50%;
  white-space: nowrap;
}
.stars-block .rating-table-wrapper .stars-cell .rating-stars {
  font-size: 14px;
}
.stars-block .rating-table-wrapper .stars-cell .rating-stars i:nth-child(5) {
  margin-right: 0;
}
.header-block {
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .header-block {
    padding-bottom: 20px;
  }
}
.header-block .table-wrapper {
  display: table;
}
@media (max-width: 767px) {
  .header-block .table-wrapper {
    display: block;
  }
}
.header-block .table-wrapper .image-position-wrapper {
  display: table-cell;
  width: 100px;
}
@media (max-width: 767px) {
  .header-block .table-wrapper .image-position-wrapper {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.header-block .table-wrapper .image-position-wrapper .match-index-image-wrapper {
  height: 100px;
  width: 100%;
}
@media (max-width: 767px) {
  .header-block .table-wrapper .image-position-wrapper .match-index-image-wrapper {
    margin-bottom: 15px;
  }
}
.header-block .table-wrapper .image-position-wrapper .match-index-image-wrapper .original.preview {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.header-block .table-wrapper .name-description-wrapper {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .header-block .table-wrapper .name-description-wrapper {
    display: block;
    text-align: center;
    padding-left: 0;
  }
}
.header-block .table-wrapper .name-description-wrapper .name-info {
  font-size: 21px;
  font-family: "Brown-Regular", Arial, sans-serif;
  color: #4387e7;
  position: relative;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .header-block .table-wrapper .name-description-wrapper .name-info {
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
  }
}
.header-block .table-wrapper .name-description-wrapper .name-info span {
  vertical-align: middle;
  display: inline-block;
  line-height: 25px;
}
.header-block .table-wrapper .name-description-wrapper .name-info .icon {
  color: #454545;
  font-size: 21px;
  margin-left: 3px;
}
@media (max-width: 767px) {
  .header-block .table-wrapper .name-description-wrapper .name-info .icon {
    font-size: 18px;
  }
}
.header-block .table-wrapper .name-description-wrapper .name-info .icon .rentingo-male {
  font-size: 17px;
}
@media (max-width: 767px) {
  .header-block .table-wrapper .name-description-wrapper .name-info .icon .rentingo-male {
    font-size: 14px;
    text-align: center;
  }
}
.header-block .table-wrapper .name-description-wrapper .nation {
  font-size: 14px;
  font-family: "Brown-Regular", Arial, sans-serif;
  color: #454545;
  line-height: 10px;
  margin-bottom: 7px;
}
.header-block .table-wrapper .name-description-wrapper .usertype {
  font-size: 14px;
  font-family: "Brown-Regular", Arial, sans-serif;
  color: #454545;
  line-height: 18px;
  margin-bottom: 15px;
}
.header-block .table-wrapper .name-description-wrapper .usertypes{
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  padding-right: 17px;
}
.header-block .table-wrapper .name-description-wrapper .usertypes.usertype-home_management{
  background-image: url('/images/userTypes/homemanagement.png');
}
.header-block .table-wrapper .name-description-wrapper .usertypes.usertype-owner{
  background-image: url('/images/userTypes/owner.png');
}
.header-block .table-wrapper .name-description-wrapper .usertypes.usertype-agency{
  background-image: url('/images/userTypes/agent.png');
}

@media (max-width: 767px) {
  .header-block .table-wrapper .name-description-wrapper .nation {
    font-size: 12px;
    text-align: center;
    margin-bottom: 0;
  }
}
.header-block .table-wrapper .name-description-wrapper .nation span {
  padding-right: 7px;
  vertical-align: top;
  position: relative;
  top: -2px;
}
.header-block .table-wrapper .name-description-wrapper .nation span img {
  vertical-align: top;
  position: relative;
  top: 2px;
}
.header-block .classification {
  font-family: "Brown-Regular", Arial, sans-serif;
  font-size: 18px;
  color: #4387e7;
}
@media (max-width: 767px) {
  .header-block .classification {
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
  }
}
.header-block .sum-rating {
  color: #999999;
  font-size: 14px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  font-family: "Brown-Light", Arial, sans-Serif;
}
@media (max-width: 767px) {
  .header-block .sum-rating {
    display: block;
    text-align: center;
    margin-bottom: 5px;
    padding-left: 0;
  }
}
.header-block .rating-stars {
  font-size: 14px;
}
@media (max-width: 767px) {
  .header-block .rating-stars {
    display: block;
    font-size: 23px;
    text-align: center;
  }
}
.header-block .average-rates {
  font-family: "Brown-Regular", Arial, sans-Serif;
  font-size: 14px;
  color: #454545;
}
@media (max-width: 767px) {
  .header-block .average-rates {
    text-align: center;
  }
}
.landlord-more-info-block {
  font-family: "Brown-Regular", Arial, sans-serif;
  font-size: 14px;
  color: #454545;
  text-align: center;
  margin-top: 20px;
  border: 1px solid #454545;
  border-radius: 3px;
  padding-top: 5px;
}
.landlord-more-info-block i {
  font-size: 27px;
  line-height: 15px;
}
.landlord-more-info-block-desktop {
  font-family: Brown-Regular, Arial, sans-serif;
  font-size: 18px;
  color: #454545;
  text-align: left;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .landlord-more-info-block-desktop {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .collaps {
    display: block!important;
  }
}
@media (max-width: 767px) {
  .collaps {
    display: none;
  }
}
.landlord-data-wrapper {
  padding: 30px 15px 0 0;
  border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 767px) {
  .landlord-data-wrapper {
    padding: 20px 0 0 0;
  }
}
.landlord-data-wrapper .smaller-type-info {
  padding-left: 18px;
}
.landlord-data-wrapper .smaller-type-info .left-cell {
  display: table-cell;
  text-align: right;
  width: 60%;
}
.landlord-data-wrapper .smaller-type-info .left-cell li {
  padding-bottom: 15px;
  color: #454545;
  text-align: left;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .landlord-data-wrapper .smaller-type-info .left-cell li {
    padding-bottom: 20px;
  }
}
.landlord-data-wrapper .left-side-info {
  display: table;
  width: 100%;
}
.landlord-data-wrapper .left-side-info > div {
  display: table-cell;
  text-align: right;
}
.landlord-data-wrapper .normal-text {
  font-size: 16px;
  font-family: "Brown-Light", Arial, sans-serif;
  color: #454545;
  line-height: 1.5;
}
.landlord-data-wrapper .normal-text.masked {
  font-size: 10px;
  color: #999999;
  background-color: #999999;
}
.landlord-data-wrapper .normal-text p {
  font-size: 18px;
  font-family: "Brown-Light", Arial, sans-serif;
  color: #454545;
  line-height: 19px;
}
@media (max-width: 767px) {
  .landlord-data-wrapper .normal-text {
    font-size: 14px;
    line-height: 15px;
  }
}
.landlord-description-block {
  padding: 25px 15px 20px 10px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 16px;
  font-family: "Brown-Light", Arial, sans-Serif;
  color: #454545;
}
.landlord-description-block.masked {
  font-size: 16px;
  color: #999999;
  line-height: 27px;
  word-break: break-word;
}
@media (max-width: 767px) {
  .landlord-description-block {
    border: none;
    padding: 15px 0;
    font-size: 14px;
  }
}
.all-opinion-wrapper {
  background-color: #f2f2f2;
  padding: 17px 20px 1px 10px;
  border-radius: 3px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .all-opinion-wrapper {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 25px 25px 25px;
  }
}
.all-opinion-wrapper .rating-comments-box {
  width: 100%;
}
@media (max-width: 767px) {
  .all-opinion-wrapper .rating-comments-box {
    width: auto;
    padding-top: 20px;
    padding-bottom: 5px;
  }
}
.all-opinion-wrapper .rating-comments-box .opinion-table-wrapper {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .all-opinion-wrapper .rating-comments-box .opinion-table-wrapper {
    width: auto;
    display: block;
    margin-bottom: 0;
  }
}
.all-opinion-wrapper .rating-comments-box .opinion-table-wrapper .commenter-block {
  display: table-cell;
  text-align: center;
  vertical-align: top;
}
@media (max-width: 767px) {
  .all-opinion-wrapper .rating-comments-box .opinion-table-wrapper .commenter-block {
    width: auto;
    display: block;
    text-align: left;
    margin-bottom: 20px;
  }
}
.all-opinion-wrapper .rating-comments-box .opinion-table-wrapper .commenter-block .letter {
  font-size: 21px;
  font-family: "Brown-Regular", Arial, sans-serif;
  color: #ffffff;
  background-color: #999999;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  width: 40px;
  margin: 0 auto;
}
.all-opinion-wrapper .rating-comments-box .opinion-table-wrapper .commenter-block .name-n-age {
  font-size: 14px;
  font-family: "Brown-Light", Arial, sans-Serif;
  color: #454545;
}
.all-opinion-wrapper .rating-comments-box .opinion-table-wrapper .commenter-block .nation {
  font-size: 12px;
  font-family: "Brown-Light", Arial, sans-Serif;
  color: #454545;
  margin-bottom: 3px;
  line-height: 15px;
}
@media (max-width: 767px) {
  .all-opinion-wrapper .rating-comments-box .opinion-table-wrapper .commenter-block .nation {
    font-size: 14px;
  }
}
.all-opinion-wrapper .rating-comments-box .opinion-table-wrapper .commenter-block .nation span {
  padding-right: 7px;
}
.all-opinion-wrapper .rating-comments-box .opinion-table-wrapper .commenter-block .nation span img {
  vertical-align: top;
  position: relative;
  top: 2px;
  height: 10px;
}
.all-opinion-wrapper .rating-comments-box .opinion-table-wrapper .commenter-block .sum-rates {
  font-family: "Brown-Light", Arial, sans-Serif;
  font-size: 12px;
  color: #999999;
}
.all-opinion-wrapper .rating-comments-box .opinion-table-wrapper .comment-block {
  display: table-cell;
  background-color: #ffffff;
  width: 405px;
  font-family: "Brown-Light", Arial, sans-Serif;
  font-size: 14px;
  color: #454545;
  padding: 6px 14px;
  border-radius: 3px;
  position: relative;
}
@media (max-width: 767px) {
  .all-opinion-wrapper .rating-comments-box .opinion-table-wrapper .comment-block {
    width: auto;
    display: block;
  }
}
.all-opinion-wrapper .rating-comments-box .opinion-table-wrapper .comment-block .comment-date {
  font-family: "Brown-Light-Italic", Arial, sans-serif;
  color: #999999;
  margin-top: 10px;
}
.all-opinion-wrapper .rating-comments-box .opinion-table-wrapper .comment-block:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 15px;
  background-color: #ffffff;
  width: 20px;
  height: 20px;
  right: auto;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotate(45deg);
}
@media (max-width: 767px) {
  .all-opinion-wrapper .rating-comments-box .opinion-table-wrapper .comment-block:after {
    top: -10px;
    left: 35px;
  }
}
.all-opinion-wrapper .rating-comments-box .answer-block {
  width: 380px;
  background-color: #4387e7;
  color: #ffffff;
  margin-left: auto;
  font-family: "Brown-Light", Arial, sans-Serif;
  font-size: 14px;
  border-radius: 3px;
  margin-bottom: 25px;
  padding: 6px 14px;
  position: relative;
}
@media (max-width: 767px) {
  .all-opinion-wrapper .rating-comments-box .answer-block {
    width: auto;
  }
}
.all-opinion-wrapper .rating-comments-box .answer-block .comment-date {
  font-family: "Brown-Light-Italic", Arial, sans-serif;
  color: #ffffff;
  margin-top: 10px;
}
.all-opinion-wrapper .rating-comments-box .answer-block:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 15px;
  background-color: #4387e7;
  width: 20px;
  height: 20px;
  right: -20px;
  left: auto;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotate(45deg);
}
@media (max-width: 767px) {
  .all-opinion-wrapper .rating-comments-box .answer-block:after {
    top: -10px;
    right: 15px;
  }
}
.rating-modal-wrapper .no-rating {
  font-size: 18px;
  line-height: 17px;
  color: #4387e7;
  margin: 15px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .rating-modal-wrapper .no-rating {
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .rating-modal-wrapper .no-rating {
    text-align: center;
    margin: 5px 0 30px;
    font-size: 14px;
    line-height: 13px;
  }
}
#ownerModal hr,
#residentTenantModal hr,
#residentRoommateModal hr {
  margin: 0!important;
}
@media (max-width: 767px) {
  #ownerModal div.your-ratings,
  #residentTenantModal div.your-ratings,
  #residentRoommateModal div.your-ratings {
    padding: 20px 0 10px;
  }
}
@media (max-width: 767px) {
  #ownerModal .property-ratings,
  #residentTenantModal .property-ratings,
  #residentRoommateModal .property-ratings {
    margin: 20px 0 10px;
  }
  #ownerModal .property-ratings .ratings-wrapper,
  #residentTenantModal .property-ratings .ratings-wrapper,
  #residentRoommateModal .property-ratings .ratings-wrapper {
    margin-bottom: 10px;
  }
}
#ownerModal .your-ratings .title h4,
#residentTenantModal .your-ratings .title h4,
#residentRoommateModal .your-ratings .title h4,
#ownerModal .property-ratings .title h4,
#residentTenantModal .property-ratings .title h4,
#residentRoommateModal .property-ratings .title h4 {
  margin: 20px 0;
  font-family: Brown-Regular, Arial, sans-serif;
}
@media (max-width: 767px) {
  #ownerModal .your-ratings .title h4,
  #residentTenantModal .your-ratings .title h4,
  #residentRoommateModal .your-ratings .title h4,
  #ownerModal .property-ratings .title h4,
  #residentTenantModal .property-ratings .title h4,
  #residentRoommateModal .property-ratings .title h4 {
    margin: 0 auto 0;
    text-align: center;
  }
}
#ownerModal .your-ratings .title .rating,
#residentTenantModal .your-ratings .title .rating,
#residentRoommateModal .your-ratings .title .rating,
#ownerModal .property-ratings .title .rating,
#residentTenantModal .property-ratings .title .rating,
#residentRoommateModal .property-ratings .title .rating {
  text-align: right;
  margin: 20px 0;
  line-height: 18px;
}
@media (max-width: 767px) {
  #ownerModal .your-ratings .title .rating,
  #residentTenantModal .your-ratings .title .rating,
  #residentRoommateModal .your-ratings .title .rating,
  #ownerModal .property-ratings .title .rating,
  #residentTenantModal .property-ratings .title .rating,
  #residentRoommateModal .property-ratings .title .rating {
    margin: 5px auto 20px;
    text-align: center;
  }
}
#ownerModal .your-ratings .subtitle,
#residentTenantModal .your-ratings .subtitle,
#residentRoommateModal .your-ratings .subtitle,
#ownerModal .property-ratings .subtitle,
#residentTenantModal .property-ratings .subtitle,
#residentRoommateModal .property-ratings .subtitle {
  margin: 0 0 20px 0;
}
@media (max-width: 767px) {
  #ownerModal .header-block,
  #residentTenantModal .header-block,
  #residentRoommateModal .header-block {
    padding: 0;
  }
  #ownerModal .average-rates-wrapper,
  #residentTenantModal .average-rates-wrapper,
  #residentRoommateModal .average-rates-wrapper {
    padding: 0 0 15px 0;
  }
  #ownerModal .average-rates-wrapper .average-rates,
  #residentTenantModal .average-rates-wrapper .average-rates,
  #residentRoommateModal .average-rates-wrapper .average-rates {
    margin: 0 0 5px 0;
  }
}
/*# sourceMappingURL=rating-modal.css.map */
.discriminatory-block{
  margin-top: 25px;
  margin-left: 9px;
  display: flex
}
.discriminatory-title{
  color: #454545;
  font-size: 16px;
  font-family: Brown-Regular, Arial, sans-serif;
  line-height: 1;
  margin-left: 5px;
}
.discriminatory-desc{
  font-size: 14px;
  padding-right: 15px;
  color: #999999;
  margin-left: 5px;
  font-family: Brown-Light, Arial, sans-serif;
}
.discriminatory-image{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}
.discriminatory-text{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.endpage-rating-button-wrapper {
  text-align: right;
}
.endpage-rating-button-wrapper.tenant-mobile {
  margin-top: 20px;
}
.endpage-rating-button-wrapper button {
  /*========= Roommate endpage ===================== */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  min-width: 204px;
  min-height: 54px;
  cursor: pointer;
  background: #FFFFFF;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  border-radius: 3px 3px 0px 0px;
  outline: none!important;
  min-width: 400px;
}
@media (max-width: 767px) {
  .endpage-rating-button-wrapper button {
    min-width: 0;
    width: 100%;
  }
}
.endpage-rating-button-wrapper button .caption,
.endpage-rating-button-wrapper button .star-holder,
.endpage-rating-button-wrapper button .rating-counter {
  line-height: 15px;
}
.endpage-rating-button-wrapper button .caption {
  color: #454545;
  font-size: 14px;
  margin-top: 2px;
  font-family: "Brown-Light", Arial, sans-Serif;
}
.endpage-rating-button-wrapper button .star-holder {
  font-size: 16px;
  color: #faaa41;
}
.endpage-rating-button-wrapper button .star-holder .rating-stars {
  cursor: pointer;
}
.endpage-rating-button-wrapper button .rating-counter {
  font-size: 10px;
  font-family: "Brown-Light", Arial, sans-Serif;
  color: #999999;
}
.endpage-rating-button-wrapper button .caret-holder i {
  font-size: 20px;
  line-height: 20px;
  color: #4387e7;
}
.endpage-rating-button-wrapper.propertys {
  display: inline-block;
  margin-bottom: -1px;
  margin-top: -8px;
  float: right;
}
@media (max-width: 991px) {
  .endpage-rating-button-wrapper.propertys {
    display: none;
  }
}
.endpage-rating-button-wrapper.propertys.mobile {
  display: none;
}
@media (max-width: 991px) {
  .endpage-rating-button-wrapper.propertys.mobile {
    display: inline-block;
    margin-top: 10px;
    float: none;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .endpage-rating-button-wrapper.propertys.mobile {
    display: block;
    margin-top: 10px;
    float: none;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .endpage-rating-button-wrapper.propertys button {
    min-width: 100%;
  }
}
@media (max-width: 767px) {
  .endpage-rating-button-wrapper.propertys button {
    min-width: 100%;
  }
}
.endpage-rating-button-wrapper.propertys button .caption,
.endpage-rating-button-wrapper.propertys button .star-holder,
.endpage-rating-button-wrapper.propertys button .rating-counter {
  line-height: 13px;
}
.endpage-rating-button-wrapper.propertys button .double-wrapper {
  display: table;
  width: 100%;
}
.endpage-rating-button-wrapper.propertys button .double-wrapper .star-holder {
  font-size: 10px;
}
.endpage-rating-button-wrapper.propertys button .double-wrapper .star-holder .rating-stars i.icon {
  vertical-align: middle;
}
.endpage-rating-button-wrapper.propertys button .double-wrapper .left-side {
  vertical-align: middle;
  display: table-cell;
  width: 50%;
}
.endpage-rating-button-wrapper.propertys button .double-wrapper .right-side {
  border-left: 1px solid #dcdcdc;
  vertical-align: middle;
  display: table-cell;
  width: 50%;
}
.endpage-rating-button-wrapper .profile-thumb {
  border-radius: 50%;
  margin: -3px 0 0 7px;
  width: 28px;
  height: 28px;
}
.endpage-rating-button-wrapper .last-name {
  font-size: 14px;
  font-family: Brown-Regular;
  margin: 0 0 0 8px;
  line-height: 1;
}
.endpage-rating-button-wrapper .grey-text {
  font-family: Brown-Light, Arial, sans-serif;
  font-size: 14px;
  margin-left: 10px;
  color: #808080;
  line-height: 1;
}
@media (min-width: 992px) {
  button[data-target="#ownerModal"] {
    border-bottom: 0;
  }
}
button[data-target="#ownerModal"] .profile-thumb {
  display: block;
}
.flex {
  display: flex;
  align-items: center;
}
/*# sourceMappingURL=endpage-rating-buttons.css.map */
#property-errors .errors-wrapper,
#premium-fields-modal .errors-wrapper {
  width: 100%;
  max-width: 350px;
  margin: auto;
  border: 0;
}
#property-errors .error-column,
#premium-fields-modal .error-column {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
}
#property-errors .error-column:nth-child(odd),
#premium-fields-modal .error-column:nth-child(odd) {
  background: #F2F2F2;
}
#property-errors .close,
#premium-fields-modal .close {
  position: absolute;
  right: 15px;
  top: 8px;
}
#property-errors .top-icon,
#premium-fields-modal .top-icon {
  margin-bottom: 20px;
}
#property-errors .modal-dialog,
#premium-fields-modal .modal-dialog {
  width: 95%;
  max-width: 600px;
}
#property-errors .subtitle-wrapper,
#premium-fields-modal .subtitle-wrapper {
  margin-top: 20px;
  margin-bottom: 13px;
}
#property-errors .description-wrapper,
#premium-fields-modal .description-wrapper {
  margin: 25px auto;
  color: #808080;
}
#property-errors h2,
#premium-fields-modal h2 {
  font-size: 28px;
}
#property-errors .cta-wrapper,
#premium-fields-modal .cta-wrapper {
  margin-top: 32px;
}
#property-errors .cta-wrapper .cta,
#premium-fields-modal .cta-wrapper .cta {
  margin: 10px 0;
}
#property-errors .cta-wrapper .btn-white,
#premium-fields-modal .cta-wrapper .btn-white {
  padding: 5px 0;
}
#property-errors .cta-wrapper .link-block,
#premium-fields-modal .cta-wrapper .link-block {
  margin-top: 15px;
}
#property-errors .cta-wrapper .link,
#premium-fields-modal .cta-wrapper .link {
  cursor: pointer;
}
#property-errors .button,
#premium-fields-modal .button {
  width: 100%;
  font-size: 14px;
}
#property-errors .button-small-padding,
#premium-fields-modal .button-small-padding {
  padding: 5px 15px;
}
#property-errors .premium-errors,
#premium-fields-modal .premium-errors {
  padding: 20px;
  background-color: #F24B6A;
  color: white;
}
#property-errors .premium-errors .premium-icon-wrapper,
#premium-fields-modal .premium-errors .premium-icon-wrapper {
  width: 150px;
}
#property-errors p,
#premium-fields-modal p {
  font-size: 20px;
  line-height: 25px;
}
#property-errors .later,
#premium-fields-modal .later {
  font-size: 18px;
}
#property-errors .color--grey7,
#premium-fields-modal .color--grey7 {
  color: #7f7f7f;
}
#property-errors .font-weight--bold,
#premium-fields-modal .font-weight--bold {
  font-weight: bold;
}
#property-errors .flex,
#premium-fields-modal .flex {
  display: flex;
}
#property-errors .align-items-center,
#premium-fields-modal .align-items-center {
  align-items: center;
}
#property-errors .justify-content-center,
#premium-fields-modal .justify-content-center {
  justify-content: center;
}
#property-errors .justify-content-stretch,
#premium-fields-modal .justify-content-stretch {
  justify-content: stretch;
}
#property-errors .modal-body,
#premium-fields-modal .modal-body {
  padding: 35px 55px !important;
}
@media (max-width: 767px) {
  #property-errors .modal-body,
  #premium-fields-modal .modal-body {
    text-align: center;
    padding: 35px 25px !important;
  }
}
#property-errors .modal-body.wide,
#premium-fields-modal .modal-body.wide {
  padding: 35px 25px !important;
}
@media (max-width: 767px) {
  #property-errors .modal-body.wide,
  #premium-fields-modal .modal-body.wide {
    text-align: center;
  }
}
#property-errors .modal-body.narrow,
#premium-fields-modal .modal-body.narrow {
  padding: 35px 95px !important;
}
@media (max-width: 767px) {
  #property-errors .modal-body.narrow,
  #premium-fields-modal .modal-body.narrow {
    text-align: center;
    padding: 35px 25px !important;
  }
}
@media (max-width: 767px) {
  #property-errors .premium-title-wrapper,
  #premium-fields-modal .premium-title-wrapper {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #property-errors .premium-title-wrapper,
  #premium-fields-modal .premium-title-wrapper {
    display: table;
  }
}
@media (min-width: 768px) {
  #property-errors .premium-title-wrapper .icon,
  #premium-fields-modal .premium-title-wrapper .icon {
    display: table-cell;
    table-layout: auto;
    width: 1px;
  }
}
#property-errors .premium-title-wrapper .title,
#premium-fields-modal .premium-title-wrapper .title {
  font-size: 20px;
}
@media (max-width: 767px) {
  #property-errors .premium-title-wrapper .title,
  #premium-fields-modal .premium-title-wrapper .title {
    margin-top: 8px;
  }
}
@media (min-width: 768px) {
  #property-errors .premium-title-wrapper .title,
  #premium-fields-modal .premium-title-wrapper .title {
    padding-left: 27px;
    vertical-align: middle;
    display: table-cell;
  }
}
#property-errors.successful-modal .modal-body {
  padding: 24px!important;
}
@media (max-width: 991px) {
  #property-errors.successful-modal .modal-body {
    padding-bottom: 10px!important;
  }
}
#property-errors.successful-modal h2 {
  font-size: 22px;
  line-height: 24px;
  margin-top: 10px;
}
#property-errors.successful-modal h4 {
  font-size: 16px;
  line-height: 22px;
  font-family: Brown-Light, Arial, sans-Serif;
}
#property-errors.successful-modal .title-wrapper p {
  font-size: 16px;
  line-height: 22px;
  color: #454545;
}
#property-errors.successful-modal .description-wrapper {
  color: #454545;
  margin-top: 10px;
}
@media (max-width: 991px) {
  #property-errors.successful-modal .description-wrapper {
    margin-bottom: 0;
  }
}
#property-errors.successful-modal .description-wrapper p {
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 991px) {
  #property-errors.successful-modal .cta-wrapper {
    margin-top: 20px;
  }
}
#property-errors.successful-modal .button {
  height: 44px;
  border-radius: 8px;
  font-size: 18px;
  line-height: 22px;
  color: #999999;
  padding: 9px 5px;
  cursor: pointer;
}
#property-errors.successful-modal .button__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  color: white;
}
@media (max-width: 991px) {
  #property-errors.successful-modal .button__flex {
    margin-bottom: 16px;
  }
}
#property-errors.successful-modal .rentingo-megaphone {
  font-size: 27px;
  margin-right: 5px;
}
.registration-error-modal .description-wrapper {
  text-align: center;
}
.property-edit .premium-property {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .property-edit .premium-property {
    margin: 7px 0 0;
  }
}
.mt-10 {
  margin-top: 10px;
}
/*# sourceMappingURL=premium-modal.css.map */
#layout-rating h1 {
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  #layout-rating h1 {
    margin: 35px auto 0;
    color: #faaa41;
    text-transform: capitalize;
  }
}
#layout-rating .icon.rentingo-tooltip-empty {
  margin: 0 15px 0 0;
  font-size: 20px;
}
@media (max-width: 767px) {
  #layout-rating .icon.rentingo-tooltip-empty {
    display: none;
  }
}
#layout-rating p {
  font-size: 16px;
  line-height: 1.5;
}
.profile-picture--rounded {
  border-radius: 50%;
}
.color--blue {
  color: #4387e7;
}
.color--grey6 {
  color: #454545;
}
.absolute-icon {
  font-size: 28px;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .absolute-icon {
    position: static;
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
}
section {
  position: relative;
}
.extra-padding {
  padding: 0 0 0 35px;
}
@media (max-width: 767px) {
  .extra-padding {
    padding: 0;
  }
}
@media (max-width: 767px) {
  section.user-ratings {
    margin: 20px 0;
  }
}
section.user-ratings .title h4 {
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  section.user-ratings .title h4 {
    font-size: 14px;
  }
}
.user-rating-cards .card {
  display: flex;
  flex-flow: column;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 15px 40px 15px;
  overflow: hidden;
  position: relative;
}
.user-rating-cards .card .icon.gender {
  color: #454545;
  font-size: 19px;
  vertical-align: bottom;
  margin-left: 10px;
}
.user-rating-cards .card .address {
  font-family: Brown-Light, Arial, sans-serif;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .user-rating-cards .card {
    padding: 15px;
  }
}
.user-rating-cards .card .rating-form {
  display: none;
}
.user-rating-cards .card .top {
  width: 100%;
  display: flex;
}
.user-rating-cards .card .bottom {
  width: 100%;
  display: block;
}
.user-rating-cards .card.opened {
  padding: 15px 40px 30px;
}
.user-rating-cards .card.opened .address {
  display: none;
}
@media (max-width: 767px) {
  .user-rating-cards .card.opened {
    flex-flow: column;
    align-items: center;
    text-align: center;
    padding: 30px 12px 40px;
  }
  .user-rating-cards .card.opened .left-bar {
    width: 100%;
  }
  .user-rating-cards .card.opened h5 {
    margin: 10px 0 0 0;
  }
  .user-rating-cards .card.opened h5.address-subtitle {
    margin: 5px auto 30px;
  }
  .user-rating-cards .card.opened .cta-buttons {
    display: flex;
    flex-flow: column-reverse;
    margin: 0;
  }
  .user-rating-cards .card.opened .cta-buttons button {
    margin: 20px auto 0;
    outline: none;
  }
  .user-rating-cards .card.opened .cta-buttons button.button {
    width: 100%;
    max-width: 260px;
  }
}
.user-rating-cards .card.opened .opened-subtitle {
  display: block;
}
@media (max-width: 767px) {
  .user-rating-cards .card.opened .opened-subtitle {
    margin-top: 10px;
  }
}
.user-rating-cards .card.opened .closed-subtitle {
  display: none;
}
@media (max-width: 767px) {
  .user-rating-cards .card.opened .top {
    display: block;
  }
}
.user-rating-cards .card .opened-subtitle {
  display: none;
}
.user-rating-cards .card .closed-subtitle {
  display: block;
}
.user-rating-cards .card > div {
  display: inline-block;
}
.user-rating-cards .card .top-bar {
  min-height: 66px;
  padding: 10px 0 0 0;
}
.user-rating-cards .card .top-bar h4 {
  margin: 0 0 5px;
}
@media (max-width: 767px) {
  .user-rating-cards .card .top-bar h4 {
    font-size: 14px;
  }
}
.user-rating-cards .card .top-bar h5 {
  margin: 0;
}
.user-rating-cards .card .left-bar {
  width: 101px;
  min-width: 101px;
  position: relative;
  display: inline-block;
}
@media (max-width: 767px) {
  .user-rating-cards .card .left-bar {
    text-align: center;
  }
}
.user-rating-cards .card .left-bar .property-picture {
  position: absolute;
  left: -20px;
}
@media (max-width: 767px) {
  .user-rating-cards .card .left-bar .property-picture {
    left: 0;
  }
}
.user-rating-cards .card .left-bar .property-picture + .profile-picture {
  margin-left: 7px;
  position: relative;
  z-index: 10;
}
.user-rating-cards .card .right-bar {
  display: inline-block;
}
.user-rating-cards .card .open-card {
  position: absolute;
  top: 30px;
  right: 40px;
}
@media (max-width: 767px) {
  .user-rating-cards .card .open-card {
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    padding: 15px;
  }
  .user-rating-cards .card .open-card .icon {
    font-size: 18px;
  }
}
.user-rating-cards .card .close-card {
  position: absolute;
  top: 15px;
  right: 15px;
  display: none;
}
.user-rating-cards .card.opened .open-card {
  display: none;
}
.user-rating-cards .card.opened .close-card {
  display: block;
  font-size: 30px;
  line-height: 15px;
  font-family: Brown-Regular;
  color: #454555;
  color: rgba(0, 0, 0, 0.2);
}
.user-rating-cards .card.opened .left-bar .property-picture {
  display: none;
}
.user-rating-cards .card.opened .left-bar .property-picture + .profile-picture {
  margin-left: 0;
}
.user-rating-cards .card img {
  border-radius: 50%;
  width: 66px;
  height: 66px;
}
.user-rating-cards .card .pointer {
  cursor: pointer;
}
.user-rating-cards form {
  margin: 15px 0 0 0;
}
@media (max-width: 767px) {
  .user-rating-cards form {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .user-rating-cards form > div {
    margin: 0 0 10px 0;
  }
}
.user-rating-cards form > div label {
  margin-left: 10px;
}
@media (max-width: 1319px) {
  .user-rating-cards form > div {
    display: block;
    overflow: hidden;
  }
  .user-rating-cards form > div > label {
    float: left;
    margin: 0 0 10px 0;
  }
  .user-rating-cards form > div > label:nth-of-type(even) {
    float: right;
  }
}
.user-rating-cards form .cta-buttons-wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .user-rating-cards form .cta-buttons-wrapper .left-bar {
    min-width: 0;
    width: 0!important;
  }
}
.user-rating-cards form .cta-buttons-wrapper .right-bar {
  width: 100%;
}
.user-rating-cards form .cta-buttons {
  margin: 30px 0 0 0;
  text-align: right;
}
@media (min-width: 768px) and (max-width: 1100px) {
  .user-rating-cards form .cta-buttons {
    display: flex;
    justify-content: space-between;
  }
}
.user-rating-cards form .cta-buttons button {
  margin: 0 0 0 40px;
}
@media (min-width: 768px) and (max-width: 1100px) {
  .user-rating-cards form .cta-buttons button {
    margin: 0;
  }
}
.user-rating-cards form .cta-buttons button.button {
  width: 240px;
}
.user-rating-cards input[type="checkbox"] {
  display: none;
}
.user-rating-cards input[type="checkbox"] + label {
  cursor: pointer;
  width: 180px;
  border: 1px solid #faaa41;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 14px;
  line-height: 21px;
  color: #faaa41;
  background: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px;
  margin-bottom: 10px;
  text-align: center;
  float: left;
  font-weight: normal;
  font-family: Brown-Regular;
}
@media (max-width: 767px) {
  .user-rating-cards input[type="checkbox"] + label {
    width: 48.46153846%;
    margin: 0 0 10px 0;
  }
}
.user-rating-cards input[type="checkbox"]:checked + label {
  background: #faaa41;
  color: white;
}
@media (max-width: 767px) {
  .user-rating-cards input[type="checkbox"].long + label {
    width: 100%;
  }
}
.user-rating-cards .property-wrapper,
.user-rating-cards .userratings-wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .user-rating-cards .property-wrapper,
  .user-rating-cards .userratings-wrapper {
    display: block;
  }
}
@media (max-width: 767px) {
  .user-rating-cards .property-wrapper .left-bar,
  .user-rating-cards .userratings-wrapper .left-bar {
    text-align: center;
  }
}
.user-rating-cards .property-wrapper .left-bar .property-picture,
.user-rating-cards .userratings-wrapper .left-bar .property-picture {
  display: inline!important;
  position: static;
}
.user-rating-cards .property-wrapper .right-bar,
.user-rating-cards .userratings-wrapper .right-bar {
  width: 100%;
}
.user-rating-cards .user-rates-group,
.user-rating-cards .property-rates-group {
  margin: 0 0 20px -10px;
}
@media (max-width: 767px) {
  .user-rating-cards .user-rates-group,
  .user-rating-cards .property-rates-group {
    margin: 0 0 10px 0;
  }
}
.user-rating-cards .user-rates-group > div,
.user-rating-cards .property-rates-group > div {
  overflow: hidden;
}
@media (max-width: 767px) {
  .user-rating-cards .user-rates-group > div,
  .user-rating-cards .property-rates-group > div {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
  }
}
.user-rating-cards .user-rates-group .form-error,
.user-rating-cards .property-rates-group .form-error {
  display: none;
  margin: 0 0 0 10px;
  color: #a94442;
  font-size: 12px;
  text-align: left;
}
@media (max-width: 767px) {
  .user-rating-cards .user-rates-group .form-error,
  .user-rating-cards .property-rates-group .form-error {
    margin: 0 0 10px 0;
  }
}
.user-rating-cards button.cancel {
  background: transparent;
  border: 0;
  font-size: 14px;
  color: #808080;
  font-family: Brown-Regular;
  font-style: normal;
}
.user-rating-cards button.cancel.underline {
  text-decoration: underline;
  color: #4387e7;
}
.user-rating-cards .address-title {
  margin: 20px auto 10px;
}
@media (max-width: 767px) {
  .user-rating-cards .address-title {
    font-size: 14px;
    margin: 20px auto 0;
  }
}
.user-rating-cards .address-subtitle {
  margin: 0 auto 30px;
}
.container.user-reference {
  padding: 0;
}
.container.user-reference section {
  width: 750px;
  padding: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .container.user-reference section {
    width: 100%;
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .container.user-reference h4 {
    padding: 0 30px;
  }
}
.container.user-reference section.user-block {
  padding: 70px 0 0;
}
@media (max-width: 767px) {
  .container.user-reference section.user-block {
    padding: 20px 30px 0;
  }
}
.container.user-reference section.user-block .profile-picture {
  width: 120px;
  height: 120px;
  margin: 40px auto 30px;
}
@media (max-width: 767px) {
  .container.user-reference section.user-block .profile-picture {
    margin: 20px auto;
  }
}
.container.user-reference section.user-reference-form {
  margin: 50px auto 0;
}
@media (max-width: 767px) {
  .container.user-reference section.user-reference-form {
    margin: 30px auto 0;
  }
}
.container.user-reference section.user-reference-form .form-error {
  margin: -10px 0 10px;
}
.container.user-reference section.user-reference-form #user_reference_labels {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px -10px;
}
@media (max-width: 767px) {
  .container.user-reference section.user-reference-form #user_reference_labels {
    justify-content: space-between;
    margin: 0 0 10px 0;
  }
}
.container.user-reference section.user-reference-form input[type="checkbox"] {
  display: none;
}
.container.user-reference section.user-reference-form input[type="checkbox"] + label {
  cursor: pointer;
  width: 180px;
  border: 1px solid #faaa41;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 14px;
  line-height: 21px;
  color: #faaa41;
  background: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px;
  margin-bottom: 10px;
  margin-left: 10px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .container.user-reference section.user-reference-form input[type="checkbox"] + label {
    width: 48.46153846%;
    max-width: 180px;
    margin-left: 0;
  }
}
.container.user-reference section.user-reference-form input[type="checkbox"]:checked + label {
  background: #faaa41;
  color: white;
}
.container.user-reference section.user-reference-form .email-field-wrapper {
  margin: 30px auto 0;
}
.container.user-reference section.user-reference-form .email-field-wrapper .form-error {
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .container.user-reference section.user-reference-form .email-field-wrapper {
    margin: 20px auto 0;
  }
}
.container.user-reference section.user-reference-form .email-field-wrapper p {
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .container.user-reference section.user-reference-form .email-field-wrapper p {
    margin: 0 0 20px;
  }
}
.container.user-reference section.user-reference-form .email-field-wrapper .field-wrapper {
  margin: auto;
  width: 260px;
}
.container.user-reference section.user-reference-form .email-field-wrapper input {
  height: 35px;
  left: 30px;
  background: #FFFFFF;
  border: 1px solid #bfbfbf;
  box-sizing: border-box;
  border-radius: 2px;
  width: 100%;
  padding: 0 10px;
}
.container.user-reference section.user-reference-form .email-field-wrapper label {
  display: block;
  font-size: 14px;
  text-align: left;
  font-weight: normal;
}
.container.user-reference section.user-reference-form button[type="submit"] {
  margin: 30px auto 0;
}
@media (max-width: 767px) {
  .container.user-reference section.user-reference-form button[type="submit"] {
    margin: 20px auto 0;
  }
}
.container.user-reference p {
  font-size: 16px;
}
@media (max-width: 767px) {
  .container.user-reference p {
    font-size: 14px;
  }
}
.container.user-reference-thanks {
  padding: 0!important;
}
@media (max-width: 991px) {
  .container.user-reference-thanks {
    width: 100%!important;
    background: #f2f2f2;
  }
}
.container.user-reference-thanks section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  margin: auto;
}
@media (max-width: 767px) {
  .container.user-reference-thanks section {
    padding: 0 30px;
  }
}
.container.user-reference-thanks section.thanks {
  min-height: 700px;
  background: white;
}
@media (max-width: 767px) {
  .container.user-reference-thanks section.thanks {
    min-height: 300px;
  }
}
.container.user-reference-thanks section.thanks img {
  margin: 0 0 60px;
}
@media (max-width: 767px) {
  .container.user-reference-thanks section.thanks img {
    width: 45px;
    margin: 0 0 40px;
  }
}
.container.user-reference-thanks section.thanks h3 {
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .container.user-reference-thanks section.thanks h3 {
    font-size: 18px;
    margin: 0 0 40px;
  }
}
.container.user-reference-thanks section.thanks .subtitle {
  font-size: 18px;
  font-family: "Brown-Light", Arial, sans-Serif;
}
@media (max-width: 767px) {
  .container.user-reference-thanks section.thanks .subtitle {
    font-size: 14px;
  }
}
.container.user-reference-thanks section.what-is-rentingo {
  min-height: 320px;
  background: #f2f2f2;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .container.user-reference-thanks section.what-is-rentingo {
    min-height: 280px;
  }
}
.container.user-reference-thanks section.what-is-rentingo .icon {
  font-size: 36px;
  color: #4387e7;
}
.container.user-reference-thanks section.what-is-rentingo h4 {
  margin: 20px 0;
}
.container.user-reference-thanks section.what-is-rentingo p {
  margin: 0 0 20px;
  width: 380px;
  text-align: center;
  font-size: 16px;
}
@media (max-width: 767px) {
  .container.user-reference-thanks section.what-is-rentingo p {
    font-size: 14px;
  }
}
.container.user-reference-thanks section.what-is-rentingo a {
  background: #4387e7;
  border-radius: 5px;
  height: 36px;
  line-height: 36px;
  color: white;
  padding: 0 10px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .container.user-reference-thanks section.what-is-rentingo a {
    font-size: 14px;
  }
}
.container.user-reference-thanks section.what-is-rentingo a:hover {
  background: #0077b5;
}
section.your-ratings {
  padding: 0 55px 20px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  section.your-ratings {
    padding: 0;
    margin: 20px 0 10px;
  }
}
section.your-ratings .title {
  display: flex;
  align-items: center;
  font-size: 16px;
}
@media (max-width: 767px) {
  section.your-ratings .title {
    font-size: 14px;
    flex-flow: column;
  }
}
section.your-ratings h4 {
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  section.your-ratings h4 {
    margin: 0 0 10px 0;
  }
}
section.your-ratings .subtitle {
  margin: 30px 0;
}
@media (max-width: 767px) {
  section.your-ratings .subtitle {
    margin: 20px 0;
  }
}
.ratings-wrapper {
  overflow: hidden;
  margin: 0 0 10px -15px;
}
@media (max-width: 767px) {
  .ratings-wrapper {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    margin: 0;
  }
}
.ratings-wrapper .rating-label-wrapper {
  margin: 0 0 10px 15px;
  float: left;
}
.ratings-wrapper .rating-label-wrapper > div {
  display: inline-block;
}
@media (max-width: 767px) {
  .ratings-wrapper .rating-label-wrapper {
    margin: 0 0 10px 0;
  }
  .ratings-wrapper .rating-label-wrapper.long {
    width: 100%;
  }
  .ratings-wrapper .rating-label-wrapper.long .rating-label {
    width: calc(100% - 35px);
  }
}
.ratings-wrapper .rating-count {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 21px;
  text-align: center;
  color: white;
  background: #4387e7;
  font-size: 10px;
}
.ratings-wrapper .rating-label {
  font-family: Brown-Regular, Arial, sans-Serif;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  width: 144px;
  position: relative;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 0 0 11px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.05);
}
.ratings-wrapper .rating-label .arrow {
  width: 8px;
  height: 8px;
  border-left: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  position: absolute;
  left: -4px;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
  z-index: 10;
  background: white;
}
@media (max-width: 767px) {
  .ratings-wrapper .rating-label {
    width: 31.25vw;
    margin: 0 0 0 10px;
  }
}
section.user-answer-information {
  padding: 0 55px 40px;
}
@media (max-width: 767px) {
  section.user-answer-information {
    padding: 0 0 30px;
  }
}
section.user-answer-information .answer-info-wrapper {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
section.user-answer-information .answer-info-wrapper:last-of-type {
  margin: 0!important;
}
@media (max-width: 767px) {
  section.user-answer-information .answer-info-wrapper .title {
    margin: 0 0 5px 0;
  }
}
section.user-answer-information .answer-info-wrapper .info {
  color: #4387e7;
}
@media (max-width: 767px) {
  section.user-answer-information .answer-info-wrapper {
    font-size: 14px;
    flex-flow: column;
    align-items: center;
    line-height: 20px;
    margin: 0 0 5px 0;
  }
}
section.add-reference-emails {
  padding: 30px 0;
}
@media (max-width: 767px) {
  section.add-reference-emails {
    padding: 20px 0 20px 0;
  }
}
section.add-reference-emails h4 {
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  section.add-reference-emails h4 {
    margin: 0 0 20px;
  }
}
section.add-reference-emails .subtitle {
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  section.add-reference-emails .subtitle {
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  section.add-reference-emails .collection-field {
    padding-bottom: 40px;
  }
}
section.add-reference-emails .fields-wrapper {
  position: relative;
}
section.add-reference-emails .fields-wrapper .add-email {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 295px;
  cursor: pointer;
  padding: 8px 0;
  z-index: 10;
  font-size: 20px;
}
@media (max-width: 767px) {
  section.add-reference-emails .fields-wrapper .add-email {
    left: 0;
    bottom: 12px;
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 420px) {
  section.add-reference-emails .fields-wrapper .add-email {
    justify-content: left;
  }
}
section.add-reference-emails .fields-wrapper .add-email .icon-text {
  margin: 0 0 0 10px;
  font-size: 12px;
}
section.add-reference-emails .collection-field .form-row {
  position: relative;
  text-align: left;
}
@media (max-width: 767px) {
  section.add-reference-emails .collection-field .form-row {
    width: 280px;
    margin: auto;
  }
}
@media (max-width: 420px) {
  section.add-reference-emails .collection-field .form-row {
    width: 100%;
  }
  section.add-reference-emails .collection-field .form-row .remove-email {
    left: auto;
    right: 10px;
  }
}
section.add-reference-emails .collection-field .form-row:last-of-type .remove-email {
  display: none;
}
section.add-reference-emails .collection-field label {
  font-size: 14px;
  margin: 0 0 10px;
}
section.add-reference-emails .collection-field input[type="text"] {
  width: 280px;
  background: #ffffff;
  border: 1px solid #bfbfbf;
  box-sizing: border-box;
  border-radius: 2px;
  margin: 0 0 20px 0;
  height: 35px;
  padding: 0 35px 0 10px;
}
@media (max-width: 767px) {
  section.add-reference-emails .collection-field input[type="text"] {
    margin: 0 auto 20px;
    width: 100%;
  }
}
section.add-reference-emails .collection-field .remove-email {
  position: absolute;
  left: 250px;
  bottom: 8px;
  transform: rotate(45deg);
  color: #bfbfbf;
  cursor: pointer;
}
section.add-reference-emails .collection-field .icon {
  font-size: 20px;
}
section.add-reference-emails .reference-submit {
  width: 280px;
  font-size: 18px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  padding: 5px 15px 2px;
}
@media (max-width: 420px) {
  section.add-reference-emails .reference-submit {
    width: 100%;
  }
}
section.add-reference-emails .copy-link-wrapper {
  margin: 40px 0 0 0;
}
@media (max-width: 767px) {
  section.add-reference-emails .copy-link-wrapper {
    margin: 20px 0 0 0;
  }
}
section.add-reference-emails .copy-link-wrapper p {
  margin: 0 0 30px 0;
}
@media (max-width: 767px) {
  section.add-reference-emails .copy-link-wrapper p {
    margin: 0 0 20px 0;
  }
}
section.add-reference-emails .copy-link-wrapper p span {
  display: block;
}
section.add-reference-emails .copy-link-wrapper .word-wrap {
  display: block;
}
section.add-reference-emails .copy-link {
  text-transform: uppercase;
  padding: 5px 10px;
  min-width: 280px;
}
@media (max-width: 767px) {
  section.add-reference-emails form {
    text-align: center;
  }
  section.add-reference-emails form input[type="text"] {
    margin: 0 auto 20px;
  }
}
section.add-reference-emails .form-error ul {
  padding: 0;
}
section.add-reference-emails .form-error ul li {
  list-style: none;
}
.social-icon-wrapper {
  text-align: center;
}
.social-icon-wrapper a {
  border: 1px solid;
}
.social-icon-wrapper a.reference-messenger {
  border-color: #4387e7;
  color: #4387e7;
}
.social-icon-wrapper a.reference-messenger img {
  width: 16px;
}
.social-icon-wrapper a.reference-whatsapp {
  border-color: #92d36f;
  color: #92d36f;
}
.social-icon-wrapper button {
  border: 1px solid #b77897;
  color: #b77897;
  background: none;
  width: 100%;
}
.social-icon-wrapper button,
.social-icon-wrapper a {
  position: relative;
  border-radius: 5px;
  line-height: 15px;
  display: block;
  padding: 10px 15px 8px;
  text-transform: uppercase;
  font-size: 16px;
  max-width: 280px;
  margin: 0 auto 15px;
}
@media (max-width: 420px) {
  .social-icon-wrapper button,
  .social-icon-wrapper a {
    max-width: 100%;
  }
}
.social-icon-wrapper button img,
.social-icon-wrapper a img {
  position: absolute;
  left: 10px;
  top: 9px;
}
.form-error {
  color: #a94442;
  text-align: left;
}
.form-error ul {
  padding: 0;
}
.form-error ul li {
  list-style: none;
}
.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .mb-40 {
    margin-bottom: 20px;
  }
}
.brown-light {
  font-family: 'Brown-Light';
}
.word-wrap {
  word-break: break-all;
}
/*# sourceMappingURL=rating.css.map */
.quick-search {
  margin: -10px 0px -10px 0px;
}
.line {
  display: none;
}
@media (max-width: 767px) {
  .line {
    display: block;
    border-right: 0 !important;
    border-left: 0 !important;
  }
}
.endpage-labels-wrapper {
  overflow: hidden;
  margin: 10px 0 10px 0;
}
.endpage-labels-wrapper > a {
  color: #454545;
  text-decoration: none;
}
.endpage-labels-wrapper > a:hover,
.endpage-labels-wrapper > a:focus {
  text-decoration: none;
}
.endpage-labels-wrapper > span {
  color: #808080;
  float: left;
  font-family: Brown-Regular, Arial;
  font-size: 14px;
  line-height: 14px;
  padding: 10px 10px 10px 0px;
  line-height: 1!important;
}
@media (max-width: 767px) {
  .endpage-labels-wrapper > span {
    float: none;
    color: #808080;
    font-family: Brown;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 15px;
    display: flex;
    align-items: center;
    text-align: center;
  }
}
.endpage-labels-wrapper .icon {
  float: left;
  font-size: 15px;
  color: #4387e7;
  padding: 8px 8px 7px 7px;
  background: #FFFFFF;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  border-radius: 50%;
  margin: 0 10px 0 0;
  line-height: 1!important;
}
.endpage-labels-wrapper .blured-label {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.endpage-labels-wrapper .rentingo-label {
  float: left;
  font-family: Brown-Regular, Arial;
  font-size: 14px;
  background: #EDEDED;
  line-height: 14px;
  padding: 10px 14px;
  margin: 0 4px 10px 0;
  border-radius: 15px;
  line-height: 1!important;
}
.form-block.introduction-block {
  line-height: 1;
}
.form-block.introduction-block .block-body .endpage-labels-wrapper {
  margin: 20px 0 0 0;
}
.form-block.introduction-block .form-wrapper {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .form-block.introduction-block .form-wrapper {
    margin-top: 15px;
  }
  .form-block.introduction-block .input-radio-wrapper .col-xs-6:nth-of-type(odd) {
    padding-right: 7px;
  }
  .form-block.introduction-block .input-radio-wrapper .col-xs-6:nth-of-type(even) {
    padding-left: 8px;
  }
}
.tenant-left-wrapper .endpage-labels-wrapper {
  margin: 20px 0 10px;
}
@media (max-width: 767px) {
  form[name='i_as_a_tenant_form'] .custom-row {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=label.css.map */
form.contact-message-form textarea {
  background: #f2f2f2;
  border-radius: 3px;
  padding: 8px 10px 8px 12px;
  border: 0;
  width: 100%;
  max-height: 100px;
  outline: none;
  resize: none;
  overflow: hidden;
  padding: 8px 40px 8px 12px;
  font-family: Brown-light;
  line-height: 1.5;
}
form.contact-message-form textarea::placeholder {
  color: #999999;
}
form.contact-message-form .input-wrapper {
  position: relative;
  line-height: 0.1;
}
form.contact-message-form .input-wrapper .icon {
  position: absolute;
  right: 17px;
  bottom: 10px;
  font-size: 16px;
  color: #999999;
  cursor: pointer;
}
form.contact-message-form .input-wrapper .icon.active {
  color: #4387e7;
}
.endpage-contact-form-wrapper form.contact-message-form .input-wrapper .icon {
  bottom: 10px;
}
/*# sourceMappingURL=contact-message-form.css.map */
@media (max-width: 991px) {
}
.right-side-wrapper .endpage-contact-form-wrapper h4,
.middle-right-side-wrapper .endpage-contact-form-wrapper h4 {
  color: #4387e7;
  text-align: center;
  margin: 0 auto 17px;
}
@media (max-width: 991px) {
  .right-side-wrapper .endpage-contact-form-wrapper h4,
  .middle-right-side-wrapper .endpage-contact-form-wrapper h4 {
    font-family: Brown-Light, Arial, sans-serif;
    color: #454545;
    font-size: 14px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .right-side-wrapper .endpage-contact-form-wrapper form .input-wrapper,
  .middle-right-side-wrapper .endpage-contact-form-wrapper form .input-wrapper {
    display: block!important;
  }
}
@media (max-width: 991px) {
  .right-side-wrapper .endpage-contact-form-wrapper form .input-wrapper,
  .middle-right-side-wrapper .endpage-contact-form-wrapper form .input-wrapper {
    display: none;
  }
}
@media (min-width: 992px) {
  .right-side-wrapper .endpage-contact-form-wrapper form .input-wrapper .icon,
  .middle-right-side-wrapper .endpage-contact-form-wrapper form .input-wrapper .icon {
    display: none;
  }
}
@media (min-width: 992px) {
  .right-side-wrapper .endpage-contact-form-wrapper form textarea,
  .middle-right-side-wrapper .endpage-contact-form-wrapper form textarea {
    background: #f2f2f2;
    border: 1px solid #999999;
    box-sizing: border-box;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 8px 12px;
  }
}
.right-side-wrapper .endpage-contact-form-wrapper form textarea::placeholder,
.middle-right-side-wrapper .endpage-contact-form-wrapper form textarea::placeholder {
  font-family: Brown-Light, Arial, sans-serif;
  color: #999999;
}
.right-side-wrapper .endpage-contact-form-wrapper form button,
.middle-right-side-wrapper .endpage-contact-form-wrapper form button {
  border-radius: 5px;
  font-size: 16px;
  text-transform: none;
}
.right-side-wrapper p,
.middle-right-side-wrapper p {
  margin-bottom: 10px;
}
.button-cta-messages .icon {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 17px;
}
#tidio-chat {
  display: none!important;
}
/*# sourceMappingURL=endpage-contact-form.css.map */