article.ad {
    padding-bottom: 50px;
}

article.ad h3 {
    font-size: 20px;
}

article.ad hr {
    margin-top: 0;
    margin-bottom: 0;
}

article.ad h2, article.ads h3 {
    margin-top: 10px;
}

.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;
}

main.ad-select .ad-special-select-item {
    height: 350px;
}

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

article.ad .swiper-container {
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
}

article.ad .swiper-slide {
    width: auto;
    height: auto;
    background-color:rgba(0, 0, 0, 0.5);
}

article.ad .swiper-slide img{
    width: 100%;
}

article.ad .swiper-pagination {
    position: inherit;
    padding-bottom: 10px;
}

article.ad .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color:#000;
    opacity: 1;
    background: rgba(0,0,0,0.2);
    margin: 4px;
}
article.ad .swiper-pagination-bullet-active {
    color:#fff;
    background: #007aff;
}

article.ad .swiper-container-horizontal > .swiper-pagination-bullets, .swwrap > .swiper-pagination-bullets {
    /*bottom: -30px;*/
    left: 0;
    width: 100%;
}

/* ----- Ad - Mobile View ----- */

article.ad .ad-view-mobile img {
    width: 100%;
    height: auto;
}

article.ad .ad-view-mobile .page-number {
    text-align: center;
    margin-bottom: 20px;
}

article.ad .ad-view-mobile img.lazy-hidden {
    min-height: 950px;
    display: block;
}

@media (max-width: 1196px) {
    article.ad .ad-view-mobile img.lazy-hidden {
        min-height: 800px;
    }
}

@media (max-width: 720px) {
    article.ad .ad-view-mobile img.lazy-hidden {
        min-height: 400px;
    }
}


