@charset "UTF-8";
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* Media queries */
/*$tablet-width: 768px;*/
/* +250px  */
/*colors*/
/* Media queries */
/*$tablet-width: 768px;*/
/* +250px  */
/*colors*/
/* flex */
.search-dropdown {
  width: 100%;
  display: inline-block;
  position: relative; }
  .search-dropdown[data-enable=false] {
    cursor: default; }
    .search-dropdown[data-enable=false] .dropdown-trigger {
      cursor: default; }
    .search-dropdown[data-enable=false] .placeholder {
      opacity: 0.7; }
  .search-dropdown .search-area {
    width: 100%;
    cursor: pointer;
    /*&[data-placeholder]{
            &:before{
                content: attr(data-placeholder);
                position: absolute;
                background: red;

            }
        }*/ }
  .search-dropdown .dropdown-content {
    position: absolute;
    top: 56px;
    /*width: 100%;*/
    min-width: 100%;
    border: 1px solid #DEDBDB;
    max-height: 450px;
    display: none;
    /*@include boxShadow_text(0 4px 5px -2px #c5c6c3);*/
    background: #fbfbfa;
    border-top: 14px solid #e0e6d3; }
    .search-dropdown .dropdown-content .clear-dropdown {
      float: right;
      margin: 5px;
      line-height: 10px;
      color: #fff;
      background: #898988;
      border: none;
      padding: 6px 4px;
      font-size: 12px; }
      .search-dropdown .dropdown-content .clear-dropdown:before {
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        margin-right: 10px; }
    .search-dropdown .dropdown-content.tabs {
      border: none !important;
      max-height: -webkit-calc(260px);
      max-height: calc(260px); }
      .search-dropdown .dropdown-content.tabs .item-holder {
        width: 65%;
        background-color: #FFF;
        border: 1px solid #67a304;
        max-height: -webkit-calc(246px);
        max-height: calc(246px);
        position: absolute;
        right: 0; }
      .search-dropdown .dropdown-content.tabs:before, .search-dropdown .dropdown-content.tabs:after {
        width: calc(50% - 17px); }
  .search-dropdown .tabs-nav {
    float: left;
    width: 35%;
    height: 100%; }
    .search-dropdown .tabs-nav a {
      display: block;
      height: -webkit-calc(82px);
      height: calc(82px);
      font-size: 14px;
      cursor: pointer;
      position: relative;
      padding: 0 10px;
      background: #e0e6d3;
      line-height: 82px; }
      .search-dropdown .tabs-nav a.active {
        background-color: #FFF;
        border-top: 1px solid #67a304;
        border-bottom: 1px solid #67a304; }
        .search-dropdown .tabs-nav a.active:before {
          content: "\e608";
          display: none; }
        .search-dropdown .tabs-nav a.active:after {
          content: "";
          position: absolute;
          right: -1px;
          top: 1px;
          width: 1px;
          height: 79px;
          background: #fff;
          z-index: 2; }
      .search-dropdown .tabs-nav a[data-enable=false] {
        color: #ccc;
        cursor: no-drop; }
        .search-dropdown .tabs-nav a[data-enable=false]:hover {
          background: #ccc;
          color: #fff; }
      .search-dropdown .tabs-nav a:before {
        position: absolute;
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        /*height: $tab_h/3;
                line-height: $tab_h/3;*/
        top: 0;
        right: 5px;
        font-size: 12px;
        width: 10px;
        height: 20px;
        line-height: 20px;
        margin: auto;
        bottom: 0;
        text-align: center; }
      .search-dropdown .tabs-nav a:hover {
        background: #fff; }
  .search-dropdown .item-holder {
    height: 100%;
    max-height: -webkit-calc(436px);
    max-height: calc(436px);
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 17px;
    position: relative; }
  .search-dropdown.link-dropdown .item-holder {
    padding: 10px 0; }
  .search-dropdown.before_start {
    z-index: 200; }
    .search-dropdown.before_start .dropdown-content {
      z-index: 1; }
    .search-dropdown.before_start.right .dropdown-content {
      right: 0; }
    .search-dropdown.before_start.left .dropdown-content {
      left: 0; }
    .search-dropdown.before_start#serviceChoice.right .dropdown-content {
      right: -55px; }
    .search-dropdown.before_start .search-area {
      z-index: 1; }
      .search-dropdown.before_start .search-area:after {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 50%;
        margin-left: -11px;
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 12px solid #e0e6d3; }
  .search-dropdown.open {
    z-index: 200; }
    .search-dropdown.open .search-area {
      z-index: 1; }
      .search-dropdown.open .search-area:after {
        content: "";
        position: absolute;
        bottom: -1px;
        /*left: 50%;
                margin-left: -11px;*/
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 12px solid #e0e6d3;
        left: 0;
        right: 0;
        margin: auto; }
    .search-dropdown.open .dropdown-content {
      display: block;
      z-index: 1; }
    .search-dropdown.open.right .dropdown-content {
      right: 0px; }
    .search-dropdown.open.left .dropdown-content {
      left: 0; }
    .search-dropdown.open#serviceChoice.right .dropdown-content {
      right: -55px; }
    .search-dropdown.open .dropdown-trigger {
      /*background-color: $green;
            color: #fff;*/
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg); }
  .search-dropdown .dropdown-trigger {
    position: absolute;
    right: 1px;
    top: 50%;
    margin-top: -20px;
    height: 40px;
    line-height: 40px;
    color: #444;
    width: 40px;
    text-align: center;
    cursor: pointer;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    /*&:hover {
            background-color: $green;
            color: #fff;
        }*/ }
    .search-dropdown .dropdown-trigger:before {
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 8px; }

.radio-holder,
.checkbox-holder,
.select-holder {
  text-align: left;
  padding: 0 10px; }
  .radio-holder label,
  .checkbox-holder label,
  .select-holder label {
    display: block;
    margin: 8px 0;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    padding-left: 28px; }
    .radio-holder label.buy-label, .radio-holder label.rent-label,
    .checkbox-holder label.buy-label,
    .checkbox-holder label.rent-label,
    .select-holder label.buy-label,
    .select-holder label.rent-label {
      padding-left: 42px; }
    .radio-holder label .icheckbox_flat-green, .radio-holder label .iradio_flat-green,
    .checkbox-holder label .icheckbox_flat-green,
    .checkbox-holder label .iradio_flat-green,
    .select-holder label .icheckbox_flat-green,
    .select-holder label .iradio_flat-green {
      position: absolute !important;
      top: 0;
      left: 0; }
  .radio-holder .sub-category,
  .checkbox-holder .sub-category,
  .select-holder .sub-category {
    margin-left: 20px; }
  .radio-holder .select-all,
  .checkbox-holder .select-all,
  .select-holder .select-all {
    display: inline-block;
    min-height: 20px;
    padding-left: 25px;
    font-size: 14px;
    position: relative; }
    .radio-holder .select-all:before,
    .checkbox-holder .select-all:before,
    .select-holder .select-all:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      display: inline-block;
      vertical-align: middle;
      margin: 0;
      padding: 0;
      width: 20px;
      height: 20px;
      background: url(../images/icheck/green.png) no-repeat;
      border: none;
      cursor: pointer; }
    .radio-holder .select-all.checked:before,
    .checkbox-holder .select-all.checked:before,
    .select-holder .select-all.checked:before {
      background-position: -22px 0; }
  .radio-holder .checkbox-group,
  .checkbox-holder .checkbox-group,
  .select-holder .checkbox-group {
    padding-top: 2px;
    margin-top: 5px;
    border-top: 1px solid #ababab; }
    .radio-holder .checkbox-group:first-child,
    .checkbox-holder .checkbox-group:first-child,
    .select-holder .checkbox-group:first-child {
      padding-top: 0;
      margin-top: 0;
      border-top: none; }

.top-districts-wrapper {
  border: none;
  border-bottom: 2px solid #89B048; }

.select-holder select {
  width: 100%;
  margin-bottom: 10px;
  height: 30px;
  border: 1px solid #89b048;
  outline: none; }

.custom-select-holder label {
  margin: 8px 0;
  display: block;
  text-align: left;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden; }

.custom-select-holder select {
  width: 100%;
  margin-bottom: 10px;
  padding: 0 0 0 5px;
  height: 30px;
  border: 1px solid #89b048;
  outline: none;
  color: #5c5c5c;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist; }

.link-dropdown .dropdown-content a {
  display: block;
  padding: 5px 10px;
  text-align: left;
  color: #5c5c5c; }
  .link-dropdown .dropdown-content a:hover {
    background: #89b048; }

.ui-menu {
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto; }

.search-area {
  position: relative;
  z-index: 3; }
  .search-area input, .search-area .placeholder {
    padding-right: 52px;
    border: 1px solid #d4d4d4;
    padding: 20px 10px;
    width: 100%;
    background: #fff;
    display: inline-block;
    height: 57px;
    text-align: left; }
    .search-area input.error, .search-area .placeholder.error {
      color: #a94442;
      border: 1px solid #a94442; }
    .search-area input:focus, .search-area .placeholder:focus {
      outline: none; }
    .search-area input::-webkit-input-placeholder, .search-area .placeholder::-webkit-input-placeholder {
      color: #5c5c5c; }
    .search-area input::-moz-placeholder, .search-area .placeholder::-moz-placeholder {
      color: #5c5c5c; }
    .search-area input:-moz-placeholder, .search-area .placeholder:-moz-placeholder {
      color: #5c5c5c; }
    .search-area input:-ms-input-placeholder, .search-area .placeholder:-ms-input-placeholder {
      color: #5c5c5c; }
  .search-area .placeholder {
    overflow: hidden;
    padding-right: 40px;
    /*max-width: 180px;*/ }
  .search-area .ui-autocomplete-input {
    padding-right: 40px; }

.simple-filters {
  padding: 20px 0;
  font-size: 0; }
  @media (min-width: 1220px) {
    .simple-filters {
      padding: 0 0 20px 0; } }
  .simple-filters .field {
    display: block;
    width: auto; }
    @media (min-width: 1025px) {
      .simple-filters .field {
        display: inline-block;
        width: 175px; }
        .simple-filters .field.search-field {
          width: auto; } }
    .simple-filters .field > label {
      font-size: 14px;
      color: #5c5c5c; }
      @media (min-width: 1025px) {
        .simple-filters .field > label {
          margin-left: 18px; } }
  .simple-filters .search-field {
    width: auto; }
  .simple-filters .search-btn {
    padding: 2px; }
    .simple-filters .search-btn button {
      color: #888; }
  .simple-filters input {
    font-size: 12px; }
  .simple-filters .input-search {
    font-size: 12px;
    height: 28px;
    padding: 5px 12px;
    color: #676262;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    width: 168px; }
    .simple-filters .input-search::-webkit-input-placeholder {
      color: #5c5c5c; }
    .simple-filters .input-search::-moz-placeholder {
      color: #5c5c5c; }
    .simple-filters .input-search:-moz-placeholder {
      color: #5c5c5c; }
    .simple-filters .input-search:-ms-input-placeholder {
      color: #5c5c5c; }
  .simple-filters .search-dropdown .dropdown-trigger:before {
    font-size: 12px;
    color: #5c5c5c; }
  .simple-filters .search-area .placeholder {
    font-size: 14px;
    background-color: transparent;
    padding: 5px 40px 5px 5px;
    height: 40px;
    border: none;
    border-right: 1px solid #e0ddd6;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .simple-filters .search-dropdown .dropdown-content {
    top: 40px;
    min-width: 100%;
    width: auto; }

.more-filters .flex-holder .flex-item-1 {
  display: none; }
  .more-filters .flex-holder .flex-item-1.open {
    display: block; }

.more-filters .flex-holder .flex-item-2 {
  display: none; }
  .more-filters .flex-holder .flex-item-2.open {
    display: block; }

.more-filters .flex-holder .flex-item-3 {
  display: none; }
  .more-filters .flex-holder .flex-item-3.open {
    display: block; }

/* language menu */
.language-dropdown {
  vertical-align: top;
  font-size: 12px;
  color: #fff;
  position: relative; }
  @media (min-width: 1220px) {
    .language-dropdown {
      display: inline-block;
      vertical-align: top; }
      .language-dropdown:before {
        content: "";
        border-left: 1px solid #c4c4c4;
        left: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        height: 31px;
        margin: auto; } }
  .language-dropdown [class^="icon-"],
  .language-dropdown [class*=" icon-"] {
    font-size: 24px;
    vertical-align: top;
    display: inline-block;
    width: 24px;
    height: 27px;
    line-height: 27px;
    text-align: center; }
  .language-dropdown .dropdown-label {
    display: block;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    padding: 6px 40px;
    position: relative;
    line-height: 27px; }
    @media (min-width: 1220px) {
      .language-dropdown .dropdown-label {
        display: inline-block;
        border: 1px solid #c4c4c4;
        padding: 0 8px;
        margin: 1px 8px; } }
  .language-dropdown .language-selector {
    display: none;
    list-style: none;
    z-index: 2;
    /*max-width: calc(100% - 10px);*/ }
    @media (min-width: 1220px) {
      .language-dropdown .language-selector {
        position: absolute;
        right: 5px;
        top: calc(100% + 5px);
        box-shadow: 2px 2px 5px -1px #5c5c5c; } }
    .language-dropdown .language-selector > ul {
      list-style: none;
      overflow: hidden;
      background: #fff; }
      @media (min-width: 1220px) {
        .language-dropdown .language-selector > ul {
          border: 1px solid #fff; } }
    .language-dropdown .language-selector li {
      display: block; }
      .language-dropdown .language-selector li a {
        white-space: nowrap;
        color: #5c5c5c;
        padding: 0 6px;
        line-height: 28px;
        overflow: hidden;
        text-overflow: ellipsis; }
        @media (min-width: 1220px) {
          .language-dropdown .language-selector li a {
            border: none; } }
        .language-dropdown .language-selector li a:hover {
          background: #89b048;
          color: #fff; }
    .language-dropdown .language-selector [class^="icon-"],
    .language-dropdown .language-selector [class*=" icon-"] {
      line-height: 28px;
      height: 28px; }
  .language-dropdown.open .language-selector {
    display: block; }
  .language-dropdown.open .dropdown-label:before {
    position: absolute;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    bottom: -7px;
    left: 22px; }
    @media (min-width: 1220px) {
      .language-dropdown.open .dropdown-label:before {
        content: ""; } }
