.box-img-dots .owl-theme .owl-controls {
	-webkit-tap-highlight-color: transparent;
}
.box-img-dots .owl-theme .owl-controls .owl-nav [class*=owl-] { display: none !important;}
/*.box-img-dots .owl-theme .owl-controls .owl-nav [class*=owl-] {
    position: absolute; top:40%;
    display: -webkit-flex; display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
    width: 35px;
    height: 75px;
	color: #000;
	margin: 5px auto;
	padding: 4px;
	background: #F0F0F0;
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    opacity: 0.3;
    transition: 0.25s ease-in-out;
}
.box-img-dots .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    opacity: 0.8;
	text-decoration: none;
	color: #86040e;
}
.box-img-dots .owl-theme .owl-controls .owl-nav .owl-prev{ left: 10px;}
.box-img-dots .owl-theme .owl-controls .owl-nav .owl-next{ right: 10px;}
.box-img-dots .owl-theme .owl-controls .owl-nav i{ margin-top:20px; font-size: 2em;}
.box-img-dots .owl-theme .owl-controls .owl-nav .owl-prev i{ margin-left: 5px;}
.box-img-dots .owl-theme .owl-controls .owl-nav .owl-next i{ margin-left: 8px;}
.box-img-dots .owl-theme .owl-controls .owl-nav .disabled {
	opacity: .5;
	cursor: default;
} */
.box-img-dots .owl-theme .owl-dots{    
    display: -webkit-flex; display: flex; flex-wrap: wrap; justify-content: center;
    width: 100%;
    position: absolute;
    bottom: 6%; 
}
.box-img-dots .owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
.box-img-dots .owl-theme .owl-dots .owl-dot span {
	width: 25px;
	height: 25px;
	margin: 0 12px;
	background: #87a384;
	/* border: 2px #FFF solid; */
	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;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.box-img-dots .owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
	background: #1b8385
}
.box-img-dots .owl-theme .owl-dots .owl-dot span:hover{ cursor: pointer;}

/* @media only screen and (max-width: 768px) {
    .box-img-dots .owl-theme .owl-controls .owl-nav [class*=owl-] {
        top:36%;
        width: 35px;
        height: 35px;
        opacity: 0.4;	
    }
    .box-img-dots .owl-theme .owl-controls .owl-nav i{ margin-top:4px; font-size: 1.25em;}
    .box-img-dots .owl-theme .owl-controls .owl-nav .owl-prev i{ margin-left: 5px;}
    .box-img-dots .owl-theme .owl-controls .owl-nav .owl-next i{ margin-left: 8px;}
}
@media only screen and (max-width: 480px) {
    .box-img-dots .owl-theme .owl-dots .owl-dot span {
        width: 13px;
        height: 13px;
    }

} */

@media only screen and (max-width: 580px) {
	.box-img-dots .owl-theme .owl-dots .owl-dot span {
		width: 16px;
		height: 16px;
		margin: 0 6px;
	}
}