#smartbanner {
    position: fixed !important;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    height: 62px;
    font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
    background: #f2f2f2;
    box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    z-index: 9998;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    -webkit-text-size-adjust: none;
}

#smartbanner, html.sb-animation {
    -webkit-transition: all .3s ease;
}

    #smartbanner .sb-container {
        margin: 0 auto;
    }

    #smartbanner .sb-close {
        position: absolute;
        left: 5px;
        top: 5px;
        display: block;
        border: 2px solid #fff;
        width: 16px;
        height: 16px;
        font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 16px;
        line-height: 14px;
        text-align: center;
        color: #fff;
        background: #000;
        text-decoration: none;
        text-shadow: none;
        border-radius: 14px;
        box-shadow: 0 2px 3px rgba(0,0,0,0.4);
        -webkit-font-smoothing: subpixel-antialiased;
    }

        #smartbanner .sb-close:active {
            font-size: 13px;
            color: #aaa;
        }

    #smartbanner .sb-icon {
        position: absolute;
        left: 30px;
        top: 3px;
        display: block;
        width: 57px;
        height: 57px;
        background-size: cover;
        border-radius: 10px;
    }

    #smartbanner.no-icon .sb-icon {
        display: none;
    }

    #smartbanner .sb-info {
        position: absolute;
        left: 95px;
        top: 5px;
        width: 50%;
        font-size: 11px;
        line-height: 1.2em;
        font-weight: bold;
        color: #6a6a6a;
        text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    }

    #smartbanner #smartbanner.no-icon .sb-info {
        left: 34px;
    }

    #smartbanner .sb-info strong {
        display: block;
        font-size: 13px;
        color: #4d4d4d;
        line-height: 18px;
    }

    #smartbanner .sb-info > span {
        display: block;
        padding: 3px 0 0 0;
    }

    #smartbanner .sb-info em {
        font-style: normal;
        text-transform: uppercase;
    }

    #smartbanner .sb-button {
        position: absolute;
        right: 10px;
        top: 13px;
        border: 1px solid #bfbfbf;
        padding: 5px 10px;
        min-width: 10%;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        font-weight: bold;
        color: #6a6a6a;
        background: -webkit-linear-gradient(top, #f2f2f2 0%,#dcdcdc 100%);
        text-transform: uppercase;
        text-decoration: none;
        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:active, #smartbanner .sb-button:hover {
            background: -webkit-linear-gradient(top, #dcdcdc 0%,#f2f2f2 100%);
        }

    #smartbanner .sb-icon.gloss:after {
        content: '';
        position: absolute;
        left: 0;
        top: -1px;
        width: 100%;
        height: 50%;
        border-radius: 10px 10px 12px 12px;
    }

    #smartbanner.android {
        border-color: #383838;
        background: #383838;
        box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    }

        #smartbanner.android .sb-close {
            border: 0;
            width: 17px;
            height: 17px;
            line-height: 17px;
            color: #333;
            background: #f2f2f2;
            text-shadow: none;
            box-shadow: none;
        }

            #smartbanner.android .sb-close:active {
                color: #f2f2f2;
            }

        #smartbanner.android .sb-info {
            color: #fff;
            text-shadow: none;
        }

            #smartbanner.android .sb-info strong {
                color: #fff;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

        #smartbanner.android .sb-button {
            min-width: 12%;
            border: 1px solid #00963F;
            padding: 5px 0;
            color: #fff;
            background: #00963f;
            border-radius: 3px;
            box-shadow: none;
            min-height: 28px;
        }

            #smartbanner.android .sb-button span {
                min-height: 28px;
                line-height: 2em;
                height: 100%;
                text-align: center;
                display: block;
                padding: 0 10px;
                background-color: #00963F;
                background-image: -webkit-gradient(linear,0 0,0 100%,from(#00963F),to(#00963F));
                background-image: -moz-linear-gradient(top,#00963F,#00963F);
                text-transform: none;
                text-shadow: none;
                box-shadow: none;
            }

            #smartbanner.android .sb-button:active, #smartbanner.android .sb-button:hover {
                background: none;
            }

                #smartbanner.android .sb-button:active span, #smartbanner.android .sb-button:hover span {
                    background: #3D3D3D;
                }

    #smartbanner.windows .sb-icon {
        border-radius: 0;
    }


@media screen and (max-width: 941px) {
    #smartbanner {
        height: 64px;
    }
}


@media screen and (max-width: 491px) {
    #smartbanner {
        height: 64px;
    }
}

@media screen and (max-width: 450px) {
    #smartbanner.android .sb-button {
        width: 112px;
        padding: 0 0 3px 0;
        top: 6px;
    }

        #smartbanner.android .sb-button span {
            line-height: inherit;
        }
}

@media screen and (max-width: 380px) {
    #smartbanner {
        height: 64px;
    }

        #smartbanner .sb-info {
            width: 35%;
        }

        #smartbanner .sb-button {
            margin: 0 10px 0 0;
            right: 0;
            top: 20px;
            width: 100px;
        }

        #smartbanner.android .sb-button span {
            display: inline-block;
            padding: 0;
            line-height: inherit;
            width: 100%;
        }
}


@media screen and (max-width: 340px) {
    #smartbanner {
        height: 64px;
    }

        #smartbanner .sb-info {
            width: 0;
            display: none;
        }

        #smartbanner .sb-button {
            top: 18px;
        }

        #smartbanner.android .sb-button {
            width: auto;
            padding: 14px 20px 9px 20px;
            top: 5px;
        }
}
