@charset "utf-8";

.owl-controls {
  text-align: center;
  padding-bottom:3%;
  margin-top:-2%;
}

@media (max-width:320px){
	.owl-controls {
	  text-align: center;
	  padding-bottom:8%;
	  margin-top:-2%;
	}
}

.owl-controls .owl-next,
.owl-controls .owl-prev {
  position: absolute;
  color: #684f40;
  font-size: 20px;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  line-height: 46px;
  border: 2px #684f40 solid;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.owl-controls .owl-next:after,
.owl-controls .owl-prev:after {
  font-family: 'FontAwesome';
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.owl-controls .owl-next:hover,
.owl-controls .owl-prev:hover {
  color: #fdb822;
  border-color: #fdb822;
  background-color: #FFF;
}
.owl-controls .owl-next {
  right: 30px;
}
.owl-controls .owl-next:after {
  content: '\f061';
}
.owl-controls .owl-page {
  position: relative;
  width: 15px;
  height: 15px;
  border: 2px #FDB822 solid;
  display: inline-block;
  z-index: 300;
  margin: 0 2px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.owl-controls .owl-page:after {
  position: absolute;
  width: 7px;
  height: 7px;
  left: 2px;
  top: 2px;
  background-color: #fdb822;
  opacity: 0;
  content: '';
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.owl-controls .owl-page.active {
  border-color: #fdb822;
}
.owl-controls .owl-page.active:after {
  opacity: 1;
}
.owl-controls .owl-prev {
  left: 30px;
}
.owl-controls .owl-prev:after {
  content: '\f060';
}

.divider-image img{
    display:block;
    margin:auto;
}