﻿/**

* Owl Carousel v2.3.4

* Copyright 2013-2018 David Deutsch

* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE

*/

 

 

/*

*  Owl Carousel - Core

*/

 

.photoAlbum-carousel {

    position: relative;

    display: none;

    width: 100%;

    margin-top: 0px;

    -webkit-tap-highlight-color: transparent;

    /* position relative and z-index fix webkit rendering fonts issue */

    z-index: 1;

}

.photoAlbum-carousel .owl-stage {

    position: relative;

    -ms-touch-action: pan-Y;

    touch-action: manipulation;

    -moz-backface-visibility: hidden;

    /* fix firefox animation glitch */

}

.photoAlbum-carousel .owl-stage:after {

    content: ".";

    display: block;

    clear: both;

    visibility: hidden;

    line-height: 0;

    height: 0;

}

.photoAlbum-carousel .owl-stage-outer {

    position: relative;

    overflow: hidden;

    /* fix for flashing background */

    -webkit-transform: translate3d(0px, 0px, 0px);

}

.photoAlbum-carousel .owl-wrapper,

.photoAlbum-carousel .owl-item {

    -webkit-backface-visibility: hidden;

    -moz-backface-visibility: hidden;

    -ms-backface-visibility: hidden;

    -webkit-transform: translate3d(0, 0, 0);

    -moz-transform: translate3d(0, 0, 0);

    -ms-transform: translate3d(0, 0, 0);

}

.photoAlbum-carousel .owl-item {

    position: relative;

    min-height: 1px;

    float: left;

    -webkit-backface-visibility: hidden;

    -webkit-tap-highlight-color: transparent;

    -webkit-touch-callout: none;

    padding: 2px;

}

.photoAlbum-carousel .item {

    display: block;

    min-height: 1px;

    padding: 2px 0;

    margin: 4px;

    cursor: pointer;

}

.photoAlbum-carousel .item a {

    position: relative;

    display: block;

    transition: ease 0.2s !important;

    -moz-transition: ease 0.2s;

    -webkit-transition: ease 0.2s;

    -o-transition: ease 0.2s;

    -ms-transition: ease 0.3s;

}

.photoAlbum-carousel .item a:hover {

    transform: scale(1.1);

}

.photoAlbum-carousel .item a i {

    position: absolute;

    display: none;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, .5);

    text-align: center;

    padding-top: 60px;

    font-size: 3rem;

    color: #ffffff;

    top: 0;

    right: 0;

    transition: ease 0.2s;

    -moz-transition: ease 0.2s;

    -webkit-transition: ease 0.2s;

    -o-transition: ease 0.2s;

    -ms-transition: ease 0.3s;

}

.photoAlbum-carousel .item a:hover i {

    display: block;

}

.photoAlbum-carousel .item img, .photoAlbum-carousel .item object, .photoAlbum-carousel .item .pic {

    display: block;

    width: 100%;

    height: 160px;

    background-position: center center;

    background-size: cover;

    border: 2px #e0e0e0 solid;

    margin: 0 auto 15px auto;

    z-index: 1;

}

.photoAlbum-carousel .item h3 {

    text-align: center;

}

.photoAlbum-carousel .owl-nav.disabled,

.photoAlbum-carousel .owl-dots.disabled {

    display: none;

}

.photoAlbum-carousel .owl-nav .owl-prev,

.photoAlbum-carousel .owl-nav .owl-next,

.photoAlbum-carousel .owl-dot {

    cursor: pointer;

    -webkit-user-select: none;

    -khtml-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

}

.photoAlbum-carousel .owl-nav button.owl-prev,

.photoAlbum-carousel .owl-nav button.owl-next,

.photoAlbum-carousel button.owl-dot {

    background: none;

    color: inherit;

    border: none;

    padding: 0 !important;

    font: inherit;

}

.photoAlbum-carousel .owl-nav button.owl-prev,

.photoAlbum-carousel .owl-nav button.owl-next {

    position: absolute;

    bottom: 105px;

    padding: 0 !important;

    margin: 0;

}

.photoAlbum-carousel .owl-nav button.owl-prev {

    right: -65px;

}

.photoAlbum-carousel .owl-nav button.owl-next {

    left: -65px;

}

.photoAlbum-carousel.owl-loaded {

    display: inline-block;

}

.photoAlbum-carousel.owl-loading {

    opacity: 0;

    display: block;

}

.photoAlbum-carousel.owl-hidden {

    opacity: 0;

}

.photoAlbum-carousel.owl-refresh .owl-item {

    visibility: hidden;

}

.photoAlbum-carousel.owl-drag .owl-item {

    -ms-touch-action: pan-y;

    touch-action: pan-y;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

}

.photoAlbum-carousel.owl-grab {

    cursor: move;

    cursor: grab;

}

.photoAlbum-carousel.owl-rtl {

    direction: rtl;

}

.photoAlbum-carousel.owl-rtl .owl-item {

    float: right;

}

 

/* No Js */

 

.no-js .photoAlbum-carousel {

    display: block;

}

 

/*

*  Owl Carousel - Animate Plugin

*/

 

.photoAlbum-carousel .animated {

    animation-duration: 1000ms;

    animation-fill-mode: both;

}

.photoAlbum-carousel .owl-animated-in {

    z-index: 0;

}

.photoAlbum-carousel .owl-animated-out {

    z-index: 1;

}

.photoAlbum-carousel .fadeOut {

    animation-name: fadeOut;

}

@keyframes fadeOut {

    0% {

        opacity: 1;

    }

    100% {

        opacity: 0;

    }

}

 

/*

*            Owl Carousel - Auto Height Plugin

*/

 

.owl-height {

    transition: height 500ms ease-in-out;

}

 

/*

*            Owl Carousel - Lazy Load Plugin

*/

 

.photoAlbum-carousel .owl-item {

    /**

                                             This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong

                                             calculation of the height of the owl-item that breaks page layouts

                              */

}

.photoAlbum-carousel .owl-item .owl-lazy {

    opacity: 0;

    transition: opacity 400ms ease;

}

.photoAlbum-carousel .owl-item .owl-lazy[src^=""],

.photoAlbum-carousel .owl-item .owl-lazy:not([src]) {

    max-height: 0;

}

.photoAlbum-carousel .owl-item img.owl-lazy {

    transform-style: preserve-3d;

}

 

/*

*            Owl Carousel - Video Plugin

*/

 

.photoAlbum-carousel .owl-video-wrapper {

    position: relative;

    height: 100%;

    background: #000;

}

.photoAlbum-carousel .owl-video-play-icon {

    position: absolute;

    height: 80px;

    width: 80px;

    left: 50%;

    top: 50%;

    margin-left: -40px;

    margin-top: -40px;

    background: url("owl.video.play.png") no-repeat;

    cursor: pointer;

    z-index: 1;

    -webkit-backface-visibility: hidden;

    transition: transform 100ms ease;

}

.photoAlbum-carousel .owl-video-play-icon:hover {

    -ms-transform: scale(1.3, 1.3);

    transform: scale(1.3, 1.3);

}

.photoAlbum-carousel .owl-video-playing .owl-video-tn,

.photoAlbum-carousel .owl-video-playing .owl-video-play-icon {

    display: none;

}

.photoAlbum-carousel .owl-video-tn {

    opacity: 0;

    height: 100%;

    background-position: center center;

    background-repeat: no-repeat;

    background-size: contain;

    transition: opacity 400ms ease;

}

.photoAlbum-carousel .owl-video-frame {

    position: relative;

    z-index: 1;

    height: 100%;

    width: 100%;

}