.dropdown .open { 

background: rgb(255,255,255);
background: -moz-linear-gradient(left rgba(255,255,255,0) 0%, rgba(255,255,255,0.70) 50%);
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.704) 50%);
background: linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.70) 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    
padding-bottom: 10px;
    
 z-index: 9999999;
    
}


#cssmenu #menu-button {
  display: none;
}


#cssmenu.small-screen {
  width: 100%;
}


#cssmenu.small-screen #menu-button {
  display: block;
  padding: 16px 60px 23px 20px;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top:50px;
  font-weight:bold;
}


#cssmenu.small-screen #menu-button:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 14px;
  display: block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-top: 2px solid #3c3c3c;
  border-bottom: 2px solid #3c3c3c;
  width: 22px;
  height: 12px;
  margin-top:50px;
}


#cssmenu.small-screen #menu-button.menu-opened:after {
  border-top: 2px solid #AE1921;
  border-bottom: 2px solid #AE1921;
}


#cssmenu.small-screen #menu-button:before {
  content: "";
  position: absolute;
  right: 5px;
  top: 21px;
  display: block;
  width: 22px;
  height: 2px;
  background: #3c3c3c;
  margin-top:50px;
}




#cssmenu.small-screen #menu-button.menu-opened:before {
  background: #AE1921;
}




