.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 */
.input-radio-wrapper input + label {
  position: relative;
  cursor: pointer;
  width: 100%;
  border: 1px solid #bfbfbf;
  color: #454545;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  font-family: "Brown-Light", Arial, sans-serif;
  line-height: 32px;
  background-color: white;
  padding: 0 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .input-radio-wrapper input + label {
    font-size: 14px;
    line-height: 34px;
  }
}
.input-radio-wrapper input + label:hover {
  border-color: #faaa41;
  color: #faaa41;
}
.input-radio-wrapper input[type=checkbox] {
  display: none;
}
.input-radio-wrapper input[type=radio] {
  display: none;
}
.input-radio-wrapper input[type=checkbox]:checked + label {
  background-color: #faaa41;
  border-color: #faaa41;
  padding: 0 30px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .input-radio-wrapper input[type=checkbox]:checked + label {
    padding: 0 20px 0 5px;
  }
}
.input-radio-wrapper input[type=checkbox]:checked + label:after {
  content: "\e930";
  font-family: 'icomoon';
  font-size: 12px;
  font-weight: 100;
  display: block;
  width: 5px;
  height: 5px;
  color: #ffffff;
  position: absolute;
  right: 22px;
  top: 0px;
}
.input-radio-wrapper input[type=radio]:checked + label {
  background-color: #faaa41;
  border-color: #faaa41;
  color: #ffffff;
}
.input-radio-wrapper input[type=radio]:checked + label:after {
  content: "\e930";
  font-family: 'icomoon';
  font-size: 12px;
  font-weight: 100;
  display: block;
  width: 5px;
  height: 5px;
  color: #ffffff;
  position: absolute;
  right: 22px;
  top: 0px;
}
.checkbox {
  cursor: pointer;
  display: table;
  width: 100%;
  float: left;
  position: relative;
  margin-top: 0px;
}
.checkbox .fake-checkbox-wrapper {
  display: table;
  vertical-align: middle;
  margin-bottom: 10px;
}
.checkbox .fake-checkbox-wrapper .formtext {
  font-size: 14px;
  font-family: "Brown-Light", Arial, sans-Serif;
  font-weight: normal;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.1;
}
.checkbox .fake-checkbox-wrapper .formtext a {
  text-decoration: underline;
  color: #454545;
}
.checkbox .fake-checkbox-wrapper .custom-checkbox {
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid #999999;
  height: 16px;
  width: 16px;
  float: left;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .checkbox .fake-checkbox-wrapper .custom-checkbox {
    display: none;
  }
}
.checkbox .fake-checkbox-wrapper input[type=checkbox] {
  display: none;
}
.checkbox .fake-checkbox-wrapper input[type=checkbox] + .custom-checkbox .rentingo-tick {
  display: none;
}
.checkbox .fake-checkbox-wrapper input[type=checkbox]:checked + .custom-checkbox {
  background: none;
  position: relative;
}
.checkbox .fake-checkbox-wrapper input[type=checkbox]:checked + .custom-checkbox:after {
  content: "\e930";
  font-family: 'icomoon';
  font-weight: 100;
  display: block;
  width: 100%;
  height: 100%;
  color: #b77897;
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 8px;
  line-height: 15px;
  text-align: center;
}
.checkbox .fake-checkbox-wrapper input[type=checkbox]:checked + .custom-checkbox .rentingo-tick {
  display: block;
  font-size: 8px;
  font-weight: 900;
  position: absolute;
  top: 4px;
  left: 2px;
  color: #b77897;
}
.checkbox .checkbox-text {
  display: table-cell;
}
@media (max-width: 767px) {
  .student .col-xs-6:nth-of-type(even) {
    padding-right: 13px;
  }
  .student .col-xs-6:nth-of-type(odd) {
    padding-left: 12px;
  }
}
.radio {
  cursor: pointer;
  display: table;
  width: 100%;
  float: left;
  position: relative;
  margin-top: 0px;
}
.radio .fake-radio-wrapper {
  display: table;
  vertical-align: middle;
  margin-bottom: 10px;
}
.radio .fake-radio-wrapper .formtext {
  font-size: 14px;
  font-family: "Brown-Light", Arial, sans-Serif;
  font-weight: normal;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.1;
}
.radio .fake-radio-wrapper .formtext a {
  text-decoration: underline;
  color: #454545;
}
.radio .fake-radio-wrapper .custom-radio {
  box-sizing: border-box;
  border-radius: 20px;
  border: 1px solid #999999;
  height: 16px;
  width: 16px;
  float: left;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .radio .fake-radio-wrapper .custom-radio {
    display: none;
  }
}
.radio .fake-radio-wrapper input[type=radio] {
  display: none;
}
.radio .fake-radio-wrapper input[type=radio]:checked + .custom-radio {
  background: none;
  position: relative;
}
.radio .fake-radio-wrapper input[type=radio]:checked + .custom-radio:after {
  content: " ";
  font-weight: 100;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 20px;
  background: #b77897;
  position: absolute;
  right: 50%;
  top: 50%;
  margin-top: -3px;
  margin-right: -3px;
}
.big-checkboxes-wrapper {
  overflow: hidden;
}
.big-checkboxes-wrapper h5 {
  margin-top: 0;
}
@media (max-width: 767px) {
  .big-checkboxes-wrapper h5 {
    margin: 10px 0 15px;
  }
}
.big-checkboxes-wrapper .custom-row {
  line-height: 1!important;
  overflow: hidden;
  margin: 0 -10px;
}
@media (max-width: 767px) {
  .big-checkboxes-wrapper .custom-row {
    margin: 0 -7px;
  }
}
.big-checkboxes-wrapper .input-radio-wrapper input[type=checkbox] + label {
  display: flex;
  justify-content: center;
  padding: 12px 10px!important;
  line-height: 1;
  margin: 0 0 20px 0;
}
@media (max-width: 767px) {
  .big-checkboxes-wrapper .input-radio-wrapper input[type=checkbox] + label {
    margin: 0 0 10px 0;
    padding: 13px 10px;
  }
}
.big-checkboxes-wrapper .input-radio-wrapper input[type=checkbox]:checked + label {
  padding: 12px 10px;
}
.big-checkboxes-wrapper .input-radio-wrapper input[type=checkbox]:checked + label:after {
  top: 50%;
  transform: translate(0, -50%);
  height: 12px;
  width: 12px;
  right: 10px;
}
.big-checkboxes-wrapper .input-radio-wrapper {
  width: 95%;
}
@media (max-width: 767px) {
  .big-checkboxes-wrapper .input-radio-wrapper {
    width: 100%;
  }
}
.big-checkboxes-wrapper .custom-col {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .big-checkboxes-wrapper .custom-col {
    padding: 0 7px 0 8px;
  }
}
/*# sourceMappingURL=checkbox-radio.css.map */
.compact-selection{
  line-height: normal!important;
  font-size: 16px!important;
  margin-bottom: 10px!important;
  padding-left: 9px;
  padding-right: 9px;
}

