﻿/* Photo Gallery Default Style*/
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

    .photo-gallery-component {
        text-align: left;
        width: 100%;
        overflow: hidden;
        -webkit-animation-name: fadeIn;
        -webkit-animation-duration: 3s;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-delay: 0s;
    }

    .photo-gallery-component .photo-gallery > .viewport {
        /*-webkit-border-radius: 10px;*/
        margin: 0px;
        padding: 0px;
        list-style: none;
        position: relative;
        width: 100%;
        height: 600px;
        overflow: hidden;
        display: block;
    }

    div.col-xs-16 .photo-gallery-component .photo-gallery > .viewport,
    div.col-xs-18 .photo-gallery-component .photo-gallery > .viewport {
        height: 345px;
    }

    .photo-gallery-component .photo-gallery > .viewport > .slider {
        display: inline;
        overflow: visible;
        position: absolute;
        float: left;
        height: 600px;
        width: 100%;
        left: 0%;
    }

    div.col-xs-16 .photo-gallery-component .photo-gallery > .viewport > .slider,
    div.col-xs-18 .photo-gallery-component .photo-gallery > .viewport > .slider {
        height: 345px;
    }


/*
     Lightbox Additions
 */

.lightbox-photo {
    padding: .5em;
}

.lightbox-photo-a img {
    max-height: 125px;
    margin: 3px;
}

.lightbox-photo-b img {
    max-height: 100px;
    margin: 3px;
}


/* Animation for the :target image. Slides the image in. */
@-webkit-keyframes moveTarget {
    0% {
        left: -100%;
    }

    100% {
        left: 0px;
    }
}

/*
Animation for the current image. Slides it out the frame and back to the starting position. 
Adds a lower z-index than the now current image.
*/

@-webkit-keyframes moveIt {
    0% {
        left: 0px;
    }

    50% {
        left: -50%;
    }

    100% {
        left: -100%;
        z-index: 5;
    }
}


div.col-xs-24.main-content > .row > .photo-gallery-component {
    padding-left: 7em;
    padding-right: 7em;
}

.photo-gallery-component .photo-gallery > .viewport .gallery-item {
    top: 0px;
    position: absolute;
    float: left;
    width: 100%;
    display: inline-block;
    margin: 0 auto;
}

.photo-gallery-component .photo-gallery a.pull-left,
.photo-gallery-component .photo-gallery a.pull-right {
    color: #fff;
    position: absolute;
    top: 300px;
    text-decoration: none;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}

.photo-gallery-component .photo-gallery a.pull-left:hover,
.photo-gallery-component .photo-gallery a.pull-right:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

div.col-xs-16 .photo-gallery-component .photo-gallery a.pull-left,
div.col-xs-16 .photo-gallery-component .photo-gallery a.pull-right,
div.col-xs-18 .photo-gallery-component .photo-gallery a.pull-left,
div.col-xs-18 .photo-gallery-component .photo-gallery a.pull-right {
    
}
    

.photo-gallery-component .photo-gallery a.pull-left {
    float: left;
    left: 8.75%;
}

.photo-gallery-component .photo-gallery a.pull-right {
    float: right;
    right: 8.75%;
}

div.col-xs-16 .photo-gallery-component .photo-gallery a.pull-left,
div.col-xs-18 .photo-gallery-component .photo-gallery a.pull-left {
    left: 2.5%;
}

div.col-xs-16 .photo-gallery-component .photo-gallery a.pull-right,
div.col-xs-18 .photo-gallery-component .photo-gallery a.pull-right {
    right: 2.5%;
}

.photo-gallery-component .photo-gallery a.pull-left span,
.photo-gallery-component .photo-gallery a.pull-right span {
    color: #fff;
}


.gallery-item-image {
    display: block;
    width: 100%;
    height: 300px;
    background-position: center center; 
    background-repeat: no-repeat; 
    background-size: cover; 
    background-color: #000;
}

div.col-xs-16 .gallery-item-image,
div.col-xs-18 .gallery-item-image {
    height: 345px;
    background-position: center; 
}

