/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.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 */
.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 */
.end-page-map-wrapper #propertyMap {
  height: 450px;
  width: 100%;
}
@media (max-width: 767px) {
  .end-page-map-wrapper #propertyMap {
    height: 316px;
  }
}
#property-map-panorama {
  height: 450px;
  width: 100%;
}
/*# sourceMappingURL=property-map.css.map */
.photo-gallery-wrapper {
  margin-top: 18px;
}
.photo-gallery-wrapper .gallery-image-wrapper {
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .photo-gallery-wrapper .gallery-image-wrapper {
    margin-bottom: 5px;
  }
}
.photo-gallery-wrapper .gallery-image-wrapper a {
  display: block;
}
.photo-gallery-wrapper .gallery-image-wrapper a img {
  width: 100%;
  height: auto;
}
.photo-gallery-wrapper .custom-row {
  margin-left: -9px;
  margin-right: -9px;
}
@media (max-width: 767px) {
  .photo-gallery-wrapper .custom-row {
    margin-left: -2.5px;
    margin-right: -2.5px;
  }
}
.photo-gallery-wrapper .custom-row .custom-col {
  padding-left: 9px;
  padding-right: 9px;
}
@media (max-width: 767px) {
  .photo-gallery-wrapper .custom-row .custom-col {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
}
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;
  height: auto;
  width: auto;
  left: 0;
  top: 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;
  display: none;
  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/loginetrentingoproperty/css/propertyPage/middle/tab-pages/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;
}
.tab-pages .tab-page.init-photo-gallery {
  display: block!important;
  position: absolute;
  top: -5000px;
}
/*# sourceMappingURL=photo-gallery.css.map */
.tabs-wrapper .tabs {
  position: relative;
}
.tabs-wrapper .tabs .shadow-wrapper {
  position: absolute;
  width: 100%;
  top: 50px;
  background: transparent;
  z-index: 5;
  height: 25px;
  overflow: hidden;
  pointer-events: none;
}
.tabs-wrapper .tabs .shadow-wrapper .shadow {
  -webkit-box-shadow: 0 2px 18px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 18px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 18px 2px rgba(0, 0, 0, 0.5);
}
.tabs-wrapper .tabs ul {
  z-index: 3;
  position: relative;
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #f2f2f2;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tabs-wrapper .tabs ul li {
  display: table-cell;
  position: relative;
  padding: 0;
}
.tabs-wrapper .tabs ul li:first-child {
  -webkit-border-radius: 5px 0 0;
  -moz-border-radius: 5px 0 0;
  border-radius: 5px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tabs-wrapper .tabs ul li:last-child {
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tabs-wrapper .tabs ul li.orange.active a {
  color: #faaa41;
}
.tabs-wrapper .tabs ul li.orange.active:after {
  border-color: #faaa41 transparent transparent transparent;
}
.tabs-wrapper .tabs ul li.red.active a {
  color: #ec6853;
}
.tabs-wrapper .tabs ul li.red.active:after {
  border-color: #ec6853 transparent transparent transparent;
}
.tabs-wrapper .tabs ul li.blue.active a {
  color: #4387e7;
}
.tabs-wrapper .tabs ul li.blue.active:after {
  border-color: #4387e7 transparent transparent transparent;
}
.tabs-wrapper .tabs ul li.green.active a {
  color: #92d36f;
}
.tabs-wrapper .tabs ul li.green.active:after {
  border-color: #92d36f transparent transparent transparent;
}
.tabs-wrapper .tabs ul li.purple.active a {
  color: #b77897;
}
.tabs-wrapper .tabs ul li.purple.active:after {
  border-color: #b77897 transparent transparent transparent;
}
.tabs-wrapper .tabs ul li.rose.active a {
  color: #f8838f;
}
.tabs-wrapper .tabs ul li.rose.active:after {
  border-color: #f8838f transparent transparent transparent;
}
.tabs-wrapper .tabs ul li:not(:last-child):before {
  content: ' ';
  width: 1px;
  height: 35px;
  background-color: #e1e1e1;
  position: absolute;
  top: 8px;
  right: -1px;
}
.tabs-wrapper .tabs ul li.hover,
.tabs-wrapper .tabs ul li:hover,
.tabs-wrapper .tabs ul li:focus {
  background-color: #ededed;
}
.tabs-wrapper .tabs ul li:active {
  background-color: #eaeaea;
}
.tabs-wrapper .tabs ul li.active {
  background-color: white;
}
.tabs-wrapper .tabs ul li.active a {
  color: #faaa41;
}
.tabs-wrapper .tabs ul li.active:after {
  content: ' ';
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  top: calc(100% + 1px);
  margin: auto;
  left: 0;
  right: 0;
  border-style: solid;
  border-width: 18px 32.5px 0 32.5px;
  border-color: #faaa41 transparent transparent transparent;
}
.tabs-wrapper .tabs ul li a {
  font-family: "Brown-Light", Arial, sans-Serif;
  font-size: 18px;
  text-transform: capitalize;
  padding: 12px 0;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  color: #999999;
}
.tabs-wrapper .tab-pages {
  position: relative;
}
.tabs-wrapper .tab-pages .tab-page {
  display: none;
}
.tabs-wrapper .tab-pages .tab-page.active {
  display: block;
}
@media (max-width: 767px) {
  .tabs-wrapper .tabs {
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
    position: relative;
  }
  .tabs-wrapper .tabs .shadow-wrapper {
    display: none;
  }
  .tabs-wrapper .tabs:after {
    font-family: 'icomoon';
    content: '\e80f';
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 40px;
    pointer-events: none;
    cursor: pointer;
    font-size: 22px;
    z-index: 3;
  }
  .tabs-wrapper .tabs.mobile-open:after {
    font-family: 'icomoon';
    content: '\e80e';
  }
  .tabs-wrapper .tabs.mobile-open ul li {
    display: block;
  }
  .tabs-wrapper .tabs.mobile-open ul li:not(:last-child) a {
    border-bottom: 1px solid #bfbfbf;
  }
  .tabs-wrapper .tabs ul {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: block;
    overflow: hidden;
  }
  .tabs-wrapper .tabs ul li {
    display: none;
    padding-left: 10px;
    padding-right: 10px;
  }
  .tabs-wrapper .tabs ul li:after {
    display: none;
  }
  .tabs-wrapper .tabs ul li:before {
    display: none;
  }
  .tabs-wrapper .tabs ul li a {
    font-family: Brown-Regular;
    font-size: 14px;
    text-align: left;
    padding: 10px 0;
  }
  .tabs-wrapper .tabs ul li.active {
    display: block;
    background-color: white;
  }
  .tabs-wrapper .tabs ul li.active a {
    color: #454545 !important;
  }
}
/*# sourceMappingURL=tabs.css.map */
.property-upper-wrapper {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 14px;
  padding-bottom: 0;
  padding-top: 20px;
  display: table;
  width: 100%;
}
@media (max-width: 991px) {
  .property-upper-wrapper {
    margin-bottom: 10px;
    padding-bottom: 0;
    border-bottom: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .property-upper-wrapper {
    margin-bottom: 10px;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.property-upper-wrapper .back-to-list-wrapper {
  text-align: center;
  display: none;
}
.property-upper-wrapper .back-to-list-wrapper .btn-purple {
  min-width: 150px;
  background-color: #b77897;
  color: #ffffff;
  line-height: 1em;
  padding: 10px 15px;
  font-size: 14px;
  font-family: "Brown-Light", Arial, sans-serif;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.property-upper-wrapper .back-to-list-wrapper a {
  display: inline-block;
}
.property-upper-wrapper .back-to-list-wrapper hr {
  margin-top: 15px !important;
}
.property-upper-wrapper .left-side-wrapper {
  display: table-cell;
  width: 100%;
  padding-right: 18px;
}
@media (max-width: 991px) {
  .property-upper-wrapper .left-side-wrapper {
    width: 100%;
    display: block;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .property-upper-wrapper .left-side-wrapper {
    width: 100%;
    display: block;
    padding-right: 0;
  }
}
.property-upper-wrapper .left-side-wrapper .title {
  font-family: "Brown-Bold", Arial, sans-serif;
  line-height: 1.42857143;
  text-transform: none;
  font-weight: normal;
  margin-bottom: 0;
  font-size: 21px;
  display: block;
  margin-top: 0;
  color: #4387e7;
  width: 100%;
}
@media (max-width: 991px) {
  .property-upper-wrapper .left-side-wrapper .title {
    font-family: "Brown-Regular", Arial, sans-serif;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .property-upper-wrapper .left-side-wrapper .title {
    font-family: "Brown-Regular", Arial, sans-serif;
    font-size: 18px;
  }
}
.property-upper-wrapper .left-side-wrapper .subtitle {
  display: block;
  width: 100%;
  font-family: "Brown-Light", Arial, sans-Serif;
  font-size: 18px;
  min-height: 25px;
}
@media (max-width: 991px) {
  .property-upper-wrapper .left-side-wrapper .subtitle {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .property-upper-wrapper .left-side-wrapper .subtitle {
    font-size: 14px;
    line-height: 24px;
  }
}
.property-upper-wrapper .left-side-wrapper .street {
  width: 100%;
  display: block;
  font-family: "Brown-Light", Arial, sans-serif;
  padding-top: 5px;
}
.property-upper-wrapper .left-side-wrapper .street strong {
  font-family: "Brown-Regular", Arial, sans-serif;
}
@media (max-width: 991px) {
  .property-upper-wrapper .left-side-wrapper .street {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .property-upper-wrapper .left-side-wrapper .street {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 5px;
  }
}
.property-upper-wrapper .right-side-wrapper {
  padding-left: 18px;
  display: table-cell;
  min-width: 665px;
  vertical-align: bottom;
}
@media (max-width: 991px) {
  .property-upper-wrapper .right-side-wrapper {
    min-width: 100%;
    display: block;
    padding-left: 0;
    padding-top: 5px;
  }
}
@media (max-width: 767px) {
  .property-upper-wrapper .right-side-wrapper {
    min-width: 100%;
    display: block;
    padding-left: 0;
    padding-top: 5px;
  }
}
.property-upper-wrapper .right-side-wrapper .top {
  display: block;
  text-align: right;
  color: #dcdcdc;
  font-size: 20px;
}
@media (max-width: 991px) {
  .property-upper-wrapper .right-side-wrapper .top {
    float: right;
    display: inline-block;
    font-size: 27px;
  }
}
@media (max-width: 767px) {
  .property-upper-wrapper .right-side-wrapper .top {
    float: right;
    display: inline-block;
    font-size: 27px;
  }
}
.property-upper-wrapper .right-side-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: 15px;
  font-size: 20px;
}
@media (max-width: 991px) {
  .property-upper-wrapper .right-side-wrapper .top span {
    font-size: 18px;
    padding-left: 8px;
  }
}
@media (max-width: 767px) {
  .property-upper-wrapper .right-side-wrapper .top span {
    font-size: 18px;
    padding-left: 8px;
  }
}
.property-upper-wrapper .right-side-wrapper .top .hearth-toggle:hover {
  color: #f8838f;
}
.property-upper-wrapper .right-side-wrapper .top .delete-property:hover {
  color: #454545;
}
.property-upper-wrapper .right-side-wrapper .top .delete-property.active {
  color: #454545;
}
.property-upper-wrapper .right-side-wrapper .top .share:hover {
  color: #454545;
}

.property-upper-wrapper .right-side-wrapper .bottom {
  padding-top: 15px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between
}
@media (max-width: 991px) {
  .property-upper-wrapper .right-side-wrapper .bottom {
    padding-top: 8px;
    justify-content: inherit;
  }
  .property-upper-wrapper .right-side-wrapper .bottom .rentingo-eb {
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .property-upper-wrapper .right-side-wrapper .bottom {
    justify-content: inherit;
    padding-top: 8px;
  }
}
.property-upper-wrapper .right-side-wrapper .bottom span {
  cursor: auto;
}
.property-upper-wrapper .right-side-wrapper .bottom span.title {
  line-height: 30px;
  vertical-align: bottom;
  padding-right: 35px;
  font-family: "Brown-Light", Arial, sans-serif;
}
@media (max-width: 991px) {
  .property-upper-wrapper .right-side-wrapper .bottom span.title {
    font-size: 12px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .property-upper-wrapper .right-side-wrapper .bottom span.title {
    font-size: 12px;
    padding-right: 15px;
  }
}
.property-upper-wrapper .right-side-wrapper .bottom span.title.day {
  color: #454545;
}
.property-upper-wrapper .right-side-wrapper .bottom span.title.new {
  color: #4387e7;
}
.property-upper-wrapper .right-side-wrapper .bottom span.icon:before {
  letter-spacing: -10px;
}
.property-upper-wrapper .right-side-wrapper .bottom span.rentingo-clock {
  font-size: 30px;
  color: #454545;
}
@media (max-width: 991px) {
  .property-upper-wrapper .right-side-wrapper .bottom span.rentingo-clock {
    font-size: 27px;
  }
}
@media (max-width: 767px) {
  .property-upper-wrapper .right-side-wrapper .bottom span.rentingo-clock {
    font-size: 27px;
  }
}
.property-upper-wrapper .right-side-wrapper .bottom span.rentingo-lightning {
  font-size: 30px;
  color: #4387e7;
}
@media (max-width: 991px) {
  .property-upper-wrapper .right-side-wrapper .bottom span.rentingo-lightning {
    font-size: 27px;
  }
}
@media (max-width: 767px) {
  .property-upper-wrapper .right-side-wrapper .bottom span.rentingo-lightning {
    font-size: 27px;
  }
}
.property-upper-wrapper .right-side-wrapper .bottom span.rentingo-guarantee {
  font-size: 30px;
  color: #dcdcdc;
}
.property-upper-wrapper .right-side-wrapper .bottom span.rentingo-guarantee.active {
  color: #faaa41;
}
.property-upper-wrapper .right-side-wrapper .bottom span.rentingo-guarantee-title {
  display: inline-block;
  line-height: 16px;
  font-family: "Brown-Light", Arial, sans-serif;
  color: #dcdcdc;
}
.property-upper-wrapper .right-side-wrapper .bottom span.rentingo-guarantee-title.active {
  color: #faaa41;
}
@media (max-width: 991px) {
  .property-upper-wrapper .right-side-wrapper .bottom span.rentingo-guarantee-title {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .property-upper-wrapper .right-side-wrapper .bottom span.rentingo-guarantee-title {
    font-size: 12px;
  }
}
/*# sourceMappingURL=property-interactive-title-block.css.map */
.-login {
  margin-right: 10px;
}
.middle-right-side-wrapper .credits {
  font-family: "Brown-Light", Arial, sans-serif;
  font-size: 14px;
}
.middle-right-side-wrapper .credits span {
  color: #4387e7;
}
.middle-right-side-wrapper .connection-status {
  font-family: "Brown-Regular", Arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .middle-right-side-wrapper .connection-status {
    font-size: 14px;
    margin-top: 0;
  }
}
.middle-right-side-wrapper .connection-status span {
  position: relative;
  padding-left: 23px;
}
.middle-right-side-wrapper .connection-status span img {
  position: absolute;
  height: 18px;
  left: 0;
  bottom: 3px;
}
@media (max-width: 767px) {
  .middle-right-side-wrapper .connection-status span img {
    bottom: 0;
  }
}
.middle-right-side-wrapper .connection-status.waiting {
  color: #4387e7;
}
.middle-right-side-wrapper .connection-status.accepted {
  color: #92d36f;
}
.middle-right-side-wrapper .connection-status.under-bidding span {
  padding-left: 0;
  color: #ec6853;
}
.middle-right-side-wrapper .connection-status.inactive-property span {
  padding-left: 0;
  color: #ec6853;
}
.middle-right-side-wrapper .cancel-wrapper {
  text-align: center;
  margin-top: 10px;
}
.middle-right-side-wrapper .cancel-wrapper .cancel {
  color: #454545;
  text-decoration: underline;
}
.middle-right-side-wrapper hr {
  margin: 15px 0 !important;
}
.middle-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;
}
.middle-right-side-wrapper .mail-phone-wrapper p .icon {
  position: absolute;
  left: 0;
}
.middle-right-side-wrapper .refuse-button {
  font-size: 18px;
  font-family: "Brown-Regular", Arial, sans-serif;
  margin-top: 15px;
}
.middle-right-side-wrapper .mobile-mail-phone-wrapper {
  text-align: left;
}
.middle-right-side-wrapper .mobile-mail-phone-wrapper .phone {
  color: #454545;
  position: relative;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .middle-right-side-wrapper .mobile-mail-phone-wrapper .phone {
    text-align: left;
    width: 100%;
  }
}
.middle-right-side-wrapper .mobile-mail-phone-wrapper .phone .rentingo-phone {
  right: 40px;
  position: absolute;
  bottom: 0;
  font-size: 20px;
  color: #454545;
}
.middle-right-side-wrapper .mobile-mail-phone-wrapper .phone a {
  position: absolute;
  right: 0;
  bottom: 0;
}
.middle-right-side-wrapper .mobile-mail-phone-wrapper .phone a .rentingo-sms {
  font-size: 20px;
  color: #454545;
}
.middle-right-side-wrapper .mobile-mail-phone-wrapper .mail {
  color: #4387e7;
  text-decoration: underline;
  cursor: pointer;
}
.middle-right-side-wrapper .cost-datas-wrapper {
  background: #f2f2f2;
  padding: 20px 15px 0px 10px;
  border-radius: 5px;
  margin-top: 15px;
  position: relative;
}
@media (max-width: 991px) {
  .middle-right-side-wrapper .cost-datas-wrapper {
    margin-top: 15px!important;
  }
}
.middle-right-side-wrapper .cost-datas-wrapper .icon {
  position: absolute;
  top: 32px;
}
@media (max-width: 767px) {
  .middle-right-side-wrapper .cost-datas-wrapper .icon {
    top: 26px;
  }
}
.middle-right-side-wrapper .cost-datas-wrapper .monthly-info-title {
  margin-bottom: 5px;
  padding-left: 18px;
}
@media (max-width: 767px) {
  .middle-right-side-wrapper .cost-datas-wrapper .monthly-info-title.normal-text {
    font-size: 14px;
  }
}
.middle-right-side-wrapper .cost-datas-wrapper .monthly-info-title .huge-price {
  font-size: 24px;
  font-family: "Brown-Bold", Arial, sans-serif;
  color: #454545;
  float: right;
  line-height: 1;
  width: 100%;
}
@media (max-width: 767px) {
  .middle-right-side-wrapper .cost-datas-wrapper .monthly-info-title .huge-price {
    font-size: 18px;
  }
}
.middle-right-side-wrapper .cost-datas-wrapper .monthly-info-title .tiny-price {
  font-size: 12px;
  font-family: "Brown-Light", Arial, sans-serif;
  color: #454545;
  float: right;
}
@media (max-width: 767px) {
  .middle-right-side-wrapper .cost-datas-wrapper .monthly-info-title .tiny-price {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .middle-right-side-wrapper .cost-datas-wrapper .monthly-info-title {
    line-height: 24px;
    margin-bottom: 15px;
  }
}
.middle-right-side-wrapper .cost-datas-wrapper .normal-text {
  display: inline-block;
  width: 100%;
}
.middle-right-side-wrapper .cost-datas-wrapper .normal-text .info-label,
.middle-right-side-wrapper .cost-datas-wrapper .normal-text .info-content {
  width: 50%;
  display: inline-block;
  float: left;
  position: relative;
}
.middle-right-side-wrapper .cost-datas-wrapper .normal-text .info-label:before {
  position: absolute;
  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;
  margin: auto 0;
  height: 4px;
  left: -10px;
  width: 4px;
  bottom: 0;
  top: 0;
}
.middle-right-side-wrapper .cost-datas-wrapper .normal-text .info-content {
  text-align: right;
}
.middle-right-side-wrapper .cost-datas-wrapper .mobile-tooltip-wrapper {
  padding-bottom: 10px;
}
.middle-right-side-wrapper .common-info-wrapper {
  padding: 20px 15px 0px 10px;
}
@media (max-width: 767px) {
  .middle-right-side-wrapper .common-info-wrapper {
    padding-top: 10px;
  }
}
.middle-right-side-wrapper .common-info-wrapper .smaller-type-info {
  margin-bottom: 0;
}
.middle-right-side-wrapper .common-info-wrapper .smaller-type-info a {
  text-decoration: underline;
}
.middle-right-side-wrapper .additional-info-wrapper {
  padding: 10px 20px 20px;
  background: #f2f2f2;
  border-radius: 5px;
}
.middle-right-side-wrapper .additional-info-wrapper .icon {
  padding-right: 5px;
  color: #999999;
}
.middle-right-side-wrapper .additional-info-wrapper .icon.rentingo-heat {
  font-size: 12px;
}
@media (max-width: 767px) {
  .middle-right-side-wrapper .additional-info-wrapper .icon.rentingo-heat {
    font-size: 10px;
  }
}
.middle-right-side-wrapper .additional-info-wrapper .col-xs-6.right-column {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.middle-right-side-wrapper .additional-info-wrapper .padding-top {
  padding-top: 10px;
}
.middle-right-side-wrapper .property-info-wrapper {
  padding: 10px 20px 20px 20px;
  background: #f2f2f2;
  border-radius: 5px;
  margin-top: 20px;
}
.middle-right-side-wrapper .property-info-wrapper :first-child {
  padding-top: 0;
}
.middle-right-side-wrapper .property-info-wrapper .property-info-inner-wrapper {
  padding-top: 15px;
  display: table;
  width: 100%;
}
.middle-right-side-wrapper .property-info-wrapper .property-info-inner-wrapper .left-side {
  vertical-align: top;
  display: table-cell;
  width: 50%;
}
.middle-right-side-wrapper .property-info-wrapper .property-info-inner-wrapper .left-side .normal-text {
  font-size: 14px;
  color: #454545;
}
.middle-right-side-wrapper .property-info-wrapper .property-info-inner-wrapper .right-side {
  vertical-align: middle;
  display: table-cell;
  text-align: right;
}
.middle-right-side-wrapper .property-info-wrapper .small-text {
  float: left;
  padding: 0;
  color: #454545;
}
.middle-right-side-wrapper .property-info-wrapper .normal-text {
  padding-top: 0;
}
@media (max-width: 767px) {
  .middle-right-side-wrapper .property-info-wrapper .normal-text {
    font-size: 14px;
    padding: 5px 0;
  }
}
.middle-right-side-wrapper .property-info-wrapper hr {
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}
.middle-right-side-wrapper .smaller-type-info {
  padding-left: 18px;
}
.middle-right-side-wrapper .smaller-type-info li.left-side-info {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  color: #454545;
  width: 100%;
}
.middle-right-side-wrapper .smaller-type-info li.left-side-info:before {
  position: absolute;
  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;
  left: -10px;
  width: 4px;
  bottom: 0;
  top: 8px;
}
.middle-right-side-wrapper .left-side-info .info-label,
.middle-right-side-wrapper .left-side-info .info-content {
  width: 50%;
  display: inline-block;
  float: left;
}
.middle-right-side-wrapper .left-side-info .info-content {
  text-align: right;
}
.middle-right-side-wrapper .normal-text {
  font-size: 14px;
  font-family: "Brown-Light", Arial, sans-serif;
  color: #454545;
}
@media (max-width: 767px) {
  .middle-right-side-wrapper .normal-text {
    font-size: 14px;
  }
}
.middle-right-side-wrapper .small-text {
  font-size: 14px;
  font-family: "Brown-Light", Arial, sans-serif;
  color: #454545;
}
@media (max-width: 767px) {
  .middle-right-side-wrapper .small-text {
    font-size: 14px;
  }
}
.middle-right-side-wrapper .big-price {
  font-size: 16px;
  font-family: "Brown-Light", Arial, sans-serif;
  color: #454545;
}
@media (max-width: 767px) {
  .middle-right-side-wrapper .big-price {
    font-size: 14px;
  }
}
.middle-right-side-wrapper .tiny-price {
  font-size: 12px;
  font-family: "Brown-Light", Arial, sans-serif;
  color: #454545;
}
@media (max-width: 767px) {
  .middle-right-side-wrapper .tiny-price {
    font-size: 11px;
  }
}
.middle-right-side-wrapper #rental_contact_button {
  margin-bottom: 15px;
}
.middle-right-side-wrapper .property-contact-prompt {
  margin-bottom: 15px;
}
.middle-right-side-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);
}
.middle-right-side-wrapper .average-rates span:first-child {
  font-family: "Brown-Light", Arial, sans-serif;
}
@media (max-width: 991px) {
  .middle-right-side-wrapper .property-contact-prompt {
    order: -1;
  }
  .middle-right-side-wrapper .average-rates {
    order: -2;
  }
  .middle-right-side-wrapper .sticky-connection-wrapper-closed .average-rates {
    font-size: 0px;
  }
  .middle-right-side-wrapper .sticky-connection-wrapper-closed hr.average-rates {
    display: none;
  }
}
@media (min-width: 992px) {
  .middle-right-side-wrapper hr.average-rates {
    display: none;
  }
}
#property-notification-wrapper span.icon {
  position: relative;
  margin-left: 5px;
}
#property-notification-wrapper span.icon:before {
  content: "\e94e";
}
#property-notification-wrapper #property-notification-subscribe-button span.icon,
#property-notification-wrapper #property-notification-already-subscribed span.icon,
#property-notification-wrapper #property-notification-subscribe-button i,
#property-notification-wrapper #property-notification-already-subscribed i {
  padding: 0 10px;
}
#property-notification-wrapper #property-notification-subscribe-button span.text,
#property-notification-wrapper #property-notification-already-subscribed span.text {
  flex-basis: 100%;
  text-align: center;
}
#property-notification-wrapper #property-notification-subscribe-button {
  text-transform: uppercase;
  margin-bottom: 15px;
  display: flex;
  align-items: baseline;
  padding: 5px 35px 2px 0;
}
#property-notification-wrapper #property-notification-subscribe-button span.icon,
#property-notification-wrapper #property-notification-subscribe-button i {
  color: white;
}
#property-notification-wrapper #property-notification-already-subscribed {
  text-transform: uppercase;
  color: #3ecea2;
  font-family: "Brown-Regular", Arial, sans-serif;
  font-size: 18px;
  text-align: center;
  display: flex;
  align-items: baseline;
  padding: 5px 35px 2px 0;
  margin-bottom: 15px;
  border: 1px solid #3ecea2;
  border-radius: 5px;
  cursor: default;
}
#property-notification-wrapper #property-notification-already-subscribed span.icon,
#property-notification-wrapper #property-notification-already-subscribed i {
  color: #3ecea2;
}
/*# sourceMappingURL=middle-right-side.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 {
  height: 450px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
.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 */
.description {
  margin: 20px 0;
}
.description p,
.description span {
  font-family: "Brown-Light", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #454545;
}
@media (max-width: 767px) {
  .description p,
  .description span {
    font-size: 14px;
    line-height: 1em;
  }
}
.description p.desc-title,
.description span.desc-title {
  padding-top: 30px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .description p.desc-title,
  .description span.desc-title {
    padding-top: 0;
  }
}
.description p.desc-title .icon,
.description span.desc-title .icon {
  font-size: 14px;
}
.description h6 {
  margin: 40px 0 10px 0;
  font-size: 16px;
  font-family: Brown-Bold, Arial;
}
@media (max-width: 767px) {
  .description h6 {
    font-size: 14px;
  }
}
.description span.bolder {
  font-family: "Brown-Regular", Arial, sans-serif;
}
.description span.text-block {
  display: block;
  margin: 0 0 15px 0;
  color: #454545;
}
.description span.text-block.ultra-span {
  display: inline;
  line-height: 15px;
}
.description span.text-block.ultra-span + .endpage-labels-wrapper {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .description span.text-block {
    line-height: 20px;
  }
}
.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;
}
/*# sourceMappingURL=property-tab.css.map */
.video-tab-wrapper {
  margin-bottom: 15px;
}
.video-tab-wrapper iframe {
  margin: 0 auto;
  display: block;
  min-height: 450px!important;
}
@media (max-width: 767px) {
  .video-tab-wrapper iframe {
    width: 100%;
  }
}
.video-tab-wrapper .no-video-wrapper {
  text-align: center;
  height: 450px;
  background-color: #f2f2f2;
}
.video-tab-wrapper .no-video-wrapper .icon {
  font-size: 40px;
  color: #92d36e;
  margin-bottom: 30px;
  display: block;
  padding-top: 150px;
}
.video-tab-wrapper .no-video-wrapper p {
  font-size: 18px;
  text-align: center;
  font-family: "Brown-Regular", Arial, sans-serif;
  color: #454545;
}
/*# sourceMappingURL=video-tab.css.map */
.floor-map-tab-wrapper {
  margin-bottom: 15px;
  overflow: hidden;
}
.floor-map-tab-wrapper img {
  margin: 0 auto;
  display: block;
  width: auto;
  height: 450px;
}
@media (max-width: 767px) {
  .floor-map-tab-wrapper img {
    width: 100%;
  }
}
.floor-map-tab-wrapper .no-floormap-wrapper {
  text-align: center;
  height: 450px;
  background-color: #f2f2f2;
}
.floor-map-tab-wrapper .no-floormap-wrapper .icon {
  font-size: 40px;
  color: #b77897;
  margin-bottom: 30px;
  display: block;
  padding-top: 150px;
}
.floor-map-tab-wrapper .no-floormap-wrapper p {
  font-size: 18px;
  text-align: center;
  font-family: "Brown-Regular", Arial, sans-serif;
  color: #454545;
}
/*# sourceMappingURL=floor-map-tab.css.map */
.no-streetview-wrapper {
  display: none;
  text-align: center;
  height: 450px;
  background-color: #f2f2f2;
}
.no-streetview-wrapper .icon {
  font-size: 40px;
  color: #66b8d1;
  margin-bottom: 30px;
  display: block;
  padding-top: 150px;
}
.no-streetview-wrapper p {
  font-size: 18px;
  text-align: center;
  font-family: "Brown-Regular", Arial, sans-serif;
  color: #454545;
}
/*# sourceMappingURL=streetview.css.map */
.property-card-outer-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -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);
}
@media (max-width: 767px) {
  .property-card-outer-wrapper {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 0px;
  }
}
.property-card-outer-wrapper.hover,
.property-card-outer-wrapper:hover,
.property-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);
}
.property-card-outer-wrapper.hover .left-side .image-wrapper .image-count,
.property-card-outer-wrapper:hover .left-side .image-wrapper .image-count,
.property-card-outer-wrapper:focus .left-side .image-wrapper .image-count {
  -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);
  opacity: 14!important;
}
.property-card-outer-wrapper.hover .right-side .interested-wrapper .flag-wrapper .icon,
.property-card-outer-wrapper:hover .right-side .interested-wrapper .flag-wrapper .icon,
.property-card-outer-wrapper:focus .right-side .interested-wrapper .flag-wrapper .icon {
  -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);
  color: #454545;
}
.property-card-outer-wrapper .left-side {
  padding: 15px 20px 15px 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .property-card-outer-wrapper .left-side {
    padding-top: 5px;
  }
}
.property-card-outer-wrapper .left-side .property-head {
  width: 100%;
  min-height: 66px;
}
.property-card-outer-wrapper .left-side .property-head a {
  text-decoration: none;
  color: #4387e7;
  width: 100%;
  display: inline-block;
  font-family: "Brown-Bold", Arial, sans-serif;
  font-size: 18px;
  min-height: 41px;
  line-height: 21px;
  max-height: 51px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .property-card-outer-wrapper .left-side .property-head a {
    font-size: 16px;
    overflow: inherit;
  }
}
.property-card-outer-wrapper .left-side .property-head span {
  width: 100%;
  display: inline-block;
  font-family: "Brown-Light", Arial, sans-serif;
  font-size: 14px;
  line-height: 1em;
  max-height: 15px;
}
@media (max-width: 767px) {
  .property-card-outer-wrapper .left-side .property-head span {
    overflow: inherit;
    max-height: inherit;
  }
}
@media (max-width: 767px) {
  .property-card-outer-wrapper .left-side .property-head span {
    font-size: 12px;
  }
}
.property-card-outer-wrapper .left-side .property-head hr {
  margin: 8px auto!important;
  border-top: 1px solid!important;
  border-top-color: #dcdcdc !important;
}
.property-card-outer-wrapper .left-side .property-head .street {
  margin-bottom: 8px;
}
.property-card-outer-wrapper .left-side .property-head .street a {
  font-size: 14px;
  color: #454545;
  font-family: "Brown-Light", Arial, sans-serif;
  min-height: auto;
}
@media (max-width: 767px) {
  .property-card-outer-wrapper .left-side .property-head .street a {
    min-height: 22px;
  }
}
.property-card-outer-wrapper .left-side .property-head .street strong {
  font-size: 14px;
  color: #454545;
  font-family: "Brown-Regular", Arial, sans-serif;
}
.property-card-outer-wrapper .left-side .image-wrapper {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .property-card-outer-wrapper .left-side .image-wrapper {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 8px;
  }
}
.property-card-outer-wrapper .left-side .image-wrapper img {
  width: 100%;
  max-height: 206px;
}
@media (max-width: 767px) {
  .property-card-outer-wrapper .left-side .image-wrapper img {
    max-height: initial;
  }
}
.property-card-outer-wrapper .left-side .image-wrapper .image-count {
  opacity: 0;
  -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);
  width: 100%;
  height: 25px;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  color: #ffffff;
  background-color: rgba(40, 40, 40, 0.75);
  text-decoration: underline;
  font-family: "Brown-Light", Arial, sans-serif;
}
@media (max-width: 767px) {
  .property-card-outer-wrapper .left-side .additional-info-wrapper {
    float: left;
    display: inline-block;
    max-width: 100%;
    padding-bottom: 8px;
  }
}
.property-card-outer-wrapper .left-side .additional-info-wrapper .street {
  display: none;
}
.property-card-outer-wrapper .left-side .additional-info-wrapper .cost-wrapper {
  width: 35%;
  float: left;
}
@media (max-width: 767px) {
}
.property-card-outer-wrapper .left-side .additional-info-wrapper .cost-wrapper .icon {
  cursor: auto;
  margin-left: -21px;
}
@media (max-width: 767px) {
  .property-card-outer-wrapper .left-side .additional-info-wrapper .cost-wrapper .icon {
    margin-left: -21px;
  }
}
.property-card-outer-wrapper .left-side .additional-info-wrapper .cost-wrapper .title {
  cursor: auto;
  font-size: 14px;
  font-family: "Brown-Light", Arial, sans-serif;
  display: inline-block;
  line-height: 33px;
}
@media (max-width: 767px) {
  .property-card-outer-wrapper .left-side .additional-info-wrapper .cost-wrapper .title {
    font-size: 12px;
  }
}
.property-card-outer-wrapper .left-side .additional-info-wrapper .price {
  float: left;
  width: 65%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Brown-Bold", Arial, sans-serif;
  font-size: 30px;
  letter-spacing: 0.75px;
  text-align: right;
  color: #454545;
}
@media (max-width: 1319px) {
  .property-card-outer-wrapper .left-side .additional-info-wrapper .price {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .property-card-outer-wrapper .left-side .additional-info-wrapper .price {
    font-size: 30px;
  }
}
.property-card-outer-wrapper .left-side .additional-info-wrapper hr {
  width: 100%;
  margin: 8px auto!important;
  float: left;
  border-top: 1px solid!important;
  border-top-color: #dcdcdc !important;
}
@media (max-width: 767px) {
  .property-card-outer-wrapper .left-side .additional-info-wrapper hr {
    margin-top: 5px!important;
    margin-bottom: 0!important;
  }
}
.property-card-outer-wrapper .left-side .additional-info-wrapper .parameter-wrapper {
  font-size: 0;
  height: 20px;
  line-height: 22px;
  float: left;
  width: 53%;
  margin-top: 5px;
  position: relative;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .property-card-outer-wrapper .left-side .additional-info-wrapper .parameter-wrapper {
    position: relative;
    line-height: 17px;
    margin-top: 10px;
    padding-left: 30px;
    float: right;
  }
}
.property-card-outer-wrapper .left-side .additional-info-wrapper .parameter-wrapper.left {
  width: 47%;
}
@media (max-width: 767px) {
  .property-card-outer-wrapper .left-side .additional-info-wrapper .parameter-wrapper.left {
    float: left;
  }
}
.property-card-outer-wrapper .left-side .additional-info-wrapper .parameter-wrapper.heating-wrapper {
  width: 100%;
}
.property-card-outer-wrapper .left-side .additional-info-wrapper .parameter-wrapper.heating-wrapper .icon {
  cursor: auto;
  font-size: 12px;
}
.property-card-outer-wrapper .left-side .additional-info-wrapper .parameter-wrapper .icon {
  color: #999999;
  font-size: 14px;
  position: absolute;
  left: 0;
  cursor: auto;
  line-height: 1em;
  top: 5px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .property-card-outer-wrapper .left-side .additional-info-wrapper .parameter-wrapper .icon {
    position: absolute;
    left: 0;
    font-size: 17px;
  }
}
.property-card-outer-wrapper .left-side .additional-info-wrapper .parameter-wrapper .icon.rentingo-heat {
  font-size: 12px;
}
.property-card-outer-wrapper .left-side .additional-info-wrapper .parameter-wrapper .title {
  cursor: auto;
  font-family: "Brown-Light", Arial, sans-serif;
  font-size: 14px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .property-card-outer-wrapper .left-side .additional-info-wrapper .parameter-wrapper .title {
    font-size: 12px;
    margin-left: 0;
    display: inline-block;
    margin-top: 3px;
  }
}
.property-card-outer-wrapper .right-side {
  background-color: #f2f2f2;
  padding: 0 20px 0 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (max-width: 767px) {
  .property-card-outer-wrapper .right-side {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    padding: 20px 20px 20px 20px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
.property-card-outer-wrapper .right-side .property-head-right {
  text-align: center;
  height: 65px;
  line-height: 65px;
}
@media (max-width: 767px) {
  .property-card-outer-wrapper .right-side .property-head-right {
    display: table;
    width: 100%;
    height: 40px;
    line-height: 1em;
    margin: 0 auto;
  }
}
.property-card-outer-wrapper .right-side .property-head-right .flag-wrapper {
  display: flex;
  align-items: center;
  width: 50%;
  float: left;
  font-size: 0;
  padding-right: 1rem;
  padding-left: 1rem;
}
.property-card-outer-wrapper .right-side .property-head-right .flag-wrapper .rentingo-eb{
  padding-right: 1rem;
  padding-top: 0.25rem;
}
@media (max-width: 767px) {
  .property-card-outer-wrapper .right-side .property-head-right .flag-wrapper {
    text-align: center;
  }
}
.property-card-outer-wrapper .right-side .property-head-right .flag-wrapper .rentingo-guarantee-title {
  text-align: left;
  color: #dcdcdc;
  font-size: 14px;
  display: inline-block;
  line-height: 16px;
  vertical-align: middle;
  font-family: "Brown-Light", Arial, sans-serif;
}
@media (max-width: 767px) {
  .property-card-outer-wrapper .right-side .property-head-right .flag-wrapper .rentingo-guarantee-title {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    line-height: 13px;
    font-size: 11px;
    padding-top: 0;
    float: none;
    height: 35px;
  }
}
.property-card-outer-wrapper .right-side .property-head-right .flag-wrapper .rentingo-guarantee-title.active {
  color: #f8c26c;
}
.property-card-outer-wrapper .right-side .property-head-right .flag-wrapper .rentingo-guarantee-title * {
  line-height: 16px;
}
.property-card-outer-wrapper .right-side .property-head-right .flag-wrapper .icon {
  font-size: 35px;
  vertical-align: middle;
  cursor: auto;
}
@media (max-width: 767px) {
  .property-card-outer-wrapper .right-side .property-head-right .flag-wrapper .icon {
    font-size: 25px;
    padding-right: 5px;
    display: inline;
    text-align: center;
  }
}
.property-card-outer-wrapper .right-side .property-head-right .flag-wrapper .icon.rentingo-guarantee {
  width: 40px;
  color: #dcdcdc;
}
.property-card-outer-wrapper .right-side .property-head-right .flag-wrapper .icon.rentingo-guarantee.active {
  color: #f8c26c;
}
@media (max-width: 767px) {
  .property-card-outer-wrapper .right-side .property-head-right .flag-wrapper .icon.rentingo-guarantee {
    width: 28px;
  }
}
.property-card-outer-wrapper .right-side .property-head-right .flag-wrapper .icon.rentingo-lightning {
  color: #4387e7;
}
.property-card-outer-wrapper .right-side .property-head-right .flag-wrapper .icon:before {
  letter-spacing: -10px;
}
.property-card-outer-wrapper .right-side .property-head-right .flag-wrapper .title {
  font-family: "Brown-Light", Arial, sans-serif;
  font-size: 14px;
  cursor: auto;
  vertical-align: middle;
}
.property-card-outer-wrapper .right-side .property-head-right .flag-wrapper .title.new {
  color: #4387e7;
}
.property-card-outer-wrapper .right-side .payment-wrapper {
  display: none;
}
.property-card-outer-wrapper .right-side .list-wrapper {
  border-top: 1px solid #dcdcdc;
  padding-top: 16px;
  min-height: 72px;
}
@media (max-width: 767px) {
  .property-card-outer-wrapper .right-side .list-wrapper {
    width: 100%;
    display: table;
    padding-top: 10px;
  }
}
.property-card-outer-wrapper .right-side .list-wrapper .interested-wrapper {
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .property-card-outer-wrapper .right-side .list-wrapper .interested-wrapper {
    display: table-cell;
    position: inherit;
    vertical-align: middle;
  }
}
.property-card-outer-wrapper .right-side .list-wrapper .interested-wrapper .connection-status {
  font-family: "Brown-Regular", Arial, sans-serif;
  text-align: center;
  line-height: 14px;
  padding-top: 13px;
  font-size: 14px;
}
.property-card-outer-wrapper .right-side .list-wrapper .interested-wrapper .connection-status.waiting {
  color: #4387e7;
}
.property-card-outer-wrapper .right-side .list-wrapper .interested-wrapper .connection-status.accepted {
  color: #92d36f;
}
.property-card-outer-wrapper .right-side .list-wrapper .interested-wrapper .connection-status.under-bidding span {
  padding-left: 0;
  color: #ec6853;
}
.property-card-outer-wrapper .right-side .list-wrapper .interested-wrapper .connection-status span {
  position: relative;
  padding-left: 18px;
}
.property-card-outer-wrapper .right-side .list-wrapper .interested-wrapper .connection-status img {
  position: absolute;
  height: 14px;
  bottom: 2px;
  left: 0;
}
.property-card-outer-wrapper .right-side .list-wrapper .interested-wrapper .btn-blue {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .property-card-outer-wrapper .right-side .list-wrapper .interested-wrapper .btn-blue {
    margin-bottom: 0;
  }
}
.property-card-outer-wrapper .right-side .list-wrapper .interested-wrapper a {
  text-align: center;
  width: 188px;
}
@media (min-width: 992px) and (max-width: 1319px) {
  .property-card-outer-wrapper .right-side .list-wrapper .interested-wrapper a {
    width: 148px;
  }
}
@media (max-width: 767px) {
  .property-card-outer-wrapper .right-side .list-wrapper .interested-wrapper a {
    display: block;
    width: 100%;
    bottom: 0;
    position: absolute;
    margin-bottom: 0;
    left: 0;
    right: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: "Brown-Light", Arial, sans-serif;
  }
}
.property-card-outer-wrapper .right-side .list-wrapper .interested-wrapper .flag-wrapper {
  position: absolute;
  top: 10px;
  right: 0;
}
@media (max-width: 767px) {
  .property-card-outer-wrapper .right-side .list-wrapper .interested-wrapper .flag-wrapper {
    display: table;
    width: 100%;
    margin-bottom: 38px;
    position: inherit;
  }
}
.property-card-outer-wrapper .right-side .list-wrapper .interested-wrapper .flag-wrapper span {
  color: #dcdcdc;
  cursor: pointer;
  font-size: 20px;
  -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);
}
@media (max-width: 767px) {
  .property-card-outer-wrapper .right-side .list-wrapper .interested-wrapper .flag-wrapper span {
    display: table-cell;
    width: 50%;
    color: #454545;
    height: 35px;
    line-height: 35px;
    font-size: 25px;
  }
  .property-card-outer-wrapper .right-side .list-wrapper .interested-wrapper .flag-wrapper span:first-child,
  .property-card-outer-wrapper .right-side .list-wrapper .interested-wrapper .flag-wrapper span:nth-child(2) {
    border-right: 1px solid #dcdcdc;
  }
}
.property-card-outer-wrapper .right-side .list-wrapper .interested-wrapper .flag-wrapper span.hearth:hover {
  color: #f8838f;
}
.highlighted {
  border: 5px solid #A1C3F3;
  border-radius: 5px;
  background: #A1C3F3;
  padding: 33px 0 0;
}
@media (max-width: 767px) {
  .highlighted {
    width: auto !important;
    margin-left: -18px;
    margin-right: -18px;
    padding: 33px 18px 20px 18px;
    border-radius: 0;
    margin-top: 0px;
  }
}
.highlighted.hover,
.highlighted:hover,
.highlighted:focus {
  border-color: #4387e7;
  background: #4387e7;
  -webkit-box-shadow: 0 11px 23px -2px #dcdcdc;
  -moz-box-shadow: 0 11px 23px -2px #dcdcdc;
  box-shadow: 0 11px 23px -2px #dcdcdc;
}
.highlighted .header {
  display: table-caption;
  position: absolute;
  top: 5px;
  border-radius: 5px 5px 0px 0px;
}
@media (max-width: 767px) {
  .highlighted .header {
    border: 0px;
    border-radius: 0px 0px 0px 0px;
    display: block;
    float: none;
    width: 100%;
  }
}
.highlighted .header .title {
  display: flex;
  flex-direction: row;
  background: #183254;
  border-radius: 5px 5px 0px 0px;
  font-size: 14px;
  color: #FFFFFF;
  width: 175px;
  height: 28px;
  box-shadow: 6px 6px 15px rgba(101, 107, 114, 0.15);
  padding: 4px 0px 4px 6px;
  margin-bottom: -10px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .highlighted .header .title {
    display: flex;
    flex-direction: row;
    padding: 4px 0px 0px 6px;
    width: 175px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -5px;
    transform: translateX(-18px);
  }
}
.highlighted .header .title .span {
  font-family: Brown;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  display: flex;
  align-items: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  /* WHITE */
  color: #FFFFFF;
  /* Inside Auto Layout */
  flex: none;
  order: 1;
  align-self: center;
  flex-grow: 0;
  margin: 4px 0px;
  vertical-align: middle;
}
.highlighted .header .title img {
  vertical-align: middle;
  padding: 0px 4px 3px 0px;
}
.custom-card-row {
  margin-left: -18px;
  margin-right: -18px;
}
.custom-card-col {
  padding-left: 15px;
  padding-right: 5px;
}
.map .property-card-outer-wrapper {
  position: relative;
  height: 680px;
}
@media (max-width: 991px) {
  .map .property-card-outer-wrapper {
    height: auto;
  }
}
.map .property-card-outer-wrapper .interested-wrapper .flag-wrapper {
  margin: 0 5px;
}
.map .property-card-outer-wrapper .interested-wrapper .flag-wrapper.flag-wrapper-left {
  left: 0;
  right: auto;
  margin: 0 15px;
}
.map .property-card-outer-wrapper .interested-wrapper .flag-wrapper .hide-map {
  display: none;
}
.map .property-card-outer-wrapper .right-side {
  position: absolute;
  width: 100%;
  bottom: 0;
}
@media (max-width: 991px) {
  .map .property-card-outer-wrapper .right-side {
    position: static;
  }
}
.list .property-card-outer-wrapper {
  display: table;
  height: 222px;
  width: 100%;
  vertical-align: top;
}
@media (max-width: 767px) {
  .list .property-card-outer-wrapper {
    float: none;
    height: auto;
    display: block;
  }
}
.list .property-card-outer-wrapper .left-side {
  padding: 15px 15px 15px 15px;
  vertical-align: top;
  display: table-cell;
  height: 100%;
  width: 100%;
  background-color: #FFF;
}
@media (max-width: 767px) {
  .list .property-card-outer-wrapper .left-side {
    display: block;
    float: none;
    width: 100%;
  }
}
.list .property-card-outer-wrapper .left-side .property-head {
  min-height: 51px;
  max-height: 52px;
}
@media (max-width: 767px) {
  .list .property-card-outer-wrapper .left-side .property-head {
    max-height: initial;
  }
}
.list .property-card-outer-wrapper .left-side .property-head a {
  min-height: 24px;
  max-height: 27px;
  padding-top: 2px;
}
@media (max-width: 767px) {
  .list .property-card-outer-wrapper .left-side .property-head a {
    max-height: inherit;
    overflow: inherit;
    line-height: 1.3em;
  }
}
.list .property-card-outer-wrapper .left-side .property-head span {
  max-height: 15px;
  display: table;
}
@media (max-width: 767px) {
  .list .property-card-outer-wrapper .left-side .property-head span {
    overflow: inherit;
    max-height: inherit;
    line-height: 1.3em;
  }
}
.list .property-card-outer-wrapper .left-side .property-head hr {
  border-top: 1px solid!important;
  border-top-color: #dcdcdc !important;
  display: none;
}
@media (max-width: 767px) {
  .list .property-card-outer-wrapper .left-side .property-head hr {
    display: block;
  }
}
.list .property-card-outer-wrapper .left-side .property-head .street {
  display: none;
}
@media (max-width: 767px) {
  .list .property-card-outer-wrapper .left-side .property-head .street {
    display: block;
  }
}
.list .property-card-outer-wrapper .left-side .left-side-inner-table-wrapper {
  display: table;
  width: 100%;
}
@media (max-width: 767px) {
  .list .property-card-outer-wrapper .left-side .left-side-inner-table-wrapper {
    display: block;
  }
}
.list .property-card-outer-wrapper .left-side .left-side-inner-table-wrapper .image-outer-wrapper {
  vertical-align: top;
  display: table-cell;
  position: relative;
  height: 140px;
  width: 210px;
}
@media (max-width: 1319px) {
  .list .property-card-outer-wrapper .left-side .left-side-inner-table-wrapper .image-outer-wrapper {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .list .property-card-outer-wrapper .left-side .left-side-inner-table-wrapper .image-outer-wrapper {
    display: inline-block;
    height: auto;
    width: 100%;
  }
}
.list .property-card-outer-wrapper .left-side .left-side-inner-table-wrapper .image-outer-wrapper .image-wrapper {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .list .property-card-outer-wrapper .left-side .left-side-inner-table-wrapper .image-outer-wrapper .image-wrapper {
    margin-bottom: 8px;
    display: block;
    height: auto;
    float: left;
    width: 100%;
  }
}
.list .property-card-outer-wrapper .left-side .left-side-inner-table-wrapper .image-outer-wrapper .image-wrapper img {
  height: auto;
  max-height: 140px;
  width: 100%;
}
.list .property-card-outer-wrapper .left-side .left-side-inner-table-wrapper .image-outer-wrapper .image-wrapper .image-count {
  opacity: 0;
  -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);
  width: 100%;
  height: 25px;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  color: #ffffff;
  background-color: rgba(40, 40, 40, 0.75);
  text-decoration: underline;
  font-family: "Brown-Light", Arial, sans-serif;
}
@media (max-width: 767px) {
  .list .property-card-outer-wrapper .left-side .left-side-inner-table-wrapper .image-outer-wrapper .image-wrapper .image-count {
    bottom: 0;
  }
}
.list .property-card-outer-wrapper .left-side .left-side-inner-table-wrapper .additional-info-wrapper {
  padding-left: 15px;
  display: inline-block;
  float: left;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1319px) {
  .list .property-card-outer-wrapper .left-side .left-side-inner-table-wrapper .additional-info-wrapper {
    max-width: 100%;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .list .property-card-outer-wrapper .left-side .left-side-inner-table-wrapper .additional-info-wrapper {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    float: none;
  }
}
.list .property-card-outer-wrapper .left-side .left-side-inner-table-wrapper .additional-info-wrapper .street {
  display: block;
  min-height: 28px;
  font-family: "Brown-Light", Arial, sans-serif;
  font-size: 14px;
}
@media (max-width: 1319px) {
  .list .property-card-outer-wrapper .left-side .left-side-inner-table-wrapper .additional-info-wrapper .street {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .list .property-card-outer-wrapper .left-side .left-side-inner-table-wrapper .additional-info-wrapper .street {
    font-size: 14px;
  }
}
.list .property-card-outer-wrapper .left-side .left-side-inner-table-wrapper .additional-info-wrapper .street a {
  color: #454545;
}
.list .property-card-outer-wrapper .left-side .left-side-inner-table-wrapper .additional-info-wrapper .street strong {
  color: #454545;
  font-family: "Brown-Regular", Arial, sans-serif;
}
@media (max-width: 767px) {
  .list .property-card-outer-wrapper .left-side .left-side-inner-table-wrapper .additional-info-wrapper .street {
    display: none;
  }
}
@media (max-width: 1319px) {
  .list .property-card-outer-wrapper .left-side .left-side-inner-table-wrapper .additional-info-wrapper .padding-top {
    padding-top: 0;
  }
}
@media (max-width: 1319px) {
  .list .property-card-outer-wrapper .left-side .left-side-inner-table-wrapper .additional-info-wrapper .small-text {
    font-size: 13px;
  }
}
@media (max-width: 1319px) {
  .list .property-card-outer-wrapper .left-side .left-side-inner-table-wrapper .additional-info-wrapper .small-text.icon {
    font-size: 8px;
  }
}
.list .property-card-outer-wrapper .left-side .left-side-inner-table-wrapper .additional-info-wrapper .cost-wrapper {
  display: none;
}
@media (max-width: 767px) {
  .list .property-card-outer-wrapper .left-side .left-side-inner-table-wrapper .additional-info-wrapper .cost-wrapper {
    display: block;
  }
}
.list .property-card-outer-wrapper .left-side .left-side-inner-table-wrapper .additional-info-wrapper .price {
  display: none;
}
@media (max-width: 767px) {
  .list .property-card-outer-wrapper .left-side .left-side-inner-table-wrapper .additional-info-wrapper .price {
    display: block;
    font-size: 31px;
    letter-spacing: 0px;
  }
}
.list .property-card-outer-wrapper .left-side .left-side-inner-table-wrapper .additional-info-wrapper .floated-hr {
  border-top: 1px solid!important;
  border-color: #dcdcdc !important;
  float: left;
  margin-top: 0!important;
}
.list .property-card-outer-wrapper .left-side .left-side-inner-table-wrapper .additional-info-wrapper .floated-hr:before {
  content: '';
}
.list .property-card-outer-wrapper .left-side .left-side-inner-table-wrapper .additional-info-wrapper .floated-hr:after {
  content: '';
}
@media (max-width: 767px) {
  .list .property-card-outer-wrapper .left-side .left-side-inner-table-wrapper .additional-info-wrapper .floated-hr {
    margin-top: 5px!important;
    margin-bottom: 0!important;
  }
}
.list .property-card-outer-wrapper .left-side .left-side-inner-table-wrapper .additional-info-wrapper .parameter-wrapper {
  min-width: 125px;
  margin-top: 8px;
  padding-left: 35px;
  float: left;
  position: relative;
  font-size: 0;
}
@media (max-width: 767px) {
  .list .property-card-outer-wrapper .left-side .left-side-inner-table-wrapper .additional-info-wrapper .parameter-wrapper {
    line-height: 17px;
    margin-top: 10px;
    float: right;
  }
}
.list .property-card-outer-wrapper .left-side .left-side-inner-table-wrapper .additional-info-wrapper .parameter-wrapper.left {
  max-width: 165px;
}
@media (max-width: 767px) {
  .list .property-card-outer-wrapper .left-side .left-side-inner-table-wrapper .additional-info-wrapper .parameter-wrapper.left {
    max-width: inherit;
    min-width: inherit;
    float: left;
  }
}
.list .property-card-outer-wrapper .left-side .left-side-inner-table-wrapper .additional-info-wrapper .parameter-wrapper.heating-wrapper .icon {
  font-size: 12px;
}
.list .property-card-outer-wrapper .left-side .left-side-inner-table-wrapper .additional-info-wrapper .parameter-wrapper .icon {
  cursor: auto;
  position: absolute;
  color: #999999;
  font-size: 14px;
  left: 0;
  top: 5px;
}
.list .property-card-outer-wrapper .left-side .left-side-inner-table-wrapper .additional-info-wrapper .parameter-wrapper .title {
  vertical-align: middle;
  cursor: auto;
  margin-left: 0;
  text-align: left;
  font-family: "Brown-Light", Arial, sans-serif;
  font-size: 14px;
}
@media (max-width: 767px) {
  .list .property-card-outer-wrapper .left-side .left-side-inner-table-wrapper .additional-info-wrapper .parameter-wrapper .title {
    font-size: 12px;
  }
}
.list .property-card-outer-wrapper .right-side {
  padding: 15px 15px 15px 15px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5px;
  vertical-align: top;
  display: table-cell;
  min-width: 327px;
  height: 100%;
}
@media (max-width: 1319px) {
  .list .property-card-outer-wrapper .right-side {
    padding: 15px 10px 15px 10px;
    min-width: 250px;
  }
}
@media (max-width: 767px) {
  .list .property-card-outer-wrapper .right-side {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 0;
    position: relative;
    display: block;
    width: 100%;
  }
}
.list .property-card-outer-wrapper .right-side .property-head-right {
  display: table;
  width: 100%;
  height: 84px;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .list .property-card-outer-wrapper .right-side .property-head-right {
    height: 40px;
    padding-top: 0px;
  }
}
.list .property-card-outer-wrapper .right-side .property-head-right .flag-wrapper {
  line-height: 1em;
  height: auto;
}
.list .property-card-outer-wrapper .right-side .property-head-right .flag-wrapper .rentingo-guarantee-title {
  color: #dcdcdc;
  font-size: 14px;
  display: block;
  float: left;
  line-height: 16px;
  padding-top: 1px;
  font-family: "Brown-Light", Arial, sans-serif;
}
@media (max-width: 1319px) {
  .list .property-card-outer-wrapper .right-side .property-head-right .flag-wrapper .rentingo-guarantee-title {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .list .property-card-outer-wrapper .right-side .property-head-right .flag-wrapper .rentingo-guarantee-title {
    display: inline-block;
    vertical-align: top;
    line-height: 13px;
    font-size: 11px;
    padding-top: 0;
    float: none;
    height: 35px;
  }
  .list .property-card-outer-wrapper .right-side .property-head-right .flag-wrapper .rentingo-guarantee-title > * {
    display: inline;
  }
}
.list .property-card-outer-wrapper .right-side .property-head-right .flag-wrapper .rentingo-guarantee-title.active {
  color: #f8c26c;
}
.list .property-card-outer-wrapper .right-side .property-head-right .flag-wrapper .rentingo-guarantee {
  float: left;
  display: block;
  width: 40px;
  text-align: left;
}
@media (max-width: 767px) {
  .list .property-card-outer-wrapper .right-side .property-head-right .flag-wrapper .rentingo-guarantee {
    text-align: center;
    display: inline;
    width: 28px;
    float: none;
  }
}
.list .property-card-outer-wrapper .right-side .list-wrapper {
  display: table;
  width: 100%;
  border-top: 1px solid #dcdcdc;
  padding-top: 15px;
}
@media (max-width: 767px) {
  .list .property-card-outer-wrapper .right-side .list-wrapper {
    padding-top: 10px;
  }
}
.list .property-card-outer-wrapper .right-side .payment-wrapper {
  display: table-cell;
  text-align: center;
}
@media (max-width: 767px) {
  .list .property-card-outer-wrapper .right-side .payment-wrapper {
    display: none;
  }
}
.list .property-card-outer-wrapper .right-side .payment-wrapper .connection-status {
  font-family: "Brown-Regular", Arial, sans-serif;
  text-align: center;
  line-height: 14px;
  padding-top: 13px;
  font-size: 14px;
}
.list .property-card-outer-wrapper .right-side .payment-wrapper .connection-status.waiting {
  color: #4387e7;
}
.list .property-card-outer-wrapper .right-side .payment-wrapper .connection-status.accepted {
  color: #92d36f;
}
.list .property-card-outer-wrapper .right-side .payment-wrapper .connection-status.rejected {
  color: #ec6853;
}
.list .property-card-outer-wrapper .right-side .payment-wrapper .connection-status.under-bidding span {
  padding-left: 0;
  color: #ec6853;
}
.list .property-card-outer-wrapper .right-side .payment-wrapper .connection-status span {
  position: relative;
  padding-left: 18px;
}
.list .property-card-outer-wrapper .right-side .payment-wrapper .connection-status img {
  position: absolute;
  height: 14px;
  bottom: 2px;
  left: 0;
}
.list .property-card-outer-wrapper .right-side .payment-wrapper .cost-wrapper {
  margin-bottom: 5px;
}
.list .property-card-outer-wrapper .right-side .payment-wrapper .cost-wrapper .title {
  cursor: auto;
  font-family: "Brown-Light", Arial, sans-serif;
}
.list .property-card-outer-wrapper .right-side .payment-wrapper a {
  width: 188px;
  margin-bottom: 10px;
  font-size: 18px;
  font-family: "Brown-Light", Arial, sans-serif;
}
@media (max-width: 1319px) {
  .list .property-card-outer-wrapper .right-side .payment-wrapper a {
    width: 140px;
  }
}
.list .property-card-outer-wrapper .right-side .payment-wrapper h2 {
  margin: 0;
  margin-bottom: 18px;
  font-size: 30px;
  font-family: "Brown-Bold", Arial, sans-serif;
}
@media (max-width: 1319px) {
  .list .property-card-outer-wrapper .right-side .payment-wrapper h2 {
    font-size: 28px;
  }
}
.list .property-card-outer-wrapper .right-side .interested-wrapper {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .list .property-card-outer-wrapper .right-side .interested-wrapper {
    position: inherit;
  }
}
.list .property-card-outer-wrapper .right-side .interested-wrapper a {
  display: none;
}
@media (max-width: 767px) {
  .list .property-card-outer-wrapper .right-side .interested-wrapper a {
    display: block;
    width: 100%;
    bottom: 0;
    position: absolute;
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    left: 0;
    right: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: "Brown-Light", Arial, sans-serif;
  }
}
.list .property-card-outer-wrapper .right-side .interested-wrapper .connection-status {
  display: none;
}
.list .property-card-outer-wrapper .right-side .interested-wrapper .flag-wrapper {
  display: block;
  width: 45px;
  top: 0;
  text-align: center;
  position: relative;
  border-left: 1px solid #dcdcdc;
}
.list .property-card-outer-wrapper .right-side .interested-wrapper .flag-wrapper.flag-wrapper-left {
  display: none;
}
@media (max-width: 1319px) {
  .list .property-card-outer-wrapper .right-side .interested-wrapper .flag-wrapper {
    width: 35px;
  }
}
@media (max-width: 767px) {
  .list .property-card-outer-wrapper .right-side .interested-wrapper .flag-wrapper {
    display: table;
    width: 100%;
    margin-bottom: 38px;
    border: none;
  }
}
.list .property-card-outer-wrapper .right-side .interested-wrapper .flag-wrapper span {
  color: #dcdcdc;
  display: block;
  width: 65px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
@media (max-width: 1319px) {
  .list .property-card-outer-wrapper .right-side .interested-wrapper .flag-wrapper span {
    width: 55px;
  }
}
@media (max-width: 767px) {
  .list .property-card-outer-wrapper .right-side .interested-wrapper .flag-wrapper span {
    display: table-cell;
    width: 33%;
    height: 35px;
    line-height: 35px;
    font-size: 25px;
    color: #454545;
  }
  .list .property-card-outer-wrapper .right-side .interested-wrapper .flag-wrapper span:first-child,
  .list .property-card-outer-wrapper .right-side .interested-wrapper .flag-wrapper span:nth-child(2) {
    border-right: 1px solid #dcdcdc;
  }
}
.list .property-card-outer-wrapper .right-side .interested-wrapper .flag-wrapper span.hearth:hover {
  color: #f8838f;
}
.property-card-mobile-target {
  float: left;
  font-family: "Brown-Light", Arial, sans-serif;
  font-size: 12px;
}
.additional-info-wrapper {
  width: 100%;
}
.additional-info-wrapper .icon {
  color: #999999;
}
.additional-info-wrapper .icon.rentingo-heat {
  font-size: 12px;
}
@media (max-width: 767px) {
  .additional-info-wrapper .icon.rentingo-heat {
    font-size: 10px;
  }
}
.additional-info-wrapper .col-xs-6.right-column {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.additional-info-wrapper .small-text {
  font-family: "Brown-Light", Arial, sans-serif;
}
.additional-info-wrapper .padding-top {
  padding-top: 8px;
}
/*---------------- CR: hide clock icon from properties older than 1 day ----------------*/
.older-property-promotion {
  opacity: 0 !important;
  pointer-events: none !important;
}
.property-rent-status {
  margin-bottom: 5px;
}
.property-rent-status span {
  padding: 3px 10px 0 10px;
  text-transform: uppercase;
  float: left;
}
.property-rent-status hr {
  clear: both;
}
.property-rent-status .property-rent-status-action {
  float: right;
  text-decoration-line: underline;
  text-transform: capitalize;
}
.property-rent-status .property-rent-status-action a {
  font-size: 14px;
  text-decoration-line: underline;
}
@media (max-width: 767px) {
  .property-rent-status .property-rent-status-action {
    padding: 0px;
  }
}
.property-rent-status .property-rent-status-rentable-from {
  background: #FAAA41;
  border-radius: 5px 5px 0px 0px;
  font-size: 16px;
  color: #FFFFFF;
}
.property-rent-status .property-rent-status-rentable-value {
  font-size: 14px;
  padding-left: 15px;
  padding-right: 0px;
  color: #454545;
}
@media (max-width: 767px) {
  .property-rent-status .property-rent-status-rentable-value {
    float: right;
  }
}
.property-rent-status .property-rent-status-rented {
  color: #999999;
  font-size: 18px;
}
.property-rent-status .property-rent-status-rented span {
  padding-left: 0px;
}
.property-rent-status .property-rent-status-rented-receive-interest {
  color: #454545;
  font-size: 14px;
  float: right;
  text-transform: none;
}
.property-rent-status .property-rent-status-back {
  margin-bottom: 10px;
}
.custom-card-col .property-rent-status .property-rent-status-rentable-value {
  float: right;
}
@media (max-width: 767px) {
  .custom-card-col .property-rent-status .property-rent-status-rentable-value {
    float: right;
  }
}
.property-endpage .property-upper-wrapper {
  padding-top: 0px;
}
.property-endpage .property-rent-status {
  display: table-caption;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .property-endpage .property-rent-status {
    display: block;
  }
}
.dotted-sided-content {
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding-bottom: 20px;
  color: #BFBFBF;
  clear: both;
  width: 95%;
  margin: auto;
  overflow: hidden;
}
.dotted-sided-content span {
  display: inline-block;
  position: relative;
}
.dotted-sided-content span:before,
.dotted-sided-content span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px dashed #BFBFBF;
  top: 3px;
  width: 100%;
}
.dotted-sided-content span:before {
  right: 100%;
  margin-right: 15px;
}
.dotted-sided-content span:after {
  left: 100%;
  margin-left: 15px;
}
.green-attributes {
  color: #27AE60;
  font-size: 14px;
  font-family: Brown-Regular;
  font-style: normal;
  font-weight: normal;
}
@media (max-width: 767px) {
  .green-attributes {
    font-size: 12px;
  }
}
.green-attributes img {
  filter: invert(55%) sepia(29%) saturate(1013%) hue-rotate(93deg) brightness(94%) contrast(92%);
  margin-top: -5px;
}
.green-attributes.bg-green-gradient {
  background: linear-gradient(270deg, #92D36F 1.85%, #27AE60 100%);
  color: white;
  width: 100%;
  margin: auto;
  border-radius: 4px 4px 0px 0px;
  padding: 10px 0;
}
.green-attributes.bg-green-gradient img {
  filter: brightness(0) invert(1);
}
.green-attributes.bg-green-gradient .small-text {
  color: white;
}
.green-attributes.border-radius-0 {
  border-radius: 0!important;
}
@media (max-width: 767px) {
  .green-attributes.border-radius-0 {
    padding: 6px 0 5px;
  }
}
@media (max-width: 767px) {
  .green-attributes.border-radius-0 .centered {
    width: 100%;
    text-align: center;
  }
}
.green-attributes .right-column {
  padding-left: 0 !important;
}
.green-attributes .padding-right-0 {
  padding-right: 0 !important;
}
.green-attributes .small-text {
  color: #27AE60;
  font-size: 14px;
}
.map .property-card-outer-wrapper .left-side {
  background: #ffffff;
}
.map .property-card-outer-wrapper .centered {
  width: 100%;
}
/*# sourceMappingURL=property-card.css.map */
.seen-earlier {
  font-family: "Brown-Light", Arial, sans-serif;
  padding-left: 80px;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .seen-earlier {
    padding-left: 0;
    margin: 15px 0;
    font-size: 12px;
  }
}
/*# sourceMappingURL=last-seen-properties.css.map */
section.recommended-items {
  margin-top: 20px;
  margin-bottom: -60px;
}
section.recommended-items .title h4 {
  display: inline-block;
  padding: 15px 27px 15px 22px;
  background: #F2F2F2;
  margin: 0;
  border-radius: 0px 5px 0px 0px;
}
section.recommended-items .block {
  min-height: 625px;
  background: #F2F2F2;
  padding: 40px 0;
}
section.recommended-items .outer-wrapper {
  width: 966px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  section.recommended-items .outer-wrapper {
    width: 644px;
  }
}
@media (max-width: 767px) {
  section.recommended-items .outer-wrapper {
    width: 322px;
  }
}
section.recommended-items .oneline {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
section.recommended-items .card {
  width: 282px;
  border: 1px solid #DCDCDC;
  box-sizing: border-box;
  border-radius: 5px;
  line-height: 1;
  margin: 0 20px;
  outline: none;
}
section.recommended-items .card .top {
  background: white;
  padding: 15px;
  border-radius: 5px 5px 0 0;
}
section.recommended-items .card .bottom {
  background: #F2F2F2;
  padding: 8px 15px 15px;
  border-radius: 0 0 5px 5px;
}
section.recommended-items .card .status {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #DCDCDC;
}
section.recommended-items .card .status .rentable {
  font-size: 16px;
  line-height: 29px;
  background: orange;
  padding: 2px 20px 0;
  color: white;
  margin-bottom: -1px;
  border-radius: 5px 5px 0 0;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: Brown-Regular;
}
section.recommended-items .card .status .rentable-from {
  font-size: 14px;
  padding: 8px 0;
  text-transform: uppercase;
}
section.recommended-items .card .property-title {
  font-size: 16px;
  padding: 12px 0;
  border-bottom: 1px solid #DCDCDC;
}
section.recommended-items .card .property-title a {
  color: #4387E7;
}
section.recommended-items .card .address {
  font-size: 14px;
  padding: 12px 0;
  font-family: Brown-Light, Arial, sans-serif;
}
section.recommended-items .card .image {
  height: 168px;
}
section.recommended-items .card .image img {
  object-fit: fill;
  width: 100%;
  height: 166px;
}
section.recommended-items .card .price-block {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  line-height: 31px;
  border-bottom: 1px solid #DCDCDC;
}
section.recommended-items .card .price-block .price-title {
  font-size: 12px;
  white-space: nowrap;
  font-family: Brown-Light, Arial, sans-serif;
}
section.recommended-items .card .price-block .price {
  font-size: 31px;
  white-space: nowrap;
  font-weight: bold;
}
section.recommended-items .card .parameters {
  font-size: 13px;
  padding: 7px 0 0 0;
}
section.recommended-items .card .parameters .row > div {
  display: flex;
}
section.recommended-items .card .parameters .icon {
  width: 16px;
  display: inline-block;
  color: #808080;
}
section.recommended-items .card .parameters .small-text {
  white-space: nowrap;
}
section.recommended-items .card .parameters .small-text:nth-child(2) {
  margin-left: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
}
section.recommended-items .card .bottom .property-card-outer-wrapper {
  margin-bottom: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  transition: none!important;
  box-shadow: none!important;
}
section.recommended-items .card .bottom .property-card-outer-wrapper .right-side {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}
section.recommended-items .card .bottom .property-card-outer-wrapper .right-side .property-head-right {
  height: 50px;
  line-height: 1;
}
section.recommended-items .card .bottom .property-card-outer-wrapper .flag-wrapper {
  cursor: pointer;
  line-height: 40px;
}
section.recommended-items .card a.button {
  border-radius: 5px;
  font-family: Brown-Light;
}
section.recommended-items .card .additional-info-wrapper .col-xs-6.right-column {
  padding: 8px 18px 0 0!important;
}
section.recommended-items .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 38px;
  color: #4387E7;
  cursor: pointer;
}
section.recommended-items .slick-arrow.rentingo-angle-left {
  left: -30px;
}
section.recommended-items .slick-arrow.rentingo-angle-right {
  right: -30px;
}
section.recommended-items .slick-dots {
  width: 100%;
  padding: 0;
  margin: 20px auto 0;
  text-align: center;
}
section.recommended-items .slick-dots li {
  list-style: none;
  position: relative;
  display: inline-block;
  margin: 0 5px;
}
section.recommended-items .slick-dots li.slick-active button:after {
  content: " ";
  background: #4387E7;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}
section.recommended-items .slick-dots button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
section.recommended-items .slick-dots button:before {
  content: " ";
  background: #C4C4C4;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
@media (max-width: 767px) {
  section.recommended-items .slick-dots button {
    width: 12px;
    height: 12px;
  }
  section.recommended-items .slick-dots button:before {
    width: 12px;
    height: 12px;
  }
}
section.recommended-items.recommended-roommates .card {
  height: 492px;
  padding: 21px 15px;
  background: white;
}
section.recommended-items.recommended-roommates .card .address {
  line-height: 21px;
  padding: 10px 0;
  min-height: 21px;
  box-sizing: content-box;
}
section.recommended-items.recommended-roommates .card .price-block {
  padding: 30px 0 6px;
}
section.recommended-items.recommended-roommates .block-name {
  display: flex;
  justify-content: space-between;
  line-height: 24px;
  padding-bottom: 4px;
}
section.recommended-items.recommended-roommates .block-name .name {
  font-size: 16px;
  color: #4387E7;
}
section.recommended-items.recommended-roommates .block-name .match {
  font-size: 12px;
}
section.recommended-items.recommended-roommates .block-country {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #DCDCDC;
  line-height: 17px;
  font-size: 14px;
  padding-bottom: 10px;
}
section.recommended-items.recommended-roommates .block-country .flag.flag-16 {
  height: 13px;
}
section.recommended-items.recommended-roommates .block-country .match {
  color: #4387E7;
}
section.recommended-items.recommended-roommates .image {
  height: 135px;
  width: 135px;
  margin: auto;
}
section.recommended-items.recommended-roommates .additional-info-wrapper {
  padding: 8px 0 20px;
}
section.recommended-items.recommended-roommates .additional-info-wrapper .row {
  height: 20px;
  line-height: 20px;
}
section.recommended-items.recommended-roommates .additional-info-wrapper .row .icon {
  color: #808080;
}
section.recommended-items.recommended-roommates .additional-info-wrapper .row .small-text {
  font-family: Brown-Light, Arial, sans-serif;
  font-size: 12px;
}
section.recommended-items.recommended-roommates .additional-info-wrapper .row .small-text:nth-of-type(even) {
  margin-left: 9px;
}
/*# sourceMappingURL=recommended-items.css.map */
.last-seen-carousel-wrapper {
  position: relative;
  padding: 0 55px;
}
@media (max-width: 767px) {
  .last-seen-carousel-wrapper {
    padding: 0;
  }
}
.last-seen-carousel-wrapper .last-seen-carousel {
  width: 100%;
}
.last-seen-carousel-wrapper .last-seen-carousel .last-seen-property-card {
  min-width: 275px !important;
  padding: 0 18px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .last-seen-carousel-wrapper .last-seen-carousel .last-seen-property-card {
    min-width: 370px !important;
  }
}
@media (max-width: 767px) {
  .last-seen-carousel-wrapper .last-seen-carousel .last-seen-property-card {
    padding: 0;
  }
}
.last-seen-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-carousel-wrapper .carousel-paginator.hover,
.last-seen-carousel-wrapper .carousel-paginator:hover,
.last-seen-carousel-wrapper .carousel-paginator:focus {
  background-color: #fafafa;
  opacity: 1;
}
.last-seen-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-carousel-wrapper .carousel-paginator.roll-left {
  position: absolute;
  left: 8px;
}
.last-seen-carousel-wrapper .carousel-paginator.roll-right {
  position: absolute;
  right: 8px;
}
@media (max-width: 767px) {
  .last-seen-carousel-wrapper .carousel-paginator {
    display: none;
  }
}
.last-seen-carousel-wrapper .circle-wrapper {
  display: none;
}
@media (max-width: 767px) {
  .last-seen-carousel-wrapper .circle-wrapper {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    padding: 5px 0;
  }
  .last-seen-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-carousel-wrapper .circle-wrapper .circle.active {
    background-color: #eca94f;
  }
}
/*# sourceMappingURL=last-seen-carousel.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 */
.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 */
.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 */