.promotions{
  padding: 10px 10px 0;
  overflow: hidden;
}
.promotions .listing{ padding-bottom: 10px; }
.promotions .listing .thumbnail{
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.promotions .listing.expired .thumbnail .overlay{
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: block;
  position: absolute;
  padding: 30px 50px;
  text-transform: uppercase;
  text-align: center; 
  background-color: rgba(var(--rgbDark), 0.6); 
}
.promotions .listing .thumbnail .overlay{ display: none; }
.promotions .listing.expired .thumbnail .overlay h3{
  margin-bottom: 0;
  font-size: 60px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: 700;
  color: rgba(var(--rgbWhite), 1);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}









.promotions.detail{ padding: 0; }
.promotions.detail .summary{
  width: 100%;
  float: left;
  padding: 15px 0;
  background-color: rgba(var(--rgbDark), 0.03);
}
.promotions.detail .summary .share{
  float: left;
  height: 70px;
  padding-right: 16px;
}
.promotions.detail .summary .share .title{
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
  margin: 3px 0;
}
.promotions.detail .summary .information{
  float: left;
  height: 70px;
  font-size: 16px;
  padding: 12px 20px 0;
}
.promotions.detail .summary .qrcode{ float: right; }
.promotions.detail .summary .qrcode span{
  width: 120px;
  float: left;
  text-align: right;
  font-size: 16px;
  line-height: 16px;
  padding-right: 10px;
  margin: 16px 0 0;
}
.promotions.detail .summary .qrcode .qrcodeimg{
  width: 70px;
  height: 70px;
  float: right;
  position: relative;
  overflow: hidden;
}
.promotions.detail .summary .qrcode .qrcodeimg img{
  width: 94px;
  margin: -12px;
  max-width: 94px !important;
  max-height: 94px !important;
}



.promotions.detail .article,
.promotions-detail .article .title,
.promotions-detail .article .description,
.promotions.detail .article .description p{ width: 100%; float: left; }
.promotions.detail .article{ padding: 60px 0 25px; }
.promotions.detail .article .title h1{
  font-size: 36px;
  text-align: center;
  margin: 0 60px 35px;
  line-height: 50px;
}
.promotions.detail .article .description p{
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 25px;
}
.promotions.detail .article .description a{
  color: rgba(var(--rgbPrimary), 1);
  font-weight: 700 !important;
}
.promotions.detail .article .description ul,
.promotions.detail .article .description ol{ margin-left: 15px; }
.promotions.detail .article .description ul li,
.promotions.detail .article .description ol li{ margin-bottom: 10px; line-height: 28px; }
.promotions.detail .article .description img.size-full{ margin: 15px 0 0 !important; }



.promotions.detail .article-related,
.promotions.detail .article-related .title,
.promotions.detail .article-related .description{ width: 100%; float: left; }
.promotions.detail .article-related{ padding-bottom: 30px; }
.promotions.detail .article-related .title{
  margin-bottom: 15px;
  border-bottom: solid rgba(var(--rgbPrimary), 1) 2px;
}
.promotions.detail .article-related .title h3{
  width: 280px;
  height: 50px;
  float: left;
  font-size: 20px;
  line-height: 54px;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
  color: rgba(var(--rgbWhite), 1);
  background-color: rgba(var(--rgbPrimary), 1);
}
.promotions.detail iframe{
  width: 100%;
  /* height: 518px; */
  height: 90vh
}
.promotions.detail .leaflet .date{
  width: 100%;
  height: 60px;
  float: left;
  line-height: 64px;
  padding: 0 20px;
  color: rgba(var(--rgbWhite), 1);
  background-color: rgba(var(--rgbSecondary), 1);
} 
@media (min-width: 992px) {
  .promotions.detail .article-related .listing:nth-last-child(1){
    display: none;
  }
}