.smartBanner #smartbanner {
  display: block; }

html.smartBanner #fig-header {
  height: 130px; }
  @media (min-width: 46.25em) {
    html.smartBanner #fig-header {
      height: 190px; } }
  @media (min-width: 64em) {
    html.smartBanner #fig-header {
      height: 250px; } }

#smartbanner {
  position: absolute;
  left: 0;
  top: 50px;
  border-bottom: 2px solid #e8e8e8;
  width: 100%;
  height: 80px;
  font-family: 'Helvetica Neue', sans-serif;
  background: #fff;
  z-index: 600 -2;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
  display: none; }
  @media (min-width: 46.25em) {
    #smartbanner {
      background: none;
      top: 110px; } }
  @media (min-width: 64em) {
    #smartbanner {
      top: 170px; } }
  #smartbanner .sb-container {
    margin: 0 auto; }
  #smartbanner .sb-close {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    text-align: center;
    text-decoration: none;
    -webkit-font-smoothing: subpixel-antialiased;
    border: 0;
    width: 35px;
    height: calc(100% - 4px);
    line-height: 74px;
    color: #999 !important;
    border-radius: 0;
    background: none;
    box-shadow: none;
    text-shadow: none;
    font-size: 25px;
    padding: 2px 5px; }
    #smartbanner .sb-close:active {
      color: #aaa; }
  #smartbanner .sb-icon {
    position: absolute;
    left: 44px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 45px;
    height: 45px;
    background-size: cover; }
    @media (min-width: 46.25em) {
      #smartbanner .sb-icon {
        width: 55px;
        height: 55px; } }
    #smartbanner .sb-icon.gloss::after {
      content: '';
      position: absolute;
      left: 0;
      top: -1px;
      border-top: 1px solid rgba(255, 255, 255, 0.8);
      width: 100%;
      height: 50%;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.2) 100%);
      border-radius: 10px 10px 12px 12px; }
  #smartbanner.no-icon .sb-icon {
    display: none; }
  #smartbanner .sb-info {
    padding: 5px 0;
    position: absolute;
    left: 100px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: calc(100% - 180px);
    font-size: 12px;
    line-height: 1.2em;
    color: #6a6a6a;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }
    @media (min-width: 46.25em) {
      #smartbanner .sb-info {
        left: 110px;
        width: calc(100% - 285px); } }
    #smartbanner .sb-info strong {
      display: block;
      font-size: 13px;
      color: #000;
      line-height: 15px;
      font-weight: bold;
      margin-bottom: 5px; }
      @media (max-width: 46.24em) {
        #smartbanner .sb-info strong {
          font-size: 11px; } }
      #smartbanner .sb-info strong span {
        white-space: nowrap; }
    #smartbanner .sb-info > span {
      display: block; }
    #smartbanner .sb-info em {
      font-style: normal;
      text-transform: uppercase; }
  #smartbanner.no-icon .sb-info {
    left: 34px; }
  #smartbanner .sb-button {
    background: #fff;
    border: 1px solid #bfbfbf;
    border-radius: 50%;
    padding: 9px;
    position: absolute;
    text-align: center;
    color: #6a6a6a !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px; }
    @media (min-width: 46.25em) {
      #smartbanner .sb-button {
        padding: 0 10px;
        font-size: 14px;
        line-height: 24px;
        font-weight: bold;
        text-decoration: none;
        max-width: 128px;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
        border-radius: 3px;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 0 rgba(255, 255, 255, 0.7) inset; } }
    #smartbanner .sb-button span {
      display: none; }
      @media (min-width: 46.25em) {
        #smartbanner .sb-button span {
          display: block; } }
    #smartbanner .sb-button svg {
      display: block;
      height: 25px;
      width: 25px; }
      @media (min-width: 46.25em) {
        #smartbanner .sb-button svg {
          display: none; } }
    #smartbanner .sb-button path:first-child {
      color: #6a6a6a;
      fill: #6a6a6a; }
  #smartbanner.ios .sb-icon {
    border-radius: 9px; }
  #smartbanner.ios .sb-close {
    color: #999 !important;
    height: calc(100% - 13px);
    line-height: 65px;
    padding: 7px 5px; }
  #smartbanner.ios .sb-button {
    background-color: #007aff;
    border: none; }
    @media (min-width: 46.25em) {
      #smartbanner.ios .sb-button {
        background-color: #fff;
        color: #007aff !important;
        border: 1px solid #007aff;
        padding: 0 5px;
        font-size: 13px;
        right: 10px; } }
    #smartbanner.ios .sb-button path:first-child {
      color: #fff;
      fill: #fff; }
  #smartbanner.android {
    border-color: #ccc;
    border-top: 5px solid #b3c833;
    border-bottom: 2px solid #d6d6d6;
    background: #f5f5f5;
    box-shadow: none;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #8d8d8d; }
    #smartbanner.android .sb-close {
      color: #999 !important;
      height: calc(100% - 9px);
      line-height: 69px;
      padding: 5px; }
    #smartbanner.android .sb-info {
      text-shadow: none;
      font-weight: normal; }
      #smartbanner.android .sb-info strong {
        color: #333; }
      #smartbanner.android .sb-info .sb-price {
        color: #b3c833; }
    #smartbanner.android .sb-button {
      background: #b3c833;
      border: none; }
      @media (min-width: 46.25em) {
        #smartbanner.android .sb-button {
          min-width: 12%;
          border: 2px solid transparent;
          padding: 0;
          color: #fff !important;
          border-radius: 2px;
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
          background: #b3c833; }
          #smartbanner.android .sb-button span {
            display: block;
            padding: 0 10px;
            text-shadow: none; }
          #smartbanner.android .sb-button:active,.figh__not-ios  #smartbanner.android .sb-button:hover, #smartbanner.android .sb-button:focus {
            box-shadow: 0 1px 0 rgba(0, 0, 0, 0.4); }
            #smartbanner.android .sb-button:active span,.figh__not-ios  #smartbanner.android .sb-button:hover span, #smartbanner.android .sb-button:focus span {
              box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); } }
      #smartbanner.android .sb-button path:first-child {
        color: #fff;
        fill: #fff; }
  #smartbanner.windows {
    background: #464646;
    border-bottom: 8px solid #2a2a2a;
    font-family: 'wf_SegoeUI', 'Segoe UI', 'Segoe', 'Segoe WP', 'Tahoma', 'Verdana', 'Arial', 'sans-serif';
    font-size: 14px;
    -webkit-font-smoothing: antialiased; }
    #smartbanner.windows .sb-container {
      height: 100%;
      box-sizing: border-box;
      border-bottom: 1px solid #00bcf2; }
    #smartbanner.windows .sb-icon {
      border-radius: 0; }
    #smartbanner.windows .sb-info {
      color: #fff;
      text-shadow: none;
      font-weight: normal; }
      #smartbanner.windows .sb-info strong {
        color: #00bcf2;
        text-shadow: 0 0 2px #222; }
      #smartbanner.windows .sb-info .sb-price {
        color: #00bcf2; }
    #smartbanner.windows .sb-button {
      background: #00bcf2;
      border-radius: 0;
      border-color: #fff;
      color: #fff !important;
      box-shadow: none;
      text-shadow: none; }
      @media (min-width: 46.25em) {
        #smartbanner.windows .sb-button {
          border: 2px solid #00bcf2; } }
      .figh__not-ios #smartbanner.windows .sb-button:hover, #smartbanner.windows .sb-button:focus {
        border-color: rgba(0, 0, 0, 0.2); }
      #smartbanner.windows .sb-button path:first-child {
        color: #fff;
        fill: #fff; }
    #smartbanner.windows .sb-close {
      color: #999 !important;
      line-height: 67px; }
  #smartbanner.windows-phone {
    background: #464646;
    border-bottom: 8px solid #2a2a2a;
    font-family: 'wf_SegoeUI', 'Segoe UI', 'Segoe', 'Segoe WP', 'Tahoma', 'Verdana', 'Arial', 'sans-serif';
    font-size: 14px;
    -webkit-font-smoothing: antialiased; }
    #smartbanner.windows-phone .sb-container {
      height: 100%;
      box-sizing: border-box;
      border-bottom: 1px solid #9b4f96; }
    #smartbanner.windows-phone .sb-icon {
      border-radius: 0; }
    #smartbanner.windows-phone .sb-info {
      color: #fff;
      text-shadow: none;
      font-weight: normal; }
      #smartbanner.windows-phone .sb-info strong {
        color: #9b4f96;
        text-shadow: 0 0 2px #222; }
      #smartbanner.windows-phone .sb-info .sb-price {
        color: #9b4f96; }
    #smartbanner.windows-phone .sb-button {
      background: #9b4f96;
      border-radius: 0;
      border-color: #fff;
      box-shadow: none;
      color: #fff !important;
      text-shadow: none; }
      @media (min-width: 46.25em) {
        #smartbanner.windows-phone .sb-button {
          border: 2px solid #9b4f96; } }
      .figh__not-ios #smartbanner.windows-phone .sb-button:hover, #smartbanner.windows-phone .sb-button:focus {
        border-color: rgba(0, 0, 0, 0.2); }
      #smartbanner.windows-phone .sb-button path:first-child {
        color: #fff;
        fill: #fff; }
    #smartbanner.windows-phone .sb-close {
      color: #999 !important;
      height: calc(100% - 5px);
      line-height: 69px; }

/*# sourceMappingURL=jquery.ultimate-smartbanner.css.map */
