.owl-carousel {

	width:100%;
	height:650px;
	position:relative;

}

.item {

	width:100%;
	height:650px;
	position:relative;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;

}

.owl-prev {

	width:24px;
	height:40px;
	position:absolute;
	top:305px;
	left:59px;
	background-image:url('../../files/icons/arrowLeft.svg');
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;

}

.owl-next {

	width:24px;
	height:40px;
	position:absolute;
	top:305px;
	right:59px;
	background-image:url('../../files/icons/arrowRight.svg');
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;

}

.owl-dots {

	position:absolute;
	bottom:50px;
	margin-left:auto;
	margin-right:auto;
	left:0;
	right:0;

}

/*@media screen and (max-width: 1200px) {

	.owl-carousel {

		width:100%;
		height:400px;
		position:relative;

	}

	.item {

		width:100%;
		height:400px;
		position:relative;
		background-position:center center;
		background-size:cover;
		background-repeat:no-repeat;

	}

	.owl-prev {

		width:30px;
		height:70px;
		position:absolute;
		top:165px;
		left:10px;
		background-image:url('../files/icons/arrow_left.svg');
		background-size:contain;
		background-position:center center;
		background-repeat:no-repeat;

	}

	.owl-next {

		width:30px;
		height:70px;
		position:absolute;
		top:165px;
		right:10px;
		background-image:url('../files/icons/arrow_right.svg');
		background-size:contain;
		background-position:center center;
		background-repeat:no-repeat;

	}

}*/