.compact-selection input + label {
  line-height: 32px;
  padding: 0 30px 0 30px !important;
}

@media (min-width: 1320px) {
  #filterModal .modal-dialog,
  #roommateFilterModal .modal-dialog {
    min-width: 1100px;
  }
}
#filterModal .modal-dialog .modal-filter-wrapper,
#roommateFilterModal .modal-dialog .modal-filter-wrapper {
  padding: 20px 45px 30px 45px;
}
#filterModal .modal-dialog .modal-filter-wrapper .modal-filter-header h4,
#roommateFilterModal .modal-dialog .modal-filter-wrapper .modal-filter-header h4 {
  text-transform: uppercase;
  font-family: "Brown-Bold", Arial, sans-serif;
}
#filterModal .modal-dialog .modal-filter-wrapper .modal-filter-header h4 span a,
#roommateFilterModal .modal-dialog .modal-filter-wrapper .modal-filter-header h4 span a {
  font-size: 14px;
  font-family: "Brown-Light", Arial, sans-serif;
  color: #454545;
  text-transform: none;
  text-decoration: underline;
  padding-left: 15px;
}
#filterModal .modal-dialog .modal-filter-wrapper .modal-filter-header h4 span a:hover,
#roommateFilterModal .modal-dialog .modal-filter-wrapper .modal-filter-header h4 span a:hover {
  cursor: pointer;
}
#filterModal .modal-dialog .modal-filter-wrapper .modal-filter-header .close,
#roommateFilterModal .modal-dialog .modal-filter-wrapper .modal-filter-header .close {
  position: absolute;
  top: 0;
  right: 8px;
}
#filterModal .modal-dialog .modal-filter-wrapper .modal-filter-header .desktop-left,
#roommateFilterModal .modal-dialog .modal-filter-wrapper .modal-filter-header .desktop-left {
  display: inline-block;
  float: left;
}
#filterModal .modal-dialog .modal-filter-wrapper .modal-filter-header .desktop-left .reset-form,
#roommateFilterModal .modal-dialog .modal-filter-wrapper .modal-filter-header .desktop-left .reset-form {
  margin: 4px 30px;
}
#filterModal .modal-dialog .modal-filter-wrapper .modal-filter-header .desktop-right,
#roommateFilterModal .modal-dialog .modal-filter-wrapper .modal-filter-header .desktop-right {
  margin-bottom: 15px;
  text-align: right;
}
#filterModal .modal-dialog .modal-filter-wrapper .modal-filter-header .desktop-right .filtering-button,
#roommateFilterModal .modal-dialog .modal-filter-wrapper .modal-filter-header .desktop-right .filtering-button {
  margin-right: 30px;
  text-transform: uppercase;
}
#filterModal .modal-dialog .modal-filter-wrapper .modal-filter-bottom .desktop-left,
#roommateFilterModal .modal-dialog .modal-filter-wrapper .modal-filter-bottom .desktop-left {
  margin-top: 35px;
}
#filterModal .modal-dialog .modal-filter-wrapper .modal-filter-bottom .desktop-left a,
#roommateFilterModal .modal-dialog .modal-filter-wrapper .modal-filter-bottom .desktop-left a {
  font-size: 14px;
  font-family: "Brown-Light", Arial, sans-serif;
  color: #454545;
  text-transform: none;
  text-decoration: underline;
}
#filterModal .modal-dialog .modal-filter-wrapper .modal-filter-bottom .desktop-left a:hover,
#roommateFilterModal .modal-dialog .modal-filter-wrapper .modal-filter-bottom .desktop-left a:hover {
  cursor: pointer;
}
#filterModal .modal-dialog .modal-filter-wrapper .modal-filter-bottom .desktop-right,
#roommateFilterModal .modal-dialog .modal-filter-wrapper .modal-filter-bottom .desktop-right {
  float: right;
  text-align: right;
  margin-top: 30px;
}
#filterModal .modal-dialog .modal-filter-wrapper .modal-filter-bottom .desktop-right .filtering-button,
#roommateFilterModal .modal-dialog .modal-filter-wrapper .modal-filter-bottom .desktop-right .filtering-button {
  text-transform: uppercase;
  margin-right: 30px;
}
#filterModal .roommate-form-group-wrapper .title,
#roommateFilterModal .roommate-form-group-wrapper .title {
  font-size: 14px;
  font-family: "Brown-Regular", Arial, sans-serif;
  color: #454545;
  margin: 20px 0 15px 0;
}
#filterModal .roommate-form-group-wrapper .form-group-body-wrapper .form-group-body-inner-wrapper .fake-checkbox-wrapper input[type="checkbox"]:disabled + div,
#roommateFilterModal .roommate-form-group-wrapper .form-group-body-wrapper .form-group-body-inner-wrapper .fake-checkbox-wrapper input[type="checkbox"]:disabled + div {
  opacity: 0.4;
}
#filterModal .roommate-form-group-wrapper .form-group-body-wrapper .form-group-body-inner-wrapper .fake-checkbox-wrapper input[type="checkbox"]:disabled + div + span,
#roommateFilterModal .roommate-form-group-wrapper .form-group-body-wrapper .form-group-body-inner-wrapper .fake-checkbox-wrapper input[type="checkbox"]:disabled + div + span {
  opacity: 0.4;
}
#filterModal .price-wrapper,
#roommateFilterModal .price-wrapper {
  display: flex;
  margin-bottom: 20px;
}
#filterModal .price-wrapper .price-input-wrapper,
#roommateFilterModal .price-wrapper .price-input-wrapper {
  width: 40%;
}
#filterModal .price-wrapper .between-wrapper,
#roommateFilterModal .price-wrapper .between-wrapper {
  width: 20%;
  text-align: center;
  line-height: 32px;
}
.middle-hr hr {
  margin-bottom: 10px !important;
}
.emphasized-block.roommate .title {
  font-family: "Brown-Regular", Arial, sans-serif;
  font-size: 14px;
  margin: 10px 0;
}
.modal-filter-bottom hr {
  margin-top: 15px !important;
}
/*# sourceMappingURL=filter-modal.css.map */
.map {
  position: relative;
}
.map .map-outer {
  display: none;
  margin-bottom: 50px;
}
.map .map-outer #mapApartmentList {
  height: 80vh;
  border: 1px solid #4387e7;
  min-height: 500px;
  max-height: 900px;
}
.map .map-outer #mapApartmentList .gm-style {
  left: 1px!important;
}
.map .map-outer #mapApartmentList .gm-style .js-info-bubble-close {
  height: 10px;
  top: 7px !important;
  right: 8px !important;
}
.map .map-outer #mapApartmentList .gm-style .js-info-bubble-close + div {
  overflow: initial !important;
  width: auto !important;
  height: auto !important;
  -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);
}
.map .map-outer #mapApartmentList .gm-style .info-bubble {
  position: relative;
  padding: 10px;
  width: 270px;
}
.map .map-outer #mapApartmentList .gm-style .info-bubble .bubble-heading {
  margin: 0 0 5px 0;
}
.map .map-outer #mapApartmentList .gm-style .info-bubble .bubble-heading .bubble-heading-text {
  color: #4387e7;
  font-size: 14px;
  line-height: 15px;
  font-family: "Brown-Regular", Arial, sans-serif;
  display: inline-block;
  width: 100%;
}
.map .map-outer #mapApartmentList .gm-style .info-bubble .bubble-heading .bubble-heading-right-icon {
  position: absolute;
  color: #f8838f;
  right: 10px;
  top: 10px;
  font-size: 20px;
  line-height: 20px;
}
.map .map-outer #mapApartmentList .gm-style .info-bubble .bubble-content .image-wrapper {
  height: 140px;
  width: 100%;
  overflow: hidden;
}
.map .map-outer #mapApartmentList .gm-style .info-bubble .bubble-content .image-wrapper img {
  width: 100%;
  height: auto;
}
.map .map-outer #mapApartmentList .gm-style .info-bubble .bubble-content .bubble-details-wrapper {
  margin: 10px 0;
  font-family: "Brown-Light", Arial, sans-serif;
}
.map .map-outer #mapApartmentList .gm-style .info-bubble .bubble-content .bubble-details-wrapper:before,
.map .map-outer #mapApartmentList .gm-style .info-bubble .bubble-content .bubble-details-wrapper:after {
  content: " ";
  display: table;
}
.map .map-outer #mapApartmentList .gm-style .info-bubble .bubble-content .bubble-details-wrapper:after {
  clear: both;
}
.map .map-outer #mapApartmentList .gm-style .info-bubble .bubble-content .bubble-details-wrapper .warrantee-icon-wrapper {
  float: left;
  width: 50%;
  color: #dcdcdc;
}
.map .map-outer #mapApartmentList .gm-style .info-bubble .bubble-content .bubble-details-wrapper .warrantee-icon-wrapper:before,
.map .map-outer #mapApartmentList .gm-style .info-bubble .bubble-content .bubble-details-wrapper .warrantee-icon-wrapper:after {
  content: " ";
  display: table;
}
.map .map-outer #mapApartmentList .gm-style .info-bubble .bubble-content .bubble-details-wrapper .warrantee-icon-wrapper:after {
  clear: both;
}
.map .map-outer #mapApartmentList .gm-style .info-bubble .bubble-content .bubble-details-wrapper .warrantee-icon-wrapper.active {
  color: #faaa41;
}
.map .map-outer #mapApartmentList .gm-style .info-bubble .bubble-content .bubble-details-wrapper .warrantee-icon-wrapper .rentingo-guarantee.active {
  color: #faaa41;
}
.map .map-outer #mapApartmentList .gm-style .info-bubble .bubble-content .bubble-details-wrapper .warrantee-icon-wrapper .bubble-center-wrapper.active {
  color: #faaa41;
}
.map .map-outer #mapApartmentList .gm-style .info-bubble .bubble-content .bubble-details-wrapper .days-icon-wrapper {
  float: left;
  width: 50%;
  color: #454545;
  padding-left: 30px;
}
.map .map-outer #mapApartmentList .gm-style .info-bubble .bubble-content .bubble-details-wrapper .days-icon-wrapper:before,
.map .map-outer #mapApartmentList .gm-style .info-bubble .bubble-content .bubble-details-wrapper .days-icon-wrapper:after {
  content: " ";
  display: table;
}
.map .map-outer #mapApartmentList .gm-style .info-bubble .bubble-content .bubble-details-wrapper .days-icon-wrapper:after {
  clear: both;
}
.map .map-outer #mapApartmentList .gm-style .info-bubble .bubble-content .bubble-details-wrapper .days-icon-wrapper .bubble-detail-icon {
  color: #454545;
}
.map .map-outer #mapApartmentList .gm-style .info-bubble .bubble-content .bubble-details-wrapper .days-icon-wrapper .bubble-center-wrapper {
  color: #454545;
}
.map .map-outer #mapApartmentList .gm-style .info-bubble .bubble-content .bubble-details-wrapper .bubble-detail-icon {
  float: left;
  height: 33px;
  width: auto;
  line-height: 33px;
  font-size: 33px;
}
.map .map-outer #mapApartmentList .gm-style .info-bubble .bubble-content .bubble-details-wrapper .bubble-center-wrapper {
  display: table;
  float: left;
  padding-left: 5px;
  height: 33px;
}
.map .map-outer #mapApartmentList .gm-style .info-bubble .bubble-content .bubble-details-wrapper .bubble-center-wrapper .bubble-center-inner {
  display: table-cell;
  vertical-align: middle;
  line-height: 14px;
  font-size: 14px;
}
.map .map-outer #mapApartmentList .gm-style .info-bubble .bubble-content .bubble-expected-cost {
  margin: 10px 0 0 0;
}
.map .map-outer #mapApartmentList .gm-style .info-bubble .bubble-content .bubble-expected-cost:before,
.map .map-outer #mapApartmentList .gm-style .info-bubble .bubble-content .bubble-expected-cost:after {
  content: " ";
  display: table;
}
.map .map-outer #mapApartmentList .gm-style .info-bubble .bubble-content .bubble-expected-cost:after {
  clear: both;
}
.map .map-outer #mapApartmentList .gm-style .info-bubble .bubble-content .bubble-expected-cost .bubble-cost-label {
  float: left;
  font-family: "Brown-Light", Arial, sans-serif;
  font-size: 14px;
  line-height: 22px;
}
.map .map-outer #mapApartmentList .gm-style .info-bubble .bubble-content .bubble-expected-cost .bubble-cost-value {
  float: right;
  font-size: 18px;
  font-family: "Brown-Bold", Arial, sans-serif;
  line-height: 18px;
}
.map .map-outer .map-resizer {
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: right;
  position: absolute;
  height: 40px;
  background-color: rgba(67, 135, 231, 0.6);
}
.map .map-outer .map-resizer button.map-resizer-button {
  line-height: 40px;
  padding: 0 20px;
  border: 0;
  background-color: transparent;
  color: #ffffff;
}
/*# sourceMappingURL=map.css.map */