     * {
         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;
 }


.slide3{
    margin-top:0px !important;

}

@media screen and (min-width: 768px){
    .ileft{
        left:10%;
}

}


@media screen and (max-width: 768px){
.slide2{
    margin-top:0px !important;
}


}