@import url(https://fonts.googleapis.com/css?family=Exo+2:400,700);

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html, button, input, select, textarea{color:#222;}
body{font-size:1em;line-height:1.4;}
::-moz-selection{background:#b3d4fc;text-shadow:none;}
::selection{background:#b3d4fc;text-shadow:none;}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}
img{vertical-align:middle;}
fieldset{border:0;margin:0;padding:0;}
textarea{resize:vertical;}
.chromeframe{margin:0.2em 0;background:#ccc;color:#000;padding:0.2em 0;}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* Swatch color

#fc9732 - orange
#92598c - purple
#f0f0f0 - grey-background
#656565 - grey-text

*/

body {
  font-size: 95%;
  color: #666;
  line-height: 1.5em;
  font-family: "Helvetica Neue", Arial, Helvetica, Sans-Serif;
  background: #f6f6d9;
  text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.01);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

#wrapper {
  width: 1180px;
  margin: 20px auto 0;
  background: #fff;
  box-shadow: 0 0 20px rgba(50, 50, 50, 0.75);
}

.padding {
  padding-left: 40px;
}

/* Header Styles */

#header, nav, .intro, .register-button, .countdown {
  font-family: "Exo 2", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
}

#header {
  position: relative;
  background: #fc9732;
  padding: 10px 40px;
}

#header:after {
  content: "";
  display: table;
  clear: both;
}

.logo {
  display: table-cell;
  vertical-align: middle;
  border-right: 1px solid #fff;
  padding: 10px 40px 10px 0;
}

.slogan {
  display: table-cell;
  vertical-align: middle;
  line-height: 20px;
}

.upper-text {
  color: #5d5d5d;
  font-size: 16px;
}

.bottom-text {
  color: #fff;
  font-size: 20px;
}

nav {
  background-color: #92598c;
  font-size: 14px;
}

.menu, .social {
  float: left;
  display: inline;
}

.menu {
  width: 85%;
}

nav ul {
  list-style: none;
}

nav ul li {
  display: inline-block;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #fff;
}

nav ul li a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.4s ease-out;
  -moz-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

nav ul li a:hover, nav ul li.on a {
  color: #fc9732
}

.login {
  padding: 0;
  margin: 0;
  border: none;
}

.social {
  width: 15%;
  margin-top: 17px;
}

.addthis_toolbox {

}

.intro {
  display: table;
  vertical-align: middle;
  width: 100%;
  background: url('../img/header.png') no-repeat top center;
  padding: 40px 0;
  border-bottom: 4px solid #fc9732;
}

.intro-image,
.left-text,
.right-text,
.question-mark {
  display: table-cell;
  vertical-align: middle;
}

.intro-image {
  width: 18%;
}

.left-text {
  font-size: 34px;
  line-height: 34px;
  text-transform: uppercase;
  color: #5d5d5d;
  padding-left: 30px;
}

.orange {
  color: #fc9732;
}

.right-text {
  font-size: 70px;
  line-height: 70px;
  padding: 20px;
}

/*.register-button {
  display: block;
  text-align: center;
  width: 100%;
  position: relative;
  top: -34px;
}

.register-button a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: #92598c;
  padding: 20px 60px 25px;
  border-radius: 10px;
  font-size: 30px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.register-button a:hover {
  color: #92598c;
  background: #fc9732;
}*/

.register-button {
  display: block;
  text-align: center;
  width: 42%;
  margin: 0 auto;
  position: relative;
  top: -34px;
  text-decoration: none;
  color: #FFF;
  background: #92598C;
  padding: 20px 60px 25px;
  border-radius: 10px;
  font-size: 30px;
  display: none;
}

section {

}

.third, .two-third, .full, .left, .right {
  float: left;
  padding: 0px 40px 20px;
}

.full {
  width: 100%;
}

.third {
  width: 33%;
}

.left, .right {
  width: 50%;
}

.half {
  float: left;
  width: 50%;
  padding-right: 20px;
}


.countdown {
  width: 100%;
  text-align: left;
  font-weight: 400;
  margin: 24px 0 12px;
}

.countdown p, .labels {
  font-size: 16px;
  color: #92598c;
  margin-top: 6px;
}

.countdown p {
  margin-right: 16px;
}

.element {
  font-size: 38px;
  color: #92598c;
}

.element, .labels {
  display: block;
}

.unit {
  float: left;
  margin-right: 16px;
  text-align: center;
}

.two-third {
  width: 67%;
}

.numbers {
  display: inline-block;
  font-size: 24px;
  color: #92598c;
  border: 1px solid #92598c;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height:35px;
  margin: 8px 12px 8px 0;
}

footer {
  background: #fc9732;
  padding: 20px 40px;
  text-align: right;
}

footer a {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

footer a:hover {
  opacity: 0.7;
}

/* Text Styling */


  h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    font-family: "Exo 2", "Helvetica Neue", Arial, Helvetica, Sans-Serif;
    color: #92598c; }

  h1 {
    font-size: 3em;
    line-height: 1;
    padding-top: 0.53em;
    margin-bottom: 0.5em;
    font-weight: normal; }

  h2 {
    font-size: 1.5em;
    line-height: 1;
    padding-top: 0.25em;
    margin-bottom: 0.5em;
    font-weight: normal; }

  h3 {
    font-size: 1.2em;
    line-height: 1;
    padding-top: 0.35em;
    margin-bottom: 0.65em; }

  h4 {
    font-size: 1em;
    line-height: 1.25;
    padding-top: 0.45em;
    margin-bottom: 0.8em;
    color: #92598c; }


    a {
      color: #92598c;
    }



    .winner {
      float: left;
      margin: 0 10px 0 0;
    }


.winners-2015 .full { width: 100%; }

.presignup {
  padding: 40px 0;
  border-bottom: 4px solid #fc9732;
  text-align: center;
  margin-bottom: 40px;
  background: #eee;
}

.presignup .register-button {
  display: block;
  position: static;
  padding: 10px 5px;
  font-size: 18px;
  border: none;
}

.presignup input {
  display: block;
  width: 42%;
  margin: 0 auto;
  padding: 10px 5px;
  border-radius: 10px;
  border: 1px solid #5d5d5d;

}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media screen and (min-width: 580px) {

}



/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir{background-color:transparent;border:0;overflow:hidden;*text-indent:-9999px;}
.ir:before{content:"";display:block;width:0;height:150%;}
.hidden{display:none !important;visibility:hidden;}
.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto;}
.invisible{visibility:hidden;}
.clearfix:before,
.clearfix:after{content:" ";display:table;}
.clearfix:after{clear:both;}
.clearfix{*zoom:1;}
.clearall {clear: both;}
