/*
    ==== GRID ====
*/
.breadcrumbs {
  padding: 0 0 10px;
  margin: 0 0 15px;
  list-style: none;
  border-bottom: 1px solid #eef0f2;
  box-shadow: 0 1px 0 #cfd6da;
  font-size: 0;
  line-height: 0; }
  .breadcrumbs li {
    color: #7b93a2;
    display: inline-block;
    vertical-align: top;
    font: 13px/24px 'robotoregular', sans-serif;
    position: relative; }
    .breadcrumbs li + li {
      padding: 0 0 0 23px; }
      .breadcrumbs li + li:after {
        content: '';
        position: absolute;
        left: 10px;
        top: 11px;
        width: 4px;
        height: 4px;
        background: #fff; }
    .breadcrumbs li a {
      color: #7b93a2; }
      .breadcrumbs li a:hover {
        color: #617a89;
        text-decoration: underline; }

@media (min-width: 1025px) {
  .breadcrumbs {
    padding: 0 0 28px;
    margin: 0 0 26px; } }

.similar-items-area {
  padding: 0 0 20px; }

.similar-items {
  padding: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px; }
  .similar-items.with-ads .item > * {
    position: relative;
    z-index: 15; }
  .similar-items.with-ads .item:after {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    bottom: -3px;
    right: -3px;
    border: 3px solid #368c52;
    border-radius: 2px;
    -webkit-transition: all .3s;
            transition: all .3s;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    z-index: 100; }
  .similar-items li {
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    float: none; }
    .similar-items li .item {
      background: #ffffff;
      position: relative;
      box-shadow: 0 2px 0 #d1d6d8; }
      .similar-items li .item.selected:after {
        -webkit-animation-name: indexing;
                animation-name: indexing;
        -webkit-animation-duration: .3s;
                animation-duration: .3s;
        -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); }
      .similar-items li .item .img {
        position: relative;
        overflow: hidden;
        padding-top: 100%; }
        .similar-items li .item .img img {
          width: 100%;
          vertical-align: top;
          height: auto;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          z-index: 3; }
        .similar-items li .item .img .btn-price {
          position: absolute;
          bottom: 10px;
          left: 10px;
          z-index: 20; }
        .similar-items li .item .img:after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.2);
          -webkit-transition: all 0.3s ease-in-out;
                  transition: all 0.3s ease-in-out;
          z-index: 5; }
      .similar-items li .item .info {
        padding: 10px 10px 12px; }
      .similar-items li .item h3 {
        margin: 0 0 3px;
        color: #333333;
        font: 16px/21px "robotomedium", sans-serif; }
      .similar-items li .item .place {
        display: block;
        color: #666666;
        font: 13px/17px "robotomedium", sans-serif; }
      .similar-items li .item dl {
        margin: -4px 0 0;
        overflow: hidden;
        padding: 0 10px 5px; }
        .similar-items li .item dl dt {
          float: left;
          color: #333333;
          font: 13px/18px "robotobold", sans-serif;
          display: block;
          width: 100%;
          overflow: hidden;
          white-space: nowrap;
          -ms-text-overflow: ellipsis;
          text-overflow: ellipsis;
          max-width: 50%;
          padding: 0 4px 0 0; }
        .similar-items li .item dl dd {
          overflow: hidden;
          margin: 0 0 11px;
          color: #666666;
          font: 13px/18px "robotomedium", sans-serif;
          text-align: right;
          min-height: 18px; }
      .similar-items li .item a.more {
        display: block;
        color: #368c52;
        font: 13px/17px "robotobold", sans-serif;
        position: relative;
        padding: 12px 20px 16px 12px;
        border-top: 1px solid #dce1e4; }
        .similar-items li .item a.more:hover {
          color: #28673c; }
        .similar-items li .item a.more:after {
          font-family: "fontello";
          font-style: normal;
          font-weight: normal;
          speak: none;
          text-decoration: none;
          text-align: center;
          font-variant: normal;
          text-transform: none;
          vertical-align: top;
          content: '\e827';
          position: absolute;
          top: 12px;
          right: 16px;
          -webkit-transform: translate(0px, 0px);
              -ms-transform: translate(0px, 0px);
                  transform: translate(0px, 0px);
          -webkit-animation: horz 1s ease infinite;
                  animation: horz 1s ease infinite; }
      .similar-items li .item ul.more {
        padding: 13px 20px 15px 12px;
        border-top: 1px solid #dce1e4;
        margin: 0;
        list-style: none;
        overflow: hidden; }
        .similar-items li .item ul.more li {
          float: left;
          font: 13px/17px "robotobold", sans-serif;
          padding: 0 10px 0 0; }
          .similar-items li .item ul.more li a {
            color: #368c52; }
            .similar-items li .item ul.more li a:hover {
              color: #28673c; }
      .similar-items li .item .add-item {
        display: table;
        height: 100%;
        width: 100%; }
        .similar-items li .item .add-item a {
          color: #97a4ab;
          text-align: center;
          font: 15px/18px "robotomedium", sans-serif;
          display: table-cell;
          vertical-align: middle;
          padding: 40px 20px; }
          .similar-items li .item .add-item a .fo {
            font-size: 60px;
            line-height: 64px; }
          .similar-items li .item .add-item a span {
            display: block;
            padding: 4px 0 0; }
          .similar-items li .item .add-item a:hover {
            color: #368c52; }
      .similar-items li .item .check-box {
        position: relative;
        padding: 12px 40px 16px 12px;
        border-top: 1px solid #dce1e4; }
        .similar-items li .item .check-box ul {
          padding: 0;
          margin: 0;
          list-style: none;
          overflow: hidden; }
          .similar-items li .item .check-box ul li {
            float: left;
            color: #368c52;
            padding: 0 10px 0 0;
            font: 13px/17px "robotobold", sans-serif; }
            .similar-items li .item .check-box ul li a {
              color: #368c52; }
              .similar-items li .item .check-box ul li a:hover {
                color: #28673c; }
        .similar-items li .item .check-box input {
          position: absolute;
          display: none;
          opacity: 1; }
        .similar-items li .item .check-box .chk-area {
          margin: 0;
          position: absolute;
          top: 11px;
          right: 10px;
          width: 22px;
          height: 22px;
          overflow: visible; }
        .similar-items li .item .check-box .chk-area span {
          background-position: -34px 0;
          width: 22px;
          height: 22px; }
        .similar-items li .item .check-box .chk-checked span {
          background-position: -34px -22px;
          margin: 0; }

@media (min-width: 1025px) {
  .similar-items li .item {
    opacity: 0;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
    .similar-items li .item h3 {
      font-size: 18px; }
  .similar-items.no-animation li .item {
    opacity: 1; } }

.featured-properties {
  margin: 0 0 15px;
  min-height: 40px;
  position: relative;
  background: #dce1e4; }
  .featured-properties .input-loader {
    background: #dce1e4;
    margin-right: -6px !important;
    right: 50% !important; }
  .featured-properties .featured-items {
    padding: 0;
    margin: 0;
    list-style: none; }
    .featured-properties .featured-items li {
      overflow: hidden;
      color: #546d7d;
      position: relative;
      font: 13px/18px 'robotoregular', sans-serif; }
      .featured-properties .featured-items li + li {
        margin: 20px 0 0; }
      .featured-properties .featured-items li .thumb {
        float: left;
        width: 90px;
        margin: 4px 6px 0 0;
        height: 90px;
        position: relative;
        overflow: hidden;
        background: #d0d0d0; }
        .featured-properties .featured-items li .thumb img {
          width: 100%;
          height: auto;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
      .featured-properties .featured-items li .holder {
        overflow: hidden;
        padding: 0 0 5px 5px; }
        .featured-properties .featured-items li .holder .title {
          display: block;
          color: #7b93a2;
          font-family: 'robotobold', sans-serif;
          font-weight: normal; }
      .featured-properties .featured-items li p {
        margin: 0 0 7px; }
      .featured-properties .featured-items li .btn-price {
        font-size: 13px;
        padding: 6px 12px; }

@media (min-width: 1025px) {
  .featured-properties .featured-items li {
    opacity: 0;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
    .featured-properties .featured-items li .btn-price:hover {
      -webkit-transform: translateY(-3px);
          -ms-transform: translateY(-3px);
              transform: translateY(-3px); } }

.add-project {
  display: block;
  color: #ffffff;
  font: 15px/19px 'robotomedium', sans-serif;
  background: #368c52;
  position: relative;
  border-radius: 2px;
  box-shadow: 0 2px 0 #d1d6d8;
  margin: 0 0 15px;
  overflow: hidden;
  padding: 24px 20px 25px 53px;
  -webkit-transition: all .5s;
          transition: all .5s; }
  .add-project .fo {
    position: absolute;
    left: 7px;
    top: 12px;
    width: 45px;
    height: 45px;
    font-size: 28px;
    line-height: 43px;
    -webkit-transition: all .5s;
            transition: all .5s; }
  .add-project:hover {
    background: #fff;
    color: #368c52;
    padding-left: 63px;
    font-size: 17px; }
    .add-project:hover .fo {
      font-size: 110px;
      left: -20px;
      opacity: 0.5;
      -webkit-transform: rotate(20deg);
          -ms-transform: rotate(20deg);
              transform: rotate(20deg); }

.our-guides {
  margin: 0 0 20px; }

.guides {
  padding: 0;
  margin: 0;
  list-style: none; }
  .guides li {
    font: 15px/19px 'robotomedium', sans-serif;
    position: relative; }
    .guides li + li {
      margin: 15px 0 0; }
  .guides a {
    display: block;
    position: relative;
    background: #fff;
    box-shadow: 0 2px 0 #d1d6d8;
    border-radius: 2px;
    padding: 24px 22px 25px 53px;
    color: #333333;
    overflow: hidden;
    -webkit-transition: all .2s;
            transition: all .2s; }
    .guides a.active, .guides a:hover {
      color: #368c52; }
    .guides a:after, .guides a:before {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
      text-decoration: none;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      vertical-align: top;
      position: absolute;
      top: 23px;
      left: 15px;
      width: 30px;
      font-size: 23px;
      -webkit-transition: all .3s;
              transition: all .3s; }
    .guides a.ico1:before {
      content: '\e811'; }
    .guides a.ico2:before {
      content: '\e828'; }
    .guides a.ico3:before {
      content: '\e829'; }
    .guides a.ico4:before {
      content: '\e835'; }
    .guides a.ico5:before {
      content: '\e810'; }
    .guides a:after {
      color: #368c52;
      content: '\e827';
      top: 24px;
      right: 14px;
      font-size: 15px;
      left: auto;
      width: auto;
      -webkit-transform: translate(0px, 0px);
          -ms-transform: translate(0px, 0px);
              transform: translate(0px, 0px);
      -webkit-animation: horz 1s ease infinite;
              animation: horz 1s ease infinite; }

.user-guides a {
  color: #368c52; }
  .user-guides a:after {
    display: none; }
  .user-guides a span {
    color: #333;
    float: right; }

@media (min-width: 1025px) {
  .our-guides ul li {
    opacity: 0;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
    .our-guides ul li a:hover {
      padding-left: 60px; }
      .our-guides ul li a:hover:before {
        font-size: 40px;
        left: 8px;
        opacity: 0.5;
        -webkit-transform: rotate(15deg);
            -ms-transform: rotate(15deg);
                transform: rotate(15deg); } }

/*slider*/
.slider {
  background: #ffffff;
  position: relative;
  height: 40px;
  padding: 24px 10px 0; }

.ui-slider {
  background: #dce1e4;
  height: 2px;
  position: relative; }
  .ui-slider .ui-slider-range {
    background: #368c52;
    position: absolute;
    top: 0;
    height: 100%; }
  .ui-slider .ui-slider-handle {
    width: 14px;
    height: 19px;
    position: absolute;
    top: 0;
    outline: none;
    z-index: 100;
    margin: 9px 0 0 -7px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAATCAYAAACgADyUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0NFQjY5ODM4OURFMTFFNEIwNDk4Mjc1RDk3OUNDQTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0NFQjY5ODQ4OURFMTFFNEIwNDk4Mjc1RDk3OUNDQTYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3Q0VCNjk4MTg5REUxMUU0QjA0OTgyNzVEOTc5Q0NBNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3Q0VCNjk4Mjg5REUxMUU0QjA0OTgyNzVEOTc5Q0NBNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnzCiQ8AAACjSURBVHjaYjTrCWLAAriBeCGUHQ/EX9EVsGDRJAfEG4HYAMpXAmI/IH6CrIgJTZMVEJ9C0gQChkB8GogtcGlMAOJ9QCyOxRUSQLwfiKORNTIDcTcQzwdidgbcgAOIFwNxG0gfyI9rgdifgTjACMSVQKzMRIImZBDGxEAmwNAoJimOl49TI9k2jmocVBofnr+Nl4+s8S+yAKcEHwM+PhT8BQgwAOQmFv/Wu5mDAAAAAElFTkSuQmCC'); }

.slider-counter {
  color: #7b93a2;
  position: absolute;
  top: 4px;
  right: 10px;
  font: 11px/16px 'robotobold', sans-serif;
  cursor: pointer; }

.breadcrumbs {
  margin-top: 20px; }

.property-search {
  margin: 0 0 20px; }
  .property-search h3 {
    color: #6c7f8a;
    font: 18px/21px 'robotolight', sans-serif;
    padding: 0 0 0 26px;
    margin: 0 0 23px; }
    .property-search h3 .fo {
      color: #368c52;
      margin: 0 0 0 -26px;
      float: left; }
    .property-search h3 .num {
      font-weight: normal;
      font-family: 'robotobold', sans-serif; }
  .property-search .options-line {
    border-bottom: 1px solid #eef0f2;
    box-shadow: 0 1px 0 #cfd6da;
    padding: 0 0 22px; }
    .property-search .options-line .form-group {
      float: left;
      width: 240px;
      margin: 0; }
    .property-search .options-line .btns {
      float: right; }
      .property-search .options-line .btns .btn-filter {
        float: left;
        margin: 0 0 0 10px;
        height: 40px;
        width: 40px;
        line-height: 40px;
        background: #ffffff; }
        .property-search .options-line .btns .btn-filter:hover, .property-search .options-line .btns .btn-filter.active {
          background: #7b93a2; }
          .property-search .options-line .btns .btn-filter:hover .fo, .property-search .options-line .btns .btn-filter.active .fo {
            color: #fff; }

.map-box {
  width: 100%;
  border: 3px solid #fff;
  height: 405px;
  margin: 0 0 20px; }
  .map-box .map {
    height: 399px;
    width: 100%; }

.search-form {
  margin: 0 0 20px; }
  .search-form .form-area {
    padding: 0; }
  .search-form .btn {
    display: block;
    margin: 0;
    width: 100%;
    height: 40px; }
