/* CSS Document */
div, p, ul, h2, h3, h4, img{
	padding:0px; 
	margin:0px; 
	border:0px;
}

img.w400 {
	z-index: 0;
	width:100%;
	max-width: 400px;
	height: auto;
 cursor: url("/assets/img/ZoomIn.gif"),auto;
	
}

/* Set Preload Class in Each Image on HTML page */
img.preload { display: none; }

/* From Old Site */
table    { display: table }
tr       { display: table-row }
thead    { display: table-header-group }
tbody    { display: table-row-group }
tfoot    { display: table-footer-group }
col      { display: table-column }
colgroup { display: table-column-group }
td, th   { display: table-cell }
caption  { display: table-caption }

a:link
{color:greenyellow; }
a:visited
{color:white;}
a:active
{color:yellow; }
a:hover
{color:#FF6600;
cursor:pointer;}

body {
   background-color: #2e1959;
   font-family:  Verdana, "Helvetica Neue", Helvetica, Arial, "sans-serif";
   font-size: large;
   font-style: normal;
   line-height: normal;
   font-weight: normal;
   font-variant: normal;
   text-transform: none;
   color: #00CCFF;
   text-decoration: none;
   scrollbar-face-color: #2e1959;
   scrollbar-arrow-color: #6A50A0;
   scrollbar-base-color: #FF6600;
   scrollbar-shadow-color: #CC3300;
   scrollbar-highlight-color: #6100CE;
   scrollbar-3dlight-color: #000084;
   scrollbar-dark-shadow-color: #3DB2E3;
   scrollbar-track-color: #6B47D1;
   margin-top: 0;
   margin-bottom: 0;
   margin-left: 0;
   margin-right: 0;
   padding-top: 0;
   padding-bottom: 0;
   padding-left: 0;
   padding-right: 0;
	z-index: 1;
}

/* width */
::-webkit-scrollbar {
  width: 14px;
    border: medium #2e1959;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000;
  box-shadow: inset 0 0 5px #ccc;
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #00CC00; 
  border-radius: 10px;
    border-style: groove;
    border-color: #009900;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #FF9900; 
  border-radius: 10px;
    border-style: ridge;
    border-color: #CC6600;
}

