/*- SLIDER CONTROLS -*/
.slideShowButton {
    position: absolute;
    z-index: 99;
}

    .slideShowButton em {
        width: 50px;
        height: 50px;
        background: rgba(29, 34, 40, 0.8);
        color: #ffffff;
        line-height: 50px;
        text-align: center;
        font-size: 20px !important;
        transition: all 0.2s ease-in-out;
        cursor: pointer;
        vertical-align: bottom;
    }

        .slideShowButton em:hover {
            width: 55px;
            height: 55px;
            line-height: 55px;
            font-size: 22px !important;
        }

.expand {
    top: 0px;
    right: 0px;
}

.quote {
    bottom: 0px;
    left: 0px;
}

.slideShowCaption {
    display: none;
    background: rgba(29, 34, 40, 0.8);
    color: #ffffff;
    padding: 15px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4em;
}

.sliderImage {
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
}

.topSliderWrapper {
    position: relative;
    background: #EAEFF0;
    padding: 10px;
}

.sliderThumb {
    background-size: cover;
    background-position: center center;
    width: 120px;
    height: 120px;
    margin: 5px 10px 5px 0px;
}

    .sliderThumb:last-child {
        margin: 5px 0px 5px 0px;
    }

.sliderThumbs.flexslider {
    margin: 0px 15px 15px 15px;
}

.sliderThumbs .sliderThumb {
    opacity: 0.5;
    cursor: pointer;
}

    .sliderThumbs .flex-active-slide .sliderThumb, .sliderThumbs .sliderThumb:hover {
        opacity: 1;
    }

.bump {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.flexslider .slides img {
    vertical-align: middle;
}

.flexslider.fade .slides img {
    left: -4px;
    position: relative;
}

.caption {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    max-height: 100px;
    min-height: 40px;
    border: 0px;
    margin: 0px;
    padding: 10px 10px 10px 40px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5000;
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: none;
    overflow-y: auto;
}

.captionText {
    color: white;
}

.viewCaptionIcon {
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    border: 0px;
    margin: 0px;
    padding: 5px;
    background-color: red;
    z-index: 5100;
    position: absolute;
    bottom: 5px;
    left: 5px;
    color: black;
    font-weight: bold;
    font-size: 14px;
    border-radius: 20px;
    box-shadow: 1px 1px 2px;
    cursor: pointer;
}

/*Mike's tweaks:*/

.quote {
    width: 100%;
    overflow-y: auto;
}

body .photoGallery .flex-direction-nav a {
    text-decoration: none !important;
	color: rgba(0, 0, 0, 0.8);
}

.sliderTop ul li a {
    cursor: default;
}

.sliderThumbs ul li {
    cursor: pointer;
}

@media screen and (max-width: 480px) {
    .flexslider.sliderThumbs {
        display: none;
    }
}
