.justify, #welcome.addon {
  text-align: justify; }

@media (min-width: 768px) and (max-width: 979px) {
  #welcome #welcome-beruby .login .btn-login {
    margin-top: 20px; } }
#welcome .container.this-is-cashback {
  padding: 150px 20px;
  font-family: 'Helvetica Neue',Helvetica,Arial,Sans-serif;
  color: white;
  font-size: 18px;
  line-height: 1.5; }
  #welcome .container.this-is-cashback .btn-red {
    text-transform: none;
    font-weight: 200;
    font-size: 1.2em;
    padding: 0.5em 1em; }
  #welcome .container.this-is-cashback .button-container {
    margin-top: 1em; }
  #welcome .container.this-is-cashback .text-container {
    max-width: 600px; }
  #welcome .container.this-is-cashback h1 {
    font-weight: 200; }
#welcome #welcome-beruby {
  margin-top: 20px; }
  #welcome #welcome-beruby h1 {
    font-size: 2.15385em;
    /* $font % 13 */
    line-height: 2.14286em;
    /* (20*$line) % $font */
    font-weight: bold;
    margin-top: 20px;
    color: white;
    text-shadow: 1px 3px 0px #404951; }
  #welcome #welcome-beruby p {
    font-size: 1.38462em;
    /* $font % 13 */
    line-height: 2.22222em;
    /* (20*$line) % $font */
    font-weight: normal;
    color: white;
    text-shadow: 1px 1px 3px #404951; }
  #welcome #welcome-beruby .login {
    font-size: 1.69231em;
    /* $font % 13 */
    line-height: 0.90909em;
    /* (20*$line) % $font */
    font-weight: normal;
    margin-top: 40px;
    color: white;
    text-shadow: 1px 1px 3px #404951; }
    #welcome #welcome-beruby .login .btn-login:hover {
      color: white;
      border: 1px solid #c78528; }
#welcome #signup-form {
  margin-top: 40px;
  font-weight: normal;
  padding-bottom: 20px;
  max-width: 360px;
  float: right; }
  #welcome #signup-form h2 {
    font-size: 1.23077em;
    /* $font % 13 */
    line-height: 1.25em;
    /* (20*$line) % $font */
    font-weight: bold;
    padding: .5em 1em;
    background: #f4f7f8;
    border-bottom: 1px solid #edf2f6;
    margin-top: 0;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px; }
  #welcome #signup-form form {
    background: white;
    padding: 1em;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    min-height: 300px; }
    #welcome #signup-form form div {
      padding-top: 2px; }
    #welcome #signup-form form input[type='text'], #welcome #signup-form form input[type='password'] {
      width: 100%;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      min-height: 30px; }
    #welcome #signup-form form input[type="submit"] {
      margin: 6px 0; }
    #welcome #signup-form form label {
      font-weight: normal;
      display: inline; }
    #welcome #signup-form form div.disclaimer_checked {
      padding-top: 20px; }
#welcome .jumbotron {
  background-image: url(/images/bg_unlogged_home.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  padding-bottom: 20px; }
  #welcome .jumbotron.fluid {
    min-height: 100vh;
    background-image: url(/images/welcome_1900x760.jpg);
    background-position: center bottom;
    padding-bottom: 0; }
    #welcome .jumbotron.fluid .this-is-cashback {
      padding-top: 28vh; }
    #welcome .jumbotron.fluid .down-arrow {
      background: rgba(255, 255, 255, 0.25);
      height: 60px;
      margin: auto;
      width: 60px;
      border-radius: 50%;
      position: absolute;
      top: 86vh;
      right: 0;
      left: 0; }
      #welcome .jumbotron.fluid .down-arrow:hover {
        background: rgba(255, 255, 255, 0.45); }
      #welcome .jumbotron.fluid .down-arrow::before {
        content: '';
        position: absolute;
        top: 25%;
        left: 33%;
        border-bottom: 2px solid #FFF;
        border-right: 2px solid #FFF;
        width: 19.98px;
        height: 19.98px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
#welcome h2 {
  font-size: 2.30769em;
  /* $font % 13 */
  line-height: 1.33333em;
  /* (20*$line) % $font */
  font-weight: normal;
  background: white;
  padding: 40px 0; }
#welcome h3 {
  font-size: 2.46154em;
  /* $font % 13 */
  line-height: 1.25em;
  /* (20*$line) % $font */
  font-weight: bold; }
#welcome h3, #welcome h4 {
  color: #384047; }
#welcome .welcome-section {
  border-bottom: 1px solid #d7dde2; }
  #welcome .welcome-section .slide {
    background: #fff; }
#welcome .welcome-text {
  padding: 0 18px;
  margin-top: 32px; }
  #welcome .welcome-text p {
    font-size: 1.07692em;
    /* $font % 13 */
    line-height: 2.85714em;
    /* (20*$line) % $font */
    font-weight: normal;
    color: #8c989e;
    margin-top: 10px; }
