.owl-runimg-style .owl-theme .owl-controls, .owl-runimg-style2 .owl-theme .owl-controls{
	-webkit-tap-highlight-color: transparent;
}
.owl-runimg-style .owl-theme .owl-controls .owl-nav [class*=owl-]{
    position: absolute;
	top:45%;
    display: -webkit-flex; display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
    width: 35px;
    height: 35px;
	margin: 5px auto;
	display: inline-block;
	cursor: pointer;
    transition: 0.25s ease-in-out;
	/* border-radius: 50%; */
	z-index: 10;
	/* background-color: rgba(255, 255, 255, 1); */
    opacity: .4;
	font-size: 2em;
	color: rgba(255, 255, 255, 1);
}
.owl-runimg-style2 .owl-theme .owl-controls .owl-nav [class*=owl-]{
    position: absolute;
	top:-18%;
    display: -webkit-flex; display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
    width: 35px;
    height: 35px;
	margin: 5px auto;
	padding: 8px;
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
    transition: 0.25s ease-in-out;
	border-radius: 50%;
	z-index: 10;
    opacity: .4;
	font-size: 1.25em;
	color: rgba(255, 255, 255, 1);
	background-color: #000;
}
.owl-runimg-style .owl-theme .owl-controls .owl-nav [class*=owl-]:hover, .owl-runimg-style2 .owl-theme .owl-controls .owl-nav [class*=owl-]:hover{
    opacity: 1;
	text-decoration: none;
}
.owl-runimg-style .owl-theme .owl-controls .owl-nav .owl-prev{ left: 5px;}
.owl-runimg-style .owl-theme .owl-controls .owl-nav .owl-next{ right: 5px;}
.owl-runimg-style2 .owl-theme .owl-controls .owl-nav .owl-prev{ right: 45px;}
.owl-runimg-style2 .owl-theme .owl-controls .owl-nav .owl-next{ right: 5px;}
/* .owl-runimg-style .owl-theme .owl-controls .owl-nav i{ margin-top:12px; font-size: 2em;}
.owl-runimg-style .owl-theme .owl-controls .owl-nav .owl-prev i{ margin-left: 14px;}
.owl-runimg-style .owl-theme .owl-controls .owl-nav .owl-next i{ margin-left: 18px;} */
.owl-runimg-style2 .owl-theme .owl-controls .owl-nav .owl-prev svg{ margin-left: 2px;}
.owl-runimg-style2 .owl-theme .owl-controls .owl-nav .owl-next svg{ margin-left: 5px;}
.owl-runimg-style .owl-theme .owl-controls .owl-nav .disabled, .owl-runimg-style2 .owl-theme .owl-controls .owl-nav .disabled{
	opacity: .5;
	cursor: default;
}
.owl-runimg-style .owl-theme .owl-dots{    
    display: -webkit-flex; display: flex; flex-wrap: wrap; justify-content: center;
    width: 100%;
    position: absolute;
    bottom: 30px;
	z-index: 10; 
}

.owl-runimg-style .owl-theme .owl-dots .owl-dot{
	display: inline-block;
	zoom: 1;
}
.owl-runimg-style .owl-theme .owl-dots .owl-dot span{
	width: 50px;
	height: 5px;
	margin: 0 5px;
	background: rgba(90, 90, 90, .4);
	display: block;
	/* border-radius: 50%; */
	-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;
}
.owl-runimg-style .owl-theme .owl-dots .owl-dot.active span, .owl-runimg-style .owl-theme .owl-dots .owl-dot:hover span{
	background: #FFF;
}

@media only screen and (max-width: 768px) {
    .owl-runimg-style .owl-theme .owl-controls .owl-nav [class*=owl-]{
        /* top:36%; */
        width: 45px;
        height: 45px;	
    }	
	.owl-runimg-style .owl-theme .owl-dots{ bottom: 25px;}
	.owl-runimg-style .owl-theme .owl-dots .owl-dot span{
		width: 40px;
		height: 5px;
	}
	.owl-runimg-style2 .owl-theme .owl-controls .owl-nav [class*=owl-]{ top: -20%;}
}
@media only screen and (max-width: 480px) {
	.owl-runimg-style .owl-theme .owl-controls .owl-nav i{ margin-top:5px;}
	.owl-runimg-style .owl-theme .owl-theme .owl-controls .owl-nav .owl-prev i{ margin-left: 6px;}
	.owl-runimg-style .owl-theme .owl-controls .owl-nav .owl-next i{ margin-left: 10px;}
	.owl-runimg-style .owl-theme .owl-dots{ bottom: 20px;}
	.owl-runimg-style .owl-theme .owl-dots .owl-dot span{
		width: 35px;
		height: 4px;
		margin: 0 5px;
	}
}
@media only screen and (max-width: 395px) {
	.owl-runimg-style2 .owl-theme .owl-controls .owl-nav [class*=owl-]{ top: -26.5%;}
}
@media only screen and (max-width: 360px) {
	.owl-runimg-style2 .owl-theme .owl-controls .owl-nav [class*=owl-]{ top: -28%; width: 32px; height: 32px; padding: 6px;}
	.owl-runimg-style2 .owl-theme .owl-controls .owl-nav .owl-prev{ right: 42px;}
}
@media only screen and (max-width: 300px) {
	.owl-runimg-style2 .owl-theme .owl-controls .owl-nav [class*=owl-]{ top: -12.5%;}
}