/**
 * 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-singitem .owl-nav {
  margin-top: 0px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; font-size:0 }
  .owl-singitem .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-singitem .owl-nav [class*='owl-']:hover {
      background: transparent;
      color: #FFF;
      text-decoration: none; }
  .owl-singitem .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-singitem .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }


.owl-singitem .owl-nav .owl-prev {position:absolute; top:30%; font-size:0; background:url(../images/arwlft.png) no-repeat !important; background-size:cover !important; width:40px; height:40px; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.19); border-radius:50%}
.owl-singitem .owl-nav .owl-next {position:absolute; top:30%; font-size:0; text-indent:999999; background:url(../images/arwrt.png) no-repeat !important; background-size:cover !important; width:40px; height:40px; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.19); border-radius:50%}
.owl-singitem .owl-nav .owl-prev:hover {position:absolute; top:30%; font-size:0; background:url(../images/arwlftdn.png) no-repeat !important; background-size:cover !important; width:40px; height:40px}
.owl-singitem .owl-nav .owl-next:hover {position:absolute; top:30%; font-size:0; text-indent:999999; background:url(../images/arwrtdn.png) no-repeat !important; background-size:cover !important; width:40px; height:40px}
.owl-singitem .owl-dots {display:none}


@media screen and (min-width: 300px) {
.owl-singitem .owl-nav .owl-prev, .owl-singitem .owl-nav .owl-prev:hover {left:0%; width:30px; height:30px}
.owl-singitem .owl-nav .owl-next, .owl-singitem .owl-nav .owl-next:hover  {right:0%; width:30px; height:30px}
.owl-singitem .owl-dots .owl-dot span {width: 10px; height: 10px; margin: 5px 7px;}
.owl-singitem .owl-dots .owl-dot.active span, .owl-singitem .owl-dots .owl-dot:hover span {width: 10px; height: 10px;}
.owl-singitem .owl-dots {right:40px; bottom:10px }

}
@media screen and (min-width: 480px) {
.owl-singitem .owl-nav .owl-prev, .owl-singitem .owl-nav .owl-prev:hover {left:5%; top:45%; width:30px; height:30px}
.owl-singitem .owl-nav .owl-next, .owl-singitem .owl-nav .owl-next:hover  {right:5%; top:45%; width:30px; height:30px}

}
@media screen and (min-width: 768px) {
.owl-singitem .owl-nav .owl-prev, .owl-singitem .owl-nav .owl-prev:hover {left:3%; width:40px; height:40px}
.owl-singitem .owl-nav .owl-next, .owl-singitem .owl-nav .owl-next:hover  {right:3%; width:40px; height:40px}
.owl-singitem .owl-dots .owl-dot span {width: 14px; height: 14px; margin: 5px 7px;}
.owl-singitem .owl-dots .owl-dot.active span, .owl-singitem .owl-dots .owl-dot:hover span {width: 15px; height: 15px;}
.owl-singitem .owl-dots {right:100px; bottom:25px }

}

@media screen and (min-width: 1024px) {
.owl-singitem .owl-nav .owl-prev, .owl-singitem .owl-nav .owl-prev:hover {left:-5%; width:45px; height:45px}
.owl-singitem .owl-nav .owl-next, .owl-singitem .owl-nav .owl-next:hover  {right:-5%; width:45px; height:45px}
.owl-singitem .owl-dots .owl-dot span {width: 16px; height: 16px;}
.owl-singitem .owl-dots .owl-dot.active span, .owl-singitem .owl-dots .owl-dot:hover span {width: 16px; height: 16px;}
.owl-singitem .owl-dots {right:140px; bottom:30px }
}

@media screen and (min-width: 1280px) {
.owl-singitem .owl-nav .owl-prev, .owl-singitem .owl-nav .owl-prev:hover {left:-8%;}
.owl-singitem .owl-nav .owl-next, .owl-singitem .owl-nav .owl-next:hover  {right:-8%;}
.owl-singitem .owl-dots .owl-dot span {width: 16px; height: 16px;}
.owl-singitem .owl-dots .owl-dot.active span, .owl-singitem .owl-dots .owl-dot:hover span {width: 16px; height: 16px;}
.owl-singitem .owl-dots {right:140px; bottom:30px }
}

@media screen and (min-width: 1366px) {
.owl-singitem .owl-dots {right:240px; bottom:30px }
}

@media screen and (min-width: 1600px) {
.owl-singitem .owl-nav .owl-prev, .owl-singitem .owl-nav .owl-prev:hover {left:-7%; width:54px; height:54px}
.owl-singitem .owl-nav .owl-next, .owl-singitem .owl-nav .owl-next:hover  {right:-7%; width:54px; height:54px}
}