body, html {
  font-family: 'Source Sans Pro', sans-serif; }
  body a, html a {
    outline: none !important; }

body .btn-purple {
  background-color: #850C9A;
  border-radius: 5px;
  color: #ffffff !important;
  padding-left: 25px;
  padding-right: 25px; }
  body .btn-purple b {
    font-weight: 600; }

#footer-container {
  background: #4F4351;
  padding: 25px 0 36px;
  color: #ffffff;
  font-size: 20px; }
  #footer-container a {
    color: #93AFEA; }

label.error {
  color: #C6341F;
  font-weight: normal; }

.bootstrap-select.form-control {
  height: auto; }

.header-top {
  background: #000000;
  min-height: 15px;
  line-height: 30px; }
  .header-top a {
    color: #eee;
    font-size: 14px;
    margin-left: 25px;
    outline: none; }
    .header-top a.active {
      font-weight: 700; }

.banner-home {
  min-height: 620px;
  background-image: url("../img/banner1.jpg");
  background-size: cover;
  background-position: left center; }
  @media (max-width: 767px) {
    .banner-home {
      background-image: url("../img/banner1m.jpg");
      background-position: center top;
      background-size: auto; } }

.banner-referrals {
  min-height: 640px;
  background-image: url("../img/banner2.jpg");
  background-size: cover;
  background-position: left center; }
  @media (max-width: 767px) {
    .banner-referrals {
      background-image: url("../img/banner2m.jpg");
      background-position: right top;
      background-size: auto; } }

.btn_rad {
  border-radius: 30px !important; }

.banner-box-home {
  padding-top: 100px; }
  .banner-box-home .box-text {
    font-size: 24px; }
    .banner-box-home .box-text h1 {
      color: #ffffff;
      font-size: 46px;
      font-weight: 600;
      line-height: 58px; }
    .banner-box-home .box-text .txt1 {
      color: #ffffff;
      font-size: 24px;
      font-weight: 600; }
    .banner-box-home .box-text ul {
      padding-left: 22px; }
      .banner-box-home .box-text ul li {
        color: #ffffff;
        font-size: 24px;
        font-weight: 600; }
    @media (max-width: 767px) {
      .banner-box-home .box-text h1 {
        font-size: 34px;
        line-height: 40px; }
      .banner-box-home .box-text ul li {
        font-size: 20px; } }
  @media (max-width: 767px) {
    .banner-box-home .panel.panel-black {
      margin-left: -15px;
      margin-right: -15px;
      border-radius: 0;
      margin-bottom: 0; }
      .banner-box-home .panel.panel-black h2 {
        text-align: center; } }

.banner-page {
  background-image: url("../img/b2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  min-height: 200px;
  padding-top: 80px; }
  .banner-page h1 {
    color: #ffffff;
    font-size: 50px;
    text-shadow: 4px 3px 8px #000000;
    line-height: 60px;
    font-family: "Cinzel",serif;
    margin: 0; }
  .banner-page .tx2 {
    font-size: 28px;
    color: #ffffff;
    text-shadow: 4px 3px 8px #000000; }
  @media (max-width: 767px) {
    .banner-page {
      background: url("../img/b2m.jpg") no-repeat top center;
      padding-top: 100px; }
      .banner-page h1 {
        font-size: 38px;
        line-height: 40px;
        padding: 0 20px; }
      .banner-page .tx2 {
        font-size: 24px;
        line-height: 28px;
        padding: 0 30px;
        margin-top: 0; } }

.sub_header {
  background: #691668 none repeat scroll 0 0;
  padding: 20px 5px 23px;
  text-align: center; }
  @media (max-width: 767px) {
    .sub_header {
      padding: 12px 24px 17px; } }

@media (max-width: 767px) {
  .box-signup .panel.panel-black {
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0;
    margin-bottom: 0; }
    .box-signup .panel.panel-black h2 {
      text-align: center; } }

.panel.panel-black h2, .box_invite h2 {
  font-size: 34px; }

@media (max-width: 767px) {
  #footer {
    text-align: center; }
    #footer .text-right {
      text-align: center; } }

