/* 
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
    position: relative;
    height: 5px;
}


/* Styling Next and Prev buttons */
.owl-next {
    display: block;
    width: 131px !important;
    height: 131px !important;
    top: -250px;
    left:18%;
    border: solid 1px red;
    position: relative;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "Unflipped";
}


.owl-prev {
    display: block;
    width: 131px !important;
    height: 131px !important;
    top: -250px;
    left:-18%;
    position: relative;
}




  .owl-theme .owl-nav [class*='owl-'] {
      display: inline-block;
      zoom: 1;
      *display: inline;/*IE7 life-saver */
       width: 30px;
      filter: Alpha(Opacity=50);/*IE7 fix*/
      opacity: 0.5;
      background-image: url(../../images/slider-arrow.png); }
    .owl-theme .owl-nav [class*='owl-']:hover {
        filter: Alpha(Opacity=100);/*IE7 fix*/
        opacity: 1; }



  .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: right;
  -webkit-tap-highlight-color: transparent;
    position: relative;
    top: -750px; margin-right: 50px;


}
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      display: block;
      -webkit-backface-visibility: visible;
      -webkit-transition: opacity 200ms ease;
      -moz-transition: opacity 200ms ease;
      -ms-transition: opacity 200ms ease;
      -o-transition: opacity 200ms ease;
      transition: opacity 200ms ease;
        width: 19px;
        height: 19px;
        margin: 5px 7px;
        filter: Alpha(Opacity=100);/*IE7 fix*/
        opacity: 1;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        background:#B2B2B2;
    }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {

        background: #F08100;

    }
