#sub-header-container
{
  height: 45px!important;
  width: 100%;
  background: #3e3e3e;
  margin: 0px auto;
  top: 90px;                      /* Added by Quadigy for New Mobile Menu*/
  position: relative;             /* ====================================*/    
}  
}

#sub-header
{
  height: 45px;
  max-width: 1200px;
  margin: 0px auto;
}

#back-to-all
{
  line-height: 45px!important;
  font-weight: 500;
}

#back-to-all-button
{
  cursor: pointer;
  padding: 0px 20px;
  color: #fff;
  max-width: 200px;
  text-align:center;
}
#back-to-all-button:hover
{
  color:#fdb933;
  background: #171717;
}

@media screen and (max-width: 800px) {
  #back-to-all-button
  {
     max-width:100%;
  }
}

