#smartbanner {
  position: absolute;
  left: 0;
  top: -82px;
  width: 100%;
  height: 78px;
  font-family: 'Helvetica Neue', sans-serif;
  background-color: #ebebeb;
  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;
  width: 14px;
  height: 14px;
  font-family: Ubuntu, Roboto, Helvetica Neue, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 15px;
  text-align: center;
  color: rgba(0, 0, 0, 0.54);
  text-decoration: none;
  text-shadow: none; }

#smartbanner .sb-close:active {
  color: rgba(0, 0, 0, 0.86); }

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

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

#smartbanner .sb-info {
  position: absolute;
  left: 98px;
  top: 18px;
  width: 50%;
  font-size: 11px;
  line-height: 1.2em;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.54);
  text-shadow: none; }

#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: inline;
  padding-right: 5px; }

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

#smartbanner .sb-button {
  position: absolute;
  right: 15px;
  top: 20px;
  padding: 0 10px;
  min-width: 10%;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  color: white;
  background: #009cdd;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  border-radius: 3px; }

#smartbanner .sb-button:active, #smartbanner .sb-button:hover {
  background: #009cdd; }

#smartbanner.android {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  background-color: #ebebeb; }

#smartbanner.android .sb-close {
  border: 0;
  width: 17px;
  height: 17px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.54);
  text-shadow: none;
  box-shadow: none; }

#smartbanner.android .sb-close:active {
  color: rgba(0, 0, 0, 0.86); }

#smartbanner.android .sb-info {
  color: rgba(0, 0, 0, 0.54); }

#smartbanner.android .sb-info strong {
  color: rgba(0, 0, 0, 0.86); }

#smartbanner.android .sb-button {
  padding: 0;
  color: white;
  background: none;
  border-radius: 0; }

#smartbanner.android .sb-button span {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  text-transform: uppercase;
  text-align: center;
  display: block;
  padding: 5px 12px;
  background-color: #009cdd; }

#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: #009cdd; }

#smartbanner.windows .sb-icon {
  border-radius: 0; }
