/**
 * 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 {
  position: absolute;
  top:-53px;
  left: -3px;
  width: 100%;
  margin-top: 35px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  }
  
  .owl-theme .owl-nav [class*='owl-'] {
    color: #000;
    font-size: 14px;
    margin: 8px 137px 0;
    background: #D6D6D6;
    padding: 10px !important;
    display: inline-block;
    border-radius:50% !important;
    /*width: 30px;*/
    width:10%;
    height: 130px;
    cursor: pointer;
    border-radius: 3px;
  }

  @media (max-width:1650px){
    .owl-theme .owl-nav [class*='owl-'] {
      width:5%;
      height: 100px;
    }
  }

  @media (max-width:980px){
    .owl-theme .owl-nav [class*='owl-'] {
      width:10%;
      height:30px;
    }

    .owl-next{height:20px;}
  }


    .owl-prev img{left:-2px;}
    .owl-next img{right:-2px;}
    .owl-prev img,.owl-next img{position: relative; top: -2px;}

    .owl-theme .owl-nav [class*='owl-']:hover {
      color: #000;
      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 {
  position: absolute;
  bottom: 0;
  right: 80px;
  margin: 0 0 80px 0;
  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{transform: rotate(90deg)}
    .owl-theme .owl-dots .owl-dot span {
      
      margin: 5px 7px;
      background: #000;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }

    .owl-theme .owl-dots .owl-dot span, .owl-theme .owl-dots .owl-dot span {
      background: #000; 
      width: 5px; 
      height: 40px; 
      position: relative;
    }

    .owl-theme .owl-dots .owl-dot span::after, .owl-theme .owl-dots .owl-dot span::after {
      background: #000; width: 5px; height: 40px; transition: all 0.2s; content: ''; display: inline-block; position: absolute; border-radius:5px; right: 0; top: 0;}

    .owl-theme .owl-dots .owl-dot.active span::after, .owl-theme .owl-dots .owl-dot:hover span::after {
      background: #000; width: 5px; height: 150px;}

      @media (max-width:780px){
        .owl-theme .owl-dots {
          position: absolute;
          width: 100%;
          bottom: 0;
          right: 0;
          margin: 0 0 0 0;
          transform: rotate(0);
        }

        .owl-theme .owl-nav [class*='owl-'] {
            /*margin:12px 55px 0;*/
            margin:12px 0px 0;
        }

        .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot.active span {
          background: #000 !important; width: 10px; height: 10px; position: relative;}

          .owl-theme .owl-dots .owl-dot span, .owl-theme .owl-dots .owl-dot span {
            background: #000; width: 10px; height: 10px; position: relative;}
    
        .owl-theme .owl-dots .owl-dot span::after, .owl-theme .owl-dots .owl-dot span::after {
          background: #000; width: 0; height: 0; transition: all 0.2s; content: ''; display: inline-block; position: absolute; border-radius:5px; right: 0; top: 0;}
    
        .owl-theme .owl-dots .owl-dot.active span::after, .owl-theme .owl-dots .owl-dot:hover span::after {
          background: #000; width: 0; height: 0;}

        }
        
        

        @media (min-width:1250px){
          .owl-next{
            position:absolute;
            top:130px;
            left:87.5%;
          }
  
          .owl-prev{
            position:absolute;
            top:130px;
            left:-15%;
          }
        }

        @media (max-width:480px){
          .owl-next{
            position:absolute;
            top:150px;
            left:94%;
          }
  
          .owl-prev{
            position:absolute;
            top:145px;
            left:-2%;
          }
        }


       @media (max-width:390px){
         
          .owl-prev{
            top:135px;
          }

           .owl-next{
              top: 136px;
            }
        }