/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 0px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; font-size:0 }
  .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: transparent;
      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; position:absolute; bottom:-30px }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block; vertical-align:middle;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 16px;
      height: 16px;
      margin: 5px 7px;
      background: #ddd;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border:3px #fff hidden; border-radius:50%  }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background:#666;
      width: 16px;
      height: 16px; border:none; border-radius:50% }


.owl-theme .owl-nav .owl-prev {position:absolute; top:30%; font-size:0; background:url(../images/arwlft.svg) no-repeat !important; background-size:cover !important; width:40px; height:40px}
.owl-theme .owl-nav .owl-next {position:absolute; top:30%; font-size:0; text-indent:999999; background:url(../images/arwrt.svg) no-repeat !important; background-size:cover !important; width:40px; height:40px}
.owl-theme .owl-nav .owl-prev:hover {position:absolute; top:30%; font-size:0; background:url(../images/arwlftdn.svg) no-repeat !important; background-size:cover !important; width:40px; height:40px}
.owl-theme .owl-nav .owl-next:hover {position:absolute; top:30%; font-size:0; text-indent:999999; background:url(../images/arwrtdn.svg) no-repeat !important; background-size:cover !important; width:40px; height:40px}
.owl-dots {display:block}

@media screen and (min-width: 300px) {
.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-prev:hover {left:1%; width:25px; height:25px}
.owl-theme .owl-nav .owl-next, .owl-theme .owl-nav .owl-next:hover  {right:1%; width:25px; height:25px}
.owl-theme .owl-dots .owl-dot span {width: 10px; height: 10px; margin: 5px 7px;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {width: 10px; height: 10px;}
.owl-theme .owl-dots {bottom:-25px }
.owl-theme .owl-dots {left:43%;}

}
@media screen and (min-width: 480px) {
.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-prev:hover {left:1%; width:30px; height:30px}
.owl-theme .owl-nav .owl-next, .owl-theme .owl-nav .owl-next:hover  {right:1%; width:30px; height:30px}
.owl-theme .owl-dots {left:45%;}

}
@media screen and (min-width: 768px) {
.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-prev:hover {top:45%; left:2%; width:30px; height:30px}
.owl-theme .owl-nav .owl-next, .owl-theme .owl-nav .owl-next:hover  {top:45%; right:2%; width:30px; height:30px}
.owl-theme .owl-dots .owl-dot span, .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span  {width: 12px; height: 12px; margin: 5px 7px;}
.owl-theme .owl-dots {left:47%;}

}

@media screen and (min-width: 1024px) {
.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-prev:hover {left:4%; width:45px; height:45px}
.owl-theme .owl-nav .owl-next, .owl-theme .owl-nav .owl-next:hover  {right:4%; width:45px; height:45px}
.owl-theme .owl-dots {bottom:-30px }
.owl-theme .owl-dots {left:48%;}
}

@media screen and (min-width: 1366px) {
.owl-theme .owl-dots {bottom:-30px }
}

@media screen and (min-width: 1600px) {
.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-prev:hover {left:5%; width:54px; height:54px}
.owl-theme .owl-nav .owl-next, .owl-theme .owl-nav .owl-next:hover  {right:5%; width:54px; height:54px}
.owl-theme .owl-dots .owl-dot span, .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span  {width: 14px; height: 14px;}
.owl-theme .owl-dots {left:48%;}
}

@media screen and (min-width: 1900px) {
.owl-theme .owl-dots {left:49%;}
}