/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */

.owl-carousel-w{
	margin-bottom: 20px;
}

.owl-theme{
	position: relative;
	padding: 0 20px;
}

.owl-theme .owl-nav{
	-webkit-tap-highlight-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.owl-theme .owl-nav [class*='owl-']{
    cursor: pointer;
	width: 40px;
	height: 150px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	transition: transform 0.2s;
	background-repeat: no-repeat;
	background-position: center center;
}

.owl-theme .owl-prev{
	left: -20px;
	background-image: url('../../../../site/templates/default/imgs/slider-arrow-left.png');
}

.owl-theme .owl-next{
	right: -20px;
	background-image: url('../../../../site/templates/default/imgs/slider-arrow-right.png');
}

.owl-theme .owl-nav [class*='owl-']:hover{

}

.owl-theme .owl-nav .disabled{
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-dots{
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot span{
	width: 10px;
	height: 10px;
	margin: 0 5px;
	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: #0051ab;
}
