#smartbanner {
    overflow: hidden;
    height: 0;
    position: relative;
    width: 100%;
    font-family: 'Helvetica Neue', sans-serif;
    background: -webkit-linear-gradient(top, #f4f4f4 0, #eaeaea 100%);
    background-image: -ms-linear-gradient(top, #f4f4f4 0, #eaeaea 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 0, #eaeaea 100%);
    z-index: 99999;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    -webkit-text-size-adjust: none;
    border-color: #212228;
    background-color: #3d3d3d;
    background-image: url('dark_background_stripes.gif');
}
#smartbanner a{
text-decoration:none;
}
#smartbanner .sb-container {
    margin: 0 auto;
}
#clicklink {
    height: 78px;
    min-height: 78px;
    position: Relative;
    display: block;
    width: 100%}
#smartbanner .sb-close {
    position: absolute;
    left: 5px;
    top: 30px;
    display: block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-family: 'ArialRoundedMTBold', Arial;
    font-size: 15px;
    text-align: center;
    color: #b1b1b3;
    background: #1c1e21;
    text-decoration: none;
    text-shadow: 0 1px 1px #000;
    border-radius: 14px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
    -webkit-font-smoothing: subpixel-antialiased;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.8) inset, 0 1px 1px rgba(255, 255, 255, 0.3);
}
#smartbanner .sb-close:active {
    font-size: 13px;
    color: #eee;
}
#smartbanner .sb-icon {
    position: absolute;
    left: 38px;
    top: 13px;
    display: block;
    width: 57px;
    height: 57px;
    background: rgba(0, 0, 0, 0.6);
    background-size: cover;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
#smartbanner.no-icon .sb-icon {
    display: none;
}
#smartbanner .sb-info {
    position: absolute;
    left: 106px;
    top: 18px;
    width: 44%;
    font-size: 11px;
    line-height: 1.2em;
    font-weight: bold;
    color: #ccc;
    text-shadow: 0 1px 2px #000;
}
#smartbanner #smartbanner.no-icon .sb-info {
    left: 44px;
}
#smartbanner .sb-info strong {
    display: block;
    font-size: 17px;
    color: #fff;
    line-height: 18px;
    font-weight: bold;
}
#smartbanner .sb-info .sb-subtitle {
    display: block;
}
#smartbanner .sb-info em {
    font-style: normal;
    text-transform: uppercase;
}
#smartbanner .sb-button {
    position: absolute;
    right: 20px;
    top: 24px;
    border: 1px solid #dddcdc;
    color: #d1d1d1;
    padding: 1px 10px;
    min-width: 10%;
    max-width: 30%;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
}
#smartbanner.android {
    height: 78px;
    min-height: 78px;
}
@media(max-width:460px) {
    #smartbanner .sb-button {
    right: 10px;
    top: 24px;
    padding: 1px 8px;
    height: 24px;
    font-size: 12px;
}
}@media(max-width:360px) {
    #smartbanner .sb-info .sb-subtitle {
    display: none;
}
}