@-webkit-keyframes show-dropdown {
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%); } }

@keyframes show-dropdown {
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%); } }

@-webkit-keyframes show-nav {
  to {
    opacity: 1;
    margin-top: 0; } }

@keyframes show-nav {
  to {
    opacity: 1;
    margin-top: 0; } }

@-webkit-keyframes hide-nav {
  to {
    opacity: 0;
    margin-top: 30px; } }

@keyframes hide-nav {
  to {
    opacity: 0;
    margin-top: 30px; } }

@-webkit-keyframes show {
  to {
    opacity: 1; } }

@keyframes show {
  to {
    opacity: 1; } }


.el-inl-bl {
  display: inline-block;
  vertical-align: middle; }

.toolbar-top {
  border-bottom: 1px solid #dcddde;
  z-index: 600;
  text-align: right;
}

.toolbar_item {
  display: inline-block;
  position: relative;
  padding: 15px 20px;
  vertical-align: middle;
  border-left: 1px solid #dcddde;
  border-right: 1px solid #dcddde;
  margin-right: -5px;
}

.toolbar_item:last-of-type {
  margin-right: 0;
}

.toolbar_item a {
  text-decoration: none;
}

@media (max-width: 767px) {
  .toolbar_item:first-of-type {
    border-left: none;
  }
}

@media (max-width: 480px) {
  .toolbar_item:first-of-type {
    display: none;
  }
  
  .toolbar_item {
    padding: 15px 10px;
  }
}

@media (min-width: 768px) {
  .toolbar_item {
    padding: 12px 15px;
  }
}

.l-select {
  display: inline-block;
  position: relative;
  background-color: white;
}

.l-select select {
  display: block;
  width: 100%;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.l-select:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 6px 5px 0 5px;
  border-style: solid;
  border-color: currentColor transparent transparent transparent;
  right: 15px;
  pointer-events: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sel-country {
  position: static;
  text-align: left;
}

.sel-country span {
  display: inline-block;
  padding: 2px 20px 2px 10px;
  min-width: 70px;
  cursor: pointer;
}

.sel-country ul {
  display: none;
  position: absolute;
  width: 100%;
  margin-top: 30px;
  padding: 10px 12px;
  z-index: 1000;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: white;
  opacity: 0;
  -webkit-box-shadow: 0 10px 20px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px 2px rgba(0, 0, 0, 0.1);
}

.sel-country li:last-of-type a {
  border-bottom: none;
}

.sel-country a {
  display: block;
  padding: 12px;
  color: #022e6b;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  line-height: 12px;
}

.sura-links {
  display: none;
  float: right;
  margin: 39px 0 0 50px;
  font-size: 12px;
  font-family: 'Barlow-Regular', Arial;
  color: #022e6b;
}

@media (min-width:991px) {
  .sura-links {
      display: block;
    }  
}

.toolbar_item {
  border-left: 0;
  border-color: #022e6b;
  padding: 5px 15px;
}

.toolbar_item a {
  color: #022e6b;    
}

.menu-menu-superior-container {
  float: right;
}
