@charset "utf-8";
/* CSS Document */

    .carousel-wrapper {  /* <-----<  */
     /* width: 1490px; */
	  width: 96%;	 /* container div */
      margin: auto 10px;;
	  position: relative;
      text-align: center;
      font-family: sans-serif;
    }
	.car_img{
		max-width:200px;
    max-height:200px;
    width: auto;
    height: auto;	
		border:none;
	text-decoration:none;
	 padding:0; margin:0;

		}
    .owl-carousel .owl-nav {
      overflow: hidden;
      height: 0px;
    }
	 .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots{
		 	display:none;
		 }
    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
		display:none;
     /* background: #5110e9;*/
	  background: #5110e9;
    }

    .owl-carousel .item {
      text-align: center;
	
    }
    .owl-carousel .nav-button {
      height: 50px;
      width: 25px;
      cursor: pointer;
      position: absolute;
      top: 110px !important;
	  
    }
    .owl-carousel .owl-prev.disabled,
    .owl-carousel .owl-next.disabled {
      pointer-events: none;
      opacity: 0.25;
    }
    .owl-carousel .owl-prev {
      left: -35px;
    }
    .owl-carousel .owl-next {
      right: -35px;
    }
    .owl-theme .owl-nav [class*=owl-] { /*<<--<<<<<  BUTTONS & BACKGROUND*/
    /* display:none;*/
	  color: #ffffff;
	  opacity:80%;
      font-size: 39px;
      background: none; /* #000;*/
      border-radius: 3px;
	     }
    .owl-carousel .prev-carousel:hover {
      background-position: 0px -53px;
    }
    .owl-carousel .next-carousel:hover {
      background-position: -24px -53px;
    }
	
@media only  screen and (max-width: 1015px)  { 
  .carousel-wrapper {  width: 90%;  }
}


/*
@media only  screen and (min-width: 320px)  { 
  .carousel-wrapper {  width: 250px;  }
}

@media only  screen and (min-width: 360px)  { 
	.carousel-wrapper {  width: 90%;  }
}

@media only  screen and (min-width: 414px)  { 
  .carousel-wrapper {  width: 320px;  }
}

@media only  screen and (min-width: 480px)  { 
  .carousel-wrapper {  width: 380px;  }
}

@media only  screen and (min-width: 600px)  { 
  .carousel-wrapper {  width: 510px;  }
}

@media only  screen and (min-width: 768px)  { 
  .carousel-wrapper {  width: 640px;  }
}

@media only  screen and (min-width: 810px)  {
  .carousel-wrapper {  width: 700px;  }
}

@media only  screen and (min-width: 915px)  { 
  .carousel-wrapper {  width: 805px;  }
}
@media only  screen and (min-width: 1024px)  { 
  .carousel-wrapper {  width: 905px;  }
}
@media only  screen and (min-width: 1200px)  { 
  .carousel-wrapper {  width: 985px;  }
}
@media only  screen and (min-width: 1280px)  { 
  .carousel-wrapper {  width: 1100px;  }
}
@media only  screen and (min-width: 1336px)  { 
  .carousel-wrapper {  width: 1200px;  }
}
@media only  screen and (min-width: 1536px)  { 
  .carousel-wrapper {  width: 1400px;  }
}
@media only  screen and (min-width: 1600px)  { 
  .carousel-wrapper {  width: 1490px;  }
}
*/