﻿/*!
 * smartbanner.js v1.10.0 <https://github.com/ain/smartbanner.js>
 * Copyright © 2018 Ain Tohvri, contributors. Licensed under GPL-3.0.yapson
 */
.smartbanner {
  position: absolute;
  top: 45px;
  left: 0;
  overflow-x: hidden;
  width: 100%;
  height: 84px;
  background: linear-gradient(102deg, #3023ae, #3cb8e9 87%, #3dbeeb 90%, #3ecff2);
  font-family: Helvetica, sans, sans-serif;
  /** Android styles **/ }
  .smartbanner__exit {
    position: absolute;
    top: calc(50% - 6px);
    left: 9px;
    display: block;
    margin: 0;
    width: 12px;
    height: 12px;
    border: 0;
    text-align: center; }
    .smartbanner__exit::before, .smartbanner__exit::after {
      position: absolute;
      width: 2px;
      height: 12px;
      background: #fff;
      content: ' '; }
    .smartbanner__exit::before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .smartbanner__exit::after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .smartbanner__icon {
    position: absolute;
    border-radius: 15px;
    background-size: 64px 64px; 
    position: absolute;
    left: 30px;
    top: 15px;
    display: block;
    width: 57px;
    height: 57px;
    background: #fff;
    background-size: cover;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    
  }
  .smartbanner__info {
    position: absolute;
    top: 11px;
    left: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: hidden;
    width: 60%;
    height: 64px;
    color:#fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            
   }
    .smartbanner__info__title {
      font-size: 12px; }
    .smartbanner__info__author, .smartbanner__info__price {
      font-size: 12px; }
  .smartbanner__button {
    position: absolute;
    top: 32px;
    right: 10px;
    z-index: 1;
    display: block;
    padding: 0 10px;
    min-width: 10%;
    border-radius: 5px;
    /* background: #f3f3f3; */
    color: #1474fc;
    font-size: 18px;
    text-align: center;
    text-decoration: none; 
  }
    .smartbanner__button__label {

      background: url(https://vod.tvp.pl/ui/img/app_icons/appstore.png) no-repeat;
      background-size: 90px auto;
      width: 90px;
      height: 50px;
      display: block;
      border:none;
    
    }
  .smartbanner.smartbanner--android {
    background: linear-gradient(102deg, #3023ae, #3cb8e9 87%, #3dbeeb 90%, #3ecff2);
    /* box-shadow: inset 0 4px 0 #88b131;  */
  }
    .smartbanner.smartbanner--android .smartbanner__exit {
      left: 6px;
      margin-right: 7px;
      width: 17px;
      height: 17px;
      border-radius: 14px;
      /* background: #1c1e21; */
      /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) inset, 0 1px 1px rgba(255, 255, 255, 0.3); */
      color: #b1b1b3;
      font-family: 'ArialRoundedMTBold', Arial;
      font-size: 20px;
      -webkit-font-smoothing: subpixel-antialiased;
      line-height: 17px;
      text-shadow: 0 1px 1px #000; }
      .smartbanner.smartbanner--android .smartbanner__exit::before, .smartbanner.smartbanner--android .smartbanner__exit::after {
        top: 3px;
        left: 8px;
        width: 2px;
        height: 11px;
        background: #fff; }
      .smartbanner.smartbanner--android .smartbanner__exit:active, .smartbanner.smartbanner--android .smartbanner__exit:hover {
        color: #eee; }
    .smartbanner.smartbanner--android .smartbanner__icon {
      background-color: transparent;
      position: absolute;
    left: 30px;
    top: 15px;
    display: block;
    width: 57px;
    height: 57px;
    background: #fff;
    background-size: cover;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);

      box-shadow: none; }
    .smartbanner.smartbanner--android .smartbanner__info {
      color: #fff;
      text-shadow: 0 1px 2px #000; }
      .smartbanner.smartbanner--android .smartbanner__info__title {
        color: #fff;
        }
    .smartbanner.smartbanner--android .smartbanner__button {
      top: 30px;
      right: 20px;
      padding: 0;
      min-width: 12%;
      border-radius: 0;
      background: none;
      /* box-shadow: 0 0 0 1px #333, 0 0 0 2px #dddcdc; */
      color: #d1d1d1;
      font-size: 12px;
      }
      .smartbanner.smartbanner--android .smartbanner__button:active, .smartbanner.smartbanner--android .smartbanner__button:hover {
        background: none; }
      .smartbanner.smartbanner--android .smartbanner__button__label {

        background:url('https://vod.tvp.pl/ui/img/app_icons/google-play.png') no-repeat;
        background-size:  90px auto;
        width: 90px;
        height: 50px;
        display: block;
        /* padding: 0 10px;
        background: #42b6c9;
        background: linear-gradient(to bottom, #42b6c9, #39a9bb);
        box-shadow: none;
        line-height: 24px;
        text-align: center;
        text-shadow: none;
        text-transform: none;  */
      }
        .smartbanner.smartbanner--android .smartbanner__button__label:active, .smartbanner.smartbanner--android .smartbanner__button__label:hover {
          background: #2ac7e1; }
          @media only screen and (max-width: 350px) {
            .smartbanner__info{
              width: 44%;
              height: 68px;
            }
            .smartbanner__button{
              right: 2px!important;
            }
          }