.stage {
}

.cycle-slideshow {
    width: 100%;
}

.slideshow img, .slideshow a {
    max-width: 100% !important;
    height: auto !important;
}

.captionControls {
    position: absolute;
    bottom: 0;
    right: 10px;
    z-index: 1001;
}

    .captionControls #alt-caption {
        color: #FFF;
        font-size: 1em;
        margin: 0px 30px 40px 30px;
        font-weight: 400;
        padding-top: 20px;
        display: block;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .captionControls .cycle-prev,
    .captionControls .cycle-next {
        bottom: 42px;
        color: #FFF;
        cursor: pointer;
        display: block;
        font-size: 2em;
        position: absolute;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .captionControls .cycle-prev {
        left: 10px;
    }

    .captionControls .cycle-next {
        right: 10px;
    }

    .captionControls .cycle-prev:hover,
    .captionControls .cycle-prev:focus {
        color: #DDD;
        left: 5px;
    }

    .captionControls .cycle-next:hover,
    .captionControls .cycle-next:focus {
        color: #DDD;
        right: 5px;
    }

    .captionControls .cycle-pager {  }

        .captionControls .cycle-pager span {
            color: #848481;
            font-size: 2.4em;
            cursor: pointer;
        }

            .captionControls .cycle-pager span.cycle-pager-active {
                color: #d4d4c3;
            }

.captionControlsUnderlay {
    position: absolute;
    background: #002F6C;
    opacity: .8;
    bottom: 0;
    left: 0;
    min-height: 136px;
    width: 100%;
    z-index: 1000;
}
/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline; /*IE7 life-saver */
}

    .owl-theme .owl-controls .owl-page span {
        display: block;
        width: 12px;
        height: 12px;
        margin: 5px 7px;
        filter: Alpha(Opacity=50); /*IE7 fix*/
        opacity: 0.5;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        background: #869791;
    }

    .owl-theme .owl-controls .owl-page.active span,
    .owl-theme .owl-controls.clickable .owl-page:hover span {
        filter: Alpha(Opacity=100); /*IE7 fix*/
        opacity: 1;
    }

    /* If PaginationNumbers is true */

    .owl-theme .owl-controls .owl-page span.owl-numbers {
        height: auto;
        width: auto;
        color: #FFF;
        padding: 2px 10px;
        font-size: 12px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }

/* preloading images */
.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center;
}

.owl-item { /*text-align: center;*/
}


.instructors {
    position: relative;
}

    .instructors .owl-item {
        text-align: left;
    }

        .instructors .owl-item img {
            -webkit-box-shadow: 3px 3px 6px -3px #333;
            box-shadow: 3px 3px 6px -3px #333;
        }

    .instructors .owl-controls {
        position: absolute;
        margin-top: 76px;
        left: 0;
        z-index: 1;
    }

    .instructors .prev,
    .instructors .next {
        border: 5px solid transparent;
        cursor: pointer;
        display: inline-block;
        line-height: 0px;
        height: 0;
        width: 0;
        text-indent: -999em;
    }

    .instructors .prev {
        border-right-color: #CCC;
        margin-left: 30px;
    }

    .instructors .next {
        border-left-color: #CCC;
        margin-left: 10px;
    }

    .instructors .prev:focus,
    .instructors .prev:hover {
        border-right-color: #4678AD;
    }

    .instructors .next:focus,
    .instructors .next:hover {
        border-left-color: #4678AD;
    }

    .instructors .itemCaption {
        font-size: 1.231em;
        font-weight: 700;
        text-align: left;
        margin-top: 24px;
    }


.railSponsors #owl-sponsors-single {
    display: block;
    max-width: 300px;
    height: 200px;
    border: 1px solid #DAE6F4;
    -webkit-box-shadow: 0px 0px 4px 0px #ddd;
    box-shadow: 0px 0px 4px 0px #ddd;
}

.railSponsors .owl-wrapper-outer {
    margin: 0 auto;
    width: 95%;
}

