.article.p {
  position: relative;
  width: 100%;
  height: 100%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.article.p:before,
.article.p:after {
  content: " ";
  display: table;
}
.article.p:after {
  clear: both;
}
.article.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;
}
.article.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;
}
.article.p .picture i img {
  display: none;
}
.article.p .picture img {
  display: none;
}
.article.p .picture i {
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.article.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;
}
.article.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));
}
.article.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;
}
.article.p .title a {
  display: block;
  color: #424242;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.article.p .title a.businessName {
  font-size: 16px;
  line-height: 24px;
  color: #0070a8;
}
.article.p .title .bookmarks {
  margin-left: 8px;
  text-align: center;
  float: right;
}
.ad.article.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.article.p .title .description:after:hover {
  text-decoration: none;
}
.article.p .location {
  position: absolute;
  top: 8px;
  right: 0;
  padding: 4px;
  background: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  max-width: 60%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.article.p .fbLikeC {
  margin-top: 2px;
}
.article.p.large .shortDescription {
  display: none;
}
@media only screen and (min-width: 992px) {
  .article.p.large {
    width: auto;
    margin-left: -8px;
    margin-right: -8px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .article.p.large:before,
  .article.p.large:after {
    content: " ";
    display: table;
  }
  .article.p.large:after {
    clear: both;
  }
  .article.p.large .picture {
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
  }
  .article.p.large .businessName {
    padding: 16px 8px 4px;
  }
  .article.p.large .imageC {
    position: relative;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #cfcfcf;
  }
  .article.p.large .title {
    border: none;
    padding: 0;
    height: auto;
  }
  .article.p.large .shortDescription {
    display: block;
    color: #a3a3a3;
  }
  .article.p.large .descriptionC {
    position: relative;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .article.p.large .picture {
    position: relative;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .article.p.large .descriptionC {
    float: left;
    width: 33.33333333%;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .article.p.large .descriptionC {
    right: 66.66666667%;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .article.p.large .picture {
    float: left;
    width: 66.66666667%;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .article.p.large .picture {
    left: 33.33333333%;
  }
}
.wui-page.article-pictures > .wui-result > ul {
  margin-left: -8px;
  margin-right: -8px;
}
.wui-page.article-pictures > .wui-result > ul:before,
.wui-page.article-pictures > .wui-result > ul:after {
  content: " ";
  display: table;
}
.wui-page.article-pictures > .wui-result > ul:after {
  clear: both;
}
.wui-page.article-pictures > .wui-result > ul > li {
  margin-top: 8px;
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 992px) {
  .wui-page.article-pictures > .wui-result > ul > li {
    float: left;
    width: 33.33333333%;
  }
}
@media only screen and (min-width: 992px) {
  .wui-page.article-pictures > .wui-result > ul > li {
    margin-top: 0;
  }
}
