.owl-theme .owl-controls {
	margin-top:0;
	text-align:center;
	-webkit-tap-highlight-color:transparent
}

.owl-carousel_nav .owl-controls {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: -205px;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    right: 0;
    left: 0;
}


.owl-theme .owl-controls .owl-nav [class*=owl-] {
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	text-decoration:none
}
.owl-theme .owl-controls .owl-nav .disabled {
	opacity:.5;
	cursor:default
}
.owl-theme .owl-dots .owl-dot {
	display:inline-block;
	zoom:1;
*display:inline
}
.owl-theme .owl-dots .owl-dot span {
    margin: 4px;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    border: 2px solid #d59633;
    background: #d59633;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #4b1509;
    border: 2px solid #4b1509;
}

.carousel_persons .owl-dots .owl-dot span {
    border: 2px solid #919191;
    background: #919191;
}


