#oc-news .owl-nav .owl-prev {
	left:auto;
	right:16%;
}
#oc-news .owl-nav .owl-next {
	right:13%;
}

#oc-news .owl-nav [class*="owl-"], .owl-carousel #oc-news [class*="owl-"]:hover {
	top:-8%;
}

.newsroom {
	padding:0;
}

#news_grid {
	display:grid;
	column-gap:30px;
	row-gap:30px;
	grid-template-columns:repeat(3,1fr);
}
#news_grid .news_image {
	border-radius:15px;
}
#news_grid .news_title {
	font-weight:600;
	height:60px;
	margin-top:10px;
	margin-bottom:20px;
}

a.read_more {
	color:#ec2227;
	font-size:15px;
	font-weight:600;
	display:inline-block;
	padding:10px 30px;
	border:2px solid #ec2227;
	border-radius:10px;
}

.news_featured {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
	width:100%;
	padding:0 45% 0 5%;
}

.news_featured .featured {
	color:#ec2227;
	font-size:12px;
	background:#fff;
	border-radius:50px;
	display:inline-block;
	padding:5px 15px;
}
.news_featured .featured_title {
	margin-top:15px;
}
.news_featured .featured_title h2 {
	color:#fff !important;
}
.news_featured .featured_date {
	color:#fff;
}

a.featured_read {
	background:#ec2227;
	border-radius:10px;
	color:#fff;
	padding:10px 30px;
	display:inline-block;
}

a.featured_read:hover {
	background:none;
	border-radius:10px;
	color:#fff;
	padding:10px 30px;
	display:inline-block;
}

.tinted {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.4);
	border-radius:20px;
}

.news_date {
	color:#8c8c8c;
}

.hvr-sweep-to-top {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-sweep-to-top:hover {
	color:#fff;
}
.hvr-sweep-to-top::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ec2227;
	border-radius:5px;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover::before, .hvr-sweep-to-top:focus::before, .hvr-sweep-to-top:active::before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.hvr-sweep-to-top2 {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-sweep-to-top2:hover {
	color:#fff;
}
.hvr-sweep-to-top2::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 2px solid #fff;
	background-color:transparent;
	background:none;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	border-radius:10px;
}
.hvr-sweep-to-top2:hover::before, .hvr-sweep-to-top2:focus::before, .hvr-sweep-to-top2:active::before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.featured_container {
	width:1000px;
	height:390px;
	overflow:hidden;
	border-radius:20px;
}

@media (max-width: 1200px) {
	
}

@media (max-width: 991px) {
	#oc-news .owl-nav .owl-prev {
		right:8%;
	}
	#oc-news .owl-nav .owl-next {
		right:3%;
	}

	.newsroom {
		padding:0 15px;
	}

	#oc-news .owl-nav [class*="owl-"], .owl-carousel #oc-news [class*="owl-"]:hover {
		top:-13%;
	}

	#news_grid .news_title {
		height:100px;
	}

	.news_featured .featured_title h2 {
		font-size:20px !important;
	}

	#oc-news {
		padding:0 15px;
	}
}

@media (max-width: 768px) {
	
}

@media (max-width: 480px) {
	#oc-news .owl-nav [class*="owl-"], .owl-carousel #oc-news [class*="owl-"]:hover {
		top:-13%;
	}

	#oc-news .owl-nav .owl-prev {
		right:20%;
	}

	#oc-news .owl-nav .owl-next {
		right: 5%;
	}

	#oc-news .owl-item img {
		max-height: none;
	}

	#news_grid {
		column-gap:10px;
		row-gap:20px;
		grid-template-columns:repeat(2,1fr);
	}
	.featured_container{width: 100%;}
    .news_featured {
        padding: 15px 15px 15px 30px;
    }
    
	/*.news_featured {
		position: relative;
		top: 0;
		transform: translateY(0);
		padding: 0 15px;
		margin-top:30px;
	}

	.news_featured .featured {
		color: #ec2227;
		font-size: 12px;
		background: none;
		border-radius: 0;
		display: block;
		padding: 0;
	}

	.news_featured .featured_title h2 {
		color:#555 !important;
	}
	.news_featured .featured_date {
		color:#555;
	}*/

	.tinted {
		left:0;
		width:100%;
	}
}