/*
    ==== 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; } }

/*map-area*/
.map-area {
  position: fixed;
  overflow: hidden;
  width: 100%;
  margin: 0px 0 0;
  height: 483px;
  z-index: 10;
  padding-top: 10px;
bottom:0;  }
  .map-area .search-column {
    width: 320px;
    height: auto;
    position: absolute;
    top: 0;
    right: -320px;
    padding: 31px 10px 0;
    background: #FFFFFF;
	/*margin-top:134px;*/
    z-index: 1000; }
    .map-area .search-column select {
      opacity: 0; }
    .map-area .search-column h3 {
      color: #6c7f8a;
      text-align: center;
      margin: 0 0 9px;
      font: 18px/21px 'robotolight', sans-serif; }
      .map-area .search-column h3 strong {
        font-family: 'robotobold', sans-serif;
        font-weight: normal; }
    .map-area .search-column .filter-box {
      background: #fff;
      margin: 0 0px;
      overflow: hidden; }
      .map-area .search-column .filter-box .filter {
        width: 100%;
        box-shadow: none;
        margin: 0;
        display: table; }
        .map-area .search-column .filter-box .filter li {
          text-align: center;
          display: table-cell;
          float: none;
          table-layout: fixed;
          white-space: nowrap; }
        .map-area .search-column .filter-box .filter a {
          padding: 1px 5px; }
          .map-area .search-column .filter-box .filter a:hover, .map-area .search-column .filter-box .filter a.active {
            color: #D3A634; }
    .map-area .search-column .form-group {
      padding: 10px;
      margin: 0px 0px;
      background: #c2cdd4; }

/*results-listing*/
.results-listing {
  height: 350px;
  overflow: auto; }
  .results-listing ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .results-listing ul li {
      border-bottom: 1px solid #eaeff2;
      overflow: hidden;
      color: #7b93a2;
      padding: 13px 0 16px;
      font: 13px/18px 'robotobold', sans-serif; }
      .results-listing ul li .img {
        float: left;
        width: 115px;
        height: 76px;
        margin: 0 10px 0 0;
        overflow: hidden;
        background: #d0d0d0; }
        .results-listing ul li .img a {
          color: #ffffff;
          font-family: 'robotoregular', sans-serif;
          display: block;
          position: relative;
          text-align: center;
          height: 76px; }
          .results-listing ul li .img a span {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 10;
            padding: 1px 5px 2px;
            background: rgba(0, 0, 0, 0.4); }
        .results-listing ul li .img img {
          width: 115px;
          height: auto;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
				  
		/*SOLD and RENTED stylling */		  
		.results-listing ul li .img .marker{
			position: absolute;
			top: 5px;
			  left: 20px;
			  z-index: 30;
			  text-transform: uppercase;
			  color: #ffffff;
			  font: 11px/13px 'museo700-regular', sans-serif;
			  text-shadow: 1px -1px 0 rgba(0, 0, 0, 0.35);
			  background: #e84c3c;
			  padding: 0px 0px 0px;
			  min-width: 60px;
			  text-align: center; }
		.results-listing ul li .img .marker.sold{
			background: #49ba6f;
		}
		.results-listing ul li .img .marker.rented{
			background: #9b1b2a;
		}
		.results-listing ul li .img .marker{
			-webkit-transform: rotate(-40deg);
				-ms-transform: rotate(-40deg);
					transform: rotate(-38deg);
			width: 80px;
			top: 4px;
			left: -22px;
			padding: 10;
			bottom: 48px;
			background: none;
		}
		.results-listing ul li .img .marker span{
			position: relative;
			  display: block;
			  z-index: 40;
			  display: block;
			  padding: 7px 5px 6px;
		}
		.results-listing ul li .img .marker.sold:after {
			border-bottom-color: #49ba6f; }
		.results-listing ul li .img .marker.sold span:after, .results-listing ul li .img .marker.sold span:before {
		  border-top-color: #13552e; }
		.results-listing ul li .img .marker.rented:after {
		  border-bottom-color: #3597d3; }
		.results-listing ul li .img .marker.rented span:after, .results-listing ul li .img .marker.rented span:before {
		  border-top-color: #2c3e50; }
		  
		/*----SOLD and RENTED stylling---- */
		
      .results-listing ul li .holder {
        overflow: hidden; }
      .results-listing ul li .ico-favorite {
        margin: 0px 0px 3px; }
      .results-listing ul li ul {
        padding: 0 0 5px; }
        .results-listing ul li ul li {
          border:none;
		  padding: 0;
         white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;}
      .results-listing ul li .price {
        color: #D3A634;
        font-size: 15px; }
      .results-listing ul li .ico-favorite {
        display: block;
        background: url(../images/ico-favorite.png) no-repeat;
        text-indent: -9999px;
        overflow: hidden;
        width: 19px;
        height: 17px; 
		float: right;}
        .results-listing ul li .ico-favorite.active, .results-listing ul li .ico-favorite:hover {
          background-position: 0 -17px; }
      .results-listing ul li.information-block {
        background: none;
        border: none;
        box-shadow: none; }
  .results-listing #loading, .results-listing #showMore {
    margin-top: 10px; }

.headline {
  position: relative;
  margin: 0 0 17px;
  padding: 0 35px 0 0; }
  .headline h2 {
    margin: 0 0 2px;
    font: 36px/40px 'robotoregular', sans-serif;
    color: #6c7f8a; }
  .headline h3 {
    margin: 0;
    font: 18px/21px 'robotoregular', sans-serif;
    color: #6c7f8a; }
  .headline .ico-favorite {
    display: block;
    background: url(../images/ico-favorite.png) no-repeat -19px 0;
    text-indent: -9999px;
    overflow: hidden;
    width: 23px;
    height: 20px;
    position: absolute;
    top: 8px;
    right: 0; }
    .headline .ico-favorite.active, .headline .ico-favorite:hover {
      background-position: -19px -20px; }

#map {
  height: 483px;
  width: 100%; }

@media (min-width: 768px) {
  .map-area {
    height: 100%; }
    .map-area .search-column {
      right: 0;
      height: auto;
width:320px;	  }
  #map {
    height: 930px; }
  .results-listing {
    height: 97% !important;
    overflow-x: hidden;	} }
@media (max-width: 1024px) {
	   .map-area .search-column {
		   /*margin-top: 183px; */right: 0;
      height: auto;
      bottom: 0;
	  top: 152px !important;
	  position:fixed;}
	   .map-area {
		   padding-top:184px;
		   }
		   .results-listing {
    height: 97% !important;
	    overflow-x: hidden;
}
	}
@media (min-width: 1025px) {
  .map-area {
    height: auto;
    min-height: 930px; }
	
    .map-area .search-column {
      right: 0;
      height: auto;
      bottom: 0;
	  top: 114px !important;
	  position:fixed;
	      box-shadow: -2px -1px 5px 0 rgba(0,0,0,.4);
	  }
      .map-area .search-column .block {
        min-height: 147px; }
      .map-area .search-column .filter-box .filter {
        box-shadow: none; }
        .map-area .search-column .filter-box .filter a {
          padding: 1px 5px; }
  #map {
    height: auto;
    min-height: 930px; }
.results-listing {
   /* height: 615px !important;*/
    height: 97% !important;
    overflow-y: scroll;
	 overflow-x: hidden;
	position:fixed;
	right:0;
bottom:0px;	}
	}

/*map-tooltip*/
.map-tooltip {
  background: #fff;
  padding: 0 0 1px;
  font: 11px/14px 'robotomedium', sans-serif;
  color: #7b93a2;
  max-width: 150px;
  position: relative;
  z-index: 900; }
  .map-tooltip .holder {
    display: table;
    width: 100%; }
  .map-tooltip figure {
    padding: 0 6px 0 0;
    display: table-cell;
    width: 66px; }
    .map-tooltip figure img {
      vertical-align: top;
      width: 100%; }
  .map-tooltip .info {
    display: table-cell; }
    .map-tooltip .info strong {
      display: block;
      color: #D3A634;
      font-weight: normal; }
    .map-tooltip .info span {
      display: block; }
p#message{
		color: #7b93a2 !important;
		font: 13px/18px 'robotobold', sans-serif !important;
}


/**/
#main #showMore {
    margin: 0 auto 10px;
    background-image: none;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    padding: 5px 7px 7px;
    font: 18px/23px 'robotomedium', sans-serif;
    background: #D3A634;
    color: #fff;
    width: 160px;
    -webkit-transition: all .2s;
    transition: all .2s;
    letter-spacing: normal;
}

#main #showMore:hover {
    background: #D3A634 !important;
}