
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
}
.owl-carousel .owl-stage::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.owl-carousel .owl-stage-outer {
    overflow: hidden;
    position: relative;
    transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    backface-visibility: hidden;
    transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
    backface-visibility: hidden;
    float: left;
    min-height: 1px;
    position: relative;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: none;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    -moz-user-select: none;
    cursor: pointer;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    display: block;
    opacity: 0;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -moz-user-select: none;
}
.owl-carousel.owl-grab {
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.no-js .owl-carousel {
    display: block;
}
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.owl-height {
    transition: height 500ms ease-in-out 0s;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease 0s;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    background: #000000 none repeat scroll 0 0;
    height: 100%;
    position: relative;
}
.owl-carousel .owl-video-play-icon {
    backface-visibility: hidden;
    background: rgba(0, 0, 0, 0) url("owl.video.play.png") no-repeat scroll 0 0;
    cursor: pointer;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    position: absolute;
    top: 50%;
    transition: transform 100ms ease 0s;
    width: 80px;
    z-index: 1;
}
.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}
.owl-carousel .owl-video-tn {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    opacity: 0;
    transition: opacity 400ms ease 0s;
}
.owl-carousel .owl-video-frame {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
}
.owl-nav .owl-next {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom-left-radius: 70px;
    border-top-left-radius: 70px;
    color: #ffffff;
    height: 45px;
    position: absolute;
    right: -22px;
    text-indent: -9999em;
    top: 130px;
    width: 45px;
    z-index: 9;
}
.owl-nav .owl-prev {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom-right-radius: 70px;
    border-top-right-radius: 70px;
    color: #ffffff;
    height: 45px;
    left: -22px;
    position: absolute;
    text-indent: -9999em;
    top: 130px;
    width: 45px;
    z-index: 9;
}
.owl-nav .owl-next,
.owl-nav .owl-prev{
    border-radius: 50%;
}
.owl-nav .owl-prev::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border-style: solid none none solid;
    border-width: 2px medium medium 2px;
    bottom: 50%;
    content: "";
    display: inline-block;
    height: 13px;
    margin-bottom: -5px;
    position: absolute;
    right: 15px;
    transform: rotate(-45deg);
    width: 13px;
}
.owl-nav .owl-next::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border-style: none solid solid none;
    border-width: medium 2px 2px medium;
    bottom: 50%;
    content: "";
    display: inline-block;
    height: 13px;
    margin-bottom: -5px;
    position: absolute;
    right: 18px;
    transform: rotate(-45deg);
    width: 13px;
}
.main-slideshow .owl-nav .owl-prev, .main-slideshow .owl-nav .owl-next {
    margin-top: -16px;
    top: 50%;
}
.box_promotion .owl-nav .owl-prev, .box_promotion .owl-nav .owl-next {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.box_promotion .owl-nav .owl-prev {
    left: -30px;
}
.box_promotion .owl-nav .owl-next {
    right: -30px;
}
.box_promotion .owl-nav .owl-prev::after, .box_promotion .owl-nav .owl-next::after {
    height: 30px;
    width: 30px;
}
.owl-nav .owl-next, .owl-nav .owl-prev {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 0;
    padding: 4px 7px;
    background: rgba(158, 60, 93,0.85) none repeat scroll 0 0;
    display: inline-block;
    cursor: pointer;

}
.owl-theme .owl-nav [class*='owl-']:hover {
    color: #FFF;
    text-decoration: none; }
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px; }

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 3px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791; }
