/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}


.owl-theme .owl-nav [class*=owl-]:hover {
	/*border: 1px solid #95989d;*/
    background: #c8def77a;
}

.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default;
}

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

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

.owl-theme .owl-dots .owl-dot span {
    border-radius: 24px;
	width: 72px;
	height: 4px;
	background: #d7d8da;
	margin: 5px 4px;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 24px;
}

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


.owl-carousel .owl-nav button{
	border-radius: 8px;
    border: 1px solid rgba(200, 222, 247, .2);
    background: #c8def733;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    width: 48px;
    height: 48px;
    display: block;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    margin-top: -40px;
}

.owl-carousel .owl-nav button:after{
    display: block;
    background-image: url(../images/sprite-CzgJV94f.svg);
    background-repeat: no-repeat;
    outline: none;
    padding: 0;
    border: none;
    background-color: unset;
    background-position: -8px -28px;
    width: 8px;
    height: 16px;
 	content: "";
 	margin-left: auto;
    margin-right: auto;
}

.owl-carousel .owl-nav button.owl-next{
    rotate: 180deg;
}

.owl-carousel .owl-nav button span{
	display: none;
}

.owl-item{
	text-align: center;
	float: left;
}
/*
.owl-item.active img{
	opacity: 1;
    transform: scale(1.1);
}
*/
.owl-prev {
    margin-left: 0px;
}

.owl-next {
    right: 0px;
}


.owl-carousel {
  overflow: hidden;
}