#welcome .welcome-image {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 32px 0;
  height: 280px;
  border: 2px solid #edf2f6; }
  #welcome .welcome-image .text-container {
    padding-top: 12px;
    padding-left: 6px; }
  #welcome .welcome-image .featured-image {
    width: 100%;
    height: 190px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; }
  #welcome .welcome-image img {
    float: left;
    margin-right: 12px; }
  #welcome .welcome-image p {
    font-size: 1.23077em;
    /* $font % 13 */
    line-height: 1.25em;
    /* (20*$line) % $font */
    font-weight: normal;
    padding-top: 8px;
    display: inline-block; }
  #welcome .welcome-image .fixed-image {
    background-image: url("/images/featured_images/featured_travel_image.jpg");
    height: 190px;
    background-position: top center;
    background-size: contain;
    border-bottom: 1px solid #d7dde2;
    background-repeat: no-repeat; }
  #welcome .welcome-image .text-cashback, #welcome .welcome-image .text-coupons {
    font-size: 1.38462em;
    /* $font % 13 */
    line-height: 1.11111em;
    /* (20*$line) % $font */
    font-weight: bold;
    color: #00b3cc; }
  #welcome .welcome-image .text-coupons {
    color: #9e69af; }
#welcome .welcome-offers {
  margin-top: 40px;
  margin-bottom: 20px; }
#welcome #about {
  margin-top: 40px;
  font-size: 1.38462em;
  /* $font % 13 */
  line-height: 1.11111em;
  /* (20*$line) % $font */
  font-weight: normal;
  background: #f1f1f1;
  padding: 48px 0; }
  #welcome #about .box-info {
    height: 180px;
    margin-bottom: 20px; }
    #welcome #about .box-info img {
      margin-bottom: 20px; }
  #welcome #about [class^="span"] {
    text-align: center; }
#welcome #shops {
  -moz-background-clip: border;
  -moz-background-origin: padding;
  -moz-background-size: auto auto;
  background-color: white;
  background-image: url("/images/mosaic.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  border-bottom: 1px solid #D7DDE2;
  text-align: center; }
  #welcome #shops .shop-logos {
    max-width: 1000px;
    margin: 0 auto;
    height: 385px;
    overflow: hidden;
    padding: 23px 0; }
    #welcome #shops .shop-logos a {
      margin: 1px;
      position: relative; }
      #welcome #shops .shop-logos a img {
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        background: white; }
      #welcome #shops .shop-logos a div.commission {
        background: #00b3cc;
        color: white;
        position: absolute;
        padding-top: 0;
        top: 0;
        text-align: center;
        width: 100px;
        opacity: 0;
        height: 100px;
        transition: opacity .3s linear;
        -webkit-transition: opacity .3s linear;
        border-radius: 100px;
        line-height: 100px; }
      #welcome #shops .shop-logos a:hover div.commission {
        opacity: 1;
        bottom: 0;
        left: 0;
        font-size: 18px;
        font-weight: bold; }
#welcome #advertise-box {
  background: #f1f1f1;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 20px; }
  #welcome #advertise-box h3 {
    font-size: 1.84615em;
    /* $font % 13 */
    line-height: 1.66667em;
    /* (20*$line) % $font */
    font-weight: bold;
    color: #00b3cc; }
  #welcome #advertise-box a {
    float: right; }
#welcome.addon {
  margin-top: 2em; }
  #welcome.addon header {
    font-size: 1.8em; }
  #welcome.addon .install-addon-container {
    margin-top: 2em; }
    #welcome.addon .install-addon-container .logo-cell {
      vertical-align: middle;
      text-align: center;
      width: 80px; }
  #welcome.addon #install-addon {
    background: #008bd9;
    border: none;
    padding: 20px 0;
    font-size: 1.2em;
    text-transform: uppercase;
    display: block;
    width: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: white; }
  #welcome.addon a.next-step {
    text-decoration: underline; }

@media (max-width: 767px) {
  #welcome .container.this-is-cashback {
    padding: 50px 15px;
    font-size: 16px; } }
@media (min-width: 768px) {
  #welcome #terms_and_conditions.modal, #landing-page #terms_and_conditions.modal {
    width: 700px; } }
.promo5-tv {
  position: absolute;
  right: 0;
  top: -20px;
  width: 100px; }

@media (min-width: 481px) {
  .promo5-tv {
    right: -40px; } }
#welcome .slider {
  position: relative;
  overflow: hidden; }
  #welcome .slider .slide {
    display: block;
    width: 100%;
    border: none; }
    #welcome .slider .slide p {
      display: block; }

#welcome .slider .slide {
  top: 0;
  position: absolute;
  z-index: 0;
  display: none; }

#welcome .slider .slide.current {
  position: relative;
  display: block; }

