.banner-bottom .banner-fixed {
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 1;
  max-width: 90%;
  padding: 5px 15px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.banner-bottom .banner-fixed h6 {
  font-size: 12px;
  font-weight: 700;
}

.banner-bottom .banner-fixed p {
  font-size: 12px;
  line-height: 1.1;
}

.banner-bottom .banner-fixed .logo {
  max-width: 68px;
  margin-top: 15px;
}

.banner-bottom .date-label {
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.25em;
  text-align: center;
  background-color: #7d7c7c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7d7c7c), to(#5c5b5b));
  background-image: linear-gradient(top, #7d7c7c, #5c5b5b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#7d7c7c', endColorStr='#5c5b5b');
  padding: 4px 13px;
  border-radius: 0 0 10px 0;
}

.banner-bottom a {
  color: #000000;
}

.banner-bottom a:hover, .banner-bottom a:focus, .banner-bottom a:visited {
  color: #000000;
}

.banner-bottom .close {
  z-index: 602;
}

@media only screen and (min-width: 768px) {
  .banner-bottom .banner-fixed {
    max-width: 430px;
  }
}
