body {
  background-color: #2f292b;
  font-family:'Varela Round', sans-serif;
  color: white;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin: 10px 0px 16px;
  opacity: 0.5;
  font-family: Lato, sans-serif;
  font-size: 68px;
  line-height: 54px;
  font-weight: 700;
  letter-spacing: 15px;
  text-transform: uppercase;
  text-shadow: none;
}
h2 {
  margin: 10px 0px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  text-shadow: none;
}
h3 {
  margin: 5px 0px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-shadow: none;
}
h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 23px;
  letter-spacing: 0px;
  text-shadow: none;
}
.button {
  display: block;
  width: 79px;
  height: 67px;
  float: left;
  border-radius: 0px;
  background-color: transparent;
  background-image: url('../images/icon_twitter.png');
  background-repeat: no-repeat;
  background-attachment: scroll;
  box-shadow: none;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: white;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  text-shadow: rgba(0, 0, 0, 0.18) 0px 1px 0px;
}
.button:hover {
  background-color: transparent;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  text-shadow: none;
}
.button:active {
  background-color: transparent;
  box-shadow: none;
}
.button.instagram {
  width: 78px;
  background-image: url('../images/icon_instagram.png');
  opacity: 0.8;
}
.button.instagram:hover {
  opacity: 1;
}
.button.instagram:active {
  opacity: 0.5;
}
.button.twitter {
  opacity: 0.8;
}
.button.twitter:hover {
  opacity: 1;
}
.button.twitter:active {
  opacity: 0.5;
}
.button.linkedin {
  background-image: url('../images/icon_linkedin.png');
  background-repeat: no-repeat;
  background-attachment: scroll;
  opacity: 0.8;
}
.button.linkedin:hover {
  background-image: url('../images/icon_linkedin.png');
  background-repeat: no-repeat;
  background-attachment: scroll;
  opacity: 1;
}
.button.linkedin:active {
  opacity: 0.5;
}
.button.rdio {
  width: 78px;
  background-image: url('../images/icon_rdio.png');
  background-repeat: no-repeat;
  background-attachment: scroll;
  opacity: 0.8;
}
.button.rdio:hover {
  opacity: 1;
}
.button.rdio:active {
  opacity: 0.5;
}
.subtitle {
  opacity: 0.5;
  font-family:'Open Sans', sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
  text-shadow: none;
}
.field {
  width: 65%;
  height: 54px;
  margin-right: 3%;
  float: left;
  border: 0px solid black;
  border-radius: 4px;
  background-color: rgba(47, 41, 43, 0.65);
  box-shadow: rgba(0, 0, 0, 0.29) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.11) 0px 2px 9px -1px inset, rgba(255, 255, 255, 0.09) 0px 0px 0px 1px, rgba(255, 255, 255, 0.10) 0px 1px 0px 0px;
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease;
  color: white;
  font-size: 16px;
}
.field:hover {
  background-color: rgba(47, 41, 43, 0.76);
}
.field:focus {
  box-shadow: rgba(0, 0, 0, 0.29) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.09) 0px 2px 9px -1px inset, #c96c47 0px 0px 0px 2px, #c96c47 0px 0px 12px 1px;
}
.sign-up-form {
  margin-top: 47px;
}
.social-widget {
  width: 100px;
  float: left;
  opacity: 0.41;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.social-widget:hover {
  opacity: 1;
}
.success-message {
  padding: 29px;
  border-radius: 4px;
  background-color: #c96c47;
  box-shadow: rgba(0, 0, 0, 0.29) 0px 1px 4px 0px, rgba(0, 0, 0, 0.09) 0px 0px 0px 1px, rgba(255, 255, 255, 0.09) 0px 0px 0px 1px inset, rgba(255, 255, 255, 0.09) 0px 1px 0px 0px inset;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: white;
  text-shadow: rgba(0, 0, 0, 0.56) 0px 1px 0px;
}
.error-message {
  padding-bottom: 5px;
  border-radius: 2px;
  background-color: #5c3245;
}
.header-section {
  position: fixed;
  width: 100%;
  height: 100%;
  padding-top: 193px;
  padding-bottom: 237px;
  background-image: url('../images/2013-07-25 14.46.23-1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  text-align: center;
}
.footer-section {
  padding-top: 38px;
  padding-bottom: 34px;
  background-color: #2f292b;
  box-shadow: rgba(255, 255, 255, 0.06) 0px -1px 0px 0px, rgba(0, 0, 0, 0.22) 0px 1px 1px 0px inset;
  color: #7e7c87;
}
.copyright {
  color: rgba(255, 255, 255, 0.29);
}
.container {
  padding-right: 129px;
  padding-left: 129px;
}
.share-button {
  display: inline-block;
  width: 58px;
  margin-right: 14px;
  margin-left: 14px;
}
.share-button.facebook {
  width: 49px;
}
.share-button.google {
  width: 54px;
}
.success-text {
  margin-bottom: 10px;
  text-shadow: none;
}
.referal-text {
  margin-top: 16px;
  margin-bottom: 13px;
  color: rgba(255, 255, 255, 0.61);
  font-size: 15px;
  text-transform: uppercase;
  text-shadow: none;
}
.social-btn {
  margin-right: 7px;
  margin-left: 7px;
  opacity: 0.31;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
.social-btn:hover {
  opacity: 1;
}
.align-right {
  text-align: right;
}
.slider-nav {
  height: 40px;
  font-size: 9px;
}
.icon-row {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 17px;
  text-align: center;
}
@media (max-width: 991px) {
  h1 {
    margin-top: -88px;
    margin-bottom: 3px;
    font-size: 52px;
    line-height: 69px;
  }
  .header-section {
    line-height: 22px;
  }
  .container {
    padding-right: 79px;
    padding-left: 79px;
  }
  .icon-row {
    margin-top: 238px;
    padding-top: 1px;
  }
}
@media (max-width: 767px) {
  h1 {
    margin-top: 31px;
    font-size: 40px;
  }
  .subtitle {
    margin-top: -10px;
    font-size: 18px;
  }
  .sign-up-form {
    margin-bottom: 0px;
  }
  .header-section {
    padding-top: 55px;
    padding-bottom: 75px;
  }
  .footer-section {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .container {
    padding-right: 11px;
    padding-left: 11px;
  }
  .icon-row {
    margin-top: 172px;
  }
}
@media (max-width: 479px) {
  body {
    display: block;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }
  h1 {
    margin-top: 79px;
    margin-bottom: -1px;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 6px;
  }
  .button {
    width: 152px;
    margin-right: auto;
    margin-left: auto;
    float: right;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .button.instagram {
    width: 60px;
    height: 9px;
    min-height: 60px;
    min-width: 18px;
    float: left;
    background-size: contain;
  }
  .button.twitter {
    position: relative;
    width: 60px;
    height: 30px;
    min-height: 52px;
    min-width: 11px;
    float: left;
    background-size: contain;
  }
  .button.linkedin {
    width: 60px;
    height: 9px;
    min-height: 60px;
    min-width: 17px;
    float: left;
    background-size: contain;
  }
  .button.rdio {
    position: static;
    overflow-x: visible;
    overflow-y: visible;
    width: 60px;
    height: 9px;
    min-height: 60px;
    min-width: 0px;
    float: left;
    clear: none;
    background-size: contain;
  }
  .subtitle {
    margin-top: -1px;
    font-size: 16px;
  }
  .field {
    width: 100%;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .social-widget {
    width: 96px;
  }
  .header-section {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 100%;
    height: 100%;
    margin-right: 0px;
    margin-left: auto;
    padding: 0px;
    background-position: 88% 0%;
    background-attachment: scroll;
    text-align: center;
  }
  .copyright {
    margin-bottom: 7px;
    text-align: center;
  }
  .container {
    display: inline;
  }
  .align-right {
    text-align: center;
  }
  .icon-row {
    display: inline-block;
    margin-top: 157px;
    padding-top: 16px;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    text-align: center;
  }
}

