/**
* Owl 01 v2.3.3
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/Owl012/Owl012/blob/master/LICENSE
*/
/*
*  Owl 01 - Core
*/
.owl-01 .item a {
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.owl-01 {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1; 
}
.owl-01 .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ 
}
.owl-01 .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; 
}
.owl-01 .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); 
}
.owl-01 .owl-wrapper,
.owl-01 .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); 
}
.owl-01 .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; 
}
.owl-01 .owl-item img {
    display: block;
    width: 100%; 
}
.owl-01 .owl-nav.disabled,
.owl-01 .owl-dots.disabled {
    display: none; 
}
.owl-01 .owl-nav .owl-prev,
.owl-01 .owl-nav .owl-next,
.owl-01 .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}
.owl-01 .owl-nav button.owl-prev,
.owl-01 .owl-nav button.owl-next,
.owl-01 button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; 
}
.owl-01.owl-loaded {
    display: block; 
}
.owl-01.owl-loading {
    opacity: 0;
    display: block; 
}
.owl-01.owl-hidden {
    opacity: 0; 
}
.owl-01.owl-refresh .owl-item {
    visibility: hidden; 
}
.owl-01.owl-drag .owl-item {
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}
.owl-01.owl-grab {
    cursor: move;
    cursor: grab; 
}
.owl-01.owl-rtl {
    direction: rtl; 
}
.owl-01.owl-rtl .owl-item {
    float: right; 
}

/* No Js */
.no-js .owl-01 {
    display: block; 
}

/*
*  Owl 01 - Animate Plugin
*/
.owl-01 .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both; 
}

.owl-01 .owl-animated-in {
    z-index: 0; 
}

.owl-01 .owl-animated-out {
    z-index: 1; 
}

.owl-01 .fadeOut {
    animation-name: fadeOut; 
}

@keyframes fadeOut {

    0% {
        opacity: 1; 
    }
    100% {
        opacity: 0; 
    } 
}

/*
* 	Owl 01 - Auto Height Plugin
*/
.owl-height {
    transition: height 500ms ease-in-out; 
}

/*
* 	Owl 01 - Lazy Load Plugin
*/
.owl-01 .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; 
}

.owl-01 .owl-item img.owl-lazy {
    transform-style: preserve-3d; 
}

/*
* 	Owl 01 - Video Plugin
*/
.owl-01 .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; 
}

.owl-01 .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; 
}

.owl-01 .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); 
}

.owl-01 .owl-video-playing .owl-video-tn,
.owl-01 .owl-video-playing .owl-video-play-icon {
    display: none; 
}

.owl-01 .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease; 
}

.owl-01 .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; 
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-01 .owl-nav button.owl-next, .owl-01 .owl-nav button.owl-prev, .owl-01 button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 2px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

/* =========================== OWL 2 =================================*/
/**
* Owl 01 v2.3.3
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/Owl012/Owl012/blob/master/LICENSE
*/
/*
*  Owl 01 - Core
*/
.owl-02 .item a {
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.owl-02 {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1; 
}
.owl-02 .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ 
}
.owl-02 .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; 
}
.owl-02 .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); 
}
.owl-02 .owl-wrapper,
.owl-02 .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); 
}
.owl-02 .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; 
}
.owl-02 .owl-item img {
    display: block;
    width: 100%; 
}
.owl-02 .owl-nav.disabled,
.owl-02 .owl-dots.disabled {
    display: none; 
}
.owl-02 .owl-nav .owl-prev,
.owl-02 .owl-nav .owl-next,
.owl-02 .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}
.owl-02 .owl-nav button.owl-prev,
.owl-02 .owl-nav button.owl-next,
.owl-02 button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; 
}
.owl-02.owl-loaded {
    display: block; 
}
.owl-02.owl-loading {
    opacity: 0;
    display: block; 
}
.owl-02.owl-hidden {
    opacity: 0; 
}
.owl-02.owl-refresh .owl-item {
    visibility: hidden; 
}
.owl-02.owl-drag .owl-item {
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}
.owl-02.owl-grab {
    cursor: move;
    cursor: grab; 
}
.owl-02.owl-rtl {
    direction: rtl; 
}
.owl-02.owl-rtl .owl-item {
    float: right; 
}

/* No Js */
.no-js .owl-02 {
    display: block; 
}

/*
*  Owl 01 - Animate Plugin
*/
.owl-02 .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both; 
}

.owl-02 .owl-animated-in {
    z-index: 0; 
}

.owl-02 .owl-animated-out {
    z-index: 1; 
}

.owl-02 .fadeOut {
    animation-name: fadeOut; 
}

@keyframes fadeOut {

    0% {
        opacity: 1; 
    }
    100% {
        opacity: 0; 
    } 
}


/*
*   Owl 02 - Lazy Load Plugin
*/
.owl-02 .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; 
}

.owl-02 .owl-item img.owl-lazy {
    transform-style: preserve-3d; 
}

/*
*   Owl 02 - Video Plugin
*/
.owl-02 .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; 
}

.owl-02 .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; 
}

.owl-02 .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); 
}

.owl-02 .owl-video-playing .owl-video-tn,
.owl-02 .owl-video-playing .owl-video-play-icon {
    display: none; 
}

.owl-02 .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease; 
}

.owl-02 .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; 
}

.owl-02 .owl-nav button.owl-next, .owl-02 .owl-nav button.owl-prev, .owl-02 button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
}


