/**
 * 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; left:40px; 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: 8px;
      height: 8px;
      margin: 5px 7px;
      background: #ffabad;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border:3px #fff hidden }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background:#bf0718;
      width: 8px;
      height: 8px; border:none }


.owl-carousel .owl-nav .owl-prev {position:absolute; top:40%; font-size:0; background:url(../images/arwlft.png) no-repeat !important; background-size:cover !important; width:20px; height:40px}
.owl-carousel .owl-nav .owl-next {position:absolute; top:40%; font-size:0; text-indent:999999; background:url(../images/arwrt.png) no-repeat !important; background-size:cover !important; width:20px; height:40px}
.owl-carousel .owl-nav .owl-prev:hover {position:absolute; top:40%; font-size:0; background:url(../images/arwlftdn.png) no-repeat !important; background-size:cover !important; width:20px; height:40px}
.owl-carousel .owl-nav .owl-next:hover {position:absolute; top:40%; font-size:0; text-indent:999999; background:url(../images/arwrtdn.png) no-repeat !important; background-size:cover !important; width:20px; height:40px}
.owl-dots {display:block}


@media screen and (min-width: 300px) {
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-prev:hover {top:15%; left:10px; width:15px; height:30px}
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-next:hover  {top:15%; right:10px; width:15px; height:30px}
.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 {left:30px; bottom:85px }

}
@media screen and (min-width: 480px) {
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-prev:hover {top:20%; left:10px; width:20px; height:40px}
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-next:hover  {top:20%; right:10px; width:20px; height:40px}
.owl-theme .owl-dots {left:20px; bottom:90px }

}
@media screen and (min-width: 768px) {
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-prev:hover {width:25px; height:50px}
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-next:hover  {width:25px; height:50px}
.owl-theme .owl-dots .owl-dot span {width: 14px; height: 14px; margin: 5px 7px;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {width: 15px; height: 15px;}
.owl-theme .owl-dots {left:40px; bottom:25px }

}

@media screen and (min-width: 1024px) {
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-prev:hover {top:40%; left:60px; width:30px; height:60px}
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-next:hover  {top:40%; right:60px; width:30px; height:60px}
.owl-theme .owl-dots .owl-dot span {width: 10px; height: 10px;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {width: 10px; height: 10px;}
.owl-theme .owl-dots {left:40px; bottom:30px }
}

@media screen and (min-width: 1366px) {
.owl-theme .owl-dots {left:60px; bottom:30px }
}