.NBproperties_default form {
  margin: 0;
}

.NBproperties_default .row-fluid .NBproperty {
  background-color: #f9f9f9;
  padding: 8px;
  min-height: 310px;
  border: 1px dashed #d8d6d6;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  behavior: url('templates/navegabem/js/PIE.htc') !important;
  margin-bottom: 20px;
  position: relative;
}

.NBproperties_default .NBproperty .NBcheck_wishlist {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.NBproperties_default .NBproperty:hover .NBphoto a {
  opacity: 0.8;
}

.NBproperties_default .NBproperty .NBphoto {
  position: relative;
  overflow: hidden;
  height: 165px;
  border-bottom: 5px solid #ed174f;
}
.NBproperties_default .NBproperty .NBphoto.sold {
  border-bottom: 5px solid #2e2d2d;
}
.NBproperties_default .NBproperty .NBphoto.sold .NBtype {
  background-color: #2e2d2d;
}
.NBproperties_default .NBproperty .NBphoto a {
  display: block;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 300ms ease-in-out 0ms;
  -moz-transition: all 300ms ease-in-out 0ms;
  -o-transition: all 300ms ease-in-out 0ms;
  -ms-transition: all 300ms ease-in-out 0ms;
  transition: all 300ms ease-in-out 0ms;
}

.NBproperties_default .NBproperty .NBlocation {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
  max-width: 100%;
}

.NBproperties_default .NBproperty .NBtitle {
  display: block;
  font-size: 1.2em;
  font-weight: 300;
  margin: 10px 0px 10px 0px;
  color: #000000;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
  max-width: 100%;
}

.NBproperties_default .NBproperty .NBtype {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ed174f;
  color: #ffffff;
  font-weight: bold;
  padding: 5px 15px 5px 15px;
}

.NBproperties_default .NBproperty .NBoldprice {
  display: inline-block;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: line-through;
  margin-left: 10px;
  color: #000000;
}

.NBproperties_default .NBproperty .NBprice {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4em;
  font-weight: bold;
  margin: 10px 0px 10px 0px;
  color: #ed174f;
}

.NBproperties_default .NBproperty .NBdetails {
  display: inline-block;
  vertical-align: middle;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.NBproperties_default .NBproperty .NBdetails li {
  display: inline-block;
  margin-right: 15px;
}

.NBproperties_default .NBproperty .NBdetails li img {
  margin-right: 5px;
}

@media (max-width: 767px) {
  .row-fluid.NBproperties_default .NBproperty {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .NBproperties_default .NBproperty {
    height: 275px;
    min-height: 275px;
  }

  .NBproperties_default .NBproperty .NBphoto {
    height: 130px;
  }
}