.owl-carousel .item img{
    display: block;
    width: 100%;
    height: auto;
}

/* Home Top Carousel */
.rsj-carousel-position .owl-carousel {
	position:relative;
}
.rsj-carousel-position .owl-prev, .rsj-carousel-position .owl-next {
	border:none;
	z-index:121;
	background-size:100%;
	background-repeat:no-repeat;
	line-height:1;
	text-align:center;
	border-radius:50%;
	margin-top:20px;
	padding:1.6rem;
	position:absolute;
	opacity:0;
	top:0;
	left:1rem;
	right:auto;
	-webkit-transition:opacity .5s;
	transition:opacity .5s;
}
.rsj-carousel-position .owl-next{
	left:auto;
	right:1rem;
}
.rsj-carousel-position .owl-buttons {
	opacity:1;
	position:absolute;
	top:40%;
	left: auto;
	width:100%;
}
.rsj-carousel-position:hover .owl-buttons > div {
	opacity:1;
}
.rsj-carousel-position .owl-prev:before, .rsj-carousel-position .owl-next:before{
	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	-ms-transition:all .2s linear;
	-o-transition:all .2s linear;
	transition:all .2s linear;
	background: url("../../images/slideshow-arrow-left.png") no-repeat scroll center center rgba(0, 0, 0, 1);
	content: "";
	display: block;
	width:1rem;
	height:1rem;
	border-radius:50%;
	margin-top:0;
	padding:1.6rem;
	position:absolute;
	top:0.5rem;
}
.rsj-carousel-position .owl-next:before{
	content:"";
	background: url("../../images/slideshow-arrow-right.png") no-repeat scroll center center rgba(0, 0, 0, 1);
	left:auto;
	right:1rem;
}
.rsj-carousel-position .owl-prev:hover:before, .rsj-carousel-position .owl-next:hover:before{
	background-color:#009dd6;
}
/* End Home Top Carousel */

/* Home Updates */


.rsj_updates_item {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 3rem;
	margin-bottom: 4rem;
	position: relative;
	overflow: hidden;
	z-index: 1;
	text-align: left;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 100px -10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 100px -10px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 100px -10px rgba(0,0,0,0.1);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	transition: all 0.2s linear;
}

.rsj_updates_item .label {
	margin:0 10px 10px 0;
}
.rsj_updates_item .rsj_image_link {
	display:inline-block;
	width: 100%;
	font-size: 2.4rem;
	margin-bottom: 2rem;
}
.rsj_updates_item .rsj_slide_text p{
	margin-bottom: 8rem;
	font-size:1.1rem;
}
.rsj_updates_item .rsj_buttons {
	position: absolute;
	bottom: 3rem;
}
.rsj_updates_item.rsj_template {
	position: relative;
}
.rsj_updates_item.rsj_template, .rsj_updates_item.rsj_template .rsj_image_link, .rsj_updates_item.rsj_template p {
	color: #ffffff;
}
.rsj_updates_item.rsj_template .rsj_image_link {
	min-height: 68px;
    padding-top: 10px;
}
.rsj_updates_item.rsj_template .rsj_bg_image {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.rsj_updates_item.rsj_template .rsj_bg_image::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 140%;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(360deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(360deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(360deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
	transition: all 250ms ease;
}

.rsj_updates_item.rsj_template:hover .rsj_bg_image::before {
	height: 100%;
}

.rsj_updates_item.rsj_template .rsj_bg_image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.rsj_updates_item:hover, .rsj_updates_item:focus, .rsj_updates_item:active {
	-webkit-box-shadow: 0px 0px 50px -10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 50px -10px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 50px -10px rgba(0,0,0,0.1);
	transition: all 0.2s linear;
}

/* End Home Updates */
@media (min-width: 980px) and (max-width: 1199px) {
	.rsj-carousel-position .owl-buttons {
		top:25%;
	}
	.rsj_updates_item .rsj_slide_text p {
		margin-bottom: 4rem;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.rsj-carousel-position .owl-buttons {
		top:12%;
	}
	.rsj_updates_item .rsj_image_link {
		width:100%;
		margin-bottom:0;
	}
	.rsj_updates_item .rsj_image_link img {
		max-width:85%;
		display:block;
	}
	.rsj_updates_item .rsj_slide_text p {
		font-size: 1.4rem;
		margin:1rem auto 5rem auto;
	}
	.rsj_updates_item .label{
		margin-left:0;
	}
	.rsj_updates_item .label-info {
		margin-top:1rem;
	}
	.rsj_updates_item .label-success {
		display:inline-block;
		margin-bottom:1rem;
	}
}
@media (max-width: 767px) {
	.rsj-carousel-position .owl-buttons {
		top:12%;
	}
	.rsj_updates_item .rsj_slide_text p {
		font-size: 1.4rem;
		margin:1rem auto 5rem auto;
	}
}
@media (max-width: 480px) {
	.rsj-carousel-position .owl-buttons {
		top:5%;
	}
	.rsj-carousel-position:hover .owl-buttons > div {
		opacity:0
	}
}
@media (max-width: 320px) {
	.rsj_updates_item .rsj_image_link {
		width:100%;
		margin-bottom:0;
	}
	.rsj_updates_item .rsj_image_link img {
		max-width:85%;
		display:block;
	}
	.rsj_updates_item .label{
		margin-left:0;
	}
	.rsj_updates_item .label-info {
		margin-top:1rem;
	}
	.rsj_updates_item .label-success {
		display:inline-block;
		margin-bottom:1rem;
	}
}