.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
	width: 45px;
	height: 45px;
	line-height: 50px;
	background:#dedede;
    color: #333;
    font-size: 17px;
    margin: 0 10px;
    padding: 0;
	text-align:center;
    display: inline-block;
    cursor: pointer;
	text-transform:uppercase;
	letter-spacing:1px;
    filter: Alpha(Opacity=100);
	opacity: 1;
	border-radius: 0;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background:#ee1d28;
    color: #fff;
    text-decoration: none
	filter: Alpha(Opacity=100);
	opacity: 1;
}
.owl-theme .owl-controls .fa-angle-left::before {
    content: "\f177";
}
.owl-theme .owl-controls .fa-angle-right::before {
    content: "\f178";
}
.owl-theme .owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default
}
.owl-theme .owl-dots .owl-dot {
	/*display:none;*/
    display: inline-block;
    zoom: 1;
    *display: inline
}
.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 10px 5px;
    background: #d9d9d9;
    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: 30px
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #000000
}

/*-- Responsive ------*/
@media (max-width: 767px) {
	.owl-theme .owl-controls .owl-nav [class*=owl-] {
		width: 35px;		height: 35px;		line-height: 38px;		font-size: 15px;		margin: 0 10px;		position: absolute;		top: 20%;		z-index: 9;
	}		.owl-prev {		left: 0;	}	.owl-next {		right: 0;	}
}