html {
	height: 100%;
	background: #000;
   	color: #fff;
}
html {
	height: 100%;
   	color: #fff;
	font-family: Verdana,Geneva,sans-serif; 
}
body {
	background-image: url("/images/site/site_bg.jpg");
}
a, a:visited 	{ color:rgb(125, 183, 221); text-decoration: none;  }
a:hover 		{ text-decoration: none; }
a:active 		{ text-decoration: none; }

h1, h2, h3, h4	{ 
	font-weight:normal; 
	color: #aaa;
}
.copyright {
	font-size: 12px;
	color:#ccc;
}
.atom-void-logo {
	margin-top: 20px;
	margin-bottom: 5px;
}
/* ------------------- HEADER NAV ------------------- */
.topnav-frame {
	position: fixed;
	top: 0;
	width: 100%;
	min-width: 700px;
	text-align: center;
	background-color: #00000080;
}
.topnav {
	display: inline-block;
	overflow: hidden;
	white-space: nowrap !important;
}
.topnav a {
	float: left;
	margin: 10px;
	text-decoration: none;
	font-size: 22px;
	text-align: center;
}
.topnav a:hover {
	color: rgb(255, 145, 0, 0.5);
}
.topnav a.active {
	background-color: #4CAF50;
	color: rgb(255, 145, 0, 0.9);
}
/* ------------------- FOOTER NAV ------------------- */
.footernav-frame {
	position: fixed;
	bottom: 0px;
	margin: 0px;
	width: 100%;
	text-align: center;
	background-color: #00000080;
}
.footernav {
	display: inline-block;
	overflow: hidden;
}
.footernav a {
	float: left;
	margin: 10px;
	text-decoration: none;
	font-size: 12px;
	text-align: center;
	padding: 3px;
}
.footernav a:hover {
	background-color: #ddd;
	color: black;
}
.topnav a.active {
	background-color: #4CAF50;
	color: white;
}
/* ------------------- CONTENT: COMMON ------------------- */
.content-frame {
	left: 50%;
	text-align: center;
	padding-bottom: 0px;
}
.content {
	min-width: 1280px !important;
	margin 0 auto;
	margin-top: 50px;
	margin-bottom: 0px;
	padding: 50px;
	border-left: 1px solid #422600;
	border-right: 1px solid #422600;
	background-color: #00000090;
	display: inline-block;
	margin-top: 0px;
	padding: 0;
	font-size: 14px;
}
.content-box-frame {
	width: 100px;
	height: 100px;
}
.content-box {
	display: inline-block;
	margin: 0 auto;
	width: 640px auto;
	padding: 20px;
}
/* ------------------- CONTENT: HOMEPAGE ------------------- */
.content-homepage {
	padding-top: 50px;
	text-align: center;
}
.content-homepage h1 {
	text-align: center;
	font-size: 25px;
	color: rgb(153, 255, 19);
}
/* ------------------- CONTENT: MEDIA ------------------- */
.content-media {
	padding: 30px !important;
	padding-top: 50px !important;
	text-align: center;
}
.content-media h1 { color: rgb(153, 255, 19); font-size: 30px; }
/* ------------------- CONTENT: CONTACT ------------------- */
.content-contact {
	padding-top: 50px;
	text-align: center;
}
.content-contact h1 { color: rgb(153, 255, 19); font-size: 30px; }
.content-contact td { padding: 15px; text-align: left; }
.content-contact a  { font-size: 20px !important; }

/* ------------------- CONTENT: STUDIO ------------------- */
.content-studio {
	margin-top: 20px;
	padding: 30px !important;
	text-align: center;
}
.content-contact h1 { color: rgb(255, 145, 0); font-size: 30px; }
/* ------------------- CONTENT: FAQ ------------------- */
.content-faq {
	padding: 70px !important;
	padding-top: 50px !important;
	text-align: left;
}
.content-faq h1 {
	text-align: center;
	color: rgb(153, 255, 19);
	font-size: 40px;
}
.content-faq h2 {
	margin-left: -10px;
	font-size: 18px;
	color: rgb(255, 145, 0);
}
.content-faq h4 {
	color: rgb(153, 255, 19);
}
/* ------------------- CONTENT: PRIVACY ------------------- */
.content-privacy {
	max-width: 800px !important;
	padding-top: 50px !important;
	padding-top: 50px !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
	padding-bottom: 50px !important;
	text-align: left;
}
/* ------------------- MODULES ------------------- */
.screenshot {
	border: 1px solid #222;
	margin: 2px;
	max-width: 480px;
	height: 270px;
}
.screenshot-gallery img {
	margin: 30px !important;
	width: 100px !important;
	height: auto !important;
}
.social-icons {
	padding: 20px;
	margin-bottom: 30px;
}
.social-icons a {
	padding: 5px;
}
.thumb-mag {
	position: absolute;
	margin-left: -475px;
	margin-top: 10px;
	pointer-events: none;
}
/* ------------------- DG FEATURE LIST ------------------- */
.dg-feature-list {
	border-collapse: collapse;
	margin: 20px;
}
.dg-feature-list td {
	text-align: left;
}
.dg-feature-list img {
	width: 100px;
	height: auto;
}
.dg-feature-topic {
	color: rgb(255, 145, 0);
	font-size: 18px !important;
	text-align: left;
	border-bottom: 2px solid #422600;
	margin-bottom: 5px;
}
.dg-feature-item {
	color: rgb(153, 255, 19);
}
.dg-feature-details {
	font-size: 14px;
	text-align: left !important;
}
.dg-feature-section {
	margin-bottom: 10px;
	padding: 5px;
}
.dg-feature-section h3 {
	text-align: left;
}
.dg-feature-icon {
	width: 550px !important;
	height: auto;
}
.dg-bullet {
	width: 16px !important;
	height: 16px !important;
}