.hidden { display: none; }

#lang-menu {
      left: 0;
      top: 0;
      background: none repeat scroll 0 0 #ffffff;
      border: 2px solid #000;
      padding: 5px 0;
      position: fixed;
      width: 400px;
      z-index: 100;
}

.lang-item {
    border-bottom: 1px solid #cccccc;
    color: #000000;
    cursor: pointer;
    font-size: 54px;
    font-weight: bold;
    height: 100px;
    line-height: 70px;
    margin-top: 4px;
    padding: 10px 40px;
    width: 100%;
    position: relative;
}

.lang-item:last-child {
    border-bottom: none;    
}