.panel.panel-black {
  background: #000000;
  color: #ffffff;
  font-weight: 600;
  border-radius: 8px;
  border-color: #000; }
  .panel.panel-black .panel-body {
    padding: 20px; }
  .panel.panel-black a {
    color: #14C9A6; }

.form-group.form-style {
  margin-bottom: 22px;
  position: relative; }
  .form-group.form-style .form-control {
    background: #C4C4C4;
    color: #333;
    height: auto;
    padding-bottom: 12px;
    padding-top: 12px;
    font-size: 16px;
    border-color: #C4C4C4; }
  .form-group.form-style .input-group-addon {
    background: #C4C4C4;
    border-color: #C4C4C4;
    font-size: 20px;
    min-width: 50px; }
  .form-group.form-style .input-group {
    position: relative; }
    .form-group.form-style .input-group .form-control {
      border-radius: 0 5px 5px 0; }
  .form-group.form-style label {
    font-size: 16px; }
  .form-group.form-style label.error {
    font-size: 14px;
    color: red; }
  .form-group.form-style .bootstrap-select {
    padding: 7px 0; }
    .form-group.form-style .bootstrap-select .btn-default {
      background: #C4C4C4 !important;
      border: none !important;
      box-shadow: none !important;
      outline: none !important;
      color: #333;
      font-size: 16px;
      font-weight: 600; }
    .form-group.form-style .bootstrap-select a {
      color: #666666; }

.bg-gris1 {
  background: #F5F2F6; }

.text_times {
  border-bottom: 1px solid #333333;
  color: #333333;
  display: inline-block;
  font-family: 'Cinzel', serif;
  font-size: 34px;
  font-weight: 200;
  margin: 0 0 60px; }
  @media (max-width: 767px) {
    .text_times {
      font-size: 26px; } }

.box_invite {
  background: #1d1d1e none repeat scroll 0 0;
  border-radius: 8px;
  color: #ffffff;
  padding: 18px;
  opacity: 0.95; }
  .box_invite h2 {
    margin: 0 0 20px; }
  .box_invite .nav-tabs.nav-justified > li > a {
    padding: 6px;
    font-size: 46px !important;
    background: transparent !important;
    color: #ffffff;
    border-bottom: 2px solid #9B25AF;
    border-radius: 0;
    outline: none;
    border-top: none;
    border-left: none;
    border-right: none;
    margin: 0px; }
  .box_invite .nav-tabs.nav-justified > li {
    display: table-cell !important;
    width: 1%;
    float: none !important; }
  .box_invite .nav-tabs.nav-justified > .active {
    background: #666463 !important; }
  .box_invite .nav-tabs.nav-justified > .active > a, .box_invite .nav-tabs.nav-justified > .active > a:hover, .box_invite .nav-tabs.nav-justified > .active > a:focus {
    background: #666463 !important;
    border-bottom-color: #666463 !important;
    border-top: 2px solid #9B25AF;
    border-left: 2px solid #9B25AF;
    border-right: 2px solid #9B25AF;
    color: #ffffff; }
  .box_invite .tab-content {
    background: #666463;
    border-bottom: 2px solid #9B25AF;
    border-left: 2px solid #9B25AF;
    border-right: 2px solid #9B25AF;
    padding: 15px; }
  .box_invite .box_form .input-parent {
    background: #CCCBCB;
    border: none;
    border-radius: 4px;
    padding: 6px 0; }
    .box_invite .box_form .input-parent label {
      font-weight: 600;
      color: #111111;
      font-size: 16px; }
    .box_invite .box_form .input-parent input, .box_invite .box_form .input-parent textarea, .box_invite .box_form .input-parent .form-control {
      background: #CCCBCB;
      font-size: 18px; }
    .box_invite .box_form .input-parent .token {
      background: #9B25AF;
      color: #ffffff;
      border: none;
      border-radius: 4px;
      height: auto;
      padding: 2px 2px 0; }
  .box_invite .boc_facebook {
    background: #ffffff; }
  @media (max-width: 767px) {
    .box_invite {
      border-radius: 0;
      margin-left: -15px;
      margin-right: -15px; }
      .box_invite h2 {
        font-size: 21px;
        font-weight: 600; }
      .box_invite textarea.form-control {
        min-height: 140px; } }

/*# sourceMappingURL=rewards_core.css.map */
