	/* NEWSAM BANNERS */
	
	.imgBNRB.imgbanner {
		background-color: #1b00ff;
	}
	
	#newsam .imgBNRB.imgbanner {
		background-image: url('https://typonym.xyz/images/spiralstairs-3-3200.png');
		background-size: 120% auto;
    	background-position: 48% 38%;
		background-repeat: no-repeat;
	}
	
	.undertint-newsam {
	    /* background-color: #ff0000; */
	    background-color: #0d3430;
	}
	
	.banner-inner {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	#banner-1-undertint {
		background-color: #0d3430;
    	opacity: .7;
    	z-index: 2
	}
	
	.banner-1-inner-image {
		background-size: auto 25%;
		background-position: center 46%;
		background-repeat: no-repeat;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		animation-name: newsam-fade-in-out;
		animation-duration: 6s;
		animation-iteration-count: infinite;
		animation-timing-function: linear;
		opacity: 0;
	}
	
	#banner-1-inner-image-1 {
		background-image: url('../newsam/images/newsam-onelines-wht-xbold.png');
		animation-delay: 0s;
		z-index: 4;
	}
	
	#banner-1-inner-image-2 {
		background-image: url('../newsam/images/newsam-onelines-wht-xbold-ital.png');
		animation-delay: 1s;
		z-index: 4;
	}
	
	#banner-1-inner-image-3 {
		background-image: url('../newsam/images/newsam-onelines-wht-thin.png');
		animation-delay: 2s;
		z-index: 4;
	}
	
	#banner-1-inner-image-4 {
		background-image: url('../newsam/images/newsam-onelines-wht-thin-ital.png');
		animation-delay: 3s;
		z-index: 4;
	}
	
	#banner-1-inner-image-5 {
		background-image: url('../newsam/images/newsam-onelines-wht-med-B.png');
		animation-delay: 4s;
		z-index: 4;
	}
	
	#banner-1-inner-image-6 {
		background-image: url('../newsam/images/newsam-onelines-wht-med-ital.png');
		animation-delay: 5s;
		z-index: 4;
	}
	
	#newsam .banner-head {
		width: 50%;
		height: 50%;
	}
	
	#newsam .banner-head:after {
		display: none;
	}
	
	
	
	@keyframes banner-background-slide-l {
		
		0% {background-position: right center;}
		100% {background-position: left center;}
	}
	
	@keyframes banner-background-slide-r {
		
		0% {background-position: left center;}
		100% {background-position: right center;}
	}
	
	@keyframes newsam-fade-in-out {
		
		0% {opacity: 0;}
		5% {opacity: 1;}
		15% {opacity: 1;}
		20% {opacity: 0;}
		100% {opacity: 0;}
	}
	
	@media (orientation: portrait) {
		.banner-1-inner-image {background-size: 80% auto;}
	}
	
	@media (max-width: 500px) and (orientation: portrait) {
		.banner-inner {
			left: 2.5%;
			top: 2.5%;
			width: 95%;
			height: 95%;
		}
		.banner-1-inner-image {
    		background-position: center 49%;
    	}	
	}
