.navigation {
  /*font-size: 14px;
  padding: 10px 0;
  margin: 0 auto;
  width: 428px;*/
  font-size: 14px;
  padding: 10px 0;
  margin: 0 auto;
  width: 1100px;
  /*overflow: hidden;*/
  text-align: center;
}

.navigation-russo{
  width: 469px;
  font-size: 12px;
}

.navigation-inglese{
    
    width:441px;
    
}

.navigation-cinese{
    
    width:252px;
    
}

.nav-container {
    position: relative;
    display: inline-block;
}

.navigation-element {

  float: left;

  font-family: 'gothammedium';
  text-transform: uppercase;
  padding: 0 0 3px 0;
  margin: 0 10px;
  transition: .3s;

  border-bottom: 1px solid transparent;


}

.navigation-element .link-element{
  color: #000;
  text-decoration: none;
}


.navigation-element .current {
  color: #db131d;
}

.navigation-element:hover .link-element{
  color: #db131d;
}

.subnav {
  display: none;
  position: absolute;
  z-index: 60;
  top: 100%;
  right: 0;
  left: 0;
}


.subnav-element {
  background-color: rgba(159, 149, 140, .70);

  transition: .3s;
}

.sublink-element {
  display: block;
  text-align: center;
  padding: 20px;
  color: white;
}

.subnav-element.current {
  background-color: rgba(159, 149, 140, .90);
}


.subnav-element:hover .sublink-element{
  background-color: rgba(159, 149, 140, .90);
}

.no-link {
    
    cursor: pointer;

}

.no-link:hover {
    
    color: #9E948B;

}

.navigation-element:hover .subnav{
  display: block;

}



/* ---- responsive-mobile ---- */

.navigation-mobile {
  display: none;
  position: absolute;
  top: 125px;
  left: 0;
  right: 0;
  z-index:100;
  background-color: #000;
}

.menu-container {
  display: none;
}

.fa.fa-chevron-down {
  display: none;

}

.fa-chevron-down.rotate-arrow {
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}

@media only screen and (max-width: 1100px) {
  .navigation {
    display: none;
  }
  
  .menu-container {
    display: block;
  }

  .fa.fa-chevron-down {
    display: block;
    text-align: center;
    color: #000;
    cursor: pointer;
    transition: .5s;
    margin-top: 10px;
  }

  .navigation-mobile-element {
    width: 100%;
    height: 50px;
    float: left;
    padding: 20px 10px;
    text-align: center;
    color: white;
    text-decoration: none;
    font-family: 'gothammedium';
    text-transform: uppercase;
  }

  .link-element-mobile {
    width: 100%;
    height: 50px;
    float: left;
    padding: 20px 10px;
    text-align: center;
    color: white;
    text-decoration: none;
    font-family: 'gothammedium';
    text-transform: uppercase;
  }

  .sublink-element-mobile {
    text-align: center;
    padding: 20px;
    color: white;
  }


}
