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



@media screen and (min-width:1100px){

    img.golfh{
        height:300px !important;
        left:50%;
        position:relative;
    }
}
