.owl-theme .owl-nav {
    margin-top: 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
    color: #333;
    width: 140px;
    font-family: "EuropeExt", sans-serif;
    font-size: 16px;
    padding: 15px;
    margin: 0;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    border: 1px solid #FFF;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: #004aad;
    color: #FFF;
    text-decoration: none;
}
@media (max-width: 576px) {
.owl-theme .owl-nav [class*='owl-'] {
    width: 120px;
    font-size: 12px;
}
}
@media (max-width: 768px) {
.owl-theme .owl-nav [class*='owl-'] {
    width: 120px;
    font-size: 12px;
}
}
@media (max-width: 992px) {
.owl-theme .owl-nav [class*='owl-'] {
    width: 120px;
    font-size: 14px;
}
}
.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}
.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: 20px;
	height: 7px;
	margin: 0 5px;
	background: #CCC;
	display: block;
	-webkit-backface-visibility: visible;
	transition: 0.5 ease;
	border: 1px solid #999;
	border-radius: 0;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #004aad;
}
