.news-carousel {
    margin-bottom: 50px;
}

.news-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.news-carousel .item {
    opacity: 0.3;
}

.news-carousel .item img {
    background-color: #b5b5b5;
}

.news-carousel .active .item {
    opacity: 1.0;
}

.owl-carousel .owl-item img {
    -webkit-backface-visibility: hidden;
}

.news-carousel .owl-nav > div {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 35px;
}

.news-carousel .owl-next {
	right: -45px;
}

.news-carousel .owl-prev {
	left: -45px;
}

.news-carousel:hover arrow {
	opacity: 1;
}

.news-carousel arrow {
	opacity: 0.5;
	left: 5px;
}

.rightways arrow {
	background-position: center right;
    left: auto;
     
    right: 5px;
}

.owl-arrow-holder {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		to right,
		rgba(255, 255, 255, 1.0),
		rgba(255, 255, 255, 0.0)
	);
}

.owl-arrow-holder.rightways {
	background: linear-gradient(
		to left,
		rgba(255, 255, 255, 1.0),
		rgba(255, 255, 255, 0.0)
	);	
}
