.listing.p {
  position: relative;
  width: 100%;
  height: 100%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.listing.p:before,
.listing.p:after {
  content: " ";
  display: table;
}
.listing.p:after {
  clear: both;
}
.listing.p .picture {
  position: relative;
  border: 1px solid #cfcfcf;
  border-bottom-width: 0;
  display: block;
  width: 100%;
  height: auto;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.listing.p .picture i {
  height: 0;
  padding-bottom: 49.23076923%;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  background-color: transparent;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #f5f5f5;
}
.listing.p .picture i img {
  display: none;
}
.listing.p .picture img {
  display: none;
}
.listing.p .picture i {
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.listing.p .picture.video i:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  width: 80px;
  height: 80px;
  display: block;
  background-image: url("../../../business/common/images/vdo-80.png");
  background-size: cover;
  z-index: 1;
}
.listing.p .picture .businessName {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #ffffff;
  padding: 16px 4px 0;
  background-image: -moz-linear-gradient(-90deg, transparent, rgba(0, 0, 0, 0.7));
  background-image: -o-linear-gradient(-90deg, transparent, rgba(0, 0, 0, 0.7));
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(1, rgba(0, 0, 0, 0.7)));
  background-image: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.7));
  background-image: linear-gradient(top, transparent, rgba(0, 0, 0, 0.7));
}
.listing.p .title {
  overflow: hidden;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  border: 1px solid #cfcfcf;
  padding: 8px;
  width: 100%;
  height: 64px;
  white-space: normal;
}
.listing.p .title a {
  display: block;
  color: #424242;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.listing.p .title a.businessName {
  font-size: 16px;
  line-height: 24px;
  color: #0070a8;
}
.listing.p .title .bookmarks {
  margin-left: 8px;
  text-align: center;
  float: right;
}
.ad.listing.p .title .description:after {
  content: "• [Ad]";
  line-height: 24px;
  margin-left: 4px;
  display: inline-block;
  vertical-align: top;
  color: #a3a3a3;
  font-weight: normal;
  font-size: 12px;
}
.ad.listing.p .title .description:after:hover {
  text-decoration: none;
}
.ui-sticky-bottom-container .listing.p .title {
  background-color: #ffffff;
}
