
/* ==|== primary styles =====================================================
   Author: Silverink
   ========================================================================== */
@font-face {   /* ICON SET FONT */
}

body {
	font-family: georgia, serif;
	color: #666;
	background-color: #000;
	margin: 0px;
	overflow: hidden;
}


h1,h2,h3,h4,h5,h6 {font-weight: 100 !important; margin: 0;}
/* ==|== Easibuild Structural Elements =====================================================
   Structural elements such as mainContent/Wide, submenu etc. Ideally these elements will change 
   to HTML5 tags...  aside, article etc.
   ========================================================================== */

/* Main Wrapper */
.mainContainer {
}

#mainContentWide {
}

.bodyHome #mainContentWide {
}
   

/* Topbanner */
#topBanner {
}

/* Main ContentWide and Normal Wrappers */
#mainContentWide {
	
}
	#mainContentWide article {
	
	}
	#mainContentWide header {
		
	}


#mainContent {
	
}
	#mainContent article {
		
	}
	#mainContent header {
		
	}

/* MainHTML Wrapper - common to both wide and normal */
#MainHTML {
	
}

/* BreadCrumb */
nav.bCrumb {
	
}



/* Footer */

footer {
}

	footer .wrapper {
	}

/* Submenu Specific Structure */

/* submenu */
#subMenu {
	
}




/* ==|== Everything Else =====================================================================
   Alphabetically ordered unles it's nested (.level2 will be nested with #submenu for example)
   =========================================================================================== */

article h1 {
	}
	
article h1+p {
}
	
article li {
	}

/* Hidden elements */
.bCrumb, #MainHTML article header {}

img,embed,object,video {
}

#easilogo {}

footer .companyAddress {
}

/* FP IMAGES */
#fpImageDiv {
}
		
		.fpImages li {	
		}
			.fpImages li img{	
			}

		.fpImages li .title {
		}

		.fpImages li .Desc {
			}
		
			
	#fpImageDiv ul {
	}
/* END FP IMAGES */	

	 
#homeEditable {
}

#homeEditable p:first-child {
}



	
#logo {
	cursor: pointer;
	}


hr {
	border-top: 0px; 
	border-left: 0px; 
	border-right: 0px;
	border-bottom: 1px dashed rgb(219,219,219); 
	margin: 20px 0px;
	clear: both;
	}

/* Map In Contact Page */
#map_canvas {} 

canvas {
}


/*hide fake email input from client */
.notEmail {
	display: none;
}

/* SILVERINK LINK */
#silverinkWebDesign {
	font-size: 10px;
	font-family: helvetica, arial;
	margin-left: 2px;
	margin-top: 5px;
}
#silverinkWebDesign 	a {
	color: #888;
}

#topBanner nav { 		
		}
 
	#topBanner nav {
	}
		 #topBanner nav li {
		}
		#topBanner nav li a {
		}












		
/*************/
/* 3D STYLES */

	#info {
		position: absolute;
		margin: 0px;
		overflow: hidden;
		top: 0px; width: 100%;
		color: #ffffff;
		padding: 0px;
		font-family:Monospace;
		font-size:13px;
		font-weight: bold;
		text-align:center;
	}

	.infoLayer {
		width: 100px;
		opacity: 0.2;
		cursor: pointer;
		position: absolute;
		z-index: 30;
		text-align: center;
		color: #fff;
	}

	.infoLayer:hover {
		opacity: 0.6;
	}

	div.infoText {
		width: 90px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.6em;
		background: #fff;
		padding: 0.5em;
		border-radius: 2px;
		color: #000;
	}

	#videoLayer {
		visibility: hidden;
		width: 700px;
		height: 400px;
		opacity: 0.85;
		cursor: pointer;
		position: absolute;
		z-index: 40;
		color: #fff;
	}

	.VRbutton {
		position: fixed;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.6em;
		bottom: 20px;
		right: 20px;
		padding: 8px;
		color: #FFF;
		background-color: #555;
	}

	.VRbutton:hover {
		cursor: pointer;
		background-color: rgb(18, 36, 70);
	}

	.VRbutton.error {
		pointer-events: none;
		background-color: red;
	}
/*************/
		
		
		
		
		
		
		
		
		
		
		




/* ==|== media queries ======================================================
   Media Queries for Responsive Design.
   These override the primary ('mobile/desktop first') styles
   Modify as content requires.
   ========================================================================== */


   
   
/*===============================*/
/* 480 - LANDSCAPE MOBILE LAYOUT */
/*===============================*/

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */
 
}





















/*=====================*/
/* 768 - TABLET LAYOUT */
/*=====================*/
@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */
}












/*=======================*/
/* 1024 - DESKTOP LAYOUT */
/*=======================*/
@media only screen and (min-width: 1024px) {
  /* Style adjustments for viewports 1024px and over go here */
	
}










/* WIDE DESKTOP LAYOUT */
@media only screen and (min-width: 1176px) {
  /* Style adjustments for viewports 1176px and over go here */
}











/* RETINA OVERRIDES */
@media only screen and (-webkit-min-device-pixel-ratio : 1), only screen and (min-device-pixel-ratio : 1) {
	/* Style adjustments if the minimum device pixel ratio is 1.5 */ 
	#logo {
		background-image: url("logo@2x.png") !important;
	}
}




















/* ==|== non-semantic helper classes - NO NEED TO TOUCH ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}