/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
	height: 100%;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
	cursor: pointer;
	display: inline-block;
	height: 100%;
	opacity: 1;
	position: absolute;
	transition: 0.3s;
	width: 10%;
	z-index: 1;
}
.owl-theme .owl-nav [class*='owl-']:hover {
	text-decoration: none;
}
.owl-theme .owl-nav .owl-prev {
	background: url(/images/site/btn_prev_w.png) no-repeat center;
	left: -75px;
}
.owl-theme .owl-nav .owl-next {
	background: url(/images/site/btn_next_w.png) no-repeat center;
	right: -75px;
}
.owl-carousel:hover [class*='owl-'] {
	opacity: 1;
}
.owl-carousel:hover .owl-nav .owl-prev { left: 0; }
.owl-carousel:hover .owl-nav .owl-next { right: 0; }
.owl-theme .owl-nav .disabled {
    cursor: default;
    opacity: 0.5;
}
.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 {
	background: #d6d6d6;
	border-radius: 30px;
	display: block;
	height: 10px;
	margin: 5px 7px;
	transition: opacity 200ms ease;
	width: 10px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

/* gallery-carousel */

.gallery-hp-carousel .owl-nav [class*='owl-'] {
	align-items: center;
	background: none;
	display: flex;
	font-size: 12px;
	height: 100%;
	justify-content: center;
	opacity: 1;
	width: 70px;
}
.gallery-hp-carousel .owl-nav .owl-prev { left: -70px; }
.gallery-hp-carousel .owl-nav .owl-next { right: -70px; }
.gallery-hp-carousel:hover .owl-nav .owl-prev { left: -70px; }
.gallery-hp-carousel:hover .owl-nav .owl-next { right: -70px; }
.gallery-hp-carousel .owl-nav [class*='owl-'] i {
	color: var(--ds-blue-dark);
	font-size: 46px;
	transform: scaleY(1.3);
}

@media (max-width: 699px) {
	.gallery-hp-carousel .owl-nav [class*='owl-'] i { font-size: 36px; }
}
@media (max-width: 449px) {
	.gallery-hp-carousel .owl-nav [class*='owl-'] { width: 50px; }
	.gallery-hp-carousel .owl-nav .owl-prev { left: -50px; }
	.gallery-hp-carousel .owl-nav .owl-next { right: -50px; }
	.gallery-hp-carousel:hover .owl-nav .owl-prev { left: -50px; }
	.gallery-hp-carousel:hover .owl-nav .owl-next { right: -50px; }
	.gallery-hp-carousel .owl-nav [class*='owl-'] i { font-size: 30px; }
}

/* gallery-carousel end */

/* documents-carousel */

.documents-carousel .owl-nav {
	bottom: -45px;
	display: flex;
	gap: 10px;
	height: auto;
	left: 50%;
	position: absolute;
	top: unset;
	transform: translateX(-50%);
	width: auto;
}
.documents-carousel .owl-nav [class*='owl-'] {
	align-items: center;
	background: #fff;
	border: 3px solid #aaa;
	border-radius: 25px;
	color: #aaa;
	display: flex;
	font-size: 22px;
	height: 30px;
	justify-content: center;
	position: relative;
	width: 30px;
}
.documents-carousel.owl-carousel .owl-nav .owl-prev,
.documents-carousel.owl-carousel:hover .owl-nav .owl-prev { left: unset; }
.documents-carousel.owl-carousel .owl-nav .owl-next,
.documents-carousel.owl-carousel:hover .owl-nav .owl-next { right: unset; }

.documents-carousel .owl-dots .owl-dot span {
	background: var(--ds-blue-dark);
	margin: 5px 5px;
}
.documents-carousel .owl-dots .owl-dot.active span,
.documents-carousel .owl-dots .owl-dot:hover span {
    background: var(--ds-turquoise);
}

@media (max-width: 499px) {
	.documents-carousel .owl-dots .owl-dot span { height: 9px; margin: 4px 4px; width: 9px; }
}

/* documents-carousel end */