@font-face {
	font-family: 'Philosopher-Regular';
	src: url('../fonts/Philosopher-Regular/Philosopher-Regular.eot');
	src: url('../fonts/Philosopher-Regular/Philosopher-Regular.woff') format('woff'), url('../fonts/Philosopher-Regular/Philosopher-Regular.ttf') format('truetype'), url('../fonts/Philosopher-Regular/Philosopher-Regular.svg') format('svg');
}
@font-face {
	font-family: 'Philosopher-Bold';
	src: url('../fonts/Philosopher-Bold/Philosopher-Bold.eot');
	src: url('../fonts/Philosopher-Bold/Philosopher-Bold.woff') format('woff'), url('../fonts/Philosopher-Bold/Philosopher-Bold.ttf') format('truetype'), url('../fonts/Philosopher-Bold/Philosopher-Bold.svg') format('svg');
}
@font-face {
    font-family: 'digital-7';
    src: url('../fonts/digital-7.eot');
    src: url('../fonts/digital-7.eot?#iefix') format('embedded-opentype'),
         url('../fonts/digital-7.woff2') format('woff2'),
         url('../fonts/digital-7.woff') format('woff'),
         url('../fonts/digital-7.ttf') format('truetype'),
         url('../fonts/digital-7.svg#digital-7_monomono') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
	box-sizing: border-box;
}
body {
  background-color: #000;
	color: #eee;
	margin: 0;
	padding: 0;
}
header {
	padding: 0;
	margin: 0;
  text-align: center;
  font-family: 'Philosopher-Bold';
  font-size: 86px;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
section {
  padding: 0;
	margin: 0;
	width: 100%;
}
#titleImage {
	display: inline-block;
	position: relative;
	object-fit: none;
	-o-object-fit: none;
}
#toolsImageLeft {
	position: absolute;
	object-fit: none;
	-o-object-fit: none;
	object-position: 100% 0;
	-o-object-position: 100% 0;
	margin: 12px 0 0 0;
	padding: 0;
	height: 60px;
	width: 60px;
	z-index: 1;
}
#toolsImageRight {
	position: absolute;
	object-fit: none;
	-o-object-fit: none;
	object-position: 0 100%;
	-o-object-position: 100% 0;
	margin: 12px 0 0 0;
	padding: 0;
	height: 60px;
	width: 60px;
	z-index: 2;
}
#brainImage {
	position: relative;
	margin: 0;
	padding: 15px 0 15px 5px;
	height: 60px;
	width: auto;
	z-index: 5;
}
#brain_canvas {
	padding-left: 0;
	padding-right: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 750px;
	height: 550px;
}
#titleBackground {
	padding-left: 0;
	padding-right: 0;
	height: auto;
	width: 100%;
	margin: auto;
	background-image: url("../images/bg-header2.png");
	background-repeat: repeat-x;
}
#titleBlock1 {
  display: inline-block;
  color: rgb(8, 47, 221);
}
#titleBlock2 {
  display: inline-block;
  color: rgb(182, 186, 204);
}
#titleBlock3 {
  display: inline-block;
  color: rgb(255, 255, 255);
}
#body .bodyheader {
	background: url(../images/bg-body-header.png) no-repeat top center;
	display: block;
	margin: auto auto;
	padding: 112px 0 0;
	width: 100%;
}
#body .bodyfooter {
	background: url(../images/bg-body-footer.png) no-repeat bottom center;
	display: block;
	margin: 0 auto;
	padding: 114px 0 0;
	width: 100%;
}
#body .content {
	background-color: black;
	display: block;
	margin: 0 auto;
	padding: 10px 0;
	width: 100%;
}
#body h1 {
	margin-left: 15px;
	color: #eee;
	font-family: 'Philosopher-Bold';
	font-size: 20px;
	font-weight: normal;
	line-height: 80px;
	text-transform: uppercase;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}
#body h2 {
	margin: 12px;
	padding: 12px;
	background: #070707 url(../images/gradient3.png) repeat-x top center;
	border: 1px solid #22272a;
	color: #eee;
	font-family: 'Philosopher-Regular';
	font-size: 12px;
	font-weight: normal;
}
#body h3 {
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	background: #070707 url(../images/gradient3.png) repeat-x top center;
	border: 1px solid #22272a;
	color: #fff;
	font-family: 'Philosopher-Bold';
	font-size: 16px;
	font-weight: normal;
	height: 50px;
	letter-spacing: 0.07em;
	line-height: 50px;
	margin: 0 12px;
	padding: 0 19px;
	text-transform: uppercase;
}
#body .block {
	width: 100%;
	margin: 10px 0;
}
#body .leftblock {
	display: inline-block;
	width: 478px;
	margin: 10px 0;
}
#body .rightblock {
	display: inline-block;
	align-self: right;
	width: 478px;
	margin: 10px 0;
}
#body .home .content {
	padding: 80px 0 10px;
}
#body input {
	padding: 5px;
	margin: 0 12px;
	width: 200px;
}
#body .leftselect {
	display: inline-block;
	margin: 0 30px;
}
#body .rightselect {
	display: inline-block;
	margin: 0 30px;
}
#body .leftblock input {
	margin: 0 30px;
}
#body .rightblock input {
	margin: 0 30px;
}
#body button {
	margin: 0 10px;
	padding: 5px 15px;
	border-radius: 3px;
}
#footer {
	background: url(../images/bg-footer-panel.png) repeat-x bottom left;
	margin: 0;
	padding: 0;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 112px;
}
#footer > div {
	background: url(../images/bg-footer-main.png) repeat-x bottom center;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	height: 160px;
}
#footer_div {
	width: 100%;
	height: 100px;
	padding: 0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
}
#footer_canvas {
	width: 500px;
	height: 80px;
	padding: 0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
}
