#et-top-navigation {
  position: relative;
  z-index: 1;
}
@media (max-width: 980px) {
  #et-top-navigation {
    position: static;
  }
  .et_header_style_left .logo_container {
    text-align: center;
  }
}

#ll_language-toggle {
  float: right;
  margin-left: 50px;
  padding-top: 33px;
}
@media (max-width: 980px) {
  #ll_language-toggle {
    float: left;
    margin-left: 0;
  }
}

.ll_language-menu {
  position: relative;
  font-family: 'Steagal-Me', Helvetica, Arial, Lucida, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  padding-bottom: 24px;
}

.ll_language-menu > a {
  color: #fff;
  padding: 0 5px;
}

.ll_language-menu a.ll_language--trigger {
  position: relative;
  top: -3px;
}


.ll_language-flag {
  width: 30px;
  max-width: 30px;
  height: auto;
  vertical-align: text-bottom;
}

.ll_down-arrow:before {
  content: "\33";
  text-shadow: 0 0;
  font-family: ETmodules!important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 0;
  text-transform: none;
  speak: none;
  margin: 0;
  font-size: 20px;
  position: relative;
  top: 3px;
  color: #fff;
}

.ll_language-menu--links {
  visibility: hidden;
  opacity: 0;
  
  position:absolute;
  right: -8px;
  top: 100%;
  z-index: 1;

  background-color: #fff;
  border: none;
  margin:0;
  padding: 10px 0;
}
#ll_language-toggle.is-visible .ll_language-menu--links {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.ll_language-menu--links:after {
  position: absolute;
  bottom: 100%;
  height: 0;
  width: 0;
  right: 18px;
  border: 5px solid transparent;
  border-bottom-color: #fff;
  border-bottom-width: 10px;
  content: "";
}

.ll_language-menu--links li {
  display: block;
  line-height: 2em;
  text-transform: uppercase;
  border: none;
  padding: 0;
  border-bottom: 1px solid #eee;
  white-space: nowrap;
}
.ll_language-menu--links li:last-child {
  border-bottom: none;
}

.ll_language-menu--links li:hover>ul {
  
}

.ll_language-menu--links li a {
  color: #da291c;
  padding: 6px 20px;
  text-decoration:none;
  text-transform: uppercase;
  display: block;
  
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.ll_language-menu--links img {
  margin-right: 10px;
}

.ll_language-menu--links li a:hover {
  color:#ed9b33;
}
