/* removes bullets from gallery thumnbails */
ul.thumbnails > li::before {
    content: '';
}

/* places the backdrop element above the header */
.fancybox-container { z-index: 100000 !important; }

/* removes bullets from gallery thumnbails */
ul.slick-dots > li::before {
    content: '';
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}


img.img-responsive-override-caption {
    margin-bottom: 0;
}