@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,400,700|Open+Sans:300,400,400i,600,700,700i|Roboto:300,400,400i,500,500i,700,700i,800|Oswald:300,400,500,700);

body {
  color: #000;
  font-size: 16px;
  background: #f4f4f4 url('../images/bg.png');
}

.navbar-default {
  background: rgba(56, 56, 56, 0.78);
  border: 0;
  margin-bottom: 0;
  min-height: 80px;
  position: relative;
  z-index: 2;
  border-radius: 0;
}

.navbar-brand {
  padding: 14px 15px;
}

.navbar-brand img {
  max-width: 300px;
}

.optin {
  min-height: 800px;
  background: #0e0e0e url('../images/optin_bg.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-top: -80px;
  padding-top: 110px;
  position: relative;
}

.optin .finger {
  position: absolute;
  bottom: 108px;
}

.optin .finger img {
  width: 122%;
  margin-left: -60%;
}

.optin .notice {
  margin-top: 37px;
  color: #515151;
  font-family: 'Roboto', sans-serif;
}

.optin .notice small {
  font-size: 13px;
}

.optin .notice b {
  color: #e09900;
  font-style: italic;
}

.hl {
  background: yellow;
  color: #515151;
  font-style: italic;
  text-transform: uppercase;
}

.optin .box {
  background: rgba(255, 255, 255, 0.64);
  padding: 25px 25px 15px 25px;
  box-shadow: 2px 1px 38px #777;
  margin-bottom: 30px;
}

.optin .box h1 {
  font-size: 34px;
}

.optin .box img {
  margin-bottom: 0px;
  max-width: 130px;
}

.optin .box h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}

.box h1 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 38px;
  line-height: 36px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.box h3 {
  /*font-family: 'Open Sans', sans-serif;*/
  font-size: 18px;
  line-height: 22px;
  color: #515151;
  font-weight: 300;
  /*letter-spacing: 1px;*/
  margin-top: 10px;
}

.box h3 b {
  color: #2b2b2b;
}

.box h4 {
  margin: 0;
}

.btn-optin {
  background: #ea9e10;
  box-shadow: 2px 1px 18px #666666, 1px 3px 1px #d18802;
  border: 0;
  border-radius: 3px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;

  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.btn-optin:hover {
  background: #fcad1b !important;
}

.btn-optin.btn-xl {
  font-size: 28px;
  padding: 14px 30px;
  margin: 40px auto 50px;
  text-transform: uppercase;
  position: relative;
  display: block;
}

.btn-optin.btn-xl:after {
  content: url('../images/click.png');
  position: absolute;
  left: 75%;
  bottom: -40px;
}

.box .btn-optin {
  font-size: 22px;
  padding: 8px 20px;
  margin-top: 15px;
  margin-right: 5px;
  position: relative;
  text-transform: uppercase;
}

.box .btn-optin:after {
  content: url('../images/click.png');
  position: absolute;
  left: 75%;
  bottom: -40px;
}

.brands {
  background: rgba(124, 124, 124, 0.93);
  padding: 25px 0;
  width: 100%;
  z-index: 2;
}

.brands h3 {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  margin: 0 0 15px;
}

.content {
  font-size: 18px;
  padding: 30px 0;
  color: #333;
  line-height: 25px;
}

.content h1 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 30px;
}

.content h1, .content b {
  color: #000;
}

.content ul li, .content ol li {
  padding-bottom: 12px;
  line-height: 23px;
}

.more {
  background: url('../images/more_bg.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: 100%;
  -moz-background-size: cover;
  background-size: 100%;
  background-size: cover;

  padding: 50px 0;
}

.more .box {
  padding: 30px;
  background: rgba(15, 15, 15, 0.46);
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  color: #fff;
}

.more .box h2 {
  margin-top: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  color: #eaad3a;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer {
  font-family: 'Open Sans', sans-serif;

  font-size: 14px;
  color: #4a4a4a;
  padding: 30px 15px 15px;
  border-top: 6px solid #fff;

  background: #0e0e0e url('../images/footer_bg.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.footer h1 {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer h3 {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.footer h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  text-align: center;
}

.footer p {
  margin-top: 20px;
}

.footer a {
  color: #4a4a4a;
}

.footer hr {
  max-width: 850px;
  border-color: #4a4a4a;
  margin: 70px auto 25px;
}

.footer .report {
  max-width: 140px;
  margin-bottom: 30px;
}

/** MODAL **/

.modal-header {
  position: relative;
}

.modal-header h2 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 34px;
  font-weight: 700;
}

.modal-header h4, .modal-footer h4 {
  color: rgba(47, 47, 47, 0.75)
}

.modal-body {
  background: #ebebeb;
  border-top: 3px solid rgba(47, 47, 47, 0.11);
  border-bottom: 3px solid rgba(47, 47, 47, 0.11);
}

.modal-body .btn-optin {
  color: #fff;
  box-shadow: none;
}

.modal-footer h4 {
  font-weight: 600;
}

.input-lg, select.input-lg,
.input-group > .bootstrap-select > .btn {
  padding: 11px 19px;
  height: 54px;
  font-size: 20px;
}

.input-group > .bootstrap-select > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group span {
  font-size: 21px;
  color: #000;
}

.input-group .form-control {
  z-index: auto;
}

.input-group-addon {
  min-width: 50px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 9px;
  font-size: 22px;
  right: 6px;
}

.modal-content {
  border: 5px solid #000;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.close, .close:hover {
  position: absolute;
  right: -20px;
  top: -15px;
  opacity: 1;
}

.input-lg + .form-control-feedback {
  top: 3px;
  font-size: 22px;
  right: 0;
}

img.portrait {
  zoom: 1;
  border: 1px solid #b9b9b9;
  background-color: #fff;
  padding: 3px;
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.15);
  margin-bottom: 5px;
}

/*** FLEX VIDEO ***/

.flex-video {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;

  border: 5px solid #000;
  border-radius: 5px;
}

.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video {
    padding-top: 0;
  }
}

@media (min-width: 768px) {
  .brands {
    position: absolute;
    bottom: 0;
  }

  .rwd-line {
    display: block;
  }

  .optin .box h1 {
    font-size: 38px;
  }

  .box .btn-optin {
    font-size: 26px;
  }

  .footer.show_report {
    padding-top: 100px;
  }

  .footer h4 {
    text-align: left;
  }

  .footer .report {
    max-width: 60%;
  }

  .more {
    background-position: center -100px;
    padding: 150px 0;
  }

  .btn-optin.btn-xl {
    display: inline-block;
  }

  .modal .report {
    max-width: 130px;
    position: absolute;
    left: -25px;
    top: -4px;
  }

  .modal-body {
    padding-left: 70px;
    padding-right: 70px;
  }
}

@media (min-width: 992px) {
  .brands h3 {
    margin-top: 15px;
  }
}

@media (min-width: 1200px) {
}