#welcome-banner {
  padding: 1.3em 0;
  text-align: center;
  color: white;
  background: #404951;
  font-family: 'Helvetica Neue',Helvetica,Arial,Sans-serif;
  margin-bottom: 1em; }
  #welcome-banner h1 {
    font-size: 2em;
    text-transform: uppercase; }
  #welcome-banner h2 {
    font-weight: lighter;
    font-size: 1.5em; }

#portal-welcome {
  font-family: 'Helvetica Neue',Helvetica,Arial,Sans-serif;
  font-size: 1rem;
  text-align: justify; }
  #portal-welcome .alert h4 {
    line-height: 1.5; }
  #portal-welcome .image-container {
    text-align: center;
    margin-bottom: 2em; }
    #portal-welcome .image-container img {
      max-width: 200px; }
  #portal-welcome .title {
    margin-bottom: 1em; }
    #portal-welcome .title span.number {
      font-size: 2.5em; }
    #portal-welcome .title span.text {
      font-size: 1.2em;
      text-transform: uppercase;
      color: #d04b41; }
  #portal-welcome p.text {
    line-height: 1.5; }
  #portal-welcome .promo-text {
    max-width: 600px;
    line-height: 1.3;
    margin: 2.5em auto;
    font-size: 1.7rem; }
  #portal-welcome .top10 {
    text-align: center; }
    #portal-welcome .top10 a {
      text-transform: uppercase;
      margin: 0 auto;
      display: block;
      background: #d04b41;
      max-width: 500px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      padding: 1em 0;
      color: white; }

@media (max-width: 766px) {
  #welcome-banner {
    font-size: 0.8em;
    margin: 0 -20px; }
    #welcome-banner .alert {
      font-size: 0.8rem; } }
@media (min-width: 1200px) {
  #welcome .slider {
    margin-left: 30px; } }
@media (min-width: 1000px) {
  #welcome #shops .shop-logos {
    height: 400px; } }
@media (min-width: 981px) {
  #welcome .jumbotron .container .row {
    padding-top: 60px; } }
@media (max-width: 980px) {
  #welcome .jumbotron {
    margin-top: 0; } }
@media (max-width: 769px) {
  #welcome #welcome-beruby h1 {
    font-size: 2.30769em;
    /* $font % 13 */
    line-height: 1.33333em;
    /* (20*$line) % $font */
    font-weight: bold;
    padding: 10px 20px; }
  #welcome #welcome-beruby p {
    font-size: 1.23077em;
    /* $font % 13 */
    line-height: 1.875em;
    /* (20*$line) % $font */
    font-weight: normal;
    color: white; }
  #welcome .jumbotron {
    margin: 0 -20px;
    padding: 0 20px; }
    #welcome .jumbotron.fluid .button-container .btn-red {
      display: block; }
    #welcome .jumbotron.fluid .this-is-cashback {
      padding-top: 30px; }
  #welcome #about, #welcome #shops, #welcome #come-with-us {
    margin: 0 -20px; } }
@media (max-width: 767px) {
  #welcome #signup-form {
    float: none;
    margin: 40px auto 0 auto; } }
@media (min-width: 770px) and (max-width: 1000px) {
  #welcome #signup-form form {
    min-height: 350px; } }
@media (max-width: 769px) {
  #welcome #advertise-box {
    text-align: center; }
    #welcome #advertise-box a {
      display: inline-block;
      float: none !important;
      margin-top: 20px; }
  #welcome .welcome-text p {
    font-size: 1.07692em;
    /* $font % 13 */
    line-height: 2.14286em;
    /* (20*$line) % $font */
    font-weight: normal; } }
@media (min-width: 480px) and (max-width: 768px) {
  #welcome .welcome-image p {
    font-size: 0.92308em;
    /* $font % 13 */
    line-height: 1.66667em;
    /* (20*$line) % $font */
    font-weight: normal; } }
@media (max-width: 480px) {
  #welcome h2 {
    padding: 40px 20px; }
  #welcome .jumbotron {
    padding: 0 !important; }
  #welcome .login {
    text-align: center; }
    #welcome .login a {
      display: block;
      margin-top: 10px; }
  #welcome .welcome-text {
    padding: 0 18px;
    margin-bottom: 40px; }
  #welcome .welcome-image {
    height: 360px; }
    #welcome .welcome-image img {
      float: none;
      margin: 0 auto;
      display: block;
      margin-top: 10px; }
    #welcome .welcome-image p {
      display: block;
      text-align: center; }
  #welcome .welcome-offers {
    padding: 0; }
  #welcome .welcome-image {
    border: 0; } }
@media (min-width: 380px) and (max-width: 480px) {
  #welcome #signup-form {
    margin: 20px auto; }
  #welcome .welcome-offers {
    text-align: center; } }
@media (max-width: 320px) {
  #welcome #signup-form form label {
    font-size: 0.92308em;
    /* $font % 13 */
    line-height: 1.66667em;
    /* (20*$line) % $font */
    font-weight: normal; } }

/*# sourceMappingURL=welcome.css.map */
