/**
 * 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-'] {
    color: #fff;
    font-size: 40px;
    margin: 0px;
    padding: 3px 10px;
    background: #0072b7;
    display: inline-block;
    cursor: pointer;
    border-radius: 50px;
    box-shadow: 0px 1px 4px grey;
  }
  .owl-theme .owl-nav [class*='owl-']:hover {
    background: #f88f37;
    color: #fff;
    /*    text-decoration: none; */
  }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; 
  }
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: -25px;
    position: relative;
    z-index: 5; 
  }
  .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: 12px;
    height: 12px;
    margin: 5px 5px;
    background: #959595;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px; 
  }
  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background: #e0b500;    border: 1px solid #e0b500;
  }


  /*02*/
  .owl-prev {
    position: absolute;
    z-index: 99;
    top: 45%;
    bottom: 0;
    right: auto;
    left: -5%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin: 5px;
    padding: 3px 5px;
    width: 45px;
    height: 45px;
    background: #0072b7;
    filter: alpha(opacity=50);
  }
  .owl-prev:hover {
    background: #f88f37;
    color: #d9b054;
  }
  .owl-next {
    position: absolute;
    z-index: 99;
    top: 45%;
    bottom: 0;
    right: -5%;
    left: auto;
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin: 5px;
    padding: 3px 5px;
    width: 45px;
    height: 45px;
    background: #0072b7;
    filter: alpha(opacity=50);
  }
  .owl-next:hover {
    background: #f88f37;
    color: #d9b054;
  }
  /*02*/



  @media(max-width:1440px){ 
    .owl-prev {left: -2%;}
    .owl-next {right: -2%;}
  }
  @media(max-width:1366px){
    .owl-prev {left: -1%;}
    .owl-next {right: -1%;} 
  }
  @media(max-width:768px){}

  @media(max-width:414px){}