.bottom-bar-menu .menu li {
  color: #2c1500;
  display: inline-block;
  margin-right: 0.89286em;
  position: relative;
  vertical-align: middle;
}
.bottom-bar-menu .menu li a {
  font-size: 0.85714em;
  line-height: 2.08333em;
  white-space: nowrap;
  color: #2c1500;
  display: block;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
}
@media (max-width: 768px) {
  .resp .bottom-bar-menu .menu li a {
    height: auto;
    line-height: normal;
  }
}
.bottom-bar-menu .menu li a:before {
  color: #2c1500;
}
.bottom-bar-menu .menu li a:hover:before {
  color: #fff;
}
.bottom-bar-menu .menu li:hover > a {
  color: #fff;
}
.bottom-bar-menu .menu li:last-of-type {
  margin-right: 0;
}

.featured-text {
	position: absolute;
	bottom: 55px;
	right: 20px;
	text-align: right;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 15px;
	background: #555;
	background: rgba(0, 0, 0, 0.5);
	margin-top: 4px;
	float: right;
	clear: right;
	width: 25%;
	text-shadow: 0 2px 2px rgba(0,0,0,0.4);
	border-radius: 4px;
	border: none;
}