/**
 * 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}
#slider_text-14 .owl-carousel{margin-bottom:25px;}
.home .owl-carousel .owl-stage-outer{padding:0;margin-bottom:5px;}
.owl-theme .owl-nav{position:absolute;top:-85px;width:100%;}
.home .owl-theme .owl-nav{top: calc(50% - 36px);}
.owl-theme .owl-nav .owl-prev{float: left;}
.owl-theme .owl-nav .owl-next{float: right;}
.home .owl-theme .owl-nav .owl-prev{left:0px;position: absolute;background: rgba(0,0,0,0.5);}
.home .owl-theme .owl-nav .owl-next{right:0px;position: absolute;background: rgba(0,0,0,0.5);}
.owl-theme .owl-nav [class*=owl-]{font-size:62px;line-height:42px;background:#D6D6D6;display:inline-block;cursor:pointer;}
.home .owl-theme .owl-nav [class*=owl-]{font-size:52px;opacity:0;
	transition:opacity 0.25s ease-in 0.5s;
	-moz-transition:opacity 0.25s ease-in 0.5s;
	-webkit-transition:opacity 0.25s ease-in 0.5s;
	-o-transition:opacity 0.25s ease-in 0.5s;
}
.home .owl-theme:hover .owl-nav [class*=owl-]{opacity:1;
	transition:opacity 0.25s ease-in;
	-moz-transition:opacity 0.25s ease-in;
	-webkit-transition:opacity 0.25s ease-in;
	-o-transition:opacity 0.25s ease-in;
}
.home .owl-carousel .owl-nav button.owl-next, .home  .owl-carousel .owl-nav button.owl-prev{color:#dedede;}
.home .owl-carousel .owl-nav button.owl-next span, .home  .owl-carousel .owl-nav button.owl-prev span{display:inline-block;height:48px;width:38px;}
.owl-theme .owl-nav [class*=owl-]:hover{color:#0A5794;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}