
.owl-theme .owl-controls {
	margin: 10px auto 0px auto; /* -339 */
  text-align: center;
  position: relative;
  /*top: 0px;*/
  /*left:  0px;*/
  width: 100%;
  z-index: 1000;
}
.owl-theme .owl-controls .owl-dots {
    /*position: absolute;*/
    /*top: -57px;*/
    /*left:  300px;*/
    width: 100%;
    /*text-align: left;*/
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    /*background: none repeat scroll 0 0 #d6d6d6;*/
    /*border-radius: 3px;*/
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 5px 0px;
    padding: 0px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
    background: none repeat scroll 0 0 #869791;
    color: #fff;
    text-decoration: none;
}
.owl-theme .owl-controls .owl-nav .disabled {
    cursor: default;
    opacity: 0.5;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
    background: none repeat scroll 0 0 #d6d6d6;
    border-radius: 30px;
    display: block;
    height: 10px;
    margin: 5px 7px;
    transition: opacity 200ms ease 0s;
    width: 10px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: none repeat scroll 0 0 #869791;
}
.owl-theme .owl-controls .owl-nav {
  width: 100%;
  text-align: right;
}
.owl-theme .owl-controls .owl-prev {
  float: left;
  width: 70px;
}
.owl-theme .owl-controls .owl-right {
  float: right;
  width: 70px;
}


