/* START GLOBAL */
html,body,div,span,applet,object,iframe,input,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0;
	padding:0;
	border: 0px;
}

body {
	font-family:'Open Sans', sans-serif;
	color:#fff;
	font-size:14px;
	line-height:1.5;
	overflow-x:hidden;
}
a {
	text-decoration:none;
	color:#fff;	
}

#mainform {
	width:960px;
	display:block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

.description {
	margin:50px 10px;
	font-size:16px;
}

h1 {
	font-size:40px;
	padding:0px;
	margin:50px 10px;
	line-height:1;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing: -1px;
	
}
h1 a {
	color:#1e1e1e;
}

h2 {
	font-size:24px;
	line-height:1;
	padding:0px;
	margin:0px;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing: -1px;
}


h3 {
	font-size:18px;
	line-height:1;
	padding:0px;
	margin:0px;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing: -1px;
}
p {
	padding-top: 10px;
	line-height:1.5;
}





.readmore a {
/*	display:block; */
	font-size:20px;
	height:48px;
	margin:20px 0px 0px 0px;
	width: auto;
	padding: 8px 15px;
}


.demoitem {
	padding: 0 14px;
	line-height:48px;
	font-size:20px;
	margin-right:5px;
/*	display:block; */
}
.demozone {
	width:960px;
	margin:50px auto;
	font-family:'Open Sans', sans-serif;
	font-size:20px;
	border-bottom:1px solid #111;
}
.demohover:hover {
	background:#E4F0F7;
}

#loadingholder {
	display:none;
}

@media screen and (max-width:959px) {
	#mainform {
		width:100%;
	}
	h1 {
		font-size: 200%;
	}
/*	h1, .demozone {
		width:100%;
	} */
	
	h1, .demozone {
		width:100%;
	}
	
	h1 > img {
		width:48px;
		height:48px;
	}
	/*
	.demoitem {
		padding: 0 10px;
		line-height:36px;
		font-size:16px;
		margin-right:5px;
		display:block;
	}
	*/
	
	p > a > img {
		width:90%;
	}
	
	.docs {
		margin-left: 20px;
		float:none !important;
	}
	.copyright {
		float:none !important;
	}

}



/* START FOOTER */
.footer {
	background-color: rgba(25, 25, 25, 0.90);
	color: #CCCCCC;
	height: 100px;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	padding: 20px;
	height: auto; !important
}

.docs {
	cursor:pointer;
	height:90px;
	float:left;
	margin-bottom:20px;
}
.docs > a {
	display:block;
	height:90px;
	line-height:90px;
}
.docs > a > img {
	display:inline-block;
	vertical-align: middle;
	width:48px;
	height:48px;
	line-height:1;
	margin:0 10px;
}
.docs > a > span {
	display:inline-block;
	margin-right:10px;
}

.copyright {
	cursor:pointer;
	float:right;
	display:block;
	height:90px;
	width:370px;
}
.copyright > a {
	height:90px;
	line-height:90px;
	display:block;
}
.copyright > a > img {
	width:90px;
	height:90px;
	margin:0 10px;
	display:block;
	float:left;
}
.copyright > a > span {
	display:block;
	line-height:1;
	font-size:20px;
	float:left;
}
.copyright > a > .brand {
	font-size:40px;
	font-family: 'Orbitron', sans-serif;
	font-weight:bold;
	color:#627B95;
	line-height:1.5;
	margin-right:10px;
	
}
/* END FOOTER */



/* END GLOBAL */
