/**
 * 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 {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #C00;
    font-size: 34px;
    margin: 5px;
    padding: 4px 7px;
    background: #f2f2f2;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #f2f2f2;
      color: #4c76be;
      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 {
  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: 10px;
      height: 10px;
      margin: 5px 7px;
      background: transparent;
      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 {
      background: #869791; }


.prop-owl .owl-controls{
    position: absolute;

    margin-top: -350px;
    z-index: 999;
}


 

.prop-owl .owl-controls.my-controls{
  position: relative;
    min-height: 350px;
  }

/*  .owl-controls.my-controls{
  position: relative;
    min-height: 50px;

  }*/



/*  .owl-controls.my-controls .owl-theme .owl-nav .owl-prev{
position: absolute;
    left: 0;
}*/
.owl-theme .owl-controls.my-controls .owl-nav .owl-prev{
position: absolute;
    left: 0;
}

/*.owl-controls.my-controls .owl-theme .owl-nav .owl-next{
position: absolute;
    right: 0;
}
*/

.owl-theme .owl-controls.my-controls .owl-nav .owl-next{
position: absolute;
    right: 0;
}

.owl-theme .owl-controls.sellControls .owl-nav{
  margin-top: 130px;
}


/*
.owl-nav .owl-next
{
  margin-left: 866px;}

.owl-nav .owl-prev{
  margin-left:0px;}*/