/* =========================== OWL 3 =================================*/
/**
* Owl 01 v2.3.3
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/Owl012/Owl012/blob/master/LICENSE
*/
/*
*  Owl 01 - Core
*/
.owl-03 .item a {
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.owl-03 {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1; 
}
.owl-03 .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ 
}
.owl-03 .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; 
}
.owl-03 .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); 
}
.owl-03 .owl-wrapper,
.owl-03 .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); 
}
.owl-03 .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; 
}
.owl-03 .owl-item img {
    display: block;
    width: 100%; 
}
.owl-03 .owl-nav.disabled,
.owl-03 .owl-dots.disabled {
    display: none; 
}
.owl-03 .owl-nav .owl-prev,
.owl-03 .owl-nav .owl-next,
.owl-03 .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}
.owl-03 .owl-nav button.owl-prev,
.owl-03 .owl-nav button.owl-next,
.owl-03 button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; 
}
.owl-03.owl-loaded {
    display: block; 
}
.owl-03.owl-loading {
    opacity: 0;
    display: block; 
}
.owl-03.owl-hidden {
    opacity: 0; 
}
.owl-03.owl-refresh .owl-item {
    visibility: hidden; 
}
.owl-03.owl-drag .owl-item {
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}
.owl-03.owl-grab {
    cursor: move;
    cursor: grab; 
}
.owl-03.owl-rtl {
    direction: rtl; 
}
.owl-03.owl-rtl .owl-item {
    float: right; 
}

/* No Js */
.no-js .owl-03 {
    display: block; 
}

/*
*  Owl 01 - Animate Plugin
*/
.owl-03 .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both; 
}

.owl-03 .owl-animated-in {
    z-index: 0; 
}

.owl-03 .owl-animated-out {
    z-index: 1; 
}

.owl-03 .fadeOut {
    animation-name: fadeOut; 
}

@keyframes fadeOut {

    0% {
        opacity: 1; 
    }
    100% {
        opacity: 0; 
    } 
}


/*
*   Owl 03 - Lazy Load Plugin
*/
.owl-03 .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; 
}

.owl-03 .owl-item img.owl-lazy {
    transform-style: preserve-3d; 
}

/*
*   Owl 03 - Video Plugin
*/
.owl-03 .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; 
}

.owl-03 .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; 
}

.owl-03 .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); 
}

.owl-03 .owl-video-playing .owl-video-tn,
.owl-03 .owl-video-playing .owl-video-play-icon {
    display: none; 
}

.owl-03 .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease; 
}

.owl-03 .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; 
}

.owl-03 .owl-nav button.owl-next, .owl-03 .owl-nav button.owl-prev, .owl-03 button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
}



/* =========================== OWL 4 =================================*/
/**
* Owl 01 v2.3.3
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/Owl012/Owl012/blob/master/LICENSE
*/
/*
*  Owl 04 - Core
*/
.owl-04 .item a {
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.owl-04 {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1; 
}
.owl-04 .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ 
}
.owl-04 .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; 
}
.owl-04 .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); 
}
.owl-04 .owl-wrapper,
.owl-04 .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); 
}
.owl-04 .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; 
}
.owl-04 .owl-item img {
    display: block;
    width: 100%; 
    height: 150px;
    object-fit: contain;
}
.owl-04 .owl-nav.disabled,
.owl-04 .owl-dots.disabled {
    display: none; 
}
.owl-04 .owl-nav .owl-prev,
.owl-04 .owl-nav .owl-next,
.owl-04 .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}
.owl-04 .owl-nav button.owl-prev,
.owl-04 .owl-nav button.owl-next,
.owl-04 button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; 
}
.owl-04.owl-loaded {
    display: block; 
}
.owl-04.owl-loading {
    opacity: 0;
    display: block; 
}
.owl-04.owl-hidden {
    opacity: 0; 
}
.owl-04.owl-refresh .owl-item {
    visibility: hidden; 
}
.owl-04.owl-drag .owl-item {
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}
.owl-04.owl-grab {
    cursor: move;
    cursor: grab; 
}
.owl-04.owl-rtl {
    direction: rtl; 
}
.owl-04.owl-rtl .owl-item {
    float: right; 
}

/* No Js */
.no-js .owl-04 {
    display: block; 
}

/*
*  Owl 01 - Animate Plugin
*/
.owl-04 .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both; 
}

.owl-04 .owl-animated-in {
    z-index: 0; 
}

.owl-04 .owl-animated-out {
    z-index: 1; 
}

.owl-04 .fadeOut {
    animation-name: fadeOut; 
}

@keyframes fadeOut {

    0% {
        opacity: 1; 
    }
    100% {
        opacity: 0; 
    } 
}


/*
*   Owl 03 - Lazy Load Plugin
*/
.owl-04 .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; 
}

.owl-04 .owl-item img.owl-lazy {
    transform-style: preserve-3d; 
}

/*
*   Owl 03 - Video Plugin
*/
.owl-04 .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; 
}

.owl-04 .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; 
}

.owl-04 .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); 
}

.owl-04 .owl-video-playing .owl-video-tn,
.owl-04 .owl-video-playing .owl-video-play-icon {
    display: none; 
}

.owl-04 .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease; 
}

.owl-04 .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; 
}

.owl-04 .owl-nav button.owl-next, .owl-04 .owl-nav button.owl-prev, .owl-04 button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
}