.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}


  

.owl-carousel .owl-animated-in{z-index:2}
.owl-carousel .owl-animated-out{z-index:1}

   

           
 



.owl-height

{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}

.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}

.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}

.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}

.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0,0)}

.owl-carousel  .owl-dot,.owl-carousel  .owl-nav .owl-next,.owl-carousel  .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}

.owl-carousel.owl-loaded{display:block}

.owl-carousel.owl-loading{opacity:0;display:block}

.owl-carousel.owl-hidden{opacity:0}

.owl-carousel .owl-refresh .owl-item{display:none}

.owl-carousel .owl-item
{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}

.owl-carousel .owl-item img{display:inline-block;width:100%;-webkit-transform-style:preserve-3d}

.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}

.owl-carousel .owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}

.owl-carousel.owl-rtl .owl-item{float:right}

.no-js .owl-carousel{display:block}
.fadeOut.owl-carousel .owl-dots.disabled,.fadeOut.owl-carousel .owl-nav.disabled {
    display: none;
}
.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-item img{transform-style:preserve-3d}

.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}

.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-moz-transition:scale 100ms ease;-ms-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease}

.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);-moz-transition:scale(1.3,1.3);-ms-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);transition:scale(1.3,1.3)}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}

.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1}


 

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
 .owl-nav {
 margin-top: 10px;
  position:absolute;
top:50%;
  width:100%;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

 .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }

.owl-nav [class*='owl-']:hover {
      color: #FFF;
      text-decoration: none; }
.owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

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

.owl-dots {
  position:absolute;
  bottom:10px;
  width:100%;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }



 .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
    bottom: 10px;
filter: alpha(opacity=60);
-moz-opacity: 0.6;
-khtml-opacity: 0.6;
opacity:0.6;
}

.owl-dots .owl-dot.active {
filter: alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity:1;
opacity:1;
}

.owl-dots .owl-dot span {
    width: 30px;
    height: 2px;
    margin: 5px 3px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 0px;
    }

.owl-dots .owl-dot.active span,.owl-dots .owl-dot:hover span {
      background:#6c7481 }



.owl-carousel  .owl-nav .owl-prev,.owl-carousel  .owl-nav .owl-next{
   transition: all 0.2s ease;
       -moz-transition: all 0.2s ease;
       -webkit-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
       text-align: center;
       height: 46px;
       width:46px;
       line-height: 46px;
       margin: -23px 0 0;
       position: absolute;
       top: 50%;
       padding:0;
      background:none;
       z-index:7;

}

.owl-carousel  .owl-nav .owl-prev{
  left:5%;
}
.owl-carousel  .owl-nav .owl-next{
right:5%;
}



.fadeOut .owl-nav div:before {
    position: absolute;
    color:#ffffff;
    left: 0;
       -moz-border-radius: 4px;
       -webkit-border-radius: 4px;
       border-radius: 4px;
    width: 100%;
    background-color:#ffffff;
    font-family:fontuetop!important;
    font-size: 18px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.fadeOut  .owl-nav div:hover:before {
    position: absolute;
    color:#ffffff;
    left: 0;
    width: 100%;
  background-color:#919191;
    font-family:fontuetop!important;
    font-size: 18px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

 .index-display-list .owl-nav, .lookbook-carousel .owl-nav {
  margin-top: 10px;
  position:absolute;
top:40%; }

   .index-display-list .owl-nav [class*='owl-'] {
    border-radius: -moz-border-radius:0;
       -webkit-border-radius:0;
       border-radius: 0; }


 .index-display-list.owl-carousel  .owl-nav .owl-prev, .lookbook-carousel.owl-carousel  .owl-nav .owl-prev:before{left:-4px;}

 .index-display-list.owl-carousel  .owl-nav .owl-next, .lookbook-carousel.owl-carousel  .owl-nav .owl-next:before{right:-4px;}

@media screen and (max-width: 767px) {

 .index-display-list.owl-carousel  .owl-nav .owl-prev, .lookbook-carousel.owl-carousel  .owl-nav .owl-prev:before{left:0;}

 .index-display-list.owl-carousel  .owl-nav .owl-next, .lookbook-carousel.owl-carousel  .owl-nav .owl-next:before{right:0;}

}



 .index-display-list  .owl-nav div,.lookbook-carousel  .owl-nav div{
   background-color:#fff!important;border:1px solid #000;-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
 }


 .index-display-list  .owl-nav div:before,.lookbook-carousel  .owl-nav div:before {
    height:46px;width:46px;line-height:46px;position:absolute;
    left: 0;
    -moz-border-radius: 100%;
   -webkit-border-radius:100%;
    border-radius: 100%;
	
	
	
	
	border-radius: 0px;
   -moz-border-radius:0;
   -webkit-border-radius:0;
	
	
   color:#222;
    font-family:fontuetop!important;
    font-size:12px;
   font-weight:bold;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
   -webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

 .index-display-list  .owl-nav div:hover, .lookbook-carousel  .owl-nav div:hover {
   color:#fff;
  background-color:#111!important;
    border:1px solid #111;
    font-family:fontuetop!important;
    font-size: 16px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

 .index-display-list  .owl-nav div:hover:before, .lookbook-carousel  .owl-nav div:hover:before{
   color:#fff;
 }

.index-display-list.owl-carousel .owl-nav div.owl-prev:before,.lookbook-carousel.owl-carousel .owl-nav div.owl-prev:before{ 
  content: '\e866'; }

.index-display-list.owl-carousel .owl-nav div.owl-next:before,.lookbook-carousel.owl-carousel .owl-nav div.owl-next:before { 
content: '\e865'; }


.index-display-list.owl-carousel .owl-nav,.lookbook-carousel.owl-carousel .owl-nav{
   filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility:visible;
}




.fadeOut  .owl-nav div.owl-prev:before{ 
  content: '\e850'; }

.fadeOut   .owl-nav div.owl-next:before { 
content: '\e851'; }











 .owl-nav{
   -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
 filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
    left: 0;
  visibility:hidden; 
  
}

.owl-carousel:hover .owl-nav{
  
 filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
    left:1;
  visibility:visible; 
  
}



@media screen and (max-width: 767px){
    .index-display-list.owl-carousel .owl-nav .owl-prev {
    left: 10px;
}
  
.index-display-list.owl-carousel .owl-nav .owl-next{
    right: 10px;
}
  
.index-display-list  .owl-nav div:before, .index-display-list  .owl-nav div:hover:before{
  font-size:28px;background:none;
    border: 0px solid #111;color:#888;
} } 
