.slideBack {
	padding: 0px 0 0px 0;
	margin-bottom: 20px;
	margin-top: -15px;
	line-height: 18px;
}
.demo_wrapper {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.demo_block {
	width: 100%;
}
#demo1 {
	list-style: none;
	margin: 0px;
	padding:0px;
	position:relative;
}

.mainSlideshow {
	list-style: none;
	margin: 0px;
	padding:20px;
	position:relative;
	box-sizing: border-box;
}
.mainSlideshow li {
	width: 100%;
	position: absolute;
}
.sy-pager {
	display: block;
	z-index: 1000;
	position: absolute;
	width: 100px;
	margin: 0 auto;
	top: 40%;
	right: 20px;
}
.sy-pager li {
	background:transparent;
	border: solid 2px #fff;
	display: block;
	z-index: 800;
	width: 20px;
	height: 20px !important;
	position: relative;
	border-radius: 40px;
	margin: 5px 3px;
	font-size: 0;
}
.sy-pager li a {
	display: block;
	width: 14px;
	height: 14px;
}
.sy-pager li.sy-active {
	background: #fff;
}
.sy-controls {
	position: absolute;
	width: 100%;
	max-width: 942px;
	top: 228px;
	list-style: none;
	margin: 0px;
	padding:0px;
	font-size: 0px;
}
.sy-controls .sy-next a, .sy-controls .sy-prev a{
	display:block;
	width: 39px;
	height: 63px;
	border:  none;
}
.sy-controls .sy-prev{
	position: absolute;
	left: -7px;
	height: 63px;
	width: 39px;
	background: url('/wp-content/themes/osr/images/slide-prev.png') no-repeat;
}
.sy-controls .sy-next{
	position: absolute;
	right: -7px;
	height: 63px;
	width: 39px;
	background: url('/wp-content/themes/osr/images/slide-next.png') no-repeat;
}
.sy-caption-wrap {
	display: none;
}
.textOverlay {
	position: absolute;
	left: 0px;
	width :100%;
	top: 10%;
	bottom: 0px;
	color:#fff;
	font-size: 15px;
	line-height: 19px;
	padding: 20px;
	box-sizing: border-box;
}
.textOverlay .fa-quote-left {
    display: none;
}

@media (min-width: 650px) {

	.sy-controls {
		top: 283px;
	}

}
@media (min-width: 768px) {
	.textOverlay {
		position: absolute;
		right: 0px;
		left: auto;
		top: 25%;
		width :45%;
		font-size: 18px;
		line-height: 24px;
		padding: 45px;
		top: 0px;
		background: rgba(0,0,0,0.3);
	}
	.slideBack {
		padding: 30px 0 0px 0;
		margin-bottom: 20px;
		margin-top: 0px;
	}
	.newsy {
		padding-top: 40px;
	}
	.textOverlay .fa-quote-left {
		position: absolute;
		top: 25%;
		left: 15px;
		color: #fff;
		font-size: 26px;
		display: block;
	}
}
@media (min-width: 1020px) {
	.textOverlay {
		background: transparent;
	}
}

/*//// MOBILE IMAGE TOGGLE ////*/

.carousel-item-box {
	width: 100%;
}

@media (max-width: 767px) {
	.mobile-carousel-item {
		display: block;
	}
	.desktop-carousel-item {
		display: none;
	}
}

@media (min-width: 768px) {
	.mobile-carousel-item {
		display: none;
	}
	.desktop-carousel-item {
		display: block;
	}
}