.rotate90 {
  -webkit-transform:rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.rotate270 {
  -webkit-transform:rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

h1 {font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
color: #FFFFFF; }
h2 {font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
color: #FFFFFF; }
h3 {font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
color: #FFFFFF; }
h4 {font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
color: #FFFFFF; }
h5 {font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
color: #FFFFFF; }
h6 {font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
color: #FFFFFF; }
p {font-family: Verdana, "Helvetica Neue", Helvetica, Arial, "sans-serif";
color: #FFFFFF; }


table {
	border: 1px solid #4F3A7C;
	border-spacing: 0;
}

th {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 12pt; 
	font-style: normal;  
	color: greenyellow;
	vertical-align: top; 
}

td.zombies {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 12pt; 
	font-style: normal;  
	color: greenyellow;
	padding: 0;
	margin: 0;
	line-height: 20px; 
}

.zombiehighlight {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 18pt; 
	font-style: normal;  
	color: greenyellow;
	padding: 0;
	margin: 0;
	line-height: 20px;
	text-align: center;
}

table.about {
	border: 2px solid #4F3A7C;
	border-spacing: 0;
	background-color: black;
	width: 70%;
	padding: 20px; 
	margin: 0 auto; 
	vertical-align:top; 
}

table.about th {
	font-family:  Verdana, "Helvetica Neue", Helvetica, Arial, "sans-serif";
font-size: 12pt; 
font-style: normal;  
color: greenyellow;
text-align: left;
white-space: nowrap;
padding: 15px;
vertical-align: top;}

table.about td {
	font-family: Verdana, "Helvetica Neue", Helvetica, Arial, "sans-serif";
font-size: 10pt; 
font-style: normal;  
color: #00CCFF;
padding: 15px;}

table.faq {
	border: 2px solid #4F3A7C;
	border-spacing: 0;
	background-color: black;
	width: 70%;
	padding: 20px; 
	margin: 0 auto; 
	vertical-align:top;
	text-align: justify;
}

table.faq th {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 12pt; 
font-style: normal;  
color: greenyellow;
text-align: left;
padding: 15px;
vertical-align: top;}

table.faq td {
	font-family: Verdana, "Helvetica Neue", Helvetica, Arial, "sans-serif";
font-size: 10pt; 
font-style: normal; 
padding: 15px;
color: #00CCFF;}

ol.faq {
border: 2px solid #4F3A7C;
border-spacing: 0;
background-color: black;
width: 70%;
margin: 0 auto 3em auto; 
vertical-align:top;
	text-align: justify;
  list-style-position: inside;
}

/* FAQ List */
ol.faq>li {
font-family: Verdana, "Helvetica Neue", Helvetica, Arial, "sans-serif";
font-size: 10pt; 
font-style: normal; 
padding: 15px;
color: #00CCFF;
}

input, textarea {background: #3984FF;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"; 
font-size: 10pt; 
font-style: normal; 
color: #FFFFFF; }

.bluebackground1 {  background-attachment: fixed; background-color: #E1FFFF; background-image: url(/simslice/background1.gif); background-repeat: no-repeat; background-position: center top; font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"; font-size: x-small; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; text-decoration: none}

* {
  box-sizing: border-box;
}
/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 10px;
  height: 300px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

#wrapper {
	background-color: #4D81E1;
	width: 100%;
	padding:  0 0 2em 0;
	margin: 0 auto; /* -- centers yellow */
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 2em;
}

#container {
	background-color: #4D81E1;
	width: 95%;
	padding: 2em 0 2em 0;
	margin: 0 auto; /* -- centers slideshow -- */
	height: 100%;
}

div.hidden {height: 400px; overflow: hidden;text-overflow: ellipsis;
	z-index: 1000;}

div.hidden:hover {
 height:auto;
  overflow: visible;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

/* BEGIN TOP NAV BAR */
/* essential part */

nav{
z-index: 9998;
	color: #00CCFF;
	background: rgba(46,25,89,0.0);
}

/* Set Nav Background to Deep Purple */
nav ul { 
	padding: 0; 
	list-style: none;
	background-color: #2e1959;}

/* Position Nav Elements */
nav>ul>li { 
	float: left; 
	position: relative; 
}
nav ul ul {
	display: none;
	position: absolute;
	top: 100%; left: 0;
}
nav ul ul ul { 
	position: absolute; 
	top: 0; left: 100%; }
nav ul ul ul ul { 
	position: absolute;
	top: 0; left: 100%; }
nav li:hover>ul { display: block; }

/* non-essential stuff, just prettifying */
nav {
	font-size: 1vw;
	font-family: "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #f2f2f2; 
	min-height: 6em;
	width:100%;
	background-color: #2E1959;
}
nav a {
  display: block;
  padding: .5em;
  text-decoration: none;
	color: #00CCFF;
}
nav a:visited {
  display: block;
  padding: .5em;
  text-decoration: none;
	color: #FFFFFF;
}
nav a:link {
  display: block;
  padding: .5em;
  text-decoration: none;
	color: #FFFFFF;
}

nav ul ul {
	min-width: 11em;
  box-shadow: inset 0 0 0px;
}

/* Set Nav Button Sizes, Colors & Hover Colors */
nav li {
	min-width: 11em;
	text-decoration: none;
	line-height: 1.2em;
}
nav ul li {
  margin: 0;
  text-decoration: none;
}
nav>ul>li:hover {
  background: #4d81e1;
}
nav>ul>li>a {
  color: white;
  text-align: center;
  text-transform: uppercase;
}
nav ul ul a {
  font-weight: 700;
text-decoration: none;
	color: #00CCFF;
}
nav ul ul a:hover {
	background: #00cc00;
	color: #FFFFFF;
}
nav>ul>li>img {
	padding-right: 2em;
}
nav ul ul ul ul {
	border-spacing: 0px;
	border: .1em solid #3367C7;
}
/* END NAVIGATION BAR */

nav.img {
  	width: 100%;
	max-height: 50px;
	min-height: 20px;
	margin: auto;
}

.item2 { 
	float: left;
	line-height: 50px;
	vertical-align: middle;
  background: #4d81e1;
}

.item2 img { 
	float: left;
	padding-right: .5em;
	border: 0px;
}

.item2 a {
  background: #4d81e1;
  color: white;
}

.item2 a:hover {
  background: #00cc00;
  color: white;
}

.tier3-2 {
	transform: translateY(2.2em); /* Build Mode Flyout Position */
}
.tier3-3 {
	transform: translateY(4.4em); /* Slice City Flyout Position */
}
.tier3-4 {
	transform: translateY(6.6em); /* Skins Flyout Position */
}



.logo {
  	width: 100%;
	max-width: 262px; 
	height: auto;
}

motto {
	display: block;
	width: 100%;
	margin: 0px;
background: #4d81e1;
color: #f2f2f2;
font-style: italic;
padding: 7em 0px 1em 1em;
}

spotlight {
	border:#4d81e1;
}

pagetitle {
	display: block;
	background-color: #2E1959;
	color: white;
	font-size: x-large;
	width: 100%;
	padding: 1em 0 1em auto;
	padding: 1em 0px;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	text-align: center;
}
/* Object Description Styles */

table.objectbox {
	border: 2px solid #3984FF;
	width:92%;
	border-spacing: 5em;
	background-color: black;
	padding: 1em;
}

table.objectbox td {
	border: 2px solid #660099;
	border-spacing: 2em;
	background-color: black;
	padding: 3em;
	width:33%;
	text-align: justify;
}

table.objectbox a:link {
	color: greenyellow;
}
table.objectbox a:hover {
	color: #00CC00;
}
table.objectbox a:active {
	color: #FFFF00;
}
table.objectbox a:visited {
	color: #CCCCCC;
}


object {
	font-family: proforma,serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1vw;
}

object-title {
	
	text-align: left;
	color: red;	
	font-family: gill-sans-nova, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 12pt;
	padding-left: 0em;
	padding-bottom: 2em;
	padding-right: 1em;
	line-height: 20px;
	min-width: 100%;
}

info-title {
	color:#9966ff;
	display: contents;
	white-space: pre-wrap;
	font-family: Verdana, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: small;
}

.justify {
	text-align: justify;
}

info-title-u {
	color:#9966ff;
	display: contents;
	white-space: pre-wrap;
	text-decoration: underline;
	font-family: Verdana, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: small;
}

description {
	color:#00CCFF;
	font-size: small;
	font-family: Verdana, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

description>p{
	color:#00CCFF;
}

bio {
	color: #00CCFF;
	font-size: medium;
	font-family: Myriad Pro, Helvetica, Arial, sans-serif;
	text-align: justify;
}

need {
	color:#00CCFF;
	padding-left: 1em;
	white-space: pre-wrap;
}

.center {
	margin: 0 auto;
}
/* Hack Button Tooltip container */
hack {
	float: left;
	padding-right: 1em;
	color: #00CC00;
	z-index: 1;
	position: relative;
}

/* Show the tooltip text on top of item when you mouse over the tooltip container */
hack:hover tooltiptext  {
    display:inline-block;
  left: -40px;
  top: -65px;
	padding: 1em;
}

/* Download Button Tooltip container */
download {
	
	float: left;
	padding-right: 1em;
	color: #00CC00;
	position: relative;
}



/* Show the tooltip text on top of item when you mouse over the tooltip container */
download:hover tooltiptext  {
    display:inline-block;
  left: -40px;
  top: -65px;
	padding: 1em;
}

.red {
	color:red;
}

.green {
	color:greenyellow;
}

.blue {
	color:#00CCFF;
}

.space {
	padding-bottom: 1em;
}

/* Tooltip text */
tooltiptext {
	display: none;
	width: auto;
	background-color: black;
	text-align: left;
	padding: 10px 60px 10px 10px;
	border-radius: 5px;
	white-space: nowrap;
	border: 1px solid #4D81E1;
  /* Position the tooltip text - see examples below! */
	  /*position: absolute; */
	position: absolute;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Tooltip Imageb */
tooltiptext > img, .tooltiptext > img {
	padding-right: 1px;
	float: left;
	z-index: 1;
}

/* Show the tooltip text on top of item when you mouse over the tooltip container */
tooltip:hover tooltiptext  {
    display:inline-block;
  left: -100px;
  top: 30px;
	border:#00CC00 solid thin;
}

/* Show/Hide Slider */
.disabledCheck {
 display: none;
}
@keyframes toggleAnimateOn {
    0% {
        transform: translate(200%, 0);
    }
    50% {
        transform: translate(50%, 0);
    }
    100% {
        transform: translate(0, 0);
    }
}
@keyframes toggleAnimateOff {
    0% {
        transform: translate(-200%, 0);
    }
    50% {
        transform: translate(-140, 0);
    }
    100% {
        transform: translate(0%, 0);
    }
}
.toggle {
/*   added */
	float:right;
display: block;
    line-height: 12px;
    width: 75px;
    padding: 5px 30px 5px 10px;
    background-color: #000;
    color: #0cf;
    border-radius: 15px;
    border: 1px #0cf solid;
    box-shadow: 1;
    height: 24px;
    position: relative;
    top: 30px;
    right: 5px;
    cursor: pointer;
    font-size: 12px;
    -moz-box-shadow: inset 0 0 5px #0cf;
    -webkit-box-shadow: inset 0 0 5px #0cf;
    box-shadow: inset 0 0 5px #0cf;
}
.toggle:after {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    content: ' ';
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    background-color: #0cf;
}
.toggle.on {
    display: none;
    padding: 5px 10px 5px 30px;
    -webkit-transition: all 0.15s ease-out 0;
    -moz-transition: all 0.15s ease-out 0;
    transition: all 0.15s ease-out 0;
}
.toggle.on:after {
    left: 2px;
    animation: toggleAnimateOn 0.5s ease forwards normal;
}
.toggle.on {
    padding: 5px 10px 5px 30px;
}
.toggle.off:after {
    animation: toggleAnimateOff 0.5s ease backwards normal
}
input[type=checkbox]:checked ~ .on {
    display: inline-block;
}
input[type=checkbox]:checked ~ .off {
    display: none;
}
input[type=text] {
    display: none;
}
more{
/*  padding:20px 30px;*/
  display:none;
  clear:both;
  width:100%;
  margin:0px auto;
}
input[type=checkbox]:checked ~ more{
  display:block;
}

/* End Show/Hide */


/* Gallery Lightbox */


gallery{
	z-index:9999;
	display:none;
	padding-top:100px;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:auto;
	background-color:rgb(0,0,0);
	background-color:rgba(0,0,0,0.8)
}

gallery-container:after, gallery-container:before {
	content:"";
	display:table;
	clear:both;
}

gallery-container{
	float: left;
	padding:0.01em 16px;
}


.gallery-content{
	margin:auto;
	background-color:#fff;
	position:relative;
	padding:0;
	outline:0;
	width:600px;
}

@media (max-width:600px){
	.gallery-content{
		margin:0 10px;
		width:auto!important;
		}
	gallery{
		padding-top:30px;
	}
}
@media (max-width:768px){
	.gallery-content{
		width:500px;
	}
	gallery{
		padding-top:50px
	}
}
@media (min-width:993px){
	.gallery-content{
		width:900px;
	}
}

slide-container {
	background-color: black;
  position: absolute;
	margin: auto;
    max-height: 95%;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
    padding: 10px 0px 0px 10px;
	border: thin solid #609;
	}

info-container {
	float: left;
	width: 18%;
	padding: 0px 10px auto 20px;
	min-height: 400px;
	margin-right: 10px;
	background-color: black;
	border: 2px dotted #000;
	
}	

info {
	display: block;
}


/* Number text (1/3 etc) */
numbertext {
	display: block;
	clear:right;
  color: #0cf;
	font-style: bold;
  font-size: medium;
  top: 0;
	padding: 20px 0 0 20px;
}

zoom {
	display: inline-block;
	float: left;
	background-color: black;
	width: 600px;
	height: 400px;
}

zoom > img {	
	margin: auto;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);	
	padding-bottom: 4em;
	padding-top: 5em;
	max-width: 100%;
	height: auto;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  width: auto;
  padding: 16px;
  color: #0cf;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  user-select: none;
  -webkit-user-select: none;
	z-index: 30;
}

.prev {
    border-radius: 0 45px 45px 0;
    top: 300px;
    left:0;
	transform: translateY(-50%);
	
}

/* Position the "next button" to the right */
.next {
    top: 300px;
    right: 0;
    border-radius: 45px 0 0 45px;
    transform: translateY(-50%);
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
	border:6px dotted #0cf;
  background-color: rgba(000, 204, 255, 0.2);
}
.prev:hover {
	border-left: 0;
}
.next:hover {
	border-right: 0;
}


/* Container for image text */
.caption-container {
  text-align: center;
  color: #0cf;
  background-color: #000;
  padding: 2em 200px;
	width: 100%;
	float: left;
}
.caption {
  color: #0cf;
}

/* Close Button */

close {
	display: block;
    position: absolute;
    right: -30px;
    top: 0px;
	transform: translate(-50%,-50%);
	width: 30px;
	height: 30px;
	border: 2px solid #0cf;
	background-color: #000;
	color: #0cf;
	border-radius: 50%;
	content: "";
	font-size: 26px;
	font-style: bolder;
	font-family: Arial, Helvetica, Impact, Haettenschweiler, "sans-serif";
	margin: auto;
	padding: 0;
	cursor: pointer;
	z-index: 25;
}

close::after {
  position: relative;	
	content: "x";
  right: -6px;
  top: -6px;
}

.container {
  position: relative;
}

/* Hide the images by default */
slide {
	display: none;
	width: 100%;
	margin: auto;
  padding: 10px;
}
slide > img {	
}

description-container {
	float: right;
	display: block;
	width: 22%;
	padding: 0px 10px 0px 10px;
	height: 400px;
	margin-right: 0px;
	background-color: black;
	border: 2px dotted #000;
	overflow-x: hidden;
	overflow-y: hidden;
	
}

description {
	font-size:80%;
	text-align: justify;
	font-weight: normal; 
	font-family: "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
column {
  float: left;
}

column.lg {
}

column > img {
	background-color: black;
	border: 1px solid #4d81e1;
	clip: auto;
	max-width: 200px;
	height: auto;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
	 cursor: pointer;
	
}

.demo:hover {
  opacity: 1;
}

demo-row { 
    display: inline-block;
    height: 150px; 
	overflow-y: auto;
/*    scroll-behavior: smooth;*/
}

