.list-item {
	background: #fff;
	display: block;
	text-decoration: none;
	color: #333;
	vertical-align: top;
	z-index: 0;
	position: relative;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.list-item .list-item-imageholder {
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.list-item .list-item-imageholder img {
	min-width: 100%;
	min-height: 100%;
}
.list-item .list-imageholder {
  background: #10f7cc;
  -webkit-transition: all, 0.5s ease-in-out;
  -moz-transition: all, 0.5s ease-in-out;
  -o-transition: all, 0.5s ease-in-out;
  transition: all, 0.5s ease-in-out;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.list-item .list-imageholder .list-image-nav {
  width: 100%;
  height: 200px;
  position: absolute;
  z-index: 99;
  overflow: hidden;
}
/* line 97, ../.sass/_list.scss */
.list-item .list-imageholder .list-image-nav div {
  height: 100%;
  position: relative;
  display: inline-block;
  text-align: center;
  width: 1em;
  background: rgba(255, 255, 255, 0.5);
  vertical-align: middle;
  line-height: 200px;
  font-size: 2rem;
  -webkit-transition: all, 0.5s ease-in-out;
  -moz-transition: all, 0.5s ease-in-out;
  -o-transition: all, 0.5s ease-in-out;
  transition: all, 0.5s ease-in-out;
}
.list-item .list-imageholder .list-image-nav .prev-image {
  float: left;
  left: -1em;
  margin-top: 0px;
  -webkit-transition: all, 0.5s ease-in-out;
  -moz-transition: all, 0.5s ease-in-out;
  -o-transition: all, 0.5s ease-in-out;
  transition: all, 0.5s ease-in-out;
}
/* line 121, ../.sass/_list.scss */
.list-item .list-imageholder .list-image-nav .next-image {
  float: right;
  right: -1em;
  margin-top: 0px;
  -webkit-transition: all, 0.5s ease-in-out;
  -moz-transition: all, 0.5s ease-in-out;
  -o-transition: all, 0.5s ease-in-out;
  transition: all, 0.5s ease-in-out;
}
/* line 131, ../.sass/_list.scss */
.list-item .list-imageholder .list-image-nav:hover .prev-image {
  float: left;
  left: 0em;
  margin-top: 10px;
  -webkit-transition: all, 0.5s ease-in-out;
  -moz-transition: all, 0.5s ease-in-out;
  -o-transition: all, 0.5s ease-in-out;
  transition: all, 0.5s ease-in-out;
}
/* line 138, ../.sass/_list.scss */
.list-item .list-imageholder .list-image-nav:hover .next-image {
  float: right;
  right: 0em;
  margin-top: 10px;
  -webkit-transition: all, 0.5s ease-in-out;
  -moz-transition: all, 0.5s ease-in-out;
  -o-transition: all, 0.5s ease-in-out;
  transition: all, 0.5s ease-in-out;
}
/* line 151, ../.sass/_list.scss */
.list-item .list-imageholder img {
  -webkit-transition: all, 0.5s ease-in-out;
  -moz-transition: all, 0.5s ease-in-out;
  -o-transition: all, 0.5s ease-in-out;
  transition: all, 0.5s ease-in-out;
  min-width: 100%;
  min-height: 100%;
}
.list-item .list-item-data {
	height: 95px;
	width: 100%;
	display: table;
	border-bottom: 1px solid #ccc;
}
.list-item .list-item-data div {
	display: table-cell;
	padding: 1em;
}
.list-item .list-item-data div.list-item-stars {
	text-align: right;	
	white-space: nowrap;
}
.list-item .list-item-location {
	font-size: 17px;
}
.list-item .list-item-stars > span {
	display: inline-block;
	position: relative;
	width: 1em;
	color: darkorange;
	font-size: 15px;
}
.list-item .list-item-details {
	padding: 0em 1em;
	width: 100%;
}
.list-item .list-item-details h1 {
	font-size: 1.5rem;
	color: #0893af;
	margin: 0px;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 0.5em;
}
.list-item .list-item-details p {
	margin: 0px;
	padding: 0px;
	padding-right: 20px;
}
.list-item .list-item-price-container { 
	padding: 1em;
	text-align: right;
	color: #0893af;
}
.list-item .list-item-price-container .list-item-price {
	font-size: 3rem;
	font-weight: bold;
}
.list-item .list-item-price-container .list-item-price span {
	font-size: 1rem;
	font-weight: normal;
	padding-right: 1em;
}