.permInfo {
  background: url(../../shared/css/rgba.php?r=255&g=255&b=255&a=70) repeat ;
	background: rgba(255,255,255,0.7) ;
}
@media only screen and (max-width:1024px){
  .permInfo .menu {
    background: url(../../shared/css/rgba.php?r=0&g=0&b=0&a=70) repeat ;
	background: rgba(0,0,0,0.7) ;

  }
  .wrapper .menu li.menuTop a,
  .wrapper .menu li.menuBottom a{
   color: #ffffff !important;
  }
}
