@charset "UTF-8";
img {
  border: 0;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Roboto", sans-serif;
  color: #6d6d6d;
  margin: 0;
  padding: 0;
  font-size: 12px;
  background: #ffffff;
}

a {
  text-decoration: none;
}

.head {
  background: #fff;
  width: 100%;
  /*z-index: 20;*/
  position: relative;
}
.head #topFilter {
  display: none;
  padding-bottom: 15px;
}

.head.open {
  position: relative;
}
.head.open #topFilter {
  display: block;
}
.head.open #filterContainer {
  position: relative;
  left: 0;
  transform: none;
  top: -144px;
  bottom: auto;
  margin-bottom: -90px;
}
.head.open #filterContainer .filter {
  padding-top: 5px;
}
.head.open ~ .body {
  padding: 0;
}

.ui-accordion div {
  background: transparent !important;
}

.container {
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .container {
    max-width: auto;
  }
}

.filterTitle {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  border-right: 4px solid #fff;
  line-height: 22px;
  padding: 12px 14px 12px 44px;
  display: table-cell;
  background: #e3e1e1 url(icon_search.png) no-repeat 10px center;
}

.filterTitle_small {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  border-right: 4px solid #fff;
  line-height: 22px;
  padding: 0 20px;
  display: table-cell;
  background: #e3e1e1 url(icon_search.png) no-repeat center center;
}

.main-filter-wrap {
  background: #fff;
}

#filterContainer {
  color: #fff;
  border-radius: 10px 10px 10px 0;
  position: absolute;
  left: 50%;
  bottom: -80px;
  transform: translateX(-50%);
  margin: auto;
  background: #713362 url("border.jpg") center bottom repeat-x;
  opacity: 0.95;
  max-width: 1000px;
  width: 100%;
  z-index: 19;
  box-sizing: border-box;
}
@media (max-width: 1000px) {
  #filterContainer {
    width: 98%;
  }
}
@media (max-width: 768px) {
  #filterContainer {
    bottom: -120px;
  }
}
#filterContainer select {
  height: 39px;
  padding-left: 10px;
  width: 100%;
  color: #6F3460;
  border-radius: 8px;
  border: 0;
  background: #FFFFFF;
  margin-top: 5px;
}
@media (max-width: 576px) {
  #filterContainer select {
    height: 28px;
  }
}

.filter {
  position: relative;
  z-index: 10;
  padding: 20px;
  box-sizing: border-box;
}
.filter .tabs {
  position: absolute;
  left: 30px;
  top: -40px;
  height: 40px;
  z-index: 1;
}
.filter .tabs label {
  position: relative;
  display: inline-block;
  height: 40px;
  line-height: 35px;
  padding: 0 15px;
  margin-right: 10px;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  color: #6d6d6d;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  background: #fff;
}
.filter .tabs label:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: #d3d2d2;
  z-index: 1;
}
.filter .tabs label.active {
  color: #fff;
  background: #723360;
}
.filter .tabs label.active:after {
  display: none;
}
.filter .tabs label input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.filter .hold {
  background-color: #713362;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .filter .hold {
    flex-direction: column;
  }
}
.filter .hold > div {
  padding: 10px 0.5%;
  font-size: 12px;
  width: 49%;
  display: flex;
}
@media (max-width: 768px) {
  .filter .hold > div {
    width: 100%;
    padding: 0;
  }
}
.filter .hold .propertyType {
  width: 100px;
}
.filter .hold .filterPriceRange {
  display: flex;
}
@media (max-width: 768px) {
  .filter .hold .filterLocation-wrap {
    flex-direction: column;
    margin: 2px 0;
  }
}
.filter .hold input {
  margin-top: 5px;
}

.filter-wrapper {
  position: relative;
}
.filter-wrapper .filterSubmitForm {
  text-align: center;
  margin-top: 10px;
  display: flex;
  bottom: -36px;
  left: 0;
  position: absolute;
}
.filter-wrapper .filterSubmitForm .Button {
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 400px) {
  .filter-wrapper .filterSubmitForm .Button {
    margin-top: 5px;
  }
}
@media (max-width: 576px) {
  .filter-wrapper .filterSubmitForm .Button {
    margin-right: 5px;
  }
  .filter-wrapper .filterSubmitForm .Button:last-child {
    margin-right: 0;
  }
}
.filter-wrapper .filterSubmitForm .Button:last-child {
  margin-right: 0;
}
.filter-wrapper .filterSubmitForm .Button.search {
  font-size: 13px;
  min-width: 200px;
}
@media (max-width: 480px) {
  .filter-wrapper .filterSubmitForm .Button.search {
    min-width: 80px;
  }
}
@media (max-width: 480px) {
  .filter-wrapper .filterSubmitForm .Button.purple-color {
    font-size: 11px !important;
    white-space: nowrap;
  }
}

.number-input,
.text-input {
  height: 38px;
  text-indent: 5px;
  border: 0;
  border-radius: 8px;
}

.extendSearch {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  color: #000;
  background: #cbcbcb;
  border-color: #474747;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  height: 23px;
  padding: 0 5px;
  position: absolute;
  right: 0;
  bottom: -28px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-box-shadow: inset 0 6px 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 6px 6px 0 rgba(0, 0, 0, 0.3);
}

.extendSearch a {
  color: #000;
  text-decoration: none;
}

.header {
  position: relative;
}
@media (max-width: 1000px) {
  .header {
    padding: 0 10px;
  }
}

.dropShadow {
  -webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.3);
}

