/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
 
/* .owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

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

.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: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }*/
	  
/*    start other themes   */ 
 
.home-theme .owl-nav {
      width: 27%;
    height: 92px;
    position: absolute;
    left: -65%;
    bottom: 10%;
  -webkit-tap-highlight-color: transparent; }
  
 
  
  .home-theme .owl-prev {width: 60px;
    height: 60px;
    background-color: #E6E6E6;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 42px;
    font-weight: lighter;
    text-align: center;
    color: #6d6d6d;
    }
  .home-theme .owl-next {width: 60px;
    height: 60px;
    background-color: #E6E6E6;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 42px;
    font-weight: lighter;
    text-align: center;
    color: #6d6d6d;
    cursor: pointer;
    padding-left: 7px;
    
    z-index: 2;}
	
	
	
	
	
	
  
  .home-theme .owl-nav [class*='owl-'] {
    color: #626262;
   /* font-size: 14px;*/
    margin: 5px;
    /*padding: 4px 7px;*/
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
	    transition-duration: .2s;
    }

	
	.home-theme .owl-nav [class*='owl-']:hover {
      background: #990388;
      color: #FFF;
	      transition-duration: .2s;
      text-decoration: none; }
  .home-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

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

.home-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
    top: -89px;
    right: -8px; }
  
  
  .home-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .home-theme .owl-dots .owl-dot span {
          width: 1px;
    height: 26px;
    margin: 5px 8px;
      background: #a2a2a2;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .home-theme .owl-dots .owl-dot.active span, .home-theme .owl-dots .owl-dot:hover span {
          background: #000000;
    height: 50px; }

	  
 
 .wsg-theme .owl-nav {
  width: 135%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    position: absolute;
    top: 50%;
    left: -17%;
  -webkit-tap-highlight-color: transparent; }
  

 /* .wsg-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }*/
    .wsg-theme .owl-nav [class*='owl-']:hover {
      /*background: #869791;
      color: #FFF;*/
      text-decoration: none; }
  .wsg-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

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

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

	  	
	/* .win-theme .owl-nav {    width: 150%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    position: absolute;
    top: 44%;
    left: -25%;
  -webkit-tap-highlight-color: transparent; }*/
  
      .win-theme .owl-nav {  width: 42%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    position: absolute;
    top: 44%;
    left: 29%;
    -webkit-tap-highlight-color: transparent;
	    z-index: 10;
}
  
  .lt-arrow{width:32px;height:74px;  background: url(../img/lft.png) 0 0 no-repeat;}
  .rt-arrow{width:32px;height:74px; background: url(../img/rt.png) 0 0 no-repeat;}
  
  /*.win-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }*/
    .win-theme .owl-nav [class*='owl-']:hover {
     /* background: #869791;
      color: #FFF;*/
      text-decoration: none; }
  .win-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

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

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

	  
 .lp-theme .owl-prev {width: 60px;
    height: 60px;
    background-color: #000;
    position: absolute;
      bottom: 3.4em;
    left: -30px;
    font-size: 35px;
    font-weight: lighter;
        display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    }
  .lp-theme .owl-next {width: 60px;
    height: 60px;
    background-color: #000;
    position: absolute;
        bottom: 3.4em;
   
    right: -30px;
    font-size: 35px;
    font-weight: lighter;
        display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    padding-left: 7px;
    
    z-index: 2;}
	  
	 .lp-theme .owl-prev:hover, .lp-theme .owl-next:hover {     background-color: #a70093;}
	  
	  

/* media */


 @media (max-width: 1024px) {
	 .lp-theme .owl-prev, .lp-theme .owl-next {bottom: 2.4em;}
	 
 }
 
  @media (max-width: 768px) {
	 .lp-theme .owl-prev, .lp-theme .owl-next {bottom: 1.4em;}
	 
 }


 @media (max-width: 519px) {
	 
	 .lp-theme .owl-prev, .lp-theme .owl-next {bottom: 3.1em;}
	 
	  .home-theme .owl-nav {
        width: 42vw;
    height: 70px;
    position: absolute;
    left: inherit;
    right: 40%;
    bottom: inherit;
    top: -97px;
    -webkit-tap-highlight-color: transparent;
	  
  }
  
  .win-theme .owl-nav {
    width: 25%;
    
  left: 37.5%;}
  
  }
  @media (min-width: 479px) and (max-width: 991px){
	  .home-theme .owl-nav {
        width: 25%;
    height: 70px;
    position: absolute;
    left: inherit;
    right: 15%;
    bottom: inherit;
    top: -97px;
    -webkit-tap-highlight-color: transparent;
}}
  
  @media (max-width: 1199px) and (min-width: 992px)
  {
 .home-theme .owl-nav [class*='owl-'] {margin: -2px;}
.home-theme .owl-nav { left: -43%;}


  }

   @media (max-width: 768px){
  .wsg-theme .owl-nav {
    width: 151%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    position: absolute;
    top: 50%;
  left: -14vw;}
  
  .lt-arrow{width:32px;height:74px;  background: url(../img/lft-mobi.png) 0 0 no-repeat;}
  .rt-arrow{width:32px;height:74px; background: url(../img/rt-mobi.png) 0 0 no-repeat;}
  
   }
    @media (max-width: 568px){
   .wsg-theme .owl-nav {
    width: 159%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    position: absolute;
    top: 36%;
    left: -17vw;
}
	}
	  
	  