/**
 * 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: 50px;
    margin: 0px;
    padding: 0px 0px;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
    /*    border: 3px solid #ed1c24;*/
    /*    box-shadow: 0px 1px 4px grey;*/
  }
  .owl-theme .owl-nav [class*='owl-']:hover {
    color: #bc1414;
    /*    border: 3px solid #2e2e9b;*/
    /*    text-decoration: none; */
  }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; 
  }
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: -20px;
    position: relative;
    z-index: 5; 
  }
 .owl-theme .owl-dots {
    text-align: right;
    -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: #000;
    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: #fff;    border: 2px solid #FCCA03;
  }


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

    .owl-next {
      right: 2%;
    }

  }

  @media(max-width:768px){

  }

  @media(max-width:480px){
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
    position: relative;
    z-index: 5;
}
  }


  @media(max-width:414px){

  }