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