.listingImage, .listingDate, .listingTitle, .listingDescription {
  margin-bottom: 10px; }

.listingHolder > li {
  margin-bottom: 30px; }

.listingItem.op1v7 {
  min-height: 140px;
  overflow: hidden;
  background-size: cover;
  padding: 0 11px;
  padding-top: 11px;
  position: relative;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  /*background-size: auto 205px;*/
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  background-color: #f6f6f6; }

.listingItem.op1v7 .listingPrice {
  width: 114px;
  height: 120px;
  background: #FFF;
  float: left;
  margin-right: 30px;
  padding-top: 40px;
  font-size: 15px;
  color: #181818;
  text-align: center;
  line-height: 26px;
  z-index: 2;
  position: relative; }

.listingItem.op1v7 .listingInfos {
  z-index: 2; }

.listingItem.op1v7 .listingPrice .priceTag {
  font-size: 32px;
  display: block; }

.listingItem.op1v7 .listingTitle {
  padding-top: 35px;
  position: relative;
  z-index: 2; }

.listingItem.op1v7 .listingLink {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 4; }

.listingItem.op1v7 .listingLink a {
  display: block;
  width: 100%;
  height: 100%; }

.listingItem.op1v7::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  background: transparent url("../images/gradient.png") repeat-y left top; }

.listingItem.op1v7 .listingLink::after {
  position: absolute;
  right: 40px;
  top: 53px;
  content: "\f105";
  font-family: "FontAwesome";
  color: #3d3d3f;
  font-size: 28px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

/*# sourceMappingURL=style.css.map */
