/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots {display: none;}
.owl-theme .owl-nav{-webkit-tap-highlight-color:transparent}
.owl-theme .owl-nav{    
    z-index: 99;
    float: right;
    margin-right: 5px;
    }
	.owl-theme .owl-nav [class*=owl-]{color:#000;font-size:31px;margin:5px 4px;padding:0px 13px;background:#fff;display:inline-block;cursor:pointer; transition:all 0.3s ease-in-out; border:2px solid #000; border-radius:50%; line-height: 38px;}
	.owl-theme .owl-nav [class*=owl-]:hover{background:#ffb200;color:#000;text-decoration:none; border:2px solid #ffb200;}
	.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}
	
	.owl-carousel6 .owl-dots {  
    width:100%;
    text-align: center;
    z-index: 99;
    position: absolute;
	bottom:6%;
	height:1px;
    }
.owl-carousel6 .owl-nav{  
    display: none;
    }    
	.owl-carousel6 .owl-dots {color:#fff;font-size:31px;margin:5px 0px;padding:2px 12px;background:none;display:inline-block;cursor:pointer; transition:all 0.3s ease-in-out;  line-height: 38px; border-radius:0 50% 50% 0;}
	.owl-carousel6 .owl-dots:hover{background:none;color:#fff;text-decoration:none; }
	
	.owl-carousel6 .owl-dots{color:#fff;font-size:31px;margin:5px 0px;padding:2px 12px;background:none;display:inline-block;cursor:pointer; transition:all 0.3s ease-in-out; line-height: 38px; border-radius:50% 0 0 50%;}
	.owl-carousel6 .owl-dots:hover{background:none;color:#fff;text-decoration:none; }
