.sidebar .sdheader {background: #ff821f;color: #fff;height: 43px;line-height:43px;font-weight:bold;text-align:center;font-size:16px;}

.bannerwrap h2{
     position:absolute;
     top:50%;
     left:50%;
     padding: 5px 50px;
     transform: translate(-50%,-50%);
     font-size:30px;
     font-weight: bold;
     color: #000000;
     text-align:center;
     background: -moz-linear-gradient( 0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.37) 23%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.37) 77%, rgba(255,255,255,0) 100%);
     background: -webkit-linear-gradient( 0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.37) 23%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.37) 77%, rgba(255,255,255,0) 100%);
     background: -ms-linear-gradient( 0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.37) 23%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.37) 77%, rgba(255,255,255,0) 100%);
}


.menu a.m{font-size:21px;padding:0 25px;height: 70px;line-height:98px;color: #000;background: none} .menu a.m:hover { color: #ff821f; }