.caption {
    padding: 0px 1em;
    background: transparent;
    min-height: 20px;
}

#caption {
    cursor: pointer;
}
.show {display:block;}
.hide {display:none;}
.thumbnail-count {
    padding: 1em 0;
    margin-bottom: 12px;
    display: block;
}



    .image-title {
        font-weight: 600;
    }

    .thumbnail-count {
        padding: 1em 0;
    }

    span.fa.fa-chevron-up.icon-carousel, span.fa.fa-chevron-down.icon-carousel {
        color: #438797
    }

    span.fa-chevron-left.fa-3x, span.fa-chevron-right.fa-3x {
        font-size: 2em;
        color: #000;
    }

    a span.fa-chevron-left.fa-3x, a span.fa-chevron-right.fa-3x
    a span.fa-chevron-left.fa-3x:active, a span.fa-chevron-right.fa-3x:active
    a span.fa-chevron-left.fa-3x:hover, a span.fa-chevron-right.fa-3x:hover {
        text-decoration: none;
    }

    a span.fa-chevron-left.fa-3x:hover, a span.fa-chevron-right.fa-3x:hover {
        color:#ccc;
    }

    /* photo-gallery */
    .photo-gallery > .slider-two {
        margin: 10px 0 0;
        overflow: hidden;
        position: relative;
        padding: 1em 3em;
        border-top: 1px solid #ccc;
    }


    .photo-gallery > .slider-two > .viewport {
        height: 135px;
        overflow: hidden;
        position: relative;
        padding:0;
    }

    .photo-gallery > .slider-two .buttons {
        display: inline-block;
        position: absolute;
        font-weight: bold;
        color: #000;
        font-size: 1.5em;
    }

    .photo-gallery > .slider-two .buttons:hover {
        color: #adadad;
    }

    .photo-gallery > .slider-two .next {
        right: 0;
        top: 10%;
        display: block;
        height: 70%;
    }
    
    .photo-gallery > .slider-two .prev {
        left: 0;
        top: 10%;
        display: block;
        height: 70%;
    }

    .photo-gallery > .slider-two .prev > .fa-chevron-left,
    .photo-gallery > .slider-two .next > .fa-chevron-right {
        top: 30%;
        position: relative;
        float: left;
    }

    .photo-gallery > .slider-two .buttons:hover {
        color: #C01313;
        background: #fff;
    }

    .photo-gallery > .slider-two .disable {
        visibility: hidden;
    }

    .photo-gallery > .slider-two .overview {
        list-style: none;
        margin: 0;
        width:auto;
        position:absolute;
        top:0;
        left:0;
        padding-left: 0;
    }

    .photo-gallery > .slider-two .overview .thumb-item {
        float: left;
        margin-right: 10px;
        width: 175px;
        height: 115px;
    }

    .photo-gallery > .slider-two .overview .thumb-item a {
        height: 100%;
    }

    .photo-gallery > .slider-two .overview .thumb-item a img {
        height: 100%;
    }

    .photo-gallery > .slider-two > .viewport .indicator {
        position: absolute;
        float: left;
        left: 0px;
        bottom: -10px;
        width: 175px;
        height: 7.5px;
        display: block;
        background-color: #8b140b;
    }

    .photo-gallery span.credits {
        display: block;
        font-size: 0.8em;
    }

    .date {
	font-family: 'Open Sans', sans-serif;
	color: #909393;
    font-weight: 400;
    font-size: 14px;
}

    .photo-gallery > .carousel.slide > .carousel-inner .item.img {
    background-color: #000;
    width: 100%;
}

.photo-gallery > .carousel.slide.viewport > .carousel-inner .item.img > .img-fluid,
.photo-gallery > .carousel.slide.viewport > .carousel-inner .item.img > a > .img-fluid {
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: block;
}

.photo-gallery > .carousel.slide.viewport a.carousel-control {
    top: 50%;
    margin-top: -25px;
    font-size: 16px;
}

.photo-gallery > .carousel.slide.viewport .carousel-control > .icon-carousel {
    color: #fff;
}