/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots { text-align: center; display: none;}
.owl-theme .owl-nav{-webkit-tap-highlight-color:transparent; }
.owl-theme .owl-nav{    
    z-index: 99;
    text-align: center;
    margin-top: 15px;
    margin-right: 5px;
    }
	.owl-theme .owl-nav [class*=owl-]{color:#fff;font-size:45px;margin:5px 4px;padding:0px 2px;display:inline-block;cursor:pointer; transition:all 0.3s ease-in-out; border:none; background:none;}
	.owl-theme .owl-nav [class*=owl-]:hover{background:none;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:10px}
	.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}
	.owl-theme .owl-dots .owl-dot span{width:25px;height:10px;margin:5px 2px;background:#fff;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;}
	.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#2e1133}


.owl-carousel .owl-nav{  
    width:100%;
    text-align: center;
    z-index: 99;
    position: absolute;
	bottom:57%;
	height:1px;
    }
	.owl-carousel .owl-nav [class*=owl-prev]{color:#fff;font-size:23px;margin:5px 0px;padding:2px 12px 5px 15px;background:#ff143b;display:inline-block;cursor:pointer; transition:all 0.3s ease-in-out; float:left;}
	.owl-carousel .owl-nav [class*=owl-prev]:hover{background:#ff143b;color:#fff;text-decoration:none; }
	
	.owl-carousel .owl-nav [class*=owl-next]{color:#fff;font-size:23px;margin:5px 0px;padding:2px 12px 5px 15px;background:#ff143b;display:inline-block;cursor:pointer; transition:all 0.3s ease-in-out;float:right;}
	.owl-carousel .owl-nav [class*=owl-next]:hover{background:#ff143b;color:#fff;text-decoration:none; }

.owl-carousel2 .owl-nav{  
    width:100%;
    text-align: center;
    z-index: 99;
    position: absolute;
	height:1px;
    }
	.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; }