/*.smartbanner-show {margin-top: 60px;}*/

.smartbanner-show #smartbanner {height:60px;opacity:1;visibility:visible}
/*.smartbanner-show header{top:60px}*/


#smartbanner { position:fixed!important; left:0;bottom:0;height:0;opacity:0;visibility:hidden; border-bottom:1px solid #212228; width:100%;font-family:droidLight, Arial; background:#f3f2f7; box-shadow:0 1px 2px rgba(0,0,0,0.5); z-index:3; -webkit-font-smoothing:antialiased; overflow:hidden; -webkit-text-size-adjust:none;transition:all 0.2s ease-in-out 0s;-webkit-transition:all 0.2s ease-in-out 0s;-moz-transition:all 0.2s ease-in-out 0s;-ms-transition:all 0.2s ease-in-out 0s;-o-transition:all 0.2s ease-in-out 0s }
#smartbanner, html.sb-animation {-webkit-transition: all .3s ease;}
#smartbanner .sb-container {margin: 0 auto; white-space: nowrap;}
#smartbanner .sb-close {position: absolute;left: 5px;top: 5px;display: block;border: 0;width: 17px;height: 17px;font-family: droidLight, Arial;font-size: 24px;line-height: 18px;text-align: center;color: #777;text-decoration: none;-webkit-font-smoothing: subpixel-antialiased;}

#smartbanner .sb-close:active { font-size:13px; color:#eee; }

#smartbanner .sb-icon { position:absolute; right:10px; top:8px; display:block; width:44px; height:44px; background:#000; 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; right:64px; top:8px; width:44%; font-size:9px; line-height:1.2em; font-weight:bold; color:#4E4E4E;}
#smartbanner #smartbanner.no-icon .sb-info { right:10px; }
#smartbanner .sb-info strong { display:block; font-size:13px; color:#000; line-height: 18px;margin-bottom:2px}
#smartbanner .sb-info > span { display:block; }
#smartbanner .sb-info em { font-style:normal; text-transform:uppercase; }

#smartbanner .sb-button { position:absolute; left:40px; top:17px; border:1px solid #DDDCDC; padding: 0; height:26px; font-size:10px;font-weight:bold; line-height:26px; text-align:center; color:#fff; background:#0277bd; text-transform:uppercase; text-decoration:none; border-radius:2px; box-shadow:none }
#smartbanner .sb-button span {text-align: center;display: block;padding: 0 12px;background-color: #0277bd;text-transform: none;text-shadow: none;box-shadow: none;font-size: 10px;line-height: 2.4;height: 100%;}
#smartbanner .sb-button:active, #smartbanner .sb-button:hover { background:none }
#smartbanner .sb-button:active span, #smartbanner .sb-button:hover span { background:#0277bd; }

#smartbanner .sb-icon.gloss:after { content:''; position:absolute; left:0; top:-1px; border-top:1px solid rgba(255,255,255,0.8); width:100%; height:50%; background:-webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.2) 100%); border-radius:10px 10px 12px 12px; }

#smartbanner.windows .sb-icon { border-radius: 0px}
