  * {
         margin: 0;
         padding: 0;
     }

     .rest ul {
         list-style: none;
     }
     .rest li {
         display: inline-block;
     }
     .rest a {
         display: inline-block;


         text-decoration: none;
     }

     .rest select {
         display: none;
     }

     @media (max-width: 960px) {
         .rest ul     { display: none; }
         .rest select { display: inline-block; }
     }


.noheight{
    height:auto !important;
 }

.slide2{

    margin-top:0px !important;
}
