/* 
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] .owl-next .owl-prev {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span .owl-next .owl-prev {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

.owl-nav {
  padding: 0 0 0 0;
  /*color: #530101;*/
  z-index: 1;
  position: absolute;
  top: 33%;
  width: 100%; }

.owl-stage-outer {
  z-index: 2; }

.owl-next {
  font-family: 'arial';
  width: auto;
  height: auto;
  z-index: 0;
  float: right;
  line-height: 1;
  padding: 10px;
  margin: auto -40px auto auto;
  /* background-color: #ffffff;
	  	border: solid 1px #000000; */
  border-radius: 33px;
  background-image: url(next.png);
  background-size: 32px;
  background-position: center center;
  background-repeat: no-repeat;
  color: rgba(255, 255, 255, 0); }

.owl-prev {
  font-family: 'arial';
  width: auto;
  height: auto;
  z-index: 0;
  float: left;
  line-height: 1;
  padding: 10px;
  margin: auto auto auto -40px;
  /* background-color: #ffffff;
	  	border: solid 1px #000000; */
  border-radius: 33px;
  background-image: url(prev.png);
  background-size: 32px;
  background-position: center center;
  background-repeat: no-repeat;
  color: rgba(255, 255, 255, 0); }

.owl-next:hover {
  /*background-color: #999999;
		border: solid 1px #999999;*/
  color: rgba(255, 255, 255, 0);
  background-image: url(next-hover.png); }

.owl-prev:hover {
  /*background-color: #999999;
  		border: solid 1px #999999;*/
  color: rgba(255, 255, 255, 0);
  background-image: url(prev-hover.png); }
