/* HeaderImagedark */

.headerforeground01, .ttr_header_logo, .js-marquee, .marqueeleft 
 {
	-webkit-filter: grayscale(100%) invert(100%);
		filter: grayscale(100%) invert(100%);
	z-index: 7;
}
.ttr_header_inner
 { background-color: black !important;
   overflow: hidden;
 }
 
.HeaderDark
 { 
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 5;
	background-color: black;
  }
  
 .HeaderImage
  { margin-left: 296px;
    margin-top: 7px;
    z-index: 6;
  }