
 

.owl-carousel2 .owl-prev { position:absolute; left:-85px;  border-radius: 100px;width: 64px;height:64px; line-height:64px; border:solid 1px #fcfefc; top: -40px;}
.owl-carousel2 .owl-next { position:absolute; right:-85px;  border-radius: 100px;width: 64px;height: 64px; line-height:64px; border:solid 1px #fcfefc; top: -40px;}
.owl-carousel2 .owl-next i {rotate:180deg;} 


.flash-box  .owl-nav [class*="owl-"]:hover {background:#222!important;color: #FFF;text-decoration: none;}
.flash-box  .owl-prev [class*="owl-"]:hover {background:#222!important;color: #FFF;text-decoration: none;}

.owl-carousel2 .owl-prev  .bx-chevron-left:before {font-size:35px;}
.owl-carousel2 .owl-next  .bx-chevron-right:before {font-size:35px;}
.owl-carousel2 .owl-prev:hover  .bx-chevron-left:before { color:#f9eb1b} 
.owl-carousel2 .owl-right:hover  .bx-chevron-right:before { color:#f9eb1b} 





.owl-theme .owl-dots, .owl-theme .owl-nav {
	text-align:center;
	-webkit-tap-highlight-color:transparent
}
.owl-theme .owl-nav {
	margin-top:10px
}
.owl-theme .owl-nav [class*=owl-] {
color:#FFF;
font-size:30px;
display:inline-block;
cursor:pointer;
border-radius:100px
}
.owl-theme .owl-nav [class*=owl-]:hover {
background:#869791;
color:#FFF;
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; border:0;
}
.owl-theme .owl-dots .owl-dot span {
width:15px;
height:15px;
margin:5px 7px;
display:block;
-webkit-backface-visibility:visible;
transition:opacity .2s ease;
border-radius:30px; border:solid 1px #fff}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background:#fff}
.owl-dot.active { position:relative} 
.owl-dot.active:before {position: absolute;content: "";left: 8px;right: 5px;bottom: 0;top: 6px;border: solid 2px #fff;z-index: 1;width: 13px;height: 13px;border-radius: 100px;}

.owl-dot.active:hover:before {position: absolute;content: "";left: 8px;right: 5px;bottom: 0;top: 6px;border: solid 2px #fff;z-index: 1;width: 13px;height: 13px;border-radius: 100px;}