
/*

mask-image: linear-gradient(180deg, #000 70%, transparent);
-webkit-mask-image: linear-gradient(180deg, #000 70%, transparent);

*/



#news_feed_latest {
	margin: 0px 0px;
	padding: 0px 0px;
	
	width: calc(94% - 220px);
	max-width: 740px;
	
	
	display: inline-block;
}

aside {
	margin: 0px auto 0px 30px;
	padding: 0px 0px;
	
	
	max-width: 220px;

	vertical-align: top;
	display: inline-block;
}
aside h4 {
	margin: -20px 0px 0px 0px;
	padding: 0px 0px;
	height: 30px;
}



article {
	position: relative;
	margin: 40px 0px;
	padding: 0px 0px;
	text-align: left;
	overflow: hidden;
	border-radius: 20px;
	box-shadow: 0px 0px 0px 2px #FFFFFF, 0px 0px 0px 4px #EEEEEE;
	transition: all .2s ease-in-out .0s;
	display: block;

}
article:hover {
	box-shadow: 0px 0px 0px 2px #FFFFFF, 0px 0px 0px 4px #FF3E00;

}
article span.contain {
	height: 150px;
	max-height: 150px;
	mask-image: linear-gradient(180deg, #000 70%, transparent);
	-webkit-mask-image: linear-gradient(180deg, #000 70%, transparent);
	display: block;
}


a.category {
	position: relative;
	margin: 10px 10px 5px 0px;
	padding: 3px 8px;
	
	font-size: 12px;
	letter-spacing: 1px;
	color: #FFFFFF !important;
	background-color: #333333 !important;
	
	text-decoration: none;
	
	border-radius: 3px;
	display: inline-block;
	z-index: 1500;
}

article a.image {
	margin: 0px 20px 0px 0px;
	padding: 0px 0px;
	
	
	border-top-left-radius: 20px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 0px;
	overflow: hidden;
	float: left;
}
article a.image img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	width: 100%;
	max-width: 150px;
	height: auto;
	transition: all 0.3s ease-in-out 0s;
	display: block;
}
article div {
	margin: 0px 0px;
	padding: 0px 0px;
}
article a.title {
	margin: 0px 0px;
	padding: 0px 0px;
	
	text-decoration: none;
}
article a.title h3 {
	margin: 0px 0px;
	padding: 0px 0px;
	width: 98%;
	font-size: 20px;
	font-weight: bolder;
	text-decoration: none;
}
article a.title h3::before {
	position: absolute;
	margin-top: -50vh;
	margin-left: 0px;
	width: 100vw;
	height: 100vh;
	content: '';
	opacity: 0.2;
	display: block;
}
article p.description {
	margin: 0px 0px;
	padding: 0px 0px;
	width: 98%;
	font-size: 16px;
}



aside article {
	margin: 30px 0px;
	border-radius: 10px;
	box-shadow: 0 0 0 2px #FFF,0px 5px 10px 0 rgba(0,0,0,0);
}
aside article a.image {
	margin: 0px 0px 8px 0px;
	padding: 0px 0px;
	width: 70vw;
	max-width: 220px;
	aspect-ratio: 16 / 9;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	float: left;
}
aside article a.image img {
	margin: 0px 0px;
	padding: 0px 0px;
	width: 100%;
	height: auto;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
	display: block;
	transform: scale(1,1);
	transform-origin: center center;
}
aside article a.title {
	margin: 0px 0px;
	padding: 0px 0px;
	
	text-decoration: none;
}
aside article a.title h3 {
	margin: 0px 0px;
	padding: 0px 2px;
	width: 88%;
	font-size: 13px;
	font-weight: bolder;
	line-height: 17px;
	text-decoration: none;
	display: block;
}


article:hover a.image img {
	transform: scale(1.2,1.2);
	transition: all 0.8s ease-in-out 0s;
}
aside article:hover a.image img {
	transform: scale(1.2,1.2);
	transition: all 0.8s ease-in-out 0s;
}

@media (max-width: 800px) {
#news_feed_latest {
	width: 100%;
	max-width: none;
	display: block;
}
aside {
	margin: 0px auto 0px 0px;
	width: 100%;
	max-width: none;
}
aside h4 {
	margin: 0px 0px 25px 0px;
	height: auto;
}
aside article {
	margin: 5px 15px;
	width: 85%;
	max-width: 220px;
	height: 220px;
	border-radius: 10px;
	box-shadow: 0 0 0 2px #FFF,0px 5px 10px 0 rgba(0,0,0,0);
	mask-image: linear-gradient(180deg, #000 80%, transparent);
	-webkit-mask-image: linear-gradient(180deg, #000 80%, transparent);
	display: inline-block;
}

}
@media (max-width: 500px) {
		
article span.contain {
	padding: 0px 10px;
	height: 100%;
	max-height: 200px;
}
article span.contain::after {
	content: ' ';
	white-space: pre;
}

article a.image {
	margin: 0px 0px 0px 0px;
	
	width: 100%;
	max-width: 500px;
		
	max-height: 200px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	display: flex;
	justify-content: center;
	float: none;


}
article a.image img {
	width: 100%;
	height: auto;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

}




div.date_time {
	font-size: 14px;
	display: inline-block;
}



@keyframes pan {
  0% {
    transform: scale(1,1);
    transform-origin: center center;
  }
  33% {
    transform: scale(1.2,1.2);
    transform-origin: top left;
  }
  66% {
    transform: scale(1,1);
    transform-origin: center center;
  }
  100% {
    transform: scale(1.2,1.2);
    transform-origin: bottom right;
  }
}





div.content_page div.video {
	margin: 10px 0px 30px 0px;
	padding: 0px 0px;
	width: 100%;
	overflow: hidden;
	clip-path: inset(0 0 0 0 round 10px);
	display: block;
}
div.content_page div.image {

	margin: 10px 0px 30px 0px;
	padding: 0px 0px;
	width: 100%;
	max-width: 1000px;
	aspect-ratio: 16 / 9;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	clip-path: inset(0 0 0 0 round 10px);
}
div.content_page div.image img {
	margin: 0px 0px;
	padding: 0px 0px;
	width: 100%;
	height: auto;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
	display: block;
	transform: scale(1,1);
	transform-origin: center center;
	
	animation: pan 60s ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-play-state: running;


}
@media (max-width: 500px) {
	div.content_page div.image {
		aspect-ratio: 1 / 1;
	}
}


div.news_page {
	padding: 5px 10px 50px 10px;
	font-size: 17px;
	text-align: left !important;

}
div.news_page hr {
	margin-top: 10px;
	margin-bottom: 30px;
	border: 1px solid #EEEEEE;
}

div.news_page h3 {
	margin-top: 30px;
	margin-bottom: 0px;
	font-size: 24px;
}
div.news_page h4 {
	margin-top: 30px;
	margin-bottom: 0px;
	font-size: 18px;
}
div.news_page h5 {
	margin-top: 30px;
	margin-bottom: 0px;
	font-size: 16px;
}



#item_list {
	min-height: 49vh;
}


#results {
	margin-top: 20px;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	text-align: left;
	color: #222222;
}

#page_navigation {
	margin 5px 0px;
	padding: 10px 0px;
	text-align: center;
}
#page_navigation a {
	margin: 0px 5px;
	padding: 10px 0px;
	width: 35px;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	text-align: center;
	color: #FFFFFF;
	background-color: #FF3E00;
	text-decoration: none !important;
	border-radius: 5px;
	border-style: solid;
	border-width: 0px;
	border-color: transparent;
	display: inline-block;
	pointer-events: auto;
}
#page_navigation #previous, #page_navigation #next {
	width: 75px;
	font-size: 12px;
	font-weight: bolder;
}
#page_navigation #previous {
	margin-left: 0px;
	float: left;
}
#page_navigation #next {
	margin-right: 0px;
	float: right;
}
#page_navigation a:hover {
	background-color: #FF3E00;
}
#page_navigation a.disabled {
	background-color: #B3B3B3;
	pointer-events: none;
}
#page_navigation a.current {
	color: #000000;
	background-color: #FFFFFF;
	box-shadow: inset 0px 0px 0px 1.5px #000000;
	pointer-events: none;
}

