/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
	text-align:center;
	-webkit-tap-highlight-color:transparent
}
.owl-theme .owl-nav {
	margin-top:10px
}


.owl-theme .owl-nav .disabled {
	opacity:.5;
	cursor: e-resize;
}
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top:50px
}
.owl-theme .owl-dots .owl-dot {
	display:inline-block;
	zoom:1
}
.owl-theme .owl-dots .owl-dot span {
	width:30px;
	height:10px;
	margin:45px 7px;
	background:#333;
	display:block;
	-webkit-backface-visibility:visible;
transition:opacity .2s ease;
	border-radius:30px
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background:#ffa211 
}

  .owl-prev {
     left: -30px;
    float: right;
    background-color: #d9d9d9;
    color: #0a0a0a;
    height: 40px;
    line-height: 30px;
    position: absolute;
    top: 45%;
    width: 40px;
    -webkit-box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 9%);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 9%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	cursor:pointer !important;
  }
  .owl-next {
     right: -30px;
    float: left;
    background-color: #d9d9d9;
    color: #0a0a0a;
    height: 40px;
    line-height: 29px;
    position: absolute;
    top: 40%;
    width: 40px;
    -webkit-box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 9%);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 9%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer !important;
  }
  

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #999;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
 
 .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background:#869791;
}
.owl-theme .owl-nav [class*=owl-]:hover {
background:#ff1717;
color:#FFF;
text-decoration:none
}


  .owl-dots{ display:none;}
  
