/**
 * 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: 1px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; font-size:0; position:relative; z-index:20}
  .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; bottom:-20px; font-size:0; background:url(../images/arwlft.png) no-repeat !important; background-size:cover !important; width:40px; height:40px}
.owl-theme .owl-nav .owl-next {position:absolute; bottom:-20px; font-size:0; text-indent:999999; background:url(../images/arwrt.png) no-repeat !important; background-size:cover !important; width:40px; height:40px}
.owl-theme .owl-nav .owl-prev:hover {position:absolute; bottom:-20px; font-size:0; background:url(../images/arwlftdn.png) no-repeat !important; background-size:cover !important; width:40px; height:40px}
.owl-theme .owl-nav .owl-next:hover {position:absolute; bottom:-20px; font-size:0; text-indent:999999; background:url(../images/arwrtdn.png) no-repeat !important; background-size:cover !important; width:40px; height:40px}
.owl-dots {display:none}

@media screen and (min-width: 300px) {
.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-prev:hover {right:1%; width:25px; height:25px}
.owl-theme .owl-nav .owl-next, .owl-theme .owl-nav .owl-next:hover  {right:1%; width:25px; height:25px}
}
@media screen and (min-width: 480px) {
.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-prev:hover {right:1%; width:30px; height:30px}
.owl-theme .owl-nav .owl-next, .owl-theme .owl-nav .owl-next:hover  {right:1%; width:30px; height:30px}

}
@media screen and (min-width: 768px) {
.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-prev:hover {bottom:10px; right:2%; width:30px; height:30px}
.owl-theme .owl-nav .owl-next, .owl-theme .owl-nav .owl-next:hover  {bottom:10px; right:2%; width:30px; height:30px}

}

@media screen and (min-width: 1024px) {
.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-prev:hover {right:4%; width:45px; height:45px}
.owl-theme .owl-nav .owl-next, .owl-theme .owl-nav .owl-next:hover  {right:10px; width:45px; height:45px}
}

@media screen and (min-width: 1366px) {
}

@media screen and (min-width: 1600px) {
.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-prev:hover {right:180px; width:45px; height:45px}
.owl-theme .owl-nav .owl-next, .owl-theme .owl-nav .owl-next:hover  {right:10px; width:45px; height:45px}
}

@media screen and (min-width: 1900px) {
}