.owl-theme .owl-nav {
	position: relative;
	width: 100%;
	display: block!important;
	text-align: center
}
.owl-theme .owl-dots {
	display: block!important;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	color: #cc1d1d;
	padding: 5px 10px!important;
	line-height: 1;
	font-size: 22px;
	float: right;
}
.owl-carousel .owl-nav button.owl-next {
	float: left;
}
.have-slider .owl-nav {
	text-align: center;
	position: absolute;
	width: 100%;
	opacity: 0;
	display: block!important;
	transition: all 0.3s ease-in-out;
	visibility: hidden;
}

.have-slider:hover .owl-nav {
	opacity: 1;
	visibility: visible;
}
.have-slider .owl-nav button.owl-prev,
.have-slider .owl-nav button.owl-next {
	position: absolute;
	left: -30px;
	bottom: 100px;
	z-index: 999;
	background: #fff;
	border: 1px solid #ddd;
	border-right: none;
	color: #cc1d1d;
	padding: 5px!important;
	line-height: 1;
	font-size: 24px;
  border-radius: 0
}

.have-slider .owl-nav button.owl-prev {
	left: auto;
	right: -30px;
	border-right: 1px solid #ddd;
	border-left: none;
}

.owl-theme .owl-nav [class*='owl-'] {
	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: #cc1d1d;
	color: #FFF;
	text-decoration: none;
}
.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 {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #cc1d1d; }