/********************** FONTS **********************/

@font-face {
    font-family: 'gordita';
    src: url('../fonts/gorditaregular-webfont.eot');
    src: url('../fonts/gorditaregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gorditaregular-webfont.woff2') format('woff2'),
         url('../fonts/gorditaregular-webfont.woff') format('woff'),
         url('../fonts/gorditaregular-webfont.ttf') format('truetype'),
         url('../fonts/gorditaregular-webfont.svg#gorditaregular') format('svg');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'gordita';
    src: url('../fonts/gorditamedium-webfont.eot');
    src: url('../fonts/gorditamedium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gorditamedium-webfont.woff2') format('woff2'),
         url('../fonts/gorditamedium-webfont.woff') format('woff'),
         url('../fonts/gorditamedium-webfont.ttf') format('truetype'),
         url('../fonts/gorditamedium-webfont.svg#gorditamedium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'gordita';
    src: url('../fonts/gorditablack-webfont.eot');
    src: url('../fonts/gorditablack-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gorditablack-webfont.woff2') format('woff2'),
         url('../fonts/gorditablack-webfont.woff') format('woff'),
         url('../fonts/gorditablack-webfont.ttf') format('truetype'),
         url('../fonts/gorditablack-webfont.svg#gorditablack') format('svg');
    font-weight: 900;
    font-style: normal;

}

/********************** GENERAL **********************/

html, body {
  background-color: #1b1b1b;
  font-family: 'gordita', helvetica, sans-serif;
  font-weight: 400;
  color: #919191;
  font-style: normal;
  height: 100%;
  margin:0px;
  text-rendering: optimizeLegibility;
}
#wrapper {
  min-height:800px;
}

a:link, a:active, a:visited {
  color:#ffffff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/********************** TOP **********************/
#top {
  width: 100%;
  text-align: right;
}
.navitem {
  font-size: 13px;
  color:#fff;
  display: inline-block;
  font-weight: 500;
}
#top .navitem a:link, #top .navitem a:visited {
  color: #c2c2c2;
}

/*top mobile*/
@media (max-width: 767px) {
  .navitem {
    padding: 15px;
  }
  .navitem:last-of-type {
    padding-right: 15px;
  }
}

/*top tablet portrait*/
@media (min-width: 768px) and (max-width: 1023px) {
  .navitem {
    padding: 30px 15px;
  }
  .navitem:last-of-type {
    padding-right: 30px;
  }
}

/* top desktop */
@media (min-width: 1024px) and (max-width:1366px){
  .navitem {
    padding: 30px 15px;
  }
  .navitem:last-of-type {
    padding-right: 30px;
  }
}

/* top desktop xxl */
@media (min-width: 1367px) {
  .navitem {
    padding: 30px;
  }
}

/**************** MAIN *****************/
#main {
  width:100%;
  padding-bottom: 60px;
}
#main-wrapper {
  width: 60%;
  max-width: 760px;
  margin: auto;
}
.launch {
  font-family: Gordita;
	font-size: 11px;
	font-weight: 500;
	line-height: 2.5;
	letter-spacing: 1.4px;
  margin-top:20px;
	color: #656565;
  text-transform: uppercase;
}
#logo img {
  width:100%;
}
#intro {
  font-size: 15px;
  line-height: 1.8em;
}

/*main mobile*/
@media (max-width: 768px) {
  #main-wrapper {
    width:86%;
    padding:50px 7%;
  }
  #logo {
    width: 70%;
    margin: 20px 0px;
  }
  #intro {
    font-size: 14px;
    line-height: 1.7em;
  }
}

/*main tablet portrait*/
@media (min-width: 768px) and (max-width: 1023px) {
  #main-wrapper {
    width:78%;
    margin:60px auto;
    text-align: center;
  }

  .launch {
    margin-bottom: 40px;
  }

  #intro {
    margin-top:50px;
    font-size: 15px;
    line-height: 1.8em;
  }
}

