/* 
 * 	Default theme - Owl Carousel CSS File
 *	v2.0.0
 */

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-nav div{
	color: #FFF;
	display: inline-block;
	margin: 5px;
	padding: 4px 7px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	cursor: pointer
}
.owl-theme .owl-controls .owl-nav .disabled{
	opacity: 0.5;
	cursor: default;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls .owl-nav div:hover{
	text-decoration: none;
}

/* Styling dots*/
.owl-theme .owl-dots .owl-dot{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}

.owl-theme .owl-dots .owl-dot span{
	-webkit-backface-visibility: visible;
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
	transition-property: opacity;
  	transition-duration: 200ms;
  	transition-timing-function: ease;
}

.owl-theme .owl-dots .owl-dot.active span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

.owl-theme .owl-nav .owl-prev:before {
    content: "\f053";
}

.owl-theme .owl-nav .owl-next:before {
    content: "\f054";
    right: 0;
    left: auto;
}

.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
    position: absolute;
    z-index: 999;
    top: 50%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    height: 20px;
    margin-top: -10px;
    border: 0;
    background: none;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    color: #999999;
    cursor: pointer;
    padding-left: 20px;
}

.owl-theme .owl-nav .owl-prev:before,
.owl-theme .owl-nav .owl-next:before {
    font-size: 18px;
    position: absolute;
    width: 20px;
    text-align: center;
    top: 0;
    vertical-align: top;
}
.owl-theme .owl-nav .owl-prev:before {
    left: 0;
}
.owl-theme .owl-nav .owl-next:before {
    right: 0;
}

.owl-theme .owl-dots button {
    background: none;
    border: none;
    padding: 0;
}

.owl-nav .banner.homepage_banner .owl-next {
    right: 30px;
}


.amway-theme .banner.homepage_banner .owl-dots {
    position: static!important;
}

.owl-carousel .owl-prev {
    left: 0;
}
.owl-carousel .owl-next {
    right: 0;
}

