.owl-theme {
	position: relative;
}

.owl-theme .owl-controls .owl-buttons div {
  background: #000 none repeat scroll 0 0;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 25px;
  height: 45px;
  margin: 5px;
  opacity: 1;
  padding: 3px 10px;
  position: absolute;
  vertical-align: middle;
  width: 45px;
  top: 45%;
}

.owl-theme .owl-controls .owl-buttons div:hover {
	background-color: rgb(253, 146, 0);
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
	left: 0;
	padding: 3px 10px 3px 8px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
	right: 0;
	padding: 3px 8px 3px 10px;
}

.owl-theme .owl-controls .owl-pagination {
	position: relative;
}