body {
  font-family: 'Oswald', verdana;
  font-size: 1em;
  color: #fff;
  padding: 0px;
  margin: 0px;
  background-color: #000;
  letter-spacing: 0.75px;
}

a:link {
	font-family: 'Oswald', serif;
	color: #eaeaea;
	text-decoration: none;
	font-size: 14.5px;
}

a:visited {
	font-family: 'Oswald', serif;
	color: #eaeaea;
	text-decoration: none;
	font-size: 14.5px;
}


a:active {
	font-family: 'Oswald', serif;
	color: #eaeaea;
	text-decoration: none;
	font-size: 14.5px;
}

a:hover {
	font-family: 'Oswald', serif;
	text-decoration: underline;
	font-size: 14.5px;
	color: #ffc949;
}

.defaultTxt {
	font-family: 'Oswald', serif;
    font-size: 1em;
	color: #eaeaea;
}

.nlvaultlist {
	width: 400px;
	height: 140px;
	border: 1px #fff solid;
	color: #000000;
	background-color: #eaeaea;
	position: absolute;
	z-index: 200;
}

.nlvaultlist:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #303030;
}

.nlvaultlistblackline {
	posistion: absolute;
	margin-top: 8px;
	margin-left: -16px;
	width: 200px;
	height: 23px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.875);
	border-radius: 3px;
}

.nlvaultlisttexthead {
	margin-left: 6px;
	color: #ffc949;
	letter-spacing: 2px;
	font-weight: bold;
	line-height: 20px;
}

.nlvaultlisttextbody {
	margin-left: 22px;
	margin-top: 4px;
	width: 400px;
	color: #000;
}

.copyright {
	font-family: 'Oswald', serif;
    font-size: 14px;
	color: #eaeaea;
	letter-spacing: 1px;
}

#headimg {
	color: #eaeaea;
	font-family: Helvetica, Arial;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.05em;
	border-radius: 0px;
	background-image: url("images/NLPioneersHallHeader.gif");
	padding: 0px; 
	position: absolute;
	top: 0px;
	width: 1000px;
	height: 110px;
}

.oldtvbg {
	background-image: url("images/nlrnrOldTv.png");
    position: relative;
    overflow: hidden;
	width: 380px;
	height: 268px;
}

.oldrpbg {
	background-image: url("images/NLRRoldRecordPlayer.png");
    position: relative;
    overflow: hidden;
	width: 380px;
	height: 320px;
}

.bwfilter {
	width:	318px;
	height:	280px;
	border: 2px solid #191919;
	border-radius: 12px;
}

.bwfilternew {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.bwfilterOLD {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
	width:	318px;
	height:	280px;
	border: 2px solid red;
	border-radius: 12px;
}

.bwfiltertv {
	clip-path: polygon(50% 0%, 94% 2%, 100% 49%, 96% 96%, 69% 100%, 30% 100%, 4% 96%, 0 51%, 5% 2%);
	border-radius: 38px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.bwfilterrp {
	clip-path: circle(102px at center);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.arrow {
	border: solid white;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	margin-bottom: 2px;
}

.right {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

label[for] { cursor: pointer; }

.grid {
	width:248px;
	height:176px;
	position: relative;
	top: 0;
	left: 0;
	background-color: black;
	z-index: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	padding: 0px;
	overflow: auto;
	text-align: center;
	-webkit-transition: opacity .75s;
	transition: opacity .75s;
}

.grid .grid-item {

  display: inline-block;
  padding: 0px;
  opacity: 0.80;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}

.grid .grid-item:hover { 
	opacity: 1; 
}

@media screen and (max-width: 1024px) {
.grid .grid-item { width: 50%; }
}

@media screen and (max-width: 480px) {
.grid .grid-item { width: 100%; }
}

.grid img {
	max-width: 100%;
	max-height: 100%;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

input[type="checkbox"] { display: none; }

.lightbox {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	min-height: 100%;
	z-index: 1;
	overflow: auto;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform .15s ease-out;
	transition: transform .15s ease-out;
	/*background: rgba(22, 22, 22, .90);*/
	background: rgba(0, 0, 0, 0.9);
}

.lightbox img {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 96%;
	max-height: 96%;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

input[type="checkbox"]:checked + .lightbox {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

input[type="checkbox"]:checked ~ .grid { opacity: .125; }

.cyclercontainer {
	float:left;
	display:inline;
	margin: 0px;
}

#cycler {
	position:relative;
}

#cycler img {
	position:absolute;
	z-index:1;
	background-color:black;
}

#cycler img.active {
	z-index:3;
}

#cyclersm1 {
	position:relative;
}

#cyclersm1 img {
	position:absolute;
	z-index:1;
	background-color:black;
}

#cyclersm1 img.active {
	z-index:3;
}


#cyclersm2 {
	position:relative;
}

#cyclersm2 img {
	position:absolute;
	z-index:1;
	background-color:black;
}

#cyclersm2 img.active {
	z-index:3;
}


#cyclersm3 {
	position:relative;
}

#cyclersm3 img {
	position: absolute;
	z-index: 1;
	background-color: black;
}

#cyclersm3 img.active {
	z-index: 3;
}

.eventstdhead {
	height: 20px;
	border: 1px solid black;
	background-color: #1B1B1B;
	color: #ffc949;
	padding-left: 4px;
	padding-right: 4px;
}

.eventstd {
	height: 20px;
	border: none;
	background-color: #141414;
	padding: 8px 4px 8px 4px;
}

.eventhov:hover {
  background-color: #252525 !important;
}

.eventhov:hover td {
  background: transparent;
}

.shadwBx {
  height: 145px;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  padding: 9px;
  transition: height 0.2s linear;
}

.pioneerLinks {
  z-index: 200;
  width: 486px;
  height: 128px;
  position: absolute;
}

.pioneerLinks:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #303030;
}

.pl1{}





