.railSponsors .owl-item {
}

    .railSponsors .owl-item > .item {
        display: table;
        text-align: center;
    }

        .railSponsors .owl-item > .item a, .railSponsors .owl-item > .item > p {
            display: table-cell;
            height: 200px;
            vertical-align: middle;
            width: 100%;
        }
            .railSponsors .owl-item > .item a > img {
                display: block;
                margin: 0 auto;
            }

.railSponsors .sponsorship {
    color: #A9A9A9;
    display: block;
    height: 30px;
    line-height: 30px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-transform: uppercase;
}

.railSponsors .owl-controls {
    position: absolute;
    top: 85px;
    left: 0;
    width: 100%;
    font-size: 28px;
}

    .railSponsors .owl-controls .owl-prev {
        float: left;
    }

    .railSponsors .owl-controls .owl-next {
        float: right;
    }

.footerSponsors h3.bdrBottom {
    border-bottom-width: 2px;
    margin-bottom: 20px;
}

.footerSponsors .owl-carousel {
    margin: 0 auto;
    width: 95%;
}

.footerSponsors .owl-controls {
    position: absolute;
    top: 25px;
    left: -2.5%;
    width: 105%;
    font-size: 28px;
}

    .footerSponsors .owl-controls .owl-prev {
        float: left;
    }

    .footerSponsors .owl-controls .owl-next {
        float: right;
    }

    .footerSponsors .owl-item {
        display: table;
        min-height: 100px;
        vertical-align: middle;
    }
    .footerSponsors .owl-item > .item {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }

        .footerSponsors .owl-item > .item a {
            display: block;
        }
            .footerSponsors .owl-item > .item a > img {
                display: block;
                margin: 0 auto;
            }


.fullWideSlideshow {
    background-color: #F2F2F2;
    position: relative;
    -webkit-box-shadow: 0px 0px 4px 0px #ddd;
    box-shadow: 0px 0px 4px 0px #ddd;
}

    .fullWideSlideshow .owl-item > .item {
        display: block;
    }

    .fullWideSlideshow .owl-controls {
        position: absolute;
        bottom: 0;
        right: 15px;
        z-index: 5;
    }

    .fullWideSlideshow .slideCaption {
        text-align: left;
        padding: 10px;
    }

        .fullWideSlideshow .slideCaption p {
            line-height: 1.4;
        }

    .fullWideSlideshow .captionUnderlay {
    }

.captionReadmore {
    color: #fff !important;
    display: block;
    font-size: 1.2em;
    font-weight: 600;
    margin-top: 10px;
}

    .captionReadmore:hover {
        text-decoration: none !important;
    }

@media only screen and (min-width:35em) {
    .fullWideSlideshow .owl-item > .item {
        min-width: 1260px;
    }

    .fullWideSlideshow .slideCaption {
        display: block;
        font-size: 1.231em;
        position: absolute;
        bottom: 25px;
        right: 10px;
        padding: 10px 2%;
        height: 165px;
        width: 340px;
        z-index: 3;
    }

    .fullWideSlideshow .captionUnderlay {
        background: #F1F7FB;
        display: block;
        position: absolute;
        bottom: 25px;
        right: 10px;
        opacity: 0.8;
        height: 185px;
        width: 376px;
        z-index: 2;
    }
}

@media only screen and (min-width:48em) {
    .captionControls #alt-caption {
        margin: 0 50px 40px 50px;
    }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width : 480px) {
    /* Styles */


        .captionControls .cycle-pager {
            display: none;
        }
        .captionControls .cycle-pager span {
            font-size: 1.8em;
            display: block;
        }

    .captionControls .cycle-prev, .captionControls .cycle-next {
        display: none;
    }

    .captionControls #alt-caption {
        margin: 0 23px 10px 20px;
        padding-top: 9px;
    }

    .captionReadmore {
        font-size: 1.0em;
    }

    .captionControls #alt-caption {
        font-size: 0.8em;
    }

    .masonry .stage {
    }
}

@media only screen and (min-width : 481px) and (max-width : 643px) {
    .masonry .stage {
    }

    .slideshow img {
    }
}