.flexHeader {
  position: relative;
  max-width: 1000px;
  margin: 0 auto 0;
}
.flexHeader .logo-header {
  z-index: 100;
  position: absolute;
  left: 0;
  top: 23px;
}
@media (max-width: 700px) {
  .flexHeader .logo-header {
    top: 10px;
  }
}
.flexHeader .logo-header img {
  width: 100%;
}
@media (max-width: 700px) {
  .flexHeader .logo-header img {
    width: 70%;
  }
}
.flexHeader .ticks-phones-wrap {
  display: flex;
  height: 100%;
}
.flexHeader .ticks-phones-wrap .ticks {
  display: flex;
  padding-left: 220px;
  justify-content: flex-start;
  height: 100%;
  align-items: center;
}
@media (max-width: 700px) {
  .flexHeader .ticks-phones-wrap .ticks {
    display: none;
  }
}
.flexHeader .ticks-phones-wrap .ticks .tick-wrap {
  padding-left: 15px;
}
.flexHeader .ticks-phones-wrap .ticks .tick-wrap .tick-element {
  padding-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  color: #723360;
  font-style: italic;
}
.flexHeader .ticks-phones-wrap .notebook-and-phones {
  margin-left: auto;
  display: flex;
  flex-direction: column;
}
.flexHeader .ticks-phones-wrap .notebook-and-phones .notebook {
  top: 0;
  background: #d7c5d2;
  border-radius: 0 0 10px 10px;
  display: flex;
  align-items: center;
  padding: 7px 16px;
  color: #723360;
  font-size: 14px;
  justify-content: center;
  transition: all 250ms;
  margin-bottom: 5px;
}
.flexHeader .ticks-phones-wrap .notebook-and-phones .notebook img {
  margin-right: 10px;
}
.flexHeader .ticks-phones-wrap .notebook-and-phones .notebook:hover {
  background: #e6dae2;
}
.flexHeader .ticks-phones-wrap .notebook-and-phones .phones {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.flexHeader .ticks-phones-wrap .notebook-and-phones .phones .phone {
  font-size: 18px;
  display: flex;
  font-weight: bold;
  align-items: center;
}
@media (max-width: 700px) {
  .flexHeader .ticks-phones-wrap .notebook-and-phones .phones .phone {
    font-size: 16px;
  }
}
.flexHeader .ticks-phones-wrap .notebook-and-phones .phones .phone a {
  color: #FF6600;
}

#logoHeader.small {
  width: 150px;
  height: 39px;
  margin-top: 2px;
}

/*div.large{
	padding: 9px 0 0;
}*/
div.small {
  padding: 4px 0 0;
}

.large .flexHeader {
  height: 110px;
}

.small .flexHeader {
  height: 40px;
}

.header h1 {
  font-family: "Roboto Condensed", sans-serif;
  color: #f1690e;
  display: inline;
  font-weight: bold;
  padding: 0;
  position: absolute;
  left: 270px;
  font-size: 45px;
  top: 22px;
}
@media (max-width: 800px) {
  .header h1 {
    font-size: 34px;
    top: 15px;
  }
}
@media (max-width: 460px) {
  .header h1 {
    display: none;
  }
}

.header h1.small {
  left: 160px;
  top: -5px;
}
@media (max-width: 1000px) {
  .header h1.small {
    left: 170px;
  }
}
@media (max-width: 460px) {
  .header h1.small {
    display: none;
  }
}

.header h2 {
  font-size: 13px;
  font-family: "Roboto Condensed", sans-serif;
  color: #303030;
  position: absolute;
  top: 53px;
  left: 440px;
}
@media (max-width: 800px) {
  .header h2 {
    left: 270px;
    top: 51px;
  }
}
@media (max-width: 460px) {
  .header h2 {
    display: none;
  }
}

.header h2.small {
  top: 28px;
  left: 160px;
}

.flags {
  position: absolute;
  right: 0;
  top: 10px;
  display: inline;
  margin-left: 20px;
  font-size: 12px;
}
@media (max-width: 550px) {
  .flags {
    top: 88px;
    right: 10px;
  }
}

.flags a {
  margin: 0 5px;
}

.mobile-menu {
  cursor: pointer;
  background: url(mobile-img.png) 10px center no-repeat;
  width: 52px;
  float: right;
  height: 40px;
  display: none;
}
@media (max-width: 800px) {
  .mobile-menu {
    display: block;
  }
}

.menu {
  width: 100%;
  background: #723360;
  height: 44px;
}

.menuContainer {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  padding: 5px 0 5px 0;
}
@media (max-width: 800px) {
  .menuContainer {
    background: #fff;
    right: 0;
    position: absolute;
    top: 154px;
    z-index: 25;
    display: none;
    max-width: 250px;
    box-shadow: 1px 1px 15px rgba(110, 110, 110, 0.555);
    padding: 10px 20px 10px 10px;
  }
  .menuContainer.active {
    display: block;
  }
}
@media (max-width: 400px) {
  .menuContainer {
    max-width: 100%;
  }
}

.menu a {
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  text-decoration: none;
  line-height: 30px;
  padding: 0 10px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  z-index: 25;
  margin-left: 5px;
  display: block;
  float: left;
}
@media (max-width: 800px) {
  .menu a {
    float: left;
    line-height: 36px;
    display: block;
    width: 100%;
    padding: 0;
    text-align: left;
    padding-left: 10px;
    color: black;
    border-bottom: 4px solid #fff;
  }
}

.list_items_numbers {
  float: left;
  margin-left: 10px;
  margin-top: 7px;
  font-weight: bold;
}

.menu a:not(.active):hover {
  text-decoration: none;
  border-bottom: 4px solid #FAC400;
}

.menu a.active {
  text-decoration: none;
  border-bottom: 4px solid #FAC400;
}
.body {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 20px 0 20px 0;
}
.body.added-padding-top {
  padding: 70px 0 20px 0;
}

#topFilter {
  margin: 0 auto 0;
  font-size: 12px;
}
#topFilter .extraFilters {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 5px 0;
}
#topFilter .extraFilters .filterLocation {
  display: flex;
  flex-wrap: wrap;
}
#topFilter .extraFilters .filterLocation .filterLocation-wrap {
  /* @media (max-width: 768px) {
     flex-direction: column;
   }*/
  width: 100%;
  display: flex;
  align-items: flex-end;
}

.extraFilters input {
  margin: 0;
}

.filterLocation {
  padding: 12px 14px;
  line-height: 22px;
  background-color: #713362;
  border-radius: 5px;
}

.filterLocation .location {
  width: 150px;
}

.filterLocation .distanceTown {
  width: 45px;
}

.filterLocation .numberBedrooms {
  width: 35px;
}

.filterLocation .builtArea {
  width: 55px;
}

