.main-content.ads article {
    padding-bottom: 50px;
}

.ad-pdf-link .ad-pdf-icon {
    border:0;
    height: 32px;
    width: 35px;
    margin-left: 10px;
    margin-top: -15px;
    float: right;
    background-image: url("/images/shared/downloadPdfIcon.png");
    display: inline-block;
}

.ad-pdf-link .ad-pdf-text {
    font-weight: bold;
}

div.require-adobe-reader {
    text-align: right;
    font-size: .7em;
    color: #777;
}

/* ----- Ad slider: ----- */

.main-content.ads .swiper-container {
    width: 100%;
    height: 100%;
}

.main-content.ads .swiper-slide {
    width: auto;
    height: auto;
    background-color:rgba(0, 0, 0, 0.5);
}

.main-content.ads .swiper-slide img{
    width: 100%;
}

.main-content.ads .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color:#000;
    opacity: 1;
    background: rgba(0,0,0,0.2);
}
.main-content.ads .swiper-pagination-bullet-active {
    color:#fff;
    background: #007aff;
}

.main-content.ads .swiper-container-horizontal > .swiper-pagination-bullets, .swwrap > .swiper-pagination-bullets {
    bottom: -30px;
    left: 0;
    width: 100%;
}