/* main desktop */
@media (min-width: 1024px) and (max-width:1366px){
  #main-wrapper {
    width:86%;
    max-width: 750px;
    padding:0px 7% 60px 7%;
    text-align: center;
  }

  .launch {
    margin-bottom: 40px;
  }

  #intro {
    margin-top:50px;
    font-size: 15px;
    line-height: 1.8em;
  }
}

/* main desktop xxl */
@media (min-width: 1367px) {
  #main-wrapper {
    width:86%;
    max-width: 750px;
    padding:0px 7% 80px 7%;
    text-align: center;
  }

  .launch {
    margin-bottom: 40px;
  }

  #intro {
    margin-top:50px;
    font-size: 15px;
    line-height: 1.8em;
  }
}



/**************** BOTTOM ****************/
#bottom {
  /*width: 100%;*/
  background-color: #121212;
  position: relative;
  z-index: 1;
}

#bottom::before {
   content: "";
   background: #121212;
   height: 100px;
   transform: skewY(-3.5deg);
   position: absolute;
   width:100%;
   left: 0;
   top:-50px;
   z-index: -1;
}


#bottom-wrapper {
  /*width:80%;*/
  /*max-width: 760px;*/
  margin: auto;
}

#bottom h1 {
  font-family: Gordita;
  font-weight: 400;
	letter-spacing: -0.3px;
	color: #ffffff;
}

#bottom p {
  font-family: Gordita;
  font-weight: 400;
	color: #909090;
  padding-bottom: 30px;
}

.pic {
  border-radius: 3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
}

/*bottom mobile*/
@media (max-width: 768px) {
  #bottom {
    padding:30px 7%;
  }
  #bottom h1 {
    font-size: 21px;
  	line-height: 1.5;
  }
  #bottom p {
    font-size: 13px;
  	line-height: 2.1;
  }
  .pic {
    width:50px;
  }
}

/*main tablet portrait*/
@media (min-width: 768px) and (max-width: 1023px) {
  #bottom {
    padding:40px 11%;
    text-align: center;
  }
  #bottom h1 {
    font-size: 26px;
    line-height: 1.19;
	  letter-spacing: -0.3px;
  }
  #bottom p {
    margin-bottom:30px;
    font-size: 15px;
  	line-height: 2.1;
  }
  .pic {
    width:50px;
  }
}

/* bottom desktop */
@media (min-width: 1024px) and (max-width:1366px){
  #bottom {
    padding:40px 7%;
    text-align: center;
  }
  #bottom h1 {
    font-size: 26px;
    line-height: 1.19;
	  letter-spacing: -0.3px;
  }
  #bottom p {
    margin-bottom:30px;
    font-size: 15px;
  	line-height: 2.1;
  }
  .pic {
    width:50px;
  }
}

/* bottom desktop */
@media (min-width: 1367px) {
  #bottom {
    padding:40px 7%;
    text-align: center;
  }
  #bottom h1 {
    font-size: 26px;
    line-height: 1.19;
	  letter-spacing: -0.3px;
  }
  #bottom p {
    margin-bottom:30px;
    font-size: 15px;
  	line-height: 2.1;
  }
  .pic {
    width:50px;
  }
}

/************* FORM *****************/

form h2 {
	width: 218px;
	height: 21px;
	font-family: Gordita;
	font-size: 16px;
	font-weight: 500;
	line-height: 0.8;
	color: #fff;
}

label {
  width:100%;
  padding-bottom: 50px;
}

label:last-of-type {
  padding-bottom: 0px;
}

label:hover {
  cursor: pointer;
  /*display: table-row;*/
}

.col1, .col2, .col3 {
  display: table-cell;
  vertical-align: top;
  padding-right: 20px;
  padding-bottom: 10px;
  text-align: left;
}

.col3 {
  padding-right: 0px;
}

.desc {
  font-size: 13px;
	line-height: 1.7;
	color: #919191;
  margin-left: 40px;
  margin-bottom: 30px;
}

.author {
  font-size: 10px;
  letter-spacing: 1.4px;
	color: #919191;
}


