.smartbanner_show {
  margin-top: 82px;
}
.smartbanner_show body {
  position: static !important;
}
.smartbanner_show .smartbanner {
  display: block;
}
.smartbanner {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
  height: 78px;
  background: #f4f4f4;
  background: -moz-linear-gradient(top, #f4f4f4 0%, #cdcdcd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #cdcdcd));
  background: -webkit-linear-gradient(top, #f4f4f4 0%, #cdcdcd 100%);
  background: -o-linear-gradient(top, #f4f4f4 0%, #cdcdcd 100%);
  background: -ms-linear-gradient(top, #f4f4f4 0%, #cdcdcd 100%);
  background: linear-gradient(to bottom, #f4f4f4 0%, #cdcdcd 100%);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  z-index: 9998;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  -webkit-text-size-adjust: none;
}
.smartbanner__container {
  margin: 0 auto;
}
.smartbanner__close {
  position: absolute;
  left: 5px;
  top: 5px;
  display: block;
  border: 2px solid #fff;
  width: 18px;
  height: 18px;
  font-family: 'ArialRoundedMTBold', Arial;
  font-size: 15px;
  line-height: 14px;
  text-align: center;
  color: #fff;
  background: #070707;
  text-decoration: none;
  text-shadow: none;
  border-radius: 14px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  -webkit-font-smoothing: subpixel-antialiased;
}
.smartbanner__close2 {
  position: absolute;
  left: 5px;
  top: 5px;
  padding-bottom: 50px;
}
.smartbanner__close2 span {
  display: block;
  border: 2px solid #fff;
  width: 18px;
  height: 18px;
  font-family: 'ArialRoundedMTBold', Arial;
  font-size: 15px;
  line-height: 14px;
  text-align: center;
  color: #fff;
  background: #070707;
  text-decoration: none;
  text-shadow: none;
  border-radius: 14px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  -webkit-font-smoothing: subpixel-antialiased;
}
.smartbanner__close:active,
.smartbanner__close:hover {
  font-size: 13px;
  color: #aaa;
}
.smartbanner__icon {
  position: absolute;
  left: 30px;
  top: 10px;
  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__info {
  position: absolute;
  left: 98px;
  top: 11px;
  width: 44%;
  font-size: 11px;
  line-height: 1.2em;
  color: #6a6a6a;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.smartbanner__title {
  font-size: 13px;
  color: #4d4d4d;
  line-height: 14px;
}
.smartbanner-button {
  position: absolute;
  right: 20px;
  top: 24px;
  border: 1px solid #bfbfbf;
  padding: 0 10px;
  min-width: 10%;
  height: 24px;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  color: #6a6a6a;
  background: #efefef;
  background: -moz-linear-gradient(top, #efefef 0%, #dcdcdc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #dcdcdc));
  background: -webkit-linear-gradient(top, #efefef 0%, #dcdcdc 100%);
  background: -o-linear-gradient(top, #efefef 0%, #dcdcdc 100%);
  background: -ms-linear-gradient(top, #efefef 0%, #dcdcdc 100%);
  background: linear-gradient(to bottom, #efefef 0%, #dcdcdc 100%);
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 0 rgba(255, 255, 255, 0.7) inset;
}
.smartbanner-button2 {
  position: absolute;
  right: 20px;
  top: 7px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.smartbanner-button2 span {
  border: 1px solid #bfbfbf;
  padding: 5px 10px;
  min-width: 10%;
  height: 24px;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  color: #6a6a6a;
  background: #efefef;
  background: -moz-linear-gradient(top, #efefef 0%, #dcdcdc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #dcdcdc));
  background: -webkit-linear-gradient(top, #efefef 0%, #dcdcdc 100%);
  background: -o-linear-gradient(top, #efefef 0%, #dcdcdc 100%);
  background: -ms-linear-gradient(top, #efefef 0%, #dcdcdc 100%);
  background: linear-gradient(to bottom, #efefef 0%, #dcdcdc 100%);
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 0 rgba(255, 255, 255, 0.7) inset;
}
.smartbanner-button:active,
.smartbanner-button:hover {
  background: #dcdcdc;
  background: -moz-linear-gradient(top, #dcdcdc 0%, #efefef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dcdcdc), color-stop(100%, #efefef));
  background: -webkit-linear-gradient(top, #dcdcdc 0%, #efefef 100%);
  background: -o-linear-gradient(top, #dcdcdc 0%, #efefef 100%);
  background: -ms-linear-gradient(top, #dcdcdc 0%, #efefef 100%);
  background: linear-gradient(to bottom, #dcdcdc 0%, #efefef 100%);
  color: #6a6a6a;
  text-decoration: none;
}
.smartbanner_android {
  border-color: #212228;
  background: #3d3d3d url('dark_background_stripes.gif');
  border-top: 3px solid #88B131;
  box-shadow: none;
}
.smartbanner_android .smartbanner__icon {
  background-color: transparent;
  box-shadow: none;
}
.smartbanner_android .smartbanner__close {
  border: 0;
  width: 17px;
  height: 17px;
  line-height: 17px;
  color: #b1b1b3;
  background: #1c1e21;
  text-shadow: 0 1px 1px #000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) inset, 0 1px 1px rgba(255, 255, 255, 0.3);
}
.smartbanner_android .smartbanner__close2 span {
  border: 0;
  width: 17px;
  height: 17px;
  line-height: 17px;
  color: #b1b1b3;
  background: #1c1e21;
  text-shadow: 0 1px 1px #000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) inset, 0 1px 1px rgba(255, 255, 255, 0.3);
}
.smartbanner_android .smartbanner__close:active,
.smartbanner_android .smartbanner__close:hover {
  color: #eee;
  text-decoration: none;
}
.smartbanner_android .smartbanner__info {
  color: #ccc;
  text-shadow: none;
}
.smartbanner_android .smartbanner__title {
  color: #fff;
}
.smartbanner_android .smartbanner-button {
  min-width: 12%;
  border: 1px solid #DDDCDC;
  padding: 1px;
  color: #d1d1d1;
  background: none;
  border-radius: 0;
  box-shadow: none;
  line-height: 20px;
}
.smartbanner_android .smartbanner-button2 {
  min-width: 12%;
}
.smartbanner_android .smartbanner-button2 span {
  border: 1px solid #DDDCDC;
  color: #d1d1d1;
  border-radius: 0;
  box-shadow: none;
  line-height: 20px;
}
.smartbanner_android .smartbanner-button:active,
.smartbanner_android .smartbanner-button:hover {
  background: none;
}
.smartbanner_android .smartbanner-button__text {
  text-align: center;
  display: block;
  padding: 0 10px;
  background: #42b6c9;
  background: -moz-linear-gradient(top, #42b6c9 0%, #39a9bb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #42b6c9), color-stop(100%, #39a9bb));
  background: -webkit-linear-gradient(top, #42b6c9 0%, #39a9bb 100%);
  background: -o-linear-gradient(top, #42b6c9 0%, #39a9bb 100%);
  background: -ms-linear-gradient(top, #42b6c9 0%, #39a9bb 100%);
  background: linear-gradient(to bottom, #42b6c9 0%, #39a9bb 100%);
  text-transform: none;
  text-shadow: none;
  box-shadow: none;
}
.smartbanner_android .smartbanner-button__text:active,
.smartbanner_android .smartbanner-button__text:hover {
  background: #2AC7E1;
}
