/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  /*margin-top: 10px;
  text-align: center;*/
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    width: 50px;
    height: 50px;
    /*background: #fff;*/
    position: absolute;
    top: 0;
    cursor: pointer;
    /*border-radius: 31px;*/
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  .owl-theme .owl-nav [class*='owl-']:not(.disabled):hover {
    /*background-color: #F5F5F5;*/
    text-decoration: none;
  }
  .owl-theme .owl-nav .owl-prev {
    left: -17px;
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2227%22%20height%3D%2216%22%20viewBox%3D%220%200%2027%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M.66%208c0%20.19.07.34.2.47l6.57%206.67a.65.65%200%200%200%20.93%200l.38-.39c.13-.13.2-.28.2-.47a.65.65%200%200%200-.2-.47L3.99%209h14.08c.17%200%20.32-.06.43-.2a.7.7%200%200%200%20.16-.46v-.66a.7.7%200%200%200-.16-.47.54.54%200%200%200-.43-.2H3.99l4.75-4.82c.13-.12.2-.28.2-.46a.62.62%200%200%200-.2-.47L8.36.86a.62.62%200%200%200-.46-.2.63.63%200%200%200-.47.2L.85%207.53A.62.62%200%200%200%20.66%208z%22%20fill%3D%22%23FFF%22%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%235CA3D9%22%20transform%3D%22matrix%280%201%201%200%2016%20-16%29%22%20x%3D%2223%22%20y%3D%225%22%20width%3D%222%22%20height%3D%226%22%20rx%3D%221%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A');
  }
  .owl-theme .owl-nav .owl-next {
    right: -17px;
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2227%22%20height%3D%2216%22%20viewBox%3D%220%200%2027%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M26.34%208c0%20.19-.07.34-.2.47l-6.57%206.67a.65.65%200%200%201-.93%200l-.38-.39a.65.65%200%200%201-.2-.47c0-.18.07-.34.2-.47L23.01%209H8.93a.54.54%200%200%201-.43-.2.7.7%200%200%201-.16-.46v-.66a.7.7%200%200%201%20.16-.47c.11-.13.26-.2.43-.2h14.08l-4.75-4.82a.62.62%200%200%201-.2-.46c0-.19.07-.34.2-.47l.38-.39c.13-.13.29-.2.46-.2.18%200%20.34.07.47.2l6.58%206.67c.12.13.19.28.19.47z%22%20fill%3D%22%23FFF%22%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%235CA3D9%22%20transform%3D%22rotate%2890%203%208%29%22%20x%3D%222%22%20y%3D%225%22%20width%3D%222%22%20height%3D%226%22%20rx%3D%221%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A');
  }


  /*.owl-theme.owl-slider-2 .owl-nav [class*='owl-'] {
    width: 60px;
    height: 60px;
    border: 1px solid rgba(255,255,255,0.3);
  }
  .owl-theme.owl-slider-2 .owl-nav [class*='owl-']:not(.disabled):hover {
    background-color: rgba(255,255,255,0.3);
    border: 1px solid transparent;
  }


  .owl-theme.owl-slider-2 .owl-nav .owl-prev {
    left: -17px;
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2227%22%20height%3D%2216%22%20viewBox%3D%220%200%2027%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M.66%208c0%20.19.07.34.2.47l6.57%206.67a.65.65%200%200%200%20.93%200l.38-.39c.13-.13.2-.28.2-.47a.65.65%200%200%200-.2-.47L3.99%209h14.08c.17%200%20.32-.06.43-.2a.7.7%200%200%200%20.16-.46v-.66a.7.7%200%200%200-.16-.47.54.54%200%200%200-.43-.2H3.99l4.75-4.82c.13-.12.2-.28.2-.46a.62.62%200%200%200-.2-.47L8.36.86a.62.62%200%200%200-.46-.2.63.63%200%200%200-.47.2L.85%207.53A.62.62%200%200%200%20.66%208z%22%20fill%3D%22%23FFF%22%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%235CA3D9%22%20transform%3D%22matrix%280%201%201%200%2016%20-16%29%22%20x%3D%2223%22%20y%3D%225%22%20width%3D%222%22%20height%3D%226%22%20rx%3D%221%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A');
  }
  .owl-theme.owl-slider-2 .owl-nav .owl-next {
    right: -17px;
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2227%22%20height%3D%2216%22%20viewBox%3D%220%200%2027%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M26.34%208c0%20.19-.07.34-.2.47l-6.57%206.67a.65.65%200%200%201-.93%200l-.38-.39a.65.65%200%200%201-.2-.47c0-.18.07-.34.2-.47L23.01%209H8.93a.54.54%200%200%201-.43-.2.7.7%200%200%201-.16-.46v-.66a.7.7%200%200%201%20.16-.47c.11-.13.26-.2.43-.2h14.08l-4.75-4.82a.62.62%200%200%201-.2-.46c0-.19.07-.34.2-.47l.38-.39c.13-.13.29-.2.46-.2.18%200%20.34.07.47.2l6.58%206.67c.12.13.19.28.19.47z%22%20fill%3D%22%23FFF%22%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%235CA3D9%22%20transform%3D%22rotate%2890%203%208%29%22%20x%3D%222%22%20y%3D%225%22%20width%3D%222%22%20height%3D%226%22%20rx%3D%221%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A');
  }
*/
  .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; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 17px;
      height: 2px;
      margin: 10px 5px;
      background: white;
      opacity: 0.3;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      opacity: 1; }


@media (min-width: 1025px) {
  .owl-theme .owl-dots {
    text-align: right; }
  .owl-theme .owl-dots .owl-dot span {
    width: 22px;
    margin: 10px 0 10px 20px; }
}
