/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
	}
  .owl-theme .owl-nav [class*='owl-'] {
    width:39px; height:75px; 
    display: block;
    cursor: pointer;
    
	
	transition: all .3s ease-in-out; 
	position:absolute;
	}
    .owl-theme .owl-nav [class*='owl-']:hover {
    }
	  
	  .owl-theme .owl-prev{background:url(../img/ar1.png) no-repeat center center; left:-70px; top:50%; margin-top:-35px;}
	  .owl-theme .owl-prev:hover{opacity:0.7;}
	  .owl-theme .owl-next{background:url(../img/ar2.png) no-repeat center center; right:-70px; top:50%; margin-top:-35px;}
	  .owl-theme .owl-next:hover{opacity:0.7;}
	  
	  
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 20px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 14px;
      height: 14px;
      margin: 5px 12px;
      background: #fff;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; border:2px solid #393185;}
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #e5097f;  border:2px solid #e5097f;}
	  
	  
	  
	  
	  
	  
	  
	  
	  
/***************************************************/


.owl-theme2 .owl-nav {
	position:absolute; top:-65px; right:0; margin-right:0px; }
  .owl-theme2 .owl-nav [class*='owl-'] {
    width:30px; height:30px; 
    display: inline-block;
    cursor: pointer;
    
	border:1px solid #d1d1d1;
	transition: all .3s ease-in-out; 
	
	}
    .owl-theme2 .owl-nav [class*='owl-']:hover {
    }
	  
	  .owl-theme2 .owl-prev{background:url(../img/ar1b.png) no-repeat center center; border-radius: 5px 0  0 5px; border-right:0px !important;}
	  .owl-theme2 .owl-prev:hover{background:url(../img/ar1.png) no-repeat center center #000; border:1px solid #000;}
	  .owl-theme2 .owl-next{background:url(../img/ar2b.png) no-repeat center center; border-radius: 0 5px 5px 0;}
	  .owl-theme2 .owl-next:hover{background:url(../img/ar2.png) no-repeat center center #000; border:1px solid #000;}
	  
	  
  .owl-theme2 .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme2 .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme2 .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme2 .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme2 .owl-dots .owl-dot span {
      width: 6px;
      height: 6px;
      margin: 5px 7px;
      background:none;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px;
	  border:1px solid #516c8d;
	  }
    .owl-theme2 .owl-dots .owl-dot.active span, .owl-theme2 .owl-dots .owl-dot:hover span {
      background: #516c8d; }
