/**
 * 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-inc .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme.owl-inc .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-theme.owl-inc .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme.owl-inc .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme.owl-inc .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme.owl-inc .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme.owl-inc .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme.owl-inc .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme.owl-inc .owl-dots .owl-dot.active span, .owl-theme.owl-inc .owl-dots .owl-dot:hover span {
      background: #869791; }

    .owl-obl-corp .owl-stage-outer{
      overflow: visible !important;
    }

    .owl-stage{
      display: flex;
    }

    .owl-carousel.owl-inc{
      overflow: visible;
      /* padding: 30px 15% 30px 30px; */
      box-sizing: border-box;
      width: 70%;
    }

    .owl-theme.owl-inc .owl-nav [class*='owl-']:hover {
      background: none;
      color: rgba(0,0,0,0);
      text-decoration: none;
    }

    .owl-prev span{
      display: inline-block;
      background-image: url("/local/templates/bravoff/img/corp.svg");
      height: 64px;
      width: 64px;
      background-size: 64px;
      color: #f0f8ff00;
    }

    .owl-prev span:hover{
      background-image: url("/local/templates/bravoff/img/corp_active.svg");
      transform: rotate(180deg);
    }

    .owl-next span{
      display: inline-block;
      background-image: url("/local/templates/bravoff/img/corp.svg");
      transform: rotate(180deg);
      height: 64px;
      width: 64px;
      color: #f0f8ff00;
      background-size: 64px;
    }

    .owl-next span:hover{
      background-image: url("/local/templates/bravoff/img/corp_active.svg");
      transform: rotate(0deg);
    }

.owl-theme.owl-inc .owl-nav {
  margin-top: 20px;
  text-align: start;
}


.row_show2{
  display: none;
}

@media (min-width: 1024px) and (max-width: 1199px) {

}

@media (max-width: 400px) {

}

@media (min-width: 401px) and (max-width: 1024px) {

}

@media (max-width: 1024px) {
  .owl-carousel.owl-inc{
    width: 100%;
  }

}