/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,.owl-theme .owl-nav {
	text-align:center;
	-webkit-tap-highlight-color:transparent;
        margin-top: 50px;
}
.owl-theme .owl-nav {
	margin-top:10px
}
.owl-theme .owl-nav [class*=owl-] {
	color:#FFF;
	font-size:0px;
	margin:5px;
	padding:22px 27px;
	background: #83232b;
	display:inline-block;
	cursor:pointer;
	border-radius:3px
}
.owl-theme .owl-nav .owl-prev
{
    background: #d59d38 url("../images/icons/left-arrow.svg") no-repeat scroll center 0;
}
.owl-theme .owl-nav .owl-next
{
    background: #d59d38 url("../images/icons/right-arrow.svg") no-repeat scroll center 0;
}

.owl-theme .owl-nav .disabled {
	opacity:.5;
	cursor:default
}
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top:10px
}
.owl-theme .owl-dots .owl-dot {
	display:inline-block;
	zoom:1
}
.owl-theme .owl-dots .owl-dot span {
     width: 18px;
    height: 6px;
    background-color: #d59d38;
    border: 0px solid #fff;
    border-radius: 4px;
	margin: 0 3px;
	
	
	display:block;
	
	-webkit-backface-visibility:visible;
	transition:opacity .2s ease;
	
}
.owl-theme .owl-dots .owl-dot.active span {
  background-color: #473616;
  height: 6px;
  
  width: 26px;
}
