@charset "utf-8";
/* CSS Document */
/**
 * 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;
    margin-right: 5rem;
    float:right;
    }
	.owl-theme .owl-nav [class*=owl-]{color: #0919287d;
    border: 2px solid #0919287d;
    font-size: 21px;
    margin: 5px 4px;
    padding: 0px 10px;display:inline-block;cursor:pointer; transition:all 0.3s ease-in-out; background:none; border-radius:50%; line-height: 38px;}
	.owl-theme .owl-nav [class*=owl-]:hover{background:#091928;color:#fff;text-decoration:none; border: 2px solid #091928;}
	.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:15px;height:15px;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:#3ab54a}


.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; }