@charset "UTF-8";
/* this is to override google translate js adding 40px to top property */
body {
  top: 0 !important;
}

.social-gtranslate-list--desktop {
  display: none;
}

.goog-te-banner-frame {
  display: none !important;
}

.block-social-gtranslate {
  order: 9;
}
@media (max-width: 899px) {
  .block-social-gtranslate .navbar-nav {
    height: 50px;
  }
}

@media (min-width: 900px) {
  .block-social-gtranslate {
    order: 10;
  }
  .social-gtranslate-list--mobile {
    display: none;
  }
  .social-gtranslate-list--desktop {
    display: block;
  }
  .social-gtranslate-list--desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  [dir=rtl] .social-gtranslate-list--desktop {
    justify-content: flex-end;
  }
}
/* custom styles for module */
.social-gtranslate-list--mobile {
  position: relative;
  padding: 0 0.5rem;
  height: 50px;
  background: #333333;
}
.social-gtranslate-list--mobile:before {
  content: "";
  height: 50px;
  width: 24px;
  top: 0;
  left: 0.5rem;
  position: absolute;
  color: white;
  background-image: url(../icons/icon-translate.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.social-gtranslate-list--mobile .form-control {
  display: inline-block;
  width: 24px;
  max-width: 24px;
  opacity: 0;
  border: 0;
  color: white;
  height: 50px;
  font-weight: 500;
  padding: 0 0 0 24px;
  box-shadow: none;
}
.social-gtranslate-list--mobile .form-control:hover, .social-gtranslate-list--mobile .form-control:focus {
  background-color: #29abe2;
  color: white;
  box-shadow: none;
}

/* Desktop specific */
.social-gtranslate-list--desktop .select-icon {
  float: left;
  fill: white;
  height: 24px;
}
.social-gtranslate-list--desktop > a {
  color: white;
  background-color: #333333;
  line-height: 24px;
  padding: 13px 20px 13px 4px;
  font-weight: 500;
  position: relative;
}
[dir=rtl] .social-gtranslate-list--desktop > a {
  padding-left: 20px;
  padding-right: 13px;
}
.social-gtranslate-list--desktop > a span {
  padding-left: 4px;
  white-space: nowrap;
  display: inline-block;
}
.social-gtranslate-list--desktop > a:after {
  content: "▾";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-top: -0.5em;
  padding-right: 6px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: auto;
  color: white;
  transition: none !important;
}
[dir=rtl] .social-gtranslate-list--desktop > a:after {
  right: auto !important;
  left: 0 !important;
  padding-right: 0;
}
.social-gtranslate-list--desktop > a:hover, .social-gtranslate-list--desktop > a:focus {
  color: white;
  background-color: #29abe2;
}
.social-gtranslate-list--desktop > a:hover .select-icon, .social-gtranslate-list--desktop > a:focus .select-icon {
  fill: white;
}
.social-gtranslate-list--desktop > a:hover:after, .social-gtranslate-list--desktop > a:focus:after {
  color: white;
}
.social-gtranslate-list--desktop.open {
  color: white;
  background-color: #29abe2;
}
.social-gtranslate-list--desktop.open > a {
  color: white;
}
.social-gtranslate-list--desktop.open > a:hover, .social-gtranslate-list--desktop.open > a:focus {
  color: white;
  background-color: #29abe2;
}
.social-gtranslate-list--desktop.open > a:hover .select-icon, .social-gtranslate-list--desktop.open > a:focus .select-icon {
  fill: white;
}
.social-gtranslate-list--desktop.open > a:hover :after, .social-gtranslate-list--desktop.open > a:focus :after {
  color: white;
}
.social-gtranslate-list--desktop.open > a:after {
  color: white;
}
.social-gtranslate-list--desktop.open > a .select-icon {
  fill: white;
}
.social-gtranslate-list--desktop .dropdown-menu {
  position: fixed;
  max-width: none;
  width: 868px;
  top: 50px;
  right: 1rem !important;
}
[dir=rtl] .social-gtranslate-list--desktop .dropdown-menu {
  left: 0 !important;
  right: auto !important;
}
.social-gtranslate-list--desktop .scrollable-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  overflow-x: auto;
}
.social-gtranslate-list--desktop .restore-block {
  display: flex;
  justify-content: flex-end;
  padding: 15px;
}

@media (min-width: 1200px) {
  .social-gtranslate-list--desktop .dropdown-menu {
    width: 1153px;
  }
  .toolbar-fixed .social-gtranslate-list--desktop .dropdown-menu {
    position: absolute;
    right: 0 !important;
  }
  [dir=rtl] .toolbar-fixed .social-gtranslate-list--desktop .dropdown-menu {
    left: 0 !important;
    right: auto !important;
  }
}
@media (min-height: 600px) and (max-height: 899px) {
  .social-gtranslate-list--desktop > .dropdown-menu {
    max-height: calc(100vh - 60px);
  }
}
@media (min-height: 900px) {
  .social-gtranslate-list--desktop > .dropdown-menu {
    max-height: 600px;
  }
}
body > .skiptranslate {
  display: none !important;
}

/*# sourceMappingURL=gtranslate_widget.css.map */
