/* BASICS                                                                                        BASICS */
/* ---------------------------------------------------------------------------------------------------- */
/* COLORS                                                                                        COLORS */
/* ---------------------------------------------------------------------------------------------------- */
/* SHAPES                                                                                        SHAPES */
/* ---------------------------------------------------------------------------------------------------- */
/* BODY                                                                                            BODY */
/* ---------------------------------------------------------------------------------------------------- */
body {
  padding-top: 20px;
  font-family: 'Open Sans', sans-serif;
  background-color: #fff; }
  body h1 {
    margin-top: 0;
    margin-bottom: 13px;
    font-family: 'Amatic SC', cursive;
    font-size: 50px;
    letter-spacing: -1px; }
  body ul.main-points {
    padding-left: 30px; }
    body ul.main-points li {
      margin-bottom: 10px;
      font-size: 18px;
      line-height: 1.25; }
    body ul.main-points li:before {
      position: relative;
      top: 1px;
      margin-top: 0;
      margin-left: -27px;
      margin-right: 10px;
      content: "\e013";
      font-family: 'Glyphicons Halflings';
      font-size: 17px;
      color: #ff0000; }
  body .subscription-well {
    margin-top: 22px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  body .action {
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -2px; }
    body .action.red {
      color: #ff0000; }
  body .additional-text {
    margin-top: 20px; }
  body .spinner {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../images/spinner.gif");
    background-repeat: no-repeat;
    background-position: center center; }

/* BUTTONS                                                                                      BUTTONS */
/* ---------------------------------------------------------------------------------------------------- */
button:active, button:focus {
  outline: 0;
  border: none; }

.btn {
  padding: 8px 25px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  border: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .btn:active, .btn:focus {
    outline: 0;
    border: none; }

.btn-lg {
  padding: 9px 25px 10px 25px; }

.btn-default {
  color: #333;
  background-color: #d6d6d6; }

.btn-click-action {
  color: #fff;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-shadow: 0 -1px black;
  background: #ff0000;
  background: -moz-linear-gradient(top, #ff0000 0%, #bc0000 100%);
  background: -webkit-linear-gradient(top, #ff0000 0%, #bc0000 100%);
  background: linear-gradient(to bottom, #ff0000 0%, #bc0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#bc0000',GradientType=0 ); }
  .btn-click-action:hover, .btn-click-action:active, .btn-click-action:focus {
    color: #fff;
    outline: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #ff0000;
    background: -moz-linear-gradient(top, #ff0000 0%, #630000 100%);
    background: -webkit-linear-gradient(top, #ff0000 0%, #630000 100%);
    background: linear-gradient(to bottom, #ff0000 0%, #630000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#630000',GradientType=0 ); }
  .btn-click-action:focus {
    color: #fff;
    outline: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #ff0000;
    background: -moz-linear-gradient(top, #ff0000 0%, #bc0000 100%);
    background: -webkit-linear-gradient(top, #ff0000 0%, #bc0000 100%);
    background: linear-gradient(to bottom, #ff0000 0%, #bc0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#bc0000',GradientType=0 ); }

/* MODAL                                                                                          MODAL */
/* ---------------------------------------------------------------------------------------------------- */
.modal .modal-content {
  overflow: hidden;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box; }
  .modal .modal-content .modal-header {
    padding: 15px 55px 15px 25px;
    color: #fff;
    background-color: #ff0000; }
    .modal .modal-content .modal-header h4.modal-title {
      font-weight: bold; }
    .modal .modal-content .modal-header .close {
      position: absolute;
      right: 18px;
      top: 13px;
      font-size: 30px;
      color: #fff;
      opacity: 0.7;
      filter: alpha(opacity=70);
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      .modal .modal-content .modal-header .close:hover, .modal .modal-content .modal-header .close:active, .modal .modal-content .modal-header .close:focus {
        opacity: 1;
        filter: alpha(opacity=100); }
  .modal .modal-content .modal-body {
    padding: 20px 25px; }
    .modal .modal-content .modal-body p {
      margin: 0 0 20px 0; }

/* ERROR MODAL                                                                              ERROR MODAL */
/* ---------------------------------------------------------------------------------------------------- */
.modal.error .modal-header {
  color: #fff;
  background-color: #ee0000; }
.modal.error .modal-body {
  text-align: center; }

/* FORMS                                                                                          FORMS */
/* ---------------------------------------------------------------------------------------------------- */
form {
  position: relative; }
  form .form-hide {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 100; }

/* PARTS                                                                                          PARTS */
/* ---------------------------------------------------------------------------------------------------- */

/*# sourceMappingURL=style.css.map */
