#smartbanner {
    background-image: none;
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
    position: absolute;
    right: 10px;

}
#smartbanner .sb-button {
    width: 74px;
    height: 28px;
    border: 0px #fc7600 solid;
    border-radius: 5px;
    background-color: #fc7600;
    background-repeat: no-repeat;
    background-size: 37px 18px;
    background-position: 80px center;
    position: absolute;
    top: 24px;
    right: 6px;
}

#smartbanner .sb-button span {
    background-color: transparent;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-align: center;
    padding: 1px 5px;
}

#smartbanner .sb-button:active span, #smartbanner .sb-button:hover span {
    background-color: transparent;
    background-image: url(assets/images/smartbanner/bt-back.png);
    background-repeat: no-repeat;
    background-size: 39px 18px;
    background-position: 78px center;
}
#smartbanner .sb-info strong {
    display: block;
    font-size: 12px;
    line-height: 15px;
    color: #1c141d;
    position: absolute;
    top: 40px;
    width: 100px;
    right: 23px;
    text-align: center
}
#smartbanner .sb-info {
    text-shadow: none;
    width: 100%;
    left: 20px;
}
#smartbanner .sb-icon.gloss:after {
    border-top: none;
    width: 0;
    height: 0;
    background: none;
    border-radius: none;
}
#smartbanner .sb-icon {
    position: absolute;
    right: 17px;
    left: inherit;
    top: 48px;
    display: block;
    width: 24px;
    height: 24px;
    background: none;
    background-size: cover;
    border-radius: 0;
    box-shadow: none;
    display: none;
}
#smartbanner .sb-close {
    position: absolute;
    left: 5px;
    top: 17px;
    border: 0;
    width: 17px;
    height: 17px;
    line-height: 17px;
    color: #958b8a;
    background: none;
    text-shadow: none;
    box-shadow: none;
    font-size: 20px;
}
#smartbanner .sb-info > span {
    position: absolute;
    top: -15px;
}