/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}
.owl-theme .item {
	margin:25px;
	text-align:left;
}
.owl-theme .owl-nav {
  width: 100%;

}

.owl-theme .owl-nav [class*=owl-] {
    display: inline-block;
    cursor: pointer;
	  opacity:0.5;
}
.owl-carousel .owl-nav .owl-prev,.owl-carousel4 .owl-nav .owl-prev {
    position: absolute;
    top: 0;
		left: 0;
	  float:left;
	  margin-left: -5%;
    cursor: pointer;
   -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel .owl-nav .owl-next,.owl-carousel4 .owl-nav .owl-next {
    position: absolute;
    top: 0;	
		right: 0;
	  float:right;
    margin-right: -5%;	
    cursor: pointer;
   -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-theme .owl-nav [class*=owl-]:hover {
    text-decoration: none;
	  opacity:1;
}
.owl-theme .owl-nav .owl-next [class*=owl-] {
}
.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

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

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom:1}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    /*background: #D6D6D6;*/
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: #000000
}
@media screen and (min-width: 240px) and (max-width: 992px) {
.owl-theme .owl-nav {
}
.owl-carousel .owl-nav .owl-prev {
}
.owl-carousel .owl-nav .owl-next {
}
.owl-carousel .owl-nav .owl-prev,.owl-carousel4 .owl-nav .owl-prev {
	/*margin-left: -10%;*/
}
.owl-carousel .owl-nav .owl-next,.owl-carousel4 .owl-nav .owl-next {
 /*margin-right: -10%;*/
}

}