#single_slider_responsive .item .wd_item_wrapper > img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
	width: 50%;
	align-self: center;
}

.single_slider_carousel {
	visibility: hidden;
	position: relative;
	padding: 0 4rem 4rem;
}

.single_slider_carousel_container {
	/*width: 100%; */
	margin: 0 auto;
	padding: 65px 0px 15px;
	background: #FFF;
	position: relative;
	z-index: 1;
}

.single_slider_carousel_inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.single_slider_carousel_inner > .item {
	position: relative;
	display: none;
	-webkit-transition: 0.6s ease-in-out left;
	-moz-transition: 0.6s ease-in-out left;
	-o-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
	overflow:hidden;
	margin: 0;
}
.single_slider_carousel .wd_item_wrapper {
    display: flex;
    flex-direction: row-reverse;
}

.single_slider_carousel_inner > .item .wd_item_wrapper > img,
.single_slider_carousel_inner > .item .wd_item_wrapper > a img {
	display: block;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* Android, remove default orange highlight on touch */
	/* line-height: 1; */
}

.single_slider_carousel_inner > .next,
.single_slider_carousel_inner > .prev {
	display: block;
}

.single_slider_carousel_inner > .active {
	display: block;
	left: 0;
}

.single_slider_carousel_inner > .next,
.single_slider_carousel_inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.single_slider_carousel_inner > .next {
	left: 100%;
}

.single_slider_carousel_inner > .prev {
	left: -100%;
}

.single_slider_carousel_inner > .next.left,
.single_slider_carousel_inner > .prev.right {
	left: 0;
}

.single_slider_carousel_inner > .active.left {
	left: -100%;
}

.single_slider_carousel_inner > .active.right {
	left: 100%;
}

.single_slider_carousel_control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
    width: 30px;
    height: 38px;
    font-family: Arial, sans-serif;
    font-size: 60px;
    font-weight: 100;
    line-height: 28px;
    color: #ff0000;
    text-align: center;
    border: none;
    -moz-border-radius: 10px
	-webkit-border-radius: 10px;
    border-radius: 10px;
    opacity: 0.8;
    filter: ;
    /* text-indent: -9999px; */
    z-index: 10;
    outline: none;
    behavior: url(js/PIE.htc);
}

.single_slider_carousel_control:active,
.single_slider_carousel_control:focus {
	outline: none;
	text-decoration: none;
	border: 0;
	color: #AA0000;
}

.single_slider_carousel_control.right {
	/*background: #DDD url(../images/slide_buttons.png) no-repeat -54px -8px;*/
	left: auto;
	right: 25px;
}

.single_slider_carousel_control:hover {
	text-decoration: none;
	width: 30px; 
	height: 38px;
	opacity: 0.9;
	filter: alpha(opactiy=90);
	behavior: url(js/PIE.htc);
	border: 0;
	color: #AA0000;
}

.single_slider_carousel_control.right:hover {
	/*background: #DDD url(../images/slide_buttons.png) no-repeat -54px -8px;*/
}

.single_slider_carousel_indicators {
    position: absolute;
    bottom: 2rem;
    right: 50%;
    transform: translateX(50%);
    z-index: 5;
    margin: 0;
    list-style: none;
}

.single_slider_carousel_indicators li {
	/* width: 25px;
	height: 25px;
	background: transparent url(../images/slide_buttons.png) no-repeat -36px -56px;
	border-radius: none; */
	padding: 9px;
	float:left;
}

.single_slider_carousel_indicators li span {
    display: block;
    padding: 6px;
    border: 2px solid #ff0000;
    border-radius: 10px;
    behavior: url(js/PIE.htc);
}

.single_slider_carousel_indicators li span:hover {
	/* background-position: -12px -56px; */
	cursor: pointer;
	opacity: 0.8;
	filter: alpha(opactiy=80);
	behavior: url(js/PIE.htc);
}

.single_slider_carousel_indicators li.active span {
	background: #ff0000;
	filter: alpha(opactiy=80);
	behavior: url(js/PIE.htc);
/*	width: 25px;
	height: 25px;
	background: transparent url(../images/slide_buttons.png) no-repeat -12px -56px;
	border-radius: none;
*/
}

.single_slider_carousel_bottom {
	visibility: hidden;
	height: 98px;
	width: 78%;
	margin: -62px auto 0 auto;
	/* background: url(../images/slideshow-corners.png) no-repeat center -48px;
	opacity: 0.4;
	filter: alpha(opacity=40);
	behavior: url(js/PIE.htc); */
	display: none;
}

.single_slider_carousel_caption_wrapper {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 40px 20px 60px;
    min-height: 400px;
}
.single_slider_carousel_caption {
    position: relative;
}
.single_slider_carousel_caption:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -30px;
    background-color: #913A99;
    background-image: linear-gradient(0deg, #913A99, #FF0000, #F4811D);
}

.single_slider_carousel_caption h4,
.single_slider_carousel_caption h4 a {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 10px;
}

.single_slider_carousel_caption h4 a:hover {
	text-decoration: none;
}

@media (max-width: 1200px) {
	.single_slider_carousel_caption h4,
	.single_slider_carousel_caption h4 a {
		font-size: 24px;
	}
	.single_slider_carousel_description {
	    font-size: 16px;
	}
}

@media (max-width: 1054px) {
	.single_slider_carousel .wd_item_wrapper {
		flex-direction: column-reverse;
	}
	#single_slider_responsive .item .wd_item_wrapper > img,
	.single_slider_carousel_caption_wrapper {
		width: 100%;
	}
	.single_slider_carousel_control {
		top: 200px;
	}
	.single_slider_carousel_caption_wrapper {
	    padding: 60px;
	    min-height: unset;
	}
	.single_slider_carousel {
	    padding: 0 2rem 4rem;
	}
}
@media (max-width: 767px) {
	.single_slider_carousel_container {
		padding-top: 15px;
	}
	.single_slider_carousel_control {
	    top: 150px;
	}
	.single_slider_carousel_caption h4 {
		font-size: 30px;
		line-height: 38px;
	}
}

