 .nsis-carousel {
	position: relative;
	min-height: 400px;
	/*display: none;*/
}

 .nsis-carousel.active {
	display: block;
}

 .nsis-carousel .right {
	cursor: pointer;
	position: absolute;
	right: -70px;
	top: 0;
	bottom: 0;
	width: 70px;
	background: url('../images/image-gallery-right-arrow.png') no-repeat center center;
}
 .nsis-carousel .left {
	cursor: pointer;
	position: absolute;
	left: -70px;
	top: 0;
	bottom: 0;
	width: 70px;
	background: url('../images/image-gallery-left-arrow.png') no-repeat center center;
}

 .nsis-carousel .carousel {
	float: right;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
}


@media (max-width: 1199px) {
	 .nsis-carousel .carousel {
		left: 0;
		padding-left: 40px;
		padding-right: 30px;
	}

	 .nsis-carousel .carousel {
		position: relative;
		float: left;
		width: 100%;
	}

	 .owl-carousel .owl-stage {
		padding-bottom: 8px;
	}

}

@media (max-width: 768px) {
	 .nsis-carousel .right {
		width: 25px;
		right: 0;
		z-index: 2;
		background-size: 100%;
	}

	 .nsis-carousel .left {
		width: 25px;
		left: 0;
		z-index: 2;
		background-size: 100%;
	}
}