.dp-wrap {
	margin: 0 auto;
	position: relative;
	perspective: 1000px;
	height: 100%;
	width: calc(100% - 40px);
	max-width: 1000px;
}

#dp-slider {
	height: 100%;
	width: 100%;
	position: relative;
	transform-style: preserve-3d;
	padding-top: 60px;
}
	/*#dp-slider div{transform-style:preserve-3d;}*/
	#dp-slider .dp_item {
		transform-style: preserve-3d;
	}

.dp_item { /*display:block;*/
	position: absolute;
	border-radius: 20px;
	transition: transform 1.2s;
	overflow: hidden;
	width: 100%;
	min-height: 300px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-left: -2.5%;
}

	.dp_item:first-child {
		z-index: 10 !important;
		transform: rotateY(0deg) translate(0%,0%) scale(1) !important;
	}

	.dp_item[data-position="1"] {
		z-index: 10;
		transform: rotateY(0deg) translate(0%,0%) scale(1);
	}

	.dp_item[data-position="2"] {
		z-index: 9;
		transform: rotateY(0deg) translate(2.5%,7.5%) scale(1);
	}

	.dp_item[data-position="3"] {
		z-index: 8;
		transform: rotateY(0deg) translate(5%,15%) scale(1);
	}

	.dp_item.ITEM_1 {
		background: #1c3e71;
	}

	.dp_item.ITEM_2 {
		background: #2bace2;
	}

	.dp_item.ITEM_3 {
		background: #53b94d;
	}

.dp-content,
.dp-img {
	display: inline-block;
	vertical-align: middle;
}

.dp-img {
	width: 330px;
	min-height: 300px;
	position: relative;
}

	.dp-img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}

	#dp-slider,
	.dp-img img {
		height: 300px;
	}

.dp-content {
	width: calc(100% - 390px);
	padding: 0 30px;
}

	.dp-content h3 {
		color: #fff !important;
		margin-bottom: 0;
		width: 100%;
		max-width: 550px;
		margin: 0 0 10px 0 !important;
		font-weight: 300 !important;
		text-align: left !important;
	}

	.dp-content p {
		color: #fff !important;
		width: 100%;
		max-width: 550px;
		margin-bottom: 10px !important;
		font-weight: 300 !important;
	}

#dp-slider .dp_item:hover:not(:first-child) {
	cursor: pointer;
}

#dp-next,
#dp-prev {
	position: absolute;
	top: 55%;
	transform: translateY(-55%);
	height: 25px;
	width: 25px;
	z-index: 10;
	cursor: pointer;
}

#dp-prev {
	left: -7.5%;
}

#dp-next {
	right: -7.5%;
}

.dp-disable {
	opacity: 0.5;
	pointer-events: none;
}

#dp-dots {
	position: absolute;
	z-index: 12;
	cursor: default;
	text-align: center;
	width: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 !important;
}

	#dp-dots li {
		display: inline-block;
		color: #1c3e71;
		font-weight: 300;
		margin: 5px 22px;
	}

		#dp-dots li:hover {
			cursor: pointer;
			color: #2bace2;
			font-weight: 400;
		}

		#dp-dots li.active {
			color: #2bace2;
			font-weight: 400;
		}

@media screen and (max-width:1199px) {
	.dp-wrap {
		max-width: 850px;
	}

	#dp-slider, .dp-img img {
		height: 330px;
	}
}

@media screen and (max-width:1029px) {
	.dp-wrap {
		max-width: 800px;
	}

	.dp-content h3, .dp-content p {
		max-width: 450px;
	}
}

@media screen and (max-width:949px) {
	.dp-wrap {
		max-width: 700px;
	}

	.dp-content h3, .dp-content p {
		max-width: 350px;
	}

	#dp-slider, .dp-img img {
		height: 375px;
	}

	#dp-prev {
		left: -10%;
	}

	#dp-next {
		right: -10%;
	}
}

@media screen and (max-width:869px) {
	#dp-next, #dp-prev {
		display: none !important;
	}

	#dp-slider, .dp-img img {
		height: 400px;
	}
}

@media screen and (max-width:769px) {
	.dp-wrap {
		max-width: none;
	}

	.dp-img {
		width: 220px;
		position: relative;
	}

	.dp-content {
		width: calc(100% - 280px);
	}
	/*.dp-content h3, .dp-content p{max-width:300px;}*/
}

@media screen and (max-width:649px) {
	.dp_item {
		display: block;
	}

	.dp-img {
		width: 100%;
		display: block;
	}

		.dp-img img {
			height: 200px;
		}

	.dp-content {
		width: calc(100% - 40px);
		display: block;
		padding: 230px 20px 30px 20px;
	}

	#dp-slider {
		height: 525px;
		padding-top: 60px;
	}

	.dp-img {
		min-height: 0;
	}

	.dp-content h3, .dp-content p {
		max-width: none;
	}

	.dp_item {
		min-height: 450px;
	}
}

@media screen and (max-width:499px) {
	/*.dp-content h3, .dp-content p{max-width:250px;}*/
	.dp-content h3 {
		font-size: 28px;
		line-height: 34px;
	}

	#dp-slider {
		height: 500px;
		padding-top: 90px;
	}
}

@media screen and (max-width:399px) {
	/*.dp-content h3,	.dp-content p{max-width:190px;}*/
	#dp-slider {
		height: 575px;
	}
}

@media screen and (max-width:349px) {
	#dp-slider {
		padding-top: 120px;
	}
}

@media screen and (max-width:329px) {
	/*.dp-content h3,	.dp-content p{max-width:120px;}
	#dp-slider{height:700px;}*/
}

@media screen and (max-width:370px) {
	.dp_item {
		min-height: 500px;
	}
}
/* vertical layout */
/*
.vertical #dp-slider .dp_item[data-position="4"] {
	transform: rotateY(0deg) translateY(-15%) scale(0.7);
}
.vertical #dp-slider .dp_item[data-position="3"] {
	transform: rotateY(0deg) translateY(-3%) scale(0.8);
}
.vertical #dp-slider .dp_item[data-position="2"] {
	transform: rotateY(0deg) translateY(9%) scale(0.9);
}
.vertical #dp-slider .dp_item:first-child {
	transform: rotateY(0deg) translateY(21%) scale(1) !important;
}
.dp-wrap.vertical #dp-dots {
	bottom: -20% ;
}
.dp-wrap.vertical #dp-next,
.dp-wrap.vertical #dp-prev {
	top: 75%;
}
*/
