.owl-dots {
	position: absolute;
	right: 30%;
	bottom:5%;
	text-align: center;
	width: 40%;
	left: 30%;
}
.owl-next {
	position: absolute;
	right: 2%;
	top: 45%;
	opacity: 0;
	width: 5%;
	height: 20px;
	bottom: 47.5%;
}
.owl-prev {
	position: absolute;
	left: 2%;
	top: 45%;
	opacity: 0;
	width: 5%;
	height: 20px;
	bottom: 47.5%;
}
.owl-carousel:hover .owl-prev {
	opacity: 1;
}
.owl-carousel:hover .owl-next {
	opacity: 1;
}
	.owl-next img{
	width: 100%;
}
		.owl-prev img{
	width: 100%;
}
/* Tablet Layout: 480px to 767px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 480px) {

}

/* Tablet Layout: 768px to 999px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 768px) {

}

/* Tablet Layout: 1000px to 1159px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 1000px) {

}

/* Tablet Layout: 1160px to 1920px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 1160px) {
.owl-next {
	position: absolute;
	right: 2%;
	top: 45%;
	opacity: 0;
	width: 2%;
	height: 20px;
	bottom: 47.5%;
}
.owl-prev {
	position: absolute;
	left: 2%;
	top: 45%;
	opacity: 0;
	width: 2%;
	height: 20px;
	bottom: 47.5%;
}
}
