#top-bar-wrapper>div:last-of-type>div>div:last-of-type>ul>li>a 
{
    font-weight: 400;
    font-size: 14px;
	color: #ffffff;
}

@media (max-width: 900px){
#top-bar-wrapper>div:last-of-type>div>div:first-of-type 
{
  text-align: left;
}
}

#top-bar-wrapper
{
  background: #000000;
}

#background-top 
{
  height: 150px;
  background: #000000;
}

@media (max-width: 800px) { #background-top 
{
	height: 80px;
}
}

@media (min-width: 801px) { #background-top>div>div:last-of-type
{
  margin-top: 20px;
}
}

@media (min-width: 400px) { #top-bar-wrapper>div:last-of-type>div>div:first-of-type>a:first-of-type
{
	display: none;
}
}

@media (max-width: 399px) { #top-bar-wrapper>div:last-of-type>div>div:first-of-type>a:last-of-type
{
	display: none;
}
}
