/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots { text-align: center; margin-top:20px;}
.owl-theme .owl-nav{-webkit-tap-highlight-color:transparent;}
.owl-theme .owl-nav{    
    z-index: 99;
    margin-top: 15px;
    bottom: 55%;
	width:100%;
	height:1px;
    position: absolute;
    }
	.owl-theme .owl-nav [class*=owl-]{color:#000;font-size:16px;margin:5px 4px;padding:6px 18px;display:inline-block;cursor:pointer; transition:all 0.3s ease-in-out; border:none; background:#fff; border-radius:50%; line-height: 38px; box-shadow: 1px 1px 7px #0000004d;}
	.owl-theme .owl-nav [class*=owl-]:hover{background:#f38321;color:#fff;text-decoration:none; border:none;}
	.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}
	.owl-theme .owl-nav.disabled+.owl-dots{margin-top:30px}
	.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}
	.owl-theme .owl-dots .owl-dot span{width:25px;height:10px;margin:5px;background:#e1e1e1;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:#f38321}


.owl-carousel3 .owl-dots {  
    width:100%;
    text-align: center;
    z-index: 99;
    position: absolute;
	bottom:6%;
	height:1px;
    }
	.owl-carousel3 .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-carousel3 .owl-dots:hover{background:none;color:#fff;text-decoration:none; }
	
	.owl-carousel3 .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-carousel3 .owl-dots:hover{background:none;color:#fff;text-decoration:none; }

.owl-carousel2 .owl-nav{  
    width:100%;
    text-align: center;
    z-index: 99;
    position: absolute;
	height:1px;
    }
.owl-carousel2 .owl-theme .owl-dots {
	display:none !important;
	}	
	.owl-carousel2 .owl-nav [class*=owl-prev]{color:#000;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-carousel2 .owl-nav [class*=owl-prev]:hover{background:none;color:#000;text-decoration:none; }
	
	.owl-carousel2 .owl-nav [class*=owl-next]{color:#000;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-carousel2 .owl-nav [class*=owl-next]:hover{background:none;color:#000;text-decoration:none; }
	
	
.owl-carousel4 .owl-dots {  
    width:100%;
    text-align: center;
    z-index: 99;
    position: absolute;
	bottom:-2%;
	height:1px;
    }
	.owl-carousel4 .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-carousel4 .owl-dots:hover{background:none;color:#fff;text-decoration:none; }
	
	.owl-carousel4 .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-carousel4 .owl-dots:hover{background:none;color:#fff;text-decoration:none; }	
	