/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */


/*
 * 	Default theme - Owl Carousel CSS File
 */

/*** Departments Carousel Styles ***/
.departments-carousel-theme .owl-nav {
    position: relative;
    min-width: 100%;
    margin-top: 20px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.departments-carousel-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 4rem !important;
    margin: 5px;
    background: #ffffff;
    /*    display: inline-block;*/
    cursor: pointer;
    opacity: .5;
}
.departments-carousel-theme .owl-nav [class*='owl-']:hover {
    color: #ffb800;
    text-decoration: none;
    opacity: 1;
}
.departments-carousel-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.departments-carousel-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
.departments-carousel-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.departments-carousel-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.departments-carousel-theme .owl-dots .owl-dot span {
    display: inline-block;
    width: 50px;
    height: 8px;
    margin: 10px 5px;
    background: rgba(255,255,255,.8);
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    box-shadow: 3px 2px 5px rgba(0, 0, 0, .3);
    transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    -ms-transition: ease 0.3s
}
.departments-carousel-theme .owl-dots .owl-dot.active span,
.departments-carousel-theme .owl-dots .owl-dot:hover span {
    background: #ffb800;
}
@media (max-width: 767px){
    .departments-carousel-theme .owl-dots .owl-dot span{
        width: 35px;
        height: 6px;
        margin-top: 5px;
    }
}

/* Aninmation Style */

button {
    transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    -ms-transition: ease 0.3s
}
/*** End Departments Carousel Styles ***/


/*** Photo Album Carousel Styles ***/
.photoAlbum-theme .owl-nav {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    z-index: 1;
}
.photoAlbum-theme .owl-nav [class*='owl-'] {
    color: #002158;
    font-size: 4rem !important;
    margin: 0;
    /*    display: inline-block;*/
    cursor: pointer;
    opacity: .5;
}
.photoAlbum-theme .owl-nav [class*='owl-']:hover {
    color: #ffb800;
    text-decoration: none;
    opacity: 1;
}
.photoAlbum-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.photoAlbum-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
}
.photoAlbum-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 20px;
}
.photoAlbum-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.photoAlbum-theme .owl-dots .owl-dot span {
    display: inline-block;
    width: 50px;
    height: 8px;
    margin: 10px 5px;
    background: rgba(0,34,105,.3);
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .05);
    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-theme .owl-dots .owl-dot.active span,
.photoAlbum-theme .owl-dots .owl-dot:hover span {
    background: #ffb800;
}
@media (max-width: 575px) {
    .photoAlbum-theme .owl-nav{
        display: none;
    }
}
@media (max-width: 767px){
    .photoAlbum-theme .owl-dots .owl-dot span{
        width: 35px;
        height: 6px;
        margin-top: 5px;
    }
}
@media (min-width: 768px){
    .photoAlbum-theme .owl-dots{
        display: none;
    }
}
/*** End Photo Album Carousel Styles ***/