html {
  position: relative;
  min-height: 100%;
}

html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

header, section, article, footer, nav {
  display: block;
}

body {
  background: url(../gfx/background.jpg);
  font-family: 'maximal', Arial, sans-serif;
  font-size: 16px;
  color: #fff;
  background-attachment: fixed;
  background-size: cover;
}

img {
  border: 0;
}

h2, h3 {
  text-transform: uppercase;
}

h3 {
  font-size: 25px;
  margin-bottom: 10px;
}

h3.norm {
  text-align: left;
  padding-left: 10px;  
}

h4 {
  text-align: left;
  padding-left: 10px;  
  font-size: 20px;
  padding-bottom: 9px;
}

#container {
  margin: 0 auto;
  width: 960px;
}

nav a,
nav a:hover {
  font-weight: 100;
  color: #fff;
  text-decoration: none;
}

a {
  color: #2ebde9;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

a:hover {
  color: #2ebde9;
  text-decoration: none;
}

header {
  text-align: center;
  height: 160px;
}

header h1 {
  margin: 50px 0 30px 0;
}

header ul {
  width: 770px;
  margin: 0 auto;
}

header li {
  list-style-type: none;
  float: left;
  padding: 5px 7px 3px 7px;
  margin: 0 50px 0 0;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

header li:last-child {
  margin: 0;
}

header li:hover, 
header li.active {
  color: #fff;
  background:rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

section.breaker {
  background:rgba(255, 11, 93, 0.4);
  border-radius: 2px;
  text-align: center;
  margin: 20px 0;
}

section.breaker article {
  background: none;
}

section {
  text-align: center;
}

article {
  text-align: center;
  background:rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  margin: 20px 0;
}

.superblue {
  background:rgba(45, 195, 240, 0.1);
}

section.triple {
  width: 305px;
  float: left;
  margin-right: 20px;
}

section.triple:last-child {
  margin-right: 0;
}

section.double {
  width: 470px;
  float: left;
  margin-right: 20px;
}

section.double:last-child {
  margin-right: 0;
}

p {
  display: inline-block;
}

article {
  text-align: center;
  padding: 20px;
}

div.full {
  text-align: center;
  padding: 0;
}

div:after,
section:after,
article:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.bgopacity {
  background:rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

h2 {
  font-size: 40px;
  margin: 0;
  padding: 20px 0;
}

article p {
  text-align: left;
  margin: 10px;
  padding: 0;
  float: left;
  line-height: 30px;
  text-align: center;
}

article p.w430 {
  width: 430px;
  text-align: left;
}

article p.norm {
  text-align: left;
}

p.contact {
  text-align: left;
  margin: 10px;
  padding: 40px;
  float: left;
  width: 280px;
  line-height: 30px;
}

.full ul {
  float: left;
  margin: 10px 30px 0 0;
  padding: 0;
  width: 550px;
}

.full li {
  text-align: left;
  background: url(../gfx/brains.png) no-repeat left top;
  padding: 0px 0px 25px 45px;
  list-style: none;
}

ul {
  margin: 10px 30px 0 0;
  padding: 0;
}

li {
  list-style-type: none;
  text-align: left;
  padding: 5px 20px;
  line-height: 25px;
}

#submitter,
a.button {
  background: rgba(111, 211, 244, 0.1);
  display: block;
  color: #2fbfea;
  padding: 5px 7px 3px 7px;
  text-align: center;
  width: 180px;
  margin: 10px auto;
  border-radius: 2px;
  border: 1px solid rgba(111, 211, 244, 0.1);
}

#submitter:hover,
a.button:hover {
  border: 1px solid #2fbfea;
}

img.reference {
  border-radius: 2px;
  width: 600px;
}

.left {
  float: left;
}

.right {
  float: right;
}

section.reference {
  margin: 20px 10px 0 0;
}

.mright {
  margin: 0 620px 20px 0;
  padding: 20px 20px 0 20px;
}

.mleft {
  margin: 0 0 20px 620px;
  padding: 20px 20px 0 20px;
}

footer {
  margin: 20px 0;
  height: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 11px;
  text-transform: uppercase;
}

footer ul { 
  margin: 0;
  padding: 0;
}

footer li {
  list-style-type: none;
  text-align: left;
  float: left;
  padding: 10px 20px 0 0;
}

footer li.imp {
  display: block;
  padding: 18px 0 0 20px;
  float: right;
}

footer img {
  opacity: 0.4;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

footer img:hover {
 opacity: 1;
}

footer a,
footer a:hover { 
  color: #fff;
  text-decoration: none;
}

.hidden {
  display:none;
}

#formbox {
  margin-left: 10px;
  width: 900px;
}

.formsection {
  text-align: left;
  position: relative;
  margin-bottom: 10px;
}

.fieldclass {
  background:rgba(255, 255, 255, 0.2);
  border: 0;
  color: #fff;
  font-size: 150%;
  margin-bottom: 20px;
  padding: 10px;
}

#submitter {
  line-height: 30px;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
}

.formsection textarea, 
.formsection input {
  font-family: 'maximal', Arial, sans-serif;
  border-radius: 2px;
  margin-bottom: 8px;
  opacity: 1;
  padding: 9px 7px 10px;
  width: 880px;
}

.label {
  color: #6dd4f3;
  cursor: text;
  left: 1px;
  line-height: 12px;
  opacity:1;
  padding: 7px 14px;
  position: absolute;
  top: 14px;
  white-space: nowrap;
  z-index: 1;
}

.formsection textarea:focus + .label, 
.formsection input:focus + .label {
  opacity:0.3;
  background:none;
}

.formsection textarea:focus + .label .mandatory, 
.formsection input:focus + .label .mandatory {
  font-size: 66px;
  left: 488px;
}

#t1, #t2 {
  font-size: 1px;
}