
/*======================================================================
 Mobile Footer
======================================================================*/

.mobile-fixed-footer {
  background: #000;
  color: #fff;
  width: 100%;
}
.mobile-fixed-footer .dropdown-toggle::after {
    transform: rotate(90deg);
}


.mobile-fixed-footer address {
  margin-bottom: 0;
}
.mobile-fixed-footer .dropdown-menu {
  border: 1px solid #595959;
}
.mobile-fixed-footer .btn-group {
  border-radius: 0;
}

.mobile-fixed-footer h6.dropdown-header {
  background: #6c757d;
  color: #fff;
}

.mobile-fixed-footer a.icon {
  color: #fff;
  width: auto;
}



/* marquee {
  background: #333;
  display: block;
  color: #fff;
  width: 100%;
  height: 100%;
  margin: 0;
  padding:0;
  border-left: solid 3px #888;
}
marquee ul, marquee li {
  padding:0;
  margin: 0;
}


.ticker-up li {
  margin-bottom: 15px;
  font-size: 18px;
}

.ticker-down li {
  margin-bottom: 15px;
  font-size: 18px;
}

.ticker-left li {
  display: inline-block;
  font-size: 18px;
  line-height: 40px;
}

.ticker-right li {
  display: inline-block;
  font-size: 18px;
  line-height: 40px;
} */

marquee {
  background: #333;
  display: block;
  color: #fff;
  width: 100%;
  height: 100%;
  margin: 0;
  padding:0;
  border-left: solid 3px #888;
}
marquee ul {
  padding:0;
  margin: 0;
}


marquee li {
  font-size: 18px;
  display: inline-block;
}
