/*------------MENU MOBILE--------------*/



#menuR{
    
    height: 45px;
    position:absolute;
    top:0;
      right: 15px;
    bottom:0; 
     cursor: pointer;
    width: 62px;
    margin:14px auto auto;
   

} 

#menuM{
    width: 62px;
    position:relative;
    //height: 100%;
     background-color: #fff;
    
    
       display: block;
    float: right;
    //display: block;
    //margin-right: 5%;
}

.span{
    margin:0px 10px 10px 10px;
    margin-left: 0px;
    height:5px;
    background:#fff;
    width:100%; 

}
/*-----------------------------------*/

#menu li {
    display: block;
    float: left;
     }
#menu a{
    font-family: "Gotham-Book";
    color: #fff; 
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
/*------------MENU MOBILE--------------*/




@media screen and (max-width:1280px) {
    
    
    #menu ul{
        padding: 0;
        margin: 0;
    }
    #menu li {
    border-bottom: 1px solid #eae5e1;
    text-align: center;
    display: block;
    width: 100%;
     line-height: 40px;
    }
    
    

    
    
}