#smartbanner {
  display: none;
  position: relative;
  top: 51px;
  left: 0;
  width: 100%;
  height: 62px;
  font-family: 'Helvetica Neue', sans-serif;
  background: rgb(51, 63, 72);
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  -webkit-text-size-adjust: none;
}

@media screen and (max-width:768px) {
  #smartbanner {
    display: block !important;
    position: relative !important;
    top: 0px;
  }
}

@media screen and (max-width:767px) {
  #smartbanner {
    top: 70px;
  }
}

@media screen and (max-width:568px) {
  #smartbanner {
    position: relative !important;
    top: 50px;
  }
}

@media screen and (max-width:340px) {
  #smartbanner {
    height: 80px;
  }
}

#smartbanner,
html.sb-animation {
  -webkit-transition: all .3s ease;
}

#smartbanner .sb-container {
  margin: 0 auto;
}

#smartbanner .sb-close {
  position: absolute;
  left: 10px;
  top: 30px;
  display: block;
  width: 14px;
  height: 14px;
  font-family: 'ArialRoundedMTBold', Arial;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  text-shadow: none;
}

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

#smartbanner .sb-icon {
  position: absolute;
  left: 30px;
  top: 10px;
  display: block;
  width: 48px;
  height: 48px;
  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: 93px;
  top: 14px;
  width: 44%;
  font-size: 11px;
  line-height: 1.2em;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width:340px) {
  #smartbanner .sb-info {
    left: 89px;
    width: 38%;
  }
}

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

#smartbanner .sb-info strong {
  display: block;
  font-size: 13px;
  color: #fff;
  line-height: 18px;
}

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

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

#smartbanner .sb-button {
  position: absolute;
  right: 20px;
  top: 24px;
  padding: 0 7px;
  min-width: 10%;
  height: 24px;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  border-radius: 0;
  box-shadow: none;
  box-shadow: none;
}

#smartbanner .sb-button {
  min-width: 12%;
  border: 1px solid #fff;
  background-color: rgb(246, 190, 0) !important;
  border-radius: 0;
  box-shadow: none;
  height: 28px;
  text-decoration: none;
}

#smartbanner .sb-button:active,
#smartbanner.android .sb-button:hover {
  background: none;
}

#smartbanner .sb-button:active span,
#smartbanner.android .sb-button:hover span {}

#smartbanner .sb-icon.gloss:after {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 50%;
}

#smartbanner.android {
  box-shadow: none;
  background: rgb(51, 63, 72);
}

#smartbanner.android .sb-close {
  border: 0;
  width: 17px;
  height: 17px;
  line-height: 17px;
  color: #fff;
  background: none !important;
  font-size: 22px;
}

#smartbanner.android .sb-close:active {
  color: #fff;
}

#smartbanner.android .sb-info {
  color: #f2f2f2;
}

#smartbanner.android .sb-info strong {
  color: #f2f2f2;
}

#smartbanner.android .sb-button {
  min-width: 12%;
  border: 1px solid #fff;
  background-color: rgb(246, 190, 0) !important;
  border-radius: 0;
  box-shadow: none;
  height: 28px
}

#smartbanner.android .sb-button:active,
#smartbanner.android .sb-button:hover {
  background: none;
}

#smartbanner.android .sb-button:active span,
#smartbanner.android .sb-button:hover span {}

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