#smartbanner {
    position: absolute;
    left: 0; right: 0;
    top: -82px;
    border-bottom: 1px solid black;
    width: 100%;
    height: 78px;
    font-family: 'Helvetica Neue',sans-serif;
    background: #222;
    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: 0;
    top: 0;
    display: block;
    width: 14px;
    height: 14px;
    font-family: "Times New Roman";
    font-size: 25px;
	padding: 28px 7px 38px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    -webkit-font-smoothing: subpixel-antialiased;
}

#smartbanner .sb-close:active {
    font-size: 13px;
    color: #aaa;
}

#smartbanner .sb-icon {
    position: absolute;
    left: 30px;
    top: 10px;
    display: block;
    width: 57px;
    height: 57px;
    background-size: cover;
    border-radius: 3px;
}

#smartbanner.no-icon .sb-icon {
    display: none;
}

#smartbanner .sb-info {
    position: absolute;
    left: 98px;
    top: 10px;
    width: 46%;
    font-size: 10px;
    line-height: 1.3;
    font-weight: bold;
    color: #6a6a6a;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
	
	color: #ccc;
    text-shadow: 0 1px 2px #000;
}

#smartbanner #smartbanner.no-icon .sb-info {
    left: 34px;
}

#smartbanner .sb-info strong {
    display: block;
    font-size: 17px;
    color: #fff;
}

#smartbanner .sb-info > span {
    display: block;
}

#smartbanner .sb-info em {
    font-style: normal;
    text-transform: uppercase;
}

#smartbanner .sb-button {
    position: absolute;
    right: 20px;
    top: 26px;
    border: 0;
    padding: 2px 10px;
    min-width: 10%;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
	text-shadow: 0 0 1px rgba(0,0,0,0.2);
	
    color: white;
    background: #86BF42;
    border-radius: 3px;
    box-shadow: none;	
	
}

#smartbanner .sb-button:active, #smartbanner .sb-button:hover {
    background: #95CB58;
}


