* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;  
}
body {
  padding: 0;
  margin: 0;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  position: relative;
  -webkit-font-smoothing: antialiased;
  min-width: 790px;
}   
a {
  color:#fc7272;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}  
a:hover {
  color:#C95858;
}  
h1,
h3 {
  margin-bottom: 5px;      
  letter-spacing: -1px;
  font-size: 45px;
  font-weight: 100;
  color: white;
  margin: 0;
  width: 100%;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.33);
}
h4 {
  margin-top: 30px !important;
  color: white;
}
p {
  color: rgba(255, 255, 255, 0.5);
  margin:0 0 16px 0;
}
.text p strong {
  color: rgba(255,2555,255,0.8);
}
p:nth-last-child(1) {
  margin:0;
}
::-webkit-input-placeholder {
  color:#5a6169;
}
:-moz-placeholder {
  color:#5a6169;
}
::-moz-placeholder {
  color:#5a6169;
}
:-ms-input-placeholder {
  color:#5a6169;
}
.left {
  left:0;
}
.right {
  right:0;
} 
.clear {
  clear: both;
}
.main section .page_container {
  position: relative;
  margin: 0 auto 0;
  width: 760px;
}
button,
a.button {  
  text-decoration: none;
  background: #fc7272;
  display: inline-block;
  color: #FFF;
  border-radius: 8px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  padding: 12px 48px;
  text-shadow: 1px 1px 0 rgba(194, 93, 93, 0.6);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: 0;
  border: 0px;
  cursor: pointer;
}
button.small,
a.button.small {
  font-size: 18px;
  line-height: 20px;
  padding: 12px 30px;
}
button.small {
  font-weight: 100;
  font-size: 16px;
}
button:hover,
a.button:hover {
  background: #E25757;
}
input {
  display: block;
  width: 300px;
  margin: auto;
  border-radius: 8px;
  outline: 0px;
  border: 2px solid #fc7272;
  padding: 10px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #1c2831;
}
input:focus {
  border-color: #C95858;
  background:rgba(28, 40, 49, 0.7);
}


/* vertical align */
section {
  display: table;
  width: 100%;
  padding: 60px 0px;
}
section .page_container {
  display: table-cell;
  vertical-align: middle;
}

/* Page 1 */
.main section.page1 {
  background: #263545 url(bg.png) bottom center;
  background-size:cover;
}
.main section.page1 h1 {
  text-align: center;
  background: url(https://static.webshopapp.com/shops/001946/files/014466841/logocolor.png) no-repeat center;
  text-indent: -9999px;
  height: 237px;
}
.main section.page1 .date {
  width: 760px;
  position: relative;
  margin: auto;
}
.main section.page1 .date span {
  position: absolute;
  top: -135px;
  font-size: 45px;
  color: #FFF;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.33);
}
.main section.page1 h2 {
  color: #FFF;
  margin:80px 0px;
  text-align: center;
  font-weight:100;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.33);
}
a.nextpage {
  display: block;
  margin: 0 auto;
  border: 3px solid #fc7272;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  margin-top: 80px;
}
a.nextpage:hover {
  border-color: #C95858;
}
img.arrow {
  width: 15px;
  margin-top: 8px;
}
img.arrow:hover {
  opacity:0.8;
}
/* Page 2 */
.main section.page2 {
  background: #263545;
}
.main section.page2 ul {
  list-style-type:none;
  padding:0;
  margin:0 auto;
  width:700px;
  margin-top:60px;
}
.main section.page2 ul li {
  width:700px;
  height:96px;
}
.main section.page2 ul li span {
  display: inline-block;
  width: 270px;
  font-size: 22px;
  line-height:65px;
}
.main section.page2 ul li span.first {
  text-align: right;
  float: left;
  color:rgba(255, 255, 255, 0.5);
}
.main section.page2 ul li span.second {
  text-align: left;
  float: right;
  color: #FFF;
}
.main section.page2 ul li span.icon {
  text-indent: -9999px;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  border: 3px solid #fc7272;
}
.main section.page2 ul li span.icon:after {
  display: block;
  margin: -8px 0 0 26px;
  height: 37px;
  content: " ";
  text-shadow: none;
  background-color: #fc7272;
  width: 1px;
}
.main section.page2 ul li span.icon.end:after {
  width:0;
}
.main section.page2 ul li span.start {
  background: url(start.png) no-repeat center right 14px;
}
.main section.page2 ul li span.teams {
  background: url(teams.png) no-repeat center right 11px;
}
.main section.page2 ul li span.hack {
  background: #fc7272 url(wrench.png) no-repeat center right 12px;
}
.main section.page2 ul li span.judgement {
  background: url(judgement.png) no-repeat center right 11px;
}
.main section.page2 ul li span.results {
  background: url(results.png) no-repeat center right 11px;
}
.main section.page2 ul li span.end {
  background: url(end.png) no-repeat center right 12px;
}
  
/* Page 3 */
.main section.page3 {
  background: #263545 url(bg-maps.png) top center;
  background-size:cover;
}
.main section.page3 .page_container {
  overflow: hidden;
  top: 16%;
}
.main section.page3 ul {
  padding:0;
  margin:0;
  list-style:none;
}
.main section.page4 ul.possible .info {
  height:380px;
}
.main section.page4 ul.possible .info p {
  color:#fff;
  font-size:16px;
  line-height:1.4;
}
.main section.page3 ul li {
  color:#FFF;
}

/* Page 4 */
.main section.page4 {
  margin: 0 auto;
  background: #263545 url(bg-why.png) top center;
  bottom: 0;
  width: 100%;
}
.main section.page4 ul li {
  display:inline-block;
  text-align:center;
  vertical-align:text-top;
  width:360px;
}
.main section.page4 ul li img {
  width: 272px;
  padding:40px 40px 0px 40px;
}
.main section.page4 ul li a {
  opacity: 0.5;
  height: 85px;
  display: inline-block;
}
.main section.page4 ul li a:hover {
  opacity: 1;
}
.main section.page4 ul li .info {
  width: 320px;
  margin: 0 auto;
  text-align: center;
  margin-top: 32px;
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  padding: 32px;
  font-size: 14px;
}
.main section.page4 ul li .info p {
  margin:0;
}

/* Page 5 */
.main section.page5 {
  background: #263545;
}
.main section.page5 h3 {
  margin-bottom:40px;
}
.main section.page5 .text {
  width: 650px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.05);
  padding: 32px 40px;
  border: 2px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
}
#form-holder .form-group:nth-child(4) input {
  width:40px;
  text-align:center;
}
/* Page 4 */
.main section.page6 {
  margin: 0 auto;
  background: #263545;
  bottom: 0;
  width: 100%;
}
.main section.page6 p.last {
  margin-bottom: 60px
}
.main section.page6 .button {
  margin-top: 60px;
}