.search-results .removed-word {
	color: red;
	text-decoration: line-through;
}
.search-results .modified-keywords {
	font-weight: bold;
	font-style: italic;
}

.search-results .found, .favorites .found {
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .search-results .found, .favorites .found {
    text-align: left;
  }
}
.search-results .tools .col-sm-4, .favorites .tools .col-sm-4 {
  text-align: center;
  margin-bottom: 15px;
}
.search-results .tools .sort-by label, .favorites .tools .sort-by label {
  font-weight: normal;
}
.search-results .tools .sort-by select, .favorites .tools .sort-by select {
  margin: 0 auto;
  width: auto;
}
.search-results .tools .tool-buttons, .favorites .tools .tool-buttons {
  text-align: center;
}
.search-results .tools .tool-buttons a, .favorites .tools .tool-buttons a {
  margin-bottom: 5px;
}
.search-results .tools .tool-buttons .btn-group, .favorites .tools .tool-buttons .btn-group {
  margin-bottom: 5px;
}
.search-results .tools .page-nav, .favorites .tools .page-nav {
  text-align: center;
}
.search-results .tools .page-nav .page-display, .favorites .tools .page-nav .page-display {
  margin: 0 5px;
}
@media (min-width: 768px) {
  .search-results .tools .sort-by, .favorites .tools .sort-by {
    text-align: left;
  }
  .search-results .tools .sort-by select, .favorites .tools .sort-by select {
    display: inline-block;
  }
  .search-results .tools .tool-buttons, .favorites .tools .tool-buttons {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .search-results .tools .sort-by select, .favorites .tools .sort-by select {
  }
}
.search-results .list-results, .favorites .list-results {
  margin-top: 20px;
}
.search-results .list-results .result-wrap .panel-result, .favorites .list-results .result-wrap .panel-result {
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.search-results .list-results .result-wrap .panel-result:hover, .favorites .list-results .result-wrap .panel-result:hover {
  background-color: #FAFAFA;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.search-results .list-results .result-wrap .panel-result .img-wrap, .favorites .list-results .result-wrap .panel-result .img-wrap {
  text-align: left;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .search-results .list-results .result-wrap .panel-result .img-wrap, .favorites .list-results .result-wrap .panel-result .img-wrap {
    text-align: center;
  }
}
.search-results .list-results .result-wrap .panel-result .img-wrap img, .favorites .list-results .result-wrap .panel-result .img-wrap img {
  height: 200px;
  max-width: 100%;
}
.search-results .list-results .result-wrap .panel-result .result-header, .favorites .list-results .result-wrap .panel-result .result-header {
  border-bottom: solid 1px #DDD;
  margin-bottom: 10px;
  padding-bottom: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.search-results .list-results .result-wrap .panel-result .result-header h3, .favorites .list-results .result-wrap .panel-result .result-header h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}
.search-results .list-results .result-wrap .panel-result .result-header .result-price, .search-results .list-results .result-wrap .panel-result .result-header .result-area, .favorites .list-results .result-wrap .panel-result .result-header .result-price, .favorites .list-results .result-wrap .panel-result .result-header .result-area {
  font-size: 14px;
  font-weight: bold;
}
.search-results .list-results .result-wrap .panel-result .result-detail, .favorites .list-results .result-wrap .panel-result .result-detail {
  font-size: 12px;
  margin-bottom: 15px;
}
.search-results .list-results .result-wrap .panel-result .result-detail p, .favorites .list-results .result-wrap .panel-result .result-detail p {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 5px;
}
.search-results .list-results .result-wrap .panel-result .result-detail p .value, .favorites .list-results .result-wrap .panel-result .result-detail p .value {
  font-weight: bold;
}
.search-results .list-results .result-list, .favorites .list-results .result-list {
  width: 100%;
}

@media (min-width: 768px) {
  .search-results .list-results .result-list .panel-result .result-col-img, .favorites .list-results .result-list .panel-result .result-col-img {
    width: 33.33%;
  }
  .search-results .list-results .result-list .panel-result .result-col-detail, .favorites .list-results .result-list .panel-result .result-col-detail {
    width: 66.66%;
  }
  .search-results .list-results .result-list .panel-result .result-detail .result-detail-col, .favorites .list-results .result-list .panel-result .result-detail .result-detail-col {
    width: auto;
  }
  .search-results .list-results .result-list .panel-result .result-detail p, .favorites .list-results .result-list .panel-result .result-detail p {
    display: inline-block;
    margin-right: 20px;
  }
  .result-wrap {
    padding: 5px;
  }
}

.result-card {
	position: relative;	
	margin-bottom: 5px;
}

.result-card * {
	color: white;
}

.result-card .top-left  {
	position: absolute;
	top: 0;
	right: 0;
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	font-size: 1em;
	font-weight: bold;
	width: 100%;
	padding: 2px;
}

.result-card .bottom-left {	
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
	font-size: 1.25em;
	font-weight: bold;
	width: 100%;
	padding: 2px;
}

.result-card .bottom-right {
	position: absolute;
	bottom: 0;
	right: 0;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
	padding: 2px;
}
.result-card .fees {
	font-weight: normal;
	font-size: x-small;
}
.result-card .status span {
	font-size: 1.5em;
	font-weight: bolder;
	color: yellow;
}
@media (max-width: 767.99px) {
	.result-card {
		margin-left: -12px;
		margin-right: -12px;
	}
}
