/**
 * 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
 */

/*** Departments Carousel Styles ***/
.departments-carousel {
    position: relative;
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    z-index: 1;
}
.departments-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}
.departments-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.departments-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.departments-carousel .owl-wrapper,
.departments-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);
}
.departments-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    padding: 0;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.departments-carousel .item {
    display: block;
    min-height: 1px;
    padding: 0 15px;
    margin: 10px 0;
    cursor: pointer;
}
.departments-carousel .item::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 0;
    width: 95%;
    height: 150px;
    border: 1px white solid;
    z-index: -1;
}
.departments-carousel .item:hover::before {
    top: 20px;
}
.departments-carousel .item i {
    display: block;
    max-width: 100%;
    height: 150px;
    margin: 0 auto;
    text-align: center;
    background-color: #f0f0f0;
}
.departments-carousel .item i:hover {
    background-color: #ffb800 !important;
}
.departments-carousel .item i.policeAcademy,
.departments-carousel .item i.highCollege,
.departments-carousel .item i.trainingCollege,
.departments-carousel .item i.researchCenter,
.departments-carousel .item i.dogTraining {
    background-position: center center;
    background-size: auto 92px;
    background-repeat: no-repeat;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .departments-carousel .item i.policeAcademy,
    .departments-carousel .item i.highCollege,
    .departments-carousel .item i.trainingCollege,
    .departments-carousel .item i.researchCenter,
    .departments-carousel .item i.dogTraining {
        background-size: auto 80px;
    }
}
.departments-carousel .item i.policeAcademy {
    background-image: url('../img/departments-icons/police-academy.png');
}
.departments-carousel .item i.highCollege {
    background-image: url('../img/departments-icons/high-college.png');
}
.departments-carousel .item i.trainingCollege {
    background-image: url('../img/departments-icons/training-college.png');
}
.departments-carousel .item i.researchCenter {
    background-image: url('../img/departments-icons/research-center.png');
}
.departments-carousel .item i.dogTraining {
    background-image: url('../img/departments-icons/dog-training.png');
}
.departments-carousel .item h2 {
    text-align: center;
    font-size: 0.93rem;
    margin-top: 20px;
}
@media (max-width: 1199px) {
    .departments-carousel .item h2 {
        font-size: 0.87rem;
    }
}
.departments-carousel .owl-nav.disabled,
.departments-carousel .owl-dots.disabled {
    display: none;
}
.departments-carousel .owl-nav .owl-prev,
.departments-carousel .owl-nav .owl-next,
.departments-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Arrows and dots styles */

.departments-carousel .owl-dot {
    margin-top: 10px;
}
.departments-carousel .owl-nav button.owl-prev,
.departments-carousel .owl-nav button.owl-next,
.departments-carousel button.owl-dot {
    background: none;
    color: #ffffff;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.departments-carousel .owl-nav button.owl-prev,
.departments-carousel .owl-nav button.owl-next {
    position: absolute;
    bottom: 120px;
    padding: 0 !important;
    margin: 0;
}
.departments-carousel .owl-nav button.owl-prev {
    left: -70px;
}
.departments-carousel .owl-nav button.owl-next {
    right: -70px;
}
@media (max-width: 579px) {
    .departments-carousel .owl-nav {
        display: none;
    }
}
@media (min-width: 580px) {
    .departments-carousel .owl-nav {
        display: block;
    }
    .departments-carousel .owl-dot {
        display: none !important;
    }
}

/* End Arrows and dots styles */

.departments-carousel.owl-loaded {
    display: block;
}
.departments-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.departments-carousel.owl-hidden {
    opacity: 0;
}
.departments-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.departments-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;
}
.departments-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.departments-carousel.owl-rtl {
    direction: rtl;
}
.departments-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */

.no-js .departments-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */

.departments-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}
.departments-carousel .owl-animated-in {
    z-index: 0;
}
.departments-carousel .owl-animated-out {
    z-index: 1;
}
.departments-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
 */

.departments-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
		 */
}
.departments-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}
.departments-carousel .owl-item .owl-lazy[src^=""],
.departments-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}
.departments-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */

.departments-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.departments-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;
}
.departments-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.departments-carousel .owl-video-playing .owl-video-tn,
.departments-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}
.departments-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}
.departments-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
/*** End Departments Carousel Styles ***/


/*** Photo Album Carousel Styles ***/
.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: 0;
}
.photoAlbum-carousel .item {
    display: block;
    position: relative;
    min-height: 1px;
    padding: 0;
    margin: 0 10px;
    cursor: pointer;
    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:hover {
    transform: scale(1.1);
}
.photoAlbum-carousel .item i {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    padding-top: 160px;
    font-size: 3rem;
    color: #ffffff;
    top: 0;
    left: 0;
    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:hover i {
    display: block;
}
.photoAlbum-carousel .item img, .photoAlbum-carousel .item object, .photoAlbum-carousel .item .pic {
    display: block;
    width: 100%;
    height: 360px;
    background: center center no-repeat;
    background-size: cover;
    padding: 0;
    margin: 0;
    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: 150px;
    padding: 0 !important;
    margin: 0;
}
.photoAlbum-carousel .owl-nav button.owl-prev {
    left: -65px;
}
.photoAlbum-carousel .owl-nav button.owl-next {
    right: -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%;
}
/*** End Photo Album Carousel Styles ***/