/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav{
    position:absolute;right:20px;bottom:20px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
  .owl-theme .owl-nav .owl-next {
      width:60px;height:50px;
        background-image:url('/Content/Images/slider-next.png');
        display: inline-block;
        cursor: pointer;
        margin-left:5px;
  }
  .owl-theme .owl-nav .owl-prev {
      margin-left:1px;
      width:60px;height:50px;
        background-image:url('/Content/Images/slider-prev.png');
        display: inline-block;
        cursor: pointer;
  }

  .owl-theme .owl-nav .disabled {
    opacity: 0.8;
    cursor: default; }

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

.owl-theme .owl-dots {
    position:absolute;bottom:0px;left:0;right:0;
  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: 13px;
      height: 13px;
      margin: 5px 3px;
      background: #fff;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px;border:1px #62bd4d solid; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #62bd4d; border:1px #62bd4d solid; }

@media screen and (max-width:980px) {
    .owl-theme .owl-nav{}
    .owl-theme .owl-nav .owl-next {
          width:40px;height:35px;
          background-size:cover;
      }
      .owl-theme .owl-nav .owl-prev {
          width:40px;height:35px;
          background-size:cover;
      }
    .owl-theme .owl-dots .owl-dot span {width: 10px;height: 10px;margin: 5px 3px;}
}