.articles--slider .slide img {
	max-width: 100%;
	width: 100%;
	border-radius: 3px;
}
.articles--slider .slide .slide-content b {
	font-size: 14px;
	display: block;
	margin: 10px 0;
}
.articles--slider .slide {

	display: block;
	color: #111;
}
.slider--title {
	text-align: center;
}
.articles--slider .owl-dots {
	bottom: -25px!important;
}
.articles--slider .owl-prev {
	left: -45px!important;
}
.articles--slider .owl-next {
	right: -45px!important;
}
.articles--slider .owl-nav [class*='owl-'] {
	width: 40px!important;
	height: 40px!important;
	border-radius: 50%!important;
	-webkit-border-radius: 50%!important;
	background-size: 83px auto!important;
	opacity: 1!important;
}
.articles--slider .owl-next {
	background-position: -124px 0!important;
}
.articles--slider .owl-next:after, .articles--slider  .owl-prev:before {
	display: none;
}
.articles--slider .owl-prev, .articles--slider .owl-next {
	background-color: #ed1c24!important;
}
.articles--slider .owl-dots .owl-dot.active span, .articles--slider .owl-dots .owl-dot:hover span {
	border: 2px solid #ed1c24!important;
}
@media (max-width: 1000px) {
	.articles--slider .owl-prev, .articles--slider .owl-next {
		display: none!important;
	}
	.slider--title {
		color: #000!important;
	}
}