.extraFilters2 {
  position: relative;
  display: flex;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
@media (max-width: 1000px) {
  .extraFilters2 {
    flex-direction: column;
  }
}

.extraFilters2 input {
  margin: 0;
}

.filterBuilding {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  background: #713362;
  padding: 5px;
  flex: 0 0 100%;
  box-sizing: border-box;
}
@media (max-width: 1000px) {
  .filterBuilding {
    border-right: none;
  }
}

.filterCharacteristics {
  padding: 4px 6px;
  border-radius: 5px;
  flex: 0 0 100%;
  box-sizing: border-box;
  margin-top: 5px;
}

@media (min-width: 768px) {
  .filterBuilding {
    flex: 0 0 200px;
  }

  .filterCharacteristics {
    margin-left: 5px;
    margin-top: 0;
    flex: 0 0 100%;
    max-width: 773px;
  }
}
.head strong {
  display: block;
  margin: 0 0 2px 0;
}

.filterCharacteristics div {
  display: inline;
}

.filterCharacteristics label:nth-child(4n+3) {
  width: 180px;
}

.filterCharacteristics label,
.filterBuilding label,
.filterFinancing label {
  display: inline-block;
  width: 173px;
  padding: 1px 0 0 15px;
  text-indent: -15px;
  margin: 1px 0;
  white-space: nowrap;
  height: 15px;
  vertical-align: top;
}

.filterDealType label {
  display: inline-block;
  padding: 10px 0 10px 15px;
  text-indent: -15px;
  margin: 1px 0;
  white-space: nowrap;
  height: 15px;
}

.filterCharacteristics input,
.filterBuilding input,
.filterFinancing input,
.filterDealType input {
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0 2px 0 0;
  vertical-align: bottom;
  position: relative;
  top: -1px;
  overflow: hidden;
}

.bodyInner {
  padding: 10px;
}
.bodyInner.contact-wrapper {
  display: flex;
}
@media (max-width: 768px) {
  .bodyInner.contact-wrapper {
    flex-direction: column;
  }
}

.body h1 {
  font-size: 30px;
  margin: 5px 0;
  color: #743260;
}
.body h1.h1-text-center {
  text-align: center;
}

.body h3 {
  font-size: 12px;
  margin: 10px 0;
  text-align: justify;
}

.listMenu {
  margin: 0 0 10px 0;
}

.listMenu a {
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #d45a08;
  margin: 15px 10px 15px 0;
  display: inline-block;
}

.listMenu a span {
  text-decoration: underline;
}

.listItem {
  float: left;
  position: relative;
  width: 232px;
  margin: 0 17px 25px 0;
  box-sizing: border-box;
  transition: 0.15s all;
  background-color: #FFFFFF;
  /*padding: 5px;*/
  border: 1px solid #c6c4c1;
  border-radius: 10px;
}
@media (max-width: 1015px) {
  .listItem {
    margin: 0 3% 25px 0;
    width: 31%;
  }
}
@media (max-width: 600px) {
  .listItem {
    width: 48%;
  }
}
.listItem:hover {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}

.listItem a {
  position: relative;
  display: block;
  border-radius: 7px 7px 0 0;
  font-size: 0;
}
.listItem a img {
  border-radius: 7px 7px 0 0;
}

.background-color-under-products {
  background: #F2F1ED;
}
.background-color-under-products .bodyInner .list {
  padding: 10px 0 0 0;
}

.bodyInner .list > .listItem:nth-child(4n) {
  margin: 0 0 25px 0;
}
@media (max-width: 1000px) {
  .bodyInner .list > .listItem:nth-child(4n) {
    margin: 0 3% 25px 0;
  }
}

@media (max-width: 1000px) {
  .bodyInner .list > .listItem:nth-child(3n) {
    margin: 0;
  }
}
@media (max-width: 600px) {
  .bodyInner .list > .listItem:nth-child(3n) {
    margin: 0 3% 25px 0;
  }
}

@media (max-width: 600px) {
  .bodyInner .list > .listItem:nth-child(2n) {
    margin: 0 0 25px 0;
  }
}

.listItem img {
  width: 100%;
}

.listItem .idLabel {
  position: absolute;
  top: -26px;
  left: 0;
  right: 0;
  width: 52px;
  margin: auto;
  text-align: center;
  padding: 2px 5px;
  background: #f1690e;
  font-size: 14px;
  color: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: 1px solid #f1a673;
  border-bottom: none;
  text-shadow: 1px 1px 1px #2e2e2e;
}

.listItem .soldLabel {
  position: absolute;
  border-right: 2px solid #bd450c;
  top: 60px;
  right: 0;
  padding: 3px 6px;
  color: #fff;
  background: #f16725;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.listItem .reservedLabel {
  position: absolute;
  border-right: 2px solid red;
  top: 60px;
  right: 0;
  padding: 3px 6px;
  color: #fff;
  background: #fb5150;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.reservedLabel2 {
  position: absolute;
  border-right: 2px solid red;
  top: 60px;
  right: 0;
  padding: 3px 6px;
  color: #fff;
  background: #fb5150;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.soldLabel2 {
  position: absolute;
  border-right: 2px solid #bd450c;
  top: 60px;
  right: 0;
  padding: 3px 6px;
  color: #fff;
  background: #f16725;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.listItem .type {
  font-size: 16px;
  line-height: 12px;
  color: #105a29;
}

.listItem .town {
  font-size: 11px;
  font-weight: bold;
  color: #105a29;
  position: relative;
  top: 0px;
}

.listItem .area, .land {
  font-size: 11px;
  font-weight: bold;
  color: #105a29;
  position: relative;
}

.listItem .area .after1:after {
  content: "";
  position: absolute;
  display: block;
  background: transparent url(area-1.png) no-repeat;
  width: 11px;
  height: 9px;
  left: -13px;
  bottom: 1px;
}

.listItem .area .after2:after {
  content: "";
  position: absolute;
  display: block;
  background: transparent url(area-2.png) no-repeat;
  width: 8px;
  height: 8px;
  left: -11px;
  bottom: 2px;
}

.tm5 {
  top: 0px;
}

.area a, .area2 a {
  color: #105a29;
}

.super {
  vertical-align: super;
  font-size: 8px;
  float: right;
  position: relative;
  top: -2px;
}

.upper-wrapper {
  padding: 5px 5px 0 5px;
}

.purple-area {
  background: #723360;
  border-radius: 0 0 7px 7px;
}
.purple-area.history {
  margin-top: 2px;
}
.purple-area .notebook-remove {
  padding: 5px;
  text-align: center;
}
.purple-area .notebook-remove .Button {
  width: 100%;
  padding: 0 15px;
  font-size: 11px;
}

.listItem .description {
  font-size: 12px;
  line-height: 12px;
  padding: 0 6px;
  color: #fff;
  min-height: 40px;
  display: block;
  position: relative;
}

.listItem .item-type {
  padding: 6px 0 0 6px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.listItem .property-name {
  font-size: 12px;
  padding: 15px;
  min-height: 50px;
  line-height: 12px;
  color: #6d6d6d;
  display: block;
  position: relative;
}

/* .listItem .description:after {
	content: "";
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 70%;
	height: 13px;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );

} */
.listItem .prices {
  top: 20px;
  right: 0;
  position: absolute;
  text-align: center;
  padding: 10px 3px 0px 3px;
  font-size: 12px;
  background: #FFCC00;
  white-space: nowrap;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  min-width: 78px;
  height: 25px;
}

/* .listItem .description:hover{
	overflow: visible;
	height: auto;
	position: relative;
	z-index: 99;
	background: #fff;
	-webkit-box-shadow: 0px 0px 6px 2px rgba(255,255,255,1);
	box-shadow: 0px 0px 6px 2px rgba(255,255,255,1);
} */
/* .listItem .description:hover:after{
	background: none;
} */
.listItem .price,
.property .price {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  display: block;
  color: #723360;
  white-space: nowrap;
}

.listItem .newPrice,
.property .newPrice {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
}

.listItem .oldPrice,
.property .oldPrice {
  font-size: 13px;
  color: #fff;
  position: relative;
  text-decoration: line-through;
  white-space: nowrap;
}

.property .price {
  color: #EE6725;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  display: inline-block;
}

.property .oldPrice {
  color: #000;
  display: inline-block;
}

.property .newPrice {
  color: #ff0b0b;
  display: inline-block;
}

.listItem .promoLabel {
  position: absolute;
  width: 68px;
  height: 41px;
  background: transparent url(promo.png) no-repeat left top;
  display: table-cell;
  line-height: 38px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  left: 70px;
  top: 36px;
  z-index: 2;
}

.Button {
  background: #fac402 url(search.png) left center no-repeat;
  border-radius: 0 0 7px 7px;
  height: 36px;
  border: 0;
  padding: 0 15px 0 50px;
  color: #71325D;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  transition: all 250ms;
  line-height: 36px;
}
@media (max-width: 768px) {
  .Button {
    font-size: 13px;
  }
}
@media (max-width: 576px) {
  .Button {
    font-size: 11px;
    padding: 0 8px;
    background-image: none;
  }
}
.Button:hover {
  background-color: #dcac02;
}
.Button.purple-color {
  color: #fff;
  background: #592348 url(search2.png) left center no-repeat;
}
@media (max-width: 576px) {
  .Button.purple-color {
    background-image: none;
  }
}
.Button.purple-color:hover {
  background-color: #34152a;
}
.Button.reset {
  background: red;
  color: #fff;
  font-size: 12px;
  opacity: 0.7;
  padding: 5px 8px;
  font-weight: 700;
  line-height: inherit;
  min-width: auto;
}
.Button.reset .span-lbl {
  display: block;
}
@media (max-width: 576px) {
  .Button.reset .span-lbl {
    display: none;
  }
}
.Button.reset .img-closed {
  display: none;
}
@media (max-width: 576px) {
  .Button.reset .img-closed {
    display: block;
  }
}
.Button.reset:hover {
  opacity: 1;
}
.Button.clean {
  min-width: auto;
  height: auto;
  background: #592348;
  color: #fff;
  border-radius: 7px;
  padding: 5px 10px;
  font-weight: 400;
  font-size: 14px;
}
.Button.clean:hover {
  background-color: #34152a;
}
.Button.gray {
  background: #b1b1b1;
}
.Button.gray:hover {
  background: #7d7d7d;
}
.Button.yellow {
  background: #fac402;
  color: #592348;
}
.Button.yellow:hover {
  background-color: #d7a802;
}

.button-details {
  font-size: 12px;
  color: #6F3460;
  cursor: pointer;
}

.lastSeen .property-name {
  min-height: auto;
}

.lastSeenLabel {
  display: inline-block;
  margin: 10px 0 10px 0;
  line-height: 24px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  text-align: left;
  color: #000;
  border-width: 1px 1px 0 1px;
}

.lastSeen {
  text-align: center;
  position: relative;
  background: #fff;
  padding: 10px 2px 2px;
  margin: 0 0 10px;
}

.lastSeen .listItem {
  width: 152px;
  text-align: left;
  margin: 0 11px 20px 0;
}
@media (max-width: 1000px) {
  .lastSeen .listItem {
    width: 19%;
    margin: 0 1% 50px 0;
  }
  .lastSeen .listItem:nth-child(5) {
    margin-right: 0;
  }
}
@media (max-width: 830px) {
  .lastSeen .listItem {
    width: 24%;
  }
  .lastSeen .listItem:nth-child(5) {
    margin: 0 1% 50px 0;
  }
  .lastSeen .listItem:nth-child(4) {
    margin-right: 0;
  }
}
@media (max-width: 630px) {
  .lastSeen .listItem {
    width: 32%;
  }
  .lastSeen .listItem:nth-child(4) {
    margin: 0 1% 50px 0;
  }
  .lastSeen .listItem:nth-child(3) {
    margin-right: 0;
  }
}
@media (max-width: 430px) {
  .lastSeen .listItem {
    width: 49%;
  }
  .lastSeen .listItem:nth-child(3) {
    margin: 0 1% 50px 0;
  }
  .lastSeen .listItem:nth-child(2n) {
    margin-right: 0;
  }
}
.lastSeen .listItem:nth-child(6) {
  margin-right: 0;
}

.lastSeen .listItem a > img {
  height: 114px;
}

.lastSeen .area, .lastSeen .area2 {
  font-size: 8px;
  line-height: 11px;
  right: 0px;
  font-weight: bold;
  color: #105a29;
  font-family: Verdana;
}

.lastSeen .town {
  font-size: 9px;
  line-height: 11px;
}

.lastSeen .type {
  font-size: 11px;
  line-height: 11px;
  top: 125px;
}

.lastSeen .price,
.lastSeen .newPrice {
  font-size: 13px;
  position: relative;
}

.lastSeen .oldPrice {
  font-size: 10px;
  position: relative;
}

.lastSeen .promoLabel {
  position: absolute;
  width: 58px;
  height: 48px;
  background: transparent url(promo_bg_small.png) no-repeat left top;
  display: table-cell;
  line-height: 50px;
  font-size: 14px;
  font-weight: bold;
  color: #f00;
  text-align: center;
  right: -15px;
  top: 78px;
  padding: 0 0 0 4px;
}

.lastSeen .prices {
  margin: 0;
}

.lastSeen .listItem .prices.promo {
  border: none;
  height: 31px;
}

.lastSeen .listItem .upper-wrapper {
  padding: 3px 3px 0 3px;
}

.lastSeen .listItem .idLabel {
  top: 114px;
  z-index: 3;
}

.listItem .prices.promo {
  background: #ff0b0b;
  border: 1px solid #fff;
  border-top: none;
  width: 100%;
  box-sizing: border-box;
}

.footer {
  background: #723360;
  width: 100%;
}

.footerContainer {
  max-width: 1000px;
  margin: 0 auto;
  height: 35px;
  display: flex;
}
@media (max-width: 650px) {
  .footerContainer {
    height: auto;
    flex-direction: column;
  }
}
.footerContainer .copyright {
  color: #fff;
  font-size: 11px;
  line-height: 35px;
}
@media (max-width: 650px) {
  .footerContainer .copyright {
    flex-direction: column;
    line-height: normal;
    width: 100%;
    height: 35px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.footerContainer .copyright a {
  text-decoration: none;
  color: #fff;
}
.footerContainer .copyright a:hover {
  text-decoration: underline;
}
.footerContainer .copyrightContainer {
  height: 36px;
  padding: 0 10px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 650px) {
  .footerContainer .copyrightContainer {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footerContainer .copyrightContainer a {
    width: 100%;
  }
}

.footMenu {
  display: flex;
  color: #e3e3e3;
  font-size: 11px;
  margin-left: auto;
  justify-content: center;
  align-items: center;
}
@media (max-width: 650px) {
  .footMenu {
    margin-left: 0;
    width: 100%;
    height: 35px;
  }
}

.footMenu a {
  color: #e3e3e3;
  font-size: 11px;
  margin-right: 7px;
  text-decoration: none;
  border-right: 1px solid #fff;
  padding-right: 7px;
  height: 35%;
}
.footMenu a.hover {
  color: #fff;
}
.footMenu a:last-child {
  border-right: 0;
}

.footInfo .largeLink,
.footInfo .largeLink2 {
  font-size: 24px;
  color: #afafaf;
}

.footInfo {
  color: #e3e3e3;
  font-size: 11px;
  padding: 20px 0 0 60px;
  white-space: nowrap;
}
@media (max-width: 550px) {
  .footInfo {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}

.footInfo2 {
  color: #e3e3e3;
  font-size: 11px;
  padding: 20px 0px 0 80px;
}
@media (max-width: 550px) {
  .footInfo2 {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}

.footInfo2 .logoTitle {
  font-size: 26px;
  font-weight: bold;
  color: #a7a7a7;
}

.footInfo2 .logoSubTitle {
  font-size: 12px;
  color: #a7a7a7;
}

.footInfo .largeLink {
  background: transparent url(icon_email.png) no-repeat left center;
  padding-left: 25px;
}

.footInfo .largeLink2 {
  background: transparent url(icon_phone.png) no-repeat left center;
  padding-left: 25px;
}

.images {
  padding-right: 20px;
  text-align: center;
}
@media (max-width: 576px) {
  .images {
    padding-right: 0;
  }
}

#currentImage {
  width: 100%;
}

.images .current {
  position: relative;
  border: 2px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 2px #999;
  -moz-box-shadow: 0 0 2px #999;
  box-shadow: 0 0 2px #999;
  background-color: #efefef;
}

.images .list {
  margin: 10px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.images .list a {
  width: 31%;
  padding: 0.5%;
  font-size: 0;
  border: 1px solid #ecebe7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.images .list a img {
  width: 100%;
}

.images .current h2 {
  margin-left: 5px;
  padding: 5px 0 5px 5px;
  font-size: 14px;
  color: #818181;
}

.images .current .promoLabel {
  position: absolute;
  width: 68px;
  height: 41px;
  background: transparent url(promo.png) no-repeat left top;
  display: table-cell;
  line-height: 38px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  left: 191px;
  top: 2px;
  z-index: 2;
}

.property {
  display: flex;
  flex-direction: column;
  font-size: 12px;
}
.property.controls {
  background: #ECEBE7;
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  flex-direction: row;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1000px) {
  .property.controls {
    flex-direction: column;
  }
}
.property.controls .button-details {
  align-items: center;
  width: 30%;
  display: flex;
  text-align: left;
}
@media (max-width: 1000px) {
  .property.controls .button-details {
    width: 100%;
    margin-bottom: 10px;
  }
  .property.controls .button-details:last-child {
    margin-bottom: 0;
  }
}
.property.controls .button-details img {
  margin-right: 5px;
}

.property h1 {
  margin: 0;
}

.property h2 {
  margin: 0;
  font-size: 16px;
}

.property h3 {
  font-weight: bold;
  margin: 7px 0px;
}

.property ul {
  margin: 0;
  padding: 0;
  list-style: none inside;
  font-size: 12px;
}

.property li {
  padding-left: 23px;
  background: transparent url(check_bullet.gif) no-repeat left top;
}

.property .labelType {
  text-transform: uppercase;
  display: inline-block;
  padding: 5px;
  background: #2d62b2;
  border-radius: 3px;
  color: #fff;
}

.select {
  position: relative;
  top: -3px;
}

.propertyTable {
  color: #6D6D6D;
  margin-top: 10px;
}
@media (max-width: 985px) {
  .propertyTable {
    width: 100%;
  }
}

.propertyTable2 {
  width: 100%;
}

.propertyTable td, .propertyTable2 td {
  padding: 4px;
  vertical-align: baseline;
  font-size: 12px;
}

.propertyTable .name, .propertyTable2 .name {
  text-align: left;
}

.propertyTable .value, .propertyTable2 .value {
  font-weight: 700;
}

.propertyBox td {
  width: 50%;
  vertical-align: top;
  padding-right: 5px;
}
.propertyBox td:last-child {
  padding-right: 0;
}

#map-canvas {
  margin-top: 10px;
  height: 250px;
  -webkit-box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.4);
}

.broker {
  font-size: 14px;
  text-align: center;
}
.broker .broker-title {
  background-color: #723360;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  padding: 12px;
  border-radius: 10px 10px 0 0;
  margin-bottom: 10px;
}
.broker .image {
  padding: 25px;
  border-radius: 5px;
}
.broker .image img {
  width: 100%;
}

.broker ul {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-top: 10px;
}

.broker .phone {
  text-align: left;
  background: transparent url(contacts_phone2.jpg) left center no-repeat;
  color: #FF6600;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}

.broker .email {
  padding: 1px 0 1px 25px;
  background: transparent url(contacts_mail1.jpg) no-repeat left center;
  color: #FF6600;
  font-size: 13px;
  margin-bottom: 10px;
}

.path {
  margin: 0 0 20px 0;
}

.path a {
  color: #666;
}

.infoMenu {
  width: 100%;
  float: right;
}

.infoMenu a {
  display: block;
  margin-left: 1px;
  width: 200px;
  text-align: center;
  padding: 6PX 0;
  float: left;
}

.infoMenu .sel {
  background: #ad4804;
}

.infoImages {
  width: 202px;
  float: left;
  margin-right: 10px;
}

.infoImages a {
  margin: 3px 0;
  display: block;
  border: 1px solid #666;
}

.infoContent {
  float: left;
  text-align: justify;
  width: 100%;
}

.infoDocuments {
  width: 100%;
  padding: 5px;
  border: #666666;
  background: #f0f0f0;
  line-height: 18px;
}

.infoDocuments a {
  text-decoration: none;
  color: #000;
}

.infoDocuments a:hover {
  text-decoration: underline;
}

.infoDocuments a img {
  padding-right: 3px;
}

.contactForm {
  background-color: #ecebe7;
  border-radius: 10px;
  padding: 0;
  width: 230px;
}
@media (max-width: 400px) {
  .contactForm {
    width: 100%;
  }
}

.contactInfo {
  width: 520px;
  float: left;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  text-align: justify;
}

.contactInfo #map-canvas {
  width: 520px;
}

.faq {
  -webkit-box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.2);
  margin: 5px 0;
  padding: 10px;
  box-sizing: border-box;
}

.faq > a {
  text-decoration: none;
  font-size: 16px;
  color: #000;
  padding-left: 40px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0px center;
}

.answer {
  display: none;
  font-size: 14px;
  color: #333;
  padding: 0 0 0 15px;
}

.faqForm {
  -webkit-box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.2);
  margin: 5px auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
}

.deal {
  float: left;
  width: 35%;
}

.footerContainer2 {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 650px) {
  .footerContainer2 {
    flex-direction: column;
    height: 80px;
  }
}

.footer2 {
  background: #ECEBE7;
  width: 100%;
}

.footerContainer2 > a {
  color: #747474;
  text-decoration: none;
  font-size: 11px;
  display: inline-block;
  text-align: center;
  margin-right: 15px;
  transition: all 250ms;
}
@media (max-width: 650px) {
  .footerContainer2 > a {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .footerContainer2 > a:last-child {
    margin-bottom: 0;
  }
}
.footerContainer2 > a:last-child {
  margin-right: 0;
}
.footerContainer2 > a:hover {
  color: #333;
}

@media print {
  .footer, .head, .copyright, .controls {
    display: none !important;
  }

  .debugTimeContainer {
    display: none;
  }

  .bodyInner {
    background-color: white;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 99;
  }

  .images {
    display: none;
  }

  .property {
    float: left;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.seo-footer {
  background: #555;
  /*padding: 5px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.seo-footer a {
  color: #fff;
  text-decoration: none;
}

.seo-footer a:hover {
  text-decoration: underline;
}

.seo-footer .group {
  width: 20%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.seo-footer .group > a {
  font-size: 16px;
}

.seo-footer .sub-group > a {
  font-size: 14px;
  display: inline-block;
  min-width: 45%;
  color: #ddd;
}

.text-nowrap {
  white-space: nowrap;
  margin: 2px 0;
  padding-right: 10px;
  width: 100%;
}
.text-nowrap:last-child {
  padding-right: 0;
}
.text-nowrap > select,
.text-nowrap > input {
  width: 100%;
}

#cookies-msg {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 50%;
  width: 100%;
  text-align: center;
  max-width: 768px;
  transform: translateX(-50%);
  border: 1px solid #4f2342;
  border-bottom: 0;
}
#cookies-msg .text {
  background-color: #fff;
  color: #000;
  font-size: 14px;
  padding: 5px;
}
#cookies-msg .buttons {
  text-align: center;
  padding: 0 2px 2px;
  background-color: #fff;
}
#cookies-msg .buttons a {
  display: inline-block;
  margin-top: 2px;
}

.background-home-image-vt {
  background: #ecebe7 url("home_bg.jpg") center bottom no-repeat;
  height: 300px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .background-home-image-vt {
    margin-bottom: 120px;
  }
}

.icon-title {
  display: flex;
  align-items: center;
}
.icon-title img {
  align-self: center;
}
.icon-title .offers-wrap {
  margin-left: 8px;
}
.icon-title .offers-wrap .top-offers {
  font-size: 19px;
  text-transform: uppercase;
  color: #723360;
  font-weight: 600;
}
.icon-title-and-banner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: flex-end;
}
@media (max-width: 1000px) {
  .icon-title-and-banner {
    flex-direction: column-reverse;
    margin-bottom: 0;
  }
}
.icon-title-and-banner .banner-rent {
  display: inline-block;
}
.icon-title-and-banner .banner-rent img {
  width: 100%;
}
.news-and-contacts {
  background: #fff;
}
.news-and-contacts .news-and-contacts-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .news-and-contacts .news-and-contacts-wrap {
    flex-direction: column;
  }
}
.news-and-contacts .news-and-contacts-wrap .icon-title {
  padding-bottom: 20px;
}
.news-and-contacts .news-and-contacts-wrap .news {
  width: 49%;
}
@media (max-width: 1000px) {
  .news-and-contacts .news-and-contacts-wrap .news {
    width: 100%;
  }
}
.news-and-contacts .news-and-contacts-wrap .news .news-content {
  display: flex;
  flex-direction: column;
  background: #ecebe7;
  font-size: 12px;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 10px;
}
.news-and-contacts .news-and-contacts-wrap .news .news-content .news-item {
  margin-bottom: 20px;
}
.news-and-contacts .news-and-contacts-wrap .news .news-content .news-item:last-child {
  margin-bottom: 0;
}
.news-and-contacts .news-and-contacts-wrap .news .news-content .news-item .news-title {
  font-weight: 700;
  color: #713362;
}
.news-and-contacts .news-and-contacts-wrap .news .news-content .news-item .news-text {
  margin-top: 3px;
}
.news-and-contacts .news-and-contacts-wrap .contacts {
  width: 49%;
}
@media (max-width: 1000px) {
  .news-and-contacts .news-and-contacts-wrap .contacts {
    width: 100%;
  }
}
.news-and-contacts .news-and-contacts-wrap .contacts .contacts-content {
  background: #ecebe7;
  border-radius: 10px;
}
.news-and-contacts .news-and-contacts-wrap .contacts .contacts-content .contacts-item {
  display: flex;
  padding: 20px;
  text-align: center;
}
.news-and-contacts .news-and-contacts-wrap .contacts .contacts-content .contacts-item .img {
  width: 240px;
  margin-right: 20px;
}
@media (max-width: 1000px) {
  .news-and-contacts .news-and-contacts-wrap .contacts .contacts-content .contacts-item .img {
    width: 50%;
  }
}
.news-and-contacts .news-and-contacts-wrap .contacts .contacts-content .contacts-item .img img {
  width: 100%;
}
.news-and-contacts .news-and-contacts-wrap .contacts .contacts-content .contacts-item .contacts-text {
  text-align: left;
  font-size: 13px;
}
.news-and-contacts .news-and-contacts-wrap .contacts .contacts-content .contacts-item .contacts-text .title {
  text-transform: uppercase;
  font-size: 16px;
  color: #713362;
  font-weight: 700;
  margin-bottom: 10px;
}
.news-and-contacts .news-and-contacts-wrap .contacts .contacts-content .contacts-item .contacts-text .phones {
  margin-top: 15px;
}
.news-and-contacts .news-and-contacts-wrap .contacts .contacts-content .contacts-item .contacts-text .phones .phone {
  font-size: 15px;
  font-weight: bold;
}
.news-and-contacts .news-and-contacts-wrap .contacts .contacts-content .contacts-item .contacts-text .phones .phone a {
  margin: 5px 0;
  display: inline-block;
  color: #FF6600;
}
.news-and-contacts .news-and-contacts-wrap .contacts .contacts-content .contacts-item .contacts-text span {
  display: block;
  font-size: 14px;
}

.details-flex {
  display: flex;
}
@media (max-width: 700px) {
  .details-flex {
    flex-direction: column;
  }
}
.details-flex .details-left-column-flex {
  display: flex;
  flex-wrap: wrap;
  margin-right: 20px;
}
@media (max-width: 700px) {
  .details-flex .details-left-column-flex {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .details-flex .details-left-column-flex {
    flex-direction: column;
  }
}
.details-flex .details-left-column-flex .details-left-column {
  width: 50%;
}
@media (max-width: 576px) {
  .details-flex .details-left-column-flex .details-left-column {
    width: 100%;
    margin-bottom: 20px;
  }
}
.details-flex .details-left-column-flex .details-right-column {
  width: 50%;
}
@media (max-width: 576px) {
  .details-flex .details-left-column-flex .details-right-column {
    width: 100%;
  }
}
.details-flex .details-left-column-flex .details-right-column .price-on-sm {
  color: #6d6d6d;
  font-size: 12px;
  margin: 5px 0 10px 0;
}
.details-flex .details-left-column-flex .property.description {
  margin-top: 30px;
  text-align: justify;
  flex: 3 100%;
}
@media (max-width: 576px) {
  .details-flex .details-left-column-flex .property.description {
    width: 100%;
  }
}
.details-flex .details-left-column-flex .broker {
  flex: 4 100%;
}
.details-flex .details-right-column-flex {
  width: 30%;
}
@media (max-width: 700px) {
  .details-flex .details-right-column-flex {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.ref-number {
  margin-bottom: 5px;
}

.form {
  padding: 15px;
}
.form input, .form textarea {
  border: 1px solid #c6c4c1;
}

.contact-page-info {
  width: 50%;
}
@media (max-width: 576px) {
  .contact-page-info {
    width: 100%;
  }
}

.contact-page-form {
  width: 50%;
}
@media (max-width: 576px) {
  .contact-page-form {
    width: 100%;
  }
}
.contact-page-form .form {
  padding: 0;
}
.contact-page-form .form input {
  border-radius: 5px;
  height: 36px;
}
.contact-page-form .form textarea {
  border-radius: 5px;
}
.contact-page-form .form input, .contact-page-form .form textarea {
  padding-left: 10px;
  border: 1px solid #d0d0d0;
}

#map {
  margin-top: 15px;
  height: 300px;
}

/* MultiSelect */
.filterPriceRange button,
.filterPropertyType button,
.filterLocation-wrap button {
  margin-top: 5px;
  padding: 0 45px 0 10px;
  height: 39px;
  display: inline-block !important;
  width: auto !important;
  color: #6F3460 !important;
  border-radius: 8px !important;
  border: 0 !important;
  font-size: 14px;
  background: #fff url("../images/arrow-dropdown.png") no-repeat right center !important;
}

.filterLocation-wrap button {
  min-width: 100%;
}

.filterPriceRange button {
  min-width: 100% !important;
}

.filterPropertyType button {
  width: 100% !important;
}

.ui-multiselect-checkboxes {
  background-color: #fff;
  /*height: 200px !important;*/
  height: auto !important;
  max-height: 200px;
  border: 0 !important;
  color: #6d6d6d !important;
  padding: 0 !important;
}

.ui-multiselect-checkboxes > li {
  padding: 0 !important;
  font-size: 1.2em !important;
}

.ui-widget {
  border: 0 !important;
  font-weight: normal !important;
  text-transform: none !important;
  cursor: pointer;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: #ecebe7 !important;
  color: #757575 !important;
  border: 1px solid #ecebe7 !important;
  border-radius: 0 !important;
  font-weight: normal !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: none !important;
  background-color: #fff !important;
  color: #713362 !important;
}

.ui-widget-content {
  background: #fff !important;
  border-radius: 7px !important;
  margin-top: 2px;
  padding: 10px 0 !important;
}
.ui-widget-content a {
  color: #333 !important;
}

.ui-state-hover {
  padding: 10px 5px;
}

.ui-multiselect-checkboxes label {
  padding: 3px 10px !important;
  cursor: pointer !important;
  line-height: 1.5em;
}

.ui-icon {
  display: none !important;
  background: none !important;
}

/* MultiSelect */
.info-images {
  float: left;
  margin: 0 30px 30px 0;
  width: 34%;
}
@media (max-width: 768px) {
  .info-images {
    width: 100%;
  }
}
.info-images .info-image {
  margin-bottom: 10px;
}
.info-images .info-image a {
  display: block;
  font-size: 0;
}
.info-images .info-image img {
  width: 100%;
}
.info-images .info-image .hidden-images {
  display: none;
}
.info-images .info-thumbs {
  margin: 0 -5px;
  font-size: 0;
}
.info-images .info-thumbs > div {
  display: inline-block;
  width: 33.333333333%;
}
.info-images .info-thumbs > div a {
  display: inline-block;
  font-size: 0;
  margin: 5px;
}
.info-images .info-thumbs > div a img {
  width: 100%;
}

.info-gallery {
  margin: 0 -5px 20px -5px;
  font-size: 0;
}
.info-gallery .info-gallery-item {
  width: 20%;
  padding: 5px;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .info-gallery .info-gallery-item {
    width: 25%;
  }
}
@media (max-width: 992px) {
  .info-gallery .info-gallery-item {
    width: 33.33333333%;
  }
}
@media (max-width: 768px) {
  .info-gallery .info-gallery-item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .info-gallery .info-gallery-item {
    width: 100%;
  }
}
.info-gallery .info-gallery-item a {
  display: block;
  padding: 1px;
  border: solid 1px #e1e1e1;
  transition: all 250ms;
}
.info-gallery .info-gallery-item a:hover {
  border: solid 1px #c0c0c0;
}
.info-gallery .info-gallery-item a img {
  width: 100%;
}

.info-documents {
  margin-bottom: 10px;
}
.info-documents a {
  color: #f16725;
  font-size: 14px;
  text-decoration: none;
  transition: all 250ms;
}
.info-documents a:hover {
  color: #a53d0b;
  text-decoration: none;
}

.listing-item {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  display: table;
}
@media (max-width: 640px) {
  .listing-item {
    display: block;
  }
}
.listing-item .li-image {
  display: table-cell;
  width: 160px;
  padding-top: 5px;
  padding-right: 25px;
  vertical-align: top;
}
@media (max-width: 640px) {
  .listing-item .li-image {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }
}
.listing-item .li-image img {
  width: 100%;
}
.listing-item .li-text {
  display: table-cell;
  font-size: 13px;
  text-align: justify;
  vertical-align: top;
}
@media (max-width: 640px) {
  .listing-item .li-text {
    display: block;
  }
}
.listing-item .li-text .li-name {
  background: #ecebe7;
  line-height: 40px;
  padding: 0 10px;
  margin-bottom: 5px;
  font-size: 18px;
  text-align: left;
  color: #743260;
}
@media (max-width: 480px) {
  .listing-item .li-text .li-name {
    font-size: 13px;
    font-weight: bold;
    padding: 0 5px;
  }
}
.listing-item .li-text .li-name a {
  color: #743260;
  text-decoration: none;
  transition: all 250ms;
}
.listing-item .li-text .li-name a:hover {
  color: #f16725;
  text-decoration: none;
}
.listing-item .li-text .date {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #000;
}
.listing-item .li-text .date .fa {
  position: relative;
  top: -1px;
}

.text {
  color: #1d1d1d;
  font-size: 14px;
  line-height: 1.2rem;
  text-align: justify;
}
.text a {
  color: #743260;
  text-decoration: underline;
}
.text a:hover {
  color: #f16725;
  text-decoration: none;
}
.text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.text ul li {
  position: relative;
}
.text ul li:before {
  position: relative;
  content: "";
  margin: 0 5px 0 15px;
  color: #743260;
  font-size: 11px;
  font-family: FontAwesome, sans-serif;
}
.text table {
  border-collapse: collapse;
  border-spacing: 0;
}
.text table tr th {
  padding: 5px 15px;
  font-size: 14px;
  font-weight: bold;
  background: #fafafa;
}
.text table tr td {
  padding: 5px 15px;
  font-size: 13px;
}
.text table tr:nth-child(odd) td {
  background: #fafafa;
}
.text table tr:nth-child(even) td {
  background: #fff;
}

.brokers-list {
  position: relative;
  margin-bottom: 15px;
  display: flex;
}
.brokers-list .brokers-list-image {
  width: 140px;
  padding-right: 20px;
  font-size: 0;
}
.brokers-list .brokers-list-info {
  flex: 1;
}
.brokers-list .brokers-list-info strong {
  font-size: 16px;
}
.brokers-list .brokers-list-info p {
  margin: 0 0 10px 0;
  text-align: left;
}

.checkbox-filters {
  position: relative;
  display: flex;
  overflow: hidden;
}
@media (max-width: 640px) {
  .checkbox-filters {
    flex-direction: column;
  }
}
.checkbox-filters .checkbox-filter {
  padding: 0 20px;
  border-right: solid 1px #9a6e8f;
}
@media (max-width: 640px) {
  .checkbox-filters .checkbox-filter {
    margin-bottom: 20px;
  }
}
.checkbox-filters .checkbox-filter:last-child {
  border-right: none;
}
.checkbox-filters .checkbox-filter.features > div {
  display: inline-block;
  margin-right: 20px;
  width: 180px;
}
.checkbox-filters .checkbox-filter > div {
  white-space: nowrap;
}
@media (max-width: 640px) {
  .checkbox-filters .checkbox-filter > div {
    display: inline-block;
    margin-right: 20px;
    width: 180px;
  }
}

/*# sourceMappingURL=css_layout.css.map */
