/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
	padding-top:10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent
}
.owl-theme .owl-nav { width:100%; top:0; left:0;
}
.owl-prev { position:absolute; left:0px; top:42.5%; width:45px; height:45px; background:url(../../images/2018/icn-left.jpg) no-repeat center !important; opacity:0.5;  }
.owl-prev:hover { opacity:1; }
.owl-next { position:absolute; right:0px; top:42.5%; width:45px; height:45px; background:url(../../images/2018/icn-right.jpg) no-repeat center !important; opacity:0.5; }
.owl-next:hover { opacity:1; }
.owl-theme .owl-nav [class*=owl-] {
	color:rgba(0,0,0,0);
	font-size: 14px;
	margin:0; padding:0;
	width:45px; height:45px; border-radius:0px;
/*	background: #00aeff;*/
	display: inline-block;
	cursor: pointer;
/*	border:3px solid #ffffff;  display:flex; justify-content:center; flex-direction:column; text-align:center;*/
}
.owl-theme .owl-nav [class*=owl-]:hover {
	color:rgba(0,0,0,0);
	text-decoration: none
}
.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 {
	width: 10px;
	height: 10px;
	margin: 5px 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
}

@media only screen and (max-width: 980px){
.owl-theme .owl-nav .owl-prev { top:auto; bottom:-10px !important; left:0 !important; }
.owl-theme .owl-nav .owl-next { top:auto; bottom:-10px !important; right:0 !important; }
}