input[type='checkbox'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  margin-top: 15px;
  border-radius: 3px;
  background-color: #353535;
  font-family: 'FontAwesome';
  font-size: 15px;
}

input[type=checkbox]:checked {
  background-color: #008DC8;
  color: #ffffff;
}

input[type=checkbox]:checked:before {
  content:"\f00c";
} /* checked icon */

input[type=checkbox]:checked:before {
  padding-left:3px; line-height: 1.2em;
}/* allow space for check mark */

input[type=checkbox]:checked:hover {
  border:none;
}/* make sure check is properly positioned when clicked and hovering */

input[type='checkbox']:hover {
  border: 2px solid #008DC8;
  cursor: pointer;
}

input[type="email"] {
    width: 216px;
    height: 20px;
    border-radius: 3px;
    background-color: #353535;
    border: solid 2px #353535;
    font-family: Gordita;
  	font-size: 13px;
  	line-height: 1.6;
  	color: #bcbcbc;
    padding:10px 90px 10px 15px;
}

input[type="email"]:focus {
  border: 2px solid #008DC8;
}

input[type="submit"] {
    margin-left: -94px;
    height: 44px;
    width: 90px;
    border-radius: 0px 3px 3px 0px;
    background-color: #008DC8;
    font-family: Gordita;
  	font-size: 13px;
  	font-weight: 400;
  	color: #ffffff;
    -webkit-appearance:none;
}

input[type="submit"]:hover {
  cursor: pointer;
}

#error {
  color: #F50220;
  font-weight: 500;
  padding-top:10px;
}

#captcha {
  text-align: center;
  width:304px;
  margin: auto;
}

/*form mobile*/
@media (max-width: 768px) {
  .emailform {
    margin: 40px auto;
  }
  input[type="email"] {
    width: -moz-calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    width: -o-calc(100% - 120px);
    width: calc(100% - 120px);
  }
  .row {
    display: block;
  }
}

/*main tablet portrait*/
@media (min-width: 768px) and (max-width: 1023px) {
  .emailform {
    margin: 70px auto;
  }
  input[type="email"] {
    width: 350px;
  }
  .row {
    display: block;
  }
  .desc {
    text-align: left;
  }
}

/* form desktop */
@media (min-width: 1024px) and (max-width:1366px){
  label {
    display: inline-block;
    vertical-align:top;
    text-align: left;
    width: 26%;
    margin-right: 8%;
    padding-bottom: 10px;
  }

  label:last-of-type {
    margin-right: 0px;
  }

  .emailform {
    margin: 30px auto;
    width:75%;
  }

  input[type="email"] {
    width:450px;
  }
}

/* form desktop xxl */
@media (min-width: 1367px) {
  label {
    display: inline-block;
    vertical-align:top;
    text-align: left;
    width: 26%;
    margin-right: 8%;
    padding-bottom: 10px;
  }

  label:last-of-type {
    margin-right: 0px;
  }

  .emailform {
    margin: 30px auto;
    width:75%;
  }

  input[type="email"] {
    width:450px;
  }

  form h2 {
    font-size: 20px;
    line-height:1.05em;
  }
}

/************* FOOTER ***************/
#footer {
  /*background-color: #131313;*/
  margin: 100px 0px 100px 0px;
  text-align: center;
}
#footer h2 {
  font-size: 11px;
	font-weight: 500;
	font-style: normal;
	line-height: 2.55;
	letter-spacing: 1.4px;
	color: #656565;
  text-transform: uppercase;
}
#footer a.social {
  font-family:'FontAwesome';
  color: #767676;
  font-size:18px;
  padding:5px 5px 0px 5px;
  display: inline-block;
  width:15px;
  height:15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  padding: 10px;
  margin:0px 10px;
  border: 1px solid #767676;
}

#footer a.social:hover {
  text-decoration: none;
  color: #008DC8;
  border: 1px solid #008DC8;
}

#legal {
  margin-top: 60px;
  font-size: 0.8em;
}

#legal a {
  color: #919191;
}

.fa {
  font-family:'FontAwesome';
}
